From a5c6d2e1f80210c820005c035fa10af22f9b9a33 Mon Sep 17 00:00:00 2001 From: Kijin-Seija Date: Wed, 19 Jun 2024 20:14:16 +0800 Subject: [PATCH] init --- package.json | 2 +- src/grammar/postgresql/PostgreSqlLexer.g4 | 1 + src/grammar/postgresql/PostgreSqlParser.g4 | 12 +- src/lib/postgresql/PostgreSqlLexer.interp | 5 +- src/lib/postgresql/PostgreSqlLexer.tokens | 90 +- src/lib/postgresql/PostgreSqlLexer.ts | 4236 +- src/lib/postgresql/PostgreSqlParser.interp | 5 +- src/lib/postgresql/PostgreSqlParser.tokens | 90 +- src/lib/postgresql/PostgreSqlParser.ts | 32325 ++++++++-------- .../postgresql/PostgreSqlParserListener.ts | 11 + src/lib/postgresql/PostgreSqlParserVisitor.ts | 7 + 11 files changed, 18442 insertions(+), 18342 deletions(-) diff --git a/package.json b/package.json index 5b0e05b..4f4b3bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dt-sql-parser-oushudb", - "version": "4.0.2-0", + "version": "4.0.2-5", "authors": "DTStack Corporation", "description": "SQL Parsers for BigData, built with antlr4", "keywords": [ diff --git a/src/grammar/postgresql/PostgreSqlLexer.g4 b/src/grammar/postgresql/PostgreSqlLexer.g4 index f089bf5..9ddfcf9 100644 --- a/src/grammar/postgresql/PostgreSqlLexer.g4 +++ b/src/grammar/postgresql/PostgreSqlLexer.g4 @@ -672,6 +672,7 @@ KW_BUFFER_USAGE_LIMIT : 'BUFFER_USAGE_LIMIT'; // My custom keywords KW_DISTRIBUTED : 'DISTRIBUTED'; +KW_WRITABLE : 'WRITABLE'; // // IDENTIFIERS (4.1.1) diff --git a/src/grammar/postgresql/PostgreSqlParser.g4 b/src/grammar/postgresql/PostgreSqlParser.g4 index 303372b..1769248 100644 --- a/src/grammar/postgresql/PostgreSqlParser.g4 +++ b/src/grammar/postgresql/PostgreSqlParser.g4 @@ -722,14 +722,18 @@ copy_generic_opt_arg_list_item ; createstmt - : KW_CREATE opttemp? KW_TABLE opt_if_not_exists? table_name_create ( - OPEN_PAREN table_column_list? CLOSE_PAREN optinherit? optpartitionspec? table_access_method_clause? optwith? oncommitoption? opttablespace? + : create_table_clause opt_if_not_exists? table_name_create ( + OPEN_PAREN table_column_list? CLOSE_PAREN optinherit? optpartitionspec? table_access_method_clause? optwith? oncommitoption? opttablespace? optdistributed? | KW_OF any_name opttypedtableelementlist? optpartitionspec? table_access_method_clause? optwith? oncommitoption? opttablespace? | KW_PARTITION KW_OF qualified_name opttypedtableelementlist? partitionboundspec optpartitionspec? table_access_method_clause? optwith? oncommitoption? opttablespace? ) # columnCreateTable ; +create_table_clause + : KW_CREATE opttemp? KW_WRITABLE? KW_EXTERNAL? KW_TABLE + ; + optdistributed : KW_DISTRIBUTED KW_BY OPEN_PAREN column_list CLOSE_PAREN ; @@ -1001,7 +1005,7 @@ alterstatsstmt ; createasstmt - : KW_CREATE opttemp? KW_TABLE opt_if_not_exists? create_as_target KW_AS selectstmt opt_with_data? # queryCreateTable + : create_table_clause opt_if_not_exists? create_as_target KW_AS selectstmt opt_with_data? # queryCreateTable ; create_as_target @@ -2842,7 +2846,7 @@ preparablestmt executestmt : KW_EXECUTE name execute_param_clause? - | KW_CREATE opttemp? KW_TABLE opt_if_not_exists? create_as_target KW_AS KW_EXECUTE name execute_param_clause? opt_with_data? + | create_table_clause opt_if_not_exists? create_as_target KW_AS KW_EXECUTE name execute_param_clause? opt_with_data? ; execute_param_clause diff --git a/src/lib/postgresql/PostgreSqlLexer.interp b/src/lib/postgresql/PostgreSqlLexer.interp index 503cc2e..e1e0c6b 100644 --- a/src/lib/postgresql/PostgreSqlLexer.interp +++ b/src/lib/postgresql/PostgreSqlLexer.interp @@ -549,6 +549,7 @@ null 'SKIP_LOCKED' 'BUFFER_USAGE_LIMIT' 'DISTRIBUTED' +'WRITABLE' null null null @@ -1143,6 +1144,7 @@ KW_MAIN KW_SKIP_LOCKED KW_BUFFER_USAGE_LIMIT KW_DISTRIBUTED +KW_WRITABLE Identifier QuotedIdentifier UnterminatedQuotedIdentifier @@ -1740,6 +1742,7 @@ KW_MAIN KW_SKIP_LOCKED KW_BUFFER_USAGE_LIMIT KW_DISTRIBUTED +KW_WRITABLE Identifier IdentifierStartChar IdentifierChar @@ -1807,4 +1810,4 @@ AfterEscapeStringConstantWithNewlineMode DollarQuotedStringMode atn: -[4, 0, 591, 5816, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 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, 2, 466, 7, 466, 2, 467, 7, 467, 2, 468, 7, 468, 2, 469, 7, 469, 2, 470, 7, 470, 2, 471, 7, 471, 2, 472, 7, 472, 2, 473, 7, 473, 2, 474, 7, 474, 2, 475, 7, 475, 2, 476, 7, 476, 2, 477, 7, 477, 2, 478, 7, 478, 2, 479, 7, 479, 2, 480, 7, 480, 2, 481, 7, 481, 2, 482, 7, 482, 2, 483, 7, 483, 2, 484, 7, 484, 2, 485, 7, 485, 2, 486, 7, 486, 2, 487, 7, 487, 2, 488, 7, 488, 2, 489, 7, 489, 2, 490, 7, 490, 2, 491, 7, 491, 2, 492, 7, 492, 2, 493, 7, 493, 2, 494, 7, 494, 2, 495, 7, 495, 2, 496, 7, 496, 2, 497, 7, 497, 2, 498, 7, 498, 2, 499, 7, 499, 2, 500, 7, 500, 2, 501, 7, 501, 2, 502, 7, 502, 2, 503, 7, 503, 2, 504, 7, 504, 2, 505, 7, 505, 2, 506, 7, 506, 2, 507, 7, 507, 2, 508, 7, 508, 2, 509, 7, 509, 2, 510, 7, 510, 2, 511, 7, 511, 2, 512, 7, 512, 2, 513, 7, 513, 2, 514, 7, 514, 2, 515, 7, 515, 2, 516, 7, 516, 2, 517, 7, 517, 2, 518, 7, 518, 2, 519, 7, 519, 2, 520, 7, 520, 2, 521, 7, 521, 2, 522, 7, 522, 2, 523, 7, 523, 2, 524, 7, 524, 2, 525, 7, 525, 2, 526, 7, 526, 2, 527, 7, 527, 2, 528, 7, 528, 2, 529, 7, 529, 2, 530, 7, 530, 2, 531, 7, 531, 2, 532, 7, 532, 2, 533, 7, 533, 2, 534, 7, 534, 2, 535, 7, 535, 2, 536, 7, 536, 2, 537, 7, 537, 2, 538, 7, 538, 2, 539, 7, 539, 2, 540, 7, 540, 2, 541, 7, 541, 2, 542, 7, 542, 2, 543, 7, 543, 2, 544, 7, 544, 2, 545, 7, 545, 2, 546, 7, 546, 2, 547, 7, 547, 2, 548, 7, 548, 2, 549, 7, 549, 2, 550, 7, 550, 2, 551, 7, 551, 2, 552, 7, 552, 2, 553, 7, 553, 2, 554, 7, 554, 2, 555, 7, 555, 2, 556, 7, 556, 2, 557, 7, 557, 2, 558, 7, 558, 2, 559, 7, 559, 2, 560, 7, 560, 2, 561, 7, 561, 2, 562, 7, 562, 2, 563, 7, 563, 2, 564, 7, 564, 2, 565, 7, 565, 2, 566, 7, 566, 2, 567, 7, 567, 2, 568, 7, 568, 2, 569, 7, 569, 2, 570, 7, 570, 2, 571, 7, 571, 2, 572, 7, 572, 2, 573, 7, 573, 2, 574, 7, 574, 2, 575, 7, 575, 2, 576, 7, 576, 2, 577, 7, 577, 2, 578, 7, 578, 2, 579, 7, 579, 2, 580, 7, 580, 2, 581, 7, 581, 2, 582, 7, 582, 2, 583, 7, 583, 2, 584, 7, 584, 2, 585, 7, 585, 2, 586, 7, 586, 2, 587, 7, 587, 2, 588, 7, 588, 2, 589, 7, 589, 2, 590, 7, 590, 2, 591, 7, 591, 2, 592, 7, 592, 2, 593, 7, 593, 2, 594, 7, 594, 2, 595, 7, 595, 2, 596, 7, 596, 2, 597, 7, 597, 2, 598, 7, 598, 2, 599, 7, 599, 2, 600, 7, 600, 2, 601, 7, 601, 2, 602, 7, 602, 2, 603, 7, 603, 2, 604, 7, 604, 2, 605, 7, 605, 2, 606, 7, 606, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 1, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 11, 1, 11, 1, 12, 1, 12, 1, 13, 1, 13, 1, 14, 1, 14, 1, 15, 1, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 27, 1, 27, 4, 27, 1285, 8, 27, 11, 27, 12, 27, 1286, 1, 28, 1, 28, 4, 28, 1291, 8, 28, 11, 28, 12, 28, 1292, 1, 28, 1, 28, 3, 28, 1297, 8, 28, 3, 28, 1299, 8, 28, 1, 28, 4, 28, 1302, 8, 28, 11, 28, 12, 28, 1303, 1, 28, 3, 28, 1307, 8, 28, 1, 29, 1, 29, 5, 29, 1311, 8, 29, 10, 29, 12, 29, 1314, 9, 29, 1, 29, 1, 29, 3, 29, 1318, 8, 29, 1, 29, 4, 29, 1321, 8, 29, 11, 29, 12, 29, 1322, 1, 29, 1, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 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, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 1, 248, 1, 248, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 278, 1, 278, 1, 278, 1, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 307, 1, 307, 1, 307, 1, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 386, 1, 386, 1, 386, 1, 386, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 388, 1, 388, 1, 388, 1, 388, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 392, 1, 392, 1, 392, 1, 392, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 397, 1, 397, 1, 397, 1, 397, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 404, 1, 404, 1, 404, 1, 404, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 409, 1, 409, 1, 409, 1, 409, 1, 409, 1, 409, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 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, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 417, 1, 417, 1, 417, 1, 417, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 449, 1, 449, 1, 449, 1, 449, 1, 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, 1, 451, 1, 451, 1, 451, 1, 451, 1, 452, 1, 452, 1, 452, 1, 452, 1, 453, 1, 453, 1, 453, 1, 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, 1, 454, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 456, 1, 456, 1, 456, 1, 456, 1, 457, 1, 457, 1, 457, 1, 457, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 461, 1, 461, 1, 461, 1, 461, 1, 461, 1, 461, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 464, 1, 464, 1, 464, 1, 464, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 468, 1, 468, 1, 468, 1, 468, 1, 468, 1, 469, 1, 469, 1, 469, 1, 469, 1, 469, 1, 469, 1, 469, 1, 470, 1, 470, 1, 470, 1, 470, 1, 470, 1, 471, 1, 471, 1, 471, 1, 471, 1, 471, 1, 471, 1, 471, 1, 472, 1, 472, 1, 472, 1, 472, 1, 472, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 474, 1, 474, 1, 474, 1, 474, 1, 474, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 1, 484, 1, 484, 1, 484, 1, 484, 1, 484, 1, 484, 1, 484, 1, 485, 1, 485, 1, 485, 1, 485, 1, 485, 1, 485, 1, 485, 1, 486, 1, 486, 1, 486, 1, 486, 1, 487, 1, 487, 1, 487, 1, 487, 1, 488, 1, 488, 1, 488, 1, 488, 1, 488, 1, 489, 1, 489, 1, 489, 1, 489, 1, 489, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 493, 1, 493, 1, 493, 1, 493, 1, 493, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 502, 1, 502, 1, 502, 1, 502, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 505, 1, 505, 1, 505, 1, 505, 1, 505, 1, 505, 1, 506, 1, 506, 1, 506, 1, 506, 1, 506, 1, 506, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 509, 1, 509, 1, 509, 1, 509, 1, 509, 1, 509, 1, 510, 1, 510, 1, 510, 1, 510, 1, 510, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 515, 1, 515, 1, 515, 1, 515, 1, 515, 1, 515, 1, 516, 1, 516, 1, 516, 1, 516, 1, 517, 1, 517, 1, 517, 1, 517, 1, 517, 1, 518, 1, 518, 1, 518, 1, 518, 1, 518, 1, 518, 1, 518, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 522, 1, 522, 1, 522, 1, 522, 1, 522, 1, 523, 1, 523, 1, 523, 1, 523, 1, 523, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 525, 1, 525, 1, 525, 1, 525, 1, 525, 1, 525, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 527, 1, 527, 1, 527, 1, 527, 1, 527, 1, 527, 1, 527, 1, 528, 1, 528, 1, 528, 1, 528, 1, 528, 1, 528, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, 532, 1, 532, 1, 532, 1, 532, 1, 532, 1, 532, 1, 532, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 534, 1, 534, 1, 534, 1, 534, 1, 534, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 538, 1, 538, 1, 538, 1, 538, 1, 538, 1, 538, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 547, 1, 547, 1, 547, 1, 547, 1, 547, 1, 547, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 549, 1, 549, 1, 549, 1, 549, 1, 549, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 553, 1, 553, 5, 553, 5369, 8, 553, 10, 553, 12, 553, 5372, 9, 553, 1, 554, 1, 554, 1, 554, 3, 554, 5377, 8, 554, 1, 555, 1, 555, 3, 555, 5381, 8, 555, 1, 556, 1, 556, 3, 556, 5385, 8, 556, 1, 557, 1, 557, 1, 557, 1, 558, 1, 558, 1, 558, 1, 558, 5, 558, 5394, 8, 558, 10, 558, 12, 558, 5397, 9, 558, 1, 559, 1, 559, 1, 559, 1, 560, 1, 560, 1, 560, 1, 560, 5, 560, 5406, 8, 560, 10, 560, 12, 560, 5409, 9, 560, 1, 561, 1, 561, 1, 561, 1, 561, 1, 562, 1, 562, 1, 562, 1, 562, 1, 563, 1, 563, 1, 563, 1, 563, 1, 564, 1, 564, 1, 564, 1, 564, 1, 565, 1, 565, 1, 565, 1, 566, 1, 566, 1, 566, 1, 566, 5, 566, 5434, 8, 566, 10, 566, 12, 566, 5437, 9, 566, 1, 567, 1, 567, 1, 567, 1, 567, 1, 567, 1, 567, 1, 568, 1, 568, 1, 568, 1, 569, 1, 569, 1, 569, 1, 569, 1, 570, 1, 570, 3, 570, 5454, 8, 570, 1, 570, 1, 570, 1, 570, 1, 570, 1, 571, 1, 571, 5, 571, 5462, 8, 571, 10, 571, 12, 571, 5465, 9, 571, 1, 572, 1, 572, 1, 572, 1, 573, 1, 573, 1, 573, 5, 573, 5473, 8, 573, 10, 573, 12, 573, 5476, 9, 573, 1, 574, 1, 574, 1, 574, 1, 575, 1, 575, 1, 575, 1, 576, 1, 576, 1, 576, 1, 577, 1, 577, 1, 577, 5, 577, 5490, 8, 577, 10, 577, 12, 577, 5493, 9, 577, 1, 578, 1, 578, 1, 578, 1, 579, 1, 579, 1, 579, 1, 580, 1, 580, 1, 581, 1, 581, 1, 581, 1, 581, 1, 582, 1, 582, 1, 582, 3, 582, 5510, 8, 582, 1, 582, 1, 582, 3, 582, 5514, 8, 582, 1, 582, 3, 582, 5517, 8, 582, 1, 582, 1, 582, 1, 582, 1, 582, 3, 582, 5523, 8, 582, 1, 582, 3, 582, 5526, 8, 582, 1, 582, 1, 582, 1, 582, 3, 582, 5531, 8, 582, 1, 582, 1, 582, 3, 582, 5535, 8, 582, 1, 583, 4, 583, 5538, 8, 583, 11, 583, 12, 583, 5539, 1, 584, 1, 584, 1, 584, 5, 584, 5545, 8, 584, 10, 584, 12, 584, 5548, 9, 584, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 5, 585, 5558, 8, 585, 10, 585, 12, 585, 5561, 9, 585, 1, 585, 1, 585, 1, 586, 4, 586, 5566, 8, 586, 11, 586, 12, 586, 5567, 1, 586, 1, 586, 1, 587, 1, 587, 3, 587, 5574, 8, 587, 1, 587, 3, 587, 5577, 8, 587, 1, 587, 1, 587, 1, 588, 1, 588, 1, 588, 1, 588, 5, 588, 5585, 8, 588, 10, 588, 12, 588, 5588, 9, 588, 1, 588, 1, 588, 1, 589, 1, 589, 1, 589, 1, 589, 5, 589, 5596, 8, 589, 10, 589, 12, 589, 5599, 9, 589, 1, 589, 1, 589, 1, 589, 4, 589, 5604, 8, 589, 11, 589, 12, 589, 5605, 1, 589, 1, 589, 4, 589, 5610, 8, 589, 11, 589, 12, 589, 5611, 1, 589, 5, 589, 5615, 8, 589, 10, 589, 12, 589, 5618, 9, 589, 1, 589, 5, 589, 5621, 8, 589, 10, 589, 12, 589, 5624, 9, 589, 1, 589, 1, 589, 1, 589, 1, 589, 1, 589, 1, 590, 1, 590, 1, 590, 1, 590, 5, 590, 5635, 8, 590, 10, 590, 12, 590, 5638, 9, 590, 1, 590, 1, 590, 1, 590, 4, 590, 5643, 8, 590, 11, 590, 12, 590, 5644, 1, 590, 1, 590, 4, 590, 5649, 8, 590, 11, 590, 12, 590, 5650, 1, 590, 3, 590, 5654, 8, 590, 5, 590, 5656, 8, 590, 10, 590, 12, 590, 5659, 9, 590, 1, 590, 4, 590, 5662, 8, 590, 11, 590, 12, 590, 5663, 1, 590, 4, 590, 5667, 8, 590, 11, 590, 12, 590, 5668, 1, 590, 5, 590, 5672, 8, 590, 10, 590, 12, 590, 5675, 9, 590, 1, 590, 3, 590, 5678, 8, 590, 1, 591, 1, 591, 1, 591, 1, 591, 5, 591, 5684, 8, 591, 10, 591, 12, 591, 5687, 9, 591, 1, 591, 5, 591, 5690, 8, 591, 10, 591, 12, 591, 5693, 9, 591, 1, 591, 1, 591, 5, 591, 5697, 8, 591, 10, 591, 12, 591, 5700, 9, 591, 3, 591, 5702, 8, 591, 1, 592, 1, 592, 1, 592, 1, 593, 1, 593, 1, 594, 1, 594, 1, 594, 1, 594, 1, 594, 1, 595, 1, 595, 3, 595, 5716, 8, 595, 1, 595, 1, 595, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 596, 3, 596, 5740, 8, 596, 1, 596, 5, 596, 5743, 8, 596, 10, 596, 12, 596, 5746, 9, 596, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 598, 1, 598, 3, 598, 5755, 8, 598, 1, 598, 1, 598, 1, 599, 1, 599, 1, 599, 1, 599, 1, 599, 5, 599, 5764, 8, 599, 10, 599, 12, 599, 5767, 9, 599, 1, 600, 1, 600, 1, 600, 1, 600, 1, 600, 1, 601, 1, 601, 1, 601, 1, 601, 1, 601, 1, 601, 1, 602, 1, 602, 1, 602, 1, 602, 1, 602, 1, 603, 1, 603, 1, 603, 1, 603, 1, 603, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 605, 4, 605, 5796, 8, 605, 11, 605, 12, 605, 5797, 1, 605, 1, 605, 5, 605, 5802, 8, 605, 10, 605, 12, 605, 5805, 9, 605, 3, 605, 5807, 8, 605, 1, 606, 1, 606, 3, 606, 5811, 8, 606, 1, 606, 1, 606, 1, 606, 1, 606, 0, 0, 607, 5, 1, 7, 2, 9, 3, 11, 4, 13, 5, 15, 6, 17, 7, 19, 8, 21, 9, 23, 10, 25, 11, 27, 12, 29, 13, 31, 14, 33, 15, 35, 16, 37, 17, 39, 18, 41, 19, 43, 20, 45, 21, 47, 22, 49, 23, 51, 24, 53, 25, 55, 26, 57, 27, 59, 28, 61, 29, 63, 0, 65, 0, 67, 0, 69, 0, 71, 30, 73, 31, 75, 32, 77, 33, 79, 34, 81, 35, 83, 36, 85, 37, 87, 38, 89, 39, 91, 40, 93, 41, 95, 42, 97, 43, 99, 44, 101, 45, 103, 46, 105, 47, 107, 48, 109, 49, 111, 50, 113, 51, 115, 52, 117, 53, 119, 54, 121, 55, 123, 56, 125, 57, 127, 58, 129, 59, 131, 60, 133, 61, 135, 62, 137, 63, 139, 64, 141, 65, 143, 66, 145, 67, 147, 68, 149, 69, 151, 70, 153, 71, 155, 72, 157, 73, 159, 74, 161, 75, 163, 76, 165, 77, 167, 78, 169, 79, 171, 80, 173, 81, 175, 82, 177, 83, 179, 84, 181, 85, 183, 86, 185, 87, 187, 88, 189, 89, 191, 90, 193, 91, 195, 92, 197, 93, 199, 94, 201, 95, 203, 96, 205, 97, 207, 98, 209, 99, 211, 100, 213, 101, 215, 102, 217, 103, 219, 104, 221, 105, 223, 106, 225, 107, 227, 108, 229, 109, 231, 110, 233, 111, 235, 112, 237, 113, 239, 114, 241, 115, 243, 116, 245, 117, 247, 118, 249, 119, 251, 120, 253, 121, 255, 122, 257, 123, 259, 124, 261, 125, 263, 126, 265, 127, 267, 128, 269, 129, 271, 130, 273, 131, 275, 132, 277, 133, 279, 134, 281, 135, 283, 136, 285, 137, 287, 138, 289, 139, 291, 140, 293, 141, 295, 142, 297, 143, 299, 144, 301, 145, 303, 146, 305, 147, 307, 148, 309, 149, 311, 150, 313, 151, 315, 152, 317, 153, 319, 154, 321, 155, 323, 156, 325, 157, 327, 158, 329, 159, 331, 160, 333, 161, 335, 162, 337, 163, 339, 164, 341, 165, 343, 166, 345, 167, 347, 168, 349, 169, 351, 170, 353, 171, 355, 172, 357, 173, 359, 174, 361, 175, 363, 176, 365, 177, 367, 178, 369, 179, 371, 180, 373, 181, 375, 182, 377, 183, 379, 184, 381, 185, 383, 186, 385, 187, 387, 188, 389, 189, 391, 190, 393, 191, 395, 192, 397, 193, 399, 194, 401, 195, 403, 196, 405, 197, 407, 198, 409, 199, 411, 200, 413, 201, 415, 202, 417, 203, 419, 204, 421, 205, 423, 206, 425, 207, 427, 208, 429, 209, 431, 210, 433, 211, 435, 212, 437, 213, 439, 214, 441, 215, 443, 216, 445, 217, 447, 218, 449, 219, 451, 220, 453, 221, 455, 222, 457, 223, 459, 224, 461, 225, 463, 226, 465, 227, 467, 228, 469, 229, 471, 230, 473, 231, 475, 232, 477, 233, 479, 234, 481, 235, 483, 236, 485, 237, 487, 238, 489, 239, 491, 240, 493, 241, 495, 242, 497, 243, 499, 244, 501, 245, 503, 246, 505, 247, 507, 248, 509, 249, 511, 250, 513, 251, 515, 252, 517, 253, 519, 254, 521, 255, 523, 256, 525, 257, 527, 258, 529, 259, 531, 260, 533, 261, 535, 262, 537, 263, 539, 264, 541, 265, 543, 266, 545, 267, 547, 268, 549, 269, 551, 270, 553, 271, 555, 272, 557, 273, 559, 274, 561, 275, 563, 276, 565, 277, 567, 278, 569, 279, 571, 280, 573, 281, 575, 282, 577, 283, 579, 284, 581, 285, 583, 286, 585, 287, 587, 288, 589, 289, 591, 290, 593, 291, 595, 292, 597, 293, 599, 294, 601, 295, 603, 296, 605, 297, 607, 298, 609, 299, 611, 300, 613, 301, 615, 302, 617, 303, 619, 304, 621, 305, 623, 306, 625, 307, 627, 308, 629, 309, 631, 310, 633, 311, 635, 312, 637, 313, 639, 314, 641, 315, 643, 316, 645, 317, 647, 318, 649, 319, 651, 320, 653, 321, 655, 322, 657, 323, 659, 324, 661, 325, 663, 326, 665, 327, 667, 328, 669, 329, 671, 330, 673, 331, 675, 332, 677, 333, 679, 334, 681, 335, 683, 336, 685, 337, 687, 338, 689, 339, 691, 340, 693, 341, 695, 342, 697, 343, 699, 344, 701, 345, 703, 346, 705, 347, 707, 348, 709, 349, 711, 350, 713, 351, 715, 352, 717, 353, 719, 354, 721, 355, 723, 356, 725, 357, 727, 358, 729, 359, 731, 360, 733, 361, 735, 362, 737, 363, 739, 364, 741, 365, 743, 366, 745, 367, 747, 368, 749, 369, 751, 370, 753, 371, 755, 372, 757, 373, 759, 374, 761, 375, 763, 376, 765, 377, 767, 378, 769, 379, 771, 380, 773, 381, 775, 382, 777, 383, 779, 384, 781, 385, 783, 386, 785, 387, 787, 388, 789, 389, 791, 390, 793, 391, 795, 392, 797, 393, 799, 394, 801, 395, 803, 396, 805, 397, 807, 398, 809, 399, 811, 400, 813, 401, 815, 402, 817, 403, 819, 404, 821, 405, 823, 406, 825, 407, 827, 408, 829, 409, 831, 410, 833, 411, 835, 412, 837, 413, 839, 414, 841, 415, 843, 416, 845, 417, 847, 418, 849, 419, 851, 420, 853, 421, 855, 422, 857, 423, 859, 424, 861, 425, 863, 426, 865, 427, 867, 428, 869, 429, 871, 430, 873, 431, 875, 432, 877, 433, 879, 434, 881, 435, 883, 436, 885, 437, 887, 438, 889, 439, 891, 440, 893, 441, 895, 442, 897, 443, 899, 444, 901, 445, 903, 446, 905, 447, 907, 448, 909, 449, 911, 450, 913, 451, 915, 452, 917, 453, 919, 454, 921, 455, 923, 456, 925, 457, 927, 458, 929, 459, 931, 460, 933, 461, 935, 462, 937, 463, 939, 464, 941, 465, 943, 466, 945, 467, 947, 468, 949, 469, 951, 470, 953, 471, 955, 472, 957, 473, 959, 474, 961, 475, 963, 476, 965, 477, 967, 478, 969, 479, 971, 480, 973, 481, 975, 482, 977, 483, 979, 484, 981, 485, 983, 486, 985, 487, 987, 488, 989, 489, 991, 490, 993, 491, 995, 492, 997, 493, 999, 494, 1001, 495, 1003, 496, 1005, 497, 1007, 498, 1009, 499, 1011, 500, 1013, 501, 1015, 502, 1017, 503, 1019, 504, 1021, 505, 1023, 506, 1025, 507, 1027, 508, 1029, 509, 1031, 510, 1033, 511, 1035, 512, 1037, 513, 1039, 514, 1041, 515, 1043, 516, 1045, 517, 1047, 518, 1049, 519, 1051, 520, 1053, 521, 1055, 522, 1057, 523, 1059, 524, 1061, 525, 1063, 526, 1065, 527, 1067, 528, 1069, 529, 1071, 530, 1073, 531, 1075, 532, 1077, 533, 1079, 534, 1081, 535, 1083, 536, 1085, 537, 1087, 538, 1089, 539, 1091, 540, 1093, 541, 1095, 542, 1097, 543, 1099, 544, 1101, 545, 1103, 546, 1105, 547, 1107, 548, 1109, 549, 1111, 550, 1113, 0, 1115, 0, 1117, 0, 1119, 551, 1121, 552, 1123, 553, 1125, 554, 1127, 555, 1129, 556, 1131, 557, 1133, 558, 1135, 559, 1137, 560, 1139, 0, 1141, 561, 1143, 562, 1145, 563, 1147, 0, 1149, 564, 1151, 565, 1153, 566, 1155, 567, 1157, 568, 1159, 569, 1161, 570, 1163, 571, 1165, 572, 1167, 573, 1169, 574, 1171, 0, 1173, 575, 1175, 576, 1177, 577, 1179, 578, 1181, 579, 1183, 580, 1185, 581, 1187, 582, 1189, 583, 1191, 584, 1193, 585, 1195, 586, 1197, 0, 1199, 587, 1201, 588, 1203, 0, 1205, 0, 1207, 0, 1209, 0, 1211, 0, 1213, 591, 1215, 589, 1217, 590, 5, 0, 1, 2, 3, 4, 51, 1, 0, 48, 57, 2, 0, 43, 43, 45, 45, 2, 0, 45, 45, 47, 47, 9, 0, 33, 33, 35, 35, 37, 38, 42, 42, 60, 64, 94, 94, 96, 96, 124, 124, 126, 126, 2, 0, 42, 43, 60, 62, 8, 0, 33, 33, 35, 35, 37, 38, 63, 64, 94, 94, 96, 96, 124, 124, 126, 126, 2, 0, 65, 65, 97, 97, 2, 0, 76, 76, 108, 108, 2, 0, 78, 78, 110, 110, 2, 0, 89, 89, 121, 121, 2, 0, 83, 83, 115, 115, 2, 0, 69, 69, 101, 101, 2, 0, 90, 90, 122, 122, 2, 0, 68, 68, 100, 100, 2, 0, 82, 82, 114, 114, 2, 0, 67, 67, 99, 99, 2, 0, 77, 77, 109, 109, 2, 0, 84, 84, 116, 116, 2, 0, 73, 73, 105, 105, 2, 0, 66, 66, 98, 98, 2, 0, 79, 79, 111, 111, 2, 0, 72, 72, 104, 104, 2, 0, 75, 75, 107, 107, 2, 0, 85, 85, 117, 117, 2, 0, 71, 71, 103, 103, 2, 0, 80, 80, 112, 112, 2, 0, 70, 70, 102, 102, 2, 0, 88, 88, 120, 120, 2, 0, 86, 86, 118, 118, 2, 0, 81, 81, 113, 113, 2, 0, 87, 87, 119, 119, 2, 0, 74, 74, 106, 106, 10, 0, 65, 90, 95, 95, 97, 122, 170, 170, 181, 181, 186, 186, 192, 214, 224, 246, 248, 55295, 57344, 65535, 1, 0, 55296, 56319, 1, 0, 56320, 57343, 2, 0, 0, 0, 34, 34, 1, 0, 34, 34, 1, 0, 39, 39, 1, 0, 48, 49, 3, 0, 48, 57, 65, 70, 97, 102, 3, 0, 65, 90, 95, 95, 97, 122, 5, 0, 36, 36, 48, 57, 65, 90, 95, 95, 97, 122, 2, 0, 34, 34, 92, 92, 2, 0, 9, 9, 32, 32, 2, 0, 10, 10, 13, 13, 2, 0, 42, 42, 47, 47, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 3, 0, 10, 10, 13, 13, 34, 34, 4, 0, 85, 85, 88, 88, 117, 117, 120, 120, 2, 0, 39, 39, 92, 92, 1, 0, 36, 36, 5885, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 19, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 61, 1, 0, 0, 0, 0, 63, 1, 0, 0, 0, 0, 71, 1, 0, 0, 0, 0, 73, 1, 0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 77, 1, 0, 0, 0, 0, 79, 1, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 85, 1, 0, 0, 0, 0, 87, 1, 0, 0, 0, 0, 89, 1, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 93, 1, 0, 0, 0, 0, 95, 1, 0, 0, 0, 0, 97, 1, 0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 101, 1, 0, 0, 0, 0, 103, 1, 0, 0, 0, 0, 105, 1, 0, 0, 0, 0, 107, 1, 0, 0, 0, 0, 109, 1, 0, 0, 0, 0, 111, 1, 0, 0, 0, 0, 113, 1, 0, 0, 0, 0, 115, 1, 0, 0, 0, 0, 117, 1, 0, 0, 0, 0, 119, 1, 0, 0, 0, 0, 121, 1, 0, 0, 0, 0, 123, 1, 0, 0, 0, 0, 125, 1, 0, 0, 0, 0, 127, 1, 0, 0, 0, 0, 129, 1, 0, 0, 0, 0, 131, 1, 0, 0, 0, 0, 133, 1, 0, 0, 0, 0, 135, 1, 0, 0, 0, 0, 137, 1, 0, 0, 0, 0, 139, 1, 0, 0, 0, 0, 141, 1, 0, 0, 0, 0, 143, 1, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 147, 1, 0, 0, 0, 0, 149, 1, 0, 0, 0, 0, 151, 1, 0, 0, 0, 0, 153, 1, 0, 0, 0, 0, 155, 1, 0, 0, 0, 0, 157, 1, 0, 0, 0, 0, 159, 1, 0, 0, 0, 0, 161, 1, 0, 0, 0, 0, 163, 1, 0, 0, 0, 0, 165, 1, 0, 0, 0, 0, 167, 1, 0, 0, 0, 0, 169, 1, 0, 0, 0, 0, 171, 1, 0, 0, 0, 0, 173, 1, 0, 0, 0, 0, 175, 1, 0, 0, 0, 0, 177, 1, 0, 0, 0, 0, 179, 1, 0, 0, 0, 0, 181, 1, 0, 0, 0, 0, 183, 1, 0, 0, 0, 0, 185, 1, 0, 0, 0, 0, 187, 1, 0, 0, 0, 0, 189, 1, 0, 0, 0, 0, 191, 1, 0, 0, 0, 0, 193, 1, 0, 0, 0, 0, 195, 1, 0, 0, 0, 0, 197, 1, 0, 0, 0, 0, 199, 1, 0, 0, 0, 0, 201, 1, 0, 0, 0, 0, 203, 1, 0, 0, 0, 0, 205, 1, 0, 0, 0, 0, 207, 1, 0, 0, 0, 0, 209, 1, 0, 0, 0, 0, 211, 1, 0, 0, 0, 0, 213, 1, 0, 0, 0, 0, 215, 1, 0, 0, 0, 0, 217, 1, 0, 0, 0, 0, 219, 1, 0, 0, 0, 0, 221, 1, 0, 0, 0, 0, 223, 1, 0, 0, 0, 0, 225, 1, 0, 0, 0, 0, 227, 1, 0, 0, 0, 0, 229, 1, 0, 0, 0, 0, 231, 1, 0, 0, 0, 0, 233, 1, 0, 0, 0, 0, 235, 1, 0, 0, 0, 0, 237, 1, 0, 0, 0, 0, 239, 1, 0, 0, 0, 0, 241, 1, 0, 0, 0, 0, 243, 1, 0, 0, 0, 0, 245, 1, 0, 0, 0, 0, 247, 1, 0, 0, 0, 0, 249, 1, 0, 0, 0, 0, 251, 1, 0, 0, 0, 0, 253, 1, 0, 0, 0, 0, 255, 1, 0, 0, 0, 0, 257, 1, 0, 0, 0, 0, 259, 1, 0, 0, 0, 0, 261, 1, 0, 0, 0, 0, 263, 1, 0, 0, 0, 0, 265, 1, 0, 0, 0, 0, 267, 1, 0, 0, 0, 0, 269, 1, 0, 0, 0, 0, 271, 1, 0, 0, 0, 0, 273, 1, 0, 0, 0, 0, 275, 1, 0, 0, 0, 0, 277, 1, 0, 0, 0, 0, 279, 1, 0, 0, 0, 0, 281, 1, 0, 0, 0, 0, 283, 1, 0, 0, 0, 0, 285, 1, 0, 0, 0, 0, 287, 1, 0, 0, 0, 0, 289, 1, 0, 0, 0, 0, 291, 1, 0, 0, 0, 0, 293, 1, 0, 0, 0, 0, 295, 1, 0, 0, 0, 0, 297, 1, 0, 0, 0, 0, 299, 1, 0, 0, 0, 0, 301, 1, 0, 0, 0, 0, 303, 1, 0, 0, 0, 0, 305, 1, 0, 0, 0, 0, 307, 1, 0, 0, 0, 0, 309, 1, 0, 0, 0, 0, 311, 1, 0, 0, 0, 0, 313, 1, 0, 0, 0, 0, 315, 1, 0, 0, 0, 0, 317, 1, 0, 0, 0, 0, 319, 1, 0, 0, 0, 0, 321, 1, 0, 0, 0, 0, 323, 1, 0, 0, 0, 0, 325, 1, 0, 0, 0, 0, 327, 1, 0, 0, 0, 0, 329, 1, 0, 0, 0, 0, 331, 1, 0, 0, 0, 0, 333, 1, 0, 0, 0, 0, 335, 1, 0, 0, 0, 0, 337, 1, 0, 0, 0, 0, 339, 1, 0, 0, 0, 0, 341, 1, 0, 0, 0, 0, 343, 1, 0, 0, 0, 0, 345, 1, 0, 0, 0, 0, 347, 1, 0, 0, 0, 0, 349, 1, 0, 0, 0, 0, 351, 1, 0, 0, 0, 0, 353, 1, 0, 0, 0, 0, 355, 1, 0, 0, 0, 0, 357, 1, 0, 0, 0, 0, 359, 1, 0, 0, 0, 0, 361, 1, 0, 0, 0, 0, 363, 1, 0, 0, 0, 0, 365, 1, 0, 0, 0, 0, 367, 1, 0, 0, 0, 0, 369, 1, 0, 0, 0, 0, 371, 1, 0, 0, 0, 0, 373, 1, 0, 0, 0, 0, 375, 1, 0, 0, 0, 0, 377, 1, 0, 0, 0, 0, 379, 1, 0, 0, 0, 0, 381, 1, 0, 0, 0, 0, 383, 1, 0, 0, 0, 0, 385, 1, 0, 0, 0, 0, 387, 1, 0, 0, 0, 0, 389, 1, 0, 0, 0, 0, 391, 1, 0, 0, 0, 0, 393, 1, 0, 0, 0, 0, 395, 1, 0, 0, 0, 0, 397, 1, 0, 0, 0, 0, 399, 1, 0, 0, 0, 0, 401, 1, 0, 0, 0, 0, 403, 1, 0, 0, 0, 0, 405, 1, 0, 0, 0, 0, 407, 1, 0, 0, 0, 0, 409, 1, 0, 0, 0, 0, 411, 1, 0, 0, 0, 0, 413, 1, 0, 0, 0, 0, 415, 1, 0, 0, 0, 0, 417, 1, 0, 0, 0, 0, 419, 1, 0, 0, 0, 0, 421, 1, 0, 0, 0, 0, 423, 1, 0, 0, 0, 0, 425, 1, 0, 0, 0, 0, 427, 1, 0, 0, 0, 0, 429, 1, 0, 0, 0, 0, 431, 1, 0, 0, 0, 0, 433, 1, 0, 0, 0, 0, 435, 1, 0, 0, 0, 0, 437, 1, 0, 0, 0, 0, 439, 1, 0, 0, 0, 0, 441, 1, 0, 0, 0, 0, 443, 1, 0, 0, 0, 0, 445, 1, 0, 0, 0, 0, 447, 1, 0, 0, 0, 0, 449, 1, 0, 0, 0, 0, 451, 1, 0, 0, 0, 0, 453, 1, 0, 0, 0, 0, 455, 1, 0, 0, 0, 0, 457, 1, 0, 0, 0, 0, 459, 1, 0, 0, 0, 0, 461, 1, 0, 0, 0, 0, 463, 1, 0, 0, 0, 0, 465, 1, 0, 0, 0, 0, 467, 1, 0, 0, 0, 0, 469, 1, 0, 0, 0, 0, 471, 1, 0, 0, 0, 0, 473, 1, 0, 0, 0, 0, 475, 1, 0, 0, 0, 0, 477, 1, 0, 0, 0, 0, 479, 1, 0, 0, 0, 0, 481, 1, 0, 0, 0, 0, 483, 1, 0, 0, 0, 0, 485, 1, 0, 0, 0, 0, 487, 1, 0, 0, 0, 0, 489, 1, 0, 0, 0, 0, 491, 1, 0, 0, 0, 0, 493, 1, 0, 0, 0, 0, 495, 1, 0, 0, 0, 0, 497, 1, 0, 0, 0, 0, 499, 1, 0, 0, 0, 0, 501, 1, 0, 0, 0, 0, 503, 1, 0, 0, 0, 0, 505, 1, 0, 0, 0, 0, 507, 1, 0, 0, 0, 0, 509, 1, 0, 0, 0, 0, 511, 1, 0, 0, 0, 0, 513, 1, 0, 0, 0, 0, 515, 1, 0, 0, 0, 0, 517, 1, 0, 0, 0, 0, 519, 1, 0, 0, 0, 0, 521, 1, 0, 0, 0, 0, 523, 1, 0, 0, 0, 0, 525, 1, 0, 0, 0, 0, 527, 1, 0, 0, 0, 0, 529, 1, 0, 0, 0, 0, 531, 1, 0, 0, 0, 0, 533, 1, 0, 0, 0, 0, 535, 1, 0, 0, 0, 0, 537, 1, 0, 0, 0, 0, 539, 1, 0, 0, 0, 0, 541, 1, 0, 0, 0, 0, 543, 1, 0, 0, 0, 0, 545, 1, 0, 0, 0, 0, 547, 1, 0, 0, 0, 0, 549, 1, 0, 0, 0, 0, 551, 1, 0, 0, 0, 0, 553, 1, 0, 0, 0, 0, 555, 1, 0, 0, 0, 0, 557, 1, 0, 0, 0, 0, 559, 1, 0, 0, 0, 0, 561, 1, 0, 0, 0, 0, 563, 1, 0, 0, 0, 0, 565, 1, 0, 0, 0, 0, 567, 1, 0, 0, 0, 0, 569, 1, 0, 0, 0, 0, 571, 1, 0, 0, 0, 0, 573, 1, 0, 0, 0, 0, 575, 1, 0, 0, 0, 0, 577, 1, 0, 0, 0, 0, 579, 1, 0, 0, 0, 0, 581, 1, 0, 0, 0, 0, 583, 1, 0, 0, 0, 0, 585, 1, 0, 0, 0, 0, 587, 1, 0, 0, 0, 0, 589, 1, 0, 0, 0, 0, 591, 1, 0, 0, 0, 0, 593, 1, 0, 0, 0, 0, 595, 1, 0, 0, 0, 0, 597, 1, 0, 0, 0, 0, 599, 1, 0, 0, 0, 0, 601, 1, 0, 0, 0, 0, 603, 1, 0, 0, 0, 0, 605, 1, 0, 0, 0, 0, 607, 1, 0, 0, 0, 0, 609, 1, 0, 0, 0, 0, 611, 1, 0, 0, 0, 0, 613, 1, 0, 0, 0, 0, 615, 1, 0, 0, 0, 0, 617, 1, 0, 0, 0, 0, 619, 1, 0, 0, 0, 0, 621, 1, 0, 0, 0, 0, 623, 1, 0, 0, 0, 0, 625, 1, 0, 0, 0, 0, 627, 1, 0, 0, 0, 0, 629, 1, 0, 0, 0, 0, 631, 1, 0, 0, 0, 0, 633, 1, 0, 0, 0, 0, 635, 1, 0, 0, 0, 0, 637, 1, 0, 0, 0, 0, 639, 1, 0, 0, 0, 0, 641, 1, 0, 0, 0, 0, 643, 1, 0, 0, 0, 0, 645, 1, 0, 0, 0, 0, 647, 1, 0, 0, 0, 0, 649, 1, 0, 0, 0, 0, 651, 1, 0, 0, 0, 0, 653, 1, 0, 0, 0, 0, 655, 1, 0, 0, 0, 0, 657, 1, 0, 0, 0, 0, 659, 1, 0, 0, 0, 0, 661, 1, 0, 0, 0, 0, 663, 1, 0, 0, 0, 0, 665, 1, 0, 0, 0, 0, 667, 1, 0, 0, 0, 0, 669, 1, 0, 0, 0, 0, 671, 1, 0, 0, 0, 0, 673, 1, 0, 0, 0, 0, 675, 1, 0, 0, 0, 0, 677, 1, 0, 0, 0, 0, 679, 1, 0, 0, 0, 0, 681, 1, 0, 0, 0, 0, 683, 1, 0, 0, 0, 0, 685, 1, 0, 0, 0, 0, 687, 1, 0, 0, 0, 0, 689, 1, 0, 0, 0, 0, 691, 1, 0, 0, 0, 0, 693, 1, 0, 0, 0, 0, 695, 1, 0, 0, 0, 0, 697, 1, 0, 0, 0, 0, 699, 1, 0, 0, 0, 0, 701, 1, 0, 0, 0, 0, 703, 1, 0, 0, 0, 0, 705, 1, 0, 0, 0, 0, 707, 1, 0, 0, 0, 0, 709, 1, 0, 0, 0, 0, 711, 1, 0, 0, 0, 0, 713, 1, 0, 0, 0, 0, 715, 1, 0, 0, 0, 0, 717, 1, 0, 0, 0, 0, 719, 1, 0, 0, 0, 0, 721, 1, 0, 0, 0, 0, 723, 1, 0, 0, 0, 0, 725, 1, 0, 0, 0, 0, 727, 1, 0, 0, 0, 0, 729, 1, 0, 0, 0, 0, 731, 1, 0, 0, 0, 0, 733, 1, 0, 0, 0, 0, 735, 1, 0, 0, 0, 0, 737, 1, 0, 0, 0, 0, 739, 1, 0, 0, 0, 0, 741, 1, 0, 0, 0, 0, 743, 1, 0, 0, 0, 0, 745, 1, 0, 0, 0, 0, 747, 1, 0, 0, 0, 0, 749, 1, 0, 0, 0, 0, 751, 1, 0, 0, 0, 0, 753, 1, 0, 0, 0, 0, 755, 1, 0, 0, 0, 0, 757, 1, 0, 0, 0, 0, 759, 1, 0, 0, 0, 0, 761, 1, 0, 0, 0, 0, 763, 1, 0, 0, 0, 0, 765, 1, 0, 0, 0, 0, 767, 1, 0, 0, 0, 0, 769, 1, 0, 0, 0, 0, 771, 1, 0, 0, 0, 0, 773, 1, 0, 0, 0, 0, 775, 1, 0, 0, 0, 0, 777, 1, 0, 0, 0, 0, 779, 1, 0, 0, 0, 0, 781, 1, 0, 0, 0, 0, 783, 1, 0, 0, 0, 0, 785, 1, 0, 0, 0, 0, 787, 1, 0, 0, 0, 0, 789, 1, 0, 0, 0, 0, 791, 1, 0, 0, 0, 0, 793, 1, 0, 0, 0, 0, 795, 1, 0, 0, 0, 0, 797, 1, 0, 0, 0, 0, 799, 1, 0, 0, 0, 0, 801, 1, 0, 0, 0, 0, 803, 1, 0, 0, 0, 0, 805, 1, 0, 0, 0, 0, 807, 1, 0, 0, 0, 0, 809, 1, 0, 0, 0, 0, 811, 1, 0, 0, 0, 0, 813, 1, 0, 0, 0, 0, 815, 1, 0, 0, 0, 0, 817, 1, 0, 0, 0, 0, 819, 1, 0, 0, 0, 0, 821, 1, 0, 0, 0, 0, 823, 1, 0, 0, 0, 0, 825, 1, 0, 0, 0, 0, 827, 1, 0, 0, 0, 0, 829, 1, 0, 0, 0, 0, 831, 1, 0, 0, 0, 0, 833, 1, 0, 0, 0, 0, 835, 1, 0, 0, 0, 0, 837, 1, 0, 0, 0, 0, 839, 1, 0, 0, 0, 0, 841, 1, 0, 0, 0, 0, 843, 1, 0, 0, 0, 0, 845, 1, 0, 0, 0, 0, 847, 1, 0, 0, 0, 0, 849, 1, 0, 0, 0, 0, 851, 1, 0, 0, 0, 0, 853, 1, 0, 0, 0, 0, 855, 1, 0, 0, 0, 0, 857, 1, 0, 0, 0, 0, 859, 1, 0, 0, 0, 0, 861, 1, 0, 0, 0, 0, 863, 1, 0, 0, 0, 0, 865, 1, 0, 0, 0, 0, 867, 1, 0, 0, 0, 0, 869, 1, 0, 0, 0, 0, 871, 1, 0, 0, 0, 0, 873, 1, 0, 0, 0, 0, 875, 1, 0, 0, 0, 0, 877, 1, 0, 0, 0, 0, 879, 1, 0, 0, 0, 0, 881, 1, 0, 0, 0, 0, 883, 1, 0, 0, 0, 0, 885, 1, 0, 0, 0, 0, 887, 1, 0, 0, 0, 0, 889, 1, 0, 0, 0, 0, 891, 1, 0, 0, 0, 0, 893, 1, 0, 0, 0, 0, 895, 1, 0, 0, 0, 0, 897, 1, 0, 0, 0, 0, 899, 1, 0, 0, 0, 0, 901, 1, 0, 0, 0, 0, 903, 1, 0, 0, 0, 0, 905, 1, 0, 0, 0, 0, 907, 1, 0, 0, 0, 0, 909, 1, 0, 0, 0, 0, 911, 1, 0, 0, 0, 0, 913, 1, 0, 0, 0, 0, 915, 1, 0, 0, 0, 0, 917, 1, 0, 0, 0, 0, 919, 1, 0, 0, 0, 0, 921, 1, 0, 0, 0, 0, 923, 1, 0, 0, 0, 0, 925, 1, 0, 0, 0, 0, 927, 1, 0, 0, 0, 0, 929, 1, 0, 0, 0, 0, 931, 1, 0, 0, 0, 0, 933, 1, 0, 0, 0, 0, 935, 1, 0, 0, 0, 0, 937, 1, 0, 0, 0, 0, 939, 1, 0, 0, 0, 0, 941, 1, 0, 0, 0, 0, 943, 1, 0, 0, 0, 0, 945, 1, 0, 0, 0, 0, 947, 1, 0, 0, 0, 0, 949, 1, 0, 0, 0, 0, 951, 1, 0, 0, 0, 0, 953, 1, 0, 0, 0, 0, 955, 1, 0, 0, 0, 0, 957, 1, 0, 0, 0, 0, 959, 1, 0, 0, 0, 0, 961, 1, 0, 0, 0, 0, 963, 1, 0, 0, 0, 0, 965, 1, 0, 0, 0, 0, 967, 1, 0, 0, 0, 0, 969, 1, 0, 0, 0, 0, 971, 1, 0, 0, 0, 0, 973, 1, 0, 0, 0, 0, 975, 1, 0, 0, 0, 0, 977, 1, 0, 0, 0, 0, 979, 1, 0, 0, 0, 0, 981, 1, 0, 0, 0, 0, 983, 1, 0, 0, 0, 0, 985, 1, 0, 0, 0, 0, 987, 1, 0, 0, 0, 0, 989, 1, 0, 0, 0, 0, 991, 1, 0, 0, 0, 0, 993, 1, 0, 0, 0, 0, 995, 1, 0, 0, 0, 0, 997, 1, 0, 0, 0, 0, 999, 1, 0, 0, 0, 0, 1001, 1, 0, 0, 0, 0, 1003, 1, 0, 0, 0, 0, 1005, 1, 0, 0, 0, 0, 1007, 1, 0, 0, 0, 0, 1009, 1, 0, 0, 0, 0, 1011, 1, 0, 0, 0, 0, 1013, 1, 0, 0, 0, 0, 1015, 1, 0, 0, 0, 0, 1017, 1, 0, 0, 0, 0, 1019, 1, 0, 0, 0, 0, 1021, 1, 0, 0, 0, 0, 1023, 1, 0, 0, 0, 0, 1025, 1, 0, 0, 0, 0, 1027, 1, 0, 0, 0, 0, 1029, 1, 0, 0, 0, 0, 1031, 1, 0, 0, 0, 0, 1033, 1, 0, 0, 0, 0, 1035, 1, 0, 0, 0, 0, 1037, 1, 0, 0, 0, 0, 1039, 1, 0, 0, 0, 0, 1041, 1, 0, 0, 0, 0, 1043, 1, 0, 0, 0, 0, 1045, 1, 0, 0, 0, 0, 1047, 1, 0, 0, 0, 0, 1049, 1, 0, 0, 0, 0, 1051, 1, 0, 0, 0, 0, 1053, 1, 0, 0, 0, 0, 1055, 1, 0, 0, 0, 0, 1057, 1, 0, 0, 0, 0, 1059, 1, 0, 0, 0, 0, 1061, 1, 0, 0, 0, 0, 1063, 1, 0, 0, 0, 0, 1065, 1, 0, 0, 0, 0, 1067, 1, 0, 0, 0, 0, 1069, 1, 0, 0, 0, 0, 1071, 1, 0, 0, 0, 0, 1073, 1, 0, 0, 0, 0, 1075, 1, 0, 0, 0, 0, 1077, 1, 0, 0, 0, 0, 1079, 1, 0, 0, 0, 0, 1081, 1, 0, 0, 0, 0, 1083, 1, 0, 0, 0, 0, 1085, 1, 0, 0, 0, 0, 1087, 1, 0, 0, 0, 0, 1089, 1, 0, 0, 0, 0, 1091, 1, 0, 0, 0, 0, 1093, 1, 0, 0, 0, 0, 1095, 1, 0, 0, 0, 0, 1097, 1, 0, 0, 0, 0, 1099, 1, 0, 0, 0, 0, 1101, 1, 0, 0, 0, 0, 1103, 1, 0, 0, 0, 0, 1105, 1, 0, 0, 0, 0, 1107, 1, 0, 0, 0, 0, 1109, 1, 0, 0, 0, 0, 1111, 1, 0, 0, 0, 0, 1119, 1, 0, 0, 0, 0, 1121, 1, 0, 0, 0, 0, 1123, 1, 0, 0, 0, 0, 1125, 1, 0, 0, 0, 0, 1127, 1, 0, 0, 0, 0, 1129, 1, 0, 0, 0, 0, 1131, 1, 0, 0, 0, 0, 1133, 1, 0, 0, 0, 0, 1135, 1, 0, 0, 0, 0, 1137, 1, 0, 0, 0, 0, 1139, 1, 0, 0, 0, 0, 1141, 1, 0, 0, 0, 0, 1143, 1, 0, 0, 0, 0, 1145, 1, 0, 0, 0, 0, 1149, 1, 0, 0, 0, 0, 1151, 1, 0, 0, 0, 0, 1153, 1, 0, 0, 0, 0, 1155, 1, 0, 0, 0, 0, 1157, 1, 0, 0, 0, 0, 1159, 1, 0, 0, 0, 0, 1161, 1, 0, 0, 0, 0, 1163, 1, 0, 0, 0, 0, 1165, 1, 0, 0, 0, 0, 1167, 1, 0, 0, 0, 0, 1169, 1, 0, 0, 0, 0, 1173, 1, 0, 0, 0, 0, 1175, 1, 0, 0, 0, 0, 1177, 1, 0, 0, 0, 0, 1179, 1, 0, 0, 0, 0, 1181, 1, 0, 0, 0, 0, 1183, 1, 0, 0, 0, 0, 1185, 1, 0, 0, 0, 0, 1187, 1, 0, 0, 0, 0, 1189, 1, 0, 0, 0, 0, 1191, 1, 0, 0, 0, 1, 1193, 1, 0, 0, 0, 1, 1195, 1, 0, 0, 0, 1, 1199, 1, 0, 0, 0, 1, 1201, 1, 0, 0, 0, 2, 1205, 1, 0, 0, 0, 2, 1207, 1, 0, 0, 0, 3, 1209, 1, 0, 0, 0, 3, 1211, 1, 0, 0, 0, 3, 1213, 1, 0, 0, 0, 4, 1215, 1, 0, 0, 0, 4, 1217, 1, 0, 0, 0, 5, 1219, 1, 0, 0, 0, 7, 1221, 1, 0, 0, 0, 9, 1223, 1, 0, 0, 0, 11, 1225, 1, 0, 0, 0, 13, 1227, 1, 0, 0, 0, 15, 1229, 1, 0, 0, 0, 17, 1231, 1, 0, 0, 0, 19, 1233, 1, 0, 0, 0, 21, 1235, 1, 0, 0, 0, 23, 1237, 1, 0, 0, 0, 25, 1239, 1, 0, 0, 0, 27, 1241, 1, 0, 0, 0, 29, 1243, 1, 0, 0, 0, 31, 1245, 1, 0, 0, 0, 33, 1247, 1, 0, 0, 0, 35, 1249, 1, 0, 0, 0, 37, 1251, 1, 0, 0, 0, 39, 1253, 1, 0, 0, 0, 41, 1256, 1, 0, 0, 0, 43, 1259, 1, 0, 0, 0, 45, 1262, 1, 0, 0, 0, 47, 1265, 1, 0, 0, 0, 49, 1268, 1, 0, 0, 0, 51, 1271, 1, 0, 0, 0, 53, 1274, 1, 0, 0, 0, 55, 1277, 1, 0, 0, 0, 57, 1280, 1, 0, 0, 0, 59, 1282, 1, 0, 0, 0, 61, 1306, 1, 0, 0, 0, 63, 1312, 1, 0, 0, 0, 65, 1326, 1, 0, 0, 0, 67, 1328, 1, 0, 0, 0, 69, 1330, 1, 0, 0, 0, 71, 1332, 1, 0, 0, 0, 73, 1336, 1, 0, 0, 0, 75, 1344, 1, 0, 0, 0, 77, 1352, 1, 0, 0, 0, 79, 1356, 1, 0, 0, 0, 81, 1360, 1, 0, 0, 0, 83, 1366, 1, 0, 0, 0, 85, 1369, 1, 0, 0, 0, 87, 1373, 1, 0, 0, 0, 89, 1384, 1, 0, 0, 0, 91, 1389, 1, 0, 0, 0, 93, 1394, 1, 0, 0, 0, 95, 1399, 1, 0, 0, 0, 97, 1405, 1, 0, 0, 0, 99, 1413, 1, 0, 0, 0, 101, 1420, 1, 0, 0, 0, 103, 1431, 1, 0, 0, 0, 105, 1438, 1, 0, 0, 0, 107, 1454, 1, 0, 0, 0, 109, 1467, 1, 0, 0, 0, 111, 1480, 1, 0, 0, 0, 113, 1493, 1, 0, 0, 0, 115, 1511, 1, 0, 0, 0, 117, 1524, 1, 0, 0, 0, 119, 1532, 1, 0, 0, 0, 121, 1543, 1, 0, 0, 0, 123, 1548, 1, 0, 0, 0, 125, 1557, 1, 0, 0, 0, 127, 1560, 1, 0, 0, 0, 129, 1565, 1, 0, 0, 0, 131, 1572, 1, 0, 0, 0, 133, 1578, 1, 0, 0, 0, 135, 1584, 1, 0, 0, 0, 137, 1588, 1, 0, 0, 0, 139, 1596, 1, 0, 0, 0, 141, 1601, 1, 0, 0, 0, 143, 1607, 1, 0, 0, 0, 145, 1613, 1, 0, 0, 0, 147, 1620, 1, 0, 0, 0, 149, 1623, 1, 0, 0, 0, 151, 1633, 1, 0, 0, 0, 153, 1643, 1, 0, 0, 0, 155, 1648, 1, 0, 0, 0, 157, 1656, 1, 0, 0, 0, 159, 1664, 1, 0, 0, 0, 161, 1670, 1, 0, 0, 0, 163, 1680, 1, 0, 0, 0, 165, 1695, 1, 0, 0, 0, 167, 1699, 1, 0, 0, 0, 169, 1704, 1, 0, 0, 0, 171, 1711, 1, 0, 0, 0, 173, 1714, 1, 0, 0, 0, 175, 1719, 1, 0, 0, 0, 177, 1722, 1, 0, 0, 0, 179, 1728, 1, 0, 0, 0, 181, 1736, 1, 0, 0, 0, 183, 1744, 1, 0, 0, 0, 185, 1755, 1, 0, 0, 0, 187, 1765, 1, 0, 0, 0, 189, 1772, 1, 0, 0, 0, 191, 1785, 1, 0, 0, 0, 193, 1790, 1, 0, 0, 0, 195, 1800, 1, 0, 0, 0, 197, 1806, 1, 0, 0, 0, 199, 1811, 1, 0, 0, 0, 201, 1814, 1, 0, 0, 0, 203, 1823, 1, 0, 0, 0, 205, 1828, 1, 0, 0, 0, 207, 1834, 1, 0, 0, 0, 209, 1841, 1, 0, 0, 0, 211, 1846, 1, 0, 0, 0, 213, 1852, 1, 0, 0, 0, 215, 1861, 1, 0, 0, 0, 217, 1866, 1, 0, 0, 0, 219, 1872, 1, 0, 0, 0, 221, 1879, 1, 0, 0, 0, 223, 1884, 1, 0, 0, 0, 225, 1898, 1, 0, 0, 0, 227, 1905, 1, 0, 0, 0, 229, 1915, 1, 0, 0, 0, 231, 1928, 1, 0, 0, 0, 233, 1934, 1, 0, 0, 0, 235, 1949, 1, 0, 0, 0, 237, 1956, 1, 0, 0, 0, 239, 1961, 1, 0, 0, 0, 241, 1967, 1, 0, 0, 0, 243, 1973, 1, 0, 0, 0, 245, 1976, 1, 0, 0, 0, 247, 1983, 1, 0, 0, 0, 249, 1988, 1, 0, 0, 0, 251, 1993, 1, 0, 0, 0, 253, 1998, 1, 0, 0, 0, 255, 2006, 1, 0, 0, 0, 257, 2014, 1, 0, 0, 0, 259, 2020, 1, 0, 0, 0, 261, 2025, 1, 0, 0, 0, 263, 2034, 1, 0, 0, 0, 265, 2040, 1, 0, 0, 0, 267, 2048, 1, 0, 0, 0, 269, 2056, 1, 0, 0, 0, 271, 2062, 1, 0, 0, 0, 273, 2071, 1, 0, 0, 0, 275, 2078, 1, 0, 0, 0, 277, 2085, 1, 0, 0, 0, 279, 2089, 1, 0, 0, 0, 281, 2095, 1, 0, 0, 0, 283, 2101, 1, 0, 0, 0, 285, 2111, 1, 0, 0, 0, 287, 2116, 1, 0, 0, 0, 289, 2122, 1, 0, 0, 0, 291, 2129, 1, 0, 0, 0, 293, 2139, 1, 0, 0, 0, 295, 2150, 1, 0, 0, 0, 297, 2153, 1, 0, 0, 0, 299, 2163, 1, 0, 0, 0, 301, 2172, 1, 0, 0, 0, 303, 2179, 1, 0, 0, 0, 305, 2185, 1, 0, 0, 0, 307, 2188, 1, 0, 0, 0, 309, 2194, 1, 0, 0, 0, 311, 2201, 1, 0, 0, 0, 313, 2209, 1, 0, 0, 0, 315, 2218, 1, 0, 0, 0, 317, 2226, 1, 0, 0, 0, 319, 2232, 1, 0, 0, 0, 321, 2248, 1, 0, 0, 0, 323, 2259, 1, 0, 0, 0, 325, 2265, 1, 0, 0, 0, 327, 2271, 1, 0, 0, 0, 329, 2279, 1, 0, 0, 0, 331, 2287, 1, 0, 0, 0, 333, 2296, 1, 0, 0, 0, 335, 2303, 1, 0, 0, 0, 337, 2313, 1, 0, 0, 0, 339, 2327, 1, 0, 0, 0, 341, 2338, 1, 0, 0, 0, 343, 2350, 1, 0, 0, 0, 345, 2358, 1, 0, 0, 0, 347, 2367, 1, 0, 0, 0, 349, 2378, 1, 0, 0, 0, 351, 2383, 1, 0, 0, 0, 353, 2388, 1, 0, 0, 0, 355, 2392, 1, 0, 0, 0, 357, 2399, 1, 0, 0, 0, 359, 2405, 1, 0, 0, 0, 361, 2410, 1, 0, 0, 0, 363, 2419, 1, 0, 0, 0, 365, 2423, 1, 0, 0, 0, 367, 2434, 1, 0, 0, 0, 369, 2442, 1, 0, 0, 0, 371, 2451, 1, 0, 0, 0, 373, 2460, 1, 0, 0, 0, 375, 2468, 1, 0, 0, 0, 377, 2475, 1, 0, 0, 0, 379, 2485, 1, 0, 0, 0, 381, 2496, 1, 0, 0, 0, 383, 2507, 1, 0, 0, 0, 385, 2515, 1, 0, 0, 0, 387, 2523, 1, 0, 0, 0, 389, 2532, 1, 0, 0, 0, 391, 2539, 1, 0, 0, 0, 393, 2546, 1, 0, 0, 0, 395, 2551, 1, 0, 0, 0, 397, 2556, 1, 0, 0, 0, 399, 2563, 1, 0, 0, 0, 401, 2572, 1, 0, 0, 0, 403, 2582, 1, 0, 0, 0, 405, 2587, 1, 0, 0, 0, 407, 2594, 1, 0, 0, 0, 409, 2600, 1, 0, 0, 0, 411, 2608, 1, 0, 0, 0, 413, 2618, 1, 0, 0, 0, 415, 2628, 1, 0, 0, 0, 417, 2636, 1, 0, 0, 0, 419, 2644, 1, 0, 0, 0, 421, 2654, 1, 0, 0, 0, 423, 2663, 1, 0, 0, 0, 425, 2670, 1, 0, 0, 0, 427, 2676, 1, 0, 0, 0, 429, 2686, 1, 0, 0, 0, 431, 2692, 1, 0, 0, 0, 433, 2700, 1, 0, 0, 0, 435, 2709, 1, 0, 0, 0, 437, 2719, 1, 0, 0, 0, 439, 2726, 1, 0, 0, 0, 441, 2734, 1, 0, 0, 0, 443, 2742, 1, 0, 0, 0, 445, 2749, 1, 0, 0, 0, 447, 2754, 1, 0, 0, 0, 449, 2759, 1, 0, 0, 0, 451, 2768, 1, 0, 0, 0, 453, 2771, 1, 0, 0, 0, 455, 2781, 1, 0, 0, 0, 457, 2791, 1, 0, 0, 0, 459, 2800, 1, 0, 0, 0, 461, 2810, 1, 0, 0, 0, 463, 2820, 1, 0, 0, 0, 465, 2826, 1, 0, 0, 0, 467, 2834, 1, 0, 0, 0, 469, 2842, 1, 0, 0, 0, 471, 2852, 1, 0, 0, 0, 473, 2862, 1, 0, 0, 0, 475, 2874, 1, 0, 0, 0, 477, 2883, 1, 0, 0, 0, 479, 2894, 1, 0, 0, 0, 481, 2905, 1, 0, 0, 0, 483, 2918, 1, 0, 0, 0, 485, 2929, 1, 0, 0, 0, 487, 2942, 1, 0, 0, 0, 489, 2951, 1, 0, 0, 0, 491, 2958, 1, 0, 0, 0, 493, 2970, 1, 0, 0, 0, 495, 2977, 1, 0, 0, 0, 497, 2985, 1, 0, 0, 0, 499, 2993, 1, 0, 0, 0, 501, 3003, 1, 0, 0, 0, 503, 3007, 1, 0, 0, 0, 505, 3013, 1, 0, 0, 0, 507, 3022, 1, 0, 0, 0, 509, 3028, 1, 0, 0, 0, 511, 3033, 1, 0, 0, 0, 513, 3043, 1, 0, 0, 0, 515, 3049, 1, 0, 0, 0, 517, 3056, 1, 0, 0, 0, 519, 3061, 1, 0, 0, 0, 521, 3067, 1, 0, 0, 0, 523, 3076, 1, 0, 0, 0, 525, 3081, 1, 0, 0, 0, 527, 3089, 1, 0, 0, 0, 529, 3095, 1, 0, 0, 0, 531, 3108, 1, 0, 0, 0, 533, 3117, 1, 0, 0, 0, 535, 3124, 1, 0, 0, 0, 537, 3133, 1, 0, 0, 0, 539, 3138, 1, 0, 0, 0, 541, 3144, 1, 0, 0, 0, 543, 3149, 1, 0, 0, 0, 545, 3154, 1, 0, 0, 0, 547, 3160, 1, 0, 0, 0, 549, 3165, 1, 0, 0, 0, 551, 3168, 1, 0, 0, 0, 553, 3176, 1, 0, 0, 0, 555, 3183, 1, 0, 0, 0, 557, 3190, 1, 0, 0, 0, 559, 3196, 1, 0, 0, 0, 561, 3203, 1, 0, 0, 0, 563, 3206, 1, 0, 0, 0, 565, 3210, 1, 0, 0, 0, 567, 3215, 1, 0, 0, 0, 569, 3224, 1, 0, 0, 0, 571, 3231, 1, 0, 0, 0, 573, 3239, 1, 0, 0, 0, 575, 3245, 1, 0, 0, 0, 577, 3251, 1, 0, 0, 0, 579, 3258, 1, 0, 0, 0, 581, 3266, 1, 0, 0, 0, 583, 3276, 1, 0, 0, 0, 585, 3284, 1, 0, 0, 0, 587, 3293, 1, 0, 0, 0, 589, 3299, 1, 0, 0, 0, 591, 3309, 1, 0, 0, 0, 593, 3317, 1, 0, 0, 0, 595, 3326, 1, 0, 0, 0, 597, 3335, 1, 0, 0, 0, 599, 3341, 1, 0, 0, 0, 601, 3352, 1, 0, 0, 0, 603, 3363, 1, 0, 0, 0, 605, 3373, 1, 0, 0, 0, 607, 3381, 1, 0, 0, 0, 609, 3387, 1, 0, 0, 0, 611, 3393, 1, 0, 0, 0, 613, 3398, 1, 0, 0, 0, 615, 3407, 1, 0, 0, 0, 617, 3415, 1, 0, 0, 0, 619, 3425, 1, 0, 0, 0, 621, 3429, 1, 0, 0, 0, 623, 3437, 1, 0, 0, 0, 625, 3445, 1, 0, 0, 0, 627, 3454, 1, 0, 0, 0, 629, 3462, 1, 0, 0, 0, 631, 3469, 1, 0, 0, 0, 633, 3480, 1, 0, 0, 0, 635, 3488, 1, 0, 0, 0, 637, 3496, 1, 0, 0, 0, 639, 3502, 1, 0, 0, 0, 641, 3510, 1, 0, 0, 0, 643, 3519, 1, 0, 0, 0, 645, 3527, 1, 0, 0, 0, 647, 3534, 1, 0, 0, 0, 649, 3539, 1, 0, 0, 0, 651, 3548, 1, 0, 0, 0, 653, 3553, 1, 0, 0, 0, 655, 3558, 1, 0, 0, 0, 657, 3568, 1, 0, 0, 0, 659, 3575, 1, 0, 0, 0, 661, 3582, 1, 0, 0, 0, 663, 3589, 1, 0, 0, 0, 665, 3596, 1, 0, 0, 0, 667, 3605, 1, 0, 0, 0, 669, 3614, 1, 0, 0, 0, 671, 3624, 1, 0, 0, 0, 673, 3637, 1, 0, 0, 0, 675, 3644, 1, 0, 0, 0, 677, 3652, 1, 0, 0, 0, 679, 3656, 1, 0, 0, 0, 681, 3662, 1, 0, 0, 0, 683, 3667, 1, 0, 0, 0, 685, 3674, 1, 0, 0, 0, 687, 3683, 1, 0, 0, 0, 689, 3690, 1, 0, 0, 0, 691, 3701, 1, 0, 0, 0, 693, 3707, 1, 0, 0, 0, 695, 3717, 1, 0, 0, 0, 697, 3728, 1, 0, 0, 0, 699, 3734, 1, 0, 0, 0, 701, 3741, 1, 0, 0, 0, 703, 3749, 1, 0, 0, 0, 705, 3756, 1, 0, 0, 0, 707, 3762, 1, 0, 0, 0, 709, 3768, 1, 0, 0, 0, 711, 3775, 1, 0, 0, 0, 713, 3782, 1, 0, 0, 0, 715, 3793, 1, 0, 0, 0, 717, 3798, 1, 0, 0, 0, 719, 3807, 1, 0, 0, 0, 721, 3817, 1, 0, 0, 0, 723, 3822, 1, 0, 0, 0, 725, 3834, 1, 0, 0, 0, 727, 3842, 1, 0, 0, 0, 729, 3851, 1, 0, 0, 0, 731, 3859, 1, 0, 0, 0, 733, 3864, 1, 0, 0, 0, 735, 3870, 1, 0, 0, 0, 737, 3880, 1, 0, 0, 0, 739, 3892, 1, 0, 0, 0, 741, 3904, 1, 0, 0, 0, 743, 3912, 1, 0, 0, 0, 745, 3921, 1, 0, 0, 0, 747, 3930, 1, 0, 0, 0, 749, 3936, 1, 0, 0, 0, 751, 3943, 1, 0, 0, 0, 753, 3950, 1, 0, 0, 0, 755, 3956, 1, 0, 0, 0, 757, 3965, 1, 0, 0, 0, 759, 3975, 1, 0, 0, 0, 761, 3983, 1, 0, 0, 0, 763, 3991, 1, 0, 0, 0, 765, 3996, 1, 0, 0, 0, 767, 4005, 1, 0, 0, 0, 769, 4016, 1, 0, 0, 0, 771, 4024, 1, 0, 0, 0, 773, 4029, 1, 0, 0, 0, 775, 4037, 1, 0, 0, 0, 777, 4043, 1, 0, 0, 0, 779, 4047, 1, 0, 0, 0, 781, 4052, 1, 0, 0, 0, 783, 4056, 1, 0, 0, 0, 785, 4061, 1, 0, 0, 0, 787, 4069, 1, 0, 0, 0, 789, 4076, 1, 0, 0, 0, 791, 4080, 1, 0, 0, 0, 793, 4088, 1, 0, 0, 0, 795, 4093, 1, 0, 0, 0, 797, 4103, 1, 0, 0, 0, 799, 4112, 1, 0, 0, 0, 801, 4116, 1, 0, 0, 0, 803, 4124, 1, 0, 0, 0, 805, 4131, 1, 0, 0, 0, 807, 4139, 1, 0, 0, 0, 809, 4145, 1, 0, 0, 0, 811, 4154, 1, 0, 0, 0, 813, 4160, 1, 0, 0, 0, 815, 4164, 1, 0, 0, 0, 817, 4172, 1, 0, 0, 0, 819, 4181, 1, 0, 0, 0, 821, 4187, 1, 0, 0, 0, 823, 4196, 1, 0, 0, 0, 825, 4202, 1, 0, 0, 0, 827, 4207, 1, 0, 0, 0, 829, 4214, 1, 0, 0, 0, 831, 4222, 1, 0, 0, 0, 833, 4230, 1, 0, 0, 0, 835, 4239, 1, 0, 0, 0, 837, 4249, 1, 0, 0, 0, 839, 4254, 1, 0, 0, 0, 841, 4258, 1, 0, 0, 0, 843, 4264, 1, 0, 0, 0, 845, 4273, 1, 0, 0, 0, 847, 4283, 1, 0, 0, 0, 849, 4288, 1, 0, 0, 0, 851, 4298, 1, 0, 0, 0, 853, 4304, 1, 0, 0, 0, 855, 4309, 1, 0, 0, 0, 857, 4316, 1, 0, 0, 0, 859, 4324, 1, 0, 0, 0, 861, 4338, 1, 0, 0, 0, 863, 4348, 1, 0, 0, 0, 865, 4359, 1, 0, 0, 0, 867, 4369, 1, 0, 0, 0, 869, 4379, 1, 0, 0, 0, 871, 4388, 1, 0, 0, 0, 873, 4394, 1, 0, 0, 0, 875, 4402, 1, 0, 0, 0, 877, 4415, 1, 0, 0, 0, 879, 4420, 1, 0, 0, 0, 881, 4428, 1, 0, 0, 0, 883, 4435, 1, 0, 0, 0, 885, 4442, 1, 0, 0, 0, 887, 4453, 1, 0, 0, 0, 889, 4463, 1, 0, 0, 0, 891, 4470, 1, 0, 0, 0, 893, 4477, 1, 0, 0, 0, 895, 4485, 1, 0, 0, 0, 897, 4493, 1, 0, 0, 0, 899, 4503, 1, 0, 0, 0, 901, 4510, 1, 0, 0, 0, 903, 4517, 1, 0, 0, 0, 905, 4524, 1, 0, 0, 0, 907, 4536, 1, 0, 0, 0, 909, 4540, 1, 0, 0, 0, 911, 4544, 1, 0, 0, 0, 913, 4550, 1, 0, 0, 0, 915, 4563, 1, 0, 0, 0, 917, 4575, 1, 0, 0, 0, 919, 4579, 1, 0, 0, 0, 921, 4583, 1, 0, 0, 0, 923, 4592, 1, 0, 0, 0, 925, 4600, 1, 0, 0, 0, 927, 4611, 1, 0, 0, 0, 929, 4617, 1, 0, 0, 0, 931, 4625, 1, 0, 0, 0, 933, 4634, 1, 0, 0, 0, 935, 4638, 1, 0, 0, 0, 937, 4646, 1, 0, 0, 0, 939, 4657, 1, 0, 0, 0, 941, 4666, 1, 0, 0, 0, 943, 4671, 1, 0, 0, 0, 945, 4678, 1, 0, 0, 0, 947, 4683, 1, 0, 0, 0, 949, 4690, 1, 0, 0, 0, 951, 4695, 1, 0, 0, 0, 953, 4704, 1, 0, 0, 0, 955, 4709, 1, 0, 0, 0, 957, 4721, 1, 0, 0, 0, 959, 4732, 1, 0, 0, 0, 961, 4741, 1, 0, 0, 0, 963, 4749, 1, 0, 0, 0, 965, 4763, 1, 0, 0, 0, 967, 4771, 1, 0, 0, 0, 969, 4782, 1, 0, 0, 0, 971, 4789, 1, 0, 0, 0, 973, 4796, 1, 0, 0, 0, 975, 4803, 1, 0, 0, 0, 977, 4810, 1, 0, 0, 0, 979, 4814, 1, 0, 0, 0, 981, 4818, 1, 0, 0, 0, 983, 4823, 1, 0, 0, 0, 985, 4828, 1, 0, 0, 0, 987, 4836, 1, 0, 0, 0, 989, 4842, 1, 0, 0, 0, 991, 4852, 1, 0, 0, 0, 993, 4857, 1, 0, 0, 0, 995, 4877, 1, 0, 0, 0, 997, 4895, 1, 0, 0, 0, 999, 4901, 1, 0, 0, 0, 1001, 4914, 1, 0, 0, 0, 1003, 4925, 1, 0, 0, 0, 1005, 4931, 1, 0, 0, 0, 1007, 4940, 1, 0, 0, 0, 1009, 4948, 1, 0, 0, 0, 1011, 4952, 1, 0, 0, 0, 1013, 4964, 1, 0, 0, 0, 1015, 4972, 1, 0, 0, 0, 1017, 4978, 1, 0, 0, 0, 1019, 4984, 1, 0, 0, 0, 1021, 4992, 1, 0, 0, 0, 1023, 5000, 1, 0, 0, 0, 1025, 5006, 1, 0, 0, 0, 1027, 5011, 1, 0, 0, 0, 1029, 5018, 1, 0, 0, 0, 1031, 5024, 1, 0, 0, 0, 1033, 5030, 1, 0, 0, 0, 1035, 5039, 1, 0, 0, 0, 1037, 5045, 1, 0, 0, 0, 1039, 5049, 1, 0, 0, 0, 1041, 5054, 1, 0, 0, 0, 1043, 5061, 1, 0, 0, 0, 1045, 5069, 1, 0, 0, 0, 1047, 5079, 1, 0, 0, 0, 1049, 5086, 1, 0, 0, 0, 1051, 5091, 1, 0, 0, 0, 1053, 5096, 1, 0, 0, 0, 1055, 5107, 1, 0, 0, 0, 1057, 5113, 1, 0, 0, 0, 1059, 5121, 1, 0, 0, 0, 1061, 5128, 1, 0, 0, 0, 1063, 5134, 1, 0, 0, 0, 1065, 5142, 1, 0, 0, 0, 1067, 5150, 1, 0, 0, 0, 1069, 5156, 1, 0, 0, 0, 1071, 5163, 1, 0, 0, 0, 1073, 5174, 1, 0, 0, 0, 1075, 5179, 1, 0, 0, 0, 1077, 5188, 1, 0, 0, 0, 1079, 5196, 1, 0, 0, 0, 1081, 5206, 1, 0, 0, 0, 1083, 5212, 1, 0, 0, 0, 1085, 5220, 1, 0, 0, 0, 1087, 5232, 1, 0, 0, 0, 1089, 5246, 1, 0, 0, 0, 1091, 5256, 1, 0, 0, 0, 1093, 5268, 1, 0, 0, 0, 1095, 5279, 1, 0, 0, 0, 1097, 5291, 1, 0, 0, 0, 1099, 5303, 1, 0, 0, 0, 1101, 5309, 1, 0, 0, 0, 1103, 5318, 1, 0, 0, 0, 1105, 5323, 1, 0, 0, 0, 1107, 5335, 1, 0, 0, 0, 1109, 5354, 1, 0, 0, 0, 1111, 5366, 1, 0, 0, 0, 1113, 5376, 1, 0, 0, 0, 1115, 5380, 1, 0, 0, 0, 1117, 5384, 1, 0, 0, 0, 1119, 5386, 1, 0, 0, 0, 1121, 5389, 1, 0, 0, 0, 1123, 5398, 1, 0, 0, 0, 1125, 5401, 1, 0, 0, 0, 1127, 5410, 1, 0, 0, 0, 1129, 5414, 1, 0, 0, 0, 1131, 5418, 1, 0, 0, 0, 1133, 5422, 1, 0, 0, 0, 1135, 5426, 1, 0, 0, 0, 1137, 5429, 1, 0, 0, 0, 1139, 5438, 1, 0, 0, 0, 1141, 5444, 1, 0, 0, 0, 1143, 5447, 1, 0, 0, 0, 1145, 5451, 1, 0, 0, 0, 1147, 5459, 1, 0, 0, 0, 1149, 5466, 1, 0, 0, 0, 1151, 5469, 1, 0, 0, 0, 1153, 5477, 1, 0, 0, 0, 1155, 5480, 1, 0, 0, 0, 1157, 5483, 1, 0, 0, 0, 1159, 5486, 1, 0, 0, 0, 1161, 5494, 1, 0, 0, 0, 1163, 5497, 1, 0, 0, 0, 1165, 5500, 1, 0, 0, 0, 1167, 5502, 1, 0, 0, 0, 1169, 5534, 1, 0, 0, 0, 1171, 5537, 1, 0, 0, 0, 1173, 5541, 1, 0, 0, 0, 1175, 5549, 1, 0, 0, 0, 1177, 5565, 1, 0, 0, 0, 1179, 5576, 1, 0, 0, 0, 1181, 5580, 1, 0, 0, 0, 1183, 5591, 1, 0, 0, 0, 1185, 5630, 1, 0, 0, 0, 1187, 5679, 1, 0, 0, 0, 1189, 5703, 1, 0, 0, 0, 1191, 5706, 1, 0, 0, 0, 1193, 5708, 1, 0, 0, 0, 1195, 5713, 1, 0, 0, 0, 1197, 5744, 1, 0, 0, 0, 1199, 5747, 1, 0, 0, 0, 1201, 5752, 1, 0, 0, 0, 1203, 5765, 1, 0, 0, 0, 1205, 5768, 1, 0, 0, 0, 1207, 5773, 1, 0, 0, 0, 1209, 5779, 1, 0, 0, 0, 1211, 5784, 1, 0, 0, 0, 1213, 5789, 1, 0, 0, 0, 1215, 5806, 1, 0, 0, 0, 1217, 5808, 1, 0, 0, 0, 1219, 1220, 5, 36, 0, 0, 1220, 6, 1, 0, 0, 0, 1221, 1222, 5, 40, 0, 0, 1222, 8, 1, 0, 0, 0, 1223, 1224, 5, 41, 0, 0, 1224, 10, 1, 0, 0, 0, 1225, 1226, 5, 91, 0, 0, 1226, 12, 1, 0, 0, 0, 1227, 1228, 5, 93, 0, 0, 1228, 14, 1, 0, 0, 0, 1229, 1230, 5, 44, 0, 0, 1230, 16, 1, 0, 0, 0, 1231, 1232, 5, 59, 0, 0, 1232, 18, 1, 0, 0, 0, 1233, 1234, 5, 58, 0, 0, 1234, 20, 1, 0, 0, 0, 1235, 1236, 5, 42, 0, 0, 1236, 22, 1, 0, 0, 0, 1237, 1238, 5, 61, 0, 0, 1238, 24, 1, 0, 0, 0, 1239, 1240, 5, 46, 0, 0, 1240, 26, 1, 0, 0, 0, 1241, 1242, 5, 43, 0, 0, 1242, 28, 1, 0, 0, 0, 1243, 1244, 5, 45, 0, 0, 1244, 30, 1, 0, 0, 0, 1245, 1246, 5, 47, 0, 0, 1246, 32, 1, 0, 0, 0, 1247, 1248, 5, 94, 0, 0, 1248, 34, 1, 0, 0, 0, 1249, 1250, 5, 60, 0, 0, 1250, 36, 1, 0, 0, 0, 1251, 1252, 5, 62, 0, 0, 1252, 38, 1, 0, 0, 0, 1253, 1254, 5, 60, 0, 0, 1254, 1255, 5, 60, 0, 0, 1255, 40, 1, 0, 0, 0, 1256, 1257, 5, 62, 0, 0, 1257, 1258, 5, 62, 0, 0, 1258, 42, 1, 0, 0, 0, 1259, 1260, 5, 58, 0, 0, 1260, 1261, 5, 61, 0, 0, 1261, 44, 1, 0, 0, 0, 1262, 1263, 5, 60, 0, 0, 1263, 1264, 5, 61, 0, 0, 1264, 46, 1, 0, 0, 0, 1265, 1266, 5, 61, 0, 0, 1266, 1267, 5, 62, 0, 0, 1267, 48, 1, 0, 0, 0, 1268, 1269, 5, 62, 0, 0, 1269, 1270, 5, 61, 0, 0, 1270, 50, 1, 0, 0, 0, 1271, 1272, 5, 46, 0, 0, 1272, 1273, 5, 46, 0, 0, 1273, 52, 1, 0, 0, 0, 1274, 1275, 5, 60, 0, 0, 1275, 1276, 5, 62, 0, 0, 1276, 54, 1, 0, 0, 0, 1277, 1278, 5, 58, 0, 0, 1278, 1279, 5, 58, 0, 0, 1279, 56, 1, 0, 0, 0, 1280, 1281, 5, 37, 0, 0, 1281, 58, 1, 0, 0, 0, 1282, 1284, 5, 36, 0, 0, 1283, 1285, 7, 0, 0, 0, 1284, 1283, 1, 0, 0, 0, 1285, 1286, 1, 0, 0, 0, 1286, 1284, 1, 0, 0, 0, 1286, 1287, 1, 0, 0, 0, 1287, 60, 1, 0, 0, 0, 1288, 1302, 3, 65, 30, 0, 1289, 1291, 7, 1, 0, 0, 1290, 1289, 1, 0, 0, 0, 1291, 1292, 1, 0, 0, 0, 1292, 1290, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1298, 1, 0, 0, 0, 1294, 1299, 3, 65, 30, 0, 1295, 1297, 5, 47, 0, 0, 1296, 1295, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1299, 1, 0, 0, 0, 1298, 1294, 1, 0, 0, 0, 1298, 1296, 1, 0, 0, 0, 1299, 1302, 1, 0, 0, 0, 1300, 1302, 5, 47, 0, 0, 1301, 1288, 1, 0, 0, 0, 1301, 1290, 1, 0, 0, 0, 1301, 1300, 1, 0, 0, 0, 1302, 1303, 1, 0, 0, 0, 1303, 1301, 1, 0, 0, 0, 1303, 1304, 1, 0, 0, 0, 1304, 1307, 1, 0, 0, 0, 1305, 1307, 7, 1, 0, 0, 1306, 1301, 1, 0, 0, 0, 1306, 1305, 1, 0, 0, 0, 1307, 62, 1, 0, 0, 0, 1308, 1311, 3, 67, 31, 0, 1309, 1311, 7, 2, 0, 0, 1310, 1308, 1, 0, 0, 0, 1310, 1309, 1, 0, 0, 0, 1311, 1314, 1, 0, 0, 0, 1312, 1310, 1, 0, 0, 0, 1312, 1313, 1, 0, 0, 0, 1313, 1315, 1, 0, 0, 0, 1314, 1312, 1, 0, 0, 0, 1315, 1317, 3, 69, 32, 0, 1316, 1318, 3, 61, 28, 0, 1317, 1316, 1, 0, 0, 0, 1317, 1318, 1, 0, 0, 0, 1318, 1320, 1, 0, 0, 0, 1319, 1321, 7, 1, 0, 0, 1320, 1319, 1, 0, 0, 0, 1321, 1322, 1, 0, 0, 0, 1322, 1320, 1, 0, 0, 0, 1322, 1323, 1, 0, 0, 0, 1323, 1324, 1, 0, 0, 0, 1324, 1325, 6, 29, 0, 0, 1325, 64, 1, 0, 0, 0, 1326, 1327, 7, 3, 0, 0, 1327, 66, 1, 0, 0, 0, 1328, 1329, 7, 4, 0, 0, 1329, 68, 1, 0, 0, 0, 1330, 1331, 7, 5, 0, 0, 1331, 70, 1, 0, 0, 0, 1332, 1333, 7, 6, 0, 0, 1333, 1334, 7, 7, 0, 0, 1334, 1335, 7, 7, 0, 0, 1335, 72, 1, 0, 0, 0, 1336, 1337, 7, 6, 0, 0, 1337, 1338, 7, 8, 0, 0, 1338, 1339, 7, 6, 0, 0, 1339, 1340, 7, 7, 0, 0, 1340, 1341, 7, 9, 0, 0, 1341, 1342, 7, 10, 0, 0, 1342, 1343, 7, 11, 0, 0, 1343, 74, 1, 0, 0, 0, 1344, 1345, 7, 6, 0, 0, 1345, 1346, 7, 8, 0, 0, 1346, 1347, 7, 6, 0, 0, 1347, 1348, 7, 7, 0, 0, 1348, 1349, 7, 9, 0, 0, 1349, 1350, 7, 12, 0, 0, 1350, 1351, 7, 11, 0, 0, 1351, 76, 1, 0, 0, 0, 1352, 1353, 7, 6, 0, 0, 1353, 1354, 7, 8, 0, 0, 1354, 1355, 7, 13, 0, 0, 1355, 78, 1, 0, 0, 0, 1356, 1357, 7, 6, 0, 0, 1357, 1358, 7, 8, 0, 0, 1358, 1359, 7, 9, 0, 0, 1359, 80, 1, 0, 0, 0, 1360, 1361, 7, 6, 0, 0, 1361, 1362, 7, 14, 0, 0, 1362, 1363, 7, 14, 0, 0, 1363, 1364, 7, 6, 0, 0, 1364, 1365, 7, 9, 0, 0, 1365, 82, 1, 0, 0, 0, 1366, 1367, 7, 6, 0, 0, 1367, 1368, 7, 10, 0, 0, 1368, 84, 1, 0, 0, 0, 1369, 1370, 7, 6, 0, 0, 1370, 1371, 7, 10, 0, 0, 1371, 1372, 7, 15, 0, 0, 1372, 86, 1, 0, 0, 0, 1373, 1374, 7, 6, 0, 0, 1374, 1375, 7, 10, 0, 0, 1375, 1376, 7, 9, 0, 0, 1376, 1377, 7, 16, 0, 0, 1377, 1378, 7, 16, 0, 0, 1378, 1379, 7, 11, 0, 0, 1379, 1380, 7, 17, 0, 0, 1380, 1381, 7, 14, 0, 0, 1381, 1382, 7, 18, 0, 0, 1382, 1383, 7, 15, 0, 0, 1383, 88, 1, 0, 0, 0, 1384, 1385, 7, 19, 0, 0, 1385, 1386, 7, 20, 0, 0, 1386, 1387, 7, 17, 0, 0, 1387, 1388, 7, 21, 0, 0, 1388, 90, 1, 0, 0, 0, 1389, 1390, 7, 15, 0, 0, 1390, 1391, 7, 6, 0, 0, 1391, 1392, 7, 10, 0, 0, 1392, 1393, 7, 11, 0, 0, 1393, 92, 1, 0, 0, 0, 1394, 1395, 7, 15, 0, 0, 1395, 1396, 7, 6, 0, 0, 1396, 1397, 7, 10, 0, 0, 1397, 1398, 7, 17, 0, 0, 1398, 94, 1, 0, 0, 0, 1399, 1400, 7, 15, 0, 0, 1400, 1401, 7, 21, 0, 0, 1401, 1402, 7, 11, 0, 0, 1402, 1403, 7, 15, 0, 0, 1403, 1404, 7, 22, 0, 0, 1404, 96, 1, 0, 0, 0, 1405, 1406, 7, 15, 0, 0, 1406, 1407, 7, 20, 0, 0, 1407, 1408, 7, 7, 0, 0, 1408, 1409, 7, 7, 0, 0, 1409, 1410, 7, 6, 0, 0, 1410, 1411, 7, 17, 0, 0, 1411, 1412, 7, 11, 0, 0, 1412, 98, 1, 0, 0, 0, 1413, 1414, 7, 15, 0, 0, 1414, 1415, 7, 20, 0, 0, 1415, 1416, 7, 7, 0, 0, 1416, 1417, 7, 23, 0, 0, 1417, 1418, 7, 16, 0, 0, 1418, 1419, 7, 8, 0, 0, 1419, 100, 1, 0, 0, 0, 1420, 1421, 7, 15, 0, 0, 1421, 1422, 7, 20, 0, 0, 1422, 1423, 7, 8, 0, 0, 1423, 1424, 7, 10, 0, 0, 1424, 1425, 7, 17, 0, 0, 1425, 1426, 7, 14, 0, 0, 1426, 1427, 7, 6, 0, 0, 1427, 1428, 7, 18, 0, 0, 1428, 1429, 7, 8, 0, 0, 1429, 1430, 7, 17, 0, 0, 1430, 102, 1, 0, 0, 0, 1431, 1432, 7, 15, 0, 0, 1432, 1433, 7, 14, 0, 0, 1433, 1434, 7, 11, 0, 0, 1434, 1435, 7, 6, 0, 0, 1435, 1436, 7, 17, 0, 0, 1436, 1437, 7, 11, 0, 0, 1437, 104, 1, 0, 0, 0, 1438, 1439, 7, 15, 0, 0, 1439, 1440, 7, 23, 0, 0, 1440, 1441, 7, 14, 0, 0, 1441, 1442, 7, 14, 0, 0, 1442, 1443, 7, 11, 0, 0, 1443, 1444, 7, 8, 0, 0, 1444, 1445, 7, 17, 0, 0, 1445, 1446, 5, 95, 0, 0, 1446, 1447, 7, 15, 0, 0, 1447, 1448, 7, 6, 0, 0, 1448, 1449, 7, 17, 0, 0, 1449, 1450, 7, 6, 0, 0, 1450, 1451, 7, 7, 0, 0, 1451, 1452, 7, 20, 0, 0, 1452, 1453, 7, 24, 0, 0, 1453, 106, 1, 0, 0, 0, 1454, 1455, 7, 15, 0, 0, 1455, 1456, 7, 23, 0, 0, 1456, 1457, 7, 14, 0, 0, 1457, 1458, 7, 14, 0, 0, 1458, 1459, 7, 11, 0, 0, 1459, 1460, 7, 8, 0, 0, 1460, 1461, 7, 17, 0, 0, 1461, 1462, 5, 95, 0, 0, 1462, 1463, 7, 13, 0, 0, 1463, 1464, 7, 6, 0, 0, 1464, 1465, 7, 17, 0, 0, 1465, 1466, 7, 11, 0, 0, 1466, 108, 1, 0, 0, 0, 1467, 1468, 7, 15, 0, 0, 1468, 1469, 7, 23, 0, 0, 1469, 1470, 7, 14, 0, 0, 1470, 1471, 7, 14, 0, 0, 1471, 1472, 7, 11, 0, 0, 1472, 1473, 7, 8, 0, 0, 1473, 1474, 7, 17, 0, 0, 1474, 1475, 5, 95, 0, 0, 1475, 1476, 7, 14, 0, 0, 1476, 1477, 7, 20, 0, 0, 1477, 1478, 7, 7, 0, 0, 1478, 1479, 7, 11, 0, 0, 1479, 110, 1, 0, 0, 0, 1480, 1481, 7, 15, 0, 0, 1481, 1482, 7, 23, 0, 0, 1482, 1483, 7, 14, 0, 0, 1483, 1484, 7, 14, 0, 0, 1484, 1485, 7, 11, 0, 0, 1485, 1486, 7, 8, 0, 0, 1486, 1487, 7, 17, 0, 0, 1487, 1488, 5, 95, 0, 0, 1488, 1489, 7, 17, 0, 0, 1489, 1490, 7, 18, 0, 0, 1490, 1491, 7, 16, 0, 0, 1491, 1492, 7, 11, 0, 0, 1492, 112, 1, 0, 0, 0, 1493, 1494, 7, 15, 0, 0, 1494, 1495, 7, 23, 0, 0, 1495, 1496, 7, 14, 0, 0, 1496, 1497, 7, 14, 0, 0, 1497, 1498, 7, 11, 0, 0, 1498, 1499, 7, 8, 0, 0, 1499, 1500, 7, 17, 0, 0, 1500, 1501, 5, 95, 0, 0, 1501, 1502, 7, 17, 0, 0, 1502, 1503, 7, 18, 0, 0, 1503, 1504, 7, 16, 0, 0, 1504, 1505, 7, 11, 0, 0, 1505, 1506, 7, 10, 0, 0, 1506, 1507, 7, 17, 0, 0, 1507, 1508, 7, 6, 0, 0, 1508, 1509, 7, 16, 0, 0, 1509, 1510, 7, 25, 0, 0, 1510, 114, 1, 0, 0, 0, 1511, 1512, 7, 15, 0, 0, 1512, 1513, 7, 23, 0, 0, 1513, 1514, 7, 14, 0, 0, 1514, 1515, 7, 14, 0, 0, 1515, 1516, 7, 11, 0, 0, 1516, 1517, 7, 8, 0, 0, 1517, 1518, 7, 17, 0, 0, 1518, 1519, 5, 95, 0, 0, 1519, 1520, 7, 23, 0, 0, 1520, 1521, 7, 10, 0, 0, 1521, 1522, 7, 11, 0, 0, 1522, 1523, 7, 14, 0, 0, 1523, 116, 1, 0, 0, 0, 1524, 1525, 7, 13, 0, 0, 1525, 1526, 7, 11, 0, 0, 1526, 1527, 7, 26, 0, 0, 1527, 1528, 7, 6, 0, 0, 1528, 1529, 7, 23, 0, 0, 1529, 1530, 7, 7, 0, 0, 1530, 1531, 7, 17, 0, 0, 1531, 118, 1, 0, 0, 0, 1532, 1533, 7, 13, 0, 0, 1533, 1534, 7, 11, 0, 0, 1534, 1535, 7, 26, 0, 0, 1535, 1536, 7, 11, 0, 0, 1536, 1537, 7, 14, 0, 0, 1537, 1538, 7, 14, 0, 0, 1538, 1539, 7, 6, 0, 0, 1539, 1540, 7, 19, 0, 0, 1540, 1541, 7, 7, 0, 0, 1541, 1542, 7, 11, 0, 0, 1542, 120, 1, 0, 0, 0, 1543, 1544, 7, 13, 0, 0, 1544, 1545, 7, 11, 0, 0, 1545, 1546, 7, 10, 0, 0, 1546, 1547, 7, 15, 0, 0, 1547, 122, 1, 0, 0, 0, 1548, 1549, 7, 13, 0, 0, 1549, 1550, 7, 18, 0, 0, 1550, 1551, 7, 10, 0, 0, 1551, 1552, 7, 17, 0, 0, 1552, 1553, 7, 18, 0, 0, 1553, 1554, 7, 8, 0, 0, 1554, 1555, 7, 15, 0, 0, 1555, 1556, 7, 17, 0, 0, 1556, 124, 1, 0, 0, 0, 1557, 1558, 7, 13, 0, 0, 1558, 1559, 7, 20, 0, 0, 1559, 126, 1, 0, 0, 0, 1560, 1561, 7, 11, 0, 0, 1561, 1562, 7, 7, 0, 0, 1562, 1563, 7, 10, 0, 0, 1563, 1564, 7, 11, 0, 0, 1564, 128, 1, 0, 0, 0, 1565, 1566, 7, 11, 0, 0, 1566, 1567, 7, 27, 0, 0, 1567, 1568, 7, 15, 0, 0, 1568, 1569, 7, 11, 0, 0, 1569, 1570, 7, 25, 0, 0, 1570, 1571, 7, 17, 0, 0, 1571, 130, 1, 0, 0, 0, 1572, 1573, 7, 26, 0, 0, 1573, 1574, 7, 6, 0, 0, 1574, 1575, 7, 7, 0, 0, 1575, 1576, 7, 10, 0, 0, 1576, 1577, 7, 11, 0, 0, 1577, 132, 1, 0, 0, 0, 1578, 1579, 7, 26, 0, 0, 1579, 1580, 7, 11, 0, 0, 1580, 1581, 7, 17, 0, 0, 1581, 1582, 7, 15, 0, 0, 1582, 1583, 7, 21, 0, 0, 1583, 134, 1, 0, 0, 0, 1584, 1585, 7, 26, 0, 0, 1585, 1586, 7, 20, 0, 0, 1586, 1587, 7, 14, 0, 0, 1587, 136, 1, 0, 0, 0, 1588, 1589, 7, 26, 0, 0, 1589, 1590, 7, 20, 0, 0, 1590, 1591, 7, 14, 0, 0, 1591, 1592, 7, 11, 0, 0, 1592, 1593, 7, 18, 0, 0, 1593, 1594, 7, 24, 0, 0, 1594, 1595, 7, 8, 0, 0, 1595, 138, 1, 0, 0, 0, 1596, 1597, 7, 26, 0, 0, 1597, 1598, 7, 14, 0, 0, 1598, 1599, 7, 20, 0, 0, 1599, 1600, 7, 16, 0, 0, 1600, 140, 1, 0, 0, 0, 1601, 1602, 7, 24, 0, 0, 1602, 1603, 7, 14, 0, 0, 1603, 1604, 7, 6, 0, 0, 1604, 1605, 7, 8, 0, 0, 1605, 1606, 7, 17, 0, 0, 1606, 142, 1, 0, 0, 0, 1607, 1608, 7, 24, 0, 0, 1608, 1609, 7, 14, 0, 0, 1609, 1610, 7, 20, 0, 0, 1610, 1611, 7, 23, 0, 0, 1611, 1612, 7, 25, 0, 0, 1612, 144, 1, 0, 0, 0, 1613, 1614, 7, 21, 0, 0, 1614, 1615, 7, 6, 0, 0, 1615, 1616, 7, 28, 0, 0, 1616, 1617, 7, 18, 0, 0, 1617, 1618, 7, 8, 0, 0, 1618, 1619, 7, 24, 0, 0, 1619, 146, 1, 0, 0, 0, 1620, 1621, 7, 18, 0, 0, 1621, 1622, 7, 8, 0, 0, 1622, 148, 1, 0, 0, 0, 1623, 1624, 7, 18, 0, 0, 1624, 1625, 7, 8, 0, 0, 1625, 1626, 7, 18, 0, 0, 1626, 1627, 7, 17, 0, 0, 1627, 1628, 7, 18, 0, 0, 1628, 1629, 7, 6, 0, 0, 1629, 1630, 7, 7, 0, 0, 1630, 1631, 7, 7, 0, 0, 1631, 1632, 7, 9, 0, 0, 1632, 150, 1, 0, 0, 0, 1633, 1634, 7, 18, 0, 0, 1634, 1635, 7, 8, 0, 0, 1635, 1636, 7, 17, 0, 0, 1636, 1637, 7, 11, 0, 0, 1637, 1638, 7, 14, 0, 0, 1638, 1639, 7, 10, 0, 0, 1639, 1640, 7, 11, 0, 0, 1640, 1641, 7, 15, 0, 0, 1641, 1642, 7, 17, 0, 0, 1642, 152, 1, 0, 0, 0, 1643, 1644, 7, 18, 0, 0, 1644, 1645, 7, 8, 0, 0, 1645, 1646, 7, 17, 0, 0, 1646, 1647, 7, 20, 0, 0, 1647, 154, 1, 0, 0, 0, 1648, 1649, 7, 7, 0, 0, 1649, 1650, 7, 6, 0, 0, 1650, 1651, 7, 17, 0, 0, 1651, 1652, 7, 11, 0, 0, 1652, 1653, 7, 14, 0, 0, 1653, 1654, 7, 6, 0, 0, 1654, 1655, 7, 7, 0, 0, 1655, 156, 1, 0, 0, 0, 1656, 1657, 7, 7, 0, 0, 1657, 1658, 7, 11, 0, 0, 1658, 1659, 7, 6, 0, 0, 1659, 1660, 7, 13, 0, 0, 1660, 1661, 7, 18, 0, 0, 1661, 1662, 7, 8, 0, 0, 1662, 1663, 7, 24, 0, 0, 1663, 158, 1, 0, 0, 0, 1664, 1665, 7, 7, 0, 0, 1665, 1666, 7, 18, 0, 0, 1666, 1667, 7, 16, 0, 0, 1667, 1668, 7, 18, 0, 0, 1668, 1669, 7, 17, 0, 0, 1669, 160, 1, 0, 0, 0, 1670, 1671, 7, 7, 0, 0, 1671, 1672, 7, 20, 0, 0, 1672, 1673, 7, 15, 0, 0, 1673, 1674, 7, 6, 0, 0, 1674, 1675, 7, 7, 0, 0, 1675, 1676, 7, 17, 0, 0, 1676, 1677, 7, 18, 0, 0, 1677, 1678, 7, 16, 0, 0, 1678, 1679, 7, 11, 0, 0, 1679, 162, 1, 0, 0, 0, 1680, 1681, 7, 7, 0, 0, 1681, 1682, 7, 20, 0, 0, 1682, 1683, 7, 15, 0, 0, 1683, 1684, 7, 6, 0, 0, 1684, 1685, 7, 7, 0, 0, 1685, 1686, 7, 17, 0, 0, 1686, 1687, 7, 18, 0, 0, 1687, 1688, 7, 16, 0, 0, 1688, 1689, 7, 11, 0, 0, 1689, 1690, 7, 10, 0, 0, 1690, 1691, 7, 17, 0, 0, 1691, 1692, 7, 6, 0, 0, 1692, 1693, 7, 16, 0, 0, 1693, 1694, 7, 25, 0, 0, 1694, 164, 1, 0, 0, 0, 1695, 1696, 7, 8, 0, 0, 1696, 1697, 7, 20, 0, 0, 1697, 1698, 7, 17, 0, 0, 1698, 166, 1, 0, 0, 0, 1699, 1700, 7, 8, 0, 0, 1700, 1701, 7, 23, 0, 0, 1701, 1702, 7, 7, 0, 0, 1702, 1703, 7, 7, 0, 0, 1703, 168, 1, 0, 0, 0, 1704, 1705, 7, 20, 0, 0, 1705, 1706, 7, 26, 0, 0, 1706, 1707, 7, 26, 0, 0, 1707, 1708, 7, 10, 0, 0, 1708, 1709, 7, 11, 0, 0, 1709, 1710, 7, 17, 0, 0, 1710, 170, 1, 0, 0, 0, 1711, 1712, 7, 20, 0, 0, 1712, 1713, 7, 8, 0, 0, 1713, 172, 1, 0, 0, 0, 1714, 1715, 7, 20, 0, 0, 1715, 1716, 7, 8, 0, 0, 1716, 1717, 7, 7, 0, 0, 1717, 1718, 7, 9, 0, 0, 1718, 174, 1, 0, 0, 0, 1719, 1720, 7, 20, 0, 0, 1720, 1721, 7, 14, 0, 0, 1721, 176, 1, 0, 0, 0, 1722, 1723, 7, 20, 0, 0, 1723, 1724, 7, 14, 0, 0, 1724, 1725, 7, 13, 0, 0, 1725, 1726, 7, 11, 0, 0, 1726, 1727, 7, 14, 0, 0, 1727, 178, 1, 0, 0, 0, 1728, 1729, 7, 25, 0, 0, 1729, 1730, 7, 7, 0, 0, 1730, 1731, 7, 6, 0, 0, 1731, 1732, 7, 15, 0, 0, 1732, 1733, 7, 18, 0, 0, 1733, 1734, 7, 8, 0, 0, 1734, 1735, 7, 24, 0, 0, 1735, 180, 1, 0, 0, 0, 1736, 1737, 7, 25, 0, 0, 1737, 1738, 7, 14, 0, 0, 1738, 1739, 7, 18, 0, 0, 1739, 1740, 7, 16, 0, 0, 1740, 1741, 7, 6, 0, 0, 1741, 1742, 7, 14, 0, 0, 1742, 1743, 7, 9, 0, 0, 1743, 182, 1, 0, 0, 0, 1744, 1745, 7, 14, 0, 0, 1745, 1746, 7, 11, 0, 0, 1746, 1747, 7, 26, 0, 0, 1747, 1748, 7, 11, 0, 0, 1748, 1749, 7, 14, 0, 0, 1749, 1750, 7, 11, 0, 0, 1750, 1751, 7, 8, 0, 0, 1751, 1752, 7, 15, 0, 0, 1752, 1753, 7, 11, 0, 0, 1753, 1754, 7, 10, 0, 0, 1754, 184, 1, 0, 0, 0, 1755, 1756, 7, 14, 0, 0, 1756, 1757, 7, 11, 0, 0, 1757, 1758, 7, 17, 0, 0, 1758, 1759, 7, 23, 0, 0, 1759, 1760, 7, 14, 0, 0, 1760, 1761, 7, 8, 0, 0, 1761, 1762, 7, 18, 0, 0, 1762, 1763, 7, 8, 0, 0, 1763, 1764, 7, 24, 0, 0, 1764, 186, 1, 0, 0, 0, 1765, 1766, 7, 10, 0, 0, 1766, 1767, 7, 11, 0, 0, 1767, 1768, 7, 7, 0, 0, 1768, 1769, 7, 11, 0, 0, 1769, 1770, 7, 15, 0, 0, 1770, 1771, 7, 17, 0, 0, 1771, 188, 1, 0, 0, 0, 1772, 1773, 7, 10, 0, 0, 1773, 1774, 7, 11, 0, 0, 1774, 1775, 7, 10, 0, 0, 1775, 1776, 7, 10, 0, 0, 1776, 1777, 7, 18, 0, 0, 1777, 1778, 7, 20, 0, 0, 1778, 1779, 7, 8, 0, 0, 1779, 1780, 5, 95, 0, 0, 1780, 1781, 7, 23, 0, 0, 1781, 1782, 7, 10, 0, 0, 1782, 1783, 7, 11, 0, 0, 1783, 1784, 7, 14, 0, 0, 1784, 190, 1, 0, 0, 0, 1785, 1786, 7, 10, 0, 0, 1786, 1787, 7, 20, 0, 0, 1787, 1788, 7, 16, 0, 0, 1788, 1789, 7, 11, 0, 0, 1789, 192, 1, 0, 0, 0, 1790, 1791, 7, 10, 0, 0, 1791, 1792, 7, 9, 0, 0, 1792, 1793, 7, 16, 0, 0, 1793, 1794, 7, 16, 0, 0, 1794, 1795, 7, 11, 0, 0, 1795, 1796, 7, 17, 0, 0, 1796, 1797, 7, 14, 0, 0, 1797, 1798, 7, 18, 0, 0, 1798, 1799, 7, 15, 0, 0, 1799, 194, 1, 0, 0, 0, 1800, 1801, 7, 17, 0, 0, 1801, 1802, 7, 6, 0, 0, 1802, 1803, 7, 19, 0, 0, 1803, 1804, 7, 7, 0, 0, 1804, 1805, 7, 11, 0, 0, 1805, 196, 1, 0, 0, 0, 1806, 1807, 7, 17, 0, 0, 1807, 1808, 7, 21, 0, 0, 1808, 1809, 7, 11, 0, 0, 1809, 1810, 7, 8, 0, 0, 1810, 198, 1, 0, 0, 0, 1811, 1812, 7, 17, 0, 0, 1812, 1813, 7, 20, 0, 0, 1813, 200, 1, 0, 0, 0, 1814, 1815, 7, 17, 0, 0, 1815, 1816, 7, 14, 0, 0, 1816, 1817, 7, 6, 0, 0, 1817, 1818, 7, 18, 0, 0, 1818, 1819, 7, 7, 0, 0, 1819, 1820, 7, 18, 0, 0, 1820, 1821, 7, 8, 0, 0, 1821, 1822, 7, 24, 0, 0, 1822, 202, 1, 0, 0, 0, 1823, 1824, 7, 17, 0, 0, 1824, 1825, 7, 14, 0, 0, 1825, 1826, 7, 23, 0, 0, 1826, 1827, 7, 11, 0, 0, 1827, 204, 1, 0, 0, 0, 1828, 1829, 7, 23, 0, 0, 1829, 1830, 7, 8, 0, 0, 1830, 1831, 7, 18, 0, 0, 1831, 1832, 7, 20, 0, 0, 1832, 1833, 7, 8, 0, 0, 1833, 206, 1, 0, 0, 0, 1834, 1835, 7, 23, 0, 0, 1835, 1836, 7, 8, 0, 0, 1836, 1837, 7, 18, 0, 0, 1837, 1838, 7, 29, 0, 0, 1838, 1839, 7, 23, 0, 0, 1839, 1840, 7, 11, 0, 0, 1840, 208, 1, 0, 0, 0, 1841, 1842, 7, 23, 0, 0, 1842, 1843, 7, 10, 0, 0, 1843, 1844, 7, 11, 0, 0, 1844, 1845, 7, 14, 0, 0, 1845, 210, 1, 0, 0, 0, 1846, 1847, 7, 23, 0, 0, 1847, 1848, 7, 10, 0, 0, 1848, 1849, 7, 18, 0, 0, 1849, 1850, 7, 8, 0, 0, 1850, 1851, 7, 24, 0, 0, 1851, 212, 1, 0, 0, 0, 1852, 1853, 7, 28, 0, 0, 1853, 1854, 7, 6, 0, 0, 1854, 1855, 7, 14, 0, 0, 1855, 1856, 7, 18, 0, 0, 1856, 1857, 7, 6, 0, 0, 1857, 1858, 7, 13, 0, 0, 1858, 1859, 7, 18, 0, 0, 1859, 1860, 7, 15, 0, 0, 1860, 214, 1, 0, 0, 0, 1861, 1862, 7, 30, 0, 0, 1862, 1863, 7, 21, 0, 0, 1863, 1864, 7, 11, 0, 0, 1864, 1865, 7, 8, 0, 0, 1865, 216, 1, 0, 0, 0, 1866, 1867, 7, 30, 0, 0, 1867, 1868, 7, 21, 0, 0, 1868, 1869, 7, 11, 0, 0, 1869, 1870, 7, 14, 0, 0, 1870, 1871, 7, 11, 0, 0, 1871, 218, 1, 0, 0, 0, 1872, 1873, 7, 30, 0, 0, 1873, 1874, 7, 18, 0, 0, 1874, 1875, 7, 8, 0, 0, 1875, 1876, 7, 13, 0, 0, 1876, 1877, 7, 20, 0, 0, 1877, 1878, 7, 30, 0, 0, 1878, 220, 1, 0, 0, 0, 1879, 1880, 7, 30, 0, 0, 1880, 1881, 7, 18, 0, 0, 1881, 1882, 7, 17, 0, 0, 1882, 1883, 7, 21, 0, 0, 1883, 222, 1, 0, 0, 0, 1884, 1885, 7, 6, 0, 0, 1885, 1886, 7, 23, 0, 0, 1886, 1887, 7, 17, 0, 0, 1887, 1888, 7, 21, 0, 0, 1888, 1889, 7, 20, 0, 0, 1889, 1890, 7, 14, 0, 0, 1890, 1891, 7, 18, 0, 0, 1891, 1892, 7, 12, 0, 0, 1892, 1893, 7, 6, 0, 0, 1893, 1894, 7, 17, 0, 0, 1894, 1895, 7, 18, 0, 0, 1895, 1896, 7, 20, 0, 0, 1896, 1897, 7, 8, 0, 0, 1897, 224, 1, 0, 0, 0, 1898, 1899, 7, 19, 0, 0, 1899, 1900, 7, 18, 0, 0, 1900, 1901, 7, 8, 0, 0, 1901, 1902, 7, 6, 0, 0, 1902, 1903, 7, 14, 0, 0, 1903, 1904, 7, 9, 0, 0, 1904, 226, 1, 0, 0, 0, 1905, 1906, 7, 15, 0, 0, 1906, 1907, 7, 20, 0, 0, 1907, 1908, 7, 7, 0, 0, 1908, 1909, 7, 7, 0, 0, 1909, 1910, 7, 6, 0, 0, 1910, 1911, 7, 17, 0, 0, 1911, 1912, 7, 18, 0, 0, 1912, 1913, 7, 20, 0, 0, 1913, 1914, 7, 8, 0, 0, 1914, 228, 1, 0, 0, 0, 1915, 1916, 7, 15, 0, 0, 1916, 1917, 7, 20, 0, 0, 1917, 1918, 7, 8, 0, 0, 1918, 1919, 7, 15, 0, 0, 1919, 1920, 7, 23, 0, 0, 1920, 1921, 7, 14, 0, 0, 1921, 1922, 7, 14, 0, 0, 1922, 1923, 7, 11, 0, 0, 1923, 1924, 7, 8, 0, 0, 1924, 1925, 7, 17, 0, 0, 1925, 1926, 7, 7, 0, 0, 1926, 1927, 7, 9, 0, 0, 1927, 230, 1, 0, 0, 0, 1928, 1929, 7, 15, 0, 0, 1929, 1930, 7, 14, 0, 0, 1930, 1931, 7, 20, 0, 0, 1931, 1932, 7, 10, 0, 0, 1932, 1933, 7, 10, 0, 0, 1933, 232, 1, 0, 0, 0, 1934, 1935, 7, 15, 0, 0, 1935, 1936, 7, 23, 0, 0, 1936, 1937, 7, 14, 0, 0, 1937, 1938, 7, 14, 0, 0, 1938, 1939, 7, 11, 0, 0, 1939, 1940, 7, 8, 0, 0, 1940, 1941, 7, 17, 0, 0, 1941, 1942, 5, 95, 0, 0, 1942, 1943, 7, 10, 0, 0, 1943, 1944, 7, 15, 0, 0, 1944, 1945, 7, 21, 0, 0, 1945, 1946, 7, 11, 0, 0, 1946, 1947, 7, 16, 0, 0, 1947, 1948, 7, 6, 0, 0, 1948, 234, 1, 0, 0, 0, 1949, 1950, 7, 26, 0, 0, 1950, 1951, 7, 14, 0, 0, 1951, 1952, 7, 11, 0, 0, 1952, 1953, 7, 11, 0, 0, 1953, 1954, 7, 12, 0, 0, 1954, 1955, 7, 11, 0, 0, 1955, 236, 1, 0, 0, 0, 1956, 1957, 7, 26, 0, 0, 1957, 1958, 7, 23, 0, 0, 1958, 1959, 7, 7, 0, 0, 1959, 1960, 7, 7, 0, 0, 1960, 238, 1, 0, 0, 0, 1961, 1962, 7, 18, 0, 0, 1962, 1963, 7, 7, 0, 0, 1963, 1964, 7, 18, 0, 0, 1964, 1965, 7, 22, 0, 0, 1965, 1966, 7, 11, 0, 0, 1966, 240, 1, 0, 0, 0, 1967, 1968, 7, 18, 0, 0, 1968, 1969, 7, 8, 0, 0, 1969, 1970, 7, 8, 0, 0, 1970, 1971, 7, 11, 0, 0, 1971, 1972, 7, 14, 0, 0, 1972, 242, 1, 0, 0, 0, 1973, 1974, 7, 18, 0, 0, 1974, 1975, 7, 10, 0, 0, 1975, 244, 1, 0, 0, 0, 1976, 1977, 7, 18, 0, 0, 1977, 1978, 7, 10, 0, 0, 1978, 1979, 7, 8, 0, 0, 1979, 1980, 7, 23, 0, 0, 1980, 1981, 7, 7, 0, 0, 1981, 1982, 7, 7, 0, 0, 1982, 246, 1, 0, 0, 0, 1983, 1984, 7, 31, 0, 0, 1984, 1985, 7, 20, 0, 0, 1985, 1986, 7, 18, 0, 0, 1986, 1987, 7, 8, 0, 0, 1987, 248, 1, 0, 0, 0, 1988, 1989, 7, 7, 0, 0, 1989, 1990, 7, 11, 0, 0, 1990, 1991, 7, 26, 0, 0, 1991, 1992, 7, 17, 0, 0, 1992, 250, 1, 0, 0, 0, 1993, 1994, 7, 7, 0, 0, 1994, 1995, 7, 18, 0, 0, 1995, 1996, 7, 22, 0, 0, 1996, 1997, 7, 11, 0, 0, 1997, 252, 1, 0, 0, 0, 1998, 1999, 7, 8, 0, 0, 1999, 2000, 7, 6, 0, 0, 2000, 2001, 7, 17, 0, 0, 2001, 2002, 7, 23, 0, 0, 2002, 2003, 7, 14, 0, 0, 2003, 2004, 7, 6, 0, 0, 2004, 2005, 7, 7, 0, 0, 2005, 254, 1, 0, 0, 0, 2006, 2007, 7, 8, 0, 0, 2007, 2008, 7, 20, 0, 0, 2008, 2009, 7, 17, 0, 0, 2009, 2010, 7, 8, 0, 0, 2010, 2011, 7, 23, 0, 0, 2011, 2012, 7, 7, 0, 0, 2012, 2013, 7, 7, 0, 0, 2013, 256, 1, 0, 0, 0, 2014, 2015, 7, 20, 0, 0, 2015, 2016, 7, 23, 0, 0, 2016, 2017, 7, 17, 0, 0, 2017, 2018, 7, 11, 0, 0, 2018, 2019, 7, 14, 0, 0, 2019, 258, 1, 0, 0, 0, 2020, 2021, 7, 20, 0, 0, 2021, 2022, 7, 28, 0, 0, 2022, 2023, 7, 11, 0, 0, 2023, 2024, 7, 14, 0, 0, 2024, 260, 1, 0, 0, 0, 2025, 2026, 7, 20, 0, 0, 2026, 2027, 7, 28, 0, 0, 2027, 2028, 7, 11, 0, 0, 2028, 2029, 7, 14, 0, 0, 2029, 2030, 7, 7, 0, 0, 2030, 2031, 7, 6, 0, 0, 2031, 2032, 7, 25, 0, 0, 2032, 2033, 7, 10, 0, 0, 2033, 262, 1, 0, 0, 0, 2034, 2035, 7, 14, 0, 0, 2035, 2036, 7, 18, 0, 0, 2036, 2037, 7, 24, 0, 0, 2037, 2038, 7, 21, 0, 0, 2038, 2039, 7, 17, 0, 0, 2039, 264, 1, 0, 0, 0, 2040, 2041, 7, 10, 0, 0, 2041, 2042, 7, 18, 0, 0, 2042, 2043, 7, 16, 0, 0, 2043, 2044, 7, 18, 0, 0, 2044, 2045, 7, 7, 0, 0, 2045, 2046, 7, 6, 0, 0, 2046, 2047, 7, 14, 0, 0, 2047, 266, 1, 0, 0, 0, 2048, 2049, 7, 28, 0, 0, 2049, 2050, 7, 11, 0, 0, 2050, 2051, 7, 14, 0, 0, 2051, 2052, 7, 19, 0, 0, 2052, 2053, 7, 20, 0, 0, 2053, 2054, 7, 10, 0, 0, 2054, 2055, 7, 11, 0, 0, 2055, 268, 1, 0, 0, 0, 2056, 2057, 7, 6, 0, 0, 2057, 2058, 7, 19, 0, 0, 2058, 2059, 7, 20, 0, 0, 2059, 2060, 7, 14, 0, 0, 2060, 2061, 7, 17, 0, 0, 2061, 270, 1, 0, 0, 0, 2062, 2063, 7, 6, 0, 0, 2063, 2064, 7, 19, 0, 0, 2064, 2065, 7, 10, 0, 0, 2065, 2066, 7, 20, 0, 0, 2066, 2067, 7, 7, 0, 0, 2067, 2068, 7, 23, 0, 0, 2068, 2069, 7, 17, 0, 0, 2069, 2070, 7, 11, 0, 0, 2070, 272, 1, 0, 0, 0, 2071, 2072, 7, 6, 0, 0, 2072, 2073, 7, 15, 0, 0, 2073, 2074, 7, 15, 0, 0, 2074, 2075, 7, 11, 0, 0, 2075, 2076, 7, 10, 0, 0, 2076, 2077, 7, 10, 0, 0, 2077, 274, 1, 0, 0, 0, 2078, 2079, 7, 6, 0, 0, 2079, 2080, 7, 15, 0, 0, 2080, 2081, 7, 17, 0, 0, 2081, 2082, 7, 18, 0, 0, 2082, 2083, 7, 20, 0, 0, 2083, 2084, 7, 8, 0, 0, 2084, 276, 1, 0, 0, 0, 2085, 2086, 7, 6, 0, 0, 2086, 2087, 7, 13, 0, 0, 2087, 2088, 7, 13, 0, 0, 2088, 278, 1, 0, 0, 0, 2089, 2090, 7, 6, 0, 0, 2090, 2091, 7, 13, 0, 0, 2091, 2092, 7, 16, 0, 0, 2092, 2093, 7, 18, 0, 0, 2093, 2094, 7, 8, 0, 0, 2094, 280, 1, 0, 0, 0, 2095, 2096, 7, 6, 0, 0, 2096, 2097, 7, 26, 0, 0, 2097, 2098, 7, 17, 0, 0, 2098, 2099, 7, 11, 0, 0, 2099, 2100, 7, 14, 0, 0, 2100, 282, 1, 0, 0, 0, 2101, 2102, 7, 6, 0, 0, 2102, 2103, 7, 24, 0, 0, 2103, 2104, 7, 24, 0, 0, 2104, 2105, 7, 14, 0, 0, 2105, 2106, 7, 11, 0, 0, 2106, 2107, 7, 24, 0, 0, 2107, 2108, 7, 6, 0, 0, 2108, 2109, 7, 17, 0, 0, 2109, 2110, 7, 11, 0, 0, 2110, 284, 1, 0, 0, 0, 2111, 2112, 7, 6, 0, 0, 2112, 2113, 7, 7, 0, 0, 2113, 2114, 7, 10, 0, 0, 2114, 2115, 7, 20, 0, 0, 2115, 286, 1, 0, 0, 0, 2116, 2117, 7, 6, 0, 0, 2117, 2118, 7, 7, 0, 0, 2118, 2119, 7, 17, 0, 0, 2119, 2120, 7, 11, 0, 0, 2120, 2121, 7, 14, 0, 0, 2121, 288, 1, 0, 0, 0, 2122, 2123, 7, 6, 0, 0, 2123, 2124, 7, 7, 0, 0, 2124, 2125, 7, 30, 0, 0, 2125, 2126, 7, 6, 0, 0, 2126, 2127, 7, 9, 0, 0, 2127, 2128, 7, 10, 0, 0, 2128, 290, 1, 0, 0, 0, 2129, 2130, 7, 6, 0, 0, 2130, 2131, 7, 10, 0, 0, 2131, 2132, 7, 10, 0, 0, 2132, 2133, 7, 11, 0, 0, 2133, 2134, 7, 14, 0, 0, 2134, 2135, 7, 17, 0, 0, 2135, 2136, 7, 18, 0, 0, 2136, 2137, 7, 20, 0, 0, 2137, 2138, 7, 8, 0, 0, 2138, 292, 1, 0, 0, 0, 2139, 2140, 7, 6, 0, 0, 2140, 2141, 7, 10, 0, 0, 2141, 2142, 7, 10, 0, 0, 2142, 2143, 7, 18, 0, 0, 2143, 2144, 7, 24, 0, 0, 2144, 2145, 7, 8, 0, 0, 2145, 2146, 7, 16, 0, 0, 2146, 2147, 7, 11, 0, 0, 2147, 2148, 7, 8, 0, 0, 2148, 2149, 7, 17, 0, 0, 2149, 294, 1, 0, 0, 0, 2150, 2151, 7, 6, 0, 0, 2151, 2152, 7, 17, 0, 0, 2152, 296, 1, 0, 0, 0, 2153, 2154, 7, 6, 0, 0, 2154, 2155, 7, 17, 0, 0, 2155, 2156, 7, 17, 0, 0, 2156, 2157, 7, 14, 0, 0, 2157, 2158, 7, 18, 0, 0, 2158, 2159, 7, 19, 0, 0, 2159, 2160, 7, 23, 0, 0, 2160, 2161, 7, 17, 0, 0, 2161, 2162, 7, 11, 0, 0, 2162, 298, 1, 0, 0, 0, 2163, 2164, 7, 19, 0, 0, 2164, 2165, 7, 6, 0, 0, 2165, 2166, 7, 15, 0, 0, 2166, 2167, 7, 22, 0, 0, 2167, 2168, 7, 30, 0, 0, 2168, 2169, 7, 6, 0, 0, 2169, 2170, 7, 14, 0, 0, 2170, 2171, 7, 13, 0, 0, 2171, 300, 1, 0, 0, 0, 2172, 2173, 7, 19, 0, 0, 2173, 2174, 7, 11, 0, 0, 2174, 2175, 7, 26, 0, 0, 2175, 2176, 7, 20, 0, 0, 2176, 2177, 7, 14, 0, 0, 2177, 2178, 7, 11, 0, 0, 2178, 302, 1, 0, 0, 0, 2179, 2180, 7, 19, 0, 0, 2180, 2181, 7, 11, 0, 0, 2181, 2182, 7, 24, 0, 0, 2182, 2183, 7, 18, 0, 0, 2183, 2184, 7, 8, 0, 0, 2184, 304, 1, 0, 0, 0, 2185, 2186, 7, 19, 0, 0, 2186, 2187, 7, 9, 0, 0, 2187, 306, 1, 0, 0, 0, 2188, 2189, 7, 15, 0, 0, 2189, 2190, 7, 6, 0, 0, 2190, 2191, 7, 15, 0, 0, 2191, 2192, 7, 21, 0, 0, 2192, 2193, 7, 11, 0, 0, 2193, 308, 1, 0, 0, 0, 2194, 2195, 7, 15, 0, 0, 2195, 2196, 7, 6, 0, 0, 2196, 2197, 7, 7, 0, 0, 2197, 2198, 7, 7, 0, 0, 2198, 2199, 7, 11, 0, 0, 2199, 2200, 7, 13, 0, 0, 2200, 310, 1, 0, 0, 0, 2201, 2202, 7, 15, 0, 0, 2202, 2203, 7, 6, 0, 0, 2203, 2204, 7, 10, 0, 0, 2204, 2205, 7, 15, 0, 0, 2205, 2206, 7, 6, 0, 0, 2206, 2207, 7, 13, 0, 0, 2207, 2208, 7, 11, 0, 0, 2208, 312, 1, 0, 0, 0, 2209, 2210, 7, 15, 0, 0, 2210, 2211, 7, 6, 0, 0, 2211, 2212, 7, 10, 0, 0, 2212, 2213, 7, 15, 0, 0, 2213, 2214, 7, 6, 0, 0, 2214, 2215, 7, 13, 0, 0, 2215, 2216, 7, 11, 0, 0, 2216, 2217, 7, 13, 0, 0, 2217, 314, 1, 0, 0, 0, 2218, 2219, 7, 15, 0, 0, 2219, 2220, 7, 6, 0, 0, 2220, 2221, 7, 17, 0, 0, 2221, 2222, 7, 6, 0, 0, 2222, 2223, 7, 7, 0, 0, 2223, 2224, 7, 20, 0, 0, 2224, 2225, 7, 24, 0, 0, 2225, 316, 1, 0, 0, 0, 2226, 2227, 7, 15, 0, 0, 2227, 2228, 7, 21, 0, 0, 2228, 2229, 7, 6, 0, 0, 2229, 2230, 7, 18, 0, 0, 2230, 2231, 7, 8, 0, 0, 2231, 318, 1, 0, 0, 0, 2232, 2233, 7, 15, 0, 0, 2233, 2234, 7, 21, 0, 0, 2234, 2235, 7, 6, 0, 0, 2235, 2236, 7, 14, 0, 0, 2236, 2237, 7, 6, 0, 0, 2237, 2238, 7, 15, 0, 0, 2238, 2239, 7, 17, 0, 0, 2239, 2240, 7, 11, 0, 0, 2240, 2241, 7, 14, 0, 0, 2241, 2242, 7, 18, 0, 0, 2242, 2243, 7, 10, 0, 0, 2243, 2244, 7, 17, 0, 0, 2244, 2245, 7, 18, 0, 0, 2245, 2246, 7, 15, 0, 0, 2246, 2247, 7, 10, 0, 0, 2247, 320, 1, 0, 0, 0, 2248, 2249, 7, 15, 0, 0, 2249, 2250, 7, 21, 0, 0, 2250, 2251, 7, 11, 0, 0, 2251, 2252, 7, 15, 0, 0, 2252, 2253, 7, 22, 0, 0, 2253, 2254, 7, 25, 0, 0, 2254, 2255, 7, 20, 0, 0, 2255, 2256, 7, 18, 0, 0, 2256, 2257, 7, 8, 0, 0, 2257, 2258, 7, 17, 0, 0, 2258, 322, 1, 0, 0, 0, 2259, 2260, 7, 15, 0, 0, 2260, 2261, 7, 7, 0, 0, 2261, 2262, 7, 6, 0, 0, 2262, 2263, 7, 10, 0, 0, 2263, 2264, 7, 10, 0, 0, 2264, 324, 1, 0, 0, 0, 2265, 2266, 7, 15, 0, 0, 2266, 2267, 7, 7, 0, 0, 2267, 2268, 7, 20, 0, 0, 2268, 2269, 7, 10, 0, 0, 2269, 2270, 7, 11, 0, 0, 2270, 326, 1, 0, 0, 0, 2271, 2272, 7, 15, 0, 0, 2272, 2273, 7, 7, 0, 0, 2273, 2274, 7, 23, 0, 0, 2274, 2275, 7, 10, 0, 0, 2275, 2276, 7, 17, 0, 0, 2276, 2277, 7, 11, 0, 0, 2277, 2278, 7, 14, 0, 0, 2278, 328, 1, 0, 0, 0, 2279, 2280, 7, 15, 0, 0, 2280, 2281, 7, 20, 0, 0, 2281, 2282, 7, 16, 0, 0, 2282, 2283, 7, 16, 0, 0, 2283, 2284, 7, 11, 0, 0, 2284, 2285, 7, 8, 0, 0, 2285, 2286, 7, 17, 0, 0, 2286, 330, 1, 0, 0, 0, 2287, 2288, 7, 15, 0, 0, 2288, 2289, 7, 20, 0, 0, 2289, 2290, 7, 16, 0, 0, 2290, 2291, 7, 16, 0, 0, 2291, 2292, 7, 11, 0, 0, 2292, 2293, 7, 8, 0, 0, 2293, 2294, 7, 17, 0, 0, 2294, 2295, 7, 10, 0, 0, 2295, 332, 1, 0, 0, 0, 2296, 2297, 7, 15, 0, 0, 2297, 2298, 7, 20, 0, 0, 2298, 2299, 7, 16, 0, 0, 2299, 2300, 7, 16, 0, 0, 2300, 2301, 7, 18, 0, 0, 2301, 2302, 7, 17, 0, 0, 2302, 334, 1, 0, 0, 0, 2303, 2304, 7, 15, 0, 0, 2304, 2305, 7, 20, 0, 0, 2305, 2306, 7, 16, 0, 0, 2306, 2307, 7, 16, 0, 0, 2307, 2308, 7, 18, 0, 0, 2308, 2309, 7, 17, 0, 0, 2309, 2310, 7, 17, 0, 0, 2310, 2311, 7, 11, 0, 0, 2311, 2312, 7, 13, 0, 0, 2312, 336, 1, 0, 0, 0, 2313, 2314, 7, 15, 0, 0, 2314, 2315, 7, 20, 0, 0, 2315, 2316, 7, 8, 0, 0, 2316, 2317, 7, 26, 0, 0, 2317, 2318, 7, 18, 0, 0, 2318, 2319, 7, 24, 0, 0, 2319, 2320, 7, 23, 0, 0, 2320, 2321, 7, 14, 0, 0, 2321, 2322, 7, 6, 0, 0, 2322, 2323, 7, 17, 0, 0, 2323, 2324, 7, 18, 0, 0, 2324, 2325, 7, 20, 0, 0, 2325, 2326, 7, 8, 0, 0, 2326, 338, 1, 0, 0, 0, 2327, 2328, 7, 15, 0, 0, 2328, 2329, 7, 20, 0, 0, 2329, 2330, 7, 8, 0, 0, 2330, 2331, 7, 8, 0, 0, 2331, 2332, 7, 11, 0, 0, 2332, 2333, 7, 15, 0, 0, 2333, 2334, 7, 17, 0, 0, 2334, 2335, 7, 18, 0, 0, 2335, 2336, 7, 20, 0, 0, 2336, 2337, 7, 8, 0, 0, 2337, 340, 1, 0, 0, 0, 2338, 2339, 7, 15, 0, 0, 2339, 2340, 7, 20, 0, 0, 2340, 2341, 7, 8, 0, 0, 2341, 2342, 7, 10, 0, 0, 2342, 2343, 7, 17, 0, 0, 2343, 2344, 7, 14, 0, 0, 2344, 2345, 7, 6, 0, 0, 2345, 2346, 7, 18, 0, 0, 2346, 2347, 7, 8, 0, 0, 2347, 2348, 7, 17, 0, 0, 2348, 2349, 7, 10, 0, 0, 2349, 342, 1, 0, 0, 0, 2350, 2351, 7, 15, 0, 0, 2351, 2352, 7, 20, 0, 0, 2352, 2353, 7, 8, 0, 0, 2353, 2354, 7, 17, 0, 0, 2354, 2355, 7, 11, 0, 0, 2355, 2356, 7, 8, 0, 0, 2356, 2357, 7, 17, 0, 0, 2357, 344, 1, 0, 0, 0, 2358, 2359, 7, 15, 0, 0, 2359, 2360, 7, 20, 0, 0, 2360, 2361, 7, 8, 0, 0, 2361, 2362, 7, 17, 0, 0, 2362, 2363, 7, 18, 0, 0, 2363, 2364, 7, 8, 0, 0, 2364, 2365, 7, 23, 0, 0, 2365, 2366, 7, 11, 0, 0, 2366, 346, 1, 0, 0, 0, 2367, 2368, 7, 15, 0, 0, 2368, 2369, 7, 20, 0, 0, 2369, 2370, 7, 8, 0, 0, 2370, 2371, 7, 28, 0, 0, 2371, 2372, 7, 11, 0, 0, 2372, 2373, 7, 14, 0, 0, 2373, 2374, 7, 10, 0, 0, 2374, 2375, 7, 18, 0, 0, 2375, 2376, 7, 20, 0, 0, 2376, 2377, 7, 8, 0, 0, 2377, 348, 1, 0, 0, 0, 2378, 2379, 7, 15, 0, 0, 2379, 2380, 7, 20, 0, 0, 2380, 2381, 7, 25, 0, 0, 2381, 2382, 7, 9, 0, 0, 2382, 350, 1, 0, 0, 0, 2383, 2384, 7, 15, 0, 0, 2384, 2385, 7, 20, 0, 0, 2385, 2386, 7, 10, 0, 0, 2386, 2387, 7, 17, 0, 0, 2387, 352, 1, 0, 0, 0, 2388, 2389, 7, 15, 0, 0, 2389, 2390, 7, 10, 0, 0, 2390, 2391, 7, 28, 0, 0, 2391, 354, 1, 0, 0, 0, 2392, 2393, 7, 15, 0, 0, 2393, 2394, 7, 23, 0, 0, 2394, 2395, 7, 14, 0, 0, 2395, 2396, 7, 10, 0, 0, 2396, 2397, 7, 20, 0, 0, 2397, 2398, 7, 14, 0, 0, 2398, 356, 1, 0, 0, 0, 2399, 2400, 7, 15, 0, 0, 2400, 2401, 7, 9, 0, 0, 2401, 2402, 7, 15, 0, 0, 2402, 2403, 7, 7, 0, 0, 2403, 2404, 7, 11, 0, 0, 2404, 358, 1, 0, 0, 0, 2405, 2406, 7, 13, 0, 0, 2406, 2407, 7, 6, 0, 0, 2407, 2408, 7, 17, 0, 0, 2408, 2409, 7, 6, 0, 0, 2409, 360, 1, 0, 0, 0, 2410, 2411, 7, 13, 0, 0, 2411, 2412, 7, 6, 0, 0, 2412, 2413, 7, 17, 0, 0, 2413, 2414, 7, 6, 0, 0, 2414, 2415, 7, 19, 0, 0, 2415, 2416, 7, 6, 0, 0, 2416, 2417, 7, 10, 0, 0, 2417, 2418, 7, 11, 0, 0, 2418, 362, 1, 0, 0, 0, 2419, 2420, 7, 13, 0, 0, 2420, 2421, 7, 6, 0, 0, 2421, 2422, 7, 9, 0, 0, 2422, 364, 1, 0, 0, 0, 2423, 2424, 7, 13, 0, 0, 2424, 2425, 7, 11, 0, 0, 2425, 2426, 7, 6, 0, 0, 2426, 2427, 7, 7, 0, 0, 2427, 2428, 7, 7, 0, 0, 2428, 2429, 7, 20, 0, 0, 2429, 2430, 7, 15, 0, 0, 2430, 2431, 7, 6, 0, 0, 2431, 2432, 7, 17, 0, 0, 2432, 2433, 7, 11, 0, 0, 2433, 366, 1, 0, 0, 0, 2434, 2435, 7, 13, 0, 0, 2435, 2436, 7, 11, 0, 0, 2436, 2437, 7, 15, 0, 0, 2437, 2438, 7, 7, 0, 0, 2438, 2439, 7, 6, 0, 0, 2439, 2440, 7, 14, 0, 0, 2440, 2441, 7, 11, 0, 0, 2441, 368, 1, 0, 0, 0, 2442, 2443, 7, 13, 0, 0, 2443, 2444, 7, 11, 0, 0, 2444, 2445, 7, 26, 0, 0, 2445, 2446, 7, 6, 0, 0, 2446, 2447, 7, 23, 0, 0, 2447, 2448, 7, 7, 0, 0, 2448, 2449, 7, 17, 0, 0, 2449, 2450, 7, 10, 0, 0, 2450, 370, 1, 0, 0, 0, 2451, 2452, 7, 13, 0, 0, 2452, 2453, 7, 11, 0, 0, 2453, 2454, 7, 26, 0, 0, 2454, 2455, 7, 11, 0, 0, 2455, 2456, 7, 14, 0, 0, 2456, 2457, 7, 14, 0, 0, 2457, 2458, 7, 11, 0, 0, 2458, 2459, 7, 13, 0, 0, 2459, 372, 1, 0, 0, 0, 2460, 2461, 7, 13, 0, 0, 2461, 2462, 7, 11, 0, 0, 2462, 2463, 7, 26, 0, 0, 2463, 2464, 7, 18, 0, 0, 2464, 2465, 7, 8, 0, 0, 2465, 2466, 7, 11, 0, 0, 2466, 2467, 7, 14, 0, 0, 2467, 374, 1, 0, 0, 0, 2468, 2469, 7, 13, 0, 0, 2469, 2470, 7, 11, 0, 0, 2470, 2471, 7, 7, 0, 0, 2471, 2472, 7, 11, 0, 0, 2472, 2473, 7, 17, 0, 0, 2473, 2474, 7, 11, 0, 0, 2474, 376, 1, 0, 0, 0, 2475, 2476, 7, 13, 0, 0, 2476, 2477, 7, 11, 0, 0, 2477, 2478, 7, 7, 0, 0, 2478, 2479, 7, 18, 0, 0, 2479, 2480, 7, 16, 0, 0, 2480, 2481, 7, 18, 0, 0, 2481, 2482, 7, 17, 0, 0, 2482, 2483, 7, 11, 0, 0, 2483, 2484, 7, 14, 0, 0, 2484, 378, 1, 0, 0, 0, 2485, 2486, 7, 13, 0, 0, 2486, 2487, 7, 11, 0, 0, 2487, 2488, 7, 7, 0, 0, 2488, 2489, 7, 18, 0, 0, 2489, 2490, 7, 16, 0, 0, 2490, 2491, 7, 18, 0, 0, 2491, 2492, 7, 17, 0, 0, 2492, 2493, 7, 11, 0, 0, 2493, 2494, 7, 14, 0, 0, 2494, 2495, 7, 10, 0, 0, 2495, 380, 1, 0, 0, 0, 2496, 2497, 7, 13, 0, 0, 2497, 2498, 7, 18, 0, 0, 2498, 2499, 7, 15, 0, 0, 2499, 2500, 7, 17, 0, 0, 2500, 2501, 7, 18, 0, 0, 2501, 2502, 7, 20, 0, 0, 2502, 2503, 7, 8, 0, 0, 2503, 2504, 7, 6, 0, 0, 2504, 2505, 7, 14, 0, 0, 2505, 2506, 7, 9, 0, 0, 2506, 382, 1, 0, 0, 0, 2507, 2508, 7, 13, 0, 0, 2508, 2509, 7, 18, 0, 0, 2509, 2510, 7, 10, 0, 0, 2510, 2511, 7, 6, 0, 0, 2511, 2512, 7, 19, 0, 0, 2512, 2513, 7, 7, 0, 0, 2513, 2514, 7, 11, 0, 0, 2514, 384, 1, 0, 0, 0, 2515, 2516, 7, 13, 0, 0, 2516, 2517, 7, 18, 0, 0, 2517, 2518, 7, 10, 0, 0, 2518, 2519, 7, 15, 0, 0, 2519, 2520, 7, 6, 0, 0, 2520, 2521, 7, 14, 0, 0, 2521, 2522, 7, 13, 0, 0, 2522, 386, 1, 0, 0, 0, 2523, 2524, 7, 13, 0, 0, 2524, 2525, 7, 20, 0, 0, 2525, 2526, 7, 15, 0, 0, 2526, 2527, 7, 23, 0, 0, 2527, 2528, 7, 16, 0, 0, 2528, 2529, 7, 11, 0, 0, 2529, 2530, 7, 8, 0, 0, 2530, 2531, 7, 17, 0, 0, 2531, 388, 1, 0, 0, 0, 2532, 2533, 7, 13, 0, 0, 2533, 2534, 7, 20, 0, 0, 2534, 2535, 7, 16, 0, 0, 2535, 2536, 7, 6, 0, 0, 2536, 2537, 7, 18, 0, 0, 2537, 2538, 7, 8, 0, 0, 2538, 390, 1, 0, 0, 0, 2539, 2540, 7, 13, 0, 0, 2540, 2541, 7, 20, 0, 0, 2541, 2542, 7, 23, 0, 0, 2542, 2543, 7, 19, 0, 0, 2543, 2544, 7, 7, 0, 0, 2544, 2545, 7, 11, 0, 0, 2545, 392, 1, 0, 0, 0, 2546, 2547, 7, 13, 0, 0, 2547, 2548, 7, 14, 0, 0, 2548, 2549, 7, 20, 0, 0, 2549, 2550, 7, 25, 0, 0, 2550, 394, 1, 0, 0, 0, 2551, 2552, 7, 11, 0, 0, 2552, 2553, 7, 6, 0, 0, 2553, 2554, 7, 15, 0, 0, 2554, 2555, 7, 21, 0, 0, 2555, 396, 1, 0, 0, 0, 2556, 2557, 7, 11, 0, 0, 2557, 2558, 7, 8, 0, 0, 2558, 2559, 7, 6, 0, 0, 2559, 2560, 7, 19, 0, 0, 2560, 2561, 7, 7, 0, 0, 2561, 2562, 7, 11, 0, 0, 2562, 398, 1, 0, 0, 0, 2563, 2564, 7, 11, 0, 0, 2564, 2565, 7, 8, 0, 0, 2565, 2566, 7, 15, 0, 0, 2566, 2567, 7, 20, 0, 0, 2567, 2568, 7, 13, 0, 0, 2568, 2569, 7, 18, 0, 0, 2569, 2570, 7, 8, 0, 0, 2570, 2571, 7, 24, 0, 0, 2571, 400, 1, 0, 0, 0, 2572, 2573, 7, 11, 0, 0, 2573, 2574, 7, 8, 0, 0, 2574, 2575, 7, 15, 0, 0, 2575, 2576, 7, 14, 0, 0, 2576, 2577, 7, 9, 0, 0, 2577, 2578, 7, 25, 0, 0, 2578, 2579, 7, 17, 0, 0, 2579, 2580, 7, 11, 0, 0, 2580, 2581, 7, 13, 0, 0, 2581, 402, 1, 0, 0, 0, 2582, 2583, 7, 11, 0, 0, 2583, 2584, 7, 8, 0, 0, 2584, 2585, 7, 23, 0, 0, 2585, 2586, 7, 16, 0, 0, 2586, 404, 1, 0, 0, 0, 2587, 2588, 7, 11, 0, 0, 2588, 2589, 7, 10, 0, 0, 2589, 2590, 7, 15, 0, 0, 2590, 2591, 7, 6, 0, 0, 2591, 2592, 7, 25, 0, 0, 2592, 2593, 7, 11, 0, 0, 2593, 406, 1, 0, 0, 0, 2594, 2595, 7, 11, 0, 0, 2595, 2596, 7, 28, 0, 0, 2596, 2597, 7, 11, 0, 0, 2597, 2598, 7, 8, 0, 0, 2598, 2599, 7, 17, 0, 0, 2599, 408, 1, 0, 0, 0, 2600, 2601, 7, 11, 0, 0, 2601, 2602, 7, 27, 0, 0, 2602, 2603, 7, 15, 0, 0, 2603, 2604, 7, 7, 0, 0, 2604, 2605, 7, 23, 0, 0, 2605, 2606, 7, 13, 0, 0, 2606, 2607, 7, 11, 0, 0, 2607, 410, 1, 0, 0, 0, 2608, 2609, 7, 11, 0, 0, 2609, 2610, 7, 27, 0, 0, 2610, 2611, 7, 15, 0, 0, 2611, 2612, 7, 7, 0, 0, 2612, 2613, 7, 23, 0, 0, 2613, 2614, 7, 13, 0, 0, 2614, 2615, 7, 18, 0, 0, 2615, 2616, 7, 8, 0, 0, 2616, 2617, 7, 24, 0, 0, 2617, 412, 1, 0, 0, 0, 2618, 2619, 7, 11, 0, 0, 2619, 2620, 7, 27, 0, 0, 2620, 2621, 7, 15, 0, 0, 2621, 2622, 7, 7, 0, 0, 2622, 2623, 7, 23, 0, 0, 2623, 2624, 7, 10, 0, 0, 2624, 2625, 7, 18, 0, 0, 2625, 2626, 7, 28, 0, 0, 2626, 2627, 7, 11, 0, 0, 2627, 414, 1, 0, 0, 0, 2628, 2629, 7, 11, 0, 0, 2629, 2630, 7, 27, 0, 0, 2630, 2631, 7, 11, 0, 0, 2631, 2632, 7, 15, 0, 0, 2632, 2633, 7, 23, 0, 0, 2633, 2634, 7, 17, 0, 0, 2634, 2635, 7, 11, 0, 0, 2635, 416, 1, 0, 0, 0, 2636, 2637, 7, 11, 0, 0, 2637, 2638, 7, 27, 0, 0, 2638, 2639, 7, 25, 0, 0, 2639, 2640, 7, 7, 0, 0, 2640, 2641, 7, 6, 0, 0, 2641, 2642, 7, 18, 0, 0, 2642, 2643, 7, 8, 0, 0, 2643, 418, 1, 0, 0, 0, 2644, 2645, 7, 11, 0, 0, 2645, 2646, 7, 27, 0, 0, 2646, 2647, 7, 17, 0, 0, 2647, 2648, 7, 11, 0, 0, 2648, 2649, 7, 8, 0, 0, 2649, 2650, 7, 10, 0, 0, 2650, 2651, 7, 18, 0, 0, 2651, 2652, 7, 20, 0, 0, 2652, 2653, 7, 8, 0, 0, 2653, 420, 1, 0, 0, 0, 2654, 2655, 7, 11, 0, 0, 2655, 2656, 7, 27, 0, 0, 2656, 2657, 7, 17, 0, 0, 2657, 2658, 7, 11, 0, 0, 2658, 2659, 7, 14, 0, 0, 2659, 2660, 7, 8, 0, 0, 2660, 2661, 7, 6, 0, 0, 2661, 2662, 7, 7, 0, 0, 2662, 422, 1, 0, 0, 0, 2663, 2664, 7, 26, 0, 0, 2664, 2665, 7, 6, 0, 0, 2665, 2666, 7, 16, 0, 0, 2666, 2667, 7, 18, 0, 0, 2667, 2668, 7, 7, 0, 0, 2668, 2669, 7, 9, 0, 0, 2669, 424, 1, 0, 0, 0, 2670, 2671, 7, 26, 0, 0, 2671, 2672, 7, 18, 0, 0, 2672, 2673, 7, 14, 0, 0, 2673, 2674, 7, 10, 0, 0, 2674, 2675, 7, 17, 0, 0, 2675, 426, 1, 0, 0, 0, 2676, 2677, 7, 26, 0, 0, 2677, 2678, 7, 20, 0, 0, 2678, 2679, 7, 7, 0, 0, 2679, 2680, 7, 7, 0, 0, 2680, 2681, 7, 20, 0, 0, 2681, 2682, 7, 30, 0, 0, 2682, 2683, 7, 18, 0, 0, 2683, 2684, 7, 8, 0, 0, 2684, 2685, 7, 24, 0, 0, 2685, 428, 1, 0, 0, 0, 2686, 2687, 7, 26, 0, 0, 2687, 2688, 7, 20, 0, 0, 2688, 2689, 7, 14, 0, 0, 2689, 2690, 7, 15, 0, 0, 2690, 2691, 7, 11, 0, 0, 2691, 430, 1, 0, 0, 0, 2692, 2693, 7, 26, 0, 0, 2693, 2694, 7, 20, 0, 0, 2694, 2695, 7, 14, 0, 0, 2695, 2696, 7, 30, 0, 0, 2696, 2697, 7, 6, 0, 0, 2697, 2698, 7, 14, 0, 0, 2698, 2699, 7, 13, 0, 0, 2699, 432, 1, 0, 0, 0, 2700, 2701, 7, 26, 0, 0, 2701, 2702, 7, 23, 0, 0, 2702, 2703, 7, 8, 0, 0, 2703, 2704, 7, 15, 0, 0, 2704, 2705, 7, 17, 0, 0, 2705, 2706, 7, 18, 0, 0, 2706, 2707, 7, 20, 0, 0, 2707, 2708, 7, 8, 0, 0, 2708, 434, 1, 0, 0, 0, 2709, 2710, 7, 26, 0, 0, 2710, 2711, 7, 23, 0, 0, 2711, 2712, 7, 8, 0, 0, 2712, 2713, 7, 15, 0, 0, 2713, 2714, 7, 17, 0, 0, 2714, 2715, 7, 18, 0, 0, 2715, 2716, 7, 20, 0, 0, 2716, 2717, 7, 8, 0, 0, 2717, 2718, 7, 10, 0, 0, 2718, 436, 1, 0, 0, 0, 2719, 2720, 7, 24, 0, 0, 2720, 2721, 7, 7, 0, 0, 2721, 2722, 7, 20, 0, 0, 2722, 2723, 7, 19, 0, 0, 2723, 2724, 7, 6, 0, 0, 2724, 2725, 7, 7, 0, 0, 2725, 438, 1, 0, 0, 0, 2726, 2727, 7, 24, 0, 0, 2727, 2728, 7, 14, 0, 0, 2728, 2729, 7, 6, 0, 0, 2729, 2730, 7, 8, 0, 0, 2730, 2731, 7, 17, 0, 0, 2731, 2732, 7, 11, 0, 0, 2732, 2733, 7, 13, 0, 0, 2733, 440, 1, 0, 0, 0, 2734, 2735, 7, 21, 0, 0, 2735, 2736, 7, 6, 0, 0, 2736, 2737, 7, 8, 0, 0, 2737, 2738, 7, 13, 0, 0, 2738, 2739, 7, 7, 0, 0, 2739, 2740, 7, 11, 0, 0, 2740, 2741, 7, 14, 0, 0, 2741, 442, 1, 0, 0, 0, 2742, 2743, 7, 21, 0, 0, 2743, 2744, 7, 11, 0, 0, 2744, 2745, 7, 6, 0, 0, 2745, 2746, 7, 13, 0, 0, 2746, 2747, 7, 11, 0, 0, 2747, 2748, 7, 14, 0, 0, 2748, 444, 1, 0, 0, 0, 2749, 2750, 7, 21, 0, 0, 2750, 2751, 7, 20, 0, 0, 2751, 2752, 7, 7, 0, 0, 2752, 2753, 7, 13, 0, 0, 2753, 446, 1, 0, 0, 0, 2754, 2755, 7, 21, 0, 0, 2755, 2756, 7, 20, 0, 0, 2756, 2757, 7, 23, 0, 0, 2757, 2758, 7, 14, 0, 0, 2758, 448, 1, 0, 0, 0, 2759, 2760, 7, 18, 0, 0, 2760, 2761, 7, 13, 0, 0, 2761, 2762, 7, 11, 0, 0, 2762, 2763, 7, 8, 0, 0, 2763, 2764, 7, 17, 0, 0, 2764, 2765, 7, 18, 0, 0, 2765, 2766, 7, 17, 0, 0, 2766, 2767, 7, 9, 0, 0, 2767, 450, 1, 0, 0, 0, 2768, 2769, 7, 18, 0, 0, 2769, 2770, 7, 26, 0, 0, 2770, 452, 1, 0, 0, 0, 2771, 2772, 7, 18, 0, 0, 2772, 2773, 7, 16, 0, 0, 2773, 2774, 7, 16, 0, 0, 2774, 2775, 7, 11, 0, 0, 2775, 2776, 7, 13, 0, 0, 2776, 2777, 7, 18, 0, 0, 2777, 2778, 7, 6, 0, 0, 2778, 2779, 7, 17, 0, 0, 2779, 2780, 7, 11, 0, 0, 2780, 454, 1, 0, 0, 0, 2781, 2782, 7, 18, 0, 0, 2782, 2783, 7, 16, 0, 0, 2783, 2784, 7, 16, 0, 0, 2784, 2785, 7, 23, 0, 0, 2785, 2786, 7, 17, 0, 0, 2786, 2787, 7, 6, 0, 0, 2787, 2788, 7, 19, 0, 0, 2788, 2789, 7, 7, 0, 0, 2789, 2790, 7, 11, 0, 0, 2790, 456, 1, 0, 0, 0, 2791, 2792, 7, 18, 0, 0, 2792, 2793, 7, 16, 0, 0, 2793, 2794, 7, 25, 0, 0, 2794, 2795, 7, 7, 0, 0, 2795, 2796, 7, 18, 0, 0, 2796, 2797, 7, 15, 0, 0, 2797, 2798, 7, 18, 0, 0, 2798, 2799, 7, 17, 0, 0, 2799, 458, 1, 0, 0, 0, 2800, 2801, 7, 18, 0, 0, 2801, 2802, 7, 8, 0, 0, 2802, 2803, 7, 15, 0, 0, 2803, 2804, 7, 7, 0, 0, 2804, 2805, 7, 23, 0, 0, 2805, 2806, 7, 13, 0, 0, 2806, 2807, 7, 18, 0, 0, 2807, 2808, 7, 8, 0, 0, 2808, 2809, 7, 24, 0, 0, 2809, 460, 1, 0, 0, 0, 2810, 2811, 7, 18, 0, 0, 2811, 2812, 7, 8, 0, 0, 2812, 2813, 7, 15, 0, 0, 2813, 2814, 7, 14, 0, 0, 2814, 2815, 7, 11, 0, 0, 2815, 2816, 7, 16, 0, 0, 2816, 2817, 7, 11, 0, 0, 2817, 2818, 7, 8, 0, 0, 2818, 2819, 7, 17, 0, 0, 2819, 462, 1, 0, 0, 0, 2820, 2821, 7, 18, 0, 0, 2821, 2822, 7, 8, 0, 0, 2822, 2823, 7, 13, 0, 0, 2823, 2824, 7, 11, 0, 0, 2824, 2825, 7, 27, 0, 0, 2825, 464, 1, 0, 0, 0, 2826, 2827, 7, 18, 0, 0, 2827, 2828, 7, 8, 0, 0, 2828, 2829, 7, 13, 0, 0, 2829, 2830, 7, 11, 0, 0, 2830, 2831, 7, 27, 0, 0, 2831, 2832, 7, 11, 0, 0, 2832, 2833, 7, 10, 0, 0, 2833, 466, 1, 0, 0, 0, 2834, 2835, 7, 18, 0, 0, 2835, 2836, 7, 8, 0, 0, 2836, 2837, 7, 21, 0, 0, 2837, 2838, 7, 11, 0, 0, 2838, 2839, 7, 14, 0, 0, 2839, 2840, 7, 18, 0, 0, 2840, 2841, 7, 17, 0, 0, 2841, 468, 1, 0, 0, 0, 2842, 2843, 7, 8, 0, 0, 2843, 2844, 7, 20, 0, 0, 2844, 2845, 7, 18, 0, 0, 2845, 2846, 7, 8, 0, 0, 2846, 2847, 7, 21, 0, 0, 2847, 2848, 7, 11, 0, 0, 2848, 2849, 7, 14, 0, 0, 2849, 2850, 7, 18, 0, 0, 2850, 2851, 7, 17, 0, 0, 2851, 470, 1, 0, 0, 0, 2852, 2853, 7, 10, 0, 0, 2853, 2854, 7, 23, 0, 0, 2854, 2855, 7, 25, 0, 0, 2855, 2856, 7, 11, 0, 0, 2856, 2857, 7, 14, 0, 0, 2857, 2858, 7, 23, 0, 0, 2858, 2859, 7, 10, 0, 0, 2859, 2860, 7, 11, 0, 0, 2860, 2861, 7, 14, 0, 0, 2861, 472, 1, 0, 0, 0, 2862, 2863, 7, 8, 0, 0, 2863, 2864, 7, 20, 0, 0, 2864, 2865, 7, 10, 0, 0, 2865, 2866, 7, 23, 0, 0, 2866, 2867, 7, 25, 0, 0, 2867, 2868, 7, 11, 0, 0, 2868, 2869, 7, 14, 0, 0, 2869, 2870, 7, 23, 0, 0, 2870, 2871, 7, 10, 0, 0, 2871, 2872, 7, 11, 0, 0, 2872, 2873, 7, 14, 0, 0, 2873, 474, 1, 0, 0, 0, 2874, 2875, 7, 15, 0, 0, 2875, 2876, 7, 14, 0, 0, 2876, 2877, 7, 11, 0, 0, 2877, 2878, 7, 6, 0, 0, 2878, 2879, 7, 17, 0, 0, 2879, 2880, 7, 11, 0, 0, 2880, 2881, 7, 13, 0, 0, 2881, 2882, 7, 19, 0, 0, 2882, 476, 1, 0, 0, 0, 2883, 2884, 7, 8, 0, 0, 2884, 2885, 7, 20, 0, 0, 2885, 2886, 7, 15, 0, 0, 2886, 2887, 7, 14, 0, 0, 2887, 2888, 7, 11, 0, 0, 2888, 2889, 7, 6, 0, 0, 2889, 2890, 7, 17, 0, 0, 2890, 2891, 7, 11, 0, 0, 2891, 2892, 7, 13, 0, 0, 2892, 2893, 7, 19, 0, 0, 2893, 478, 1, 0, 0, 0, 2894, 2895, 7, 15, 0, 0, 2895, 2896, 7, 14, 0, 0, 2896, 2897, 7, 11, 0, 0, 2897, 2898, 7, 6, 0, 0, 2898, 2899, 7, 17, 0, 0, 2899, 2900, 7, 11, 0, 0, 2900, 2901, 7, 14, 0, 0, 2901, 2902, 7, 20, 0, 0, 2902, 2903, 7, 7, 0, 0, 2903, 2904, 7, 11, 0, 0, 2904, 480, 1, 0, 0, 0, 2905, 2906, 7, 8, 0, 0, 2906, 2907, 7, 20, 0, 0, 2907, 2908, 7, 15, 0, 0, 2908, 2909, 7, 14, 0, 0, 2909, 2910, 7, 11, 0, 0, 2910, 2911, 7, 6, 0, 0, 2911, 2912, 7, 17, 0, 0, 2912, 2913, 7, 11, 0, 0, 2913, 2914, 7, 14, 0, 0, 2914, 2915, 7, 20, 0, 0, 2915, 2916, 7, 7, 0, 0, 2916, 2917, 7, 11, 0, 0, 2917, 482, 1, 0, 0, 0, 2918, 2919, 7, 15, 0, 0, 2919, 2920, 7, 14, 0, 0, 2920, 2921, 7, 11, 0, 0, 2921, 2922, 7, 6, 0, 0, 2922, 2923, 7, 17, 0, 0, 2923, 2924, 7, 11, 0, 0, 2924, 2925, 7, 23, 0, 0, 2925, 2926, 7, 10, 0, 0, 2926, 2927, 7, 11, 0, 0, 2927, 2928, 7, 14, 0, 0, 2928, 484, 1, 0, 0, 0, 2929, 2930, 7, 8, 0, 0, 2930, 2931, 7, 20, 0, 0, 2931, 2932, 7, 15, 0, 0, 2932, 2933, 7, 14, 0, 0, 2933, 2934, 7, 11, 0, 0, 2934, 2935, 7, 6, 0, 0, 2935, 2936, 7, 17, 0, 0, 2936, 2937, 7, 11, 0, 0, 2937, 2938, 7, 23, 0, 0, 2938, 2939, 7, 10, 0, 0, 2939, 2940, 7, 11, 0, 0, 2940, 2941, 7, 14, 0, 0, 2941, 486, 1, 0, 0, 0, 2942, 2943, 7, 18, 0, 0, 2943, 2944, 7, 8, 0, 0, 2944, 2945, 7, 21, 0, 0, 2945, 2946, 7, 11, 0, 0, 2946, 2947, 7, 14, 0, 0, 2947, 2948, 7, 18, 0, 0, 2948, 2949, 7, 17, 0, 0, 2949, 2950, 7, 10, 0, 0, 2950, 488, 1, 0, 0, 0, 2951, 2952, 7, 18, 0, 0, 2952, 2953, 7, 8, 0, 0, 2953, 2954, 7, 7, 0, 0, 2954, 2955, 7, 18, 0, 0, 2955, 2956, 7, 8, 0, 0, 2956, 2957, 7, 11, 0, 0, 2957, 490, 1, 0, 0, 0, 2958, 2959, 7, 18, 0, 0, 2959, 2960, 7, 8, 0, 0, 2960, 2961, 7, 10, 0, 0, 2961, 2962, 7, 11, 0, 0, 2962, 2963, 7, 8, 0, 0, 2963, 2964, 7, 10, 0, 0, 2964, 2965, 7, 18, 0, 0, 2965, 2966, 7, 17, 0, 0, 2966, 2967, 7, 18, 0, 0, 2967, 2968, 7, 28, 0, 0, 2968, 2969, 7, 11, 0, 0, 2969, 492, 1, 0, 0, 0, 2970, 2971, 7, 18, 0, 0, 2971, 2972, 7, 8, 0, 0, 2972, 2973, 7, 10, 0, 0, 2973, 2974, 7, 11, 0, 0, 2974, 2975, 7, 14, 0, 0, 2975, 2976, 7, 17, 0, 0, 2976, 494, 1, 0, 0, 0, 2977, 2978, 7, 18, 0, 0, 2978, 2979, 7, 8, 0, 0, 2979, 2980, 7, 10, 0, 0, 2980, 2981, 7, 17, 0, 0, 2981, 2982, 7, 11, 0, 0, 2982, 2983, 7, 6, 0, 0, 2983, 2984, 7, 13, 0, 0, 2984, 496, 1, 0, 0, 0, 2985, 2986, 7, 18, 0, 0, 2986, 2987, 7, 8, 0, 0, 2987, 2988, 7, 28, 0, 0, 2988, 2989, 7, 20, 0, 0, 2989, 2990, 7, 22, 0, 0, 2990, 2991, 7, 11, 0, 0, 2991, 2992, 7, 14, 0, 0, 2992, 498, 1, 0, 0, 0, 2993, 2994, 7, 18, 0, 0, 2994, 2995, 7, 10, 0, 0, 2995, 2996, 7, 20, 0, 0, 2996, 2997, 7, 7, 0, 0, 2997, 2998, 7, 6, 0, 0, 2998, 2999, 7, 17, 0, 0, 2999, 3000, 7, 18, 0, 0, 3000, 3001, 7, 20, 0, 0, 3001, 3002, 7, 8, 0, 0, 3002, 500, 1, 0, 0, 0, 3003, 3004, 7, 22, 0, 0, 3004, 3005, 7, 11, 0, 0, 3005, 3006, 7, 9, 0, 0, 3006, 502, 1, 0, 0, 0, 3007, 3008, 7, 7, 0, 0, 3008, 3009, 7, 6, 0, 0, 3009, 3010, 7, 19, 0, 0, 3010, 3011, 7, 11, 0, 0, 3011, 3012, 7, 7, 0, 0, 3012, 504, 1, 0, 0, 0, 3013, 3014, 7, 7, 0, 0, 3014, 3015, 7, 6, 0, 0, 3015, 3016, 7, 8, 0, 0, 3016, 3017, 7, 24, 0, 0, 3017, 3018, 7, 23, 0, 0, 3018, 3019, 7, 6, 0, 0, 3019, 3020, 7, 24, 0, 0, 3020, 3021, 7, 11, 0, 0, 3021, 506, 1, 0, 0, 0, 3022, 3023, 7, 7, 0, 0, 3023, 3024, 7, 6, 0, 0, 3024, 3025, 7, 14, 0, 0, 3025, 3026, 7, 24, 0, 0, 3026, 3027, 7, 11, 0, 0, 3027, 508, 1, 0, 0, 0, 3028, 3029, 7, 7, 0, 0, 3029, 3030, 7, 6, 0, 0, 3030, 3031, 7, 10, 0, 0, 3031, 3032, 7, 17, 0, 0, 3032, 510, 1, 0, 0, 0, 3033, 3034, 7, 7, 0, 0, 3034, 3035, 7, 11, 0, 0, 3035, 3036, 7, 6, 0, 0, 3036, 3037, 7, 22, 0, 0, 3037, 3038, 7, 25, 0, 0, 3038, 3039, 7, 14, 0, 0, 3039, 3040, 7, 20, 0, 0, 3040, 3041, 7, 20, 0, 0, 3041, 3042, 7, 26, 0, 0, 3042, 512, 1, 0, 0, 0, 3043, 3044, 7, 7, 0, 0, 3044, 3045, 7, 11, 0, 0, 3045, 3046, 7, 28, 0, 0, 3046, 3047, 7, 11, 0, 0, 3047, 3048, 7, 7, 0, 0, 3048, 514, 1, 0, 0, 0, 3049, 3050, 7, 7, 0, 0, 3050, 3051, 7, 18, 0, 0, 3051, 3052, 7, 10, 0, 0, 3052, 3053, 7, 17, 0, 0, 3053, 3054, 7, 11, 0, 0, 3054, 3055, 7, 8, 0, 0, 3055, 516, 1, 0, 0, 0, 3056, 3057, 7, 7, 0, 0, 3057, 3058, 7, 20, 0, 0, 3058, 3059, 7, 6, 0, 0, 3059, 3060, 7, 13, 0, 0, 3060, 518, 1, 0, 0, 0, 3061, 3062, 7, 7, 0, 0, 3062, 3063, 7, 20, 0, 0, 3063, 3064, 7, 15, 0, 0, 3064, 3065, 7, 6, 0, 0, 3065, 3066, 7, 7, 0, 0, 3066, 520, 1, 0, 0, 0, 3067, 3068, 7, 7, 0, 0, 3068, 3069, 7, 20, 0, 0, 3069, 3070, 7, 15, 0, 0, 3070, 3071, 7, 6, 0, 0, 3071, 3072, 7, 17, 0, 0, 3072, 3073, 7, 18, 0, 0, 3073, 3074, 7, 20, 0, 0, 3074, 3075, 7, 8, 0, 0, 3075, 522, 1, 0, 0, 0, 3076, 3077, 7, 7, 0, 0, 3077, 3078, 7, 20, 0, 0, 3078, 3079, 7, 15, 0, 0, 3079, 3080, 7, 22, 0, 0, 3080, 524, 1, 0, 0, 0, 3081, 3082, 7, 16, 0, 0, 3082, 3083, 7, 6, 0, 0, 3083, 3084, 7, 25, 0, 0, 3084, 3085, 7, 25, 0, 0, 3085, 3086, 7, 18, 0, 0, 3086, 3087, 7, 8, 0, 0, 3087, 3088, 7, 24, 0, 0, 3088, 526, 1, 0, 0, 0, 3089, 3090, 7, 16, 0, 0, 3090, 3091, 7, 6, 0, 0, 3091, 3092, 7, 17, 0, 0, 3092, 3093, 7, 15, 0, 0, 3093, 3094, 7, 21, 0, 0, 3094, 528, 1, 0, 0, 0, 3095, 3096, 7, 16, 0, 0, 3096, 3097, 7, 6, 0, 0, 3097, 3098, 7, 17, 0, 0, 3098, 3099, 7, 11, 0, 0, 3099, 3100, 7, 14, 0, 0, 3100, 3101, 7, 18, 0, 0, 3101, 3102, 7, 6, 0, 0, 3102, 3103, 7, 7, 0, 0, 3103, 3104, 7, 18, 0, 0, 3104, 3105, 7, 12, 0, 0, 3105, 3106, 7, 11, 0, 0, 3106, 3107, 7, 13, 0, 0, 3107, 530, 1, 0, 0, 0, 3108, 3109, 7, 16, 0, 0, 3109, 3110, 7, 6, 0, 0, 3110, 3111, 7, 27, 0, 0, 3111, 3112, 7, 28, 0, 0, 3112, 3113, 7, 6, 0, 0, 3113, 3114, 7, 7, 0, 0, 3114, 3115, 7, 23, 0, 0, 3115, 3116, 7, 11, 0, 0, 3116, 532, 1, 0, 0, 0, 3117, 3118, 7, 16, 0, 0, 3118, 3119, 7, 18, 0, 0, 3119, 3120, 7, 8, 0, 0, 3120, 3121, 7, 23, 0, 0, 3121, 3122, 7, 17, 0, 0, 3122, 3123, 7, 11, 0, 0, 3123, 534, 1, 0, 0, 0, 3124, 3125, 7, 16, 0, 0, 3125, 3126, 7, 18, 0, 0, 3126, 3127, 7, 8, 0, 0, 3127, 3128, 7, 28, 0, 0, 3128, 3129, 7, 6, 0, 0, 3129, 3130, 7, 7, 0, 0, 3130, 3131, 7, 23, 0, 0, 3131, 3132, 7, 11, 0, 0, 3132, 536, 1, 0, 0, 0, 3133, 3134, 7, 16, 0, 0, 3134, 3135, 7, 20, 0, 0, 3135, 3136, 7, 13, 0, 0, 3136, 3137, 7, 11, 0, 0, 3137, 538, 1, 0, 0, 0, 3138, 3139, 7, 16, 0, 0, 3139, 3140, 7, 20, 0, 0, 3140, 3141, 7, 8, 0, 0, 3141, 3142, 7, 17, 0, 0, 3142, 3143, 7, 21, 0, 0, 3143, 540, 1, 0, 0, 0, 3144, 3145, 7, 16, 0, 0, 3145, 3146, 7, 20, 0, 0, 3146, 3147, 7, 28, 0, 0, 3147, 3148, 7, 11, 0, 0, 3148, 542, 1, 0, 0, 0, 3149, 3150, 7, 8, 0, 0, 3150, 3151, 7, 6, 0, 0, 3151, 3152, 7, 16, 0, 0, 3152, 3153, 7, 11, 0, 0, 3153, 544, 1, 0, 0, 0, 3154, 3155, 7, 8, 0, 0, 3155, 3156, 7, 6, 0, 0, 3156, 3157, 7, 16, 0, 0, 3157, 3158, 7, 11, 0, 0, 3158, 3159, 7, 10, 0, 0, 3159, 546, 1, 0, 0, 0, 3160, 3161, 7, 8, 0, 0, 3161, 3162, 7, 11, 0, 0, 3162, 3163, 7, 27, 0, 0, 3163, 3164, 7, 17, 0, 0, 3164, 548, 1, 0, 0, 0, 3165, 3166, 7, 8, 0, 0, 3166, 3167, 7, 20, 0, 0, 3167, 550, 1, 0, 0, 0, 3168, 3169, 7, 8, 0, 0, 3169, 3170, 7, 20, 0, 0, 3170, 3171, 7, 17, 0, 0, 3171, 3172, 7, 21, 0, 0, 3172, 3173, 7, 18, 0, 0, 3173, 3174, 7, 8, 0, 0, 3174, 3175, 7, 24, 0, 0, 3175, 552, 1, 0, 0, 0, 3176, 3177, 7, 8, 0, 0, 3177, 3178, 7, 20, 0, 0, 3178, 3179, 7, 17, 0, 0, 3179, 3180, 7, 18, 0, 0, 3180, 3181, 7, 26, 0, 0, 3181, 3182, 7, 9, 0, 0, 3182, 554, 1, 0, 0, 0, 3183, 3184, 7, 8, 0, 0, 3184, 3185, 7, 20, 0, 0, 3185, 3186, 7, 30, 0, 0, 3186, 3187, 7, 6, 0, 0, 3187, 3188, 7, 18, 0, 0, 3188, 3189, 7, 17, 0, 0, 3189, 556, 1, 0, 0, 0, 3190, 3191, 7, 8, 0, 0, 3191, 3192, 7, 23, 0, 0, 3192, 3193, 7, 7, 0, 0, 3193, 3194, 7, 7, 0, 0, 3194, 3195, 7, 10, 0, 0, 3195, 558, 1, 0, 0, 0, 3196, 3197, 7, 20, 0, 0, 3197, 3198, 7, 19, 0, 0, 3198, 3199, 7, 31, 0, 0, 3199, 3200, 7, 11, 0, 0, 3200, 3201, 7, 15, 0, 0, 3201, 3202, 7, 17, 0, 0, 3202, 560, 1, 0, 0, 0, 3203, 3204, 7, 20, 0, 0, 3204, 3205, 7, 26, 0, 0, 3205, 562, 1, 0, 0, 0, 3206, 3207, 7, 20, 0, 0, 3207, 3208, 7, 26, 0, 0, 3208, 3209, 7, 26, 0, 0, 3209, 564, 1, 0, 0, 0, 3210, 3211, 7, 20, 0, 0, 3211, 3212, 7, 18, 0, 0, 3212, 3213, 7, 13, 0, 0, 3213, 3214, 7, 10, 0, 0, 3214, 566, 1, 0, 0, 0, 3215, 3216, 7, 20, 0, 0, 3216, 3217, 7, 25, 0, 0, 3217, 3218, 7, 11, 0, 0, 3218, 3219, 7, 14, 0, 0, 3219, 3220, 7, 6, 0, 0, 3220, 3221, 7, 17, 0, 0, 3221, 3222, 7, 20, 0, 0, 3222, 3223, 7, 14, 0, 0, 3223, 568, 1, 0, 0, 0, 3224, 3225, 7, 20, 0, 0, 3225, 3226, 7, 25, 0, 0, 3226, 3227, 7, 17, 0, 0, 3227, 3228, 7, 18, 0, 0, 3228, 3229, 7, 20, 0, 0, 3229, 3230, 7, 8, 0, 0, 3230, 570, 1, 0, 0, 0, 3231, 3232, 7, 20, 0, 0, 3232, 3233, 7, 25, 0, 0, 3233, 3234, 7, 17, 0, 0, 3234, 3235, 7, 18, 0, 0, 3235, 3236, 7, 20, 0, 0, 3236, 3237, 7, 8, 0, 0, 3237, 3238, 7, 10, 0, 0, 3238, 572, 1, 0, 0, 0, 3239, 3240, 7, 20, 0, 0, 3240, 3241, 7, 30, 0, 0, 3241, 3242, 7, 8, 0, 0, 3242, 3243, 7, 11, 0, 0, 3243, 3244, 7, 13, 0, 0, 3244, 574, 1, 0, 0, 0, 3245, 3246, 7, 20, 0, 0, 3246, 3247, 7, 30, 0, 0, 3247, 3248, 7, 8, 0, 0, 3248, 3249, 7, 11, 0, 0, 3249, 3250, 7, 14, 0, 0, 3250, 576, 1, 0, 0, 0, 3251, 3252, 7, 25, 0, 0, 3252, 3253, 7, 6, 0, 0, 3253, 3254, 7, 14, 0, 0, 3254, 3255, 7, 10, 0, 0, 3255, 3256, 7, 11, 0, 0, 3256, 3257, 7, 14, 0, 0, 3257, 578, 1, 0, 0, 0, 3258, 3259, 7, 25, 0, 0, 3259, 3260, 7, 6, 0, 0, 3260, 3261, 7, 14, 0, 0, 3261, 3262, 7, 17, 0, 0, 3262, 3263, 7, 18, 0, 0, 3263, 3264, 7, 6, 0, 0, 3264, 3265, 7, 7, 0, 0, 3265, 580, 1, 0, 0, 0, 3266, 3267, 7, 25, 0, 0, 3267, 3268, 7, 6, 0, 0, 3268, 3269, 7, 14, 0, 0, 3269, 3270, 7, 17, 0, 0, 3270, 3271, 7, 18, 0, 0, 3271, 3272, 7, 17, 0, 0, 3272, 3273, 7, 18, 0, 0, 3273, 3274, 7, 20, 0, 0, 3274, 3275, 7, 8, 0, 0, 3275, 582, 1, 0, 0, 0, 3276, 3277, 7, 25, 0, 0, 3277, 3278, 7, 6, 0, 0, 3278, 3279, 7, 10, 0, 0, 3279, 3280, 7, 10, 0, 0, 3280, 3281, 7, 18, 0, 0, 3281, 3282, 7, 8, 0, 0, 3282, 3283, 7, 24, 0, 0, 3283, 584, 1, 0, 0, 0, 3284, 3285, 7, 25, 0, 0, 3285, 3286, 7, 6, 0, 0, 3286, 3287, 7, 10, 0, 0, 3287, 3288, 7, 10, 0, 0, 3288, 3289, 7, 30, 0, 0, 3289, 3290, 7, 20, 0, 0, 3290, 3291, 7, 14, 0, 0, 3291, 3292, 7, 13, 0, 0, 3292, 586, 1, 0, 0, 0, 3293, 3294, 7, 25, 0, 0, 3294, 3295, 7, 7, 0, 0, 3295, 3296, 7, 6, 0, 0, 3296, 3297, 7, 8, 0, 0, 3297, 3298, 7, 10, 0, 0, 3298, 588, 1, 0, 0, 0, 3299, 3300, 7, 25, 0, 0, 3300, 3301, 7, 14, 0, 0, 3301, 3302, 7, 11, 0, 0, 3302, 3303, 7, 15, 0, 0, 3303, 3304, 7, 11, 0, 0, 3304, 3305, 7, 13, 0, 0, 3305, 3306, 7, 18, 0, 0, 3306, 3307, 7, 8, 0, 0, 3307, 3308, 7, 24, 0, 0, 3308, 590, 1, 0, 0, 0, 3309, 3310, 7, 25, 0, 0, 3310, 3311, 7, 14, 0, 0, 3311, 3312, 7, 11, 0, 0, 3312, 3313, 7, 25, 0, 0, 3313, 3314, 7, 6, 0, 0, 3314, 3315, 7, 14, 0, 0, 3315, 3316, 7, 11, 0, 0, 3316, 592, 1, 0, 0, 0, 3317, 3318, 7, 25, 0, 0, 3318, 3319, 7, 14, 0, 0, 3319, 3320, 7, 11, 0, 0, 3320, 3321, 7, 25, 0, 0, 3321, 3322, 7, 6, 0, 0, 3322, 3323, 7, 14, 0, 0, 3323, 3324, 7, 11, 0, 0, 3324, 3325, 7, 13, 0, 0, 3325, 594, 1, 0, 0, 0, 3326, 3327, 7, 25, 0, 0, 3327, 3328, 7, 14, 0, 0, 3328, 3329, 7, 11, 0, 0, 3329, 3330, 7, 10, 0, 0, 3330, 3331, 7, 11, 0, 0, 3331, 3332, 7, 14, 0, 0, 3332, 3333, 7, 28, 0, 0, 3333, 3334, 7, 11, 0, 0, 3334, 596, 1, 0, 0, 0, 3335, 3336, 7, 25, 0, 0, 3336, 3337, 7, 14, 0, 0, 3337, 3338, 7, 18, 0, 0, 3338, 3339, 7, 20, 0, 0, 3339, 3340, 7, 14, 0, 0, 3340, 598, 1, 0, 0, 0, 3341, 3342, 7, 25, 0, 0, 3342, 3343, 7, 14, 0, 0, 3343, 3344, 7, 18, 0, 0, 3344, 3345, 7, 28, 0, 0, 3345, 3346, 7, 18, 0, 0, 3346, 3347, 7, 7, 0, 0, 3347, 3348, 7, 11, 0, 0, 3348, 3349, 7, 24, 0, 0, 3349, 3350, 7, 11, 0, 0, 3350, 3351, 7, 10, 0, 0, 3351, 600, 1, 0, 0, 0, 3352, 3353, 7, 25, 0, 0, 3353, 3354, 7, 14, 0, 0, 3354, 3355, 7, 20, 0, 0, 3355, 3356, 7, 15, 0, 0, 3356, 3357, 7, 11, 0, 0, 3357, 3358, 7, 13, 0, 0, 3358, 3359, 7, 23, 0, 0, 3359, 3360, 7, 14, 0, 0, 3360, 3361, 7, 6, 0, 0, 3361, 3362, 7, 7, 0, 0, 3362, 602, 1, 0, 0, 0, 3363, 3364, 7, 25, 0, 0, 3364, 3365, 7, 14, 0, 0, 3365, 3366, 7, 20, 0, 0, 3366, 3367, 7, 15, 0, 0, 3367, 3368, 7, 11, 0, 0, 3368, 3369, 7, 13, 0, 0, 3369, 3370, 7, 23, 0, 0, 3370, 3371, 7, 14, 0, 0, 3371, 3372, 7, 11, 0, 0, 3372, 604, 1, 0, 0, 0, 3373, 3374, 7, 25, 0, 0, 3374, 3375, 7, 14, 0, 0, 3375, 3376, 7, 20, 0, 0, 3376, 3377, 7, 24, 0, 0, 3377, 3378, 7, 14, 0, 0, 3378, 3379, 7, 6, 0, 0, 3379, 3380, 7, 16, 0, 0, 3380, 606, 1, 0, 0, 0, 3381, 3382, 7, 29, 0, 0, 3382, 3383, 7, 23, 0, 0, 3383, 3384, 7, 20, 0, 0, 3384, 3385, 7, 17, 0, 0, 3385, 3386, 7, 11, 0, 0, 3386, 608, 1, 0, 0, 0, 3387, 3388, 7, 14, 0, 0, 3388, 3389, 7, 6, 0, 0, 3389, 3390, 7, 8, 0, 0, 3390, 3391, 7, 24, 0, 0, 3391, 3392, 7, 11, 0, 0, 3392, 610, 1, 0, 0, 0, 3393, 3394, 7, 14, 0, 0, 3394, 3395, 7, 11, 0, 0, 3395, 3396, 7, 6, 0, 0, 3396, 3397, 7, 13, 0, 0, 3397, 612, 1, 0, 0, 0, 3398, 3399, 7, 14, 0, 0, 3399, 3400, 7, 11, 0, 0, 3400, 3401, 7, 6, 0, 0, 3401, 3402, 7, 10, 0, 0, 3402, 3403, 7, 10, 0, 0, 3403, 3404, 7, 18, 0, 0, 3404, 3405, 7, 24, 0, 0, 3405, 3406, 7, 8, 0, 0, 3406, 614, 1, 0, 0, 0, 3407, 3408, 7, 14, 0, 0, 3408, 3409, 7, 11, 0, 0, 3409, 3410, 7, 15, 0, 0, 3410, 3411, 7, 21, 0, 0, 3411, 3412, 7, 11, 0, 0, 3412, 3413, 7, 15, 0, 0, 3413, 3414, 7, 22, 0, 0, 3414, 616, 1, 0, 0, 0, 3415, 3416, 7, 14, 0, 0, 3416, 3417, 7, 11, 0, 0, 3417, 3418, 7, 15, 0, 0, 3418, 3419, 7, 23, 0, 0, 3419, 3420, 7, 14, 0, 0, 3420, 3421, 7, 10, 0, 0, 3421, 3422, 7, 18, 0, 0, 3422, 3423, 7, 28, 0, 0, 3423, 3424, 7, 11, 0, 0, 3424, 618, 1, 0, 0, 0, 3425, 3426, 7, 14, 0, 0, 3426, 3427, 7, 11, 0, 0, 3427, 3428, 7, 26, 0, 0, 3428, 620, 1, 0, 0, 0, 3429, 3430, 7, 14, 0, 0, 3430, 3431, 7, 11, 0, 0, 3431, 3432, 7, 26, 0, 0, 3432, 3433, 7, 14, 0, 0, 3433, 3434, 7, 11, 0, 0, 3434, 3435, 7, 10, 0, 0, 3435, 3436, 7, 21, 0, 0, 3436, 622, 1, 0, 0, 0, 3437, 3438, 7, 14, 0, 0, 3438, 3439, 7, 11, 0, 0, 3439, 3440, 7, 18, 0, 0, 3440, 3441, 7, 8, 0, 0, 3441, 3442, 7, 13, 0, 0, 3442, 3443, 7, 11, 0, 0, 3443, 3444, 7, 27, 0, 0, 3444, 624, 1, 0, 0, 0, 3445, 3446, 7, 14, 0, 0, 3446, 3447, 7, 11, 0, 0, 3447, 3448, 7, 7, 0, 0, 3448, 3449, 7, 6, 0, 0, 3449, 3450, 7, 17, 0, 0, 3450, 3451, 7, 18, 0, 0, 3451, 3452, 7, 28, 0, 0, 3452, 3453, 7, 11, 0, 0, 3453, 626, 1, 0, 0, 0, 3454, 3455, 7, 14, 0, 0, 3455, 3456, 7, 11, 0, 0, 3456, 3457, 7, 7, 0, 0, 3457, 3458, 7, 11, 0, 0, 3458, 3459, 7, 6, 0, 0, 3459, 3460, 7, 10, 0, 0, 3460, 3461, 7, 11, 0, 0, 3461, 628, 1, 0, 0, 0, 3462, 3463, 7, 14, 0, 0, 3463, 3464, 7, 11, 0, 0, 3464, 3465, 7, 8, 0, 0, 3465, 3466, 7, 6, 0, 0, 3466, 3467, 7, 16, 0, 0, 3467, 3468, 7, 11, 0, 0, 3468, 630, 1, 0, 0, 0, 3469, 3470, 7, 14, 0, 0, 3470, 3471, 7, 11, 0, 0, 3471, 3472, 7, 25, 0, 0, 3472, 3473, 7, 11, 0, 0, 3473, 3474, 7, 6, 0, 0, 3474, 3475, 7, 17, 0, 0, 3475, 3476, 7, 6, 0, 0, 3476, 3477, 7, 19, 0, 0, 3477, 3478, 7, 7, 0, 0, 3478, 3479, 7, 11, 0, 0, 3479, 632, 1, 0, 0, 0, 3480, 3481, 7, 14, 0, 0, 3481, 3482, 7, 11, 0, 0, 3482, 3483, 7, 25, 0, 0, 3483, 3484, 7, 7, 0, 0, 3484, 3485, 7, 6, 0, 0, 3485, 3486, 7, 15, 0, 0, 3486, 3487, 7, 11, 0, 0, 3487, 634, 1, 0, 0, 0, 3488, 3489, 7, 14, 0, 0, 3489, 3490, 7, 11, 0, 0, 3490, 3491, 7, 25, 0, 0, 3491, 3492, 7, 7, 0, 0, 3492, 3493, 7, 18, 0, 0, 3493, 3494, 7, 15, 0, 0, 3494, 3495, 7, 6, 0, 0, 3495, 636, 1, 0, 0, 0, 3496, 3497, 7, 14, 0, 0, 3497, 3498, 7, 11, 0, 0, 3498, 3499, 7, 10, 0, 0, 3499, 3500, 7, 11, 0, 0, 3500, 3501, 7, 17, 0, 0, 3501, 638, 1, 0, 0, 0, 3502, 3503, 7, 14, 0, 0, 3503, 3504, 7, 11, 0, 0, 3504, 3505, 7, 10, 0, 0, 3505, 3506, 7, 17, 0, 0, 3506, 3507, 7, 6, 0, 0, 3507, 3508, 7, 14, 0, 0, 3508, 3509, 7, 17, 0, 0, 3509, 640, 1, 0, 0, 0, 3510, 3511, 7, 14, 0, 0, 3511, 3512, 7, 11, 0, 0, 3512, 3513, 7, 10, 0, 0, 3513, 3514, 7, 17, 0, 0, 3514, 3515, 7, 14, 0, 0, 3515, 3516, 7, 18, 0, 0, 3516, 3517, 7, 15, 0, 0, 3517, 3518, 7, 17, 0, 0, 3518, 642, 1, 0, 0, 0, 3519, 3520, 7, 14, 0, 0, 3520, 3521, 7, 11, 0, 0, 3521, 3522, 7, 17, 0, 0, 3522, 3523, 7, 23, 0, 0, 3523, 3524, 7, 14, 0, 0, 3524, 3525, 7, 8, 0, 0, 3525, 3526, 7, 10, 0, 0, 3526, 644, 1, 0, 0, 0, 3527, 3528, 7, 14, 0, 0, 3528, 3529, 7, 11, 0, 0, 3529, 3530, 7, 28, 0, 0, 3530, 3531, 7, 20, 0, 0, 3531, 3532, 7, 22, 0, 0, 3532, 3533, 7, 11, 0, 0, 3533, 646, 1, 0, 0, 0, 3534, 3535, 7, 14, 0, 0, 3535, 3536, 7, 20, 0, 0, 3536, 3537, 7, 7, 0, 0, 3537, 3538, 7, 11, 0, 0, 3538, 648, 1, 0, 0, 0, 3539, 3540, 7, 14, 0, 0, 3540, 3541, 7, 20, 0, 0, 3541, 3542, 7, 7, 0, 0, 3542, 3543, 7, 7, 0, 0, 3543, 3544, 7, 19, 0, 0, 3544, 3545, 7, 6, 0, 0, 3545, 3546, 7, 15, 0, 0, 3546, 3547, 7, 22, 0, 0, 3547, 650, 1, 0, 0, 0, 3548, 3549, 7, 14, 0, 0, 3549, 3550, 7, 20, 0, 0, 3550, 3551, 7, 30, 0, 0, 3551, 3552, 7, 10, 0, 0, 3552, 652, 1, 0, 0, 0, 3553, 3554, 7, 14, 0, 0, 3554, 3555, 7, 23, 0, 0, 3555, 3556, 7, 7, 0, 0, 3556, 3557, 7, 11, 0, 0, 3557, 654, 1, 0, 0, 0, 3558, 3559, 7, 10, 0, 0, 3559, 3560, 7, 6, 0, 0, 3560, 3561, 7, 28, 0, 0, 3561, 3562, 7, 11, 0, 0, 3562, 3563, 7, 25, 0, 0, 3563, 3564, 7, 20, 0, 0, 3564, 3565, 7, 18, 0, 0, 3565, 3566, 7, 8, 0, 0, 3566, 3567, 7, 17, 0, 0, 3567, 656, 1, 0, 0, 0, 3568, 3569, 7, 10, 0, 0, 3569, 3570, 7, 15, 0, 0, 3570, 3571, 7, 21, 0, 0, 3571, 3572, 7, 11, 0, 0, 3572, 3573, 7, 16, 0, 0, 3573, 3574, 7, 6, 0, 0, 3574, 658, 1, 0, 0, 0, 3575, 3576, 7, 10, 0, 0, 3576, 3577, 7, 15, 0, 0, 3577, 3578, 7, 14, 0, 0, 3578, 3579, 7, 20, 0, 0, 3579, 3580, 7, 7, 0, 0, 3580, 3581, 7, 7, 0, 0, 3581, 660, 1, 0, 0, 0, 3582, 3583, 7, 10, 0, 0, 3583, 3584, 7, 11, 0, 0, 3584, 3585, 7, 6, 0, 0, 3585, 3586, 7, 14, 0, 0, 3586, 3587, 7, 15, 0, 0, 3587, 3588, 7, 21, 0, 0, 3588, 662, 1, 0, 0, 0, 3589, 3590, 7, 10, 0, 0, 3590, 3591, 7, 11, 0, 0, 3591, 3592, 7, 15, 0, 0, 3592, 3593, 7, 20, 0, 0, 3593, 3594, 7, 8, 0, 0, 3594, 3595, 7, 13, 0, 0, 3595, 664, 1, 0, 0, 0, 3596, 3597, 7, 10, 0, 0, 3597, 3598, 7, 11, 0, 0, 3598, 3599, 7, 15, 0, 0, 3599, 3600, 7, 23, 0, 0, 3600, 3601, 7, 14, 0, 0, 3601, 3602, 7, 18, 0, 0, 3602, 3603, 7, 17, 0, 0, 3603, 3604, 7, 9, 0, 0, 3604, 666, 1, 0, 0, 0, 3605, 3606, 7, 10, 0, 0, 3606, 3607, 7, 11, 0, 0, 3607, 3608, 7, 29, 0, 0, 3608, 3609, 7, 23, 0, 0, 3609, 3610, 7, 11, 0, 0, 3610, 3611, 7, 8, 0, 0, 3611, 3612, 7, 15, 0, 0, 3612, 3613, 7, 11, 0, 0, 3613, 668, 1, 0, 0, 0, 3614, 3615, 7, 10, 0, 0, 3615, 3616, 7, 11, 0, 0, 3616, 3617, 7, 29, 0, 0, 3617, 3618, 7, 23, 0, 0, 3618, 3619, 7, 11, 0, 0, 3619, 3620, 7, 8, 0, 0, 3620, 3621, 7, 15, 0, 0, 3621, 3622, 7, 11, 0, 0, 3622, 3623, 7, 10, 0, 0, 3623, 670, 1, 0, 0, 0, 3624, 3625, 7, 10, 0, 0, 3625, 3626, 7, 11, 0, 0, 3626, 3627, 7, 14, 0, 0, 3627, 3628, 7, 18, 0, 0, 3628, 3629, 7, 6, 0, 0, 3629, 3630, 7, 7, 0, 0, 3630, 3631, 7, 18, 0, 0, 3631, 3632, 7, 12, 0, 0, 3632, 3633, 7, 6, 0, 0, 3633, 3634, 7, 19, 0, 0, 3634, 3635, 7, 7, 0, 0, 3635, 3636, 7, 11, 0, 0, 3636, 672, 1, 0, 0, 0, 3637, 3638, 7, 10, 0, 0, 3638, 3639, 7, 11, 0, 0, 3639, 3640, 7, 14, 0, 0, 3640, 3641, 7, 28, 0, 0, 3641, 3642, 7, 11, 0, 0, 3642, 3643, 7, 14, 0, 0, 3643, 674, 1, 0, 0, 0, 3644, 3645, 7, 10, 0, 0, 3645, 3646, 7, 11, 0, 0, 3646, 3647, 7, 10, 0, 0, 3647, 3648, 7, 10, 0, 0, 3648, 3649, 7, 18, 0, 0, 3649, 3650, 7, 20, 0, 0, 3650, 3651, 7, 8, 0, 0, 3651, 676, 1, 0, 0, 0, 3652, 3653, 7, 10, 0, 0, 3653, 3654, 7, 11, 0, 0, 3654, 3655, 7, 17, 0, 0, 3655, 678, 1, 0, 0, 0, 3656, 3657, 7, 10, 0, 0, 3657, 3658, 7, 21, 0, 0, 3658, 3659, 7, 6, 0, 0, 3659, 3660, 7, 14, 0, 0, 3660, 3661, 7, 11, 0, 0, 3661, 680, 1, 0, 0, 0, 3662, 3663, 7, 10, 0, 0, 3663, 3664, 7, 21, 0, 0, 3664, 3665, 7, 20, 0, 0, 3665, 3666, 7, 30, 0, 0, 3666, 682, 1, 0, 0, 0, 3667, 3668, 7, 10, 0, 0, 3668, 3669, 7, 18, 0, 0, 3669, 3670, 7, 16, 0, 0, 3670, 3671, 7, 25, 0, 0, 3671, 3672, 7, 7, 0, 0, 3672, 3673, 7, 11, 0, 0, 3673, 684, 1, 0, 0, 0, 3674, 3675, 7, 10, 0, 0, 3675, 3676, 7, 8, 0, 0, 3676, 3677, 7, 6, 0, 0, 3677, 3678, 7, 25, 0, 0, 3678, 3679, 7, 10, 0, 0, 3679, 3680, 7, 21, 0, 0, 3680, 3681, 7, 20, 0, 0, 3681, 3682, 7, 17, 0, 0, 3682, 686, 1, 0, 0, 0, 3683, 3684, 7, 10, 0, 0, 3684, 3685, 7, 17, 0, 0, 3685, 3686, 7, 6, 0, 0, 3686, 3687, 7, 19, 0, 0, 3687, 3688, 7, 7, 0, 0, 3688, 3689, 7, 11, 0, 0, 3689, 688, 1, 0, 0, 0, 3690, 3691, 7, 10, 0, 0, 3691, 3692, 7, 17, 0, 0, 3692, 3693, 7, 6, 0, 0, 3693, 3694, 7, 8, 0, 0, 3694, 3695, 7, 13, 0, 0, 3695, 3696, 7, 6, 0, 0, 3696, 3697, 7, 7, 0, 0, 3697, 3698, 7, 20, 0, 0, 3698, 3699, 7, 8, 0, 0, 3699, 3700, 7, 11, 0, 0, 3700, 690, 1, 0, 0, 0, 3701, 3702, 7, 10, 0, 0, 3702, 3703, 7, 17, 0, 0, 3703, 3704, 7, 6, 0, 0, 3704, 3705, 7, 14, 0, 0, 3705, 3706, 7, 17, 0, 0, 3706, 692, 1, 0, 0, 0, 3707, 3708, 7, 10, 0, 0, 3708, 3709, 7, 17, 0, 0, 3709, 3710, 7, 6, 0, 0, 3710, 3711, 7, 17, 0, 0, 3711, 3712, 7, 11, 0, 0, 3712, 3713, 7, 16, 0, 0, 3713, 3714, 7, 11, 0, 0, 3714, 3715, 7, 8, 0, 0, 3715, 3716, 7, 17, 0, 0, 3716, 694, 1, 0, 0, 0, 3717, 3718, 7, 10, 0, 0, 3718, 3719, 7, 17, 0, 0, 3719, 3720, 7, 6, 0, 0, 3720, 3721, 7, 17, 0, 0, 3721, 3722, 7, 18, 0, 0, 3722, 3723, 7, 10, 0, 0, 3723, 3724, 7, 17, 0, 0, 3724, 3725, 7, 18, 0, 0, 3725, 3726, 7, 15, 0, 0, 3726, 3727, 7, 10, 0, 0, 3727, 696, 1, 0, 0, 0, 3728, 3729, 7, 10, 0, 0, 3729, 3730, 7, 17, 0, 0, 3730, 3731, 7, 13, 0, 0, 3731, 3732, 7, 18, 0, 0, 3732, 3733, 7, 8, 0, 0, 3733, 698, 1, 0, 0, 0, 3734, 3735, 7, 10, 0, 0, 3735, 3736, 7, 17, 0, 0, 3736, 3737, 7, 13, 0, 0, 3737, 3738, 7, 20, 0, 0, 3738, 3739, 7, 23, 0, 0, 3739, 3740, 7, 17, 0, 0, 3740, 700, 1, 0, 0, 0, 3741, 3742, 7, 10, 0, 0, 3742, 3743, 7, 17, 0, 0, 3743, 3744, 7, 20, 0, 0, 3744, 3745, 7, 14, 0, 0, 3745, 3746, 7, 6, 0, 0, 3746, 3747, 7, 24, 0, 0, 3747, 3748, 7, 11, 0, 0, 3748, 702, 1, 0, 0, 0, 3749, 3750, 7, 10, 0, 0, 3750, 3751, 7, 17, 0, 0, 3751, 3752, 7, 14, 0, 0, 3752, 3753, 7, 18, 0, 0, 3753, 3754, 7, 15, 0, 0, 3754, 3755, 7, 17, 0, 0, 3755, 704, 1, 0, 0, 0, 3756, 3757, 7, 10, 0, 0, 3757, 3758, 7, 17, 0, 0, 3758, 3759, 7, 14, 0, 0, 3759, 3760, 7, 18, 0, 0, 3760, 3761, 7, 25, 0, 0, 3761, 706, 1, 0, 0, 0, 3762, 3763, 7, 10, 0, 0, 3763, 3764, 7, 9, 0, 0, 3764, 3765, 7, 10, 0, 0, 3765, 3766, 7, 18, 0, 0, 3766, 3767, 7, 13, 0, 0, 3767, 708, 1, 0, 0, 0, 3768, 3769, 7, 10, 0, 0, 3769, 3770, 7, 9, 0, 0, 3770, 3771, 7, 10, 0, 0, 3771, 3772, 7, 17, 0, 0, 3772, 3773, 7, 11, 0, 0, 3773, 3774, 7, 16, 0, 0, 3774, 710, 1, 0, 0, 0, 3775, 3776, 7, 17, 0, 0, 3776, 3777, 7, 6, 0, 0, 3777, 3778, 7, 19, 0, 0, 3778, 3779, 7, 7, 0, 0, 3779, 3780, 7, 11, 0, 0, 3780, 3781, 7, 10, 0, 0, 3781, 712, 1, 0, 0, 0, 3782, 3783, 7, 17, 0, 0, 3783, 3784, 7, 6, 0, 0, 3784, 3785, 7, 19, 0, 0, 3785, 3786, 7, 7, 0, 0, 3786, 3787, 7, 11, 0, 0, 3787, 3788, 7, 10, 0, 0, 3788, 3789, 7, 25, 0, 0, 3789, 3790, 7, 6, 0, 0, 3790, 3791, 7, 15, 0, 0, 3791, 3792, 7, 11, 0, 0, 3792, 714, 1, 0, 0, 0, 3793, 3794, 7, 17, 0, 0, 3794, 3795, 7, 11, 0, 0, 3795, 3796, 7, 16, 0, 0, 3796, 3797, 7, 25, 0, 0, 3797, 716, 1, 0, 0, 0, 3798, 3799, 7, 17, 0, 0, 3799, 3800, 7, 11, 0, 0, 3800, 3801, 7, 16, 0, 0, 3801, 3802, 7, 25, 0, 0, 3802, 3803, 7, 7, 0, 0, 3803, 3804, 7, 6, 0, 0, 3804, 3805, 7, 17, 0, 0, 3805, 3806, 7, 11, 0, 0, 3806, 718, 1, 0, 0, 0, 3807, 3808, 7, 17, 0, 0, 3808, 3809, 7, 11, 0, 0, 3809, 3810, 7, 16, 0, 0, 3810, 3811, 7, 25, 0, 0, 3811, 3812, 7, 20, 0, 0, 3812, 3813, 7, 14, 0, 0, 3813, 3814, 7, 6, 0, 0, 3814, 3815, 7, 14, 0, 0, 3815, 3816, 7, 9, 0, 0, 3816, 720, 1, 0, 0, 0, 3817, 3818, 7, 17, 0, 0, 3818, 3819, 7, 11, 0, 0, 3819, 3820, 7, 27, 0, 0, 3820, 3821, 7, 17, 0, 0, 3821, 722, 1, 0, 0, 0, 3822, 3823, 7, 17, 0, 0, 3823, 3824, 7, 14, 0, 0, 3824, 3825, 7, 6, 0, 0, 3825, 3826, 7, 8, 0, 0, 3826, 3827, 7, 10, 0, 0, 3827, 3828, 7, 6, 0, 0, 3828, 3829, 7, 15, 0, 0, 3829, 3830, 7, 17, 0, 0, 3830, 3831, 7, 18, 0, 0, 3831, 3832, 7, 20, 0, 0, 3832, 3833, 7, 8, 0, 0, 3833, 724, 1, 0, 0, 0, 3834, 3835, 7, 17, 0, 0, 3835, 3836, 7, 14, 0, 0, 3836, 3837, 7, 18, 0, 0, 3837, 3838, 7, 24, 0, 0, 3838, 3839, 7, 24, 0, 0, 3839, 3840, 7, 11, 0, 0, 3840, 3841, 7, 14, 0, 0, 3841, 726, 1, 0, 0, 0, 3842, 3843, 7, 17, 0, 0, 3843, 3844, 7, 14, 0, 0, 3844, 3845, 7, 23, 0, 0, 3845, 3846, 7, 8, 0, 0, 3846, 3847, 7, 15, 0, 0, 3847, 3848, 7, 6, 0, 0, 3848, 3849, 7, 17, 0, 0, 3849, 3850, 7, 11, 0, 0, 3850, 728, 1, 0, 0, 0, 3851, 3852, 7, 17, 0, 0, 3852, 3853, 7, 14, 0, 0, 3853, 3854, 7, 23, 0, 0, 3854, 3855, 7, 10, 0, 0, 3855, 3856, 7, 17, 0, 0, 3856, 3857, 7, 11, 0, 0, 3857, 3858, 7, 13, 0, 0, 3858, 730, 1, 0, 0, 0, 3859, 3860, 7, 17, 0, 0, 3860, 3861, 7, 9, 0, 0, 3861, 3862, 7, 25, 0, 0, 3862, 3863, 7, 11, 0, 0, 3863, 732, 1, 0, 0, 0, 3864, 3865, 7, 17, 0, 0, 3865, 3866, 7, 9, 0, 0, 3866, 3867, 7, 25, 0, 0, 3867, 3868, 7, 11, 0, 0, 3868, 3869, 7, 10, 0, 0, 3869, 734, 1, 0, 0, 0, 3870, 3871, 7, 23, 0, 0, 3871, 3872, 7, 8, 0, 0, 3872, 3873, 7, 19, 0, 0, 3873, 3874, 7, 20, 0, 0, 3874, 3875, 7, 23, 0, 0, 3875, 3876, 7, 8, 0, 0, 3876, 3877, 7, 13, 0, 0, 3877, 3878, 7, 11, 0, 0, 3878, 3879, 7, 13, 0, 0, 3879, 736, 1, 0, 0, 0, 3880, 3881, 7, 23, 0, 0, 3881, 3882, 7, 8, 0, 0, 3882, 3883, 7, 15, 0, 0, 3883, 3884, 7, 20, 0, 0, 3884, 3885, 7, 16, 0, 0, 3885, 3886, 7, 16, 0, 0, 3886, 3887, 7, 18, 0, 0, 3887, 3888, 7, 17, 0, 0, 3888, 3889, 7, 17, 0, 0, 3889, 3890, 7, 11, 0, 0, 3890, 3891, 7, 13, 0, 0, 3891, 738, 1, 0, 0, 0, 3892, 3893, 7, 23, 0, 0, 3893, 3894, 7, 8, 0, 0, 3894, 3895, 7, 11, 0, 0, 3895, 3896, 7, 8, 0, 0, 3896, 3897, 7, 15, 0, 0, 3897, 3898, 7, 14, 0, 0, 3898, 3899, 7, 9, 0, 0, 3899, 3900, 7, 25, 0, 0, 3900, 3901, 7, 17, 0, 0, 3901, 3902, 7, 11, 0, 0, 3902, 3903, 7, 13, 0, 0, 3903, 740, 1, 0, 0, 0, 3904, 3905, 7, 23, 0, 0, 3905, 3906, 7, 8, 0, 0, 3906, 3907, 7, 22, 0, 0, 3907, 3908, 7, 8, 0, 0, 3908, 3909, 7, 20, 0, 0, 3909, 3910, 7, 30, 0, 0, 3910, 3911, 7, 8, 0, 0, 3911, 742, 1, 0, 0, 0, 3912, 3913, 7, 23, 0, 0, 3913, 3914, 7, 8, 0, 0, 3914, 3915, 7, 7, 0, 0, 3915, 3916, 7, 18, 0, 0, 3916, 3917, 7, 10, 0, 0, 3917, 3918, 7, 17, 0, 0, 3918, 3919, 7, 11, 0, 0, 3919, 3920, 7, 8, 0, 0, 3920, 744, 1, 0, 0, 0, 3921, 3922, 7, 23, 0, 0, 3922, 3923, 7, 8, 0, 0, 3923, 3924, 7, 7, 0, 0, 3924, 3925, 7, 20, 0, 0, 3925, 3926, 7, 24, 0, 0, 3926, 3927, 7, 24, 0, 0, 3927, 3928, 7, 11, 0, 0, 3928, 3929, 7, 13, 0, 0, 3929, 746, 1, 0, 0, 0, 3930, 3931, 7, 23, 0, 0, 3931, 3932, 7, 8, 0, 0, 3932, 3933, 7, 17, 0, 0, 3933, 3934, 7, 18, 0, 0, 3934, 3935, 7, 7, 0, 0, 3935, 748, 1, 0, 0, 0, 3936, 3937, 7, 23, 0, 0, 3937, 3938, 7, 25, 0, 0, 3938, 3939, 7, 13, 0, 0, 3939, 3940, 7, 6, 0, 0, 3940, 3941, 7, 17, 0, 0, 3941, 3942, 7, 11, 0, 0, 3942, 750, 1, 0, 0, 0, 3943, 3944, 7, 28, 0, 0, 3944, 3945, 7, 6, 0, 0, 3945, 3946, 7, 15, 0, 0, 3946, 3947, 7, 23, 0, 0, 3947, 3948, 7, 23, 0, 0, 3948, 3949, 7, 16, 0, 0, 3949, 752, 1, 0, 0, 0, 3950, 3951, 7, 28, 0, 0, 3951, 3952, 7, 6, 0, 0, 3952, 3953, 7, 7, 0, 0, 3953, 3954, 7, 18, 0, 0, 3954, 3955, 7, 13, 0, 0, 3955, 754, 1, 0, 0, 0, 3956, 3957, 7, 28, 0, 0, 3957, 3958, 7, 6, 0, 0, 3958, 3959, 7, 7, 0, 0, 3959, 3960, 7, 18, 0, 0, 3960, 3961, 7, 13, 0, 0, 3961, 3962, 7, 6, 0, 0, 3962, 3963, 7, 17, 0, 0, 3963, 3964, 7, 11, 0, 0, 3964, 756, 1, 0, 0, 0, 3965, 3966, 7, 28, 0, 0, 3966, 3967, 7, 6, 0, 0, 3967, 3968, 7, 7, 0, 0, 3968, 3969, 7, 18, 0, 0, 3969, 3970, 7, 13, 0, 0, 3970, 3971, 7, 6, 0, 0, 3971, 3972, 7, 17, 0, 0, 3972, 3973, 7, 20, 0, 0, 3973, 3974, 7, 14, 0, 0, 3974, 758, 1, 0, 0, 0, 3975, 3976, 7, 28, 0, 0, 3976, 3977, 7, 6, 0, 0, 3977, 3978, 7, 14, 0, 0, 3978, 3979, 7, 9, 0, 0, 3979, 3980, 7, 18, 0, 0, 3980, 3981, 7, 8, 0, 0, 3981, 3982, 7, 24, 0, 0, 3982, 760, 1, 0, 0, 0, 3983, 3984, 7, 28, 0, 0, 3984, 3985, 7, 11, 0, 0, 3985, 3986, 7, 14, 0, 0, 3986, 3987, 7, 10, 0, 0, 3987, 3988, 7, 18, 0, 0, 3988, 3989, 7, 20, 0, 0, 3989, 3990, 7, 8, 0, 0, 3990, 762, 1, 0, 0, 0, 3991, 3992, 7, 28, 0, 0, 3992, 3993, 7, 18, 0, 0, 3993, 3994, 7, 11, 0, 0, 3994, 3995, 7, 30, 0, 0, 3995, 764, 1, 0, 0, 0, 3996, 3997, 7, 28, 0, 0, 3997, 3998, 7, 20, 0, 0, 3998, 3999, 7, 7, 0, 0, 3999, 4000, 7, 6, 0, 0, 4000, 4001, 7, 17, 0, 0, 4001, 4002, 7, 18, 0, 0, 4002, 4003, 7, 7, 0, 0, 4003, 4004, 7, 11, 0, 0, 4004, 766, 1, 0, 0, 0, 4005, 4006, 7, 30, 0, 0, 4006, 4007, 7, 21, 0, 0, 4007, 4008, 7, 18, 0, 0, 4008, 4009, 7, 17, 0, 0, 4009, 4010, 7, 11, 0, 0, 4010, 4011, 7, 10, 0, 0, 4011, 4012, 7, 25, 0, 0, 4012, 4013, 7, 6, 0, 0, 4013, 4014, 7, 15, 0, 0, 4014, 4015, 7, 11, 0, 0, 4015, 768, 1, 0, 0, 0, 4016, 4017, 7, 30, 0, 0, 4017, 4018, 7, 18, 0, 0, 4018, 4019, 7, 17, 0, 0, 4019, 4020, 7, 21, 0, 0, 4020, 4021, 7, 20, 0, 0, 4021, 4022, 7, 23, 0, 0, 4022, 4023, 7, 17, 0, 0, 4023, 770, 1, 0, 0, 0, 4024, 4025, 7, 30, 0, 0, 4025, 4026, 7, 20, 0, 0, 4026, 4027, 7, 14, 0, 0, 4027, 4028, 7, 22, 0, 0, 4028, 772, 1, 0, 0, 0, 4029, 4030, 7, 30, 0, 0, 4030, 4031, 7, 14, 0, 0, 4031, 4032, 7, 6, 0, 0, 4032, 4033, 7, 25, 0, 0, 4033, 4034, 7, 25, 0, 0, 4034, 4035, 7, 11, 0, 0, 4035, 4036, 7, 14, 0, 0, 4036, 774, 1, 0, 0, 0, 4037, 4038, 7, 30, 0, 0, 4038, 4039, 7, 14, 0, 0, 4039, 4040, 7, 18, 0, 0, 4040, 4041, 7, 17, 0, 0, 4041, 4042, 7, 11, 0, 0, 4042, 776, 1, 0, 0, 0, 4043, 4044, 7, 27, 0, 0, 4044, 4045, 7, 16, 0, 0, 4045, 4046, 7, 7, 0, 0, 4046, 778, 1, 0, 0, 0, 4047, 4048, 7, 9, 0, 0, 4048, 4049, 7, 11, 0, 0, 4049, 4050, 7, 6, 0, 0, 4050, 4051, 7, 14, 0, 0, 4051, 780, 1, 0, 0, 0, 4052, 4053, 7, 9, 0, 0, 4053, 4054, 7, 11, 0, 0, 4054, 4055, 7, 10, 0, 0, 4055, 782, 1, 0, 0, 0, 4056, 4057, 7, 12, 0, 0, 4057, 4058, 7, 20, 0, 0, 4058, 4059, 7, 8, 0, 0, 4059, 4060, 7, 11, 0, 0, 4060, 784, 1, 0, 0, 0, 4061, 4062, 7, 19, 0, 0, 4062, 4063, 7, 11, 0, 0, 4063, 4064, 7, 17, 0, 0, 4064, 4065, 7, 30, 0, 0, 4065, 4066, 7, 11, 0, 0, 4066, 4067, 7, 11, 0, 0, 4067, 4068, 7, 8, 0, 0, 4068, 786, 1, 0, 0, 0, 4069, 4070, 7, 19, 0, 0, 4070, 4071, 7, 18, 0, 0, 4071, 4072, 7, 24, 0, 0, 4072, 4073, 7, 18, 0, 0, 4073, 4074, 7, 8, 0, 0, 4074, 4075, 7, 17, 0, 0, 4075, 788, 1, 0, 0, 0, 4076, 4077, 7, 19, 0, 0, 4077, 4078, 7, 18, 0, 0, 4078, 4079, 7, 17, 0, 0, 4079, 790, 1, 0, 0, 0, 4080, 4081, 7, 19, 0, 0, 4081, 4082, 7, 20, 0, 0, 4082, 4083, 7, 20, 0, 0, 4083, 4084, 7, 7, 0, 0, 4084, 4085, 7, 11, 0, 0, 4085, 4086, 7, 6, 0, 0, 4086, 4087, 7, 8, 0, 0, 4087, 792, 1, 0, 0, 0, 4088, 4089, 7, 15, 0, 0, 4089, 4090, 7, 21, 0, 0, 4090, 4091, 7, 6, 0, 0, 4091, 4092, 7, 14, 0, 0, 4092, 794, 1, 0, 0, 0, 4093, 4094, 7, 15, 0, 0, 4094, 4095, 7, 21, 0, 0, 4095, 4096, 7, 6, 0, 0, 4096, 4097, 7, 14, 0, 0, 4097, 4098, 7, 6, 0, 0, 4098, 4099, 7, 15, 0, 0, 4099, 4100, 7, 17, 0, 0, 4100, 4101, 7, 11, 0, 0, 4101, 4102, 7, 14, 0, 0, 4102, 796, 1, 0, 0, 0, 4103, 4104, 7, 15, 0, 0, 4104, 4105, 7, 20, 0, 0, 4105, 4106, 7, 6, 0, 0, 4106, 4107, 7, 7, 0, 0, 4107, 4108, 7, 11, 0, 0, 4108, 4109, 7, 10, 0, 0, 4109, 4110, 7, 15, 0, 0, 4110, 4111, 7, 11, 0, 0, 4111, 798, 1, 0, 0, 0, 4112, 4113, 7, 13, 0, 0, 4113, 4114, 7, 11, 0, 0, 4114, 4115, 7, 15, 0, 0, 4115, 800, 1, 0, 0, 0, 4116, 4117, 7, 13, 0, 0, 4117, 4118, 7, 11, 0, 0, 4118, 4119, 7, 15, 0, 0, 4119, 4120, 7, 18, 0, 0, 4120, 4121, 7, 16, 0, 0, 4121, 4122, 7, 6, 0, 0, 4122, 4123, 7, 7, 0, 0, 4123, 802, 1, 0, 0, 0, 4124, 4125, 7, 11, 0, 0, 4125, 4126, 7, 27, 0, 0, 4126, 4127, 7, 18, 0, 0, 4127, 4128, 7, 10, 0, 0, 4128, 4129, 7, 17, 0, 0, 4129, 4130, 7, 10, 0, 0, 4130, 804, 1, 0, 0, 0, 4131, 4132, 7, 11, 0, 0, 4132, 4133, 7, 27, 0, 0, 4133, 4134, 7, 17, 0, 0, 4134, 4135, 7, 14, 0, 0, 4135, 4136, 7, 6, 0, 0, 4136, 4137, 7, 15, 0, 0, 4137, 4138, 7, 17, 0, 0, 4138, 806, 1, 0, 0, 0, 4139, 4140, 7, 26, 0, 0, 4140, 4141, 7, 7, 0, 0, 4141, 4142, 7, 20, 0, 0, 4142, 4143, 7, 6, 0, 0, 4143, 4144, 7, 17, 0, 0, 4144, 808, 1, 0, 0, 0, 4145, 4146, 7, 24, 0, 0, 4146, 4147, 7, 14, 0, 0, 4147, 4148, 7, 11, 0, 0, 4148, 4149, 7, 6, 0, 0, 4149, 4150, 7, 17, 0, 0, 4150, 4151, 7, 11, 0, 0, 4151, 4152, 7, 10, 0, 0, 4152, 4153, 7, 17, 0, 0, 4153, 810, 1, 0, 0, 0, 4154, 4155, 7, 18, 0, 0, 4155, 4156, 7, 8, 0, 0, 4156, 4157, 7, 20, 0, 0, 4157, 4158, 7, 23, 0, 0, 4158, 4159, 7, 17, 0, 0, 4159, 812, 1, 0, 0, 0, 4160, 4161, 7, 18, 0, 0, 4161, 4162, 7, 8, 0, 0, 4162, 4163, 7, 17, 0, 0, 4163, 814, 1, 0, 0, 0, 4164, 4165, 7, 18, 0, 0, 4165, 4166, 7, 8, 0, 0, 4166, 4167, 7, 17, 0, 0, 4167, 4168, 7, 11, 0, 0, 4168, 4169, 7, 24, 0, 0, 4169, 4170, 7, 11, 0, 0, 4170, 4171, 7, 14, 0, 0, 4171, 816, 1, 0, 0, 0, 4172, 4173, 7, 18, 0, 0, 4173, 4174, 7, 8, 0, 0, 4174, 4175, 7, 17, 0, 0, 4175, 4176, 7, 11, 0, 0, 4176, 4177, 7, 14, 0, 0, 4177, 4178, 7, 28, 0, 0, 4178, 4179, 7, 6, 0, 0, 4179, 4180, 7, 7, 0, 0, 4180, 818, 1, 0, 0, 0, 4181, 4182, 7, 7, 0, 0, 4182, 4183, 7, 11, 0, 0, 4183, 4184, 7, 6, 0, 0, 4184, 4185, 7, 10, 0, 0, 4185, 4186, 7, 17, 0, 0, 4186, 820, 1, 0, 0, 0, 4187, 4188, 7, 8, 0, 0, 4188, 4189, 7, 6, 0, 0, 4189, 4190, 7, 17, 0, 0, 4190, 4191, 7, 18, 0, 0, 4191, 4192, 7, 20, 0, 0, 4192, 4193, 7, 8, 0, 0, 4193, 4194, 7, 6, 0, 0, 4194, 4195, 7, 7, 0, 0, 4195, 822, 1, 0, 0, 0, 4196, 4197, 7, 8, 0, 0, 4197, 4198, 7, 15, 0, 0, 4198, 4199, 7, 21, 0, 0, 4199, 4200, 7, 6, 0, 0, 4200, 4201, 7, 14, 0, 0, 4201, 824, 1, 0, 0, 0, 4202, 4203, 7, 8, 0, 0, 4203, 4204, 7, 20, 0, 0, 4204, 4205, 7, 8, 0, 0, 4205, 4206, 7, 11, 0, 0, 4206, 826, 1, 0, 0, 0, 4207, 4208, 7, 8, 0, 0, 4208, 4209, 7, 23, 0, 0, 4209, 4210, 7, 7, 0, 0, 4210, 4211, 7, 7, 0, 0, 4211, 4212, 7, 18, 0, 0, 4212, 4213, 7, 26, 0, 0, 4213, 828, 1, 0, 0, 0, 4214, 4215, 7, 8, 0, 0, 4215, 4216, 7, 23, 0, 0, 4216, 4217, 7, 16, 0, 0, 4217, 4218, 7, 11, 0, 0, 4218, 4219, 7, 14, 0, 0, 4219, 4220, 7, 18, 0, 0, 4220, 4221, 7, 15, 0, 0, 4221, 830, 1, 0, 0, 0, 4222, 4223, 7, 20, 0, 0, 4223, 4224, 7, 28, 0, 0, 4224, 4225, 7, 11, 0, 0, 4225, 4226, 7, 14, 0, 0, 4226, 4227, 7, 7, 0, 0, 4227, 4228, 7, 6, 0, 0, 4228, 4229, 7, 9, 0, 0, 4229, 832, 1, 0, 0, 0, 4230, 4231, 7, 25, 0, 0, 4231, 4232, 7, 20, 0, 0, 4232, 4233, 7, 10, 0, 0, 4233, 4234, 7, 18, 0, 0, 4234, 4235, 7, 17, 0, 0, 4235, 4236, 7, 18, 0, 0, 4236, 4237, 7, 20, 0, 0, 4237, 4238, 7, 8, 0, 0, 4238, 834, 1, 0, 0, 0, 4239, 4240, 7, 25, 0, 0, 4240, 4241, 7, 14, 0, 0, 4241, 4242, 7, 11, 0, 0, 4242, 4243, 7, 15, 0, 0, 4243, 4244, 7, 18, 0, 0, 4244, 4245, 7, 10, 0, 0, 4245, 4246, 7, 18, 0, 0, 4246, 4247, 7, 20, 0, 0, 4247, 4248, 7, 8, 0, 0, 4248, 836, 1, 0, 0, 0, 4249, 4250, 7, 14, 0, 0, 4250, 4251, 7, 11, 0, 0, 4251, 4252, 7, 6, 0, 0, 4252, 4253, 7, 7, 0, 0, 4253, 838, 1, 0, 0, 0, 4254, 4255, 7, 14, 0, 0, 4255, 4256, 7, 20, 0, 0, 4256, 4257, 7, 30, 0, 0, 4257, 840, 1, 0, 0, 0, 4258, 4259, 7, 10, 0, 0, 4259, 4260, 7, 11, 0, 0, 4260, 4261, 7, 17, 0, 0, 4261, 4262, 7, 20, 0, 0, 4262, 4263, 7, 26, 0, 0, 4263, 842, 1, 0, 0, 0, 4264, 4265, 7, 10, 0, 0, 4265, 4266, 7, 16, 0, 0, 4266, 4267, 7, 6, 0, 0, 4267, 4268, 7, 7, 0, 0, 4268, 4269, 7, 7, 0, 0, 4269, 4270, 7, 18, 0, 0, 4270, 4271, 7, 8, 0, 0, 4271, 4272, 7, 17, 0, 0, 4272, 844, 1, 0, 0, 0, 4273, 4274, 7, 10, 0, 0, 4274, 4275, 7, 23, 0, 0, 4275, 4276, 7, 19, 0, 0, 4276, 4277, 7, 10, 0, 0, 4277, 4278, 7, 17, 0, 0, 4278, 4279, 7, 14, 0, 0, 4279, 4280, 7, 18, 0, 0, 4280, 4281, 7, 8, 0, 0, 4281, 4282, 7, 24, 0, 0, 4282, 846, 1, 0, 0, 0, 4283, 4284, 7, 17, 0, 0, 4284, 4285, 7, 18, 0, 0, 4285, 4286, 7, 16, 0, 0, 4286, 4287, 7, 11, 0, 0, 4287, 848, 1, 0, 0, 0, 4288, 4289, 7, 17, 0, 0, 4289, 4290, 7, 18, 0, 0, 4290, 4291, 7, 16, 0, 0, 4291, 4292, 7, 11, 0, 0, 4292, 4293, 7, 10, 0, 0, 4293, 4294, 7, 17, 0, 0, 4294, 4295, 7, 6, 0, 0, 4295, 4296, 7, 16, 0, 0, 4296, 4297, 7, 25, 0, 0, 4297, 850, 1, 0, 0, 0, 4298, 4299, 7, 17, 0, 0, 4299, 4300, 7, 14, 0, 0, 4300, 4301, 7, 11, 0, 0, 4301, 4302, 7, 6, 0, 0, 4302, 4303, 7, 17, 0, 0, 4303, 852, 1, 0, 0, 0, 4304, 4305, 7, 17, 0, 0, 4305, 4306, 7, 14, 0, 0, 4306, 4307, 7, 18, 0, 0, 4307, 4308, 7, 16, 0, 0, 4308, 854, 1, 0, 0, 0, 4309, 4310, 7, 28, 0, 0, 4310, 4311, 7, 6, 0, 0, 4311, 4312, 7, 7, 0, 0, 4312, 4313, 7, 23, 0, 0, 4313, 4314, 7, 11, 0, 0, 4314, 4315, 7, 10, 0, 0, 4315, 856, 1, 0, 0, 0, 4316, 4317, 7, 28, 0, 0, 4317, 4318, 7, 6, 0, 0, 4318, 4319, 7, 14, 0, 0, 4319, 4320, 7, 15, 0, 0, 4320, 4321, 7, 21, 0, 0, 4321, 4322, 7, 6, 0, 0, 4322, 4323, 7, 14, 0, 0, 4323, 858, 1, 0, 0, 0, 4324, 4325, 7, 27, 0, 0, 4325, 4326, 7, 16, 0, 0, 4326, 4327, 7, 7, 0, 0, 4327, 4328, 7, 6, 0, 0, 4328, 4329, 7, 17, 0, 0, 4329, 4330, 7, 17, 0, 0, 4330, 4331, 7, 14, 0, 0, 4331, 4332, 7, 18, 0, 0, 4332, 4333, 7, 19, 0, 0, 4333, 4334, 7, 23, 0, 0, 4334, 4335, 7, 17, 0, 0, 4335, 4336, 7, 11, 0, 0, 4336, 4337, 7, 10, 0, 0, 4337, 860, 1, 0, 0, 0, 4338, 4339, 7, 27, 0, 0, 4339, 4340, 7, 16, 0, 0, 4340, 4341, 7, 7, 0, 0, 4341, 4342, 7, 15, 0, 0, 4342, 4343, 7, 20, 0, 0, 4343, 4344, 7, 8, 0, 0, 4344, 4345, 7, 15, 0, 0, 4345, 4346, 7, 6, 0, 0, 4346, 4347, 7, 17, 0, 0, 4347, 862, 1, 0, 0, 0, 4348, 4349, 7, 27, 0, 0, 4349, 4350, 7, 16, 0, 0, 4350, 4351, 7, 7, 0, 0, 4351, 4352, 7, 11, 0, 0, 4352, 4353, 7, 7, 0, 0, 4353, 4354, 7, 11, 0, 0, 4354, 4355, 7, 16, 0, 0, 4355, 4356, 7, 11, 0, 0, 4356, 4357, 7, 8, 0, 0, 4357, 4358, 7, 17, 0, 0, 4358, 864, 1, 0, 0, 0, 4359, 4360, 7, 27, 0, 0, 4360, 4361, 7, 16, 0, 0, 4361, 4362, 7, 7, 0, 0, 4362, 4363, 7, 11, 0, 0, 4363, 4364, 7, 27, 0, 0, 4364, 4365, 7, 18, 0, 0, 4365, 4366, 7, 10, 0, 0, 4366, 4367, 7, 17, 0, 0, 4367, 4368, 7, 10, 0, 0, 4368, 866, 1, 0, 0, 0, 4369, 4370, 7, 27, 0, 0, 4370, 4371, 7, 16, 0, 0, 4371, 4372, 7, 7, 0, 0, 4372, 4373, 7, 26, 0, 0, 4373, 4374, 7, 20, 0, 0, 4374, 4375, 7, 14, 0, 0, 4375, 4376, 7, 11, 0, 0, 4376, 4377, 7, 10, 0, 0, 4377, 4378, 7, 17, 0, 0, 4378, 868, 1, 0, 0, 0, 4379, 4380, 7, 27, 0, 0, 4380, 4381, 7, 16, 0, 0, 4381, 4382, 7, 7, 0, 0, 4382, 4383, 7, 25, 0, 0, 4383, 4384, 7, 6, 0, 0, 4384, 4385, 7, 14, 0, 0, 4385, 4386, 7, 10, 0, 0, 4386, 4387, 7, 11, 0, 0, 4387, 870, 1, 0, 0, 0, 4388, 4389, 7, 27, 0, 0, 4389, 4390, 7, 16, 0, 0, 4390, 4391, 7, 7, 0, 0, 4391, 4392, 7, 25, 0, 0, 4392, 4393, 7, 18, 0, 0, 4393, 872, 1, 0, 0, 0, 4394, 4395, 7, 27, 0, 0, 4395, 4396, 7, 16, 0, 0, 4396, 4397, 7, 7, 0, 0, 4397, 4398, 7, 14, 0, 0, 4398, 4399, 7, 20, 0, 0, 4399, 4400, 7, 20, 0, 0, 4400, 4401, 7, 17, 0, 0, 4401, 874, 1, 0, 0, 0, 4402, 4403, 7, 27, 0, 0, 4403, 4404, 7, 16, 0, 0, 4404, 4405, 7, 7, 0, 0, 4405, 4406, 7, 10, 0, 0, 4406, 4407, 7, 11, 0, 0, 4407, 4408, 7, 14, 0, 0, 4408, 4409, 7, 18, 0, 0, 4409, 4410, 7, 6, 0, 0, 4410, 4411, 7, 7, 0, 0, 4411, 4412, 7, 18, 0, 0, 4412, 4413, 7, 12, 0, 0, 4413, 4414, 7, 11, 0, 0, 4414, 876, 1, 0, 0, 0, 4415, 4416, 7, 15, 0, 0, 4416, 4417, 7, 6, 0, 0, 4417, 4418, 7, 7, 0, 0, 4418, 4419, 7, 7, 0, 0, 4419, 878, 1, 0, 0, 0, 4420, 4421, 7, 15, 0, 0, 4421, 4422, 7, 23, 0, 0, 4422, 4423, 7, 14, 0, 0, 4423, 4424, 7, 14, 0, 0, 4424, 4425, 7, 11, 0, 0, 4425, 4426, 7, 8, 0, 0, 4426, 4427, 7, 17, 0, 0, 4427, 880, 1, 0, 0, 0, 4428, 4429, 7, 6, 0, 0, 4429, 4430, 7, 17, 0, 0, 4430, 4431, 7, 17, 0, 0, 4431, 4432, 7, 6, 0, 0, 4432, 4433, 7, 15, 0, 0, 4433, 4434, 7, 21, 0, 0, 4434, 882, 1, 0, 0, 0, 4435, 4436, 7, 13, 0, 0, 4436, 4437, 7, 11, 0, 0, 4437, 4438, 7, 17, 0, 0, 4438, 4439, 7, 6, 0, 0, 4439, 4440, 7, 15, 0, 0, 4440, 4441, 7, 21, 0, 0, 4441, 884, 1, 0, 0, 0, 4442, 4443, 7, 11, 0, 0, 4443, 4444, 7, 27, 0, 0, 4444, 4445, 7, 25, 0, 0, 4445, 4446, 7, 14, 0, 0, 4446, 4447, 7, 11, 0, 0, 4447, 4448, 7, 10, 0, 0, 4448, 4449, 7, 10, 0, 0, 4449, 4450, 7, 18, 0, 0, 4450, 4451, 7, 20, 0, 0, 4451, 4452, 7, 8, 0, 0, 4452, 886, 1, 0, 0, 0, 4453, 4454, 7, 24, 0, 0, 4454, 4455, 7, 11, 0, 0, 4455, 4456, 7, 8, 0, 0, 4456, 4457, 7, 11, 0, 0, 4457, 4458, 7, 14, 0, 0, 4458, 4459, 7, 6, 0, 0, 4459, 4460, 7, 17, 0, 0, 4460, 4461, 7, 11, 0, 0, 4461, 4462, 7, 13, 0, 0, 4462, 888, 1, 0, 0, 0, 4463, 4464, 7, 7, 0, 0, 4464, 4465, 7, 20, 0, 0, 4465, 4466, 7, 24, 0, 0, 4466, 4467, 7, 24, 0, 0, 4467, 4468, 7, 11, 0, 0, 4468, 4469, 7, 13, 0, 0, 4469, 890, 1, 0, 0, 0, 4470, 4471, 7, 10, 0, 0, 4471, 4472, 7, 17, 0, 0, 4472, 4473, 7, 20, 0, 0, 4473, 4474, 7, 14, 0, 0, 4474, 4475, 7, 11, 0, 0, 4475, 4476, 7, 13, 0, 0, 4476, 892, 1, 0, 0, 0, 4477, 4478, 7, 18, 0, 0, 4478, 4479, 7, 8, 0, 0, 4479, 4480, 7, 15, 0, 0, 4480, 4481, 7, 7, 0, 0, 4481, 4482, 7, 23, 0, 0, 4482, 4483, 7, 13, 0, 0, 4483, 4484, 7, 11, 0, 0, 4484, 894, 1, 0, 0, 0, 4485, 4486, 7, 14, 0, 0, 4486, 4487, 7, 20, 0, 0, 4487, 4488, 7, 23, 0, 0, 4488, 4489, 7, 17, 0, 0, 4489, 4490, 7, 18, 0, 0, 4490, 4491, 7, 8, 0, 0, 4491, 4492, 7, 11, 0, 0, 4492, 896, 1, 0, 0, 0, 4493, 4494, 7, 17, 0, 0, 4494, 4495, 7, 14, 0, 0, 4495, 4496, 7, 6, 0, 0, 4496, 4497, 7, 8, 0, 0, 4497, 4498, 7, 10, 0, 0, 4498, 4499, 7, 26, 0, 0, 4499, 4500, 7, 20, 0, 0, 4500, 4501, 7, 14, 0, 0, 4501, 4502, 7, 16, 0, 0, 4502, 898, 1, 0, 0, 0, 4503, 4504, 7, 18, 0, 0, 4504, 4505, 7, 16, 0, 0, 4505, 4506, 7, 25, 0, 0, 4506, 4507, 7, 20, 0, 0, 4507, 4508, 7, 14, 0, 0, 4508, 4509, 7, 17, 0, 0, 4509, 900, 1, 0, 0, 0, 4510, 4511, 7, 25, 0, 0, 4511, 4512, 7, 20, 0, 0, 4512, 4513, 7, 7, 0, 0, 4513, 4514, 7, 18, 0, 0, 4514, 4515, 7, 15, 0, 0, 4515, 4516, 7, 9, 0, 0, 4516, 902, 1, 0, 0, 0, 4517, 4518, 7, 16, 0, 0, 4518, 4519, 7, 11, 0, 0, 4519, 4520, 7, 17, 0, 0, 4520, 4521, 7, 21, 0, 0, 4521, 4522, 7, 20, 0, 0, 4522, 4523, 7, 13, 0, 0, 4523, 904, 1, 0, 0, 0, 4524, 4525, 7, 14, 0, 0, 4525, 4526, 7, 11, 0, 0, 4526, 4527, 7, 26, 0, 0, 4527, 4528, 7, 11, 0, 0, 4528, 4529, 7, 14, 0, 0, 4529, 4530, 7, 11, 0, 0, 4530, 4531, 7, 8, 0, 0, 4531, 4532, 7, 15, 0, 0, 4532, 4533, 7, 18, 0, 0, 4533, 4534, 7, 8, 0, 0, 4534, 4535, 7, 24, 0, 0, 4535, 906, 1, 0, 0, 0, 4536, 4537, 7, 8, 0, 0, 4537, 4538, 7, 11, 0, 0, 4538, 4539, 7, 30, 0, 0, 4539, 908, 1, 0, 0, 0, 4540, 4541, 7, 20, 0, 0, 4541, 4542, 7, 7, 0, 0, 4542, 4543, 7, 13, 0, 0, 4543, 910, 1, 0, 0, 0, 4544, 4545, 7, 28, 0, 0, 4545, 4546, 7, 6, 0, 0, 4546, 4547, 7, 7, 0, 0, 4547, 4548, 7, 23, 0, 0, 4548, 4549, 7, 11, 0, 0, 4549, 912, 1, 0, 0, 0, 4550, 4551, 7, 10, 0, 0, 4551, 4552, 7, 23, 0, 0, 4552, 4553, 7, 19, 0, 0, 4553, 4554, 7, 10, 0, 0, 4554, 4555, 7, 15, 0, 0, 4555, 4556, 7, 14, 0, 0, 4556, 4557, 7, 18, 0, 0, 4557, 4558, 7, 25, 0, 0, 4558, 4559, 7, 17, 0, 0, 4559, 4560, 7, 18, 0, 0, 4560, 4561, 7, 20, 0, 0, 4561, 4562, 7, 8, 0, 0, 4562, 914, 1, 0, 0, 0, 4563, 4564, 7, 25, 0, 0, 4564, 4565, 7, 23, 0, 0, 4565, 4566, 7, 19, 0, 0, 4566, 4567, 7, 7, 0, 0, 4567, 4568, 7, 18, 0, 0, 4568, 4569, 7, 15, 0, 0, 4569, 4570, 7, 6, 0, 0, 4570, 4571, 7, 17, 0, 0, 4571, 4572, 7, 18, 0, 0, 4572, 4573, 7, 20, 0, 0, 4573, 4574, 7, 8, 0, 0, 4574, 916, 1, 0, 0, 0, 4575, 4576, 7, 20, 0, 0, 4576, 4577, 7, 23, 0, 0, 4577, 4578, 7, 17, 0, 0, 4578, 918, 1, 0, 0, 0, 4579, 4580, 7, 11, 0, 0, 4580, 4581, 7, 8, 0, 0, 4581, 4582, 7, 13, 0, 0, 4582, 920, 1, 0, 0, 0, 4583, 4584, 7, 14, 0, 0, 4584, 4585, 7, 20, 0, 0, 4585, 4586, 7, 23, 0, 0, 4586, 4587, 7, 17, 0, 0, 4587, 4588, 7, 18, 0, 0, 4588, 4589, 7, 8, 0, 0, 4589, 4590, 7, 11, 0, 0, 4590, 4591, 7, 10, 0, 0, 4591, 922, 1, 0, 0, 0, 4592, 4593, 7, 10, 0, 0, 4593, 4594, 7, 15, 0, 0, 4594, 4595, 7, 21, 0, 0, 4595, 4596, 7, 11, 0, 0, 4596, 4597, 7, 16, 0, 0, 4597, 4598, 7, 6, 0, 0, 4598, 4599, 7, 10, 0, 0, 4599, 924, 1, 0, 0, 0, 4600, 4601, 7, 25, 0, 0, 4601, 4602, 7, 14, 0, 0, 4602, 4603, 7, 20, 0, 0, 4603, 4604, 7, 15, 0, 0, 4604, 4605, 7, 11, 0, 0, 4605, 4606, 7, 13, 0, 0, 4606, 4607, 7, 23, 0, 0, 4607, 4608, 7, 14, 0, 0, 4608, 4609, 7, 11, 0, 0, 4609, 4610, 7, 10, 0, 0, 4610, 926, 1, 0, 0, 0, 4611, 4612, 7, 18, 0, 0, 4612, 4613, 7, 8, 0, 0, 4613, 4614, 7, 25, 0, 0, 4614, 4615, 7, 23, 0, 0, 4615, 4616, 7, 17, 0, 0, 4616, 928, 1, 0, 0, 0, 4617, 4618, 7, 10, 0, 0, 4618, 4619, 7, 23, 0, 0, 4619, 4620, 7, 25, 0, 0, 4620, 4621, 7, 25, 0, 0, 4621, 4622, 7, 20, 0, 0, 4622, 4623, 7, 14, 0, 0, 4623, 4624, 7, 17, 0, 0, 4624, 930, 1, 0, 0, 0, 4625, 4626, 7, 25, 0, 0, 4626, 4627, 7, 6, 0, 0, 4627, 4628, 7, 14, 0, 0, 4628, 4629, 7, 6, 0, 0, 4629, 4630, 7, 7, 0, 0, 4630, 4631, 7, 7, 0, 0, 4631, 4632, 7, 11, 0, 0, 4632, 4633, 7, 7, 0, 0, 4633, 932, 1, 0, 0, 0, 4634, 4635, 7, 10, 0, 0, 4635, 4636, 7, 29, 0, 0, 4636, 4637, 7, 7, 0, 0, 4637, 934, 1, 0, 0, 0, 4638, 4639, 7, 13, 0, 0, 4639, 4640, 7, 11, 0, 0, 4640, 4641, 7, 25, 0, 0, 4641, 4642, 7, 11, 0, 0, 4642, 4643, 7, 8, 0, 0, 4643, 4644, 7, 13, 0, 0, 4644, 4645, 7, 10, 0, 0, 4645, 936, 1, 0, 0, 0, 4646, 4647, 7, 20, 0, 0, 4647, 4648, 7, 28, 0, 0, 4648, 4649, 7, 11, 0, 0, 4649, 4650, 7, 14, 0, 0, 4650, 4651, 7, 14, 0, 0, 4651, 4652, 7, 18, 0, 0, 4652, 4653, 7, 13, 0, 0, 4653, 4654, 7, 18, 0, 0, 4654, 4655, 7, 8, 0, 0, 4655, 4656, 7, 24, 0, 0, 4656, 938, 1, 0, 0, 0, 4657, 4658, 7, 15, 0, 0, 4658, 4659, 7, 20, 0, 0, 4659, 4660, 7, 8, 0, 0, 4660, 4661, 7, 26, 0, 0, 4661, 4662, 7, 7, 0, 0, 4662, 4663, 7, 18, 0, 0, 4663, 4664, 7, 15, 0, 0, 4664, 4665, 7, 17, 0, 0, 4665, 940, 1, 0, 0, 0, 4666, 4667, 7, 10, 0, 0, 4667, 4668, 7, 22, 0, 0, 4668, 4669, 7, 18, 0, 0, 4669, 4670, 7, 25, 0, 0, 4670, 942, 1, 0, 0, 0, 4671, 4672, 7, 7, 0, 0, 4672, 4673, 7, 20, 0, 0, 4673, 4674, 7, 15, 0, 0, 4674, 4675, 7, 22, 0, 0, 4675, 4676, 7, 11, 0, 0, 4676, 4677, 7, 13, 0, 0, 4677, 944, 1, 0, 0, 0, 4678, 4679, 7, 17, 0, 0, 4679, 4680, 7, 18, 0, 0, 4680, 4681, 7, 11, 0, 0, 4681, 4682, 7, 10, 0, 0, 4682, 946, 1, 0, 0, 0, 4683, 4684, 7, 14, 0, 0, 4684, 4685, 7, 20, 0, 0, 4685, 4686, 7, 7, 0, 0, 4686, 4687, 7, 7, 0, 0, 4687, 4688, 7, 23, 0, 0, 4688, 4689, 7, 25, 0, 0, 4689, 948, 1, 0, 0, 0, 4690, 4691, 7, 15, 0, 0, 4691, 4692, 7, 23, 0, 0, 4692, 4693, 7, 19, 0, 0, 4693, 4694, 7, 11, 0, 0, 4694, 950, 1, 0, 0, 0, 4695, 4696, 7, 24, 0, 0, 4696, 4697, 7, 14, 0, 0, 4697, 4698, 7, 20, 0, 0, 4698, 4699, 7, 23, 0, 0, 4699, 4700, 7, 25, 0, 0, 4700, 4701, 7, 18, 0, 0, 4701, 4702, 7, 8, 0, 0, 4702, 4703, 7, 24, 0, 0, 4703, 952, 1, 0, 0, 0, 4704, 4705, 7, 10, 0, 0, 4705, 4706, 7, 11, 0, 0, 4706, 4707, 7, 17, 0, 0, 4707, 4708, 7, 10, 0, 0, 4708, 954, 1, 0, 0, 0, 4709, 4710, 7, 17, 0, 0, 4710, 4711, 7, 6, 0, 0, 4711, 4712, 7, 19, 0, 0, 4712, 4713, 7, 7, 0, 0, 4713, 4714, 7, 11, 0, 0, 4714, 4715, 7, 10, 0, 0, 4715, 4716, 7, 6, 0, 0, 4716, 4717, 7, 16, 0, 0, 4717, 4718, 7, 25, 0, 0, 4718, 4719, 7, 7, 0, 0, 4719, 4720, 7, 11, 0, 0, 4720, 956, 1, 0, 0, 0, 4721, 4722, 7, 20, 0, 0, 4722, 4723, 7, 14, 0, 0, 4723, 4724, 7, 13, 0, 0, 4724, 4725, 7, 18, 0, 0, 4725, 4726, 7, 8, 0, 0, 4726, 4727, 7, 6, 0, 0, 4727, 4728, 7, 7, 0, 0, 4728, 4729, 7, 18, 0, 0, 4729, 4730, 7, 17, 0, 0, 4730, 4731, 7, 9, 0, 0, 4731, 958, 1, 0, 0, 0, 4732, 4733, 7, 27, 0, 0, 4733, 4734, 7, 16, 0, 0, 4734, 4735, 7, 7, 0, 0, 4735, 4736, 7, 17, 0, 0, 4736, 4737, 7, 6, 0, 0, 4737, 4738, 7, 19, 0, 0, 4738, 4739, 7, 7, 0, 0, 4739, 4740, 7, 11, 0, 0, 4740, 960, 1, 0, 0, 0, 4741, 4742, 7, 15, 0, 0, 4742, 4743, 7, 20, 0, 0, 4743, 4744, 7, 7, 0, 0, 4744, 4745, 7, 23, 0, 0, 4745, 4746, 7, 16, 0, 0, 4746, 4747, 7, 8, 0, 0, 4747, 4748, 7, 10, 0, 0, 4748, 962, 1, 0, 0, 0, 4749, 4750, 7, 27, 0, 0, 4750, 4751, 7, 16, 0, 0, 4751, 4752, 7, 7, 0, 0, 4752, 4753, 7, 8, 0, 0, 4753, 4754, 7, 6, 0, 0, 4754, 4755, 7, 16, 0, 0, 4755, 4756, 7, 11, 0, 0, 4756, 4757, 7, 10, 0, 0, 4757, 4758, 7, 25, 0, 0, 4758, 4759, 7, 6, 0, 0, 4759, 4760, 7, 15, 0, 0, 4760, 4761, 7, 11, 0, 0, 4761, 4762, 7, 10, 0, 0, 4762, 964, 1, 0, 0, 0, 4763, 4764, 7, 14, 0, 0, 4764, 4765, 7, 20, 0, 0, 4765, 4766, 7, 30, 0, 0, 4766, 4767, 7, 17, 0, 0, 4767, 4768, 7, 9, 0, 0, 4768, 4769, 7, 25, 0, 0, 4769, 4770, 7, 11, 0, 0, 4770, 966, 1, 0, 0, 0, 4771, 4772, 7, 8, 0, 0, 4772, 4773, 7, 20, 0, 0, 4773, 4774, 7, 14, 0, 0, 4774, 4775, 7, 16, 0, 0, 4775, 4776, 7, 6, 0, 0, 4776, 4777, 7, 7, 0, 0, 4777, 4778, 7, 18, 0, 0, 4778, 4779, 7, 12, 0, 0, 4779, 4780, 7, 11, 0, 0, 4780, 4781, 7, 13, 0, 0, 4781, 968, 1, 0, 0, 0, 4782, 4783, 7, 30, 0, 0, 4783, 4784, 7, 18, 0, 0, 4784, 4785, 7, 17, 0, 0, 4785, 4786, 7, 21, 0, 0, 4786, 4787, 7, 18, 0, 0, 4787, 4788, 7, 8, 0, 0, 4788, 970, 1, 0, 0, 0, 4789, 4790, 7, 26, 0, 0, 4790, 4791, 7, 18, 0, 0, 4791, 4792, 7, 7, 0, 0, 4792, 4793, 7, 17, 0, 0, 4793, 4794, 7, 11, 0, 0, 4794, 4795, 7, 14, 0, 0, 4795, 972, 1, 0, 0, 0, 4796, 4797, 7, 24, 0, 0, 4797, 4798, 7, 14, 0, 0, 4798, 4799, 7, 20, 0, 0, 4799, 4800, 7, 23, 0, 0, 4800, 4801, 7, 25, 0, 0, 4801, 4802, 7, 10, 0, 0, 4802, 974, 1, 0, 0, 0, 4803, 4804, 7, 20, 0, 0, 4804, 4805, 7, 17, 0, 0, 4805, 4806, 7, 21, 0, 0, 4806, 4807, 7, 11, 0, 0, 4807, 4808, 7, 14, 0, 0, 4808, 4809, 7, 10, 0, 0, 4809, 976, 1, 0, 0, 0, 4810, 4811, 7, 8, 0, 0, 4811, 4812, 7, 26, 0, 0, 4812, 4813, 7, 15, 0, 0, 4813, 978, 1, 0, 0, 0, 4814, 4815, 7, 8, 0, 0, 4815, 4816, 7, 26, 0, 0, 4816, 4817, 7, 13, 0, 0, 4817, 980, 1, 0, 0, 0, 4818, 4819, 7, 8, 0, 0, 4819, 4820, 7, 26, 0, 0, 4820, 4821, 7, 22, 0, 0, 4821, 4822, 7, 15, 0, 0, 4822, 982, 1, 0, 0, 0, 4823, 4824, 7, 8, 0, 0, 4824, 4825, 7, 26, 0, 0, 4825, 4826, 7, 22, 0, 0, 4826, 4827, 7, 13, 0, 0, 4827, 984, 1, 0, 0, 0, 4828, 4829, 7, 23, 0, 0, 4829, 4830, 7, 11, 0, 0, 4830, 4831, 7, 10, 0, 0, 4831, 4832, 7, 15, 0, 0, 4832, 4833, 7, 6, 0, 0, 4833, 4834, 7, 25, 0, 0, 4834, 4835, 7, 11, 0, 0, 4835, 986, 1, 0, 0, 0, 4836, 4837, 7, 28, 0, 0, 4837, 4838, 7, 18, 0, 0, 4838, 4839, 7, 11, 0, 0, 4839, 4840, 7, 30, 0, 0, 4840, 4841, 7, 10, 0, 0, 4841, 988, 1, 0, 0, 0, 4842, 4843, 7, 8, 0, 0, 4843, 4844, 7, 20, 0, 0, 4844, 4845, 7, 14, 0, 0, 4845, 4846, 7, 16, 0, 0, 4846, 4847, 7, 6, 0, 0, 4847, 4848, 7, 7, 0, 0, 4848, 4849, 7, 18, 0, 0, 4849, 4850, 7, 12, 0, 0, 4850, 4851, 7, 11, 0, 0, 4851, 990, 1, 0, 0, 0, 4852, 4853, 7, 13, 0, 0, 4853, 4854, 7, 23, 0, 0, 4854, 4855, 7, 16, 0, 0, 4855, 4856, 7, 25, 0, 0, 4856, 992, 1, 0, 0, 0, 4857, 4858, 7, 25, 0, 0, 4858, 4859, 7, 14, 0, 0, 4859, 4860, 7, 18, 0, 0, 4860, 4861, 7, 8, 0, 0, 4861, 4862, 7, 17, 0, 0, 4862, 4863, 5, 95, 0, 0, 4863, 4864, 7, 10, 0, 0, 4864, 4865, 7, 17, 0, 0, 4865, 4866, 7, 14, 0, 0, 4866, 4867, 7, 18, 0, 0, 4867, 4868, 7, 15, 0, 0, 4868, 4869, 7, 17, 0, 0, 4869, 4870, 5, 95, 0, 0, 4870, 4871, 7, 25, 0, 0, 4871, 4872, 7, 6, 0, 0, 4872, 4873, 7, 14, 0, 0, 4873, 4874, 7, 6, 0, 0, 4874, 4875, 7, 16, 0, 0, 4875, 4876, 7, 10, 0, 0, 4876, 994, 1, 0, 0, 0, 4877, 4878, 7, 28, 0, 0, 4878, 4879, 7, 6, 0, 0, 4879, 4880, 7, 14, 0, 0, 4880, 4881, 7, 18, 0, 0, 4881, 4882, 7, 6, 0, 0, 4882, 4883, 7, 19, 0, 0, 4883, 4884, 7, 7, 0, 0, 4884, 4885, 7, 11, 0, 0, 4885, 4886, 5, 95, 0, 0, 4886, 4887, 7, 15, 0, 0, 4887, 4888, 7, 20, 0, 0, 4888, 4889, 7, 8, 0, 0, 4889, 4890, 7, 26, 0, 0, 4890, 4891, 7, 7, 0, 0, 4891, 4892, 7, 18, 0, 0, 4892, 4893, 7, 15, 0, 0, 4893, 4894, 7, 17, 0, 0, 4894, 996, 1, 0, 0, 0, 4895, 4896, 7, 11, 0, 0, 4896, 4897, 7, 14, 0, 0, 4897, 4898, 7, 14, 0, 0, 4898, 4899, 7, 20, 0, 0, 4899, 4900, 7, 14, 0, 0, 4900, 998, 1, 0, 0, 0, 4901, 4902, 7, 23, 0, 0, 4902, 4903, 7, 10, 0, 0, 4903, 4904, 7, 11, 0, 0, 4904, 4905, 5, 95, 0, 0, 4905, 4906, 7, 28, 0, 0, 4906, 4907, 7, 6, 0, 0, 4907, 4908, 7, 14, 0, 0, 4908, 4909, 7, 18, 0, 0, 4909, 4910, 7, 6, 0, 0, 4910, 4911, 7, 19, 0, 0, 4911, 4912, 7, 7, 0, 0, 4912, 4913, 7, 11, 0, 0, 4913, 1000, 1, 0, 0, 0, 4914, 4915, 7, 23, 0, 0, 4915, 4916, 7, 10, 0, 0, 4916, 4917, 7, 11, 0, 0, 4917, 4918, 5, 95, 0, 0, 4918, 4919, 7, 15, 0, 0, 4919, 4920, 7, 20, 0, 0, 4920, 4921, 7, 7, 0, 0, 4921, 4922, 7, 23, 0, 0, 4922, 4923, 7, 16, 0, 0, 4923, 4924, 7, 8, 0, 0, 4924, 1002, 1, 0, 0, 0, 4925, 4926, 7, 6, 0, 0, 4926, 4927, 7, 7, 0, 0, 4927, 4928, 7, 18, 0, 0, 4928, 4929, 7, 6, 0, 0, 4929, 4930, 7, 10, 0, 0, 4930, 1004, 1, 0, 0, 0, 4931, 4932, 7, 15, 0, 0, 4932, 4933, 7, 20, 0, 0, 4933, 4934, 7, 8, 0, 0, 4934, 4935, 7, 10, 0, 0, 4935, 4936, 7, 17, 0, 0, 4936, 4937, 7, 6, 0, 0, 4937, 4938, 7, 8, 0, 0, 4938, 4939, 7, 17, 0, 0, 4939, 1006, 1, 0, 0, 0, 4940, 4941, 7, 25, 0, 0, 4941, 4942, 7, 11, 0, 0, 4942, 4943, 7, 14, 0, 0, 4943, 4944, 7, 26, 0, 0, 4944, 4945, 7, 20, 0, 0, 4945, 4946, 7, 14, 0, 0, 4946, 4947, 7, 16, 0, 0, 4947, 1008, 1, 0, 0, 0, 4948, 4949, 7, 24, 0, 0, 4949, 4950, 7, 11, 0, 0, 4950, 4951, 7, 17, 0, 0, 4951, 1010, 1, 0, 0, 0, 4952, 4953, 7, 13, 0, 0, 4953, 4954, 7, 18, 0, 0, 4954, 4955, 7, 6, 0, 0, 4955, 4956, 7, 24, 0, 0, 4956, 4957, 7, 8, 0, 0, 4957, 4958, 7, 20, 0, 0, 4958, 4959, 7, 10, 0, 0, 4959, 4960, 7, 17, 0, 0, 4960, 4961, 7, 18, 0, 0, 4961, 4962, 7, 15, 0, 0, 4962, 4963, 7, 10, 0, 0, 4963, 1012, 1, 0, 0, 0, 4964, 4965, 7, 10, 0, 0, 4965, 4966, 7, 17, 0, 0, 4966, 4967, 7, 6, 0, 0, 4967, 4968, 7, 15, 0, 0, 4968, 4969, 7, 22, 0, 0, 4969, 4970, 7, 11, 0, 0, 4970, 4971, 7, 13, 0, 0, 4971, 1014, 1, 0, 0, 0, 4972, 4973, 7, 11, 0, 0, 4973, 4974, 7, 7, 0, 0, 4974, 4975, 7, 10, 0, 0, 4975, 4976, 7, 18, 0, 0, 4976, 4977, 7, 26, 0, 0, 4977, 1016, 1, 0, 0, 0, 4978, 4979, 7, 30, 0, 0, 4979, 4980, 7, 21, 0, 0, 4980, 4981, 7, 18, 0, 0, 4981, 4982, 7, 7, 0, 0, 4982, 4983, 7, 11, 0, 0, 4983, 1018, 1, 0, 0, 0, 4984, 4985, 7, 14, 0, 0, 4985, 4986, 7, 11, 0, 0, 4986, 4987, 7, 28, 0, 0, 4987, 4988, 7, 11, 0, 0, 4988, 4989, 7, 14, 0, 0, 4989, 4990, 7, 10, 0, 0, 4990, 4991, 7, 11, 0, 0, 4991, 1020, 1, 0, 0, 0, 4992, 4993, 7, 26, 0, 0, 4993, 4994, 7, 20, 0, 0, 4994, 4995, 7, 14, 0, 0, 4995, 4996, 7, 11, 0, 0, 4996, 4997, 7, 6, 0, 0, 4997, 4998, 7, 15, 0, 0, 4998, 4999, 7, 21, 0, 0, 4999, 1022, 1, 0, 0, 0, 5000, 5001, 7, 10, 0, 0, 5001, 5002, 7, 7, 0, 0, 5002, 5003, 7, 18, 0, 0, 5003, 5004, 7, 15, 0, 0, 5004, 5005, 7, 11, 0, 0, 5005, 1024, 1, 0, 0, 0, 5006, 5007, 7, 11, 0, 0, 5007, 5008, 7, 27, 0, 0, 5008, 5009, 7, 18, 0, 0, 5009, 5010, 7, 17, 0, 0, 5010, 1026, 1, 0, 0, 0, 5011, 5012, 7, 14, 0, 0, 5012, 5013, 7, 11, 0, 0, 5013, 5014, 7, 17, 0, 0, 5014, 5015, 7, 23, 0, 0, 5015, 5016, 7, 14, 0, 0, 5016, 5017, 7, 8, 0, 0, 5017, 1028, 1, 0, 0, 0, 5018, 5019, 7, 29, 0, 0, 5019, 5020, 7, 23, 0, 0, 5020, 5021, 7, 11, 0, 0, 5021, 5022, 7, 14, 0, 0, 5022, 5023, 7, 9, 0, 0, 5023, 1030, 1, 0, 0, 0, 5024, 5025, 7, 14, 0, 0, 5025, 5026, 7, 6, 0, 0, 5026, 5027, 7, 18, 0, 0, 5027, 5028, 7, 10, 0, 0, 5028, 5029, 7, 11, 0, 0, 5029, 1032, 1, 0, 0, 0, 5030, 5031, 7, 10, 0, 0, 5031, 5032, 7, 29, 0, 0, 5032, 5033, 7, 7, 0, 0, 5033, 5034, 7, 10, 0, 0, 5034, 5035, 7, 17, 0, 0, 5035, 5036, 7, 6, 0, 0, 5036, 5037, 7, 17, 0, 0, 5037, 5038, 7, 11, 0, 0, 5038, 1034, 1, 0, 0, 0, 5039, 5040, 7, 13, 0, 0, 5040, 5041, 7, 11, 0, 0, 5041, 5042, 7, 19, 0, 0, 5042, 5043, 7, 23, 0, 0, 5043, 5044, 7, 24, 0, 0, 5044, 1036, 1, 0, 0, 0, 5045, 5046, 7, 7, 0, 0, 5046, 5047, 7, 20, 0, 0, 5047, 5048, 7, 24, 0, 0, 5048, 1038, 1, 0, 0, 0, 5049, 5050, 7, 18, 0, 0, 5050, 5051, 7, 8, 0, 0, 5051, 5052, 7, 26, 0, 0, 5052, 5053, 7, 20, 0, 0, 5053, 1040, 1, 0, 0, 0, 5054, 5055, 7, 8, 0, 0, 5055, 5056, 7, 20, 0, 0, 5056, 5057, 7, 17, 0, 0, 5057, 5058, 7, 18, 0, 0, 5058, 5059, 7, 15, 0, 0, 5059, 5060, 7, 11, 0, 0, 5060, 1042, 1, 0, 0, 0, 5061, 5062, 7, 30, 0, 0, 5062, 5063, 7, 6, 0, 0, 5063, 5064, 7, 14, 0, 0, 5064, 5065, 7, 8, 0, 0, 5065, 5066, 7, 18, 0, 0, 5066, 5067, 7, 8, 0, 0, 5067, 5068, 7, 24, 0, 0, 5068, 1044, 1, 0, 0, 0, 5069, 5070, 7, 11, 0, 0, 5070, 5071, 7, 27, 0, 0, 5071, 5072, 7, 15, 0, 0, 5072, 5073, 7, 11, 0, 0, 5073, 5074, 7, 25, 0, 0, 5074, 5075, 7, 17, 0, 0, 5075, 5076, 7, 18, 0, 0, 5076, 5077, 7, 20, 0, 0, 5077, 5078, 7, 8, 0, 0, 5078, 1046, 1, 0, 0, 0, 5079, 5080, 7, 6, 0, 0, 5080, 5081, 7, 10, 0, 0, 5081, 5082, 7, 10, 0, 0, 5082, 5083, 7, 11, 0, 0, 5083, 5084, 7, 14, 0, 0, 5084, 5085, 7, 17, 0, 0, 5085, 1048, 1, 0, 0, 0, 5086, 5087, 7, 7, 0, 0, 5087, 5088, 7, 20, 0, 0, 5088, 5089, 7, 20, 0, 0, 5089, 5090, 7, 25, 0, 0, 5090, 1050, 1, 0, 0, 0, 5091, 5092, 7, 20, 0, 0, 5092, 5093, 7, 25, 0, 0, 5093, 5094, 7, 11, 0, 0, 5094, 5095, 7, 8, 0, 0, 5095, 1052, 1, 0, 0, 0, 5096, 5097, 7, 25, 0, 0, 5097, 5098, 7, 11, 0, 0, 5098, 5099, 7, 26, 0, 0, 5099, 5100, 7, 11, 0, 0, 5100, 5101, 7, 14, 0, 0, 5101, 5102, 7, 11, 0, 0, 5102, 5103, 7, 8, 0, 0, 5103, 5104, 7, 15, 0, 0, 5104, 5105, 7, 11, 0, 0, 5105, 5106, 7, 10, 0, 0, 5106, 1054, 1, 0, 0, 0, 5107, 5108, 7, 23, 0, 0, 5108, 5109, 7, 10, 0, 0, 5109, 5110, 7, 6, 0, 0, 5110, 5111, 7, 24, 0, 0, 5111, 5112, 7, 11, 0, 0, 5112, 1056, 1, 0, 0, 0, 5113, 5114, 7, 15, 0, 0, 5114, 5115, 7, 20, 0, 0, 5115, 5116, 7, 8, 0, 0, 5116, 5117, 7, 8, 0, 0, 5117, 5118, 7, 11, 0, 0, 5118, 5119, 7, 15, 0, 0, 5119, 5120, 7, 17, 0, 0, 5120, 1058, 1, 0, 0, 0, 5121, 5122, 7, 25, 0, 0, 5122, 5123, 7, 23, 0, 0, 5123, 5124, 7, 19, 0, 0, 5124, 5125, 7, 7, 0, 0, 5125, 5126, 7, 18, 0, 0, 5126, 5127, 7, 15, 0, 0, 5127, 1060, 1, 0, 0, 0, 5128, 5129, 7, 16, 0, 0, 5129, 5130, 7, 11, 0, 0, 5130, 5131, 7, 14, 0, 0, 5131, 5132, 7, 24, 0, 0, 5132, 5133, 7, 11, 0, 0, 5133, 1062, 1, 0, 0, 0, 5134, 5135, 7, 16, 0, 0, 5135, 5136, 7, 6, 0, 0, 5136, 5137, 7, 17, 0, 0, 5137, 5138, 7, 15, 0, 0, 5138, 5139, 7, 21, 0, 0, 5139, 5140, 7, 11, 0, 0, 5140, 5141, 7, 13, 0, 0, 5141, 1064, 1, 0, 0, 0, 5142, 5143, 7, 19, 0, 0, 5143, 5144, 7, 14, 0, 0, 5144, 5145, 7, 11, 0, 0, 5145, 5146, 7, 6, 0, 0, 5146, 5147, 7, 13, 0, 0, 5147, 5148, 7, 17, 0, 0, 5148, 5149, 7, 21, 0, 0, 5149, 1066, 1, 0, 0, 0, 5150, 5151, 7, 13, 0, 0, 5151, 5152, 7, 11, 0, 0, 5152, 5153, 7, 25, 0, 0, 5153, 5154, 7, 17, 0, 0, 5154, 5155, 7, 21, 0, 0, 5155, 1068, 1, 0, 0, 0, 5156, 5157, 7, 23, 0, 0, 5157, 5158, 7, 8, 0, 0, 5158, 5159, 7, 10, 0, 0, 5159, 5160, 7, 6, 0, 0, 5160, 5161, 7, 26, 0, 0, 5161, 5162, 7, 11, 0, 0, 5162, 1070, 1, 0, 0, 0, 5163, 5164, 7, 14, 0, 0, 5164, 5165, 7, 11, 0, 0, 5165, 5166, 7, 10, 0, 0, 5166, 5167, 7, 17, 0, 0, 5167, 5168, 7, 14, 0, 0, 5168, 5169, 7, 18, 0, 0, 5169, 5170, 7, 15, 0, 0, 5170, 5171, 7, 17, 0, 0, 5171, 5172, 7, 11, 0, 0, 5172, 5173, 7, 13, 0, 0, 5173, 1072, 1, 0, 0, 0, 5174, 5175, 7, 10, 0, 0, 5175, 5176, 7, 6, 0, 0, 5176, 5177, 7, 26, 0, 0, 5177, 5178, 7, 11, 0, 0, 5178, 1074, 1, 0, 0, 0, 5179, 5180, 7, 26, 0, 0, 5180, 5181, 7, 18, 0, 0, 5181, 5182, 7, 8, 0, 0, 5182, 5183, 7, 6, 0, 0, 5183, 5184, 7, 7, 0, 0, 5184, 5185, 7, 18, 0, 0, 5185, 5186, 7, 12, 0, 0, 5186, 5187, 7, 11, 0, 0, 5187, 1076, 1, 0, 0, 0, 5188, 5189, 7, 16, 0, 0, 5189, 5190, 7, 20, 0, 0, 5190, 5191, 7, 13, 0, 0, 5191, 5192, 7, 23, 0, 0, 5192, 5193, 7, 7, 0, 0, 5193, 5194, 7, 23, 0, 0, 5194, 5195, 7, 10, 0, 0, 5195, 1078, 1, 0, 0, 0, 5196, 5197, 7, 14, 0, 0, 5197, 5198, 7, 11, 0, 0, 5198, 5199, 7, 16, 0, 0, 5199, 5200, 7, 6, 0, 0, 5200, 5201, 7, 18, 0, 0, 5201, 5202, 7, 8, 0, 0, 5202, 5203, 7, 13, 0, 0, 5203, 5204, 7, 11, 0, 0, 5204, 5205, 7, 14, 0, 0, 5205, 1080, 1, 0, 0, 0, 5206, 5207, 7, 7, 0, 0, 5207, 5208, 7, 20, 0, 0, 5208, 5209, 7, 24, 0, 0, 5209, 5210, 7, 18, 0, 0, 5210, 5211, 7, 8, 0, 0, 5211, 1082, 1, 0, 0, 0, 5212, 5213, 7, 8, 0, 0, 5213, 5214, 7, 20, 0, 0, 5214, 5215, 7, 7, 0, 0, 5215, 5216, 7, 20, 0, 0, 5216, 5217, 7, 24, 0, 0, 5217, 5218, 7, 18, 0, 0, 5218, 5219, 7, 8, 0, 0, 5219, 1084, 1, 0, 0, 0, 5220, 5221, 7, 14, 0, 0, 5221, 5222, 7, 11, 0, 0, 5222, 5223, 7, 25, 0, 0, 5223, 5224, 7, 7, 0, 0, 5224, 5225, 7, 18, 0, 0, 5225, 5226, 7, 15, 0, 0, 5226, 5227, 7, 6, 0, 0, 5227, 5228, 7, 17, 0, 0, 5228, 5229, 7, 18, 0, 0, 5229, 5230, 7, 20, 0, 0, 5230, 5231, 7, 8, 0, 0, 5231, 1086, 1, 0, 0, 0, 5232, 5233, 7, 8, 0, 0, 5233, 5234, 7, 20, 0, 0, 5234, 5235, 7, 14, 0, 0, 5235, 5236, 7, 11, 0, 0, 5236, 5237, 7, 25, 0, 0, 5237, 5238, 7, 7, 0, 0, 5238, 5239, 7, 18, 0, 0, 5239, 5240, 7, 15, 0, 0, 5240, 5241, 7, 6, 0, 0, 5241, 5242, 7, 17, 0, 0, 5242, 5243, 7, 18, 0, 0, 5243, 5244, 7, 20, 0, 0, 5244, 5245, 7, 8, 0, 0, 5245, 1088, 1, 0, 0, 0, 5246, 5247, 7, 19, 0, 0, 5247, 5248, 7, 9, 0, 0, 5248, 5249, 7, 25, 0, 0, 5249, 5250, 7, 6, 0, 0, 5250, 5251, 7, 10, 0, 0, 5251, 5252, 7, 10, 0, 0, 5252, 5253, 7, 14, 0, 0, 5253, 5254, 7, 7, 0, 0, 5254, 5255, 7, 10, 0, 0, 5255, 1090, 1, 0, 0, 0, 5256, 5257, 7, 8, 0, 0, 5257, 5258, 7, 20, 0, 0, 5258, 5259, 7, 19, 0, 0, 5259, 5260, 7, 9, 0, 0, 5260, 5261, 7, 25, 0, 0, 5261, 5262, 7, 6, 0, 0, 5262, 5263, 7, 10, 0, 0, 5263, 5264, 7, 10, 0, 0, 5264, 5265, 7, 14, 0, 0, 5265, 5266, 7, 7, 0, 0, 5266, 5267, 7, 10, 0, 0, 5267, 1092, 1, 0, 0, 0, 5268, 5269, 7, 25, 0, 0, 5269, 5270, 7, 11, 0, 0, 5270, 5271, 7, 14, 0, 0, 5271, 5272, 7, 16, 0, 0, 5272, 5273, 7, 18, 0, 0, 5273, 5274, 7, 10, 0, 0, 5274, 5275, 7, 10, 0, 0, 5275, 5276, 7, 18, 0, 0, 5276, 5277, 7, 28, 0, 0, 5277, 5278, 7, 11, 0, 0, 5278, 1094, 1, 0, 0, 0, 5279, 5280, 7, 14, 0, 0, 5280, 5281, 7, 11, 0, 0, 5281, 5282, 7, 10, 0, 0, 5282, 5283, 7, 17, 0, 0, 5283, 5284, 7, 14, 0, 0, 5284, 5285, 7, 18, 0, 0, 5285, 5286, 7, 15, 0, 0, 5286, 5287, 7, 17, 0, 0, 5287, 5288, 7, 18, 0, 0, 5288, 5289, 7, 28, 0, 0, 5289, 5290, 7, 11, 0, 0, 5290, 1096, 1, 0, 0, 0, 5291, 5292, 7, 15, 0, 0, 5292, 5293, 7, 20, 0, 0, 5293, 5294, 7, 16, 0, 0, 5294, 5295, 7, 25, 0, 0, 5295, 5296, 7, 14, 0, 0, 5296, 5297, 7, 11, 0, 0, 5297, 5298, 7, 10, 0, 0, 5298, 5299, 7, 10, 0, 0, 5299, 5300, 7, 18, 0, 0, 5300, 5301, 7, 20, 0, 0, 5301, 5302, 7, 8, 0, 0, 5302, 1098, 1, 0, 0, 0, 5303, 5304, 7, 25, 0, 0, 5304, 5305, 7, 7, 0, 0, 5305, 5306, 7, 6, 0, 0, 5306, 5307, 7, 18, 0, 0, 5307, 5308, 7, 8, 0, 0, 5308, 1100, 1, 0, 0, 0, 5309, 5310, 7, 11, 0, 0, 5310, 5311, 7, 27, 0, 0, 5311, 5312, 7, 17, 0, 0, 5312, 5313, 7, 11, 0, 0, 5313, 5314, 7, 8, 0, 0, 5314, 5315, 7, 13, 0, 0, 5315, 5316, 7, 11, 0, 0, 5316, 5317, 7, 13, 0, 0, 5317, 1102, 1, 0, 0, 0, 5318, 5319, 7, 16, 0, 0, 5319, 5320, 7, 6, 0, 0, 5320, 5321, 7, 18, 0, 0, 5321, 5322, 7, 8, 0, 0, 5322, 1104, 1, 0, 0, 0, 5323, 5324, 7, 10, 0, 0, 5324, 5325, 7, 22, 0, 0, 5325, 5326, 7, 18, 0, 0, 5326, 5327, 7, 25, 0, 0, 5327, 5328, 5, 95, 0, 0, 5328, 5329, 7, 7, 0, 0, 5329, 5330, 7, 20, 0, 0, 5330, 5331, 7, 15, 0, 0, 5331, 5332, 7, 22, 0, 0, 5332, 5333, 7, 11, 0, 0, 5333, 5334, 7, 13, 0, 0, 5334, 1106, 1, 0, 0, 0, 5335, 5336, 7, 19, 0, 0, 5336, 5337, 7, 23, 0, 0, 5337, 5338, 7, 26, 0, 0, 5338, 5339, 7, 26, 0, 0, 5339, 5340, 7, 11, 0, 0, 5340, 5341, 7, 14, 0, 0, 5341, 5342, 5, 95, 0, 0, 5342, 5343, 7, 23, 0, 0, 5343, 5344, 7, 10, 0, 0, 5344, 5345, 7, 6, 0, 0, 5345, 5346, 7, 24, 0, 0, 5346, 5347, 7, 11, 0, 0, 5347, 5348, 5, 95, 0, 0, 5348, 5349, 7, 7, 0, 0, 5349, 5350, 7, 18, 0, 0, 5350, 5351, 7, 16, 0, 0, 5351, 5352, 7, 18, 0, 0, 5352, 5353, 7, 17, 0, 0, 5353, 1108, 1, 0, 0, 0, 5354, 5355, 7, 13, 0, 0, 5355, 5356, 7, 18, 0, 0, 5356, 5357, 7, 10, 0, 0, 5357, 5358, 7, 17, 0, 0, 5358, 5359, 7, 14, 0, 0, 5359, 5360, 7, 18, 0, 0, 5360, 5361, 7, 19, 0, 0, 5361, 5362, 7, 23, 0, 0, 5362, 5363, 7, 17, 0, 0, 5363, 5364, 7, 11, 0, 0, 5364, 5365, 7, 13, 0, 0, 5365, 1110, 1, 0, 0, 0, 5366, 5370, 3, 1113, 554, 0, 5367, 5369, 3, 1115, 555, 0, 5368, 5367, 1, 0, 0, 0, 5369, 5372, 1, 0, 0, 0, 5370, 5368, 1, 0, 0, 0, 5370, 5371, 1, 0, 0, 0, 5371, 1112, 1, 0, 0, 0, 5372, 5370, 1, 0, 0, 0, 5373, 5377, 7, 32, 0, 0, 5374, 5375, 7, 33, 0, 0, 5375, 5377, 7, 34, 0, 0, 5376, 5373, 1, 0, 0, 0, 5376, 5374, 1, 0, 0, 0, 5377, 1114, 1, 0, 0, 0, 5378, 5381, 3, 1117, 556, 0, 5379, 5381, 5, 36, 0, 0, 5380, 5378, 1, 0, 0, 0, 5380, 5379, 1, 0, 0, 0, 5381, 1116, 1, 0, 0, 0, 5382, 5385, 3, 1113, 554, 0, 5383, 5385, 7, 0, 0, 0, 5384, 5382, 1, 0, 0, 0, 5384, 5383, 1, 0, 0, 0, 5385, 1118, 1, 0, 0, 0, 5386, 5387, 3, 1121, 558, 0, 5387, 5388, 5, 34, 0, 0, 5388, 1120, 1, 0, 0, 0, 5389, 5395, 5, 34, 0, 0, 5390, 5391, 5, 34, 0, 0, 5391, 5394, 5, 34, 0, 0, 5392, 5394, 8, 35, 0, 0, 5393, 5390, 1, 0, 0, 0, 5393, 5392, 1, 0, 0, 0, 5394, 5397, 1, 0, 0, 0, 5395, 5393, 1, 0, 0, 0, 5395, 5396, 1, 0, 0, 0, 5396, 1122, 1, 0, 0, 0, 5397, 5395, 1, 0, 0, 0, 5398, 5399, 3, 1125, 560, 0, 5399, 5400, 5, 34, 0, 0, 5400, 1124, 1, 0, 0, 0, 5401, 5407, 5, 34, 0, 0, 5402, 5403, 5, 34, 0, 0, 5403, 5406, 5, 34, 0, 0, 5404, 5406, 8, 36, 0, 0, 5405, 5402, 1, 0, 0, 0, 5405, 5404, 1, 0, 0, 0, 5406, 5409, 1, 0, 0, 0, 5407, 5405, 1, 0, 0, 0, 5407, 5408, 1, 0, 0, 0, 5408, 1126, 1, 0, 0, 0, 5409, 5407, 1, 0, 0, 0, 5410, 5411, 7, 23, 0, 0, 5411, 5412, 5, 38, 0, 0, 5412, 5413, 3, 1119, 557, 0, 5413, 1128, 1, 0, 0, 0, 5414, 5415, 7, 23, 0, 0, 5415, 5416, 5, 38, 0, 0, 5416, 5417, 3, 1121, 558, 0, 5417, 1130, 1, 0, 0, 0, 5418, 5419, 7, 23, 0, 0, 5419, 5420, 5, 38, 0, 0, 5420, 5421, 3, 1123, 559, 0, 5421, 1132, 1, 0, 0, 0, 5422, 5423, 7, 23, 0, 0, 5423, 5424, 5, 38, 0, 0, 5424, 5425, 3, 1125, 560, 0, 5425, 1134, 1, 0, 0, 0, 5426, 5427, 3, 1137, 566, 0, 5427, 5428, 5, 39, 0, 0, 5428, 1136, 1, 0, 0, 0, 5429, 5435, 5, 39, 0, 0, 5430, 5431, 5, 39, 0, 0, 5431, 5434, 5, 39, 0, 0, 5432, 5434, 8, 37, 0, 0, 5433, 5430, 1, 0, 0, 0, 5433, 5432, 1, 0, 0, 0, 5434, 5437, 1, 0, 0, 0, 5435, 5433, 1, 0, 0, 0, 5435, 5436, 1, 0, 0, 0, 5436, 1138, 1, 0, 0, 0, 5437, 5435, 1, 0, 0, 0, 5438, 5439, 7, 11, 0, 0, 5439, 5440, 5, 39, 0, 0, 5440, 5441, 1, 0, 0, 0, 5441, 5442, 6, 567, 1, 0, 5442, 5443, 6, 567, 2, 0, 5443, 1140, 1, 0, 0, 0, 5444, 5445, 3, 1143, 569, 0, 5445, 5446, 5, 39, 0, 0, 5446, 1142, 1, 0, 0, 0, 5447, 5448, 7, 23, 0, 0, 5448, 5449, 5, 38, 0, 0, 5449, 5450, 3, 1137, 566, 0, 5450, 1144, 1, 0, 0, 0, 5451, 5453, 5, 36, 0, 0, 5452, 5454, 3, 1147, 571, 0, 5453, 5452, 1, 0, 0, 0, 5453, 5454, 1, 0, 0, 0, 5454, 5455, 1, 0, 0, 0, 5455, 5456, 5, 36, 0, 0, 5456, 5457, 1, 0, 0, 0, 5457, 5458, 6, 570, 3, 0, 5458, 1146, 1, 0, 0, 0, 5459, 5463, 3, 1113, 554, 0, 5460, 5462, 3, 1117, 556, 0, 5461, 5460, 1, 0, 0, 0, 5462, 5465, 1, 0, 0, 0, 5463, 5461, 1, 0, 0, 0, 5463, 5464, 1, 0, 0, 0, 5464, 1148, 1, 0, 0, 0, 5465, 5463, 1, 0, 0, 0, 5466, 5467, 3, 1151, 573, 0, 5467, 5468, 5, 39, 0, 0, 5468, 1150, 1, 0, 0, 0, 5469, 5470, 7, 19, 0, 0, 5470, 5474, 5, 39, 0, 0, 5471, 5473, 7, 38, 0, 0, 5472, 5471, 1, 0, 0, 0, 5473, 5476, 1, 0, 0, 0, 5474, 5472, 1, 0, 0, 0, 5474, 5475, 1, 0, 0, 0, 5475, 1152, 1, 0, 0, 0, 5476, 5474, 1, 0, 0, 0, 5477, 5478, 3, 1155, 575, 0, 5478, 5479, 5, 39, 0, 0, 5479, 1154, 1, 0, 0, 0, 5480, 5481, 7, 19, 0, 0, 5481, 5482, 3, 1137, 566, 0, 5482, 1156, 1, 0, 0, 0, 5483, 5484, 3, 1159, 577, 0, 5484, 5485, 5, 39, 0, 0, 5485, 1158, 1, 0, 0, 0, 5486, 5487, 7, 27, 0, 0, 5487, 5491, 5, 39, 0, 0, 5488, 5490, 7, 39, 0, 0, 5489, 5488, 1, 0, 0, 0, 5490, 5493, 1, 0, 0, 0, 5491, 5489, 1, 0, 0, 0, 5491, 5492, 1, 0, 0, 0, 5492, 1160, 1, 0, 0, 0, 5493, 5491, 1, 0, 0, 0, 5494, 5495, 3, 1163, 579, 0, 5495, 5496, 5, 39, 0, 0, 5496, 1162, 1, 0, 0, 0, 5497, 5498, 7, 27, 0, 0, 5498, 5499, 3, 1137, 566, 0, 5499, 1164, 1, 0, 0, 0, 5500, 5501, 3, 1171, 583, 0, 5501, 1166, 1, 0, 0, 0, 5502, 5503, 3, 1171, 583, 0, 5503, 5504, 5, 46, 0, 0, 5504, 5505, 5, 46, 0, 0, 5505, 1168, 1, 0, 0, 0, 5506, 5507, 3, 1171, 583, 0, 5507, 5509, 5, 46, 0, 0, 5508, 5510, 3, 1171, 583, 0, 5509, 5508, 1, 0, 0, 0, 5509, 5510, 1, 0, 0, 0, 5510, 5516, 1, 0, 0, 0, 5511, 5513, 7, 11, 0, 0, 5512, 5514, 7, 1, 0, 0, 5513, 5512, 1, 0, 0, 0, 5513, 5514, 1, 0, 0, 0, 5514, 5515, 1, 0, 0, 0, 5515, 5517, 3, 1171, 583, 0, 5516, 5511, 1, 0, 0, 0, 5516, 5517, 1, 0, 0, 0, 5517, 5535, 1, 0, 0, 0, 5518, 5519, 5, 46, 0, 0, 5519, 5525, 3, 1171, 583, 0, 5520, 5522, 7, 11, 0, 0, 5521, 5523, 7, 1, 0, 0, 5522, 5521, 1, 0, 0, 0, 5522, 5523, 1, 0, 0, 0, 5523, 5524, 1, 0, 0, 0, 5524, 5526, 3, 1171, 583, 0, 5525, 5520, 1, 0, 0, 0, 5525, 5526, 1, 0, 0, 0, 5526, 5535, 1, 0, 0, 0, 5527, 5528, 3, 1171, 583, 0, 5528, 5530, 7, 11, 0, 0, 5529, 5531, 7, 1, 0, 0, 5530, 5529, 1, 0, 0, 0, 5530, 5531, 1, 0, 0, 0, 5531, 5532, 1, 0, 0, 0, 5532, 5533, 3, 1171, 583, 0, 5533, 5535, 1, 0, 0, 0, 5534, 5506, 1, 0, 0, 0, 5534, 5518, 1, 0, 0, 0, 5534, 5527, 1, 0, 0, 0, 5535, 1170, 1, 0, 0, 0, 5536, 5538, 7, 0, 0, 0, 5537, 5536, 1, 0, 0, 0, 5538, 5539, 1, 0, 0, 0, 5539, 5537, 1, 0, 0, 0, 5539, 5540, 1, 0, 0, 0, 5540, 1172, 1, 0, 0, 0, 5541, 5542, 5, 58, 0, 0, 5542, 5546, 7, 40, 0, 0, 5543, 5545, 7, 41, 0, 0, 5544, 5543, 1, 0, 0, 0, 5545, 5548, 1, 0, 0, 0, 5546, 5544, 1, 0, 0, 0, 5546, 5547, 1, 0, 0, 0, 5547, 1174, 1, 0, 0, 0, 5548, 5546, 1, 0, 0, 0, 5549, 5550, 5, 58, 0, 0, 5550, 5551, 5, 34, 0, 0, 5551, 5559, 1, 0, 0, 0, 5552, 5553, 5, 92, 0, 0, 5553, 5558, 9, 0, 0, 0, 5554, 5555, 5, 34, 0, 0, 5555, 5558, 5, 34, 0, 0, 5556, 5558, 8, 42, 0, 0, 5557, 5552, 1, 0, 0, 0, 5557, 5554, 1, 0, 0, 0, 5557, 5556, 1, 0, 0, 0, 5558, 5561, 1, 0, 0, 0, 5559, 5557, 1, 0, 0, 0, 5559, 5560, 1, 0, 0, 0, 5560, 5562, 1, 0, 0, 0, 5561, 5559, 1, 0, 0, 0, 5562, 5563, 5, 34, 0, 0, 5563, 1176, 1, 0, 0, 0, 5564, 5566, 7, 43, 0, 0, 5565, 5564, 1, 0, 0, 0, 5566, 5567, 1, 0, 0, 0, 5567, 5565, 1, 0, 0, 0, 5567, 5568, 1, 0, 0, 0, 5568, 5569, 1, 0, 0, 0, 5569, 5570, 6, 586, 4, 0, 5570, 1178, 1, 0, 0, 0, 5571, 5573, 5, 13, 0, 0, 5572, 5574, 5, 10, 0, 0, 5573, 5572, 1, 0, 0, 0, 5573, 5574, 1, 0, 0, 0, 5574, 5577, 1, 0, 0, 0, 5575, 5577, 5, 10, 0, 0, 5576, 5571, 1, 0, 0, 0, 5576, 5575, 1, 0, 0, 0, 5577, 5578, 1, 0, 0, 0, 5578, 5579, 6, 587, 4, 0, 5579, 1180, 1, 0, 0, 0, 5580, 5581, 5, 45, 0, 0, 5581, 5582, 5, 45, 0, 0, 5582, 5586, 1, 0, 0, 0, 5583, 5585, 8, 44, 0, 0, 5584, 5583, 1, 0, 0, 0, 5585, 5588, 1, 0, 0, 0, 5586, 5584, 1, 0, 0, 0, 5586, 5587, 1, 0, 0, 0, 5587, 5589, 1, 0, 0, 0, 5588, 5586, 1, 0, 0, 0, 5589, 5590, 6, 588, 4, 0, 5590, 1182, 1, 0, 0, 0, 5591, 5592, 5, 47, 0, 0, 5592, 5593, 5, 42, 0, 0, 5593, 5616, 1, 0, 0, 0, 5594, 5596, 5, 47, 0, 0, 5595, 5594, 1, 0, 0, 0, 5596, 5599, 1, 0, 0, 0, 5597, 5595, 1, 0, 0, 0, 5597, 5598, 1, 0, 0, 0, 5598, 5600, 1, 0, 0, 0, 5599, 5597, 1, 0, 0, 0, 5600, 5615, 3, 1183, 589, 0, 5601, 5615, 8, 45, 0, 0, 5602, 5604, 5, 47, 0, 0, 5603, 5602, 1, 0, 0, 0, 5604, 5605, 1, 0, 0, 0, 5605, 5603, 1, 0, 0, 0, 5605, 5606, 1, 0, 0, 0, 5606, 5607, 1, 0, 0, 0, 5607, 5615, 8, 45, 0, 0, 5608, 5610, 5, 42, 0, 0, 5609, 5608, 1, 0, 0, 0, 5610, 5611, 1, 0, 0, 0, 5611, 5609, 1, 0, 0, 0, 5611, 5612, 1, 0, 0, 0, 5612, 5613, 1, 0, 0, 0, 5613, 5615, 8, 45, 0, 0, 5614, 5597, 1, 0, 0, 0, 5614, 5601, 1, 0, 0, 0, 5614, 5603, 1, 0, 0, 0, 5614, 5609, 1, 0, 0, 0, 5615, 5618, 1, 0, 0, 0, 5616, 5614, 1, 0, 0, 0, 5616, 5617, 1, 0, 0, 0, 5617, 5622, 1, 0, 0, 0, 5618, 5616, 1, 0, 0, 0, 5619, 5621, 5, 42, 0, 0, 5620, 5619, 1, 0, 0, 0, 5621, 5624, 1, 0, 0, 0, 5622, 5620, 1, 0, 0, 0, 5622, 5623, 1, 0, 0, 0, 5623, 5625, 1, 0, 0, 0, 5624, 5622, 1, 0, 0, 0, 5625, 5626, 5, 42, 0, 0, 5626, 5627, 5, 47, 0, 0, 5627, 5628, 1, 0, 0, 0, 5628, 5629, 6, 589, 4, 0, 5629, 1184, 1, 0, 0, 0, 5630, 5631, 5, 47, 0, 0, 5631, 5632, 5, 42, 0, 0, 5632, 5657, 1, 0, 0, 0, 5633, 5635, 5, 47, 0, 0, 5634, 5633, 1, 0, 0, 0, 5635, 5638, 1, 0, 0, 0, 5636, 5634, 1, 0, 0, 0, 5636, 5637, 1, 0, 0, 0, 5637, 5639, 1, 0, 0, 0, 5638, 5636, 1, 0, 0, 0, 5639, 5656, 3, 1183, 589, 0, 5640, 5656, 8, 45, 0, 0, 5641, 5643, 5, 47, 0, 0, 5642, 5641, 1, 0, 0, 0, 5643, 5644, 1, 0, 0, 0, 5644, 5642, 1, 0, 0, 0, 5644, 5645, 1, 0, 0, 0, 5645, 5646, 1, 0, 0, 0, 5646, 5654, 8, 45, 0, 0, 5647, 5649, 5, 42, 0, 0, 5648, 5647, 1, 0, 0, 0, 5649, 5650, 1, 0, 0, 0, 5650, 5648, 1, 0, 0, 0, 5650, 5651, 1, 0, 0, 0, 5651, 5652, 1, 0, 0, 0, 5652, 5654, 8, 45, 0, 0, 5653, 5642, 1, 0, 0, 0, 5653, 5648, 1, 0, 0, 0, 5654, 5656, 1, 0, 0, 0, 5655, 5636, 1, 0, 0, 0, 5655, 5640, 1, 0, 0, 0, 5655, 5653, 1, 0, 0, 0, 5656, 5659, 1, 0, 0, 0, 5657, 5655, 1, 0, 0, 0, 5657, 5658, 1, 0, 0, 0, 5658, 5677, 1, 0, 0, 0, 5659, 5657, 1, 0, 0, 0, 5660, 5662, 5, 47, 0, 0, 5661, 5660, 1, 0, 0, 0, 5662, 5663, 1, 0, 0, 0, 5663, 5661, 1, 0, 0, 0, 5663, 5664, 1, 0, 0, 0, 5664, 5678, 1, 0, 0, 0, 5665, 5667, 5, 42, 0, 0, 5666, 5665, 1, 0, 0, 0, 5667, 5668, 1, 0, 0, 0, 5668, 5666, 1, 0, 0, 0, 5668, 5669, 1, 0, 0, 0, 5669, 5678, 1, 0, 0, 0, 5670, 5672, 5, 47, 0, 0, 5671, 5670, 1, 0, 0, 0, 5672, 5675, 1, 0, 0, 0, 5673, 5671, 1, 0, 0, 0, 5673, 5674, 1, 0, 0, 0, 5674, 5676, 1, 0, 0, 0, 5675, 5673, 1, 0, 0, 0, 5676, 5678, 3, 1185, 590, 0, 5677, 5661, 1, 0, 0, 0, 5677, 5666, 1, 0, 0, 0, 5677, 5673, 1, 0, 0, 0, 5677, 5678, 1, 0, 0, 0, 5678, 1186, 1, 0, 0, 0, 5679, 5691, 5, 92, 0, 0, 5680, 5690, 8, 46, 0, 0, 5681, 5685, 5, 34, 0, 0, 5682, 5684, 8, 47, 0, 0, 5683, 5682, 1, 0, 0, 0, 5684, 5687, 1, 0, 0, 0, 5685, 5683, 1, 0, 0, 0, 5685, 5686, 1, 0, 0, 0, 5686, 5688, 1, 0, 0, 0, 5687, 5685, 1, 0, 0, 0, 5688, 5690, 5, 34, 0, 0, 5689, 5680, 1, 0, 0, 0, 5689, 5681, 1, 0, 0, 0, 5690, 5693, 1, 0, 0, 0, 5691, 5689, 1, 0, 0, 0, 5691, 5692, 1, 0, 0, 0, 5692, 5701, 1, 0, 0, 0, 5693, 5691, 1, 0, 0, 0, 5694, 5698, 5, 34, 0, 0, 5695, 5697, 8, 47, 0, 0, 5696, 5695, 1, 0, 0, 0, 5697, 5700, 1, 0, 0, 0, 5698, 5696, 1, 0, 0, 0, 5698, 5699, 1, 0, 0, 0, 5699, 5702, 1, 0, 0, 0, 5700, 5698, 1, 0, 0, 0, 5701, 5694, 1, 0, 0, 0, 5701, 5702, 1, 0, 0, 0, 5702, 1188, 1, 0, 0, 0, 5703, 5704, 5, 92, 0, 0, 5704, 5705, 5, 92, 0, 0, 5705, 1190, 1, 0, 0, 0, 5706, 5707, 9, 0, 0, 0, 5707, 1192, 1, 0, 0, 0, 5708, 5709, 3, 1197, 596, 0, 5709, 5710, 5, 39, 0, 0, 5710, 5711, 1, 0, 0, 0, 5711, 5712, 6, 594, 5, 0, 5712, 1194, 1, 0, 0, 0, 5713, 5715, 3, 1197, 596, 0, 5714, 5716, 5, 92, 0, 0, 5715, 5714, 1, 0, 0, 0, 5715, 5716, 1, 0, 0, 0, 5716, 5717, 1, 0, 0, 0, 5717, 5718, 5, 0, 0, 1, 5718, 1196, 1, 0, 0, 0, 5719, 5720, 5, 39, 0, 0, 5720, 5743, 5, 39, 0, 0, 5721, 5739, 5, 92, 0, 0, 5722, 5723, 7, 27, 0, 0, 5723, 5740, 7, 39, 0, 0, 5724, 5725, 7, 23, 0, 0, 5725, 5726, 7, 39, 0, 0, 5726, 5727, 7, 39, 0, 0, 5727, 5728, 7, 39, 0, 0, 5728, 5740, 7, 39, 0, 0, 5729, 5730, 7, 23, 0, 0, 5730, 5731, 7, 39, 0, 0, 5731, 5732, 7, 39, 0, 0, 5732, 5733, 7, 39, 0, 0, 5733, 5734, 7, 39, 0, 0, 5734, 5735, 7, 39, 0, 0, 5735, 5736, 7, 39, 0, 0, 5736, 5737, 7, 39, 0, 0, 5737, 5740, 7, 39, 0, 0, 5738, 5740, 8, 48, 0, 0, 5739, 5722, 1, 0, 0, 0, 5739, 5724, 1, 0, 0, 0, 5739, 5729, 1, 0, 0, 0, 5739, 5738, 1, 0, 0, 0, 5740, 5743, 1, 0, 0, 0, 5741, 5743, 8, 49, 0, 0, 5742, 5719, 1, 0, 0, 0, 5742, 5721, 1, 0, 0, 0, 5742, 5741, 1, 0, 0, 0, 5743, 5746, 1, 0, 0, 0, 5744, 5742, 1, 0, 0, 0, 5744, 5745, 1, 0, 0, 0, 5745, 1198, 1, 0, 0, 0, 5746, 5744, 1, 0, 0, 0, 5747, 5748, 3, 1203, 599, 0, 5748, 5749, 5, 39, 0, 0, 5749, 5750, 1, 0, 0, 0, 5750, 5751, 6, 597, 5, 0, 5751, 1200, 1, 0, 0, 0, 5752, 5754, 3, 1203, 599, 0, 5753, 5755, 5, 92, 0, 0, 5754, 5753, 1, 0, 0, 0, 5754, 5755, 1, 0, 0, 0, 5755, 5756, 1, 0, 0, 0, 5756, 5757, 5, 0, 0, 1, 5757, 1202, 1, 0, 0, 0, 5758, 5759, 5, 39, 0, 0, 5759, 5764, 5, 39, 0, 0, 5760, 5761, 5, 92, 0, 0, 5761, 5764, 9, 0, 0, 0, 5762, 5764, 8, 49, 0, 0, 5763, 5758, 1, 0, 0, 0, 5763, 5760, 1, 0, 0, 0, 5763, 5762, 1, 0, 0, 0, 5764, 5767, 1, 0, 0, 0, 5765, 5763, 1, 0, 0, 0, 5765, 5766, 1, 0, 0, 0, 5766, 1204, 1, 0, 0, 0, 5767, 5765, 1, 0, 0, 0, 5768, 5769, 3, 1177, 586, 0, 5769, 5770, 1, 0, 0, 0, 5770, 5771, 6, 600, 6, 0, 5771, 5772, 6, 600, 4, 0, 5772, 1206, 1, 0, 0, 0, 5773, 5774, 3, 1179, 587, 0, 5774, 5775, 1, 0, 0, 0, 5775, 5776, 6, 601, 7, 0, 5776, 5777, 6, 601, 4, 0, 5777, 5778, 6, 601, 8, 0, 5778, 1208, 1, 0, 0, 0, 5779, 5780, 3, 1177, 586, 0, 5780, 5781, 1, 0, 0, 0, 5781, 5782, 6, 602, 6, 0, 5782, 5783, 6, 602, 4, 0, 5783, 1210, 1, 0, 0, 0, 5784, 5785, 3, 1179, 587, 0, 5785, 5786, 1, 0, 0, 0, 5786, 5787, 6, 603, 7, 0, 5787, 5788, 6, 603, 4, 0, 5788, 1212, 1, 0, 0, 0, 5789, 5790, 5, 39, 0, 0, 5790, 5791, 1, 0, 0, 0, 5791, 5792, 6, 604, 1, 0, 5792, 5793, 6, 604, 9, 0, 5793, 1214, 1, 0, 0, 0, 5794, 5796, 8, 50, 0, 0, 5795, 5794, 1, 0, 0, 0, 5796, 5797, 1, 0, 0, 0, 5797, 5795, 1, 0, 0, 0, 5797, 5798, 1, 0, 0, 0, 5798, 5807, 1, 0, 0, 0, 5799, 5803, 5, 36, 0, 0, 5800, 5802, 8, 50, 0, 0, 5801, 5800, 1, 0, 0, 0, 5802, 5805, 1, 0, 0, 0, 5803, 5801, 1, 0, 0, 0, 5803, 5804, 1, 0, 0, 0, 5804, 5807, 1, 0, 0, 0, 5805, 5803, 1, 0, 0, 0, 5806, 5795, 1, 0, 0, 0, 5806, 5799, 1, 0, 0, 0, 5807, 1216, 1, 0, 0, 0, 5808, 5810, 5, 36, 0, 0, 5809, 5811, 3, 1147, 571, 0, 5810, 5809, 1, 0, 0, 0, 5810, 5811, 1, 0, 0, 0, 5811, 5812, 1, 0, 0, 0, 5812, 5813, 5, 36, 0, 0, 5813, 5814, 1, 0, 0, 0, 5814, 5815, 6, 606, 10, 0, 5815, 1218, 1, 0, 0, 0, 77, 0, 1, 2, 3, 4, 1286, 1292, 1296, 1298, 1301, 1303, 1306, 1310, 1312, 1317, 1322, 5370, 5376, 5380, 5384, 5393, 5395, 5405, 5407, 5433, 5435, 5453, 5463, 5474, 5491, 5509, 5513, 5516, 5522, 5525, 5530, 5534, 5539, 5546, 5557, 5559, 5567, 5573, 5576, 5586, 5597, 5605, 5611, 5614, 5616, 5622, 5636, 5644, 5650, 5653, 5655, 5657, 5663, 5668, 5673, 5677, 5685, 5689, 5691, 5698, 5701, 5715, 5739, 5742, 5744, 5754, 5763, 5765, 5797, 5803, 5806, 5810, 11, 7, 29, 0, 3, 0, 0, 5, 1, 0, 5, 4, 0, 0, 1, 0, 2, 2, 0, 7, 577, 0, 7, 578, 0, 2, 3, 0, 2, 1, 0, 4, 0, 0] \ No newline at end of file +[4, 0, 592, 5827, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 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, 2, 466, 7, 466, 2, 467, 7, 467, 2, 468, 7, 468, 2, 469, 7, 469, 2, 470, 7, 470, 2, 471, 7, 471, 2, 472, 7, 472, 2, 473, 7, 473, 2, 474, 7, 474, 2, 475, 7, 475, 2, 476, 7, 476, 2, 477, 7, 477, 2, 478, 7, 478, 2, 479, 7, 479, 2, 480, 7, 480, 2, 481, 7, 481, 2, 482, 7, 482, 2, 483, 7, 483, 2, 484, 7, 484, 2, 485, 7, 485, 2, 486, 7, 486, 2, 487, 7, 487, 2, 488, 7, 488, 2, 489, 7, 489, 2, 490, 7, 490, 2, 491, 7, 491, 2, 492, 7, 492, 2, 493, 7, 493, 2, 494, 7, 494, 2, 495, 7, 495, 2, 496, 7, 496, 2, 497, 7, 497, 2, 498, 7, 498, 2, 499, 7, 499, 2, 500, 7, 500, 2, 501, 7, 501, 2, 502, 7, 502, 2, 503, 7, 503, 2, 504, 7, 504, 2, 505, 7, 505, 2, 506, 7, 506, 2, 507, 7, 507, 2, 508, 7, 508, 2, 509, 7, 509, 2, 510, 7, 510, 2, 511, 7, 511, 2, 512, 7, 512, 2, 513, 7, 513, 2, 514, 7, 514, 2, 515, 7, 515, 2, 516, 7, 516, 2, 517, 7, 517, 2, 518, 7, 518, 2, 519, 7, 519, 2, 520, 7, 520, 2, 521, 7, 521, 2, 522, 7, 522, 2, 523, 7, 523, 2, 524, 7, 524, 2, 525, 7, 525, 2, 526, 7, 526, 2, 527, 7, 527, 2, 528, 7, 528, 2, 529, 7, 529, 2, 530, 7, 530, 2, 531, 7, 531, 2, 532, 7, 532, 2, 533, 7, 533, 2, 534, 7, 534, 2, 535, 7, 535, 2, 536, 7, 536, 2, 537, 7, 537, 2, 538, 7, 538, 2, 539, 7, 539, 2, 540, 7, 540, 2, 541, 7, 541, 2, 542, 7, 542, 2, 543, 7, 543, 2, 544, 7, 544, 2, 545, 7, 545, 2, 546, 7, 546, 2, 547, 7, 547, 2, 548, 7, 548, 2, 549, 7, 549, 2, 550, 7, 550, 2, 551, 7, 551, 2, 552, 7, 552, 2, 553, 7, 553, 2, 554, 7, 554, 2, 555, 7, 555, 2, 556, 7, 556, 2, 557, 7, 557, 2, 558, 7, 558, 2, 559, 7, 559, 2, 560, 7, 560, 2, 561, 7, 561, 2, 562, 7, 562, 2, 563, 7, 563, 2, 564, 7, 564, 2, 565, 7, 565, 2, 566, 7, 566, 2, 567, 7, 567, 2, 568, 7, 568, 2, 569, 7, 569, 2, 570, 7, 570, 2, 571, 7, 571, 2, 572, 7, 572, 2, 573, 7, 573, 2, 574, 7, 574, 2, 575, 7, 575, 2, 576, 7, 576, 2, 577, 7, 577, 2, 578, 7, 578, 2, 579, 7, 579, 2, 580, 7, 580, 2, 581, 7, 581, 2, 582, 7, 582, 2, 583, 7, 583, 2, 584, 7, 584, 2, 585, 7, 585, 2, 586, 7, 586, 2, 587, 7, 587, 2, 588, 7, 588, 2, 589, 7, 589, 2, 590, 7, 590, 2, 591, 7, 591, 2, 592, 7, 592, 2, 593, 7, 593, 2, 594, 7, 594, 2, 595, 7, 595, 2, 596, 7, 596, 2, 597, 7, 597, 2, 598, 7, 598, 2, 599, 7, 599, 2, 600, 7, 600, 2, 601, 7, 601, 2, 602, 7, 602, 2, 603, 7, 603, 2, 604, 7, 604, 2, 605, 7, 605, 2, 606, 7, 606, 2, 607, 7, 607, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 1, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 11, 1, 11, 1, 12, 1, 12, 1, 13, 1, 13, 1, 14, 1, 14, 1, 15, 1, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 27, 1, 27, 4, 27, 1287, 8, 27, 11, 27, 12, 27, 1288, 1, 28, 1, 28, 4, 28, 1293, 8, 28, 11, 28, 12, 28, 1294, 1, 28, 1, 28, 3, 28, 1299, 8, 28, 3, 28, 1301, 8, 28, 1, 28, 4, 28, 1304, 8, 28, 11, 28, 12, 28, 1305, 1, 28, 3, 28, 1309, 8, 28, 1, 29, 1, 29, 5, 29, 1313, 8, 29, 10, 29, 12, 29, 1316, 9, 29, 1, 29, 1, 29, 3, 29, 1320, 8, 29, 1, 29, 4, 29, 1323, 8, 29, 11, 29, 12, 29, 1324, 1, 29, 1, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 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, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 1, 248, 1, 248, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 278, 1, 278, 1, 278, 1, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 300, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 307, 1, 307, 1, 307, 1, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 332, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 352, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 381, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 382, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 386, 1, 386, 1, 386, 1, 386, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 388, 1, 388, 1, 388, 1, 388, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 392, 1, 392, 1, 392, 1, 392, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 397, 1, 397, 1, 397, 1, 397, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 404, 1, 404, 1, 404, 1, 404, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 1, 409, 1, 409, 1, 409, 1, 409, 1, 409, 1, 409, 1, 410, 1, 410, 1, 410, 1, 410, 1, 410, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 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, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 417, 1, 417, 1, 417, 1, 417, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 424, 1, 424, 1, 424, 1, 424, 1, 424, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 449, 1, 449, 1, 449, 1, 449, 1, 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, 1, 451, 1, 451, 1, 451, 1, 451, 1, 452, 1, 452, 1, 452, 1, 452, 1, 453, 1, 453, 1, 453, 1, 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, 1, 454, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 1, 456, 1, 456, 1, 456, 1, 456, 1, 457, 1, 457, 1, 457, 1, 457, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 461, 1, 461, 1, 461, 1, 461, 1, 461, 1, 461, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 463, 1, 464, 1, 464, 1, 464, 1, 464, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 468, 1, 468, 1, 468, 1, 468, 1, 468, 1, 469, 1, 469, 1, 469, 1, 469, 1, 469, 1, 469, 1, 469, 1, 470, 1, 470, 1, 470, 1, 470, 1, 470, 1, 471, 1, 471, 1, 471, 1, 471, 1, 471, 1, 471, 1, 471, 1, 472, 1, 472, 1, 472, 1, 472, 1, 472, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 474, 1, 474, 1, 474, 1, 474, 1, 474, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 479, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 480, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 481, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 1, 484, 1, 484, 1, 484, 1, 484, 1, 484, 1, 484, 1, 484, 1, 485, 1, 485, 1, 485, 1, 485, 1, 485, 1, 485, 1, 485, 1, 486, 1, 486, 1, 486, 1, 486, 1, 487, 1, 487, 1, 487, 1, 487, 1, 488, 1, 488, 1, 488, 1, 488, 1, 488, 1, 489, 1, 489, 1, 489, 1, 489, 1, 489, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 493, 1, 493, 1, 493, 1, 493, 1, 493, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 1, 502, 1, 502, 1, 502, 1, 502, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 505, 1, 505, 1, 505, 1, 505, 1, 505, 1, 505, 1, 506, 1, 506, 1, 506, 1, 506, 1, 506, 1, 506, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 508, 1, 509, 1, 509, 1, 509, 1, 509, 1, 509, 1, 509, 1, 510, 1, 510, 1, 510, 1, 510, 1, 510, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 514, 1, 515, 1, 515, 1, 515, 1, 515, 1, 515, 1, 515, 1, 516, 1, 516, 1, 516, 1, 516, 1, 517, 1, 517, 1, 517, 1, 517, 1, 517, 1, 518, 1, 518, 1, 518, 1, 518, 1, 518, 1, 518, 1, 518, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 519, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 522, 1, 522, 1, 522, 1, 522, 1, 522, 1, 523, 1, 523, 1, 523, 1, 523, 1, 523, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 524, 1, 525, 1, 525, 1, 525, 1, 525, 1, 525, 1, 525, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 526, 1, 527, 1, 527, 1, 527, 1, 527, 1, 527, 1, 527, 1, 527, 1, 528, 1, 528, 1, 528, 1, 528, 1, 528, 1, 528, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, 532, 1, 532, 1, 532, 1, 532, 1, 532, 1, 532, 1, 532, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 1, 534, 1, 534, 1, 534, 1, 534, 1, 534, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 536, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 537, 1, 538, 1, 538, 1, 538, 1, 538, 1, 538, 1, 538, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 546, 1, 547, 1, 547, 1, 547, 1, 547, 1, 547, 1, 547, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 548, 1, 549, 1, 549, 1, 549, 1, 549, 1, 549, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 550, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 554, 1, 554, 5, 554, 5380, 8, 554, 10, 554, 12, 554, 5383, 9, 554, 1, 555, 1, 555, 1, 555, 3, 555, 5388, 8, 555, 1, 556, 1, 556, 3, 556, 5392, 8, 556, 1, 557, 1, 557, 3, 557, 5396, 8, 557, 1, 558, 1, 558, 1, 558, 1, 559, 1, 559, 1, 559, 1, 559, 5, 559, 5405, 8, 559, 10, 559, 12, 559, 5408, 9, 559, 1, 560, 1, 560, 1, 560, 1, 561, 1, 561, 1, 561, 1, 561, 5, 561, 5417, 8, 561, 10, 561, 12, 561, 5420, 9, 561, 1, 562, 1, 562, 1, 562, 1, 562, 1, 563, 1, 563, 1, 563, 1, 563, 1, 564, 1, 564, 1, 564, 1, 564, 1, 565, 1, 565, 1, 565, 1, 565, 1, 566, 1, 566, 1, 566, 1, 567, 1, 567, 1, 567, 1, 567, 5, 567, 5445, 8, 567, 10, 567, 12, 567, 5448, 9, 567, 1, 568, 1, 568, 1, 568, 1, 568, 1, 568, 1, 568, 1, 569, 1, 569, 1, 569, 1, 570, 1, 570, 1, 570, 1, 570, 1, 571, 1, 571, 3, 571, 5465, 8, 571, 1, 571, 1, 571, 1, 571, 1, 571, 1, 572, 1, 572, 5, 572, 5473, 8, 572, 10, 572, 12, 572, 5476, 9, 572, 1, 573, 1, 573, 1, 573, 1, 574, 1, 574, 1, 574, 5, 574, 5484, 8, 574, 10, 574, 12, 574, 5487, 9, 574, 1, 575, 1, 575, 1, 575, 1, 576, 1, 576, 1, 576, 1, 577, 1, 577, 1, 577, 1, 578, 1, 578, 1, 578, 5, 578, 5501, 8, 578, 10, 578, 12, 578, 5504, 9, 578, 1, 579, 1, 579, 1, 579, 1, 580, 1, 580, 1, 580, 1, 581, 1, 581, 1, 582, 1, 582, 1, 582, 1, 582, 1, 583, 1, 583, 1, 583, 3, 583, 5521, 8, 583, 1, 583, 1, 583, 3, 583, 5525, 8, 583, 1, 583, 3, 583, 5528, 8, 583, 1, 583, 1, 583, 1, 583, 1, 583, 3, 583, 5534, 8, 583, 1, 583, 3, 583, 5537, 8, 583, 1, 583, 1, 583, 1, 583, 3, 583, 5542, 8, 583, 1, 583, 1, 583, 3, 583, 5546, 8, 583, 1, 584, 4, 584, 5549, 8, 584, 11, 584, 12, 584, 5550, 1, 585, 1, 585, 1, 585, 5, 585, 5556, 8, 585, 10, 585, 12, 585, 5559, 9, 585, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 5, 586, 5569, 8, 586, 10, 586, 12, 586, 5572, 9, 586, 1, 586, 1, 586, 1, 587, 4, 587, 5577, 8, 587, 11, 587, 12, 587, 5578, 1, 587, 1, 587, 1, 588, 1, 588, 3, 588, 5585, 8, 588, 1, 588, 3, 588, 5588, 8, 588, 1, 588, 1, 588, 1, 589, 1, 589, 1, 589, 1, 589, 5, 589, 5596, 8, 589, 10, 589, 12, 589, 5599, 9, 589, 1, 589, 1, 589, 1, 590, 1, 590, 1, 590, 1, 590, 5, 590, 5607, 8, 590, 10, 590, 12, 590, 5610, 9, 590, 1, 590, 1, 590, 1, 590, 4, 590, 5615, 8, 590, 11, 590, 12, 590, 5616, 1, 590, 1, 590, 4, 590, 5621, 8, 590, 11, 590, 12, 590, 5622, 1, 590, 5, 590, 5626, 8, 590, 10, 590, 12, 590, 5629, 9, 590, 1, 590, 5, 590, 5632, 8, 590, 10, 590, 12, 590, 5635, 9, 590, 1, 590, 1, 590, 1, 590, 1, 590, 1, 590, 1, 591, 1, 591, 1, 591, 1, 591, 5, 591, 5646, 8, 591, 10, 591, 12, 591, 5649, 9, 591, 1, 591, 1, 591, 1, 591, 4, 591, 5654, 8, 591, 11, 591, 12, 591, 5655, 1, 591, 1, 591, 4, 591, 5660, 8, 591, 11, 591, 12, 591, 5661, 1, 591, 3, 591, 5665, 8, 591, 5, 591, 5667, 8, 591, 10, 591, 12, 591, 5670, 9, 591, 1, 591, 4, 591, 5673, 8, 591, 11, 591, 12, 591, 5674, 1, 591, 4, 591, 5678, 8, 591, 11, 591, 12, 591, 5679, 1, 591, 5, 591, 5683, 8, 591, 10, 591, 12, 591, 5686, 9, 591, 1, 591, 3, 591, 5689, 8, 591, 1, 592, 1, 592, 1, 592, 1, 592, 5, 592, 5695, 8, 592, 10, 592, 12, 592, 5698, 9, 592, 1, 592, 5, 592, 5701, 8, 592, 10, 592, 12, 592, 5704, 9, 592, 1, 592, 1, 592, 5, 592, 5708, 8, 592, 10, 592, 12, 592, 5711, 9, 592, 3, 592, 5713, 8, 592, 1, 593, 1, 593, 1, 593, 1, 594, 1, 594, 1, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 596, 1, 596, 3, 596, 5727, 8, 596, 1, 596, 1, 596, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 3, 597, 5751, 8, 597, 1, 597, 5, 597, 5754, 8, 597, 10, 597, 12, 597, 5757, 9, 597, 1, 598, 1, 598, 1, 598, 1, 598, 1, 598, 1, 599, 1, 599, 3, 599, 5766, 8, 599, 1, 599, 1, 599, 1, 600, 1, 600, 1, 600, 1, 600, 1, 600, 5, 600, 5775, 8, 600, 10, 600, 12, 600, 5778, 9, 600, 1, 601, 1, 601, 1, 601, 1, 601, 1, 601, 1, 602, 1, 602, 1, 602, 1, 602, 1, 602, 1, 602, 1, 603, 1, 603, 1, 603, 1, 603, 1, 603, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 606, 4, 606, 5807, 8, 606, 11, 606, 12, 606, 5808, 1, 606, 1, 606, 5, 606, 5813, 8, 606, 10, 606, 12, 606, 5816, 9, 606, 3, 606, 5818, 8, 606, 1, 607, 1, 607, 3, 607, 5822, 8, 607, 1, 607, 1, 607, 1, 607, 1, 607, 0, 0, 608, 5, 1, 7, 2, 9, 3, 11, 4, 13, 5, 15, 6, 17, 7, 19, 8, 21, 9, 23, 10, 25, 11, 27, 12, 29, 13, 31, 14, 33, 15, 35, 16, 37, 17, 39, 18, 41, 19, 43, 20, 45, 21, 47, 22, 49, 23, 51, 24, 53, 25, 55, 26, 57, 27, 59, 28, 61, 29, 63, 0, 65, 0, 67, 0, 69, 0, 71, 30, 73, 31, 75, 32, 77, 33, 79, 34, 81, 35, 83, 36, 85, 37, 87, 38, 89, 39, 91, 40, 93, 41, 95, 42, 97, 43, 99, 44, 101, 45, 103, 46, 105, 47, 107, 48, 109, 49, 111, 50, 113, 51, 115, 52, 117, 53, 119, 54, 121, 55, 123, 56, 125, 57, 127, 58, 129, 59, 131, 60, 133, 61, 135, 62, 137, 63, 139, 64, 141, 65, 143, 66, 145, 67, 147, 68, 149, 69, 151, 70, 153, 71, 155, 72, 157, 73, 159, 74, 161, 75, 163, 76, 165, 77, 167, 78, 169, 79, 171, 80, 173, 81, 175, 82, 177, 83, 179, 84, 181, 85, 183, 86, 185, 87, 187, 88, 189, 89, 191, 90, 193, 91, 195, 92, 197, 93, 199, 94, 201, 95, 203, 96, 205, 97, 207, 98, 209, 99, 211, 100, 213, 101, 215, 102, 217, 103, 219, 104, 221, 105, 223, 106, 225, 107, 227, 108, 229, 109, 231, 110, 233, 111, 235, 112, 237, 113, 239, 114, 241, 115, 243, 116, 245, 117, 247, 118, 249, 119, 251, 120, 253, 121, 255, 122, 257, 123, 259, 124, 261, 125, 263, 126, 265, 127, 267, 128, 269, 129, 271, 130, 273, 131, 275, 132, 277, 133, 279, 134, 281, 135, 283, 136, 285, 137, 287, 138, 289, 139, 291, 140, 293, 141, 295, 142, 297, 143, 299, 144, 301, 145, 303, 146, 305, 147, 307, 148, 309, 149, 311, 150, 313, 151, 315, 152, 317, 153, 319, 154, 321, 155, 323, 156, 325, 157, 327, 158, 329, 159, 331, 160, 333, 161, 335, 162, 337, 163, 339, 164, 341, 165, 343, 166, 345, 167, 347, 168, 349, 169, 351, 170, 353, 171, 355, 172, 357, 173, 359, 174, 361, 175, 363, 176, 365, 177, 367, 178, 369, 179, 371, 180, 373, 181, 375, 182, 377, 183, 379, 184, 381, 185, 383, 186, 385, 187, 387, 188, 389, 189, 391, 190, 393, 191, 395, 192, 397, 193, 399, 194, 401, 195, 403, 196, 405, 197, 407, 198, 409, 199, 411, 200, 413, 201, 415, 202, 417, 203, 419, 204, 421, 205, 423, 206, 425, 207, 427, 208, 429, 209, 431, 210, 433, 211, 435, 212, 437, 213, 439, 214, 441, 215, 443, 216, 445, 217, 447, 218, 449, 219, 451, 220, 453, 221, 455, 222, 457, 223, 459, 224, 461, 225, 463, 226, 465, 227, 467, 228, 469, 229, 471, 230, 473, 231, 475, 232, 477, 233, 479, 234, 481, 235, 483, 236, 485, 237, 487, 238, 489, 239, 491, 240, 493, 241, 495, 242, 497, 243, 499, 244, 501, 245, 503, 246, 505, 247, 507, 248, 509, 249, 511, 250, 513, 251, 515, 252, 517, 253, 519, 254, 521, 255, 523, 256, 525, 257, 527, 258, 529, 259, 531, 260, 533, 261, 535, 262, 537, 263, 539, 264, 541, 265, 543, 266, 545, 267, 547, 268, 549, 269, 551, 270, 553, 271, 555, 272, 557, 273, 559, 274, 561, 275, 563, 276, 565, 277, 567, 278, 569, 279, 571, 280, 573, 281, 575, 282, 577, 283, 579, 284, 581, 285, 583, 286, 585, 287, 587, 288, 589, 289, 591, 290, 593, 291, 595, 292, 597, 293, 599, 294, 601, 295, 603, 296, 605, 297, 607, 298, 609, 299, 611, 300, 613, 301, 615, 302, 617, 303, 619, 304, 621, 305, 623, 306, 625, 307, 627, 308, 629, 309, 631, 310, 633, 311, 635, 312, 637, 313, 639, 314, 641, 315, 643, 316, 645, 317, 647, 318, 649, 319, 651, 320, 653, 321, 655, 322, 657, 323, 659, 324, 661, 325, 663, 326, 665, 327, 667, 328, 669, 329, 671, 330, 673, 331, 675, 332, 677, 333, 679, 334, 681, 335, 683, 336, 685, 337, 687, 338, 689, 339, 691, 340, 693, 341, 695, 342, 697, 343, 699, 344, 701, 345, 703, 346, 705, 347, 707, 348, 709, 349, 711, 350, 713, 351, 715, 352, 717, 353, 719, 354, 721, 355, 723, 356, 725, 357, 727, 358, 729, 359, 731, 360, 733, 361, 735, 362, 737, 363, 739, 364, 741, 365, 743, 366, 745, 367, 747, 368, 749, 369, 751, 370, 753, 371, 755, 372, 757, 373, 759, 374, 761, 375, 763, 376, 765, 377, 767, 378, 769, 379, 771, 380, 773, 381, 775, 382, 777, 383, 779, 384, 781, 385, 783, 386, 785, 387, 787, 388, 789, 389, 791, 390, 793, 391, 795, 392, 797, 393, 799, 394, 801, 395, 803, 396, 805, 397, 807, 398, 809, 399, 811, 400, 813, 401, 815, 402, 817, 403, 819, 404, 821, 405, 823, 406, 825, 407, 827, 408, 829, 409, 831, 410, 833, 411, 835, 412, 837, 413, 839, 414, 841, 415, 843, 416, 845, 417, 847, 418, 849, 419, 851, 420, 853, 421, 855, 422, 857, 423, 859, 424, 861, 425, 863, 426, 865, 427, 867, 428, 869, 429, 871, 430, 873, 431, 875, 432, 877, 433, 879, 434, 881, 435, 883, 436, 885, 437, 887, 438, 889, 439, 891, 440, 893, 441, 895, 442, 897, 443, 899, 444, 901, 445, 903, 446, 905, 447, 907, 448, 909, 449, 911, 450, 913, 451, 915, 452, 917, 453, 919, 454, 921, 455, 923, 456, 925, 457, 927, 458, 929, 459, 931, 460, 933, 461, 935, 462, 937, 463, 939, 464, 941, 465, 943, 466, 945, 467, 947, 468, 949, 469, 951, 470, 953, 471, 955, 472, 957, 473, 959, 474, 961, 475, 963, 476, 965, 477, 967, 478, 969, 479, 971, 480, 973, 481, 975, 482, 977, 483, 979, 484, 981, 485, 983, 486, 985, 487, 987, 488, 989, 489, 991, 490, 993, 491, 995, 492, 997, 493, 999, 494, 1001, 495, 1003, 496, 1005, 497, 1007, 498, 1009, 499, 1011, 500, 1013, 501, 1015, 502, 1017, 503, 1019, 504, 1021, 505, 1023, 506, 1025, 507, 1027, 508, 1029, 509, 1031, 510, 1033, 511, 1035, 512, 1037, 513, 1039, 514, 1041, 515, 1043, 516, 1045, 517, 1047, 518, 1049, 519, 1051, 520, 1053, 521, 1055, 522, 1057, 523, 1059, 524, 1061, 525, 1063, 526, 1065, 527, 1067, 528, 1069, 529, 1071, 530, 1073, 531, 1075, 532, 1077, 533, 1079, 534, 1081, 535, 1083, 536, 1085, 537, 1087, 538, 1089, 539, 1091, 540, 1093, 541, 1095, 542, 1097, 543, 1099, 544, 1101, 545, 1103, 546, 1105, 547, 1107, 548, 1109, 549, 1111, 550, 1113, 551, 1115, 0, 1117, 0, 1119, 0, 1121, 552, 1123, 553, 1125, 554, 1127, 555, 1129, 556, 1131, 557, 1133, 558, 1135, 559, 1137, 560, 1139, 561, 1141, 0, 1143, 562, 1145, 563, 1147, 564, 1149, 0, 1151, 565, 1153, 566, 1155, 567, 1157, 568, 1159, 569, 1161, 570, 1163, 571, 1165, 572, 1167, 573, 1169, 574, 1171, 575, 1173, 0, 1175, 576, 1177, 577, 1179, 578, 1181, 579, 1183, 580, 1185, 581, 1187, 582, 1189, 583, 1191, 584, 1193, 585, 1195, 586, 1197, 587, 1199, 0, 1201, 588, 1203, 589, 1205, 0, 1207, 0, 1209, 0, 1211, 0, 1213, 0, 1215, 592, 1217, 590, 1219, 591, 5, 0, 1, 2, 3, 4, 51, 1, 0, 48, 57, 2, 0, 43, 43, 45, 45, 2, 0, 45, 45, 47, 47, 9, 0, 33, 33, 35, 35, 37, 38, 42, 42, 60, 64, 94, 94, 96, 96, 124, 124, 126, 126, 2, 0, 42, 43, 60, 62, 8, 0, 33, 33, 35, 35, 37, 38, 63, 64, 94, 94, 96, 96, 124, 124, 126, 126, 2, 0, 65, 65, 97, 97, 2, 0, 76, 76, 108, 108, 2, 0, 78, 78, 110, 110, 2, 0, 89, 89, 121, 121, 2, 0, 83, 83, 115, 115, 2, 0, 69, 69, 101, 101, 2, 0, 90, 90, 122, 122, 2, 0, 68, 68, 100, 100, 2, 0, 82, 82, 114, 114, 2, 0, 67, 67, 99, 99, 2, 0, 77, 77, 109, 109, 2, 0, 84, 84, 116, 116, 2, 0, 73, 73, 105, 105, 2, 0, 66, 66, 98, 98, 2, 0, 79, 79, 111, 111, 2, 0, 72, 72, 104, 104, 2, 0, 75, 75, 107, 107, 2, 0, 85, 85, 117, 117, 2, 0, 71, 71, 103, 103, 2, 0, 80, 80, 112, 112, 2, 0, 70, 70, 102, 102, 2, 0, 88, 88, 120, 120, 2, 0, 86, 86, 118, 118, 2, 0, 81, 81, 113, 113, 2, 0, 87, 87, 119, 119, 2, 0, 74, 74, 106, 106, 10, 0, 65, 90, 95, 95, 97, 122, 170, 170, 181, 181, 186, 186, 192, 214, 224, 246, 248, 55295, 57344, 65535, 1, 0, 55296, 56319, 1, 0, 56320, 57343, 2, 0, 0, 0, 34, 34, 1, 0, 34, 34, 1, 0, 39, 39, 1, 0, 48, 49, 3, 0, 48, 57, 65, 70, 97, 102, 3, 0, 65, 90, 95, 95, 97, 122, 5, 0, 36, 36, 48, 57, 65, 90, 95, 95, 97, 122, 2, 0, 34, 34, 92, 92, 2, 0, 9, 9, 32, 32, 2, 0, 10, 10, 13, 13, 2, 0, 42, 42, 47, 47, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 3, 0, 10, 10, 13, 13, 34, 34, 4, 0, 85, 85, 88, 88, 117, 117, 120, 120, 2, 0, 39, 39, 92, 92, 1, 0, 36, 36, 5896, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 19, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 61, 1, 0, 0, 0, 0, 63, 1, 0, 0, 0, 0, 71, 1, 0, 0, 0, 0, 73, 1, 0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 77, 1, 0, 0, 0, 0, 79, 1, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 85, 1, 0, 0, 0, 0, 87, 1, 0, 0, 0, 0, 89, 1, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 93, 1, 0, 0, 0, 0, 95, 1, 0, 0, 0, 0, 97, 1, 0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 101, 1, 0, 0, 0, 0, 103, 1, 0, 0, 0, 0, 105, 1, 0, 0, 0, 0, 107, 1, 0, 0, 0, 0, 109, 1, 0, 0, 0, 0, 111, 1, 0, 0, 0, 0, 113, 1, 0, 0, 0, 0, 115, 1, 0, 0, 0, 0, 117, 1, 0, 0, 0, 0, 119, 1, 0, 0, 0, 0, 121, 1, 0, 0, 0, 0, 123, 1, 0, 0, 0, 0, 125, 1, 0, 0, 0, 0, 127, 1, 0, 0, 0, 0, 129, 1, 0, 0, 0, 0, 131, 1, 0, 0, 0, 0, 133, 1, 0, 0, 0, 0, 135, 1, 0, 0, 0, 0, 137, 1, 0, 0, 0, 0, 139, 1, 0, 0, 0, 0, 141, 1, 0, 0, 0, 0, 143, 1, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 147, 1, 0, 0, 0, 0, 149, 1, 0, 0, 0, 0, 151, 1, 0, 0, 0, 0, 153, 1, 0, 0, 0, 0, 155, 1, 0, 0, 0, 0, 157, 1, 0, 0, 0, 0, 159, 1, 0, 0, 0, 0, 161, 1, 0, 0, 0, 0, 163, 1, 0, 0, 0, 0, 165, 1, 0, 0, 0, 0, 167, 1, 0, 0, 0, 0, 169, 1, 0, 0, 0, 0, 171, 1, 0, 0, 0, 0, 173, 1, 0, 0, 0, 0, 175, 1, 0, 0, 0, 0, 177, 1, 0, 0, 0, 0, 179, 1, 0, 0, 0, 0, 181, 1, 0, 0, 0, 0, 183, 1, 0, 0, 0, 0, 185, 1, 0, 0, 0, 0, 187, 1, 0, 0, 0, 0, 189, 1, 0, 0, 0, 0, 191, 1, 0, 0, 0, 0, 193, 1, 0, 0, 0, 0, 195, 1, 0, 0, 0, 0, 197, 1, 0, 0, 0, 0, 199, 1, 0, 0, 0, 0, 201, 1, 0, 0, 0, 0, 203, 1, 0, 0, 0, 0, 205, 1, 0, 0, 0, 0, 207, 1, 0, 0, 0, 0, 209, 1, 0, 0, 0, 0, 211, 1, 0, 0, 0, 0, 213, 1, 0, 0, 0, 0, 215, 1, 0, 0, 0, 0, 217, 1, 0, 0, 0, 0, 219, 1, 0, 0, 0, 0, 221, 1, 0, 0, 0, 0, 223, 1, 0, 0, 0, 0, 225, 1, 0, 0, 0, 0, 227, 1, 0, 0, 0, 0, 229, 1, 0, 0, 0, 0, 231, 1, 0, 0, 0, 0, 233, 1, 0, 0, 0, 0, 235, 1, 0, 0, 0, 0, 237, 1, 0, 0, 0, 0, 239, 1, 0, 0, 0, 0, 241, 1, 0, 0, 0, 0, 243, 1, 0, 0, 0, 0, 245, 1, 0, 0, 0, 0, 247, 1, 0, 0, 0, 0, 249, 1, 0, 0, 0, 0, 251, 1, 0, 0, 0, 0, 253, 1, 0, 0, 0, 0, 255, 1, 0, 0, 0, 0, 257, 1, 0, 0, 0, 0, 259, 1, 0, 0, 0, 0, 261, 1, 0, 0, 0, 0, 263, 1, 0, 0, 0, 0, 265, 1, 0, 0, 0, 0, 267, 1, 0, 0, 0, 0, 269, 1, 0, 0, 0, 0, 271, 1, 0, 0, 0, 0, 273, 1, 0, 0, 0, 0, 275, 1, 0, 0, 0, 0, 277, 1, 0, 0, 0, 0, 279, 1, 0, 0, 0, 0, 281, 1, 0, 0, 0, 0, 283, 1, 0, 0, 0, 0, 285, 1, 0, 0, 0, 0, 287, 1, 0, 0, 0, 0, 289, 1, 0, 0, 0, 0, 291, 1, 0, 0, 0, 0, 293, 1, 0, 0, 0, 0, 295, 1, 0, 0, 0, 0, 297, 1, 0, 0, 0, 0, 299, 1, 0, 0, 0, 0, 301, 1, 0, 0, 0, 0, 303, 1, 0, 0, 0, 0, 305, 1, 0, 0, 0, 0, 307, 1, 0, 0, 0, 0, 309, 1, 0, 0, 0, 0, 311, 1, 0, 0, 0, 0, 313, 1, 0, 0, 0, 0, 315, 1, 0, 0, 0, 0, 317, 1, 0, 0, 0, 0, 319, 1, 0, 0, 0, 0, 321, 1, 0, 0, 0, 0, 323, 1, 0, 0, 0, 0, 325, 1, 0, 0, 0, 0, 327, 1, 0, 0, 0, 0, 329, 1, 0, 0, 0, 0, 331, 1, 0, 0, 0, 0, 333, 1, 0, 0, 0, 0, 335, 1, 0, 0, 0, 0, 337, 1, 0, 0, 0, 0, 339, 1, 0, 0, 0, 0, 341, 1, 0, 0, 0, 0, 343, 1, 0, 0, 0, 0, 345, 1, 0, 0, 0, 0, 347, 1, 0, 0, 0, 0, 349, 1, 0, 0, 0, 0, 351, 1, 0, 0, 0, 0, 353, 1, 0, 0, 0, 0, 355, 1, 0, 0, 0, 0, 357, 1, 0, 0, 0, 0, 359, 1, 0, 0, 0, 0, 361, 1, 0, 0, 0, 0, 363, 1, 0, 0, 0, 0, 365, 1, 0, 0, 0, 0, 367, 1, 0, 0, 0, 0, 369, 1, 0, 0, 0, 0, 371, 1, 0, 0, 0, 0, 373, 1, 0, 0, 0, 0, 375, 1, 0, 0, 0, 0, 377, 1, 0, 0, 0, 0, 379, 1, 0, 0, 0, 0, 381, 1, 0, 0, 0, 0, 383, 1, 0, 0, 0, 0, 385, 1, 0, 0, 0, 0, 387, 1, 0, 0, 0, 0, 389, 1, 0, 0, 0, 0, 391, 1, 0, 0, 0, 0, 393, 1, 0, 0, 0, 0, 395, 1, 0, 0, 0, 0, 397, 1, 0, 0, 0, 0, 399, 1, 0, 0, 0, 0, 401, 1, 0, 0, 0, 0, 403, 1, 0, 0, 0, 0, 405, 1, 0, 0, 0, 0, 407, 1, 0, 0, 0, 0, 409, 1, 0, 0, 0, 0, 411, 1, 0, 0, 0, 0, 413, 1, 0, 0, 0, 0, 415, 1, 0, 0, 0, 0, 417, 1, 0, 0, 0, 0, 419, 1, 0, 0, 0, 0, 421, 1, 0, 0, 0, 0, 423, 1, 0, 0, 0, 0, 425, 1, 0, 0, 0, 0, 427, 1, 0, 0, 0, 0, 429, 1, 0, 0, 0, 0, 431, 1, 0, 0, 0, 0, 433, 1, 0, 0, 0, 0, 435, 1, 0, 0, 0, 0, 437, 1, 0, 0, 0, 0, 439, 1, 0, 0, 0, 0, 441, 1, 0, 0, 0, 0, 443, 1, 0, 0, 0, 0, 445, 1, 0, 0, 0, 0, 447, 1, 0, 0, 0, 0, 449, 1, 0, 0, 0, 0, 451, 1, 0, 0, 0, 0, 453, 1, 0, 0, 0, 0, 455, 1, 0, 0, 0, 0, 457, 1, 0, 0, 0, 0, 459, 1, 0, 0, 0, 0, 461, 1, 0, 0, 0, 0, 463, 1, 0, 0, 0, 0, 465, 1, 0, 0, 0, 0, 467, 1, 0, 0, 0, 0, 469, 1, 0, 0, 0, 0, 471, 1, 0, 0, 0, 0, 473, 1, 0, 0, 0, 0, 475, 1, 0, 0, 0, 0, 477, 1, 0, 0, 0, 0, 479, 1, 0, 0, 0, 0, 481, 1, 0, 0, 0, 0, 483, 1, 0, 0, 0, 0, 485, 1, 0, 0, 0, 0, 487, 1, 0, 0, 0, 0, 489, 1, 0, 0, 0, 0, 491, 1, 0, 0, 0, 0, 493, 1, 0, 0, 0, 0, 495, 1, 0, 0, 0, 0, 497, 1, 0, 0, 0, 0, 499, 1, 0, 0, 0, 0, 501, 1, 0, 0, 0, 0, 503, 1, 0, 0, 0, 0, 505, 1, 0, 0, 0, 0, 507, 1, 0, 0, 0, 0, 509, 1, 0, 0, 0, 0, 511, 1, 0, 0, 0, 0, 513, 1, 0, 0, 0, 0, 515, 1, 0, 0, 0, 0, 517, 1, 0, 0, 0, 0, 519, 1, 0, 0, 0, 0, 521, 1, 0, 0, 0, 0, 523, 1, 0, 0, 0, 0, 525, 1, 0, 0, 0, 0, 527, 1, 0, 0, 0, 0, 529, 1, 0, 0, 0, 0, 531, 1, 0, 0, 0, 0, 533, 1, 0, 0, 0, 0, 535, 1, 0, 0, 0, 0, 537, 1, 0, 0, 0, 0, 539, 1, 0, 0, 0, 0, 541, 1, 0, 0, 0, 0, 543, 1, 0, 0, 0, 0, 545, 1, 0, 0, 0, 0, 547, 1, 0, 0, 0, 0, 549, 1, 0, 0, 0, 0, 551, 1, 0, 0, 0, 0, 553, 1, 0, 0, 0, 0, 555, 1, 0, 0, 0, 0, 557, 1, 0, 0, 0, 0, 559, 1, 0, 0, 0, 0, 561, 1, 0, 0, 0, 0, 563, 1, 0, 0, 0, 0, 565, 1, 0, 0, 0, 0, 567, 1, 0, 0, 0, 0, 569, 1, 0, 0, 0, 0, 571, 1, 0, 0, 0, 0, 573, 1, 0, 0, 0, 0, 575, 1, 0, 0, 0, 0, 577, 1, 0, 0, 0, 0, 579, 1, 0, 0, 0, 0, 581, 1, 0, 0, 0, 0, 583, 1, 0, 0, 0, 0, 585, 1, 0, 0, 0, 0, 587, 1, 0, 0, 0, 0, 589, 1, 0, 0, 0, 0, 591, 1, 0, 0, 0, 0, 593, 1, 0, 0, 0, 0, 595, 1, 0, 0, 0, 0, 597, 1, 0, 0, 0, 0, 599, 1, 0, 0, 0, 0, 601, 1, 0, 0, 0, 0, 603, 1, 0, 0, 0, 0, 605, 1, 0, 0, 0, 0, 607, 1, 0, 0, 0, 0, 609, 1, 0, 0, 0, 0, 611, 1, 0, 0, 0, 0, 613, 1, 0, 0, 0, 0, 615, 1, 0, 0, 0, 0, 617, 1, 0, 0, 0, 0, 619, 1, 0, 0, 0, 0, 621, 1, 0, 0, 0, 0, 623, 1, 0, 0, 0, 0, 625, 1, 0, 0, 0, 0, 627, 1, 0, 0, 0, 0, 629, 1, 0, 0, 0, 0, 631, 1, 0, 0, 0, 0, 633, 1, 0, 0, 0, 0, 635, 1, 0, 0, 0, 0, 637, 1, 0, 0, 0, 0, 639, 1, 0, 0, 0, 0, 641, 1, 0, 0, 0, 0, 643, 1, 0, 0, 0, 0, 645, 1, 0, 0, 0, 0, 647, 1, 0, 0, 0, 0, 649, 1, 0, 0, 0, 0, 651, 1, 0, 0, 0, 0, 653, 1, 0, 0, 0, 0, 655, 1, 0, 0, 0, 0, 657, 1, 0, 0, 0, 0, 659, 1, 0, 0, 0, 0, 661, 1, 0, 0, 0, 0, 663, 1, 0, 0, 0, 0, 665, 1, 0, 0, 0, 0, 667, 1, 0, 0, 0, 0, 669, 1, 0, 0, 0, 0, 671, 1, 0, 0, 0, 0, 673, 1, 0, 0, 0, 0, 675, 1, 0, 0, 0, 0, 677, 1, 0, 0, 0, 0, 679, 1, 0, 0, 0, 0, 681, 1, 0, 0, 0, 0, 683, 1, 0, 0, 0, 0, 685, 1, 0, 0, 0, 0, 687, 1, 0, 0, 0, 0, 689, 1, 0, 0, 0, 0, 691, 1, 0, 0, 0, 0, 693, 1, 0, 0, 0, 0, 695, 1, 0, 0, 0, 0, 697, 1, 0, 0, 0, 0, 699, 1, 0, 0, 0, 0, 701, 1, 0, 0, 0, 0, 703, 1, 0, 0, 0, 0, 705, 1, 0, 0, 0, 0, 707, 1, 0, 0, 0, 0, 709, 1, 0, 0, 0, 0, 711, 1, 0, 0, 0, 0, 713, 1, 0, 0, 0, 0, 715, 1, 0, 0, 0, 0, 717, 1, 0, 0, 0, 0, 719, 1, 0, 0, 0, 0, 721, 1, 0, 0, 0, 0, 723, 1, 0, 0, 0, 0, 725, 1, 0, 0, 0, 0, 727, 1, 0, 0, 0, 0, 729, 1, 0, 0, 0, 0, 731, 1, 0, 0, 0, 0, 733, 1, 0, 0, 0, 0, 735, 1, 0, 0, 0, 0, 737, 1, 0, 0, 0, 0, 739, 1, 0, 0, 0, 0, 741, 1, 0, 0, 0, 0, 743, 1, 0, 0, 0, 0, 745, 1, 0, 0, 0, 0, 747, 1, 0, 0, 0, 0, 749, 1, 0, 0, 0, 0, 751, 1, 0, 0, 0, 0, 753, 1, 0, 0, 0, 0, 755, 1, 0, 0, 0, 0, 757, 1, 0, 0, 0, 0, 759, 1, 0, 0, 0, 0, 761, 1, 0, 0, 0, 0, 763, 1, 0, 0, 0, 0, 765, 1, 0, 0, 0, 0, 767, 1, 0, 0, 0, 0, 769, 1, 0, 0, 0, 0, 771, 1, 0, 0, 0, 0, 773, 1, 0, 0, 0, 0, 775, 1, 0, 0, 0, 0, 777, 1, 0, 0, 0, 0, 779, 1, 0, 0, 0, 0, 781, 1, 0, 0, 0, 0, 783, 1, 0, 0, 0, 0, 785, 1, 0, 0, 0, 0, 787, 1, 0, 0, 0, 0, 789, 1, 0, 0, 0, 0, 791, 1, 0, 0, 0, 0, 793, 1, 0, 0, 0, 0, 795, 1, 0, 0, 0, 0, 797, 1, 0, 0, 0, 0, 799, 1, 0, 0, 0, 0, 801, 1, 0, 0, 0, 0, 803, 1, 0, 0, 0, 0, 805, 1, 0, 0, 0, 0, 807, 1, 0, 0, 0, 0, 809, 1, 0, 0, 0, 0, 811, 1, 0, 0, 0, 0, 813, 1, 0, 0, 0, 0, 815, 1, 0, 0, 0, 0, 817, 1, 0, 0, 0, 0, 819, 1, 0, 0, 0, 0, 821, 1, 0, 0, 0, 0, 823, 1, 0, 0, 0, 0, 825, 1, 0, 0, 0, 0, 827, 1, 0, 0, 0, 0, 829, 1, 0, 0, 0, 0, 831, 1, 0, 0, 0, 0, 833, 1, 0, 0, 0, 0, 835, 1, 0, 0, 0, 0, 837, 1, 0, 0, 0, 0, 839, 1, 0, 0, 0, 0, 841, 1, 0, 0, 0, 0, 843, 1, 0, 0, 0, 0, 845, 1, 0, 0, 0, 0, 847, 1, 0, 0, 0, 0, 849, 1, 0, 0, 0, 0, 851, 1, 0, 0, 0, 0, 853, 1, 0, 0, 0, 0, 855, 1, 0, 0, 0, 0, 857, 1, 0, 0, 0, 0, 859, 1, 0, 0, 0, 0, 861, 1, 0, 0, 0, 0, 863, 1, 0, 0, 0, 0, 865, 1, 0, 0, 0, 0, 867, 1, 0, 0, 0, 0, 869, 1, 0, 0, 0, 0, 871, 1, 0, 0, 0, 0, 873, 1, 0, 0, 0, 0, 875, 1, 0, 0, 0, 0, 877, 1, 0, 0, 0, 0, 879, 1, 0, 0, 0, 0, 881, 1, 0, 0, 0, 0, 883, 1, 0, 0, 0, 0, 885, 1, 0, 0, 0, 0, 887, 1, 0, 0, 0, 0, 889, 1, 0, 0, 0, 0, 891, 1, 0, 0, 0, 0, 893, 1, 0, 0, 0, 0, 895, 1, 0, 0, 0, 0, 897, 1, 0, 0, 0, 0, 899, 1, 0, 0, 0, 0, 901, 1, 0, 0, 0, 0, 903, 1, 0, 0, 0, 0, 905, 1, 0, 0, 0, 0, 907, 1, 0, 0, 0, 0, 909, 1, 0, 0, 0, 0, 911, 1, 0, 0, 0, 0, 913, 1, 0, 0, 0, 0, 915, 1, 0, 0, 0, 0, 917, 1, 0, 0, 0, 0, 919, 1, 0, 0, 0, 0, 921, 1, 0, 0, 0, 0, 923, 1, 0, 0, 0, 0, 925, 1, 0, 0, 0, 0, 927, 1, 0, 0, 0, 0, 929, 1, 0, 0, 0, 0, 931, 1, 0, 0, 0, 0, 933, 1, 0, 0, 0, 0, 935, 1, 0, 0, 0, 0, 937, 1, 0, 0, 0, 0, 939, 1, 0, 0, 0, 0, 941, 1, 0, 0, 0, 0, 943, 1, 0, 0, 0, 0, 945, 1, 0, 0, 0, 0, 947, 1, 0, 0, 0, 0, 949, 1, 0, 0, 0, 0, 951, 1, 0, 0, 0, 0, 953, 1, 0, 0, 0, 0, 955, 1, 0, 0, 0, 0, 957, 1, 0, 0, 0, 0, 959, 1, 0, 0, 0, 0, 961, 1, 0, 0, 0, 0, 963, 1, 0, 0, 0, 0, 965, 1, 0, 0, 0, 0, 967, 1, 0, 0, 0, 0, 969, 1, 0, 0, 0, 0, 971, 1, 0, 0, 0, 0, 973, 1, 0, 0, 0, 0, 975, 1, 0, 0, 0, 0, 977, 1, 0, 0, 0, 0, 979, 1, 0, 0, 0, 0, 981, 1, 0, 0, 0, 0, 983, 1, 0, 0, 0, 0, 985, 1, 0, 0, 0, 0, 987, 1, 0, 0, 0, 0, 989, 1, 0, 0, 0, 0, 991, 1, 0, 0, 0, 0, 993, 1, 0, 0, 0, 0, 995, 1, 0, 0, 0, 0, 997, 1, 0, 0, 0, 0, 999, 1, 0, 0, 0, 0, 1001, 1, 0, 0, 0, 0, 1003, 1, 0, 0, 0, 0, 1005, 1, 0, 0, 0, 0, 1007, 1, 0, 0, 0, 0, 1009, 1, 0, 0, 0, 0, 1011, 1, 0, 0, 0, 0, 1013, 1, 0, 0, 0, 0, 1015, 1, 0, 0, 0, 0, 1017, 1, 0, 0, 0, 0, 1019, 1, 0, 0, 0, 0, 1021, 1, 0, 0, 0, 0, 1023, 1, 0, 0, 0, 0, 1025, 1, 0, 0, 0, 0, 1027, 1, 0, 0, 0, 0, 1029, 1, 0, 0, 0, 0, 1031, 1, 0, 0, 0, 0, 1033, 1, 0, 0, 0, 0, 1035, 1, 0, 0, 0, 0, 1037, 1, 0, 0, 0, 0, 1039, 1, 0, 0, 0, 0, 1041, 1, 0, 0, 0, 0, 1043, 1, 0, 0, 0, 0, 1045, 1, 0, 0, 0, 0, 1047, 1, 0, 0, 0, 0, 1049, 1, 0, 0, 0, 0, 1051, 1, 0, 0, 0, 0, 1053, 1, 0, 0, 0, 0, 1055, 1, 0, 0, 0, 0, 1057, 1, 0, 0, 0, 0, 1059, 1, 0, 0, 0, 0, 1061, 1, 0, 0, 0, 0, 1063, 1, 0, 0, 0, 0, 1065, 1, 0, 0, 0, 0, 1067, 1, 0, 0, 0, 0, 1069, 1, 0, 0, 0, 0, 1071, 1, 0, 0, 0, 0, 1073, 1, 0, 0, 0, 0, 1075, 1, 0, 0, 0, 0, 1077, 1, 0, 0, 0, 0, 1079, 1, 0, 0, 0, 0, 1081, 1, 0, 0, 0, 0, 1083, 1, 0, 0, 0, 0, 1085, 1, 0, 0, 0, 0, 1087, 1, 0, 0, 0, 0, 1089, 1, 0, 0, 0, 0, 1091, 1, 0, 0, 0, 0, 1093, 1, 0, 0, 0, 0, 1095, 1, 0, 0, 0, 0, 1097, 1, 0, 0, 0, 0, 1099, 1, 0, 0, 0, 0, 1101, 1, 0, 0, 0, 0, 1103, 1, 0, 0, 0, 0, 1105, 1, 0, 0, 0, 0, 1107, 1, 0, 0, 0, 0, 1109, 1, 0, 0, 0, 0, 1111, 1, 0, 0, 0, 0, 1113, 1, 0, 0, 0, 0, 1121, 1, 0, 0, 0, 0, 1123, 1, 0, 0, 0, 0, 1125, 1, 0, 0, 0, 0, 1127, 1, 0, 0, 0, 0, 1129, 1, 0, 0, 0, 0, 1131, 1, 0, 0, 0, 0, 1133, 1, 0, 0, 0, 0, 1135, 1, 0, 0, 0, 0, 1137, 1, 0, 0, 0, 0, 1139, 1, 0, 0, 0, 0, 1141, 1, 0, 0, 0, 0, 1143, 1, 0, 0, 0, 0, 1145, 1, 0, 0, 0, 0, 1147, 1, 0, 0, 0, 0, 1151, 1, 0, 0, 0, 0, 1153, 1, 0, 0, 0, 0, 1155, 1, 0, 0, 0, 0, 1157, 1, 0, 0, 0, 0, 1159, 1, 0, 0, 0, 0, 1161, 1, 0, 0, 0, 0, 1163, 1, 0, 0, 0, 0, 1165, 1, 0, 0, 0, 0, 1167, 1, 0, 0, 0, 0, 1169, 1, 0, 0, 0, 0, 1171, 1, 0, 0, 0, 0, 1175, 1, 0, 0, 0, 0, 1177, 1, 0, 0, 0, 0, 1179, 1, 0, 0, 0, 0, 1181, 1, 0, 0, 0, 0, 1183, 1, 0, 0, 0, 0, 1185, 1, 0, 0, 0, 0, 1187, 1, 0, 0, 0, 0, 1189, 1, 0, 0, 0, 0, 1191, 1, 0, 0, 0, 0, 1193, 1, 0, 0, 0, 1, 1195, 1, 0, 0, 0, 1, 1197, 1, 0, 0, 0, 1, 1201, 1, 0, 0, 0, 1, 1203, 1, 0, 0, 0, 2, 1207, 1, 0, 0, 0, 2, 1209, 1, 0, 0, 0, 3, 1211, 1, 0, 0, 0, 3, 1213, 1, 0, 0, 0, 3, 1215, 1, 0, 0, 0, 4, 1217, 1, 0, 0, 0, 4, 1219, 1, 0, 0, 0, 5, 1221, 1, 0, 0, 0, 7, 1223, 1, 0, 0, 0, 9, 1225, 1, 0, 0, 0, 11, 1227, 1, 0, 0, 0, 13, 1229, 1, 0, 0, 0, 15, 1231, 1, 0, 0, 0, 17, 1233, 1, 0, 0, 0, 19, 1235, 1, 0, 0, 0, 21, 1237, 1, 0, 0, 0, 23, 1239, 1, 0, 0, 0, 25, 1241, 1, 0, 0, 0, 27, 1243, 1, 0, 0, 0, 29, 1245, 1, 0, 0, 0, 31, 1247, 1, 0, 0, 0, 33, 1249, 1, 0, 0, 0, 35, 1251, 1, 0, 0, 0, 37, 1253, 1, 0, 0, 0, 39, 1255, 1, 0, 0, 0, 41, 1258, 1, 0, 0, 0, 43, 1261, 1, 0, 0, 0, 45, 1264, 1, 0, 0, 0, 47, 1267, 1, 0, 0, 0, 49, 1270, 1, 0, 0, 0, 51, 1273, 1, 0, 0, 0, 53, 1276, 1, 0, 0, 0, 55, 1279, 1, 0, 0, 0, 57, 1282, 1, 0, 0, 0, 59, 1284, 1, 0, 0, 0, 61, 1308, 1, 0, 0, 0, 63, 1314, 1, 0, 0, 0, 65, 1328, 1, 0, 0, 0, 67, 1330, 1, 0, 0, 0, 69, 1332, 1, 0, 0, 0, 71, 1334, 1, 0, 0, 0, 73, 1338, 1, 0, 0, 0, 75, 1346, 1, 0, 0, 0, 77, 1354, 1, 0, 0, 0, 79, 1358, 1, 0, 0, 0, 81, 1362, 1, 0, 0, 0, 83, 1368, 1, 0, 0, 0, 85, 1371, 1, 0, 0, 0, 87, 1375, 1, 0, 0, 0, 89, 1386, 1, 0, 0, 0, 91, 1391, 1, 0, 0, 0, 93, 1396, 1, 0, 0, 0, 95, 1401, 1, 0, 0, 0, 97, 1407, 1, 0, 0, 0, 99, 1415, 1, 0, 0, 0, 101, 1422, 1, 0, 0, 0, 103, 1433, 1, 0, 0, 0, 105, 1440, 1, 0, 0, 0, 107, 1456, 1, 0, 0, 0, 109, 1469, 1, 0, 0, 0, 111, 1482, 1, 0, 0, 0, 113, 1495, 1, 0, 0, 0, 115, 1513, 1, 0, 0, 0, 117, 1526, 1, 0, 0, 0, 119, 1534, 1, 0, 0, 0, 121, 1545, 1, 0, 0, 0, 123, 1550, 1, 0, 0, 0, 125, 1559, 1, 0, 0, 0, 127, 1562, 1, 0, 0, 0, 129, 1567, 1, 0, 0, 0, 131, 1574, 1, 0, 0, 0, 133, 1580, 1, 0, 0, 0, 135, 1586, 1, 0, 0, 0, 137, 1590, 1, 0, 0, 0, 139, 1598, 1, 0, 0, 0, 141, 1603, 1, 0, 0, 0, 143, 1609, 1, 0, 0, 0, 145, 1615, 1, 0, 0, 0, 147, 1622, 1, 0, 0, 0, 149, 1625, 1, 0, 0, 0, 151, 1635, 1, 0, 0, 0, 153, 1645, 1, 0, 0, 0, 155, 1650, 1, 0, 0, 0, 157, 1658, 1, 0, 0, 0, 159, 1666, 1, 0, 0, 0, 161, 1672, 1, 0, 0, 0, 163, 1682, 1, 0, 0, 0, 165, 1697, 1, 0, 0, 0, 167, 1701, 1, 0, 0, 0, 169, 1706, 1, 0, 0, 0, 171, 1713, 1, 0, 0, 0, 173, 1716, 1, 0, 0, 0, 175, 1721, 1, 0, 0, 0, 177, 1724, 1, 0, 0, 0, 179, 1730, 1, 0, 0, 0, 181, 1738, 1, 0, 0, 0, 183, 1746, 1, 0, 0, 0, 185, 1757, 1, 0, 0, 0, 187, 1767, 1, 0, 0, 0, 189, 1774, 1, 0, 0, 0, 191, 1787, 1, 0, 0, 0, 193, 1792, 1, 0, 0, 0, 195, 1802, 1, 0, 0, 0, 197, 1808, 1, 0, 0, 0, 199, 1813, 1, 0, 0, 0, 201, 1816, 1, 0, 0, 0, 203, 1825, 1, 0, 0, 0, 205, 1830, 1, 0, 0, 0, 207, 1836, 1, 0, 0, 0, 209, 1843, 1, 0, 0, 0, 211, 1848, 1, 0, 0, 0, 213, 1854, 1, 0, 0, 0, 215, 1863, 1, 0, 0, 0, 217, 1868, 1, 0, 0, 0, 219, 1874, 1, 0, 0, 0, 221, 1881, 1, 0, 0, 0, 223, 1886, 1, 0, 0, 0, 225, 1900, 1, 0, 0, 0, 227, 1907, 1, 0, 0, 0, 229, 1917, 1, 0, 0, 0, 231, 1930, 1, 0, 0, 0, 233, 1936, 1, 0, 0, 0, 235, 1951, 1, 0, 0, 0, 237, 1958, 1, 0, 0, 0, 239, 1963, 1, 0, 0, 0, 241, 1969, 1, 0, 0, 0, 243, 1975, 1, 0, 0, 0, 245, 1978, 1, 0, 0, 0, 247, 1985, 1, 0, 0, 0, 249, 1990, 1, 0, 0, 0, 251, 1995, 1, 0, 0, 0, 253, 2000, 1, 0, 0, 0, 255, 2008, 1, 0, 0, 0, 257, 2016, 1, 0, 0, 0, 259, 2022, 1, 0, 0, 0, 261, 2027, 1, 0, 0, 0, 263, 2036, 1, 0, 0, 0, 265, 2042, 1, 0, 0, 0, 267, 2050, 1, 0, 0, 0, 269, 2058, 1, 0, 0, 0, 271, 2064, 1, 0, 0, 0, 273, 2073, 1, 0, 0, 0, 275, 2080, 1, 0, 0, 0, 277, 2087, 1, 0, 0, 0, 279, 2091, 1, 0, 0, 0, 281, 2097, 1, 0, 0, 0, 283, 2103, 1, 0, 0, 0, 285, 2113, 1, 0, 0, 0, 287, 2118, 1, 0, 0, 0, 289, 2124, 1, 0, 0, 0, 291, 2131, 1, 0, 0, 0, 293, 2141, 1, 0, 0, 0, 295, 2152, 1, 0, 0, 0, 297, 2155, 1, 0, 0, 0, 299, 2165, 1, 0, 0, 0, 301, 2174, 1, 0, 0, 0, 303, 2181, 1, 0, 0, 0, 305, 2187, 1, 0, 0, 0, 307, 2190, 1, 0, 0, 0, 309, 2196, 1, 0, 0, 0, 311, 2203, 1, 0, 0, 0, 313, 2211, 1, 0, 0, 0, 315, 2220, 1, 0, 0, 0, 317, 2228, 1, 0, 0, 0, 319, 2234, 1, 0, 0, 0, 321, 2250, 1, 0, 0, 0, 323, 2261, 1, 0, 0, 0, 325, 2267, 1, 0, 0, 0, 327, 2273, 1, 0, 0, 0, 329, 2281, 1, 0, 0, 0, 331, 2289, 1, 0, 0, 0, 333, 2298, 1, 0, 0, 0, 335, 2305, 1, 0, 0, 0, 337, 2315, 1, 0, 0, 0, 339, 2329, 1, 0, 0, 0, 341, 2340, 1, 0, 0, 0, 343, 2352, 1, 0, 0, 0, 345, 2360, 1, 0, 0, 0, 347, 2369, 1, 0, 0, 0, 349, 2380, 1, 0, 0, 0, 351, 2385, 1, 0, 0, 0, 353, 2390, 1, 0, 0, 0, 355, 2394, 1, 0, 0, 0, 357, 2401, 1, 0, 0, 0, 359, 2407, 1, 0, 0, 0, 361, 2412, 1, 0, 0, 0, 363, 2421, 1, 0, 0, 0, 365, 2425, 1, 0, 0, 0, 367, 2436, 1, 0, 0, 0, 369, 2444, 1, 0, 0, 0, 371, 2453, 1, 0, 0, 0, 373, 2462, 1, 0, 0, 0, 375, 2470, 1, 0, 0, 0, 377, 2477, 1, 0, 0, 0, 379, 2487, 1, 0, 0, 0, 381, 2498, 1, 0, 0, 0, 383, 2509, 1, 0, 0, 0, 385, 2517, 1, 0, 0, 0, 387, 2525, 1, 0, 0, 0, 389, 2534, 1, 0, 0, 0, 391, 2541, 1, 0, 0, 0, 393, 2548, 1, 0, 0, 0, 395, 2553, 1, 0, 0, 0, 397, 2558, 1, 0, 0, 0, 399, 2565, 1, 0, 0, 0, 401, 2574, 1, 0, 0, 0, 403, 2584, 1, 0, 0, 0, 405, 2589, 1, 0, 0, 0, 407, 2596, 1, 0, 0, 0, 409, 2602, 1, 0, 0, 0, 411, 2610, 1, 0, 0, 0, 413, 2620, 1, 0, 0, 0, 415, 2630, 1, 0, 0, 0, 417, 2638, 1, 0, 0, 0, 419, 2646, 1, 0, 0, 0, 421, 2656, 1, 0, 0, 0, 423, 2665, 1, 0, 0, 0, 425, 2672, 1, 0, 0, 0, 427, 2678, 1, 0, 0, 0, 429, 2688, 1, 0, 0, 0, 431, 2694, 1, 0, 0, 0, 433, 2702, 1, 0, 0, 0, 435, 2711, 1, 0, 0, 0, 437, 2721, 1, 0, 0, 0, 439, 2728, 1, 0, 0, 0, 441, 2736, 1, 0, 0, 0, 443, 2744, 1, 0, 0, 0, 445, 2751, 1, 0, 0, 0, 447, 2756, 1, 0, 0, 0, 449, 2761, 1, 0, 0, 0, 451, 2770, 1, 0, 0, 0, 453, 2773, 1, 0, 0, 0, 455, 2783, 1, 0, 0, 0, 457, 2793, 1, 0, 0, 0, 459, 2802, 1, 0, 0, 0, 461, 2812, 1, 0, 0, 0, 463, 2822, 1, 0, 0, 0, 465, 2828, 1, 0, 0, 0, 467, 2836, 1, 0, 0, 0, 469, 2844, 1, 0, 0, 0, 471, 2854, 1, 0, 0, 0, 473, 2864, 1, 0, 0, 0, 475, 2876, 1, 0, 0, 0, 477, 2885, 1, 0, 0, 0, 479, 2896, 1, 0, 0, 0, 481, 2907, 1, 0, 0, 0, 483, 2920, 1, 0, 0, 0, 485, 2931, 1, 0, 0, 0, 487, 2944, 1, 0, 0, 0, 489, 2953, 1, 0, 0, 0, 491, 2960, 1, 0, 0, 0, 493, 2972, 1, 0, 0, 0, 495, 2979, 1, 0, 0, 0, 497, 2987, 1, 0, 0, 0, 499, 2995, 1, 0, 0, 0, 501, 3005, 1, 0, 0, 0, 503, 3009, 1, 0, 0, 0, 505, 3015, 1, 0, 0, 0, 507, 3024, 1, 0, 0, 0, 509, 3030, 1, 0, 0, 0, 511, 3035, 1, 0, 0, 0, 513, 3045, 1, 0, 0, 0, 515, 3051, 1, 0, 0, 0, 517, 3058, 1, 0, 0, 0, 519, 3063, 1, 0, 0, 0, 521, 3069, 1, 0, 0, 0, 523, 3078, 1, 0, 0, 0, 525, 3083, 1, 0, 0, 0, 527, 3091, 1, 0, 0, 0, 529, 3097, 1, 0, 0, 0, 531, 3110, 1, 0, 0, 0, 533, 3119, 1, 0, 0, 0, 535, 3126, 1, 0, 0, 0, 537, 3135, 1, 0, 0, 0, 539, 3140, 1, 0, 0, 0, 541, 3146, 1, 0, 0, 0, 543, 3151, 1, 0, 0, 0, 545, 3156, 1, 0, 0, 0, 547, 3162, 1, 0, 0, 0, 549, 3167, 1, 0, 0, 0, 551, 3170, 1, 0, 0, 0, 553, 3178, 1, 0, 0, 0, 555, 3185, 1, 0, 0, 0, 557, 3192, 1, 0, 0, 0, 559, 3198, 1, 0, 0, 0, 561, 3205, 1, 0, 0, 0, 563, 3208, 1, 0, 0, 0, 565, 3212, 1, 0, 0, 0, 567, 3217, 1, 0, 0, 0, 569, 3226, 1, 0, 0, 0, 571, 3233, 1, 0, 0, 0, 573, 3241, 1, 0, 0, 0, 575, 3247, 1, 0, 0, 0, 577, 3253, 1, 0, 0, 0, 579, 3260, 1, 0, 0, 0, 581, 3268, 1, 0, 0, 0, 583, 3278, 1, 0, 0, 0, 585, 3286, 1, 0, 0, 0, 587, 3295, 1, 0, 0, 0, 589, 3301, 1, 0, 0, 0, 591, 3311, 1, 0, 0, 0, 593, 3319, 1, 0, 0, 0, 595, 3328, 1, 0, 0, 0, 597, 3337, 1, 0, 0, 0, 599, 3343, 1, 0, 0, 0, 601, 3354, 1, 0, 0, 0, 603, 3365, 1, 0, 0, 0, 605, 3375, 1, 0, 0, 0, 607, 3383, 1, 0, 0, 0, 609, 3389, 1, 0, 0, 0, 611, 3395, 1, 0, 0, 0, 613, 3400, 1, 0, 0, 0, 615, 3409, 1, 0, 0, 0, 617, 3417, 1, 0, 0, 0, 619, 3427, 1, 0, 0, 0, 621, 3431, 1, 0, 0, 0, 623, 3439, 1, 0, 0, 0, 625, 3447, 1, 0, 0, 0, 627, 3456, 1, 0, 0, 0, 629, 3464, 1, 0, 0, 0, 631, 3471, 1, 0, 0, 0, 633, 3482, 1, 0, 0, 0, 635, 3490, 1, 0, 0, 0, 637, 3498, 1, 0, 0, 0, 639, 3504, 1, 0, 0, 0, 641, 3512, 1, 0, 0, 0, 643, 3521, 1, 0, 0, 0, 645, 3529, 1, 0, 0, 0, 647, 3536, 1, 0, 0, 0, 649, 3541, 1, 0, 0, 0, 651, 3550, 1, 0, 0, 0, 653, 3555, 1, 0, 0, 0, 655, 3560, 1, 0, 0, 0, 657, 3570, 1, 0, 0, 0, 659, 3577, 1, 0, 0, 0, 661, 3584, 1, 0, 0, 0, 663, 3591, 1, 0, 0, 0, 665, 3598, 1, 0, 0, 0, 667, 3607, 1, 0, 0, 0, 669, 3616, 1, 0, 0, 0, 671, 3626, 1, 0, 0, 0, 673, 3639, 1, 0, 0, 0, 675, 3646, 1, 0, 0, 0, 677, 3654, 1, 0, 0, 0, 679, 3658, 1, 0, 0, 0, 681, 3664, 1, 0, 0, 0, 683, 3669, 1, 0, 0, 0, 685, 3676, 1, 0, 0, 0, 687, 3685, 1, 0, 0, 0, 689, 3692, 1, 0, 0, 0, 691, 3703, 1, 0, 0, 0, 693, 3709, 1, 0, 0, 0, 695, 3719, 1, 0, 0, 0, 697, 3730, 1, 0, 0, 0, 699, 3736, 1, 0, 0, 0, 701, 3743, 1, 0, 0, 0, 703, 3751, 1, 0, 0, 0, 705, 3758, 1, 0, 0, 0, 707, 3764, 1, 0, 0, 0, 709, 3770, 1, 0, 0, 0, 711, 3777, 1, 0, 0, 0, 713, 3784, 1, 0, 0, 0, 715, 3795, 1, 0, 0, 0, 717, 3800, 1, 0, 0, 0, 719, 3809, 1, 0, 0, 0, 721, 3819, 1, 0, 0, 0, 723, 3824, 1, 0, 0, 0, 725, 3836, 1, 0, 0, 0, 727, 3844, 1, 0, 0, 0, 729, 3853, 1, 0, 0, 0, 731, 3861, 1, 0, 0, 0, 733, 3866, 1, 0, 0, 0, 735, 3872, 1, 0, 0, 0, 737, 3882, 1, 0, 0, 0, 739, 3894, 1, 0, 0, 0, 741, 3906, 1, 0, 0, 0, 743, 3914, 1, 0, 0, 0, 745, 3923, 1, 0, 0, 0, 747, 3932, 1, 0, 0, 0, 749, 3938, 1, 0, 0, 0, 751, 3945, 1, 0, 0, 0, 753, 3952, 1, 0, 0, 0, 755, 3958, 1, 0, 0, 0, 757, 3967, 1, 0, 0, 0, 759, 3977, 1, 0, 0, 0, 761, 3985, 1, 0, 0, 0, 763, 3993, 1, 0, 0, 0, 765, 3998, 1, 0, 0, 0, 767, 4007, 1, 0, 0, 0, 769, 4018, 1, 0, 0, 0, 771, 4026, 1, 0, 0, 0, 773, 4031, 1, 0, 0, 0, 775, 4039, 1, 0, 0, 0, 777, 4045, 1, 0, 0, 0, 779, 4049, 1, 0, 0, 0, 781, 4054, 1, 0, 0, 0, 783, 4058, 1, 0, 0, 0, 785, 4063, 1, 0, 0, 0, 787, 4071, 1, 0, 0, 0, 789, 4078, 1, 0, 0, 0, 791, 4082, 1, 0, 0, 0, 793, 4090, 1, 0, 0, 0, 795, 4095, 1, 0, 0, 0, 797, 4105, 1, 0, 0, 0, 799, 4114, 1, 0, 0, 0, 801, 4118, 1, 0, 0, 0, 803, 4126, 1, 0, 0, 0, 805, 4133, 1, 0, 0, 0, 807, 4141, 1, 0, 0, 0, 809, 4147, 1, 0, 0, 0, 811, 4156, 1, 0, 0, 0, 813, 4162, 1, 0, 0, 0, 815, 4166, 1, 0, 0, 0, 817, 4174, 1, 0, 0, 0, 819, 4183, 1, 0, 0, 0, 821, 4189, 1, 0, 0, 0, 823, 4198, 1, 0, 0, 0, 825, 4204, 1, 0, 0, 0, 827, 4209, 1, 0, 0, 0, 829, 4216, 1, 0, 0, 0, 831, 4224, 1, 0, 0, 0, 833, 4232, 1, 0, 0, 0, 835, 4241, 1, 0, 0, 0, 837, 4251, 1, 0, 0, 0, 839, 4256, 1, 0, 0, 0, 841, 4260, 1, 0, 0, 0, 843, 4266, 1, 0, 0, 0, 845, 4275, 1, 0, 0, 0, 847, 4285, 1, 0, 0, 0, 849, 4290, 1, 0, 0, 0, 851, 4300, 1, 0, 0, 0, 853, 4306, 1, 0, 0, 0, 855, 4311, 1, 0, 0, 0, 857, 4318, 1, 0, 0, 0, 859, 4326, 1, 0, 0, 0, 861, 4340, 1, 0, 0, 0, 863, 4350, 1, 0, 0, 0, 865, 4361, 1, 0, 0, 0, 867, 4371, 1, 0, 0, 0, 869, 4381, 1, 0, 0, 0, 871, 4390, 1, 0, 0, 0, 873, 4396, 1, 0, 0, 0, 875, 4404, 1, 0, 0, 0, 877, 4417, 1, 0, 0, 0, 879, 4422, 1, 0, 0, 0, 881, 4430, 1, 0, 0, 0, 883, 4437, 1, 0, 0, 0, 885, 4444, 1, 0, 0, 0, 887, 4455, 1, 0, 0, 0, 889, 4465, 1, 0, 0, 0, 891, 4472, 1, 0, 0, 0, 893, 4479, 1, 0, 0, 0, 895, 4487, 1, 0, 0, 0, 897, 4495, 1, 0, 0, 0, 899, 4505, 1, 0, 0, 0, 901, 4512, 1, 0, 0, 0, 903, 4519, 1, 0, 0, 0, 905, 4526, 1, 0, 0, 0, 907, 4538, 1, 0, 0, 0, 909, 4542, 1, 0, 0, 0, 911, 4546, 1, 0, 0, 0, 913, 4552, 1, 0, 0, 0, 915, 4565, 1, 0, 0, 0, 917, 4577, 1, 0, 0, 0, 919, 4581, 1, 0, 0, 0, 921, 4585, 1, 0, 0, 0, 923, 4594, 1, 0, 0, 0, 925, 4602, 1, 0, 0, 0, 927, 4613, 1, 0, 0, 0, 929, 4619, 1, 0, 0, 0, 931, 4627, 1, 0, 0, 0, 933, 4636, 1, 0, 0, 0, 935, 4640, 1, 0, 0, 0, 937, 4648, 1, 0, 0, 0, 939, 4659, 1, 0, 0, 0, 941, 4668, 1, 0, 0, 0, 943, 4673, 1, 0, 0, 0, 945, 4680, 1, 0, 0, 0, 947, 4685, 1, 0, 0, 0, 949, 4692, 1, 0, 0, 0, 951, 4697, 1, 0, 0, 0, 953, 4706, 1, 0, 0, 0, 955, 4711, 1, 0, 0, 0, 957, 4723, 1, 0, 0, 0, 959, 4734, 1, 0, 0, 0, 961, 4743, 1, 0, 0, 0, 963, 4751, 1, 0, 0, 0, 965, 4765, 1, 0, 0, 0, 967, 4773, 1, 0, 0, 0, 969, 4784, 1, 0, 0, 0, 971, 4791, 1, 0, 0, 0, 973, 4798, 1, 0, 0, 0, 975, 4805, 1, 0, 0, 0, 977, 4812, 1, 0, 0, 0, 979, 4816, 1, 0, 0, 0, 981, 4820, 1, 0, 0, 0, 983, 4825, 1, 0, 0, 0, 985, 4830, 1, 0, 0, 0, 987, 4838, 1, 0, 0, 0, 989, 4844, 1, 0, 0, 0, 991, 4854, 1, 0, 0, 0, 993, 4859, 1, 0, 0, 0, 995, 4879, 1, 0, 0, 0, 997, 4897, 1, 0, 0, 0, 999, 4903, 1, 0, 0, 0, 1001, 4916, 1, 0, 0, 0, 1003, 4927, 1, 0, 0, 0, 1005, 4933, 1, 0, 0, 0, 1007, 4942, 1, 0, 0, 0, 1009, 4950, 1, 0, 0, 0, 1011, 4954, 1, 0, 0, 0, 1013, 4966, 1, 0, 0, 0, 1015, 4974, 1, 0, 0, 0, 1017, 4980, 1, 0, 0, 0, 1019, 4986, 1, 0, 0, 0, 1021, 4994, 1, 0, 0, 0, 1023, 5002, 1, 0, 0, 0, 1025, 5008, 1, 0, 0, 0, 1027, 5013, 1, 0, 0, 0, 1029, 5020, 1, 0, 0, 0, 1031, 5026, 1, 0, 0, 0, 1033, 5032, 1, 0, 0, 0, 1035, 5041, 1, 0, 0, 0, 1037, 5047, 1, 0, 0, 0, 1039, 5051, 1, 0, 0, 0, 1041, 5056, 1, 0, 0, 0, 1043, 5063, 1, 0, 0, 0, 1045, 5071, 1, 0, 0, 0, 1047, 5081, 1, 0, 0, 0, 1049, 5088, 1, 0, 0, 0, 1051, 5093, 1, 0, 0, 0, 1053, 5098, 1, 0, 0, 0, 1055, 5109, 1, 0, 0, 0, 1057, 5115, 1, 0, 0, 0, 1059, 5123, 1, 0, 0, 0, 1061, 5130, 1, 0, 0, 0, 1063, 5136, 1, 0, 0, 0, 1065, 5144, 1, 0, 0, 0, 1067, 5152, 1, 0, 0, 0, 1069, 5158, 1, 0, 0, 0, 1071, 5165, 1, 0, 0, 0, 1073, 5176, 1, 0, 0, 0, 1075, 5181, 1, 0, 0, 0, 1077, 5190, 1, 0, 0, 0, 1079, 5198, 1, 0, 0, 0, 1081, 5208, 1, 0, 0, 0, 1083, 5214, 1, 0, 0, 0, 1085, 5222, 1, 0, 0, 0, 1087, 5234, 1, 0, 0, 0, 1089, 5248, 1, 0, 0, 0, 1091, 5258, 1, 0, 0, 0, 1093, 5270, 1, 0, 0, 0, 1095, 5281, 1, 0, 0, 0, 1097, 5293, 1, 0, 0, 0, 1099, 5305, 1, 0, 0, 0, 1101, 5311, 1, 0, 0, 0, 1103, 5320, 1, 0, 0, 0, 1105, 5325, 1, 0, 0, 0, 1107, 5337, 1, 0, 0, 0, 1109, 5356, 1, 0, 0, 0, 1111, 5368, 1, 0, 0, 0, 1113, 5377, 1, 0, 0, 0, 1115, 5387, 1, 0, 0, 0, 1117, 5391, 1, 0, 0, 0, 1119, 5395, 1, 0, 0, 0, 1121, 5397, 1, 0, 0, 0, 1123, 5400, 1, 0, 0, 0, 1125, 5409, 1, 0, 0, 0, 1127, 5412, 1, 0, 0, 0, 1129, 5421, 1, 0, 0, 0, 1131, 5425, 1, 0, 0, 0, 1133, 5429, 1, 0, 0, 0, 1135, 5433, 1, 0, 0, 0, 1137, 5437, 1, 0, 0, 0, 1139, 5440, 1, 0, 0, 0, 1141, 5449, 1, 0, 0, 0, 1143, 5455, 1, 0, 0, 0, 1145, 5458, 1, 0, 0, 0, 1147, 5462, 1, 0, 0, 0, 1149, 5470, 1, 0, 0, 0, 1151, 5477, 1, 0, 0, 0, 1153, 5480, 1, 0, 0, 0, 1155, 5488, 1, 0, 0, 0, 1157, 5491, 1, 0, 0, 0, 1159, 5494, 1, 0, 0, 0, 1161, 5497, 1, 0, 0, 0, 1163, 5505, 1, 0, 0, 0, 1165, 5508, 1, 0, 0, 0, 1167, 5511, 1, 0, 0, 0, 1169, 5513, 1, 0, 0, 0, 1171, 5545, 1, 0, 0, 0, 1173, 5548, 1, 0, 0, 0, 1175, 5552, 1, 0, 0, 0, 1177, 5560, 1, 0, 0, 0, 1179, 5576, 1, 0, 0, 0, 1181, 5587, 1, 0, 0, 0, 1183, 5591, 1, 0, 0, 0, 1185, 5602, 1, 0, 0, 0, 1187, 5641, 1, 0, 0, 0, 1189, 5690, 1, 0, 0, 0, 1191, 5714, 1, 0, 0, 0, 1193, 5717, 1, 0, 0, 0, 1195, 5719, 1, 0, 0, 0, 1197, 5724, 1, 0, 0, 0, 1199, 5755, 1, 0, 0, 0, 1201, 5758, 1, 0, 0, 0, 1203, 5763, 1, 0, 0, 0, 1205, 5776, 1, 0, 0, 0, 1207, 5779, 1, 0, 0, 0, 1209, 5784, 1, 0, 0, 0, 1211, 5790, 1, 0, 0, 0, 1213, 5795, 1, 0, 0, 0, 1215, 5800, 1, 0, 0, 0, 1217, 5817, 1, 0, 0, 0, 1219, 5819, 1, 0, 0, 0, 1221, 1222, 5, 36, 0, 0, 1222, 6, 1, 0, 0, 0, 1223, 1224, 5, 40, 0, 0, 1224, 8, 1, 0, 0, 0, 1225, 1226, 5, 41, 0, 0, 1226, 10, 1, 0, 0, 0, 1227, 1228, 5, 91, 0, 0, 1228, 12, 1, 0, 0, 0, 1229, 1230, 5, 93, 0, 0, 1230, 14, 1, 0, 0, 0, 1231, 1232, 5, 44, 0, 0, 1232, 16, 1, 0, 0, 0, 1233, 1234, 5, 59, 0, 0, 1234, 18, 1, 0, 0, 0, 1235, 1236, 5, 58, 0, 0, 1236, 20, 1, 0, 0, 0, 1237, 1238, 5, 42, 0, 0, 1238, 22, 1, 0, 0, 0, 1239, 1240, 5, 61, 0, 0, 1240, 24, 1, 0, 0, 0, 1241, 1242, 5, 46, 0, 0, 1242, 26, 1, 0, 0, 0, 1243, 1244, 5, 43, 0, 0, 1244, 28, 1, 0, 0, 0, 1245, 1246, 5, 45, 0, 0, 1246, 30, 1, 0, 0, 0, 1247, 1248, 5, 47, 0, 0, 1248, 32, 1, 0, 0, 0, 1249, 1250, 5, 94, 0, 0, 1250, 34, 1, 0, 0, 0, 1251, 1252, 5, 60, 0, 0, 1252, 36, 1, 0, 0, 0, 1253, 1254, 5, 62, 0, 0, 1254, 38, 1, 0, 0, 0, 1255, 1256, 5, 60, 0, 0, 1256, 1257, 5, 60, 0, 0, 1257, 40, 1, 0, 0, 0, 1258, 1259, 5, 62, 0, 0, 1259, 1260, 5, 62, 0, 0, 1260, 42, 1, 0, 0, 0, 1261, 1262, 5, 58, 0, 0, 1262, 1263, 5, 61, 0, 0, 1263, 44, 1, 0, 0, 0, 1264, 1265, 5, 60, 0, 0, 1265, 1266, 5, 61, 0, 0, 1266, 46, 1, 0, 0, 0, 1267, 1268, 5, 61, 0, 0, 1268, 1269, 5, 62, 0, 0, 1269, 48, 1, 0, 0, 0, 1270, 1271, 5, 62, 0, 0, 1271, 1272, 5, 61, 0, 0, 1272, 50, 1, 0, 0, 0, 1273, 1274, 5, 46, 0, 0, 1274, 1275, 5, 46, 0, 0, 1275, 52, 1, 0, 0, 0, 1276, 1277, 5, 60, 0, 0, 1277, 1278, 5, 62, 0, 0, 1278, 54, 1, 0, 0, 0, 1279, 1280, 5, 58, 0, 0, 1280, 1281, 5, 58, 0, 0, 1281, 56, 1, 0, 0, 0, 1282, 1283, 5, 37, 0, 0, 1283, 58, 1, 0, 0, 0, 1284, 1286, 5, 36, 0, 0, 1285, 1287, 7, 0, 0, 0, 1286, 1285, 1, 0, 0, 0, 1287, 1288, 1, 0, 0, 0, 1288, 1286, 1, 0, 0, 0, 1288, 1289, 1, 0, 0, 0, 1289, 60, 1, 0, 0, 0, 1290, 1304, 3, 65, 30, 0, 1291, 1293, 7, 1, 0, 0, 1292, 1291, 1, 0, 0, 0, 1293, 1294, 1, 0, 0, 0, 1294, 1292, 1, 0, 0, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1300, 1, 0, 0, 0, 1296, 1301, 3, 65, 30, 0, 1297, 1299, 5, 47, 0, 0, 1298, 1297, 1, 0, 0, 0, 1298, 1299, 1, 0, 0, 0, 1299, 1301, 1, 0, 0, 0, 1300, 1296, 1, 0, 0, 0, 1300, 1298, 1, 0, 0, 0, 1301, 1304, 1, 0, 0, 0, 1302, 1304, 5, 47, 0, 0, 1303, 1290, 1, 0, 0, 0, 1303, 1292, 1, 0, 0, 0, 1303, 1302, 1, 0, 0, 0, 1304, 1305, 1, 0, 0, 0, 1305, 1303, 1, 0, 0, 0, 1305, 1306, 1, 0, 0, 0, 1306, 1309, 1, 0, 0, 0, 1307, 1309, 7, 1, 0, 0, 1308, 1303, 1, 0, 0, 0, 1308, 1307, 1, 0, 0, 0, 1309, 62, 1, 0, 0, 0, 1310, 1313, 3, 67, 31, 0, 1311, 1313, 7, 2, 0, 0, 1312, 1310, 1, 0, 0, 0, 1312, 1311, 1, 0, 0, 0, 1313, 1316, 1, 0, 0, 0, 1314, 1312, 1, 0, 0, 0, 1314, 1315, 1, 0, 0, 0, 1315, 1317, 1, 0, 0, 0, 1316, 1314, 1, 0, 0, 0, 1317, 1319, 3, 69, 32, 0, 1318, 1320, 3, 61, 28, 0, 1319, 1318, 1, 0, 0, 0, 1319, 1320, 1, 0, 0, 0, 1320, 1322, 1, 0, 0, 0, 1321, 1323, 7, 1, 0, 0, 1322, 1321, 1, 0, 0, 0, 1323, 1324, 1, 0, 0, 0, 1324, 1322, 1, 0, 0, 0, 1324, 1325, 1, 0, 0, 0, 1325, 1326, 1, 0, 0, 0, 1326, 1327, 6, 29, 0, 0, 1327, 64, 1, 0, 0, 0, 1328, 1329, 7, 3, 0, 0, 1329, 66, 1, 0, 0, 0, 1330, 1331, 7, 4, 0, 0, 1331, 68, 1, 0, 0, 0, 1332, 1333, 7, 5, 0, 0, 1333, 70, 1, 0, 0, 0, 1334, 1335, 7, 6, 0, 0, 1335, 1336, 7, 7, 0, 0, 1336, 1337, 7, 7, 0, 0, 1337, 72, 1, 0, 0, 0, 1338, 1339, 7, 6, 0, 0, 1339, 1340, 7, 8, 0, 0, 1340, 1341, 7, 6, 0, 0, 1341, 1342, 7, 7, 0, 0, 1342, 1343, 7, 9, 0, 0, 1343, 1344, 7, 10, 0, 0, 1344, 1345, 7, 11, 0, 0, 1345, 74, 1, 0, 0, 0, 1346, 1347, 7, 6, 0, 0, 1347, 1348, 7, 8, 0, 0, 1348, 1349, 7, 6, 0, 0, 1349, 1350, 7, 7, 0, 0, 1350, 1351, 7, 9, 0, 0, 1351, 1352, 7, 12, 0, 0, 1352, 1353, 7, 11, 0, 0, 1353, 76, 1, 0, 0, 0, 1354, 1355, 7, 6, 0, 0, 1355, 1356, 7, 8, 0, 0, 1356, 1357, 7, 13, 0, 0, 1357, 78, 1, 0, 0, 0, 1358, 1359, 7, 6, 0, 0, 1359, 1360, 7, 8, 0, 0, 1360, 1361, 7, 9, 0, 0, 1361, 80, 1, 0, 0, 0, 1362, 1363, 7, 6, 0, 0, 1363, 1364, 7, 14, 0, 0, 1364, 1365, 7, 14, 0, 0, 1365, 1366, 7, 6, 0, 0, 1366, 1367, 7, 9, 0, 0, 1367, 82, 1, 0, 0, 0, 1368, 1369, 7, 6, 0, 0, 1369, 1370, 7, 10, 0, 0, 1370, 84, 1, 0, 0, 0, 1371, 1372, 7, 6, 0, 0, 1372, 1373, 7, 10, 0, 0, 1373, 1374, 7, 15, 0, 0, 1374, 86, 1, 0, 0, 0, 1375, 1376, 7, 6, 0, 0, 1376, 1377, 7, 10, 0, 0, 1377, 1378, 7, 9, 0, 0, 1378, 1379, 7, 16, 0, 0, 1379, 1380, 7, 16, 0, 0, 1380, 1381, 7, 11, 0, 0, 1381, 1382, 7, 17, 0, 0, 1382, 1383, 7, 14, 0, 0, 1383, 1384, 7, 18, 0, 0, 1384, 1385, 7, 15, 0, 0, 1385, 88, 1, 0, 0, 0, 1386, 1387, 7, 19, 0, 0, 1387, 1388, 7, 20, 0, 0, 1388, 1389, 7, 17, 0, 0, 1389, 1390, 7, 21, 0, 0, 1390, 90, 1, 0, 0, 0, 1391, 1392, 7, 15, 0, 0, 1392, 1393, 7, 6, 0, 0, 1393, 1394, 7, 10, 0, 0, 1394, 1395, 7, 11, 0, 0, 1395, 92, 1, 0, 0, 0, 1396, 1397, 7, 15, 0, 0, 1397, 1398, 7, 6, 0, 0, 1398, 1399, 7, 10, 0, 0, 1399, 1400, 7, 17, 0, 0, 1400, 94, 1, 0, 0, 0, 1401, 1402, 7, 15, 0, 0, 1402, 1403, 7, 21, 0, 0, 1403, 1404, 7, 11, 0, 0, 1404, 1405, 7, 15, 0, 0, 1405, 1406, 7, 22, 0, 0, 1406, 96, 1, 0, 0, 0, 1407, 1408, 7, 15, 0, 0, 1408, 1409, 7, 20, 0, 0, 1409, 1410, 7, 7, 0, 0, 1410, 1411, 7, 7, 0, 0, 1411, 1412, 7, 6, 0, 0, 1412, 1413, 7, 17, 0, 0, 1413, 1414, 7, 11, 0, 0, 1414, 98, 1, 0, 0, 0, 1415, 1416, 7, 15, 0, 0, 1416, 1417, 7, 20, 0, 0, 1417, 1418, 7, 7, 0, 0, 1418, 1419, 7, 23, 0, 0, 1419, 1420, 7, 16, 0, 0, 1420, 1421, 7, 8, 0, 0, 1421, 100, 1, 0, 0, 0, 1422, 1423, 7, 15, 0, 0, 1423, 1424, 7, 20, 0, 0, 1424, 1425, 7, 8, 0, 0, 1425, 1426, 7, 10, 0, 0, 1426, 1427, 7, 17, 0, 0, 1427, 1428, 7, 14, 0, 0, 1428, 1429, 7, 6, 0, 0, 1429, 1430, 7, 18, 0, 0, 1430, 1431, 7, 8, 0, 0, 1431, 1432, 7, 17, 0, 0, 1432, 102, 1, 0, 0, 0, 1433, 1434, 7, 15, 0, 0, 1434, 1435, 7, 14, 0, 0, 1435, 1436, 7, 11, 0, 0, 1436, 1437, 7, 6, 0, 0, 1437, 1438, 7, 17, 0, 0, 1438, 1439, 7, 11, 0, 0, 1439, 104, 1, 0, 0, 0, 1440, 1441, 7, 15, 0, 0, 1441, 1442, 7, 23, 0, 0, 1442, 1443, 7, 14, 0, 0, 1443, 1444, 7, 14, 0, 0, 1444, 1445, 7, 11, 0, 0, 1445, 1446, 7, 8, 0, 0, 1446, 1447, 7, 17, 0, 0, 1447, 1448, 5, 95, 0, 0, 1448, 1449, 7, 15, 0, 0, 1449, 1450, 7, 6, 0, 0, 1450, 1451, 7, 17, 0, 0, 1451, 1452, 7, 6, 0, 0, 1452, 1453, 7, 7, 0, 0, 1453, 1454, 7, 20, 0, 0, 1454, 1455, 7, 24, 0, 0, 1455, 106, 1, 0, 0, 0, 1456, 1457, 7, 15, 0, 0, 1457, 1458, 7, 23, 0, 0, 1458, 1459, 7, 14, 0, 0, 1459, 1460, 7, 14, 0, 0, 1460, 1461, 7, 11, 0, 0, 1461, 1462, 7, 8, 0, 0, 1462, 1463, 7, 17, 0, 0, 1463, 1464, 5, 95, 0, 0, 1464, 1465, 7, 13, 0, 0, 1465, 1466, 7, 6, 0, 0, 1466, 1467, 7, 17, 0, 0, 1467, 1468, 7, 11, 0, 0, 1468, 108, 1, 0, 0, 0, 1469, 1470, 7, 15, 0, 0, 1470, 1471, 7, 23, 0, 0, 1471, 1472, 7, 14, 0, 0, 1472, 1473, 7, 14, 0, 0, 1473, 1474, 7, 11, 0, 0, 1474, 1475, 7, 8, 0, 0, 1475, 1476, 7, 17, 0, 0, 1476, 1477, 5, 95, 0, 0, 1477, 1478, 7, 14, 0, 0, 1478, 1479, 7, 20, 0, 0, 1479, 1480, 7, 7, 0, 0, 1480, 1481, 7, 11, 0, 0, 1481, 110, 1, 0, 0, 0, 1482, 1483, 7, 15, 0, 0, 1483, 1484, 7, 23, 0, 0, 1484, 1485, 7, 14, 0, 0, 1485, 1486, 7, 14, 0, 0, 1486, 1487, 7, 11, 0, 0, 1487, 1488, 7, 8, 0, 0, 1488, 1489, 7, 17, 0, 0, 1489, 1490, 5, 95, 0, 0, 1490, 1491, 7, 17, 0, 0, 1491, 1492, 7, 18, 0, 0, 1492, 1493, 7, 16, 0, 0, 1493, 1494, 7, 11, 0, 0, 1494, 112, 1, 0, 0, 0, 1495, 1496, 7, 15, 0, 0, 1496, 1497, 7, 23, 0, 0, 1497, 1498, 7, 14, 0, 0, 1498, 1499, 7, 14, 0, 0, 1499, 1500, 7, 11, 0, 0, 1500, 1501, 7, 8, 0, 0, 1501, 1502, 7, 17, 0, 0, 1502, 1503, 5, 95, 0, 0, 1503, 1504, 7, 17, 0, 0, 1504, 1505, 7, 18, 0, 0, 1505, 1506, 7, 16, 0, 0, 1506, 1507, 7, 11, 0, 0, 1507, 1508, 7, 10, 0, 0, 1508, 1509, 7, 17, 0, 0, 1509, 1510, 7, 6, 0, 0, 1510, 1511, 7, 16, 0, 0, 1511, 1512, 7, 25, 0, 0, 1512, 114, 1, 0, 0, 0, 1513, 1514, 7, 15, 0, 0, 1514, 1515, 7, 23, 0, 0, 1515, 1516, 7, 14, 0, 0, 1516, 1517, 7, 14, 0, 0, 1517, 1518, 7, 11, 0, 0, 1518, 1519, 7, 8, 0, 0, 1519, 1520, 7, 17, 0, 0, 1520, 1521, 5, 95, 0, 0, 1521, 1522, 7, 23, 0, 0, 1522, 1523, 7, 10, 0, 0, 1523, 1524, 7, 11, 0, 0, 1524, 1525, 7, 14, 0, 0, 1525, 116, 1, 0, 0, 0, 1526, 1527, 7, 13, 0, 0, 1527, 1528, 7, 11, 0, 0, 1528, 1529, 7, 26, 0, 0, 1529, 1530, 7, 6, 0, 0, 1530, 1531, 7, 23, 0, 0, 1531, 1532, 7, 7, 0, 0, 1532, 1533, 7, 17, 0, 0, 1533, 118, 1, 0, 0, 0, 1534, 1535, 7, 13, 0, 0, 1535, 1536, 7, 11, 0, 0, 1536, 1537, 7, 26, 0, 0, 1537, 1538, 7, 11, 0, 0, 1538, 1539, 7, 14, 0, 0, 1539, 1540, 7, 14, 0, 0, 1540, 1541, 7, 6, 0, 0, 1541, 1542, 7, 19, 0, 0, 1542, 1543, 7, 7, 0, 0, 1543, 1544, 7, 11, 0, 0, 1544, 120, 1, 0, 0, 0, 1545, 1546, 7, 13, 0, 0, 1546, 1547, 7, 11, 0, 0, 1547, 1548, 7, 10, 0, 0, 1548, 1549, 7, 15, 0, 0, 1549, 122, 1, 0, 0, 0, 1550, 1551, 7, 13, 0, 0, 1551, 1552, 7, 18, 0, 0, 1552, 1553, 7, 10, 0, 0, 1553, 1554, 7, 17, 0, 0, 1554, 1555, 7, 18, 0, 0, 1555, 1556, 7, 8, 0, 0, 1556, 1557, 7, 15, 0, 0, 1557, 1558, 7, 17, 0, 0, 1558, 124, 1, 0, 0, 0, 1559, 1560, 7, 13, 0, 0, 1560, 1561, 7, 20, 0, 0, 1561, 126, 1, 0, 0, 0, 1562, 1563, 7, 11, 0, 0, 1563, 1564, 7, 7, 0, 0, 1564, 1565, 7, 10, 0, 0, 1565, 1566, 7, 11, 0, 0, 1566, 128, 1, 0, 0, 0, 1567, 1568, 7, 11, 0, 0, 1568, 1569, 7, 27, 0, 0, 1569, 1570, 7, 15, 0, 0, 1570, 1571, 7, 11, 0, 0, 1571, 1572, 7, 25, 0, 0, 1572, 1573, 7, 17, 0, 0, 1573, 130, 1, 0, 0, 0, 1574, 1575, 7, 26, 0, 0, 1575, 1576, 7, 6, 0, 0, 1576, 1577, 7, 7, 0, 0, 1577, 1578, 7, 10, 0, 0, 1578, 1579, 7, 11, 0, 0, 1579, 132, 1, 0, 0, 0, 1580, 1581, 7, 26, 0, 0, 1581, 1582, 7, 11, 0, 0, 1582, 1583, 7, 17, 0, 0, 1583, 1584, 7, 15, 0, 0, 1584, 1585, 7, 21, 0, 0, 1585, 134, 1, 0, 0, 0, 1586, 1587, 7, 26, 0, 0, 1587, 1588, 7, 20, 0, 0, 1588, 1589, 7, 14, 0, 0, 1589, 136, 1, 0, 0, 0, 1590, 1591, 7, 26, 0, 0, 1591, 1592, 7, 20, 0, 0, 1592, 1593, 7, 14, 0, 0, 1593, 1594, 7, 11, 0, 0, 1594, 1595, 7, 18, 0, 0, 1595, 1596, 7, 24, 0, 0, 1596, 1597, 7, 8, 0, 0, 1597, 138, 1, 0, 0, 0, 1598, 1599, 7, 26, 0, 0, 1599, 1600, 7, 14, 0, 0, 1600, 1601, 7, 20, 0, 0, 1601, 1602, 7, 16, 0, 0, 1602, 140, 1, 0, 0, 0, 1603, 1604, 7, 24, 0, 0, 1604, 1605, 7, 14, 0, 0, 1605, 1606, 7, 6, 0, 0, 1606, 1607, 7, 8, 0, 0, 1607, 1608, 7, 17, 0, 0, 1608, 142, 1, 0, 0, 0, 1609, 1610, 7, 24, 0, 0, 1610, 1611, 7, 14, 0, 0, 1611, 1612, 7, 20, 0, 0, 1612, 1613, 7, 23, 0, 0, 1613, 1614, 7, 25, 0, 0, 1614, 144, 1, 0, 0, 0, 1615, 1616, 7, 21, 0, 0, 1616, 1617, 7, 6, 0, 0, 1617, 1618, 7, 28, 0, 0, 1618, 1619, 7, 18, 0, 0, 1619, 1620, 7, 8, 0, 0, 1620, 1621, 7, 24, 0, 0, 1621, 146, 1, 0, 0, 0, 1622, 1623, 7, 18, 0, 0, 1623, 1624, 7, 8, 0, 0, 1624, 148, 1, 0, 0, 0, 1625, 1626, 7, 18, 0, 0, 1626, 1627, 7, 8, 0, 0, 1627, 1628, 7, 18, 0, 0, 1628, 1629, 7, 17, 0, 0, 1629, 1630, 7, 18, 0, 0, 1630, 1631, 7, 6, 0, 0, 1631, 1632, 7, 7, 0, 0, 1632, 1633, 7, 7, 0, 0, 1633, 1634, 7, 9, 0, 0, 1634, 150, 1, 0, 0, 0, 1635, 1636, 7, 18, 0, 0, 1636, 1637, 7, 8, 0, 0, 1637, 1638, 7, 17, 0, 0, 1638, 1639, 7, 11, 0, 0, 1639, 1640, 7, 14, 0, 0, 1640, 1641, 7, 10, 0, 0, 1641, 1642, 7, 11, 0, 0, 1642, 1643, 7, 15, 0, 0, 1643, 1644, 7, 17, 0, 0, 1644, 152, 1, 0, 0, 0, 1645, 1646, 7, 18, 0, 0, 1646, 1647, 7, 8, 0, 0, 1647, 1648, 7, 17, 0, 0, 1648, 1649, 7, 20, 0, 0, 1649, 154, 1, 0, 0, 0, 1650, 1651, 7, 7, 0, 0, 1651, 1652, 7, 6, 0, 0, 1652, 1653, 7, 17, 0, 0, 1653, 1654, 7, 11, 0, 0, 1654, 1655, 7, 14, 0, 0, 1655, 1656, 7, 6, 0, 0, 1656, 1657, 7, 7, 0, 0, 1657, 156, 1, 0, 0, 0, 1658, 1659, 7, 7, 0, 0, 1659, 1660, 7, 11, 0, 0, 1660, 1661, 7, 6, 0, 0, 1661, 1662, 7, 13, 0, 0, 1662, 1663, 7, 18, 0, 0, 1663, 1664, 7, 8, 0, 0, 1664, 1665, 7, 24, 0, 0, 1665, 158, 1, 0, 0, 0, 1666, 1667, 7, 7, 0, 0, 1667, 1668, 7, 18, 0, 0, 1668, 1669, 7, 16, 0, 0, 1669, 1670, 7, 18, 0, 0, 1670, 1671, 7, 17, 0, 0, 1671, 160, 1, 0, 0, 0, 1672, 1673, 7, 7, 0, 0, 1673, 1674, 7, 20, 0, 0, 1674, 1675, 7, 15, 0, 0, 1675, 1676, 7, 6, 0, 0, 1676, 1677, 7, 7, 0, 0, 1677, 1678, 7, 17, 0, 0, 1678, 1679, 7, 18, 0, 0, 1679, 1680, 7, 16, 0, 0, 1680, 1681, 7, 11, 0, 0, 1681, 162, 1, 0, 0, 0, 1682, 1683, 7, 7, 0, 0, 1683, 1684, 7, 20, 0, 0, 1684, 1685, 7, 15, 0, 0, 1685, 1686, 7, 6, 0, 0, 1686, 1687, 7, 7, 0, 0, 1687, 1688, 7, 17, 0, 0, 1688, 1689, 7, 18, 0, 0, 1689, 1690, 7, 16, 0, 0, 1690, 1691, 7, 11, 0, 0, 1691, 1692, 7, 10, 0, 0, 1692, 1693, 7, 17, 0, 0, 1693, 1694, 7, 6, 0, 0, 1694, 1695, 7, 16, 0, 0, 1695, 1696, 7, 25, 0, 0, 1696, 164, 1, 0, 0, 0, 1697, 1698, 7, 8, 0, 0, 1698, 1699, 7, 20, 0, 0, 1699, 1700, 7, 17, 0, 0, 1700, 166, 1, 0, 0, 0, 1701, 1702, 7, 8, 0, 0, 1702, 1703, 7, 23, 0, 0, 1703, 1704, 7, 7, 0, 0, 1704, 1705, 7, 7, 0, 0, 1705, 168, 1, 0, 0, 0, 1706, 1707, 7, 20, 0, 0, 1707, 1708, 7, 26, 0, 0, 1708, 1709, 7, 26, 0, 0, 1709, 1710, 7, 10, 0, 0, 1710, 1711, 7, 11, 0, 0, 1711, 1712, 7, 17, 0, 0, 1712, 170, 1, 0, 0, 0, 1713, 1714, 7, 20, 0, 0, 1714, 1715, 7, 8, 0, 0, 1715, 172, 1, 0, 0, 0, 1716, 1717, 7, 20, 0, 0, 1717, 1718, 7, 8, 0, 0, 1718, 1719, 7, 7, 0, 0, 1719, 1720, 7, 9, 0, 0, 1720, 174, 1, 0, 0, 0, 1721, 1722, 7, 20, 0, 0, 1722, 1723, 7, 14, 0, 0, 1723, 176, 1, 0, 0, 0, 1724, 1725, 7, 20, 0, 0, 1725, 1726, 7, 14, 0, 0, 1726, 1727, 7, 13, 0, 0, 1727, 1728, 7, 11, 0, 0, 1728, 1729, 7, 14, 0, 0, 1729, 178, 1, 0, 0, 0, 1730, 1731, 7, 25, 0, 0, 1731, 1732, 7, 7, 0, 0, 1732, 1733, 7, 6, 0, 0, 1733, 1734, 7, 15, 0, 0, 1734, 1735, 7, 18, 0, 0, 1735, 1736, 7, 8, 0, 0, 1736, 1737, 7, 24, 0, 0, 1737, 180, 1, 0, 0, 0, 1738, 1739, 7, 25, 0, 0, 1739, 1740, 7, 14, 0, 0, 1740, 1741, 7, 18, 0, 0, 1741, 1742, 7, 16, 0, 0, 1742, 1743, 7, 6, 0, 0, 1743, 1744, 7, 14, 0, 0, 1744, 1745, 7, 9, 0, 0, 1745, 182, 1, 0, 0, 0, 1746, 1747, 7, 14, 0, 0, 1747, 1748, 7, 11, 0, 0, 1748, 1749, 7, 26, 0, 0, 1749, 1750, 7, 11, 0, 0, 1750, 1751, 7, 14, 0, 0, 1751, 1752, 7, 11, 0, 0, 1752, 1753, 7, 8, 0, 0, 1753, 1754, 7, 15, 0, 0, 1754, 1755, 7, 11, 0, 0, 1755, 1756, 7, 10, 0, 0, 1756, 184, 1, 0, 0, 0, 1757, 1758, 7, 14, 0, 0, 1758, 1759, 7, 11, 0, 0, 1759, 1760, 7, 17, 0, 0, 1760, 1761, 7, 23, 0, 0, 1761, 1762, 7, 14, 0, 0, 1762, 1763, 7, 8, 0, 0, 1763, 1764, 7, 18, 0, 0, 1764, 1765, 7, 8, 0, 0, 1765, 1766, 7, 24, 0, 0, 1766, 186, 1, 0, 0, 0, 1767, 1768, 7, 10, 0, 0, 1768, 1769, 7, 11, 0, 0, 1769, 1770, 7, 7, 0, 0, 1770, 1771, 7, 11, 0, 0, 1771, 1772, 7, 15, 0, 0, 1772, 1773, 7, 17, 0, 0, 1773, 188, 1, 0, 0, 0, 1774, 1775, 7, 10, 0, 0, 1775, 1776, 7, 11, 0, 0, 1776, 1777, 7, 10, 0, 0, 1777, 1778, 7, 10, 0, 0, 1778, 1779, 7, 18, 0, 0, 1779, 1780, 7, 20, 0, 0, 1780, 1781, 7, 8, 0, 0, 1781, 1782, 5, 95, 0, 0, 1782, 1783, 7, 23, 0, 0, 1783, 1784, 7, 10, 0, 0, 1784, 1785, 7, 11, 0, 0, 1785, 1786, 7, 14, 0, 0, 1786, 190, 1, 0, 0, 0, 1787, 1788, 7, 10, 0, 0, 1788, 1789, 7, 20, 0, 0, 1789, 1790, 7, 16, 0, 0, 1790, 1791, 7, 11, 0, 0, 1791, 192, 1, 0, 0, 0, 1792, 1793, 7, 10, 0, 0, 1793, 1794, 7, 9, 0, 0, 1794, 1795, 7, 16, 0, 0, 1795, 1796, 7, 16, 0, 0, 1796, 1797, 7, 11, 0, 0, 1797, 1798, 7, 17, 0, 0, 1798, 1799, 7, 14, 0, 0, 1799, 1800, 7, 18, 0, 0, 1800, 1801, 7, 15, 0, 0, 1801, 194, 1, 0, 0, 0, 1802, 1803, 7, 17, 0, 0, 1803, 1804, 7, 6, 0, 0, 1804, 1805, 7, 19, 0, 0, 1805, 1806, 7, 7, 0, 0, 1806, 1807, 7, 11, 0, 0, 1807, 196, 1, 0, 0, 0, 1808, 1809, 7, 17, 0, 0, 1809, 1810, 7, 21, 0, 0, 1810, 1811, 7, 11, 0, 0, 1811, 1812, 7, 8, 0, 0, 1812, 198, 1, 0, 0, 0, 1813, 1814, 7, 17, 0, 0, 1814, 1815, 7, 20, 0, 0, 1815, 200, 1, 0, 0, 0, 1816, 1817, 7, 17, 0, 0, 1817, 1818, 7, 14, 0, 0, 1818, 1819, 7, 6, 0, 0, 1819, 1820, 7, 18, 0, 0, 1820, 1821, 7, 7, 0, 0, 1821, 1822, 7, 18, 0, 0, 1822, 1823, 7, 8, 0, 0, 1823, 1824, 7, 24, 0, 0, 1824, 202, 1, 0, 0, 0, 1825, 1826, 7, 17, 0, 0, 1826, 1827, 7, 14, 0, 0, 1827, 1828, 7, 23, 0, 0, 1828, 1829, 7, 11, 0, 0, 1829, 204, 1, 0, 0, 0, 1830, 1831, 7, 23, 0, 0, 1831, 1832, 7, 8, 0, 0, 1832, 1833, 7, 18, 0, 0, 1833, 1834, 7, 20, 0, 0, 1834, 1835, 7, 8, 0, 0, 1835, 206, 1, 0, 0, 0, 1836, 1837, 7, 23, 0, 0, 1837, 1838, 7, 8, 0, 0, 1838, 1839, 7, 18, 0, 0, 1839, 1840, 7, 29, 0, 0, 1840, 1841, 7, 23, 0, 0, 1841, 1842, 7, 11, 0, 0, 1842, 208, 1, 0, 0, 0, 1843, 1844, 7, 23, 0, 0, 1844, 1845, 7, 10, 0, 0, 1845, 1846, 7, 11, 0, 0, 1846, 1847, 7, 14, 0, 0, 1847, 210, 1, 0, 0, 0, 1848, 1849, 7, 23, 0, 0, 1849, 1850, 7, 10, 0, 0, 1850, 1851, 7, 18, 0, 0, 1851, 1852, 7, 8, 0, 0, 1852, 1853, 7, 24, 0, 0, 1853, 212, 1, 0, 0, 0, 1854, 1855, 7, 28, 0, 0, 1855, 1856, 7, 6, 0, 0, 1856, 1857, 7, 14, 0, 0, 1857, 1858, 7, 18, 0, 0, 1858, 1859, 7, 6, 0, 0, 1859, 1860, 7, 13, 0, 0, 1860, 1861, 7, 18, 0, 0, 1861, 1862, 7, 15, 0, 0, 1862, 214, 1, 0, 0, 0, 1863, 1864, 7, 30, 0, 0, 1864, 1865, 7, 21, 0, 0, 1865, 1866, 7, 11, 0, 0, 1866, 1867, 7, 8, 0, 0, 1867, 216, 1, 0, 0, 0, 1868, 1869, 7, 30, 0, 0, 1869, 1870, 7, 21, 0, 0, 1870, 1871, 7, 11, 0, 0, 1871, 1872, 7, 14, 0, 0, 1872, 1873, 7, 11, 0, 0, 1873, 218, 1, 0, 0, 0, 1874, 1875, 7, 30, 0, 0, 1875, 1876, 7, 18, 0, 0, 1876, 1877, 7, 8, 0, 0, 1877, 1878, 7, 13, 0, 0, 1878, 1879, 7, 20, 0, 0, 1879, 1880, 7, 30, 0, 0, 1880, 220, 1, 0, 0, 0, 1881, 1882, 7, 30, 0, 0, 1882, 1883, 7, 18, 0, 0, 1883, 1884, 7, 17, 0, 0, 1884, 1885, 7, 21, 0, 0, 1885, 222, 1, 0, 0, 0, 1886, 1887, 7, 6, 0, 0, 1887, 1888, 7, 23, 0, 0, 1888, 1889, 7, 17, 0, 0, 1889, 1890, 7, 21, 0, 0, 1890, 1891, 7, 20, 0, 0, 1891, 1892, 7, 14, 0, 0, 1892, 1893, 7, 18, 0, 0, 1893, 1894, 7, 12, 0, 0, 1894, 1895, 7, 6, 0, 0, 1895, 1896, 7, 17, 0, 0, 1896, 1897, 7, 18, 0, 0, 1897, 1898, 7, 20, 0, 0, 1898, 1899, 7, 8, 0, 0, 1899, 224, 1, 0, 0, 0, 1900, 1901, 7, 19, 0, 0, 1901, 1902, 7, 18, 0, 0, 1902, 1903, 7, 8, 0, 0, 1903, 1904, 7, 6, 0, 0, 1904, 1905, 7, 14, 0, 0, 1905, 1906, 7, 9, 0, 0, 1906, 226, 1, 0, 0, 0, 1907, 1908, 7, 15, 0, 0, 1908, 1909, 7, 20, 0, 0, 1909, 1910, 7, 7, 0, 0, 1910, 1911, 7, 7, 0, 0, 1911, 1912, 7, 6, 0, 0, 1912, 1913, 7, 17, 0, 0, 1913, 1914, 7, 18, 0, 0, 1914, 1915, 7, 20, 0, 0, 1915, 1916, 7, 8, 0, 0, 1916, 228, 1, 0, 0, 0, 1917, 1918, 7, 15, 0, 0, 1918, 1919, 7, 20, 0, 0, 1919, 1920, 7, 8, 0, 0, 1920, 1921, 7, 15, 0, 0, 1921, 1922, 7, 23, 0, 0, 1922, 1923, 7, 14, 0, 0, 1923, 1924, 7, 14, 0, 0, 1924, 1925, 7, 11, 0, 0, 1925, 1926, 7, 8, 0, 0, 1926, 1927, 7, 17, 0, 0, 1927, 1928, 7, 7, 0, 0, 1928, 1929, 7, 9, 0, 0, 1929, 230, 1, 0, 0, 0, 1930, 1931, 7, 15, 0, 0, 1931, 1932, 7, 14, 0, 0, 1932, 1933, 7, 20, 0, 0, 1933, 1934, 7, 10, 0, 0, 1934, 1935, 7, 10, 0, 0, 1935, 232, 1, 0, 0, 0, 1936, 1937, 7, 15, 0, 0, 1937, 1938, 7, 23, 0, 0, 1938, 1939, 7, 14, 0, 0, 1939, 1940, 7, 14, 0, 0, 1940, 1941, 7, 11, 0, 0, 1941, 1942, 7, 8, 0, 0, 1942, 1943, 7, 17, 0, 0, 1943, 1944, 5, 95, 0, 0, 1944, 1945, 7, 10, 0, 0, 1945, 1946, 7, 15, 0, 0, 1946, 1947, 7, 21, 0, 0, 1947, 1948, 7, 11, 0, 0, 1948, 1949, 7, 16, 0, 0, 1949, 1950, 7, 6, 0, 0, 1950, 234, 1, 0, 0, 0, 1951, 1952, 7, 26, 0, 0, 1952, 1953, 7, 14, 0, 0, 1953, 1954, 7, 11, 0, 0, 1954, 1955, 7, 11, 0, 0, 1955, 1956, 7, 12, 0, 0, 1956, 1957, 7, 11, 0, 0, 1957, 236, 1, 0, 0, 0, 1958, 1959, 7, 26, 0, 0, 1959, 1960, 7, 23, 0, 0, 1960, 1961, 7, 7, 0, 0, 1961, 1962, 7, 7, 0, 0, 1962, 238, 1, 0, 0, 0, 1963, 1964, 7, 18, 0, 0, 1964, 1965, 7, 7, 0, 0, 1965, 1966, 7, 18, 0, 0, 1966, 1967, 7, 22, 0, 0, 1967, 1968, 7, 11, 0, 0, 1968, 240, 1, 0, 0, 0, 1969, 1970, 7, 18, 0, 0, 1970, 1971, 7, 8, 0, 0, 1971, 1972, 7, 8, 0, 0, 1972, 1973, 7, 11, 0, 0, 1973, 1974, 7, 14, 0, 0, 1974, 242, 1, 0, 0, 0, 1975, 1976, 7, 18, 0, 0, 1976, 1977, 7, 10, 0, 0, 1977, 244, 1, 0, 0, 0, 1978, 1979, 7, 18, 0, 0, 1979, 1980, 7, 10, 0, 0, 1980, 1981, 7, 8, 0, 0, 1981, 1982, 7, 23, 0, 0, 1982, 1983, 7, 7, 0, 0, 1983, 1984, 7, 7, 0, 0, 1984, 246, 1, 0, 0, 0, 1985, 1986, 7, 31, 0, 0, 1986, 1987, 7, 20, 0, 0, 1987, 1988, 7, 18, 0, 0, 1988, 1989, 7, 8, 0, 0, 1989, 248, 1, 0, 0, 0, 1990, 1991, 7, 7, 0, 0, 1991, 1992, 7, 11, 0, 0, 1992, 1993, 7, 26, 0, 0, 1993, 1994, 7, 17, 0, 0, 1994, 250, 1, 0, 0, 0, 1995, 1996, 7, 7, 0, 0, 1996, 1997, 7, 18, 0, 0, 1997, 1998, 7, 22, 0, 0, 1998, 1999, 7, 11, 0, 0, 1999, 252, 1, 0, 0, 0, 2000, 2001, 7, 8, 0, 0, 2001, 2002, 7, 6, 0, 0, 2002, 2003, 7, 17, 0, 0, 2003, 2004, 7, 23, 0, 0, 2004, 2005, 7, 14, 0, 0, 2005, 2006, 7, 6, 0, 0, 2006, 2007, 7, 7, 0, 0, 2007, 254, 1, 0, 0, 0, 2008, 2009, 7, 8, 0, 0, 2009, 2010, 7, 20, 0, 0, 2010, 2011, 7, 17, 0, 0, 2011, 2012, 7, 8, 0, 0, 2012, 2013, 7, 23, 0, 0, 2013, 2014, 7, 7, 0, 0, 2014, 2015, 7, 7, 0, 0, 2015, 256, 1, 0, 0, 0, 2016, 2017, 7, 20, 0, 0, 2017, 2018, 7, 23, 0, 0, 2018, 2019, 7, 17, 0, 0, 2019, 2020, 7, 11, 0, 0, 2020, 2021, 7, 14, 0, 0, 2021, 258, 1, 0, 0, 0, 2022, 2023, 7, 20, 0, 0, 2023, 2024, 7, 28, 0, 0, 2024, 2025, 7, 11, 0, 0, 2025, 2026, 7, 14, 0, 0, 2026, 260, 1, 0, 0, 0, 2027, 2028, 7, 20, 0, 0, 2028, 2029, 7, 28, 0, 0, 2029, 2030, 7, 11, 0, 0, 2030, 2031, 7, 14, 0, 0, 2031, 2032, 7, 7, 0, 0, 2032, 2033, 7, 6, 0, 0, 2033, 2034, 7, 25, 0, 0, 2034, 2035, 7, 10, 0, 0, 2035, 262, 1, 0, 0, 0, 2036, 2037, 7, 14, 0, 0, 2037, 2038, 7, 18, 0, 0, 2038, 2039, 7, 24, 0, 0, 2039, 2040, 7, 21, 0, 0, 2040, 2041, 7, 17, 0, 0, 2041, 264, 1, 0, 0, 0, 2042, 2043, 7, 10, 0, 0, 2043, 2044, 7, 18, 0, 0, 2044, 2045, 7, 16, 0, 0, 2045, 2046, 7, 18, 0, 0, 2046, 2047, 7, 7, 0, 0, 2047, 2048, 7, 6, 0, 0, 2048, 2049, 7, 14, 0, 0, 2049, 266, 1, 0, 0, 0, 2050, 2051, 7, 28, 0, 0, 2051, 2052, 7, 11, 0, 0, 2052, 2053, 7, 14, 0, 0, 2053, 2054, 7, 19, 0, 0, 2054, 2055, 7, 20, 0, 0, 2055, 2056, 7, 10, 0, 0, 2056, 2057, 7, 11, 0, 0, 2057, 268, 1, 0, 0, 0, 2058, 2059, 7, 6, 0, 0, 2059, 2060, 7, 19, 0, 0, 2060, 2061, 7, 20, 0, 0, 2061, 2062, 7, 14, 0, 0, 2062, 2063, 7, 17, 0, 0, 2063, 270, 1, 0, 0, 0, 2064, 2065, 7, 6, 0, 0, 2065, 2066, 7, 19, 0, 0, 2066, 2067, 7, 10, 0, 0, 2067, 2068, 7, 20, 0, 0, 2068, 2069, 7, 7, 0, 0, 2069, 2070, 7, 23, 0, 0, 2070, 2071, 7, 17, 0, 0, 2071, 2072, 7, 11, 0, 0, 2072, 272, 1, 0, 0, 0, 2073, 2074, 7, 6, 0, 0, 2074, 2075, 7, 15, 0, 0, 2075, 2076, 7, 15, 0, 0, 2076, 2077, 7, 11, 0, 0, 2077, 2078, 7, 10, 0, 0, 2078, 2079, 7, 10, 0, 0, 2079, 274, 1, 0, 0, 0, 2080, 2081, 7, 6, 0, 0, 2081, 2082, 7, 15, 0, 0, 2082, 2083, 7, 17, 0, 0, 2083, 2084, 7, 18, 0, 0, 2084, 2085, 7, 20, 0, 0, 2085, 2086, 7, 8, 0, 0, 2086, 276, 1, 0, 0, 0, 2087, 2088, 7, 6, 0, 0, 2088, 2089, 7, 13, 0, 0, 2089, 2090, 7, 13, 0, 0, 2090, 278, 1, 0, 0, 0, 2091, 2092, 7, 6, 0, 0, 2092, 2093, 7, 13, 0, 0, 2093, 2094, 7, 16, 0, 0, 2094, 2095, 7, 18, 0, 0, 2095, 2096, 7, 8, 0, 0, 2096, 280, 1, 0, 0, 0, 2097, 2098, 7, 6, 0, 0, 2098, 2099, 7, 26, 0, 0, 2099, 2100, 7, 17, 0, 0, 2100, 2101, 7, 11, 0, 0, 2101, 2102, 7, 14, 0, 0, 2102, 282, 1, 0, 0, 0, 2103, 2104, 7, 6, 0, 0, 2104, 2105, 7, 24, 0, 0, 2105, 2106, 7, 24, 0, 0, 2106, 2107, 7, 14, 0, 0, 2107, 2108, 7, 11, 0, 0, 2108, 2109, 7, 24, 0, 0, 2109, 2110, 7, 6, 0, 0, 2110, 2111, 7, 17, 0, 0, 2111, 2112, 7, 11, 0, 0, 2112, 284, 1, 0, 0, 0, 2113, 2114, 7, 6, 0, 0, 2114, 2115, 7, 7, 0, 0, 2115, 2116, 7, 10, 0, 0, 2116, 2117, 7, 20, 0, 0, 2117, 286, 1, 0, 0, 0, 2118, 2119, 7, 6, 0, 0, 2119, 2120, 7, 7, 0, 0, 2120, 2121, 7, 17, 0, 0, 2121, 2122, 7, 11, 0, 0, 2122, 2123, 7, 14, 0, 0, 2123, 288, 1, 0, 0, 0, 2124, 2125, 7, 6, 0, 0, 2125, 2126, 7, 7, 0, 0, 2126, 2127, 7, 30, 0, 0, 2127, 2128, 7, 6, 0, 0, 2128, 2129, 7, 9, 0, 0, 2129, 2130, 7, 10, 0, 0, 2130, 290, 1, 0, 0, 0, 2131, 2132, 7, 6, 0, 0, 2132, 2133, 7, 10, 0, 0, 2133, 2134, 7, 10, 0, 0, 2134, 2135, 7, 11, 0, 0, 2135, 2136, 7, 14, 0, 0, 2136, 2137, 7, 17, 0, 0, 2137, 2138, 7, 18, 0, 0, 2138, 2139, 7, 20, 0, 0, 2139, 2140, 7, 8, 0, 0, 2140, 292, 1, 0, 0, 0, 2141, 2142, 7, 6, 0, 0, 2142, 2143, 7, 10, 0, 0, 2143, 2144, 7, 10, 0, 0, 2144, 2145, 7, 18, 0, 0, 2145, 2146, 7, 24, 0, 0, 2146, 2147, 7, 8, 0, 0, 2147, 2148, 7, 16, 0, 0, 2148, 2149, 7, 11, 0, 0, 2149, 2150, 7, 8, 0, 0, 2150, 2151, 7, 17, 0, 0, 2151, 294, 1, 0, 0, 0, 2152, 2153, 7, 6, 0, 0, 2153, 2154, 7, 17, 0, 0, 2154, 296, 1, 0, 0, 0, 2155, 2156, 7, 6, 0, 0, 2156, 2157, 7, 17, 0, 0, 2157, 2158, 7, 17, 0, 0, 2158, 2159, 7, 14, 0, 0, 2159, 2160, 7, 18, 0, 0, 2160, 2161, 7, 19, 0, 0, 2161, 2162, 7, 23, 0, 0, 2162, 2163, 7, 17, 0, 0, 2163, 2164, 7, 11, 0, 0, 2164, 298, 1, 0, 0, 0, 2165, 2166, 7, 19, 0, 0, 2166, 2167, 7, 6, 0, 0, 2167, 2168, 7, 15, 0, 0, 2168, 2169, 7, 22, 0, 0, 2169, 2170, 7, 30, 0, 0, 2170, 2171, 7, 6, 0, 0, 2171, 2172, 7, 14, 0, 0, 2172, 2173, 7, 13, 0, 0, 2173, 300, 1, 0, 0, 0, 2174, 2175, 7, 19, 0, 0, 2175, 2176, 7, 11, 0, 0, 2176, 2177, 7, 26, 0, 0, 2177, 2178, 7, 20, 0, 0, 2178, 2179, 7, 14, 0, 0, 2179, 2180, 7, 11, 0, 0, 2180, 302, 1, 0, 0, 0, 2181, 2182, 7, 19, 0, 0, 2182, 2183, 7, 11, 0, 0, 2183, 2184, 7, 24, 0, 0, 2184, 2185, 7, 18, 0, 0, 2185, 2186, 7, 8, 0, 0, 2186, 304, 1, 0, 0, 0, 2187, 2188, 7, 19, 0, 0, 2188, 2189, 7, 9, 0, 0, 2189, 306, 1, 0, 0, 0, 2190, 2191, 7, 15, 0, 0, 2191, 2192, 7, 6, 0, 0, 2192, 2193, 7, 15, 0, 0, 2193, 2194, 7, 21, 0, 0, 2194, 2195, 7, 11, 0, 0, 2195, 308, 1, 0, 0, 0, 2196, 2197, 7, 15, 0, 0, 2197, 2198, 7, 6, 0, 0, 2198, 2199, 7, 7, 0, 0, 2199, 2200, 7, 7, 0, 0, 2200, 2201, 7, 11, 0, 0, 2201, 2202, 7, 13, 0, 0, 2202, 310, 1, 0, 0, 0, 2203, 2204, 7, 15, 0, 0, 2204, 2205, 7, 6, 0, 0, 2205, 2206, 7, 10, 0, 0, 2206, 2207, 7, 15, 0, 0, 2207, 2208, 7, 6, 0, 0, 2208, 2209, 7, 13, 0, 0, 2209, 2210, 7, 11, 0, 0, 2210, 312, 1, 0, 0, 0, 2211, 2212, 7, 15, 0, 0, 2212, 2213, 7, 6, 0, 0, 2213, 2214, 7, 10, 0, 0, 2214, 2215, 7, 15, 0, 0, 2215, 2216, 7, 6, 0, 0, 2216, 2217, 7, 13, 0, 0, 2217, 2218, 7, 11, 0, 0, 2218, 2219, 7, 13, 0, 0, 2219, 314, 1, 0, 0, 0, 2220, 2221, 7, 15, 0, 0, 2221, 2222, 7, 6, 0, 0, 2222, 2223, 7, 17, 0, 0, 2223, 2224, 7, 6, 0, 0, 2224, 2225, 7, 7, 0, 0, 2225, 2226, 7, 20, 0, 0, 2226, 2227, 7, 24, 0, 0, 2227, 316, 1, 0, 0, 0, 2228, 2229, 7, 15, 0, 0, 2229, 2230, 7, 21, 0, 0, 2230, 2231, 7, 6, 0, 0, 2231, 2232, 7, 18, 0, 0, 2232, 2233, 7, 8, 0, 0, 2233, 318, 1, 0, 0, 0, 2234, 2235, 7, 15, 0, 0, 2235, 2236, 7, 21, 0, 0, 2236, 2237, 7, 6, 0, 0, 2237, 2238, 7, 14, 0, 0, 2238, 2239, 7, 6, 0, 0, 2239, 2240, 7, 15, 0, 0, 2240, 2241, 7, 17, 0, 0, 2241, 2242, 7, 11, 0, 0, 2242, 2243, 7, 14, 0, 0, 2243, 2244, 7, 18, 0, 0, 2244, 2245, 7, 10, 0, 0, 2245, 2246, 7, 17, 0, 0, 2246, 2247, 7, 18, 0, 0, 2247, 2248, 7, 15, 0, 0, 2248, 2249, 7, 10, 0, 0, 2249, 320, 1, 0, 0, 0, 2250, 2251, 7, 15, 0, 0, 2251, 2252, 7, 21, 0, 0, 2252, 2253, 7, 11, 0, 0, 2253, 2254, 7, 15, 0, 0, 2254, 2255, 7, 22, 0, 0, 2255, 2256, 7, 25, 0, 0, 2256, 2257, 7, 20, 0, 0, 2257, 2258, 7, 18, 0, 0, 2258, 2259, 7, 8, 0, 0, 2259, 2260, 7, 17, 0, 0, 2260, 322, 1, 0, 0, 0, 2261, 2262, 7, 15, 0, 0, 2262, 2263, 7, 7, 0, 0, 2263, 2264, 7, 6, 0, 0, 2264, 2265, 7, 10, 0, 0, 2265, 2266, 7, 10, 0, 0, 2266, 324, 1, 0, 0, 0, 2267, 2268, 7, 15, 0, 0, 2268, 2269, 7, 7, 0, 0, 2269, 2270, 7, 20, 0, 0, 2270, 2271, 7, 10, 0, 0, 2271, 2272, 7, 11, 0, 0, 2272, 326, 1, 0, 0, 0, 2273, 2274, 7, 15, 0, 0, 2274, 2275, 7, 7, 0, 0, 2275, 2276, 7, 23, 0, 0, 2276, 2277, 7, 10, 0, 0, 2277, 2278, 7, 17, 0, 0, 2278, 2279, 7, 11, 0, 0, 2279, 2280, 7, 14, 0, 0, 2280, 328, 1, 0, 0, 0, 2281, 2282, 7, 15, 0, 0, 2282, 2283, 7, 20, 0, 0, 2283, 2284, 7, 16, 0, 0, 2284, 2285, 7, 16, 0, 0, 2285, 2286, 7, 11, 0, 0, 2286, 2287, 7, 8, 0, 0, 2287, 2288, 7, 17, 0, 0, 2288, 330, 1, 0, 0, 0, 2289, 2290, 7, 15, 0, 0, 2290, 2291, 7, 20, 0, 0, 2291, 2292, 7, 16, 0, 0, 2292, 2293, 7, 16, 0, 0, 2293, 2294, 7, 11, 0, 0, 2294, 2295, 7, 8, 0, 0, 2295, 2296, 7, 17, 0, 0, 2296, 2297, 7, 10, 0, 0, 2297, 332, 1, 0, 0, 0, 2298, 2299, 7, 15, 0, 0, 2299, 2300, 7, 20, 0, 0, 2300, 2301, 7, 16, 0, 0, 2301, 2302, 7, 16, 0, 0, 2302, 2303, 7, 18, 0, 0, 2303, 2304, 7, 17, 0, 0, 2304, 334, 1, 0, 0, 0, 2305, 2306, 7, 15, 0, 0, 2306, 2307, 7, 20, 0, 0, 2307, 2308, 7, 16, 0, 0, 2308, 2309, 7, 16, 0, 0, 2309, 2310, 7, 18, 0, 0, 2310, 2311, 7, 17, 0, 0, 2311, 2312, 7, 17, 0, 0, 2312, 2313, 7, 11, 0, 0, 2313, 2314, 7, 13, 0, 0, 2314, 336, 1, 0, 0, 0, 2315, 2316, 7, 15, 0, 0, 2316, 2317, 7, 20, 0, 0, 2317, 2318, 7, 8, 0, 0, 2318, 2319, 7, 26, 0, 0, 2319, 2320, 7, 18, 0, 0, 2320, 2321, 7, 24, 0, 0, 2321, 2322, 7, 23, 0, 0, 2322, 2323, 7, 14, 0, 0, 2323, 2324, 7, 6, 0, 0, 2324, 2325, 7, 17, 0, 0, 2325, 2326, 7, 18, 0, 0, 2326, 2327, 7, 20, 0, 0, 2327, 2328, 7, 8, 0, 0, 2328, 338, 1, 0, 0, 0, 2329, 2330, 7, 15, 0, 0, 2330, 2331, 7, 20, 0, 0, 2331, 2332, 7, 8, 0, 0, 2332, 2333, 7, 8, 0, 0, 2333, 2334, 7, 11, 0, 0, 2334, 2335, 7, 15, 0, 0, 2335, 2336, 7, 17, 0, 0, 2336, 2337, 7, 18, 0, 0, 2337, 2338, 7, 20, 0, 0, 2338, 2339, 7, 8, 0, 0, 2339, 340, 1, 0, 0, 0, 2340, 2341, 7, 15, 0, 0, 2341, 2342, 7, 20, 0, 0, 2342, 2343, 7, 8, 0, 0, 2343, 2344, 7, 10, 0, 0, 2344, 2345, 7, 17, 0, 0, 2345, 2346, 7, 14, 0, 0, 2346, 2347, 7, 6, 0, 0, 2347, 2348, 7, 18, 0, 0, 2348, 2349, 7, 8, 0, 0, 2349, 2350, 7, 17, 0, 0, 2350, 2351, 7, 10, 0, 0, 2351, 342, 1, 0, 0, 0, 2352, 2353, 7, 15, 0, 0, 2353, 2354, 7, 20, 0, 0, 2354, 2355, 7, 8, 0, 0, 2355, 2356, 7, 17, 0, 0, 2356, 2357, 7, 11, 0, 0, 2357, 2358, 7, 8, 0, 0, 2358, 2359, 7, 17, 0, 0, 2359, 344, 1, 0, 0, 0, 2360, 2361, 7, 15, 0, 0, 2361, 2362, 7, 20, 0, 0, 2362, 2363, 7, 8, 0, 0, 2363, 2364, 7, 17, 0, 0, 2364, 2365, 7, 18, 0, 0, 2365, 2366, 7, 8, 0, 0, 2366, 2367, 7, 23, 0, 0, 2367, 2368, 7, 11, 0, 0, 2368, 346, 1, 0, 0, 0, 2369, 2370, 7, 15, 0, 0, 2370, 2371, 7, 20, 0, 0, 2371, 2372, 7, 8, 0, 0, 2372, 2373, 7, 28, 0, 0, 2373, 2374, 7, 11, 0, 0, 2374, 2375, 7, 14, 0, 0, 2375, 2376, 7, 10, 0, 0, 2376, 2377, 7, 18, 0, 0, 2377, 2378, 7, 20, 0, 0, 2378, 2379, 7, 8, 0, 0, 2379, 348, 1, 0, 0, 0, 2380, 2381, 7, 15, 0, 0, 2381, 2382, 7, 20, 0, 0, 2382, 2383, 7, 25, 0, 0, 2383, 2384, 7, 9, 0, 0, 2384, 350, 1, 0, 0, 0, 2385, 2386, 7, 15, 0, 0, 2386, 2387, 7, 20, 0, 0, 2387, 2388, 7, 10, 0, 0, 2388, 2389, 7, 17, 0, 0, 2389, 352, 1, 0, 0, 0, 2390, 2391, 7, 15, 0, 0, 2391, 2392, 7, 10, 0, 0, 2392, 2393, 7, 28, 0, 0, 2393, 354, 1, 0, 0, 0, 2394, 2395, 7, 15, 0, 0, 2395, 2396, 7, 23, 0, 0, 2396, 2397, 7, 14, 0, 0, 2397, 2398, 7, 10, 0, 0, 2398, 2399, 7, 20, 0, 0, 2399, 2400, 7, 14, 0, 0, 2400, 356, 1, 0, 0, 0, 2401, 2402, 7, 15, 0, 0, 2402, 2403, 7, 9, 0, 0, 2403, 2404, 7, 15, 0, 0, 2404, 2405, 7, 7, 0, 0, 2405, 2406, 7, 11, 0, 0, 2406, 358, 1, 0, 0, 0, 2407, 2408, 7, 13, 0, 0, 2408, 2409, 7, 6, 0, 0, 2409, 2410, 7, 17, 0, 0, 2410, 2411, 7, 6, 0, 0, 2411, 360, 1, 0, 0, 0, 2412, 2413, 7, 13, 0, 0, 2413, 2414, 7, 6, 0, 0, 2414, 2415, 7, 17, 0, 0, 2415, 2416, 7, 6, 0, 0, 2416, 2417, 7, 19, 0, 0, 2417, 2418, 7, 6, 0, 0, 2418, 2419, 7, 10, 0, 0, 2419, 2420, 7, 11, 0, 0, 2420, 362, 1, 0, 0, 0, 2421, 2422, 7, 13, 0, 0, 2422, 2423, 7, 6, 0, 0, 2423, 2424, 7, 9, 0, 0, 2424, 364, 1, 0, 0, 0, 2425, 2426, 7, 13, 0, 0, 2426, 2427, 7, 11, 0, 0, 2427, 2428, 7, 6, 0, 0, 2428, 2429, 7, 7, 0, 0, 2429, 2430, 7, 7, 0, 0, 2430, 2431, 7, 20, 0, 0, 2431, 2432, 7, 15, 0, 0, 2432, 2433, 7, 6, 0, 0, 2433, 2434, 7, 17, 0, 0, 2434, 2435, 7, 11, 0, 0, 2435, 366, 1, 0, 0, 0, 2436, 2437, 7, 13, 0, 0, 2437, 2438, 7, 11, 0, 0, 2438, 2439, 7, 15, 0, 0, 2439, 2440, 7, 7, 0, 0, 2440, 2441, 7, 6, 0, 0, 2441, 2442, 7, 14, 0, 0, 2442, 2443, 7, 11, 0, 0, 2443, 368, 1, 0, 0, 0, 2444, 2445, 7, 13, 0, 0, 2445, 2446, 7, 11, 0, 0, 2446, 2447, 7, 26, 0, 0, 2447, 2448, 7, 6, 0, 0, 2448, 2449, 7, 23, 0, 0, 2449, 2450, 7, 7, 0, 0, 2450, 2451, 7, 17, 0, 0, 2451, 2452, 7, 10, 0, 0, 2452, 370, 1, 0, 0, 0, 2453, 2454, 7, 13, 0, 0, 2454, 2455, 7, 11, 0, 0, 2455, 2456, 7, 26, 0, 0, 2456, 2457, 7, 11, 0, 0, 2457, 2458, 7, 14, 0, 0, 2458, 2459, 7, 14, 0, 0, 2459, 2460, 7, 11, 0, 0, 2460, 2461, 7, 13, 0, 0, 2461, 372, 1, 0, 0, 0, 2462, 2463, 7, 13, 0, 0, 2463, 2464, 7, 11, 0, 0, 2464, 2465, 7, 26, 0, 0, 2465, 2466, 7, 18, 0, 0, 2466, 2467, 7, 8, 0, 0, 2467, 2468, 7, 11, 0, 0, 2468, 2469, 7, 14, 0, 0, 2469, 374, 1, 0, 0, 0, 2470, 2471, 7, 13, 0, 0, 2471, 2472, 7, 11, 0, 0, 2472, 2473, 7, 7, 0, 0, 2473, 2474, 7, 11, 0, 0, 2474, 2475, 7, 17, 0, 0, 2475, 2476, 7, 11, 0, 0, 2476, 376, 1, 0, 0, 0, 2477, 2478, 7, 13, 0, 0, 2478, 2479, 7, 11, 0, 0, 2479, 2480, 7, 7, 0, 0, 2480, 2481, 7, 18, 0, 0, 2481, 2482, 7, 16, 0, 0, 2482, 2483, 7, 18, 0, 0, 2483, 2484, 7, 17, 0, 0, 2484, 2485, 7, 11, 0, 0, 2485, 2486, 7, 14, 0, 0, 2486, 378, 1, 0, 0, 0, 2487, 2488, 7, 13, 0, 0, 2488, 2489, 7, 11, 0, 0, 2489, 2490, 7, 7, 0, 0, 2490, 2491, 7, 18, 0, 0, 2491, 2492, 7, 16, 0, 0, 2492, 2493, 7, 18, 0, 0, 2493, 2494, 7, 17, 0, 0, 2494, 2495, 7, 11, 0, 0, 2495, 2496, 7, 14, 0, 0, 2496, 2497, 7, 10, 0, 0, 2497, 380, 1, 0, 0, 0, 2498, 2499, 7, 13, 0, 0, 2499, 2500, 7, 18, 0, 0, 2500, 2501, 7, 15, 0, 0, 2501, 2502, 7, 17, 0, 0, 2502, 2503, 7, 18, 0, 0, 2503, 2504, 7, 20, 0, 0, 2504, 2505, 7, 8, 0, 0, 2505, 2506, 7, 6, 0, 0, 2506, 2507, 7, 14, 0, 0, 2507, 2508, 7, 9, 0, 0, 2508, 382, 1, 0, 0, 0, 2509, 2510, 7, 13, 0, 0, 2510, 2511, 7, 18, 0, 0, 2511, 2512, 7, 10, 0, 0, 2512, 2513, 7, 6, 0, 0, 2513, 2514, 7, 19, 0, 0, 2514, 2515, 7, 7, 0, 0, 2515, 2516, 7, 11, 0, 0, 2516, 384, 1, 0, 0, 0, 2517, 2518, 7, 13, 0, 0, 2518, 2519, 7, 18, 0, 0, 2519, 2520, 7, 10, 0, 0, 2520, 2521, 7, 15, 0, 0, 2521, 2522, 7, 6, 0, 0, 2522, 2523, 7, 14, 0, 0, 2523, 2524, 7, 13, 0, 0, 2524, 386, 1, 0, 0, 0, 2525, 2526, 7, 13, 0, 0, 2526, 2527, 7, 20, 0, 0, 2527, 2528, 7, 15, 0, 0, 2528, 2529, 7, 23, 0, 0, 2529, 2530, 7, 16, 0, 0, 2530, 2531, 7, 11, 0, 0, 2531, 2532, 7, 8, 0, 0, 2532, 2533, 7, 17, 0, 0, 2533, 388, 1, 0, 0, 0, 2534, 2535, 7, 13, 0, 0, 2535, 2536, 7, 20, 0, 0, 2536, 2537, 7, 16, 0, 0, 2537, 2538, 7, 6, 0, 0, 2538, 2539, 7, 18, 0, 0, 2539, 2540, 7, 8, 0, 0, 2540, 390, 1, 0, 0, 0, 2541, 2542, 7, 13, 0, 0, 2542, 2543, 7, 20, 0, 0, 2543, 2544, 7, 23, 0, 0, 2544, 2545, 7, 19, 0, 0, 2545, 2546, 7, 7, 0, 0, 2546, 2547, 7, 11, 0, 0, 2547, 392, 1, 0, 0, 0, 2548, 2549, 7, 13, 0, 0, 2549, 2550, 7, 14, 0, 0, 2550, 2551, 7, 20, 0, 0, 2551, 2552, 7, 25, 0, 0, 2552, 394, 1, 0, 0, 0, 2553, 2554, 7, 11, 0, 0, 2554, 2555, 7, 6, 0, 0, 2555, 2556, 7, 15, 0, 0, 2556, 2557, 7, 21, 0, 0, 2557, 396, 1, 0, 0, 0, 2558, 2559, 7, 11, 0, 0, 2559, 2560, 7, 8, 0, 0, 2560, 2561, 7, 6, 0, 0, 2561, 2562, 7, 19, 0, 0, 2562, 2563, 7, 7, 0, 0, 2563, 2564, 7, 11, 0, 0, 2564, 398, 1, 0, 0, 0, 2565, 2566, 7, 11, 0, 0, 2566, 2567, 7, 8, 0, 0, 2567, 2568, 7, 15, 0, 0, 2568, 2569, 7, 20, 0, 0, 2569, 2570, 7, 13, 0, 0, 2570, 2571, 7, 18, 0, 0, 2571, 2572, 7, 8, 0, 0, 2572, 2573, 7, 24, 0, 0, 2573, 400, 1, 0, 0, 0, 2574, 2575, 7, 11, 0, 0, 2575, 2576, 7, 8, 0, 0, 2576, 2577, 7, 15, 0, 0, 2577, 2578, 7, 14, 0, 0, 2578, 2579, 7, 9, 0, 0, 2579, 2580, 7, 25, 0, 0, 2580, 2581, 7, 17, 0, 0, 2581, 2582, 7, 11, 0, 0, 2582, 2583, 7, 13, 0, 0, 2583, 402, 1, 0, 0, 0, 2584, 2585, 7, 11, 0, 0, 2585, 2586, 7, 8, 0, 0, 2586, 2587, 7, 23, 0, 0, 2587, 2588, 7, 16, 0, 0, 2588, 404, 1, 0, 0, 0, 2589, 2590, 7, 11, 0, 0, 2590, 2591, 7, 10, 0, 0, 2591, 2592, 7, 15, 0, 0, 2592, 2593, 7, 6, 0, 0, 2593, 2594, 7, 25, 0, 0, 2594, 2595, 7, 11, 0, 0, 2595, 406, 1, 0, 0, 0, 2596, 2597, 7, 11, 0, 0, 2597, 2598, 7, 28, 0, 0, 2598, 2599, 7, 11, 0, 0, 2599, 2600, 7, 8, 0, 0, 2600, 2601, 7, 17, 0, 0, 2601, 408, 1, 0, 0, 0, 2602, 2603, 7, 11, 0, 0, 2603, 2604, 7, 27, 0, 0, 2604, 2605, 7, 15, 0, 0, 2605, 2606, 7, 7, 0, 0, 2606, 2607, 7, 23, 0, 0, 2607, 2608, 7, 13, 0, 0, 2608, 2609, 7, 11, 0, 0, 2609, 410, 1, 0, 0, 0, 2610, 2611, 7, 11, 0, 0, 2611, 2612, 7, 27, 0, 0, 2612, 2613, 7, 15, 0, 0, 2613, 2614, 7, 7, 0, 0, 2614, 2615, 7, 23, 0, 0, 2615, 2616, 7, 13, 0, 0, 2616, 2617, 7, 18, 0, 0, 2617, 2618, 7, 8, 0, 0, 2618, 2619, 7, 24, 0, 0, 2619, 412, 1, 0, 0, 0, 2620, 2621, 7, 11, 0, 0, 2621, 2622, 7, 27, 0, 0, 2622, 2623, 7, 15, 0, 0, 2623, 2624, 7, 7, 0, 0, 2624, 2625, 7, 23, 0, 0, 2625, 2626, 7, 10, 0, 0, 2626, 2627, 7, 18, 0, 0, 2627, 2628, 7, 28, 0, 0, 2628, 2629, 7, 11, 0, 0, 2629, 414, 1, 0, 0, 0, 2630, 2631, 7, 11, 0, 0, 2631, 2632, 7, 27, 0, 0, 2632, 2633, 7, 11, 0, 0, 2633, 2634, 7, 15, 0, 0, 2634, 2635, 7, 23, 0, 0, 2635, 2636, 7, 17, 0, 0, 2636, 2637, 7, 11, 0, 0, 2637, 416, 1, 0, 0, 0, 2638, 2639, 7, 11, 0, 0, 2639, 2640, 7, 27, 0, 0, 2640, 2641, 7, 25, 0, 0, 2641, 2642, 7, 7, 0, 0, 2642, 2643, 7, 6, 0, 0, 2643, 2644, 7, 18, 0, 0, 2644, 2645, 7, 8, 0, 0, 2645, 418, 1, 0, 0, 0, 2646, 2647, 7, 11, 0, 0, 2647, 2648, 7, 27, 0, 0, 2648, 2649, 7, 17, 0, 0, 2649, 2650, 7, 11, 0, 0, 2650, 2651, 7, 8, 0, 0, 2651, 2652, 7, 10, 0, 0, 2652, 2653, 7, 18, 0, 0, 2653, 2654, 7, 20, 0, 0, 2654, 2655, 7, 8, 0, 0, 2655, 420, 1, 0, 0, 0, 2656, 2657, 7, 11, 0, 0, 2657, 2658, 7, 27, 0, 0, 2658, 2659, 7, 17, 0, 0, 2659, 2660, 7, 11, 0, 0, 2660, 2661, 7, 14, 0, 0, 2661, 2662, 7, 8, 0, 0, 2662, 2663, 7, 6, 0, 0, 2663, 2664, 7, 7, 0, 0, 2664, 422, 1, 0, 0, 0, 2665, 2666, 7, 26, 0, 0, 2666, 2667, 7, 6, 0, 0, 2667, 2668, 7, 16, 0, 0, 2668, 2669, 7, 18, 0, 0, 2669, 2670, 7, 7, 0, 0, 2670, 2671, 7, 9, 0, 0, 2671, 424, 1, 0, 0, 0, 2672, 2673, 7, 26, 0, 0, 2673, 2674, 7, 18, 0, 0, 2674, 2675, 7, 14, 0, 0, 2675, 2676, 7, 10, 0, 0, 2676, 2677, 7, 17, 0, 0, 2677, 426, 1, 0, 0, 0, 2678, 2679, 7, 26, 0, 0, 2679, 2680, 7, 20, 0, 0, 2680, 2681, 7, 7, 0, 0, 2681, 2682, 7, 7, 0, 0, 2682, 2683, 7, 20, 0, 0, 2683, 2684, 7, 30, 0, 0, 2684, 2685, 7, 18, 0, 0, 2685, 2686, 7, 8, 0, 0, 2686, 2687, 7, 24, 0, 0, 2687, 428, 1, 0, 0, 0, 2688, 2689, 7, 26, 0, 0, 2689, 2690, 7, 20, 0, 0, 2690, 2691, 7, 14, 0, 0, 2691, 2692, 7, 15, 0, 0, 2692, 2693, 7, 11, 0, 0, 2693, 430, 1, 0, 0, 0, 2694, 2695, 7, 26, 0, 0, 2695, 2696, 7, 20, 0, 0, 2696, 2697, 7, 14, 0, 0, 2697, 2698, 7, 30, 0, 0, 2698, 2699, 7, 6, 0, 0, 2699, 2700, 7, 14, 0, 0, 2700, 2701, 7, 13, 0, 0, 2701, 432, 1, 0, 0, 0, 2702, 2703, 7, 26, 0, 0, 2703, 2704, 7, 23, 0, 0, 2704, 2705, 7, 8, 0, 0, 2705, 2706, 7, 15, 0, 0, 2706, 2707, 7, 17, 0, 0, 2707, 2708, 7, 18, 0, 0, 2708, 2709, 7, 20, 0, 0, 2709, 2710, 7, 8, 0, 0, 2710, 434, 1, 0, 0, 0, 2711, 2712, 7, 26, 0, 0, 2712, 2713, 7, 23, 0, 0, 2713, 2714, 7, 8, 0, 0, 2714, 2715, 7, 15, 0, 0, 2715, 2716, 7, 17, 0, 0, 2716, 2717, 7, 18, 0, 0, 2717, 2718, 7, 20, 0, 0, 2718, 2719, 7, 8, 0, 0, 2719, 2720, 7, 10, 0, 0, 2720, 436, 1, 0, 0, 0, 2721, 2722, 7, 24, 0, 0, 2722, 2723, 7, 7, 0, 0, 2723, 2724, 7, 20, 0, 0, 2724, 2725, 7, 19, 0, 0, 2725, 2726, 7, 6, 0, 0, 2726, 2727, 7, 7, 0, 0, 2727, 438, 1, 0, 0, 0, 2728, 2729, 7, 24, 0, 0, 2729, 2730, 7, 14, 0, 0, 2730, 2731, 7, 6, 0, 0, 2731, 2732, 7, 8, 0, 0, 2732, 2733, 7, 17, 0, 0, 2733, 2734, 7, 11, 0, 0, 2734, 2735, 7, 13, 0, 0, 2735, 440, 1, 0, 0, 0, 2736, 2737, 7, 21, 0, 0, 2737, 2738, 7, 6, 0, 0, 2738, 2739, 7, 8, 0, 0, 2739, 2740, 7, 13, 0, 0, 2740, 2741, 7, 7, 0, 0, 2741, 2742, 7, 11, 0, 0, 2742, 2743, 7, 14, 0, 0, 2743, 442, 1, 0, 0, 0, 2744, 2745, 7, 21, 0, 0, 2745, 2746, 7, 11, 0, 0, 2746, 2747, 7, 6, 0, 0, 2747, 2748, 7, 13, 0, 0, 2748, 2749, 7, 11, 0, 0, 2749, 2750, 7, 14, 0, 0, 2750, 444, 1, 0, 0, 0, 2751, 2752, 7, 21, 0, 0, 2752, 2753, 7, 20, 0, 0, 2753, 2754, 7, 7, 0, 0, 2754, 2755, 7, 13, 0, 0, 2755, 446, 1, 0, 0, 0, 2756, 2757, 7, 21, 0, 0, 2757, 2758, 7, 20, 0, 0, 2758, 2759, 7, 23, 0, 0, 2759, 2760, 7, 14, 0, 0, 2760, 448, 1, 0, 0, 0, 2761, 2762, 7, 18, 0, 0, 2762, 2763, 7, 13, 0, 0, 2763, 2764, 7, 11, 0, 0, 2764, 2765, 7, 8, 0, 0, 2765, 2766, 7, 17, 0, 0, 2766, 2767, 7, 18, 0, 0, 2767, 2768, 7, 17, 0, 0, 2768, 2769, 7, 9, 0, 0, 2769, 450, 1, 0, 0, 0, 2770, 2771, 7, 18, 0, 0, 2771, 2772, 7, 26, 0, 0, 2772, 452, 1, 0, 0, 0, 2773, 2774, 7, 18, 0, 0, 2774, 2775, 7, 16, 0, 0, 2775, 2776, 7, 16, 0, 0, 2776, 2777, 7, 11, 0, 0, 2777, 2778, 7, 13, 0, 0, 2778, 2779, 7, 18, 0, 0, 2779, 2780, 7, 6, 0, 0, 2780, 2781, 7, 17, 0, 0, 2781, 2782, 7, 11, 0, 0, 2782, 454, 1, 0, 0, 0, 2783, 2784, 7, 18, 0, 0, 2784, 2785, 7, 16, 0, 0, 2785, 2786, 7, 16, 0, 0, 2786, 2787, 7, 23, 0, 0, 2787, 2788, 7, 17, 0, 0, 2788, 2789, 7, 6, 0, 0, 2789, 2790, 7, 19, 0, 0, 2790, 2791, 7, 7, 0, 0, 2791, 2792, 7, 11, 0, 0, 2792, 456, 1, 0, 0, 0, 2793, 2794, 7, 18, 0, 0, 2794, 2795, 7, 16, 0, 0, 2795, 2796, 7, 25, 0, 0, 2796, 2797, 7, 7, 0, 0, 2797, 2798, 7, 18, 0, 0, 2798, 2799, 7, 15, 0, 0, 2799, 2800, 7, 18, 0, 0, 2800, 2801, 7, 17, 0, 0, 2801, 458, 1, 0, 0, 0, 2802, 2803, 7, 18, 0, 0, 2803, 2804, 7, 8, 0, 0, 2804, 2805, 7, 15, 0, 0, 2805, 2806, 7, 7, 0, 0, 2806, 2807, 7, 23, 0, 0, 2807, 2808, 7, 13, 0, 0, 2808, 2809, 7, 18, 0, 0, 2809, 2810, 7, 8, 0, 0, 2810, 2811, 7, 24, 0, 0, 2811, 460, 1, 0, 0, 0, 2812, 2813, 7, 18, 0, 0, 2813, 2814, 7, 8, 0, 0, 2814, 2815, 7, 15, 0, 0, 2815, 2816, 7, 14, 0, 0, 2816, 2817, 7, 11, 0, 0, 2817, 2818, 7, 16, 0, 0, 2818, 2819, 7, 11, 0, 0, 2819, 2820, 7, 8, 0, 0, 2820, 2821, 7, 17, 0, 0, 2821, 462, 1, 0, 0, 0, 2822, 2823, 7, 18, 0, 0, 2823, 2824, 7, 8, 0, 0, 2824, 2825, 7, 13, 0, 0, 2825, 2826, 7, 11, 0, 0, 2826, 2827, 7, 27, 0, 0, 2827, 464, 1, 0, 0, 0, 2828, 2829, 7, 18, 0, 0, 2829, 2830, 7, 8, 0, 0, 2830, 2831, 7, 13, 0, 0, 2831, 2832, 7, 11, 0, 0, 2832, 2833, 7, 27, 0, 0, 2833, 2834, 7, 11, 0, 0, 2834, 2835, 7, 10, 0, 0, 2835, 466, 1, 0, 0, 0, 2836, 2837, 7, 18, 0, 0, 2837, 2838, 7, 8, 0, 0, 2838, 2839, 7, 21, 0, 0, 2839, 2840, 7, 11, 0, 0, 2840, 2841, 7, 14, 0, 0, 2841, 2842, 7, 18, 0, 0, 2842, 2843, 7, 17, 0, 0, 2843, 468, 1, 0, 0, 0, 2844, 2845, 7, 8, 0, 0, 2845, 2846, 7, 20, 0, 0, 2846, 2847, 7, 18, 0, 0, 2847, 2848, 7, 8, 0, 0, 2848, 2849, 7, 21, 0, 0, 2849, 2850, 7, 11, 0, 0, 2850, 2851, 7, 14, 0, 0, 2851, 2852, 7, 18, 0, 0, 2852, 2853, 7, 17, 0, 0, 2853, 470, 1, 0, 0, 0, 2854, 2855, 7, 10, 0, 0, 2855, 2856, 7, 23, 0, 0, 2856, 2857, 7, 25, 0, 0, 2857, 2858, 7, 11, 0, 0, 2858, 2859, 7, 14, 0, 0, 2859, 2860, 7, 23, 0, 0, 2860, 2861, 7, 10, 0, 0, 2861, 2862, 7, 11, 0, 0, 2862, 2863, 7, 14, 0, 0, 2863, 472, 1, 0, 0, 0, 2864, 2865, 7, 8, 0, 0, 2865, 2866, 7, 20, 0, 0, 2866, 2867, 7, 10, 0, 0, 2867, 2868, 7, 23, 0, 0, 2868, 2869, 7, 25, 0, 0, 2869, 2870, 7, 11, 0, 0, 2870, 2871, 7, 14, 0, 0, 2871, 2872, 7, 23, 0, 0, 2872, 2873, 7, 10, 0, 0, 2873, 2874, 7, 11, 0, 0, 2874, 2875, 7, 14, 0, 0, 2875, 474, 1, 0, 0, 0, 2876, 2877, 7, 15, 0, 0, 2877, 2878, 7, 14, 0, 0, 2878, 2879, 7, 11, 0, 0, 2879, 2880, 7, 6, 0, 0, 2880, 2881, 7, 17, 0, 0, 2881, 2882, 7, 11, 0, 0, 2882, 2883, 7, 13, 0, 0, 2883, 2884, 7, 19, 0, 0, 2884, 476, 1, 0, 0, 0, 2885, 2886, 7, 8, 0, 0, 2886, 2887, 7, 20, 0, 0, 2887, 2888, 7, 15, 0, 0, 2888, 2889, 7, 14, 0, 0, 2889, 2890, 7, 11, 0, 0, 2890, 2891, 7, 6, 0, 0, 2891, 2892, 7, 17, 0, 0, 2892, 2893, 7, 11, 0, 0, 2893, 2894, 7, 13, 0, 0, 2894, 2895, 7, 19, 0, 0, 2895, 478, 1, 0, 0, 0, 2896, 2897, 7, 15, 0, 0, 2897, 2898, 7, 14, 0, 0, 2898, 2899, 7, 11, 0, 0, 2899, 2900, 7, 6, 0, 0, 2900, 2901, 7, 17, 0, 0, 2901, 2902, 7, 11, 0, 0, 2902, 2903, 7, 14, 0, 0, 2903, 2904, 7, 20, 0, 0, 2904, 2905, 7, 7, 0, 0, 2905, 2906, 7, 11, 0, 0, 2906, 480, 1, 0, 0, 0, 2907, 2908, 7, 8, 0, 0, 2908, 2909, 7, 20, 0, 0, 2909, 2910, 7, 15, 0, 0, 2910, 2911, 7, 14, 0, 0, 2911, 2912, 7, 11, 0, 0, 2912, 2913, 7, 6, 0, 0, 2913, 2914, 7, 17, 0, 0, 2914, 2915, 7, 11, 0, 0, 2915, 2916, 7, 14, 0, 0, 2916, 2917, 7, 20, 0, 0, 2917, 2918, 7, 7, 0, 0, 2918, 2919, 7, 11, 0, 0, 2919, 482, 1, 0, 0, 0, 2920, 2921, 7, 15, 0, 0, 2921, 2922, 7, 14, 0, 0, 2922, 2923, 7, 11, 0, 0, 2923, 2924, 7, 6, 0, 0, 2924, 2925, 7, 17, 0, 0, 2925, 2926, 7, 11, 0, 0, 2926, 2927, 7, 23, 0, 0, 2927, 2928, 7, 10, 0, 0, 2928, 2929, 7, 11, 0, 0, 2929, 2930, 7, 14, 0, 0, 2930, 484, 1, 0, 0, 0, 2931, 2932, 7, 8, 0, 0, 2932, 2933, 7, 20, 0, 0, 2933, 2934, 7, 15, 0, 0, 2934, 2935, 7, 14, 0, 0, 2935, 2936, 7, 11, 0, 0, 2936, 2937, 7, 6, 0, 0, 2937, 2938, 7, 17, 0, 0, 2938, 2939, 7, 11, 0, 0, 2939, 2940, 7, 23, 0, 0, 2940, 2941, 7, 10, 0, 0, 2941, 2942, 7, 11, 0, 0, 2942, 2943, 7, 14, 0, 0, 2943, 486, 1, 0, 0, 0, 2944, 2945, 7, 18, 0, 0, 2945, 2946, 7, 8, 0, 0, 2946, 2947, 7, 21, 0, 0, 2947, 2948, 7, 11, 0, 0, 2948, 2949, 7, 14, 0, 0, 2949, 2950, 7, 18, 0, 0, 2950, 2951, 7, 17, 0, 0, 2951, 2952, 7, 10, 0, 0, 2952, 488, 1, 0, 0, 0, 2953, 2954, 7, 18, 0, 0, 2954, 2955, 7, 8, 0, 0, 2955, 2956, 7, 7, 0, 0, 2956, 2957, 7, 18, 0, 0, 2957, 2958, 7, 8, 0, 0, 2958, 2959, 7, 11, 0, 0, 2959, 490, 1, 0, 0, 0, 2960, 2961, 7, 18, 0, 0, 2961, 2962, 7, 8, 0, 0, 2962, 2963, 7, 10, 0, 0, 2963, 2964, 7, 11, 0, 0, 2964, 2965, 7, 8, 0, 0, 2965, 2966, 7, 10, 0, 0, 2966, 2967, 7, 18, 0, 0, 2967, 2968, 7, 17, 0, 0, 2968, 2969, 7, 18, 0, 0, 2969, 2970, 7, 28, 0, 0, 2970, 2971, 7, 11, 0, 0, 2971, 492, 1, 0, 0, 0, 2972, 2973, 7, 18, 0, 0, 2973, 2974, 7, 8, 0, 0, 2974, 2975, 7, 10, 0, 0, 2975, 2976, 7, 11, 0, 0, 2976, 2977, 7, 14, 0, 0, 2977, 2978, 7, 17, 0, 0, 2978, 494, 1, 0, 0, 0, 2979, 2980, 7, 18, 0, 0, 2980, 2981, 7, 8, 0, 0, 2981, 2982, 7, 10, 0, 0, 2982, 2983, 7, 17, 0, 0, 2983, 2984, 7, 11, 0, 0, 2984, 2985, 7, 6, 0, 0, 2985, 2986, 7, 13, 0, 0, 2986, 496, 1, 0, 0, 0, 2987, 2988, 7, 18, 0, 0, 2988, 2989, 7, 8, 0, 0, 2989, 2990, 7, 28, 0, 0, 2990, 2991, 7, 20, 0, 0, 2991, 2992, 7, 22, 0, 0, 2992, 2993, 7, 11, 0, 0, 2993, 2994, 7, 14, 0, 0, 2994, 498, 1, 0, 0, 0, 2995, 2996, 7, 18, 0, 0, 2996, 2997, 7, 10, 0, 0, 2997, 2998, 7, 20, 0, 0, 2998, 2999, 7, 7, 0, 0, 2999, 3000, 7, 6, 0, 0, 3000, 3001, 7, 17, 0, 0, 3001, 3002, 7, 18, 0, 0, 3002, 3003, 7, 20, 0, 0, 3003, 3004, 7, 8, 0, 0, 3004, 500, 1, 0, 0, 0, 3005, 3006, 7, 22, 0, 0, 3006, 3007, 7, 11, 0, 0, 3007, 3008, 7, 9, 0, 0, 3008, 502, 1, 0, 0, 0, 3009, 3010, 7, 7, 0, 0, 3010, 3011, 7, 6, 0, 0, 3011, 3012, 7, 19, 0, 0, 3012, 3013, 7, 11, 0, 0, 3013, 3014, 7, 7, 0, 0, 3014, 504, 1, 0, 0, 0, 3015, 3016, 7, 7, 0, 0, 3016, 3017, 7, 6, 0, 0, 3017, 3018, 7, 8, 0, 0, 3018, 3019, 7, 24, 0, 0, 3019, 3020, 7, 23, 0, 0, 3020, 3021, 7, 6, 0, 0, 3021, 3022, 7, 24, 0, 0, 3022, 3023, 7, 11, 0, 0, 3023, 506, 1, 0, 0, 0, 3024, 3025, 7, 7, 0, 0, 3025, 3026, 7, 6, 0, 0, 3026, 3027, 7, 14, 0, 0, 3027, 3028, 7, 24, 0, 0, 3028, 3029, 7, 11, 0, 0, 3029, 508, 1, 0, 0, 0, 3030, 3031, 7, 7, 0, 0, 3031, 3032, 7, 6, 0, 0, 3032, 3033, 7, 10, 0, 0, 3033, 3034, 7, 17, 0, 0, 3034, 510, 1, 0, 0, 0, 3035, 3036, 7, 7, 0, 0, 3036, 3037, 7, 11, 0, 0, 3037, 3038, 7, 6, 0, 0, 3038, 3039, 7, 22, 0, 0, 3039, 3040, 7, 25, 0, 0, 3040, 3041, 7, 14, 0, 0, 3041, 3042, 7, 20, 0, 0, 3042, 3043, 7, 20, 0, 0, 3043, 3044, 7, 26, 0, 0, 3044, 512, 1, 0, 0, 0, 3045, 3046, 7, 7, 0, 0, 3046, 3047, 7, 11, 0, 0, 3047, 3048, 7, 28, 0, 0, 3048, 3049, 7, 11, 0, 0, 3049, 3050, 7, 7, 0, 0, 3050, 514, 1, 0, 0, 0, 3051, 3052, 7, 7, 0, 0, 3052, 3053, 7, 18, 0, 0, 3053, 3054, 7, 10, 0, 0, 3054, 3055, 7, 17, 0, 0, 3055, 3056, 7, 11, 0, 0, 3056, 3057, 7, 8, 0, 0, 3057, 516, 1, 0, 0, 0, 3058, 3059, 7, 7, 0, 0, 3059, 3060, 7, 20, 0, 0, 3060, 3061, 7, 6, 0, 0, 3061, 3062, 7, 13, 0, 0, 3062, 518, 1, 0, 0, 0, 3063, 3064, 7, 7, 0, 0, 3064, 3065, 7, 20, 0, 0, 3065, 3066, 7, 15, 0, 0, 3066, 3067, 7, 6, 0, 0, 3067, 3068, 7, 7, 0, 0, 3068, 520, 1, 0, 0, 0, 3069, 3070, 7, 7, 0, 0, 3070, 3071, 7, 20, 0, 0, 3071, 3072, 7, 15, 0, 0, 3072, 3073, 7, 6, 0, 0, 3073, 3074, 7, 17, 0, 0, 3074, 3075, 7, 18, 0, 0, 3075, 3076, 7, 20, 0, 0, 3076, 3077, 7, 8, 0, 0, 3077, 522, 1, 0, 0, 0, 3078, 3079, 7, 7, 0, 0, 3079, 3080, 7, 20, 0, 0, 3080, 3081, 7, 15, 0, 0, 3081, 3082, 7, 22, 0, 0, 3082, 524, 1, 0, 0, 0, 3083, 3084, 7, 16, 0, 0, 3084, 3085, 7, 6, 0, 0, 3085, 3086, 7, 25, 0, 0, 3086, 3087, 7, 25, 0, 0, 3087, 3088, 7, 18, 0, 0, 3088, 3089, 7, 8, 0, 0, 3089, 3090, 7, 24, 0, 0, 3090, 526, 1, 0, 0, 0, 3091, 3092, 7, 16, 0, 0, 3092, 3093, 7, 6, 0, 0, 3093, 3094, 7, 17, 0, 0, 3094, 3095, 7, 15, 0, 0, 3095, 3096, 7, 21, 0, 0, 3096, 528, 1, 0, 0, 0, 3097, 3098, 7, 16, 0, 0, 3098, 3099, 7, 6, 0, 0, 3099, 3100, 7, 17, 0, 0, 3100, 3101, 7, 11, 0, 0, 3101, 3102, 7, 14, 0, 0, 3102, 3103, 7, 18, 0, 0, 3103, 3104, 7, 6, 0, 0, 3104, 3105, 7, 7, 0, 0, 3105, 3106, 7, 18, 0, 0, 3106, 3107, 7, 12, 0, 0, 3107, 3108, 7, 11, 0, 0, 3108, 3109, 7, 13, 0, 0, 3109, 530, 1, 0, 0, 0, 3110, 3111, 7, 16, 0, 0, 3111, 3112, 7, 6, 0, 0, 3112, 3113, 7, 27, 0, 0, 3113, 3114, 7, 28, 0, 0, 3114, 3115, 7, 6, 0, 0, 3115, 3116, 7, 7, 0, 0, 3116, 3117, 7, 23, 0, 0, 3117, 3118, 7, 11, 0, 0, 3118, 532, 1, 0, 0, 0, 3119, 3120, 7, 16, 0, 0, 3120, 3121, 7, 18, 0, 0, 3121, 3122, 7, 8, 0, 0, 3122, 3123, 7, 23, 0, 0, 3123, 3124, 7, 17, 0, 0, 3124, 3125, 7, 11, 0, 0, 3125, 534, 1, 0, 0, 0, 3126, 3127, 7, 16, 0, 0, 3127, 3128, 7, 18, 0, 0, 3128, 3129, 7, 8, 0, 0, 3129, 3130, 7, 28, 0, 0, 3130, 3131, 7, 6, 0, 0, 3131, 3132, 7, 7, 0, 0, 3132, 3133, 7, 23, 0, 0, 3133, 3134, 7, 11, 0, 0, 3134, 536, 1, 0, 0, 0, 3135, 3136, 7, 16, 0, 0, 3136, 3137, 7, 20, 0, 0, 3137, 3138, 7, 13, 0, 0, 3138, 3139, 7, 11, 0, 0, 3139, 538, 1, 0, 0, 0, 3140, 3141, 7, 16, 0, 0, 3141, 3142, 7, 20, 0, 0, 3142, 3143, 7, 8, 0, 0, 3143, 3144, 7, 17, 0, 0, 3144, 3145, 7, 21, 0, 0, 3145, 540, 1, 0, 0, 0, 3146, 3147, 7, 16, 0, 0, 3147, 3148, 7, 20, 0, 0, 3148, 3149, 7, 28, 0, 0, 3149, 3150, 7, 11, 0, 0, 3150, 542, 1, 0, 0, 0, 3151, 3152, 7, 8, 0, 0, 3152, 3153, 7, 6, 0, 0, 3153, 3154, 7, 16, 0, 0, 3154, 3155, 7, 11, 0, 0, 3155, 544, 1, 0, 0, 0, 3156, 3157, 7, 8, 0, 0, 3157, 3158, 7, 6, 0, 0, 3158, 3159, 7, 16, 0, 0, 3159, 3160, 7, 11, 0, 0, 3160, 3161, 7, 10, 0, 0, 3161, 546, 1, 0, 0, 0, 3162, 3163, 7, 8, 0, 0, 3163, 3164, 7, 11, 0, 0, 3164, 3165, 7, 27, 0, 0, 3165, 3166, 7, 17, 0, 0, 3166, 548, 1, 0, 0, 0, 3167, 3168, 7, 8, 0, 0, 3168, 3169, 7, 20, 0, 0, 3169, 550, 1, 0, 0, 0, 3170, 3171, 7, 8, 0, 0, 3171, 3172, 7, 20, 0, 0, 3172, 3173, 7, 17, 0, 0, 3173, 3174, 7, 21, 0, 0, 3174, 3175, 7, 18, 0, 0, 3175, 3176, 7, 8, 0, 0, 3176, 3177, 7, 24, 0, 0, 3177, 552, 1, 0, 0, 0, 3178, 3179, 7, 8, 0, 0, 3179, 3180, 7, 20, 0, 0, 3180, 3181, 7, 17, 0, 0, 3181, 3182, 7, 18, 0, 0, 3182, 3183, 7, 26, 0, 0, 3183, 3184, 7, 9, 0, 0, 3184, 554, 1, 0, 0, 0, 3185, 3186, 7, 8, 0, 0, 3186, 3187, 7, 20, 0, 0, 3187, 3188, 7, 30, 0, 0, 3188, 3189, 7, 6, 0, 0, 3189, 3190, 7, 18, 0, 0, 3190, 3191, 7, 17, 0, 0, 3191, 556, 1, 0, 0, 0, 3192, 3193, 7, 8, 0, 0, 3193, 3194, 7, 23, 0, 0, 3194, 3195, 7, 7, 0, 0, 3195, 3196, 7, 7, 0, 0, 3196, 3197, 7, 10, 0, 0, 3197, 558, 1, 0, 0, 0, 3198, 3199, 7, 20, 0, 0, 3199, 3200, 7, 19, 0, 0, 3200, 3201, 7, 31, 0, 0, 3201, 3202, 7, 11, 0, 0, 3202, 3203, 7, 15, 0, 0, 3203, 3204, 7, 17, 0, 0, 3204, 560, 1, 0, 0, 0, 3205, 3206, 7, 20, 0, 0, 3206, 3207, 7, 26, 0, 0, 3207, 562, 1, 0, 0, 0, 3208, 3209, 7, 20, 0, 0, 3209, 3210, 7, 26, 0, 0, 3210, 3211, 7, 26, 0, 0, 3211, 564, 1, 0, 0, 0, 3212, 3213, 7, 20, 0, 0, 3213, 3214, 7, 18, 0, 0, 3214, 3215, 7, 13, 0, 0, 3215, 3216, 7, 10, 0, 0, 3216, 566, 1, 0, 0, 0, 3217, 3218, 7, 20, 0, 0, 3218, 3219, 7, 25, 0, 0, 3219, 3220, 7, 11, 0, 0, 3220, 3221, 7, 14, 0, 0, 3221, 3222, 7, 6, 0, 0, 3222, 3223, 7, 17, 0, 0, 3223, 3224, 7, 20, 0, 0, 3224, 3225, 7, 14, 0, 0, 3225, 568, 1, 0, 0, 0, 3226, 3227, 7, 20, 0, 0, 3227, 3228, 7, 25, 0, 0, 3228, 3229, 7, 17, 0, 0, 3229, 3230, 7, 18, 0, 0, 3230, 3231, 7, 20, 0, 0, 3231, 3232, 7, 8, 0, 0, 3232, 570, 1, 0, 0, 0, 3233, 3234, 7, 20, 0, 0, 3234, 3235, 7, 25, 0, 0, 3235, 3236, 7, 17, 0, 0, 3236, 3237, 7, 18, 0, 0, 3237, 3238, 7, 20, 0, 0, 3238, 3239, 7, 8, 0, 0, 3239, 3240, 7, 10, 0, 0, 3240, 572, 1, 0, 0, 0, 3241, 3242, 7, 20, 0, 0, 3242, 3243, 7, 30, 0, 0, 3243, 3244, 7, 8, 0, 0, 3244, 3245, 7, 11, 0, 0, 3245, 3246, 7, 13, 0, 0, 3246, 574, 1, 0, 0, 0, 3247, 3248, 7, 20, 0, 0, 3248, 3249, 7, 30, 0, 0, 3249, 3250, 7, 8, 0, 0, 3250, 3251, 7, 11, 0, 0, 3251, 3252, 7, 14, 0, 0, 3252, 576, 1, 0, 0, 0, 3253, 3254, 7, 25, 0, 0, 3254, 3255, 7, 6, 0, 0, 3255, 3256, 7, 14, 0, 0, 3256, 3257, 7, 10, 0, 0, 3257, 3258, 7, 11, 0, 0, 3258, 3259, 7, 14, 0, 0, 3259, 578, 1, 0, 0, 0, 3260, 3261, 7, 25, 0, 0, 3261, 3262, 7, 6, 0, 0, 3262, 3263, 7, 14, 0, 0, 3263, 3264, 7, 17, 0, 0, 3264, 3265, 7, 18, 0, 0, 3265, 3266, 7, 6, 0, 0, 3266, 3267, 7, 7, 0, 0, 3267, 580, 1, 0, 0, 0, 3268, 3269, 7, 25, 0, 0, 3269, 3270, 7, 6, 0, 0, 3270, 3271, 7, 14, 0, 0, 3271, 3272, 7, 17, 0, 0, 3272, 3273, 7, 18, 0, 0, 3273, 3274, 7, 17, 0, 0, 3274, 3275, 7, 18, 0, 0, 3275, 3276, 7, 20, 0, 0, 3276, 3277, 7, 8, 0, 0, 3277, 582, 1, 0, 0, 0, 3278, 3279, 7, 25, 0, 0, 3279, 3280, 7, 6, 0, 0, 3280, 3281, 7, 10, 0, 0, 3281, 3282, 7, 10, 0, 0, 3282, 3283, 7, 18, 0, 0, 3283, 3284, 7, 8, 0, 0, 3284, 3285, 7, 24, 0, 0, 3285, 584, 1, 0, 0, 0, 3286, 3287, 7, 25, 0, 0, 3287, 3288, 7, 6, 0, 0, 3288, 3289, 7, 10, 0, 0, 3289, 3290, 7, 10, 0, 0, 3290, 3291, 7, 30, 0, 0, 3291, 3292, 7, 20, 0, 0, 3292, 3293, 7, 14, 0, 0, 3293, 3294, 7, 13, 0, 0, 3294, 586, 1, 0, 0, 0, 3295, 3296, 7, 25, 0, 0, 3296, 3297, 7, 7, 0, 0, 3297, 3298, 7, 6, 0, 0, 3298, 3299, 7, 8, 0, 0, 3299, 3300, 7, 10, 0, 0, 3300, 588, 1, 0, 0, 0, 3301, 3302, 7, 25, 0, 0, 3302, 3303, 7, 14, 0, 0, 3303, 3304, 7, 11, 0, 0, 3304, 3305, 7, 15, 0, 0, 3305, 3306, 7, 11, 0, 0, 3306, 3307, 7, 13, 0, 0, 3307, 3308, 7, 18, 0, 0, 3308, 3309, 7, 8, 0, 0, 3309, 3310, 7, 24, 0, 0, 3310, 590, 1, 0, 0, 0, 3311, 3312, 7, 25, 0, 0, 3312, 3313, 7, 14, 0, 0, 3313, 3314, 7, 11, 0, 0, 3314, 3315, 7, 25, 0, 0, 3315, 3316, 7, 6, 0, 0, 3316, 3317, 7, 14, 0, 0, 3317, 3318, 7, 11, 0, 0, 3318, 592, 1, 0, 0, 0, 3319, 3320, 7, 25, 0, 0, 3320, 3321, 7, 14, 0, 0, 3321, 3322, 7, 11, 0, 0, 3322, 3323, 7, 25, 0, 0, 3323, 3324, 7, 6, 0, 0, 3324, 3325, 7, 14, 0, 0, 3325, 3326, 7, 11, 0, 0, 3326, 3327, 7, 13, 0, 0, 3327, 594, 1, 0, 0, 0, 3328, 3329, 7, 25, 0, 0, 3329, 3330, 7, 14, 0, 0, 3330, 3331, 7, 11, 0, 0, 3331, 3332, 7, 10, 0, 0, 3332, 3333, 7, 11, 0, 0, 3333, 3334, 7, 14, 0, 0, 3334, 3335, 7, 28, 0, 0, 3335, 3336, 7, 11, 0, 0, 3336, 596, 1, 0, 0, 0, 3337, 3338, 7, 25, 0, 0, 3338, 3339, 7, 14, 0, 0, 3339, 3340, 7, 18, 0, 0, 3340, 3341, 7, 20, 0, 0, 3341, 3342, 7, 14, 0, 0, 3342, 598, 1, 0, 0, 0, 3343, 3344, 7, 25, 0, 0, 3344, 3345, 7, 14, 0, 0, 3345, 3346, 7, 18, 0, 0, 3346, 3347, 7, 28, 0, 0, 3347, 3348, 7, 18, 0, 0, 3348, 3349, 7, 7, 0, 0, 3349, 3350, 7, 11, 0, 0, 3350, 3351, 7, 24, 0, 0, 3351, 3352, 7, 11, 0, 0, 3352, 3353, 7, 10, 0, 0, 3353, 600, 1, 0, 0, 0, 3354, 3355, 7, 25, 0, 0, 3355, 3356, 7, 14, 0, 0, 3356, 3357, 7, 20, 0, 0, 3357, 3358, 7, 15, 0, 0, 3358, 3359, 7, 11, 0, 0, 3359, 3360, 7, 13, 0, 0, 3360, 3361, 7, 23, 0, 0, 3361, 3362, 7, 14, 0, 0, 3362, 3363, 7, 6, 0, 0, 3363, 3364, 7, 7, 0, 0, 3364, 602, 1, 0, 0, 0, 3365, 3366, 7, 25, 0, 0, 3366, 3367, 7, 14, 0, 0, 3367, 3368, 7, 20, 0, 0, 3368, 3369, 7, 15, 0, 0, 3369, 3370, 7, 11, 0, 0, 3370, 3371, 7, 13, 0, 0, 3371, 3372, 7, 23, 0, 0, 3372, 3373, 7, 14, 0, 0, 3373, 3374, 7, 11, 0, 0, 3374, 604, 1, 0, 0, 0, 3375, 3376, 7, 25, 0, 0, 3376, 3377, 7, 14, 0, 0, 3377, 3378, 7, 20, 0, 0, 3378, 3379, 7, 24, 0, 0, 3379, 3380, 7, 14, 0, 0, 3380, 3381, 7, 6, 0, 0, 3381, 3382, 7, 16, 0, 0, 3382, 606, 1, 0, 0, 0, 3383, 3384, 7, 29, 0, 0, 3384, 3385, 7, 23, 0, 0, 3385, 3386, 7, 20, 0, 0, 3386, 3387, 7, 17, 0, 0, 3387, 3388, 7, 11, 0, 0, 3388, 608, 1, 0, 0, 0, 3389, 3390, 7, 14, 0, 0, 3390, 3391, 7, 6, 0, 0, 3391, 3392, 7, 8, 0, 0, 3392, 3393, 7, 24, 0, 0, 3393, 3394, 7, 11, 0, 0, 3394, 610, 1, 0, 0, 0, 3395, 3396, 7, 14, 0, 0, 3396, 3397, 7, 11, 0, 0, 3397, 3398, 7, 6, 0, 0, 3398, 3399, 7, 13, 0, 0, 3399, 612, 1, 0, 0, 0, 3400, 3401, 7, 14, 0, 0, 3401, 3402, 7, 11, 0, 0, 3402, 3403, 7, 6, 0, 0, 3403, 3404, 7, 10, 0, 0, 3404, 3405, 7, 10, 0, 0, 3405, 3406, 7, 18, 0, 0, 3406, 3407, 7, 24, 0, 0, 3407, 3408, 7, 8, 0, 0, 3408, 614, 1, 0, 0, 0, 3409, 3410, 7, 14, 0, 0, 3410, 3411, 7, 11, 0, 0, 3411, 3412, 7, 15, 0, 0, 3412, 3413, 7, 21, 0, 0, 3413, 3414, 7, 11, 0, 0, 3414, 3415, 7, 15, 0, 0, 3415, 3416, 7, 22, 0, 0, 3416, 616, 1, 0, 0, 0, 3417, 3418, 7, 14, 0, 0, 3418, 3419, 7, 11, 0, 0, 3419, 3420, 7, 15, 0, 0, 3420, 3421, 7, 23, 0, 0, 3421, 3422, 7, 14, 0, 0, 3422, 3423, 7, 10, 0, 0, 3423, 3424, 7, 18, 0, 0, 3424, 3425, 7, 28, 0, 0, 3425, 3426, 7, 11, 0, 0, 3426, 618, 1, 0, 0, 0, 3427, 3428, 7, 14, 0, 0, 3428, 3429, 7, 11, 0, 0, 3429, 3430, 7, 26, 0, 0, 3430, 620, 1, 0, 0, 0, 3431, 3432, 7, 14, 0, 0, 3432, 3433, 7, 11, 0, 0, 3433, 3434, 7, 26, 0, 0, 3434, 3435, 7, 14, 0, 0, 3435, 3436, 7, 11, 0, 0, 3436, 3437, 7, 10, 0, 0, 3437, 3438, 7, 21, 0, 0, 3438, 622, 1, 0, 0, 0, 3439, 3440, 7, 14, 0, 0, 3440, 3441, 7, 11, 0, 0, 3441, 3442, 7, 18, 0, 0, 3442, 3443, 7, 8, 0, 0, 3443, 3444, 7, 13, 0, 0, 3444, 3445, 7, 11, 0, 0, 3445, 3446, 7, 27, 0, 0, 3446, 624, 1, 0, 0, 0, 3447, 3448, 7, 14, 0, 0, 3448, 3449, 7, 11, 0, 0, 3449, 3450, 7, 7, 0, 0, 3450, 3451, 7, 6, 0, 0, 3451, 3452, 7, 17, 0, 0, 3452, 3453, 7, 18, 0, 0, 3453, 3454, 7, 28, 0, 0, 3454, 3455, 7, 11, 0, 0, 3455, 626, 1, 0, 0, 0, 3456, 3457, 7, 14, 0, 0, 3457, 3458, 7, 11, 0, 0, 3458, 3459, 7, 7, 0, 0, 3459, 3460, 7, 11, 0, 0, 3460, 3461, 7, 6, 0, 0, 3461, 3462, 7, 10, 0, 0, 3462, 3463, 7, 11, 0, 0, 3463, 628, 1, 0, 0, 0, 3464, 3465, 7, 14, 0, 0, 3465, 3466, 7, 11, 0, 0, 3466, 3467, 7, 8, 0, 0, 3467, 3468, 7, 6, 0, 0, 3468, 3469, 7, 16, 0, 0, 3469, 3470, 7, 11, 0, 0, 3470, 630, 1, 0, 0, 0, 3471, 3472, 7, 14, 0, 0, 3472, 3473, 7, 11, 0, 0, 3473, 3474, 7, 25, 0, 0, 3474, 3475, 7, 11, 0, 0, 3475, 3476, 7, 6, 0, 0, 3476, 3477, 7, 17, 0, 0, 3477, 3478, 7, 6, 0, 0, 3478, 3479, 7, 19, 0, 0, 3479, 3480, 7, 7, 0, 0, 3480, 3481, 7, 11, 0, 0, 3481, 632, 1, 0, 0, 0, 3482, 3483, 7, 14, 0, 0, 3483, 3484, 7, 11, 0, 0, 3484, 3485, 7, 25, 0, 0, 3485, 3486, 7, 7, 0, 0, 3486, 3487, 7, 6, 0, 0, 3487, 3488, 7, 15, 0, 0, 3488, 3489, 7, 11, 0, 0, 3489, 634, 1, 0, 0, 0, 3490, 3491, 7, 14, 0, 0, 3491, 3492, 7, 11, 0, 0, 3492, 3493, 7, 25, 0, 0, 3493, 3494, 7, 7, 0, 0, 3494, 3495, 7, 18, 0, 0, 3495, 3496, 7, 15, 0, 0, 3496, 3497, 7, 6, 0, 0, 3497, 636, 1, 0, 0, 0, 3498, 3499, 7, 14, 0, 0, 3499, 3500, 7, 11, 0, 0, 3500, 3501, 7, 10, 0, 0, 3501, 3502, 7, 11, 0, 0, 3502, 3503, 7, 17, 0, 0, 3503, 638, 1, 0, 0, 0, 3504, 3505, 7, 14, 0, 0, 3505, 3506, 7, 11, 0, 0, 3506, 3507, 7, 10, 0, 0, 3507, 3508, 7, 17, 0, 0, 3508, 3509, 7, 6, 0, 0, 3509, 3510, 7, 14, 0, 0, 3510, 3511, 7, 17, 0, 0, 3511, 640, 1, 0, 0, 0, 3512, 3513, 7, 14, 0, 0, 3513, 3514, 7, 11, 0, 0, 3514, 3515, 7, 10, 0, 0, 3515, 3516, 7, 17, 0, 0, 3516, 3517, 7, 14, 0, 0, 3517, 3518, 7, 18, 0, 0, 3518, 3519, 7, 15, 0, 0, 3519, 3520, 7, 17, 0, 0, 3520, 642, 1, 0, 0, 0, 3521, 3522, 7, 14, 0, 0, 3522, 3523, 7, 11, 0, 0, 3523, 3524, 7, 17, 0, 0, 3524, 3525, 7, 23, 0, 0, 3525, 3526, 7, 14, 0, 0, 3526, 3527, 7, 8, 0, 0, 3527, 3528, 7, 10, 0, 0, 3528, 644, 1, 0, 0, 0, 3529, 3530, 7, 14, 0, 0, 3530, 3531, 7, 11, 0, 0, 3531, 3532, 7, 28, 0, 0, 3532, 3533, 7, 20, 0, 0, 3533, 3534, 7, 22, 0, 0, 3534, 3535, 7, 11, 0, 0, 3535, 646, 1, 0, 0, 0, 3536, 3537, 7, 14, 0, 0, 3537, 3538, 7, 20, 0, 0, 3538, 3539, 7, 7, 0, 0, 3539, 3540, 7, 11, 0, 0, 3540, 648, 1, 0, 0, 0, 3541, 3542, 7, 14, 0, 0, 3542, 3543, 7, 20, 0, 0, 3543, 3544, 7, 7, 0, 0, 3544, 3545, 7, 7, 0, 0, 3545, 3546, 7, 19, 0, 0, 3546, 3547, 7, 6, 0, 0, 3547, 3548, 7, 15, 0, 0, 3548, 3549, 7, 22, 0, 0, 3549, 650, 1, 0, 0, 0, 3550, 3551, 7, 14, 0, 0, 3551, 3552, 7, 20, 0, 0, 3552, 3553, 7, 30, 0, 0, 3553, 3554, 7, 10, 0, 0, 3554, 652, 1, 0, 0, 0, 3555, 3556, 7, 14, 0, 0, 3556, 3557, 7, 23, 0, 0, 3557, 3558, 7, 7, 0, 0, 3558, 3559, 7, 11, 0, 0, 3559, 654, 1, 0, 0, 0, 3560, 3561, 7, 10, 0, 0, 3561, 3562, 7, 6, 0, 0, 3562, 3563, 7, 28, 0, 0, 3563, 3564, 7, 11, 0, 0, 3564, 3565, 7, 25, 0, 0, 3565, 3566, 7, 20, 0, 0, 3566, 3567, 7, 18, 0, 0, 3567, 3568, 7, 8, 0, 0, 3568, 3569, 7, 17, 0, 0, 3569, 656, 1, 0, 0, 0, 3570, 3571, 7, 10, 0, 0, 3571, 3572, 7, 15, 0, 0, 3572, 3573, 7, 21, 0, 0, 3573, 3574, 7, 11, 0, 0, 3574, 3575, 7, 16, 0, 0, 3575, 3576, 7, 6, 0, 0, 3576, 658, 1, 0, 0, 0, 3577, 3578, 7, 10, 0, 0, 3578, 3579, 7, 15, 0, 0, 3579, 3580, 7, 14, 0, 0, 3580, 3581, 7, 20, 0, 0, 3581, 3582, 7, 7, 0, 0, 3582, 3583, 7, 7, 0, 0, 3583, 660, 1, 0, 0, 0, 3584, 3585, 7, 10, 0, 0, 3585, 3586, 7, 11, 0, 0, 3586, 3587, 7, 6, 0, 0, 3587, 3588, 7, 14, 0, 0, 3588, 3589, 7, 15, 0, 0, 3589, 3590, 7, 21, 0, 0, 3590, 662, 1, 0, 0, 0, 3591, 3592, 7, 10, 0, 0, 3592, 3593, 7, 11, 0, 0, 3593, 3594, 7, 15, 0, 0, 3594, 3595, 7, 20, 0, 0, 3595, 3596, 7, 8, 0, 0, 3596, 3597, 7, 13, 0, 0, 3597, 664, 1, 0, 0, 0, 3598, 3599, 7, 10, 0, 0, 3599, 3600, 7, 11, 0, 0, 3600, 3601, 7, 15, 0, 0, 3601, 3602, 7, 23, 0, 0, 3602, 3603, 7, 14, 0, 0, 3603, 3604, 7, 18, 0, 0, 3604, 3605, 7, 17, 0, 0, 3605, 3606, 7, 9, 0, 0, 3606, 666, 1, 0, 0, 0, 3607, 3608, 7, 10, 0, 0, 3608, 3609, 7, 11, 0, 0, 3609, 3610, 7, 29, 0, 0, 3610, 3611, 7, 23, 0, 0, 3611, 3612, 7, 11, 0, 0, 3612, 3613, 7, 8, 0, 0, 3613, 3614, 7, 15, 0, 0, 3614, 3615, 7, 11, 0, 0, 3615, 668, 1, 0, 0, 0, 3616, 3617, 7, 10, 0, 0, 3617, 3618, 7, 11, 0, 0, 3618, 3619, 7, 29, 0, 0, 3619, 3620, 7, 23, 0, 0, 3620, 3621, 7, 11, 0, 0, 3621, 3622, 7, 8, 0, 0, 3622, 3623, 7, 15, 0, 0, 3623, 3624, 7, 11, 0, 0, 3624, 3625, 7, 10, 0, 0, 3625, 670, 1, 0, 0, 0, 3626, 3627, 7, 10, 0, 0, 3627, 3628, 7, 11, 0, 0, 3628, 3629, 7, 14, 0, 0, 3629, 3630, 7, 18, 0, 0, 3630, 3631, 7, 6, 0, 0, 3631, 3632, 7, 7, 0, 0, 3632, 3633, 7, 18, 0, 0, 3633, 3634, 7, 12, 0, 0, 3634, 3635, 7, 6, 0, 0, 3635, 3636, 7, 19, 0, 0, 3636, 3637, 7, 7, 0, 0, 3637, 3638, 7, 11, 0, 0, 3638, 672, 1, 0, 0, 0, 3639, 3640, 7, 10, 0, 0, 3640, 3641, 7, 11, 0, 0, 3641, 3642, 7, 14, 0, 0, 3642, 3643, 7, 28, 0, 0, 3643, 3644, 7, 11, 0, 0, 3644, 3645, 7, 14, 0, 0, 3645, 674, 1, 0, 0, 0, 3646, 3647, 7, 10, 0, 0, 3647, 3648, 7, 11, 0, 0, 3648, 3649, 7, 10, 0, 0, 3649, 3650, 7, 10, 0, 0, 3650, 3651, 7, 18, 0, 0, 3651, 3652, 7, 20, 0, 0, 3652, 3653, 7, 8, 0, 0, 3653, 676, 1, 0, 0, 0, 3654, 3655, 7, 10, 0, 0, 3655, 3656, 7, 11, 0, 0, 3656, 3657, 7, 17, 0, 0, 3657, 678, 1, 0, 0, 0, 3658, 3659, 7, 10, 0, 0, 3659, 3660, 7, 21, 0, 0, 3660, 3661, 7, 6, 0, 0, 3661, 3662, 7, 14, 0, 0, 3662, 3663, 7, 11, 0, 0, 3663, 680, 1, 0, 0, 0, 3664, 3665, 7, 10, 0, 0, 3665, 3666, 7, 21, 0, 0, 3666, 3667, 7, 20, 0, 0, 3667, 3668, 7, 30, 0, 0, 3668, 682, 1, 0, 0, 0, 3669, 3670, 7, 10, 0, 0, 3670, 3671, 7, 18, 0, 0, 3671, 3672, 7, 16, 0, 0, 3672, 3673, 7, 25, 0, 0, 3673, 3674, 7, 7, 0, 0, 3674, 3675, 7, 11, 0, 0, 3675, 684, 1, 0, 0, 0, 3676, 3677, 7, 10, 0, 0, 3677, 3678, 7, 8, 0, 0, 3678, 3679, 7, 6, 0, 0, 3679, 3680, 7, 25, 0, 0, 3680, 3681, 7, 10, 0, 0, 3681, 3682, 7, 21, 0, 0, 3682, 3683, 7, 20, 0, 0, 3683, 3684, 7, 17, 0, 0, 3684, 686, 1, 0, 0, 0, 3685, 3686, 7, 10, 0, 0, 3686, 3687, 7, 17, 0, 0, 3687, 3688, 7, 6, 0, 0, 3688, 3689, 7, 19, 0, 0, 3689, 3690, 7, 7, 0, 0, 3690, 3691, 7, 11, 0, 0, 3691, 688, 1, 0, 0, 0, 3692, 3693, 7, 10, 0, 0, 3693, 3694, 7, 17, 0, 0, 3694, 3695, 7, 6, 0, 0, 3695, 3696, 7, 8, 0, 0, 3696, 3697, 7, 13, 0, 0, 3697, 3698, 7, 6, 0, 0, 3698, 3699, 7, 7, 0, 0, 3699, 3700, 7, 20, 0, 0, 3700, 3701, 7, 8, 0, 0, 3701, 3702, 7, 11, 0, 0, 3702, 690, 1, 0, 0, 0, 3703, 3704, 7, 10, 0, 0, 3704, 3705, 7, 17, 0, 0, 3705, 3706, 7, 6, 0, 0, 3706, 3707, 7, 14, 0, 0, 3707, 3708, 7, 17, 0, 0, 3708, 692, 1, 0, 0, 0, 3709, 3710, 7, 10, 0, 0, 3710, 3711, 7, 17, 0, 0, 3711, 3712, 7, 6, 0, 0, 3712, 3713, 7, 17, 0, 0, 3713, 3714, 7, 11, 0, 0, 3714, 3715, 7, 16, 0, 0, 3715, 3716, 7, 11, 0, 0, 3716, 3717, 7, 8, 0, 0, 3717, 3718, 7, 17, 0, 0, 3718, 694, 1, 0, 0, 0, 3719, 3720, 7, 10, 0, 0, 3720, 3721, 7, 17, 0, 0, 3721, 3722, 7, 6, 0, 0, 3722, 3723, 7, 17, 0, 0, 3723, 3724, 7, 18, 0, 0, 3724, 3725, 7, 10, 0, 0, 3725, 3726, 7, 17, 0, 0, 3726, 3727, 7, 18, 0, 0, 3727, 3728, 7, 15, 0, 0, 3728, 3729, 7, 10, 0, 0, 3729, 696, 1, 0, 0, 0, 3730, 3731, 7, 10, 0, 0, 3731, 3732, 7, 17, 0, 0, 3732, 3733, 7, 13, 0, 0, 3733, 3734, 7, 18, 0, 0, 3734, 3735, 7, 8, 0, 0, 3735, 698, 1, 0, 0, 0, 3736, 3737, 7, 10, 0, 0, 3737, 3738, 7, 17, 0, 0, 3738, 3739, 7, 13, 0, 0, 3739, 3740, 7, 20, 0, 0, 3740, 3741, 7, 23, 0, 0, 3741, 3742, 7, 17, 0, 0, 3742, 700, 1, 0, 0, 0, 3743, 3744, 7, 10, 0, 0, 3744, 3745, 7, 17, 0, 0, 3745, 3746, 7, 20, 0, 0, 3746, 3747, 7, 14, 0, 0, 3747, 3748, 7, 6, 0, 0, 3748, 3749, 7, 24, 0, 0, 3749, 3750, 7, 11, 0, 0, 3750, 702, 1, 0, 0, 0, 3751, 3752, 7, 10, 0, 0, 3752, 3753, 7, 17, 0, 0, 3753, 3754, 7, 14, 0, 0, 3754, 3755, 7, 18, 0, 0, 3755, 3756, 7, 15, 0, 0, 3756, 3757, 7, 17, 0, 0, 3757, 704, 1, 0, 0, 0, 3758, 3759, 7, 10, 0, 0, 3759, 3760, 7, 17, 0, 0, 3760, 3761, 7, 14, 0, 0, 3761, 3762, 7, 18, 0, 0, 3762, 3763, 7, 25, 0, 0, 3763, 706, 1, 0, 0, 0, 3764, 3765, 7, 10, 0, 0, 3765, 3766, 7, 9, 0, 0, 3766, 3767, 7, 10, 0, 0, 3767, 3768, 7, 18, 0, 0, 3768, 3769, 7, 13, 0, 0, 3769, 708, 1, 0, 0, 0, 3770, 3771, 7, 10, 0, 0, 3771, 3772, 7, 9, 0, 0, 3772, 3773, 7, 10, 0, 0, 3773, 3774, 7, 17, 0, 0, 3774, 3775, 7, 11, 0, 0, 3775, 3776, 7, 16, 0, 0, 3776, 710, 1, 0, 0, 0, 3777, 3778, 7, 17, 0, 0, 3778, 3779, 7, 6, 0, 0, 3779, 3780, 7, 19, 0, 0, 3780, 3781, 7, 7, 0, 0, 3781, 3782, 7, 11, 0, 0, 3782, 3783, 7, 10, 0, 0, 3783, 712, 1, 0, 0, 0, 3784, 3785, 7, 17, 0, 0, 3785, 3786, 7, 6, 0, 0, 3786, 3787, 7, 19, 0, 0, 3787, 3788, 7, 7, 0, 0, 3788, 3789, 7, 11, 0, 0, 3789, 3790, 7, 10, 0, 0, 3790, 3791, 7, 25, 0, 0, 3791, 3792, 7, 6, 0, 0, 3792, 3793, 7, 15, 0, 0, 3793, 3794, 7, 11, 0, 0, 3794, 714, 1, 0, 0, 0, 3795, 3796, 7, 17, 0, 0, 3796, 3797, 7, 11, 0, 0, 3797, 3798, 7, 16, 0, 0, 3798, 3799, 7, 25, 0, 0, 3799, 716, 1, 0, 0, 0, 3800, 3801, 7, 17, 0, 0, 3801, 3802, 7, 11, 0, 0, 3802, 3803, 7, 16, 0, 0, 3803, 3804, 7, 25, 0, 0, 3804, 3805, 7, 7, 0, 0, 3805, 3806, 7, 6, 0, 0, 3806, 3807, 7, 17, 0, 0, 3807, 3808, 7, 11, 0, 0, 3808, 718, 1, 0, 0, 0, 3809, 3810, 7, 17, 0, 0, 3810, 3811, 7, 11, 0, 0, 3811, 3812, 7, 16, 0, 0, 3812, 3813, 7, 25, 0, 0, 3813, 3814, 7, 20, 0, 0, 3814, 3815, 7, 14, 0, 0, 3815, 3816, 7, 6, 0, 0, 3816, 3817, 7, 14, 0, 0, 3817, 3818, 7, 9, 0, 0, 3818, 720, 1, 0, 0, 0, 3819, 3820, 7, 17, 0, 0, 3820, 3821, 7, 11, 0, 0, 3821, 3822, 7, 27, 0, 0, 3822, 3823, 7, 17, 0, 0, 3823, 722, 1, 0, 0, 0, 3824, 3825, 7, 17, 0, 0, 3825, 3826, 7, 14, 0, 0, 3826, 3827, 7, 6, 0, 0, 3827, 3828, 7, 8, 0, 0, 3828, 3829, 7, 10, 0, 0, 3829, 3830, 7, 6, 0, 0, 3830, 3831, 7, 15, 0, 0, 3831, 3832, 7, 17, 0, 0, 3832, 3833, 7, 18, 0, 0, 3833, 3834, 7, 20, 0, 0, 3834, 3835, 7, 8, 0, 0, 3835, 724, 1, 0, 0, 0, 3836, 3837, 7, 17, 0, 0, 3837, 3838, 7, 14, 0, 0, 3838, 3839, 7, 18, 0, 0, 3839, 3840, 7, 24, 0, 0, 3840, 3841, 7, 24, 0, 0, 3841, 3842, 7, 11, 0, 0, 3842, 3843, 7, 14, 0, 0, 3843, 726, 1, 0, 0, 0, 3844, 3845, 7, 17, 0, 0, 3845, 3846, 7, 14, 0, 0, 3846, 3847, 7, 23, 0, 0, 3847, 3848, 7, 8, 0, 0, 3848, 3849, 7, 15, 0, 0, 3849, 3850, 7, 6, 0, 0, 3850, 3851, 7, 17, 0, 0, 3851, 3852, 7, 11, 0, 0, 3852, 728, 1, 0, 0, 0, 3853, 3854, 7, 17, 0, 0, 3854, 3855, 7, 14, 0, 0, 3855, 3856, 7, 23, 0, 0, 3856, 3857, 7, 10, 0, 0, 3857, 3858, 7, 17, 0, 0, 3858, 3859, 7, 11, 0, 0, 3859, 3860, 7, 13, 0, 0, 3860, 730, 1, 0, 0, 0, 3861, 3862, 7, 17, 0, 0, 3862, 3863, 7, 9, 0, 0, 3863, 3864, 7, 25, 0, 0, 3864, 3865, 7, 11, 0, 0, 3865, 732, 1, 0, 0, 0, 3866, 3867, 7, 17, 0, 0, 3867, 3868, 7, 9, 0, 0, 3868, 3869, 7, 25, 0, 0, 3869, 3870, 7, 11, 0, 0, 3870, 3871, 7, 10, 0, 0, 3871, 734, 1, 0, 0, 0, 3872, 3873, 7, 23, 0, 0, 3873, 3874, 7, 8, 0, 0, 3874, 3875, 7, 19, 0, 0, 3875, 3876, 7, 20, 0, 0, 3876, 3877, 7, 23, 0, 0, 3877, 3878, 7, 8, 0, 0, 3878, 3879, 7, 13, 0, 0, 3879, 3880, 7, 11, 0, 0, 3880, 3881, 7, 13, 0, 0, 3881, 736, 1, 0, 0, 0, 3882, 3883, 7, 23, 0, 0, 3883, 3884, 7, 8, 0, 0, 3884, 3885, 7, 15, 0, 0, 3885, 3886, 7, 20, 0, 0, 3886, 3887, 7, 16, 0, 0, 3887, 3888, 7, 16, 0, 0, 3888, 3889, 7, 18, 0, 0, 3889, 3890, 7, 17, 0, 0, 3890, 3891, 7, 17, 0, 0, 3891, 3892, 7, 11, 0, 0, 3892, 3893, 7, 13, 0, 0, 3893, 738, 1, 0, 0, 0, 3894, 3895, 7, 23, 0, 0, 3895, 3896, 7, 8, 0, 0, 3896, 3897, 7, 11, 0, 0, 3897, 3898, 7, 8, 0, 0, 3898, 3899, 7, 15, 0, 0, 3899, 3900, 7, 14, 0, 0, 3900, 3901, 7, 9, 0, 0, 3901, 3902, 7, 25, 0, 0, 3902, 3903, 7, 17, 0, 0, 3903, 3904, 7, 11, 0, 0, 3904, 3905, 7, 13, 0, 0, 3905, 740, 1, 0, 0, 0, 3906, 3907, 7, 23, 0, 0, 3907, 3908, 7, 8, 0, 0, 3908, 3909, 7, 22, 0, 0, 3909, 3910, 7, 8, 0, 0, 3910, 3911, 7, 20, 0, 0, 3911, 3912, 7, 30, 0, 0, 3912, 3913, 7, 8, 0, 0, 3913, 742, 1, 0, 0, 0, 3914, 3915, 7, 23, 0, 0, 3915, 3916, 7, 8, 0, 0, 3916, 3917, 7, 7, 0, 0, 3917, 3918, 7, 18, 0, 0, 3918, 3919, 7, 10, 0, 0, 3919, 3920, 7, 17, 0, 0, 3920, 3921, 7, 11, 0, 0, 3921, 3922, 7, 8, 0, 0, 3922, 744, 1, 0, 0, 0, 3923, 3924, 7, 23, 0, 0, 3924, 3925, 7, 8, 0, 0, 3925, 3926, 7, 7, 0, 0, 3926, 3927, 7, 20, 0, 0, 3927, 3928, 7, 24, 0, 0, 3928, 3929, 7, 24, 0, 0, 3929, 3930, 7, 11, 0, 0, 3930, 3931, 7, 13, 0, 0, 3931, 746, 1, 0, 0, 0, 3932, 3933, 7, 23, 0, 0, 3933, 3934, 7, 8, 0, 0, 3934, 3935, 7, 17, 0, 0, 3935, 3936, 7, 18, 0, 0, 3936, 3937, 7, 7, 0, 0, 3937, 748, 1, 0, 0, 0, 3938, 3939, 7, 23, 0, 0, 3939, 3940, 7, 25, 0, 0, 3940, 3941, 7, 13, 0, 0, 3941, 3942, 7, 6, 0, 0, 3942, 3943, 7, 17, 0, 0, 3943, 3944, 7, 11, 0, 0, 3944, 750, 1, 0, 0, 0, 3945, 3946, 7, 28, 0, 0, 3946, 3947, 7, 6, 0, 0, 3947, 3948, 7, 15, 0, 0, 3948, 3949, 7, 23, 0, 0, 3949, 3950, 7, 23, 0, 0, 3950, 3951, 7, 16, 0, 0, 3951, 752, 1, 0, 0, 0, 3952, 3953, 7, 28, 0, 0, 3953, 3954, 7, 6, 0, 0, 3954, 3955, 7, 7, 0, 0, 3955, 3956, 7, 18, 0, 0, 3956, 3957, 7, 13, 0, 0, 3957, 754, 1, 0, 0, 0, 3958, 3959, 7, 28, 0, 0, 3959, 3960, 7, 6, 0, 0, 3960, 3961, 7, 7, 0, 0, 3961, 3962, 7, 18, 0, 0, 3962, 3963, 7, 13, 0, 0, 3963, 3964, 7, 6, 0, 0, 3964, 3965, 7, 17, 0, 0, 3965, 3966, 7, 11, 0, 0, 3966, 756, 1, 0, 0, 0, 3967, 3968, 7, 28, 0, 0, 3968, 3969, 7, 6, 0, 0, 3969, 3970, 7, 7, 0, 0, 3970, 3971, 7, 18, 0, 0, 3971, 3972, 7, 13, 0, 0, 3972, 3973, 7, 6, 0, 0, 3973, 3974, 7, 17, 0, 0, 3974, 3975, 7, 20, 0, 0, 3975, 3976, 7, 14, 0, 0, 3976, 758, 1, 0, 0, 0, 3977, 3978, 7, 28, 0, 0, 3978, 3979, 7, 6, 0, 0, 3979, 3980, 7, 14, 0, 0, 3980, 3981, 7, 9, 0, 0, 3981, 3982, 7, 18, 0, 0, 3982, 3983, 7, 8, 0, 0, 3983, 3984, 7, 24, 0, 0, 3984, 760, 1, 0, 0, 0, 3985, 3986, 7, 28, 0, 0, 3986, 3987, 7, 11, 0, 0, 3987, 3988, 7, 14, 0, 0, 3988, 3989, 7, 10, 0, 0, 3989, 3990, 7, 18, 0, 0, 3990, 3991, 7, 20, 0, 0, 3991, 3992, 7, 8, 0, 0, 3992, 762, 1, 0, 0, 0, 3993, 3994, 7, 28, 0, 0, 3994, 3995, 7, 18, 0, 0, 3995, 3996, 7, 11, 0, 0, 3996, 3997, 7, 30, 0, 0, 3997, 764, 1, 0, 0, 0, 3998, 3999, 7, 28, 0, 0, 3999, 4000, 7, 20, 0, 0, 4000, 4001, 7, 7, 0, 0, 4001, 4002, 7, 6, 0, 0, 4002, 4003, 7, 17, 0, 0, 4003, 4004, 7, 18, 0, 0, 4004, 4005, 7, 7, 0, 0, 4005, 4006, 7, 11, 0, 0, 4006, 766, 1, 0, 0, 0, 4007, 4008, 7, 30, 0, 0, 4008, 4009, 7, 21, 0, 0, 4009, 4010, 7, 18, 0, 0, 4010, 4011, 7, 17, 0, 0, 4011, 4012, 7, 11, 0, 0, 4012, 4013, 7, 10, 0, 0, 4013, 4014, 7, 25, 0, 0, 4014, 4015, 7, 6, 0, 0, 4015, 4016, 7, 15, 0, 0, 4016, 4017, 7, 11, 0, 0, 4017, 768, 1, 0, 0, 0, 4018, 4019, 7, 30, 0, 0, 4019, 4020, 7, 18, 0, 0, 4020, 4021, 7, 17, 0, 0, 4021, 4022, 7, 21, 0, 0, 4022, 4023, 7, 20, 0, 0, 4023, 4024, 7, 23, 0, 0, 4024, 4025, 7, 17, 0, 0, 4025, 770, 1, 0, 0, 0, 4026, 4027, 7, 30, 0, 0, 4027, 4028, 7, 20, 0, 0, 4028, 4029, 7, 14, 0, 0, 4029, 4030, 7, 22, 0, 0, 4030, 772, 1, 0, 0, 0, 4031, 4032, 7, 30, 0, 0, 4032, 4033, 7, 14, 0, 0, 4033, 4034, 7, 6, 0, 0, 4034, 4035, 7, 25, 0, 0, 4035, 4036, 7, 25, 0, 0, 4036, 4037, 7, 11, 0, 0, 4037, 4038, 7, 14, 0, 0, 4038, 774, 1, 0, 0, 0, 4039, 4040, 7, 30, 0, 0, 4040, 4041, 7, 14, 0, 0, 4041, 4042, 7, 18, 0, 0, 4042, 4043, 7, 17, 0, 0, 4043, 4044, 7, 11, 0, 0, 4044, 776, 1, 0, 0, 0, 4045, 4046, 7, 27, 0, 0, 4046, 4047, 7, 16, 0, 0, 4047, 4048, 7, 7, 0, 0, 4048, 778, 1, 0, 0, 0, 4049, 4050, 7, 9, 0, 0, 4050, 4051, 7, 11, 0, 0, 4051, 4052, 7, 6, 0, 0, 4052, 4053, 7, 14, 0, 0, 4053, 780, 1, 0, 0, 0, 4054, 4055, 7, 9, 0, 0, 4055, 4056, 7, 11, 0, 0, 4056, 4057, 7, 10, 0, 0, 4057, 782, 1, 0, 0, 0, 4058, 4059, 7, 12, 0, 0, 4059, 4060, 7, 20, 0, 0, 4060, 4061, 7, 8, 0, 0, 4061, 4062, 7, 11, 0, 0, 4062, 784, 1, 0, 0, 0, 4063, 4064, 7, 19, 0, 0, 4064, 4065, 7, 11, 0, 0, 4065, 4066, 7, 17, 0, 0, 4066, 4067, 7, 30, 0, 0, 4067, 4068, 7, 11, 0, 0, 4068, 4069, 7, 11, 0, 0, 4069, 4070, 7, 8, 0, 0, 4070, 786, 1, 0, 0, 0, 4071, 4072, 7, 19, 0, 0, 4072, 4073, 7, 18, 0, 0, 4073, 4074, 7, 24, 0, 0, 4074, 4075, 7, 18, 0, 0, 4075, 4076, 7, 8, 0, 0, 4076, 4077, 7, 17, 0, 0, 4077, 788, 1, 0, 0, 0, 4078, 4079, 7, 19, 0, 0, 4079, 4080, 7, 18, 0, 0, 4080, 4081, 7, 17, 0, 0, 4081, 790, 1, 0, 0, 0, 4082, 4083, 7, 19, 0, 0, 4083, 4084, 7, 20, 0, 0, 4084, 4085, 7, 20, 0, 0, 4085, 4086, 7, 7, 0, 0, 4086, 4087, 7, 11, 0, 0, 4087, 4088, 7, 6, 0, 0, 4088, 4089, 7, 8, 0, 0, 4089, 792, 1, 0, 0, 0, 4090, 4091, 7, 15, 0, 0, 4091, 4092, 7, 21, 0, 0, 4092, 4093, 7, 6, 0, 0, 4093, 4094, 7, 14, 0, 0, 4094, 794, 1, 0, 0, 0, 4095, 4096, 7, 15, 0, 0, 4096, 4097, 7, 21, 0, 0, 4097, 4098, 7, 6, 0, 0, 4098, 4099, 7, 14, 0, 0, 4099, 4100, 7, 6, 0, 0, 4100, 4101, 7, 15, 0, 0, 4101, 4102, 7, 17, 0, 0, 4102, 4103, 7, 11, 0, 0, 4103, 4104, 7, 14, 0, 0, 4104, 796, 1, 0, 0, 0, 4105, 4106, 7, 15, 0, 0, 4106, 4107, 7, 20, 0, 0, 4107, 4108, 7, 6, 0, 0, 4108, 4109, 7, 7, 0, 0, 4109, 4110, 7, 11, 0, 0, 4110, 4111, 7, 10, 0, 0, 4111, 4112, 7, 15, 0, 0, 4112, 4113, 7, 11, 0, 0, 4113, 798, 1, 0, 0, 0, 4114, 4115, 7, 13, 0, 0, 4115, 4116, 7, 11, 0, 0, 4116, 4117, 7, 15, 0, 0, 4117, 800, 1, 0, 0, 0, 4118, 4119, 7, 13, 0, 0, 4119, 4120, 7, 11, 0, 0, 4120, 4121, 7, 15, 0, 0, 4121, 4122, 7, 18, 0, 0, 4122, 4123, 7, 16, 0, 0, 4123, 4124, 7, 6, 0, 0, 4124, 4125, 7, 7, 0, 0, 4125, 802, 1, 0, 0, 0, 4126, 4127, 7, 11, 0, 0, 4127, 4128, 7, 27, 0, 0, 4128, 4129, 7, 18, 0, 0, 4129, 4130, 7, 10, 0, 0, 4130, 4131, 7, 17, 0, 0, 4131, 4132, 7, 10, 0, 0, 4132, 804, 1, 0, 0, 0, 4133, 4134, 7, 11, 0, 0, 4134, 4135, 7, 27, 0, 0, 4135, 4136, 7, 17, 0, 0, 4136, 4137, 7, 14, 0, 0, 4137, 4138, 7, 6, 0, 0, 4138, 4139, 7, 15, 0, 0, 4139, 4140, 7, 17, 0, 0, 4140, 806, 1, 0, 0, 0, 4141, 4142, 7, 26, 0, 0, 4142, 4143, 7, 7, 0, 0, 4143, 4144, 7, 20, 0, 0, 4144, 4145, 7, 6, 0, 0, 4145, 4146, 7, 17, 0, 0, 4146, 808, 1, 0, 0, 0, 4147, 4148, 7, 24, 0, 0, 4148, 4149, 7, 14, 0, 0, 4149, 4150, 7, 11, 0, 0, 4150, 4151, 7, 6, 0, 0, 4151, 4152, 7, 17, 0, 0, 4152, 4153, 7, 11, 0, 0, 4153, 4154, 7, 10, 0, 0, 4154, 4155, 7, 17, 0, 0, 4155, 810, 1, 0, 0, 0, 4156, 4157, 7, 18, 0, 0, 4157, 4158, 7, 8, 0, 0, 4158, 4159, 7, 20, 0, 0, 4159, 4160, 7, 23, 0, 0, 4160, 4161, 7, 17, 0, 0, 4161, 812, 1, 0, 0, 0, 4162, 4163, 7, 18, 0, 0, 4163, 4164, 7, 8, 0, 0, 4164, 4165, 7, 17, 0, 0, 4165, 814, 1, 0, 0, 0, 4166, 4167, 7, 18, 0, 0, 4167, 4168, 7, 8, 0, 0, 4168, 4169, 7, 17, 0, 0, 4169, 4170, 7, 11, 0, 0, 4170, 4171, 7, 24, 0, 0, 4171, 4172, 7, 11, 0, 0, 4172, 4173, 7, 14, 0, 0, 4173, 816, 1, 0, 0, 0, 4174, 4175, 7, 18, 0, 0, 4175, 4176, 7, 8, 0, 0, 4176, 4177, 7, 17, 0, 0, 4177, 4178, 7, 11, 0, 0, 4178, 4179, 7, 14, 0, 0, 4179, 4180, 7, 28, 0, 0, 4180, 4181, 7, 6, 0, 0, 4181, 4182, 7, 7, 0, 0, 4182, 818, 1, 0, 0, 0, 4183, 4184, 7, 7, 0, 0, 4184, 4185, 7, 11, 0, 0, 4185, 4186, 7, 6, 0, 0, 4186, 4187, 7, 10, 0, 0, 4187, 4188, 7, 17, 0, 0, 4188, 820, 1, 0, 0, 0, 4189, 4190, 7, 8, 0, 0, 4190, 4191, 7, 6, 0, 0, 4191, 4192, 7, 17, 0, 0, 4192, 4193, 7, 18, 0, 0, 4193, 4194, 7, 20, 0, 0, 4194, 4195, 7, 8, 0, 0, 4195, 4196, 7, 6, 0, 0, 4196, 4197, 7, 7, 0, 0, 4197, 822, 1, 0, 0, 0, 4198, 4199, 7, 8, 0, 0, 4199, 4200, 7, 15, 0, 0, 4200, 4201, 7, 21, 0, 0, 4201, 4202, 7, 6, 0, 0, 4202, 4203, 7, 14, 0, 0, 4203, 824, 1, 0, 0, 0, 4204, 4205, 7, 8, 0, 0, 4205, 4206, 7, 20, 0, 0, 4206, 4207, 7, 8, 0, 0, 4207, 4208, 7, 11, 0, 0, 4208, 826, 1, 0, 0, 0, 4209, 4210, 7, 8, 0, 0, 4210, 4211, 7, 23, 0, 0, 4211, 4212, 7, 7, 0, 0, 4212, 4213, 7, 7, 0, 0, 4213, 4214, 7, 18, 0, 0, 4214, 4215, 7, 26, 0, 0, 4215, 828, 1, 0, 0, 0, 4216, 4217, 7, 8, 0, 0, 4217, 4218, 7, 23, 0, 0, 4218, 4219, 7, 16, 0, 0, 4219, 4220, 7, 11, 0, 0, 4220, 4221, 7, 14, 0, 0, 4221, 4222, 7, 18, 0, 0, 4222, 4223, 7, 15, 0, 0, 4223, 830, 1, 0, 0, 0, 4224, 4225, 7, 20, 0, 0, 4225, 4226, 7, 28, 0, 0, 4226, 4227, 7, 11, 0, 0, 4227, 4228, 7, 14, 0, 0, 4228, 4229, 7, 7, 0, 0, 4229, 4230, 7, 6, 0, 0, 4230, 4231, 7, 9, 0, 0, 4231, 832, 1, 0, 0, 0, 4232, 4233, 7, 25, 0, 0, 4233, 4234, 7, 20, 0, 0, 4234, 4235, 7, 10, 0, 0, 4235, 4236, 7, 18, 0, 0, 4236, 4237, 7, 17, 0, 0, 4237, 4238, 7, 18, 0, 0, 4238, 4239, 7, 20, 0, 0, 4239, 4240, 7, 8, 0, 0, 4240, 834, 1, 0, 0, 0, 4241, 4242, 7, 25, 0, 0, 4242, 4243, 7, 14, 0, 0, 4243, 4244, 7, 11, 0, 0, 4244, 4245, 7, 15, 0, 0, 4245, 4246, 7, 18, 0, 0, 4246, 4247, 7, 10, 0, 0, 4247, 4248, 7, 18, 0, 0, 4248, 4249, 7, 20, 0, 0, 4249, 4250, 7, 8, 0, 0, 4250, 836, 1, 0, 0, 0, 4251, 4252, 7, 14, 0, 0, 4252, 4253, 7, 11, 0, 0, 4253, 4254, 7, 6, 0, 0, 4254, 4255, 7, 7, 0, 0, 4255, 838, 1, 0, 0, 0, 4256, 4257, 7, 14, 0, 0, 4257, 4258, 7, 20, 0, 0, 4258, 4259, 7, 30, 0, 0, 4259, 840, 1, 0, 0, 0, 4260, 4261, 7, 10, 0, 0, 4261, 4262, 7, 11, 0, 0, 4262, 4263, 7, 17, 0, 0, 4263, 4264, 7, 20, 0, 0, 4264, 4265, 7, 26, 0, 0, 4265, 842, 1, 0, 0, 0, 4266, 4267, 7, 10, 0, 0, 4267, 4268, 7, 16, 0, 0, 4268, 4269, 7, 6, 0, 0, 4269, 4270, 7, 7, 0, 0, 4270, 4271, 7, 7, 0, 0, 4271, 4272, 7, 18, 0, 0, 4272, 4273, 7, 8, 0, 0, 4273, 4274, 7, 17, 0, 0, 4274, 844, 1, 0, 0, 0, 4275, 4276, 7, 10, 0, 0, 4276, 4277, 7, 23, 0, 0, 4277, 4278, 7, 19, 0, 0, 4278, 4279, 7, 10, 0, 0, 4279, 4280, 7, 17, 0, 0, 4280, 4281, 7, 14, 0, 0, 4281, 4282, 7, 18, 0, 0, 4282, 4283, 7, 8, 0, 0, 4283, 4284, 7, 24, 0, 0, 4284, 846, 1, 0, 0, 0, 4285, 4286, 7, 17, 0, 0, 4286, 4287, 7, 18, 0, 0, 4287, 4288, 7, 16, 0, 0, 4288, 4289, 7, 11, 0, 0, 4289, 848, 1, 0, 0, 0, 4290, 4291, 7, 17, 0, 0, 4291, 4292, 7, 18, 0, 0, 4292, 4293, 7, 16, 0, 0, 4293, 4294, 7, 11, 0, 0, 4294, 4295, 7, 10, 0, 0, 4295, 4296, 7, 17, 0, 0, 4296, 4297, 7, 6, 0, 0, 4297, 4298, 7, 16, 0, 0, 4298, 4299, 7, 25, 0, 0, 4299, 850, 1, 0, 0, 0, 4300, 4301, 7, 17, 0, 0, 4301, 4302, 7, 14, 0, 0, 4302, 4303, 7, 11, 0, 0, 4303, 4304, 7, 6, 0, 0, 4304, 4305, 7, 17, 0, 0, 4305, 852, 1, 0, 0, 0, 4306, 4307, 7, 17, 0, 0, 4307, 4308, 7, 14, 0, 0, 4308, 4309, 7, 18, 0, 0, 4309, 4310, 7, 16, 0, 0, 4310, 854, 1, 0, 0, 0, 4311, 4312, 7, 28, 0, 0, 4312, 4313, 7, 6, 0, 0, 4313, 4314, 7, 7, 0, 0, 4314, 4315, 7, 23, 0, 0, 4315, 4316, 7, 11, 0, 0, 4316, 4317, 7, 10, 0, 0, 4317, 856, 1, 0, 0, 0, 4318, 4319, 7, 28, 0, 0, 4319, 4320, 7, 6, 0, 0, 4320, 4321, 7, 14, 0, 0, 4321, 4322, 7, 15, 0, 0, 4322, 4323, 7, 21, 0, 0, 4323, 4324, 7, 6, 0, 0, 4324, 4325, 7, 14, 0, 0, 4325, 858, 1, 0, 0, 0, 4326, 4327, 7, 27, 0, 0, 4327, 4328, 7, 16, 0, 0, 4328, 4329, 7, 7, 0, 0, 4329, 4330, 7, 6, 0, 0, 4330, 4331, 7, 17, 0, 0, 4331, 4332, 7, 17, 0, 0, 4332, 4333, 7, 14, 0, 0, 4333, 4334, 7, 18, 0, 0, 4334, 4335, 7, 19, 0, 0, 4335, 4336, 7, 23, 0, 0, 4336, 4337, 7, 17, 0, 0, 4337, 4338, 7, 11, 0, 0, 4338, 4339, 7, 10, 0, 0, 4339, 860, 1, 0, 0, 0, 4340, 4341, 7, 27, 0, 0, 4341, 4342, 7, 16, 0, 0, 4342, 4343, 7, 7, 0, 0, 4343, 4344, 7, 15, 0, 0, 4344, 4345, 7, 20, 0, 0, 4345, 4346, 7, 8, 0, 0, 4346, 4347, 7, 15, 0, 0, 4347, 4348, 7, 6, 0, 0, 4348, 4349, 7, 17, 0, 0, 4349, 862, 1, 0, 0, 0, 4350, 4351, 7, 27, 0, 0, 4351, 4352, 7, 16, 0, 0, 4352, 4353, 7, 7, 0, 0, 4353, 4354, 7, 11, 0, 0, 4354, 4355, 7, 7, 0, 0, 4355, 4356, 7, 11, 0, 0, 4356, 4357, 7, 16, 0, 0, 4357, 4358, 7, 11, 0, 0, 4358, 4359, 7, 8, 0, 0, 4359, 4360, 7, 17, 0, 0, 4360, 864, 1, 0, 0, 0, 4361, 4362, 7, 27, 0, 0, 4362, 4363, 7, 16, 0, 0, 4363, 4364, 7, 7, 0, 0, 4364, 4365, 7, 11, 0, 0, 4365, 4366, 7, 27, 0, 0, 4366, 4367, 7, 18, 0, 0, 4367, 4368, 7, 10, 0, 0, 4368, 4369, 7, 17, 0, 0, 4369, 4370, 7, 10, 0, 0, 4370, 866, 1, 0, 0, 0, 4371, 4372, 7, 27, 0, 0, 4372, 4373, 7, 16, 0, 0, 4373, 4374, 7, 7, 0, 0, 4374, 4375, 7, 26, 0, 0, 4375, 4376, 7, 20, 0, 0, 4376, 4377, 7, 14, 0, 0, 4377, 4378, 7, 11, 0, 0, 4378, 4379, 7, 10, 0, 0, 4379, 4380, 7, 17, 0, 0, 4380, 868, 1, 0, 0, 0, 4381, 4382, 7, 27, 0, 0, 4382, 4383, 7, 16, 0, 0, 4383, 4384, 7, 7, 0, 0, 4384, 4385, 7, 25, 0, 0, 4385, 4386, 7, 6, 0, 0, 4386, 4387, 7, 14, 0, 0, 4387, 4388, 7, 10, 0, 0, 4388, 4389, 7, 11, 0, 0, 4389, 870, 1, 0, 0, 0, 4390, 4391, 7, 27, 0, 0, 4391, 4392, 7, 16, 0, 0, 4392, 4393, 7, 7, 0, 0, 4393, 4394, 7, 25, 0, 0, 4394, 4395, 7, 18, 0, 0, 4395, 872, 1, 0, 0, 0, 4396, 4397, 7, 27, 0, 0, 4397, 4398, 7, 16, 0, 0, 4398, 4399, 7, 7, 0, 0, 4399, 4400, 7, 14, 0, 0, 4400, 4401, 7, 20, 0, 0, 4401, 4402, 7, 20, 0, 0, 4402, 4403, 7, 17, 0, 0, 4403, 874, 1, 0, 0, 0, 4404, 4405, 7, 27, 0, 0, 4405, 4406, 7, 16, 0, 0, 4406, 4407, 7, 7, 0, 0, 4407, 4408, 7, 10, 0, 0, 4408, 4409, 7, 11, 0, 0, 4409, 4410, 7, 14, 0, 0, 4410, 4411, 7, 18, 0, 0, 4411, 4412, 7, 6, 0, 0, 4412, 4413, 7, 7, 0, 0, 4413, 4414, 7, 18, 0, 0, 4414, 4415, 7, 12, 0, 0, 4415, 4416, 7, 11, 0, 0, 4416, 876, 1, 0, 0, 0, 4417, 4418, 7, 15, 0, 0, 4418, 4419, 7, 6, 0, 0, 4419, 4420, 7, 7, 0, 0, 4420, 4421, 7, 7, 0, 0, 4421, 878, 1, 0, 0, 0, 4422, 4423, 7, 15, 0, 0, 4423, 4424, 7, 23, 0, 0, 4424, 4425, 7, 14, 0, 0, 4425, 4426, 7, 14, 0, 0, 4426, 4427, 7, 11, 0, 0, 4427, 4428, 7, 8, 0, 0, 4428, 4429, 7, 17, 0, 0, 4429, 880, 1, 0, 0, 0, 4430, 4431, 7, 6, 0, 0, 4431, 4432, 7, 17, 0, 0, 4432, 4433, 7, 17, 0, 0, 4433, 4434, 7, 6, 0, 0, 4434, 4435, 7, 15, 0, 0, 4435, 4436, 7, 21, 0, 0, 4436, 882, 1, 0, 0, 0, 4437, 4438, 7, 13, 0, 0, 4438, 4439, 7, 11, 0, 0, 4439, 4440, 7, 17, 0, 0, 4440, 4441, 7, 6, 0, 0, 4441, 4442, 7, 15, 0, 0, 4442, 4443, 7, 21, 0, 0, 4443, 884, 1, 0, 0, 0, 4444, 4445, 7, 11, 0, 0, 4445, 4446, 7, 27, 0, 0, 4446, 4447, 7, 25, 0, 0, 4447, 4448, 7, 14, 0, 0, 4448, 4449, 7, 11, 0, 0, 4449, 4450, 7, 10, 0, 0, 4450, 4451, 7, 10, 0, 0, 4451, 4452, 7, 18, 0, 0, 4452, 4453, 7, 20, 0, 0, 4453, 4454, 7, 8, 0, 0, 4454, 886, 1, 0, 0, 0, 4455, 4456, 7, 24, 0, 0, 4456, 4457, 7, 11, 0, 0, 4457, 4458, 7, 8, 0, 0, 4458, 4459, 7, 11, 0, 0, 4459, 4460, 7, 14, 0, 0, 4460, 4461, 7, 6, 0, 0, 4461, 4462, 7, 17, 0, 0, 4462, 4463, 7, 11, 0, 0, 4463, 4464, 7, 13, 0, 0, 4464, 888, 1, 0, 0, 0, 4465, 4466, 7, 7, 0, 0, 4466, 4467, 7, 20, 0, 0, 4467, 4468, 7, 24, 0, 0, 4468, 4469, 7, 24, 0, 0, 4469, 4470, 7, 11, 0, 0, 4470, 4471, 7, 13, 0, 0, 4471, 890, 1, 0, 0, 0, 4472, 4473, 7, 10, 0, 0, 4473, 4474, 7, 17, 0, 0, 4474, 4475, 7, 20, 0, 0, 4475, 4476, 7, 14, 0, 0, 4476, 4477, 7, 11, 0, 0, 4477, 4478, 7, 13, 0, 0, 4478, 892, 1, 0, 0, 0, 4479, 4480, 7, 18, 0, 0, 4480, 4481, 7, 8, 0, 0, 4481, 4482, 7, 15, 0, 0, 4482, 4483, 7, 7, 0, 0, 4483, 4484, 7, 23, 0, 0, 4484, 4485, 7, 13, 0, 0, 4485, 4486, 7, 11, 0, 0, 4486, 894, 1, 0, 0, 0, 4487, 4488, 7, 14, 0, 0, 4488, 4489, 7, 20, 0, 0, 4489, 4490, 7, 23, 0, 0, 4490, 4491, 7, 17, 0, 0, 4491, 4492, 7, 18, 0, 0, 4492, 4493, 7, 8, 0, 0, 4493, 4494, 7, 11, 0, 0, 4494, 896, 1, 0, 0, 0, 4495, 4496, 7, 17, 0, 0, 4496, 4497, 7, 14, 0, 0, 4497, 4498, 7, 6, 0, 0, 4498, 4499, 7, 8, 0, 0, 4499, 4500, 7, 10, 0, 0, 4500, 4501, 7, 26, 0, 0, 4501, 4502, 7, 20, 0, 0, 4502, 4503, 7, 14, 0, 0, 4503, 4504, 7, 16, 0, 0, 4504, 898, 1, 0, 0, 0, 4505, 4506, 7, 18, 0, 0, 4506, 4507, 7, 16, 0, 0, 4507, 4508, 7, 25, 0, 0, 4508, 4509, 7, 20, 0, 0, 4509, 4510, 7, 14, 0, 0, 4510, 4511, 7, 17, 0, 0, 4511, 900, 1, 0, 0, 0, 4512, 4513, 7, 25, 0, 0, 4513, 4514, 7, 20, 0, 0, 4514, 4515, 7, 7, 0, 0, 4515, 4516, 7, 18, 0, 0, 4516, 4517, 7, 15, 0, 0, 4517, 4518, 7, 9, 0, 0, 4518, 902, 1, 0, 0, 0, 4519, 4520, 7, 16, 0, 0, 4520, 4521, 7, 11, 0, 0, 4521, 4522, 7, 17, 0, 0, 4522, 4523, 7, 21, 0, 0, 4523, 4524, 7, 20, 0, 0, 4524, 4525, 7, 13, 0, 0, 4525, 904, 1, 0, 0, 0, 4526, 4527, 7, 14, 0, 0, 4527, 4528, 7, 11, 0, 0, 4528, 4529, 7, 26, 0, 0, 4529, 4530, 7, 11, 0, 0, 4530, 4531, 7, 14, 0, 0, 4531, 4532, 7, 11, 0, 0, 4532, 4533, 7, 8, 0, 0, 4533, 4534, 7, 15, 0, 0, 4534, 4535, 7, 18, 0, 0, 4535, 4536, 7, 8, 0, 0, 4536, 4537, 7, 24, 0, 0, 4537, 906, 1, 0, 0, 0, 4538, 4539, 7, 8, 0, 0, 4539, 4540, 7, 11, 0, 0, 4540, 4541, 7, 30, 0, 0, 4541, 908, 1, 0, 0, 0, 4542, 4543, 7, 20, 0, 0, 4543, 4544, 7, 7, 0, 0, 4544, 4545, 7, 13, 0, 0, 4545, 910, 1, 0, 0, 0, 4546, 4547, 7, 28, 0, 0, 4547, 4548, 7, 6, 0, 0, 4548, 4549, 7, 7, 0, 0, 4549, 4550, 7, 23, 0, 0, 4550, 4551, 7, 11, 0, 0, 4551, 912, 1, 0, 0, 0, 4552, 4553, 7, 10, 0, 0, 4553, 4554, 7, 23, 0, 0, 4554, 4555, 7, 19, 0, 0, 4555, 4556, 7, 10, 0, 0, 4556, 4557, 7, 15, 0, 0, 4557, 4558, 7, 14, 0, 0, 4558, 4559, 7, 18, 0, 0, 4559, 4560, 7, 25, 0, 0, 4560, 4561, 7, 17, 0, 0, 4561, 4562, 7, 18, 0, 0, 4562, 4563, 7, 20, 0, 0, 4563, 4564, 7, 8, 0, 0, 4564, 914, 1, 0, 0, 0, 4565, 4566, 7, 25, 0, 0, 4566, 4567, 7, 23, 0, 0, 4567, 4568, 7, 19, 0, 0, 4568, 4569, 7, 7, 0, 0, 4569, 4570, 7, 18, 0, 0, 4570, 4571, 7, 15, 0, 0, 4571, 4572, 7, 6, 0, 0, 4572, 4573, 7, 17, 0, 0, 4573, 4574, 7, 18, 0, 0, 4574, 4575, 7, 20, 0, 0, 4575, 4576, 7, 8, 0, 0, 4576, 916, 1, 0, 0, 0, 4577, 4578, 7, 20, 0, 0, 4578, 4579, 7, 23, 0, 0, 4579, 4580, 7, 17, 0, 0, 4580, 918, 1, 0, 0, 0, 4581, 4582, 7, 11, 0, 0, 4582, 4583, 7, 8, 0, 0, 4583, 4584, 7, 13, 0, 0, 4584, 920, 1, 0, 0, 0, 4585, 4586, 7, 14, 0, 0, 4586, 4587, 7, 20, 0, 0, 4587, 4588, 7, 23, 0, 0, 4588, 4589, 7, 17, 0, 0, 4589, 4590, 7, 18, 0, 0, 4590, 4591, 7, 8, 0, 0, 4591, 4592, 7, 11, 0, 0, 4592, 4593, 7, 10, 0, 0, 4593, 922, 1, 0, 0, 0, 4594, 4595, 7, 10, 0, 0, 4595, 4596, 7, 15, 0, 0, 4596, 4597, 7, 21, 0, 0, 4597, 4598, 7, 11, 0, 0, 4598, 4599, 7, 16, 0, 0, 4599, 4600, 7, 6, 0, 0, 4600, 4601, 7, 10, 0, 0, 4601, 924, 1, 0, 0, 0, 4602, 4603, 7, 25, 0, 0, 4603, 4604, 7, 14, 0, 0, 4604, 4605, 7, 20, 0, 0, 4605, 4606, 7, 15, 0, 0, 4606, 4607, 7, 11, 0, 0, 4607, 4608, 7, 13, 0, 0, 4608, 4609, 7, 23, 0, 0, 4609, 4610, 7, 14, 0, 0, 4610, 4611, 7, 11, 0, 0, 4611, 4612, 7, 10, 0, 0, 4612, 926, 1, 0, 0, 0, 4613, 4614, 7, 18, 0, 0, 4614, 4615, 7, 8, 0, 0, 4615, 4616, 7, 25, 0, 0, 4616, 4617, 7, 23, 0, 0, 4617, 4618, 7, 17, 0, 0, 4618, 928, 1, 0, 0, 0, 4619, 4620, 7, 10, 0, 0, 4620, 4621, 7, 23, 0, 0, 4621, 4622, 7, 25, 0, 0, 4622, 4623, 7, 25, 0, 0, 4623, 4624, 7, 20, 0, 0, 4624, 4625, 7, 14, 0, 0, 4625, 4626, 7, 17, 0, 0, 4626, 930, 1, 0, 0, 0, 4627, 4628, 7, 25, 0, 0, 4628, 4629, 7, 6, 0, 0, 4629, 4630, 7, 14, 0, 0, 4630, 4631, 7, 6, 0, 0, 4631, 4632, 7, 7, 0, 0, 4632, 4633, 7, 7, 0, 0, 4633, 4634, 7, 11, 0, 0, 4634, 4635, 7, 7, 0, 0, 4635, 932, 1, 0, 0, 0, 4636, 4637, 7, 10, 0, 0, 4637, 4638, 7, 29, 0, 0, 4638, 4639, 7, 7, 0, 0, 4639, 934, 1, 0, 0, 0, 4640, 4641, 7, 13, 0, 0, 4641, 4642, 7, 11, 0, 0, 4642, 4643, 7, 25, 0, 0, 4643, 4644, 7, 11, 0, 0, 4644, 4645, 7, 8, 0, 0, 4645, 4646, 7, 13, 0, 0, 4646, 4647, 7, 10, 0, 0, 4647, 936, 1, 0, 0, 0, 4648, 4649, 7, 20, 0, 0, 4649, 4650, 7, 28, 0, 0, 4650, 4651, 7, 11, 0, 0, 4651, 4652, 7, 14, 0, 0, 4652, 4653, 7, 14, 0, 0, 4653, 4654, 7, 18, 0, 0, 4654, 4655, 7, 13, 0, 0, 4655, 4656, 7, 18, 0, 0, 4656, 4657, 7, 8, 0, 0, 4657, 4658, 7, 24, 0, 0, 4658, 938, 1, 0, 0, 0, 4659, 4660, 7, 15, 0, 0, 4660, 4661, 7, 20, 0, 0, 4661, 4662, 7, 8, 0, 0, 4662, 4663, 7, 26, 0, 0, 4663, 4664, 7, 7, 0, 0, 4664, 4665, 7, 18, 0, 0, 4665, 4666, 7, 15, 0, 0, 4666, 4667, 7, 17, 0, 0, 4667, 940, 1, 0, 0, 0, 4668, 4669, 7, 10, 0, 0, 4669, 4670, 7, 22, 0, 0, 4670, 4671, 7, 18, 0, 0, 4671, 4672, 7, 25, 0, 0, 4672, 942, 1, 0, 0, 0, 4673, 4674, 7, 7, 0, 0, 4674, 4675, 7, 20, 0, 0, 4675, 4676, 7, 15, 0, 0, 4676, 4677, 7, 22, 0, 0, 4677, 4678, 7, 11, 0, 0, 4678, 4679, 7, 13, 0, 0, 4679, 944, 1, 0, 0, 0, 4680, 4681, 7, 17, 0, 0, 4681, 4682, 7, 18, 0, 0, 4682, 4683, 7, 11, 0, 0, 4683, 4684, 7, 10, 0, 0, 4684, 946, 1, 0, 0, 0, 4685, 4686, 7, 14, 0, 0, 4686, 4687, 7, 20, 0, 0, 4687, 4688, 7, 7, 0, 0, 4688, 4689, 7, 7, 0, 0, 4689, 4690, 7, 23, 0, 0, 4690, 4691, 7, 25, 0, 0, 4691, 948, 1, 0, 0, 0, 4692, 4693, 7, 15, 0, 0, 4693, 4694, 7, 23, 0, 0, 4694, 4695, 7, 19, 0, 0, 4695, 4696, 7, 11, 0, 0, 4696, 950, 1, 0, 0, 0, 4697, 4698, 7, 24, 0, 0, 4698, 4699, 7, 14, 0, 0, 4699, 4700, 7, 20, 0, 0, 4700, 4701, 7, 23, 0, 0, 4701, 4702, 7, 25, 0, 0, 4702, 4703, 7, 18, 0, 0, 4703, 4704, 7, 8, 0, 0, 4704, 4705, 7, 24, 0, 0, 4705, 952, 1, 0, 0, 0, 4706, 4707, 7, 10, 0, 0, 4707, 4708, 7, 11, 0, 0, 4708, 4709, 7, 17, 0, 0, 4709, 4710, 7, 10, 0, 0, 4710, 954, 1, 0, 0, 0, 4711, 4712, 7, 17, 0, 0, 4712, 4713, 7, 6, 0, 0, 4713, 4714, 7, 19, 0, 0, 4714, 4715, 7, 7, 0, 0, 4715, 4716, 7, 11, 0, 0, 4716, 4717, 7, 10, 0, 0, 4717, 4718, 7, 6, 0, 0, 4718, 4719, 7, 16, 0, 0, 4719, 4720, 7, 25, 0, 0, 4720, 4721, 7, 7, 0, 0, 4721, 4722, 7, 11, 0, 0, 4722, 956, 1, 0, 0, 0, 4723, 4724, 7, 20, 0, 0, 4724, 4725, 7, 14, 0, 0, 4725, 4726, 7, 13, 0, 0, 4726, 4727, 7, 18, 0, 0, 4727, 4728, 7, 8, 0, 0, 4728, 4729, 7, 6, 0, 0, 4729, 4730, 7, 7, 0, 0, 4730, 4731, 7, 18, 0, 0, 4731, 4732, 7, 17, 0, 0, 4732, 4733, 7, 9, 0, 0, 4733, 958, 1, 0, 0, 0, 4734, 4735, 7, 27, 0, 0, 4735, 4736, 7, 16, 0, 0, 4736, 4737, 7, 7, 0, 0, 4737, 4738, 7, 17, 0, 0, 4738, 4739, 7, 6, 0, 0, 4739, 4740, 7, 19, 0, 0, 4740, 4741, 7, 7, 0, 0, 4741, 4742, 7, 11, 0, 0, 4742, 960, 1, 0, 0, 0, 4743, 4744, 7, 15, 0, 0, 4744, 4745, 7, 20, 0, 0, 4745, 4746, 7, 7, 0, 0, 4746, 4747, 7, 23, 0, 0, 4747, 4748, 7, 16, 0, 0, 4748, 4749, 7, 8, 0, 0, 4749, 4750, 7, 10, 0, 0, 4750, 962, 1, 0, 0, 0, 4751, 4752, 7, 27, 0, 0, 4752, 4753, 7, 16, 0, 0, 4753, 4754, 7, 7, 0, 0, 4754, 4755, 7, 8, 0, 0, 4755, 4756, 7, 6, 0, 0, 4756, 4757, 7, 16, 0, 0, 4757, 4758, 7, 11, 0, 0, 4758, 4759, 7, 10, 0, 0, 4759, 4760, 7, 25, 0, 0, 4760, 4761, 7, 6, 0, 0, 4761, 4762, 7, 15, 0, 0, 4762, 4763, 7, 11, 0, 0, 4763, 4764, 7, 10, 0, 0, 4764, 964, 1, 0, 0, 0, 4765, 4766, 7, 14, 0, 0, 4766, 4767, 7, 20, 0, 0, 4767, 4768, 7, 30, 0, 0, 4768, 4769, 7, 17, 0, 0, 4769, 4770, 7, 9, 0, 0, 4770, 4771, 7, 25, 0, 0, 4771, 4772, 7, 11, 0, 0, 4772, 966, 1, 0, 0, 0, 4773, 4774, 7, 8, 0, 0, 4774, 4775, 7, 20, 0, 0, 4775, 4776, 7, 14, 0, 0, 4776, 4777, 7, 16, 0, 0, 4777, 4778, 7, 6, 0, 0, 4778, 4779, 7, 7, 0, 0, 4779, 4780, 7, 18, 0, 0, 4780, 4781, 7, 12, 0, 0, 4781, 4782, 7, 11, 0, 0, 4782, 4783, 7, 13, 0, 0, 4783, 968, 1, 0, 0, 0, 4784, 4785, 7, 30, 0, 0, 4785, 4786, 7, 18, 0, 0, 4786, 4787, 7, 17, 0, 0, 4787, 4788, 7, 21, 0, 0, 4788, 4789, 7, 18, 0, 0, 4789, 4790, 7, 8, 0, 0, 4790, 970, 1, 0, 0, 0, 4791, 4792, 7, 26, 0, 0, 4792, 4793, 7, 18, 0, 0, 4793, 4794, 7, 7, 0, 0, 4794, 4795, 7, 17, 0, 0, 4795, 4796, 7, 11, 0, 0, 4796, 4797, 7, 14, 0, 0, 4797, 972, 1, 0, 0, 0, 4798, 4799, 7, 24, 0, 0, 4799, 4800, 7, 14, 0, 0, 4800, 4801, 7, 20, 0, 0, 4801, 4802, 7, 23, 0, 0, 4802, 4803, 7, 25, 0, 0, 4803, 4804, 7, 10, 0, 0, 4804, 974, 1, 0, 0, 0, 4805, 4806, 7, 20, 0, 0, 4806, 4807, 7, 17, 0, 0, 4807, 4808, 7, 21, 0, 0, 4808, 4809, 7, 11, 0, 0, 4809, 4810, 7, 14, 0, 0, 4810, 4811, 7, 10, 0, 0, 4811, 976, 1, 0, 0, 0, 4812, 4813, 7, 8, 0, 0, 4813, 4814, 7, 26, 0, 0, 4814, 4815, 7, 15, 0, 0, 4815, 978, 1, 0, 0, 0, 4816, 4817, 7, 8, 0, 0, 4817, 4818, 7, 26, 0, 0, 4818, 4819, 7, 13, 0, 0, 4819, 980, 1, 0, 0, 0, 4820, 4821, 7, 8, 0, 0, 4821, 4822, 7, 26, 0, 0, 4822, 4823, 7, 22, 0, 0, 4823, 4824, 7, 15, 0, 0, 4824, 982, 1, 0, 0, 0, 4825, 4826, 7, 8, 0, 0, 4826, 4827, 7, 26, 0, 0, 4827, 4828, 7, 22, 0, 0, 4828, 4829, 7, 13, 0, 0, 4829, 984, 1, 0, 0, 0, 4830, 4831, 7, 23, 0, 0, 4831, 4832, 7, 11, 0, 0, 4832, 4833, 7, 10, 0, 0, 4833, 4834, 7, 15, 0, 0, 4834, 4835, 7, 6, 0, 0, 4835, 4836, 7, 25, 0, 0, 4836, 4837, 7, 11, 0, 0, 4837, 986, 1, 0, 0, 0, 4838, 4839, 7, 28, 0, 0, 4839, 4840, 7, 18, 0, 0, 4840, 4841, 7, 11, 0, 0, 4841, 4842, 7, 30, 0, 0, 4842, 4843, 7, 10, 0, 0, 4843, 988, 1, 0, 0, 0, 4844, 4845, 7, 8, 0, 0, 4845, 4846, 7, 20, 0, 0, 4846, 4847, 7, 14, 0, 0, 4847, 4848, 7, 16, 0, 0, 4848, 4849, 7, 6, 0, 0, 4849, 4850, 7, 7, 0, 0, 4850, 4851, 7, 18, 0, 0, 4851, 4852, 7, 12, 0, 0, 4852, 4853, 7, 11, 0, 0, 4853, 990, 1, 0, 0, 0, 4854, 4855, 7, 13, 0, 0, 4855, 4856, 7, 23, 0, 0, 4856, 4857, 7, 16, 0, 0, 4857, 4858, 7, 25, 0, 0, 4858, 992, 1, 0, 0, 0, 4859, 4860, 7, 25, 0, 0, 4860, 4861, 7, 14, 0, 0, 4861, 4862, 7, 18, 0, 0, 4862, 4863, 7, 8, 0, 0, 4863, 4864, 7, 17, 0, 0, 4864, 4865, 5, 95, 0, 0, 4865, 4866, 7, 10, 0, 0, 4866, 4867, 7, 17, 0, 0, 4867, 4868, 7, 14, 0, 0, 4868, 4869, 7, 18, 0, 0, 4869, 4870, 7, 15, 0, 0, 4870, 4871, 7, 17, 0, 0, 4871, 4872, 5, 95, 0, 0, 4872, 4873, 7, 25, 0, 0, 4873, 4874, 7, 6, 0, 0, 4874, 4875, 7, 14, 0, 0, 4875, 4876, 7, 6, 0, 0, 4876, 4877, 7, 16, 0, 0, 4877, 4878, 7, 10, 0, 0, 4878, 994, 1, 0, 0, 0, 4879, 4880, 7, 28, 0, 0, 4880, 4881, 7, 6, 0, 0, 4881, 4882, 7, 14, 0, 0, 4882, 4883, 7, 18, 0, 0, 4883, 4884, 7, 6, 0, 0, 4884, 4885, 7, 19, 0, 0, 4885, 4886, 7, 7, 0, 0, 4886, 4887, 7, 11, 0, 0, 4887, 4888, 5, 95, 0, 0, 4888, 4889, 7, 15, 0, 0, 4889, 4890, 7, 20, 0, 0, 4890, 4891, 7, 8, 0, 0, 4891, 4892, 7, 26, 0, 0, 4892, 4893, 7, 7, 0, 0, 4893, 4894, 7, 18, 0, 0, 4894, 4895, 7, 15, 0, 0, 4895, 4896, 7, 17, 0, 0, 4896, 996, 1, 0, 0, 0, 4897, 4898, 7, 11, 0, 0, 4898, 4899, 7, 14, 0, 0, 4899, 4900, 7, 14, 0, 0, 4900, 4901, 7, 20, 0, 0, 4901, 4902, 7, 14, 0, 0, 4902, 998, 1, 0, 0, 0, 4903, 4904, 7, 23, 0, 0, 4904, 4905, 7, 10, 0, 0, 4905, 4906, 7, 11, 0, 0, 4906, 4907, 5, 95, 0, 0, 4907, 4908, 7, 28, 0, 0, 4908, 4909, 7, 6, 0, 0, 4909, 4910, 7, 14, 0, 0, 4910, 4911, 7, 18, 0, 0, 4911, 4912, 7, 6, 0, 0, 4912, 4913, 7, 19, 0, 0, 4913, 4914, 7, 7, 0, 0, 4914, 4915, 7, 11, 0, 0, 4915, 1000, 1, 0, 0, 0, 4916, 4917, 7, 23, 0, 0, 4917, 4918, 7, 10, 0, 0, 4918, 4919, 7, 11, 0, 0, 4919, 4920, 5, 95, 0, 0, 4920, 4921, 7, 15, 0, 0, 4921, 4922, 7, 20, 0, 0, 4922, 4923, 7, 7, 0, 0, 4923, 4924, 7, 23, 0, 0, 4924, 4925, 7, 16, 0, 0, 4925, 4926, 7, 8, 0, 0, 4926, 1002, 1, 0, 0, 0, 4927, 4928, 7, 6, 0, 0, 4928, 4929, 7, 7, 0, 0, 4929, 4930, 7, 18, 0, 0, 4930, 4931, 7, 6, 0, 0, 4931, 4932, 7, 10, 0, 0, 4932, 1004, 1, 0, 0, 0, 4933, 4934, 7, 15, 0, 0, 4934, 4935, 7, 20, 0, 0, 4935, 4936, 7, 8, 0, 0, 4936, 4937, 7, 10, 0, 0, 4937, 4938, 7, 17, 0, 0, 4938, 4939, 7, 6, 0, 0, 4939, 4940, 7, 8, 0, 0, 4940, 4941, 7, 17, 0, 0, 4941, 1006, 1, 0, 0, 0, 4942, 4943, 7, 25, 0, 0, 4943, 4944, 7, 11, 0, 0, 4944, 4945, 7, 14, 0, 0, 4945, 4946, 7, 26, 0, 0, 4946, 4947, 7, 20, 0, 0, 4947, 4948, 7, 14, 0, 0, 4948, 4949, 7, 16, 0, 0, 4949, 1008, 1, 0, 0, 0, 4950, 4951, 7, 24, 0, 0, 4951, 4952, 7, 11, 0, 0, 4952, 4953, 7, 17, 0, 0, 4953, 1010, 1, 0, 0, 0, 4954, 4955, 7, 13, 0, 0, 4955, 4956, 7, 18, 0, 0, 4956, 4957, 7, 6, 0, 0, 4957, 4958, 7, 24, 0, 0, 4958, 4959, 7, 8, 0, 0, 4959, 4960, 7, 20, 0, 0, 4960, 4961, 7, 10, 0, 0, 4961, 4962, 7, 17, 0, 0, 4962, 4963, 7, 18, 0, 0, 4963, 4964, 7, 15, 0, 0, 4964, 4965, 7, 10, 0, 0, 4965, 1012, 1, 0, 0, 0, 4966, 4967, 7, 10, 0, 0, 4967, 4968, 7, 17, 0, 0, 4968, 4969, 7, 6, 0, 0, 4969, 4970, 7, 15, 0, 0, 4970, 4971, 7, 22, 0, 0, 4971, 4972, 7, 11, 0, 0, 4972, 4973, 7, 13, 0, 0, 4973, 1014, 1, 0, 0, 0, 4974, 4975, 7, 11, 0, 0, 4975, 4976, 7, 7, 0, 0, 4976, 4977, 7, 10, 0, 0, 4977, 4978, 7, 18, 0, 0, 4978, 4979, 7, 26, 0, 0, 4979, 1016, 1, 0, 0, 0, 4980, 4981, 7, 30, 0, 0, 4981, 4982, 7, 21, 0, 0, 4982, 4983, 7, 18, 0, 0, 4983, 4984, 7, 7, 0, 0, 4984, 4985, 7, 11, 0, 0, 4985, 1018, 1, 0, 0, 0, 4986, 4987, 7, 14, 0, 0, 4987, 4988, 7, 11, 0, 0, 4988, 4989, 7, 28, 0, 0, 4989, 4990, 7, 11, 0, 0, 4990, 4991, 7, 14, 0, 0, 4991, 4992, 7, 10, 0, 0, 4992, 4993, 7, 11, 0, 0, 4993, 1020, 1, 0, 0, 0, 4994, 4995, 7, 26, 0, 0, 4995, 4996, 7, 20, 0, 0, 4996, 4997, 7, 14, 0, 0, 4997, 4998, 7, 11, 0, 0, 4998, 4999, 7, 6, 0, 0, 4999, 5000, 7, 15, 0, 0, 5000, 5001, 7, 21, 0, 0, 5001, 1022, 1, 0, 0, 0, 5002, 5003, 7, 10, 0, 0, 5003, 5004, 7, 7, 0, 0, 5004, 5005, 7, 18, 0, 0, 5005, 5006, 7, 15, 0, 0, 5006, 5007, 7, 11, 0, 0, 5007, 1024, 1, 0, 0, 0, 5008, 5009, 7, 11, 0, 0, 5009, 5010, 7, 27, 0, 0, 5010, 5011, 7, 18, 0, 0, 5011, 5012, 7, 17, 0, 0, 5012, 1026, 1, 0, 0, 0, 5013, 5014, 7, 14, 0, 0, 5014, 5015, 7, 11, 0, 0, 5015, 5016, 7, 17, 0, 0, 5016, 5017, 7, 23, 0, 0, 5017, 5018, 7, 14, 0, 0, 5018, 5019, 7, 8, 0, 0, 5019, 1028, 1, 0, 0, 0, 5020, 5021, 7, 29, 0, 0, 5021, 5022, 7, 23, 0, 0, 5022, 5023, 7, 11, 0, 0, 5023, 5024, 7, 14, 0, 0, 5024, 5025, 7, 9, 0, 0, 5025, 1030, 1, 0, 0, 0, 5026, 5027, 7, 14, 0, 0, 5027, 5028, 7, 6, 0, 0, 5028, 5029, 7, 18, 0, 0, 5029, 5030, 7, 10, 0, 0, 5030, 5031, 7, 11, 0, 0, 5031, 1032, 1, 0, 0, 0, 5032, 5033, 7, 10, 0, 0, 5033, 5034, 7, 29, 0, 0, 5034, 5035, 7, 7, 0, 0, 5035, 5036, 7, 10, 0, 0, 5036, 5037, 7, 17, 0, 0, 5037, 5038, 7, 6, 0, 0, 5038, 5039, 7, 17, 0, 0, 5039, 5040, 7, 11, 0, 0, 5040, 1034, 1, 0, 0, 0, 5041, 5042, 7, 13, 0, 0, 5042, 5043, 7, 11, 0, 0, 5043, 5044, 7, 19, 0, 0, 5044, 5045, 7, 23, 0, 0, 5045, 5046, 7, 24, 0, 0, 5046, 1036, 1, 0, 0, 0, 5047, 5048, 7, 7, 0, 0, 5048, 5049, 7, 20, 0, 0, 5049, 5050, 7, 24, 0, 0, 5050, 1038, 1, 0, 0, 0, 5051, 5052, 7, 18, 0, 0, 5052, 5053, 7, 8, 0, 0, 5053, 5054, 7, 26, 0, 0, 5054, 5055, 7, 20, 0, 0, 5055, 1040, 1, 0, 0, 0, 5056, 5057, 7, 8, 0, 0, 5057, 5058, 7, 20, 0, 0, 5058, 5059, 7, 17, 0, 0, 5059, 5060, 7, 18, 0, 0, 5060, 5061, 7, 15, 0, 0, 5061, 5062, 7, 11, 0, 0, 5062, 1042, 1, 0, 0, 0, 5063, 5064, 7, 30, 0, 0, 5064, 5065, 7, 6, 0, 0, 5065, 5066, 7, 14, 0, 0, 5066, 5067, 7, 8, 0, 0, 5067, 5068, 7, 18, 0, 0, 5068, 5069, 7, 8, 0, 0, 5069, 5070, 7, 24, 0, 0, 5070, 1044, 1, 0, 0, 0, 5071, 5072, 7, 11, 0, 0, 5072, 5073, 7, 27, 0, 0, 5073, 5074, 7, 15, 0, 0, 5074, 5075, 7, 11, 0, 0, 5075, 5076, 7, 25, 0, 0, 5076, 5077, 7, 17, 0, 0, 5077, 5078, 7, 18, 0, 0, 5078, 5079, 7, 20, 0, 0, 5079, 5080, 7, 8, 0, 0, 5080, 1046, 1, 0, 0, 0, 5081, 5082, 7, 6, 0, 0, 5082, 5083, 7, 10, 0, 0, 5083, 5084, 7, 10, 0, 0, 5084, 5085, 7, 11, 0, 0, 5085, 5086, 7, 14, 0, 0, 5086, 5087, 7, 17, 0, 0, 5087, 1048, 1, 0, 0, 0, 5088, 5089, 7, 7, 0, 0, 5089, 5090, 7, 20, 0, 0, 5090, 5091, 7, 20, 0, 0, 5091, 5092, 7, 25, 0, 0, 5092, 1050, 1, 0, 0, 0, 5093, 5094, 7, 20, 0, 0, 5094, 5095, 7, 25, 0, 0, 5095, 5096, 7, 11, 0, 0, 5096, 5097, 7, 8, 0, 0, 5097, 1052, 1, 0, 0, 0, 5098, 5099, 7, 25, 0, 0, 5099, 5100, 7, 11, 0, 0, 5100, 5101, 7, 26, 0, 0, 5101, 5102, 7, 11, 0, 0, 5102, 5103, 7, 14, 0, 0, 5103, 5104, 7, 11, 0, 0, 5104, 5105, 7, 8, 0, 0, 5105, 5106, 7, 15, 0, 0, 5106, 5107, 7, 11, 0, 0, 5107, 5108, 7, 10, 0, 0, 5108, 1054, 1, 0, 0, 0, 5109, 5110, 7, 23, 0, 0, 5110, 5111, 7, 10, 0, 0, 5111, 5112, 7, 6, 0, 0, 5112, 5113, 7, 24, 0, 0, 5113, 5114, 7, 11, 0, 0, 5114, 1056, 1, 0, 0, 0, 5115, 5116, 7, 15, 0, 0, 5116, 5117, 7, 20, 0, 0, 5117, 5118, 7, 8, 0, 0, 5118, 5119, 7, 8, 0, 0, 5119, 5120, 7, 11, 0, 0, 5120, 5121, 7, 15, 0, 0, 5121, 5122, 7, 17, 0, 0, 5122, 1058, 1, 0, 0, 0, 5123, 5124, 7, 25, 0, 0, 5124, 5125, 7, 23, 0, 0, 5125, 5126, 7, 19, 0, 0, 5126, 5127, 7, 7, 0, 0, 5127, 5128, 7, 18, 0, 0, 5128, 5129, 7, 15, 0, 0, 5129, 1060, 1, 0, 0, 0, 5130, 5131, 7, 16, 0, 0, 5131, 5132, 7, 11, 0, 0, 5132, 5133, 7, 14, 0, 0, 5133, 5134, 7, 24, 0, 0, 5134, 5135, 7, 11, 0, 0, 5135, 1062, 1, 0, 0, 0, 5136, 5137, 7, 16, 0, 0, 5137, 5138, 7, 6, 0, 0, 5138, 5139, 7, 17, 0, 0, 5139, 5140, 7, 15, 0, 0, 5140, 5141, 7, 21, 0, 0, 5141, 5142, 7, 11, 0, 0, 5142, 5143, 7, 13, 0, 0, 5143, 1064, 1, 0, 0, 0, 5144, 5145, 7, 19, 0, 0, 5145, 5146, 7, 14, 0, 0, 5146, 5147, 7, 11, 0, 0, 5147, 5148, 7, 6, 0, 0, 5148, 5149, 7, 13, 0, 0, 5149, 5150, 7, 17, 0, 0, 5150, 5151, 7, 21, 0, 0, 5151, 1066, 1, 0, 0, 0, 5152, 5153, 7, 13, 0, 0, 5153, 5154, 7, 11, 0, 0, 5154, 5155, 7, 25, 0, 0, 5155, 5156, 7, 17, 0, 0, 5156, 5157, 7, 21, 0, 0, 5157, 1068, 1, 0, 0, 0, 5158, 5159, 7, 23, 0, 0, 5159, 5160, 7, 8, 0, 0, 5160, 5161, 7, 10, 0, 0, 5161, 5162, 7, 6, 0, 0, 5162, 5163, 7, 26, 0, 0, 5163, 5164, 7, 11, 0, 0, 5164, 1070, 1, 0, 0, 0, 5165, 5166, 7, 14, 0, 0, 5166, 5167, 7, 11, 0, 0, 5167, 5168, 7, 10, 0, 0, 5168, 5169, 7, 17, 0, 0, 5169, 5170, 7, 14, 0, 0, 5170, 5171, 7, 18, 0, 0, 5171, 5172, 7, 15, 0, 0, 5172, 5173, 7, 17, 0, 0, 5173, 5174, 7, 11, 0, 0, 5174, 5175, 7, 13, 0, 0, 5175, 1072, 1, 0, 0, 0, 5176, 5177, 7, 10, 0, 0, 5177, 5178, 7, 6, 0, 0, 5178, 5179, 7, 26, 0, 0, 5179, 5180, 7, 11, 0, 0, 5180, 1074, 1, 0, 0, 0, 5181, 5182, 7, 26, 0, 0, 5182, 5183, 7, 18, 0, 0, 5183, 5184, 7, 8, 0, 0, 5184, 5185, 7, 6, 0, 0, 5185, 5186, 7, 7, 0, 0, 5186, 5187, 7, 18, 0, 0, 5187, 5188, 7, 12, 0, 0, 5188, 5189, 7, 11, 0, 0, 5189, 1076, 1, 0, 0, 0, 5190, 5191, 7, 16, 0, 0, 5191, 5192, 7, 20, 0, 0, 5192, 5193, 7, 13, 0, 0, 5193, 5194, 7, 23, 0, 0, 5194, 5195, 7, 7, 0, 0, 5195, 5196, 7, 23, 0, 0, 5196, 5197, 7, 10, 0, 0, 5197, 1078, 1, 0, 0, 0, 5198, 5199, 7, 14, 0, 0, 5199, 5200, 7, 11, 0, 0, 5200, 5201, 7, 16, 0, 0, 5201, 5202, 7, 6, 0, 0, 5202, 5203, 7, 18, 0, 0, 5203, 5204, 7, 8, 0, 0, 5204, 5205, 7, 13, 0, 0, 5205, 5206, 7, 11, 0, 0, 5206, 5207, 7, 14, 0, 0, 5207, 1080, 1, 0, 0, 0, 5208, 5209, 7, 7, 0, 0, 5209, 5210, 7, 20, 0, 0, 5210, 5211, 7, 24, 0, 0, 5211, 5212, 7, 18, 0, 0, 5212, 5213, 7, 8, 0, 0, 5213, 1082, 1, 0, 0, 0, 5214, 5215, 7, 8, 0, 0, 5215, 5216, 7, 20, 0, 0, 5216, 5217, 7, 7, 0, 0, 5217, 5218, 7, 20, 0, 0, 5218, 5219, 7, 24, 0, 0, 5219, 5220, 7, 18, 0, 0, 5220, 5221, 7, 8, 0, 0, 5221, 1084, 1, 0, 0, 0, 5222, 5223, 7, 14, 0, 0, 5223, 5224, 7, 11, 0, 0, 5224, 5225, 7, 25, 0, 0, 5225, 5226, 7, 7, 0, 0, 5226, 5227, 7, 18, 0, 0, 5227, 5228, 7, 15, 0, 0, 5228, 5229, 7, 6, 0, 0, 5229, 5230, 7, 17, 0, 0, 5230, 5231, 7, 18, 0, 0, 5231, 5232, 7, 20, 0, 0, 5232, 5233, 7, 8, 0, 0, 5233, 1086, 1, 0, 0, 0, 5234, 5235, 7, 8, 0, 0, 5235, 5236, 7, 20, 0, 0, 5236, 5237, 7, 14, 0, 0, 5237, 5238, 7, 11, 0, 0, 5238, 5239, 7, 25, 0, 0, 5239, 5240, 7, 7, 0, 0, 5240, 5241, 7, 18, 0, 0, 5241, 5242, 7, 15, 0, 0, 5242, 5243, 7, 6, 0, 0, 5243, 5244, 7, 17, 0, 0, 5244, 5245, 7, 18, 0, 0, 5245, 5246, 7, 20, 0, 0, 5246, 5247, 7, 8, 0, 0, 5247, 1088, 1, 0, 0, 0, 5248, 5249, 7, 19, 0, 0, 5249, 5250, 7, 9, 0, 0, 5250, 5251, 7, 25, 0, 0, 5251, 5252, 7, 6, 0, 0, 5252, 5253, 7, 10, 0, 0, 5253, 5254, 7, 10, 0, 0, 5254, 5255, 7, 14, 0, 0, 5255, 5256, 7, 7, 0, 0, 5256, 5257, 7, 10, 0, 0, 5257, 1090, 1, 0, 0, 0, 5258, 5259, 7, 8, 0, 0, 5259, 5260, 7, 20, 0, 0, 5260, 5261, 7, 19, 0, 0, 5261, 5262, 7, 9, 0, 0, 5262, 5263, 7, 25, 0, 0, 5263, 5264, 7, 6, 0, 0, 5264, 5265, 7, 10, 0, 0, 5265, 5266, 7, 10, 0, 0, 5266, 5267, 7, 14, 0, 0, 5267, 5268, 7, 7, 0, 0, 5268, 5269, 7, 10, 0, 0, 5269, 1092, 1, 0, 0, 0, 5270, 5271, 7, 25, 0, 0, 5271, 5272, 7, 11, 0, 0, 5272, 5273, 7, 14, 0, 0, 5273, 5274, 7, 16, 0, 0, 5274, 5275, 7, 18, 0, 0, 5275, 5276, 7, 10, 0, 0, 5276, 5277, 7, 10, 0, 0, 5277, 5278, 7, 18, 0, 0, 5278, 5279, 7, 28, 0, 0, 5279, 5280, 7, 11, 0, 0, 5280, 1094, 1, 0, 0, 0, 5281, 5282, 7, 14, 0, 0, 5282, 5283, 7, 11, 0, 0, 5283, 5284, 7, 10, 0, 0, 5284, 5285, 7, 17, 0, 0, 5285, 5286, 7, 14, 0, 0, 5286, 5287, 7, 18, 0, 0, 5287, 5288, 7, 15, 0, 0, 5288, 5289, 7, 17, 0, 0, 5289, 5290, 7, 18, 0, 0, 5290, 5291, 7, 28, 0, 0, 5291, 5292, 7, 11, 0, 0, 5292, 1096, 1, 0, 0, 0, 5293, 5294, 7, 15, 0, 0, 5294, 5295, 7, 20, 0, 0, 5295, 5296, 7, 16, 0, 0, 5296, 5297, 7, 25, 0, 0, 5297, 5298, 7, 14, 0, 0, 5298, 5299, 7, 11, 0, 0, 5299, 5300, 7, 10, 0, 0, 5300, 5301, 7, 10, 0, 0, 5301, 5302, 7, 18, 0, 0, 5302, 5303, 7, 20, 0, 0, 5303, 5304, 7, 8, 0, 0, 5304, 1098, 1, 0, 0, 0, 5305, 5306, 7, 25, 0, 0, 5306, 5307, 7, 7, 0, 0, 5307, 5308, 7, 6, 0, 0, 5308, 5309, 7, 18, 0, 0, 5309, 5310, 7, 8, 0, 0, 5310, 1100, 1, 0, 0, 0, 5311, 5312, 7, 11, 0, 0, 5312, 5313, 7, 27, 0, 0, 5313, 5314, 7, 17, 0, 0, 5314, 5315, 7, 11, 0, 0, 5315, 5316, 7, 8, 0, 0, 5316, 5317, 7, 13, 0, 0, 5317, 5318, 7, 11, 0, 0, 5318, 5319, 7, 13, 0, 0, 5319, 1102, 1, 0, 0, 0, 5320, 5321, 7, 16, 0, 0, 5321, 5322, 7, 6, 0, 0, 5322, 5323, 7, 18, 0, 0, 5323, 5324, 7, 8, 0, 0, 5324, 1104, 1, 0, 0, 0, 5325, 5326, 7, 10, 0, 0, 5326, 5327, 7, 22, 0, 0, 5327, 5328, 7, 18, 0, 0, 5328, 5329, 7, 25, 0, 0, 5329, 5330, 5, 95, 0, 0, 5330, 5331, 7, 7, 0, 0, 5331, 5332, 7, 20, 0, 0, 5332, 5333, 7, 15, 0, 0, 5333, 5334, 7, 22, 0, 0, 5334, 5335, 7, 11, 0, 0, 5335, 5336, 7, 13, 0, 0, 5336, 1106, 1, 0, 0, 0, 5337, 5338, 7, 19, 0, 0, 5338, 5339, 7, 23, 0, 0, 5339, 5340, 7, 26, 0, 0, 5340, 5341, 7, 26, 0, 0, 5341, 5342, 7, 11, 0, 0, 5342, 5343, 7, 14, 0, 0, 5343, 5344, 5, 95, 0, 0, 5344, 5345, 7, 23, 0, 0, 5345, 5346, 7, 10, 0, 0, 5346, 5347, 7, 6, 0, 0, 5347, 5348, 7, 24, 0, 0, 5348, 5349, 7, 11, 0, 0, 5349, 5350, 5, 95, 0, 0, 5350, 5351, 7, 7, 0, 0, 5351, 5352, 7, 18, 0, 0, 5352, 5353, 7, 16, 0, 0, 5353, 5354, 7, 18, 0, 0, 5354, 5355, 7, 17, 0, 0, 5355, 1108, 1, 0, 0, 0, 5356, 5357, 7, 13, 0, 0, 5357, 5358, 7, 18, 0, 0, 5358, 5359, 7, 10, 0, 0, 5359, 5360, 7, 17, 0, 0, 5360, 5361, 7, 14, 0, 0, 5361, 5362, 7, 18, 0, 0, 5362, 5363, 7, 19, 0, 0, 5363, 5364, 7, 23, 0, 0, 5364, 5365, 7, 17, 0, 0, 5365, 5366, 7, 11, 0, 0, 5366, 5367, 7, 13, 0, 0, 5367, 1110, 1, 0, 0, 0, 5368, 5369, 7, 30, 0, 0, 5369, 5370, 7, 14, 0, 0, 5370, 5371, 7, 18, 0, 0, 5371, 5372, 7, 17, 0, 0, 5372, 5373, 7, 6, 0, 0, 5373, 5374, 7, 19, 0, 0, 5374, 5375, 7, 7, 0, 0, 5375, 5376, 7, 11, 0, 0, 5376, 1112, 1, 0, 0, 0, 5377, 5381, 3, 1115, 555, 0, 5378, 5380, 3, 1117, 556, 0, 5379, 5378, 1, 0, 0, 0, 5380, 5383, 1, 0, 0, 0, 5381, 5379, 1, 0, 0, 0, 5381, 5382, 1, 0, 0, 0, 5382, 1114, 1, 0, 0, 0, 5383, 5381, 1, 0, 0, 0, 5384, 5388, 7, 32, 0, 0, 5385, 5386, 7, 33, 0, 0, 5386, 5388, 7, 34, 0, 0, 5387, 5384, 1, 0, 0, 0, 5387, 5385, 1, 0, 0, 0, 5388, 1116, 1, 0, 0, 0, 5389, 5392, 3, 1119, 557, 0, 5390, 5392, 5, 36, 0, 0, 5391, 5389, 1, 0, 0, 0, 5391, 5390, 1, 0, 0, 0, 5392, 1118, 1, 0, 0, 0, 5393, 5396, 3, 1115, 555, 0, 5394, 5396, 7, 0, 0, 0, 5395, 5393, 1, 0, 0, 0, 5395, 5394, 1, 0, 0, 0, 5396, 1120, 1, 0, 0, 0, 5397, 5398, 3, 1123, 559, 0, 5398, 5399, 5, 34, 0, 0, 5399, 1122, 1, 0, 0, 0, 5400, 5406, 5, 34, 0, 0, 5401, 5402, 5, 34, 0, 0, 5402, 5405, 5, 34, 0, 0, 5403, 5405, 8, 35, 0, 0, 5404, 5401, 1, 0, 0, 0, 5404, 5403, 1, 0, 0, 0, 5405, 5408, 1, 0, 0, 0, 5406, 5404, 1, 0, 0, 0, 5406, 5407, 1, 0, 0, 0, 5407, 1124, 1, 0, 0, 0, 5408, 5406, 1, 0, 0, 0, 5409, 5410, 3, 1127, 561, 0, 5410, 5411, 5, 34, 0, 0, 5411, 1126, 1, 0, 0, 0, 5412, 5418, 5, 34, 0, 0, 5413, 5414, 5, 34, 0, 0, 5414, 5417, 5, 34, 0, 0, 5415, 5417, 8, 36, 0, 0, 5416, 5413, 1, 0, 0, 0, 5416, 5415, 1, 0, 0, 0, 5417, 5420, 1, 0, 0, 0, 5418, 5416, 1, 0, 0, 0, 5418, 5419, 1, 0, 0, 0, 5419, 1128, 1, 0, 0, 0, 5420, 5418, 1, 0, 0, 0, 5421, 5422, 7, 23, 0, 0, 5422, 5423, 5, 38, 0, 0, 5423, 5424, 3, 1121, 558, 0, 5424, 1130, 1, 0, 0, 0, 5425, 5426, 7, 23, 0, 0, 5426, 5427, 5, 38, 0, 0, 5427, 5428, 3, 1123, 559, 0, 5428, 1132, 1, 0, 0, 0, 5429, 5430, 7, 23, 0, 0, 5430, 5431, 5, 38, 0, 0, 5431, 5432, 3, 1125, 560, 0, 5432, 1134, 1, 0, 0, 0, 5433, 5434, 7, 23, 0, 0, 5434, 5435, 5, 38, 0, 0, 5435, 5436, 3, 1127, 561, 0, 5436, 1136, 1, 0, 0, 0, 5437, 5438, 3, 1139, 567, 0, 5438, 5439, 5, 39, 0, 0, 5439, 1138, 1, 0, 0, 0, 5440, 5446, 5, 39, 0, 0, 5441, 5442, 5, 39, 0, 0, 5442, 5445, 5, 39, 0, 0, 5443, 5445, 8, 37, 0, 0, 5444, 5441, 1, 0, 0, 0, 5444, 5443, 1, 0, 0, 0, 5445, 5448, 1, 0, 0, 0, 5446, 5444, 1, 0, 0, 0, 5446, 5447, 1, 0, 0, 0, 5447, 1140, 1, 0, 0, 0, 5448, 5446, 1, 0, 0, 0, 5449, 5450, 7, 11, 0, 0, 5450, 5451, 5, 39, 0, 0, 5451, 5452, 1, 0, 0, 0, 5452, 5453, 6, 568, 1, 0, 5453, 5454, 6, 568, 2, 0, 5454, 1142, 1, 0, 0, 0, 5455, 5456, 3, 1145, 570, 0, 5456, 5457, 5, 39, 0, 0, 5457, 1144, 1, 0, 0, 0, 5458, 5459, 7, 23, 0, 0, 5459, 5460, 5, 38, 0, 0, 5460, 5461, 3, 1139, 567, 0, 5461, 1146, 1, 0, 0, 0, 5462, 5464, 5, 36, 0, 0, 5463, 5465, 3, 1149, 572, 0, 5464, 5463, 1, 0, 0, 0, 5464, 5465, 1, 0, 0, 0, 5465, 5466, 1, 0, 0, 0, 5466, 5467, 5, 36, 0, 0, 5467, 5468, 1, 0, 0, 0, 5468, 5469, 6, 571, 3, 0, 5469, 1148, 1, 0, 0, 0, 5470, 5474, 3, 1115, 555, 0, 5471, 5473, 3, 1119, 557, 0, 5472, 5471, 1, 0, 0, 0, 5473, 5476, 1, 0, 0, 0, 5474, 5472, 1, 0, 0, 0, 5474, 5475, 1, 0, 0, 0, 5475, 1150, 1, 0, 0, 0, 5476, 5474, 1, 0, 0, 0, 5477, 5478, 3, 1153, 574, 0, 5478, 5479, 5, 39, 0, 0, 5479, 1152, 1, 0, 0, 0, 5480, 5481, 7, 19, 0, 0, 5481, 5485, 5, 39, 0, 0, 5482, 5484, 7, 38, 0, 0, 5483, 5482, 1, 0, 0, 0, 5484, 5487, 1, 0, 0, 0, 5485, 5483, 1, 0, 0, 0, 5485, 5486, 1, 0, 0, 0, 5486, 1154, 1, 0, 0, 0, 5487, 5485, 1, 0, 0, 0, 5488, 5489, 3, 1157, 576, 0, 5489, 5490, 5, 39, 0, 0, 5490, 1156, 1, 0, 0, 0, 5491, 5492, 7, 19, 0, 0, 5492, 5493, 3, 1139, 567, 0, 5493, 1158, 1, 0, 0, 0, 5494, 5495, 3, 1161, 578, 0, 5495, 5496, 5, 39, 0, 0, 5496, 1160, 1, 0, 0, 0, 5497, 5498, 7, 27, 0, 0, 5498, 5502, 5, 39, 0, 0, 5499, 5501, 7, 39, 0, 0, 5500, 5499, 1, 0, 0, 0, 5501, 5504, 1, 0, 0, 0, 5502, 5500, 1, 0, 0, 0, 5502, 5503, 1, 0, 0, 0, 5503, 1162, 1, 0, 0, 0, 5504, 5502, 1, 0, 0, 0, 5505, 5506, 3, 1165, 580, 0, 5506, 5507, 5, 39, 0, 0, 5507, 1164, 1, 0, 0, 0, 5508, 5509, 7, 27, 0, 0, 5509, 5510, 3, 1139, 567, 0, 5510, 1166, 1, 0, 0, 0, 5511, 5512, 3, 1173, 584, 0, 5512, 1168, 1, 0, 0, 0, 5513, 5514, 3, 1173, 584, 0, 5514, 5515, 5, 46, 0, 0, 5515, 5516, 5, 46, 0, 0, 5516, 1170, 1, 0, 0, 0, 5517, 5518, 3, 1173, 584, 0, 5518, 5520, 5, 46, 0, 0, 5519, 5521, 3, 1173, 584, 0, 5520, 5519, 1, 0, 0, 0, 5520, 5521, 1, 0, 0, 0, 5521, 5527, 1, 0, 0, 0, 5522, 5524, 7, 11, 0, 0, 5523, 5525, 7, 1, 0, 0, 5524, 5523, 1, 0, 0, 0, 5524, 5525, 1, 0, 0, 0, 5525, 5526, 1, 0, 0, 0, 5526, 5528, 3, 1173, 584, 0, 5527, 5522, 1, 0, 0, 0, 5527, 5528, 1, 0, 0, 0, 5528, 5546, 1, 0, 0, 0, 5529, 5530, 5, 46, 0, 0, 5530, 5536, 3, 1173, 584, 0, 5531, 5533, 7, 11, 0, 0, 5532, 5534, 7, 1, 0, 0, 5533, 5532, 1, 0, 0, 0, 5533, 5534, 1, 0, 0, 0, 5534, 5535, 1, 0, 0, 0, 5535, 5537, 3, 1173, 584, 0, 5536, 5531, 1, 0, 0, 0, 5536, 5537, 1, 0, 0, 0, 5537, 5546, 1, 0, 0, 0, 5538, 5539, 3, 1173, 584, 0, 5539, 5541, 7, 11, 0, 0, 5540, 5542, 7, 1, 0, 0, 5541, 5540, 1, 0, 0, 0, 5541, 5542, 1, 0, 0, 0, 5542, 5543, 1, 0, 0, 0, 5543, 5544, 3, 1173, 584, 0, 5544, 5546, 1, 0, 0, 0, 5545, 5517, 1, 0, 0, 0, 5545, 5529, 1, 0, 0, 0, 5545, 5538, 1, 0, 0, 0, 5546, 1172, 1, 0, 0, 0, 5547, 5549, 7, 0, 0, 0, 5548, 5547, 1, 0, 0, 0, 5549, 5550, 1, 0, 0, 0, 5550, 5548, 1, 0, 0, 0, 5550, 5551, 1, 0, 0, 0, 5551, 1174, 1, 0, 0, 0, 5552, 5553, 5, 58, 0, 0, 5553, 5557, 7, 40, 0, 0, 5554, 5556, 7, 41, 0, 0, 5555, 5554, 1, 0, 0, 0, 5556, 5559, 1, 0, 0, 0, 5557, 5555, 1, 0, 0, 0, 5557, 5558, 1, 0, 0, 0, 5558, 1176, 1, 0, 0, 0, 5559, 5557, 1, 0, 0, 0, 5560, 5561, 5, 58, 0, 0, 5561, 5562, 5, 34, 0, 0, 5562, 5570, 1, 0, 0, 0, 5563, 5564, 5, 92, 0, 0, 5564, 5569, 9, 0, 0, 0, 5565, 5566, 5, 34, 0, 0, 5566, 5569, 5, 34, 0, 0, 5567, 5569, 8, 42, 0, 0, 5568, 5563, 1, 0, 0, 0, 5568, 5565, 1, 0, 0, 0, 5568, 5567, 1, 0, 0, 0, 5569, 5572, 1, 0, 0, 0, 5570, 5568, 1, 0, 0, 0, 5570, 5571, 1, 0, 0, 0, 5571, 5573, 1, 0, 0, 0, 5572, 5570, 1, 0, 0, 0, 5573, 5574, 5, 34, 0, 0, 5574, 1178, 1, 0, 0, 0, 5575, 5577, 7, 43, 0, 0, 5576, 5575, 1, 0, 0, 0, 5577, 5578, 1, 0, 0, 0, 5578, 5576, 1, 0, 0, 0, 5578, 5579, 1, 0, 0, 0, 5579, 5580, 1, 0, 0, 0, 5580, 5581, 6, 587, 4, 0, 5581, 1180, 1, 0, 0, 0, 5582, 5584, 5, 13, 0, 0, 5583, 5585, 5, 10, 0, 0, 5584, 5583, 1, 0, 0, 0, 5584, 5585, 1, 0, 0, 0, 5585, 5588, 1, 0, 0, 0, 5586, 5588, 5, 10, 0, 0, 5587, 5582, 1, 0, 0, 0, 5587, 5586, 1, 0, 0, 0, 5588, 5589, 1, 0, 0, 0, 5589, 5590, 6, 588, 4, 0, 5590, 1182, 1, 0, 0, 0, 5591, 5592, 5, 45, 0, 0, 5592, 5593, 5, 45, 0, 0, 5593, 5597, 1, 0, 0, 0, 5594, 5596, 8, 44, 0, 0, 5595, 5594, 1, 0, 0, 0, 5596, 5599, 1, 0, 0, 0, 5597, 5595, 1, 0, 0, 0, 5597, 5598, 1, 0, 0, 0, 5598, 5600, 1, 0, 0, 0, 5599, 5597, 1, 0, 0, 0, 5600, 5601, 6, 589, 4, 0, 5601, 1184, 1, 0, 0, 0, 5602, 5603, 5, 47, 0, 0, 5603, 5604, 5, 42, 0, 0, 5604, 5627, 1, 0, 0, 0, 5605, 5607, 5, 47, 0, 0, 5606, 5605, 1, 0, 0, 0, 5607, 5610, 1, 0, 0, 0, 5608, 5606, 1, 0, 0, 0, 5608, 5609, 1, 0, 0, 0, 5609, 5611, 1, 0, 0, 0, 5610, 5608, 1, 0, 0, 0, 5611, 5626, 3, 1185, 590, 0, 5612, 5626, 8, 45, 0, 0, 5613, 5615, 5, 47, 0, 0, 5614, 5613, 1, 0, 0, 0, 5615, 5616, 1, 0, 0, 0, 5616, 5614, 1, 0, 0, 0, 5616, 5617, 1, 0, 0, 0, 5617, 5618, 1, 0, 0, 0, 5618, 5626, 8, 45, 0, 0, 5619, 5621, 5, 42, 0, 0, 5620, 5619, 1, 0, 0, 0, 5621, 5622, 1, 0, 0, 0, 5622, 5620, 1, 0, 0, 0, 5622, 5623, 1, 0, 0, 0, 5623, 5624, 1, 0, 0, 0, 5624, 5626, 8, 45, 0, 0, 5625, 5608, 1, 0, 0, 0, 5625, 5612, 1, 0, 0, 0, 5625, 5614, 1, 0, 0, 0, 5625, 5620, 1, 0, 0, 0, 5626, 5629, 1, 0, 0, 0, 5627, 5625, 1, 0, 0, 0, 5627, 5628, 1, 0, 0, 0, 5628, 5633, 1, 0, 0, 0, 5629, 5627, 1, 0, 0, 0, 5630, 5632, 5, 42, 0, 0, 5631, 5630, 1, 0, 0, 0, 5632, 5635, 1, 0, 0, 0, 5633, 5631, 1, 0, 0, 0, 5633, 5634, 1, 0, 0, 0, 5634, 5636, 1, 0, 0, 0, 5635, 5633, 1, 0, 0, 0, 5636, 5637, 5, 42, 0, 0, 5637, 5638, 5, 47, 0, 0, 5638, 5639, 1, 0, 0, 0, 5639, 5640, 6, 590, 4, 0, 5640, 1186, 1, 0, 0, 0, 5641, 5642, 5, 47, 0, 0, 5642, 5643, 5, 42, 0, 0, 5643, 5668, 1, 0, 0, 0, 5644, 5646, 5, 47, 0, 0, 5645, 5644, 1, 0, 0, 0, 5646, 5649, 1, 0, 0, 0, 5647, 5645, 1, 0, 0, 0, 5647, 5648, 1, 0, 0, 0, 5648, 5650, 1, 0, 0, 0, 5649, 5647, 1, 0, 0, 0, 5650, 5667, 3, 1185, 590, 0, 5651, 5667, 8, 45, 0, 0, 5652, 5654, 5, 47, 0, 0, 5653, 5652, 1, 0, 0, 0, 5654, 5655, 1, 0, 0, 0, 5655, 5653, 1, 0, 0, 0, 5655, 5656, 1, 0, 0, 0, 5656, 5657, 1, 0, 0, 0, 5657, 5665, 8, 45, 0, 0, 5658, 5660, 5, 42, 0, 0, 5659, 5658, 1, 0, 0, 0, 5660, 5661, 1, 0, 0, 0, 5661, 5659, 1, 0, 0, 0, 5661, 5662, 1, 0, 0, 0, 5662, 5663, 1, 0, 0, 0, 5663, 5665, 8, 45, 0, 0, 5664, 5653, 1, 0, 0, 0, 5664, 5659, 1, 0, 0, 0, 5665, 5667, 1, 0, 0, 0, 5666, 5647, 1, 0, 0, 0, 5666, 5651, 1, 0, 0, 0, 5666, 5664, 1, 0, 0, 0, 5667, 5670, 1, 0, 0, 0, 5668, 5666, 1, 0, 0, 0, 5668, 5669, 1, 0, 0, 0, 5669, 5688, 1, 0, 0, 0, 5670, 5668, 1, 0, 0, 0, 5671, 5673, 5, 47, 0, 0, 5672, 5671, 1, 0, 0, 0, 5673, 5674, 1, 0, 0, 0, 5674, 5672, 1, 0, 0, 0, 5674, 5675, 1, 0, 0, 0, 5675, 5689, 1, 0, 0, 0, 5676, 5678, 5, 42, 0, 0, 5677, 5676, 1, 0, 0, 0, 5678, 5679, 1, 0, 0, 0, 5679, 5677, 1, 0, 0, 0, 5679, 5680, 1, 0, 0, 0, 5680, 5689, 1, 0, 0, 0, 5681, 5683, 5, 47, 0, 0, 5682, 5681, 1, 0, 0, 0, 5683, 5686, 1, 0, 0, 0, 5684, 5682, 1, 0, 0, 0, 5684, 5685, 1, 0, 0, 0, 5685, 5687, 1, 0, 0, 0, 5686, 5684, 1, 0, 0, 0, 5687, 5689, 3, 1187, 591, 0, 5688, 5672, 1, 0, 0, 0, 5688, 5677, 1, 0, 0, 0, 5688, 5684, 1, 0, 0, 0, 5688, 5689, 1, 0, 0, 0, 5689, 1188, 1, 0, 0, 0, 5690, 5702, 5, 92, 0, 0, 5691, 5701, 8, 46, 0, 0, 5692, 5696, 5, 34, 0, 0, 5693, 5695, 8, 47, 0, 0, 5694, 5693, 1, 0, 0, 0, 5695, 5698, 1, 0, 0, 0, 5696, 5694, 1, 0, 0, 0, 5696, 5697, 1, 0, 0, 0, 5697, 5699, 1, 0, 0, 0, 5698, 5696, 1, 0, 0, 0, 5699, 5701, 5, 34, 0, 0, 5700, 5691, 1, 0, 0, 0, 5700, 5692, 1, 0, 0, 0, 5701, 5704, 1, 0, 0, 0, 5702, 5700, 1, 0, 0, 0, 5702, 5703, 1, 0, 0, 0, 5703, 5712, 1, 0, 0, 0, 5704, 5702, 1, 0, 0, 0, 5705, 5709, 5, 34, 0, 0, 5706, 5708, 8, 47, 0, 0, 5707, 5706, 1, 0, 0, 0, 5708, 5711, 1, 0, 0, 0, 5709, 5707, 1, 0, 0, 0, 5709, 5710, 1, 0, 0, 0, 5710, 5713, 1, 0, 0, 0, 5711, 5709, 1, 0, 0, 0, 5712, 5705, 1, 0, 0, 0, 5712, 5713, 1, 0, 0, 0, 5713, 1190, 1, 0, 0, 0, 5714, 5715, 5, 92, 0, 0, 5715, 5716, 5, 92, 0, 0, 5716, 1192, 1, 0, 0, 0, 5717, 5718, 9, 0, 0, 0, 5718, 1194, 1, 0, 0, 0, 5719, 5720, 3, 1199, 597, 0, 5720, 5721, 5, 39, 0, 0, 5721, 5722, 1, 0, 0, 0, 5722, 5723, 6, 595, 5, 0, 5723, 1196, 1, 0, 0, 0, 5724, 5726, 3, 1199, 597, 0, 5725, 5727, 5, 92, 0, 0, 5726, 5725, 1, 0, 0, 0, 5726, 5727, 1, 0, 0, 0, 5727, 5728, 1, 0, 0, 0, 5728, 5729, 5, 0, 0, 1, 5729, 1198, 1, 0, 0, 0, 5730, 5731, 5, 39, 0, 0, 5731, 5754, 5, 39, 0, 0, 5732, 5750, 5, 92, 0, 0, 5733, 5734, 7, 27, 0, 0, 5734, 5751, 7, 39, 0, 0, 5735, 5736, 7, 23, 0, 0, 5736, 5737, 7, 39, 0, 0, 5737, 5738, 7, 39, 0, 0, 5738, 5739, 7, 39, 0, 0, 5739, 5751, 7, 39, 0, 0, 5740, 5741, 7, 23, 0, 0, 5741, 5742, 7, 39, 0, 0, 5742, 5743, 7, 39, 0, 0, 5743, 5744, 7, 39, 0, 0, 5744, 5745, 7, 39, 0, 0, 5745, 5746, 7, 39, 0, 0, 5746, 5747, 7, 39, 0, 0, 5747, 5748, 7, 39, 0, 0, 5748, 5751, 7, 39, 0, 0, 5749, 5751, 8, 48, 0, 0, 5750, 5733, 1, 0, 0, 0, 5750, 5735, 1, 0, 0, 0, 5750, 5740, 1, 0, 0, 0, 5750, 5749, 1, 0, 0, 0, 5751, 5754, 1, 0, 0, 0, 5752, 5754, 8, 49, 0, 0, 5753, 5730, 1, 0, 0, 0, 5753, 5732, 1, 0, 0, 0, 5753, 5752, 1, 0, 0, 0, 5754, 5757, 1, 0, 0, 0, 5755, 5753, 1, 0, 0, 0, 5755, 5756, 1, 0, 0, 0, 5756, 1200, 1, 0, 0, 0, 5757, 5755, 1, 0, 0, 0, 5758, 5759, 3, 1205, 600, 0, 5759, 5760, 5, 39, 0, 0, 5760, 5761, 1, 0, 0, 0, 5761, 5762, 6, 598, 5, 0, 5762, 1202, 1, 0, 0, 0, 5763, 5765, 3, 1205, 600, 0, 5764, 5766, 5, 92, 0, 0, 5765, 5764, 1, 0, 0, 0, 5765, 5766, 1, 0, 0, 0, 5766, 5767, 1, 0, 0, 0, 5767, 5768, 5, 0, 0, 1, 5768, 1204, 1, 0, 0, 0, 5769, 5770, 5, 39, 0, 0, 5770, 5775, 5, 39, 0, 0, 5771, 5772, 5, 92, 0, 0, 5772, 5775, 9, 0, 0, 0, 5773, 5775, 8, 49, 0, 0, 5774, 5769, 1, 0, 0, 0, 5774, 5771, 1, 0, 0, 0, 5774, 5773, 1, 0, 0, 0, 5775, 5778, 1, 0, 0, 0, 5776, 5774, 1, 0, 0, 0, 5776, 5777, 1, 0, 0, 0, 5777, 1206, 1, 0, 0, 0, 5778, 5776, 1, 0, 0, 0, 5779, 5780, 3, 1179, 587, 0, 5780, 5781, 1, 0, 0, 0, 5781, 5782, 6, 601, 6, 0, 5782, 5783, 6, 601, 4, 0, 5783, 1208, 1, 0, 0, 0, 5784, 5785, 3, 1181, 588, 0, 5785, 5786, 1, 0, 0, 0, 5786, 5787, 6, 602, 7, 0, 5787, 5788, 6, 602, 4, 0, 5788, 5789, 6, 602, 8, 0, 5789, 1210, 1, 0, 0, 0, 5790, 5791, 3, 1179, 587, 0, 5791, 5792, 1, 0, 0, 0, 5792, 5793, 6, 603, 6, 0, 5793, 5794, 6, 603, 4, 0, 5794, 1212, 1, 0, 0, 0, 5795, 5796, 3, 1181, 588, 0, 5796, 5797, 1, 0, 0, 0, 5797, 5798, 6, 604, 7, 0, 5798, 5799, 6, 604, 4, 0, 5799, 1214, 1, 0, 0, 0, 5800, 5801, 5, 39, 0, 0, 5801, 5802, 1, 0, 0, 0, 5802, 5803, 6, 605, 1, 0, 5803, 5804, 6, 605, 9, 0, 5804, 1216, 1, 0, 0, 0, 5805, 5807, 8, 50, 0, 0, 5806, 5805, 1, 0, 0, 0, 5807, 5808, 1, 0, 0, 0, 5808, 5806, 1, 0, 0, 0, 5808, 5809, 1, 0, 0, 0, 5809, 5818, 1, 0, 0, 0, 5810, 5814, 5, 36, 0, 0, 5811, 5813, 8, 50, 0, 0, 5812, 5811, 1, 0, 0, 0, 5813, 5816, 1, 0, 0, 0, 5814, 5812, 1, 0, 0, 0, 5814, 5815, 1, 0, 0, 0, 5815, 5818, 1, 0, 0, 0, 5816, 5814, 1, 0, 0, 0, 5817, 5806, 1, 0, 0, 0, 5817, 5810, 1, 0, 0, 0, 5818, 1218, 1, 0, 0, 0, 5819, 5821, 5, 36, 0, 0, 5820, 5822, 3, 1149, 572, 0, 5821, 5820, 1, 0, 0, 0, 5821, 5822, 1, 0, 0, 0, 5822, 5823, 1, 0, 0, 0, 5823, 5824, 5, 36, 0, 0, 5824, 5825, 1, 0, 0, 0, 5825, 5826, 6, 607, 10, 0, 5826, 1220, 1, 0, 0, 0, 77, 0, 1, 2, 3, 4, 1288, 1294, 1298, 1300, 1303, 1305, 1308, 1312, 1314, 1319, 1324, 5381, 5387, 5391, 5395, 5404, 5406, 5416, 5418, 5444, 5446, 5464, 5474, 5485, 5502, 5520, 5524, 5527, 5533, 5536, 5541, 5545, 5550, 5557, 5568, 5570, 5578, 5584, 5587, 5597, 5608, 5616, 5622, 5625, 5627, 5633, 5647, 5655, 5661, 5664, 5666, 5668, 5674, 5679, 5684, 5688, 5696, 5700, 5702, 5709, 5712, 5726, 5750, 5753, 5755, 5765, 5774, 5776, 5808, 5814, 5817, 5821, 11, 7, 29, 0, 3, 0, 0, 5, 1, 0, 5, 4, 0, 0, 1, 0, 2, 2, 0, 7, 578, 0, 7, 579, 0, 2, 3, 0, 2, 1, 0, 4, 0, 0] \ No newline at end of file diff --git a/src/lib/postgresql/PostgreSqlLexer.tokens b/src/lib/postgresql/PostgreSqlLexer.tokens index 43d5a2f..a91eea5 100644 --- a/src/lib/postgresql/PostgreSqlLexer.tokens +++ b/src/lib/postgresql/PostgreSqlLexer.tokens @@ -547,48 +547,49 @@ KW_MAIN=546 KW_SKIP_LOCKED=547 KW_BUFFER_USAGE_LIMIT=548 KW_DISTRIBUTED=549 -Identifier=550 -QuotedIdentifier=551 -UnterminatedQuotedIdentifier=552 -InvalidQuotedIdentifier=553 -InvalidUnterminatedQuotedIdentifier=554 -UnicodeQuotedIdentifier=555 -UnterminatedUnicodeQuotedIdentifier=556 -InvalidUnicodeQuotedIdentifier=557 -InvalidUnterminatedUnicodeQuotedIdentifier=558 -StringConstant=559 -UnterminatedStringConstant=560 -UnicodeEscapeStringConstant=561 -UnterminatedUnicodeEscapeStringConstant=562 -BeginDollarStringConstant=563 -BinaryStringConstant=564 -UnterminatedBinaryStringConstant=565 -InvalidBinaryStringConstant=566 -InvalidUnterminatedBinaryStringConstant=567 -HexadecimalStringConstant=568 -UnterminatedHexadecimalStringConstant=569 -InvalidHexadecimalStringConstant=570 -InvalidUnterminatedHexadecimalStringConstant=571 -Integral=572 -NumericFail=573 -Numeric=574 -PLSQLVARIABLENAME=575 -PLSQLIDENTIFIER=576 -Whitespace=577 -Newline=578 -LineComment=579 -BlockComment=580 -UnterminatedBlockComment=581 -MetaCommand=582 -EndMetaCommand=583 -ErrorCharacter=584 -EscapeStringConstant=585 -UnterminatedEscapeStringConstant=586 -InvalidEscapeStringConstant=587 -InvalidUnterminatedEscapeStringConstant=588 -DollarText=589 -EndDollarStringConstant=590 -AfterEscapeStringConstantWithNewlineMode_Continued=591 +KW_WRITABLE=550 +Identifier=551 +QuotedIdentifier=552 +UnterminatedQuotedIdentifier=553 +InvalidQuotedIdentifier=554 +InvalidUnterminatedQuotedIdentifier=555 +UnicodeQuotedIdentifier=556 +UnterminatedUnicodeQuotedIdentifier=557 +InvalidUnicodeQuotedIdentifier=558 +InvalidUnterminatedUnicodeQuotedIdentifier=559 +StringConstant=560 +UnterminatedStringConstant=561 +UnicodeEscapeStringConstant=562 +UnterminatedUnicodeEscapeStringConstant=563 +BeginDollarStringConstant=564 +BinaryStringConstant=565 +UnterminatedBinaryStringConstant=566 +InvalidBinaryStringConstant=567 +InvalidUnterminatedBinaryStringConstant=568 +HexadecimalStringConstant=569 +UnterminatedHexadecimalStringConstant=570 +InvalidHexadecimalStringConstant=571 +InvalidUnterminatedHexadecimalStringConstant=572 +Integral=573 +NumericFail=574 +Numeric=575 +PLSQLVARIABLENAME=576 +PLSQLIDENTIFIER=577 +Whitespace=578 +Newline=579 +LineComment=580 +BlockComment=581 +UnterminatedBlockComment=582 +MetaCommand=583 +EndMetaCommand=584 +ErrorCharacter=585 +EscapeStringConstant=586 +UnterminatedEscapeStringConstant=587 +InvalidEscapeStringConstant=588 +InvalidUnterminatedEscapeStringConstant=589 +DollarText=590 +EndDollarStringConstant=591 +AfterEscapeStringConstantWithNewlineMode_Continued=592 '$'=1 '('=2 ')'=3 @@ -1136,5 +1137,6 @@ AfterEscapeStringConstantWithNewlineMode_Continued=591 'SKIP_LOCKED'=547 'BUFFER_USAGE_LIMIT'=548 'DISTRIBUTED'=549 -'\\\\'=583 -'\''=591 +'WRITABLE'=550 +'\\\\'=584 +'\''=592 diff --git a/src/lib/postgresql/PostgreSqlLexer.ts b/src/lib/postgresql/PostgreSqlLexer.ts index 767ce0b..fcea71a 100644 --- a/src/lib/postgresql/PostgreSqlLexer.ts +++ b/src/lib/postgresql/PostgreSqlLexer.ts @@ -556,48 +556,49 @@ export class PostgreSqlLexer extends antlr.Lexer { public static readonly KW_SKIP_LOCKED = 547; public static readonly KW_BUFFER_USAGE_LIMIT = 548; public static readonly KW_DISTRIBUTED = 549; - public static readonly Identifier = 550; - public static readonly QuotedIdentifier = 551; - public static readonly UnterminatedQuotedIdentifier = 552; - public static readonly InvalidQuotedIdentifier = 553; - public static readonly InvalidUnterminatedQuotedIdentifier = 554; - public static readonly UnicodeQuotedIdentifier = 555; - public static readonly UnterminatedUnicodeQuotedIdentifier = 556; - public static readonly InvalidUnicodeQuotedIdentifier = 557; - public static readonly InvalidUnterminatedUnicodeQuotedIdentifier = 558; - public static readonly StringConstant = 559; - public static readonly UnterminatedStringConstant = 560; - public static readonly UnicodeEscapeStringConstant = 561; - public static readonly UnterminatedUnicodeEscapeStringConstant = 562; - public static readonly BeginDollarStringConstant = 563; - public static readonly BinaryStringConstant = 564; - public static readonly UnterminatedBinaryStringConstant = 565; - public static readonly InvalidBinaryStringConstant = 566; - public static readonly InvalidUnterminatedBinaryStringConstant = 567; - public static readonly HexadecimalStringConstant = 568; - public static readonly UnterminatedHexadecimalStringConstant = 569; - public static readonly InvalidHexadecimalStringConstant = 570; - public static readonly InvalidUnterminatedHexadecimalStringConstant = 571; - public static readonly Integral = 572; - public static readonly NumericFail = 573; - public static readonly Numeric = 574; - public static readonly PLSQLVARIABLENAME = 575; - public static readonly PLSQLIDENTIFIER = 576; - public static readonly Whitespace = 577; - public static readonly Newline = 578; - public static readonly LineComment = 579; - public static readonly BlockComment = 580; - public static readonly UnterminatedBlockComment = 581; - public static readonly MetaCommand = 582; - public static readonly EndMetaCommand = 583; - public static readonly ErrorCharacter = 584; - public static readonly EscapeStringConstant = 585; - public static readonly UnterminatedEscapeStringConstant = 586; - public static readonly InvalidEscapeStringConstant = 587; - public static readonly InvalidUnterminatedEscapeStringConstant = 588; - public static readonly DollarText = 589; - public static readonly EndDollarStringConstant = 590; - public static readonly AfterEscapeStringConstantWithNewlineMode_Continued = 591; + public static readonly KW_WRITABLE = 550; + public static readonly Identifier = 551; + public static readonly QuotedIdentifier = 552; + public static readonly UnterminatedQuotedIdentifier = 553; + public static readonly InvalidQuotedIdentifier = 554; + public static readonly InvalidUnterminatedQuotedIdentifier = 555; + public static readonly UnicodeQuotedIdentifier = 556; + public static readonly UnterminatedUnicodeQuotedIdentifier = 557; + public static readonly InvalidUnicodeQuotedIdentifier = 558; + public static readonly InvalidUnterminatedUnicodeQuotedIdentifier = 559; + public static readonly StringConstant = 560; + public static readonly UnterminatedStringConstant = 561; + public static readonly UnicodeEscapeStringConstant = 562; + public static readonly UnterminatedUnicodeEscapeStringConstant = 563; + public static readonly BeginDollarStringConstant = 564; + public static readonly BinaryStringConstant = 565; + public static readonly UnterminatedBinaryStringConstant = 566; + public static readonly InvalidBinaryStringConstant = 567; + public static readonly InvalidUnterminatedBinaryStringConstant = 568; + public static readonly HexadecimalStringConstant = 569; + public static readonly UnterminatedHexadecimalStringConstant = 570; + public static readonly InvalidHexadecimalStringConstant = 571; + public static readonly InvalidUnterminatedHexadecimalStringConstant = 572; + public static readonly Integral = 573; + public static readonly NumericFail = 574; + public static readonly Numeric = 575; + public static readonly PLSQLVARIABLENAME = 576; + public static readonly PLSQLIDENTIFIER = 577; + public static readonly Whitespace = 578; + public static readonly Newline = 579; + public static readonly LineComment = 580; + public static readonly BlockComment = 581; + public static readonly UnterminatedBlockComment = 582; + public static readonly MetaCommand = 583; + public static readonly EndMetaCommand = 584; + public static readonly ErrorCharacter = 585; + public static readonly EscapeStringConstant = 586; + public static readonly UnterminatedEscapeStringConstant = 587; + public static readonly InvalidEscapeStringConstant = 588; + public static readonly InvalidUnterminatedEscapeStringConstant = 589; + public static readonly DollarText = 590; + public static readonly EndDollarStringConstant = 591; + public static readonly AfterEscapeStringConstantWithNewlineMode_Continued = 592; public static readonly EscapeStringConstantMode = 1; public static readonly AfterEscapeStringConstantMode = 2; public static readonly AfterEscapeStringConstantWithNewlineMode = 3; @@ -705,11 +706,11 @@ export class PostgreSqlLexer extends antlr.Lexer { "'REMAINDER'", "'LOGIN'", "'NOLOGIN'", "'REPLICATION'", "'NOREPLICATION'", "'BYPASSRLS'", "'NOBYPASSRLS'", "'PERMISSIVE'", "'RESTRICTIVE'", "'COMPRESSION'", "'PLAIN'", "'EXTENDED'", "'MAIN'", "'SKIP_LOCKED'", - "'BUFFER_USAGE_LIMIT'", "'DISTRIBUTED'", null, null, null, null, + "'BUFFER_USAGE_LIMIT'", "'DISTRIBUTED'", "'WRITABLE'", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, - null, null, null, null, null, null, null, "'\\\\'", null, null, - null, null, null, null, null, "'''" + null, null, null, null, null, null, null, null, null, "'\\\\'", + null, null, null, null, null, null, null, "'''" ]; public static readonly symbolicNames = [ @@ -818,18 +819,19 @@ export class PostgreSqlLexer extends antlr.Lexer { "KW_MODULUS", "KW_REMAINDER", "KW_LOGIN", "KW_NOLOGIN", "KW_REPLICATION", "KW_NOREPLICATION", "KW_BYPASSRLS", "KW_NOBYPASSRLS", "KW_PERMISSIVE", "KW_RESTRICTIVE", "KW_COMPRESSION", "KW_PLAIN", "KW_EXTENDED", "KW_MAIN", - "KW_SKIP_LOCKED", "KW_BUFFER_USAGE_LIMIT", "KW_DISTRIBUTED", "Identifier", - "QuotedIdentifier", "UnterminatedQuotedIdentifier", "InvalidQuotedIdentifier", - "InvalidUnterminatedQuotedIdentifier", "UnicodeQuotedIdentifier", - "UnterminatedUnicodeQuotedIdentifier", "InvalidUnicodeQuotedIdentifier", - "InvalidUnterminatedUnicodeQuotedIdentifier", "StringConstant", - "UnterminatedStringConstant", "UnicodeEscapeStringConstant", "UnterminatedUnicodeEscapeStringConstant", - "BeginDollarStringConstant", "BinaryStringConstant", "UnterminatedBinaryStringConstant", - "InvalidBinaryStringConstant", "InvalidUnterminatedBinaryStringConstant", - "HexadecimalStringConstant", "UnterminatedHexadecimalStringConstant", - "InvalidHexadecimalStringConstant", "InvalidUnterminatedHexadecimalStringConstant", - "Integral", "NumericFail", "Numeric", "PLSQLVARIABLENAME", "PLSQLIDENTIFIER", - "Whitespace", "Newline", "LineComment", "BlockComment", "UnterminatedBlockComment", + "KW_SKIP_LOCKED", "KW_BUFFER_USAGE_LIMIT", "KW_DISTRIBUTED", "KW_WRITABLE", + "Identifier", "QuotedIdentifier", "UnterminatedQuotedIdentifier", + "InvalidQuotedIdentifier", "InvalidUnterminatedQuotedIdentifier", + "UnicodeQuotedIdentifier", "UnterminatedUnicodeQuotedIdentifier", + "InvalidUnicodeQuotedIdentifier", "InvalidUnterminatedUnicodeQuotedIdentifier", + "StringConstant", "UnterminatedStringConstant", "UnicodeEscapeStringConstant", + "UnterminatedUnicodeEscapeStringConstant", "BeginDollarStringConstant", + "BinaryStringConstant", "UnterminatedBinaryStringConstant", "InvalidBinaryStringConstant", + "InvalidUnterminatedBinaryStringConstant", "HexadecimalStringConstant", + "UnterminatedHexadecimalStringConstant", "InvalidHexadecimalStringConstant", + "InvalidUnterminatedHexadecimalStringConstant", "Integral", "NumericFail", + "Numeric", "PLSQLVARIABLENAME", "PLSQLIDENTIFIER", "Whitespace", + "Newline", "LineComment", "BlockComment", "UnterminatedBlockComment", "MetaCommand", "EndMetaCommand", "ErrorCharacter", "EscapeStringConstant", "UnterminatedEscapeStringConstant", "InvalidEscapeStringConstant", "InvalidUnterminatedEscapeStringConstant", "DollarText", "EndDollarStringConstant", @@ -949,8 +951,8 @@ export class PostgreSqlLexer extends antlr.Lexer { "KW_MODULUS", "KW_REMAINDER", "KW_LOGIN", "KW_NOLOGIN", "KW_REPLICATION", "KW_NOREPLICATION", "KW_BYPASSRLS", "KW_NOBYPASSRLS", "KW_PERMISSIVE", "KW_RESTRICTIVE", "KW_COMPRESSION", "KW_PLAIN", "KW_EXTENDED", "KW_MAIN", - "KW_SKIP_LOCKED", "KW_BUFFER_USAGE_LIMIT", "KW_DISTRIBUTED", "Identifier", - "IdentifierStartChar", "IdentifierChar", "StrictIdentifierChar", + "KW_SKIP_LOCKED", "KW_BUFFER_USAGE_LIMIT", "KW_DISTRIBUTED", "KW_WRITABLE", + "Identifier", "IdentifierStartChar", "IdentifierChar", "StrictIdentifierChar", "QuotedIdentifier", "UnterminatedQuotedIdentifier", "InvalidQuotedIdentifier", "InvalidUnterminatedQuotedIdentifier", "UnicodeQuotedIdentifier", "UnterminatedUnicodeQuotedIdentifier", "InvalidUnicodeQuotedIdentifier", @@ -991,7 +993,7 @@ export class PostgreSqlLexer extends antlr.Lexer { public get modeNames(): string[] { return PostgreSqlLexer.modeNames; } public static readonly _serializedATN: number[] = [ - 4,0,591,5816,6,-1,6,-1,6,-1,6,-1,6,-1,2,0,7,0,2,1,7,1,2,2,7,2,2, + 4,0,592,5827,6,-1,6,-1,6,-1,6,-1,6,-1,2,0,7,0,2,1,7,1,2,2,7,2,2, 3,7,3,2,4,7,4,2,5,7,5,2,6,7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10, 2,11,7,11,2,12,7,12,2,13,7,13,2,14,7,14,2,15,7,15,2,16,7,16,2,17, 7,17,2,18,7,18,2,19,7,19,2,20,7,20,2,21,7,21,2,22,7,22,2,23,7,23, @@ -1098,426 +1100,427 @@ export class PostgreSqlLexer extends antlr.Lexer { 7,585,2,586,7,586,2,587,7,587,2,588,7,588,2,589,7,589,2,590,7,590, 2,591,7,591,2,592,7,592,2,593,7,593,2,594,7,594,2,595,7,595,2,596, 7,596,2,597,7,597,2,598,7,598,2,599,7,599,2,600,7,600,2,601,7,601, - 2,602,7,602,2,603,7,603,2,604,7,604,2,605,7,605,2,606,7,606,1,0, - 1,0,1,1,1,1,1,2,1,2,1,3,1,3,1,4,1,4,1,5,1,5,1,6,1,6,1,7,1,7,1,8, - 1,8,1,9,1,9,1,10,1,10,1,11,1,11,1,12,1,12,1,13,1,13,1,14,1,14,1, - 15,1,15,1,16,1,16,1,17,1,17,1,17,1,18,1,18,1,18,1,19,1,19,1,19,1, - 20,1,20,1,20,1,21,1,21,1,21,1,22,1,22,1,22,1,23,1,23,1,23,1,24,1, - 24,1,24,1,25,1,25,1,25,1,26,1,26,1,27,1,27,4,27,1285,8,27,11,27, - 12,27,1286,1,28,1,28,4,28,1291,8,28,11,28,12,28,1292,1,28,1,28,3, - 28,1297,8,28,3,28,1299,8,28,1,28,4,28,1302,8,28,11,28,12,28,1303, - 1,28,3,28,1307,8,28,1,29,1,29,5,29,1311,8,29,10,29,12,29,1314,9, - 29,1,29,1,29,3,29,1318,8,29,1,29,4,29,1321,8,29,11,29,12,29,1322, - 1,29,1,29,1,30,1,30,1,31,1,31,1,32,1,32,1,33,1,33,1,33,1,33,1,34, - 1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,35,1,35,1,35, - 1,35,1,35,1,36,1,36,1,36,1,36,1,37,1,37,1,37,1,37,1,38,1,38,1,38, - 1,38,1,38,1,38,1,39,1,39,1,39,1,40,1,40,1,40,1,40,1,41,1,41,1,41, - 1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,42,1,42,1,42,1,42,1,42, - 1,43,1,43,1,43,1,43,1,43,1,44,1,44,1,44,1,44,1,44,1,45,1,45,1,45, - 1,45,1,45,1,45,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,47,1,47, - 1,47,1,47,1,47,1,47,1,47,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48, - 1,48,1,48,1,48,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,50,1,50,1,50, + 2,602,7,602,2,603,7,603,2,604,7,604,2,605,7,605,2,606,7,606,2,607, + 7,607,1,0,1,0,1,1,1,1,1,2,1,2,1,3,1,3,1,4,1,4,1,5,1,5,1,6,1,6,1, + 7,1,7,1,8,1,8,1,9,1,9,1,10,1,10,1,11,1,11,1,12,1,12,1,13,1,13,1, + 14,1,14,1,15,1,15,1,16,1,16,1,17,1,17,1,17,1,18,1,18,1,18,1,19,1, + 19,1,19,1,20,1,20,1,20,1,21,1,21,1,21,1,22,1,22,1,22,1,23,1,23,1, + 23,1,24,1,24,1,24,1,25,1,25,1,25,1,26,1,26,1,27,1,27,4,27,1287,8, + 27,11,27,12,27,1288,1,28,1,28,4,28,1293,8,28,11,28,12,28,1294,1, + 28,1,28,3,28,1299,8,28,3,28,1301,8,28,1,28,4,28,1304,8,28,11,28, + 12,28,1305,1,28,3,28,1309,8,28,1,29,1,29,5,29,1313,8,29,10,29,12, + 29,1316,9,29,1,29,1,29,3,29,1320,8,29,1,29,4,29,1323,8,29,11,29, + 12,29,1324,1,29,1,29,1,30,1,30,1,31,1,31,1,32,1,32,1,33,1,33,1,33, + 1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,35, + 1,35,1,35,1,35,1,35,1,36,1,36,1,36,1,36,1,37,1,37,1,37,1,37,1,38, + 1,38,1,38,1,38,1,38,1,38,1,39,1,39,1,39,1,40,1,40,1,40,1,40,1,41, + 1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41,1,42,1,42,1,42, + 1,42,1,42,1,43,1,43,1,43,1,43,1,43,1,44,1,44,1,44,1,44,1,44,1,45, + 1,45,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46, + 1,47,1,47,1,47,1,47,1,47,1,47,1,47,1,48,1,48,1,48,1,48,1,48,1,48, + 1,48,1,48,1,48,1,48,1,48,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,50, 1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50,1,50, - 1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51, - 1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52, - 1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53, - 1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54, - 1,54,1,54,1,54,1,54,1,54,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55, - 1,55,1,55,1,55,1,55,1,55,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56, - 1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,58,1,58, - 1,58,1,58,1,58,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,60, - 1,60,1,60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,62,1,62, - 1,62,1,63,1,63,1,63,1,63,1,63,1,63,1,64,1,64,1,64,1,64,1,64,1,64, - 1,65,1,65,1,65,1,65,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,66,1,67, - 1,67,1,67,1,67,1,67,1,68,1,68,1,68,1,68,1,68,1,68,1,69,1,69,1,69, - 1,69,1,69,1,69,1,70,1,70,1,70,1,70,1,70,1,70,1,70,1,71,1,71,1,71, - 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,73,1,73,1,73, - 1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,74,1,74,1,74,1,74,1,74,1,75, - 1,75,1,75,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,1,76,1,76,1,76, - 1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,77,1,78,1,78,1,78,1,78,1,78, - 1,78,1,78,1,78,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79, - 1,79,1,79,1,79,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,82,1,82,1,82,1,82,1,82,1,82,1,82,1,83,1,83,1,83, - 1,84,1,84,1,84,1,84,1,84,1,85,1,85,1,85,1,86,1,86,1,86,1,86,1,86, - 1,86,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,88,1,88,1,88,1,88, - 1,88,1,88,1,88,1,88,1,89,1,89,1,89,1,89,1,89,1,89,1,89,1,89,1,89, - 1,89,1,89,1,90,1,90,1,90,1,90,1,90,1,90,1,90,1,90,1,90,1,90,1,91, - 1,91,1,91,1,91,1,91,1,91,1,91,1,92,1,92,1,92,1,92,1,92,1,92,1,92, - 1,92,1,92,1,92,1,92,1,92,1,92,1,93,1,93,1,93,1,93,1,93,1,94,1,94, - 1,94,1,94,1,94,1,94,1,94,1,94,1,94,1,94,1,95,1,95,1,95,1,95,1,95, - 1,95,1,96,1,96,1,96,1,96,1,96,1,97,1,97,1,97,1,98,1,98,1,98,1,98, - 1,98,1,98,1,98,1,98,1,98,1,99,1,99,1,99,1,99,1,99,1,100,1,100,1, - 100,1,100,1,100,1,100,1,101,1,101,1,101,1,101,1,101,1,101,1,101, - 1,102,1,102,1,102,1,102,1,102,1,103,1,103,1,103,1,103,1,103,1,103, - 1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,105,1,105, - 1,105,1,105,1,105,1,106,1,106,1,106,1,106,1,106,1,106,1,107,1,107, - 1,107,1,107,1,107,1,107,1,107,1,108,1,108,1,108,1,108,1,108,1,109, + 1,50,1,50,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51,1,51, + 1,51,1,51,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52, + 1,52,1,52,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53, + 1,53,1,53,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54, + 1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,55,1,55,1,55,1,55,1,55,1,55, + 1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,56,1,56,1,56,1,56,1,56,1,56, + 1,56,1,56,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57, + 1,58,1,58,1,58,1,58,1,58,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59, + 1,59,1,60,1,60,1,60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62, + 1,62,1,62,1,62,1,63,1,63,1,63,1,63,1,63,1,63,1,64,1,64,1,64,1,64, + 1,64,1,64,1,65,1,65,1,65,1,65,1,66,1,66,1,66,1,66,1,66,1,66,1,66, + 1,66,1,67,1,67,1,67,1,67,1,67,1,68,1,68,1,68,1,68,1,68,1,68,1,69, + 1,69,1,69,1,69,1,69,1,69,1,70,1,70,1,70,1,70,1,70,1,70,1,70,1,71, + 1,71,1,71,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,73, + 1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,74,1,74,1,74,1,74, + 1,74,1,75,1,75,1,75,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,1,76, + 1,76,1,76,1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,77,1,78,1,78,1,78, + 1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,79, + 1,79,1,79,1,79,1,79,1,79,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,82,1,82,1,82,1,82,1,82,1,82,1,82,1,83, + 1,83,1,83,1,84,1,84,1,84,1,84,1,84,1,85,1,85,1,85,1,86,1,86,1,86, + 1,86,1,86,1,86,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,88,1,88, + 1,88,1,88,1,88,1,88,1,88,1,88,1,89,1,89,1,89,1,89,1,89,1,89,1,89, + 1,89,1,89,1,89,1,89,1,90,1,90,1,90,1,90,1,90,1,90,1,90,1,90,1,90, + 1,90,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,92,1,92,1,92,1,92,1,92, + 1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,93,1,93,1,93,1,93,1,93, + 1,94,1,94,1,94,1,94,1,94,1,94,1,94,1,94,1,94,1,94,1,95,1,95,1,95, + 1,95,1,95,1,95,1,96,1,96,1,96,1,96,1,96,1,97,1,97,1,97,1,98,1,98, + 1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,99,1,99,1,99,1,99,1,99,1,100, + 1,100,1,100,1,100,1,100,1,100,1,101,1,101,1,101,1,101,1,101,1,101, + 1,101,1,102,1,102,1,102,1,102,1,102,1,103,1,103,1,103,1,103,1,103, + 1,103,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,105, + 1,105,1,105,1,105,1,105,1,106,1,106,1,106,1,106,1,106,1,106,1,107, + 1,107,1,107,1,107,1,107,1,107,1,107,1,108,1,108,1,108,1,108,1,108, 1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109, - 1,109,1,109,1,110,1,110,1,110,1,110,1,110,1,110,1,110,1,111,1,111, - 1,111,1,111,1,111,1,111,1,111,1,111,1,111,1,111,1,112,1,112,1,112, - 1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,113, - 1,113,1,113,1,113,1,113,1,113,1,114,1,114,1,114,1,114,1,114,1,114, - 1,114,1,114,1,114,1,114,1,114,1,114,1,114,1,114,1,114,1,115,1,115, - 1,115,1,115,1,115,1,115,1,115,1,116,1,116,1,116,1,116,1,116,1,117, - 1,117,1,117,1,117,1,117,1,117,1,118,1,118,1,118,1,118,1,118,1,118, - 1,119,1,119,1,119,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,121, - 1,121,1,121,1,121,1,121,1,122,1,122,1,122,1,122,1,122,1,123,1,123, - 1,123,1,123,1,123,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, - 1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,126,1,126,1,126, - 1,126,1,126,1,126,1,127,1,127,1,127,1,127,1,127,1,128,1,128,1,128, - 1,128,1,128,1,128,1,128,1,128,1,128,1,129,1,129,1,129,1,129,1,129, - 1,129,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,131,1,131, - 1,131,1,131,1,131,1,131,1,131,1,131,1,132,1,132,1,132,1,132,1,132, - 1,132,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,134, - 1,134,1,134,1,134,1,134,1,134,1,134,1,135,1,135,1,135,1,135,1,135, - 1,135,1,135,1,136,1,136,1,136,1,136,1,137,1,137,1,137,1,137,1,137, - 1,137,1,138,1,138,1,138,1,138,1,138,1,138,1,139,1,139,1,139,1,139, - 1,139,1,139,1,139,1,139,1,139,1,139,1,140,1,140,1,140,1,140,1,140, - 1,141,1,141,1,141,1,141,1,141,1,141,1,142,1,142,1,142,1,142,1,142, - 1,142,1,142,1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143, - 1,143,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144, - 1,144,1,145,1,145,1,145,1,146,1,146,1,146,1,146,1,146,1,146,1,146, - 1,146,1,146,1,146,1,147,1,147,1,147,1,147,1,147,1,147,1,147,1,147, - 1,147,1,148,1,148,1,148,1,148,1,148,1,148,1,148,1,149,1,149,1,149, - 1,149,1,149,1,149,1,150,1,150,1,150,1,151,1,151,1,151,1,151,1,151, - 1,151,1,152,1,152,1,152,1,152,1,152,1,152,1,152,1,153,1,153,1,153, - 1,153,1,153,1,153,1,153,1,153,1,154,1,154,1,154,1,154,1,154,1,154, - 1,154,1,154,1,154,1,155,1,155,1,155,1,155,1,155,1,155,1,155,1,155, - 1,156,1,156,1,156,1,156,1,156,1,156,1,157,1,157,1,157,1,157,1,157, + 1,109,1,109,1,109,1,110,1,110,1,110,1,110,1,110,1,110,1,110,1,111, + 1,111,1,111,1,111,1,111,1,111,1,111,1,111,1,111,1,111,1,112,1,112, + 1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112, + 1,113,1,113,1,113,1,113,1,113,1,113,1,114,1,114,1,114,1,114,1,114, + 1,114,1,114,1,114,1,114,1,114,1,114,1,114,1,114,1,114,1,114,1,115, + 1,115,1,115,1,115,1,115,1,115,1,115,1,116,1,116,1,116,1,116,1,116, + 1,117,1,117,1,117,1,117,1,117,1,117,1,118,1,118,1,118,1,118,1,118, + 1,118,1,119,1,119,1,119,1,120,1,120,1,120,1,120,1,120,1,120,1,120, + 1,121,1,121,1,121,1,121,1,121,1,122,1,122,1,122,1,122,1,122,1,123, + 1,123,1,123,1,123,1,123,1,124,1,124,1,124,1,124,1,124,1,124,1,124, + 1,124,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,126,1,126, + 1,126,1,126,1,126,1,126,1,127,1,127,1,127,1,127,1,127,1,128,1,128, + 1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,129,1,129,1,129,1,129, + 1,129,1,129,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,131, + 1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,132,1,132,1,132,1,132, + 1,132,1,132,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, + 1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,135,1,135,1,135,1,135, + 1,135,1,135,1,135,1,136,1,136,1,136,1,136,1,137,1,137,1,137,1,137, + 1,137,1,137,1,138,1,138,1,138,1,138,1,138,1,138,1,139,1,139,1,139, + 1,139,1,139,1,139,1,139,1,139,1,139,1,139,1,140,1,140,1,140,1,140, + 1,140,1,141,1,141,1,141,1,141,1,141,1,141,1,142,1,142,1,142,1,142, + 1,142,1,142,1,142,1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143, + 1,143,1,143,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144, + 1,144,1,144,1,145,1,145,1,145,1,146,1,146,1,146,1,146,1,146,1,146, + 1,146,1,146,1,146,1,146,1,147,1,147,1,147,1,147,1,147,1,147,1,147, + 1,147,1,147,1,148,1,148,1,148,1,148,1,148,1,148,1,148,1,149,1,149, + 1,149,1,149,1,149,1,149,1,150,1,150,1,150,1,151,1,151,1,151,1,151, + 1,151,1,151,1,152,1,152,1,152,1,152,1,152,1,152,1,152,1,153,1,153, + 1,153,1,153,1,153,1,153,1,153,1,153,1,154,1,154,1,154,1,154,1,154, + 1,154,1,154,1,154,1,154,1,155,1,155,1,155,1,155,1,155,1,155,1,155, + 1,155,1,156,1,156,1,156,1,156,1,156,1,156,1,157,1,157,1,157,1,157, 1,157,1,157,1,157,1,157,1,157,1,157,1,157,1,157,1,157,1,157,1,157, - 1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158, - 1,159,1,159,1,159,1,159,1,159,1,159,1,160,1,160,1,160,1,160,1,160, - 1,160,1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,162,1,162, - 1,162,1,162,1,162,1,162,1,162,1,162,1,163,1,163,1,163,1,163,1,163, - 1,163,1,163,1,163,1,163,1,164,1,164,1,164,1,164,1,164,1,164,1,164, - 1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,166, + 1,157,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158, + 1,158,1,159,1,159,1,159,1,159,1,159,1,159,1,160,1,160,1,160,1,160, + 1,160,1,160,1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,162, + 1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,163,1,163,1,163,1,163, + 1,163,1,163,1,163,1,163,1,163,1,164,1,164,1,164,1,164,1,164,1,164, + 1,164,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165, 1,166,1,166,1,166,1,166,1,166,1,166,1,166,1,166,1,166,1,166,1,166, - 1,166,1,166,1,167,1,167,1,167,1,167,1,167,1,167,1,167,1,167,1,167, - 1,167,1,167,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168, - 1,168,1,168,1,168,1,169,1,169,1,169,1,169,1,169,1,169,1,169,1,169, - 1,170,1,170,1,170,1,170,1,170,1,170,1,170,1,170,1,170,1,171,1,171, - 1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,172,1,172, - 1,172,1,172,1,172,1,173,1,173,1,173,1,173,1,173,1,174,1,174,1,174, - 1,174,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,176,1,176,1,176, - 1,176,1,176,1,176,1,177,1,177,1,177,1,177,1,177,1,178,1,178,1,178, - 1,178,1,178,1,178,1,178,1,178,1,178,1,179,1,179,1,179,1,179,1,180, - 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,181, - 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,182,1,182,1,182,1,182, - 1,182,1,182,1,182,1,182,1,182,1,183,1,183,1,183,1,183,1,183,1,183, - 1,183,1,183,1,183,1,184,1,184,1,184,1,184,1,184,1,184,1,184,1,184, - 1,185,1,185,1,185,1,185,1,185,1,185,1,185,1,186,1,186,1,186,1,186, - 1,186,1,186,1,186,1,186,1,186,1,186,1,187,1,187,1,187,1,187,1,187, - 1,187,1,187,1,187,1,187,1,187,1,187,1,188,1,188,1,188,1,188,1,188, - 1,188,1,188,1,188,1,188,1,188,1,188,1,189,1,189,1,189,1,189,1,189, - 1,189,1,189,1,189,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190, - 1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,192,1,192, - 1,192,1,192,1,192,1,192,1,192,1,193,1,193,1,193,1,193,1,193,1,193, - 1,193,1,194,1,194,1,194,1,194,1,194,1,195,1,195,1,195,1,195,1,195, - 1,196,1,196,1,196,1,196,1,196,1,196,1,196,1,197,1,197,1,197,1,197, - 1,197,1,197,1,197,1,197,1,197,1,198,1,198,1,198,1,198,1,198,1,198, - 1,198,1,198,1,198,1,198,1,199,1,199,1,199,1,199,1,199,1,200,1,200, - 1,200,1,200,1,200,1,200,1,200,1,201,1,201,1,201,1,201,1,201,1,201, - 1,202,1,202,1,202,1,202,1,202,1,202,1,202,1,202,1,203,1,203,1,203, - 1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,204,1,204,1,204,1,204, - 1,204,1,204,1,204,1,204,1,204,1,204,1,205,1,205,1,205,1,205,1,205, - 1,205,1,205,1,205,1,206,1,206,1,206,1,206,1,206,1,206,1,206,1,206, - 1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,208, - 1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,209,1,209,1,209, - 1,209,1,209,1,209,1,209,1,210,1,210,1,210,1,210,1,210,1,210,1,211, - 1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,212,1,212, - 1,212,1,212,1,212,1,212,1,213,1,213,1,213,1,213,1,213,1,213,1,213, - 1,213,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,215, - 1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,216,1,216, - 1,216,1,216,1,216,1,216,1,216,1,217,1,217,1,217,1,217,1,217,1,217, - 1,217,1,217,1,218,1,218,1,218,1,218,1,218,1,218,1,218,1,218,1,219, - 1,219,1,219,1,219,1,219,1,219,1,219,1,220,1,220,1,220,1,220,1,220, - 1,221,1,221,1,221,1,221,1,221,1,222,1,222,1,222,1,222,1,222,1,222, - 1,222,1,222,1,222,1,223,1,223,1,223,1,224,1,224,1,224,1,224,1,224, - 1,224,1,224,1,224,1,224,1,224,1,225,1,225,1,225,1,225,1,225,1,225, - 1,225,1,225,1,225,1,225,1,226,1,226,1,226,1,226,1,226,1,226,1,226, - 1,226,1,226,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227, - 1,227,1,228,1,228,1,228,1,228,1,228,1,228,1,228,1,228,1,228,1,228, - 1,229,1,229,1,229,1,229,1,229,1,229,1,230,1,230,1,230,1,230,1,230, - 1,230,1,230,1,230,1,231,1,231,1,231,1,231,1,231,1,231,1,231,1,231, - 1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,233, - 1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,234,1,234, - 1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,235, - 1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,236,1,236,1,236, - 1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,237,1,237,1,237, - 1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,238,1,238,1,238, - 1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,239, - 1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,240, + 1,166,1,166,1,166,1,167,1,167,1,167,1,167,1,167,1,167,1,167,1,167, + 1,167,1,167,1,167,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168, + 1,168,1,168,1,168,1,168,1,169,1,169,1,169,1,169,1,169,1,169,1,169, + 1,169,1,170,1,170,1,170,1,170,1,170,1,170,1,170,1,170,1,170,1,171, + 1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,172, + 1,172,1,172,1,172,1,172,1,173,1,173,1,173,1,173,1,173,1,174,1,174, + 1,174,1,174,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,176,1,176, + 1,176,1,176,1,176,1,176,1,177,1,177,1,177,1,177,1,177,1,178,1,178, + 1,178,1,178,1,178,1,178,1,178,1,178,1,178,1,179,1,179,1,179,1,179, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,182,1,182,1,182, + 1,182,1,182,1,182,1,182,1,182,1,182,1,183,1,183,1,183,1,183,1,183, + 1,183,1,183,1,183,1,183,1,184,1,184,1,184,1,184,1,184,1,184,1,184, + 1,184,1,185,1,185,1,185,1,185,1,185,1,185,1,185,1,186,1,186,1,186, + 1,186,1,186,1,186,1,186,1,186,1,186,1,186,1,187,1,187,1,187,1,187, + 1,187,1,187,1,187,1,187,1,187,1,187,1,187,1,188,1,188,1,188,1,188, + 1,188,1,188,1,188,1,188,1,188,1,188,1,188,1,189,1,189,1,189,1,189, + 1,189,1,189,1,189,1,189,1,190,1,190,1,190,1,190,1,190,1,190,1,190, + 1,190,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,192, + 1,192,1,192,1,192,1,192,1,192,1,192,1,193,1,193,1,193,1,193,1,193, + 1,193,1,193,1,194,1,194,1,194,1,194,1,194,1,195,1,195,1,195,1,195, + 1,195,1,196,1,196,1,196,1,196,1,196,1,196,1,196,1,197,1,197,1,197, + 1,197,1,197,1,197,1,197,1,197,1,197,1,198,1,198,1,198,1,198,1,198, + 1,198,1,198,1,198,1,198,1,198,1,199,1,199,1,199,1,199,1,199,1,200, + 1,200,1,200,1,200,1,200,1,200,1,200,1,201,1,201,1,201,1,201,1,201, + 1,201,1,202,1,202,1,202,1,202,1,202,1,202,1,202,1,202,1,203,1,203, + 1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,203,1,204,1,204,1,204, + 1,204,1,204,1,204,1,204,1,204,1,204,1,204,1,205,1,205,1,205,1,205, + 1,205,1,205,1,205,1,205,1,206,1,206,1,206,1,206,1,206,1,206,1,206, + 1,206,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207, + 1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,209,1,209, + 1,209,1,209,1,209,1,209,1,209,1,210,1,210,1,210,1,210,1,210,1,210, + 1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,212, + 1,212,1,212,1,212,1,212,1,212,1,213,1,213,1,213,1,213,1,213,1,213, + 1,213,1,213,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214, + 1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,216, + 1,216,1,216,1,216,1,216,1,216,1,216,1,217,1,217,1,217,1,217,1,217, + 1,217,1,217,1,217,1,218,1,218,1,218,1,218,1,218,1,218,1,218,1,218, + 1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,220,1,220,1,220,1,220, + 1,220,1,221,1,221,1,221,1,221,1,221,1,222,1,222,1,222,1,222,1,222, + 1,222,1,222,1,222,1,222,1,223,1,223,1,223,1,224,1,224,1,224,1,224, + 1,224,1,224,1,224,1,224,1,224,1,224,1,225,1,225,1,225,1,225,1,225, + 1,225,1,225,1,225,1,225,1,225,1,226,1,226,1,226,1,226,1,226,1,226, + 1,226,1,226,1,226,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227, + 1,227,1,227,1,228,1,228,1,228,1,228,1,228,1,228,1,228,1,228,1,228, + 1,228,1,229,1,229,1,229,1,229,1,229,1,229,1,230,1,230,1,230,1,230, + 1,230,1,230,1,230,1,230,1,231,1,231,1,231,1,231,1,231,1,231,1,231, + 1,231,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232, + 1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,234, + 1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234, + 1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,236,1,236, + 1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,237,1,237, + 1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,238,1,238, + 1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,238,1,238, + 1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,239,1,239, 1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240, - 1,240,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,242, - 1,242,1,242,1,242,1,242,1,242,1,242,1,243,1,243,1,243,1,243,1,243, - 1,243,1,243,1,243,1,243,1,243,1,243,1,243,1,244,1,244,1,244,1,244, - 1,244,1,244,1,244,1,245,1,245,1,245,1,245,1,245,1,245,1,245,1,245, - 1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,247,1,247,1,247, - 1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,248,1,248,1,248,1,248, - 1,249,1,249,1,249,1,249,1,249,1,249,1,250,1,250,1,250,1,250,1,250, - 1,250,1,250,1,250,1,250,1,251,1,251,1,251,1,251,1,251,1,251,1,252, - 1,252,1,252,1,252,1,252,1,253,1,253,1,253,1,253,1,253,1,253,1,253, - 1,253,1,253,1,253,1,254,1,254,1,254,1,254,1,254,1,254,1,255,1,255, - 1,255,1,255,1,255,1,255,1,255,1,256,1,256,1,256,1,256,1,256,1,257, - 1,257,1,257,1,257,1,257,1,257,1,258,1,258,1,258,1,258,1,258,1,258, - 1,258,1,258,1,258,1,259,1,259,1,259,1,259,1,259,1,260,1,260,1,260, - 1,260,1,260,1,260,1,260,1,260,1,261,1,261,1,261,1,261,1,261,1,261, - 1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262, - 1,262,1,262,1,263,1,263,1,263,1,263,1,263,1,263,1,263,1,263,1,263, - 1,264,1,264,1,264,1,264,1,264,1,264,1,264,1,265,1,265,1,265,1,265, - 1,265,1,265,1,265,1,265,1,265,1,266,1,266,1,266,1,266,1,266,1,267, - 1,267,1,267,1,267,1,267,1,267,1,268,1,268,1,268,1,268,1,268,1,269, - 1,269,1,269,1,269,1,269,1,270,1,270,1,270,1,270,1,270,1,270,1,271, - 1,271,1,271,1,271,1,271,1,272,1,272,1,272,1,273,1,273,1,273,1,273, - 1,273,1,273,1,273,1,273,1,274,1,274,1,274,1,274,1,274,1,274,1,274, - 1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,276,1,276,1,276,1,276, - 1,276,1,276,1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,278,1,278, - 1,278,1,279,1,279,1,279,1,279,1,280,1,280,1,280,1,280,1,280,1,281, - 1,281,1,281,1,281,1,281,1,281,1,281,1,281,1,281,1,282,1,282,1,282, - 1,282,1,282,1,282,1,282,1,283,1,283,1,283,1,283,1,283,1,283,1,283, - 1,283,1,284,1,284,1,284,1,284,1,284,1,284,1,285,1,285,1,285,1,285, - 1,285,1,285,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,287,1,287, - 1,287,1,287,1,287,1,287,1,287,1,287,1,288,1,288,1,288,1,288,1,288, - 1,288,1,288,1,288,1,288,1,288,1,289,1,289,1,289,1,289,1,289,1,289, - 1,289,1,289,1,290,1,290,1,290,1,290,1,290,1,290,1,290,1,290,1,290, - 1,291,1,291,1,291,1,291,1,291,1,291,1,292,1,292,1,292,1,292,1,292, - 1,292,1,292,1,292,1,292,1,292,1,293,1,293,1,293,1,293,1,293,1,293, - 1,293,1,293,1,294,1,294,1,294,1,294,1,294,1,294,1,294,1,294,1,294, - 1,295,1,295,1,295,1,295,1,295,1,295,1,295,1,295,1,295,1,296,1,296, - 1,296,1,296,1,296,1,296,1,297,1,297,1,297,1,297,1,297,1,297,1,297, - 1,297,1,297,1,297,1,297,1,298,1,298,1,298,1,298,1,298,1,298,1,298, - 1,298,1,298,1,298,1,298,1,299,1,299,1,299,1,299,1,299,1,299,1,299, - 1,299,1,299,1,299,1,300,1,300,1,300,1,300,1,300,1,300,1,300,1,300, - 1,301,1,301,1,301,1,301,1,301,1,301,1,302,1,302,1,302,1,302,1,302, - 1,302,1,303,1,303,1,303,1,303,1,303,1,304,1,304,1,304,1,304,1,304, - 1,304,1,304,1,304,1,304,1,305,1,305,1,305,1,305,1,305,1,305,1,305, - 1,305,1,306,1,306,1,306,1,306,1,306,1,306,1,306,1,306,1,306,1,306, - 1,307,1,307,1,307,1,307,1,308,1,308,1,308,1,308,1,308,1,308,1,308, - 1,308,1,309,1,309,1,309,1,309,1,309,1,309,1,309,1,309,1,310,1,310, - 1,310,1,310,1,310,1,310,1,310,1,310,1,310,1,311,1,311,1,311,1,311, - 1,311,1,311,1,311,1,311,1,312,1,312,1,312,1,312,1,312,1,312,1,312, - 1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313, - 1,314,1,314,1,314,1,314,1,314,1,314,1,314,1,314,1,315,1,315,1,315, - 1,315,1,315,1,315,1,315,1,315,1,316,1,316,1,316,1,316,1,316,1,316, - 1,317,1,317,1,317,1,317,1,317,1,317,1,317,1,317,1,318,1,318,1,318, - 1,318,1,318,1,318,1,318,1,318,1,318,1,319,1,319,1,319,1,319,1,319, - 1,319,1,319,1,319,1,320,1,320,1,320,1,320,1,320,1,320,1,320,1,321, - 1,321,1,321,1,321,1,321,1,322,1,322,1,322,1,322,1,322,1,322,1,322, - 1,322,1,322,1,323,1,323,1,323,1,323,1,323,1,324,1,324,1,324,1,324, - 1,324,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, - 1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,327,1,327,1,327,1,327, - 1,327,1,327,1,327,1,328,1,328,1,328,1,328,1,328,1,328,1,328,1,329, - 1,329,1,329,1,329,1,329,1,329,1,329,1,330,1,330,1,330,1,330,1,330, - 1,330,1,330,1,330,1,330,1,331,1,331,1,331,1,331,1,331,1,331,1,331, - 1,331,1,331,1,332,1,332,1,332,1,332,1,332,1,332,1,332,1,332,1,332, - 1,332,1,333,1,333,1,333,1,333,1,333,1,333,1,333,1,333,1,333,1,333, - 1,333,1,333,1,333,1,334,1,334,1,334,1,334,1,334,1,334,1,334,1,335, - 1,335,1,335,1,335,1,335,1,335,1,335,1,335,1,336,1,336,1,336,1,336, - 1,337,1,337,1,337,1,337,1,337,1,337,1,338,1,338,1,338,1,338,1,338, - 1,339,1,339,1,339,1,339,1,339,1,339,1,339,1,340,1,340,1,340,1,340, - 1,340,1,340,1,340,1,340,1,340,1,341,1,341,1,341,1,341,1,341,1,341, - 1,341,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 1,342,1,343,1,343,1,343,1,343,1,343,1,343,1,344,1,344,1,344,1,344, - 1,344,1,344,1,344,1,344,1,344,1,344,1,345,1,345,1,345,1,345,1,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,346,1,346,1,346,1,346,1,346, - 1,346,1,347,1,347,1,347,1,347,1,347,1,347,1,347,1,348,1,348,1,348, - 1,348,1,348,1,348,1,348,1,348,1,349,1,349,1,349,1,349,1,349,1,349, - 1,349,1,350,1,350,1,350,1,350,1,350,1,350,1,351,1,351,1,351,1,351, - 1,351,1,351,1,352,1,352,1,352,1,352,1,352,1,352,1,352,1,353,1,353, - 1,353,1,353,1,353,1,353,1,353,1,354,1,354,1,354,1,354,1,354,1,354, - 1,354,1,354,1,354,1,354,1,354,1,355,1,355,1,355,1,355,1,355,1,356, - 1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,357,1,357,1,357, - 1,357,1,357,1,357,1,357,1,357,1,357,1,357,1,358,1,358,1,358,1,358, - 1,358,1,359,1,359,1,359,1,359,1,359,1,359,1,359,1,359,1,359,1,359, - 1,359,1,359,1,360,1,360,1,360,1,360,1,360,1,360,1,360,1,360,1,361, - 1,361,1,361,1,361,1,361,1,361,1,361,1,361,1,361,1,362,1,362,1,362, - 1,362,1,362,1,362,1,362,1,362,1,363,1,363,1,363,1,363,1,363,1,364, - 1,364,1,364,1,364,1,364,1,364,1,365,1,365,1,365,1,365,1,365,1,365, - 1,365,1,365,1,365,1,365,1,366,1,366,1,366,1,366,1,366,1,366,1,366, - 1,366,1,366,1,366,1,366,1,366,1,367,1,367,1,367,1,367,1,367,1,367, - 1,367,1,367,1,367,1,367,1,367,1,367,1,368,1,368,1,368,1,368,1,368, - 1,368,1,368,1,368,1,369,1,369,1,369,1,369,1,369,1,369,1,369,1,369, - 1,369,1,370,1,370,1,370,1,370,1,370,1,370,1,370,1,370,1,370,1,371, - 1,371,1,371,1,371,1,371,1,371,1,372,1,372,1,372,1,372,1,372,1,372, - 1,372,1,373,1,373,1,373,1,373,1,373,1,373,1,373,1,374,1,374,1,374, - 1,374,1,374,1,374,1,375,1,375,1,375,1,375,1,375,1,375,1,375,1,375, - 1,375,1,376,1,376,1,376,1,376,1,376,1,376,1,376,1,376,1,376,1,376, - 1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,378,1,378,1,378, - 1,378,1,378,1,378,1,378,1,378,1,379,1,379,1,379,1,379,1,379,1,380, - 1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,381,1,381,1,381, - 1,381,1,381,1,381,1,381,1,381,1,381,1,381,1,381,1,382,1,382,1,382, - 1,382,1,382,1,382,1,382,1,382,1,383,1,383,1,383,1,383,1,383,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,385,1,385,1,385,1,385, - 1,385,1,385,1,386,1,386,1,386,1,386,1,387,1,387,1,387,1,387,1,387, - 1,388,1,388,1,388,1,388,1,389,1,389,1,389,1,389,1,389,1,390,1,390, - 1,390,1,390,1,390,1,390,1,390,1,390,1,391,1,391,1,391,1,391,1,391, - 1,391,1,391,1,392,1,392,1,392,1,392,1,393,1,393,1,393,1,393,1,393, - 1,393,1,393,1,393,1,394,1,394,1,394,1,394,1,394,1,395,1,395,1,395, - 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,396,1,396,1,396,1,396, - 1,396,1,396,1,396,1,396,1,396,1,397,1,397,1,397,1,397,1,398,1,398, - 1,398,1,398,1,398,1,398,1,398,1,398,1,399,1,399,1,399,1,399,1,399, - 1,399,1,399,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,401, - 1,401,1,401,1,401,1,401,1,401,1,402,1,402,1,402,1,402,1,402,1,402, - 1,402,1,402,1,402,1,403,1,403,1,403,1,403,1,403,1,403,1,404,1,404, - 1,404,1,404,1,405,1,405,1,405,1,405,1,405,1,405,1,405,1,405,1,406, - 1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,407,1,407,1,407, - 1,407,1,407,1,407,1,408,1,408,1,408,1,408,1,408,1,408,1,408,1,408, - 1,408,1,409,1,409,1,409,1,409,1,409,1,409,1,410,1,410,1,410,1,410, - 1,410,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,412,1,412,1,412, - 1,412,1,412,1,412,1,412,1,412,1,413,1,413,1,413,1,413,1,413,1,413, - 1,413,1,413,1,414,1,414,1,414,1,414,1,414,1,414,1,414,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,416, - 1,416,1,416,1,416,1,416,1,417,1,417,1,417,1,417,1,418,1,418,1,418, - 1,418,1,418,1,418,1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419, - 1,419,1,420,1,420,1,420,1,420,1,420,1,420,1,420,1,420,1,420,1,420, - 1,421,1,421,1,421,1,421,1,421,1,422,1,422,1,422,1,422,1,422,1,422, - 1,422,1,422,1,422,1,422,1,423,1,423,1,423,1,423,1,423,1,423,1,424, - 1,424,1,424,1,424,1,424,1,425,1,425,1,425,1,425,1,425,1,425,1,425, - 1,426,1,426,1,426,1,426,1,426,1,426,1,426,1,426,1,427,1,427,1,427, + 1,240,1,240,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241, + 1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,243,1,243,1,243,1,243, + 1,243,1,243,1,243,1,243,1,243,1,243,1,243,1,243,1,244,1,244,1,244, + 1,244,1,244,1,244,1,244,1,245,1,245,1,245,1,245,1,245,1,245,1,245, + 1,245,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,247,1,247, + 1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,248,1,248,1,248, + 1,248,1,249,1,249,1,249,1,249,1,249,1,249,1,250,1,250,1,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,251,1,251,1,251,1,251,1,251,1,251, + 1,252,1,252,1,252,1,252,1,252,1,253,1,253,1,253,1,253,1,253,1,253, + 1,253,1,253,1,253,1,253,1,254,1,254,1,254,1,254,1,254,1,254,1,255, + 1,255,1,255,1,255,1,255,1,255,1,255,1,256,1,256,1,256,1,256,1,256, + 1,257,1,257,1,257,1,257,1,257,1,257,1,258,1,258,1,258,1,258,1,258, + 1,258,1,258,1,258,1,258,1,259,1,259,1,259,1,259,1,259,1,260,1,260, + 1,260,1,260,1,260,1,260,1,260,1,260,1,261,1,261,1,261,1,261,1,261, + 1,261,1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262, + 1,262,1,262,1,262,1,263,1,263,1,263,1,263,1,263,1,263,1,263,1,263, + 1,263,1,264,1,264,1,264,1,264,1,264,1,264,1,264,1,265,1,265,1,265, + 1,265,1,265,1,265,1,265,1,265,1,265,1,266,1,266,1,266,1,266,1,266, + 1,267,1,267,1,267,1,267,1,267,1,267,1,268,1,268,1,268,1,268,1,268, + 1,269,1,269,1,269,1,269,1,269,1,270,1,270,1,270,1,270,1,270,1,270, + 1,271,1,271,1,271,1,271,1,271,1,272,1,272,1,272,1,273,1,273,1,273, + 1,273,1,273,1,273,1,273,1,273,1,274,1,274,1,274,1,274,1,274,1,274, + 1,274,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,276,1,276,1,276, + 1,276,1,276,1,276,1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,278, + 1,278,1,278,1,279,1,279,1,279,1,279,1,280,1,280,1,280,1,280,1,280, + 1,281,1,281,1,281,1,281,1,281,1,281,1,281,1,281,1,281,1,282,1,282, + 1,282,1,282,1,282,1,282,1,282,1,283,1,283,1,283,1,283,1,283,1,283, + 1,283,1,283,1,284,1,284,1,284,1,284,1,284,1,284,1,285,1,285,1,285, + 1,285,1,285,1,285,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,288,1,288,1,288,1,288, + 1,288,1,288,1,288,1,288,1,288,1,288,1,289,1,289,1,289,1,289,1,289, + 1,289,1,289,1,289,1,290,1,290,1,290,1,290,1,290,1,290,1,290,1,290, + 1,290,1,291,1,291,1,291,1,291,1,291,1,291,1,292,1,292,1,292,1,292, + 1,292,1,292,1,292,1,292,1,292,1,292,1,293,1,293,1,293,1,293,1,293, + 1,293,1,293,1,293,1,294,1,294,1,294,1,294,1,294,1,294,1,294,1,294, + 1,294,1,295,1,295,1,295,1,295,1,295,1,295,1,295,1,295,1,295,1,296, + 1,296,1,296,1,296,1,296,1,296,1,297,1,297,1,297,1,297,1,297,1,297, + 1,297,1,297,1,297,1,297,1,297,1,298,1,298,1,298,1,298,1,298,1,298, + 1,298,1,298,1,298,1,298,1,298,1,299,1,299,1,299,1,299,1,299,1,299, + 1,299,1,299,1,299,1,299,1,300,1,300,1,300,1,300,1,300,1,300,1,300, + 1,300,1,301,1,301,1,301,1,301,1,301,1,301,1,302,1,302,1,302,1,302, + 1,302,1,302,1,303,1,303,1,303,1,303,1,303,1,304,1,304,1,304,1,304, + 1,304,1,304,1,304,1,304,1,304,1,305,1,305,1,305,1,305,1,305,1,305, + 1,305,1,305,1,306,1,306,1,306,1,306,1,306,1,306,1,306,1,306,1,306, + 1,306,1,307,1,307,1,307,1,307,1,308,1,308,1,308,1,308,1,308,1,308, + 1,308,1,308,1,309,1,309,1,309,1,309,1,309,1,309,1,309,1,309,1,310, + 1,310,1,310,1,310,1,310,1,310,1,310,1,310,1,310,1,311,1,311,1,311, + 1,311,1,311,1,311,1,311,1,311,1,312,1,312,1,312,1,312,1,312,1,312, + 1,312,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313, + 1,313,1,314,1,314,1,314,1,314,1,314,1,314,1,314,1,314,1,315,1,315, + 1,315,1,315,1,315,1,315,1,315,1,315,1,316,1,316,1,316,1,316,1,316, + 1,316,1,317,1,317,1,317,1,317,1,317,1,317,1,317,1,317,1,318,1,318, + 1,318,1,318,1,318,1,318,1,318,1,318,1,318,1,319,1,319,1,319,1,319, + 1,319,1,319,1,319,1,319,1,320,1,320,1,320,1,320,1,320,1,320,1,320, + 1,321,1,321,1,321,1,321,1,321,1,322,1,322,1,322,1,322,1,322,1,322, + 1,322,1,322,1,322,1,323,1,323,1,323,1,323,1,323,1,324,1,324,1,324, + 1,324,1,324,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, + 1,325,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,328,1,328,1,328,1,328,1,328,1,328,1,328, + 1,329,1,329,1,329,1,329,1,329,1,329,1,329,1,330,1,330,1,330,1,330, + 1,330,1,330,1,330,1,330,1,330,1,331,1,331,1,331,1,331,1,331,1,331, + 1,331,1,331,1,331,1,332,1,332,1,332,1,332,1,332,1,332,1,332,1,332, + 1,332,1,332,1,333,1,333,1,333,1,333,1,333,1,333,1,333,1,333,1,333, + 1,333,1,333,1,333,1,333,1,334,1,334,1,334,1,334,1,334,1,334,1,334, + 1,335,1,335,1,335,1,335,1,335,1,335,1,335,1,335,1,336,1,336,1,336, + 1,336,1,337,1,337,1,337,1,337,1,337,1,337,1,338,1,338,1,338,1,338, + 1,338,1,339,1,339,1,339,1,339,1,339,1,339,1,339,1,340,1,340,1,340, + 1,340,1,340,1,340,1,340,1,340,1,340,1,341,1,341,1,341,1,341,1,341, + 1,341,1,341,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, + 1,342,1,342,1,343,1,343,1,343,1,343,1,343,1,343,1,344,1,344,1,344, + 1,344,1,344,1,344,1,344,1,344,1,344,1,344,1,345,1,345,1,345,1,345, + 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,346,1,346,1,346,1,346, + 1,346,1,346,1,347,1,347,1,347,1,347,1,347,1,347,1,347,1,348,1,348, + 1,348,1,348,1,348,1,348,1,348,1,348,1,349,1,349,1,349,1,349,1,349, + 1,349,1,349,1,350,1,350,1,350,1,350,1,350,1,350,1,351,1,351,1,351, + 1,351,1,351,1,351,1,352,1,352,1,352,1,352,1,352,1,352,1,352,1,353, + 1,353,1,353,1,353,1,353,1,353,1,353,1,354,1,354,1,354,1,354,1,354, + 1,354,1,354,1,354,1,354,1,354,1,354,1,355,1,355,1,355,1,355,1,355, + 1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,357,1,357, + 1,357,1,357,1,357,1,357,1,357,1,357,1,357,1,357,1,358,1,358,1,358, + 1,358,1,358,1,359,1,359,1,359,1,359,1,359,1,359,1,359,1,359,1,359, + 1,359,1,359,1,359,1,360,1,360,1,360,1,360,1,360,1,360,1,360,1,360, + 1,361,1,361,1,361,1,361,1,361,1,361,1,361,1,361,1,361,1,362,1,362, + 1,362,1,362,1,362,1,362,1,362,1,362,1,363,1,363,1,363,1,363,1,363, + 1,364,1,364,1,364,1,364,1,364,1,364,1,365,1,365,1,365,1,365,1,365, + 1,365,1,365,1,365,1,365,1,365,1,366,1,366,1,366,1,366,1,366,1,366, + 1,366,1,366,1,366,1,366,1,366,1,366,1,367,1,367,1,367,1,367,1,367, + 1,367,1,367,1,367,1,367,1,367,1,367,1,367,1,368,1,368,1,368,1,368, + 1,368,1,368,1,368,1,368,1,369,1,369,1,369,1,369,1,369,1,369,1,369, + 1,369,1,369,1,370,1,370,1,370,1,370,1,370,1,370,1,370,1,370,1,370, + 1,371,1,371,1,371,1,371,1,371,1,371,1,372,1,372,1,372,1,372,1,372, + 1,372,1,372,1,373,1,373,1,373,1,373,1,373,1,373,1,373,1,374,1,374, + 1,374,1,374,1,374,1,374,1,375,1,375,1,375,1,375,1,375,1,375,1,375, + 1,375,1,375,1,376,1,376,1,376,1,376,1,376,1,376,1,376,1,376,1,376, + 1,376,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,378,1,378, + 1,378,1,378,1,378,1,378,1,378,1,378,1,379,1,379,1,379,1,379,1,379, + 1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,381,1,381, + 1,381,1,381,1,381,1,381,1,381,1,381,1,381,1,381,1,381,1,382,1,382, + 1,382,1,382,1,382,1,382,1,382,1,382,1,383,1,383,1,383,1,383,1,383, + 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,385,1,385,1,385, + 1,385,1,385,1,385,1,386,1,386,1,386,1,386,1,387,1,387,1,387,1,387, + 1,387,1,388,1,388,1,388,1,388,1,389,1,389,1,389,1,389,1,389,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,391,1,391,1,391,1,391, + 1,391,1,391,1,391,1,392,1,392,1,392,1,392,1,393,1,393,1,393,1,393, + 1,393,1,393,1,393,1,393,1,394,1,394,1,394,1,394,1,394,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,397,1,397,1,397,1,397,1,398, + 1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,399,1,399,1,399,1,399, + 1,399,1,399,1,399,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400, + 1,401,1,401,1,401,1,401,1,401,1,401,1,402,1,402,1,402,1,402,1,402, + 1,402,1,402,1,402,1,402,1,403,1,403,1,403,1,403,1,403,1,403,1,404, + 1,404,1,404,1,404,1,405,1,405,1,405,1,405,1,405,1,405,1,405,1,405, + 1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,406,1,407,1,407, + 1,407,1,407,1,407,1,407,1,408,1,408,1,408,1,408,1,408,1,408,1,408, + 1,408,1,408,1,409,1,409,1,409,1,409,1,409,1,409,1,410,1,410,1,410, + 1,410,1,410,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,412,1,412, + 1,412,1,412,1,412,1,412,1,412,1,412,1,413,1,413,1,413,1,413,1,413, + 1,413,1,413,1,413,1,414,1,414,1,414,1,414,1,414,1,414,1,414,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,416,1,416,1,416,1,416,1,416,1,417,1,417,1,417,1,417,1,418,1,418, + 1,418,1,418,1,418,1,418,1,419,1,419,1,419,1,419,1,419,1,419,1,419, + 1,419,1,419,1,420,1,420,1,420,1,420,1,420,1,420,1,420,1,420,1,420, + 1,420,1,421,1,421,1,421,1,421,1,421,1,422,1,422,1,422,1,422,1,422, + 1,422,1,422,1,422,1,422,1,422,1,423,1,423,1,423,1,423,1,423,1,423, + 1,424,1,424,1,424,1,424,1,424,1,425,1,425,1,425,1,425,1,425,1,425, + 1,425,1,426,1,426,1,426,1,426,1,426,1,426,1,426,1,426,1,427,1,427, 1,427,1,427,1,427,1,427,1,427,1,427,1,427,1,427,1,427,1,427,1,427, - 1,428,1,428,1,428,1,428,1,428,1,428,1,428,1,428,1,428,1,428,1,429, - 1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,430, - 1,430,1,430,1,430,1,430,1,430,1,430,1,430,1,430,1,430,1,431,1,431, - 1,431,1,431,1,431,1,431,1,431,1,431,1,431,1,431,1,432,1,432,1,432, - 1,432,1,432,1,432,1,432,1,432,1,432,1,433,1,433,1,433,1,433,1,433, - 1,433,1,434,1,434,1,434,1,434,1,434,1,434,1,434,1,434,1,435,1,435, + 1,427,1,428,1,428,1,428,1,428,1,428,1,428,1,428,1,428,1,428,1,428, + 1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429, + 1,430,1,430,1,430,1,430,1,430,1,430,1,430,1,430,1,430,1,430,1,431, + 1,431,1,431,1,431,1,431,1,431,1,431,1,431,1,431,1,431,1,432,1,432, + 1,432,1,432,1,432,1,432,1,432,1,432,1,432,1,433,1,433,1,433,1,433, + 1,433,1,433,1,434,1,434,1,434,1,434,1,434,1,434,1,434,1,434,1,435, 1,435,1,435,1,435,1,435,1,435,1,435,1,435,1,435,1,435,1,435,1,435, - 1,436,1,436,1,436,1,436,1,436,1,437,1,437,1,437,1,437,1,437,1,437, - 1,437,1,437,1,438,1,438,1,438,1,438,1,438,1,438,1,438,1,439,1,439, - 1,439,1,439,1,439,1,439,1,439,1,440,1,440,1,440,1,440,1,440,1,440, - 1,440,1,440,1,440,1,440,1,440,1,441,1,441,1,441,1,441,1,441,1,441, - 1,441,1,441,1,441,1,441,1,442,1,442,1,442,1,442,1,442,1,442,1,442, - 1,443,1,443,1,443,1,443,1,443,1,443,1,443,1,444,1,444,1,444,1,444, - 1,444,1,444,1,444,1,444,1,445,1,445,1,445,1,445,1,445,1,445,1,445, - 1,445,1,446,1,446,1,446,1,446,1,446,1,446,1,446,1,446,1,446,1,446, - 1,447,1,447,1,447,1,447,1,447,1,447,1,447,1,448,1,448,1,448,1,448, - 1,448,1,448,1,448,1,449,1,449,1,449,1,449,1,449,1,449,1,449,1,450, + 1,435,1,436,1,436,1,436,1,436,1,436,1,437,1,437,1,437,1,437,1,437, + 1,437,1,437,1,437,1,438,1,438,1,438,1,438,1,438,1,438,1,438,1,439, + 1,439,1,439,1,439,1,439,1,439,1,439,1,440,1,440,1,440,1,440,1,440, + 1,440,1,440,1,440,1,440,1,440,1,440,1,441,1,441,1,441,1,441,1,441, + 1,441,1,441,1,441,1,441,1,441,1,442,1,442,1,442,1,442,1,442,1,442, + 1,442,1,443,1,443,1,443,1,443,1,443,1,443,1,443,1,444,1,444,1,444, + 1,444,1,444,1,444,1,444,1,444,1,445,1,445,1,445,1,445,1,445,1,445, + 1,445,1,445,1,446,1,446,1,446,1,446,1,446,1,446,1,446,1,446,1,446, + 1,446,1,447,1,447,1,447,1,447,1,447,1,447,1,447,1,448,1,448,1,448, + 1,448,1,448,1,448,1,448,1,449,1,449,1,449,1,449,1,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,451,1,451,1,451,1,451,1,452,1,452,1,452,1,452,1,453,1,453,1,453, - 1,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,1,454,1,455,1,455,1,455,1,455,1,455,1,455, - 1,455,1,455,1,455,1,455,1,455,1,455,1,456,1,456,1,456,1,456,1,457, - 1,457,1,457,1,457,1,458,1,458,1,458,1,458,1,458,1,458,1,458,1,458, - 1,458,1,459,1,459,1,459,1,459,1,459,1,459,1,459,1,459,1,460,1,460, - 1,460,1,460,1,460,1,460,1,460,1,460,1,460,1,460,1,460,1,461,1,461, - 1,461,1,461,1,461,1,461,1,462,1,462,1,462,1,462,1,462,1,462,1,462, - 1,462,1,463,1,463,1,463,1,463,1,463,1,463,1,463,1,463,1,463,1,464, - 1,464,1,464,1,464,1,465,1,465,1,465,1,465,1,465,1,465,1,465,1,465, - 1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466, - 1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,468,1,468, - 1,468,1,468,1,468,1,469,1,469,1,469,1,469,1,469,1,469,1,469,1,470, - 1,470,1,470,1,470,1,470,1,471,1,471,1,471,1,471,1,471,1,471,1,471, - 1,472,1,472,1,472,1,472,1,472,1,473,1,473,1,473,1,473,1,473,1,473, - 1,473,1,473,1,473,1,474,1,474,1,474,1,474,1,474,1,475,1,475,1,475, - 1,475,1,475,1,475,1,475,1,475,1,475,1,475,1,475,1,475,1,476,1,476, - 1,476,1,476,1,476,1,476,1,476,1,476,1,476,1,476,1,476,1,477,1,477, - 1,477,1,477,1,477,1,477,1,477,1,477,1,477,1,478,1,478,1,478,1,478, - 1,478,1,478,1,478,1,478,1,479,1,479,1,479,1,479,1,479,1,479,1,479, - 1,479,1,479,1,479,1,479,1,479,1,479,1,479,1,480,1,480,1,480,1,480, - 1,480,1,480,1,480,1,480,1,481,1,481,1,481,1,481,1,481,1,481,1,481, - 1,481,1,481,1,481,1,481,1,482,1,482,1,482,1,482,1,482,1,482,1,482, - 1,483,1,483,1,483,1,483,1,483,1,483,1,483,1,484,1,484,1,484,1,484, - 1,484,1,484,1,484,1,485,1,485,1,485,1,485,1,485,1,485,1,485,1,486, - 1,486,1,486,1,486,1,487,1,487,1,487,1,487,1,488,1,488,1,488,1,488, - 1,488,1,489,1,489,1,489,1,489,1,489,1,490,1,490,1,490,1,490,1,490, - 1,490,1,490,1,490,1,491,1,491,1,491,1,491,1,491,1,491,1,492,1,492, - 1,492,1,492,1,492,1,492,1,492,1,492,1,492,1,492,1,493,1,493,1,493, - 1,493,1,493,1,494,1,494,1,494,1,494,1,494,1,494,1,494,1,494,1,494, + 1,450,1,451,1,451,1,451,1,451,1,452,1,452,1,452,1,452,1,453,1,453, + 1,453,1,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,1,454,1,455,1,455,1,455,1,455,1,455, + 1,455,1,455,1,455,1,455,1,455,1,455,1,455,1,456,1,456,1,456,1,456, + 1,457,1,457,1,457,1,457,1,458,1,458,1,458,1,458,1,458,1,458,1,458, + 1,458,1,458,1,459,1,459,1,459,1,459,1,459,1,459,1,459,1,459,1,460, + 1,460,1,460,1,460,1,460,1,460,1,460,1,460,1,460,1,460,1,460,1,461, + 1,461,1,461,1,461,1,461,1,461,1,462,1,462,1,462,1,462,1,462,1,462, + 1,462,1,462,1,463,1,463,1,463,1,463,1,463,1,463,1,463,1,463,1,463, + 1,464,1,464,1,464,1,464,1,465,1,465,1,465,1,465,1,465,1,465,1,465, + 1,465,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466, + 1,466,1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,468, + 1,468,1,468,1,468,1,468,1,469,1,469,1,469,1,469,1,469,1,469,1,469, + 1,470,1,470,1,470,1,470,1,470,1,471,1,471,1,471,1,471,1,471,1,471, + 1,471,1,472,1,472,1,472,1,472,1,472,1,473,1,473,1,473,1,473,1,473, + 1,473,1,473,1,473,1,473,1,474,1,474,1,474,1,474,1,474,1,475,1,475, + 1,475,1,475,1,475,1,475,1,475,1,475,1,475,1,475,1,475,1,475,1,476, + 1,476,1,476,1,476,1,476,1,476,1,476,1,476,1,476,1,476,1,476,1,477, + 1,477,1,477,1,477,1,477,1,477,1,477,1,477,1,477,1,478,1,478,1,478, + 1,478,1,478,1,478,1,478,1,478,1,479,1,479,1,479,1,479,1,479,1,479, + 1,479,1,479,1,479,1,479,1,479,1,479,1,479,1,479,1,480,1,480,1,480, + 1,480,1,480,1,480,1,480,1,480,1,481,1,481,1,481,1,481,1,481,1,481, + 1,481,1,481,1,481,1,481,1,481,1,482,1,482,1,482,1,482,1,482,1,482, + 1,482,1,483,1,483,1,483,1,483,1,483,1,483,1,483,1,484,1,484,1,484, + 1,484,1,484,1,484,1,484,1,485,1,485,1,485,1,485,1,485,1,485,1,485, + 1,486,1,486,1,486,1,486,1,487,1,487,1,487,1,487,1,488,1,488,1,488, + 1,488,1,488,1,489,1,489,1,489,1,489,1,489,1,490,1,490,1,490,1,490, + 1,490,1,490,1,490,1,490,1,491,1,491,1,491,1,491,1,491,1,491,1,492, + 1,492,1,492,1,492,1,492,1,492,1,492,1,492,1,492,1,492,1,493,1,493, + 1,493,1,493,1,493,1,494,1,494,1,494,1,494,1,494,1,494,1,494,1,494, 1,494,1,494,1,494,1,494,1,494,1,494,1,494,1,494,1,494,1,494,1,494, - 1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495, - 1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,496,1,496,1,496,1,496, - 1,496,1,496,1,497,1,497,1,497,1,497,1,497,1,497,1,497,1,497,1,497, - 1,497,1,497,1,497,1,497,1,498,1,498,1,498,1,498,1,498,1,498,1,498, - 1,498,1,498,1,498,1,498,1,499,1,499,1,499,1,499,1,499,1,499,1,500, - 1,500,1,500,1,500,1,500,1,500,1,500,1,500,1,500,1,501,1,501,1,501, - 1,501,1,501,1,501,1,501,1,501,1,502,1,502,1,502,1,502,1,503,1,503, - 1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,504, - 1,504,1,504,1,504,1,504,1,504,1,504,1,504,1,505,1,505,1,505,1,505, - 1,505,1,505,1,506,1,506,1,506,1,506,1,506,1,506,1,507,1,507,1,507, - 1,507,1,507,1,507,1,507,1,507,1,508,1,508,1,508,1,508,1,508,1,508, - 1,508,1,508,1,509,1,509,1,509,1,509,1,509,1,509,1,510,1,510,1,510, - 1,510,1,510,1,511,1,511,1,511,1,511,1,511,1,511,1,511,1,512,1,512, - 1,512,1,512,1,512,1,512,1,513,1,513,1,513,1,513,1,513,1,513,1,514, - 1,514,1,514,1,514,1,514,1,514,1,514,1,514,1,514,1,515,1,515,1,515, - 1,515,1,515,1,515,1,516,1,516,1,516,1,516,1,517,1,517,1,517,1,517, - 1,517,1,518,1,518,1,518,1,518,1,518,1,518,1,518,1,519,1,519,1,519, - 1,519,1,519,1,519,1,519,1,519,1,520,1,520,1,520,1,520,1,520,1,520, - 1,520,1,520,1,520,1,520,1,521,1,521,1,521,1,521,1,521,1,521,1,521, - 1,522,1,522,1,522,1,522,1,522,1,523,1,523,1,523,1,523,1,523,1,524, - 1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,525, - 1,525,1,525,1,525,1,525,1,525,1,526,1,526,1,526,1,526,1,526,1,526, - 1,526,1,526,1,527,1,527,1,527,1,527,1,527,1,527,1,527,1,528,1,528, - 1,528,1,528,1,528,1,528,1,529,1,529,1,529,1,529,1,529,1,529,1,529, - 1,529,1,530,1,530,1,530,1,530,1,530,1,530,1,530,1,530,1,531,1,531, - 1,531,1,531,1,531,1,531,1,532,1,532,1,532,1,532,1,532,1,532,1,532, - 1,533,1,533,1,533,1,533,1,533,1,533,1,533,1,533,1,533,1,533,1,533, - 1,534,1,534,1,534,1,534,1,534,1,535,1,535,1,535,1,535,1,535,1,535, - 1,535,1,535,1,535,1,536,1,536,1,536,1,536,1,536,1,536,1,536,1,536, - 1,537,1,537,1,537,1,537,1,537,1,537,1,537,1,537,1,537,1,537,1,538, - 1,538,1,538,1,538,1,538,1,538,1,539,1,539,1,539,1,539,1,539,1,539, - 1,539,1,539,1,540,1,540,1,540,1,540,1,540,1,540,1,540,1,540,1,540, - 1,540,1,540,1,540,1,541,1,541,1,541,1,541,1,541,1,541,1,541,1,541, - 1,541,1,541,1,541,1,541,1,541,1,541,1,542,1,542,1,542,1,542,1,542, - 1,542,1,542,1,542,1,542,1,542,1,543,1,543,1,543,1,543,1,543,1,543, - 1,543,1,543,1,543,1,543,1,543,1,543,1,544,1,544,1,544,1,544,1,544, - 1,544,1,544,1,544,1,544,1,544,1,544,1,545,1,545,1,545,1,545,1,545, - 1,545,1,545,1,545,1,545,1,545,1,545,1,545,1,546,1,546,1,546,1,546, - 1,546,1,546,1,546,1,546,1,546,1,546,1,546,1,546,1,547,1,547,1,547, - 1,547,1,547,1,547,1,548,1,548,1,548,1,548,1,548,1,548,1,548,1,548, - 1,548,1,549,1,549,1,549,1,549,1,549,1,550,1,550,1,550,1,550,1,550, - 1,550,1,550,1,550,1,550,1,550,1,550,1,550,1,551,1,551,1,551,1,551, + 1,494,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495, + 1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,496,1,496,1,496, + 1,496,1,496,1,496,1,497,1,497,1,497,1,497,1,497,1,497,1,497,1,497, + 1,497,1,497,1,497,1,497,1,497,1,498,1,498,1,498,1,498,1,498,1,498, + 1,498,1,498,1,498,1,498,1,498,1,499,1,499,1,499,1,499,1,499,1,499, + 1,500,1,500,1,500,1,500,1,500,1,500,1,500,1,500,1,500,1,501,1,501, + 1,501,1,501,1,501,1,501,1,501,1,501,1,502,1,502,1,502,1,502,1,503, + 1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,503,1,503, + 1,504,1,504,1,504,1,504,1,504,1,504,1,504,1,504,1,505,1,505,1,505, + 1,505,1,505,1,505,1,506,1,506,1,506,1,506,1,506,1,506,1,507,1,507, + 1,507,1,507,1,507,1,507,1,507,1,507,1,508,1,508,1,508,1,508,1,508, + 1,508,1,508,1,508,1,509,1,509,1,509,1,509,1,509,1,509,1,510,1,510, + 1,510,1,510,1,510,1,511,1,511,1,511,1,511,1,511,1,511,1,511,1,512, + 1,512,1,512,1,512,1,512,1,512,1,513,1,513,1,513,1,513,1,513,1,513, + 1,514,1,514,1,514,1,514,1,514,1,514,1,514,1,514,1,514,1,515,1,515, + 1,515,1,515,1,515,1,515,1,516,1,516,1,516,1,516,1,517,1,517,1,517, + 1,517,1,517,1,518,1,518,1,518,1,518,1,518,1,518,1,518,1,519,1,519, + 1,519,1,519,1,519,1,519,1,519,1,519,1,520,1,520,1,520,1,520,1,520, + 1,520,1,520,1,520,1,520,1,520,1,521,1,521,1,521,1,521,1,521,1,521, + 1,521,1,522,1,522,1,522,1,522,1,522,1,523,1,523,1,523,1,523,1,523, + 1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,524,1,524, + 1,525,1,525,1,525,1,525,1,525,1,525,1,526,1,526,1,526,1,526,1,526, + 1,526,1,526,1,526,1,527,1,527,1,527,1,527,1,527,1,527,1,527,1,528, + 1,528,1,528,1,528,1,528,1,528,1,529,1,529,1,529,1,529,1,529,1,529, + 1,529,1,529,1,530,1,530,1,530,1,530,1,530,1,530,1,530,1,530,1,531, + 1,531,1,531,1,531,1,531,1,531,1,532,1,532,1,532,1,532,1,532,1,532, + 1,532,1,533,1,533,1,533,1,533,1,533,1,533,1,533,1,533,1,533,1,533, + 1,533,1,534,1,534,1,534,1,534,1,534,1,535,1,535,1,535,1,535,1,535, + 1,535,1,535,1,535,1,535,1,536,1,536,1,536,1,536,1,536,1,536,1,536, + 1,536,1,537,1,537,1,537,1,537,1,537,1,537,1,537,1,537,1,537,1,537, + 1,538,1,538,1,538,1,538,1,538,1,538,1,539,1,539,1,539,1,539,1,539, + 1,539,1,539,1,539,1,540,1,540,1,540,1,540,1,540,1,540,1,540,1,540, + 1,540,1,540,1,540,1,540,1,541,1,541,1,541,1,541,1,541,1,541,1,541, + 1,541,1,541,1,541,1,541,1,541,1,541,1,541,1,542,1,542,1,542,1,542, + 1,542,1,542,1,542,1,542,1,542,1,542,1,543,1,543,1,543,1,543,1,543, + 1,543,1,543,1,543,1,543,1,543,1,543,1,543,1,544,1,544,1,544,1,544, + 1,544,1,544,1,544,1,544,1,544,1,544,1,544,1,545,1,545,1,545,1,545, + 1,545,1,545,1,545,1,545,1,545,1,545,1,545,1,545,1,546,1,546,1,546, + 1,546,1,546,1,546,1,546,1,546,1,546,1,546,1,546,1,546,1,547,1,547, + 1,547,1,547,1,547,1,547,1,548,1,548,1,548,1,548,1,548,1,548,1,548, + 1,548,1,548,1,549,1,549,1,549,1,549,1,549,1,550,1,550,1,550,1,550, + 1,550,1,550,1,550,1,550,1,550,1,550,1,550,1,550,1,551,1,551,1,551, 1,551,1,551,1,551,1,551,1,551,1,551,1,551,1,551,1,551,1,551,1,551, - 1,551,1,551,1,551,1,551,1,552,1,552,1,552,1,552,1,552,1,552,1,552, - 1,552,1,552,1,552,1,552,1,552,1,553,1,553,5,553,5369,8,553,10,553, - 12,553,5372,9,553,1,554,1,554,1,554,3,554,5377,8,554,1,555,1,555, - 3,555,5381,8,555,1,556,1,556,3,556,5385,8,556,1,557,1,557,1,557, - 1,558,1,558,1,558,1,558,5,558,5394,8,558,10,558,12,558,5397,9,558, - 1,559,1,559,1,559,1,560,1,560,1,560,1,560,5,560,5406,8,560,10,560, - 12,560,5409,9,560,1,561,1,561,1,561,1,561,1,562,1,562,1,562,1,562, - 1,563,1,563,1,563,1,563,1,564,1,564,1,564,1,564,1,565,1,565,1,565, - 1,566,1,566,1,566,1,566,5,566,5434,8,566,10,566,12,566,5437,9,566, - 1,567,1,567,1,567,1,567,1,567,1,567,1,568,1,568,1,568,1,569,1,569, - 1,569,1,569,1,570,1,570,3,570,5454,8,570,1,570,1,570,1,570,1,570, - 1,571,1,571,5,571,5462,8,571,10,571,12,571,5465,9,571,1,572,1,572, - 1,572,1,573,1,573,1,573,5,573,5473,8,573,10,573,12,573,5476,9,573, - 1,574,1,574,1,574,1,575,1,575,1,575,1,576,1,576,1,576,1,577,1,577, - 1,577,5,577,5490,8,577,10,577,12,577,5493,9,577,1,578,1,578,1,578, - 1,579,1,579,1,579,1,580,1,580,1,581,1,581,1,581,1,581,1,582,1,582, - 1,582,3,582,5510,8,582,1,582,1,582,3,582,5514,8,582,1,582,3,582, - 5517,8,582,1,582,1,582,1,582,1,582,3,582,5523,8,582,1,582,3,582, - 5526,8,582,1,582,1,582,1,582,3,582,5531,8,582,1,582,1,582,3,582, - 5535,8,582,1,583,4,583,5538,8,583,11,583,12,583,5539,1,584,1,584, - 1,584,5,584,5545,8,584,10,584,12,584,5548,9,584,1,585,1,585,1,585, - 1,585,1,585,1,585,1,585,1,585,5,585,5558,8,585,10,585,12,585,5561, - 9,585,1,585,1,585,1,586,4,586,5566,8,586,11,586,12,586,5567,1,586, - 1,586,1,587,1,587,3,587,5574,8,587,1,587,3,587,5577,8,587,1,587, - 1,587,1,588,1,588,1,588,1,588,5,588,5585,8,588,10,588,12,588,5588, - 9,588,1,588,1,588,1,589,1,589,1,589,1,589,5,589,5596,8,589,10,589, - 12,589,5599,9,589,1,589,1,589,1,589,4,589,5604,8,589,11,589,12,589, - 5605,1,589,1,589,4,589,5610,8,589,11,589,12,589,5611,1,589,5,589, - 5615,8,589,10,589,12,589,5618,9,589,1,589,5,589,5621,8,589,10,589, - 12,589,5624,9,589,1,589,1,589,1,589,1,589,1,589,1,590,1,590,1,590, - 1,590,5,590,5635,8,590,10,590,12,590,5638,9,590,1,590,1,590,1,590, - 4,590,5643,8,590,11,590,12,590,5644,1,590,1,590,4,590,5649,8,590, - 11,590,12,590,5650,1,590,3,590,5654,8,590,5,590,5656,8,590,10,590, - 12,590,5659,9,590,1,590,4,590,5662,8,590,11,590,12,590,5663,1,590, - 4,590,5667,8,590,11,590,12,590,5668,1,590,5,590,5672,8,590,10,590, - 12,590,5675,9,590,1,590,3,590,5678,8,590,1,591,1,591,1,591,1,591, - 5,591,5684,8,591,10,591,12,591,5687,9,591,1,591,5,591,5690,8,591, - 10,591,12,591,5693,9,591,1,591,1,591,5,591,5697,8,591,10,591,12, - 591,5700,9,591,3,591,5702,8,591,1,592,1,592,1,592,1,593,1,593,1, - 594,1,594,1,594,1,594,1,594,1,595,1,595,3,595,5716,8,595,1,595,1, - 595,1,596,1,596,1,596,1,596,1,596,1,596,1,596,1,596,1,596,1,596, - 1,596,1,596,1,596,1,596,1,596,1,596,1,596,1,596,1,596,1,596,3,596, - 5740,8,596,1,596,5,596,5743,8,596,10,596,12,596,5746,9,596,1,597, - 1,597,1,597,1,597,1,597,1,598,1,598,3,598,5755,8,598,1,598,1,598, - 1,599,1,599,1,599,1,599,1,599,5,599,5764,8,599,10,599,12,599,5767, - 9,599,1,600,1,600,1,600,1,600,1,600,1,601,1,601,1,601,1,601,1,601, - 1,601,1,602,1,602,1,602,1,602,1,602,1,603,1,603,1,603,1,603,1,603, - 1,604,1,604,1,604,1,604,1,604,1,605,4,605,5796,8,605,11,605,12,605, - 5797,1,605,1,605,5,605,5802,8,605,10,605,12,605,5805,9,605,3,605, - 5807,8,605,1,606,1,606,3,606,5811,8,606,1,606,1,606,1,606,1,606, - 0,0,607,5,1,7,2,9,3,11,4,13,5,15,6,17,7,19,8,21,9,23,10,25,11,27, + 1,551,1,551,1,551,1,551,1,551,1,552,1,552,1,552,1,552,1,552,1,552, + 1,552,1,552,1,552,1,552,1,552,1,552,1,553,1,553,1,553,1,553,1,553, + 1,553,1,553,1,553,1,553,1,554,1,554,5,554,5380,8,554,10,554,12,554, + 5383,9,554,1,555,1,555,1,555,3,555,5388,8,555,1,556,1,556,3,556, + 5392,8,556,1,557,1,557,3,557,5396,8,557,1,558,1,558,1,558,1,559, + 1,559,1,559,1,559,5,559,5405,8,559,10,559,12,559,5408,9,559,1,560, + 1,560,1,560,1,561,1,561,1,561,1,561,5,561,5417,8,561,10,561,12,561, + 5420,9,561,1,562,1,562,1,562,1,562,1,563,1,563,1,563,1,563,1,564, + 1,564,1,564,1,564,1,565,1,565,1,565,1,565,1,566,1,566,1,566,1,567, + 1,567,1,567,1,567,5,567,5445,8,567,10,567,12,567,5448,9,567,1,568, + 1,568,1,568,1,568,1,568,1,568,1,569,1,569,1,569,1,570,1,570,1,570, + 1,570,1,571,1,571,3,571,5465,8,571,1,571,1,571,1,571,1,571,1,572, + 1,572,5,572,5473,8,572,10,572,12,572,5476,9,572,1,573,1,573,1,573, + 1,574,1,574,1,574,5,574,5484,8,574,10,574,12,574,5487,9,574,1,575, + 1,575,1,575,1,576,1,576,1,576,1,577,1,577,1,577,1,578,1,578,1,578, + 5,578,5501,8,578,10,578,12,578,5504,9,578,1,579,1,579,1,579,1,580, + 1,580,1,580,1,581,1,581,1,582,1,582,1,582,1,582,1,583,1,583,1,583, + 3,583,5521,8,583,1,583,1,583,3,583,5525,8,583,1,583,3,583,5528,8, + 583,1,583,1,583,1,583,1,583,3,583,5534,8,583,1,583,3,583,5537,8, + 583,1,583,1,583,1,583,3,583,5542,8,583,1,583,1,583,3,583,5546,8, + 583,1,584,4,584,5549,8,584,11,584,12,584,5550,1,585,1,585,1,585, + 5,585,5556,8,585,10,585,12,585,5559,9,585,1,586,1,586,1,586,1,586, + 1,586,1,586,1,586,1,586,5,586,5569,8,586,10,586,12,586,5572,9,586, + 1,586,1,586,1,587,4,587,5577,8,587,11,587,12,587,5578,1,587,1,587, + 1,588,1,588,3,588,5585,8,588,1,588,3,588,5588,8,588,1,588,1,588, + 1,589,1,589,1,589,1,589,5,589,5596,8,589,10,589,12,589,5599,9,589, + 1,589,1,589,1,590,1,590,1,590,1,590,5,590,5607,8,590,10,590,12,590, + 5610,9,590,1,590,1,590,1,590,4,590,5615,8,590,11,590,12,590,5616, + 1,590,1,590,4,590,5621,8,590,11,590,12,590,5622,1,590,5,590,5626, + 8,590,10,590,12,590,5629,9,590,1,590,5,590,5632,8,590,10,590,12, + 590,5635,9,590,1,590,1,590,1,590,1,590,1,590,1,591,1,591,1,591,1, + 591,5,591,5646,8,591,10,591,12,591,5649,9,591,1,591,1,591,1,591, + 4,591,5654,8,591,11,591,12,591,5655,1,591,1,591,4,591,5660,8,591, + 11,591,12,591,5661,1,591,3,591,5665,8,591,5,591,5667,8,591,10,591, + 12,591,5670,9,591,1,591,4,591,5673,8,591,11,591,12,591,5674,1,591, + 4,591,5678,8,591,11,591,12,591,5679,1,591,5,591,5683,8,591,10,591, + 12,591,5686,9,591,1,591,3,591,5689,8,591,1,592,1,592,1,592,1,592, + 5,592,5695,8,592,10,592,12,592,5698,9,592,1,592,5,592,5701,8,592, + 10,592,12,592,5704,9,592,1,592,1,592,5,592,5708,8,592,10,592,12, + 592,5711,9,592,3,592,5713,8,592,1,593,1,593,1,593,1,594,1,594,1, + 595,1,595,1,595,1,595,1,595,1,596,1,596,3,596,5727,8,596,1,596,1, + 596,1,597,1,597,1,597,1,597,1,597,1,597,1,597,1,597,1,597,1,597, + 1,597,1,597,1,597,1,597,1,597,1,597,1,597,1,597,1,597,1,597,3,597, + 5751,8,597,1,597,5,597,5754,8,597,10,597,12,597,5757,9,597,1,598, + 1,598,1,598,1,598,1,598,1,599,1,599,3,599,5766,8,599,1,599,1,599, + 1,600,1,600,1,600,1,600,1,600,5,600,5775,8,600,10,600,12,600,5778, + 9,600,1,601,1,601,1,601,1,601,1,601,1,602,1,602,1,602,1,602,1,602, + 1,602,1,603,1,603,1,603,1,603,1,603,1,604,1,604,1,604,1,604,1,604, + 1,605,1,605,1,605,1,605,1,605,1,606,4,606,5807,8,606,11,606,12,606, + 5808,1,606,1,606,5,606,5813,8,606,10,606,12,606,5816,9,606,3,606, + 5818,8,606,1,607,1,607,3,607,5822,8,607,1,607,1,607,1,607,1,607, + 0,0,608,5,1,7,2,9,3,11,4,13,5,15,6,17,7,19,8,21,9,23,10,25,11,27, 12,29,13,31,14,33,15,35,16,37,17,39,18,41,19,43,20,45,21,47,22,49, 23,51,24,53,25,55,26,57,27,59,28,61,29,63,0,65,0,67,0,69,0,71,30, 73,31,75,32,77,33,79,34,81,35,83,36,85,37,87,38,89,39,91,40,93,41, @@ -1584,1652 +1587,1655 @@ export class PostgreSqlLexer extends antlr.Lexer { 1069,529,1071,530,1073,531,1075,532,1077,533,1079,534,1081,535,1083, 536,1085,537,1087,538,1089,539,1091,540,1093,541,1095,542,1097,543, 1099,544,1101,545,1103,546,1105,547,1107,548,1109,549,1111,550,1113, - 0,1115,0,1117,0,1119,551,1121,552,1123,553,1125,554,1127,555,1129, - 556,1131,557,1133,558,1135,559,1137,560,1139,0,1141,561,1143,562, - 1145,563,1147,0,1149,564,1151,565,1153,566,1155,567,1157,568,1159, - 569,1161,570,1163,571,1165,572,1167,573,1169,574,1171,0,1173,575, + 551,1115,0,1117,0,1119,0,1121,552,1123,553,1125,554,1127,555,1129, + 556,1131,557,1133,558,1135,559,1137,560,1139,561,1141,0,1143,562, + 1145,563,1147,564,1149,0,1151,565,1153,566,1155,567,1157,568,1159, + 569,1161,570,1163,571,1165,572,1167,573,1169,574,1171,575,1173,0, 1175,576,1177,577,1179,578,1181,579,1183,580,1185,581,1187,582,1189, - 583,1191,584,1193,585,1195,586,1197,0,1199,587,1201,588,1203,0,1205, - 0,1207,0,1209,0,1211,0,1213,591,1215,589,1217,590,5,0,1,2,3,4,51, - 1,0,48,57,2,0,43,43,45,45,2,0,45,45,47,47,9,0,33,33,35,35,37,38, - 42,42,60,64,94,94,96,96,124,124,126,126,2,0,42,43,60,62,8,0,33,33, - 35,35,37,38,63,64,94,94,96,96,124,124,126,126,2,0,65,65,97,97,2, - 0,76,76,108,108,2,0,78,78,110,110,2,0,89,89,121,121,2,0,83,83,115, - 115,2,0,69,69,101,101,2,0,90,90,122,122,2,0,68,68,100,100,2,0,82, - 82,114,114,2,0,67,67,99,99,2,0,77,77,109,109,2,0,84,84,116,116,2, - 0,73,73,105,105,2,0,66,66,98,98,2,0,79,79,111,111,2,0,72,72,104, - 104,2,0,75,75,107,107,2,0,85,85,117,117,2,0,71,71,103,103,2,0,80, - 80,112,112,2,0,70,70,102,102,2,0,88,88,120,120,2,0,86,86,118,118, - 2,0,81,81,113,113,2,0,87,87,119,119,2,0,74,74,106,106,10,0,65,90, - 95,95,97,122,170,170,181,181,186,186,192,214,224,246,248,55295,57344, - 65535,1,0,55296,56319,1,0,56320,57343,2,0,0,0,34,34,1,0,34,34,1, - 0,39,39,1,0,48,49,3,0,48,57,65,70,97,102,3,0,65,90,95,95,97,122, - 5,0,36,36,48,57,65,90,95,95,97,122,2,0,34,34,92,92,2,0,9,9,32,32, - 2,0,10,10,13,13,2,0,42,42,47,47,4,0,10,10,13,13,34,34,92,92,3,0, - 10,10,13,13,34,34,4,0,85,85,88,88,117,117,120,120,2,0,39,39,92,92, - 1,0,36,36,5885,0,5,1,0,0,0,0,7,1,0,0,0,0,9,1,0,0,0,0,11,1,0,0,0, - 0,13,1,0,0,0,0,15,1,0,0,0,0,17,1,0,0,0,0,19,1,0,0,0,0,21,1,0,0,0, - 0,23,1,0,0,0,0,25,1,0,0,0,0,27,1,0,0,0,0,29,1,0,0,0,0,31,1,0,0,0, - 0,33,1,0,0,0,0,35,1,0,0,0,0,37,1,0,0,0,0,39,1,0,0,0,0,41,1,0,0,0, - 0,43,1,0,0,0,0,45,1,0,0,0,0,47,1,0,0,0,0,49,1,0,0,0,0,51,1,0,0,0, - 0,53,1,0,0,0,0,55,1,0,0,0,0,57,1,0,0,0,0,59,1,0,0,0,0,61,1,0,0,0, - 0,63,1,0,0,0,0,71,1,0,0,0,0,73,1,0,0,0,0,75,1,0,0,0,0,77,1,0,0,0, - 0,79,1,0,0,0,0,81,1,0,0,0,0,83,1,0,0,0,0,85,1,0,0,0,0,87,1,0,0,0, - 0,89,1,0,0,0,0,91,1,0,0,0,0,93,1,0,0,0,0,95,1,0,0,0,0,97,1,0,0,0, - 0,99,1,0,0,0,0,101,1,0,0,0,0,103,1,0,0,0,0,105,1,0,0,0,0,107,1,0, - 0,0,0,109,1,0,0,0,0,111,1,0,0,0,0,113,1,0,0,0,0,115,1,0,0,0,0,117, - 1,0,0,0,0,119,1,0,0,0,0,121,1,0,0,0,0,123,1,0,0,0,0,125,1,0,0,0, - 0,127,1,0,0,0,0,129,1,0,0,0,0,131,1,0,0,0,0,133,1,0,0,0,0,135,1, - 0,0,0,0,137,1,0,0,0,0,139,1,0,0,0,0,141,1,0,0,0,0,143,1,0,0,0,0, - 145,1,0,0,0,0,147,1,0,0,0,0,149,1,0,0,0,0,151,1,0,0,0,0,153,1,0, - 0,0,0,155,1,0,0,0,0,157,1,0,0,0,0,159,1,0,0,0,0,161,1,0,0,0,0,163, - 1,0,0,0,0,165,1,0,0,0,0,167,1,0,0,0,0,169,1,0,0,0,0,171,1,0,0,0, - 0,173,1,0,0,0,0,175,1,0,0,0,0,177,1,0,0,0,0,179,1,0,0,0,0,181,1, - 0,0,0,0,183,1,0,0,0,0,185,1,0,0,0,0,187,1,0,0,0,0,189,1,0,0,0,0, - 191,1,0,0,0,0,193,1,0,0,0,0,195,1,0,0,0,0,197,1,0,0,0,0,199,1,0, - 0,0,0,201,1,0,0,0,0,203,1,0,0,0,0,205,1,0,0,0,0,207,1,0,0,0,0,209, - 1,0,0,0,0,211,1,0,0,0,0,213,1,0,0,0,0,215,1,0,0,0,0,217,1,0,0,0, - 0,219,1,0,0,0,0,221,1,0,0,0,0,223,1,0,0,0,0,225,1,0,0,0,0,227,1, - 0,0,0,0,229,1,0,0,0,0,231,1,0,0,0,0,233,1,0,0,0,0,235,1,0,0,0,0, - 237,1,0,0,0,0,239,1,0,0,0,0,241,1,0,0,0,0,243,1,0,0,0,0,245,1,0, - 0,0,0,247,1,0,0,0,0,249,1,0,0,0,0,251,1,0,0,0,0,253,1,0,0,0,0,255, - 1,0,0,0,0,257,1,0,0,0,0,259,1,0,0,0,0,261,1,0,0,0,0,263,1,0,0,0, - 0,265,1,0,0,0,0,267,1,0,0,0,0,269,1,0,0,0,0,271,1,0,0,0,0,273,1, - 0,0,0,0,275,1,0,0,0,0,277,1,0,0,0,0,279,1,0,0,0,0,281,1,0,0,0,0, - 283,1,0,0,0,0,285,1,0,0,0,0,287,1,0,0,0,0,289,1,0,0,0,0,291,1,0, - 0,0,0,293,1,0,0,0,0,295,1,0,0,0,0,297,1,0,0,0,0,299,1,0,0,0,0,301, - 1,0,0,0,0,303,1,0,0,0,0,305,1,0,0,0,0,307,1,0,0,0,0,309,1,0,0,0, - 0,311,1,0,0,0,0,313,1,0,0,0,0,315,1,0,0,0,0,317,1,0,0,0,0,319,1, - 0,0,0,0,321,1,0,0,0,0,323,1,0,0,0,0,325,1,0,0,0,0,327,1,0,0,0,0, - 329,1,0,0,0,0,331,1,0,0,0,0,333,1,0,0,0,0,335,1,0,0,0,0,337,1,0, - 0,0,0,339,1,0,0,0,0,341,1,0,0,0,0,343,1,0,0,0,0,345,1,0,0,0,0,347, - 1,0,0,0,0,349,1,0,0,0,0,351,1,0,0,0,0,353,1,0,0,0,0,355,1,0,0,0, - 0,357,1,0,0,0,0,359,1,0,0,0,0,361,1,0,0,0,0,363,1,0,0,0,0,365,1, - 0,0,0,0,367,1,0,0,0,0,369,1,0,0,0,0,371,1,0,0,0,0,373,1,0,0,0,0, - 375,1,0,0,0,0,377,1,0,0,0,0,379,1,0,0,0,0,381,1,0,0,0,0,383,1,0, - 0,0,0,385,1,0,0,0,0,387,1,0,0,0,0,389,1,0,0,0,0,391,1,0,0,0,0,393, - 1,0,0,0,0,395,1,0,0,0,0,397,1,0,0,0,0,399,1,0,0,0,0,401,1,0,0,0, - 0,403,1,0,0,0,0,405,1,0,0,0,0,407,1,0,0,0,0,409,1,0,0,0,0,411,1, - 0,0,0,0,413,1,0,0,0,0,415,1,0,0,0,0,417,1,0,0,0,0,419,1,0,0,0,0, - 421,1,0,0,0,0,423,1,0,0,0,0,425,1,0,0,0,0,427,1,0,0,0,0,429,1,0, - 0,0,0,431,1,0,0,0,0,433,1,0,0,0,0,435,1,0,0,0,0,437,1,0,0,0,0,439, - 1,0,0,0,0,441,1,0,0,0,0,443,1,0,0,0,0,445,1,0,0,0,0,447,1,0,0,0, - 0,449,1,0,0,0,0,451,1,0,0,0,0,453,1,0,0,0,0,455,1,0,0,0,0,457,1, - 0,0,0,0,459,1,0,0,0,0,461,1,0,0,0,0,463,1,0,0,0,0,465,1,0,0,0,0, - 467,1,0,0,0,0,469,1,0,0,0,0,471,1,0,0,0,0,473,1,0,0,0,0,475,1,0, - 0,0,0,477,1,0,0,0,0,479,1,0,0,0,0,481,1,0,0,0,0,483,1,0,0,0,0,485, - 1,0,0,0,0,487,1,0,0,0,0,489,1,0,0,0,0,491,1,0,0,0,0,493,1,0,0,0, - 0,495,1,0,0,0,0,497,1,0,0,0,0,499,1,0,0,0,0,501,1,0,0,0,0,503,1, - 0,0,0,0,505,1,0,0,0,0,507,1,0,0,0,0,509,1,0,0,0,0,511,1,0,0,0,0, - 513,1,0,0,0,0,515,1,0,0,0,0,517,1,0,0,0,0,519,1,0,0,0,0,521,1,0, - 0,0,0,523,1,0,0,0,0,525,1,0,0,0,0,527,1,0,0,0,0,529,1,0,0,0,0,531, - 1,0,0,0,0,533,1,0,0,0,0,535,1,0,0,0,0,537,1,0,0,0,0,539,1,0,0,0, - 0,541,1,0,0,0,0,543,1,0,0,0,0,545,1,0,0,0,0,547,1,0,0,0,0,549,1, - 0,0,0,0,551,1,0,0,0,0,553,1,0,0,0,0,555,1,0,0,0,0,557,1,0,0,0,0, - 559,1,0,0,0,0,561,1,0,0,0,0,563,1,0,0,0,0,565,1,0,0,0,0,567,1,0, - 0,0,0,569,1,0,0,0,0,571,1,0,0,0,0,573,1,0,0,0,0,575,1,0,0,0,0,577, - 1,0,0,0,0,579,1,0,0,0,0,581,1,0,0,0,0,583,1,0,0,0,0,585,1,0,0,0, - 0,587,1,0,0,0,0,589,1,0,0,0,0,591,1,0,0,0,0,593,1,0,0,0,0,595,1, - 0,0,0,0,597,1,0,0,0,0,599,1,0,0,0,0,601,1,0,0,0,0,603,1,0,0,0,0, - 605,1,0,0,0,0,607,1,0,0,0,0,609,1,0,0,0,0,611,1,0,0,0,0,613,1,0, - 0,0,0,615,1,0,0,0,0,617,1,0,0,0,0,619,1,0,0,0,0,621,1,0,0,0,0,623, - 1,0,0,0,0,625,1,0,0,0,0,627,1,0,0,0,0,629,1,0,0,0,0,631,1,0,0,0, - 0,633,1,0,0,0,0,635,1,0,0,0,0,637,1,0,0,0,0,639,1,0,0,0,0,641,1, - 0,0,0,0,643,1,0,0,0,0,645,1,0,0,0,0,647,1,0,0,0,0,649,1,0,0,0,0, - 651,1,0,0,0,0,653,1,0,0,0,0,655,1,0,0,0,0,657,1,0,0,0,0,659,1,0, - 0,0,0,661,1,0,0,0,0,663,1,0,0,0,0,665,1,0,0,0,0,667,1,0,0,0,0,669, - 1,0,0,0,0,671,1,0,0,0,0,673,1,0,0,0,0,675,1,0,0,0,0,677,1,0,0,0, - 0,679,1,0,0,0,0,681,1,0,0,0,0,683,1,0,0,0,0,685,1,0,0,0,0,687,1, - 0,0,0,0,689,1,0,0,0,0,691,1,0,0,0,0,693,1,0,0,0,0,695,1,0,0,0,0, - 697,1,0,0,0,0,699,1,0,0,0,0,701,1,0,0,0,0,703,1,0,0,0,0,705,1,0, - 0,0,0,707,1,0,0,0,0,709,1,0,0,0,0,711,1,0,0,0,0,713,1,0,0,0,0,715, - 1,0,0,0,0,717,1,0,0,0,0,719,1,0,0,0,0,721,1,0,0,0,0,723,1,0,0,0, - 0,725,1,0,0,0,0,727,1,0,0,0,0,729,1,0,0,0,0,731,1,0,0,0,0,733,1, - 0,0,0,0,735,1,0,0,0,0,737,1,0,0,0,0,739,1,0,0,0,0,741,1,0,0,0,0, - 743,1,0,0,0,0,745,1,0,0,0,0,747,1,0,0,0,0,749,1,0,0,0,0,751,1,0, - 0,0,0,753,1,0,0,0,0,755,1,0,0,0,0,757,1,0,0,0,0,759,1,0,0,0,0,761, - 1,0,0,0,0,763,1,0,0,0,0,765,1,0,0,0,0,767,1,0,0,0,0,769,1,0,0,0, - 0,771,1,0,0,0,0,773,1,0,0,0,0,775,1,0,0,0,0,777,1,0,0,0,0,779,1, - 0,0,0,0,781,1,0,0,0,0,783,1,0,0,0,0,785,1,0,0,0,0,787,1,0,0,0,0, - 789,1,0,0,0,0,791,1,0,0,0,0,793,1,0,0,0,0,795,1,0,0,0,0,797,1,0, - 0,0,0,799,1,0,0,0,0,801,1,0,0,0,0,803,1,0,0,0,0,805,1,0,0,0,0,807, - 1,0,0,0,0,809,1,0,0,0,0,811,1,0,0,0,0,813,1,0,0,0,0,815,1,0,0,0, - 0,817,1,0,0,0,0,819,1,0,0,0,0,821,1,0,0,0,0,823,1,0,0,0,0,825,1, - 0,0,0,0,827,1,0,0,0,0,829,1,0,0,0,0,831,1,0,0,0,0,833,1,0,0,0,0, - 835,1,0,0,0,0,837,1,0,0,0,0,839,1,0,0,0,0,841,1,0,0,0,0,843,1,0, - 0,0,0,845,1,0,0,0,0,847,1,0,0,0,0,849,1,0,0,0,0,851,1,0,0,0,0,853, - 1,0,0,0,0,855,1,0,0,0,0,857,1,0,0,0,0,859,1,0,0,0,0,861,1,0,0,0, - 0,863,1,0,0,0,0,865,1,0,0,0,0,867,1,0,0,0,0,869,1,0,0,0,0,871,1, - 0,0,0,0,873,1,0,0,0,0,875,1,0,0,0,0,877,1,0,0,0,0,879,1,0,0,0,0, - 881,1,0,0,0,0,883,1,0,0,0,0,885,1,0,0,0,0,887,1,0,0,0,0,889,1,0, - 0,0,0,891,1,0,0,0,0,893,1,0,0,0,0,895,1,0,0,0,0,897,1,0,0,0,0,899, - 1,0,0,0,0,901,1,0,0,0,0,903,1,0,0,0,0,905,1,0,0,0,0,907,1,0,0,0, - 0,909,1,0,0,0,0,911,1,0,0,0,0,913,1,0,0,0,0,915,1,0,0,0,0,917,1, - 0,0,0,0,919,1,0,0,0,0,921,1,0,0,0,0,923,1,0,0,0,0,925,1,0,0,0,0, - 927,1,0,0,0,0,929,1,0,0,0,0,931,1,0,0,0,0,933,1,0,0,0,0,935,1,0, - 0,0,0,937,1,0,0,0,0,939,1,0,0,0,0,941,1,0,0,0,0,943,1,0,0,0,0,945, - 1,0,0,0,0,947,1,0,0,0,0,949,1,0,0,0,0,951,1,0,0,0,0,953,1,0,0,0, - 0,955,1,0,0,0,0,957,1,0,0,0,0,959,1,0,0,0,0,961,1,0,0,0,0,963,1, - 0,0,0,0,965,1,0,0,0,0,967,1,0,0,0,0,969,1,0,0,0,0,971,1,0,0,0,0, - 973,1,0,0,0,0,975,1,0,0,0,0,977,1,0,0,0,0,979,1,0,0,0,0,981,1,0, - 0,0,0,983,1,0,0,0,0,985,1,0,0,0,0,987,1,0,0,0,0,989,1,0,0,0,0,991, - 1,0,0,0,0,993,1,0,0,0,0,995,1,0,0,0,0,997,1,0,0,0,0,999,1,0,0,0, - 0,1001,1,0,0,0,0,1003,1,0,0,0,0,1005,1,0,0,0,0,1007,1,0,0,0,0,1009, - 1,0,0,0,0,1011,1,0,0,0,0,1013,1,0,0,0,0,1015,1,0,0,0,0,1017,1,0, - 0,0,0,1019,1,0,0,0,0,1021,1,0,0,0,0,1023,1,0,0,0,0,1025,1,0,0,0, - 0,1027,1,0,0,0,0,1029,1,0,0,0,0,1031,1,0,0,0,0,1033,1,0,0,0,0,1035, - 1,0,0,0,0,1037,1,0,0,0,0,1039,1,0,0,0,0,1041,1,0,0,0,0,1043,1,0, - 0,0,0,1045,1,0,0,0,0,1047,1,0,0,0,0,1049,1,0,0,0,0,1051,1,0,0,0, - 0,1053,1,0,0,0,0,1055,1,0,0,0,0,1057,1,0,0,0,0,1059,1,0,0,0,0,1061, - 1,0,0,0,0,1063,1,0,0,0,0,1065,1,0,0,0,0,1067,1,0,0,0,0,1069,1,0, - 0,0,0,1071,1,0,0,0,0,1073,1,0,0,0,0,1075,1,0,0,0,0,1077,1,0,0,0, - 0,1079,1,0,0,0,0,1081,1,0,0,0,0,1083,1,0,0,0,0,1085,1,0,0,0,0,1087, - 1,0,0,0,0,1089,1,0,0,0,0,1091,1,0,0,0,0,1093,1,0,0,0,0,1095,1,0, - 0,0,0,1097,1,0,0,0,0,1099,1,0,0,0,0,1101,1,0,0,0,0,1103,1,0,0,0, - 0,1105,1,0,0,0,0,1107,1,0,0,0,0,1109,1,0,0,0,0,1111,1,0,0,0,0,1119, - 1,0,0,0,0,1121,1,0,0,0,0,1123,1,0,0,0,0,1125,1,0,0,0,0,1127,1,0, - 0,0,0,1129,1,0,0,0,0,1131,1,0,0,0,0,1133,1,0,0,0,0,1135,1,0,0,0, - 0,1137,1,0,0,0,0,1139,1,0,0,0,0,1141,1,0,0,0,0,1143,1,0,0,0,0,1145, - 1,0,0,0,0,1149,1,0,0,0,0,1151,1,0,0,0,0,1153,1,0,0,0,0,1155,1,0, - 0,0,0,1157,1,0,0,0,0,1159,1,0,0,0,0,1161,1,0,0,0,0,1163,1,0,0,0, - 0,1165,1,0,0,0,0,1167,1,0,0,0,0,1169,1,0,0,0,0,1173,1,0,0,0,0,1175, - 1,0,0,0,0,1177,1,0,0,0,0,1179,1,0,0,0,0,1181,1,0,0,0,0,1183,1,0, - 0,0,0,1185,1,0,0,0,0,1187,1,0,0,0,0,1189,1,0,0,0,0,1191,1,0,0,0, - 1,1193,1,0,0,0,1,1195,1,0,0,0,1,1199,1,0,0,0,1,1201,1,0,0,0,2,1205, - 1,0,0,0,2,1207,1,0,0,0,3,1209,1,0,0,0,3,1211,1,0,0,0,3,1213,1,0, - 0,0,4,1215,1,0,0,0,4,1217,1,0,0,0,5,1219,1,0,0,0,7,1221,1,0,0,0, - 9,1223,1,0,0,0,11,1225,1,0,0,0,13,1227,1,0,0,0,15,1229,1,0,0,0,17, - 1231,1,0,0,0,19,1233,1,0,0,0,21,1235,1,0,0,0,23,1237,1,0,0,0,25, - 1239,1,0,0,0,27,1241,1,0,0,0,29,1243,1,0,0,0,31,1245,1,0,0,0,33, - 1247,1,0,0,0,35,1249,1,0,0,0,37,1251,1,0,0,0,39,1253,1,0,0,0,41, - 1256,1,0,0,0,43,1259,1,0,0,0,45,1262,1,0,0,0,47,1265,1,0,0,0,49, - 1268,1,0,0,0,51,1271,1,0,0,0,53,1274,1,0,0,0,55,1277,1,0,0,0,57, - 1280,1,0,0,0,59,1282,1,0,0,0,61,1306,1,0,0,0,63,1312,1,0,0,0,65, - 1326,1,0,0,0,67,1328,1,0,0,0,69,1330,1,0,0,0,71,1332,1,0,0,0,73, - 1336,1,0,0,0,75,1344,1,0,0,0,77,1352,1,0,0,0,79,1356,1,0,0,0,81, - 1360,1,0,0,0,83,1366,1,0,0,0,85,1369,1,0,0,0,87,1373,1,0,0,0,89, - 1384,1,0,0,0,91,1389,1,0,0,0,93,1394,1,0,0,0,95,1399,1,0,0,0,97, - 1405,1,0,0,0,99,1413,1,0,0,0,101,1420,1,0,0,0,103,1431,1,0,0,0,105, - 1438,1,0,0,0,107,1454,1,0,0,0,109,1467,1,0,0,0,111,1480,1,0,0,0, - 113,1493,1,0,0,0,115,1511,1,0,0,0,117,1524,1,0,0,0,119,1532,1,0, - 0,0,121,1543,1,0,0,0,123,1548,1,0,0,0,125,1557,1,0,0,0,127,1560, - 1,0,0,0,129,1565,1,0,0,0,131,1572,1,0,0,0,133,1578,1,0,0,0,135,1584, - 1,0,0,0,137,1588,1,0,0,0,139,1596,1,0,0,0,141,1601,1,0,0,0,143,1607, - 1,0,0,0,145,1613,1,0,0,0,147,1620,1,0,0,0,149,1623,1,0,0,0,151,1633, - 1,0,0,0,153,1643,1,0,0,0,155,1648,1,0,0,0,157,1656,1,0,0,0,159,1664, - 1,0,0,0,161,1670,1,0,0,0,163,1680,1,0,0,0,165,1695,1,0,0,0,167,1699, - 1,0,0,0,169,1704,1,0,0,0,171,1711,1,0,0,0,173,1714,1,0,0,0,175,1719, - 1,0,0,0,177,1722,1,0,0,0,179,1728,1,0,0,0,181,1736,1,0,0,0,183,1744, - 1,0,0,0,185,1755,1,0,0,0,187,1765,1,0,0,0,189,1772,1,0,0,0,191,1785, - 1,0,0,0,193,1790,1,0,0,0,195,1800,1,0,0,0,197,1806,1,0,0,0,199,1811, - 1,0,0,0,201,1814,1,0,0,0,203,1823,1,0,0,0,205,1828,1,0,0,0,207,1834, - 1,0,0,0,209,1841,1,0,0,0,211,1846,1,0,0,0,213,1852,1,0,0,0,215,1861, - 1,0,0,0,217,1866,1,0,0,0,219,1872,1,0,0,0,221,1879,1,0,0,0,223,1884, - 1,0,0,0,225,1898,1,0,0,0,227,1905,1,0,0,0,229,1915,1,0,0,0,231,1928, - 1,0,0,0,233,1934,1,0,0,0,235,1949,1,0,0,0,237,1956,1,0,0,0,239,1961, - 1,0,0,0,241,1967,1,0,0,0,243,1973,1,0,0,0,245,1976,1,0,0,0,247,1983, - 1,0,0,0,249,1988,1,0,0,0,251,1993,1,0,0,0,253,1998,1,0,0,0,255,2006, - 1,0,0,0,257,2014,1,0,0,0,259,2020,1,0,0,0,261,2025,1,0,0,0,263,2034, - 1,0,0,0,265,2040,1,0,0,0,267,2048,1,0,0,0,269,2056,1,0,0,0,271,2062, - 1,0,0,0,273,2071,1,0,0,0,275,2078,1,0,0,0,277,2085,1,0,0,0,279,2089, - 1,0,0,0,281,2095,1,0,0,0,283,2101,1,0,0,0,285,2111,1,0,0,0,287,2116, - 1,0,0,0,289,2122,1,0,0,0,291,2129,1,0,0,0,293,2139,1,0,0,0,295,2150, - 1,0,0,0,297,2153,1,0,0,0,299,2163,1,0,0,0,301,2172,1,0,0,0,303,2179, - 1,0,0,0,305,2185,1,0,0,0,307,2188,1,0,0,0,309,2194,1,0,0,0,311,2201, - 1,0,0,0,313,2209,1,0,0,0,315,2218,1,0,0,0,317,2226,1,0,0,0,319,2232, - 1,0,0,0,321,2248,1,0,0,0,323,2259,1,0,0,0,325,2265,1,0,0,0,327,2271, - 1,0,0,0,329,2279,1,0,0,0,331,2287,1,0,0,0,333,2296,1,0,0,0,335,2303, - 1,0,0,0,337,2313,1,0,0,0,339,2327,1,0,0,0,341,2338,1,0,0,0,343,2350, - 1,0,0,0,345,2358,1,0,0,0,347,2367,1,0,0,0,349,2378,1,0,0,0,351,2383, - 1,0,0,0,353,2388,1,0,0,0,355,2392,1,0,0,0,357,2399,1,0,0,0,359,2405, - 1,0,0,0,361,2410,1,0,0,0,363,2419,1,0,0,0,365,2423,1,0,0,0,367,2434, - 1,0,0,0,369,2442,1,0,0,0,371,2451,1,0,0,0,373,2460,1,0,0,0,375,2468, - 1,0,0,0,377,2475,1,0,0,0,379,2485,1,0,0,0,381,2496,1,0,0,0,383,2507, - 1,0,0,0,385,2515,1,0,0,0,387,2523,1,0,0,0,389,2532,1,0,0,0,391,2539, - 1,0,0,0,393,2546,1,0,0,0,395,2551,1,0,0,0,397,2556,1,0,0,0,399,2563, - 1,0,0,0,401,2572,1,0,0,0,403,2582,1,0,0,0,405,2587,1,0,0,0,407,2594, - 1,0,0,0,409,2600,1,0,0,0,411,2608,1,0,0,0,413,2618,1,0,0,0,415,2628, - 1,0,0,0,417,2636,1,0,0,0,419,2644,1,0,0,0,421,2654,1,0,0,0,423,2663, - 1,0,0,0,425,2670,1,0,0,0,427,2676,1,0,0,0,429,2686,1,0,0,0,431,2692, - 1,0,0,0,433,2700,1,0,0,0,435,2709,1,0,0,0,437,2719,1,0,0,0,439,2726, - 1,0,0,0,441,2734,1,0,0,0,443,2742,1,0,0,0,445,2749,1,0,0,0,447,2754, - 1,0,0,0,449,2759,1,0,0,0,451,2768,1,0,0,0,453,2771,1,0,0,0,455,2781, - 1,0,0,0,457,2791,1,0,0,0,459,2800,1,0,0,0,461,2810,1,0,0,0,463,2820, - 1,0,0,0,465,2826,1,0,0,0,467,2834,1,0,0,0,469,2842,1,0,0,0,471,2852, - 1,0,0,0,473,2862,1,0,0,0,475,2874,1,0,0,0,477,2883,1,0,0,0,479,2894, - 1,0,0,0,481,2905,1,0,0,0,483,2918,1,0,0,0,485,2929,1,0,0,0,487,2942, - 1,0,0,0,489,2951,1,0,0,0,491,2958,1,0,0,0,493,2970,1,0,0,0,495,2977, - 1,0,0,0,497,2985,1,0,0,0,499,2993,1,0,0,0,501,3003,1,0,0,0,503,3007, - 1,0,0,0,505,3013,1,0,0,0,507,3022,1,0,0,0,509,3028,1,0,0,0,511,3033, - 1,0,0,0,513,3043,1,0,0,0,515,3049,1,0,0,0,517,3056,1,0,0,0,519,3061, - 1,0,0,0,521,3067,1,0,0,0,523,3076,1,0,0,0,525,3081,1,0,0,0,527,3089, - 1,0,0,0,529,3095,1,0,0,0,531,3108,1,0,0,0,533,3117,1,0,0,0,535,3124, - 1,0,0,0,537,3133,1,0,0,0,539,3138,1,0,0,0,541,3144,1,0,0,0,543,3149, - 1,0,0,0,545,3154,1,0,0,0,547,3160,1,0,0,0,549,3165,1,0,0,0,551,3168, - 1,0,0,0,553,3176,1,0,0,0,555,3183,1,0,0,0,557,3190,1,0,0,0,559,3196, - 1,0,0,0,561,3203,1,0,0,0,563,3206,1,0,0,0,565,3210,1,0,0,0,567,3215, - 1,0,0,0,569,3224,1,0,0,0,571,3231,1,0,0,0,573,3239,1,0,0,0,575,3245, - 1,0,0,0,577,3251,1,0,0,0,579,3258,1,0,0,0,581,3266,1,0,0,0,583,3276, - 1,0,0,0,585,3284,1,0,0,0,587,3293,1,0,0,0,589,3299,1,0,0,0,591,3309, - 1,0,0,0,593,3317,1,0,0,0,595,3326,1,0,0,0,597,3335,1,0,0,0,599,3341, - 1,0,0,0,601,3352,1,0,0,0,603,3363,1,0,0,0,605,3373,1,0,0,0,607,3381, - 1,0,0,0,609,3387,1,0,0,0,611,3393,1,0,0,0,613,3398,1,0,0,0,615,3407, - 1,0,0,0,617,3415,1,0,0,0,619,3425,1,0,0,0,621,3429,1,0,0,0,623,3437, - 1,0,0,0,625,3445,1,0,0,0,627,3454,1,0,0,0,629,3462,1,0,0,0,631,3469, - 1,0,0,0,633,3480,1,0,0,0,635,3488,1,0,0,0,637,3496,1,0,0,0,639,3502, - 1,0,0,0,641,3510,1,0,0,0,643,3519,1,0,0,0,645,3527,1,0,0,0,647,3534, - 1,0,0,0,649,3539,1,0,0,0,651,3548,1,0,0,0,653,3553,1,0,0,0,655,3558, - 1,0,0,0,657,3568,1,0,0,0,659,3575,1,0,0,0,661,3582,1,0,0,0,663,3589, - 1,0,0,0,665,3596,1,0,0,0,667,3605,1,0,0,0,669,3614,1,0,0,0,671,3624, - 1,0,0,0,673,3637,1,0,0,0,675,3644,1,0,0,0,677,3652,1,0,0,0,679,3656, - 1,0,0,0,681,3662,1,0,0,0,683,3667,1,0,0,0,685,3674,1,0,0,0,687,3683, - 1,0,0,0,689,3690,1,0,0,0,691,3701,1,0,0,0,693,3707,1,0,0,0,695,3717, - 1,0,0,0,697,3728,1,0,0,0,699,3734,1,0,0,0,701,3741,1,0,0,0,703,3749, - 1,0,0,0,705,3756,1,0,0,0,707,3762,1,0,0,0,709,3768,1,0,0,0,711,3775, - 1,0,0,0,713,3782,1,0,0,0,715,3793,1,0,0,0,717,3798,1,0,0,0,719,3807, - 1,0,0,0,721,3817,1,0,0,0,723,3822,1,0,0,0,725,3834,1,0,0,0,727,3842, - 1,0,0,0,729,3851,1,0,0,0,731,3859,1,0,0,0,733,3864,1,0,0,0,735,3870, - 1,0,0,0,737,3880,1,0,0,0,739,3892,1,0,0,0,741,3904,1,0,0,0,743,3912, - 1,0,0,0,745,3921,1,0,0,0,747,3930,1,0,0,0,749,3936,1,0,0,0,751,3943, - 1,0,0,0,753,3950,1,0,0,0,755,3956,1,0,0,0,757,3965,1,0,0,0,759,3975, - 1,0,0,0,761,3983,1,0,0,0,763,3991,1,0,0,0,765,3996,1,0,0,0,767,4005, - 1,0,0,0,769,4016,1,0,0,0,771,4024,1,0,0,0,773,4029,1,0,0,0,775,4037, - 1,0,0,0,777,4043,1,0,0,0,779,4047,1,0,0,0,781,4052,1,0,0,0,783,4056, - 1,0,0,0,785,4061,1,0,0,0,787,4069,1,0,0,0,789,4076,1,0,0,0,791,4080, - 1,0,0,0,793,4088,1,0,0,0,795,4093,1,0,0,0,797,4103,1,0,0,0,799,4112, - 1,0,0,0,801,4116,1,0,0,0,803,4124,1,0,0,0,805,4131,1,0,0,0,807,4139, - 1,0,0,0,809,4145,1,0,0,0,811,4154,1,0,0,0,813,4160,1,0,0,0,815,4164, - 1,0,0,0,817,4172,1,0,0,0,819,4181,1,0,0,0,821,4187,1,0,0,0,823,4196, - 1,0,0,0,825,4202,1,0,0,0,827,4207,1,0,0,0,829,4214,1,0,0,0,831,4222, - 1,0,0,0,833,4230,1,0,0,0,835,4239,1,0,0,0,837,4249,1,0,0,0,839,4254, - 1,0,0,0,841,4258,1,0,0,0,843,4264,1,0,0,0,845,4273,1,0,0,0,847,4283, - 1,0,0,0,849,4288,1,0,0,0,851,4298,1,0,0,0,853,4304,1,0,0,0,855,4309, - 1,0,0,0,857,4316,1,0,0,0,859,4324,1,0,0,0,861,4338,1,0,0,0,863,4348, - 1,0,0,0,865,4359,1,0,0,0,867,4369,1,0,0,0,869,4379,1,0,0,0,871,4388, - 1,0,0,0,873,4394,1,0,0,0,875,4402,1,0,0,0,877,4415,1,0,0,0,879,4420, - 1,0,0,0,881,4428,1,0,0,0,883,4435,1,0,0,0,885,4442,1,0,0,0,887,4453, - 1,0,0,0,889,4463,1,0,0,0,891,4470,1,0,0,0,893,4477,1,0,0,0,895,4485, - 1,0,0,0,897,4493,1,0,0,0,899,4503,1,0,0,0,901,4510,1,0,0,0,903,4517, - 1,0,0,0,905,4524,1,0,0,0,907,4536,1,0,0,0,909,4540,1,0,0,0,911,4544, - 1,0,0,0,913,4550,1,0,0,0,915,4563,1,0,0,0,917,4575,1,0,0,0,919,4579, - 1,0,0,0,921,4583,1,0,0,0,923,4592,1,0,0,0,925,4600,1,0,0,0,927,4611, - 1,0,0,0,929,4617,1,0,0,0,931,4625,1,0,0,0,933,4634,1,0,0,0,935,4638, - 1,0,0,0,937,4646,1,0,0,0,939,4657,1,0,0,0,941,4666,1,0,0,0,943,4671, - 1,0,0,0,945,4678,1,0,0,0,947,4683,1,0,0,0,949,4690,1,0,0,0,951,4695, - 1,0,0,0,953,4704,1,0,0,0,955,4709,1,0,0,0,957,4721,1,0,0,0,959,4732, - 1,0,0,0,961,4741,1,0,0,0,963,4749,1,0,0,0,965,4763,1,0,0,0,967,4771, - 1,0,0,0,969,4782,1,0,0,0,971,4789,1,0,0,0,973,4796,1,0,0,0,975,4803, - 1,0,0,0,977,4810,1,0,0,0,979,4814,1,0,0,0,981,4818,1,0,0,0,983,4823, - 1,0,0,0,985,4828,1,0,0,0,987,4836,1,0,0,0,989,4842,1,0,0,0,991,4852, - 1,0,0,0,993,4857,1,0,0,0,995,4877,1,0,0,0,997,4895,1,0,0,0,999,4901, - 1,0,0,0,1001,4914,1,0,0,0,1003,4925,1,0,0,0,1005,4931,1,0,0,0,1007, - 4940,1,0,0,0,1009,4948,1,0,0,0,1011,4952,1,0,0,0,1013,4964,1,0,0, - 0,1015,4972,1,0,0,0,1017,4978,1,0,0,0,1019,4984,1,0,0,0,1021,4992, - 1,0,0,0,1023,5000,1,0,0,0,1025,5006,1,0,0,0,1027,5011,1,0,0,0,1029, - 5018,1,0,0,0,1031,5024,1,0,0,0,1033,5030,1,0,0,0,1035,5039,1,0,0, - 0,1037,5045,1,0,0,0,1039,5049,1,0,0,0,1041,5054,1,0,0,0,1043,5061, - 1,0,0,0,1045,5069,1,0,0,0,1047,5079,1,0,0,0,1049,5086,1,0,0,0,1051, - 5091,1,0,0,0,1053,5096,1,0,0,0,1055,5107,1,0,0,0,1057,5113,1,0,0, - 0,1059,5121,1,0,0,0,1061,5128,1,0,0,0,1063,5134,1,0,0,0,1065,5142, - 1,0,0,0,1067,5150,1,0,0,0,1069,5156,1,0,0,0,1071,5163,1,0,0,0,1073, - 5174,1,0,0,0,1075,5179,1,0,0,0,1077,5188,1,0,0,0,1079,5196,1,0,0, - 0,1081,5206,1,0,0,0,1083,5212,1,0,0,0,1085,5220,1,0,0,0,1087,5232, - 1,0,0,0,1089,5246,1,0,0,0,1091,5256,1,0,0,0,1093,5268,1,0,0,0,1095, - 5279,1,0,0,0,1097,5291,1,0,0,0,1099,5303,1,0,0,0,1101,5309,1,0,0, - 0,1103,5318,1,0,0,0,1105,5323,1,0,0,0,1107,5335,1,0,0,0,1109,5354, - 1,0,0,0,1111,5366,1,0,0,0,1113,5376,1,0,0,0,1115,5380,1,0,0,0,1117, - 5384,1,0,0,0,1119,5386,1,0,0,0,1121,5389,1,0,0,0,1123,5398,1,0,0, - 0,1125,5401,1,0,0,0,1127,5410,1,0,0,0,1129,5414,1,0,0,0,1131,5418, - 1,0,0,0,1133,5422,1,0,0,0,1135,5426,1,0,0,0,1137,5429,1,0,0,0,1139, - 5438,1,0,0,0,1141,5444,1,0,0,0,1143,5447,1,0,0,0,1145,5451,1,0,0, - 0,1147,5459,1,0,0,0,1149,5466,1,0,0,0,1151,5469,1,0,0,0,1153,5477, - 1,0,0,0,1155,5480,1,0,0,0,1157,5483,1,0,0,0,1159,5486,1,0,0,0,1161, - 5494,1,0,0,0,1163,5497,1,0,0,0,1165,5500,1,0,0,0,1167,5502,1,0,0, - 0,1169,5534,1,0,0,0,1171,5537,1,0,0,0,1173,5541,1,0,0,0,1175,5549, - 1,0,0,0,1177,5565,1,0,0,0,1179,5576,1,0,0,0,1181,5580,1,0,0,0,1183, - 5591,1,0,0,0,1185,5630,1,0,0,0,1187,5679,1,0,0,0,1189,5703,1,0,0, - 0,1191,5706,1,0,0,0,1193,5708,1,0,0,0,1195,5713,1,0,0,0,1197,5744, - 1,0,0,0,1199,5747,1,0,0,0,1201,5752,1,0,0,0,1203,5765,1,0,0,0,1205, - 5768,1,0,0,0,1207,5773,1,0,0,0,1209,5779,1,0,0,0,1211,5784,1,0,0, - 0,1213,5789,1,0,0,0,1215,5806,1,0,0,0,1217,5808,1,0,0,0,1219,1220, - 5,36,0,0,1220,6,1,0,0,0,1221,1222,5,40,0,0,1222,8,1,0,0,0,1223,1224, - 5,41,0,0,1224,10,1,0,0,0,1225,1226,5,91,0,0,1226,12,1,0,0,0,1227, - 1228,5,93,0,0,1228,14,1,0,0,0,1229,1230,5,44,0,0,1230,16,1,0,0,0, - 1231,1232,5,59,0,0,1232,18,1,0,0,0,1233,1234,5,58,0,0,1234,20,1, - 0,0,0,1235,1236,5,42,0,0,1236,22,1,0,0,0,1237,1238,5,61,0,0,1238, - 24,1,0,0,0,1239,1240,5,46,0,0,1240,26,1,0,0,0,1241,1242,5,43,0,0, - 1242,28,1,0,0,0,1243,1244,5,45,0,0,1244,30,1,0,0,0,1245,1246,5,47, - 0,0,1246,32,1,0,0,0,1247,1248,5,94,0,0,1248,34,1,0,0,0,1249,1250, - 5,60,0,0,1250,36,1,0,0,0,1251,1252,5,62,0,0,1252,38,1,0,0,0,1253, - 1254,5,60,0,0,1254,1255,5,60,0,0,1255,40,1,0,0,0,1256,1257,5,62, - 0,0,1257,1258,5,62,0,0,1258,42,1,0,0,0,1259,1260,5,58,0,0,1260,1261, - 5,61,0,0,1261,44,1,0,0,0,1262,1263,5,60,0,0,1263,1264,5,61,0,0,1264, - 46,1,0,0,0,1265,1266,5,61,0,0,1266,1267,5,62,0,0,1267,48,1,0,0,0, - 1268,1269,5,62,0,0,1269,1270,5,61,0,0,1270,50,1,0,0,0,1271,1272, - 5,46,0,0,1272,1273,5,46,0,0,1273,52,1,0,0,0,1274,1275,5,60,0,0,1275, - 1276,5,62,0,0,1276,54,1,0,0,0,1277,1278,5,58,0,0,1278,1279,5,58, - 0,0,1279,56,1,0,0,0,1280,1281,5,37,0,0,1281,58,1,0,0,0,1282,1284, - 5,36,0,0,1283,1285,7,0,0,0,1284,1283,1,0,0,0,1285,1286,1,0,0,0,1286, - 1284,1,0,0,0,1286,1287,1,0,0,0,1287,60,1,0,0,0,1288,1302,3,65,30, - 0,1289,1291,7,1,0,0,1290,1289,1,0,0,0,1291,1292,1,0,0,0,1292,1290, - 1,0,0,0,1292,1293,1,0,0,0,1293,1298,1,0,0,0,1294,1299,3,65,30,0, - 1295,1297,5,47,0,0,1296,1295,1,0,0,0,1296,1297,1,0,0,0,1297,1299, - 1,0,0,0,1298,1294,1,0,0,0,1298,1296,1,0,0,0,1299,1302,1,0,0,0,1300, - 1302,5,47,0,0,1301,1288,1,0,0,0,1301,1290,1,0,0,0,1301,1300,1,0, - 0,0,1302,1303,1,0,0,0,1303,1301,1,0,0,0,1303,1304,1,0,0,0,1304,1307, - 1,0,0,0,1305,1307,7,1,0,0,1306,1301,1,0,0,0,1306,1305,1,0,0,0,1307, - 62,1,0,0,0,1308,1311,3,67,31,0,1309,1311,7,2,0,0,1310,1308,1,0,0, - 0,1310,1309,1,0,0,0,1311,1314,1,0,0,0,1312,1310,1,0,0,0,1312,1313, - 1,0,0,0,1313,1315,1,0,0,0,1314,1312,1,0,0,0,1315,1317,3,69,32,0, - 1316,1318,3,61,28,0,1317,1316,1,0,0,0,1317,1318,1,0,0,0,1318,1320, - 1,0,0,0,1319,1321,7,1,0,0,1320,1319,1,0,0,0,1321,1322,1,0,0,0,1322, - 1320,1,0,0,0,1322,1323,1,0,0,0,1323,1324,1,0,0,0,1324,1325,6,29, - 0,0,1325,64,1,0,0,0,1326,1327,7,3,0,0,1327,66,1,0,0,0,1328,1329, - 7,4,0,0,1329,68,1,0,0,0,1330,1331,7,5,0,0,1331,70,1,0,0,0,1332,1333, - 7,6,0,0,1333,1334,7,7,0,0,1334,1335,7,7,0,0,1335,72,1,0,0,0,1336, - 1337,7,6,0,0,1337,1338,7,8,0,0,1338,1339,7,6,0,0,1339,1340,7,7,0, - 0,1340,1341,7,9,0,0,1341,1342,7,10,0,0,1342,1343,7,11,0,0,1343,74, - 1,0,0,0,1344,1345,7,6,0,0,1345,1346,7,8,0,0,1346,1347,7,6,0,0,1347, - 1348,7,7,0,0,1348,1349,7,9,0,0,1349,1350,7,12,0,0,1350,1351,7,11, - 0,0,1351,76,1,0,0,0,1352,1353,7,6,0,0,1353,1354,7,8,0,0,1354,1355, - 7,13,0,0,1355,78,1,0,0,0,1356,1357,7,6,0,0,1357,1358,7,8,0,0,1358, - 1359,7,9,0,0,1359,80,1,0,0,0,1360,1361,7,6,0,0,1361,1362,7,14,0, - 0,1362,1363,7,14,0,0,1363,1364,7,6,0,0,1364,1365,7,9,0,0,1365,82, - 1,0,0,0,1366,1367,7,6,0,0,1367,1368,7,10,0,0,1368,84,1,0,0,0,1369, - 1370,7,6,0,0,1370,1371,7,10,0,0,1371,1372,7,15,0,0,1372,86,1,0,0, - 0,1373,1374,7,6,0,0,1374,1375,7,10,0,0,1375,1376,7,9,0,0,1376,1377, - 7,16,0,0,1377,1378,7,16,0,0,1378,1379,7,11,0,0,1379,1380,7,17,0, - 0,1380,1381,7,14,0,0,1381,1382,7,18,0,0,1382,1383,7,15,0,0,1383, - 88,1,0,0,0,1384,1385,7,19,0,0,1385,1386,7,20,0,0,1386,1387,7,17, - 0,0,1387,1388,7,21,0,0,1388,90,1,0,0,0,1389,1390,7,15,0,0,1390,1391, - 7,6,0,0,1391,1392,7,10,0,0,1392,1393,7,11,0,0,1393,92,1,0,0,0,1394, - 1395,7,15,0,0,1395,1396,7,6,0,0,1396,1397,7,10,0,0,1397,1398,7,17, - 0,0,1398,94,1,0,0,0,1399,1400,7,15,0,0,1400,1401,7,21,0,0,1401,1402, - 7,11,0,0,1402,1403,7,15,0,0,1403,1404,7,22,0,0,1404,96,1,0,0,0,1405, - 1406,7,15,0,0,1406,1407,7,20,0,0,1407,1408,7,7,0,0,1408,1409,7,7, - 0,0,1409,1410,7,6,0,0,1410,1411,7,17,0,0,1411,1412,7,11,0,0,1412, - 98,1,0,0,0,1413,1414,7,15,0,0,1414,1415,7,20,0,0,1415,1416,7,7,0, - 0,1416,1417,7,23,0,0,1417,1418,7,16,0,0,1418,1419,7,8,0,0,1419,100, - 1,0,0,0,1420,1421,7,15,0,0,1421,1422,7,20,0,0,1422,1423,7,8,0,0, - 1423,1424,7,10,0,0,1424,1425,7,17,0,0,1425,1426,7,14,0,0,1426,1427, - 7,6,0,0,1427,1428,7,18,0,0,1428,1429,7,8,0,0,1429,1430,7,17,0,0, - 1430,102,1,0,0,0,1431,1432,7,15,0,0,1432,1433,7,14,0,0,1433,1434, - 7,11,0,0,1434,1435,7,6,0,0,1435,1436,7,17,0,0,1436,1437,7,11,0,0, - 1437,104,1,0,0,0,1438,1439,7,15,0,0,1439,1440,7,23,0,0,1440,1441, - 7,14,0,0,1441,1442,7,14,0,0,1442,1443,7,11,0,0,1443,1444,7,8,0,0, - 1444,1445,7,17,0,0,1445,1446,5,95,0,0,1446,1447,7,15,0,0,1447,1448, - 7,6,0,0,1448,1449,7,17,0,0,1449,1450,7,6,0,0,1450,1451,7,7,0,0,1451, - 1452,7,20,0,0,1452,1453,7,24,0,0,1453,106,1,0,0,0,1454,1455,7,15, - 0,0,1455,1456,7,23,0,0,1456,1457,7,14,0,0,1457,1458,7,14,0,0,1458, - 1459,7,11,0,0,1459,1460,7,8,0,0,1460,1461,7,17,0,0,1461,1462,5,95, - 0,0,1462,1463,7,13,0,0,1463,1464,7,6,0,0,1464,1465,7,17,0,0,1465, - 1466,7,11,0,0,1466,108,1,0,0,0,1467,1468,7,15,0,0,1468,1469,7,23, - 0,0,1469,1470,7,14,0,0,1470,1471,7,14,0,0,1471,1472,7,11,0,0,1472, - 1473,7,8,0,0,1473,1474,7,17,0,0,1474,1475,5,95,0,0,1475,1476,7,14, - 0,0,1476,1477,7,20,0,0,1477,1478,7,7,0,0,1478,1479,7,11,0,0,1479, - 110,1,0,0,0,1480,1481,7,15,0,0,1481,1482,7,23,0,0,1482,1483,7,14, - 0,0,1483,1484,7,14,0,0,1484,1485,7,11,0,0,1485,1486,7,8,0,0,1486, - 1487,7,17,0,0,1487,1488,5,95,0,0,1488,1489,7,17,0,0,1489,1490,7, - 18,0,0,1490,1491,7,16,0,0,1491,1492,7,11,0,0,1492,112,1,0,0,0,1493, - 1494,7,15,0,0,1494,1495,7,23,0,0,1495,1496,7,14,0,0,1496,1497,7, - 14,0,0,1497,1498,7,11,0,0,1498,1499,7,8,0,0,1499,1500,7,17,0,0,1500, - 1501,5,95,0,0,1501,1502,7,17,0,0,1502,1503,7,18,0,0,1503,1504,7, - 16,0,0,1504,1505,7,11,0,0,1505,1506,7,10,0,0,1506,1507,7,17,0,0, - 1507,1508,7,6,0,0,1508,1509,7,16,0,0,1509,1510,7,25,0,0,1510,114, - 1,0,0,0,1511,1512,7,15,0,0,1512,1513,7,23,0,0,1513,1514,7,14,0,0, - 1514,1515,7,14,0,0,1515,1516,7,11,0,0,1516,1517,7,8,0,0,1517,1518, - 7,17,0,0,1518,1519,5,95,0,0,1519,1520,7,23,0,0,1520,1521,7,10,0, - 0,1521,1522,7,11,0,0,1522,1523,7,14,0,0,1523,116,1,0,0,0,1524,1525, - 7,13,0,0,1525,1526,7,11,0,0,1526,1527,7,26,0,0,1527,1528,7,6,0,0, - 1528,1529,7,23,0,0,1529,1530,7,7,0,0,1530,1531,7,17,0,0,1531,118, - 1,0,0,0,1532,1533,7,13,0,0,1533,1534,7,11,0,0,1534,1535,7,26,0,0, - 1535,1536,7,11,0,0,1536,1537,7,14,0,0,1537,1538,7,14,0,0,1538,1539, - 7,6,0,0,1539,1540,7,19,0,0,1540,1541,7,7,0,0,1541,1542,7,11,0,0, - 1542,120,1,0,0,0,1543,1544,7,13,0,0,1544,1545,7,11,0,0,1545,1546, - 7,10,0,0,1546,1547,7,15,0,0,1547,122,1,0,0,0,1548,1549,7,13,0,0, - 1549,1550,7,18,0,0,1550,1551,7,10,0,0,1551,1552,7,17,0,0,1552,1553, - 7,18,0,0,1553,1554,7,8,0,0,1554,1555,7,15,0,0,1555,1556,7,17,0,0, - 1556,124,1,0,0,0,1557,1558,7,13,0,0,1558,1559,7,20,0,0,1559,126, - 1,0,0,0,1560,1561,7,11,0,0,1561,1562,7,7,0,0,1562,1563,7,10,0,0, - 1563,1564,7,11,0,0,1564,128,1,0,0,0,1565,1566,7,11,0,0,1566,1567, - 7,27,0,0,1567,1568,7,15,0,0,1568,1569,7,11,0,0,1569,1570,7,25,0, - 0,1570,1571,7,17,0,0,1571,130,1,0,0,0,1572,1573,7,26,0,0,1573,1574, - 7,6,0,0,1574,1575,7,7,0,0,1575,1576,7,10,0,0,1576,1577,7,11,0,0, - 1577,132,1,0,0,0,1578,1579,7,26,0,0,1579,1580,7,11,0,0,1580,1581, - 7,17,0,0,1581,1582,7,15,0,0,1582,1583,7,21,0,0,1583,134,1,0,0,0, - 1584,1585,7,26,0,0,1585,1586,7,20,0,0,1586,1587,7,14,0,0,1587,136, - 1,0,0,0,1588,1589,7,26,0,0,1589,1590,7,20,0,0,1590,1591,7,14,0,0, - 1591,1592,7,11,0,0,1592,1593,7,18,0,0,1593,1594,7,24,0,0,1594,1595, - 7,8,0,0,1595,138,1,0,0,0,1596,1597,7,26,0,0,1597,1598,7,14,0,0,1598, - 1599,7,20,0,0,1599,1600,7,16,0,0,1600,140,1,0,0,0,1601,1602,7,24, - 0,0,1602,1603,7,14,0,0,1603,1604,7,6,0,0,1604,1605,7,8,0,0,1605, - 1606,7,17,0,0,1606,142,1,0,0,0,1607,1608,7,24,0,0,1608,1609,7,14, - 0,0,1609,1610,7,20,0,0,1610,1611,7,23,0,0,1611,1612,7,25,0,0,1612, - 144,1,0,0,0,1613,1614,7,21,0,0,1614,1615,7,6,0,0,1615,1616,7,28, - 0,0,1616,1617,7,18,0,0,1617,1618,7,8,0,0,1618,1619,7,24,0,0,1619, - 146,1,0,0,0,1620,1621,7,18,0,0,1621,1622,7,8,0,0,1622,148,1,0,0, - 0,1623,1624,7,18,0,0,1624,1625,7,8,0,0,1625,1626,7,18,0,0,1626,1627, - 7,17,0,0,1627,1628,7,18,0,0,1628,1629,7,6,0,0,1629,1630,7,7,0,0, - 1630,1631,7,7,0,0,1631,1632,7,9,0,0,1632,150,1,0,0,0,1633,1634,7, - 18,0,0,1634,1635,7,8,0,0,1635,1636,7,17,0,0,1636,1637,7,11,0,0,1637, - 1638,7,14,0,0,1638,1639,7,10,0,0,1639,1640,7,11,0,0,1640,1641,7, - 15,0,0,1641,1642,7,17,0,0,1642,152,1,0,0,0,1643,1644,7,18,0,0,1644, - 1645,7,8,0,0,1645,1646,7,17,0,0,1646,1647,7,20,0,0,1647,154,1,0, - 0,0,1648,1649,7,7,0,0,1649,1650,7,6,0,0,1650,1651,7,17,0,0,1651, - 1652,7,11,0,0,1652,1653,7,14,0,0,1653,1654,7,6,0,0,1654,1655,7,7, - 0,0,1655,156,1,0,0,0,1656,1657,7,7,0,0,1657,1658,7,11,0,0,1658,1659, - 7,6,0,0,1659,1660,7,13,0,0,1660,1661,7,18,0,0,1661,1662,7,8,0,0, - 1662,1663,7,24,0,0,1663,158,1,0,0,0,1664,1665,7,7,0,0,1665,1666, - 7,18,0,0,1666,1667,7,16,0,0,1667,1668,7,18,0,0,1668,1669,7,17,0, - 0,1669,160,1,0,0,0,1670,1671,7,7,0,0,1671,1672,7,20,0,0,1672,1673, - 7,15,0,0,1673,1674,7,6,0,0,1674,1675,7,7,0,0,1675,1676,7,17,0,0, - 1676,1677,7,18,0,0,1677,1678,7,16,0,0,1678,1679,7,11,0,0,1679,162, - 1,0,0,0,1680,1681,7,7,0,0,1681,1682,7,20,0,0,1682,1683,7,15,0,0, - 1683,1684,7,6,0,0,1684,1685,7,7,0,0,1685,1686,7,17,0,0,1686,1687, - 7,18,0,0,1687,1688,7,16,0,0,1688,1689,7,11,0,0,1689,1690,7,10,0, - 0,1690,1691,7,17,0,0,1691,1692,7,6,0,0,1692,1693,7,16,0,0,1693,1694, - 7,25,0,0,1694,164,1,0,0,0,1695,1696,7,8,0,0,1696,1697,7,20,0,0,1697, - 1698,7,17,0,0,1698,166,1,0,0,0,1699,1700,7,8,0,0,1700,1701,7,23, - 0,0,1701,1702,7,7,0,0,1702,1703,7,7,0,0,1703,168,1,0,0,0,1704,1705, - 7,20,0,0,1705,1706,7,26,0,0,1706,1707,7,26,0,0,1707,1708,7,10,0, - 0,1708,1709,7,11,0,0,1709,1710,7,17,0,0,1710,170,1,0,0,0,1711,1712, - 7,20,0,0,1712,1713,7,8,0,0,1713,172,1,0,0,0,1714,1715,7,20,0,0,1715, - 1716,7,8,0,0,1716,1717,7,7,0,0,1717,1718,7,9,0,0,1718,174,1,0,0, - 0,1719,1720,7,20,0,0,1720,1721,7,14,0,0,1721,176,1,0,0,0,1722,1723, - 7,20,0,0,1723,1724,7,14,0,0,1724,1725,7,13,0,0,1725,1726,7,11,0, - 0,1726,1727,7,14,0,0,1727,178,1,0,0,0,1728,1729,7,25,0,0,1729,1730, - 7,7,0,0,1730,1731,7,6,0,0,1731,1732,7,15,0,0,1732,1733,7,18,0,0, - 1733,1734,7,8,0,0,1734,1735,7,24,0,0,1735,180,1,0,0,0,1736,1737, - 7,25,0,0,1737,1738,7,14,0,0,1738,1739,7,18,0,0,1739,1740,7,16,0, - 0,1740,1741,7,6,0,0,1741,1742,7,14,0,0,1742,1743,7,9,0,0,1743,182, - 1,0,0,0,1744,1745,7,14,0,0,1745,1746,7,11,0,0,1746,1747,7,26,0,0, - 1747,1748,7,11,0,0,1748,1749,7,14,0,0,1749,1750,7,11,0,0,1750,1751, - 7,8,0,0,1751,1752,7,15,0,0,1752,1753,7,11,0,0,1753,1754,7,10,0,0, - 1754,184,1,0,0,0,1755,1756,7,14,0,0,1756,1757,7,11,0,0,1757,1758, - 7,17,0,0,1758,1759,7,23,0,0,1759,1760,7,14,0,0,1760,1761,7,8,0,0, - 1761,1762,7,18,0,0,1762,1763,7,8,0,0,1763,1764,7,24,0,0,1764,186, - 1,0,0,0,1765,1766,7,10,0,0,1766,1767,7,11,0,0,1767,1768,7,7,0,0, - 1768,1769,7,11,0,0,1769,1770,7,15,0,0,1770,1771,7,17,0,0,1771,188, - 1,0,0,0,1772,1773,7,10,0,0,1773,1774,7,11,0,0,1774,1775,7,10,0,0, - 1775,1776,7,10,0,0,1776,1777,7,18,0,0,1777,1778,7,20,0,0,1778,1779, - 7,8,0,0,1779,1780,5,95,0,0,1780,1781,7,23,0,0,1781,1782,7,10,0,0, - 1782,1783,7,11,0,0,1783,1784,7,14,0,0,1784,190,1,0,0,0,1785,1786, - 7,10,0,0,1786,1787,7,20,0,0,1787,1788,7,16,0,0,1788,1789,7,11,0, - 0,1789,192,1,0,0,0,1790,1791,7,10,0,0,1791,1792,7,9,0,0,1792,1793, - 7,16,0,0,1793,1794,7,16,0,0,1794,1795,7,11,0,0,1795,1796,7,17,0, - 0,1796,1797,7,14,0,0,1797,1798,7,18,0,0,1798,1799,7,15,0,0,1799, - 194,1,0,0,0,1800,1801,7,17,0,0,1801,1802,7,6,0,0,1802,1803,7,19, - 0,0,1803,1804,7,7,0,0,1804,1805,7,11,0,0,1805,196,1,0,0,0,1806,1807, - 7,17,0,0,1807,1808,7,21,0,0,1808,1809,7,11,0,0,1809,1810,7,8,0,0, - 1810,198,1,0,0,0,1811,1812,7,17,0,0,1812,1813,7,20,0,0,1813,200, - 1,0,0,0,1814,1815,7,17,0,0,1815,1816,7,14,0,0,1816,1817,7,6,0,0, - 1817,1818,7,18,0,0,1818,1819,7,7,0,0,1819,1820,7,18,0,0,1820,1821, - 7,8,0,0,1821,1822,7,24,0,0,1822,202,1,0,0,0,1823,1824,7,17,0,0,1824, - 1825,7,14,0,0,1825,1826,7,23,0,0,1826,1827,7,11,0,0,1827,204,1,0, - 0,0,1828,1829,7,23,0,0,1829,1830,7,8,0,0,1830,1831,7,18,0,0,1831, - 1832,7,20,0,0,1832,1833,7,8,0,0,1833,206,1,0,0,0,1834,1835,7,23, - 0,0,1835,1836,7,8,0,0,1836,1837,7,18,0,0,1837,1838,7,29,0,0,1838, - 1839,7,23,0,0,1839,1840,7,11,0,0,1840,208,1,0,0,0,1841,1842,7,23, - 0,0,1842,1843,7,10,0,0,1843,1844,7,11,0,0,1844,1845,7,14,0,0,1845, - 210,1,0,0,0,1846,1847,7,23,0,0,1847,1848,7,10,0,0,1848,1849,7,18, - 0,0,1849,1850,7,8,0,0,1850,1851,7,24,0,0,1851,212,1,0,0,0,1852,1853, - 7,28,0,0,1853,1854,7,6,0,0,1854,1855,7,14,0,0,1855,1856,7,18,0,0, - 1856,1857,7,6,0,0,1857,1858,7,13,0,0,1858,1859,7,18,0,0,1859,1860, - 7,15,0,0,1860,214,1,0,0,0,1861,1862,7,30,0,0,1862,1863,7,21,0,0, - 1863,1864,7,11,0,0,1864,1865,7,8,0,0,1865,216,1,0,0,0,1866,1867, - 7,30,0,0,1867,1868,7,21,0,0,1868,1869,7,11,0,0,1869,1870,7,14,0, - 0,1870,1871,7,11,0,0,1871,218,1,0,0,0,1872,1873,7,30,0,0,1873,1874, - 7,18,0,0,1874,1875,7,8,0,0,1875,1876,7,13,0,0,1876,1877,7,20,0,0, - 1877,1878,7,30,0,0,1878,220,1,0,0,0,1879,1880,7,30,0,0,1880,1881, - 7,18,0,0,1881,1882,7,17,0,0,1882,1883,7,21,0,0,1883,222,1,0,0,0, - 1884,1885,7,6,0,0,1885,1886,7,23,0,0,1886,1887,7,17,0,0,1887,1888, - 7,21,0,0,1888,1889,7,20,0,0,1889,1890,7,14,0,0,1890,1891,7,18,0, - 0,1891,1892,7,12,0,0,1892,1893,7,6,0,0,1893,1894,7,17,0,0,1894,1895, - 7,18,0,0,1895,1896,7,20,0,0,1896,1897,7,8,0,0,1897,224,1,0,0,0,1898, - 1899,7,19,0,0,1899,1900,7,18,0,0,1900,1901,7,8,0,0,1901,1902,7,6, - 0,0,1902,1903,7,14,0,0,1903,1904,7,9,0,0,1904,226,1,0,0,0,1905,1906, - 7,15,0,0,1906,1907,7,20,0,0,1907,1908,7,7,0,0,1908,1909,7,7,0,0, - 1909,1910,7,6,0,0,1910,1911,7,17,0,0,1911,1912,7,18,0,0,1912,1913, - 7,20,0,0,1913,1914,7,8,0,0,1914,228,1,0,0,0,1915,1916,7,15,0,0,1916, - 1917,7,20,0,0,1917,1918,7,8,0,0,1918,1919,7,15,0,0,1919,1920,7,23, - 0,0,1920,1921,7,14,0,0,1921,1922,7,14,0,0,1922,1923,7,11,0,0,1923, - 1924,7,8,0,0,1924,1925,7,17,0,0,1925,1926,7,7,0,0,1926,1927,7,9, - 0,0,1927,230,1,0,0,0,1928,1929,7,15,0,0,1929,1930,7,14,0,0,1930, - 1931,7,20,0,0,1931,1932,7,10,0,0,1932,1933,7,10,0,0,1933,232,1,0, - 0,0,1934,1935,7,15,0,0,1935,1936,7,23,0,0,1936,1937,7,14,0,0,1937, - 1938,7,14,0,0,1938,1939,7,11,0,0,1939,1940,7,8,0,0,1940,1941,7,17, - 0,0,1941,1942,5,95,0,0,1942,1943,7,10,0,0,1943,1944,7,15,0,0,1944, - 1945,7,21,0,0,1945,1946,7,11,0,0,1946,1947,7,16,0,0,1947,1948,7, - 6,0,0,1948,234,1,0,0,0,1949,1950,7,26,0,0,1950,1951,7,14,0,0,1951, - 1952,7,11,0,0,1952,1953,7,11,0,0,1953,1954,7,12,0,0,1954,1955,7, - 11,0,0,1955,236,1,0,0,0,1956,1957,7,26,0,0,1957,1958,7,23,0,0,1958, - 1959,7,7,0,0,1959,1960,7,7,0,0,1960,238,1,0,0,0,1961,1962,7,18,0, - 0,1962,1963,7,7,0,0,1963,1964,7,18,0,0,1964,1965,7,22,0,0,1965,1966, - 7,11,0,0,1966,240,1,0,0,0,1967,1968,7,18,0,0,1968,1969,7,8,0,0,1969, - 1970,7,8,0,0,1970,1971,7,11,0,0,1971,1972,7,14,0,0,1972,242,1,0, - 0,0,1973,1974,7,18,0,0,1974,1975,7,10,0,0,1975,244,1,0,0,0,1976, - 1977,7,18,0,0,1977,1978,7,10,0,0,1978,1979,7,8,0,0,1979,1980,7,23, - 0,0,1980,1981,7,7,0,0,1981,1982,7,7,0,0,1982,246,1,0,0,0,1983,1984, - 7,31,0,0,1984,1985,7,20,0,0,1985,1986,7,18,0,0,1986,1987,7,8,0,0, - 1987,248,1,0,0,0,1988,1989,7,7,0,0,1989,1990,7,11,0,0,1990,1991, - 7,26,0,0,1991,1992,7,17,0,0,1992,250,1,0,0,0,1993,1994,7,7,0,0,1994, - 1995,7,18,0,0,1995,1996,7,22,0,0,1996,1997,7,11,0,0,1997,252,1,0, - 0,0,1998,1999,7,8,0,0,1999,2000,7,6,0,0,2000,2001,7,17,0,0,2001, - 2002,7,23,0,0,2002,2003,7,14,0,0,2003,2004,7,6,0,0,2004,2005,7,7, - 0,0,2005,254,1,0,0,0,2006,2007,7,8,0,0,2007,2008,7,20,0,0,2008,2009, - 7,17,0,0,2009,2010,7,8,0,0,2010,2011,7,23,0,0,2011,2012,7,7,0,0, - 2012,2013,7,7,0,0,2013,256,1,0,0,0,2014,2015,7,20,0,0,2015,2016, - 7,23,0,0,2016,2017,7,17,0,0,2017,2018,7,11,0,0,2018,2019,7,14,0, - 0,2019,258,1,0,0,0,2020,2021,7,20,0,0,2021,2022,7,28,0,0,2022,2023, - 7,11,0,0,2023,2024,7,14,0,0,2024,260,1,0,0,0,2025,2026,7,20,0,0, - 2026,2027,7,28,0,0,2027,2028,7,11,0,0,2028,2029,7,14,0,0,2029,2030, - 7,7,0,0,2030,2031,7,6,0,0,2031,2032,7,25,0,0,2032,2033,7,10,0,0, - 2033,262,1,0,0,0,2034,2035,7,14,0,0,2035,2036,7,18,0,0,2036,2037, - 7,24,0,0,2037,2038,7,21,0,0,2038,2039,7,17,0,0,2039,264,1,0,0,0, - 2040,2041,7,10,0,0,2041,2042,7,18,0,0,2042,2043,7,16,0,0,2043,2044, - 7,18,0,0,2044,2045,7,7,0,0,2045,2046,7,6,0,0,2046,2047,7,14,0,0, - 2047,266,1,0,0,0,2048,2049,7,28,0,0,2049,2050,7,11,0,0,2050,2051, - 7,14,0,0,2051,2052,7,19,0,0,2052,2053,7,20,0,0,2053,2054,7,10,0, - 0,2054,2055,7,11,0,0,2055,268,1,0,0,0,2056,2057,7,6,0,0,2057,2058, - 7,19,0,0,2058,2059,7,20,0,0,2059,2060,7,14,0,0,2060,2061,7,17,0, - 0,2061,270,1,0,0,0,2062,2063,7,6,0,0,2063,2064,7,19,0,0,2064,2065, - 7,10,0,0,2065,2066,7,20,0,0,2066,2067,7,7,0,0,2067,2068,7,23,0,0, - 2068,2069,7,17,0,0,2069,2070,7,11,0,0,2070,272,1,0,0,0,2071,2072, - 7,6,0,0,2072,2073,7,15,0,0,2073,2074,7,15,0,0,2074,2075,7,11,0,0, - 2075,2076,7,10,0,0,2076,2077,7,10,0,0,2077,274,1,0,0,0,2078,2079, - 7,6,0,0,2079,2080,7,15,0,0,2080,2081,7,17,0,0,2081,2082,7,18,0,0, - 2082,2083,7,20,0,0,2083,2084,7,8,0,0,2084,276,1,0,0,0,2085,2086, - 7,6,0,0,2086,2087,7,13,0,0,2087,2088,7,13,0,0,2088,278,1,0,0,0,2089, - 2090,7,6,0,0,2090,2091,7,13,0,0,2091,2092,7,16,0,0,2092,2093,7,18, - 0,0,2093,2094,7,8,0,0,2094,280,1,0,0,0,2095,2096,7,6,0,0,2096,2097, - 7,26,0,0,2097,2098,7,17,0,0,2098,2099,7,11,0,0,2099,2100,7,14,0, - 0,2100,282,1,0,0,0,2101,2102,7,6,0,0,2102,2103,7,24,0,0,2103,2104, - 7,24,0,0,2104,2105,7,14,0,0,2105,2106,7,11,0,0,2106,2107,7,24,0, - 0,2107,2108,7,6,0,0,2108,2109,7,17,0,0,2109,2110,7,11,0,0,2110,284, - 1,0,0,0,2111,2112,7,6,0,0,2112,2113,7,7,0,0,2113,2114,7,10,0,0,2114, - 2115,7,20,0,0,2115,286,1,0,0,0,2116,2117,7,6,0,0,2117,2118,7,7,0, - 0,2118,2119,7,17,0,0,2119,2120,7,11,0,0,2120,2121,7,14,0,0,2121, - 288,1,0,0,0,2122,2123,7,6,0,0,2123,2124,7,7,0,0,2124,2125,7,30,0, - 0,2125,2126,7,6,0,0,2126,2127,7,9,0,0,2127,2128,7,10,0,0,2128,290, - 1,0,0,0,2129,2130,7,6,0,0,2130,2131,7,10,0,0,2131,2132,7,10,0,0, - 2132,2133,7,11,0,0,2133,2134,7,14,0,0,2134,2135,7,17,0,0,2135,2136, - 7,18,0,0,2136,2137,7,20,0,0,2137,2138,7,8,0,0,2138,292,1,0,0,0,2139, - 2140,7,6,0,0,2140,2141,7,10,0,0,2141,2142,7,10,0,0,2142,2143,7,18, - 0,0,2143,2144,7,24,0,0,2144,2145,7,8,0,0,2145,2146,7,16,0,0,2146, - 2147,7,11,0,0,2147,2148,7,8,0,0,2148,2149,7,17,0,0,2149,294,1,0, - 0,0,2150,2151,7,6,0,0,2151,2152,7,17,0,0,2152,296,1,0,0,0,2153,2154, - 7,6,0,0,2154,2155,7,17,0,0,2155,2156,7,17,0,0,2156,2157,7,14,0,0, - 2157,2158,7,18,0,0,2158,2159,7,19,0,0,2159,2160,7,23,0,0,2160,2161, - 7,17,0,0,2161,2162,7,11,0,0,2162,298,1,0,0,0,2163,2164,7,19,0,0, - 2164,2165,7,6,0,0,2165,2166,7,15,0,0,2166,2167,7,22,0,0,2167,2168, - 7,30,0,0,2168,2169,7,6,0,0,2169,2170,7,14,0,0,2170,2171,7,13,0,0, - 2171,300,1,0,0,0,2172,2173,7,19,0,0,2173,2174,7,11,0,0,2174,2175, - 7,26,0,0,2175,2176,7,20,0,0,2176,2177,7,14,0,0,2177,2178,7,11,0, - 0,2178,302,1,0,0,0,2179,2180,7,19,0,0,2180,2181,7,11,0,0,2181,2182, - 7,24,0,0,2182,2183,7,18,0,0,2183,2184,7,8,0,0,2184,304,1,0,0,0,2185, - 2186,7,19,0,0,2186,2187,7,9,0,0,2187,306,1,0,0,0,2188,2189,7,15, - 0,0,2189,2190,7,6,0,0,2190,2191,7,15,0,0,2191,2192,7,21,0,0,2192, - 2193,7,11,0,0,2193,308,1,0,0,0,2194,2195,7,15,0,0,2195,2196,7,6, - 0,0,2196,2197,7,7,0,0,2197,2198,7,7,0,0,2198,2199,7,11,0,0,2199, - 2200,7,13,0,0,2200,310,1,0,0,0,2201,2202,7,15,0,0,2202,2203,7,6, - 0,0,2203,2204,7,10,0,0,2204,2205,7,15,0,0,2205,2206,7,6,0,0,2206, - 2207,7,13,0,0,2207,2208,7,11,0,0,2208,312,1,0,0,0,2209,2210,7,15, - 0,0,2210,2211,7,6,0,0,2211,2212,7,10,0,0,2212,2213,7,15,0,0,2213, - 2214,7,6,0,0,2214,2215,7,13,0,0,2215,2216,7,11,0,0,2216,2217,7,13, - 0,0,2217,314,1,0,0,0,2218,2219,7,15,0,0,2219,2220,7,6,0,0,2220,2221, - 7,17,0,0,2221,2222,7,6,0,0,2222,2223,7,7,0,0,2223,2224,7,20,0,0, - 2224,2225,7,24,0,0,2225,316,1,0,0,0,2226,2227,7,15,0,0,2227,2228, - 7,21,0,0,2228,2229,7,6,0,0,2229,2230,7,18,0,0,2230,2231,7,8,0,0, - 2231,318,1,0,0,0,2232,2233,7,15,0,0,2233,2234,7,21,0,0,2234,2235, - 7,6,0,0,2235,2236,7,14,0,0,2236,2237,7,6,0,0,2237,2238,7,15,0,0, - 2238,2239,7,17,0,0,2239,2240,7,11,0,0,2240,2241,7,14,0,0,2241,2242, - 7,18,0,0,2242,2243,7,10,0,0,2243,2244,7,17,0,0,2244,2245,7,18,0, - 0,2245,2246,7,15,0,0,2246,2247,7,10,0,0,2247,320,1,0,0,0,2248,2249, - 7,15,0,0,2249,2250,7,21,0,0,2250,2251,7,11,0,0,2251,2252,7,15,0, - 0,2252,2253,7,22,0,0,2253,2254,7,25,0,0,2254,2255,7,20,0,0,2255, - 2256,7,18,0,0,2256,2257,7,8,0,0,2257,2258,7,17,0,0,2258,322,1,0, - 0,0,2259,2260,7,15,0,0,2260,2261,7,7,0,0,2261,2262,7,6,0,0,2262, - 2263,7,10,0,0,2263,2264,7,10,0,0,2264,324,1,0,0,0,2265,2266,7,15, - 0,0,2266,2267,7,7,0,0,2267,2268,7,20,0,0,2268,2269,7,10,0,0,2269, - 2270,7,11,0,0,2270,326,1,0,0,0,2271,2272,7,15,0,0,2272,2273,7,7, - 0,0,2273,2274,7,23,0,0,2274,2275,7,10,0,0,2275,2276,7,17,0,0,2276, - 2277,7,11,0,0,2277,2278,7,14,0,0,2278,328,1,0,0,0,2279,2280,7,15, - 0,0,2280,2281,7,20,0,0,2281,2282,7,16,0,0,2282,2283,7,16,0,0,2283, - 2284,7,11,0,0,2284,2285,7,8,0,0,2285,2286,7,17,0,0,2286,330,1,0, - 0,0,2287,2288,7,15,0,0,2288,2289,7,20,0,0,2289,2290,7,16,0,0,2290, - 2291,7,16,0,0,2291,2292,7,11,0,0,2292,2293,7,8,0,0,2293,2294,7,17, - 0,0,2294,2295,7,10,0,0,2295,332,1,0,0,0,2296,2297,7,15,0,0,2297, - 2298,7,20,0,0,2298,2299,7,16,0,0,2299,2300,7,16,0,0,2300,2301,7, - 18,0,0,2301,2302,7,17,0,0,2302,334,1,0,0,0,2303,2304,7,15,0,0,2304, - 2305,7,20,0,0,2305,2306,7,16,0,0,2306,2307,7,16,0,0,2307,2308,7, - 18,0,0,2308,2309,7,17,0,0,2309,2310,7,17,0,0,2310,2311,7,11,0,0, - 2311,2312,7,13,0,0,2312,336,1,0,0,0,2313,2314,7,15,0,0,2314,2315, - 7,20,0,0,2315,2316,7,8,0,0,2316,2317,7,26,0,0,2317,2318,7,18,0,0, - 2318,2319,7,24,0,0,2319,2320,7,23,0,0,2320,2321,7,14,0,0,2321,2322, - 7,6,0,0,2322,2323,7,17,0,0,2323,2324,7,18,0,0,2324,2325,7,20,0,0, - 2325,2326,7,8,0,0,2326,338,1,0,0,0,2327,2328,7,15,0,0,2328,2329, - 7,20,0,0,2329,2330,7,8,0,0,2330,2331,7,8,0,0,2331,2332,7,11,0,0, - 2332,2333,7,15,0,0,2333,2334,7,17,0,0,2334,2335,7,18,0,0,2335,2336, - 7,20,0,0,2336,2337,7,8,0,0,2337,340,1,0,0,0,2338,2339,7,15,0,0,2339, - 2340,7,20,0,0,2340,2341,7,8,0,0,2341,2342,7,10,0,0,2342,2343,7,17, - 0,0,2343,2344,7,14,0,0,2344,2345,7,6,0,0,2345,2346,7,18,0,0,2346, - 2347,7,8,0,0,2347,2348,7,17,0,0,2348,2349,7,10,0,0,2349,342,1,0, - 0,0,2350,2351,7,15,0,0,2351,2352,7,20,0,0,2352,2353,7,8,0,0,2353, - 2354,7,17,0,0,2354,2355,7,11,0,0,2355,2356,7,8,0,0,2356,2357,7,17, - 0,0,2357,344,1,0,0,0,2358,2359,7,15,0,0,2359,2360,7,20,0,0,2360, - 2361,7,8,0,0,2361,2362,7,17,0,0,2362,2363,7,18,0,0,2363,2364,7,8, - 0,0,2364,2365,7,23,0,0,2365,2366,7,11,0,0,2366,346,1,0,0,0,2367, - 2368,7,15,0,0,2368,2369,7,20,0,0,2369,2370,7,8,0,0,2370,2371,7,28, - 0,0,2371,2372,7,11,0,0,2372,2373,7,14,0,0,2373,2374,7,10,0,0,2374, - 2375,7,18,0,0,2375,2376,7,20,0,0,2376,2377,7,8,0,0,2377,348,1,0, - 0,0,2378,2379,7,15,0,0,2379,2380,7,20,0,0,2380,2381,7,25,0,0,2381, - 2382,7,9,0,0,2382,350,1,0,0,0,2383,2384,7,15,0,0,2384,2385,7,20, - 0,0,2385,2386,7,10,0,0,2386,2387,7,17,0,0,2387,352,1,0,0,0,2388, - 2389,7,15,0,0,2389,2390,7,10,0,0,2390,2391,7,28,0,0,2391,354,1,0, - 0,0,2392,2393,7,15,0,0,2393,2394,7,23,0,0,2394,2395,7,14,0,0,2395, - 2396,7,10,0,0,2396,2397,7,20,0,0,2397,2398,7,14,0,0,2398,356,1,0, - 0,0,2399,2400,7,15,0,0,2400,2401,7,9,0,0,2401,2402,7,15,0,0,2402, - 2403,7,7,0,0,2403,2404,7,11,0,0,2404,358,1,0,0,0,2405,2406,7,13, - 0,0,2406,2407,7,6,0,0,2407,2408,7,17,0,0,2408,2409,7,6,0,0,2409, - 360,1,0,0,0,2410,2411,7,13,0,0,2411,2412,7,6,0,0,2412,2413,7,17, - 0,0,2413,2414,7,6,0,0,2414,2415,7,19,0,0,2415,2416,7,6,0,0,2416, - 2417,7,10,0,0,2417,2418,7,11,0,0,2418,362,1,0,0,0,2419,2420,7,13, - 0,0,2420,2421,7,6,0,0,2421,2422,7,9,0,0,2422,364,1,0,0,0,2423,2424, - 7,13,0,0,2424,2425,7,11,0,0,2425,2426,7,6,0,0,2426,2427,7,7,0,0, - 2427,2428,7,7,0,0,2428,2429,7,20,0,0,2429,2430,7,15,0,0,2430,2431, - 7,6,0,0,2431,2432,7,17,0,0,2432,2433,7,11,0,0,2433,366,1,0,0,0,2434, - 2435,7,13,0,0,2435,2436,7,11,0,0,2436,2437,7,15,0,0,2437,2438,7, - 7,0,0,2438,2439,7,6,0,0,2439,2440,7,14,0,0,2440,2441,7,11,0,0,2441, - 368,1,0,0,0,2442,2443,7,13,0,0,2443,2444,7,11,0,0,2444,2445,7,26, - 0,0,2445,2446,7,6,0,0,2446,2447,7,23,0,0,2447,2448,7,7,0,0,2448, - 2449,7,17,0,0,2449,2450,7,10,0,0,2450,370,1,0,0,0,2451,2452,7,13, - 0,0,2452,2453,7,11,0,0,2453,2454,7,26,0,0,2454,2455,7,11,0,0,2455, - 2456,7,14,0,0,2456,2457,7,14,0,0,2457,2458,7,11,0,0,2458,2459,7, - 13,0,0,2459,372,1,0,0,0,2460,2461,7,13,0,0,2461,2462,7,11,0,0,2462, - 2463,7,26,0,0,2463,2464,7,18,0,0,2464,2465,7,8,0,0,2465,2466,7,11, - 0,0,2466,2467,7,14,0,0,2467,374,1,0,0,0,2468,2469,7,13,0,0,2469, - 2470,7,11,0,0,2470,2471,7,7,0,0,2471,2472,7,11,0,0,2472,2473,7,17, - 0,0,2473,2474,7,11,0,0,2474,376,1,0,0,0,2475,2476,7,13,0,0,2476, - 2477,7,11,0,0,2477,2478,7,7,0,0,2478,2479,7,18,0,0,2479,2480,7,16, - 0,0,2480,2481,7,18,0,0,2481,2482,7,17,0,0,2482,2483,7,11,0,0,2483, - 2484,7,14,0,0,2484,378,1,0,0,0,2485,2486,7,13,0,0,2486,2487,7,11, - 0,0,2487,2488,7,7,0,0,2488,2489,7,18,0,0,2489,2490,7,16,0,0,2490, - 2491,7,18,0,0,2491,2492,7,17,0,0,2492,2493,7,11,0,0,2493,2494,7, - 14,0,0,2494,2495,7,10,0,0,2495,380,1,0,0,0,2496,2497,7,13,0,0,2497, - 2498,7,18,0,0,2498,2499,7,15,0,0,2499,2500,7,17,0,0,2500,2501,7, - 18,0,0,2501,2502,7,20,0,0,2502,2503,7,8,0,0,2503,2504,7,6,0,0,2504, - 2505,7,14,0,0,2505,2506,7,9,0,0,2506,382,1,0,0,0,2507,2508,7,13, - 0,0,2508,2509,7,18,0,0,2509,2510,7,10,0,0,2510,2511,7,6,0,0,2511, - 2512,7,19,0,0,2512,2513,7,7,0,0,2513,2514,7,11,0,0,2514,384,1,0, - 0,0,2515,2516,7,13,0,0,2516,2517,7,18,0,0,2517,2518,7,10,0,0,2518, - 2519,7,15,0,0,2519,2520,7,6,0,0,2520,2521,7,14,0,0,2521,2522,7,13, - 0,0,2522,386,1,0,0,0,2523,2524,7,13,0,0,2524,2525,7,20,0,0,2525, - 2526,7,15,0,0,2526,2527,7,23,0,0,2527,2528,7,16,0,0,2528,2529,7, - 11,0,0,2529,2530,7,8,0,0,2530,2531,7,17,0,0,2531,388,1,0,0,0,2532, - 2533,7,13,0,0,2533,2534,7,20,0,0,2534,2535,7,16,0,0,2535,2536,7, - 6,0,0,2536,2537,7,18,0,0,2537,2538,7,8,0,0,2538,390,1,0,0,0,2539, - 2540,7,13,0,0,2540,2541,7,20,0,0,2541,2542,7,23,0,0,2542,2543,7, - 19,0,0,2543,2544,7,7,0,0,2544,2545,7,11,0,0,2545,392,1,0,0,0,2546, - 2547,7,13,0,0,2547,2548,7,14,0,0,2548,2549,7,20,0,0,2549,2550,7, - 25,0,0,2550,394,1,0,0,0,2551,2552,7,11,0,0,2552,2553,7,6,0,0,2553, - 2554,7,15,0,0,2554,2555,7,21,0,0,2555,396,1,0,0,0,2556,2557,7,11, - 0,0,2557,2558,7,8,0,0,2558,2559,7,6,0,0,2559,2560,7,19,0,0,2560, - 2561,7,7,0,0,2561,2562,7,11,0,0,2562,398,1,0,0,0,2563,2564,7,11, - 0,0,2564,2565,7,8,0,0,2565,2566,7,15,0,0,2566,2567,7,20,0,0,2567, - 2568,7,13,0,0,2568,2569,7,18,0,0,2569,2570,7,8,0,0,2570,2571,7,24, - 0,0,2571,400,1,0,0,0,2572,2573,7,11,0,0,2573,2574,7,8,0,0,2574,2575, - 7,15,0,0,2575,2576,7,14,0,0,2576,2577,7,9,0,0,2577,2578,7,25,0,0, - 2578,2579,7,17,0,0,2579,2580,7,11,0,0,2580,2581,7,13,0,0,2581,402, - 1,0,0,0,2582,2583,7,11,0,0,2583,2584,7,8,0,0,2584,2585,7,23,0,0, - 2585,2586,7,16,0,0,2586,404,1,0,0,0,2587,2588,7,11,0,0,2588,2589, - 7,10,0,0,2589,2590,7,15,0,0,2590,2591,7,6,0,0,2591,2592,7,25,0,0, - 2592,2593,7,11,0,0,2593,406,1,0,0,0,2594,2595,7,11,0,0,2595,2596, - 7,28,0,0,2596,2597,7,11,0,0,2597,2598,7,8,0,0,2598,2599,7,17,0,0, - 2599,408,1,0,0,0,2600,2601,7,11,0,0,2601,2602,7,27,0,0,2602,2603, - 7,15,0,0,2603,2604,7,7,0,0,2604,2605,7,23,0,0,2605,2606,7,13,0,0, - 2606,2607,7,11,0,0,2607,410,1,0,0,0,2608,2609,7,11,0,0,2609,2610, - 7,27,0,0,2610,2611,7,15,0,0,2611,2612,7,7,0,0,2612,2613,7,23,0,0, - 2613,2614,7,13,0,0,2614,2615,7,18,0,0,2615,2616,7,8,0,0,2616,2617, - 7,24,0,0,2617,412,1,0,0,0,2618,2619,7,11,0,0,2619,2620,7,27,0,0, - 2620,2621,7,15,0,0,2621,2622,7,7,0,0,2622,2623,7,23,0,0,2623,2624, - 7,10,0,0,2624,2625,7,18,0,0,2625,2626,7,28,0,0,2626,2627,7,11,0, - 0,2627,414,1,0,0,0,2628,2629,7,11,0,0,2629,2630,7,27,0,0,2630,2631, - 7,11,0,0,2631,2632,7,15,0,0,2632,2633,7,23,0,0,2633,2634,7,17,0, - 0,2634,2635,7,11,0,0,2635,416,1,0,0,0,2636,2637,7,11,0,0,2637,2638, - 7,27,0,0,2638,2639,7,25,0,0,2639,2640,7,7,0,0,2640,2641,7,6,0,0, - 2641,2642,7,18,0,0,2642,2643,7,8,0,0,2643,418,1,0,0,0,2644,2645, - 7,11,0,0,2645,2646,7,27,0,0,2646,2647,7,17,0,0,2647,2648,7,11,0, - 0,2648,2649,7,8,0,0,2649,2650,7,10,0,0,2650,2651,7,18,0,0,2651,2652, - 7,20,0,0,2652,2653,7,8,0,0,2653,420,1,0,0,0,2654,2655,7,11,0,0,2655, - 2656,7,27,0,0,2656,2657,7,17,0,0,2657,2658,7,11,0,0,2658,2659,7, - 14,0,0,2659,2660,7,8,0,0,2660,2661,7,6,0,0,2661,2662,7,7,0,0,2662, - 422,1,0,0,0,2663,2664,7,26,0,0,2664,2665,7,6,0,0,2665,2666,7,16, - 0,0,2666,2667,7,18,0,0,2667,2668,7,7,0,0,2668,2669,7,9,0,0,2669, - 424,1,0,0,0,2670,2671,7,26,0,0,2671,2672,7,18,0,0,2672,2673,7,14, - 0,0,2673,2674,7,10,0,0,2674,2675,7,17,0,0,2675,426,1,0,0,0,2676, - 2677,7,26,0,0,2677,2678,7,20,0,0,2678,2679,7,7,0,0,2679,2680,7,7, - 0,0,2680,2681,7,20,0,0,2681,2682,7,30,0,0,2682,2683,7,18,0,0,2683, - 2684,7,8,0,0,2684,2685,7,24,0,0,2685,428,1,0,0,0,2686,2687,7,26, - 0,0,2687,2688,7,20,0,0,2688,2689,7,14,0,0,2689,2690,7,15,0,0,2690, - 2691,7,11,0,0,2691,430,1,0,0,0,2692,2693,7,26,0,0,2693,2694,7,20, - 0,0,2694,2695,7,14,0,0,2695,2696,7,30,0,0,2696,2697,7,6,0,0,2697, - 2698,7,14,0,0,2698,2699,7,13,0,0,2699,432,1,0,0,0,2700,2701,7,26, - 0,0,2701,2702,7,23,0,0,2702,2703,7,8,0,0,2703,2704,7,15,0,0,2704, - 2705,7,17,0,0,2705,2706,7,18,0,0,2706,2707,7,20,0,0,2707,2708,7, - 8,0,0,2708,434,1,0,0,0,2709,2710,7,26,0,0,2710,2711,7,23,0,0,2711, - 2712,7,8,0,0,2712,2713,7,15,0,0,2713,2714,7,17,0,0,2714,2715,7,18, - 0,0,2715,2716,7,20,0,0,2716,2717,7,8,0,0,2717,2718,7,10,0,0,2718, - 436,1,0,0,0,2719,2720,7,24,0,0,2720,2721,7,7,0,0,2721,2722,7,20, - 0,0,2722,2723,7,19,0,0,2723,2724,7,6,0,0,2724,2725,7,7,0,0,2725, - 438,1,0,0,0,2726,2727,7,24,0,0,2727,2728,7,14,0,0,2728,2729,7,6, - 0,0,2729,2730,7,8,0,0,2730,2731,7,17,0,0,2731,2732,7,11,0,0,2732, - 2733,7,13,0,0,2733,440,1,0,0,0,2734,2735,7,21,0,0,2735,2736,7,6, - 0,0,2736,2737,7,8,0,0,2737,2738,7,13,0,0,2738,2739,7,7,0,0,2739, - 2740,7,11,0,0,2740,2741,7,14,0,0,2741,442,1,0,0,0,2742,2743,7,21, - 0,0,2743,2744,7,11,0,0,2744,2745,7,6,0,0,2745,2746,7,13,0,0,2746, - 2747,7,11,0,0,2747,2748,7,14,0,0,2748,444,1,0,0,0,2749,2750,7,21, - 0,0,2750,2751,7,20,0,0,2751,2752,7,7,0,0,2752,2753,7,13,0,0,2753, - 446,1,0,0,0,2754,2755,7,21,0,0,2755,2756,7,20,0,0,2756,2757,7,23, - 0,0,2757,2758,7,14,0,0,2758,448,1,0,0,0,2759,2760,7,18,0,0,2760, - 2761,7,13,0,0,2761,2762,7,11,0,0,2762,2763,7,8,0,0,2763,2764,7,17, - 0,0,2764,2765,7,18,0,0,2765,2766,7,17,0,0,2766,2767,7,9,0,0,2767, - 450,1,0,0,0,2768,2769,7,18,0,0,2769,2770,7,26,0,0,2770,452,1,0,0, - 0,2771,2772,7,18,0,0,2772,2773,7,16,0,0,2773,2774,7,16,0,0,2774, - 2775,7,11,0,0,2775,2776,7,13,0,0,2776,2777,7,18,0,0,2777,2778,7, - 6,0,0,2778,2779,7,17,0,0,2779,2780,7,11,0,0,2780,454,1,0,0,0,2781, - 2782,7,18,0,0,2782,2783,7,16,0,0,2783,2784,7,16,0,0,2784,2785,7, - 23,0,0,2785,2786,7,17,0,0,2786,2787,7,6,0,0,2787,2788,7,19,0,0,2788, - 2789,7,7,0,0,2789,2790,7,11,0,0,2790,456,1,0,0,0,2791,2792,7,18, - 0,0,2792,2793,7,16,0,0,2793,2794,7,25,0,0,2794,2795,7,7,0,0,2795, - 2796,7,18,0,0,2796,2797,7,15,0,0,2797,2798,7,18,0,0,2798,2799,7, - 17,0,0,2799,458,1,0,0,0,2800,2801,7,18,0,0,2801,2802,7,8,0,0,2802, - 2803,7,15,0,0,2803,2804,7,7,0,0,2804,2805,7,23,0,0,2805,2806,7,13, - 0,0,2806,2807,7,18,0,0,2807,2808,7,8,0,0,2808,2809,7,24,0,0,2809, - 460,1,0,0,0,2810,2811,7,18,0,0,2811,2812,7,8,0,0,2812,2813,7,15, - 0,0,2813,2814,7,14,0,0,2814,2815,7,11,0,0,2815,2816,7,16,0,0,2816, - 2817,7,11,0,0,2817,2818,7,8,0,0,2818,2819,7,17,0,0,2819,462,1,0, - 0,0,2820,2821,7,18,0,0,2821,2822,7,8,0,0,2822,2823,7,13,0,0,2823, - 2824,7,11,0,0,2824,2825,7,27,0,0,2825,464,1,0,0,0,2826,2827,7,18, - 0,0,2827,2828,7,8,0,0,2828,2829,7,13,0,0,2829,2830,7,11,0,0,2830, - 2831,7,27,0,0,2831,2832,7,11,0,0,2832,2833,7,10,0,0,2833,466,1,0, - 0,0,2834,2835,7,18,0,0,2835,2836,7,8,0,0,2836,2837,7,21,0,0,2837, - 2838,7,11,0,0,2838,2839,7,14,0,0,2839,2840,7,18,0,0,2840,2841,7, - 17,0,0,2841,468,1,0,0,0,2842,2843,7,8,0,0,2843,2844,7,20,0,0,2844, - 2845,7,18,0,0,2845,2846,7,8,0,0,2846,2847,7,21,0,0,2847,2848,7,11, - 0,0,2848,2849,7,14,0,0,2849,2850,7,18,0,0,2850,2851,7,17,0,0,2851, - 470,1,0,0,0,2852,2853,7,10,0,0,2853,2854,7,23,0,0,2854,2855,7,25, - 0,0,2855,2856,7,11,0,0,2856,2857,7,14,0,0,2857,2858,7,23,0,0,2858, - 2859,7,10,0,0,2859,2860,7,11,0,0,2860,2861,7,14,0,0,2861,472,1,0, - 0,0,2862,2863,7,8,0,0,2863,2864,7,20,0,0,2864,2865,7,10,0,0,2865, - 2866,7,23,0,0,2866,2867,7,25,0,0,2867,2868,7,11,0,0,2868,2869,7, - 14,0,0,2869,2870,7,23,0,0,2870,2871,7,10,0,0,2871,2872,7,11,0,0, - 2872,2873,7,14,0,0,2873,474,1,0,0,0,2874,2875,7,15,0,0,2875,2876, - 7,14,0,0,2876,2877,7,11,0,0,2877,2878,7,6,0,0,2878,2879,7,17,0,0, - 2879,2880,7,11,0,0,2880,2881,7,13,0,0,2881,2882,7,19,0,0,2882,476, - 1,0,0,0,2883,2884,7,8,0,0,2884,2885,7,20,0,0,2885,2886,7,15,0,0, - 2886,2887,7,14,0,0,2887,2888,7,11,0,0,2888,2889,7,6,0,0,2889,2890, - 7,17,0,0,2890,2891,7,11,0,0,2891,2892,7,13,0,0,2892,2893,7,19,0, - 0,2893,478,1,0,0,0,2894,2895,7,15,0,0,2895,2896,7,14,0,0,2896,2897, - 7,11,0,0,2897,2898,7,6,0,0,2898,2899,7,17,0,0,2899,2900,7,11,0,0, - 2900,2901,7,14,0,0,2901,2902,7,20,0,0,2902,2903,7,7,0,0,2903,2904, - 7,11,0,0,2904,480,1,0,0,0,2905,2906,7,8,0,0,2906,2907,7,20,0,0,2907, - 2908,7,15,0,0,2908,2909,7,14,0,0,2909,2910,7,11,0,0,2910,2911,7, - 6,0,0,2911,2912,7,17,0,0,2912,2913,7,11,0,0,2913,2914,7,14,0,0,2914, - 2915,7,20,0,0,2915,2916,7,7,0,0,2916,2917,7,11,0,0,2917,482,1,0, - 0,0,2918,2919,7,15,0,0,2919,2920,7,14,0,0,2920,2921,7,11,0,0,2921, - 2922,7,6,0,0,2922,2923,7,17,0,0,2923,2924,7,11,0,0,2924,2925,7,23, - 0,0,2925,2926,7,10,0,0,2926,2927,7,11,0,0,2927,2928,7,14,0,0,2928, - 484,1,0,0,0,2929,2930,7,8,0,0,2930,2931,7,20,0,0,2931,2932,7,15, - 0,0,2932,2933,7,14,0,0,2933,2934,7,11,0,0,2934,2935,7,6,0,0,2935, - 2936,7,17,0,0,2936,2937,7,11,0,0,2937,2938,7,23,0,0,2938,2939,7, - 10,0,0,2939,2940,7,11,0,0,2940,2941,7,14,0,0,2941,486,1,0,0,0,2942, - 2943,7,18,0,0,2943,2944,7,8,0,0,2944,2945,7,21,0,0,2945,2946,7,11, - 0,0,2946,2947,7,14,0,0,2947,2948,7,18,0,0,2948,2949,7,17,0,0,2949, - 2950,7,10,0,0,2950,488,1,0,0,0,2951,2952,7,18,0,0,2952,2953,7,8, - 0,0,2953,2954,7,7,0,0,2954,2955,7,18,0,0,2955,2956,7,8,0,0,2956, - 2957,7,11,0,0,2957,490,1,0,0,0,2958,2959,7,18,0,0,2959,2960,7,8, - 0,0,2960,2961,7,10,0,0,2961,2962,7,11,0,0,2962,2963,7,8,0,0,2963, - 2964,7,10,0,0,2964,2965,7,18,0,0,2965,2966,7,17,0,0,2966,2967,7, - 18,0,0,2967,2968,7,28,0,0,2968,2969,7,11,0,0,2969,492,1,0,0,0,2970, - 2971,7,18,0,0,2971,2972,7,8,0,0,2972,2973,7,10,0,0,2973,2974,7,11, - 0,0,2974,2975,7,14,0,0,2975,2976,7,17,0,0,2976,494,1,0,0,0,2977, - 2978,7,18,0,0,2978,2979,7,8,0,0,2979,2980,7,10,0,0,2980,2981,7,17, - 0,0,2981,2982,7,11,0,0,2982,2983,7,6,0,0,2983,2984,7,13,0,0,2984, - 496,1,0,0,0,2985,2986,7,18,0,0,2986,2987,7,8,0,0,2987,2988,7,28, - 0,0,2988,2989,7,20,0,0,2989,2990,7,22,0,0,2990,2991,7,11,0,0,2991, - 2992,7,14,0,0,2992,498,1,0,0,0,2993,2994,7,18,0,0,2994,2995,7,10, - 0,0,2995,2996,7,20,0,0,2996,2997,7,7,0,0,2997,2998,7,6,0,0,2998, - 2999,7,17,0,0,2999,3000,7,18,0,0,3000,3001,7,20,0,0,3001,3002,7, - 8,0,0,3002,500,1,0,0,0,3003,3004,7,22,0,0,3004,3005,7,11,0,0,3005, - 3006,7,9,0,0,3006,502,1,0,0,0,3007,3008,7,7,0,0,3008,3009,7,6,0, - 0,3009,3010,7,19,0,0,3010,3011,7,11,0,0,3011,3012,7,7,0,0,3012,504, - 1,0,0,0,3013,3014,7,7,0,0,3014,3015,7,6,0,0,3015,3016,7,8,0,0,3016, - 3017,7,24,0,0,3017,3018,7,23,0,0,3018,3019,7,6,0,0,3019,3020,7,24, - 0,0,3020,3021,7,11,0,0,3021,506,1,0,0,0,3022,3023,7,7,0,0,3023,3024, - 7,6,0,0,3024,3025,7,14,0,0,3025,3026,7,24,0,0,3026,3027,7,11,0,0, - 3027,508,1,0,0,0,3028,3029,7,7,0,0,3029,3030,7,6,0,0,3030,3031,7, - 10,0,0,3031,3032,7,17,0,0,3032,510,1,0,0,0,3033,3034,7,7,0,0,3034, - 3035,7,11,0,0,3035,3036,7,6,0,0,3036,3037,7,22,0,0,3037,3038,7,25, - 0,0,3038,3039,7,14,0,0,3039,3040,7,20,0,0,3040,3041,7,20,0,0,3041, - 3042,7,26,0,0,3042,512,1,0,0,0,3043,3044,7,7,0,0,3044,3045,7,11, - 0,0,3045,3046,7,28,0,0,3046,3047,7,11,0,0,3047,3048,7,7,0,0,3048, - 514,1,0,0,0,3049,3050,7,7,0,0,3050,3051,7,18,0,0,3051,3052,7,10, - 0,0,3052,3053,7,17,0,0,3053,3054,7,11,0,0,3054,3055,7,8,0,0,3055, - 516,1,0,0,0,3056,3057,7,7,0,0,3057,3058,7,20,0,0,3058,3059,7,6,0, - 0,3059,3060,7,13,0,0,3060,518,1,0,0,0,3061,3062,7,7,0,0,3062,3063, - 7,20,0,0,3063,3064,7,15,0,0,3064,3065,7,6,0,0,3065,3066,7,7,0,0, - 3066,520,1,0,0,0,3067,3068,7,7,0,0,3068,3069,7,20,0,0,3069,3070, - 7,15,0,0,3070,3071,7,6,0,0,3071,3072,7,17,0,0,3072,3073,7,18,0,0, - 3073,3074,7,20,0,0,3074,3075,7,8,0,0,3075,522,1,0,0,0,3076,3077, - 7,7,0,0,3077,3078,7,20,0,0,3078,3079,7,15,0,0,3079,3080,7,22,0,0, - 3080,524,1,0,0,0,3081,3082,7,16,0,0,3082,3083,7,6,0,0,3083,3084, - 7,25,0,0,3084,3085,7,25,0,0,3085,3086,7,18,0,0,3086,3087,7,8,0,0, - 3087,3088,7,24,0,0,3088,526,1,0,0,0,3089,3090,7,16,0,0,3090,3091, - 7,6,0,0,3091,3092,7,17,0,0,3092,3093,7,15,0,0,3093,3094,7,21,0,0, - 3094,528,1,0,0,0,3095,3096,7,16,0,0,3096,3097,7,6,0,0,3097,3098, - 7,17,0,0,3098,3099,7,11,0,0,3099,3100,7,14,0,0,3100,3101,7,18,0, - 0,3101,3102,7,6,0,0,3102,3103,7,7,0,0,3103,3104,7,18,0,0,3104,3105, - 7,12,0,0,3105,3106,7,11,0,0,3106,3107,7,13,0,0,3107,530,1,0,0,0, - 3108,3109,7,16,0,0,3109,3110,7,6,0,0,3110,3111,7,27,0,0,3111,3112, - 7,28,0,0,3112,3113,7,6,0,0,3113,3114,7,7,0,0,3114,3115,7,23,0,0, - 3115,3116,7,11,0,0,3116,532,1,0,0,0,3117,3118,7,16,0,0,3118,3119, - 7,18,0,0,3119,3120,7,8,0,0,3120,3121,7,23,0,0,3121,3122,7,17,0,0, - 3122,3123,7,11,0,0,3123,534,1,0,0,0,3124,3125,7,16,0,0,3125,3126, - 7,18,0,0,3126,3127,7,8,0,0,3127,3128,7,28,0,0,3128,3129,7,6,0,0, - 3129,3130,7,7,0,0,3130,3131,7,23,0,0,3131,3132,7,11,0,0,3132,536, - 1,0,0,0,3133,3134,7,16,0,0,3134,3135,7,20,0,0,3135,3136,7,13,0,0, - 3136,3137,7,11,0,0,3137,538,1,0,0,0,3138,3139,7,16,0,0,3139,3140, - 7,20,0,0,3140,3141,7,8,0,0,3141,3142,7,17,0,0,3142,3143,7,21,0,0, - 3143,540,1,0,0,0,3144,3145,7,16,0,0,3145,3146,7,20,0,0,3146,3147, - 7,28,0,0,3147,3148,7,11,0,0,3148,542,1,0,0,0,3149,3150,7,8,0,0,3150, - 3151,7,6,0,0,3151,3152,7,16,0,0,3152,3153,7,11,0,0,3153,544,1,0, - 0,0,3154,3155,7,8,0,0,3155,3156,7,6,0,0,3156,3157,7,16,0,0,3157, - 3158,7,11,0,0,3158,3159,7,10,0,0,3159,546,1,0,0,0,3160,3161,7,8, - 0,0,3161,3162,7,11,0,0,3162,3163,7,27,0,0,3163,3164,7,17,0,0,3164, - 548,1,0,0,0,3165,3166,7,8,0,0,3166,3167,7,20,0,0,3167,550,1,0,0, - 0,3168,3169,7,8,0,0,3169,3170,7,20,0,0,3170,3171,7,17,0,0,3171,3172, - 7,21,0,0,3172,3173,7,18,0,0,3173,3174,7,8,0,0,3174,3175,7,24,0,0, - 3175,552,1,0,0,0,3176,3177,7,8,0,0,3177,3178,7,20,0,0,3178,3179, - 7,17,0,0,3179,3180,7,18,0,0,3180,3181,7,26,0,0,3181,3182,7,9,0,0, - 3182,554,1,0,0,0,3183,3184,7,8,0,0,3184,3185,7,20,0,0,3185,3186, - 7,30,0,0,3186,3187,7,6,0,0,3187,3188,7,18,0,0,3188,3189,7,17,0,0, - 3189,556,1,0,0,0,3190,3191,7,8,0,0,3191,3192,7,23,0,0,3192,3193, - 7,7,0,0,3193,3194,7,7,0,0,3194,3195,7,10,0,0,3195,558,1,0,0,0,3196, - 3197,7,20,0,0,3197,3198,7,19,0,0,3198,3199,7,31,0,0,3199,3200,7, - 11,0,0,3200,3201,7,15,0,0,3201,3202,7,17,0,0,3202,560,1,0,0,0,3203, - 3204,7,20,0,0,3204,3205,7,26,0,0,3205,562,1,0,0,0,3206,3207,7,20, - 0,0,3207,3208,7,26,0,0,3208,3209,7,26,0,0,3209,564,1,0,0,0,3210, - 3211,7,20,0,0,3211,3212,7,18,0,0,3212,3213,7,13,0,0,3213,3214,7, - 10,0,0,3214,566,1,0,0,0,3215,3216,7,20,0,0,3216,3217,7,25,0,0,3217, - 3218,7,11,0,0,3218,3219,7,14,0,0,3219,3220,7,6,0,0,3220,3221,7,17, - 0,0,3221,3222,7,20,0,0,3222,3223,7,14,0,0,3223,568,1,0,0,0,3224, - 3225,7,20,0,0,3225,3226,7,25,0,0,3226,3227,7,17,0,0,3227,3228,7, - 18,0,0,3228,3229,7,20,0,0,3229,3230,7,8,0,0,3230,570,1,0,0,0,3231, - 3232,7,20,0,0,3232,3233,7,25,0,0,3233,3234,7,17,0,0,3234,3235,7, - 18,0,0,3235,3236,7,20,0,0,3236,3237,7,8,0,0,3237,3238,7,10,0,0,3238, - 572,1,0,0,0,3239,3240,7,20,0,0,3240,3241,7,30,0,0,3241,3242,7,8, - 0,0,3242,3243,7,11,0,0,3243,3244,7,13,0,0,3244,574,1,0,0,0,3245, - 3246,7,20,0,0,3246,3247,7,30,0,0,3247,3248,7,8,0,0,3248,3249,7,11, - 0,0,3249,3250,7,14,0,0,3250,576,1,0,0,0,3251,3252,7,25,0,0,3252, - 3253,7,6,0,0,3253,3254,7,14,0,0,3254,3255,7,10,0,0,3255,3256,7,11, - 0,0,3256,3257,7,14,0,0,3257,578,1,0,0,0,3258,3259,7,25,0,0,3259, - 3260,7,6,0,0,3260,3261,7,14,0,0,3261,3262,7,17,0,0,3262,3263,7,18, - 0,0,3263,3264,7,6,0,0,3264,3265,7,7,0,0,3265,580,1,0,0,0,3266,3267, - 7,25,0,0,3267,3268,7,6,0,0,3268,3269,7,14,0,0,3269,3270,7,17,0,0, - 3270,3271,7,18,0,0,3271,3272,7,17,0,0,3272,3273,7,18,0,0,3273,3274, - 7,20,0,0,3274,3275,7,8,0,0,3275,582,1,0,0,0,3276,3277,7,25,0,0,3277, - 3278,7,6,0,0,3278,3279,7,10,0,0,3279,3280,7,10,0,0,3280,3281,7,18, - 0,0,3281,3282,7,8,0,0,3282,3283,7,24,0,0,3283,584,1,0,0,0,3284,3285, - 7,25,0,0,3285,3286,7,6,0,0,3286,3287,7,10,0,0,3287,3288,7,10,0,0, - 3288,3289,7,30,0,0,3289,3290,7,20,0,0,3290,3291,7,14,0,0,3291,3292, - 7,13,0,0,3292,586,1,0,0,0,3293,3294,7,25,0,0,3294,3295,7,7,0,0,3295, - 3296,7,6,0,0,3296,3297,7,8,0,0,3297,3298,7,10,0,0,3298,588,1,0,0, - 0,3299,3300,7,25,0,0,3300,3301,7,14,0,0,3301,3302,7,11,0,0,3302, - 3303,7,15,0,0,3303,3304,7,11,0,0,3304,3305,7,13,0,0,3305,3306,7, - 18,0,0,3306,3307,7,8,0,0,3307,3308,7,24,0,0,3308,590,1,0,0,0,3309, - 3310,7,25,0,0,3310,3311,7,14,0,0,3311,3312,7,11,0,0,3312,3313,7, - 25,0,0,3313,3314,7,6,0,0,3314,3315,7,14,0,0,3315,3316,7,11,0,0,3316, - 592,1,0,0,0,3317,3318,7,25,0,0,3318,3319,7,14,0,0,3319,3320,7,11, - 0,0,3320,3321,7,25,0,0,3321,3322,7,6,0,0,3322,3323,7,14,0,0,3323, - 3324,7,11,0,0,3324,3325,7,13,0,0,3325,594,1,0,0,0,3326,3327,7,25, - 0,0,3327,3328,7,14,0,0,3328,3329,7,11,0,0,3329,3330,7,10,0,0,3330, - 3331,7,11,0,0,3331,3332,7,14,0,0,3332,3333,7,28,0,0,3333,3334,7, - 11,0,0,3334,596,1,0,0,0,3335,3336,7,25,0,0,3336,3337,7,14,0,0,3337, - 3338,7,18,0,0,3338,3339,7,20,0,0,3339,3340,7,14,0,0,3340,598,1,0, - 0,0,3341,3342,7,25,0,0,3342,3343,7,14,0,0,3343,3344,7,18,0,0,3344, - 3345,7,28,0,0,3345,3346,7,18,0,0,3346,3347,7,7,0,0,3347,3348,7,11, - 0,0,3348,3349,7,24,0,0,3349,3350,7,11,0,0,3350,3351,7,10,0,0,3351, - 600,1,0,0,0,3352,3353,7,25,0,0,3353,3354,7,14,0,0,3354,3355,7,20, - 0,0,3355,3356,7,15,0,0,3356,3357,7,11,0,0,3357,3358,7,13,0,0,3358, - 3359,7,23,0,0,3359,3360,7,14,0,0,3360,3361,7,6,0,0,3361,3362,7,7, - 0,0,3362,602,1,0,0,0,3363,3364,7,25,0,0,3364,3365,7,14,0,0,3365, - 3366,7,20,0,0,3366,3367,7,15,0,0,3367,3368,7,11,0,0,3368,3369,7, - 13,0,0,3369,3370,7,23,0,0,3370,3371,7,14,0,0,3371,3372,7,11,0,0, - 3372,604,1,0,0,0,3373,3374,7,25,0,0,3374,3375,7,14,0,0,3375,3376, - 7,20,0,0,3376,3377,7,24,0,0,3377,3378,7,14,0,0,3378,3379,7,6,0,0, - 3379,3380,7,16,0,0,3380,606,1,0,0,0,3381,3382,7,29,0,0,3382,3383, - 7,23,0,0,3383,3384,7,20,0,0,3384,3385,7,17,0,0,3385,3386,7,11,0, - 0,3386,608,1,0,0,0,3387,3388,7,14,0,0,3388,3389,7,6,0,0,3389,3390, - 7,8,0,0,3390,3391,7,24,0,0,3391,3392,7,11,0,0,3392,610,1,0,0,0,3393, - 3394,7,14,0,0,3394,3395,7,11,0,0,3395,3396,7,6,0,0,3396,3397,7,13, - 0,0,3397,612,1,0,0,0,3398,3399,7,14,0,0,3399,3400,7,11,0,0,3400, - 3401,7,6,0,0,3401,3402,7,10,0,0,3402,3403,7,10,0,0,3403,3404,7,18, - 0,0,3404,3405,7,24,0,0,3405,3406,7,8,0,0,3406,614,1,0,0,0,3407,3408, - 7,14,0,0,3408,3409,7,11,0,0,3409,3410,7,15,0,0,3410,3411,7,21,0, - 0,3411,3412,7,11,0,0,3412,3413,7,15,0,0,3413,3414,7,22,0,0,3414, - 616,1,0,0,0,3415,3416,7,14,0,0,3416,3417,7,11,0,0,3417,3418,7,15, - 0,0,3418,3419,7,23,0,0,3419,3420,7,14,0,0,3420,3421,7,10,0,0,3421, - 3422,7,18,0,0,3422,3423,7,28,0,0,3423,3424,7,11,0,0,3424,618,1,0, - 0,0,3425,3426,7,14,0,0,3426,3427,7,11,0,0,3427,3428,7,26,0,0,3428, - 620,1,0,0,0,3429,3430,7,14,0,0,3430,3431,7,11,0,0,3431,3432,7,26, - 0,0,3432,3433,7,14,0,0,3433,3434,7,11,0,0,3434,3435,7,10,0,0,3435, - 3436,7,21,0,0,3436,622,1,0,0,0,3437,3438,7,14,0,0,3438,3439,7,11, - 0,0,3439,3440,7,18,0,0,3440,3441,7,8,0,0,3441,3442,7,13,0,0,3442, - 3443,7,11,0,0,3443,3444,7,27,0,0,3444,624,1,0,0,0,3445,3446,7,14, - 0,0,3446,3447,7,11,0,0,3447,3448,7,7,0,0,3448,3449,7,6,0,0,3449, - 3450,7,17,0,0,3450,3451,7,18,0,0,3451,3452,7,28,0,0,3452,3453,7, - 11,0,0,3453,626,1,0,0,0,3454,3455,7,14,0,0,3455,3456,7,11,0,0,3456, - 3457,7,7,0,0,3457,3458,7,11,0,0,3458,3459,7,6,0,0,3459,3460,7,10, - 0,0,3460,3461,7,11,0,0,3461,628,1,0,0,0,3462,3463,7,14,0,0,3463, - 3464,7,11,0,0,3464,3465,7,8,0,0,3465,3466,7,6,0,0,3466,3467,7,16, - 0,0,3467,3468,7,11,0,0,3468,630,1,0,0,0,3469,3470,7,14,0,0,3470, - 3471,7,11,0,0,3471,3472,7,25,0,0,3472,3473,7,11,0,0,3473,3474,7, - 6,0,0,3474,3475,7,17,0,0,3475,3476,7,6,0,0,3476,3477,7,19,0,0,3477, - 3478,7,7,0,0,3478,3479,7,11,0,0,3479,632,1,0,0,0,3480,3481,7,14, - 0,0,3481,3482,7,11,0,0,3482,3483,7,25,0,0,3483,3484,7,7,0,0,3484, - 3485,7,6,0,0,3485,3486,7,15,0,0,3486,3487,7,11,0,0,3487,634,1,0, - 0,0,3488,3489,7,14,0,0,3489,3490,7,11,0,0,3490,3491,7,25,0,0,3491, - 3492,7,7,0,0,3492,3493,7,18,0,0,3493,3494,7,15,0,0,3494,3495,7,6, - 0,0,3495,636,1,0,0,0,3496,3497,7,14,0,0,3497,3498,7,11,0,0,3498, - 3499,7,10,0,0,3499,3500,7,11,0,0,3500,3501,7,17,0,0,3501,638,1,0, - 0,0,3502,3503,7,14,0,0,3503,3504,7,11,0,0,3504,3505,7,10,0,0,3505, - 3506,7,17,0,0,3506,3507,7,6,0,0,3507,3508,7,14,0,0,3508,3509,7,17, - 0,0,3509,640,1,0,0,0,3510,3511,7,14,0,0,3511,3512,7,11,0,0,3512, - 3513,7,10,0,0,3513,3514,7,17,0,0,3514,3515,7,14,0,0,3515,3516,7, - 18,0,0,3516,3517,7,15,0,0,3517,3518,7,17,0,0,3518,642,1,0,0,0,3519, - 3520,7,14,0,0,3520,3521,7,11,0,0,3521,3522,7,17,0,0,3522,3523,7, - 23,0,0,3523,3524,7,14,0,0,3524,3525,7,8,0,0,3525,3526,7,10,0,0,3526, - 644,1,0,0,0,3527,3528,7,14,0,0,3528,3529,7,11,0,0,3529,3530,7,28, - 0,0,3530,3531,7,20,0,0,3531,3532,7,22,0,0,3532,3533,7,11,0,0,3533, - 646,1,0,0,0,3534,3535,7,14,0,0,3535,3536,7,20,0,0,3536,3537,7,7, - 0,0,3537,3538,7,11,0,0,3538,648,1,0,0,0,3539,3540,7,14,0,0,3540, - 3541,7,20,0,0,3541,3542,7,7,0,0,3542,3543,7,7,0,0,3543,3544,7,19, - 0,0,3544,3545,7,6,0,0,3545,3546,7,15,0,0,3546,3547,7,22,0,0,3547, - 650,1,0,0,0,3548,3549,7,14,0,0,3549,3550,7,20,0,0,3550,3551,7,30, - 0,0,3551,3552,7,10,0,0,3552,652,1,0,0,0,3553,3554,7,14,0,0,3554, - 3555,7,23,0,0,3555,3556,7,7,0,0,3556,3557,7,11,0,0,3557,654,1,0, - 0,0,3558,3559,7,10,0,0,3559,3560,7,6,0,0,3560,3561,7,28,0,0,3561, - 3562,7,11,0,0,3562,3563,7,25,0,0,3563,3564,7,20,0,0,3564,3565,7, - 18,0,0,3565,3566,7,8,0,0,3566,3567,7,17,0,0,3567,656,1,0,0,0,3568, - 3569,7,10,0,0,3569,3570,7,15,0,0,3570,3571,7,21,0,0,3571,3572,7, - 11,0,0,3572,3573,7,16,0,0,3573,3574,7,6,0,0,3574,658,1,0,0,0,3575, - 3576,7,10,0,0,3576,3577,7,15,0,0,3577,3578,7,14,0,0,3578,3579,7, - 20,0,0,3579,3580,7,7,0,0,3580,3581,7,7,0,0,3581,660,1,0,0,0,3582, - 3583,7,10,0,0,3583,3584,7,11,0,0,3584,3585,7,6,0,0,3585,3586,7,14, - 0,0,3586,3587,7,15,0,0,3587,3588,7,21,0,0,3588,662,1,0,0,0,3589, - 3590,7,10,0,0,3590,3591,7,11,0,0,3591,3592,7,15,0,0,3592,3593,7, - 20,0,0,3593,3594,7,8,0,0,3594,3595,7,13,0,0,3595,664,1,0,0,0,3596, - 3597,7,10,0,0,3597,3598,7,11,0,0,3598,3599,7,15,0,0,3599,3600,7, - 23,0,0,3600,3601,7,14,0,0,3601,3602,7,18,0,0,3602,3603,7,17,0,0, - 3603,3604,7,9,0,0,3604,666,1,0,0,0,3605,3606,7,10,0,0,3606,3607, - 7,11,0,0,3607,3608,7,29,0,0,3608,3609,7,23,0,0,3609,3610,7,11,0, - 0,3610,3611,7,8,0,0,3611,3612,7,15,0,0,3612,3613,7,11,0,0,3613,668, - 1,0,0,0,3614,3615,7,10,0,0,3615,3616,7,11,0,0,3616,3617,7,29,0,0, - 3617,3618,7,23,0,0,3618,3619,7,11,0,0,3619,3620,7,8,0,0,3620,3621, - 7,15,0,0,3621,3622,7,11,0,0,3622,3623,7,10,0,0,3623,670,1,0,0,0, - 3624,3625,7,10,0,0,3625,3626,7,11,0,0,3626,3627,7,14,0,0,3627,3628, - 7,18,0,0,3628,3629,7,6,0,0,3629,3630,7,7,0,0,3630,3631,7,18,0,0, - 3631,3632,7,12,0,0,3632,3633,7,6,0,0,3633,3634,7,19,0,0,3634,3635, - 7,7,0,0,3635,3636,7,11,0,0,3636,672,1,0,0,0,3637,3638,7,10,0,0,3638, - 3639,7,11,0,0,3639,3640,7,14,0,0,3640,3641,7,28,0,0,3641,3642,7, - 11,0,0,3642,3643,7,14,0,0,3643,674,1,0,0,0,3644,3645,7,10,0,0,3645, - 3646,7,11,0,0,3646,3647,7,10,0,0,3647,3648,7,10,0,0,3648,3649,7, - 18,0,0,3649,3650,7,20,0,0,3650,3651,7,8,0,0,3651,676,1,0,0,0,3652, - 3653,7,10,0,0,3653,3654,7,11,0,0,3654,3655,7,17,0,0,3655,678,1,0, - 0,0,3656,3657,7,10,0,0,3657,3658,7,21,0,0,3658,3659,7,6,0,0,3659, - 3660,7,14,0,0,3660,3661,7,11,0,0,3661,680,1,0,0,0,3662,3663,7,10, - 0,0,3663,3664,7,21,0,0,3664,3665,7,20,0,0,3665,3666,7,30,0,0,3666, - 682,1,0,0,0,3667,3668,7,10,0,0,3668,3669,7,18,0,0,3669,3670,7,16, - 0,0,3670,3671,7,25,0,0,3671,3672,7,7,0,0,3672,3673,7,11,0,0,3673, - 684,1,0,0,0,3674,3675,7,10,0,0,3675,3676,7,8,0,0,3676,3677,7,6,0, - 0,3677,3678,7,25,0,0,3678,3679,7,10,0,0,3679,3680,7,21,0,0,3680, - 3681,7,20,0,0,3681,3682,7,17,0,0,3682,686,1,0,0,0,3683,3684,7,10, - 0,0,3684,3685,7,17,0,0,3685,3686,7,6,0,0,3686,3687,7,19,0,0,3687, - 3688,7,7,0,0,3688,3689,7,11,0,0,3689,688,1,0,0,0,3690,3691,7,10, - 0,0,3691,3692,7,17,0,0,3692,3693,7,6,0,0,3693,3694,7,8,0,0,3694, - 3695,7,13,0,0,3695,3696,7,6,0,0,3696,3697,7,7,0,0,3697,3698,7,20, - 0,0,3698,3699,7,8,0,0,3699,3700,7,11,0,0,3700,690,1,0,0,0,3701,3702, - 7,10,0,0,3702,3703,7,17,0,0,3703,3704,7,6,0,0,3704,3705,7,14,0,0, - 3705,3706,7,17,0,0,3706,692,1,0,0,0,3707,3708,7,10,0,0,3708,3709, - 7,17,0,0,3709,3710,7,6,0,0,3710,3711,7,17,0,0,3711,3712,7,11,0,0, - 3712,3713,7,16,0,0,3713,3714,7,11,0,0,3714,3715,7,8,0,0,3715,3716, - 7,17,0,0,3716,694,1,0,0,0,3717,3718,7,10,0,0,3718,3719,7,17,0,0, - 3719,3720,7,6,0,0,3720,3721,7,17,0,0,3721,3722,7,18,0,0,3722,3723, - 7,10,0,0,3723,3724,7,17,0,0,3724,3725,7,18,0,0,3725,3726,7,15,0, - 0,3726,3727,7,10,0,0,3727,696,1,0,0,0,3728,3729,7,10,0,0,3729,3730, - 7,17,0,0,3730,3731,7,13,0,0,3731,3732,7,18,0,0,3732,3733,7,8,0,0, - 3733,698,1,0,0,0,3734,3735,7,10,0,0,3735,3736,7,17,0,0,3736,3737, - 7,13,0,0,3737,3738,7,20,0,0,3738,3739,7,23,0,0,3739,3740,7,17,0, - 0,3740,700,1,0,0,0,3741,3742,7,10,0,0,3742,3743,7,17,0,0,3743,3744, - 7,20,0,0,3744,3745,7,14,0,0,3745,3746,7,6,0,0,3746,3747,7,24,0,0, - 3747,3748,7,11,0,0,3748,702,1,0,0,0,3749,3750,7,10,0,0,3750,3751, - 7,17,0,0,3751,3752,7,14,0,0,3752,3753,7,18,0,0,3753,3754,7,15,0, - 0,3754,3755,7,17,0,0,3755,704,1,0,0,0,3756,3757,7,10,0,0,3757,3758, - 7,17,0,0,3758,3759,7,14,0,0,3759,3760,7,18,0,0,3760,3761,7,25,0, - 0,3761,706,1,0,0,0,3762,3763,7,10,0,0,3763,3764,7,9,0,0,3764,3765, - 7,10,0,0,3765,3766,7,18,0,0,3766,3767,7,13,0,0,3767,708,1,0,0,0, - 3768,3769,7,10,0,0,3769,3770,7,9,0,0,3770,3771,7,10,0,0,3771,3772, - 7,17,0,0,3772,3773,7,11,0,0,3773,3774,7,16,0,0,3774,710,1,0,0,0, - 3775,3776,7,17,0,0,3776,3777,7,6,0,0,3777,3778,7,19,0,0,3778,3779, - 7,7,0,0,3779,3780,7,11,0,0,3780,3781,7,10,0,0,3781,712,1,0,0,0,3782, - 3783,7,17,0,0,3783,3784,7,6,0,0,3784,3785,7,19,0,0,3785,3786,7,7, - 0,0,3786,3787,7,11,0,0,3787,3788,7,10,0,0,3788,3789,7,25,0,0,3789, - 3790,7,6,0,0,3790,3791,7,15,0,0,3791,3792,7,11,0,0,3792,714,1,0, - 0,0,3793,3794,7,17,0,0,3794,3795,7,11,0,0,3795,3796,7,16,0,0,3796, - 3797,7,25,0,0,3797,716,1,0,0,0,3798,3799,7,17,0,0,3799,3800,7,11, - 0,0,3800,3801,7,16,0,0,3801,3802,7,25,0,0,3802,3803,7,7,0,0,3803, - 3804,7,6,0,0,3804,3805,7,17,0,0,3805,3806,7,11,0,0,3806,718,1,0, - 0,0,3807,3808,7,17,0,0,3808,3809,7,11,0,0,3809,3810,7,16,0,0,3810, - 3811,7,25,0,0,3811,3812,7,20,0,0,3812,3813,7,14,0,0,3813,3814,7, - 6,0,0,3814,3815,7,14,0,0,3815,3816,7,9,0,0,3816,720,1,0,0,0,3817, - 3818,7,17,0,0,3818,3819,7,11,0,0,3819,3820,7,27,0,0,3820,3821,7, - 17,0,0,3821,722,1,0,0,0,3822,3823,7,17,0,0,3823,3824,7,14,0,0,3824, - 3825,7,6,0,0,3825,3826,7,8,0,0,3826,3827,7,10,0,0,3827,3828,7,6, - 0,0,3828,3829,7,15,0,0,3829,3830,7,17,0,0,3830,3831,7,18,0,0,3831, - 3832,7,20,0,0,3832,3833,7,8,0,0,3833,724,1,0,0,0,3834,3835,7,17, - 0,0,3835,3836,7,14,0,0,3836,3837,7,18,0,0,3837,3838,7,24,0,0,3838, - 3839,7,24,0,0,3839,3840,7,11,0,0,3840,3841,7,14,0,0,3841,726,1,0, - 0,0,3842,3843,7,17,0,0,3843,3844,7,14,0,0,3844,3845,7,23,0,0,3845, - 3846,7,8,0,0,3846,3847,7,15,0,0,3847,3848,7,6,0,0,3848,3849,7,17, - 0,0,3849,3850,7,11,0,0,3850,728,1,0,0,0,3851,3852,7,17,0,0,3852, - 3853,7,14,0,0,3853,3854,7,23,0,0,3854,3855,7,10,0,0,3855,3856,7, - 17,0,0,3856,3857,7,11,0,0,3857,3858,7,13,0,0,3858,730,1,0,0,0,3859, - 3860,7,17,0,0,3860,3861,7,9,0,0,3861,3862,7,25,0,0,3862,3863,7,11, - 0,0,3863,732,1,0,0,0,3864,3865,7,17,0,0,3865,3866,7,9,0,0,3866,3867, - 7,25,0,0,3867,3868,7,11,0,0,3868,3869,7,10,0,0,3869,734,1,0,0,0, - 3870,3871,7,23,0,0,3871,3872,7,8,0,0,3872,3873,7,19,0,0,3873,3874, - 7,20,0,0,3874,3875,7,23,0,0,3875,3876,7,8,0,0,3876,3877,7,13,0,0, - 3877,3878,7,11,0,0,3878,3879,7,13,0,0,3879,736,1,0,0,0,3880,3881, - 7,23,0,0,3881,3882,7,8,0,0,3882,3883,7,15,0,0,3883,3884,7,20,0,0, - 3884,3885,7,16,0,0,3885,3886,7,16,0,0,3886,3887,7,18,0,0,3887,3888, - 7,17,0,0,3888,3889,7,17,0,0,3889,3890,7,11,0,0,3890,3891,7,13,0, - 0,3891,738,1,0,0,0,3892,3893,7,23,0,0,3893,3894,7,8,0,0,3894,3895, - 7,11,0,0,3895,3896,7,8,0,0,3896,3897,7,15,0,0,3897,3898,7,14,0,0, - 3898,3899,7,9,0,0,3899,3900,7,25,0,0,3900,3901,7,17,0,0,3901,3902, - 7,11,0,0,3902,3903,7,13,0,0,3903,740,1,0,0,0,3904,3905,7,23,0,0, - 3905,3906,7,8,0,0,3906,3907,7,22,0,0,3907,3908,7,8,0,0,3908,3909, - 7,20,0,0,3909,3910,7,30,0,0,3910,3911,7,8,0,0,3911,742,1,0,0,0,3912, - 3913,7,23,0,0,3913,3914,7,8,0,0,3914,3915,7,7,0,0,3915,3916,7,18, - 0,0,3916,3917,7,10,0,0,3917,3918,7,17,0,0,3918,3919,7,11,0,0,3919, - 3920,7,8,0,0,3920,744,1,0,0,0,3921,3922,7,23,0,0,3922,3923,7,8,0, - 0,3923,3924,7,7,0,0,3924,3925,7,20,0,0,3925,3926,7,24,0,0,3926,3927, - 7,24,0,0,3927,3928,7,11,0,0,3928,3929,7,13,0,0,3929,746,1,0,0,0, - 3930,3931,7,23,0,0,3931,3932,7,8,0,0,3932,3933,7,17,0,0,3933,3934, - 7,18,0,0,3934,3935,7,7,0,0,3935,748,1,0,0,0,3936,3937,7,23,0,0,3937, - 3938,7,25,0,0,3938,3939,7,13,0,0,3939,3940,7,6,0,0,3940,3941,7,17, - 0,0,3941,3942,7,11,0,0,3942,750,1,0,0,0,3943,3944,7,28,0,0,3944, - 3945,7,6,0,0,3945,3946,7,15,0,0,3946,3947,7,23,0,0,3947,3948,7,23, - 0,0,3948,3949,7,16,0,0,3949,752,1,0,0,0,3950,3951,7,28,0,0,3951, - 3952,7,6,0,0,3952,3953,7,7,0,0,3953,3954,7,18,0,0,3954,3955,7,13, - 0,0,3955,754,1,0,0,0,3956,3957,7,28,0,0,3957,3958,7,6,0,0,3958,3959, - 7,7,0,0,3959,3960,7,18,0,0,3960,3961,7,13,0,0,3961,3962,7,6,0,0, - 3962,3963,7,17,0,0,3963,3964,7,11,0,0,3964,756,1,0,0,0,3965,3966, - 7,28,0,0,3966,3967,7,6,0,0,3967,3968,7,7,0,0,3968,3969,7,18,0,0, - 3969,3970,7,13,0,0,3970,3971,7,6,0,0,3971,3972,7,17,0,0,3972,3973, - 7,20,0,0,3973,3974,7,14,0,0,3974,758,1,0,0,0,3975,3976,7,28,0,0, - 3976,3977,7,6,0,0,3977,3978,7,14,0,0,3978,3979,7,9,0,0,3979,3980, - 7,18,0,0,3980,3981,7,8,0,0,3981,3982,7,24,0,0,3982,760,1,0,0,0,3983, - 3984,7,28,0,0,3984,3985,7,11,0,0,3985,3986,7,14,0,0,3986,3987,7, - 10,0,0,3987,3988,7,18,0,0,3988,3989,7,20,0,0,3989,3990,7,8,0,0,3990, - 762,1,0,0,0,3991,3992,7,28,0,0,3992,3993,7,18,0,0,3993,3994,7,11, - 0,0,3994,3995,7,30,0,0,3995,764,1,0,0,0,3996,3997,7,28,0,0,3997, - 3998,7,20,0,0,3998,3999,7,7,0,0,3999,4000,7,6,0,0,4000,4001,7,17, - 0,0,4001,4002,7,18,0,0,4002,4003,7,7,0,0,4003,4004,7,11,0,0,4004, - 766,1,0,0,0,4005,4006,7,30,0,0,4006,4007,7,21,0,0,4007,4008,7,18, - 0,0,4008,4009,7,17,0,0,4009,4010,7,11,0,0,4010,4011,7,10,0,0,4011, - 4012,7,25,0,0,4012,4013,7,6,0,0,4013,4014,7,15,0,0,4014,4015,7,11, - 0,0,4015,768,1,0,0,0,4016,4017,7,30,0,0,4017,4018,7,18,0,0,4018, - 4019,7,17,0,0,4019,4020,7,21,0,0,4020,4021,7,20,0,0,4021,4022,7, - 23,0,0,4022,4023,7,17,0,0,4023,770,1,0,0,0,4024,4025,7,30,0,0,4025, - 4026,7,20,0,0,4026,4027,7,14,0,0,4027,4028,7,22,0,0,4028,772,1,0, - 0,0,4029,4030,7,30,0,0,4030,4031,7,14,0,0,4031,4032,7,6,0,0,4032, - 4033,7,25,0,0,4033,4034,7,25,0,0,4034,4035,7,11,0,0,4035,4036,7, - 14,0,0,4036,774,1,0,0,0,4037,4038,7,30,0,0,4038,4039,7,14,0,0,4039, - 4040,7,18,0,0,4040,4041,7,17,0,0,4041,4042,7,11,0,0,4042,776,1,0, - 0,0,4043,4044,7,27,0,0,4044,4045,7,16,0,0,4045,4046,7,7,0,0,4046, - 778,1,0,0,0,4047,4048,7,9,0,0,4048,4049,7,11,0,0,4049,4050,7,6,0, - 0,4050,4051,7,14,0,0,4051,780,1,0,0,0,4052,4053,7,9,0,0,4053,4054, - 7,11,0,0,4054,4055,7,10,0,0,4055,782,1,0,0,0,4056,4057,7,12,0,0, - 4057,4058,7,20,0,0,4058,4059,7,8,0,0,4059,4060,7,11,0,0,4060,784, - 1,0,0,0,4061,4062,7,19,0,0,4062,4063,7,11,0,0,4063,4064,7,17,0,0, - 4064,4065,7,30,0,0,4065,4066,7,11,0,0,4066,4067,7,11,0,0,4067,4068, - 7,8,0,0,4068,786,1,0,0,0,4069,4070,7,19,0,0,4070,4071,7,18,0,0,4071, - 4072,7,24,0,0,4072,4073,7,18,0,0,4073,4074,7,8,0,0,4074,4075,7,17, - 0,0,4075,788,1,0,0,0,4076,4077,7,19,0,0,4077,4078,7,18,0,0,4078, - 4079,7,17,0,0,4079,790,1,0,0,0,4080,4081,7,19,0,0,4081,4082,7,20, - 0,0,4082,4083,7,20,0,0,4083,4084,7,7,0,0,4084,4085,7,11,0,0,4085, - 4086,7,6,0,0,4086,4087,7,8,0,0,4087,792,1,0,0,0,4088,4089,7,15,0, - 0,4089,4090,7,21,0,0,4090,4091,7,6,0,0,4091,4092,7,14,0,0,4092,794, - 1,0,0,0,4093,4094,7,15,0,0,4094,4095,7,21,0,0,4095,4096,7,6,0,0, - 4096,4097,7,14,0,0,4097,4098,7,6,0,0,4098,4099,7,15,0,0,4099,4100, - 7,17,0,0,4100,4101,7,11,0,0,4101,4102,7,14,0,0,4102,796,1,0,0,0, - 4103,4104,7,15,0,0,4104,4105,7,20,0,0,4105,4106,7,6,0,0,4106,4107, - 7,7,0,0,4107,4108,7,11,0,0,4108,4109,7,10,0,0,4109,4110,7,15,0,0, - 4110,4111,7,11,0,0,4111,798,1,0,0,0,4112,4113,7,13,0,0,4113,4114, - 7,11,0,0,4114,4115,7,15,0,0,4115,800,1,0,0,0,4116,4117,7,13,0,0, - 4117,4118,7,11,0,0,4118,4119,7,15,0,0,4119,4120,7,18,0,0,4120,4121, - 7,16,0,0,4121,4122,7,6,0,0,4122,4123,7,7,0,0,4123,802,1,0,0,0,4124, - 4125,7,11,0,0,4125,4126,7,27,0,0,4126,4127,7,18,0,0,4127,4128,7, - 10,0,0,4128,4129,7,17,0,0,4129,4130,7,10,0,0,4130,804,1,0,0,0,4131, - 4132,7,11,0,0,4132,4133,7,27,0,0,4133,4134,7,17,0,0,4134,4135,7, - 14,0,0,4135,4136,7,6,0,0,4136,4137,7,15,0,0,4137,4138,7,17,0,0,4138, - 806,1,0,0,0,4139,4140,7,26,0,0,4140,4141,7,7,0,0,4141,4142,7,20, - 0,0,4142,4143,7,6,0,0,4143,4144,7,17,0,0,4144,808,1,0,0,0,4145,4146, - 7,24,0,0,4146,4147,7,14,0,0,4147,4148,7,11,0,0,4148,4149,7,6,0,0, - 4149,4150,7,17,0,0,4150,4151,7,11,0,0,4151,4152,7,10,0,0,4152,4153, - 7,17,0,0,4153,810,1,0,0,0,4154,4155,7,18,0,0,4155,4156,7,8,0,0,4156, - 4157,7,20,0,0,4157,4158,7,23,0,0,4158,4159,7,17,0,0,4159,812,1,0, - 0,0,4160,4161,7,18,0,0,4161,4162,7,8,0,0,4162,4163,7,17,0,0,4163, - 814,1,0,0,0,4164,4165,7,18,0,0,4165,4166,7,8,0,0,4166,4167,7,17, - 0,0,4167,4168,7,11,0,0,4168,4169,7,24,0,0,4169,4170,7,11,0,0,4170, - 4171,7,14,0,0,4171,816,1,0,0,0,4172,4173,7,18,0,0,4173,4174,7,8, - 0,0,4174,4175,7,17,0,0,4175,4176,7,11,0,0,4176,4177,7,14,0,0,4177, - 4178,7,28,0,0,4178,4179,7,6,0,0,4179,4180,7,7,0,0,4180,818,1,0,0, - 0,4181,4182,7,7,0,0,4182,4183,7,11,0,0,4183,4184,7,6,0,0,4184,4185, - 7,10,0,0,4185,4186,7,17,0,0,4186,820,1,0,0,0,4187,4188,7,8,0,0,4188, - 4189,7,6,0,0,4189,4190,7,17,0,0,4190,4191,7,18,0,0,4191,4192,7,20, - 0,0,4192,4193,7,8,0,0,4193,4194,7,6,0,0,4194,4195,7,7,0,0,4195,822, - 1,0,0,0,4196,4197,7,8,0,0,4197,4198,7,15,0,0,4198,4199,7,21,0,0, - 4199,4200,7,6,0,0,4200,4201,7,14,0,0,4201,824,1,0,0,0,4202,4203, - 7,8,0,0,4203,4204,7,20,0,0,4204,4205,7,8,0,0,4205,4206,7,11,0,0, - 4206,826,1,0,0,0,4207,4208,7,8,0,0,4208,4209,7,23,0,0,4209,4210, - 7,7,0,0,4210,4211,7,7,0,0,4211,4212,7,18,0,0,4212,4213,7,26,0,0, - 4213,828,1,0,0,0,4214,4215,7,8,0,0,4215,4216,7,23,0,0,4216,4217, - 7,16,0,0,4217,4218,7,11,0,0,4218,4219,7,14,0,0,4219,4220,7,18,0, - 0,4220,4221,7,15,0,0,4221,830,1,0,0,0,4222,4223,7,20,0,0,4223,4224, - 7,28,0,0,4224,4225,7,11,0,0,4225,4226,7,14,0,0,4226,4227,7,7,0,0, - 4227,4228,7,6,0,0,4228,4229,7,9,0,0,4229,832,1,0,0,0,4230,4231,7, - 25,0,0,4231,4232,7,20,0,0,4232,4233,7,10,0,0,4233,4234,7,18,0,0, - 4234,4235,7,17,0,0,4235,4236,7,18,0,0,4236,4237,7,20,0,0,4237,4238, - 7,8,0,0,4238,834,1,0,0,0,4239,4240,7,25,0,0,4240,4241,7,14,0,0,4241, - 4242,7,11,0,0,4242,4243,7,15,0,0,4243,4244,7,18,0,0,4244,4245,7, - 10,0,0,4245,4246,7,18,0,0,4246,4247,7,20,0,0,4247,4248,7,8,0,0,4248, - 836,1,0,0,0,4249,4250,7,14,0,0,4250,4251,7,11,0,0,4251,4252,7,6, - 0,0,4252,4253,7,7,0,0,4253,838,1,0,0,0,4254,4255,7,14,0,0,4255,4256, - 7,20,0,0,4256,4257,7,30,0,0,4257,840,1,0,0,0,4258,4259,7,10,0,0, - 4259,4260,7,11,0,0,4260,4261,7,17,0,0,4261,4262,7,20,0,0,4262,4263, - 7,26,0,0,4263,842,1,0,0,0,4264,4265,7,10,0,0,4265,4266,7,16,0,0, - 4266,4267,7,6,0,0,4267,4268,7,7,0,0,4268,4269,7,7,0,0,4269,4270, - 7,18,0,0,4270,4271,7,8,0,0,4271,4272,7,17,0,0,4272,844,1,0,0,0,4273, - 4274,7,10,0,0,4274,4275,7,23,0,0,4275,4276,7,19,0,0,4276,4277,7, - 10,0,0,4277,4278,7,17,0,0,4278,4279,7,14,0,0,4279,4280,7,18,0,0, - 4280,4281,7,8,0,0,4281,4282,7,24,0,0,4282,846,1,0,0,0,4283,4284, - 7,17,0,0,4284,4285,7,18,0,0,4285,4286,7,16,0,0,4286,4287,7,11,0, - 0,4287,848,1,0,0,0,4288,4289,7,17,0,0,4289,4290,7,18,0,0,4290,4291, - 7,16,0,0,4291,4292,7,11,0,0,4292,4293,7,10,0,0,4293,4294,7,17,0, - 0,4294,4295,7,6,0,0,4295,4296,7,16,0,0,4296,4297,7,25,0,0,4297,850, - 1,0,0,0,4298,4299,7,17,0,0,4299,4300,7,14,0,0,4300,4301,7,11,0,0, - 4301,4302,7,6,0,0,4302,4303,7,17,0,0,4303,852,1,0,0,0,4304,4305, - 7,17,0,0,4305,4306,7,14,0,0,4306,4307,7,18,0,0,4307,4308,7,16,0, - 0,4308,854,1,0,0,0,4309,4310,7,28,0,0,4310,4311,7,6,0,0,4311,4312, - 7,7,0,0,4312,4313,7,23,0,0,4313,4314,7,11,0,0,4314,4315,7,10,0,0, - 4315,856,1,0,0,0,4316,4317,7,28,0,0,4317,4318,7,6,0,0,4318,4319, - 7,14,0,0,4319,4320,7,15,0,0,4320,4321,7,21,0,0,4321,4322,7,6,0,0, - 4322,4323,7,14,0,0,4323,858,1,0,0,0,4324,4325,7,27,0,0,4325,4326, - 7,16,0,0,4326,4327,7,7,0,0,4327,4328,7,6,0,0,4328,4329,7,17,0,0, - 4329,4330,7,17,0,0,4330,4331,7,14,0,0,4331,4332,7,18,0,0,4332,4333, - 7,19,0,0,4333,4334,7,23,0,0,4334,4335,7,17,0,0,4335,4336,7,11,0, - 0,4336,4337,7,10,0,0,4337,860,1,0,0,0,4338,4339,7,27,0,0,4339,4340, - 7,16,0,0,4340,4341,7,7,0,0,4341,4342,7,15,0,0,4342,4343,7,20,0,0, - 4343,4344,7,8,0,0,4344,4345,7,15,0,0,4345,4346,7,6,0,0,4346,4347, - 7,17,0,0,4347,862,1,0,0,0,4348,4349,7,27,0,0,4349,4350,7,16,0,0, - 4350,4351,7,7,0,0,4351,4352,7,11,0,0,4352,4353,7,7,0,0,4353,4354, - 7,11,0,0,4354,4355,7,16,0,0,4355,4356,7,11,0,0,4356,4357,7,8,0,0, - 4357,4358,7,17,0,0,4358,864,1,0,0,0,4359,4360,7,27,0,0,4360,4361, - 7,16,0,0,4361,4362,7,7,0,0,4362,4363,7,11,0,0,4363,4364,7,27,0,0, - 4364,4365,7,18,0,0,4365,4366,7,10,0,0,4366,4367,7,17,0,0,4367,4368, - 7,10,0,0,4368,866,1,0,0,0,4369,4370,7,27,0,0,4370,4371,7,16,0,0, - 4371,4372,7,7,0,0,4372,4373,7,26,0,0,4373,4374,7,20,0,0,4374,4375, - 7,14,0,0,4375,4376,7,11,0,0,4376,4377,7,10,0,0,4377,4378,7,17,0, - 0,4378,868,1,0,0,0,4379,4380,7,27,0,0,4380,4381,7,16,0,0,4381,4382, - 7,7,0,0,4382,4383,7,25,0,0,4383,4384,7,6,0,0,4384,4385,7,14,0,0, - 4385,4386,7,10,0,0,4386,4387,7,11,0,0,4387,870,1,0,0,0,4388,4389, - 7,27,0,0,4389,4390,7,16,0,0,4390,4391,7,7,0,0,4391,4392,7,25,0,0, - 4392,4393,7,18,0,0,4393,872,1,0,0,0,4394,4395,7,27,0,0,4395,4396, - 7,16,0,0,4396,4397,7,7,0,0,4397,4398,7,14,0,0,4398,4399,7,20,0,0, - 4399,4400,7,20,0,0,4400,4401,7,17,0,0,4401,874,1,0,0,0,4402,4403, - 7,27,0,0,4403,4404,7,16,0,0,4404,4405,7,7,0,0,4405,4406,7,10,0,0, - 4406,4407,7,11,0,0,4407,4408,7,14,0,0,4408,4409,7,18,0,0,4409,4410, - 7,6,0,0,4410,4411,7,7,0,0,4411,4412,7,18,0,0,4412,4413,7,12,0,0, - 4413,4414,7,11,0,0,4414,876,1,0,0,0,4415,4416,7,15,0,0,4416,4417, - 7,6,0,0,4417,4418,7,7,0,0,4418,4419,7,7,0,0,4419,878,1,0,0,0,4420, - 4421,7,15,0,0,4421,4422,7,23,0,0,4422,4423,7,14,0,0,4423,4424,7, - 14,0,0,4424,4425,7,11,0,0,4425,4426,7,8,0,0,4426,4427,7,17,0,0,4427, - 880,1,0,0,0,4428,4429,7,6,0,0,4429,4430,7,17,0,0,4430,4431,7,17, - 0,0,4431,4432,7,6,0,0,4432,4433,7,15,0,0,4433,4434,7,21,0,0,4434, - 882,1,0,0,0,4435,4436,7,13,0,0,4436,4437,7,11,0,0,4437,4438,7,17, - 0,0,4438,4439,7,6,0,0,4439,4440,7,15,0,0,4440,4441,7,21,0,0,4441, - 884,1,0,0,0,4442,4443,7,11,0,0,4443,4444,7,27,0,0,4444,4445,7,25, - 0,0,4445,4446,7,14,0,0,4446,4447,7,11,0,0,4447,4448,7,10,0,0,4448, - 4449,7,10,0,0,4449,4450,7,18,0,0,4450,4451,7,20,0,0,4451,4452,7, - 8,0,0,4452,886,1,0,0,0,4453,4454,7,24,0,0,4454,4455,7,11,0,0,4455, - 4456,7,8,0,0,4456,4457,7,11,0,0,4457,4458,7,14,0,0,4458,4459,7,6, - 0,0,4459,4460,7,17,0,0,4460,4461,7,11,0,0,4461,4462,7,13,0,0,4462, - 888,1,0,0,0,4463,4464,7,7,0,0,4464,4465,7,20,0,0,4465,4466,7,24, - 0,0,4466,4467,7,24,0,0,4467,4468,7,11,0,0,4468,4469,7,13,0,0,4469, - 890,1,0,0,0,4470,4471,7,10,0,0,4471,4472,7,17,0,0,4472,4473,7,20, - 0,0,4473,4474,7,14,0,0,4474,4475,7,11,0,0,4475,4476,7,13,0,0,4476, - 892,1,0,0,0,4477,4478,7,18,0,0,4478,4479,7,8,0,0,4479,4480,7,15, - 0,0,4480,4481,7,7,0,0,4481,4482,7,23,0,0,4482,4483,7,13,0,0,4483, - 4484,7,11,0,0,4484,894,1,0,0,0,4485,4486,7,14,0,0,4486,4487,7,20, - 0,0,4487,4488,7,23,0,0,4488,4489,7,17,0,0,4489,4490,7,18,0,0,4490, - 4491,7,8,0,0,4491,4492,7,11,0,0,4492,896,1,0,0,0,4493,4494,7,17, - 0,0,4494,4495,7,14,0,0,4495,4496,7,6,0,0,4496,4497,7,8,0,0,4497, - 4498,7,10,0,0,4498,4499,7,26,0,0,4499,4500,7,20,0,0,4500,4501,7, - 14,0,0,4501,4502,7,16,0,0,4502,898,1,0,0,0,4503,4504,7,18,0,0,4504, - 4505,7,16,0,0,4505,4506,7,25,0,0,4506,4507,7,20,0,0,4507,4508,7, - 14,0,0,4508,4509,7,17,0,0,4509,900,1,0,0,0,4510,4511,7,25,0,0,4511, - 4512,7,20,0,0,4512,4513,7,7,0,0,4513,4514,7,18,0,0,4514,4515,7,15, - 0,0,4515,4516,7,9,0,0,4516,902,1,0,0,0,4517,4518,7,16,0,0,4518,4519, - 7,11,0,0,4519,4520,7,17,0,0,4520,4521,7,21,0,0,4521,4522,7,20,0, - 0,4522,4523,7,13,0,0,4523,904,1,0,0,0,4524,4525,7,14,0,0,4525,4526, - 7,11,0,0,4526,4527,7,26,0,0,4527,4528,7,11,0,0,4528,4529,7,14,0, - 0,4529,4530,7,11,0,0,4530,4531,7,8,0,0,4531,4532,7,15,0,0,4532,4533, - 7,18,0,0,4533,4534,7,8,0,0,4534,4535,7,24,0,0,4535,906,1,0,0,0,4536, - 4537,7,8,0,0,4537,4538,7,11,0,0,4538,4539,7,30,0,0,4539,908,1,0, - 0,0,4540,4541,7,20,0,0,4541,4542,7,7,0,0,4542,4543,7,13,0,0,4543, - 910,1,0,0,0,4544,4545,7,28,0,0,4545,4546,7,6,0,0,4546,4547,7,7,0, - 0,4547,4548,7,23,0,0,4548,4549,7,11,0,0,4549,912,1,0,0,0,4550,4551, - 7,10,0,0,4551,4552,7,23,0,0,4552,4553,7,19,0,0,4553,4554,7,10,0, - 0,4554,4555,7,15,0,0,4555,4556,7,14,0,0,4556,4557,7,18,0,0,4557, - 4558,7,25,0,0,4558,4559,7,17,0,0,4559,4560,7,18,0,0,4560,4561,7, - 20,0,0,4561,4562,7,8,0,0,4562,914,1,0,0,0,4563,4564,7,25,0,0,4564, - 4565,7,23,0,0,4565,4566,7,19,0,0,4566,4567,7,7,0,0,4567,4568,7,18, - 0,0,4568,4569,7,15,0,0,4569,4570,7,6,0,0,4570,4571,7,17,0,0,4571, - 4572,7,18,0,0,4572,4573,7,20,0,0,4573,4574,7,8,0,0,4574,916,1,0, - 0,0,4575,4576,7,20,0,0,4576,4577,7,23,0,0,4577,4578,7,17,0,0,4578, - 918,1,0,0,0,4579,4580,7,11,0,0,4580,4581,7,8,0,0,4581,4582,7,13, - 0,0,4582,920,1,0,0,0,4583,4584,7,14,0,0,4584,4585,7,20,0,0,4585, - 4586,7,23,0,0,4586,4587,7,17,0,0,4587,4588,7,18,0,0,4588,4589,7, - 8,0,0,4589,4590,7,11,0,0,4590,4591,7,10,0,0,4591,922,1,0,0,0,4592, - 4593,7,10,0,0,4593,4594,7,15,0,0,4594,4595,7,21,0,0,4595,4596,7, - 11,0,0,4596,4597,7,16,0,0,4597,4598,7,6,0,0,4598,4599,7,10,0,0,4599, - 924,1,0,0,0,4600,4601,7,25,0,0,4601,4602,7,14,0,0,4602,4603,7,20, - 0,0,4603,4604,7,15,0,0,4604,4605,7,11,0,0,4605,4606,7,13,0,0,4606, - 4607,7,23,0,0,4607,4608,7,14,0,0,4608,4609,7,11,0,0,4609,4610,7, - 10,0,0,4610,926,1,0,0,0,4611,4612,7,18,0,0,4612,4613,7,8,0,0,4613, - 4614,7,25,0,0,4614,4615,7,23,0,0,4615,4616,7,17,0,0,4616,928,1,0, - 0,0,4617,4618,7,10,0,0,4618,4619,7,23,0,0,4619,4620,7,25,0,0,4620, - 4621,7,25,0,0,4621,4622,7,20,0,0,4622,4623,7,14,0,0,4623,4624,7, - 17,0,0,4624,930,1,0,0,0,4625,4626,7,25,0,0,4626,4627,7,6,0,0,4627, - 4628,7,14,0,0,4628,4629,7,6,0,0,4629,4630,7,7,0,0,4630,4631,7,7, - 0,0,4631,4632,7,11,0,0,4632,4633,7,7,0,0,4633,932,1,0,0,0,4634,4635, - 7,10,0,0,4635,4636,7,29,0,0,4636,4637,7,7,0,0,4637,934,1,0,0,0,4638, - 4639,7,13,0,0,4639,4640,7,11,0,0,4640,4641,7,25,0,0,4641,4642,7, - 11,0,0,4642,4643,7,8,0,0,4643,4644,7,13,0,0,4644,4645,7,10,0,0,4645, - 936,1,0,0,0,4646,4647,7,20,0,0,4647,4648,7,28,0,0,4648,4649,7,11, - 0,0,4649,4650,7,14,0,0,4650,4651,7,14,0,0,4651,4652,7,18,0,0,4652, - 4653,7,13,0,0,4653,4654,7,18,0,0,4654,4655,7,8,0,0,4655,4656,7,24, - 0,0,4656,938,1,0,0,0,4657,4658,7,15,0,0,4658,4659,7,20,0,0,4659, - 4660,7,8,0,0,4660,4661,7,26,0,0,4661,4662,7,7,0,0,4662,4663,7,18, - 0,0,4663,4664,7,15,0,0,4664,4665,7,17,0,0,4665,940,1,0,0,0,4666, - 4667,7,10,0,0,4667,4668,7,22,0,0,4668,4669,7,18,0,0,4669,4670,7, - 25,0,0,4670,942,1,0,0,0,4671,4672,7,7,0,0,4672,4673,7,20,0,0,4673, - 4674,7,15,0,0,4674,4675,7,22,0,0,4675,4676,7,11,0,0,4676,4677,7, - 13,0,0,4677,944,1,0,0,0,4678,4679,7,17,0,0,4679,4680,7,18,0,0,4680, - 4681,7,11,0,0,4681,4682,7,10,0,0,4682,946,1,0,0,0,4683,4684,7,14, - 0,0,4684,4685,7,20,0,0,4685,4686,7,7,0,0,4686,4687,7,7,0,0,4687, - 4688,7,23,0,0,4688,4689,7,25,0,0,4689,948,1,0,0,0,4690,4691,7,15, - 0,0,4691,4692,7,23,0,0,4692,4693,7,19,0,0,4693,4694,7,11,0,0,4694, - 950,1,0,0,0,4695,4696,7,24,0,0,4696,4697,7,14,0,0,4697,4698,7,20, - 0,0,4698,4699,7,23,0,0,4699,4700,7,25,0,0,4700,4701,7,18,0,0,4701, - 4702,7,8,0,0,4702,4703,7,24,0,0,4703,952,1,0,0,0,4704,4705,7,10, - 0,0,4705,4706,7,11,0,0,4706,4707,7,17,0,0,4707,4708,7,10,0,0,4708, - 954,1,0,0,0,4709,4710,7,17,0,0,4710,4711,7,6,0,0,4711,4712,7,19, - 0,0,4712,4713,7,7,0,0,4713,4714,7,11,0,0,4714,4715,7,10,0,0,4715, - 4716,7,6,0,0,4716,4717,7,16,0,0,4717,4718,7,25,0,0,4718,4719,7,7, - 0,0,4719,4720,7,11,0,0,4720,956,1,0,0,0,4721,4722,7,20,0,0,4722, - 4723,7,14,0,0,4723,4724,7,13,0,0,4724,4725,7,18,0,0,4725,4726,7, - 8,0,0,4726,4727,7,6,0,0,4727,4728,7,7,0,0,4728,4729,7,18,0,0,4729, - 4730,7,17,0,0,4730,4731,7,9,0,0,4731,958,1,0,0,0,4732,4733,7,27, - 0,0,4733,4734,7,16,0,0,4734,4735,7,7,0,0,4735,4736,7,17,0,0,4736, - 4737,7,6,0,0,4737,4738,7,19,0,0,4738,4739,7,7,0,0,4739,4740,7,11, - 0,0,4740,960,1,0,0,0,4741,4742,7,15,0,0,4742,4743,7,20,0,0,4743, - 4744,7,7,0,0,4744,4745,7,23,0,0,4745,4746,7,16,0,0,4746,4747,7,8, - 0,0,4747,4748,7,10,0,0,4748,962,1,0,0,0,4749,4750,7,27,0,0,4750, - 4751,7,16,0,0,4751,4752,7,7,0,0,4752,4753,7,8,0,0,4753,4754,7,6, - 0,0,4754,4755,7,16,0,0,4755,4756,7,11,0,0,4756,4757,7,10,0,0,4757, - 4758,7,25,0,0,4758,4759,7,6,0,0,4759,4760,7,15,0,0,4760,4761,7,11, - 0,0,4761,4762,7,10,0,0,4762,964,1,0,0,0,4763,4764,7,14,0,0,4764, - 4765,7,20,0,0,4765,4766,7,30,0,0,4766,4767,7,17,0,0,4767,4768,7, - 9,0,0,4768,4769,7,25,0,0,4769,4770,7,11,0,0,4770,966,1,0,0,0,4771, - 4772,7,8,0,0,4772,4773,7,20,0,0,4773,4774,7,14,0,0,4774,4775,7,16, - 0,0,4775,4776,7,6,0,0,4776,4777,7,7,0,0,4777,4778,7,18,0,0,4778, - 4779,7,12,0,0,4779,4780,7,11,0,0,4780,4781,7,13,0,0,4781,968,1,0, - 0,0,4782,4783,7,30,0,0,4783,4784,7,18,0,0,4784,4785,7,17,0,0,4785, - 4786,7,21,0,0,4786,4787,7,18,0,0,4787,4788,7,8,0,0,4788,970,1,0, - 0,0,4789,4790,7,26,0,0,4790,4791,7,18,0,0,4791,4792,7,7,0,0,4792, - 4793,7,17,0,0,4793,4794,7,11,0,0,4794,4795,7,14,0,0,4795,972,1,0, - 0,0,4796,4797,7,24,0,0,4797,4798,7,14,0,0,4798,4799,7,20,0,0,4799, - 4800,7,23,0,0,4800,4801,7,25,0,0,4801,4802,7,10,0,0,4802,974,1,0, - 0,0,4803,4804,7,20,0,0,4804,4805,7,17,0,0,4805,4806,7,21,0,0,4806, - 4807,7,11,0,0,4807,4808,7,14,0,0,4808,4809,7,10,0,0,4809,976,1,0, - 0,0,4810,4811,7,8,0,0,4811,4812,7,26,0,0,4812,4813,7,15,0,0,4813, - 978,1,0,0,0,4814,4815,7,8,0,0,4815,4816,7,26,0,0,4816,4817,7,13, - 0,0,4817,980,1,0,0,0,4818,4819,7,8,0,0,4819,4820,7,26,0,0,4820,4821, - 7,22,0,0,4821,4822,7,15,0,0,4822,982,1,0,0,0,4823,4824,7,8,0,0,4824, - 4825,7,26,0,0,4825,4826,7,22,0,0,4826,4827,7,13,0,0,4827,984,1,0, - 0,0,4828,4829,7,23,0,0,4829,4830,7,11,0,0,4830,4831,7,10,0,0,4831, - 4832,7,15,0,0,4832,4833,7,6,0,0,4833,4834,7,25,0,0,4834,4835,7,11, - 0,0,4835,986,1,0,0,0,4836,4837,7,28,0,0,4837,4838,7,18,0,0,4838, - 4839,7,11,0,0,4839,4840,7,30,0,0,4840,4841,7,10,0,0,4841,988,1,0, - 0,0,4842,4843,7,8,0,0,4843,4844,7,20,0,0,4844,4845,7,14,0,0,4845, - 4846,7,16,0,0,4846,4847,7,6,0,0,4847,4848,7,7,0,0,4848,4849,7,18, - 0,0,4849,4850,7,12,0,0,4850,4851,7,11,0,0,4851,990,1,0,0,0,4852, - 4853,7,13,0,0,4853,4854,7,23,0,0,4854,4855,7,16,0,0,4855,4856,7, - 25,0,0,4856,992,1,0,0,0,4857,4858,7,25,0,0,4858,4859,7,14,0,0,4859, - 4860,7,18,0,0,4860,4861,7,8,0,0,4861,4862,7,17,0,0,4862,4863,5,95, - 0,0,4863,4864,7,10,0,0,4864,4865,7,17,0,0,4865,4866,7,14,0,0,4866, - 4867,7,18,0,0,4867,4868,7,15,0,0,4868,4869,7,17,0,0,4869,4870,5, - 95,0,0,4870,4871,7,25,0,0,4871,4872,7,6,0,0,4872,4873,7,14,0,0,4873, - 4874,7,6,0,0,4874,4875,7,16,0,0,4875,4876,7,10,0,0,4876,994,1,0, - 0,0,4877,4878,7,28,0,0,4878,4879,7,6,0,0,4879,4880,7,14,0,0,4880, - 4881,7,18,0,0,4881,4882,7,6,0,0,4882,4883,7,19,0,0,4883,4884,7,7, - 0,0,4884,4885,7,11,0,0,4885,4886,5,95,0,0,4886,4887,7,15,0,0,4887, - 4888,7,20,0,0,4888,4889,7,8,0,0,4889,4890,7,26,0,0,4890,4891,7,7, - 0,0,4891,4892,7,18,0,0,4892,4893,7,15,0,0,4893,4894,7,17,0,0,4894, - 996,1,0,0,0,4895,4896,7,11,0,0,4896,4897,7,14,0,0,4897,4898,7,14, - 0,0,4898,4899,7,20,0,0,4899,4900,7,14,0,0,4900,998,1,0,0,0,4901, - 4902,7,23,0,0,4902,4903,7,10,0,0,4903,4904,7,11,0,0,4904,4905,5, - 95,0,0,4905,4906,7,28,0,0,4906,4907,7,6,0,0,4907,4908,7,14,0,0,4908, - 4909,7,18,0,0,4909,4910,7,6,0,0,4910,4911,7,19,0,0,4911,4912,7,7, - 0,0,4912,4913,7,11,0,0,4913,1000,1,0,0,0,4914,4915,7,23,0,0,4915, - 4916,7,10,0,0,4916,4917,7,11,0,0,4917,4918,5,95,0,0,4918,4919,7, - 15,0,0,4919,4920,7,20,0,0,4920,4921,7,7,0,0,4921,4922,7,23,0,0,4922, - 4923,7,16,0,0,4923,4924,7,8,0,0,4924,1002,1,0,0,0,4925,4926,7,6, - 0,0,4926,4927,7,7,0,0,4927,4928,7,18,0,0,4928,4929,7,6,0,0,4929, - 4930,7,10,0,0,4930,1004,1,0,0,0,4931,4932,7,15,0,0,4932,4933,7,20, - 0,0,4933,4934,7,8,0,0,4934,4935,7,10,0,0,4935,4936,7,17,0,0,4936, - 4937,7,6,0,0,4937,4938,7,8,0,0,4938,4939,7,17,0,0,4939,1006,1,0, - 0,0,4940,4941,7,25,0,0,4941,4942,7,11,0,0,4942,4943,7,14,0,0,4943, - 4944,7,26,0,0,4944,4945,7,20,0,0,4945,4946,7,14,0,0,4946,4947,7, - 16,0,0,4947,1008,1,0,0,0,4948,4949,7,24,0,0,4949,4950,7,11,0,0,4950, - 4951,7,17,0,0,4951,1010,1,0,0,0,4952,4953,7,13,0,0,4953,4954,7,18, - 0,0,4954,4955,7,6,0,0,4955,4956,7,24,0,0,4956,4957,7,8,0,0,4957, - 4958,7,20,0,0,4958,4959,7,10,0,0,4959,4960,7,17,0,0,4960,4961,7, - 18,0,0,4961,4962,7,15,0,0,4962,4963,7,10,0,0,4963,1012,1,0,0,0,4964, - 4965,7,10,0,0,4965,4966,7,17,0,0,4966,4967,7,6,0,0,4967,4968,7,15, - 0,0,4968,4969,7,22,0,0,4969,4970,7,11,0,0,4970,4971,7,13,0,0,4971, - 1014,1,0,0,0,4972,4973,7,11,0,0,4973,4974,7,7,0,0,4974,4975,7,10, - 0,0,4975,4976,7,18,0,0,4976,4977,7,26,0,0,4977,1016,1,0,0,0,4978, - 4979,7,30,0,0,4979,4980,7,21,0,0,4980,4981,7,18,0,0,4981,4982,7, - 7,0,0,4982,4983,7,11,0,0,4983,1018,1,0,0,0,4984,4985,7,14,0,0,4985, - 4986,7,11,0,0,4986,4987,7,28,0,0,4987,4988,7,11,0,0,4988,4989,7, - 14,0,0,4989,4990,7,10,0,0,4990,4991,7,11,0,0,4991,1020,1,0,0,0,4992, - 4993,7,26,0,0,4993,4994,7,20,0,0,4994,4995,7,14,0,0,4995,4996,7, - 11,0,0,4996,4997,7,6,0,0,4997,4998,7,15,0,0,4998,4999,7,21,0,0,4999, - 1022,1,0,0,0,5000,5001,7,10,0,0,5001,5002,7,7,0,0,5002,5003,7,18, - 0,0,5003,5004,7,15,0,0,5004,5005,7,11,0,0,5005,1024,1,0,0,0,5006, - 5007,7,11,0,0,5007,5008,7,27,0,0,5008,5009,7,18,0,0,5009,5010,7, - 17,0,0,5010,1026,1,0,0,0,5011,5012,7,14,0,0,5012,5013,7,11,0,0,5013, - 5014,7,17,0,0,5014,5015,7,23,0,0,5015,5016,7,14,0,0,5016,5017,7, - 8,0,0,5017,1028,1,0,0,0,5018,5019,7,29,0,0,5019,5020,7,23,0,0,5020, - 5021,7,11,0,0,5021,5022,7,14,0,0,5022,5023,7,9,0,0,5023,1030,1,0, - 0,0,5024,5025,7,14,0,0,5025,5026,7,6,0,0,5026,5027,7,18,0,0,5027, - 5028,7,10,0,0,5028,5029,7,11,0,0,5029,1032,1,0,0,0,5030,5031,7,10, - 0,0,5031,5032,7,29,0,0,5032,5033,7,7,0,0,5033,5034,7,10,0,0,5034, - 5035,7,17,0,0,5035,5036,7,6,0,0,5036,5037,7,17,0,0,5037,5038,7,11, - 0,0,5038,1034,1,0,0,0,5039,5040,7,13,0,0,5040,5041,7,11,0,0,5041, - 5042,7,19,0,0,5042,5043,7,23,0,0,5043,5044,7,24,0,0,5044,1036,1, - 0,0,0,5045,5046,7,7,0,0,5046,5047,7,20,0,0,5047,5048,7,24,0,0,5048, - 1038,1,0,0,0,5049,5050,7,18,0,0,5050,5051,7,8,0,0,5051,5052,7,26, - 0,0,5052,5053,7,20,0,0,5053,1040,1,0,0,0,5054,5055,7,8,0,0,5055, - 5056,7,20,0,0,5056,5057,7,17,0,0,5057,5058,7,18,0,0,5058,5059,7, - 15,0,0,5059,5060,7,11,0,0,5060,1042,1,0,0,0,5061,5062,7,30,0,0,5062, - 5063,7,6,0,0,5063,5064,7,14,0,0,5064,5065,7,8,0,0,5065,5066,7,18, - 0,0,5066,5067,7,8,0,0,5067,5068,7,24,0,0,5068,1044,1,0,0,0,5069, - 5070,7,11,0,0,5070,5071,7,27,0,0,5071,5072,7,15,0,0,5072,5073,7, - 11,0,0,5073,5074,7,25,0,0,5074,5075,7,17,0,0,5075,5076,7,18,0,0, - 5076,5077,7,20,0,0,5077,5078,7,8,0,0,5078,1046,1,0,0,0,5079,5080, - 7,6,0,0,5080,5081,7,10,0,0,5081,5082,7,10,0,0,5082,5083,7,11,0,0, - 5083,5084,7,14,0,0,5084,5085,7,17,0,0,5085,1048,1,0,0,0,5086,5087, - 7,7,0,0,5087,5088,7,20,0,0,5088,5089,7,20,0,0,5089,5090,7,25,0,0, - 5090,1050,1,0,0,0,5091,5092,7,20,0,0,5092,5093,7,25,0,0,5093,5094, - 7,11,0,0,5094,5095,7,8,0,0,5095,1052,1,0,0,0,5096,5097,7,25,0,0, - 5097,5098,7,11,0,0,5098,5099,7,26,0,0,5099,5100,7,11,0,0,5100,5101, - 7,14,0,0,5101,5102,7,11,0,0,5102,5103,7,8,0,0,5103,5104,7,15,0,0, - 5104,5105,7,11,0,0,5105,5106,7,10,0,0,5106,1054,1,0,0,0,5107,5108, - 7,23,0,0,5108,5109,7,10,0,0,5109,5110,7,6,0,0,5110,5111,7,24,0,0, - 5111,5112,7,11,0,0,5112,1056,1,0,0,0,5113,5114,7,15,0,0,5114,5115, - 7,20,0,0,5115,5116,7,8,0,0,5116,5117,7,8,0,0,5117,5118,7,11,0,0, - 5118,5119,7,15,0,0,5119,5120,7,17,0,0,5120,1058,1,0,0,0,5121,5122, - 7,25,0,0,5122,5123,7,23,0,0,5123,5124,7,19,0,0,5124,5125,7,7,0,0, - 5125,5126,7,18,0,0,5126,5127,7,15,0,0,5127,1060,1,0,0,0,5128,5129, - 7,16,0,0,5129,5130,7,11,0,0,5130,5131,7,14,0,0,5131,5132,7,24,0, - 0,5132,5133,7,11,0,0,5133,1062,1,0,0,0,5134,5135,7,16,0,0,5135,5136, - 7,6,0,0,5136,5137,7,17,0,0,5137,5138,7,15,0,0,5138,5139,7,21,0,0, - 5139,5140,7,11,0,0,5140,5141,7,13,0,0,5141,1064,1,0,0,0,5142,5143, - 7,19,0,0,5143,5144,7,14,0,0,5144,5145,7,11,0,0,5145,5146,7,6,0,0, - 5146,5147,7,13,0,0,5147,5148,7,17,0,0,5148,5149,7,21,0,0,5149,1066, - 1,0,0,0,5150,5151,7,13,0,0,5151,5152,7,11,0,0,5152,5153,7,25,0,0, - 5153,5154,7,17,0,0,5154,5155,7,21,0,0,5155,1068,1,0,0,0,5156,5157, - 7,23,0,0,5157,5158,7,8,0,0,5158,5159,7,10,0,0,5159,5160,7,6,0,0, - 5160,5161,7,26,0,0,5161,5162,7,11,0,0,5162,1070,1,0,0,0,5163,5164, - 7,14,0,0,5164,5165,7,11,0,0,5165,5166,7,10,0,0,5166,5167,7,17,0, - 0,5167,5168,7,14,0,0,5168,5169,7,18,0,0,5169,5170,7,15,0,0,5170, - 5171,7,17,0,0,5171,5172,7,11,0,0,5172,5173,7,13,0,0,5173,1072,1, - 0,0,0,5174,5175,7,10,0,0,5175,5176,7,6,0,0,5176,5177,7,26,0,0,5177, - 5178,7,11,0,0,5178,1074,1,0,0,0,5179,5180,7,26,0,0,5180,5181,7,18, - 0,0,5181,5182,7,8,0,0,5182,5183,7,6,0,0,5183,5184,7,7,0,0,5184,5185, - 7,18,0,0,5185,5186,7,12,0,0,5186,5187,7,11,0,0,5187,1076,1,0,0,0, - 5188,5189,7,16,0,0,5189,5190,7,20,0,0,5190,5191,7,13,0,0,5191,5192, - 7,23,0,0,5192,5193,7,7,0,0,5193,5194,7,23,0,0,5194,5195,7,10,0,0, - 5195,1078,1,0,0,0,5196,5197,7,14,0,0,5197,5198,7,11,0,0,5198,5199, - 7,16,0,0,5199,5200,7,6,0,0,5200,5201,7,18,0,0,5201,5202,7,8,0,0, - 5202,5203,7,13,0,0,5203,5204,7,11,0,0,5204,5205,7,14,0,0,5205,1080, - 1,0,0,0,5206,5207,7,7,0,0,5207,5208,7,20,0,0,5208,5209,7,24,0,0, - 5209,5210,7,18,0,0,5210,5211,7,8,0,0,5211,1082,1,0,0,0,5212,5213, - 7,8,0,0,5213,5214,7,20,0,0,5214,5215,7,7,0,0,5215,5216,7,20,0,0, - 5216,5217,7,24,0,0,5217,5218,7,18,0,0,5218,5219,7,8,0,0,5219,1084, - 1,0,0,0,5220,5221,7,14,0,0,5221,5222,7,11,0,0,5222,5223,7,25,0,0, - 5223,5224,7,7,0,0,5224,5225,7,18,0,0,5225,5226,7,15,0,0,5226,5227, - 7,6,0,0,5227,5228,7,17,0,0,5228,5229,7,18,0,0,5229,5230,7,20,0,0, - 5230,5231,7,8,0,0,5231,1086,1,0,0,0,5232,5233,7,8,0,0,5233,5234, - 7,20,0,0,5234,5235,7,14,0,0,5235,5236,7,11,0,0,5236,5237,7,25,0, - 0,5237,5238,7,7,0,0,5238,5239,7,18,0,0,5239,5240,7,15,0,0,5240,5241, - 7,6,0,0,5241,5242,7,17,0,0,5242,5243,7,18,0,0,5243,5244,7,20,0,0, - 5244,5245,7,8,0,0,5245,1088,1,0,0,0,5246,5247,7,19,0,0,5247,5248, - 7,9,0,0,5248,5249,7,25,0,0,5249,5250,7,6,0,0,5250,5251,7,10,0,0, - 5251,5252,7,10,0,0,5252,5253,7,14,0,0,5253,5254,7,7,0,0,5254,5255, - 7,10,0,0,5255,1090,1,0,0,0,5256,5257,7,8,0,0,5257,5258,7,20,0,0, - 5258,5259,7,19,0,0,5259,5260,7,9,0,0,5260,5261,7,25,0,0,5261,5262, - 7,6,0,0,5262,5263,7,10,0,0,5263,5264,7,10,0,0,5264,5265,7,14,0,0, - 5265,5266,7,7,0,0,5266,5267,7,10,0,0,5267,1092,1,0,0,0,5268,5269, - 7,25,0,0,5269,5270,7,11,0,0,5270,5271,7,14,0,0,5271,5272,7,16,0, - 0,5272,5273,7,18,0,0,5273,5274,7,10,0,0,5274,5275,7,10,0,0,5275, - 5276,7,18,0,0,5276,5277,7,28,0,0,5277,5278,7,11,0,0,5278,1094,1, - 0,0,0,5279,5280,7,14,0,0,5280,5281,7,11,0,0,5281,5282,7,10,0,0,5282, - 5283,7,17,0,0,5283,5284,7,14,0,0,5284,5285,7,18,0,0,5285,5286,7, - 15,0,0,5286,5287,7,17,0,0,5287,5288,7,18,0,0,5288,5289,7,28,0,0, - 5289,5290,7,11,0,0,5290,1096,1,0,0,0,5291,5292,7,15,0,0,5292,5293, - 7,20,0,0,5293,5294,7,16,0,0,5294,5295,7,25,0,0,5295,5296,7,14,0, - 0,5296,5297,7,11,0,0,5297,5298,7,10,0,0,5298,5299,7,10,0,0,5299, - 5300,7,18,0,0,5300,5301,7,20,0,0,5301,5302,7,8,0,0,5302,1098,1,0, - 0,0,5303,5304,7,25,0,0,5304,5305,7,7,0,0,5305,5306,7,6,0,0,5306, - 5307,7,18,0,0,5307,5308,7,8,0,0,5308,1100,1,0,0,0,5309,5310,7,11, - 0,0,5310,5311,7,27,0,0,5311,5312,7,17,0,0,5312,5313,7,11,0,0,5313, - 5314,7,8,0,0,5314,5315,7,13,0,0,5315,5316,7,11,0,0,5316,5317,7,13, - 0,0,5317,1102,1,0,0,0,5318,5319,7,16,0,0,5319,5320,7,6,0,0,5320, - 5321,7,18,0,0,5321,5322,7,8,0,0,5322,1104,1,0,0,0,5323,5324,7,10, - 0,0,5324,5325,7,22,0,0,5325,5326,7,18,0,0,5326,5327,7,25,0,0,5327, - 5328,5,95,0,0,5328,5329,7,7,0,0,5329,5330,7,20,0,0,5330,5331,7,15, - 0,0,5331,5332,7,22,0,0,5332,5333,7,11,0,0,5333,5334,7,13,0,0,5334, - 1106,1,0,0,0,5335,5336,7,19,0,0,5336,5337,7,23,0,0,5337,5338,7,26, - 0,0,5338,5339,7,26,0,0,5339,5340,7,11,0,0,5340,5341,7,14,0,0,5341, - 5342,5,95,0,0,5342,5343,7,23,0,0,5343,5344,7,10,0,0,5344,5345,7, - 6,0,0,5345,5346,7,24,0,0,5346,5347,7,11,0,0,5347,5348,5,95,0,0,5348, - 5349,7,7,0,0,5349,5350,7,18,0,0,5350,5351,7,16,0,0,5351,5352,7,18, - 0,0,5352,5353,7,17,0,0,5353,1108,1,0,0,0,5354,5355,7,13,0,0,5355, - 5356,7,18,0,0,5356,5357,7,10,0,0,5357,5358,7,17,0,0,5358,5359,7, - 14,0,0,5359,5360,7,18,0,0,5360,5361,7,19,0,0,5361,5362,7,23,0,0, - 5362,5363,7,17,0,0,5363,5364,7,11,0,0,5364,5365,7,13,0,0,5365,1110, - 1,0,0,0,5366,5370,3,1113,554,0,5367,5369,3,1115,555,0,5368,5367, - 1,0,0,0,5369,5372,1,0,0,0,5370,5368,1,0,0,0,5370,5371,1,0,0,0,5371, - 1112,1,0,0,0,5372,5370,1,0,0,0,5373,5377,7,32,0,0,5374,5375,7,33, - 0,0,5375,5377,7,34,0,0,5376,5373,1,0,0,0,5376,5374,1,0,0,0,5377, - 1114,1,0,0,0,5378,5381,3,1117,556,0,5379,5381,5,36,0,0,5380,5378, - 1,0,0,0,5380,5379,1,0,0,0,5381,1116,1,0,0,0,5382,5385,3,1113,554, - 0,5383,5385,7,0,0,0,5384,5382,1,0,0,0,5384,5383,1,0,0,0,5385,1118, - 1,0,0,0,5386,5387,3,1121,558,0,5387,5388,5,34,0,0,5388,1120,1,0, - 0,0,5389,5395,5,34,0,0,5390,5391,5,34,0,0,5391,5394,5,34,0,0,5392, - 5394,8,35,0,0,5393,5390,1,0,0,0,5393,5392,1,0,0,0,5394,5397,1,0, - 0,0,5395,5393,1,0,0,0,5395,5396,1,0,0,0,5396,1122,1,0,0,0,5397,5395, - 1,0,0,0,5398,5399,3,1125,560,0,5399,5400,5,34,0,0,5400,1124,1,0, - 0,0,5401,5407,5,34,0,0,5402,5403,5,34,0,0,5403,5406,5,34,0,0,5404, - 5406,8,36,0,0,5405,5402,1,0,0,0,5405,5404,1,0,0,0,5406,5409,1,0, - 0,0,5407,5405,1,0,0,0,5407,5408,1,0,0,0,5408,1126,1,0,0,0,5409,5407, - 1,0,0,0,5410,5411,7,23,0,0,5411,5412,5,38,0,0,5412,5413,3,1119,557, - 0,5413,1128,1,0,0,0,5414,5415,7,23,0,0,5415,5416,5,38,0,0,5416,5417, - 3,1121,558,0,5417,1130,1,0,0,0,5418,5419,7,23,0,0,5419,5420,5,38, - 0,0,5420,5421,3,1123,559,0,5421,1132,1,0,0,0,5422,5423,7,23,0,0, - 5423,5424,5,38,0,0,5424,5425,3,1125,560,0,5425,1134,1,0,0,0,5426, - 5427,3,1137,566,0,5427,5428,5,39,0,0,5428,1136,1,0,0,0,5429,5435, - 5,39,0,0,5430,5431,5,39,0,0,5431,5434,5,39,0,0,5432,5434,8,37,0, - 0,5433,5430,1,0,0,0,5433,5432,1,0,0,0,5434,5437,1,0,0,0,5435,5433, - 1,0,0,0,5435,5436,1,0,0,0,5436,1138,1,0,0,0,5437,5435,1,0,0,0,5438, - 5439,7,11,0,0,5439,5440,5,39,0,0,5440,5441,1,0,0,0,5441,5442,6,567, - 1,0,5442,5443,6,567,2,0,5443,1140,1,0,0,0,5444,5445,3,1143,569,0, - 5445,5446,5,39,0,0,5446,1142,1,0,0,0,5447,5448,7,23,0,0,5448,5449, - 5,38,0,0,5449,5450,3,1137,566,0,5450,1144,1,0,0,0,5451,5453,5,36, - 0,0,5452,5454,3,1147,571,0,5453,5452,1,0,0,0,5453,5454,1,0,0,0,5454, - 5455,1,0,0,0,5455,5456,5,36,0,0,5456,5457,1,0,0,0,5457,5458,6,570, - 3,0,5458,1146,1,0,0,0,5459,5463,3,1113,554,0,5460,5462,3,1117,556, - 0,5461,5460,1,0,0,0,5462,5465,1,0,0,0,5463,5461,1,0,0,0,5463,5464, - 1,0,0,0,5464,1148,1,0,0,0,5465,5463,1,0,0,0,5466,5467,3,1151,573, - 0,5467,5468,5,39,0,0,5468,1150,1,0,0,0,5469,5470,7,19,0,0,5470,5474, - 5,39,0,0,5471,5473,7,38,0,0,5472,5471,1,0,0,0,5473,5476,1,0,0,0, - 5474,5472,1,0,0,0,5474,5475,1,0,0,0,5475,1152,1,0,0,0,5476,5474, - 1,0,0,0,5477,5478,3,1155,575,0,5478,5479,5,39,0,0,5479,1154,1,0, - 0,0,5480,5481,7,19,0,0,5481,5482,3,1137,566,0,5482,1156,1,0,0,0, - 5483,5484,3,1159,577,0,5484,5485,5,39,0,0,5485,1158,1,0,0,0,5486, - 5487,7,27,0,0,5487,5491,5,39,0,0,5488,5490,7,39,0,0,5489,5488,1, - 0,0,0,5490,5493,1,0,0,0,5491,5489,1,0,0,0,5491,5492,1,0,0,0,5492, - 1160,1,0,0,0,5493,5491,1,0,0,0,5494,5495,3,1163,579,0,5495,5496, - 5,39,0,0,5496,1162,1,0,0,0,5497,5498,7,27,0,0,5498,5499,3,1137,566, - 0,5499,1164,1,0,0,0,5500,5501,3,1171,583,0,5501,1166,1,0,0,0,5502, - 5503,3,1171,583,0,5503,5504,5,46,0,0,5504,5505,5,46,0,0,5505,1168, - 1,0,0,0,5506,5507,3,1171,583,0,5507,5509,5,46,0,0,5508,5510,3,1171, - 583,0,5509,5508,1,0,0,0,5509,5510,1,0,0,0,5510,5516,1,0,0,0,5511, - 5513,7,11,0,0,5512,5514,7,1,0,0,5513,5512,1,0,0,0,5513,5514,1,0, - 0,0,5514,5515,1,0,0,0,5515,5517,3,1171,583,0,5516,5511,1,0,0,0,5516, - 5517,1,0,0,0,5517,5535,1,0,0,0,5518,5519,5,46,0,0,5519,5525,3,1171, - 583,0,5520,5522,7,11,0,0,5521,5523,7,1,0,0,5522,5521,1,0,0,0,5522, - 5523,1,0,0,0,5523,5524,1,0,0,0,5524,5526,3,1171,583,0,5525,5520, - 1,0,0,0,5525,5526,1,0,0,0,5526,5535,1,0,0,0,5527,5528,3,1171,583, - 0,5528,5530,7,11,0,0,5529,5531,7,1,0,0,5530,5529,1,0,0,0,5530,5531, - 1,0,0,0,5531,5532,1,0,0,0,5532,5533,3,1171,583,0,5533,5535,1,0,0, - 0,5534,5506,1,0,0,0,5534,5518,1,0,0,0,5534,5527,1,0,0,0,5535,1170, - 1,0,0,0,5536,5538,7,0,0,0,5537,5536,1,0,0,0,5538,5539,1,0,0,0,5539, - 5537,1,0,0,0,5539,5540,1,0,0,0,5540,1172,1,0,0,0,5541,5542,5,58, - 0,0,5542,5546,7,40,0,0,5543,5545,7,41,0,0,5544,5543,1,0,0,0,5545, - 5548,1,0,0,0,5546,5544,1,0,0,0,5546,5547,1,0,0,0,5547,1174,1,0,0, - 0,5548,5546,1,0,0,0,5549,5550,5,58,0,0,5550,5551,5,34,0,0,5551,5559, - 1,0,0,0,5552,5553,5,92,0,0,5553,5558,9,0,0,0,5554,5555,5,34,0,0, - 5555,5558,5,34,0,0,5556,5558,8,42,0,0,5557,5552,1,0,0,0,5557,5554, - 1,0,0,0,5557,5556,1,0,0,0,5558,5561,1,0,0,0,5559,5557,1,0,0,0,5559, - 5560,1,0,0,0,5560,5562,1,0,0,0,5561,5559,1,0,0,0,5562,5563,5,34, - 0,0,5563,1176,1,0,0,0,5564,5566,7,43,0,0,5565,5564,1,0,0,0,5566, - 5567,1,0,0,0,5567,5565,1,0,0,0,5567,5568,1,0,0,0,5568,5569,1,0,0, - 0,5569,5570,6,586,4,0,5570,1178,1,0,0,0,5571,5573,5,13,0,0,5572, - 5574,5,10,0,0,5573,5572,1,0,0,0,5573,5574,1,0,0,0,5574,5577,1,0, - 0,0,5575,5577,5,10,0,0,5576,5571,1,0,0,0,5576,5575,1,0,0,0,5577, - 5578,1,0,0,0,5578,5579,6,587,4,0,5579,1180,1,0,0,0,5580,5581,5,45, - 0,0,5581,5582,5,45,0,0,5582,5586,1,0,0,0,5583,5585,8,44,0,0,5584, - 5583,1,0,0,0,5585,5588,1,0,0,0,5586,5584,1,0,0,0,5586,5587,1,0,0, - 0,5587,5589,1,0,0,0,5588,5586,1,0,0,0,5589,5590,6,588,4,0,5590,1182, - 1,0,0,0,5591,5592,5,47,0,0,5592,5593,5,42,0,0,5593,5616,1,0,0,0, - 5594,5596,5,47,0,0,5595,5594,1,0,0,0,5596,5599,1,0,0,0,5597,5595, - 1,0,0,0,5597,5598,1,0,0,0,5598,5600,1,0,0,0,5599,5597,1,0,0,0,5600, - 5615,3,1183,589,0,5601,5615,8,45,0,0,5602,5604,5,47,0,0,5603,5602, - 1,0,0,0,5604,5605,1,0,0,0,5605,5603,1,0,0,0,5605,5606,1,0,0,0,5606, - 5607,1,0,0,0,5607,5615,8,45,0,0,5608,5610,5,42,0,0,5609,5608,1,0, - 0,0,5610,5611,1,0,0,0,5611,5609,1,0,0,0,5611,5612,1,0,0,0,5612,5613, - 1,0,0,0,5613,5615,8,45,0,0,5614,5597,1,0,0,0,5614,5601,1,0,0,0,5614, - 5603,1,0,0,0,5614,5609,1,0,0,0,5615,5618,1,0,0,0,5616,5614,1,0,0, - 0,5616,5617,1,0,0,0,5617,5622,1,0,0,0,5618,5616,1,0,0,0,5619,5621, - 5,42,0,0,5620,5619,1,0,0,0,5621,5624,1,0,0,0,5622,5620,1,0,0,0,5622, - 5623,1,0,0,0,5623,5625,1,0,0,0,5624,5622,1,0,0,0,5625,5626,5,42, - 0,0,5626,5627,5,47,0,0,5627,5628,1,0,0,0,5628,5629,6,589,4,0,5629, - 1184,1,0,0,0,5630,5631,5,47,0,0,5631,5632,5,42,0,0,5632,5657,1,0, - 0,0,5633,5635,5,47,0,0,5634,5633,1,0,0,0,5635,5638,1,0,0,0,5636, - 5634,1,0,0,0,5636,5637,1,0,0,0,5637,5639,1,0,0,0,5638,5636,1,0,0, - 0,5639,5656,3,1183,589,0,5640,5656,8,45,0,0,5641,5643,5,47,0,0,5642, - 5641,1,0,0,0,5643,5644,1,0,0,0,5644,5642,1,0,0,0,5644,5645,1,0,0, - 0,5645,5646,1,0,0,0,5646,5654,8,45,0,0,5647,5649,5,42,0,0,5648,5647, - 1,0,0,0,5649,5650,1,0,0,0,5650,5648,1,0,0,0,5650,5651,1,0,0,0,5651, - 5652,1,0,0,0,5652,5654,8,45,0,0,5653,5642,1,0,0,0,5653,5648,1,0, - 0,0,5654,5656,1,0,0,0,5655,5636,1,0,0,0,5655,5640,1,0,0,0,5655,5653, - 1,0,0,0,5656,5659,1,0,0,0,5657,5655,1,0,0,0,5657,5658,1,0,0,0,5658, - 5677,1,0,0,0,5659,5657,1,0,0,0,5660,5662,5,47,0,0,5661,5660,1,0, - 0,0,5662,5663,1,0,0,0,5663,5661,1,0,0,0,5663,5664,1,0,0,0,5664,5678, - 1,0,0,0,5665,5667,5,42,0,0,5666,5665,1,0,0,0,5667,5668,1,0,0,0,5668, - 5666,1,0,0,0,5668,5669,1,0,0,0,5669,5678,1,0,0,0,5670,5672,5,47, - 0,0,5671,5670,1,0,0,0,5672,5675,1,0,0,0,5673,5671,1,0,0,0,5673,5674, - 1,0,0,0,5674,5676,1,0,0,0,5675,5673,1,0,0,0,5676,5678,3,1185,590, - 0,5677,5661,1,0,0,0,5677,5666,1,0,0,0,5677,5673,1,0,0,0,5677,5678, - 1,0,0,0,5678,1186,1,0,0,0,5679,5691,5,92,0,0,5680,5690,8,46,0,0, - 5681,5685,5,34,0,0,5682,5684,8,47,0,0,5683,5682,1,0,0,0,5684,5687, - 1,0,0,0,5685,5683,1,0,0,0,5685,5686,1,0,0,0,5686,5688,1,0,0,0,5687, - 5685,1,0,0,0,5688,5690,5,34,0,0,5689,5680,1,0,0,0,5689,5681,1,0, - 0,0,5690,5693,1,0,0,0,5691,5689,1,0,0,0,5691,5692,1,0,0,0,5692,5701, - 1,0,0,0,5693,5691,1,0,0,0,5694,5698,5,34,0,0,5695,5697,8,47,0,0, - 5696,5695,1,0,0,0,5697,5700,1,0,0,0,5698,5696,1,0,0,0,5698,5699, - 1,0,0,0,5699,5702,1,0,0,0,5700,5698,1,0,0,0,5701,5694,1,0,0,0,5701, - 5702,1,0,0,0,5702,1188,1,0,0,0,5703,5704,5,92,0,0,5704,5705,5,92, - 0,0,5705,1190,1,0,0,0,5706,5707,9,0,0,0,5707,1192,1,0,0,0,5708,5709, - 3,1197,596,0,5709,5710,5,39,0,0,5710,5711,1,0,0,0,5711,5712,6,594, - 5,0,5712,1194,1,0,0,0,5713,5715,3,1197,596,0,5714,5716,5,92,0,0, - 5715,5714,1,0,0,0,5715,5716,1,0,0,0,5716,5717,1,0,0,0,5717,5718, - 5,0,0,1,5718,1196,1,0,0,0,5719,5720,5,39,0,0,5720,5743,5,39,0,0, - 5721,5739,5,92,0,0,5722,5723,7,27,0,0,5723,5740,7,39,0,0,5724,5725, - 7,23,0,0,5725,5726,7,39,0,0,5726,5727,7,39,0,0,5727,5728,7,39,0, - 0,5728,5740,7,39,0,0,5729,5730,7,23,0,0,5730,5731,7,39,0,0,5731, - 5732,7,39,0,0,5732,5733,7,39,0,0,5733,5734,7,39,0,0,5734,5735,7, - 39,0,0,5735,5736,7,39,0,0,5736,5737,7,39,0,0,5737,5740,7,39,0,0, - 5738,5740,8,48,0,0,5739,5722,1,0,0,0,5739,5724,1,0,0,0,5739,5729, - 1,0,0,0,5739,5738,1,0,0,0,5740,5743,1,0,0,0,5741,5743,8,49,0,0,5742, - 5719,1,0,0,0,5742,5721,1,0,0,0,5742,5741,1,0,0,0,5743,5746,1,0,0, - 0,5744,5742,1,0,0,0,5744,5745,1,0,0,0,5745,1198,1,0,0,0,5746,5744, - 1,0,0,0,5747,5748,3,1203,599,0,5748,5749,5,39,0,0,5749,5750,1,0, - 0,0,5750,5751,6,597,5,0,5751,1200,1,0,0,0,5752,5754,3,1203,599,0, - 5753,5755,5,92,0,0,5754,5753,1,0,0,0,5754,5755,1,0,0,0,5755,5756, - 1,0,0,0,5756,5757,5,0,0,1,5757,1202,1,0,0,0,5758,5759,5,39,0,0,5759, - 5764,5,39,0,0,5760,5761,5,92,0,0,5761,5764,9,0,0,0,5762,5764,8,49, - 0,0,5763,5758,1,0,0,0,5763,5760,1,0,0,0,5763,5762,1,0,0,0,5764,5767, - 1,0,0,0,5765,5763,1,0,0,0,5765,5766,1,0,0,0,5766,1204,1,0,0,0,5767, - 5765,1,0,0,0,5768,5769,3,1177,586,0,5769,5770,1,0,0,0,5770,5771, - 6,600,6,0,5771,5772,6,600,4,0,5772,1206,1,0,0,0,5773,5774,3,1179, - 587,0,5774,5775,1,0,0,0,5775,5776,6,601,7,0,5776,5777,6,601,4,0, - 5777,5778,6,601,8,0,5778,1208,1,0,0,0,5779,5780,3,1177,586,0,5780, - 5781,1,0,0,0,5781,5782,6,602,6,0,5782,5783,6,602,4,0,5783,1210,1, - 0,0,0,5784,5785,3,1179,587,0,5785,5786,1,0,0,0,5786,5787,6,603,7, - 0,5787,5788,6,603,4,0,5788,1212,1,0,0,0,5789,5790,5,39,0,0,5790, - 5791,1,0,0,0,5791,5792,6,604,1,0,5792,5793,6,604,9,0,5793,1214,1, - 0,0,0,5794,5796,8,50,0,0,5795,5794,1,0,0,0,5796,5797,1,0,0,0,5797, - 5795,1,0,0,0,5797,5798,1,0,0,0,5798,5807,1,0,0,0,5799,5803,5,36, - 0,0,5800,5802,8,50,0,0,5801,5800,1,0,0,0,5802,5805,1,0,0,0,5803, - 5801,1,0,0,0,5803,5804,1,0,0,0,5804,5807,1,0,0,0,5805,5803,1,0,0, - 0,5806,5795,1,0,0,0,5806,5799,1,0,0,0,5807,1216,1,0,0,0,5808,5810, - 5,36,0,0,5809,5811,3,1147,571,0,5810,5809,1,0,0,0,5810,5811,1,0, - 0,0,5811,5812,1,0,0,0,5812,5813,5,36,0,0,5813,5814,1,0,0,0,5814, - 5815,6,606,10,0,5815,1218,1,0,0,0,77,0,1,2,3,4,1286,1292,1296,1298, - 1301,1303,1306,1310,1312,1317,1322,5370,5376,5380,5384,5393,5395, - 5405,5407,5433,5435,5453,5463,5474,5491,5509,5513,5516,5522,5525, - 5530,5534,5539,5546,5557,5559,5567,5573,5576,5586,5597,5605,5611, - 5614,5616,5622,5636,5644,5650,5653,5655,5657,5663,5668,5673,5677, - 5685,5689,5691,5698,5701,5715,5739,5742,5744,5754,5763,5765,5797, - 5803,5806,5810,11,7,29,0,3,0,0,5,1,0,5,4,0,0,1,0,2,2,0,7,577,0,7, - 578,0,2,3,0,2,1,0,4,0,0 + 583,1191,584,1193,585,1195,586,1197,587,1199,0,1201,588,1203,589, + 1205,0,1207,0,1209,0,1211,0,1213,0,1215,592,1217,590,1219,591,5, + 0,1,2,3,4,51,1,0,48,57,2,0,43,43,45,45,2,0,45,45,47,47,9,0,33,33, + 35,35,37,38,42,42,60,64,94,94,96,96,124,124,126,126,2,0,42,43,60, + 62,8,0,33,33,35,35,37,38,63,64,94,94,96,96,124,124,126,126,2,0,65, + 65,97,97,2,0,76,76,108,108,2,0,78,78,110,110,2,0,89,89,121,121,2, + 0,83,83,115,115,2,0,69,69,101,101,2,0,90,90,122,122,2,0,68,68,100, + 100,2,0,82,82,114,114,2,0,67,67,99,99,2,0,77,77,109,109,2,0,84,84, + 116,116,2,0,73,73,105,105,2,0,66,66,98,98,2,0,79,79,111,111,2,0, + 72,72,104,104,2,0,75,75,107,107,2,0,85,85,117,117,2,0,71,71,103, + 103,2,0,80,80,112,112,2,0,70,70,102,102,2,0,88,88,120,120,2,0,86, + 86,118,118,2,0,81,81,113,113,2,0,87,87,119,119,2,0,74,74,106,106, + 10,0,65,90,95,95,97,122,170,170,181,181,186,186,192,214,224,246, + 248,55295,57344,65535,1,0,55296,56319,1,0,56320,57343,2,0,0,0,34, + 34,1,0,34,34,1,0,39,39,1,0,48,49,3,0,48,57,65,70,97,102,3,0,65,90, + 95,95,97,122,5,0,36,36,48,57,65,90,95,95,97,122,2,0,34,34,92,92, + 2,0,9,9,32,32,2,0,10,10,13,13,2,0,42,42,47,47,4,0,10,10,13,13,34, + 34,92,92,3,0,10,10,13,13,34,34,4,0,85,85,88,88,117,117,120,120,2, + 0,39,39,92,92,1,0,36,36,5896,0,5,1,0,0,0,0,7,1,0,0,0,0,9,1,0,0,0, + 0,11,1,0,0,0,0,13,1,0,0,0,0,15,1,0,0,0,0,17,1,0,0,0,0,19,1,0,0,0, + 0,21,1,0,0,0,0,23,1,0,0,0,0,25,1,0,0,0,0,27,1,0,0,0,0,29,1,0,0,0, + 0,31,1,0,0,0,0,33,1,0,0,0,0,35,1,0,0,0,0,37,1,0,0,0,0,39,1,0,0,0, + 0,41,1,0,0,0,0,43,1,0,0,0,0,45,1,0,0,0,0,47,1,0,0,0,0,49,1,0,0,0, + 0,51,1,0,0,0,0,53,1,0,0,0,0,55,1,0,0,0,0,57,1,0,0,0,0,59,1,0,0,0, + 0,61,1,0,0,0,0,63,1,0,0,0,0,71,1,0,0,0,0,73,1,0,0,0,0,75,1,0,0,0, + 0,77,1,0,0,0,0,79,1,0,0,0,0,81,1,0,0,0,0,83,1,0,0,0,0,85,1,0,0,0, + 0,87,1,0,0,0,0,89,1,0,0,0,0,91,1,0,0,0,0,93,1,0,0,0,0,95,1,0,0,0, + 0,97,1,0,0,0,0,99,1,0,0,0,0,101,1,0,0,0,0,103,1,0,0,0,0,105,1,0, + 0,0,0,107,1,0,0,0,0,109,1,0,0,0,0,111,1,0,0,0,0,113,1,0,0,0,0,115, + 1,0,0,0,0,117,1,0,0,0,0,119,1,0,0,0,0,121,1,0,0,0,0,123,1,0,0,0, + 0,125,1,0,0,0,0,127,1,0,0,0,0,129,1,0,0,0,0,131,1,0,0,0,0,133,1, + 0,0,0,0,135,1,0,0,0,0,137,1,0,0,0,0,139,1,0,0,0,0,141,1,0,0,0,0, + 143,1,0,0,0,0,145,1,0,0,0,0,147,1,0,0,0,0,149,1,0,0,0,0,151,1,0, + 0,0,0,153,1,0,0,0,0,155,1,0,0,0,0,157,1,0,0,0,0,159,1,0,0,0,0,161, + 1,0,0,0,0,163,1,0,0,0,0,165,1,0,0,0,0,167,1,0,0,0,0,169,1,0,0,0, + 0,171,1,0,0,0,0,173,1,0,0,0,0,175,1,0,0,0,0,177,1,0,0,0,0,179,1, + 0,0,0,0,181,1,0,0,0,0,183,1,0,0,0,0,185,1,0,0,0,0,187,1,0,0,0,0, + 189,1,0,0,0,0,191,1,0,0,0,0,193,1,0,0,0,0,195,1,0,0,0,0,197,1,0, + 0,0,0,199,1,0,0,0,0,201,1,0,0,0,0,203,1,0,0,0,0,205,1,0,0,0,0,207, + 1,0,0,0,0,209,1,0,0,0,0,211,1,0,0,0,0,213,1,0,0,0,0,215,1,0,0,0, + 0,217,1,0,0,0,0,219,1,0,0,0,0,221,1,0,0,0,0,223,1,0,0,0,0,225,1, + 0,0,0,0,227,1,0,0,0,0,229,1,0,0,0,0,231,1,0,0,0,0,233,1,0,0,0,0, + 235,1,0,0,0,0,237,1,0,0,0,0,239,1,0,0,0,0,241,1,0,0,0,0,243,1,0, + 0,0,0,245,1,0,0,0,0,247,1,0,0,0,0,249,1,0,0,0,0,251,1,0,0,0,0,253, + 1,0,0,0,0,255,1,0,0,0,0,257,1,0,0,0,0,259,1,0,0,0,0,261,1,0,0,0, + 0,263,1,0,0,0,0,265,1,0,0,0,0,267,1,0,0,0,0,269,1,0,0,0,0,271,1, + 0,0,0,0,273,1,0,0,0,0,275,1,0,0,0,0,277,1,0,0,0,0,279,1,0,0,0,0, + 281,1,0,0,0,0,283,1,0,0,0,0,285,1,0,0,0,0,287,1,0,0,0,0,289,1,0, + 0,0,0,291,1,0,0,0,0,293,1,0,0,0,0,295,1,0,0,0,0,297,1,0,0,0,0,299, + 1,0,0,0,0,301,1,0,0,0,0,303,1,0,0,0,0,305,1,0,0,0,0,307,1,0,0,0, + 0,309,1,0,0,0,0,311,1,0,0,0,0,313,1,0,0,0,0,315,1,0,0,0,0,317,1, + 0,0,0,0,319,1,0,0,0,0,321,1,0,0,0,0,323,1,0,0,0,0,325,1,0,0,0,0, + 327,1,0,0,0,0,329,1,0,0,0,0,331,1,0,0,0,0,333,1,0,0,0,0,335,1,0, + 0,0,0,337,1,0,0,0,0,339,1,0,0,0,0,341,1,0,0,0,0,343,1,0,0,0,0,345, + 1,0,0,0,0,347,1,0,0,0,0,349,1,0,0,0,0,351,1,0,0,0,0,353,1,0,0,0, + 0,355,1,0,0,0,0,357,1,0,0,0,0,359,1,0,0,0,0,361,1,0,0,0,0,363,1, + 0,0,0,0,365,1,0,0,0,0,367,1,0,0,0,0,369,1,0,0,0,0,371,1,0,0,0,0, + 373,1,0,0,0,0,375,1,0,0,0,0,377,1,0,0,0,0,379,1,0,0,0,0,381,1,0, + 0,0,0,383,1,0,0,0,0,385,1,0,0,0,0,387,1,0,0,0,0,389,1,0,0,0,0,391, + 1,0,0,0,0,393,1,0,0,0,0,395,1,0,0,0,0,397,1,0,0,0,0,399,1,0,0,0, + 0,401,1,0,0,0,0,403,1,0,0,0,0,405,1,0,0,0,0,407,1,0,0,0,0,409,1, + 0,0,0,0,411,1,0,0,0,0,413,1,0,0,0,0,415,1,0,0,0,0,417,1,0,0,0,0, + 419,1,0,0,0,0,421,1,0,0,0,0,423,1,0,0,0,0,425,1,0,0,0,0,427,1,0, + 0,0,0,429,1,0,0,0,0,431,1,0,0,0,0,433,1,0,0,0,0,435,1,0,0,0,0,437, + 1,0,0,0,0,439,1,0,0,0,0,441,1,0,0,0,0,443,1,0,0,0,0,445,1,0,0,0, + 0,447,1,0,0,0,0,449,1,0,0,0,0,451,1,0,0,0,0,453,1,0,0,0,0,455,1, + 0,0,0,0,457,1,0,0,0,0,459,1,0,0,0,0,461,1,0,0,0,0,463,1,0,0,0,0, + 465,1,0,0,0,0,467,1,0,0,0,0,469,1,0,0,0,0,471,1,0,0,0,0,473,1,0, + 0,0,0,475,1,0,0,0,0,477,1,0,0,0,0,479,1,0,0,0,0,481,1,0,0,0,0,483, + 1,0,0,0,0,485,1,0,0,0,0,487,1,0,0,0,0,489,1,0,0,0,0,491,1,0,0,0, + 0,493,1,0,0,0,0,495,1,0,0,0,0,497,1,0,0,0,0,499,1,0,0,0,0,501,1, + 0,0,0,0,503,1,0,0,0,0,505,1,0,0,0,0,507,1,0,0,0,0,509,1,0,0,0,0, + 511,1,0,0,0,0,513,1,0,0,0,0,515,1,0,0,0,0,517,1,0,0,0,0,519,1,0, + 0,0,0,521,1,0,0,0,0,523,1,0,0,0,0,525,1,0,0,0,0,527,1,0,0,0,0,529, + 1,0,0,0,0,531,1,0,0,0,0,533,1,0,0,0,0,535,1,0,0,0,0,537,1,0,0,0, + 0,539,1,0,0,0,0,541,1,0,0,0,0,543,1,0,0,0,0,545,1,0,0,0,0,547,1, + 0,0,0,0,549,1,0,0,0,0,551,1,0,0,0,0,553,1,0,0,0,0,555,1,0,0,0,0, + 557,1,0,0,0,0,559,1,0,0,0,0,561,1,0,0,0,0,563,1,0,0,0,0,565,1,0, + 0,0,0,567,1,0,0,0,0,569,1,0,0,0,0,571,1,0,0,0,0,573,1,0,0,0,0,575, + 1,0,0,0,0,577,1,0,0,0,0,579,1,0,0,0,0,581,1,0,0,0,0,583,1,0,0,0, + 0,585,1,0,0,0,0,587,1,0,0,0,0,589,1,0,0,0,0,591,1,0,0,0,0,593,1, + 0,0,0,0,595,1,0,0,0,0,597,1,0,0,0,0,599,1,0,0,0,0,601,1,0,0,0,0, + 603,1,0,0,0,0,605,1,0,0,0,0,607,1,0,0,0,0,609,1,0,0,0,0,611,1,0, + 0,0,0,613,1,0,0,0,0,615,1,0,0,0,0,617,1,0,0,0,0,619,1,0,0,0,0,621, + 1,0,0,0,0,623,1,0,0,0,0,625,1,0,0,0,0,627,1,0,0,0,0,629,1,0,0,0, + 0,631,1,0,0,0,0,633,1,0,0,0,0,635,1,0,0,0,0,637,1,0,0,0,0,639,1, + 0,0,0,0,641,1,0,0,0,0,643,1,0,0,0,0,645,1,0,0,0,0,647,1,0,0,0,0, + 649,1,0,0,0,0,651,1,0,0,0,0,653,1,0,0,0,0,655,1,0,0,0,0,657,1,0, + 0,0,0,659,1,0,0,0,0,661,1,0,0,0,0,663,1,0,0,0,0,665,1,0,0,0,0,667, + 1,0,0,0,0,669,1,0,0,0,0,671,1,0,0,0,0,673,1,0,0,0,0,675,1,0,0,0, + 0,677,1,0,0,0,0,679,1,0,0,0,0,681,1,0,0,0,0,683,1,0,0,0,0,685,1, + 0,0,0,0,687,1,0,0,0,0,689,1,0,0,0,0,691,1,0,0,0,0,693,1,0,0,0,0, + 695,1,0,0,0,0,697,1,0,0,0,0,699,1,0,0,0,0,701,1,0,0,0,0,703,1,0, + 0,0,0,705,1,0,0,0,0,707,1,0,0,0,0,709,1,0,0,0,0,711,1,0,0,0,0,713, + 1,0,0,0,0,715,1,0,0,0,0,717,1,0,0,0,0,719,1,0,0,0,0,721,1,0,0,0, + 0,723,1,0,0,0,0,725,1,0,0,0,0,727,1,0,0,0,0,729,1,0,0,0,0,731,1, + 0,0,0,0,733,1,0,0,0,0,735,1,0,0,0,0,737,1,0,0,0,0,739,1,0,0,0,0, + 741,1,0,0,0,0,743,1,0,0,0,0,745,1,0,0,0,0,747,1,0,0,0,0,749,1,0, + 0,0,0,751,1,0,0,0,0,753,1,0,0,0,0,755,1,0,0,0,0,757,1,0,0,0,0,759, + 1,0,0,0,0,761,1,0,0,0,0,763,1,0,0,0,0,765,1,0,0,0,0,767,1,0,0,0, + 0,769,1,0,0,0,0,771,1,0,0,0,0,773,1,0,0,0,0,775,1,0,0,0,0,777,1, + 0,0,0,0,779,1,0,0,0,0,781,1,0,0,0,0,783,1,0,0,0,0,785,1,0,0,0,0, + 787,1,0,0,0,0,789,1,0,0,0,0,791,1,0,0,0,0,793,1,0,0,0,0,795,1,0, + 0,0,0,797,1,0,0,0,0,799,1,0,0,0,0,801,1,0,0,0,0,803,1,0,0,0,0,805, + 1,0,0,0,0,807,1,0,0,0,0,809,1,0,0,0,0,811,1,0,0,0,0,813,1,0,0,0, + 0,815,1,0,0,0,0,817,1,0,0,0,0,819,1,0,0,0,0,821,1,0,0,0,0,823,1, + 0,0,0,0,825,1,0,0,0,0,827,1,0,0,0,0,829,1,0,0,0,0,831,1,0,0,0,0, + 833,1,0,0,0,0,835,1,0,0,0,0,837,1,0,0,0,0,839,1,0,0,0,0,841,1,0, + 0,0,0,843,1,0,0,0,0,845,1,0,0,0,0,847,1,0,0,0,0,849,1,0,0,0,0,851, + 1,0,0,0,0,853,1,0,0,0,0,855,1,0,0,0,0,857,1,0,0,0,0,859,1,0,0,0, + 0,861,1,0,0,0,0,863,1,0,0,0,0,865,1,0,0,0,0,867,1,0,0,0,0,869,1, + 0,0,0,0,871,1,0,0,0,0,873,1,0,0,0,0,875,1,0,0,0,0,877,1,0,0,0,0, + 879,1,0,0,0,0,881,1,0,0,0,0,883,1,0,0,0,0,885,1,0,0,0,0,887,1,0, + 0,0,0,889,1,0,0,0,0,891,1,0,0,0,0,893,1,0,0,0,0,895,1,0,0,0,0,897, + 1,0,0,0,0,899,1,0,0,0,0,901,1,0,0,0,0,903,1,0,0,0,0,905,1,0,0,0, + 0,907,1,0,0,0,0,909,1,0,0,0,0,911,1,0,0,0,0,913,1,0,0,0,0,915,1, + 0,0,0,0,917,1,0,0,0,0,919,1,0,0,0,0,921,1,0,0,0,0,923,1,0,0,0,0, + 925,1,0,0,0,0,927,1,0,0,0,0,929,1,0,0,0,0,931,1,0,0,0,0,933,1,0, + 0,0,0,935,1,0,0,0,0,937,1,0,0,0,0,939,1,0,0,0,0,941,1,0,0,0,0,943, + 1,0,0,0,0,945,1,0,0,0,0,947,1,0,0,0,0,949,1,0,0,0,0,951,1,0,0,0, + 0,953,1,0,0,0,0,955,1,0,0,0,0,957,1,0,0,0,0,959,1,0,0,0,0,961,1, + 0,0,0,0,963,1,0,0,0,0,965,1,0,0,0,0,967,1,0,0,0,0,969,1,0,0,0,0, + 971,1,0,0,0,0,973,1,0,0,0,0,975,1,0,0,0,0,977,1,0,0,0,0,979,1,0, + 0,0,0,981,1,0,0,0,0,983,1,0,0,0,0,985,1,0,0,0,0,987,1,0,0,0,0,989, + 1,0,0,0,0,991,1,0,0,0,0,993,1,0,0,0,0,995,1,0,0,0,0,997,1,0,0,0, + 0,999,1,0,0,0,0,1001,1,0,0,0,0,1003,1,0,0,0,0,1005,1,0,0,0,0,1007, + 1,0,0,0,0,1009,1,0,0,0,0,1011,1,0,0,0,0,1013,1,0,0,0,0,1015,1,0, + 0,0,0,1017,1,0,0,0,0,1019,1,0,0,0,0,1021,1,0,0,0,0,1023,1,0,0,0, + 0,1025,1,0,0,0,0,1027,1,0,0,0,0,1029,1,0,0,0,0,1031,1,0,0,0,0,1033, + 1,0,0,0,0,1035,1,0,0,0,0,1037,1,0,0,0,0,1039,1,0,0,0,0,1041,1,0, + 0,0,0,1043,1,0,0,0,0,1045,1,0,0,0,0,1047,1,0,0,0,0,1049,1,0,0,0, + 0,1051,1,0,0,0,0,1053,1,0,0,0,0,1055,1,0,0,0,0,1057,1,0,0,0,0,1059, + 1,0,0,0,0,1061,1,0,0,0,0,1063,1,0,0,0,0,1065,1,0,0,0,0,1067,1,0, + 0,0,0,1069,1,0,0,0,0,1071,1,0,0,0,0,1073,1,0,0,0,0,1075,1,0,0,0, + 0,1077,1,0,0,0,0,1079,1,0,0,0,0,1081,1,0,0,0,0,1083,1,0,0,0,0,1085, + 1,0,0,0,0,1087,1,0,0,0,0,1089,1,0,0,0,0,1091,1,0,0,0,0,1093,1,0, + 0,0,0,1095,1,0,0,0,0,1097,1,0,0,0,0,1099,1,0,0,0,0,1101,1,0,0,0, + 0,1103,1,0,0,0,0,1105,1,0,0,0,0,1107,1,0,0,0,0,1109,1,0,0,0,0,1111, + 1,0,0,0,0,1113,1,0,0,0,0,1121,1,0,0,0,0,1123,1,0,0,0,0,1125,1,0, + 0,0,0,1127,1,0,0,0,0,1129,1,0,0,0,0,1131,1,0,0,0,0,1133,1,0,0,0, + 0,1135,1,0,0,0,0,1137,1,0,0,0,0,1139,1,0,0,0,0,1141,1,0,0,0,0,1143, + 1,0,0,0,0,1145,1,0,0,0,0,1147,1,0,0,0,0,1151,1,0,0,0,0,1153,1,0, + 0,0,0,1155,1,0,0,0,0,1157,1,0,0,0,0,1159,1,0,0,0,0,1161,1,0,0,0, + 0,1163,1,0,0,0,0,1165,1,0,0,0,0,1167,1,0,0,0,0,1169,1,0,0,0,0,1171, + 1,0,0,0,0,1175,1,0,0,0,0,1177,1,0,0,0,0,1179,1,0,0,0,0,1181,1,0, + 0,0,0,1183,1,0,0,0,0,1185,1,0,0,0,0,1187,1,0,0,0,0,1189,1,0,0,0, + 0,1191,1,0,0,0,0,1193,1,0,0,0,1,1195,1,0,0,0,1,1197,1,0,0,0,1,1201, + 1,0,0,0,1,1203,1,0,0,0,2,1207,1,0,0,0,2,1209,1,0,0,0,3,1211,1,0, + 0,0,3,1213,1,0,0,0,3,1215,1,0,0,0,4,1217,1,0,0,0,4,1219,1,0,0,0, + 5,1221,1,0,0,0,7,1223,1,0,0,0,9,1225,1,0,0,0,11,1227,1,0,0,0,13, + 1229,1,0,0,0,15,1231,1,0,0,0,17,1233,1,0,0,0,19,1235,1,0,0,0,21, + 1237,1,0,0,0,23,1239,1,0,0,0,25,1241,1,0,0,0,27,1243,1,0,0,0,29, + 1245,1,0,0,0,31,1247,1,0,0,0,33,1249,1,0,0,0,35,1251,1,0,0,0,37, + 1253,1,0,0,0,39,1255,1,0,0,0,41,1258,1,0,0,0,43,1261,1,0,0,0,45, + 1264,1,0,0,0,47,1267,1,0,0,0,49,1270,1,0,0,0,51,1273,1,0,0,0,53, + 1276,1,0,0,0,55,1279,1,0,0,0,57,1282,1,0,0,0,59,1284,1,0,0,0,61, + 1308,1,0,0,0,63,1314,1,0,0,0,65,1328,1,0,0,0,67,1330,1,0,0,0,69, + 1332,1,0,0,0,71,1334,1,0,0,0,73,1338,1,0,0,0,75,1346,1,0,0,0,77, + 1354,1,0,0,0,79,1358,1,0,0,0,81,1362,1,0,0,0,83,1368,1,0,0,0,85, + 1371,1,0,0,0,87,1375,1,0,0,0,89,1386,1,0,0,0,91,1391,1,0,0,0,93, + 1396,1,0,0,0,95,1401,1,0,0,0,97,1407,1,0,0,0,99,1415,1,0,0,0,101, + 1422,1,0,0,0,103,1433,1,0,0,0,105,1440,1,0,0,0,107,1456,1,0,0,0, + 109,1469,1,0,0,0,111,1482,1,0,0,0,113,1495,1,0,0,0,115,1513,1,0, + 0,0,117,1526,1,0,0,0,119,1534,1,0,0,0,121,1545,1,0,0,0,123,1550, + 1,0,0,0,125,1559,1,0,0,0,127,1562,1,0,0,0,129,1567,1,0,0,0,131,1574, + 1,0,0,0,133,1580,1,0,0,0,135,1586,1,0,0,0,137,1590,1,0,0,0,139,1598, + 1,0,0,0,141,1603,1,0,0,0,143,1609,1,0,0,0,145,1615,1,0,0,0,147,1622, + 1,0,0,0,149,1625,1,0,0,0,151,1635,1,0,0,0,153,1645,1,0,0,0,155,1650, + 1,0,0,0,157,1658,1,0,0,0,159,1666,1,0,0,0,161,1672,1,0,0,0,163,1682, + 1,0,0,0,165,1697,1,0,0,0,167,1701,1,0,0,0,169,1706,1,0,0,0,171,1713, + 1,0,0,0,173,1716,1,0,0,0,175,1721,1,0,0,0,177,1724,1,0,0,0,179,1730, + 1,0,0,0,181,1738,1,0,0,0,183,1746,1,0,0,0,185,1757,1,0,0,0,187,1767, + 1,0,0,0,189,1774,1,0,0,0,191,1787,1,0,0,0,193,1792,1,0,0,0,195,1802, + 1,0,0,0,197,1808,1,0,0,0,199,1813,1,0,0,0,201,1816,1,0,0,0,203,1825, + 1,0,0,0,205,1830,1,0,0,0,207,1836,1,0,0,0,209,1843,1,0,0,0,211,1848, + 1,0,0,0,213,1854,1,0,0,0,215,1863,1,0,0,0,217,1868,1,0,0,0,219,1874, + 1,0,0,0,221,1881,1,0,0,0,223,1886,1,0,0,0,225,1900,1,0,0,0,227,1907, + 1,0,0,0,229,1917,1,0,0,0,231,1930,1,0,0,0,233,1936,1,0,0,0,235,1951, + 1,0,0,0,237,1958,1,0,0,0,239,1963,1,0,0,0,241,1969,1,0,0,0,243,1975, + 1,0,0,0,245,1978,1,0,0,0,247,1985,1,0,0,0,249,1990,1,0,0,0,251,1995, + 1,0,0,0,253,2000,1,0,0,0,255,2008,1,0,0,0,257,2016,1,0,0,0,259,2022, + 1,0,0,0,261,2027,1,0,0,0,263,2036,1,0,0,0,265,2042,1,0,0,0,267,2050, + 1,0,0,0,269,2058,1,0,0,0,271,2064,1,0,0,0,273,2073,1,0,0,0,275,2080, + 1,0,0,0,277,2087,1,0,0,0,279,2091,1,0,0,0,281,2097,1,0,0,0,283,2103, + 1,0,0,0,285,2113,1,0,0,0,287,2118,1,0,0,0,289,2124,1,0,0,0,291,2131, + 1,0,0,0,293,2141,1,0,0,0,295,2152,1,0,0,0,297,2155,1,0,0,0,299,2165, + 1,0,0,0,301,2174,1,0,0,0,303,2181,1,0,0,0,305,2187,1,0,0,0,307,2190, + 1,0,0,0,309,2196,1,0,0,0,311,2203,1,0,0,0,313,2211,1,0,0,0,315,2220, + 1,0,0,0,317,2228,1,0,0,0,319,2234,1,0,0,0,321,2250,1,0,0,0,323,2261, + 1,0,0,0,325,2267,1,0,0,0,327,2273,1,0,0,0,329,2281,1,0,0,0,331,2289, + 1,0,0,0,333,2298,1,0,0,0,335,2305,1,0,0,0,337,2315,1,0,0,0,339,2329, + 1,0,0,0,341,2340,1,0,0,0,343,2352,1,0,0,0,345,2360,1,0,0,0,347,2369, + 1,0,0,0,349,2380,1,0,0,0,351,2385,1,0,0,0,353,2390,1,0,0,0,355,2394, + 1,0,0,0,357,2401,1,0,0,0,359,2407,1,0,0,0,361,2412,1,0,0,0,363,2421, + 1,0,0,0,365,2425,1,0,0,0,367,2436,1,0,0,0,369,2444,1,0,0,0,371,2453, + 1,0,0,0,373,2462,1,0,0,0,375,2470,1,0,0,0,377,2477,1,0,0,0,379,2487, + 1,0,0,0,381,2498,1,0,0,0,383,2509,1,0,0,0,385,2517,1,0,0,0,387,2525, + 1,0,0,0,389,2534,1,0,0,0,391,2541,1,0,0,0,393,2548,1,0,0,0,395,2553, + 1,0,0,0,397,2558,1,0,0,0,399,2565,1,0,0,0,401,2574,1,0,0,0,403,2584, + 1,0,0,0,405,2589,1,0,0,0,407,2596,1,0,0,0,409,2602,1,0,0,0,411,2610, + 1,0,0,0,413,2620,1,0,0,0,415,2630,1,0,0,0,417,2638,1,0,0,0,419,2646, + 1,0,0,0,421,2656,1,0,0,0,423,2665,1,0,0,0,425,2672,1,0,0,0,427,2678, + 1,0,0,0,429,2688,1,0,0,0,431,2694,1,0,0,0,433,2702,1,0,0,0,435,2711, + 1,0,0,0,437,2721,1,0,0,0,439,2728,1,0,0,0,441,2736,1,0,0,0,443,2744, + 1,0,0,0,445,2751,1,0,0,0,447,2756,1,0,0,0,449,2761,1,0,0,0,451,2770, + 1,0,0,0,453,2773,1,0,0,0,455,2783,1,0,0,0,457,2793,1,0,0,0,459,2802, + 1,0,0,0,461,2812,1,0,0,0,463,2822,1,0,0,0,465,2828,1,0,0,0,467,2836, + 1,0,0,0,469,2844,1,0,0,0,471,2854,1,0,0,0,473,2864,1,0,0,0,475,2876, + 1,0,0,0,477,2885,1,0,0,0,479,2896,1,0,0,0,481,2907,1,0,0,0,483,2920, + 1,0,0,0,485,2931,1,0,0,0,487,2944,1,0,0,0,489,2953,1,0,0,0,491,2960, + 1,0,0,0,493,2972,1,0,0,0,495,2979,1,0,0,0,497,2987,1,0,0,0,499,2995, + 1,0,0,0,501,3005,1,0,0,0,503,3009,1,0,0,0,505,3015,1,0,0,0,507,3024, + 1,0,0,0,509,3030,1,0,0,0,511,3035,1,0,0,0,513,3045,1,0,0,0,515,3051, + 1,0,0,0,517,3058,1,0,0,0,519,3063,1,0,0,0,521,3069,1,0,0,0,523,3078, + 1,0,0,0,525,3083,1,0,0,0,527,3091,1,0,0,0,529,3097,1,0,0,0,531,3110, + 1,0,0,0,533,3119,1,0,0,0,535,3126,1,0,0,0,537,3135,1,0,0,0,539,3140, + 1,0,0,0,541,3146,1,0,0,0,543,3151,1,0,0,0,545,3156,1,0,0,0,547,3162, + 1,0,0,0,549,3167,1,0,0,0,551,3170,1,0,0,0,553,3178,1,0,0,0,555,3185, + 1,0,0,0,557,3192,1,0,0,0,559,3198,1,0,0,0,561,3205,1,0,0,0,563,3208, + 1,0,0,0,565,3212,1,0,0,0,567,3217,1,0,0,0,569,3226,1,0,0,0,571,3233, + 1,0,0,0,573,3241,1,0,0,0,575,3247,1,0,0,0,577,3253,1,0,0,0,579,3260, + 1,0,0,0,581,3268,1,0,0,0,583,3278,1,0,0,0,585,3286,1,0,0,0,587,3295, + 1,0,0,0,589,3301,1,0,0,0,591,3311,1,0,0,0,593,3319,1,0,0,0,595,3328, + 1,0,0,0,597,3337,1,0,0,0,599,3343,1,0,0,0,601,3354,1,0,0,0,603,3365, + 1,0,0,0,605,3375,1,0,0,0,607,3383,1,0,0,0,609,3389,1,0,0,0,611,3395, + 1,0,0,0,613,3400,1,0,0,0,615,3409,1,0,0,0,617,3417,1,0,0,0,619,3427, + 1,0,0,0,621,3431,1,0,0,0,623,3439,1,0,0,0,625,3447,1,0,0,0,627,3456, + 1,0,0,0,629,3464,1,0,0,0,631,3471,1,0,0,0,633,3482,1,0,0,0,635,3490, + 1,0,0,0,637,3498,1,0,0,0,639,3504,1,0,0,0,641,3512,1,0,0,0,643,3521, + 1,0,0,0,645,3529,1,0,0,0,647,3536,1,0,0,0,649,3541,1,0,0,0,651,3550, + 1,0,0,0,653,3555,1,0,0,0,655,3560,1,0,0,0,657,3570,1,0,0,0,659,3577, + 1,0,0,0,661,3584,1,0,0,0,663,3591,1,0,0,0,665,3598,1,0,0,0,667,3607, + 1,0,0,0,669,3616,1,0,0,0,671,3626,1,0,0,0,673,3639,1,0,0,0,675,3646, + 1,0,0,0,677,3654,1,0,0,0,679,3658,1,0,0,0,681,3664,1,0,0,0,683,3669, + 1,0,0,0,685,3676,1,0,0,0,687,3685,1,0,0,0,689,3692,1,0,0,0,691,3703, + 1,0,0,0,693,3709,1,0,0,0,695,3719,1,0,0,0,697,3730,1,0,0,0,699,3736, + 1,0,0,0,701,3743,1,0,0,0,703,3751,1,0,0,0,705,3758,1,0,0,0,707,3764, + 1,0,0,0,709,3770,1,0,0,0,711,3777,1,0,0,0,713,3784,1,0,0,0,715,3795, + 1,0,0,0,717,3800,1,0,0,0,719,3809,1,0,0,0,721,3819,1,0,0,0,723,3824, + 1,0,0,0,725,3836,1,0,0,0,727,3844,1,0,0,0,729,3853,1,0,0,0,731,3861, + 1,0,0,0,733,3866,1,0,0,0,735,3872,1,0,0,0,737,3882,1,0,0,0,739,3894, + 1,0,0,0,741,3906,1,0,0,0,743,3914,1,0,0,0,745,3923,1,0,0,0,747,3932, + 1,0,0,0,749,3938,1,0,0,0,751,3945,1,0,0,0,753,3952,1,0,0,0,755,3958, + 1,0,0,0,757,3967,1,0,0,0,759,3977,1,0,0,0,761,3985,1,0,0,0,763,3993, + 1,0,0,0,765,3998,1,0,0,0,767,4007,1,0,0,0,769,4018,1,0,0,0,771,4026, + 1,0,0,0,773,4031,1,0,0,0,775,4039,1,0,0,0,777,4045,1,0,0,0,779,4049, + 1,0,0,0,781,4054,1,0,0,0,783,4058,1,0,0,0,785,4063,1,0,0,0,787,4071, + 1,0,0,0,789,4078,1,0,0,0,791,4082,1,0,0,0,793,4090,1,0,0,0,795,4095, + 1,0,0,0,797,4105,1,0,0,0,799,4114,1,0,0,0,801,4118,1,0,0,0,803,4126, + 1,0,0,0,805,4133,1,0,0,0,807,4141,1,0,0,0,809,4147,1,0,0,0,811,4156, + 1,0,0,0,813,4162,1,0,0,0,815,4166,1,0,0,0,817,4174,1,0,0,0,819,4183, + 1,0,0,0,821,4189,1,0,0,0,823,4198,1,0,0,0,825,4204,1,0,0,0,827,4209, + 1,0,0,0,829,4216,1,0,0,0,831,4224,1,0,0,0,833,4232,1,0,0,0,835,4241, + 1,0,0,0,837,4251,1,0,0,0,839,4256,1,0,0,0,841,4260,1,0,0,0,843,4266, + 1,0,0,0,845,4275,1,0,0,0,847,4285,1,0,0,0,849,4290,1,0,0,0,851,4300, + 1,0,0,0,853,4306,1,0,0,0,855,4311,1,0,0,0,857,4318,1,0,0,0,859,4326, + 1,0,0,0,861,4340,1,0,0,0,863,4350,1,0,0,0,865,4361,1,0,0,0,867,4371, + 1,0,0,0,869,4381,1,0,0,0,871,4390,1,0,0,0,873,4396,1,0,0,0,875,4404, + 1,0,0,0,877,4417,1,0,0,0,879,4422,1,0,0,0,881,4430,1,0,0,0,883,4437, + 1,0,0,0,885,4444,1,0,0,0,887,4455,1,0,0,0,889,4465,1,0,0,0,891,4472, + 1,0,0,0,893,4479,1,0,0,0,895,4487,1,0,0,0,897,4495,1,0,0,0,899,4505, + 1,0,0,0,901,4512,1,0,0,0,903,4519,1,0,0,0,905,4526,1,0,0,0,907,4538, + 1,0,0,0,909,4542,1,0,0,0,911,4546,1,0,0,0,913,4552,1,0,0,0,915,4565, + 1,0,0,0,917,4577,1,0,0,0,919,4581,1,0,0,0,921,4585,1,0,0,0,923,4594, + 1,0,0,0,925,4602,1,0,0,0,927,4613,1,0,0,0,929,4619,1,0,0,0,931,4627, + 1,0,0,0,933,4636,1,0,0,0,935,4640,1,0,0,0,937,4648,1,0,0,0,939,4659, + 1,0,0,0,941,4668,1,0,0,0,943,4673,1,0,0,0,945,4680,1,0,0,0,947,4685, + 1,0,0,0,949,4692,1,0,0,0,951,4697,1,0,0,0,953,4706,1,0,0,0,955,4711, + 1,0,0,0,957,4723,1,0,0,0,959,4734,1,0,0,0,961,4743,1,0,0,0,963,4751, + 1,0,0,0,965,4765,1,0,0,0,967,4773,1,0,0,0,969,4784,1,0,0,0,971,4791, + 1,0,0,0,973,4798,1,0,0,0,975,4805,1,0,0,0,977,4812,1,0,0,0,979,4816, + 1,0,0,0,981,4820,1,0,0,0,983,4825,1,0,0,0,985,4830,1,0,0,0,987,4838, + 1,0,0,0,989,4844,1,0,0,0,991,4854,1,0,0,0,993,4859,1,0,0,0,995,4879, + 1,0,0,0,997,4897,1,0,0,0,999,4903,1,0,0,0,1001,4916,1,0,0,0,1003, + 4927,1,0,0,0,1005,4933,1,0,0,0,1007,4942,1,0,0,0,1009,4950,1,0,0, + 0,1011,4954,1,0,0,0,1013,4966,1,0,0,0,1015,4974,1,0,0,0,1017,4980, + 1,0,0,0,1019,4986,1,0,0,0,1021,4994,1,0,0,0,1023,5002,1,0,0,0,1025, + 5008,1,0,0,0,1027,5013,1,0,0,0,1029,5020,1,0,0,0,1031,5026,1,0,0, + 0,1033,5032,1,0,0,0,1035,5041,1,0,0,0,1037,5047,1,0,0,0,1039,5051, + 1,0,0,0,1041,5056,1,0,0,0,1043,5063,1,0,0,0,1045,5071,1,0,0,0,1047, + 5081,1,0,0,0,1049,5088,1,0,0,0,1051,5093,1,0,0,0,1053,5098,1,0,0, + 0,1055,5109,1,0,0,0,1057,5115,1,0,0,0,1059,5123,1,0,0,0,1061,5130, + 1,0,0,0,1063,5136,1,0,0,0,1065,5144,1,0,0,0,1067,5152,1,0,0,0,1069, + 5158,1,0,0,0,1071,5165,1,0,0,0,1073,5176,1,0,0,0,1075,5181,1,0,0, + 0,1077,5190,1,0,0,0,1079,5198,1,0,0,0,1081,5208,1,0,0,0,1083,5214, + 1,0,0,0,1085,5222,1,0,0,0,1087,5234,1,0,0,0,1089,5248,1,0,0,0,1091, + 5258,1,0,0,0,1093,5270,1,0,0,0,1095,5281,1,0,0,0,1097,5293,1,0,0, + 0,1099,5305,1,0,0,0,1101,5311,1,0,0,0,1103,5320,1,0,0,0,1105,5325, + 1,0,0,0,1107,5337,1,0,0,0,1109,5356,1,0,0,0,1111,5368,1,0,0,0,1113, + 5377,1,0,0,0,1115,5387,1,0,0,0,1117,5391,1,0,0,0,1119,5395,1,0,0, + 0,1121,5397,1,0,0,0,1123,5400,1,0,0,0,1125,5409,1,0,0,0,1127,5412, + 1,0,0,0,1129,5421,1,0,0,0,1131,5425,1,0,0,0,1133,5429,1,0,0,0,1135, + 5433,1,0,0,0,1137,5437,1,0,0,0,1139,5440,1,0,0,0,1141,5449,1,0,0, + 0,1143,5455,1,0,0,0,1145,5458,1,0,0,0,1147,5462,1,0,0,0,1149,5470, + 1,0,0,0,1151,5477,1,0,0,0,1153,5480,1,0,0,0,1155,5488,1,0,0,0,1157, + 5491,1,0,0,0,1159,5494,1,0,0,0,1161,5497,1,0,0,0,1163,5505,1,0,0, + 0,1165,5508,1,0,0,0,1167,5511,1,0,0,0,1169,5513,1,0,0,0,1171,5545, + 1,0,0,0,1173,5548,1,0,0,0,1175,5552,1,0,0,0,1177,5560,1,0,0,0,1179, + 5576,1,0,0,0,1181,5587,1,0,0,0,1183,5591,1,0,0,0,1185,5602,1,0,0, + 0,1187,5641,1,0,0,0,1189,5690,1,0,0,0,1191,5714,1,0,0,0,1193,5717, + 1,0,0,0,1195,5719,1,0,0,0,1197,5724,1,0,0,0,1199,5755,1,0,0,0,1201, + 5758,1,0,0,0,1203,5763,1,0,0,0,1205,5776,1,0,0,0,1207,5779,1,0,0, + 0,1209,5784,1,0,0,0,1211,5790,1,0,0,0,1213,5795,1,0,0,0,1215,5800, + 1,0,0,0,1217,5817,1,0,0,0,1219,5819,1,0,0,0,1221,1222,5,36,0,0,1222, + 6,1,0,0,0,1223,1224,5,40,0,0,1224,8,1,0,0,0,1225,1226,5,41,0,0,1226, + 10,1,0,0,0,1227,1228,5,91,0,0,1228,12,1,0,0,0,1229,1230,5,93,0,0, + 1230,14,1,0,0,0,1231,1232,5,44,0,0,1232,16,1,0,0,0,1233,1234,5,59, + 0,0,1234,18,1,0,0,0,1235,1236,5,58,0,0,1236,20,1,0,0,0,1237,1238, + 5,42,0,0,1238,22,1,0,0,0,1239,1240,5,61,0,0,1240,24,1,0,0,0,1241, + 1242,5,46,0,0,1242,26,1,0,0,0,1243,1244,5,43,0,0,1244,28,1,0,0,0, + 1245,1246,5,45,0,0,1246,30,1,0,0,0,1247,1248,5,47,0,0,1248,32,1, + 0,0,0,1249,1250,5,94,0,0,1250,34,1,0,0,0,1251,1252,5,60,0,0,1252, + 36,1,0,0,0,1253,1254,5,62,0,0,1254,38,1,0,0,0,1255,1256,5,60,0,0, + 1256,1257,5,60,0,0,1257,40,1,0,0,0,1258,1259,5,62,0,0,1259,1260, + 5,62,0,0,1260,42,1,0,0,0,1261,1262,5,58,0,0,1262,1263,5,61,0,0,1263, + 44,1,0,0,0,1264,1265,5,60,0,0,1265,1266,5,61,0,0,1266,46,1,0,0,0, + 1267,1268,5,61,0,0,1268,1269,5,62,0,0,1269,48,1,0,0,0,1270,1271, + 5,62,0,0,1271,1272,5,61,0,0,1272,50,1,0,0,0,1273,1274,5,46,0,0,1274, + 1275,5,46,0,0,1275,52,1,0,0,0,1276,1277,5,60,0,0,1277,1278,5,62, + 0,0,1278,54,1,0,0,0,1279,1280,5,58,0,0,1280,1281,5,58,0,0,1281,56, + 1,0,0,0,1282,1283,5,37,0,0,1283,58,1,0,0,0,1284,1286,5,36,0,0,1285, + 1287,7,0,0,0,1286,1285,1,0,0,0,1287,1288,1,0,0,0,1288,1286,1,0,0, + 0,1288,1289,1,0,0,0,1289,60,1,0,0,0,1290,1304,3,65,30,0,1291,1293, + 7,1,0,0,1292,1291,1,0,0,0,1293,1294,1,0,0,0,1294,1292,1,0,0,0,1294, + 1295,1,0,0,0,1295,1300,1,0,0,0,1296,1301,3,65,30,0,1297,1299,5,47, + 0,0,1298,1297,1,0,0,0,1298,1299,1,0,0,0,1299,1301,1,0,0,0,1300,1296, + 1,0,0,0,1300,1298,1,0,0,0,1301,1304,1,0,0,0,1302,1304,5,47,0,0,1303, + 1290,1,0,0,0,1303,1292,1,0,0,0,1303,1302,1,0,0,0,1304,1305,1,0,0, + 0,1305,1303,1,0,0,0,1305,1306,1,0,0,0,1306,1309,1,0,0,0,1307,1309, + 7,1,0,0,1308,1303,1,0,0,0,1308,1307,1,0,0,0,1309,62,1,0,0,0,1310, + 1313,3,67,31,0,1311,1313,7,2,0,0,1312,1310,1,0,0,0,1312,1311,1,0, + 0,0,1313,1316,1,0,0,0,1314,1312,1,0,0,0,1314,1315,1,0,0,0,1315,1317, + 1,0,0,0,1316,1314,1,0,0,0,1317,1319,3,69,32,0,1318,1320,3,61,28, + 0,1319,1318,1,0,0,0,1319,1320,1,0,0,0,1320,1322,1,0,0,0,1321,1323, + 7,1,0,0,1322,1321,1,0,0,0,1323,1324,1,0,0,0,1324,1322,1,0,0,0,1324, + 1325,1,0,0,0,1325,1326,1,0,0,0,1326,1327,6,29,0,0,1327,64,1,0,0, + 0,1328,1329,7,3,0,0,1329,66,1,0,0,0,1330,1331,7,4,0,0,1331,68,1, + 0,0,0,1332,1333,7,5,0,0,1333,70,1,0,0,0,1334,1335,7,6,0,0,1335,1336, + 7,7,0,0,1336,1337,7,7,0,0,1337,72,1,0,0,0,1338,1339,7,6,0,0,1339, + 1340,7,8,0,0,1340,1341,7,6,0,0,1341,1342,7,7,0,0,1342,1343,7,9,0, + 0,1343,1344,7,10,0,0,1344,1345,7,11,0,0,1345,74,1,0,0,0,1346,1347, + 7,6,0,0,1347,1348,7,8,0,0,1348,1349,7,6,0,0,1349,1350,7,7,0,0,1350, + 1351,7,9,0,0,1351,1352,7,12,0,0,1352,1353,7,11,0,0,1353,76,1,0,0, + 0,1354,1355,7,6,0,0,1355,1356,7,8,0,0,1356,1357,7,13,0,0,1357,78, + 1,0,0,0,1358,1359,7,6,0,0,1359,1360,7,8,0,0,1360,1361,7,9,0,0,1361, + 80,1,0,0,0,1362,1363,7,6,0,0,1363,1364,7,14,0,0,1364,1365,7,14,0, + 0,1365,1366,7,6,0,0,1366,1367,7,9,0,0,1367,82,1,0,0,0,1368,1369, + 7,6,0,0,1369,1370,7,10,0,0,1370,84,1,0,0,0,1371,1372,7,6,0,0,1372, + 1373,7,10,0,0,1373,1374,7,15,0,0,1374,86,1,0,0,0,1375,1376,7,6,0, + 0,1376,1377,7,10,0,0,1377,1378,7,9,0,0,1378,1379,7,16,0,0,1379,1380, + 7,16,0,0,1380,1381,7,11,0,0,1381,1382,7,17,0,0,1382,1383,7,14,0, + 0,1383,1384,7,18,0,0,1384,1385,7,15,0,0,1385,88,1,0,0,0,1386,1387, + 7,19,0,0,1387,1388,7,20,0,0,1388,1389,7,17,0,0,1389,1390,7,21,0, + 0,1390,90,1,0,0,0,1391,1392,7,15,0,0,1392,1393,7,6,0,0,1393,1394, + 7,10,0,0,1394,1395,7,11,0,0,1395,92,1,0,0,0,1396,1397,7,15,0,0,1397, + 1398,7,6,0,0,1398,1399,7,10,0,0,1399,1400,7,17,0,0,1400,94,1,0,0, + 0,1401,1402,7,15,0,0,1402,1403,7,21,0,0,1403,1404,7,11,0,0,1404, + 1405,7,15,0,0,1405,1406,7,22,0,0,1406,96,1,0,0,0,1407,1408,7,15, + 0,0,1408,1409,7,20,0,0,1409,1410,7,7,0,0,1410,1411,7,7,0,0,1411, + 1412,7,6,0,0,1412,1413,7,17,0,0,1413,1414,7,11,0,0,1414,98,1,0,0, + 0,1415,1416,7,15,0,0,1416,1417,7,20,0,0,1417,1418,7,7,0,0,1418,1419, + 7,23,0,0,1419,1420,7,16,0,0,1420,1421,7,8,0,0,1421,100,1,0,0,0,1422, + 1423,7,15,0,0,1423,1424,7,20,0,0,1424,1425,7,8,0,0,1425,1426,7,10, + 0,0,1426,1427,7,17,0,0,1427,1428,7,14,0,0,1428,1429,7,6,0,0,1429, + 1430,7,18,0,0,1430,1431,7,8,0,0,1431,1432,7,17,0,0,1432,102,1,0, + 0,0,1433,1434,7,15,0,0,1434,1435,7,14,0,0,1435,1436,7,11,0,0,1436, + 1437,7,6,0,0,1437,1438,7,17,0,0,1438,1439,7,11,0,0,1439,104,1,0, + 0,0,1440,1441,7,15,0,0,1441,1442,7,23,0,0,1442,1443,7,14,0,0,1443, + 1444,7,14,0,0,1444,1445,7,11,0,0,1445,1446,7,8,0,0,1446,1447,7,17, + 0,0,1447,1448,5,95,0,0,1448,1449,7,15,0,0,1449,1450,7,6,0,0,1450, + 1451,7,17,0,0,1451,1452,7,6,0,0,1452,1453,7,7,0,0,1453,1454,7,20, + 0,0,1454,1455,7,24,0,0,1455,106,1,0,0,0,1456,1457,7,15,0,0,1457, + 1458,7,23,0,0,1458,1459,7,14,0,0,1459,1460,7,14,0,0,1460,1461,7, + 11,0,0,1461,1462,7,8,0,0,1462,1463,7,17,0,0,1463,1464,5,95,0,0,1464, + 1465,7,13,0,0,1465,1466,7,6,0,0,1466,1467,7,17,0,0,1467,1468,7,11, + 0,0,1468,108,1,0,0,0,1469,1470,7,15,0,0,1470,1471,7,23,0,0,1471, + 1472,7,14,0,0,1472,1473,7,14,0,0,1473,1474,7,11,0,0,1474,1475,7, + 8,0,0,1475,1476,7,17,0,0,1476,1477,5,95,0,0,1477,1478,7,14,0,0,1478, + 1479,7,20,0,0,1479,1480,7,7,0,0,1480,1481,7,11,0,0,1481,110,1,0, + 0,0,1482,1483,7,15,0,0,1483,1484,7,23,0,0,1484,1485,7,14,0,0,1485, + 1486,7,14,0,0,1486,1487,7,11,0,0,1487,1488,7,8,0,0,1488,1489,7,17, + 0,0,1489,1490,5,95,0,0,1490,1491,7,17,0,0,1491,1492,7,18,0,0,1492, + 1493,7,16,0,0,1493,1494,7,11,0,0,1494,112,1,0,0,0,1495,1496,7,15, + 0,0,1496,1497,7,23,0,0,1497,1498,7,14,0,0,1498,1499,7,14,0,0,1499, + 1500,7,11,0,0,1500,1501,7,8,0,0,1501,1502,7,17,0,0,1502,1503,5,95, + 0,0,1503,1504,7,17,0,0,1504,1505,7,18,0,0,1505,1506,7,16,0,0,1506, + 1507,7,11,0,0,1507,1508,7,10,0,0,1508,1509,7,17,0,0,1509,1510,7, + 6,0,0,1510,1511,7,16,0,0,1511,1512,7,25,0,0,1512,114,1,0,0,0,1513, + 1514,7,15,0,0,1514,1515,7,23,0,0,1515,1516,7,14,0,0,1516,1517,7, + 14,0,0,1517,1518,7,11,0,0,1518,1519,7,8,0,0,1519,1520,7,17,0,0,1520, + 1521,5,95,0,0,1521,1522,7,23,0,0,1522,1523,7,10,0,0,1523,1524,7, + 11,0,0,1524,1525,7,14,0,0,1525,116,1,0,0,0,1526,1527,7,13,0,0,1527, + 1528,7,11,0,0,1528,1529,7,26,0,0,1529,1530,7,6,0,0,1530,1531,7,23, + 0,0,1531,1532,7,7,0,0,1532,1533,7,17,0,0,1533,118,1,0,0,0,1534,1535, + 7,13,0,0,1535,1536,7,11,0,0,1536,1537,7,26,0,0,1537,1538,7,11,0, + 0,1538,1539,7,14,0,0,1539,1540,7,14,0,0,1540,1541,7,6,0,0,1541,1542, + 7,19,0,0,1542,1543,7,7,0,0,1543,1544,7,11,0,0,1544,120,1,0,0,0,1545, + 1546,7,13,0,0,1546,1547,7,11,0,0,1547,1548,7,10,0,0,1548,1549,7, + 15,0,0,1549,122,1,0,0,0,1550,1551,7,13,0,0,1551,1552,7,18,0,0,1552, + 1553,7,10,0,0,1553,1554,7,17,0,0,1554,1555,7,18,0,0,1555,1556,7, + 8,0,0,1556,1557,7,15,0,0,1557,1558,7,17,0,0,1558,124,1,0,0,0,1559, + 1560,7,13,0,0,1560,1561,7,20,0,0,1561,126,1,0,0,0,1562,1563,7,11, + 0,0,1563,1564,7,7,0,0,1564,1565,7,10,0,0,1565,1566,7,11,0,0,1566, + 128,1,0,0,0,1567,1568,7,11,0,0,1568,1569,7,27,0,0,1569,1570,7,15, + 0,0,1570,1571,7,11,0,0,1571,1572,7,25,0,0,1572,1573,7,17,0,0,1573, + 130,1,0,0,0,1574,1575,7,26,0,0,1575,1576,7,6,0,0,1576,1577,7,7,0, + 0,1577,1578,7,10,0,0,1578,1579,7,11,0,0,1579,132,1,0,0,0,1580,1581, + 7,26,0,0,1581,1582,7,11,0,0,1582,1583,7,17,0,0,1583,1584,7,15,0, + 0,1584,1585,7,21,0,0,1585,134,1,0,0,0,1586,1587,7,26,0,0,1587,1588, + 7,20,0,0,1588,1589,7,14,0,0,1589,136,1,0,0,0,1590,1591,7,26,0,0, + 1591,1592,7,20,0,0,1592,1593,7,14,0,0,1593,1594,7,11,0,0,1594,1595, + 7,18,0,0,1595,1596,7,24,0,0,1596,1597,7,8,0,0,1597,138,1,0,0,0,1598, + 1599,7,26,0,0,1599,1600,7,14,0,0,1600,1601,7,20,0,0,1601,1602,7, + 16,0,0,1602,140,1,0,0,0,1603,1604,7,24,0,0,1604,1605,7,14,0,0,1605, + 1606,7,6,0,0,1606,1607,7,8,0,0,1607,1608,7,17,0,0,1608,142,1,0,0, + 0,1609,1610,7,24,0,0,1610,1611,7,14,0,0,1611,1612,7,20,0,0,1612, + 1613,7,23,0,0,1613,1614,7,25,0,0,1614,144,1,0,0,0,1615,1616,7,21, + 0,0,1616,1617,7,6,0,0,1617,1618,7,28,0,0,1618,1619,7,18,0,0,1619, + 1620,7,8,0,0,1620,1621,7,24,0,0,1621,146,1,0,0,0,1622,1623,7,18, + 0,0,1623,1624,7,8,0,0,1624,148,1,0,0,0,1625,1626,7,18,0,0,1626,1627, + 7,8,0,0,1627,1628,7,18,0,0,1628,1629,7,17,0,0,1629,1630,7,18,0,0, + 1630,1631,7,6,0,0,1631,1632,7,7,0,0,1632,1633,7,7,0,0,1633,1634, + 7,9,0,0,1634,150,1,0,0,0,1635,1636,7,18,0,0,1636,1637,7,8,0,0,1637, + 1638,7,17,0,0,1638,1639,7,11,0,0,1639,1640,7,14,0,0,1640,1641,7, + 10,0,0,1641,1642,7,11,0,0,1642,1643,7,15,0,0,1643,1644,7,17,0,0, + 1644,152,1,0,0,0,1645,1646,7,18,0,0,1646,1647,7,8,0,0,1647,1648, + 7,17,0,0,1648,1649,7,20,0,0,1649,154,1,0,0,0,1650,1651,7,7,0,0,1651, + 1652,7,6,0,0,1652,1653,7,17,0,0,1653,1654,7,11,0,0,1654,1655,7,14, + 0,0,1655,1656,7,6,0,0,1656,1657,7,7,0,0,1657,156,1,0,0,0,1658,1659, + 7,7,0,0,1659,1660,7,11,0,0,1660,1661,7,6,0,0,1661,1662,7,13,0,0, + 1662,1663,7,18,0,0,1663,1664,7,8,0,0,1664,1665,7,24,0,0,1665,158, + 1,0,0,0,1666,1667,7,7,0,0,1667,1668,7,18,0,0,1668,1669,7,16,0,0, + 1669,1670,7,18,0,0,1670,1671,7,17,0,0,1671,160,1,0,0,0,1672,1673, + 7,7,0,0,1673,1674,7,20,0,0,1674,1675,7,15,0,0,1675,1676,7,6,0,0, + 1676,1677,7,7,0,0,1677,1678,7,17,0,0,1678,1679,7,18,0,0,1679,1680, + 7,16,0,0,1680,1681,7,11,0,0,1681,162,1,0,0,0,1682,1683,7,7,0,0,1683, + 1684,7,20,0,0,1684,1685,7,15,0,0,1685,1686,7,6,0,0,1686,1687,7,7, + 0,0,1687,1688,7,17,0,0,1688,1689,7,18,0,0,1689,1690,7,16,0,0,1690, + 1691,7,11,0,0,1691,1692,7,10,0,0,1692,1693,7,17,0,0,1693,1694,7, + 6,0,0,1694,1695,7,16,0,0,1695,1696,7,25,0,0,1696,164,1,0,0,0,1697, + 1698,7,8,0,0,1698,1699,7,20,0,0,1699,1700,7,17,0,0,1700,166,1,0, + 0,0,1701,1702,7,8,0,0,1702,1703,7,23,0,0,1703,1704,7,7,0,0,1704, + 1705,7,7,0,0,1705,168,1,0,0,0,1706,1707,7,20,0,0,1707,1708,7,26, + 0,0,1708,1709,7,26,0,0,1709,1710,7,10,0,0,1710,1711,7,11,0,0,1711, + 1712,7,17,0,0,1712,170,1,0,0,0,1713,1714,7,20,0,0,1714,1715,7,8, + 0,0,1715,172,1,0,0,0,1716,1717,7,20,0,0,1717,1718,7,8,0,0,1718,1719, + 7,7,0,0,1719,1720,7,9,0,0,1720,174,1,0,0,0,1721,1722,7,20,0,0,1722, + 1723,7,14,0,0,1723,176,1,0,0,0,1724,1725,7,20,0,0,1725,1726,7,14, + 0,0,1726,1727,7,13,0,0,1727,1728,7,11,0,0,1728,1729,7,14,0,0,1729, + 178,1,0,0,0,1730,1731,7,25,0,0,1731,1732,7,7,0,0,1732,1733,7,6,0, + 0,1733,1734,7,15,0,0,1734,1735,7,18,0,0,1735,1736,7,8,0,0,1736,1737, + 7,24,0,0,1737,180,1,0,0,0,1738,1739,7,25,0,0,1739,1740,7,14,0,0, + 1740,1741,7,18,0,0,1741,1742,7,16,0,0,1742,1743,7,6,0,0,1743,1744, + 7,14,0,0,1744,1745,7,9,0,0,1745,182,1,0,0,0,1746,1747,7,14,0,0,1747, + 1748,7,11,0,0,1748,1749,7,26,0,0,1749,1750,7,11,0,0,1750,1751,7, + 14,0,0,1751,1752,7,11,0,0,1752,1753,7,8,0,0,1753,1754,7,15,0,0,1754, + 1755,7,11,0,0,1755,1756,7,10,0,0,1756,184,1,0,0,0,1757,1758,7,14, + 0,0,1758,1759,7,11,0,0,1759,1760,7,17,0,0,1760,1761,7,23,0,0,1761, + 1762,7,14,0,0,1762,1763,7,8,0,0,1763,1764,7,18,0,0,1764,1765,7,8, + 0,0,1765,1766,7,24,0,0,1766,186,1,0,0,0,1767,1768,7,10,0,0,1768, + 1769,7,11,0,0,1769,1770,7,7,0,0,1770,1771,7,11,0,0,1771,1772,7,15, + 0,0,1772,1773,7,17,0,0,1773,188,1,0,0,0,1774,1775,7,10,0,0,1775, + 1776,7,11,0,0,1776,1777,7,10,0,0,1777,1778,7,10,0,0,1778,1779,7, + 18,0,0,1779,1780,7,20,0,0,1780,1781,7,8,0,0,1781,1782,5,95,0,0,1782, + 1783,7,23,0,0,1783,1784,7,10,0,0,1784,1785,7,11,0,0,1785,1786,7, + 14,0,0,1786,190,1,0,0,0,1787,1788,7,10,0,0,1788,1789,7,20,0,0,1789, + 1790,7,16,0,0,1790,1791,7,11,0,0,1791,192,1,0,0,0,1792,1793,7,10, + 0,0,1793,1794,7,9,0,0,1794,1795,7,16,0,0,1795,1796,7,16,0,0,1796, + 1797,7,11,0,0,1797,1798,7,17,0,0,1798,1799,7,14,0,0,1799,1800,7, + 18,0,0,1800,1801,7,15,0,0,1801,194,1,0,0,0,1802,1803,7,17,0,0,1803, + 1804,7,6,0,0,1804,1805,7,19,0,0,1805,1806,7,7,0,0,1806,1807,7,11, + 0,0,1807,196,1,0,0,0,1808,1809,7,17,0,0,1809,1810,7,21,0,0,1810, + 1811,7,11,0,0,1811,1812,7,8,0,0,1812,198,1,0,0,0,1813,1814,7,17, + 0,0,1814,1815,7,20,0,0,1815,200,1,0,0,0,1816,1817,7,17,0,0,1817, + 1818,7,14,0,0,1818,1819,7,6,0,0,1819,1820,7,18,0,0,1820,1821,7,7, + 0,0,1821,1822,7,18,0,0,1822,1823,7,8,0,0,1823,1824,7,24,0,0,1824, + 202,1,0,0,0,1825,1826,7,17,0,0,1826,1827,7,14,0,0,1827,1828,7,23, + 0,0,1828,1829,7,11,0,0,1829,204,1,0,0,0,1830,1831,7,23,0,0,1831, + 1832,7,8,0,0,1832,1833,7,18,0,0,1833,1834,7,20,0,0,1834,1835,7,8, + 0,0,1835,206,1,0,0,0,1836,1837,7,23,0,0,1837,1838,7,8,0,0,1838,1839, + 7,18,0,0,1839,1840,7,29,0,0,1840,1841,7,23,0,0,1841,1842,7,11,0, + 0,1842,208,1,0,0,0,1843,1844,7,23,0,0,1844,1845,7,10,0,0,1845,1846, + 7,11,0,0,1846,1847,7,14,0,0,1847,210,1,0,0,0,1848,1849,7,23,0,0, + 1849,1850,7,10,0,0,1850,1851,7,18,0,0,1851,1852,7,8,0,0,1852,1853, + 7,24,0,0,1853,212,1,0,0,0,1854,1855,7,28,0,0,1855,1856,7,6,0,0,1856, + 1857,7,14,0,0,1857,1858,7,18,0,0,1858,1859,7,6,0,0,1859,1860,7,13, + 0,0,1860,1861,7,18,0,0,1861,1862,7,15,0,0,1862,214,1,0,0,0,1863, + 1864,7,30,0,0,1864,1865,7,21,0,0,1865,1866,7,11,0,0,1866,1867,7, + 8,0,0,1867,216,1,0,0,0,1868,1869,7,30,0,0,1869,1870,7,21,0,0,1870, + 1871,7,11,0,0,1871,1872,7,14,0,0,1872,1873,7,11,0,0,1873,218,1,0, + 0,0,1874,1875,7,30,0,0,1875,1876,7,18,0,0,1876,1877,7,8,0,0,1877, + 1878,7,13,0,0,1878,1879,7,20,0,0,1879,1880,7,30,0,0,1880,220,1,0, + 0,0,1881,1882,7,30,0,0,1882,1883,7,18,0,0,1883,1884,7,17,0,0,1884, + 1885,7,21,0,0,1885,222,1,0,0,0,1886,1887,7,6,0,0,1887,1888,7,23, + 0,0,1888,1889,7,17,0,0,1889,1890,7,21,0,0,1890,1891,7,20,0,0,1891, + 1892,7,14,0,0,1892,1893,7,18,0,0,1893,1894,7,12,0,0,1894,1895,7, + 6,0,0,1895,1896,7,17,0,0,1896,1897,7,18,0,0,1897,1898,7,20,0,0,1898, + 1899,7,8,0,0,1899,224,1,0,0,0,1900,1901,7,19,0,0,1901,1902,7,18, + 0,0,1902,1903,7,8,0,0,1903,1904,7,6,0,0,1904,1905,7,14,0,0,1905, + 1906,7,9,0,0,1906,226,1,0,0,0,1907,1908,7,15,0,0,1908,1909,7,20, + 0,0,1909,1910,7,7,0,0,1910,1911,7,7,0,0,1911,1912,7,6,0,0,1912,1913, + 7,17,0,0,1913,1914,7,18,0,0,1914,1915,7,20,0,0,1915,1916,7,8,0,0, + 1916,228,1,0,0,0,1917,1918,7,15,0,0,1918,1919,7,20,0,0,1919,1920, + 7,8,0,0,1920,1921,7,15,0,0,1921,1922,7,23,0,0,1922,1923,7,14,0,0, + 1923,1924,7,14,0,0,1924,1925,7,11,0,0,1925,1926,7,8,0,0,1926,1927, + 7,17,0,0,1927,1928,7,7,0,0,1928,1929,7,9,0,0,1929,230,1,0,0,0,1930, + 1931,7,15,0,0,1931,1932,7,14,0,0,1932,1933,7,20,0,0,1933,1934,7, + 10,0,0,1934,1935,7,10,0,0,1935,232,1,0,0,0,1936,1937,7,15,0,0,1937, + 1938,7,23,0,0,1938,1939,7,14,0,0,1939,1940,7,14,0,0,1940,1941,7, + 11,0,0,1941,1942,7,8,0,0,1942,1943,7,17,0,0,1943,1944,5,95,0,0,1944, + 1945,7,10,0,0,1945,1946,7,15,0,0,1946,1947,7,21,0,0,1947,1948,7, + 11,0,0,1948,1949,7,16,0,0,1949,1950,7,6,0,0,1950,234,1,0,0,0,1951, + 1952,7,26,0,0,1952,1953,7,14,0,0,1953,1954,7,11,0,0,1954,1955,7, + 11,0,0,1955,1956,7,12,0,0,1956,1957,7,11,0,0,1957,236,1,0,0,0,1958, + 1959,7,26,0,0,1959,1960,7,23,0,0,1960,1961,7,7,0,0,1961,1962,7,7, + 0,0,1962,238,1,0,0,0,1963,1964,7,18,0,0,1964,1965,7,7,0,0,1965,1966, + 7,18,0,0,1966,1967,7,22,0,0,1967,1968,7,11,0,0,1968,240,1,0,0,0, + 1969,1970,7,18,0,0,1970,1971,7,8,0,0,1971,1972,7,8,0,0,1972,1973, + 7,11,0,0,1973,1974,7,14,0,0,1974,242,1,0,0,0,1975,1976,7,18,0,0, + 1976,1977,7,10,0,0,1977,244,1,0,0,0,1978,1979,7,18,0,0,1979,1980, + 7,10,0,0,1980,1981,7,8,0,0,1981,1982,7,23,0,0,1982,1983,7,7,0,0, + 1983,1984,7,7,0,0,1984,246,1,0,0,0,1985,1986,7,31,0,0,1986,1987, + 7,20,0,0,1987,1988,7,18,0,0,1988,1989,7,8,0,0,1989,248,1,0,0,0,1990, + 1991,7,7,0,0,1991,1992,7,11,0,0,1992,1993,7,26,0,0,1993,1994,7,17, + 0,0,1994,250,1,0,0,0,1995,1996,7,7,0,0,1996,1997,7,18,0,0,1997,1998, + 7,22,0,0,1998,1999,7,11,0,0,1999,252,1,0,0,0,2000,2001,7,8,0,0,2001, + 2002,7,6,0,0,2002,2003,7,17,0,0,2003,2004,7,23,0,0,2004,2005,7,14, + 0,0,2005,2006,7,6,0,0,2006,2007,7,7,0,0,2007,254,1,0,0,0,2008,2009, + 7,8,0,0,2009,2010,7,20,0,0,2010,2011,7,17,0,0,2011,2012,7,8,0,0, + 2012,2013,7,23,0,0,2013,2014,7,7,0,0,2014,2015,7,7,0,0,2015,256, + 1,0,0,0,2016,2017,7,20,0,0,2017,2018,7,23,0,0,2018,2019,7,17,0,0, + 2019,2020,7,11,0,0,2020,2021,7,14,0,0,2021,258,1,0,0,0,2022,2023, + 7,20,0,0,2023,2024,7,28,0,0,2024,2025,7,11,0,0,2025,2026,7,14,0, + 0,2026,260,1,0,0,0,2027,2028,7,20,0,0,2028,2029,7,28,0,0,2029,2030, + 7,11,0,0,2030,2031,7,14,0,0,2031,2032,7,7,0,0,2032,2033,7,6,0,0, + 2033,2034,7,25,0,0,2034,2035,7,10,0,0,2035,262,1,0,0,0,2036,2037, + 7,14,0,0,2037,2038,7,18,0,0,2038,2039,7,24,0,0,2039,2040,7,21,0, + 0,2040,2041,7,17,0,0,2041,264,1,0,0,0,2042,2043,7,10,0,0,2043,2044, + 7,18,0,0,2044,2045,7,16,0,0,2045,2046,7,18,0,0,2046,2047,7,7,0,0, + 2047,2048,7,6,0,0,2048,2049,7,14,0,0,2049,266,1,0,0,0,2050,2051, + 7,28,0,0,2051,2052,7,11,0,0,2052,2053,7,14,0,0,2053,2054,7,19,0, + 0,2054,2055,7,20,0,0,2055,2056,7,10,0,0,2056,2057,7,11,0,0,2057, + 268,1,0,0,0,2058,2059,7,6,0,0,2059,2060,7,19,0,0,2060,2061,7,20, + 0,0,2061,2062,7,14,0,0,2062,2063,7,17,0,0,2063,270,1,0,0,0,2064, + 2065,7,6,0,0,2065,2066,7,19,0,0,2066,2067,7,10,0,0,2067,2068,7,20, + 0,0,2068,2069,7,7,0,0,2069,2070,7,23,0,0,2070,2071,7,17,0,0,2071, + 2072,7,11,0,0,2072,272,1,0,0,0,2073,2074,7,6,0,0,2074,2075,7,15, + 0,0,2075,2076,7,15,0,0,2076,2077,7,11,0,0,2077,2078,7,10,0,0,2078, + 2079,7,10,0,0,2079,274,1,0,0,0,2080,2081,7,6,0,0,2081,2082,7,15, + 0,0,2082,2083,7,17,0,0,2083,2084,7,18,0,0,2084,2085,7,20,0,0,2085, + 2086,7,8,0,0,2086,276,1,0,0,0,2087,2088,7,6,0,0,2088,2089,7,13,0, + 0,2089,2090,7,13,0,0,2090,278,1,0,0,0,2091,2092,7,6,0,0,2092,2093, + 7,13,0,0,2093,2094,7,16,0,0,2094,2095,7,18,0,0,2095,2096,7,8,0,0, + 2096,280,1,0,0,0,2097,2098,7,6,0,0,2098,2099,7,26,0,0,2099,2100, + 7,17,0,0,2100,2101,7,11,0,0,2101,2102,7,14,0,0,2102,282,1,0,0,0, + 2103,2104,7,6,0,0,2104,2105,7,24,0,0,2105,2106,7,24,0,0,2106,2107, + 7,14,0,0,2107,2108,7,11,0,0,2108,2109,7,24,0,0,2109,2110,7,6,0,0, + 2110,2111,7,17,0,0,2111,2112,7,11,0,0,2112,284,1,0,0,0,2113,2114, + 7,6,0,0,2114,2115,7,7,0,0,2115,2116,7,10,0,0,2116,2117,7,20,0,0, + 2117,286,1,0,0,0,2118,2119,7,6,0,0,2119,2120,7,7,0,0,2120,2121,7, + 17,0,0,2121,2122,7,11,0,0,2122,2123,7,14,0,0,2123,288,1,0,0,0,2124, + 2125,7,6,0,0,2125,2126,7,7,0,0,2126,2127,7,30,0,0,2127,2128,7,6, + 0,0,2128,2129,7,9,0,0,2129,2130,7,10,0,0,2130,290,1,0,0,0,2131,2132, + 7,6,0,0,2132,2133,7,10,0,0,2133,2134,7,10,0,0,2134,2135,7,11,0,0, + 2135,2136,7,14,0,0,2136,2137,7,17,0,0,2137,2138,7,18,0,0,2138,2139, + 7,20,0,0,2139,2140,7,8,0,0,2140,292,1,0,0,0,2141,2142,7,6,0,0,2142, + 2143,7,10,0,0,2143,2144,7,10,0,0,2144,2145,7,18,0,0,2145,2146,7, + 24,0,0,2146,2147,7,8,0,0,2147,2148,7,16,0,0,2148,2149,7,11,0,0,2149, + 2150,7,8,0,0,2150,2151,7,17,0,0,2151,294,1,0,0,0,2152,2153,7,6,0, + 0,2153,2154,7,17,0,0,2154,296,1,0,0,0,2155,2156,7,6,0,0,2156,2157, + 7,17,0,0,2157,2158,7,17,0,0,2158,2159,7,14,0,0,2159,2160,7,18,0, + 0,2160,2161,7,19,0,0,2161,2162,7,23,0,0,2162,2163,7,17,0,0,2163, + 2164,7,11,0,0,2164,298,1,0,0,0,2165,2166,7,19,0,0,2166,2167,7,6, + 0,0,2167,2168,7,15,0,0,2168,2169,7,22,0,0,2169,2170,7,30,0,0,2170, + 2171,7,6,0,0,2171,2172,7,14,0,0,2172,2173,7,13,0,0,2173,300,1,0, + 0,0,2174,2175,7,19,0,0,2175,2176,7,11,0,0,2176,2177,7,26,0,0,2177, + 2178,7,20,0,0,2178,2179,7,14,0,0,2179,2180,7,11,0,0,2180,302,1,0, + 0,0,2181,2182,7,19,0,0,2182,2183,7,11,0,0,2183,2184,7,24,0,0,2184, + 2185,7,18,0,0,2185,2186,7,8,0,0,2186,304,1,0,0,0,2187,2188,7,19, + 0,0,2188,2189,7,9,0,0,2189,306,1,0,0,0,2190,2191,7,15,0,0,2191,2192, + 7,6,0,0,2192,2193,7,15,0,0,2193,2194,7,21,0,0,2194,2195,7,11,0,0, + 2195,308,1,0,0,0,2196,2197,7,15,0,0,2197,2198,7,6,0,0,2198,2199, + 7,7,0,0,2199,2200,7,7,0,0,2200,2201,7,11,0,0,2201,2202,7,13,0,0, + 2202,310,1,0,0,0,2203,2204,7,15,0,0,2204,2205,7,6,0,0,2205,2206, + 7,10,0,0,2206,2207,7,15,0,0,2207,2208,7,6,0,0,2208,2209,7,13,0,0, + 2209,2210,7,11,0,0,2210,312,1,0,0,0,2211,2212,7,15,0,0,2212,2213, + 7,6,0,0,2213,2214,7,10,0,0,2214,2215,7,15,0,0,2215,2216,7,6,0,0, + 2216,2217,7,13,0,0,2217,2218,7,11,0,0,2218,2219,7,13,0,0,2219,314, + 1,0,0,0,2220,2221,7,15,0,0,2221,2222,7,6,0,0,2222,2223,7,17,0,0, + 2223,2224,7,6,0,0,2224,2225,7,7,0,0,2225,2226,7,20,0,0,2226,2227, + 7,24,0,0,2227,316,1,0,0,0,2228,2229,7,15,0,0,2229,2230,7,21,0,0, + 2230,2231,7,6,0,0,2231,2232,7,18,0,0,2232,2233,7,8,0,0,2233,318, + 1,0,0,0,2234,2235,7,15,0,0,2235,2236,7,21,0,0,2236,2237,7,6,0,0, + 2237,2238,7,14,0,0,2238,2239,7,6,0,0,2239,2240,7,15,0,0,2240,2241, + 7,17,0,0,2241,2242,7,11,0,0,2242,2243,7,14,0,0,2243,2244,7,18,0, + 0,2244,2245,7,10,0,0,2245,2246,7,17,0,0,2246,2247,7,18,0,0,2247, + 2248,7,15,0,0,2248,2249,7,10,0,0,2249,320,1,0,0,0,2250,2251,7,15, + 0,0,2251,2252,7,21,0,0,2252,2253,7,11,0,0,2253,2254,7,15,0,0,2254, + 2255,7,22,0,0,2255,2256,7,25,0,0,2256,2257,7,20,0,0,2257,2258,7, + 18,0,0,2258,2259,7,8,0,0,2259,2260,7,17,0,0,2260,322,1,0,0,0,2261, + 2262,7,15,0,0,2262,2263,7,7,0,0,2263,2264,7,6,0,0,2264,2265,7,10, + 0,0,2265,2266,7,10,0,0,2266,324,1,0,0,0,2267,2268,7,15,0,0,2268, + 2269,7,7,0,0,2269,2270,7,20,0,0,2270,2271,7,10,0,0,2271,2272,7,11, + 0,0,2272,326,1,0,0,0,2273,2274,7,15,0,0,2274,2275,7,7,0,0,2275,2276, + 7,23,0,0,2276,2277,7,10,0,0,2277,2278,7,17,0,0,2278,2279,7,11,0, + 0,2279,2280,7,14,0,0,2280,328,1,0,0,0,2281,2282,7,15,0,0,2282,2283, + 7,20,0,0,2283,2284,7,16,0,0,2284,2285,7,16,0,0,2285,2286,7,11,0, + 0,2286,2287,7,8,0,0,2287,2288,7,17,0,0,2288,330,1,0,0,0,2289,2290, + 7,15,0,0,2290,2291,7,20,0,0,2291,2292,7,16,0,0,2292,2293,7,16,0, + 0,2293,2294,7,11,0,0,2294,2295,7,8,0,0,2295,2296,7,17,0,0,2296,2297, + 7,10,0,0,2297,332,1,0,0,0,2298,2299,7,15,0,0,2299,2300,7,20,0,0, + 2300,2301,7,16,0,0,2301,2302,7,16,0,0,2302,2303,7,18,0,0,2303,2304, + 7,17,0,0,2304,334,1,0,0,0,2305,2306,7,15,0,0,2306,2307,7,20,0,0, + 2307,2308,7,16,0,0,2308,2309,7,16,0,0,2309,2310,7,18,0,0,2310,2311, + 7,17,0,0,2311,2312,7,17,0,0,2312,2313,7,11,0,0,2313,2314,7,13,0, + 0,2314,336,1,0,0,0,2315,2316,7,15,0,0,2316,2317,7,20,0,0,2317,2318, + 7,8,0,0,2318,2319,7,26,0,0,2319,2320,7,18,0,0,2320,2321,7,24,0,0, + 2321,2322,7,23,0,0,2322,2323,7,14,0,0,2323,2324,7,6,0,0,2324,2325, + 7,17,0,0,2325,2326,7,18,0,0,2326,2327,7,20,0,0,2327,2328,7,8,0,0, + 2328,338,1,0,0,0,2329,2330,7,15,0,0,2330,2331,7,20,0,0,2331,2332, + 7,8,0,0,2332,2333,7,8,0,0,2333,2334,7,11,0,0,2334,2335,7,15,0,0, + 2335,2336,7,17,0,0,2336,2337,7,18,0,0,2337,2338,7,20,0,0,2338,2339, + 7,8,0,0,2339,340,1,0,0,0,2340,2341,7,15,0,0,2341,2342,7,20,0,0,2342, + 2343,7,8,0,0,2343,2344,7,10,0,0,2344,2345,7,17,0,0,2345,2346,7,14, + 0,0,2346,2347,7,6,0,0,2347,2348,7,18,0,0,2348,2349,7,8,0,0,2349, + 2350,7,17,0,0,2350,2351,7,10,0,0,2351,342,1,0,0,0,2352,2353,7,15, + 0,0,2353,2354,7,20,0,0,2354,2355,7,8,0,0,2355,2356,7,17,0,0,2356, + 2357,7,11,0,0,2357,2358,7,8,0,0,2358,2359,7,17,0,0,2359,344,1,0, + 0,0,2360,2361,7,15,0,0,2361,2362,7,20,0,0,2362,2363,7,8,0,0,2363, + 2364,7,17,0,0,2364,2365,7,18,0,0,2365,2366,7,8,0,0,2366,2367,7,23, + 0,0,2367,2368,7,11,0,0,2368,346,1,0,0,0,2369,2370,7,15,0,0,2370, + 2371,7,20,0,0,2371,2372,7,8,0,0,2372,2373,7,28,0,0,2373,2374,7,11, + 0,0,2374,2375,7,14,0,0,2375,2376,7,10,0,0,2376,2377,7,18,0,0,2377, + 2378,7,20,0,0,2378,2379,7,8,0,0,2379,348,1,0,0,0,2380,2381,7,15, + 0,0,2381,2382,7,20,0,0,2382,2383,7,25,0,0,2383,2384,7,9,0,0,2384, + 350,1,0,0,0,2385,2386,7,15,0,0,2386,2387,7,20,0,0,2387,2388,7,10, + 0,0,2388,2389,7,17,0,0,2389,352,1,0,0,0,2390,2391,7,15,0,0,2391, + 2392,7,10,0,0,2392,2393,7,28,0,0,2393,354,1,0,0,0,2394,2395,7,15, + 0,0,2395,2396,7,23,0,0,2396,2397,7,14,0,0,2397,2398,7,10,0,0,2398, + 2399,7,20,0,0,2399,2400,7,14,0,0,2400,356,1,0,0,0,2401,2402,7,15, + 0,0,2402,2403,7,9,0,0,2403,2404,7,15,0,0,2404,2405,7,7,0,0,2405, + 2406,7,11,0,0,2406,358,1,0,0,0,2407,2408,7,13,0,0,2408,2409,7,6, + 0,0,2409,2410,7,17,0,0,2410,2411,7,6,0,0,2411,360,1,0,0,0,2412,2413, + 7,13,0,0,2413,2414,7,6,0,0,2414,2415,7,17,0,0,2415,2416,7,6,0,0, + 2416,2417,7,19,0,0,2417,2418,7,6,0,0,2418,2419,7,10,0,0,2419,2420, + 7,11,0,0,2420,362,1,0,0,0,2421,2422,7,13,0,0,2422,2423,7,6,0,0,2423, + 2424,7,9,0,0,2424,364,1,0,0,0,2425,2426,7,13,0,0,2426,2427,7,11, + 0,0,2427,2428,7,6,0,0,2428,2429,7,7,0,0,2429,2430,7,7,0,0,2430,2431, + 7,20,0,0,2431,2432,7,15,0,0,2432,2433,7,6,0,0,2433,2434,7,17,0,0, + 2434,2435,7,11,0,0,2435,366,1,0,0,0,2436,2437,7,13,0,0,2437,2438, + 7,11,0,0,2438,2439,7,15,0,0,2439,2440,7,7,0,0,2440,2441,7,6,0,0, + 2441,2442,7,14,0,0,2442,2443,7,11,0,0,2443,368,1,0,0,0,2444,2445, + 7,13,0,0,2445,2446,7,11,0,0,2446,2447,7,26,0,0,2447,2448,7,6,0,0, + 2448,2449,7,23,0,0,2449,2450,7,7,0,0,2450,2451,7,17,0,0,2451,2452, + 7,10,0,0,2452,370,1,0,0,0,2453,2454,7,13,0,0,2454,2455,7,11,0,0, + 2455,2456,7,26,0,0,2456,2457,7,11,0,0,2457,2458,7,14,0,0,2458,2459, + 7,14,0,0,2459,2460,7,11,0,0,2460,2461,7,13,0,0,2461,372,1,0,0,0, + 2462,2463,7,13,0,0,2463,2464,7,11,0,0,2464,2465,7,26,0,0,2465,2466, + 7,18,0,0,2466,2467,7,8,0,0,2467,2468,7,11,0,0,2468,2469,7,14,0,0, + 2469,374,1,0,0,0,2470,2471,7,13,0,0,2471,2472,7,11,0,0,2472,2473, + 7,7,0,0,2473,2474,7,11,0,0,2474,2475,7,17,0,0,2475,2476,7,11,0,0, + 2476,376,1,0,0,0,2477,2478,7,13,0,0,2478,2479,7,11,0,0,2479,2480, + 7,7,0,0,2480,2481,7,18,0,0,2481,2482,7,16,0,0,2482,2483,7,18,0,0, + 2483,2484,7,17,0,0,2484,2485,7,11,0,0,2485,2486,7,14,0,0,2486,378, + 1,0,0,0,2487,2488,7,13,0,0,2488,2489,7,11,0,0,2489,2490,7,7,0,0, + 2490,2491,7,18,0,0,2491,2492,7,16,0,0,2492,2493,7,18,0,0,2493,2494, + 7,17,0,0,2494,2495,7,11,0,0,2495,2496,7,14,0,0,2496,2497,7,10,0, + 0,2497,380,1,0,0,0,2498,2499,7,13,0,0,2499,2500,7,18,0,0,2500,2501, + 7,15,0,0,2501,2502,7,17,0,0,2502,2503,7,18,0,0,2503,2504,7,20,0, + 0,2504,2505,7,8,0,0,2505,2506,7,6,0,0,2506,2507,7,14,0,0,2507,2508, + 7,9,0,0,2508,382,1,0,0,0,2509,2510,7,13,0,0,2510,2511,7,18,0,0,2511, + 2512,7,10,0,0,2512,2513,7,6,0,0,2513,2514,7,19,0,0,2514,2515,7,7, + 0,0,2515,2516,7,11,0,0,2516,384,1,0,0,0,2517,2518,7,13,0,0,2518, + 2519,7,18,0,0,2519,2520,7,10,0,0,2520,2521,7,15,0,0,2521,2522,7, + 6,0,0,2522,2523,7,14,0,0,2523,2524,7,13,0,0,2524,386,1,0,0,0,2525, + 2526,7,13,0,0,2526,2527,7,20,0,0,2527,2528,7,15,0,0,2528,2529,7, + 23,0,0,2529,2530,7,16,0,0,2530,2531,7,11,0,0,2531,2532,7,8,0,0,2532, + 2533,7,17,0,0,2533,388,1,0,0,0,2534,2535,7,13,0,0,2535,2536,7,20, + 0,0,2536,2537,7,16,0,0,2537,2538,7,6,0,0,2538,2539,7,18,0,0,2539, + 2540,7,8,0,0,2540,390,1,0,0,0,2541,2542,7,13,0,0,2542,2543,7,20, + 0,0,2543,2544,7,23,0,0,2544,2545,7,19,0,0,2545,2546,7,7,0,0,2546, + 2547,7,11,0,0,2547,392,1,0,0,0,2548,2549,7,13,0,0,2549,2550,7,14, + 0,0,2550,2551,7,20,0,0,2551,2552,7,25,0,0,2552,394,1,0,0,0,2553, + 2554,7,11,0,0,2554,2555,7,6,0,0,2555,2556,7,15,0,0,2556,2557,7,21, + 0,0,2557,396,1,0,0,0,2558,2559,7,11,0,0,2559,2560,7,8,0,0,2560,2561, + 7,6,0,0,2561,2562,7,19,0,0,2562,2563,7,7,0,0,2563,2564,7,11,0,0, + 2564,398,1,0,0,0,2565,2566,7,11,0,0,2566,2567,7,8,0,0,2567,2568, + 7,15,0,0,2568,2569,7,20,0,0,2569,2570,7,13,0,0,2570,2571,7,18,0, + 0,2571,2572,7,8,0,0,2572,2573,7,24,0,0,2573,400,1,0,0,0,2574,2575, + 7,11,0,0,2575,2576,7,8,0,0,2576,2577,7,15,0,0,2577,2578,7,14,0,0, + 2578,2579,7,9,0,0,2579,2580,7,25,0,0,2580,2581,7,17,0,0,2581,2582, + 7,11,0,0,2582,2583,7,13,0,0,2583,402,1,0,0,0,2584,2585,7,11,0,0, + 2585,2586,7,8,0,0,2586,2587,7,23,0,0,2587,2588,7,16,0,0,2588,404, + 1,0,0,0,2589,2590,7,11,0,0,2590,2591,7,10,0,0,2591,2592,7,15,0,0, + 2592,2593,7,6,0,0,2593,2594,7,25,0,0,2594,2595,7,11,0,0,2595,406, + 1,0,0,0,2596,2597,7,11,0,0,2597,2598,7,28,0,0,2598,2599,7,11,0,0, + 2599,2600,7,8,0,0,2600,2601,7,17,0,0,2601,408,1,0,0,0,2602,2603, + 7,11,0,0,2603,2604,7,27,0,0,2604,2605,7,15,0,0,2605,2606,7,7,0,0, + 2606,2607,7,23,0,0,2607,2608,7,13,0,0,2608,2609,7,11,0,0,2609,410, + 1,0,0,0,2610,2611,7,11,0,0,2611,2612,7,27,0,0,2612,2613,7,15,0,0, + 2613,2614,7,7,0,0,2614,2615,7,23,0,0,2615,2616,7,13,0,0,2616,2617, + 7,18,0,0,2617,2618,7,8,0,0,2618,2619,7,24,0,0,2619,412,1,0,0,0,2620, + 2621,7,11,0,0,2621,2622,7,27,0,0,2622,2623,7,15,0,0,2623,2624,7, + 7,0,0,2624,2625,7,23,0,0,2625,2626,7,10,0,0,2626,2627,7,18,0,0,2627, + 2628,7,28,0,0,2628,2629,7,11,0,0,2629,414,1,0,0,0,2630,2631,7,11, + 0,0,2631,2632,7,27,0,0,2632,2633,7,11,0,0,2633,2634,7,15,0,0,2634, + 2635,7,23,0,0,2635,2636,7,17,0,0,2636,2637,7,11,0,0,2637,416,1,0, + 0,0,2638,2639,7,11,0,0,2639,2640,7,27,0,0,2640,2641,7,25,0,0,2641, + 2642,7,7,0,0,2642,2643,7,6,0,0,2643,2644,7,18,0,0,2644,2645,7,8, + 0,0,2645,418,1,0,0,0,2646,2647,7,11,0,0,2647,2648,7,27,0,0,2648, + 2649,7,17,0,0,2649,2650,7,11,0,0,2650,2651,7,8,0,0,2651,2652,7,10, + 0,0,2652,2653,7,18,0,0,2653,2654,7,20,0,0,2654,2655,7,8,0,0,2655, + 420,1,0,0,0,2656,2657,7,11,0,0,2657,2658,7,27,0,0,2658,2659,7,17, + 0,0,2659,2660,7,11,0,0,2660,2661,7,14,0,0,2661,2662,7,8,0,0,2662, + 2663,7,6,0,0,2663,2664,7,7,0,0,2664,422,1,0,0,0,2665,2666,7,26,0, + 0,2666,2667,7,6,0,0,2667,2668,7,16,0,0,2668,2669,7,18,0,0,2669,2670, + 7,7,0,0,2670,2671,7,9,0,0,2671,424,1,0,0,0,2672,2673,7,26,0,0,2673, + 2674,7,18,0,0,2674,2675,7,14,0,0,2675,2676,7,10,0,0,2676,2677,7, + 17,0,0,2677,426,1,0,0,0,2678,2679,7,26,0,0,2679,2680,7,20,0,0,2680, + 2681,7,7,0,0,2681,2682,7,7,0,0,2682,2683,7,20,0,0,2683,2684,7,30, + 0,0,2684,2685,7,18,0,0,2685,2686,7,8,0,0,2686,2687,7,24,0,0,2687, + 428,1,0,0,0,2688,2689,7,26,0,0,2689,2690,7,20,0,0,2690,2691,7,14, + 0,0,2691,2692,7,15,0,0,2692,2693,7,11,0,0,2693,430,1,0,0,0,2694, + 2695,7,26,0,0,2695,2696,7,20,0,0,2696,2697,7,14,0,0,2697,2698,7, + 30,0,0,2698,2699,7,6,0,0,2699,2700,7,14,0,0,2700,2701,7,13,0,0,2701, + 432,1,0,0,0,2702,2703,7,26,0,0,2703,2704,7,23,0,0,2704,2705,7,8, + 0,0,2705,2706,7,15,0,0,2706,2707,7,17,0,0,2707,2708,7,18,0,0,2708, + 2709,7,20,0,0,2709,2710,7,8,0,0,2710,434,1,0,0,0,2711,2712,7,26, + 0,0,2712,2713,7,23,0,0,2713,2714,7,8,0,0,2714,2715,7,15,0,0,2715, + 2716,7,17,0,0,2716,2717,7,18,0,0,2717,2718,7,20,0,0,2718,2719,7, + 8,0,0,2719,2720,7,10,0,0,2720,436,1,0,0,0,2721,2722,7,24,0,0,2722, + 2723,7,7,0,0,2723,2724,7,20,0,0,2724,2725,7,19,0,0,2725,2726,7,6, + 0,0,2726,2727,7,7,0,0,2727,438,1,0,0,0,2728,2729,7,24,0,0,2729,2730, + 7,14,0,0,2730,2731,7,6,0,0,2731,2732,7,8,0,0,2732,2733,7,17,0,0, + 2733,2734,7,11,0,0,2734,2735,7,13,0,0,2735,440,1,0,0,0,2736,2737, + 7,21,0,0,2737,2738,7,6,0,0,2738,2739,7,8,0,0,2739,2740,7,13,0,0, + 2740,2741,7,7,0,0,2741,2742,7,11,0,0,2742,2743,7,14,0,0,2743,442, + 1,0,0,0,2744,2745,7,21,0,0,2745,2746,7,11,0,0,2746,2747,7,6,0,0, + 2747,2748,7,13,0,0,2748,2749,7,11,0,0,2749,2750,7,14,0,0,2750,444, + 1,0,0,0,2751,2752,7,21,0,0,2752,2753,7,20,0,0,2753,2754,7,7,0,0, + 2754,2755,7,13,0,0,2755,446,1,0,0,0,2756,2757,7,21,0,0,2757,2758, + 7,20,0,0,2758,2759,7,23,0,0,2759,2760,7,14,0,0,2760,448,1,0,0,0, + 2761,2762,7,18,0,0,2762,2763,7,13,0,0,2763,2764,7,11,0,0,2764,2765, + 7,8,0,0,2765,2766,7,17,0,0,2766,2767,7,18,0,0,2767,2768,7,17,0,0, + 2768,2769,7,9,0,0,2769,450,1,0,0,0,2770,2771,7,18,0,0,2771,2772, + 7,26,0,0,2772,452,1,0,0,0,2773,2774,7,18,0,0,2774,2775,7,16,0,0, + 2775,2776,7,16,0,0,2776,2777,7,11,0,0,2777,2778,7,13,0,0,2778,2779, + 7,18,0,0,2779,2780,7,6,0,0,2780,2781,7,17,0,0,2781,2782,7,11,0,0, + 2782,454,1,0,0,0,2783,2784,7,18,0,0,2784,2785,7,16,0,0,2785,2786, + 7,16,0,0,2786,2787,7,23,0,0,2787,2788,7,17,0,0,2788,2789,7,6,0,0, + 2789,2790,7,19,0,0,2790,2791,7,7,0,0,2791,2792,7,11,0,0,2792,456, + 1,0,0,0,2793,2794,7,18,0,0,2794,2795,7,16,0,0,2795,2796,7,25,0,0, + 2796,2797,7,7,0,0,2797,2798,7,18,0,0,2798,2799,7,15,0,0,2799,2800, + 7,18,0,0,2800,2801,7,17,0,0,2801,458,1,0,0,0,2802,2803,7,18,0,0, + 2803,2804,7,8,0,0,2804,2805,7,15,0,0,2805,2806,7,7,0,0,2806,2807, + 7,23,0,0,2807,2808,7,13,0,0,2808,2809,7,18,0,0,2809,2810,7,8,0,0, + 2810,2811,7,24,0,0,2811,460,1,0,0,0,2812,2813,7,18,0,0,2813,2814, + 7,8,0,0,2814,2815,7,15,0,0,2815,2816,7,14,0,0,2816,2817,7,11,0,0, + 2817,2818,7,16,0,0,2818,2819,7,11,0,0,2819,2820,7,8,0,0,2820,2821, + 7,17,0,0,2821,462,1,0,0,0,2822,2823,7,18,0,0,2823,2824,7,8,0,0,2824, + 2825,7,13,0,0,2825,2826,7,11,0,0,2826,2827,7,27,0,0,2827,464,1,0, + 0,0,2828,2829,7,18,0,0,2829,2830,7,8,0,0,2830,2831,7,13,0,0,2831, + 2832,7,11,0,0,2832,2833,7,27,0,0,2833,2834,7,11,0,0,2834,2835,7, + 10,0,0,2835,466,1,0,0,0,2836,2837,7,18,0,0,2837,2838,7,8,0,0,2838, + 2839,7,21,0,0,2839,2840,7,11,0,0,2840,2841,7,14,0,0,2841,2842,7, + 18,0,0,2842,2843,7,17,0,0,2843,468,1,0,0,0,2844,2845,7,8,0,0,2845, + 2846,7,20,0,0,2846,2847,7,18,0,0,2847,2848,7,8,0,0,2848,2849,7,21, + 0,0,2849,2850,7,11,0,0,2850,2851,7,14,0,0,2851,2852,7,18,0,0,2852, + 2853,7,17,0,0,2853,470,1,0,0,0,2854,2855,7,10,0,0,2855,2856,7,23, + 0,0,2856,2857,7,25,0,0,2857,2858,7,11,0,0,2858,2859,7,14,0,0,2859, + 2860,7,23,0,0,2860,2861,7,10,0,0,2861,2862,7,11,0,0,2862,2863,7, + 14,0,0,2863,472,1,0,0,0,2864,2865,7,8,0,0,2865,2866,7,20,0,0,2866, + 2867,7,10,0,0,2867,2868,7,23,0,0,2868,2869,7,25,0,0,2869,2870,7, + 11,0,0,2870,2871,7,14,0,0,2871,2872,7,23,0,0,2872,2873,7,10,0,0, + 2873,2874,7,11,0,0,2874,2875,7,14,0,0,2875,474,1,0,0,0,2876,2877, + 7,15,0,0,2877,2878,7,14,0,0,2878,2879,7,11,0,0,2879,2880,7,6,0,0, + 2880,2881,7,17,0,0,2881,2882,7,11,0,0,2882,2883,7,13,0,0,2883,2884, + 7,19,0,0,2884,476,1,0,0,0,2885,2886,7,8,0,0,2886,2887,7,20,0,0,2887, + 2888,7,15,0,0,2888,2889,7,14,0,0,2889,2890,7,11,0,0,2890,2891,7, + 6,0,0,2891,2892,7,17,0,0,2892,2893,7,11,0,0,2893,2894,7,13,0,0,2894, + 2895,7,19,0,0,2895,478,1,0,0,0,2896,2897,7,15,0,0,2897,2898,7,14, + 0,0,2898,2899,7,11,0,0,2899,2900,7,6,0,0,2900,2901,7,17,0,0,2901, + 2902,7,11,0,0,2902,2903,7,14,0,0,2903,2904,7,20,0,0,2904,2905,7, + 7,0,0,2905,2906,7,11,0,0,2906,480,1,0,0,0,2907,2908,7,8,0,0,2908, + 2909,7,20,0,0,2909,2910,7,15,0,0,2910,2911,7,14,0,0,2911,2912,7, + 11,0,0,2912,2913,7,6,0,0,2913,2914,7,17,0,0,2914,2915,7,11,0,0,2915, + 2916,7,14,0,0,2916,2917,7,20,0,0,2917,2918,7,7,0,0,2918,2919,7,11, + 0,0,2919,482,1,0,0,0,2920,2921,7,15,0,0,2921,2922,7,14,0,0,2922, + 2923,7,11,0,0,2923,2924,7,6,0,0,2924,2925,7,17,0,0,2925,2926,7,11, + 0,0,2926,2927,7,23,0,0,2927,2928,7,10,0,0,2928,2929,7,11,0,0,2929, + 2930,7,14,0,0,2930,484,1,0,0,0,2931,2932,7,8,0,0,2932,2933,7,20, + 0,0,2933,2934,7,15,0,0,2934,2935,7,14,0,0,2935,2936,7,11,0,0,2936, + 2937,7,6,0,0,2937,2938,7,17,0,0,2938,2939,7,11,0,0,2939,2940,7,23, + 0,0,2940,2941,7,10,0,0,2941,2942,7,11,0,0,2942,2943,7,14,0,0,2943, + 486,1,0,0,0,2944,2945,7,18,0,0,2945,2946,7,8,0,0,2946,2947,7,21, + 0,0,2947,2948,7,11,0,0,2948,2949,7,14,0,0,2949,2950,7,18,0,0,2950, + 2951,7,17,0,0,2951,2952,7,10,0,0,2952,488,1,0,0,0,2953,2954,7,18, + 0,0,2954,2955,7,8,0,0,2955,2956,7,7,0,0,2956,2957,7,18,0,0,2957, + 2958,7,8,0,0,2958,2959,7,11,0,0,2959,490,1,0,0,0,2960,2961,7,18, + 0,0,2961,2962,7,8,0,0,2962,2963,7,10,0,0,2963,2964,7,11,0,0,2964, + 2965,7,8,0,0,2965,2966,7,10,0,0,2966,2967,7,18,0,0,2967,2968,7,17, + 0,0,2968,2969,7,18,0,0,2969,2970,7,28,0,0,2970,2971,7,11,0,0,2971, + 492,1,0,0,0,2972,2973,7,18,0,0,2973,2974,7,8,0,0,2974,2975,7,10, + 0,0,2975,2976,7,11,0,0,2976,2977,7,14,0,0,2977,2978,7,17,0,0,2978, + 494,1,0,0,0,2979,2980,7,18,0,0,2980,2981,7,8,0,0,2981,2982,7,10, + 0,0,2982,2983,7,17,0,0,2983,2984,7,11,0,0,2984,2985,7,6,0,0,2985, + 2986,7,13,0,0,2986,496,1,0,0,0,2987,2988,7,18,0,0,2988,2989,7,8, + 0,0,2989,2990,7,28,0,0,2990,2991,7,20,0,0,2991,2992,7,22,0,0,2992, + 2993,7,11,0,0,2993,2994,7,14,0,0,2994,498,1,0,0,0,2995,2996,7,18, + 0,0,2996,2997,7,10,0,0,2997,2998,7,20,0,0,2998,2999,7,7,0,0,2999, + 3000,7,6,0,0,3000,3001,7,17,0,0,3001,3002,7,18,0,0,3002,3003,7,20, + 0,0,3003,3004,7,8,0,0,3004,500,1,0,0,0,3005,3006,7,22,0,0,3006,3007, + 7,11,0,0,3007,3008,7,9,0,0,3008,502,1,0,0,0,3009,3010,7,7,0,0,3010, + 3011,7,6,0,0,3011,3012,7,19,0,0,3012,3013,7,11,0,0,3013,3014,7,7, + 0,0,3014,504,1,0,0,0,3015,3016,7,7,0,0,3016,3017,7,6,0,0,3017,3018, + 7,8,0,0,3018,3019,7,24,0,0,3019,3020,7,23,0,0,3020,3021,7,6,0,0, + 3021,3022,7,24,0,0,3022,3023,7,11,0,0,3023,506,1,0,0,0,3024,3025, + 7,7,0,0,3025,3026,7,6,0,0,3026,3027,7,14,0,0,3027,3028,7,24,0,0, + 3028,3029,7,11,0,0,3029,508,1,0,0,0,3030,3031,7,7,0,0,3031,3032, + 7,6,0,0,3032,3033,7,10,0,0,3033,3034,7,17,0,0,3034,510,1,0,0,0,3035, + 3036,7,7,0,0,3036,3037,7,11,0,0,3037,3038,7,6,0,0,3038,3039,7,22, + 0,0,3039,3040,7,25,0,0,3040,3041,7,14,0,0,3041,3042,7,20,0,0,3042, + 3043,7,20,0,0,3043,3044,7,26,0,0,3044,512,1,0,0,0,3045,3046,7,7, + 0,0,3046,3047,7,11,0,0,3047,3048,7,28,0,0,3048,3049,7,11,0,0,3049, + 3050,7,7,0,0,3050,514,1,0,0,0,3051,3052,7,7,0,0,3052,3053,7,18,0, + 0,3053,3054,7,10,0,0,3054,3055,7,17,0,0,3055,3056,7,11,0,0,3056, + 3057,7,8,0,0,3057,516,1,0,0,0,3058,3059,7,7,0,0,3059,3060,7,20,0, + 0,3060,3061,7,6,0,0,3061,3062,7,13,0,0,3062,518,1,0,0,0,3063,3064, + 7,7,0,0,3064,3065,7,20,0,0,3065,3066,7,15,0,0,3066,3067,7,6,0,0, + 3067,3068,7,7,0,0,3068,520,1,0,0,0,3069,3070,7,7,0,0,3070,3071,7, + 20,0,0,3071,3072,7,15,0,0,3072,3073,7,6,0,0,3073,3074,7,17,0,0,3074, + 3075,7,18,0,0,3075,3076,7,20,0,0,3076,3077,7,8,0,0,3077,522,1,0, + 0,0,3078,3079,7,7,0,0,3079,3080,7,20,0,0,3080,3081,7,15,0,0,3081, + 3082,7,22,0,0,3082,524,1,0,0,0,3083,3084,7,16,0,0,3084,3085,7,6, + 0,0,3085,3086,7,25,0,0,3086,3087,7,25,0,0,3087,3088,7,18,0,0,3088, + 3089,7,8,0,0,3089,3090,7,24,0,0,3090,526,1,0,0,0,3091,3092,7,16, + 0,0,3092,3093,7,6,0,0,3093,3094,7,17,0,0,3094,3095,7,15,0,0,3095, + 3096,7,21,0,0,3096,528,1,0,0,0,3097,3098,7,16,0,0,3098,3099,7,6, + 0,0,3099,3100,7,17,0,0,3100,3101,7,11,0,0,3101,3102,7,14,0,0,3102, + 3103,7,18,0,0,3103,3104,7,6,0,0,3104,3105,7,7,0,0,3105,3106,7,18, + 0,0,3106,3107,7,12,0,0,3107,3108,7,11,0,0,3108,3109,7,13,0,0,3109, + 530,1,0,0,0,3110,3111,7,16,0,0,3111,3112,7,6,0,0,3112,3113,7,27, + 0,0,3113,3114,7,28,0,0,3114,3115,7,6,0,0,3115,3116,7,7,0,0,3116, + 3117,7,23,0,0,3117,3118,7,11,0,0,3118,532,1,0,0,0,3119,3120,7,16, + 0,0,3120,3121,7,18,0,0,3121,3122,7,8,0,0,3122,3123,7,23,0,0,3123, + 3124,7,17,0,0,3124,3125,7,11,0,0,3125,534,1,0,0,0,3126,3127,7,16, + 0,0,3127,3128,7,18,0,0,3128,3129,7,8,0,0,3129,3130,7,28,0,0,3130, + 3131,7,6,0,0,3131,3132,7,7,0,0,3132,3133,7,23,0,0,3133,3134,7,11, + 0,0,3134,536,1,0,0,0,3135,3136,7,16,0,0,3136,3137,7,20,0,0,3137, + 3138,7,13,0,0,3138,3139,7,11,0,0,3139,538,1,0,0,0,3140,3141,7,16, + 0,0,3141,3142,7,20,0,0,3142,3143,7,8,0,0,3143,3144,7,17,0,0,3144, + 3145,7,21,0,0,3145,540,1,0,0,0,3146,3147,7,16,0,0,3147,3148,7,20, + 0,0,3148,3149,7,28,0,0,3149,3150,7,11,0,0,3150,542,1,0,0,0,3151, + 3152,7,8,0,0,3152,3153,7,6,0,0,3153,3154,7,16,0,0,3154,3155,7,11, + 0,0,3155,544,1,0,0,0,3156,3157,7,8,0,0,3157,3158,7,6,0,0,3158,3159, + 7,16,0,0,3159,3160,7,11,0,0,3160,3161,7,10,0,0,3161,546,1,0,0,0, + 3162,3163,7,8,0,0,3163,3164,7,11,0,0,3164,3165,7,27,0,0,3165,3166, + 7,17,0,0,3166,548,1,0,0,0,3167,3168,7,8,0,0,3168,3169,7,20,0,0,3169, + 550,1,0,0,0,3170,3171,7,8,0,0,3171,3172,7,20,0,0,3172,3173,7,17, + 0,0,3173,3174,7,21,0,0,3174,3175,7,18,0,0,3175,3176,7,8,0,0,3176, + 3177,7,24,0,0,3177,552,1,0,0,0,3178,3179,7,8,0,0,3179,3180,7,20, + 0,0,3180,3181,7,17,0,0,3181,3182,7,18,0,0,3182,3183,7,26,0,0,3183, + 3184,7,9,0,0,3184,554,1,0,0,0,3185,3186,7,8,0,0,3186,3187,7,20,0, + 0,3187,3188,7,30,0,0,3188,3189,7,6,0,0,3189,3190,7,18,0,0,3190,3191, + 7,17,0,0,3191,556,1,0,0,0,3192,3193,7,8,0,0,3193,3194,7,23,0,0,3194, + 3195,7,7,0,0,3195,3196,7,7,0,0,3196,3197,7,10,0,0,3197,558,1,0,0, + 0,3198,3199,7,20,0,0,3199,3200,7,19,0,0,3200,3201,7,31,0,0,3201, + 3202,7,11,0,0,3202,3203,7,15,0,0,3203,3204,7,17,0,0,3204,560,1,0, + 0,0,3205,3206,7,20,0,0,3206,3207,7,26,0,0,3207,562,1,0,0,0,3208, + 3209,7,20,0,0,3209,3210,7,26,0,0,3210,3211,7,26,0,0,3211,564,1,0, + 0,0,3212,3213,7,20,0,0,3213,3214,7,18,0,0,3214,3215,7,13,0,0,3215, + 3216,7,10,0,0,3216,566,1,0,0,0,3217,3218,7,20,0,0,3218,3219,7,25, + 0,0,3219,3220,7,11,0,0,3220,3221,7,14,0,0,3221,3222,7,6,0,0,3222, + 3223,7,17,0,0,3223,3224,7,20,0,0,3224,3225,7,14,0,0,3225,568,1,0, + 0,0,3226,3227,7,20,0,0,3227,3228,7,25,0,0,3228,3229,7,17,0,0,3229, + 3230,7,18,0,0,3230,3231,7,20,0,0,3231,3232,7,8,0,0,3232,570,1,0, + 0,0,3233,3234,7,20,0,0,3234,3235,7,25,0,0,3235,3236,7,17,0,0,3236, + 3237,7,18,0,0,3237,3238,7,20,0,0,3238,3239,7,8,0,0,3239,3240,7,10, + 0,0,3240,572,1,0,0,0,3241,3242,7,20,0,0,3242,3243,7,30,0,0,3243, + 3244,7,8,0,0,3244,3245,7,11,0,0,3245,3246,7,13,0,0,3246,574,1,0, + 0,0,3247,3248,7,20,0,0,3248,3249,7,30,0,0,3249,3250,7,8,0,0,3250, + 3251,7,11,0,0,3251,3252,7,14,0,0,3252,576,1,0,0,0,3253,3254,7,25, + 0,0,3254,3255,7,6,0,0,3255,3256,7,14,0,0,3256,3257,7,10,0,0,3257, + 3258,7,11,0,0,3258,3259,7,14,0,0,3259,578,1,0,0,0,3260,3261,7,25, + 0,0,3261,3262,7,6,0,0,3262,3263,7,14,0,0,3263,3264,7,17,0,0,3264, + 3265,7,18,0,0,3265,3266,7,6,0,0,3266,3267,7,7,0,0,3267,580,1,0,0, + 0,3268,3269,7,25,0,0,3269,3270,7,6,0,0,3270,3271,7,14,0,0,3271,3272, + 7,17,0,0,3272,3273,7,18,0,0,3273,3274,7,17,0,0,3274,3275,7,18,0, + 0,3275,3276,7,20,0,0,3276,3277,7,8,0,0,3277,582,1,0,0,0,3278,3279, + 7,25,0,0,3279,3280,7,6,0,0,3280,3281,7,10,0,0,3281,3282,7,10,0,0, + 3282,3283,7,18,0,0,3283,3284,7,8,0,0,3284,3285,7,24,0,0,3285,584, + 1,0,0,0,3286,3287,7,25,0,0,3287,3288,7,6,0,0,3288,3289,7,10,0,0, + 3289,3290,7,10,0,0,3290,3291,7,30,0,0,3291,3292,7,20,0,0,3292,3293, + 7,14,0,0,3293,3294,7,13,0,0,3294,586,1,0,0,0,3295,3296,7,25,0,0, + 3296,3297,7,7,0,0,3297,3298,7,6,0,0,3298,3299,7,8,0,0,3299,3300, + 7,10,0,0,3300,588,1,0,0,0,3301,3302,7,25,0,0,3302,3303,7,14,0,0, + 3303,3304,7,11,0,0,3304,3305,7,15,0,0,3305,3306,7,11,0,0,3306,3307, + 7,13,0,0,3307,3308,7,18,0,0,3308,3309,7,8,0,0,3309,3310,7,24,0,0, + 3310,590,1,0,0,0,3311,3312,7,25,0,0,3312,3313,7,14,0,0,3313,3314, + 7,11,0,0,3314,3315,7,25,0,0,3315,3316,7,6,0,0,3316,3317,7,14,0,0, + 3317,3318,7,11,0,0,3318,592,1,0,0,0,3319,3320,7,25,0,0,3320,3321, + 7,14,0,0,3321,3322,7,11,0,0,3322,3323,7,25,0,0,3323,3324,7,6,0,0, + 3324,3325,7,14,0,0,3325,3326,7,11,0,0,3326,3327,7,13,0,0,3327,594, + 1,0,0,0,3328,3329,7,25,0,0,3329,3330,7,14,0,0,3330,3331,7,11,0,0, + 3331,3332,7,10,0,0,3332,3333,7,11,0,0,3333,3334,7,14,0,0,3334,3335, + 7,28,0,0,3335,3336,7,11,0,0,3336,596,1,0,0,0,3337,3338,7,25,0,0, + 3338,3339,7,14,0,0,3339,3340,7,18,0,0,3340,3341,7,20,0,0,3341,3342, + 7,14,0,0,3342,598,1,0,0,0,3343,3344,7,25,0,0,3344,3345,7,14,0,0, + 3345,3346,7,18,0,0,3346,3347,7,28,0,0,3347,3348,7,18,0,0,3348,3349, + 7,7,0,0,3349,3350,7,11,0,0,3350,3351,7,24,0,0,3351,3352,7,11,0,0, + 3352,3353,7,10,0,0,3353,600,1,0,0,0,3354,3355,7,25,0,0,3355,3356, + 7,14,0,0,3356,3357,7,20,0,0,3357,3358,7,15,0,0,3358,3359,7,11,0, + 0,3359,3360,7,13,0,0,3360,3361,7,23,0,0,3361,3362,7,14,0,0,3362, + 3363,7,6,0,0,3363,3364,7,7,0,0,3364,602,1,0,0,0,3365,3366,7,25,0, + 0,3366,3367,7,14,0,0,3367,3368,7,20,0,0,3368,3369,7,15,0,0,3369, + 3370,7,11,0,0,3370,3371,7,13,0,0,3371,3372,7,23,0,0,3372,3373,7, + 14,0,0,3373,3374,7,11,0,0,3374,604,1,0,0,0,3375,3376,7,25,0,0,3376, + 3377,7,14,0,0,3377,3378,7,20,0,0,3378,3379,7,24,0,0,3379,3380,7, + 14,0,0,3380,3381,7,6,0,0,3381,3382,7,16,0,0,3382,606,1,0,0,0,3383, + 3384,7,29,0,0,3384,3385,7,23,0,0,3385,3386,7,20,0,0,3386,3387,7, + 17,0,0,3387,3388,7,11,0,0,3388,608,1,0,0,0,3389,3390,7,14,0,0,3390, + 3391,7,6,0,0,3391,3392,7,8,0,0,3392,3393,7,24,0,0,3393,3394,7,11, + 0,0,3394,610,1,0,0,0,3395,3396,7,14,0,0,3396,3397,7,11,0,0,3397, + 3398,7,6,0,0,3398,3399,7,13,0,0,3399,612,1,0,0,0,3400,3401,7,14, + 0,0,3401,3402,7,11,0,0,3402,3403,7,6,0,0,3403,3404,7,10,0,0,3404, + 3405,7,10,0,0,3405,3406,7,18,0,0,3406,3407,7,24,0,0,3407,3408,7, + 8,0,0,3408,614,1,0,0,0,3409,3410,7,14,0,0,3410,3411,7,11,0,0,3411, + 3412,7,15,0,0,3412,3413,7,21,0,0,3413,3414,7,11,0,0,3414,3415,7, + 15,0,0,3415,3416,7,22,0,0,3416,616,1,0,0,0,3417,3418,7,14,0,0,3418, + 3419,7,11,0,0,3419,3420,7,15,0,0,3420,3421,7,23,0,0,3421,3422,7, + 14,0,0,3422,3423,7,10,0,0,3423,3424,7,18,0,0,3424,3425,7,28,0,0, + 3425,3426,7,11,0,0,3426,618,1,0,0,0,3427,3428,7,14,0,0,3428,3429, + 7,11,0,0,3429,3430,7,26,0,0,3430,620,1,0,0,0,3431,3432,7,14,0,0, + 3432,3433,7,11,0,0,3433,3434,7,26,0,0,3434,3435,7,14,0,0,3435,3436, + 7,11,0,0,3436,3437,7,10,0,0,3437,3438,7,21,0,0,3438,622,1,0,0,0, + 3439,3440,7,14,0,0,3440,3441,7,11,0,0,3441,3442,7,18,0,0,3442,3443, + 7,8,0,0,3443,3444,7,13,0,0,3444,3445,7,11,0,0,3445,3446,7,27,0,0, + 3446,624,1,0,0,0,3447,3448,7,14,0,0,3448,3449,7,11,0,0,3449,3450, + 7,7,0,0,3450,3451,7,6,0,0,3451,3452,7,17,0,0,3452,3453,7,18,0,0, + 3453,3454,7,28,0,0,3454,3455,7,11,0,0,3455,626,1,0,0,0,3456,3457, + 7,14,0,0,3457,3458,7,11,0,0,3458,3459,7,7,0,0,3459,3460,7,11,0,0, + 3460,3461,7,6,0,0,3461,3462,7,10,0,0,3462,3463,7,11,0,0,3463,628, + 1,0,0,0,3464,3465,7,14,0,0,3465,3466,7,11,0,0,3466,3467,7,8,0,0, + 3467,3468,7,6,0,0,3468,3469,7,16,0,0,3469,3470,7,11,0,0,3470,630, + 1,0,0,0,3471,3472,7,14,0,0,3472,3473,7,11,0,0,3473,3474,7,25,0,0, + 3474,3475,7,11,0,0,3475,3476,7,6,0,0,3476,3477,7,17,0,0,3477,3478, + 7,6,0,0,3478,3479,7,19,0,0,3479,3480,7,7,0,0,3480,3481,7,11,0,0, + 3481,632,1,0,0,0,3482,3483,7,14,0,0,3483,3484,7,11,0,0,3484,3485, + 7,25,0,0,3485,3486,7,7,0,0,3486,3487,7,6,0,0,3487,3488,7,15,0,0, + 3488,3489,7,11,0,0,3489,634,1,0,0,0,3490,3491,7,14,0,0,3491,3492, + 7,11,0,0,3492,3493,7,25,0,0,3493,3494,7,7,0,0,3494,3495,7,18,0,0, + 3495,3496,7,15,0,0,3496,3497,7,6,0,0,3497,636,1,0,0,0,3498,3499, + 7,14,0,0,3499,3500,7,11,0,0,3500,3501,7,10,0,0,3501,3502,7,11,0, + 0,3502,3503,7,17,0,0,3503,638,1,0,0,0,3504,3505,7,14,0,0,3505,3506, + 7,11,0,0,3506,3507,7,10,0,0,3507,3508,7,17,0,0,3508,3509,7,6,0,0, + 3509,3510,7,14,0,0,3510,3511,7,17,0,0,3511,640,1,0,0,0,3512,3513, + 7,14,0,0,3513,3514,7,11,0,0,3514,3515,7,10,0,0,3515,3516,7,17,0, + 0,3516,3517,7,14,0,0,3517,3518,7,18,0,0,3518,3519,7,15,0,0,3519, + 3520,7,17,0,0,3520,642,1,0,0,0,3521,3522,7,14,0,0,3522,3523,7,11, + 0,0,3523,3524,7,17,0,0,3524,3525,7,23,0,0,3525,3526,7,14,0,0,3526, + 3527,7,8,0,0,3527,3528,7,10,0,0,3528,644,1,0,0,0,3529,3530,7,14, + 0,0,3530,3531,7,11,0,0,3531,3532,7,28,0,0,3532,3533,7,20,0,0,3533, + 3534,7,22,0,0,3534,3535,7,11,0,0,3535,646,1,0,0,0,3536,3537,7,14, + 0,0,3537,3538,7,20,0,0,3538,3539,7,7,0,0,3539,3540,7,11,0,0,3540, + 648,1,0,0,0,3541,3542,7,14,0,0,3542,3543,7,20,0,0,3543,3544,7,7, + 0,0,3544,3545,7,7,0,0,3545,3546,7,19,0,0,3546,3547,7,6,0,0,3547, + 3548,7,15,0,0,3548,3549,7,22,0,0,3549,650,1,0,0,0,3550,3551,7,14, + 0,0,3551,3552,7,20,0,0,3552,3553,7,30,0,0,3553,3554,7,10,0,0,3554, + 652,1,0,0,0,3555,3556,7,14,0,0,3556,3557,7,23,0,0,3557,3558,7,7, + 0,0,3558,3559,7,11,0,0,3559,654,1,0,0,0,3560,3561,7,10,0,0,3561, + 3562,7,6,0,0,3562,3563,7,28,0,0,3563,3564,7,11,0,0,3564,3565,7,25, + 0,0,3565,3566,7,20,0,0,3566,3567,7,18,0,0,3567,3568,7,8,0,0,3568, + 3569,7,17,0,0,3569,656,1,0,0,0,3570,3571,7,10,0,0,3571,3572,7,15, + 0,0,3572,3573,7,21,0,0,3573,3574,7,11,0,0,3574,3575,7,16,0,0,3575, + 3576,7,6,0,0,3576,658,1,0,0,0,3577,3578,7,10,0,0,3578,3579,7,15, + 0,0,3579,3580,7,14,0,0,3580,3581,7,20,0,0,3581,3582,7,7,0,0,3582, + 3583,7,7,0,0,3583,660,1,0,0,0,3584,3585,7,10,0,0,3585,3586,7,11, + 0,0,3586,3587,7,6,0,0,3587,3588,7,14,0,0,3588,3589,7,15,0,0,3589, + 3590,7,21,0,0,3590,662,1,0,0,0,3591,3592,7,10,0,0,3592,3593,7,11, + 0,0,3593,3594,7,15,0,0,3594,3595,7,20,0,0,3595,3596,7,8,0,0,3596, + 3597,7,13,0,0,3597,664,1,0,0,0,3598,3599,7,10,0,0,3599,3600,7,11, + 0,0,3600,3601,7,15,0,0,3601,3602,7,23,0,0,3602,3603,7,14,0,0,3603, + 3604,7,18,0,0,3604,3605,7,17,0,0,3605,3606,7,9,0,0,3606,666,1,0, + 0,0,3607,3608,7,10,0,0,3608,3609,7,11,0,0,3609,3610,7,29,0,0,3610, + 3611,7,23,0,0,3611,3612,7,11,0,0,3612,3613,7,8,0,0,3613,3614,7,15, + 0,0,3614,3615,7,11,0,0,3615,668,1,0,0,0,3616,3617,7,10,0,0,3617, + 3618,7,11,0,0,3618,3619,7,29,0,0,3619,3620,7,23,0,0,3620,3621,7, + 11,0,0,3621,3622,7,8,0,0,3622,3623,7,15,0,0,3623,3624,7,11,0,0,3624, + 3625,7,10,0,0,3625,670,1,0,0,0,3626,3627,7,10,0,0,3627,3628,7,11, + 0,0,3628,3629,7,14,0,0,3629,3630,7,18,0,0,3630,3631,7,6,0,0,3631, + 3632,7,7,0,0,3632,3633,7,18,0,0,3633,3634,7,12,0,0,3634,3635,7,6, + 0,0,3635,3636,7,19,0,0,3636,3637,7,7,0,0,3637,3638,7,11,0,0,3638, + 672,1,0,0,0,3639,3640,7,10,0,0,3640,3641,7,11,0,0,3641,3642,7,14, + 0,0,3642,3643,7,28,0,0,3643,3644,7,11,0,0,3644,3645,7,14,0,0,3645, + 674,1,0,0,0,3646,3647,7,10,0,0,3647,3648,7,11,0,0,3648,3649,7,10, + 0,0,3649,3650,7,10,0,0,3650,3651,7,18,0,0,3651,3652,7,20,0,0,3652, + 3653,7,8,0,0,3653,676,1,0,0,0,3654,3655,7,10,0,0,3655,3656,7,11, + 0,0,3656,3657,7,17,0,0,3657,678,1,0,0,0,3658,3659,7,10,0,0,3659, + 3660,7,21,0,0,3660,3661,7,6,0,0,3661,3662,7,14,0,0,3662,3663,7,11, + 0,0,3663,680,1,0,0,0,3664,3665,7,10,0,0,3665,3666,7,21,0,0,3666, + 3667,7,20,0,0,3667,3668,7,30,0,0,3668,682,1,0,0,0,3669,3670,7,10, + 0,0,3670,3671,7,18,0,0,3671,3672,7,16,0,0,3672,3673,7,25,0,0,3673, + 3674,7,7,0,0,3674,3675,7,11,0,0,3675,684,1,0,0,0,3676,3677,7,10, + 0,0,3677,3678,7,8,0,0,3678,3679,7,6,0,0,3679,3680,7,25,0,0,3680, + 3681,7,10,0,0,3681,3682,7,21,0,0,3682,3683,7,20,0,0,3683,3684,7, + 17,0,0,3684,686,1,0,0,0,3685,3686,7,10,0,0,3686,3687,7,17,0,0,3687, + 3688,7,6,0,0,3688,3689,7,19,0,0,3689,3690,7,7,0,0,3690,3691,7,11, + 0,0,3691,688,1,0,0,0,3692,3693,7,10,0,0,3693,3694,7,17,0,0,3694, + 3695,7,6,0,0,3695,3696,7,8,0,0,3696,3697,7,13,0,0,3697,3698,7,6, + 0,0,3698,3699,7,7,0,0,3699,3700,7,20,0,0,3700,3701,7,8,0,0,3701, + 3702,7,11,0,0,3702,690,1,0,0,0,3703,3704,7,10,0,0,3704,3705,7,17, + 0,0,3705,3706,7,6,0,0,3706,3707,7,14,0,0,3707,3708,7,17,0,0,3708, + 692,1,0,0,0,3709,3710,7,10,0,0,3710,3711,7,17,0,0,3711,3712,7,6, + 0,0,3712,3713,7,17,0,0,3713,3714,7,11,0,0,3714,3715,7,16,0,0,3715, + 3716,7,11,0,0,3716,3717,7,8,0,0,3717,3718,7,17,0,0,3718,694,1,0, + 0,0,3719,3720,7,10,0,0,3720,3721,7,17,0,0,3721,3722,7,6,0,0,3722, + 3723,7,17,0,0,3723,3724,7,18,0,0,3724,3725,7,10,0,0,3725,3726,7, + 17,0,0,3726,3727,7,18,0,0,3727,3728,7,15,0,0,3728,3729,7,10,0,0, + 3729,696,1,0,0,0,3730,3731,7,10,0,0,3731,3732,7,17,0,0,3732,3733, + 7,13,0,0,3733,3734,7,18,0,0,3734,3735,7,8,0,0,3735,698,1,0,0,0,3736, + 3737,7,10,0,0,3737,3738,7,17,0,0,3738,3739,7,13,0,0,3739,3740,7, + 20,0,0,3740,3741,7,23,0,0,3741,3742,7,17,0,0,3742,700,1,0,0,0,3743, + 3744,7,10,0,0,3744,3745,7,17,0,0,3745,3746,7,20,0,0,3746,3747,7, + 14,0,0,3747,3748,7,6,0,0,3748,3749,7,24,0,0,3749,3750,7,11,0,0,3750, + 702,1,0,0,0,3751,3752,7,10,0,0,3752,3753,7,17,0,0,3753,3754,7,14, + 0,0,3754,3755,7,18,0,0,3755,3756,7,15,0,0,3756,3757,7,17,0,0,3757, + 704,1,0,0,0,3758,3759,7,10,0,0,3759,3760,7,17,0,0,3760,3761,7,14, + 0,0,3761,3762,7,18,0,0,3762,3763,7,25,0,0,3763,706,1,0,0,0,3764, + 3765,7,10,0,0,3765,3766,7,9,0,0,3766,3767,7,10,0,0,3767,3768,7,18, + 0,0,3768,3769,7,13,0,0,3769,708,1,0,0,0,3770,3771,7,10,0,0,3771, + 3772,7,9,0,0,3772,3773,7,10,0,0,3773,3774,7,17,0,0,3774,3775,7,11, + 0,0,3775,3776,7,16,0,0,3776,710,1,0,0,0,3777,3778,7,17,0,0,3778, + 3779,7,6,0,0,3779,3780,7,19,0,0,3780,3781,7,7,0,0,3781,3782,7,11, + 0,0,3782,3783,7,10,0,0,3783,712,1,0,0,0,3784,3785,7,17,0,0,3785, + 3786,7,6,0,0,3786,3787,7,19,0,0,3787,3788,7,7,0,0,3788,3789,7,11, + 0,0,3789,3790,7,10,0,0,3790,3791,7,25,0,0,3791,3792,7,6,0,0,3792, + 3793,7,15,0,0,3793,3794,7,11,0,0,3794,714,1,0,0,0,3795,3796,7,17, + 0,0,3796,3797,7,11,0,0,3797,3798,7,16,0,0,3798,3799,7,25,0,0,3799, + 716,1,0,0,0,3800,3801,7,17,0,0,3801,3802,7,11,0,0,3802,3803,7,16, + 0,0,3803,3804,7,25,0,0,3804,3805,7,7,0,0,3805,3806,7,6,0,0,3806, + 3807,7,17,0,0,3807,3808,7,11,0,0,3808,718,1,0,0,0,3809,3810,7,17, + 0,0,3810,3811,7,11,0,0,3811,3812,7,16,0,0,3812,3813,7,25,0,0,3813, + 3814,7,20,0,0,3814,3815,7,14,0,0,3815,3816,7,6,0,0,3816,3817,7,14, + 0,0,3817,3818,7,9,0,0,3818,720,1,0,0,0,3819,3820,7,17,0,0,3820,3821, + 7,11,0,0,3821,3822,7,27,0,0,3822,3823,7,17,0,0,3823,722,1,0,0,0, + 3824,3825,7,17,0,0,3825,3826,7,14,0,0,3826,3827,7,6,0,0,3827,3828, + 7,8,0,0,3828,3829,7,10,0,0,3829,3830,7,6,0,0,3830,3831,7,15,0,0, + 3831,3832,7,17,0,0,3832,3833,7,18,0,0,3833,3834,7,20,0,0,3834,3835, + 7,8,0,0,3835,724,1,0,0,0,3836,3837,7,17,0,0,3837,3838,7,14,0,0,3838, + 3839,7,18,0,0,3839,3840,7,24,0,0,3840,3841,7,24,0,0,3841,3842,7, + 11,0,0,3842,3843,7,14,0,0,3843,726,1,0,0,0,3844,3845,7,17,0,0,3845, + 3846,7,14,0,0,3846,3847,7,23,0,0,3847,3848,7,8,0,0,3848,3849,7,15, + 0,0,3849,3850,7,6,0,0,3850,3851,7,17,0,0,3851,3852,7,11,0,0,3852, + 728,1,0,0,0,3853,3854,7,17,0,0,3854,3855,7,14,0,0,3855,3856,7,23, + 0,0,3856,3857,7,10,0,0,3857,3858,7,17,0,0,3858,3859,7,11,0,0,3859, + 3860,7,13,0,0,3860,730,1,0,0,0,3861,3862,7,17,0,0,3862,3863,7,9, + 0,0,3863,3864,7,25,0,0,3864,3865,7,11,0,0,3865,732,1,0,0,0,3866, + 3867,7,17,0,0,3867,3868,7,9,0,0,3868,3869,7,25,0,0,3869,3870,7,11, + 0,0,3870,3871,7,10,0,0,3871,734,1,0,0,0,3872,3873,7,23,0,0,3873, + 3874,7,8,0,0,3874,3875,7,19,0,0,3875,3876,7,20,0,0,3876,3877,7,23, + 0,0,3877,3878,7,8,0,0,3878,3879,7,13,0,0,3879,3880,7,11,0,0,3880, + 3881,7,13,0,0,3881,736,1,0,0,0,3882,3883,7,23,0,0,3883,3884,7,8, + 0,0,3884,3885,7,15,0,0,3885,3886,7,20,0,0,3886,3887,7,16,0,0,3887, + 3888,7,16,0,0,3888,3889,7,18,0,0,3889,3890,7,17,0,0,3890,3891,7, + 17,0,0,3891,3892,7,11,0,0,3892,3893,7,13,0,0,3893,738,1,0,0,0,3894, + 3895,7,23,0,0,3895,3896,7,8,0,0,3896,3897,7,11,0,0,3897,3898,7,8, + 0,0,3898,3899,7,15,0,0,3899,3900,7,14,0,0,3900,3901,7,9,0,0,3901, + 3902,7,25,0,0,3902,3903,7,17,0,0,3903,3904,7,11,0,0,3904,3905,7, + 13,0,0,3905,740,1,0,0,0,3906,3907,7,23,0,0,3907,3908,7,8,0,0,3908, + 3909,7,22,0,0,3909,3910,7,8,0,0,3910,3911,7,20,0,0,3911,3912,7,30, + 0,0,3912,3913,7,8,0,0,3913,742,1,0,0,0,3914,3915,7,23,0,0,3915,3916, + 7,8,0,0,3916,3917,7,7,0,0,3917,3918,7,18,0,0,3918,3919,7,10,0,0, + 3919,3920,7,17,0,0,3920,3921,7,11,0,0,3921,3922,7,8,0,0,3922,744, + 1,0,0,0,3923,3924,7,23,0,0,3924,3925,7,8,0,0,3925,3926,7,7,0,0,3926, + 3927,7,20,0,0,3927,3928,7,24,0,0,3928,3929,7,24,0,0,3929,3930,7, + 11,0,0,3930,3931,7,13,0,0,3931,746,1,0,0,0,3932,3933,7,23,0,0,3933, + 3934,7,8,0,0,3934,3935,7,17,0,0,3935,3936,7,18,0,0,3936,3937,7,7, + 0,0,3937,748,1,0,0,0,3938,3939,7,23,0,0,3939,3940,7,25,0,0,3940, + 3941,7,13,0,0,3941,3942,7,6,0,0,3942,3943,7,17,0,0,3943,3944,7,11, + 0,0,3944,750,1,0,0,0,3945,3946,7,28,0,0,3946,3947,7,6,0,0,3947,3948, + 7,15,0,0,3948,3949,7,23,0,0,3949,3950,7,23,0,0,3950,3951,7,16,0, + 0,3951,752,1,0,0,0,3952,3953,7,28,0,0,3953,3954,7,6,0,0,3954,3955, + 7,7,0,0,3955,3956,7,18,0,0,3956,3957,7,13,0,0,3957,754,1,0,0,0,3958, + 3959,7,28,0,0,3959,3960,7,6,0,0,3960,3961,7,7,0,0,3961,3962,7,18, + 0,0,3962,3963,7,13,0,0,3963,3964,7,6,0,0,3964,3965,7,17,0,0,3965, + 3966,7,11,0,0,3966,756,1,0,0,0,3967,3968,7,28,0,0,3968,3969,7,6, + 0,0,3969,3970,7,7,0,0,3970,3971,7,18,0,0,3971,3972,7,13,0,0,3972, + 3973,7,6,0,0,3973,3974,7,17,0,0,3974,3975,7,20,0,0,3975,3976,7,14, + 0,0,3976,758,1,0,0,0,3977,3978,7,28,0,0,3978,3979,7,6,0,0,3979,3980, + 7,14,0,0,3980,3981,7,9,0,0,3981,3982,7,18,0,0,3982,3983,7,8,0,0, + 3983,3984,7,24,0,0,3984,760,1,0,0,0,3985,3986,7,28,0,0,3986,3987, + 7,11,0,0,3987,3988,7,14,0,0,3988,3989,7,10,0,0,3989,3990,7,18,0, + 0,3990,3991,7,20,0,0,3991,3992,7,8,0,0,3992,762,1,0,0,0,3993,3994, + 7,28,0,0,3994,3995,7,18,0,0,3995,3996,7,11,0,0,3996,3997,7,30,0, + 0,3997,764,1,0,0,0,3998,3999,7,28,0,0,3999,4000,7,20,0,0,4000,4001, + 7,7,0,0,4001,4002,7,6,0,0,4002,4003,7,17,0,0,4003,4004,7,18,0,0, + 4004,4005,7,7,0,0,4005,4006,7,11,0,0,4006,766,1,0,0,0,4007,4008, + 7,30,0,0,4008,4009,7,21,0,0,4009,4010,7,18,0,0,4010,4011,7,17,0, + 0,4011,4012,7,11,0,0,4012,4013,7,10,0,0,4013,4014,7,25,0,0,4014, + 4015,7,6,0,0,4015,4016,7,15,0,0,4016,4017,7,11,0,0,4017,768,1,0, + 0,0,4018,4019,7,30,0,0,4019,4020,7,18,0,0,4020,4021,7,17,0,0,4021, + 4022,7,21,0,0,4022,4023,7,20,0,0,4023,4024,7,23,0,0,4024,4025,7, + 17,0,0,4025,770,1,0,0,0,4026,4027,7,30,0,0,4027,4028,7,20,0,0,4028, + 4029,7,14,0,0,4029,4030,7,22,0,0,4030,772,1,0,0,0,4031,4032,7,30, + 0,0,4032,4033,7,14,0,0,4033,4034,7,6,0,0,4034,4035,7,25,0,0,4035, + 4036,7,25,0,0,4036,4037,7,11,0,0,4037,4038,7,14,0,0,4038,774,1,0, + 0,0,4039,4040,7,30,0,0,4040,4041,7,14,0,0,4041,4042,7,18,0,0,4042, + 4043,7,17,0,0,4043,4044,7,11,0,0,4044,776,1,0,0,0,4045,4046,7,27, + 0,0,4046,4047,7,16,0,0,4047,4048,7,7,0,0,4048,778,1,0,0,0,4049,4050, + 7,9,0,0,4050,4051,7,11,0,0,4051,4052,7,6,0,0,4052,4053,7,14,0,0, + 4053,780,1,0,0,0,4054,4055,7,9,0,0,4055,4056,7,11,0,0,4056,4057, + 7,10,0,0,4057,782,1,0,0,0,4058,4059,7,12,0,0,4059,4060,7,20,0,0, + 4060,4061,7,8,0,0,4061,4062,7,11,0,0,4062,784,1,0,0,0,4063,4064, + 7,19,0,0,4064,4065,7,11,0,0,4065,4066,7,17,0,0,4066,4067,7,30,0, + 0,4067,4068,7,11,0,0,4068,4069,7,11,0,0,4069,4070,7,8,0,0,4070,786, + 1,0,0,0,4071,4072,7,19,0,0,4072,4073,7,18,0,0,4073,4074,7,24,0,0, + 4074,4075,7,18,0,0,4075,4076,7,8,0,0,4076,4077,7,17,0,0,4077,788, + 1,0,0,0,4078,4079,7,19,0,0,4079,4080,7,18,0,0,4080,4081,7,17,0,0, + 4081,790,1,0,0,0,4082,4083,7,19,0,0,4083,4084,7,20,0,0,4084,4085, + 7,20,0,0,4085,4086,7,7,0,0,4086,4087,7,11,0,0,4087,4088,7,6,0,0, + 4088,4089,7,8,0,0,4089,792,1,0,0,0,4090,4091,7,15,0,0,4091,4092, + 7,21,0,0,4092,4093,7,6,0,0,4093,4094,7,14,0,0,4094,794,1,0,0,0,4095, + 4096,7,15,0,0,4096,4097,7,21,0,0,4097,4098,7,6,0,0,4098,4099,7,14, + 0,0,4099,4100,7,6,0,0,4100,4101,7,15,0,0,4101,4102,7,17,0,0,4102, + 4103,7,11,0,0,4103,4104,7,14,0,0,4104,796,1,0,0,0,4105,4106,7,15, + 0,0,4106,4107,7,20,0,0,4107,4108,7,6,0,0,4108,4109,7,7,0,0,4109, + 4110,7,11,0,0,4110,4111,7,10,0,0,4111,4112,7,15,0,0,4112,4113,7, + 11,0,0,4113,798,1,0,0,0,4114,4115,7,13,0,0,4115,4116,7,11,0,0,4116, + 4117,7,15,0,0,4117,800,1,0,0,0,4118,4119,7,13,0,0,4119,4120,7,11, + 0,0,4120,4121,7,15,0,0,4121,4122,7,18,0,0,4122,4123,7,16,0,0,4123, + 4124,7,6,0,0,4124,4125,7,7,0,0,4125,802,1,0,0,0,4126,4127,7,11,0, + 0,4127,4128,7,27,0,0,4128,4129,7,18,0,0,4129,4130,7,10,0,0,4130, + 4131,7,17,0,0,4131,4132,7,10,0,0,4132,804,1,0,0,0,4133,4134,7,11, + 0,0,4134,4135,7,27,0,0,4135,4136,7,17,0,0,4136,4137,7,14,0,0,4137, + 4138,7,6,0,0,4138,4139,7,15,0,0,4139,4140,7,17,0,0,4140,806,1,0, + 0,0,4141,4142,7,26,0,0,4142,4143,7,7,0,0,4143,4144,7,20,0,0,4144, + 4145,7,6,0,0,4145,4146,7,17,0,0,4146,808,1,0,0,0,4147,4148,7,24, + 0,0,4148,4149,7,14,0,0,4149,4150,7,11,0,0,4150,4151,7,6,0,0,4151, + 4152,7,17,0,0,4152,4153,7,11,0,0,4153,4154,7,10,0,0,4154,4155,7, + 17,0,0,4155,810,1,0,0,0,4156,4157,7,18,0,0,4157,4158,7,8,0,0,4158, + 4159,7,20,0,0,4159,4160,7,23,0,0,4160,4161,7,17,0,0,4161,812,1,0, + 0,0,4162,4163,7,18,0,0,4163,4164,7,8,0,0,4164,4165,7,17,0,0,4165, + 814,1,0,0,0,4166,4167,7,18,0,0,4167,4168,7,8,0,0,4168,4169,7,17, + 0,0,4169,4170,7,11,0,0,4170,4171,7,24,0,0,4171,4172,7,11,0,0,4172, + 4173,7,14,0,0,4173,816,1,0,0,0,4174,4175,7,18,0,0,4175,4176,7,8, + 0,0,4176,4177,7,17,0,0,4177,4178,7,11,0,0,4178,4179,7,14,0,0,4179, + 4180,7,28,0,0,4180,4181,7,6,0,0,4181,4182,7,7,0,0,4182,818,1,0,0, + 0,4183,4184,7,7,0,0,4184,4185,7,11,0,0,4185,4186,7,6,0,0,4186,4187, + 7,10,0,0,4187,4188,7,17,0,0,4188,820,1,0,0,0,4189,4190,7,8,0,0,4190, + 4191,7,6,0,0,4191,4192,7,17,0,0,4192,4193,7,18,0,0,4193,4194,7,20, + 0,0,4194,4195,7,8,0,0,4195,4196,7,6,0,0,4196,4197,7,7,0,0,4197,822, + 1,0,0,0,4198,4199,7,8,0,0,4199,4200,7,15,0,0,4200,4201,7,21,0,0, + 4201,4202,7,6,0,0,4202,4203,7,14,0,0,4203,824,1,0,0,0,4204,4205, + 7,8,0,0,4205,4206,7,20,0,0,4206,4207,7,8,0,0,4207,4208,7,11,0,0, + 4208,826,1,0,0,0,4209,4210,7,8,0,0,4210,4211,7,23,0,0,4211,4212, + 7,7,0,0,4212,4213,7,7,0,0,4213,4214,7,18,0,0,4214,4215,7,26,0,0, + 4215,828,1,0,0,0,4216,4217,7,8,0,0,4217,4218,7,23,0,0,4218,4219, + 7,16,0,0,4219,4220,7,11,0,0,4220,4221,7,14,0,0,4221,4222,7,18,0, + 0,4222,4223,7,15,0,0,4223,830,1,0,0,0,4224,4225,7,20,0,0,4225,4226, + 7,28,0,0,4226,4227,7,11,0,0,4227,4228,7,14,0,0,4228,4229,7,7,0,0, + 4229,4230,7,6,0,0,4230,4231,7,9,0,0,4231,832,1,0,0,0,4232,4233,7, + 25,0,0,4233,4234,7,20,0,0,4234,4235,7,10,0,0,4235,4236,7,18,0,0, + 4236,4237,7,17,0,0,4237,4238,7,18,0,0,4238,4239,7,20,0,0,4239,4240, + 7,8,0,0,4240,834,1,0,0,0,4241,4242,7,25,0,0,4242,4243,7,14,0,0,4243, + 4244,7,11,0,0,4244,4245,7,15,0,0,4245,4246,7,18,0,0,4246,4247,7, + 10,0,0,4247,4248,7,18,0,0,4248,4249,7,20,0,0,4249,4250,7,8,0,0,4250, + 836,1,0,0,0,4251,4252,7,14,0,0,4252,4253,7,11,0,0,4253,4254,7,6, + 0,0,4254,4255,7,7,0,0,4255,838,1,0,0,0,4256,4257,7,14,0,0,4257,4258, + 7,20,0,0,4258,4259,7,30,0,0,4259,840,1,0,0,0,4260,4261,7,10,0,0, + 4261,4262,7,11,0,0,4262,4263,7,17,0,0,4263,4264,7,20,0,0,4264,4265, + 7,26,0,0,4265,842,1,0,0,0,4266,4267,7,10,0,0,4267,4268,7,16,0,0, + 4268,4269,7,6,0,0,4269,4270,7,7,0,0,4270,4271,7,7,0,0,4271,4272, + 7,18,0,0,4272,4273,7,8,0,0,4273,4274,7,17,0,0,4274,844,1,0,0,0,4275, + 4276,7,10,0,0,4276,4277,7,23,0,0,4277,4278,7,19,0,0,4278,4279,7, + 10,0,0,4279,4280,7,17,0,0,4280,4281,7,14,0,0,4281,4282,7,18,0,0, + 4282,4283,7,8,0,0,4283,4284,7,24,0,0,4284,846,1,0,0,0,4285,4286, + 7,17,0,0,4286,4287,7,18,0,0,4287,4288,7,16,0,0,4288,4289,7,11,0, + 0,4289,848,1,0,0,0,4290,4291,7,17,0,0,4291,4292,7,18,0,0,4292,4293, + 7,16,0,0,4293,4294,7,11,0,0,4294,4295,7,10,0,0,4295,4296,7,17,0, + 0,4296,4297,7,6,0,0,4297,4298,7,16,0,0,4298,4299,7,25,0,0,4299,850, + 1,0,0,0,4300,4301,7,17,0,0,4301,4302,7,14,0,0,4302,4303,7,11,0,0, + 4303,4304,7,6,0,0,4304,4305,7,17,0,0,4305,852,1,0,0,0,4306,4307, + 7,17,0,0,4307,4308,7,14,0,0,4308,4309,7,18,0,0,4309,4310,7,16,0, + 0,4310,854,1,0,0,0,4311,4312,7,28,0,0,4312,4313,7,6,0,0,4313,4314, + 7,7,0,0,4314,4315,7,23,0,0,4315,4316,7,11,0,0,4316,4317,7,10,0,0, + 4317,856,1,0,0,0,4318,4319,7,28,0,0,4319,4320,7,6,0,0,4320,4321, + 7,14,0,0,4321,4322,7,15,0,0,4322,4323,7,21,0,0,4323,4324,7,6,0,0, + 4324,4325,7,14,0,0,4325,858,1,0,0,0,4326,4327,7,27,0,0,4327,4328, + 7,16,0,0,4328,4329,7,7,0,0,4329,4330,7,6,0,0,4330,4331,7,17,0,0, + 4331,4332,7,17,0,0,4332,4333,7,14,0,0,4333,4334,7,18,0,0,4334,4335, + 7,19,0,0,4335,4336,7,23,0,0,4336,4337,7,17,0,0,4337,4338,7,11,0, + 0,4338,4339,7,10,0,0,4339,860,1,0,0,0,4340,4341,7,27,0,0,4341,4342, + 7,16,0,0,4342,4343,7,7,0,0,4343,4344,7,15,0,0,4344,4345,7,20,0,0, + 4345,4346,7,8,0,0,4346,4347,7,15,0,0,4347,4348,7,6,0,0,4348,4349, + 7,17,0,0,4349,862,1,0,0,0,4350,4351,7,27,0,0,4351,4352,7,16,0,0, + 4352,4353,7,7,0,0,4353,4354,7,11,0,0,4354,4355,7,7,0,0,4355,4356, + 7,11,0,0,4356,4357,7,16,0,0,4357,4358,7,11,0,0,4358,4359,7,8,0,0, + 4359,4360,7,17,0,0,4360,864,1,0,0,0,4361,4362,7,27,0,0,4362,4363, + 7,16,0,0,4363,4364,7,7,0,0,4364,4365,7,11,0,0,4365,4366,7,27,0,0, + 4366,4367,7,18,0,0,4367,4368,7,10,0,0,4368,4369,7,17,0,0,4369,4370, + 7,10,0,0,4370,866,1,0,0,0,4371,4372,7,27,0,0,4372,4373,7,16,0,0, + 4373,4374,7,7,0,0,4374,4375,7,26,0,0,4375,4376,7,20,0,0,4376,4377, + 7,14,0,0,4377,4378,7,11,0,0,4378,4379,7,10,0,0,4379,4380,7,17,0, + 0,4380,868,1,0,0,0,4381,4382,7,27,0,0,4382,4383,7,16,0,0,4383,4384, + 7,7,0,0,4384,4385,7,25,0,0,4385,4386,7,6,0,0,4386,4387,7,14,0,0, + 4387,4388,7,10,0,0,4388,4389,7,11,0,0,4389,870,1,0,0,0,4390,4391, + 7,27,0,0,4391,4392,7,16,0,0,4392,4393,7,7,0,0,4393,4394,7,25,0,0, + 4394,4395,7,18,0,0,4395,872,1,0,0,0,4396,4397,7,27,0,0,4397,4398, + 7,16,0,0,4398,4399,7,7,0,0,4399,4400,7,14,0,0,4400,4401,7,20,0,0, + 4401,4402,7,20,0,0,4402,4403,7,17,0,0,4403,874,1,0,0,0,4404,4405, + 7,27,0,0,4405,4406,7,16,0,0,4406,4407,7,7,0,0,4407,4408,7,10,0,0, + 4408,4409,7,11,0,0,4409,4410,7,14,0,0,4410,4411,7,18,0,0,4411,4412, + 7,6,0,0,4412,4413,7,7,0,0,4413,4414,7,18,0,0,4414,4415,7,12,0,0, + 4415,4416,7,11,0,0,4416,876,1,0,0,0,4417,4418,7,15,0,0,4418,4419, + 7,6,0,0,4419,4420,7,7,0,0,4420,4421,7,7,0,0,4421,878,1,0,0,0,4422, + 4423,7,15,0,0,4423,4424,7,23,0,0,4424,4425,7,14,0,0,4425,4426,7, + 14,0,0,4426,4427,7,11,0,0,4427,4428,7,8,0,0,4428,4429,7,17,0,0,4429, + 880,1,0,0,0,4430,4431,7,6,0,0,4431,4432,7,17,0,0,4432,4433,7,17, + 0,0,4433,4434,7,6,0,0,4434,4435,7,15,0,0,4435,4436,7,21,0,0,4436, + 882,1,0,0,0,4437,4438,7,13,0,0,4438,4439,7,11,0,0,4439,4440,7,17, + 0,0,4440,4441,7,6,0,0,4441,4442,7,15,0,0,4442,4443,7,21,0,0,4443, + 884,1,0,0,0,4444,4445,7,11,0,0,4445,4446,7,27,0,0,4446,4447,7,25, + 0,0,4447,4448,7,14,0,0,4448,4449,7,11,0,0,4449,4450,7,10,0,0,4450, + 4451,7,10,0,0,4451,4452,7,18,0,0,4452,4453,7,20,0,0,4453,4454,7, + 8,0,0,4454,886,1,0,0,0,4455,4456,7,24,0,0,4456,4457,7,11,0,0,4457, + 4458,7,8,0,0,4458,4459,7,11,0,0,4459,4460,7,14,0,0,4460,4461,7,6, + 0,0,4461,4462,7,17,0,0,4462,4463,7,11,0,0,4463,4464,7,13,0,0,4464, + 888,1,0,0,0,4465,4466,7,7,0,0,4466,4467,7,20,0,0,4467,4468,7,24, + 0,0,4468,4469,7,24,0,0,4469,4470,7,11,0,0,4470,4471,7,13,0,0,4471, + 890,1,0,0,0,4472,4473,7,10,0,0,4473,4474,7,17,0,0,4474,4475,7,20, + 0,0,4475,4476,7,14,0,0,4476,4477,7,11,0,0,4477,4478,7,13,0,0,4478, + 892,1,0,0,0,4479,4480,7,18,0,0,4480,4481,7,8,0,0,4481,4482,7,15, + 0,0,4482,4483,7,7,0,0,4483,4484,7,23,0,0,4484,4485,7,13,0,0,4485, + 4486,7,11,0,0,4486,894,1,0,0,0,4487,4488,7,14,0,0,4488,4489,7,20, + 0,0,4489,4490,7,23,0,0,4490,4491,7,17,0,0,4491,4492,7,18,0,0,4492, + 4493,7,8,0,0,4493,4494,7,11,0,0,4494,896,1,0,0,0,4495,4496,7,17, + 0,0,4496,4497,7,14,0,0,4497,4498,7,6,0,0,4498,4499,7,8,0,0,4499, + 4500,7,10,0,0,4500,4501,7,26,0,0,4501,4502,7,20,0,0,4502,4503,7, + 14,0,0,4503,4504,7,16,0,0,4504,898,1,0,0,0,4505,4506,7,18,0,0,4506, + 4507,7,16,0,0,4507,4508,7,25,0,0,4508,4509,7,20,0,0,4509,4510,7, + 14,0,0,4510,4511,7,17,0,0,4511,900,1,0,0,0,4512,4513,7,25,0,0,4513, + 4514,7,20,0,0,4514,4515,7,7,0,0,4515,4516,7,18,0,0,4516,4517,7,15, + 0,0,4517,4518,7,9,0,0,4518,902,1,0,0,0,4519,4520,7,16,0,0,4520,4521, + 7,11,0,0,4521,4522,7,17,0,0,4522,4523,7,21,0,0,4523,4524,7,20,0, + 0,4524,4525,7,13,0,0,4525,904,1,0,0,0,4526,4527,7,14,0,0,4527,4528, + 7,11,0,0,4528,4529,7,26,0,0,4529,4530,7,11,0,0,4530,4531,7,14,0, + 0,4531,4532,7,11,0,0,4532,4533,7,8,0,0,4533,4534,7,15,0,0,4534,4535, + 7,18,0,0,4535,4536,7,8,0,0,4536,4537,7,24,0,0,4537,906,1,0,0,0,4538, + 4539,7,8,0,0,4539,4540,7,11,0,0,4540,4541,7,30,0,0,4541,908,1,0, + 0,0,4542,4543,7,20,0,0,4543,4544,7,7,0,0,4544,4545,7,13,0,0,4545, + 910,1,0,0,0,4546,4547,7,28,0,0,4547,4548,7,6,0,0,4548,4549,7,7,0, + 0,4549,4550,7,23,0,0,4550,4551,7,11,0,0,4551,912,1,0,0,0,4552,4553, + 7,10,0,0,4553,4554,7,23,0,0,4554,4555,7,19,0,0,4555,4556,7,10,0, + 0,4556,4557,7,15,0,0,4557,4558,7,14,0,0,4558,4559,7,18,0,0,4559, + 4560,7,25,0,0,4560,4561,7,17,0,0,4561,4562,7,18,0,0,4562,4563,7, + 20,0,0,4563,4564,7,8,0,0,4564,914,1,0,0,0,4565,4566,7,25,0,0,4566, + 4567,7,23,0,0,4567,4568,7,19,0,0,4568,4569,7,7,0,0,4569,4570,7,18, + 0,0,4570,4571,7,15,0,0,4571,4572,7,6,0,0,4572,4573,7,17,0,0,4573, + 4574,7,18,0,0,4574,4575,7,20,0,0,4575,4576,7,8,0,0,4576,916,1,0, + 0,0,4577,4578,7,20,0,0,4578,4579,7,23,0,0,4579,4580,7,17,0,0,4580, + 918,1,0,0,0,4581,4582,7,11,0,0,4582,4583,7,8,0,0,4583,4584,7,13, + 0,0,4584,920,1,0,0,0,4585,4586,7,14,0,0,4586,4587,7,20,0,0,4587, + 4588,7,23,0,0,4588,4589,7,17,0,0,4589,4590,7,18,0,0,4590,4591,7, + 8,0,0,4591,4592,7,11,0,0,4592,4593,7,10,0,0,4593,922,1,0,0,0,4594, + 4595,7,10,0,0,4595,4596,7,15,0,0,4596,4597,7,21,0,0,4597,4598,7, + 11,0,0,4598,4599,7,16,0,0,4599,4600,7,6,0,0,4600,4601,7,10,0,0,4601, + 924,1,0,0,0,4602,4603,7,25,0,0,4603,4604,7,14,0,0,4604,4605,7,20, + 0,0,4605,4606,7,15,0,0,4606,4607,7,11,0,0,4607,4608,7,13,0,0,4608, + 4609,7,23,0,0,4609,4610,7,14,0,0,4610,4611,7,11,0,0,4611,4612,7, + 10,0,0,4612,926,1,0,0,0,4613,4614,7,18,0,0,4614,4615,7,8,0,0,4615, + 4616,7,25,0,0,4616,4617,7,23,0,0,4617,4618,7,17,0,0,4618,928,1,0, + 0,0,4619,4620,7,10,0,0,4620,4621,7,23,0,0,4621,4622,7,25,0,0,4622, + 4623,7,25,0,0,4623,4624,7,20,0,0,4624,4625,7,14,0,0,4625,4626,7, + 17,0,0,4626,930,1,0,0,0,4627,4628,7,25,0,0,4628,4629,7,6,0,0,4629, + 4630,7,14,0,0,4630,4631,7,6,0,0,4631,4632,7,7,0,0,4632,4633,7,7, + 0,0,4633,4634,7,11,0,0,4634,4635,7,7,0,0,4635,932,1,0,0,0,4636,4637, + 7,10,0,0,4637,4638,7,29,0,0,4638,4639,7,7,0,0,4639,934,1,0,0,0,4640, + 4641,7,13,0,0,4641,4642,7,11,0,0,4642,4643,7,25,0,0,4643,4644,7, + 11,0,0,4644,4645,7,8,0,0,4645,4646,7,13,0,0,4646,4647,7,10,0,0,4647, + 936,1,0,0,0,4648,4649,7,20,0,0,4649,4650,7,28,0,0,4650,4651,7,11, + 0,0,4651,4652,7,14,0,0,4652,4653,7,14,0,0,4653,4654,7,18,0,0,4654, + 4655,7,13,0,0,4655,4656,7,18,0,0,4656,4657,7,8,0,0,4657,4658,7,24, + 0,0,4658,938,1,0,0,0,4659,4660,7,15,0,0,4660,4661,7,20,0,0,4661, + 4662,7,8,0,0,4662,4663,7,26,0,0,4663,4664,7,7,0,0,4664,4665,7,18, + 0,0,4665,4666,7,15,0,0,4666,4667,7,17,0,0,4667,940,1,0,0,0,4668, + 4669,7,10,0,0,4669,4670,7,22,0,0,4670,4671,7,18,0,0,4671,4672,7, + 25,0,0,4672,942,1,0,0,0,4673,4674,7,7,0,0,4674,4675,7,20,0,0,4675, + 4676,7,15,0,0,4676,4677,7,22,0,0,4677,4678,7,11,0,0,4678,4679,7, + 13,0,0,4679,944,1,0,0,0,4680,4681,7,17,0,0,4681,4682,7,18,0,0,4682, + 4683,7,11,0,0,4683,4684,7,10,0,0,4684,946,1,0,0,0,4685,4686,7,14, + 0,0,4686,4687,7,20,0,0,4687,4688,7,7,0,0,4688,4689,7,7,0,0,4689, + 4690,7,23,0,0,4690,4691,7,25,0,0,4691,948,1,0,0,0,4692,4693,7,15, + 0,0,4693,4694,7,23,0,0,4694,4695,7,19,0,0,4695,4696,7,11,0,0,4696, + 950,1,0,0,0,4697,4698,7,24,0,0,4698,4699,7,14,0,0,4699,4700,7,20, + 0,0,4700,4701,7,23,0,0,4701,4702,7,25,0,0,4702,4703,7,18,0,0,4703, + 4704,7,8,0,0,4704,4705,7,24,0,0,4705,952,1,0,0,0,4706,4707,7,10, + 0,0,4707,4708,7,11,0,0,4708,4709,7,17,0,0,4709,4710,7,10,0,0,4710, + 954,1,0,0,0,4711,4712,7,17,0,0,4712,4713,7,6,0,0,4713,4714,7,19, + 0,0,4714,4715,7,7,0,0,4715,4716,7,11,0,0,4716,4717,7,10,0,0,4717, + 4718,7,6,0,0,4718,4719,7,16,0,0,4719,4720,7,25,0,0,4720,4721,7,7, + 0,0,4721,4722,7,11,0,0,4722,956,1,0,0,0,4723,4724,7,20,0,0,4724, + 4725,7,14,0,0,4725,4726,7,13,0,0,4726,4727,7,18,0,0,4727,4728,7, + 8,0,0,4728,4729,7,6,0,0,4729,4730,7,7,0,0,4730,4731,7,18,0,0,4731, + 4732,7,17,0,0,4732,4733,7,9,0,0,4733,958,1,0,0,0,4734,4735,7,27, + 0,0,4735,4736,7,16,0,0,4736,4737,7,7,0,0,4737,4738,7,17,0,0,4738, + 4739,7,6,0,0,4739,4740,7,19,0,0,4740,4741,7,7,0,0,4741,4742,7,11, + 0,0,4742,960,1,0,0,0,4743,4744,7,15,0,0,4744,4745,7,20,0,0,4745, + 4746,7,7,0,0,4746,4747,7,23,0,0,4747,4748,7,16,0,0,4748,4749,7,8, + 0,0,4749,4750,7,10,0,0,4750,962,1,0,0,0,4751,4752,7,27,0,0,4752, + 4753,7,16,0,0,4753,4754,7,7,0,0,4754,4755,7,8,0,0,4755,4756,7,6, + 0,0,4756,4757,7,16,0,0,4757,4758,7,11,0,0,4758,4759,7,10,0,0,4759, + 4760,7,25,0,0,4760,4761,7,6,0,0,4761,4762,7,15,0,0,4762,4763,7,11, + 0,0,4763,4764,7,10,0,0,4764,964,1,0,0,0,4765,4766,7,14,0,0,4766, + 4767,7,20,0,0,4767,4768,7,30,0,0,4768,4769,7,17,0,0,4769,4770,7, + 9,0,0,4770,4771,7,25,0,0,4771,4772,7,11,0,0,4772,966,1,0,0,0,4773, + 4774,7,8,0,0,4774,4775,7,20,0,0,4775,4776,7,14,0,0,4776,4777,7,16, + 0,0,4777,4778,7,6,0,0,4778,4779,7,7,0,0,4779,4780,7,18,0,0,4780, + 4781,7,12,0,0,4781,4782,7,11,0,0,4782,4783,7,13,0,0,4783,968,1,0, + 0,0,4784,4785,7,30,0,0,4785,4786,7,18,0,0,4786,4787,7,17,0,0,4787, + 4788,7,21,0,0,4788,4789,7,18,0,0,4789,4790,7,8,0,0,4790,970,1,0, + 0,0,4791,4792,7,26,0,0,4792,4793,7,18,0,0,4793,4794,7,7,0,0,4794, + 4795,7,17,0,0,4795,4796,7,11,0,0,4796,4797,7,14,0,0,4797,972,1,0, + 0,0,4798,4799,7,24,0,0,4799,4800,7,14,0,0,4800,4801,7,20,0,0,4801, + 4802,7,23,0,0,4802,4803,7,25,0,0,4803,4804,7,10,0,0,4804,974,1,0, + 0,0,4805,4806,7,20,0,0,4806,4807,7,17,0,0,4807,4808,7,21,0,0,4808, + 4809,7,11,0,0,4809,4810,7,14,0,0,4810,4811,7,10,0,0,4811,976,1,0, + 0,0,4812,4813,7,8,0,0,4813,4814,7,26,0,0,4814,4815,7,15,0,0,4815, + 978,1,0,0,0,4816,4817,7,8,0,0,4817,4818,7,26,0,0,4818,4819,7,13, + 0,0,4819,980,1,0,0,0,4820,4821,7,8,0,0,4821,4822,7,26,0,0,4822,4823, + 7,22,0,0,4823,4824,7,15,0,0,4824,982,1,0,0,0,4825,4826,7,8,0,0,4826, + 4827,7,26,0,0,4827,4828,7,22,0,0,4828,4829,7,13,0,0,4829,984,1,0, + 0,0,4830,4831,7,23,0,0,4831,4832,7,11,0,0,4832,4833,7,10,0,0,4833, + 4834,7,15,0,0,4834,4835,7,6,0,0,4835,4836,7,25,0,0,4836,4837,7,11, + 0,0,4837,986,1,0,0,0,4838,4839,7,28,0,0,4839,4840,7,18,0,0,4840, + 4841,7,11,0,0,4841,4842,7,30,0,0,4842,4843,7,10,0,0,4843,988,1,0, + 0,0,4844,4845,7,8,0,0,4845,4846,7,20,0,0,4846,4847,7,14,0,0,4847, + 4848,7,16,0,0,4848,4849,7,6,0,0,4849,4850,7,7,0,0,4850,4851,7,18, + 0,0,4851,4852,7,12,0,0,4852,4853,7,11,0,0,4853,990,1,0,0,0,4854, + 4855,7,13,0,0,4855,4856,7,23,0,0,4856,4857,7,16,0,0,4857,4858,7, + 25,0,0,4858,992,1,0,0,0,4859,4860,7,25,0,0,4860,4861,7,14,0,0,4861, + 4862,7,18,0,0,4862,4863,7,8,0,0,4863,4864,7,17,0,0,4864,4865,5,95, + 0,0,4865,4866,7,10,0,0,4866,4867,7,17,0,0,4867,4868,7,14,0,0,4868, + 4869,7,18,0,0,4869,4870,7,15,0,0,4870,4871,7,17,0,0,4871,4872,5, + 95,0,0,4872,4873,7,25,0,0,4873,4874,7,6,0,0,4874,4875,7,14,0,0,4875, + 4876,7,6,0,0,4876,4877,7,16,0,0,4877,4878,7,10,0,0,4878,994,1,0, + 0,0,4879,4880,7,28,0,0,4880,4881,7,6,0,0,4881,4882,7,14,0,0,4882, + 4883,7,18,0,0,4883,4884,7,6,0,0,4884,4885,7,19,0,0,4885,4886,7,7, + 0,0,4886,4887,7,11,0,0,4887,4888,5,95,0,0,4888,4889,7,15,0,0,4889, + 4890,7,20,0,0,4890,4891,7,8,0,0,4891,4892,7,26,0,0,4892,4893,7,7, + 0,0,4893,4894,7,18,0,0,4894,4895,7,15,0,0,4895,4896,7,17,0,0,4896, + 996,1,0,0,0,4897,4898,7,11,0,0,4898,4899,7,14,0,0,4899,4900,7,14, + 0,0,4900,4901,7,20,0,0,4901,4902,7,14,0,0,4902,998,1,0,0,0,4903, + 4904,7,23,0,0,4904,4905,7,10,0,0,4905,4906,7,11,0,0,4906,4907,5, + 95,0,0,4907,4908,7,28,0,0,4908,4909,7,6,0,0,4909,4910,7,14,0,0,4910, + 4911,7,18,0,0,4911,4912,7,6,0,0,4912,4913,7,19,0,0,4913,4914,7,7, + 0,0,4914,4915,7,11,0,0,4915,1000,1,0,0,0,4916,4917,7,23,0,0,4917, + 4918,7,10,0,0,4918,4919,7,11,0,0,4919,4920,5,95,0,0,4920,4921,7, + 15,0,0,4921,4922,7,20,0,0,4922,4923,7,7,0,0,4923,4924,7,23,0,0,4924, + 4925,7,16,0,0,4925,4926,7,8,0,0,4926,1002,1,0,0,0,4927,4928,7,6, + 0,0,4928,4929,7,7,0,0,4929,4930,7,18,0,0,4930,4931,7,6,0,0,4931, + 4932,7,10,0,0,4932,1004,1,0,0,0,4933,4934,7,15,0,0,4934,4935,7,20, + 0,0,4935,4936,7,8,0,0,4936,4937,7,10,0,0,4937,4938,7,17,0,0,4938, + 4939,7,6,0,0,4939,4940,7,8,0,0,4940,4941,7,17,0,0,4941,1006,1,0, + 0,0,4942,4943,7,25,0,0,4943,4944,7,11,0,0,4944,4945,7,14,0,0,4945, + 4946,7,26,0,0,4946,4947,7,20,0,0,4947,4948,7,14,0,0,4948,4949,7, + 16,0,0,4949,1008,1,0,0,0,4950,4951,7,24,0,0,4951,4952,7,11,0,0,4952, + 4953,7,17,0,0,4953,1010,1,0,0,0,4954,4955,7,13,0,0,4955,4956,7,18, + 0,0,4956,4957,7,6,0,0,4957,4958,7,24,0,0,4958,4959,7,8,0,0,4959, + 4960,7,20,0,0,4960,4961,7,10,0,0,4961,4962,7,17,0,0,4962,4963,7, + 18,0,0,4963,4964,7,15,0,0,4964,4965,7,10,0,0,4965,1012,1,0,0,0,4966, + 4967,7,10,0,0,4967,4968,7,17,0,0,4968,4969,7,6,0,0,4969,4970,7,15, + 0,0,4970,4971,7,22,0,0,4971,4972,7,11,0,0,4972,4973,7,13,0,0,4973, + 1014,1,0,0,0,4974,4975,7,11,0,0,4975,4976,7,7,0,0,4976,4977,7,10, + 0,0,4977,4978,7,18,0,0,4978,4979,7,26,0,0,4979,1016,1,0,0,0,4980, + 4981,7,30,0,0,4981,4982,7,21,0,0,4982,4983,7,18,0,0,4983,4984,7, + 7,0,0,4984,4985,7,11,0,0,4985,1018,1,0,0,0,4986,4987,7,14,0,0,4987, + 4988,7,11,0,0,4988,4989,7,28,0,0,4989,4990,7,11,0,0,4990,4991,7, + 14,0,0,4991,4992,7,10,0,0,4992,4993,7,11,0,0,4993,1020,1,0,0,0,4994, + 4995,7,26,0,0,4995,4996,7,20,0,0,4996,4997,7,14,0,0,4997,4998,7, + 11,0,0,4998,4999,7,6,0,0,4999,5000,7,15,0,0,5000,5001,7,21,0,0,5001, + 1022,1,0,0,0,5002,5003,7,10,0,0,5003,5004,7,7,0,0,5004,5005,7,18, + 0,0,5005,5006,7,15,0,0,5006,5007,7,11,0,0,5007,1024,1,0,0,0,5008, + 5009,7,11,0,0,5009,5010,7,27,0,0,5010,5011,7,18,0,0,5011,5012,7, + 17,0,0,5012,1026,1,0,0,0,5013,5014,7,14,0,0,5014,5015,7,11,0,0,5015, + 5016,7,17,0,0,5016,5017,7,23,0,0,5017,5018,7,14,0,0,5018,5019,7, + 8,0,0,5019,1028,1,0,0,0,5020,5021,7,29,0,0,5021,5022,7,23,0,0,5022, + 5023,7,11,0,0,5023,5024,7,14,0,0,5024,5025,7,9,0,0,5025,1030,1,0, + 0,0,5026,5027,7,14,0,0,5027,5028,7,6,0,0,5028,5029,7,18,0,0,5029, + 5030,7,10,0,0,5030,5031,7,11,0,0,5031,1032,1,0,0,0,5032,5033,7,10, + 0,0,5033,5034,7,29,0,0,5034,5035,7,7,0,0,5035,5036,7,10,0,0,5036, + 5037,7,17,0,0,5037,5038,7,6,0,0,5038,5039,7,17,0,0,5039,5040,7,11, + 0,0,5040,1034,1,0,0,0,5041,5042,7,13,0,0,5042,5043,7,11,0,0,5043, + 5044,7,19,0,0,5044,5045,7,23,0,0,5045,5046,7,24,0,0,5046,1036,1, + 0,0,0,5047,5048,7,7,0,0,5048,5049,7,20,0,0,5049,5050,7,24,0,0,5050, + 1038,1,0,0,0,5051,5052,7,18,0,0,5052,5053,7,8,0,0,5053,5054,7,26, + 0,0,5054,5055,7,20,0,0,5055,1040,1,0,0,0,5056,5057,7,8,0,0,5057, + 5058,7,20,0,0,5058,5059,7,17,0,0,5059,5060,7,18,0,0,5060,5061,7, + 15,0,0,5061,5062,7,11,0,0,5062,1042,1,0,0,0,5063,5064,7,30,0,0,5064, + 5065,7,6,0,0,5065,5066,7,14,0,0,5066,5067,7,8,0,0,5067,5068,7,18, + 0,0,5068,5069,7,8,0,0,5069,5070,7,24,0,0,5070,1044,1,0,0,0,5071, + 5072,7,11,0,0,5072,5073,7,27,0,0,5073,5074,7,15,0,0,5074,5075,7, + 11,0,0,5075,5076,7,25,0,0,5076,5077,7,17,0,0,5077,5078,7,18,0,0, + 5078,5079,7,20,0,0,5079,5080,7,8,0,0,5080,1046,1,0,0,0,5081,5082, + 7,6,0,0,5082,5083,7,10,0,0,5083,5084,7,10,0,0,5084,5085,7,11,0,0, + 5085,5086,7,14,0,0,5086,5087,7,17,0,0,5087,1048,1,0,0,0,5088,5089, + 7,7,0,0,5089,5090,7,20,0,0,5090,5091,7,20,0,0,5091,5092,7,25,0,0, + 5092,1050,1,0,0,0,5093,5094,7,20,0,0,5094,5095,7,25,0,0,5095,5096, + 7,11,0,0,5096,5097,7,8,0,0,5097,1052,1,0,0,0,5098,5099,7,25,0,0, + 5099,5100,7,11,0,0,5100,5101,7,26,0,0,5101,5102,7,11,0,0,5102,5103, + 7,14,0,0,5103,5104,7,11,0,0,5104,5105,7,8,0,0,5105,5106,7,15,0,0, + 5106,5107,7,11,0,0,5107,5108,7,10,0,0,5108,1054,1,0,0,0,5109,5110, + 7,23,0,0,5110,5111,7,10,0,0,5111,5112,7,6,0,0,5112,5113,7,24,0,0, + 5113,5114,7,11,0,0,5114,1056,1,0,0,0,5115,5116,7,15,0,0,5116,5117, + 7,20,0,0,5117,5118,7,8,0,0,5118,5119,7,8,0,0,5119,5120,7,11,0,0, + 5120,5121,7,15,0,0,5121,5122,7,17,0,0,5122,1058,1,0,0,0,5123,5124, + 7,25,0,0,5124,5125,7,23,0,0,5125,5126,7,19,0,0,5126,5127,7,7,0,0, + 5127,5128,7,18,0,0,5128,5129,7,15,0,0,5129,1060,1,0,0,0,5130,5131, + 7,16,0,0,5131,5132,7,11,0,0,5132,5133,7,14,0,0,5133,5134,7,24,0, + 0,5134,5135,7,11,0,0,5135,1062,1,0,0,0,5136,5137,7,16,0,0,5137,5138, + 7,6,0,0,5138,5139,7,17,0,0,5139,5140,7,15,0,0,5140,5141,7,21,0,0, + 5141,5142,7,11,0,0,5142,5143,7,13,0,0,5143,1064,1,0,0,0,5144,5145, + 7,19,0,0,5145,5146,7,14,0,0,5146,5147,7,11,0,0,5147,5148,7,6,0,0, + 5148,5149,7,13,0,0,5149,5150,7,17,0,0,5150,5151,7,21,0,0,5151,1066, + 1,0,0,0,5152,5153,7,13,0,0,5153,5154,7,11,0,0,5154,5155,7,25,0,0, + 5155,5156,7,17,0,0,5156,5157,7,21,0,0,5157,1068,1,0,0,0,5158,5159, + 7,23,0,0,5159,5160,7,8,0,0,5160,5161,7,10,0,0,5161,5162,7,6,0,0, + 5162,5163,7,26,0,0,5163,5164,7,11,0,0,5164,1070,1,0,0,0,5165,5166, + 7,14,0,0,5166,5167,7,11,0,0,5167,5168,7,10,0,0,5168,5169,7,17,0, + 0,5169,5170,7,14,0,0,5170,5171,7,18,0,0,5171,5172,7,15,0,0,5172, + 5173,7,17,0,0,5173,5174,7,11,0,0,5174,5175,7,13,0,0,5175,1072,1, + 0,0,0,5176,5177,7,10,0,0,5177,5178,7,6,0,0,5178,5179,7,26,0,0,5179, + 5180,7,11,0,0,5180,1074,1,0,0,0,5181,5182,7,26,0,0,5182,5183,7,18, + 0,0,5183,5184,7,8,0,0,5184,5185,7,6,0,0,5185,5186,7,7,0,0,5186,5187, + 7,18,0,0,5187,5188,7,12,0,0,5188,5189,7,11,0,0,5189,1076,1,0,0,0, + 5190,5191,7,16,0,0,5191,5192,7,20,0,0,5192,5193,7,13,0,0,5193,5194, + 7,23,0,0,5194,5195,7,7,0,0,5195,5196,7,23,0,0,5196,5197,7,10,0,0, + 5197,1078,1,0,0,0,5198,5199,7,14,0,0,5199,5200,7,11,0,0,5200,5201, + 7,16,0,0,5201,5202,7,6,0,0,5202,5203,7,18,0,0,5203,5204,7,8,0,0, + 5204,5205,7,13,0,0,5205,5206,7,11,0,0,5206,5207,7,14,0,0,5207,1080, + 1,0,0,0,5208,5209,7,7,0,0,5209,5210,7,20,0,0,5210,5211,7,24,0,0, + 5211,5212,7,18,0,0,5212,5213,7,8,0,0,5213,1082,1,0,0,0,5214,5215, + 7,8,0,0,5215,5216,7,20,0,0,5216,5217,7,7,0,0,5217,5218,7,20,0,0, + 5218,5219,7,24,0,0,5219,5220,7,18,0,0,5220,5221,7,8,0,0,5221,1084, + 1,0,0,0,5222,5223,7,14,0,0,5223,5224,7,11,0,0,5224,5225,7,25,0,0, + 5225,5226,7,7,0,0,5226,5227,7,18,0,0,5227,5228,7,15,0,0,5228,5229, + 7,6,0,0,5229,5230,7,17,0,0,5230,5231,7,18,0,0,5231,5232,7,20,0,0, + 5232,5233,7,8,0,0,5233,1086,1,0,0,0,5234,5235,7,8,0,0,5235,5236, + 7,20,0,0,5236,5237,7,14,0,0,5237,5238,7,11,0,0,5238,5239,7,25,0, + 0,5239,5240,7,7,0,0,5240,5241,7,18,0,0,5241,5242,7,15,0,0,5242,5243, + 7,6,0,0,5243,5244,7,17,0,0,5244,5245,7,18,0,0,5245,5246,7,20,0,0, + 5246,5247,7,8,0,0,5247,1088,1,0,0,0,5248,5249,7,19,0,0,5249,5250, + 7,9,0,0,5250,5251,7,25,0,0,5251,5252,7,6,0,0,5252,5253,7,10,0,0, + 5253,5254,7,10,0,0,5254,5255,7,14,0,0,5255,5256,7,7,0,0,5256,5257, + 7,10,0,0,5257,1090,1,0,0,0,5258,5259,7,8,0,0,5259,5260,7,20,0,0, + 5260,5261,7,19,0,0,5261,5262,7,9,0,0,5262,5263,7,25,0,0,5263,5264, + 7,6,0,0,5264,5265,7,10,0,0,5265,5266,7,10,0,0,5266,5267,7,14,0,0, + 5267,5268,7,7,0,0,5268,5269,7,10,0,0,5269,1092,1,0,0,0,5270,5271, + 7,25,0,0,5271,5272,7,11,0,0,5272,5273,7,14,0,0,5273,5274,7,16,0, + 0,5274,5275,7,18,0,0,5275,5276,7,10,0,0,5276,5277,7,10,0,0,5277, + 5278,7,18,0,0,5278,5279,7,28,0,0,5279,5280,7,11,0,0,5280,1094,1, + 0,0,0,5281,5282,7,14,0,0,5282,5283,7,11,0,0,5283,5284,7,10,0,0,5284, + 5285,7,17,0,0,5285,5286,7,14,0,0,5286,5287,7,18,0,0,5287,5288,7, + 15,0,0,5288,5289,7,17,0,0,5289,5290,7,18,0,0,5290,5291,7,28,0,0, + 5291,5292,7,11,0,0,5292,1096,1,0,0,0,5293,5294,7,15,0,0,5294,5295, + 7,20,0,0,5295,5296,7,16,0,0,5296,5297,7,25,0,0,5297,5298,7,14,0, + 0,5298,5299,7,11,0,0,5299,5300,7,10,0,0,5300,5301,7,10,0,0,5301, + 5302,7,18,0,0,5302,5303,7,20,0,0,5303,5304,7,8,0,0,5304,1098,1,0, + 0,0,5305,5306,7,25,0,0,5306,5307,7,7,0,0,5307,5308,7,6,0,0,5308, + 5309,7,18,0,0,5309,5310,7,8,0,0,5310,1100,1,0,0,0,5311,5312,7,11, + 0,0,5312,5313,7,27,0,0,5313,5314,7,17,0,0,5314,5315,7,11,0,0,5315, + 5316,7,8,0,0,5316,5317,7,13,0,0,5317,5318,7,11,0,0,5318,5319,7,13, + 0,0,5319,1102,1,0,0,0,5320,5321,7,16,0,0,5321,5322,7,6,0,0,5322, + 5323,7,18,0,0,5323,5324,7,8,0,0,5324,1104,1,0,0,0,5325,5326,7,10, + 0,0,5326,5327,7,22,0,0,5327,5328,7,18,0,0,5328,5329,7,25,0,0,5329, + 5330,5,95,0,0,5330,5331,7,7,0,0,5331,5332,7,20,0,0,5332,5333,7,15, + 0,0,5333,5334,7,22,0,0,5334,5335,7,11,0,0,5335,5336,7,13,0,0,5336, + 1106,1,0,0,0,5337,5338,7,19,0,0,5338,5339,7,23,0,0,5339,5340,7,26, + 0,0,5340,5341,7,26,0,0,5341,5342,7,11,0,0,5342,5343,7,14,0,0,5343, + 5344,5,95,0,0,5344,5345,7,23,0,0,5345,5346,7,10,0,0,5346,5347,7, + 6,0,0,5347,5348,7,24,0,0,5348,5349,7,11,0,0,5349,5350,5,95,0,0,5350, + 5351,7,7,0,0,5351,5352,7,18,0,0,5352,5353,7,16,0,0,5353,5354,7,18, + 0,0,5354,5355,7,17,0,0,5355,1108,1,0,0,0,5356,5357,7,13,0,0,5357, + 5358,7,18,0,0,5358,5359,7,10,0,0,5359,5360,7,17,0,0,5360,5361,7, + 14,0,0,5361,5362,7,18,0,0,5362,5363,7,19,0,0,5363,5364,7,23,0,0, + 5364,5365,7,17,0,0,5365,5366,7,11,0,0,5366,5367,7,13,0,0,5367,1110, + 1,0,0,0,5368,5369,7,30,0,0,5369,5370,7,14,0,0,5370,5371,7,18,0,0, + 5371,5372,7,17,0,0,5372,5373,7,6,0,0,5373,5374,7,19,0,0,5374,5375, + 7,7,0,0,5375,5376,7,11,0,0,5376,1112,1,0,0,0,5377,5381,3,1115,555, + 0,5378,5380,3,1117,556,0,5379,5378,1,0,0,0,5380,5383,1,0,0,0,5381, + 5379,1,0,0,0,5381,5382,1,0,0,0,5382,1114,1,0,0,0,5383,5381,1,0,0, + 0,5384,5388,7,32,0,0,5385,5386,7,33,0,0,5386,5388,7,34,0,0,5387, + 5384,1,0,0,0,5387,5385,1,0,0,0,5388,1116,1,0,0,0,5389,5392,3,1119, + 557,0,5390,5392,5,36,0,0,5391,5389,1,0,0,0,5391,5390,1,0,0,0,5392, + 1118,1,0,0,0,5393,5396,3,1115,555,0,5394,5396,7,0,0,0,5395,5393, + 1,0,0,0,5395,5394,1,0,0,0,5396,1120,1,0,0,0,5397,5398,3,1123,559, + 0,5398,5399,5,34,0,0,5399,1122,1,0,0,0,5400,5406,5,34,0,0,5401,5402, + 5,34,0,0,5402,5405,5,34,0,0,5403,5405,8,35,0,0,5404,5401,1,0,0,0, + 5404,5403,1,0,0,0,5405,5408,1,0,0,0,5406,5404,1,0,0,0,5406,5407, + 1,0,0,0,5407,1124,1,0,0,0,5408,5406,1,0,0,0,5409,5410,3,1127,561, + 0,5410,5411,5,34,0,0,5411,1126,1,0,0,0,5412,5418,5,34,0,0,5413,5414, + 5,34,0,0,5414,5417,5,34,0,0,5415,5417,8,36,0,0,5416,5413,1,0,0,0, + 5416,5415,1,0,0,0,5417,5420,1,0,0,0,5418,5416,1,0,0,0,5418,5419, + 1,0,0,0,5419,1128,1,0,0,0,5420,5418,1,0,0,0,5421,5422,7,23,0,0,5422, + 5423,5,38,0,0,5423,5424,3,1121,558,0,5424,1130,1,0,0,0,5425,5426, + 7,23,0,0,5426,5427,5,38,0,0,5427,5428,3,1123,559,0,5428,1132,1,0, + 0,0,5429,5430,7,23,0,0,5430,5431,5,38,0,0,5431,5432,3,1125,560,0, + 5432,1134,1,0,0,0,5433,5434,7,23,0,0,5434,5435,5,38,0,0,5435,5436, + 3,1127,561,0,5436,1136,1,0,0,0,5437,5438,3,1139,567,0,5438,5439, + 5,39,0,0,5439,1138,1,0,0,0,5440,5446,5,39,0,0,5441,5442,5,39,0,0, + 5442,5445,5,39,0,0,5443,5445,8,37,0,0,5444,5441,1,0,0,0,5444,5443, + 1,0,0,0,5445,5448,1,0,0,0,5446,5444,1,0,0,0,5446,5447,1,0,0,0,5447, + 1140,1,0,0,0,5448,5446,1,0,0,0,5449,5450,7,11,0,0,5450,5451,5,39, + 0,0,5451,5452,1,0,0,0,5452,5453,6,568,1,0,5453,5454,6,568,2,0,5454, + 1142,1,0,0,0,5455,5456,3,1145,570,0,5456,5457,5,39,0,0,5457,1144, + 1,0,0,0,5458,5459,7,23,0,0,5459,5460,5,38,0,0,5460,5461,3,1139,567, + 0,5461,1146,1,0,0,0,5462,5464,5,36,0,0,5463,5465,3,1149,572,0,5464, + 5463,1,0,0,0,5464,5465,1,0,0,0,5465,5466,1,0,0,0,5466,5467,5,36, + 0,0,5467,5468,1,0,0,0,5468,5469,6,571,3,0,5469,1148,1,0,0,0,5470, + 5474,3,1115,555,0,5471,5473,3,1119,557,0,5472,5471,1,0,0,0,5473, + 5476,1,0,0,0,5474,5472,1,0,0,0,5474,5475,1,0,0,0,5475,1150,1,0,0, + 0,5476,5474,1,0,0,0,5477,5478,3,1153,574,0,5478,5479,5,39,0,0,5479, + 1152,1,0,0,0,5480,5481,7,19,0,0,5481,5485,5,39,0,0,5482,5484,7,38, + 0,0,5483,5482,1,0,0,0,5484,5487,1,0,0,0,5485,5483,1,0,0,0,5485,5486, + 1,0,0,0,5486,1154,1,0,0,0,5487,5485,1,0,0,0,5488,5489,3,1157,576, + 0,5489,5490,5,39,0,0,5490,1156,1,0,0,0,5491,5492,7,19,0,0,5492,5493, + 3,1139,567,0,5493,1158,1,0,0,0,5494,5495,3,1161,578,0,5495,5496, + 5,39,0,0,5496,1160,1,0,0,0,5497,5498,7,27,0,0,5498,5502,5,39,0,0, + 5499,5501,7,39,0,0,5500,5499,1,0,0,0,5501,5504,1,0,0,0,5502,5500, + 1,0,0,0,5502,5503,1,0,0,0,5503,1162,1,0,0,0,5504,5502,1,0,0,0,5505, + 5506,3,1165,580,0,5506,5507,5,39,0,0,5507,1164,1,0,0,0,5508,5509, + 7,27,0,0,5509,5510,3,1139,567,0,5510,1166,1,0,0,0,5511,5512,3,1173, + 584,0,5512,1168,1,0,0,0,5513,5514,3,1173,584,0,5514,5515,5,46,0, + 0,5515,5516,5,46,0,0,5516,1170,1,0,0,0,5517,5518,3,1173,584,0,5518, + 5520,5,46,0,0,5519,5521,3,1173,584,0,5520,5519,1,0,0,0,5520,5521, + 1,0,0,0,5521,5527,1,0,0,0,5522,5524,7,11,0,0,5523,5525,7,1,0,0,5524, + 5523,1,0,0,0,5524,5525,1,0,0,0,5525,5526,1,0,0,0,5526,5528,3,1173, + 584,0,5527,5522,1,0,0,0,5527,5528,1,0,0,0,5528,5546,1,0,0,0,5529, + 5530,5,46,0,0,5530,5536,3,1173,584,0,5531,5533,7,11,0,0,5532,5534, + 7,1,0,0,5533,5532,1,0,0,0,5533,5534,1,0,0,0,5534,5535,1,0,0,0,5535, + 5537,3,1173,584,0,5536,5531,1,0,0,0,5536,5537,1,0,0,0,5537,5546, + 1,0,0,0,5538,5539,3,1173,584,0,5539,5541,7,11,0,0,5540,5542,7,1, + 0,0,5541,5540,1,0,0,0,5541,5542,1,0,0,0,5542,5543,1,0,0,0,5543,5544, + 3,1173,584,0,5544,5546,1,0,0,0,5545,5517,1,0,0,0,5545,5529,1,0,0, + 0,5545,5538,1,0,0,0,5546,1172,1,0,0,0,5547,5549,7,0,0,0,5548,5547, + 1,0,0,0,5549,5550,1,0,0,0,5550,5548,1,0,0,0,5550,5551,1,0,0,0,5551, + 1174,1,0,0,0,5552,5553,5,58,0,0,5553,5557,7,40,0,0,5554,5556,7,41, + 0,0,5555,5554,1,0,0,0,5556,5559,1,0,0,0,5557,5555,1,0,0,0,5557,5558, + 1,0,0,0,5558,1176,1,0,0,0,5559,5557,1,0,0,0,5560,5561,5,58,0,0,5561, + 5562,5,34,0,0,5562,5570,1,0,0,0,5563,5564,5,92,0,0,5564,5569,9,0, + 0,0,5565,5566,5,34,0,0,5566,5569,5,34,0,0,5567,5569,8,42,0,0,5568, + 5563,1,0,0,0,5568,5565,1,0,0,0,5568,5567,1,0,0,0,5569,5572,1,0,0, + 0,5570,5568,1,0,0,0,5570,5571,1,0,0,0,5571,5573,1,0,0,0,5572,5570, + 1,0,0,0,5573,5574,5,34,0,0,5574,1178,1,0,0,0,5575,5577,7,43,0,0, + 5576,5575,1,0,0,0,5577,5578,1,0,0,0,5578,5576,1,0,0,0,5578,5579, + 1,0,0,0,5579,5580,1,0,0,0,5580,5581,6,587,4,0,5581,1180,1,0,0,0, + 5582,5584,5,13,0,0,5583,5585,5,10,0,0,5584,5583,1,0,0,0,5584,5585, + 1,0,0,0,5585,5588,1,0,0,0,5586,5588,5,10,0,0,5587,5582,1,0,0,0,5587, + 5586,1,0,0,0,5588,5589,1,0,0,0,5589,5590,6,588,4,0,5590,1182,1,0, + 0,0,5591,5592,5,45,0,0,5592,5593,5,45,0,0,5593,5597,1,0,0,0,5594, + 5596,8,44,0,0,5595,5594,1,0,0,0,5596,5599,1,0,0,0,5597,5595,1,0, + 0,0,5597,5598,1,0,0,0,5598,5600,1,0,0,0,5599,5597,1,0,0,0,5600,5601, + 6,589,4,0,5601,1184,1,0,0,0,5602,5603,5,47,0,0,5603,5604,5,42,0, + 0,5604,5627,1,0,0,0,5605,5607,5,47,0,0,5606,5605,1,0,0,0,5607,5610, + 1,0,0,0,5608,5606,1,0,0,0,5608,5609,1,0,0,0,5609,5611,1,0,0,0,5610, + 5608,1,0,0,0,5611,5626,3,1185,590,0,5612,5626,8,45,0,0,5613,5615, + 5,47,0,0,5614,5613,1,0,0,0,5615,5616,1,0,0,0,5616,5614,1,0,0,0,5616, + 5617,1,0,0,0,5617,5618,1,0,0,0,5618,5626,8,45,0,0,5619,5621,5,42, + 0,0,5620,5619,1,0,0,0,5621,5622,1,0,0,0,5622,5620,1,0,0,0,5622,5623, + 1,0,0,0,5623,5624,1,0,0,0,5624,5626,8,45,0,0,5625,5608,1,0,0,0,5625, + 5612,1,0,0,0,5625,5614,1,0,0,0,5625,5620,1,0,0,0,5626,5629,1,0,0, + 0,5627,5625,1,0,0,0,5627,5628,1,0,0,0,5628,5633,1,0,0,0,5629,5627, + 1,0,0,0,5630,5632,5,42,0,0,5631,5630,1,0,0,0,5632,5635,1,0,0,0,5633, + 5631,1,0,0,0,5633,5634,1,0,0,0,5634,5636,1,0,0,0,5635,5633,1,0,0, + 0,5636,5637,5,42,0,0,5637,5638,5,47,0,0,5638,5639,1,0,0,0,5639,5640, + 6,590,4,0,5640,1186,1,0,0,0,5641,5642,5,47,0,0,5642,5643,5,42,0, + 0,5643,5668,1,0,0,0,5644,5646,5,47,0,0,5645,5644,1,0,0,0,5646,5649, + 1,0,0,0,5647,5645,1,0,0,0,5647,5648,1,0,0,0,5648,5650,1,0,0,0,5649, + 5647,1,0,0,0,5650,5667,3,1185,590,0,5651,5667,8,45,0,0,5652,5654, + 5,47,0,0,5653,5652,1,0,0,0,5654,5655,1,0,0,0,5655,5653,1,0,0,0,5655, + 5656,1,0,0,0,5656,5657,1,0,0,0,5657,5665,8,45,0,0,5658,5660,5,42, + 0,0,5659,5658,1,0,0,0,5660,5661,1,0,0,0,5661,5659,1,0,0,0,5661,5662, + 1,0,0,0,5662,5663,1,0,0,0,5663,5665,8,45,0,0,5664,5653,1,0,0,0,5664, + 5659,1,0,0,0,5665,5667,1,0,0,0,5666,5647,1,0,0,0,5666,5651,1,0,0, + 0,5666,5664,1,0,0,0,5667,5670,1,0,0,0,5668,5666,1,0,0,0,5668,5669, + 1,0,0,0,5669,5688,1,0,0,0,5670,5668,1,0,0,0,5671,5673,5,47,0,0,5672, + 5671,1,0,0,0,5673,5674,1,0,0,0,5674,5672,1,0,0,0,5674,5675,1,0,0, + 0,5675,5689,1,0,0,0,5676,5678,5,42,0,0,5677,5676,1,0,0,0,5678,5679, + 1,0,0,0,5679,5677,1,0,0,0,5679,5680,1,0,0,0,5680,5689,1,0,0,0,5681, + 5683,5,47,0,0,5682,5681,1,0,0,0,5683,5686,1,0,0,0,5684,5682,1,0, + 0,0,5684,5685,1,0,0,0,5685,5687,1,0,0,0,5686,5684,1,0,0,0,5687,5689, + 3,1187,591,0,5688,5672,1,0,0,0,5688,5677,1,0,0,0,5688,5684,1,0,0, + 0,5688,5689,1,0,0,0,5689,1188,1,0,0,0,5690,5702,5,92,0,0,5691,5701, + 8,46,0,0,5692,5696,5,34,0,0,5693,5695,8,47,0,0,5694,5693,1,0,0,0, + 5695,5698,1,0,0,0,5696,5694,1,0,0,0,5696,5697,1,0,0,0,5697,5699, + 1,0,0,0,5698,5696,1,0,0,0,5699,5701,5,34,0,0,5700,5691,1,0,0,0,5700, + 5692,1,0,0,0,5701,5704,1,0,0,0,5702,5700,1,0,0,0,5702,5703,1,0,0, + 0,5703,5712,1,0,0,0,5704,5702,1,0,0,0,5705,5709,5,34,0,0,5706,5708, + 8,47,0,0,5707,5706,1,0,0,0,5708,5711,1,0,0,0,5709,5707,1,0,0,0,5709, + 5710,1,0,0,0,5710,5713,1,0,0,0,5711,5709,1,0,0,0,5712,5705,1,0,0, + 0,5712,5713,1,0,0,0,5713,1190,1,0,0,0,5714,5715,5,92,0,0,5715,5716, + 5,92,0,0,5716,1192,1,0,0,0,5717,5718,9,0,0,0,5718,1194,1,0,0,0,5719, + 5720,3,1199,597,0,5720,5721,5,39,0,0,5721,5722,1,0,0,0,5722,5723, + 6,595,5,0,5723,1196,1,0,0,0,5724,5726,3,1199,597,0,5725,5727,5,92, + 0,0,5726,5725,1,0,0,0,5726,5727,1,0,0,0,5727,5728,1,0,0,0,5728,5729, + 5,0,0,1,5729,1198,1,0,0,0,5730,5731,5,39,0,0,5731,5754,5,39,0,0, + 5732,5750,5,92,0,0,5733,5734,7,27,0,0,5734,5751,7,39,0,0,5735,5736, + 7,23,0,0,5736,5737,7,39,0,0,5737,5738,7,39,0,0,5738,5739,7,39,0, + 0,5739,5751,7,39,0,0,5740,5741,7,23,0,0,5741,5742,7,39,0,0,5742, + 5743,7,39,0,0,5743,5744,7,39,0,0,5744,5745,7,39,0,0,5745,5746,7, + 39,0,0,5746,5747,7,39,0,0,5747,5748,7,39,0,0,5748,5751,7,39,0,0, + 5749,5751,8,48,0,0,5750,5733,1,0,0,0,5750,5735,1,0,0,0,5750,5740, + 1,0,0,0,5750,5749,1,0,0,0,5751,5754,1,0,0,0,5752,5754,8,49,0,0,5753, + 5730,1,0,0,0,5753,5732,1,0,0,0,5753,5752,1,0,0,0,5754,5757,1,0,0, + 0,5755,5753,1,0,0,0,5755,5756,1,0,0,0,5756,1200,1,0,0,0,5757,5755, + 1,0,0,0,5758,5759,3,1205,600,0,5759,5760,5,39,0,0,5760,5761,1,0, + 0,0,5761,5762,6,598,5,0,5762,1202,1,0,0,0,5763,5765,3,1205,600,0, + 5764,5766,5,92,0,0,5765,5764,1,0,0,0,5765,5766,1,0,0,0,5766,5767, + 1,0,0,0,5767,5768,5,0,0,1,5768,1204,1,0,0,0,5769,5770,5,39,0,0,5770, + 5775,5,39,0,0,5771,5772,5,92,0,0,5772,5775,9,0,0,0,5773,5775,8,49, + 0,0,5774,5769,1,0,0,0,5774,5771,1,0,0,0,5774,5773,1,0,0,0,5775,5778, + 1,0,0,0,5776,5774,1,0,0,0,5776,5777,1,0,0,0,5777,1206,1,0,0,0,5778, + 5776,1,0,0,0,5779,5780,3,1179,587,0,5780,5781,1,0,0,0,5781,5782, + 6,601,6,0,5782,5783,6,601,4,0,5783,1208,1,0,0,0,5784,5785,3,1181, + 588,0,5785,5786,1,0,0,0,5786,5787,6,602,7,0,5787,5788,6,602,4,0, + 5788,5789,6,602,8,0,5789,1210,1,0,0,0,5790,5791,3,1179,587,0,5791, + 5792,1,0,0,0,5792,5793,6,603,6,0,5793,5794,6,603,4,0,5794,1212,1, + 0,0,0,5795,5796,3,1181,588,0,5796,5797,1,0,0,0,5797,5798,6,604,7, + 0,5798,5799,6,604,4,0,5799,1214,1,0,0,0,5800,5801,5,39,0,0,5801, + 5802,1,0,0,0,5802,5803,6,605,1,0,5803,5804,6,605,9,0,5804,1216,1, + 0,0,0,5805,5807,8,50,0,0,5806,5805,1,0,0,0,5807,5808,1,0,0,0,5808, + 5806,1,0,0,0,5808,5809,1,0,0,0,5809,5818,1,0,0,0,5810,5814,5,36, + 0,0,5811,5813,8,50,0,0,5812,5811,1,0,0,0,5813,5816,1,0,0,0,5814, + 5812,1,0,0,0,5814,5815,1,0,0,0,5815,5818,1,0,0,0,5816,5814,1,0,0, + 0,5817,5806,1,0,0,0,5817,5810,1,0,0,0,5818,1218,1,0,0,0,5819,5821, + 5,36,0,0,5820,5822,3,1149,572,0,5821,5820,1,0,0,0,5821,5822,1,0, + 0,0,5822,5823,1,0,0,0,5823,5824,5,36,0,0,5824,5825,1,0,0,0,5825, + 5826,6,607,10,0,5826,1220,1,0,0,0,77,0,1,2,3,4,1288,1294,1298,1300, + 1303,1305,1308,1312,1314,1319,1324,5381,5387,5391,5395,5404,5406, + 5416,5418,5444,5446,5464,5474,5485,5502,5520,5524,5527,5533,5536, + 5541,5545,5550,5557,5568,5570,5578,5584,5587,5597,5608,5616,5622, + 5625,5627,5633,5647,5655,5661,5664,5666,5668,5674,5679,5684,5688, + 5696,5700,5702,5709,5712,5726,5750,5753,5755,5765,5774,5776,5808, + 5814,5817,5821,11,7,29,0,3,0,0,5,1,0,5,4,0,0,1,0,2,2,0,7,578,0,7, + 579,0,2,3,0,2,1,0,4,0,0 ]; private static __ATN: antlr.ATN; diff --git a/src/lib/postgresql/PostgreSqlParser.interp b/src/lib/postgresql/PostgreSqlParser.interp index dba05d1..11cc2e4 100644 --- a/src/lib/postgresql/PostgreSqlParser.interp +++ b/src/lib/postgresql/PostgreSqlParser.interp @@ -549,6 +549,7 @@ null 'SKIP_LOCKED' 'BUFFER_USAGE_LIMIT' 'DISTRIBUTED' +'WRITABLE' null null null @@ -1143,6 +1144,7 @@ KW_MAIN KW_SKIP_LOCKED KW_BUFFER_USAGE_LIMIT KW_DISTRIBUTED +KW_WRITABLE Identifier QuotedIdentifier UnterminatedQuotedIdentifier @@ -1282,6 +1284,7 @@ copy_generic_opt_arg copy_generic_opt_arg_list copy_generic_opt_arg_list_item createstmt +create_table_clause optdistributed opttemp table_column_list @@ -2066,4 +2069,4 @@ opt_returning_clause_into atn: -[4, 1, 591, 11842, 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, 2, 466, 7, 466, 2, 467, 7, 467, 2, 468, 7, 468, 2, 469, 7, 469, 2, 470, 7, 470, 2, 471, 7, 471, 2, 472, 7, 472, 2, 473, 7, 473, 2, 474, 7, 474, 2, 475, 7, 475, 2, 476, 7, 476, 2, 477, 7, 477, 2, 478, 7, 478, 2, 479, 7, 479, 2, 480, 7, 480, 2, 481, 7, 481, 2, 482, 7, 482, 2, 483, 7, 483, 2, 484, 7, 484, 2, 485, 7, 485, 2, 486, 7, 486, 2, 487, 7, 487, 2, 488, 7, 488, 2, 489, 7, 489, 2, 490, 7, 490, 2, 491, 7, 491, 2, 492, 7, 492, 2, 493, 7, 493, 2, 494, 7, 494, 2, 495, 7, 495, 2, 496, 7, 496, 2, 497, 7, 497, 2, 498, 7, 498, 2, 499, 7, 499, 2, 500, 7, 500, 2, 501, 7, 501, 2, 502, 7, 502, 2, 503, 7, 503, 2, 504, 7, 504, 2, 505, 7, 505, 2, 506, 7, 506, 2, 507, 7, 507, 2, 508, 7, 508, 2, 509, 7, 509, 2, 510, 7, 510, 2, 511, 7, 511, 2, 512, 7, 512, 2, 513, 7, 513, 2, 514, 7, 514, 2, 515, 7, 515, 2, 516, 7, 516, 2, 517, 7, 517, 2, 518, 7, 518, 2, 519, 7, 519, 2, 520, 7, 520, 2, 521, 7, 521, 2, 522, 7, 522, 2, 523, 7, 523, 2, 524, 7, 524, 2, 525, 7, 525, 2, 526, 7, 526, 2, 527, 7, 527, 2, 528, 7, 528, 2, 529, 7, 529, 2, 530, 7, 530, 2, 531, 7, 531, 2, 532, 7, 532, 2, 533, 7, 533, 2, 534, 7, 534, 2, 535, 7, 535, 2, 536, 7, 536, 2, 537, 7, 537, 2, 538, 7, 538, 2, 539, 7, 539, 2, 540, 7, 540, 2, 541, 7, 541, 2, 542, 7, 542, 2, 543, 7, 543, 2, 544, 7, 544, 2, 545, 7, 545, 2, 546, 7, 546, 2, 547, 7, 547, 2, 548, 7, 548, 2, 549, 7, 549, 2, 550, 7, 550, 2, 551, 7, 551, 2, 552, 7, 552, 2, 553, 7, 553, 2, 554, 7, 554, 2, 555, 7, 555, 2, 556, 7, 556, 2, 557, 7, 557, 2, 558, 7, 558, 2, 559, 7, 559, 2, 560, 7, 560, 2, 561, 7, 561, 2, 562, 7, 562, 2, 563, 7, 563, 2, 564, 7, 564, 2, 565, 7, 565, 2, 566, 7, 566, 2, 567, 7, 567, 2, 568, 7, 568, 2, 569, 7, 569, 2, 570, 7, 570, 2, 571, 7, 571, 2, 572, 7, 572, 2, 573, 7, 573, 2, 574, 7, 574, 2, 575, 7, 575, 2, 576, 7, 576, 2, 577, 7, 577, 2, 578, 7, 578, 2, 579, 7, 579, 2, 580, 7, 580, 2, 581, 7, 581, 2, 582, 7, 582, 2, 583, 7, 583, 2, 584, 7, 584, 2, 585, 7, 585, 2, 586, 7, 586, 2, 587, 7, 587, 2, 588, 7, 588, 2, 589, 7, 589, 2, 590, 7, 590, 2, 591, 7, 591, 2, 592, 7, 592, 2, 593, 7, 593, 2, 594, 7, 594, 2, 595, 7, 595, 2, 596, 7, 596, 2, 597, 7, 597, 2, 598, 7, 598, 2, 599, 7, 599, 2, 600, 7, 600, 2, 601, 7, 601, 2, 602, 7, 602, 2, 603, 7, 603, 2, 604, 7, 604, 2, 605, 7, 605, 2, 606, 7, 606, 2, 607, 7, 607, 2, 608, 7, 608, 2, 609, 7, 609, 2, 610, 7, 610, 2, 611, 7, 611, 2, 612, 7, 612, 2, 613, 7, 613, 2, 614, 7, 614, 2, 615, 7, 615, 2, 616, 7, 616, 2, 617, 7, 617, 2, 618, 7, 618, 2, 619, 7, 619, 2, 620, 7, 620, 2, 621, 7, 621, 2, 622, 7, 622, 2, 623, 7, 623, 2, 624, 7, 624, 2, 625, 7, 625, 2, 626, 7, 626, 2, 627, 7, 627, 2, 628, 7, 628, 2, 629, 7, 629, 2, 630, 7, 630, 2, 631, 7, 631, 2, 632, 7, 632, 2, 633, 7, 633, 2, 634, 7, 634, 2, 635, 7, 635, 2, 636, 7, 636, 2, 637, 7, 637, 2, 638, 7, 638, 2, 639, 7, 639, 2, 640, 7, 640, 2, 641, 7, 641, 2, 642, 7, 642, 2, 643, 7, 643, 2, 644, 7, 644, 2, 645, 7, 645, 2, 646, 7, 646, 2, 647, 7, 647, 2, 648, 7, 648, 2, 649, 7, 649, 2, 650, 7, 650, 2, 651, 7, 651, 2, 652, 7, 652, 2, 653, 7, 653, 2, 654, 7, 654, 2, 655, 7, 655, 2, 656, 7, 656, 2, 657, 7, 657, 2, 658, 7, 658, 2, 659, 7, 659, 2, 660, 7, 660, 2, 661, 7, 661, 2, 662, 7, 662, 2, 663, 7, 663, 2, 664, 7, 664, 2, 665, 7, 665, 2, 666, 7, 666, 2, 667, 7, 667, 2, 668, 7, 668, 2, 669, 7, 669, 2, 670, 7, 670, 2, 671, 7, 671, 2, 672, 7, 672, 2, 673, 7, 673, 2, 674, 7, 674, 2, 675, 7, 675, 2, 676, 7, 676, 2, 677, 7, 677, 2, 678, 7, 678, 2, 679, 7, 679, 2, 680, 7, 680, 2, 681, 7, 681, 2, 682, 7, 682, 2, 683, 7, 683, 2, 684, 7, 684, 2, 685, 7, 685, 2, 686, 7, 686, 2, 687, 7, 687, 2, 688, 7, 688, 2, 689, 7, 689, 2, 690, 7, 690, 2, 691, 7, 691, 2, 692, 7, 692, 2, 693, 7, 693, 2, 694, 7, 694, 2, 695, 7, 695, 2, 696, 7, 696, 2, 697, 7, 697, 2, 698, 7, 698, 2, 699, 7, 699, 2, 700, 7, 700, 2, 701, 7, 701, 2, 702, 7, 702, 2, 703, 7, 703, 2, 704, 7, 704, 2, 705, 7, 705, 2, 706, 7, 706, 2, 707, 7, 707, 2, 708, 7, 708, 2, 709, 7, 709, 2, 710, 7, 710, 2, 711, 7, 711, 2, 712, 7, 712, 2, 713, 7, 713, 2, 714, 7, 714, 2, 715, 7, 715, 2, 716, 7, 716, 2, 717, 7, 717, 2, 718, 7, 718, 2, 719, 7, 719, 2, 720, 7, 720, 2, 721, 7, 721, 2, 722, 7, 722, 2, 723, 7, 723, 2, 724, 7, 724, 2, 725, 7, 725, 2, 726, 7, 726, 2, 727, 7, 727, 2, 728, 7, 728, 2, 729, 7, 729, 2, 730, 7, 730, 2, 731, 7, 731, 2, 732, 7, 732, 2, 733, 7, 733, 2, 734, 7, 734, 2, 735, 7, 735, 2, 736, 7, 736, 2, 737, 7, 737, 2, 738, 7, 738, 2, 739, 7, 739, 2, 740, 7, 740, 2, 741, 7, 741, 2, 742, 7, 742, 2, 743, 7, 743, 2, 744, 7, 744, 2, 745, 7, 745, 2, 746, 7, 746, 2, 747, 7, 747, 2, 748, 7, 748, 2, 749, 7, 749, 2, 750, 7, 750, 2, 751, 7, 751, 2, 752, 7, 752, 2, 753, 7, 753, 2, 754, 7, 754, 2, 755, 7, 755, 2, 756, 7, 756, 2, 757, 7, 757, 2, 758, 7, 758, 2, 759, 7, 759, 2, 760, 7, 760, 2, 761, 7, 761, 2, 762, 7, 762, 2, 763, 7, 763, 2, 764, 7, 764, 2, 765, 7, 765, 2, 766, 7, 766, 2, 767, 7, 767, 2, 768, 7, 768, 2, 769, 7, 769, 2, 770, 7, 770, 2, 771, 7, 771, 2, 772, 7, 772, 2, 773, 7, 773, 2, 774, 7, 774, 2, 775, 7, 775, 2, 776, 7, 776, 2, 777, 7, 777, 2, 778, 7, 778, 2, 779, 7, 779, 2, 780, 7, 780, 2, 781, 7, 781, 2, 782, 7, 782, 2, 783, 7, 783, 2, 784, 7, 784, 2, 785, 7, 785, 2, 786, 7, 786, 2, 787, 7, 787, 2, 788, 7, 788, 2, 789, 7, 789, 2, 790, 7, 790, 2, 791, 7, 791, 2, 792, 7, 792, 2, 793, 7, 793, 2, 794, 7, 794, 2, 795, 7, 795, 2, 796, 7, 796, 2, 797, 7, 797, 2, 798, 7, 798, 2, 799, 7, 799, 2, 800, 7, 800, 2, 801, 7, 801, 2, 802, 7, 802, 2, 803, 7, 803, 2, 804, 7, 804, 2, 805, 7, 805, 2, 806, 7, 806, 2, 807, 7, 807, 2, 808, 7, 808, 2, 809, 7, 809, 2, 810, 7, 810, 2, 811, 7, 811, 2, 812, 7, 812, 2, 813, 7, 813, 2, 814, 7, 814, 2, 815, 7, 815, 2, 816, 7, 816, 2, 817, 7, 817, 2, 818, 7, 818, 2, 819, 7, 819, 2, 820, 7, 820, 2, 821, 7, 821, 2, 822, 7, 822, 2, 823, 7, 823, 2, 824, 7, 824, 2, 825, 7, 825, 2, 826, 7, 826, 2, 827, 7, 827, 2, 828, 7, 828, 2, 829, 7, 829, 2, 830, 7, 830, 2, 831, 7, 831, 2, 832, 7, 832, 2, 833, 7, 833, 2, 834, 7, 834, 2, 835, 7, 835, 2, 836, 7, 836, 2, 837, 7, 837, 2, 838, 7, 838, 2, 839, 7, 839, 2, 840, 7, 840, 2, 841, 7, 841, 2, 842, 7, 842, 2, 843, 7, 843, 2, 844, 7, 844, 2, 845, 7, 845, 2, 846, 7, 846, 2, 847, 7, 847, 2, 848, 7, 848, 2, 849, 7, 849, 2, 850, 7, 850, 2, 851, 7, 851, 2, 852, 7, 852, 2, 853, 7, 853, 2, 854, 7, 854, 2, 855, 7, 855, 2, 856, 7, 856, 2, 857, 7, 857, 2, 858, 7, 858, 2, 859, 7, 859, 2, 860, 7, 860, 2, 861, 7, 861, 2, 862, 7, 862, 2, 863, 7, 863, 2, 864, 7, 864, 2, 865, 7, 865, 2, 866, 7, 866, 2, 867, 7, 867, 2, 868, 7, 868, 2, 869, 7, 869, 2, 870, 7, 870, 2, 871, 7, 871, 2, 872, 7, 872, 2, 873, 7, 873, 2, 874, 7, 874, 2, 875, 7, 875, 1, 0, 5, 0, 1754, 8, 0, 10, 0, 12, 0, 1757, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 1765, 8, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1884, 8, 3, 1, 4, 1, 4, 3, 4, 1888, 8, 4, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 1897, 8, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 5, 8, 1904, 8, 8, 10, 8, 12, 8, 1907, 9, 8, 1, 9, 5, 9, 1910, 8, 9, 10, 9, 12, 9, 1913, 9, 9, 1, 10, 1, 10, 1, 10, 3, 10, 1918, 8, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 1950, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1962, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1968, 8, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1976, 8, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1984, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1990, 8, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 1999, 8, 16, 1, 16, 1, 16, 1, 17, 1, 17, 3, 17, 2005, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 2017, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 2023, 8, 17, 1, 18, 1, 18, 5, 18, 2027, 8, 18, 10, 18, 12, 18, 2030, 9, 18, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2036, 8, 19, 1, 19, 1, 19, 3, 19, 2040, 8, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2045, 8, 19, 1, 19, 1, 19, 3, 19, 2049, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2062, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2073, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 2079, 8, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 3, 23, 2095, 8, 23, 1, 23, 3, 23, 2098, 8, 23, 1, 23, 1, 23, 1, 23, 3, 23, 2103, 8, 23, 1, 23, 1, 23, 1, 24, 1, 24, 3, 24, 2109, 8, 24, 1, 25, 5, 25, 2112, 8, 25, 10, 25, 12, 25, 2115, 9, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 2123, 8, 26, 1, 27, 1, 27, 3, 27, 2127, 8, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 2139, 8, 28, 1, 29, 1, 29, 3, 29, 2143, 8, 29, 1, 29, 3, 29, 2146, 8, 29, 1, 29, 1, 29, 3, 29, 2150, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 2161, 8, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 2179, 8, 30, 1, 31, 1, 31, 1, 31, 5, 31, 2184, 8, 31, 10, 31, 12, 31, 2187, 9, 31, 1, 32, 1, 32, 1, 32, 5, 32, 2192, 8, 32, 10, 32, 12, 32, 2195, 9, 32, 1, 33, 1, 33, 3, 33, 2199, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 2206, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 2212, 8, 35, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 2218, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 2225, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 2236, 8, 37, 1, 38, 1, 38, 3, 38, 2240, 8, 38, 1, 39, 1, 39, 3, 39, 2244, 8, 39, 1, 40, 1, 40, 3, 40, 2248, 8, 40, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 2261, 8, 42, 1, 43, 1, 43, 3, 43, 2265, 8, 43, 1, 44, 1, 44, 1, 44, 3, 44, 2270, 8, 44, 1, 45, 1, 45, 1, 45, 3, 45, 2275, 8, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 2287, 8, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 3, 48, 2296, 8, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 2308, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2313, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2324, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2330, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2335, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2345, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2350, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2357, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2362, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2367, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2378, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2384, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2389, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2397, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2406, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2421, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2427, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2433, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2438, 8, 52, 1, 53, 1, 53, 1, 53, 5, 53, 2443, 8, 53, 10, 53, 12, 53, 2446, 9, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2457, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 2463, 8, 55, 10, 55, 12, 55, 2466, 9, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 3, 56, 2473, 8, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2491, 8, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 3, 60, 2500, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2514, 8, 60, 1, 60, 1, 60, 3, 60, 2518, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2533, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2541, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2551, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2591, 8, 60, 1, 60, 3, 60, 2594, 8, 60, 1, 60, 1, 60, 3, 60, 2598, 8, 60, 1, 60, 1, 60, 3, 60, 2602, 8, 60, 1, 60, 3, 60, 2605, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2610, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2617, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2626, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2632, 8, 60, 1, 60, 1, 60, 3, 60, 2636, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2645, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2653, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2662, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2671, 8, 60, 1, 60, 1, 60, 3, 60, 2675, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2682, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2688, 8, 60, 1, 60, 1, 60, 3, 60, 2692, 8, 60, 1, 60, 1, 60, 3, 60, 2696, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2701, 8, 60, 1, 60, 3, 60, 2704, 8, 60, 1, 60, 1, 60, 3, 60, 2708, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2714, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2721, 8, 61, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2737, 8, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 5, 68, 2749, 8, 68, 10, 68, 12, 68, 2752, 9, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2761, 8, 69, 3, 69, 2763, 8, 69, 1, 70, 4, 70, 2766, 8, 70, 11, 70, 12, 70, 2767, 1, 71, 1, 71, 3, 71, 2772, 8, 71, 1, 71, 3, 71, 2775, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2781, 8, 71, 3, 71, 2783, 8, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2811, 8, 72, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 5, 74, 2819, 8, 74, 10, 74, 12, 74, 2822, 9, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 5, 76, 2832, 8, 76, 10, 76, 12, 76, 2835, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2841, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2846, 8, 77, 1, 77, 1, 77, 3, 77, 2850, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2856, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2861, 8, 77, 1, 77, 3, 77, 2864, 8, 77, 3, 77, 2866, 8, 77, 1, 78, 1, 78, 1, 78, 3, 78, 2871, 8, 78, 1, 79, 1, 79, 3, 79, 2875, 8, 79, 1, 79, 1, 79, 3, 79, 2879, 8, 79, 1, 79, 1, 79, 3, 79, 2883, 8, 79, 1, 79, 1, 79, 3, 79, 2887, 8, 79, 1, 79, 3, 79, 2890, 8, 79, 1, 79, 1, 79, 3, 79, 2894, 8, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 3, 79, 2902, 8, 79, 1, 79, 1, 79, 3, 79, 2906, 8, 79, 1, 79, 1, 79, 3, 79, 2910, 8, 79, 1, 80, 1, 80, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 3, 82, 2919, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2926, 8, 83, 1, 84, 5, 84, 2929, 8, 84, 10, 84, 12, 84, 2932, 9, 84, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2938, 8, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2943, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2950, 8, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2955, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2973, 8, 85, 1, 86, 1, 86, 1, 87, 3, 87, 2978, 8, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 5, 89, 2988, 8, 89, 10, 89, 12, 89, 2991, 9, 89, 1, 90, 1, 90, 3, 90, 2995, 8, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 3004, 8, 91, 1, 92, 1, 92, 1, 92, 5, 92, 3009, 8, 92, 10, 92, 12, 92, 3012, 9, 92, 1, 93, 1, 93, 1, 94, 1, 94, 3, 94, 3018, 8, 94, 1, 94, 1, 94, 3, 94, 3022, 8, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3027, 8, 94, 1, 94, 1, 94, 3, 94, 3031, 8, 94, 1, 94, 3, 94, 3034, 8, 94, 1, 94, 3, 94, 3037, 8, 94, 1, 94, 3, 94, 3040, 8, 94, 1, 94, 3, 94, 3043, 8, 94, 1, 94, 3, 94, 3046, 8, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3051, 8, 94, 1, 94, 3, 94, 3054, 8, 94, 1, 94, 3, 94, 3057, 8, 94, 1, 94, 3, 94, 3060, 8, 94, 1, 94, 3, 94, 3063, 8, 94, 1, 94, 3, 94, 3066, 8, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3072, 8, 94, 1, 94, 1, 94, 3, 94, 3076, 8, 94, 1, 94, 3, 94, 3079, 8, 94, 1, 94, 3, 94, 3082, 8, 94, 1, 94, 3, 94, 3085, 8, 94, 1, 94, 3, 94, 3088, 8, 94, 3, 94, 3090, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 3, 96, 3105, 8, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 5, 100, 3118, 8, 100, 10, 100, 12, 100, 3121, 9, 100, 1, 101, 1, 101, 1, 101, 5, 101, 3126, 8, 101, 10, 101, 12, 101, 3129, 9, 101, 1, 102, 1, 102, 1, 102, 3, 102, 3134, 8, 102, 1, 103, 1, 103, 3, 103, 3138, 8, 103, 1, 104, 1, 104, 1, 104, 3, 104, 3143, 8, 104, 1, 104, 3, 104, 3146, 8, 104, 1, 104, 3, 104, 3149, 8, 104, 1, 104, 1, 104, 3, 104, 3153, 8, 104, 1, 104, 1, 104, 3, 104, 3157, 8, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3171, 8, 106, 1, 107, 1, 107, 1, 107, 3, 107, 3176, 8, 107, 1, 107, 1, 107, 1, 108, 5, 108, 3181, 8, 108, 10, 108, 12, 108, 3184, 9, 108, 1, 109, 1, 109, 3, 109, 3188, 8, 109, 1, 109, 1, 109, 3, 109, 3192, 8, 109, 1, 109, 3, 109, 3195, 8, 109, 1, 109, 1, 109, 3, 109, 3199, 8, 109, 1, 109, 3, 109, 3202, 8, 109, 3, 109, 3204, 8, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3211, 8, 110, 1, 110, 3, 110, 3214, 8, 110, 1, 110, 1, 110, 3, 110, 3218, 8, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3224, 8, 110, 1, 110, 3, 110, 3227, 8, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3234, 8, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3243, 8, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3250, 8, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3255, 8, 110, 1, 110, 3, 110, 3258, 8, 110, 1, 110, 3, 110, 3261, 8, 110, 1, 110, 3, 110, 3264, 8, 110, 1, 111, 1, 111, 3, 111, 3268, 8, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 3, 112, 3275, 8, 112, 1, 113, 1, 113, 1, 113, 3, 113, 3280, 8, 113, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 5, 116, 3291, 8, 116, 10, 116, 12, 116, 3294, 9, 116, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3303, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3316, 8, 119, 1, 119, 3, 119, 3319, 8, 119, 1, 119, 3, 119, 3322, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3329, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3337, 8, 119, 1, 119, 3, 119, 3340, 8, 119, 1, 119, 3, 119, 3343, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3350, 8, 119, 1, 119, 1, 119, 3, 119, 3354, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3360, 8, 119, 1, 119, 3, 119, 3363, 8, 119, 1, 119, 3, 119, 3366, 8, 119, 1, 119, 3, 119, 3369, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3381, 8, 119, 1, 119, 3, 119, 3384, 8, 119, 1, 119, 3, 119, 3387, 8, 119, 1, 119, 1, 119, 3, 119, 3391, 8, 119, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 5, 123, 3407, 8, 123, 10, 123, 12, 123, 3410, 9, 123, 1, 124, 1, 124, 1, 124, 5, 124, 3415, 8, 124, 10, 124, 12, 124, 3418, 9, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 5, 127, 3431, 8, 127, 10, 127, 12, 127, 3434, 9, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3444, 8, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 3459, 8, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3476, 8, 133, 3, 133, 3478, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 5, 137, 3497, 8, 137, 10, 137, 12, 137, 3500, 9, 137, 1, 138, 1, 138, 3, 138, 3504, 8, 138, 1, 138, 3, 138, 3507, 8, 138, 1, 138, 1, 138, 3, 138, 3511, 8, 138, 1, 138, 3, 138, 3514, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3520, 8, 138, 1, 138, 3, 138, 3523, 8, 138, 3, 138, 3525, 8, 138, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 3536, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 3545, 8, 141, 1, 142, 1, 142, 1, 142, 1, 143, 3, 143, 3551, 8, 143, 1, 143, 3, 143, 3554, 8, 143, 1, 143, 3, 143, 3557, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 3, 146, 3571, 8, 146, 1, 146, 3, 146, 3574, 8, 146, 1, 146, 3, 146, 3577, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3582, 8, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 3, 147, 3590, 8, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 3, 148, 3599, 8, 148, 1, 148, 1, 148, 3, 148, 3603, 8, 148, 1, 148, 1, 148, 1, 148, 1, 148, 3, 148, 3609, 8, 148, 1, 149, 1, 149, 3, 149, 3613, 8, 149, 1, 149, 3, 149, 3616, 8, 149, 1, 149, 3, 149, 3619, 8, 149, 1, 149, 3, 149, 3622, 8, 149, 1, 149, 3, 149, 3625, 8, 149, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3631, 8, 150, 1, 151, 1, 151, 3, 151, 3635, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3640, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3646, 8, 151, 1, 152, 1, 152, 3, 152, 3650, 8, 152, 1, 152, 3, 152, 3653, 8, 152, 1, 152, 3, 152, 3656, 8, 152, 1, 152, 3, 152, 3659, 8, 152, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3667, 8, 154, 1, 154, 1, 154, 3, 154, 3671, 8, 154, 1, 155, 1, 155, 3, 155, 3675, 8, 155, 1, 155, 1, 155, 3, 155, 3679, 8, 155, 1, 155, 1, 155, 3, 155, 3683, 8, 155, 1, 156, 1, 156, 1, 156, 3, 156, 3688, 8, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 4, 159, 3700, 8, 159, 11, 159, 12, 159, 3701, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 3711, 8, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 3728, 8, 160, 1, 160, 1, 160, 1, 160, 3, 160, 3733, 8, 160, 1, 160, 3, 160, 3736, 8, 160, 3, 160, 3738, 8, 160, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3748, 8, 162, 1, 163, 1, 163, 1, 163, 5, 163, 3753, 8, 163, 10, 163, 12, 163, 3756, 9, 163, 1, 164, 1, 164, 3, 164, 3760, 8, 164, 1, 164, 3, 164, 3763, 8, 164, 1, 164, 3, 164, 3766, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 3773, 8, 164, 1, 164, 3, 164, 3776, 8, 164, 3, 164, 3778, 8, 164, 1, 165, 1, 165, 1, 166, 1, 166, 3, 166, 3784, 8, 166, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 3, 168, 3793, 8, 168, 1, 169, 1, 169, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 3803, 8, 171, 1, 171, 1, 171, 1, 171, 3, 171, 3808, 8, 171, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 3, 173, 3816, 8, 173, 1, 173, 1, 173, 3, 173, 3820, 8, 173, 1, 173, 1, 173, 1, 174, 5, 174, 3825, 8, 174, 10, 174, 12, 174, 3828, 9, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 3837, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 5, 177, 3846, 8, 177, 10, 177, 12, 177, 3849, 9, 177, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 3956, 8, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 3964, 8, 180, 1, 180, 3, 180, 3967, 8, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 3977, 8, 181, 1, 182, 4, 182, 3980, 8, 182, 11, 182, 12, 182, 3981, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 3992, 8, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 4003, 8, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 5, 186, 4013, 8, 186, 10, 186, 12, 186, 4016, 9, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 5, 188, 4026, 8, 188, 10, 188, 12, 188, 4029, 9, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 3, 189, 4038, 8, 189, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 3, 193, 4050, 8, 193, 1, 193, 1, 193, 3, 193, 4054, 8, 193, 1, 193, 3, 193, 4057, 8, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 3, 193, 4064, 8, 193, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 3, 195, 4072, 8, 195, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 3, 197, 4082, 8, 197, 3, 197, 4084, 8, 197, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4090, 8, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4095, 8, 198, 1, 198, 1, 198, 3, 198, 4099, 8, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4104, 8, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4110, 8, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4117, 8, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4123, 8, 198, 3, 198, 4125, 8, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4132, 8, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4140, 8, 199, 1, 200, 1, 200, 1, 200, 3, 200, 4145, 8, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 3, 202, 4156, 8, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 3, 202, 4163, 8, 202, 1, 203, 1, 203, 3, 203, 4167, 8, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 3, 205, 4184, 8, 205, 1, 205, 3, 205, 4187, 8, 205, 1, 205, 3, 205, 4190, 8, 205, 1, 205, 3, 205, 4193, 8, 205, 1, 205, 3, 205, 4196, 8, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4204, 8, 206, 1, 206, 3, 206, 4207, 8, 206, 1, 206, 3, 206, 4210, 8, 206, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4216, 8, 207, 1, 207, 1, 207, 1, 208, 1, 208, 5, 208, 4222, 8, 208, 10, 208, 12, 208, 4225, 9, 208, 1, 208, 3, 208, 4228, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 4240, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 4246, 8, 208, 1, 209, 3, 209, 4249, 8, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4254, 8, 209, 1, 209, 1, 209, 3, 209, 4258, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4265, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4276, 8, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 214, 3, 214, 4299, 8, 214, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 219, 1, 219, 3, 219, 4319, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 4328, 8, 219, 1, 219, 3, 219, 4331, 8, 219, 1, 219, 3, 219, 4334, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 4344, 8, 219, 1, 219, 3, 219, 4347, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 4356, 8, 219, 1, 219, 1, 219, 3, 219, 4360, 8, 219, 1, 219, 3, 219, 4363, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 4371, 8, 219, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 4377, 8, 220, 1, 221, 1, 221, 3, 221, 4381, 8, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 5, 223, 4390, 8, 223, 10, 223, 12, 223, 4393, 9, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 4402, 8, 224, 1, 225, 1, 225, 1, 225, 1, 226, 4, 226, 4408, 8, 226, 11, 226, 12, 226, 4409, 1, 227, 1, 227, 1, 227, 3, 227, 4415, 8, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 229, 1, 229, 1, 230, 1, 230, 1, 231, 1, 231, 3, 231, 4427, 8, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 233, 1, 233, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 4444, 8, 235, 1, 236, 1, 236, 3, 236, 4448, 8, 236, 1, 236, 1, 236, 5, 236, 4452, 8, 236, 10, 236, 12, 236, 4455, 9, 236, 1, 237, 1, 237, 1, 237, 1, 237, 3, 237, 4461, 8, 237, 1, 238, 1, 238, 1, 238, 1, 239, 5, 239, 4467, 8, 239, 10, 239, 12, 239, 4470, 9, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 4483, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 3, 241, 4509, 8, 241, 1, 242, 1, 242, 1, 242, 5, 242, 4514, 8, 242, 10, 242, 12, 242, 4517, 9, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 244, 1, 244, 1, 244, 5, 244, 4528, 8, 244, 10, 244, 12, 244, 4531, 9, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 3, 246, 4541, 8, 246, 1, 246, 3, 246, 4544, 8, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 3, 248, 4557, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 3, 248, 4566, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 3, 248, 4591, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 3, 248, 4602, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 3, 248, 4644, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 3, 248, 4652, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 3, 248, 4658, 8, 248, 1, 249, 1, 249, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, 5, 250, 4667, 8, 250, 10, 250, 12, 250, 4670, 9, 250, 1, 251, 1, 251, 1, 251, 3, 251, 4675, 8, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 3, 252, 4683, 8, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 254, 1, 254, 1, 254, 5, 254, 4692, 8, 254, 10, 254, 12, 254, 4695, 9, 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 256, 1, 256, 1, 257, 1, 257, 1, 257, 5, 257, 4706, 8, 257, 10, 257, 12, 257, 4709, 9, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4717, 8, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4722, 8, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 4733, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 4744, 8, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 4752, 8, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 5, 261, 4760, 8, 261, 10, 261, 12, 261, 4763, 9, 261, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 4769, 8, 262, 1, 262, 3, 262, 4772, 8, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 4778, 8, 262, 1, 262, 3, 262, 4781, 8, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 4796, 8, 262, 1, 263, 1, 263, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 4809, 8, 265, 1, 266, 1, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 3, 268, 4838, 8, 268, 1, 269, 1, 269, 1, 269, 5, 269, 4843, 8, 269, 10, 269, 12, 269, 4846, 9, 269, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 4860, 8, 270, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 272, 1, 272, 1, 272, 3, 272, 4872, 8, 272, 1, 272, 1, 272, 3, 272, 4876, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4881, 8, 272, 1, 272, 1, 272, 3, 272, 4885, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4890, 8, 272, 1, 272, 1, 272, 3, 272, 4894, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4900, 8, 272, 1, 272, 1, 272, 3, 272, 4904, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4909, 8, 272, 1, 272, 1, 272, 3, 272, 4913, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4919, 8, 272, 1, 272, 1, 272, 3, 272, 4923, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4928, 8, 272, 1, 272, 1, 272, 3, 272, 4932, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4937, 8, 272, 1, 272, 1, 272, 3, 272, 4941, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4946, 8, 272, 1, 272, 1, 272, 3, 272, 4950, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4957, 8, 272, 1, 272, 1, 272, 3, 272, 4961, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4968, 8, 272, 1, 272, 1, 272, 3, 272, 4972, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4979, 8, 272, 1, 272, 1, 272, 3, 272, 4983, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4990, 8, 272, 1, 272, 1, 272, 3, 272, 4994, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5000, 8, 272, 1, 272, 1, 272, 3, 272, 5004, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5010, 8, 272, 1, 272, 1, 272, 3, 272, 5014, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5019, 8, 272, 1, 272, 1, 272, 3, 272, 5023, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5030, 8, 272, 1, 272, 1, 272, 3, 272, 5034, 8, 272, 1, 272, 1, 272, 3, 272, 5038, 8, 272, 1, 272, 1, 272, 3, 272, 5042, 8, 272, 1, 272, 1, 272, 3, 272, 5046, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5051, 8, 272, 1, 272, 1, 272, 3, 272, 5055, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5060, 8, 272, 1, 272, 1, 272, 3, 272, 5064, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5069, 8, 272, 1, 272, 1, 272, 3, 272, 5073, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5078, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5084, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5089, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5095, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5100, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5106, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5111, 8, 272, 1, 272, 1, 272, 3, 272, 5115, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5120, 8, 272, 1, 272, 1, 272, 3, 272, 5124, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5130, 8, 272, 1, 272, 1, 272, 3, 272, 5134, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5139, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5147, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5153, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5159, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5165, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5171, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5178, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5183, 8, 272, 1, 272, 1, 272, 3, 272, 5187, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5192, 8, 272, 1, 272, 1, 272, 3, 272, 5196, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5201, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5207, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5214, 8, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5219, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5226, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5236, 8, 272, 1, 272, 1, 272, 3, 272, 5240, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5246, 8, 272, 3, 272, 5248, 8, 272, 1, 273, 1, 273, 1, 273, 5, 273, 5253, 8, 273, 10, 273, 12, 273, 5256, 9, 273, 1, 274, 3, 274, 5259, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5264, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5282, 8, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5297, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5315, 8, 275, 1, 276, 1, 276, 1, 277, 1, 277, 1, 277, 5, 277, 5322, 8, 277, 10, 277, 12, 277, 5325, 9, 277, 1, 278, 1, 278, 1, 278, 1, 278, 1, 279, 1, 279, 3, 279, 5333, 8, 279, 1, 280, 1, 280, 3, 280, 5337, 8, 280, 1, 281, 1, 281, 4, 281, 5341, 8, 281, 11, 281, 12, 281, 5342, 1, 282, 1, 282, 1, 282, 5, 282, 5348, 8, 282, 10, 282, 12, 282, 5351, 9, 282, 1, 283, 1, 283, 3, 283, 5355, 8, 283, 1, 283, 1, 283, 1, 283, 5, 283, 5360, 8, 283, 10, 283, 12, 283, 5363, 9, 283, 1, 283, 1, 283, 3, 283, 5367, 8, 283, 1, 283, 3, 283, 5370, 8, 283, 1, 284, 3, 284, 5373, 8, 284, 1, 284, 1, 284, 3, 284, 5377, 8, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 3, 285, 5448, 8, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 3, 285, 5544, 8, 285, 1, 286, 1, 286, 3, 286, 5548, 8, 286, 1, 287, 1, 287, 1, 287, 3, 287, 5553, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5564, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5575, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5586, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5597, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5608, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5620, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5631, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5642, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5652, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5659, 8, 287, 1, 288, 1, 288, 1, 288, 1, 289, 1, 289, 3, 289, 5666, 8, 289, 1, 290, 1, 290, 1, 290, 1, 290, 3, 290, 5672, 8, 290, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5680, 8, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5685, 8, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5690, 8, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5695, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5701, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5708, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5714, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5720, 8, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5725, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5731, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5738, 8, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5743, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5749, 8, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5756, 8, 291, 1, 291, 3, 291, 5759, 8, 291, 1, 292, 1, 292, 1, 293, 1, 293, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 3, 294, 5772, 8, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 3, 295, 5781, 8, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 3, 295, 5793, 8, 295, 3, 295, 5795, 8, 295, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 3, 296, 5813, 8, 296, 1, 297, 1, 297, 1, 297, 5, 297, 5818, 8, 297, 10, 297, 12, 297, 5821, 9, 297, 1, 298, 1, 298, 1, 299, 1, 299, 1, 299, 5, 299, 5828, 8, 299, 10, 299, 12, 299, 5831, 9, 299, 1, 300, 1, 300, 3, 300, 5835, 8, 300, 1, 300, 1, 300, 3, 300, 5839, 8, 300, 1, 300, 1, 300, 3, 300, 5843, 8, 300, 1, 300, 1, 300, 3, 300, 5847, 8, 300, 3, 300, 5849, 8, 300, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 1, 301, 3, 301, 5909, 8, 301, 1, 302, 1, 302, 1, 302, 5, 302, 5914, 8, 302, 10, 302, 12, 302, 5917, 9, 302, 1, 303, 1, 303, 1, 303, 3, 303, 5922, 8, 303, 1, 304, 1, 304, 1, 304, 1, 304, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 3, 305, 5933, 8, 305, 1, 305, 3, 305, 5936, 8, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 3, 306, 5943, 8, 306, 1, 306, 3, 306, 5946, 8, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 3, 306, 5956, 8, 306, 1, 306, 3, 306, 5959, 8, 306, 3, 306, 5961, 8, 306, 1, 307, 1, 307, 1, 307, 1, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 310, 5, 310, 5978, 8, 310, 10, 310, 12, 310, 5981, 9, 310, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 3, 311, 5992, 8, 311, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6001, 8, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6010, 8, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6022, 8, 312, 3, 312, 6024, 8, 312, 1, 313, 1, 313, 1, 314, 1, 314, 3, 314, 6030, 8, 314, 1, 314, 1, 314, 3, 314, 6034, 8, 314, 1, 314, 3, 314, 6037, 8, 314, 1, 314, 3, 314, 6040, 8, 314, 1, 314, 1, 314, 1, 314, 3, 314, 6045, 8, 314, 1, 314, 1, 314, 1, 314, 1, 314, 3, 314, 6051, 8, 314, 1, 314, 3, 314, 6054, 8, 314, 1, 314, 3, 314, 6057, 8, 314, 1, 314, 3, 314, 6060, 8, 314, 1, 314, 3, 314, 6063, 8, 314, 1, 315, 1, 315, 1, 316, 1, 316, 1, 317, 1, 317, 1, 318, 1, 318, 1, 318, 1, 319, 1, 319, 1, 319, 5, 319, 6077, 8, 319, 10, 319, 12, 319, 6080, 9, 319, 1, 320, 3, 320, 6083, 8, 320, 1, 320, 3, 320, 6086, 8, 320, 1, 320, 3, 320, 6089, 8, 320, 1, 320, 3, 320, 6092, 8, 320, 1, 320, 3, 320, 6095, 8, 320, 1, 320, 1, 320, 1, 320, 3, 320, 6100, 8, 320, 1, 320, 3, 320, 6103, 8, 320, 3, 320, 6105, 8, 320, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 3, 321, 6118, 8, 321, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 323, 1, 323, 1, 323, 5, 323, 6128, 8, 323, 10, 323, 12, 323, 6131, 9, 323, 1, 324, 1, 324, 1, 324, 1, 325, 1, 325, 1, 326, 1, 326, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 6144, 8, 327, 1, 328, 1, 328, 3, 328, 6148, 8, 328, 1, 328, 1, 328, 1, 328, 1, 328, 3, 328, 6154, 8, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 1, 328, 3, 328, 6164, 8, 328, 3, 328, 6166, 8, 328, 1, 328, 1, 328, 1, 328, 3, 328, 6171, 8, 328, 1, 329, 1, 329, 1, 329, 1, 329, 5, 329, 6177, 8, 329, 10, 329, 12, 329, 6180, 9, 329, 1, 329, 1, 329, 1, 330, 1, 330, 1, 330, 1, 331, 1, 331, 3, 331, 6189, 8, 331, 1, 331, 1, 331, 1, 332, 1, 332, 1, 332, 5, 332, 6196, 8, 332, 10, 332, 12, 332, 6199, 9, 332, 1, 333, 1, 333, 1, 333, 5, 333, 6204, 8, 333, 10, 333, 12, 333, 6207, 9, 333, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 3, 334, 6215, 8, 334, 3, 334, 6217, 8, 334, 1, 335, 1, 335, 1, 335, 5, 335, 6222, 8, 335, 10, 335, 12, 335, 6225, 9, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6233, 8, 336, 3, 336, 6235, 8, 336, 1, 337, 1, 337, 1, 337, 5, 337, 6240, 8, 337, 10, 337, 12, 337, 6243, 9, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6251, 8, 338, 3, 338, 6253, 8, 338, 1, 339, 1, 339, 3, 339, 6257, 8, 339, 1, 339, 1, 339, 1, 340, 1, 340, 1, 340, 5, 340, 6264, 8, 340, 10, 340, 12, 340, 6267, 9, 340, 1, 341, 1, 341, 3, 341, 6271, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6277, 8, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6282, 8, 341, 1, 342, 1, 342, 3, 342, 6286, 8, 342, 1, 342, 1, 342, 1, 342, 3, 342, 6291, 8, 342, 1, 343, 1, 343, 1, 344, 1, 344, 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, 6309, 8, 345, 1, 346, 1, 346, 1, 346, 3, 346, 6314, 8, 346, 1, 347, 1, 347, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 1, 348, 3, 348, 6329, 8, 348, 1, 348, 1, 348, 1, 349, 1, 349, 1, 349, 5, 349, 6336, 8, 349, 10, 349, 12, 349, 6339, 9, 349, 1, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 5, 351, 6347, 8, 351, 10, 351, 12, 351, 6350, 9, 351, 1, 352, 4, 352, 6353, 8, 352, 11, 352, 12, 352, 6354, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 3, 353, 6392, 8, 353, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 3, 354, 6412, 8, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 3, 354, 6419, 8, 354, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 5, 355, 6428, 8, 355, 10, 355, 12, 355, 6431, 9, 355, 1, 356, 1, 356, 1, 356, 1, 357, 1, 357, 1, 357, 1, 358, 1, 358, 1, 358, 5, 358, 6442, 8, 358, 10, 358, 12, 358, 6445, 9, 358, 1, 359, 1, 359, 1, 359, 1, 359, 3, 359, 6451, 8, 359, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 3, 360, 6459, 8, 360, 1, 361, 4, 361, 6462, 8, 361, 11, 361, 12, 361, 6463, 1, 362, 1, 362, 1, 363, 1, 363, 1, 363, 3, 363, 6471, 8, 363, 1, 363, 1, 363, 3, 363, 6475, 8, 363, 1, 363, 1, 363, 1, 363, 3, 363, 6480, 8, 363, 1, 363, 1, 363, 3, 363, 6484, 8, 363, 1, 363, 1, 363, 1, 363, 3, 363, 6489, 8, 363, 1, 363, 1, 363, 3, 363, 6493, 8, 363, 3, 363, 6495, 8, 363, 1, 364, 1, 364, 1, 364, 3, 364, 6500, 8, 364, 1, 364, 1, 364, 3, 364, 6504, 8, 364, 1, 365, 1, 365, 1, 365, 3, 365, 6509, 8, 365, 1, 365, 1, 365, 3, 365, 6513, 8, 365, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 3, 366, 6537, 8, 366, 1, 367, 1, 367, 1, 367, 5, 367, 6542, 8, 367, 10, 367, 12, 367, 6545, 9, 367, 1, 367, 1, 367, 1, 368, 1, 368, 1, 368, 5, 368, 6552, 8, 368, 10, 368, 12, 368, 6555, 9, 368, 1, 369, 1, 369, 1, 369, 1, 370, 1, 370, 1, 370, 1, 371, 4, 371, 6564, 8, 371, 11, 371, 12, 371, 6565, 1, 372, 1, 372, 1, 372, 3, 372, 6571, 8, 372, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 3, 373, 6584, 8, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 3, 373, 6596, 8, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 3, 373, 6608, 8, 373, 3, 373, 6610, 8, 373, 1, 374, 1, 374, 1, 374, 1, 374, 3, 374, 6616, 8, 374, 1, 375, 1, 375, 1, 375, 1, 376, 1, 376, 3, 376, 6623, 8, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 376, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 3, 377, 6668, 8, 377, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 3, 378, 6686, 8, 378, 1, 379, 1, 379, 3, 379, 6690, 8, 379, 1, 379, 1, 379, 1, 379, 3, 379, 6695, 8, 379, 1, 379, 3, 379, 6698, 8, 379, 1, 380, 1, 380, 3, 380, 6702, 8, 380, 1, 380, 1, 380, 1, 380, 3, 380, 6707, 8, 380, 1, 380, 1, 380, 1, 380, 3, 380, 6712, 8, 380, 1, 380, 3, 380, 6715, 8, 380, 1, 381, 1, 381, 1, 381, 5, 381, 6720, 8, 381, 10, 381, 12, 381, 6723, 9, 381, 1, 382, 1, 382, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 1, 383, 3, 383, 6739, 8, 383, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6810, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6841, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6895, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6905, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6915, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6926, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6936, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6947, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6957, 8, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6962, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6971, 8, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6976, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6986, 8, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6991, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7000, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7013, 8, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7018, 8, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 7130, 8, 384, 3, 384, 7132, 8, 384, 1, 385, 1, 385, 1, 385, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7141, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7152, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7163, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7176, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7188, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7199, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7206, 8, 386, 1, 387, 1, 387, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7296, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7349, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7359, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7370, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7381, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7395, 8, 388, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 390, 1, 390, 1, 390, 5, 390, 7408, 8, 390, 10, 390, 12, 390, 7411, 9, 390, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 3, 391, 7421, 8, 391, 1, 392, 1, 392, 1, 392, 1, 392, 1, 392, 3, 392, 7428, 8, 392, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7482, 8, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7623, 8, 394, 1, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7629, 8, 395, 1, 395, 3, 395, 7632, 8, 395, 1, 396, 1, 396, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 1, 397, 3, 397, 7642, 8, 397, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7682, 8, 398, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 3, 399, 7692, 8, 399, 1, 400, 1, 400, 1, 400, 5, 400, 7697, 8, 400, 10, 400, 12, 400, 7700, 9, 400, 1, 401, 1, 401, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7722, 8, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7731, 8, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7740, 8, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7749, 8, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7782, 8, 402, 1, 403, 1, 403, 3, 403, 7786, 8, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7796, 8, 403, 1, 403, 1, 403, 3, 403, 7800, 8, 403, 1, 403, 1, 403, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7810, 8, 404, 1, 405, 3, 405, 7813, 8, 405, 1, 405, 1, 405, 3, 405, 7817, 8, 405, 5, 405, 7819, 8, 405, 10, 405, 12, 405, 7822, 9, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 3, 406, 7829, 8, 406, 1, 407, 1, 407, 1, 408, 1, 408, 1, 409, 1, 409, 1, 410, 1, 410, 1, 410, 3, 410, 7840, 8, 410, 1, 411, 1, 411, 1, 411, 1, 412, 1, 412, 1, 412, 1, 413, 1, 413, 1, 413, 1, 413, 3, 413, 7852, 8, 413, 1, 414, 1, 414, 3, 414, 7856, 8, 414, 1, 414, 3, 414, 7859, 8, 414, 1, 414, 1, 414, 3, 414, 7863, 8, 414, 1, 414, 3, 414, 7866, 8, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7871, 8, 414, 1, 414, 1, 414, 3, 414, 7875, 8, 414, 1, 414, 3, 414, 7878, 8, 414, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7884, 8, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7895, 8, 414, 1, 414, 3, 414, 7898, 8, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7905, 8, 414, 1, 414, 1, 414, 3, 414, 7909, 8, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7914, 8, 414, 1, 414, 3, 414, 7917, 8, 414, 3, 414, 7919, 8, 414, 1, 415, 1, 415, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 3, 416, 7933, 8, 416, 1, 417, 1, 417, 3, 417, 7937, 8, 417, 1, 417, 5, 417, 7940, 8, 417, 10, 417, 12, 417, 7943, 9, 417, 1, 418, 1, 418, 1, 419, 1, 419, 3, 419, 7949, 8, 419, 1, 419, 1, 419, 1, 420, 1, 420, 1, 420, 3, 420, 7956, 8, 420, 1, 420, 3, 420, 7959, 8, 420, 1, 420, 1, 420, 1, 420, 3, 420, 7964, 8, 420, 1, 420, 3, 420, 7967, 8, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 3, 420, 7976, 8, 420, 3, 420, 7978, 8, 420, 1, 420, 1, 420, 1, 420, 3, 420, 7983, 8, 420, 1, 421, 1, 421, 3, 421, 7987, 8, 421, 1, 421, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 1, 423, 1, 423, 1, 423, 1, 423, 3, 423, 7999, 8, 423, 1, 423, 3, 423, 8002, 8, 423, 1, 424, 1, 424, 1, 425, 4, 425, 8007, 8, 425, 11, 425, 12, 425, 8008, 1, 426, 1, 426, 3, 426, 8013, 8, 426, 1, 426, 1, 426, 1, 426, 3, 426, 8018, 8, 426, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 1, 427, 3, 427, 8028, 8, 427, 1, 428, 1, 428, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 3, 429, 8038, 8, 429, 1, 429, 3, 429, 8041, 8, 429, 1, 429, 3, 429, 8044, 8, 429, 3, 429, 8046, 8, 429, 1, 430, 1, 430, 1, 430, 1, 430, 3, 430, 8052, 8, 430, 1, 431, 1, 431, 1, 431, 5, 431, 8057, 8, 431, 10, 431, 12, 431, 8060, 9, 431, 1, 432, 1, 432, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 435, 1, 435, 1, 435, 1, 435, 3, 435, 8079, 8, 435, 1, 435, 1, 435, 1, 435, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 3, 436, 8099, 8, 436, 1, 436, 1, 436, 3, 436, 8103, 8, 436, 1, 436, 1, 436, 1, 436, 3, 436, 8108, 8, 436, 1, 437, 1, 437, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 3, 439, 8177, 8, 439, 1, 439, 1, 439, 1, 439, 3, 439, 8182, 8, 439, 1, 440, 1, 440, 1, 441, 1, 441, 3, 441, 8188, 8, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 442, 1, 442, 3, 442, 8201, 8, 442, 1, 442, 1, 442, 3, 442, 8205, 8, 442, 1, 442, 1, 442, 3, 442, 8209, 8, 442, 1, 442, 1, 442, 1, 442, 1, 442, 3, 442, 8215, 8, 442, 3, 442, 8217, 8, 442, 1, 443, 1, 443, 1, 443, 1, 443, 5, 443, 8223, 8, 443, 10, 443, 12, 443, 8226, 9, 443, 1, 443, 1, 443, 1, 444, 1, 444, 1, 444, 1, 445, 1, 445, 3, 445, 8235, 8, 445, 1, 445, 3, 445, 8238, 8, 445, 1, 445, 3, 445, 8241, 8, 445, 1, 445, 3, 445, 8244, 8, 445, 1, 445, 3, 445, 8247, 8, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 3, 445, 8254, 8, 445, 1, 445, 3, 445, 8257, 8, 445, 3, 445, 8259, 8, 445, 1, 446, 1, 446, 3, 446, 8263, 8, 446, 1, 446, 3, 446, 8266, 8, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 3, 446, 8273, 8, 446, 3, 446, 8275, 8, 446, 1, 447, 1, 447, 1, 447, 5, 447, 8280, 8, 447, 10, 447, 12, 447, 8283, 9, 447, 1, 448, 1, 448, 1, 449, 1, 449, 3, 449, 8289, 8, 449, 1, 450, 1, 450, 3, 450, 8293, 8, 450, 1, 451, 1, 451, 3, 451, 8297, 8, 451, 1, 452, 1, 452, 1, 453, 1, 453, 1, 453, 5, 453, 8304, 8, 453, 10, 453, 12, 453, 8307, 9, 453, 1, 454, 1, 454, 1, 454, 3, 454, 8312, 8, 454, 1, 455, 1, 455, 3, 455, 8316, 8, 455, 1, 456, 1, 456, 3, 456, 8320, 8, 456, 1, 457, 1, 457, 1, 457, 3, 457, 8325, 8, 457, 1, 458, 1, 458, 1, 459, 1, 459, 1, 460, 1, 460, 1, 460, 1, 460, 1, 461, 1, 461, 3, 461, 8337, 8, 461, 1, 462, 1, 462, 1, 462, 5, 462, 8342, 8, 462, 10, 462, 12, 462, 8345, 9, 462, 1, 463, 1, 463, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 3, 464, 8354, 8, 464, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 1, 464, 3, 464, 8367, 8, 464, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 3, 465, 8378, 8, 465, 1, 466, 1, 466, 1, 466, 5, 466, 8383, 8, 466, 10, 466, 12, 466, 8386, 9, 466, 1, 467, 1, 467, 3, 467, 8390, 8, 467, 1, 468, 1, 468, 3, 468, 8394, 8, 468, 1, 469, 1, 469, 3, 469, 8398, 8, 469, 1, 470, 1, 470, 1, 470, 3, 470, 8403, 8, 470, 1, 470, 1, 470, 1, 470, 1, 471, 1, 471, 1, 471, 1, 471, 1, 472, 1, 472, 1, 472, 1, 472, 3, 472, 8416, 8, 472, 1, 473, 1, 473, 1, 473, 3, 473, 8421, 8, 473, 1, 473, 1, 473, 3, 473, 8425, 8, 473, 1, 473, 1, 473, 3, 473, 8429, 8, 473, 1, 473, 1, 473, 1, 473, 1, 473, 1, 473, 3, 473, 8436, 8, 473, 1, 473, 3, 473, 8439, 8, 473, 3, 473, 8441, 8, 473, 1, 474, 1, 474, 1, 474, 1, 474, 1, 475, 1, 475, 3, 475, 8449, 8, 475, 1, 475, 1, 475, 3, 475, 8453, 8, 475, 1, 476, 3, 476, 8456, 8, 476, 1, 476, 1, 476, 1, 476, 1, 476, 1, 476, 3, 476, 8463, 8, 476, 1, 476, 3, 476, 8466, 8, 476, 1, 477, 1, 477, 1, 477, 3, 477, 8471, 8, 477, 1, 478, 1, 478, 1, 478, 1, 478, 3, 478, 8477, 8, 478, 1, 478, 1, 478, 1, 478, 1, 478, 3, 478, 8483, 8, 478, 1, 478, 1, 478, 3, 478, 8487, 8, 478, 1, 479, 1, 479, 1, 480, 1, 480, 1, 480, 5, 480, 8494, 8, 480, 10, 480, 12, 480, 8497, 9, 480, 1, 481, 1, 481, 1, 481, 1, 482, 1, 482, 1, 482, 3, 482, 8505, 8, 482, 1, 482, 1, 482, 1, 482, 1, 482, 1, 482, 3, 482, 8512, 8, 482, 1, 482, 3, 482, 8515, 8, 482, 1, 483, 1, 483, 1, 483, 1, 483, 3, 483, 8521, 8, 483, 1, 483, 1, 483, 1, 483, 3, 483, 8526, 8, 483, 1, 484, 1, 484, 1, 484, 1, 485, 3, 485, 8532, 8, 485, 1, 485, 1, 485, 1, 485, 1, 485, 3, 485, 8538, 8, 485, 1, 485, 3, 485, 8541, 8, 485, 1, 485, 3, 485, 8544, 8, 485, 1, 486, 1, 486, 1, 486, 1, 487, 1, 487, 3, 487, 8551, 8, 487, 1, 487, 1, 487, 3, 487, 8555, 8, 487, 1, 487, 3, 487, 8558, 8, 487, 1, 488, 1, 488, 1, 488, 1, 488, 1, 489, 1, 489, 1, 489, 1, 489, 1, 489, 1, 489, 1, 489, 1, 489, 1, 489, 3, 489, 8573, 8, 489, 1, 489, 3, 489, 8576, 8, 489, 1, 490, 1, 490, 1, 491, 1, 491, 1, 491, 3, 491, 8583, 8, 491, 1, 492, 3, 492, 8586, 8, 492, 1, 492, 1, 492, 1, 492, 1, 492, 1, 492, 3, 492, 8593, 8, 492, 1, 492, 3, 492, 8596, 8, 492, 1, 492, 3, 492, 8599, 8, 492, 1, 493, 1, 493, 1, 493, 5, 493, 8604, 8, 493, 10, 493, 12, 493, 8607, 9, 493, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 3, 494, 8618, 8, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 3, 494, 8625, 8, 494, 3, 494, 8627, 8, 494, 1, 495, 1, 495, 1, 495, 1, 496, 1, 496, 1, 496, 5, 496, 8635, 8, 496, 10, 496, 12, 496, 8638, 9, 496, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 497, 1, 498, 1, 498, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 5, 499, 8655, 8, 499, 10, 499, 12, 499, 8658, 9, 499, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 3, 500, 8665, 8, 500, 1, 501, 1, 501, 3, 501, 8669, 8, 501, 1, 502, 1, 502, 1, 502, 1, 502, 1, 502, 1, 502, 1, 502, 1, 502, 3, 502, 8679, 8, 502, 1, 503, 1, 503, 3, 503, 8683, 8, 503, 1, 503, 1, 503, 3, 503, 8687, 8, 503, 1, 503, 1, 503, 3, 503, 8691, 8, 503, 3, 503, 8693, 8, 503, 1, 503, 1, 503, 1, 503, 3, 503, 8698, 8, 503, 1, 503, 1, 503, 3, 503, 8702, 8, 503, 1, 503, 1, 503, 3, 503, 8706, 8, 503, 3, 503, 8708, 8, 503, 3, 503, 8710, 8, 503, 1, 504, 1, 504, 3, 504, 8714, 8, 504, 1, 505, 1, 505, 3, 505, 8718, 8, 505, 1, 505, 3, 505, 8721, 8, 505, 1, 505, 3, 505, 8724, 8, 505, 1, 505, 3, 505, 8727, 8, 505, 1, 505, 3, 505, 8730, 8, 505, 3, 505, 8732, 8, 505, 1, 505, 3, 505, 8735, 8, 505, 1, 505, 3, 505, 8738, 8, 505, 1, 505, 3, 505, 8741, 8, 505, 1, 505, 3, 505, 8744, 8, 505, 1, 505, 3, 505, 8747, 8, 505, 1, 505, 3, 505, 8750, 8, 505, 1, 505, 1, 505, 1, 505, 1, 505, 1, 505, 1, 505, 1, 505, 3, 505, 8759, 8, 505, 3, 505, 8761, 8, 505, 1, 505, 1, 505, 1, 505, 3, 505, 8766, 8, 505, 5, 505, 8768, 8, 505, 10, 505, 12, 505, 8771, 9, 505, 1, 506, 1, 506, 1, 506, 3, 506, 8776, 8, 506, 1, 507, 1, 507, 3, 507, 8780, 8, 507, 1, 508, 1, 508, 3, 508, 8784, 8, 508, 1, 508, 1, 508, 1, 509, 1, 509, 1, 509, 5, 509, 8791, 8, 509, 10, 509, 12, 509, 8794, 9, 509, 1, 510, 1, 510, 3, 510, 8798, 8, 510, 1, 510, 1, 510, 3, 510, 8802, 8, 510, 1, 510, 1, 510, 1, 510, 1, 510, 3, 510, 8808, 8, 510, 1, 510, 3, 510, 8811, 8, 510, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 511, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 3, 512, 8830, 8, 512, 1, 512, 1, 512, 1, 512, 1, 513, 1, 513, 1, 513, 3, 513, 8838, 8, 513, 1, 514, 1, 514, 1, 515, 1, 515, 1, 515, 1, 515, 1, 515, 3, 515, 8847, 8, 515, 1, 516, 1, 516, 3, 516, 8851, 8, 516, 1, 517, 3, 517, 8854, 8, 517, 1, 517, 1, 517, 3, 517, 8858, 8, 517, 1, 517, 1, 517, 1, 517, 3, 517, 8863, 8, 517, 1, 517, 1, 517, 1, 517, 1, 517, 3, 517, 8869, 8, 517, 1, 518, 1, 518, 1, 519, 1, 519, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 1, 520, 3, 520, 8881, 8, 520, 1, 521, 1, 521, 1, 522, 1, 522, 1, 523, 1, 523, 1, 523, 1, 523, 1, 524, 1, 524, 1, 524, 5, 524, 8894, 8, 524, 10, 524, 12, 524, 8897, 9, 524, 1, 525, 1, 525, 1, 525, 1, 525, 3, 525, 8903, 8, 525, 1, 525, 3, 525, 8906, 8, 525, 1, 526, 1, 526, 3, 526, 8910, 8, 526, 1, 526, 1, 526, 3, 526, 8914, 8, 526, 1, 526, 1, 526, 3, 526, 8918, 8, 526, 3, 526, 8920, 8, 526, 1, 527, 1, 527, 1, 528, 1, 528, 1, 528, 1, 528, 3, 528, 8928, 8, 528, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 1, 529, 3, 529, 8937, 8, 529, 1, 529, 1, 529, 1, 529, 1, 529, 3, 529, 8943, 8, 529, 3, 529, 8945, 8, 529, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 3, 530, 8952, 8, 530, 1, 531, 1, 531, 3, 531, 8956, 8, 531, 1, 532, 1, 532, 1, 533, 1, 533, 1, 533, 1, 533, 1, 533, 3, 533, 8965, 8, 533, 1, 534, 1, 534, 3, 534, 8969, 8, 534, 1, 535, 1, 535, 1, 536, 1, 536, 1, 537, 1, 537, 1, 537, 3, 537, 8978, 8, 537, 1, 537, 1, 537, 1, 538, 1, 538, 1, 538, 5, 538, 8985, 8, 538, 10, 538, 12, 538, 8988, 9, 538, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 1, 539, 3, 539, 8999, 8, 539, 1, 540, 1, 540, 1, 540, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 544, 1, 544, 1, 544, 1, 545, 1, 545, 1, 545, 1, 545, 3, 545, 9027, 8, 545, 1, 546, 1, 546, 1, 547, 4, 547, 9032, 8, 547, 11, 547, 12, 547, 9033, 1, 548, 1, 548, 3, 548, 9038, 8, 548, 1, 548, 3, 548, 9041, 8, 548, 1, 549, 1, 549, 1, 549, 3, 549, 9046, 8, 549, 1, 549, 1, 549, 3, 549, 9050, 8, 549, 1, 549, 3, 549, 9053, 8, 549, 1, 550, 1, 550, 1, 550, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 1, 551, 5, 551, 9067, 8, 551, 10, 551, 12, 551, 9070, 9, 551, 1, 552, 1, 552, 1, 552, 1, 553, 1, 553, 1, 553, 5, 553, 9078, 8, 553, 10, 553, 12, 553, 9081, 9, 553, 1, 554, 1, 554, 3, 554, 9085, 8, 554, 1, 554, 3, 554, 9088, 8, 554, 1, 554, 3, 554, 9091, 8, 554, 1, 554, 1, 554, 3, 554, 9095, 8, 554, 1, 554, 1, 554, 3, 554, 9099, 8, 554, 1, 554, 1, 554, 3, 554, 9103, 8, 554, 1, 554, 1, 554, 1, 554, 3, 554, 9108, 8, 554, 1, 554, 1, 554, 3, 554, 9112, 8, 554, 1, 554, 1, 554, 3, 554, 9116, 8, 554, 3, 554, 9118, 8, 554, 1, 554, 1, 554, 1, 554, 1, 554, 1, 554, 1, 554, 1, 554, 3, 554, 9127, 8, 554, 1, 554, 1, 554, 1, 554, 3, 554, 9132, 8, 554, 1, 554, 1, 554, 1, 554, 1, 554, 3, 554, 9138, 8, 554, 1, 554, 1, 554, 3, 554, 9142, 8, 554, 3, 554, 9144, 8, 554, 1, 554, 1, 554, 1, 554, 1, 554, 1, 554, 3, 554, 9151, 8, 554, 1, 554, 1, 554, 1, 554, 3, 554, 9156, 8, 554, 1, 554, 1, 554, 1, 554, 1, 554, 5, 554, 9162, 8, 554, 10, 554, 12, 554, 9165, 9, 554, 1, 555, 3, 555, 9168, 8, 555, 1, 555, 1, 555, 1, 555, 1, 555, 1, 555, 3, 555, 9175, 8, 555, 1, 556, 1, 556, 1, 557, 1, 557, 1, 557, 3, 557, 9182, 8, 557, 1, 557, 3, 557, 9185, 8, 557, 1, 557, 1, 557, 1, 557, 1, 557, 3, 557, 9191, 8, 557, 1, 558, 1, 558, 3, 558, 9195, 8, 558, 1, 559, 1, 559, 1, 559, 1, 559, 1, 559, 1, 559, 1, 559, 3, 559, 9204, 8, 559, 1, 560, 3, 560, 9207, 8, 560, 1, 560, 1, 560, 3, 560, 9211, 8, 560, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, 3, 560, 9219, 8, 560, 1, 560, 1, 560, 1, 560, 1, 560, 3, 560, 9225, 8, 560, 3, 560, 9227, 8, 560, 1, 561, 3, 561, 9230, 8, 561, 1, 561, 1, 561, 3, 561, 9234, 8, 561, 1, 561, 3, 561, 9237, 8, 561, 1, 561, 3, 561, 9240, 8, 561, 1, 562, 1, 562, 3, 562, 9244, 8, 562, 1, 562, 1, 562, 3, 562, 9248, 8, 562, 1, 562, 1, 562, 1, 562, 1, 562, 3, 562, 9254, 8, 562, 1, 562, 3, 562, 9257, 8, 562, 1, 562, 1, 562, 1, 562, 1, 562, 1, 562, 1, 562, 1, 562, 3, 562, 9266, 8, 562, 1, 562, 1, 562, 1, 562, 1, 562, 1, 562, 3, 562, 9273, 8, 562, 3, 562, 9275, 8, 562, 1, 563, 1, 563, 1, 563, 5, 563, 9280, 8, 563, 10, 563, 12, 563, 9283, 9, 563, 1, 564, 1, 564, 1, 564, 5, 564, 9288, 8, 564, 10, 564, 12, 564, 9291, 9, 564, 1, 565, 1, 565, 3, 565, 9295, 8, 565, 1, 565, 3, 565, 9298, 8, 565, 1, 566, 1, 566, 1, 566, 1, 566, 1, 566, 1, 566, 3, 566, 9306, 8, 566, 1, 567, 1, 567, 1, 567, 1, 567, 1, 567, 1, 568, 1, 568, 3, 568, 9315, 8, 568, 1, 568, 1, 568, 1, 568, 1, 568, 1, 568, 1, 568, 3, 568, 9323, 8, 568, 3, 568, 9325, 8, 568, 1, 569, 1, 569, 3, 569, 9329, 8, 569, 1, 570, 1, 570, 1, 570, 5, 570, 9334, 8, 570, 10, 570, 12, 570, 9337, 9, 570, 1, 571, 1, 571, 1, 571, 1, 571, 1, 571, 1, 572, 1, 572, 1, 572, 1, 573, 1, 573, 1, 573, 1, 574, 1, 574, 1, 574, 1, 574, 1, 574, 3, 574, 9355, 8, 574, 1, 575, 1, 575, 1, 576, 1, 576, 1, 576, 5, 576, 9362, 8, 576, 10, 576, 12, 576, 9365, 9, 576, 1, 577, 1, 577, 1, 577, 3, 577, 9370, 8, 577, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 1, 578, 3, 578, 9389, 8, 578, 1, 578, 1, 578, 1, 579, 1, 579, 1, 579, 5, 579, 9396, 8, 579, 10, 579, 12, 579, 9399, 9, 579, 1, 580, 1, 580, 1, 580, 3, 580, 9404, 8, 580, 1, 580, 1, 580, 3, 580, 9408, 8, 580, 1, 581, 4, 581, 9411, 8, 581, 11, 581, 12, 581, 9412, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 1, 582, 3, 582, 9423, 8, 582, 1, 583, 1, 583, 1, 583, 5, 583, 9428, 8, 583, 10, 583, 12, 583, 9431, 9, 583, 1, 584, 1, 584, 1, 584, 1, 584, 1, 584, 1, 584, 3, 584, 9439, 8, 584, 1, 585, 3, 585, 9442, 8, 585, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 3, 585, 9451, 8, 585, 3, 585, 9453, 8, 585, 1, 585, 1, 585, 1, 585, 1, 585, 3, 585, 9459, 8, 585, 1, 586, 1, 586, 3, 586, 9463, 8, 586, 1, 586, 5, 586, 9466, 8, 586, 10, 586, 12, 586, 9469, 9, 586, 1, 587, 1, 587, 1, 587, 1, 587, 1, 587, 1, 587, 1, 587, 3, 587, 9478, 8, 587, 1, 587, 1, 587, 1, 587, 1, 587, 3, 587, 9484, 8, 587, 3, 587, 9486, 8, 587, 1, 588, 1, 588, 1, 588, 1, 588, 3, 588, 9492, 8, 588, 1, 589, 1, 589, 3, 589, 9496, 8, 589, 1, 589, 3, 589, 9499, 8, 589, 1, 590, 1, 590, 1, 590, 1, 590, 1, 591, 1, 591, 1, 591, 1, 591, 1, 591, 1, 591, 1, 591, 3, 591, 9512, 8, 591, 1, 591, 1, 591, 1, 591, 1, 591, 3, 591, 9518, 8, 591, 1, 591, 1, 591, 3, 591, 9522, 8, 591, 1, 591, 1, 591, 3, 591, 9526, 8, 591, 1, 591, 3, 591, 9529, 8, 591, 1, 592, 1, 592, 1, 592, 1, 592, 1, 593, 1, 593, 3, 593, 9537, 8, 593, 1, 594, 1, 594, 3, 594, 9541, 8, 594, 1, 595, 1, 595, 3, 595, 9545, 8, 595, 1, 595, 1, 595, 1, 595, 1, 595, 1, 596, 1, 596, 3, 596, 9553, 8, 596, 1, 597, 1, 597, 1, 597, 1, 597, 1, 597, 3, 597, 9560, 8, 597, 1, 598, 1, 598, 1, 598, 1, 598, 1, 598, 3, 598, 9567, 8, 598, 1, 599, 1, 599, 3, 599, 9571, 8, 599, 1, 599, 1, 599, 1, 599, 1, 599, 3, 599, 9577, 8, 599, 3, 599, 9579, 8, 599, 1, 600, 1, 600, 1, 601, 1, 601, 1, 601, 1, 601, 1, 601, 3, 601, 9588, 8, 601, 1, 601, 3, 601, 9591, 8, 601, 1, 602, 1, 602, 1, 603, 1, 603, 1, 603, 1, 603, 1, 603, 1, 603, 3, 603, 9601, 8, 603, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 3, 604, 9617, 8, 604, 1, 604, 1, 604, 1, 604, 1, 604, 3, 604, 9623, 8, 604, 1, 604, 1, 604, 1, 604, 3, 604, 9628, 8, 604, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 3, 605, 9635, 8, 605, 1, 606, 1, 606, 1, 606, 1, 607, 1, 607, 1, 608, 1, 608, 3, 608, 9644, 8, 608, 1, 609, 1, 609, 1, 609, 5, 609, 9649, 8, 609, 10, 609, 12, 609, 9652, 9, 609, 1, 610, 1, 610, 1, 610, 5, 610, 9657, 8, 610, 10, 610, 12, 610, 9660, 9, 610, 1, 611, 1, 611, 1, 611, 5, 611, 9665, 8, 611, 10, 611, 12, 611, 9668, 9, 611, 1, 612, 1, 612, 3, 612, 9672, 8, 612, 1, 612, 1, 612, 3, 612, 9676, 8, 612, 1, 613, 3, 613, 9679, 8, 613, 1, 613, 1, 613, 1, 614, 1, 614, 3, 614, 9685, 8, 614, 1, 615, 1, 615, 1, 615, 3, 615, 9690, 8, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 1, 615, 3, 615, 9706, 8, 615, 1, 615, 3, 615, 9709, 8, 615, 3, 615, 9711, 8, 615, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 3, 616, 9723, 8, 616, 3, 616, 9725, 8, 616, 1, 617, 1, 617, 3, 617, 9729, 8, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 3, 617, 9737, 8, 617, 3, 617, 9739, 8, 617, 1, 617, 1, 617, 3, 617, 9743, 8, 617, 3, 617, 9745, 8, 617, 1, 618, 1, 618, 1, 618, 1, 618, 5, 618, 9751, 8, 618, 10, 618, 12, 618, 9754, 9, 618, 1, 619, 3, 619, 9757, 8, 619, 1, 619, 1, 619, 1, 620, 1, 620, 1, 620, 5, 620, 9764, 8, 620, 10, 620, 12, 620, 9767, 9, 620, 1, 621, 1, 621, 1, 621, 5, 621, 9772, 8, 621, 10, 621, 12, 621, 9775, 9, 621, 1, 622, 1, 622, 1, 622, 3, 622, 9780, 8, 622, 1, 623, 3, 623, 9783, 8, 623, 1, 623, 1, 623, 1, 624, 1, 624, 1, 624, 1, 624, 1, 624, 3, 624, 9792, 8, 624, 1, 625, 1, 625, 1, 625, 3, 625, 9797, 8, 625, 1, 626, 1, 626, 1, 626, 5, 626, 9802, 8, 626, 10, 626, 12, 626, 9805, 9, 626, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 3, 627, 9814, 8, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 3, 627, 9840, 8, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 1, 627, 3, 627, 9851, 8, 627, 5, 627, 9853, 8, 627, 10, 627, 12, 627, 9856, 9, 627, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 3, 628, 9863, 8, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 3, 628, 9885, 8, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 3, 628, 9894, 8, 628, 1, 629, 1, 629, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 3, 630, 9904, 8, 630, 1, 630, 3, 630, 9907, 8, 630, 1, 630, 1, 630, 1, 630, 3, 630, 9912, 8, 630, 1, 630, 1, 630, 1, 630, 3, 630, 9917, 8, 630, 1, 630, 1, 630, 3, 630, 9921, 8, 630, 1, 630, 3, 630, 9924, 8, 630, 1, 631, 1, 631, 3, 631, 9928, 8, 631, 1, 631, 3, 631, 9931, 8, 631, 1, 631, 3, 631, 9934, 8, 631, 1, 631, 3, 631, 9937, 8, 631, 1, 632, 1, 632, 3, 632, 9941, 8, 632, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 9955, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 9962, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 9969, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 9976, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 9994, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10002, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10014, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10020, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10033, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10072, 8, 633, 3, 633, 10074, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10094, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10104, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10115, 8, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 1, 633, 3, 633, 10127, 8, 633, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10134, 8, 634, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10146, 8, 635, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 1, 637, 1, 637, 1, 637, 5, 637, 10156, 8, 637, 10, 637, 12, 637, 10159, 9, 637, 1, 638, 1, 638, 1, 638, 3, 638, 10164, 8, 638, 1, 639, 1, 639, 1, 640, 1, 640, 1, 640, 1, 640, 3, 640, 10172, 8, 640, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 1, 641, 3, 641, 10189, 8, 641, 1, 642, 1, 642, 1, 642, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, 1, 645, 1, 645, 1, 645, 1, 646, 1, 646, 1, 646, 5, 646, 10212, 8, 646, 10, 646, 12, 646, 10215, 9, 646, 1, 647, 1, 647, 1, 647, 1, 647, 1, 648, 1, 648, 1, 648, 3, 648, 10224, 8, 648, 1, 649, 1, 649, 3, 649, 10228, 8, 649, 1, 649, 3, 649, 10231, 8, 649, 1, 649, 3, 649, 10234, 8, 649, 1, 649, 3, 649, 10237, 8, 649, 1, 649, 1, 649, 1, 650, 1, 650, 1, 651, 1, 651, 1, 651, 1, 651, 1, 652, 1, 652, 1, 652, 3, 652, 10250, 8, 652, 1, 652, 1, 652, 1, 652, 3, 652, 10255, 8, 652, 1, 652, 1, 652, 1, 652, 3, 652, 10260, 8, 652, 3, 652, 10262, 8, 652, 1, 653, 1, 653, 1, 653, 1, 653, 1, 653, 1, 653, 3, 653, 10270, 8, 653, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, 3, 654, 10279, 8, 654, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 3, 655, 10288, 8, 655, 1, 656, 1, 656, 1, 656, 3, 656, 10293, 8, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 3, 656, 10302, 8, 656, 1, 657, 1, 657, 1, 657, 3, 657, 10307, 8, 657, 1, 657, 1, 657, 1, 658, 1, 658, 1, 658, 1, 658, 1, 658, 1, 658, 1, 659, 1, 659, 1, 660, 1, 660, 3, 660, 10321, 8, 660, 1, 661, 1, 661, 1, 662, 1, 662, 1, 662, 1, 662, 1, 662, 1, 662, 3, 662, 10331, 8, 662, 1, 663, 1, 663, 1, 663, 1, 663, 1, 663, 1, 663, 3, 663, 10339, 8, 663, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 3, 664, 10353, 8, 664, 1, 665, 1, 665, 1, 665, 5, 665, 10358, 8, 665, 10, 665, 12, 665, 10361, 9, 665, 1, 666, 1, 666, 1, 666, 5, 666, 10366, 8, 666, 10, 666, 12, 666, 10369, 9, 666, 1, 667, 1, 667, 1, 667, 5, 667, 10374, 8, 667, 10, 667, 12, 667, 10377, 9, 667, 1, 668, 1, 668, 1, 668, 1, 668, 1, 668, 3, 668, 10384, 8, 668, 1, 669, 1, 669, 3, 669, 10388, 8, 669, 1, 670, 1, 670, 1, 670, 5, 670, 10393, 8, 670, 10, 670, 12, 670, 10396, 9, 670, 1, 671, 1, 671, 1, 671, 1, 671, 1, 671, 3, 671, 10403, 8, 671, 1, 672, 1, 672, 1, 672, 5, 672, 10408, 8, 672, 10, 672, 12, 672, 10411, 9, 672, 1, 673, 1, 673, 1, 673, 3, 673, 10416, 8, 673, 1, 673, 1, 673, 1, 674, 1, 674, 1, 674, 5, 674, 10423, 8, 674, 10, 674, 12, 674, 10426, 9, 674, 1, 675, 1, 675, 1, 675, 1, 675, 1, 676, 1, 676, 1, 676, 1, 676, 1, 676, 1, 676, 1, 676, 1, 676, 3, 676, 10440, 8, 676, 1, 677, 1, 677, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 3, 678, 10451, 8, 678, 1, 679, 1, 679, 1, 679, 1, 679, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 3, 680, 10484, 8, 680, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 3, 681, 10493, 8, 681, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 3, 682, 10500, 8, 682, 1, 683, 1, 683, 3, 683, 10504, 8, 683, 1, 683, 1, 683, 3, 683, 10508, 8, 683, 1, 683, 1, 683, 1, 684, 4, 684, 10513, 8, 684, 11, 684, 12, 684, 10514, 1, 685, 1, 685, 1, 685, 1, 685, 1, 685, 1, 686, 1, 686, 1, 686, 1, 687, 1, 687, 1, 688, 1, 688, 3, 688, 10529, 8, 688, 1, 689, 1, 689, 1, 689, 3, 689, 10534, 8, 689, 1, 689, 1, 689, 1, 689, 3, 689, 10539, 8, 689, 1, 689, 1, 689, 3, 689, 10543, 8, 689, 3, 689, 10545, 8, 689, 1, 689, 3, 689, 10548, 8, 689, 1, 690, 1, 690, 1, 691, 4, 691, 10553, 8, 691, 11, 691, 12, 691, 10554, 1, 692, 5, 692, 10558, 8, 692, 10, 692, 12, 692, 10561, 9, 692, 1, 693, 1, 693, 1, 694, 1, 694, 1, 694, 5, 694, 10568, 8, 694, 10, 694, 12, 694, 10571, 9, 694, 1, 695, 1, 695, 1, 695, 1, 695, 1, 695, 3, 695, 10578, 8, 695, 1, 695, 3, 695, 10581, 8, 695, 1, 696, 1, 696, 1, 696, 5, 696, 10586, 8, 696, 10, 696, 12, 696, 10589, 9, 696, 1, 697, 1, 697, 1, 697, 5, 697, 10594, 8, 697, 10, 697, 12, 697, 10597, 9, 697, 1, 698, 1, 698, 1, 698, 5, 698, 10602, 8, 698, 10, 698, 12, 698, 10605, 9, 698, 1, 699, 1, 699, 1, 699, 5, 699, 10610, 8, 699, 10, 699, 12, 699, 10613, 9, 699, 1, 700, 1, 700, 1, 700, 5, 700, 10618, 8, 700, 10, 700, 12, 700, 10621, 9, 700, 1, 701, 1, 701, 3, 701, 10625, 8, 701, 1, 702, 1, 702, 3, 702, 10629, 8, 702, 1, 703, 1, 703, 3, 703, 10633, 8, 703, 1, 704, 1, 704, 3, 704, 10637, 8, 704, 1, 705, 1, 705, 3, 705, 10641, 8, 705, 1, 706, 1, 706, 3, 706, 10645, 8, 706, 1, 707, 1, 707, 3, 707, 10649, 8, 707, 1, 708, 1, 708, 1, 708, 5, 708, 10654, 8, 708, 10, 708, 12, 708, 10657, 9, 708, 1, 709, 1, 709, 1, 709, 5, 709, 10662, 8, 709, 10, 709, 12, 709, 10665, 9, 709, 1, 710, 1, 710, 3, 710, 10669, 8, 710, 1, 711, 1, 711, 3, 711, 10673, 8, 711, 1, 712, 1, 712, 3, 712, 10677, 8, 712, 1, 713, 1, 713, 1, 714, 1, 714, 1, 715, 1, 715, 1, 715, 1, 715, 3, 715, 10687, 8, 715, 1, 716, 1, 716, 1, 716, 1, 716, 3, 716, 10693, 8, 716, 1, 717, 1, 717, 5, 717, 10697, 8, 717, 10, 717, 12, 717, 10700, 9, 717, 1, 717, 3, 717, 10703, 8, 717, 1, 718, 1, 718, 1, 719, 1, 719, 1, 720, 1, 720, 1, 721, 1, 721, 1, 722, 1, 722, 1, 722, 1, 722, 3, 722, 10717, 8, 722, 1, 723, 1, 723, 1, 723, 1, 723, 3, 723, 10723, 8, 723, 1, 724, 1, 724, 1, 724, 1, 724, 3, 724, 10729, 8, 724, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 3, 725, 10741, 8, 725, 1, 725, 1, 725, 1, 725, 3, 725, 10746, 8, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 3, 725, 10754, 8, 725, 1, 725, 1, 725, 1, 725, 1, 725, 1, 725, 3, 725, 10761, 8, 725, 1, 725, 1, 725, 1, 725, 3, 725, 10766, 8, 725, 1, 726, 1, 726, 1, 727, 1, 727, 1, 728, 1, 728, 1, 729, 1, 729, 1, 730, 1, 730, 3, 730, 10778, 8, 730, 1, 731, 1, 731, 1, 731, 1, 731, 5, 731, 10784, 8, 731, 10, 731, 12, 731, 10787, 9, 731, 1, 731, 1, 731, 3, 731, 10791, 8, 731, 1, 732, 1, 732, 1, 732, 1, 733, 1, 733, 1, 733, 1, 733, 1, 733, 3, 733, 10801, 8, 733, 1, 734, 1, 734, 1, 735, 1, 735, 1, 736, 1, 736, 1, 736, 1, 736, 1, 736, 3, 736, 10812, 8, 736, 1, 737, 1, 737, 1, 737, 5, 737, 10817, 8, 737, 10, 737, 12, 737, 10820, 9, 737, 1, 738, 1, 738, 1, 738, 1, 738, 3, 738, 10826, 8, 738, 1, 739, 1, 739, 1, 740, 1, 740, 1, 740, 1, 740, 1, 740, 1, 740, 1, 740, 3, 740, 10837, 8, 740, 1, 740, 3, 740, 10840, 8, 740, 3, 740, 10842, 8, 740, 1, 741, 1, 741, 3, 741, 10846, 8, 741, 1, 741, 3, 741, 10849, 8, 741, 1, 742, 1, 742, 1, 742, 1, 742, 3, 742, 10855, 8, 742, 1, 743, 1, 743, 1, 743, 1, 743, 3, 743, 10861, 8, 743, 1, 744, 1, 744, 3, 744, 10865, 8, 744, 1, 745, 1, 745, 1, 745, 1, 745, 3, 745, 10871, 8, 745, 1, 746, 1, 746, 1, 746, 1, 746, 1, 746, 1, 746, 3, 746, 10879, 8, 746, 1, 747, 1, 747, 3, 747, 10883, 8, 747, 1, 747, 1, 747, 1, 747, 1, 747, 1, 747, 1, 747, 3, 747, 10891, 8, 747, 1, 748, 1, 748, 1, 749, 1, 749, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 1, 750, 3, 750, 10948, 8, 750, 1, 751, 1, 751, 1, 752, 1, 752, 1, 753, 1, 753, 1, 753, 1, 753, 1, 754, 5, 754, 10959, 8, 754, 10, 754, 12, 754, 10962, 9, 754, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 1, 755, 3, 755, 10984, 8, 755, 1, 756, 1, 756, 1, 757, 1, 757, 1, 757, 1, 757, 3, 757, 10992, 8, 757, 1, 758, 1, 758, 3, 758, 10996, 8, 758, 1, 759, 1, 759, 1, 759, 1, 759, 1, 759, 1, 759, 1, 759, 1, 760, 1, 760, 1, 760, 3, 760, 11008, 8, 760, 3, 760, 11010, 8, 760, 1, 761, 1, 761, 1, 762, 4, 762, 11015, 8, 762, 11, 762, 12, 762, 11016, 1, 763, 1, 763, 1, 763, 1, 763, 1, 764, 1, 764, 1, 764, 3, 764, 11026, 8, 764, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 1, 765, 3, 765, 11044, 8, 765, 1, 765, 1, 765, 1, 766, 1, 766, 1, 766, 1, 766, 3, 766, 11052, 8, 766, 1, 767, 1, 767, 1, 768, 1, 768, 1, 768, 1, 768, 1, 768, 3, 768, 11061, 8, 768, 1, 769, 1, 769, 1, 769, 5, 769, 11066, 8, 769, 10, 769, 12, 769, 11069, 9, 769, 1, 770, 1, 770, 1, 770, 1, 771, 1, 771, 1, 772, 1, 772, 3, 772, 11078, 8, 772, 1, 773, 1, 773, 1, 774, 1, 774, 3, 774, 11084, 8, 774, 1, 775, 1, 775, 1, 776, 1, 776, 1, 776, 3, 776, 11091, 8, 776, 1, 777, 1, 777, 1, 777, 3, 777, 11096, 8, 777, 1, 778, 1, 778, 1, 778, 1, 778, 3, 778, 11102, 8, 778, 1, 779, 1, 779, 3, 779, 11106, 8, 779, 1, 780, 1, 780, 1, 781, 5, 781, 11111, 8, 781, 10, 781, 12, 781, 11114, 9, 781, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 1, 782, 3, 782, 11143, 8, 782, 1, 783, 1, 783, 1, 783, 1, 783, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 3, 784, 11156, 8, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 3, 784, 11165, 8, 784, 1, 785, 1, 785, 3, 785, 11169, 8, 785, 1, 786, 1, 786, 1, 786, 1, 786, 1, 786, 1, 787, 1, 787, 1, 787, 1, 787, 1, 787, 1, 787, 1, 788, 1, 788, 1, 788, 3, 788, 11185, 8, 788, 1, 789, 1, 789, 1, 789, 5, 789, 11190, 8, 789, 10, 789, 12, 789, 11193, 9, 789, 1, 790, 1, 790, 1, 790, 1, 790, 1, 791, 1, 791, 1, 792, 1, 792, 1, 793, 1, 793, 3, 793, 11205, 8, 793, 1, 793, 1, 793, 1, 793, 1, 793, 5, 793, 11211, 8, 793, 10, 793, 12, 793, 11214, 9, 793, 1, 794, 1, 794, 1, 794, 1, 794, 1, 794, 1, 794, 1, 794, 1, 794, 1, 794, 1, 794, 1, 795, 1, 795, 1, 795, 1, 795, 1, 795, 5, 795, 11231, 8, 795, 10, 795, 12, 795, 11234, 9, 795, 1, 796, 1, 796, 1, 796, 3, 796, 11239, 8, 796, 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 1, 798, 1, 798, 3, 798, 11251, 8, 798, 1, 799, 4, 799, 11254, 8, 799, 11, 799, 12, 799, 11255, 1, 800, 1, 800, 1, 800, 1, 800, 1, 800, 1, 801, 1, 801, 1, 801, 3, 801, 11266, 8, 801, 1, 802, 1, 802, 1, 802, 1, 803, 1, 803, 1, 803, 1, 803, 1, 803, 1, 804, 1, 804, 1, 804, 1, 804, 1, 804, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 3, 805, 11298, 8, 805, 1, 806, 1, 806, 1, 806, 3, 806, 11303, 8, 806, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 5, 807, 11310, 8, 807, 10, 807, 12, 807, 11313, 9, 807, 1, 807, 1, 807, 3, 807, 11317, 8, 807, 1, 808, 1, 808, 3, 808, 11321, 8, 808, 1, 809, 1, 809, 1, 809, 3, 809, 11326, 8, 809, 1, 810, 1, 810, 1, 811, 1, 811, 1, 811, 1, 811, 1, 811, 1, 811, 1, 811, 1, 811, 1, 811, 1, 812, 1, 812, 1, 812, 3, 812, 11342, 8, 812, 1, 813, 1, 813, 1, 813, 3, 813, 11347, 8, 813, 1, 813, 1, 813, 1, 814, 1, 814, 1, 815, 1, 815, 1, 815, 1, 815, 1, 815, 1, 815, 1, 815, 1, 815, 1, 815, 3, 815, 11362, 8, 815, 1, 815, 3, 815, 11365, 8, 815, 1, 815, 1, 815, 1, 816, 1, 816, 3, 816, 11371, 8, 816, 1, 817, 1, 817, 3, 817, 11375, 8, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 3, 817, 11384, 8, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 3, 817, 11392, 8, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 3, 817, 11401, 8, 817, 1, 817, 1, 817, 1, 817, 1, 817, 3, 817, 11407, 8, 817, 1, 818, 1, 818, 1, 819, 1, 819, 1, 819, 4, 819, 11414, 8, 819, 11, 819, 12, 819, 11415, 3, 819, 11418, 8, 819, 1, 820, 1, 820, 1, 820, 3, 820, 11423, 8, 820, 1, 821, 1, 821, 1, 821, 1, 821, 1, 822, 1, 822, 1, 822, 5, 822, 11432, 8, 822, 10, 822, 12, 822, 11435, 9, 822, 1, 823, 1, 823, 1, 823, 1, 823, 1, 823, 1, 824, 1, 824, 1, 824, 3, 824, 11445, 8, 824, 1, 825, 1, 825, 1, 825, 1, 825, 1, 825, 1, 825, 1, 825, 1, 826, 1, 826, 1, 826, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 3, 827, 11466, 8, 827, 1, 827, 1, 827, 1, 828, 1, 828, 1, 828, 3, 828, 11473, 8, 828, 1, 829, 1, 829, 1, 829, 5, 829, 11478, 8, 829, 10, 829, 12, 829, 11481, 9, 829, 1, 830, 1, 830, 1, 830, 3, 830, 11486, 8, 830, 1, 830, 3, 830, 11489, 8, 830, 1, 831, 1, 831, 1, 831, 1, 831, 1, 831, 1, 831, 1, 831, 1, 831, 1, 831, 3, 831, 11500, 8, 831, 1, 831, 1, 831, 1, 831, 1, 831, 1, 831, 3, 831, 11507, 8, 831, 3, 831, 11509, 8, 831, 1, 831, 1, 831, 1, 832, 1, 832, 1, 832, 1, 832, 1, 832, 3, 832, 11518, 8, 832, 1, 833, 1, 833, 1, 833, 5, 833, 11523, 8, 833, 10, 833, 12, 833, 11526, 9, 833, 1, 834, 1, 834, 1, 834, 3, 834, 11531, 8, 834, 1, 835, 1, 835, 1, 835, 1, 835, 3, 835, 11537, 8, 835, 1, 836, 1, 836, 3, 836, 11541, 8, 836, 1, 837, 1, 837, 3, 837, 11545, 8, 837, 1, 837, 1, 837, 1, 837, 1, 837, 1, 837, 1, 837, 1, 838, 1, 838, 1, 839, 1, 839, 1, 839, 3, 839, 11558, 8, 839, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 1, 840, 3, 840, 11573, 8, 840, 3, 840, 11575, 8, 840, 1, 841, 1, 841, 3, 841, 11579, 8, 841, 1, 841, 1, 841, 1, 841, 1, 842, 3, 842, 11585, 8, 842, 1, 842, 1, 842, 1, 842, 3, 842, 11590, 8, 842, 1, 842, 1, 842, 3, 842, 11594, 8, 842, 1, 842, 3, 842, 11597, 8, 842, 1, 842, 3, 842, 11600, 8, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 4, 842, 11607, 8, 842, 11, 842, 12, 842, 11608, 1, 843, 3, 843, 11612, 8, 843, 1, 843, 1, 843, 3, 843, 11616, 8, 843, 1, 843, 1, 843, 3, 843, 11620, 8, 843, 3, 843, 11622, 8, 843, 1, 843, 3, 843, 11625, 8, 843, 1, 843, 3, 843, 11628, 8, 843, 1, 844, 1, 844, 1, 845, 1, 845, 1, 845, 1, 845, 3, 845, 11636, 8, 845, 1, 845, 1, 845, 1, 845, 1, 845, 1, 845, 3, 845, 11643, 8, 845, 1, 845, 1, 845, 1, 845, 1, 845, 1, 845, 3, 845, 11650, 8, 845, 1, 845, 1, 845, 1, 845, 1, 845, 3, 845, 11656, 8, 845, 3, 845, 11658, 8, 845, 1, 846, 1, 846, 1, 846, 1, 846, 1, 846, 3, 846, 11665, 8, 846, 1, 846, 1, 846, 1, 846, 3, 846, 11670, 8, 846, 1, 846, 1, 846, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 4, 847, 11688, 8, 847, 11, 847, 12, 847, 11689, 1, 848, 1, 848, 1, 848, 1, 848, 3, 848, 11696, 8, 848, 1, 849, 1, 849, 1, 849, 1, 849, 5, 849, 11702, 8, 849, 10, 849, 12, 849, 11705, 9, 849, 1, 849, 1, 849, 1, 850, 1, 850, 3, 850, 11711, 8, 850, 1, 851, 1, 851, 1, 851, 1, 851, 1, 852, 1, 852, 1, 852, 1, 853, 1, 853, 3, 853, 11722, 8, 853, 1, 853, 1, 853, 1, 854, 1, 854, 3, 854, 11728, 8, 854, 1, 854, 1, 854, 1, 855, 1, 855, 3, 855, 11734, 8, 855, 1, 855, 1, 855, 1, 856, 1, 856, 1, 856, 1, 856, 1, 856, 1, 856, 1, 856, 1, 856, 1, 856, 3, 856, 11747, 8, 856, 1, 856, 3, 856, 11750, 8, 856, 1, 857, 1, 857, 3, 857, 11754, 8, 857, 1, 858, 1, 858, 1, 858, 3, 858, 11759, 8, 858, 1, 859, 4, 859, 11762, 8, 859, 11, 859, 12, 859, 11763, 1, 860, 1, 860, 1, 860, 1, 860, 1, 860, 1, 861, 1, 861, 1, 861, 5, 861, 11774, 8, 861, 10, 861, 12, 861, 11777, 9, 861, 1, 862, 1, 862, 1, 862, 3, 862, 11782, 8, 862, 1, 863, 1, 863, 3, 863, 11786, 8, 863, 1, 864, 1, 864, 3, 864, 11790, 8, 864, 1, 865, 1, 865, 3, 865, 11794, 8, 865, 1, 866, 1, 866, 1, 866, 1, 867, 1, 867, 3, 867, 11801, 8, 867, 1, 868, 1, 868, 1, 869, 3, 869, 11806, 8, 869, 1, 869, 3, 869, 11809, 8, 869, 1, 869, 3, 869, 11812, 8, 869, 1, 869, 3, 869, 11815, 8, 869, 1, 869, 3, 869, 11818, 8, 869, 1, 869, 3, 869, 11821, 8, 869, 1, 869, 3, 869, 11824, 8, 869, 1, 870, 1, 870, 1, 871, 1, 871, 1, 872, 1, 872, 1, 873, 1, 873, 1, 874, 1, 874, 3, 874, 11836, 8, 874, 1, 875, 1, 875, 1, 875, 1, 875, 1, 875, 0, 1, 1254, 876, 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, 932, 934, 936, 938, 940, 942, 944, 946, 948, 950, 952, 954, 956, 958, 960, 962, 964, 966, 968, 970, 972, 974, 976, 978, 980, 982, 984, 986, 988, 990, 992, 994, 996, 998, 1000, 1002, 1004, 1006, 1008, 1010, 1012, 1014, 1016, 1018, 1020, 1022, 1024, 1026, 1028, 1030, 1032, 1034, 1036, 1038, 1040, 1042, 1044, 1046, 1048, 1050, 1052, 1054, 1056, 1058, 1060, 1062, 1064, 1066, 1068, 1070, 1072, 1074, 1076, 1078, 1080, 1082, 1084, 1086, 1088, 1090, 1092, 1094, 1096, 1098, 1100, 1102, 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, 1350, 1352, 1354, 1356, 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, 1422, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1604, 1606, 1608, 1610, 1612, 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628, 1630, 1632, 1634, 1636, 1638, 1640, 1642, 1644, 1646, 1648, 1650, 1652, 1654, 1656, 1658, 1660, 1662, 1664, 1666, 1668, 1670, 1672, 1674, 1676, 1678, 1680, 1682, 1684, 1686, 1688, 1690, 1692, 1694, 1696, 1698, 1700, 1702, 1704, 1706, 1708, 1710, 1712, 1714, 1716, 1718, 1720, 1722, 1724, 1726, 1728, 1730, 1732, 1734, 1736, 1738, 1740, 1742, 1744, 1746, 1748, 1750, 0, 87, 2, 0, 195, 195, 364, 364, 1, 0, 228, 229, 1, 0, 236, 237, 1, 0, 234, 235, 1, 0, 232, 233, 1, 0, 230, 231, 1, 0, 535, 536, 1, 0, 537, 538, 1, 0, 539, 540, 2, 0, 66, 66, 318, 318, 2, 0, 99, 99, 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, 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, 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, 3, 0, 173, 173, 260, 260, 262, 262, 2, 0, 9, 9, 94, 94, 5, 0, 30, 30, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 92, 92, 226, 226, 2, 0, 341, 341, 414, 414, 1, 0, 448, 449, 2, 0, 92, 92, 414, 414, 2, 0, 135, 135, 145, 145, 3, 0, 66, 66, 99, 99, 318, 318, 4, 0, 163, 163, 185, 185, 283, 283, 353, 353, 3, 0, 321, 321, 357, 357, 445, 445, 2, 0, 167, 167, 314, 314, 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, 361, 361, 455, 456, 2, 0, 37, 37, 55, 55, 2, 0, 10, 10, 53, 53, 4, 0, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 137, 137, 242, 242, 2, 0, 356, 356, 380, 380, 2, 0, 151, 151, 254, 254, 1, 0, 31, 32, 2, 0, 60, 60, 96, 96, 2, 0, 99, 99, 349, 349, 2, 0, 201, 201, 334, 334, 1, 0, 527, 528, 2, 0, 213, 213, 254, 254, 2, 0, 30, 30, 56, 56, 2, 0, 320, 320, 414, 414, 2, 0, 207, 207, 268, 268, 4, 0, 113, 113, 115, 115, 119, 119, 126, 126, 2, 0, 360, 360, 477, 477, 2, 0, 391, 392, 406, 406, 1, 0, 391, 392, 1, 0, 418, 419, 1, 0, 18, 19, 2, 0, 117, 117, 122, 122, 5, 0, 10, 10, 16, 17, 21, 21, 23, 23, 25, 25, 1, 0, 12, 13, 3, 0, 9, 9, 14, 14, 27, 27, 3, 0, 39, 39, 73, 73, 95, 95, 2, 0, 166, 166, 188, 188, 2, 0, 304, 304, 450, 450, 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, 20, 20, 22, 22, 1, 0, 483, 486, 10, 0, 124, 124, 129, 228, 238, 386, 433, 452, 455, 469, 471, 471, 473, 473, 475, 475, 478, 488, 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, 167, 167, 507, 507, 1, 0, 512, 517, 2, 0, 144, 144, 210, 210, 36, 0, 33, 33, 35, 35, 43, 43, 45, 45, 53, 53, 57, 57, 61, 61, 116, 116, 123, 123, 130, 130, 144, 144, 153, 153, 157, 157, 161, 161, 167, 167, 172, 172, 207, 207, 210, 210, 241, 241, 249, 249, 265, 265, 268, 269, 279, 279, 293, 293, 307, 307, 313, 313, 319, 319, 323, 324, 333, 333, 360, 360, 433, 434, 477, 477, 490, 502, 504, 504, 506, 518, 520, 520, 13164, 0, 1755, 1, 0, 0, 0, 2, 1760, 1, 0, 0, 0, 4, 1762, 1, 0, 0, 0, 6, 1883, 1, 0, 0, 0, 8, 1885, 1, 0, 0, 0, 10, 1889, 1, 0, 0, 0, 12, 1892, 1, 0, 0, 0, 14, 1900, 1, 0, 0, 0, 16, 1905, 1, 0, 0, 0, 18, 1911, 1, 0, 0, 0, 20, 1949, 1, 0, 0, 0, 22, 1961, 1, 0, 0, 0, 24, 1963, 1, 0, 0, 0, 26, 1971, 1, 0, 0, 0, 28, 1983, 1, 0, 0, 0, 30, 1985, 1, 0, 0, 0, 32, 1994, 1, 0, 0, 0, 34, 2022, 1, 0, 0, 0, 36, 2024, 1, 0, 0, 0, 38, 2072, 1, 0, 0, 0, 40, 2074, 1, 0, 0, 0, 42, 2082, 1, 0, 0, 0, 44, 2089, 1, 0, 0, 0, 46, 2091, 1, 0, 0, 0, 48, 2106, 1, 0, 0, 0, 50, 2113, 1, 0, 0, 0, 52, 2122, 1, 0, 0, 0, 54, 2124, 1, 0, 0, 0, 56, 2138, 1, 0, 0, 0, 58, 2142, 1, 0, 0, 0, 60, 2178, 1, 0, 0, 0, 62, 2180, 1, 0, 0, 0, 64, 2188, 1, 0, 0, 0, 66, 2198, 1, 0, 0, 0, 68, 2205, 1, 0, 0, 0, 70, 2211, 1, 0, 0, 0, 72, 2217, 1, 0, 0, 0, 74, 2235, 1, 0, 0, 0, 76, 2239, 1, 0, 0, 0, 78, 2243, 1, 0, 0, 0, 80, 2247, 1, 0, 0, 0, 82, 2249, 1, 0, 0, 0, 84, 2260, 1, 0, 0, 0, 86, 2264, 1, 0, 0, 0, 88, 2269, 1, 0, 0, 0, 90, 2274, 1, 0, 0, 0, 92, 2276, 1, 0, 0, 0, 94, 2288, 1, 0, 0, 0, 96, 2295, 1, 0, 0, 0, 98, 2297, 1, 0, 0, 0, 100, 2299, 1, 0, 0, 0, 102, 2301, 1, 0, 0, 0, 104, 2437, 1, 0, 0, 0, 106, 2439, 1, 0, 0, 0, 108, 2456, 1, 0, 0, 0, 110, 2458, 1, 0, 0, 0, 112, 2472, 1, 0, 0, 0, 114, 2474, 1, 0, 0, 0, 116, 2490, 1, 0, 0, 0, 118, 2492, 1, 0, 0, 0, 120, 2713, 1, 0, 0, 0, 122, 2720, 1, 0, 0, 0, 124, 2722, 1, 0, 0, 0, 126, 2724, 1, 0, 0, 0, 128, 2727, 1, 0, 0, 0, 130, 2736, 1, 0, 0, 0, 132, 2738, 1, 0, 0, 0, 134, 2742, 1, 0, 0, 0, 136, 2745, 1, 0, 0, 0, 138, 2753, 1, 0, 0, 0, 140, 2765, 1, 0, 0, 0, 142, 2782, 1, 0, 0, 0, 144, 2810, 1, 0, 0, 0, 146, 2812, 1, 0, 0, 0, 148, 2815, 1, 0, 0, 0, 150, 2823, 1, 0, 0, 0, 152, 2828, 1, 0, 0, 0, 154, 2865, 1, 0, 0, 0, 156, 2867, 1, 0, 0, 0, 158, 2909, 1, 0, 0, 0, 160, 2911, 1, 0, 0, 0, 162, 2913, 1, 0, 0, 0, 164, 2918, 1, 0, 0, 0, 166, 2925, 1, 0, 0, 0, 168, 2930, 1, 0, 0, 0, 170, 2972, 1, 0, 0, 0, 172, 2974, 1, 0, 0, 0, 174, 2977, 1, 0, 0, 0, 176, 2982, 1, 0, 0, 0, 178, 2984, 1, 0, 0, 0, 180, 2992, 1, 0, 0, 0, 182, 3003, 1, 0, 0, 0, 184, 3005, 1, 0, 0, 0, 186, 3013, 1, 0, 0, 0, 188, 3015, 1, 0, 0, 0, 190, 3091, 1, 0, 0, 0, 192, 3104, 1, 0, 0, 0, 194, 3106, 1, 0, 0, 0, 196, 3108, 1, 0, 0, 0, 198, 3110, 1, 0, 0, 0, 200, 3114, 1, 0, 0, 0, 202, 3122, 1, 0, 0, 0, 204, 3133, 1, 0, 0, 0, 206, 3137, 1, 0, 0, 0, 208, 3139, 1, 0, 0, 0, 210, 3160, 1, 0, 0, 0, 212, 3163, 1, 0, 0, 0, 214, 3172, 1, 0, 0, 0, 216, 3182, 1, 0, 0, 0, 218, 3203, 1, 0, 0, 0, 220, 3263, 1, 0, 0, 0, 222, 3265, 1, 0, 0, 0, 224, 3274, 1, 0, 0, 0, 226, 3279, 1, 0, 0, 0, 228, 3281, 1, 0, 0, 0, 230, 3284, 1, 0, 0, 0, 232, 3292, 1, 0, 0, 0, 234, 3295, 1, 0, 0, 0, 236, 3302, 1, 0, 0, 0, 238, 3390, 1, 0, 0, 0, 240, 3392, 1, 0, 0, 0, 242, 3395, 1, 0, 0, 0, 244, 3399, 1, 0, 0, 0, 246, 3403, 1, 0, 0, 0, 248, 3411, 1, 0, 0, 0, 250, 3419, 1, 0, 0, 0, 252, 3424, 1, 0, 0, 0, 254, 3427, 1, 0, 0, 0, 256, 3435, 1, 0, 0, 0, 258, 3445, 1, 0, 0, 0, 260, 3458, 1, 0, 0, 0, 262, 3460, 1, 0, 0, 0, 264, 3464, 1, 0, 0, 0, 266, 3477, 1, 0, 0, 0, 268, 3479, 1, 0, 0, 0, 270, 3484, 1, 0, 0, 0, 272, 3486, 1, 0, 0, 0, 274, 3493, 1, 0, 0, 0, 276, 3524, 1, 0, 0, 0, 278, 3526, 1, 0, 0, 0, 280, 3535, 1, 0, 0, 0, 282, 3537, 1, 0, 0, 0, 284, 3546, 1, 0, 0, 0, 286, 3550, 1, 0, 0, 0, 288, 3558, 1, 0, 0, 0, 290, 3563, 1, 0, 0, 0, 292, 3567, 1, 0, 0, 0, 294, 3586, 1, 0, 0, 0, 296, 3596, 1, 0, 0, 0, 298, 3610, 1, 0, 0, 0, 300, 3626, 1, 0, 0, 0, 302, 3632, 1, 0, 0, 0, 304, 3647, 1, 0, 0, 0, 306, 3660, 1, 0, 0, 0, 308, 3662, 1, 0, 0, 0, 310, 3672, 1, 0, 0, 0, 312, 3684, 1, 0, 0, 0, 314, 3692, 1, 0, 0, 0, 316, 3694, 1, 0, 0, 0, 318, 3699, 1, 0, 0, 0, 320, 3737, 1, 0, 0, 0, 322, 3739, 1, 0, 0, 0, 324, 3747, 1, 0, 0, 0, 326, 3749, 1, 0, 0, 0, 328, 3757, 1, 0, 0, 0, 330, 3779, 1, 0, 0, 0, 332, 3781, 1, 0, 0, 0, 334, 3785, 1, 0, 0, 0, 336, 3792, 1, 0, 0, 0, 338, 3794, 1, 0, 0, 0, 340, 3796, 1, 0, 0, 0, 342, 3798, 1, 0, 0, 0, 344, 3809, 1, 0, 0, 0, 346, 3812, 1, 0, 0, 0, 348, 3826, 1, 0, 0, 0, 350, 3836, 1, 0, 0, 0, 352, 3838, 1, 0, 0, 0, 354, 3847, 1, 0, 0, 0, 356, 3850, 1, 0, 0, 0, 358, 3955, 1, 0, 0, 0, 360, 3957, 1, 0, 0, 0, 362, 3976, 1, 0, 0, 0, 364, 3979, 1, 0, 0, 0, 366, 3983, 1, 0, 0, 0, 368, 4002, 1, 0, 0, 0, 370, 4004, 1, 0, 0, 0, 372, 4009, 1, 0, 0, 0, 374, 4017, 1, 0, 0, 0, 376, 4022, 1, 0, 0, 0, 378, 4037, 1, 0, 0, 0, 380, 4039, 1, 0, 0, 0, 382, 4042, 1, 0, 0, 0, 384, 4044, 1, 0, 0, 0, 386, 4046, 1, 0, 0, 0, 388, 4065, 1, 0, 0, 0, 390, 4068, 1, 0, 0, 0, 392, 4073, 1, 0, 0, 0, 394, 4075, 1, 0, 0, 0, 396, 4124, 1, 0, 0, 0, 398, 4126, 1, 0, 0, 0, 400, 4144, 1, 0, 0, 0, 402, 4146, 1, 0, 0, 0, 404, 4151, 1, 0, 0, 0, 406, 4166, 1, 0, 0, 0, 408, 4168, 1, 0, 0, 0, 410, 4177, 1, 0, 0, 0, 412, 4197, 1, 0, 0, 0, 414, 4211, 1, 0, 0, 0, 416, 4245, 1, 0, 0, 0, 418, 4275, 1, 0, 0, 0, 420, 4277, 1, 0, 0, 0, 422, 4282, 1, 0, 0, 0, 424, 4288, 1, 0, 0, 0, 426, 4291, 1, 0, 0, 0, 428, 4294, 1, 0, 0, 0, 430, 4300, 1, 0, 0, 0, 432, 4303, 1, 0, 0, 0, 434, 4305, 1, 0, 0, 0, 436, 4314, 1, 0, 0, 0, 438, 4370, 1, 0, 0, 0, 440, 4376, 1, 0, 0, 0, 442, 4378, 1, 0, 0, 0, 444, 4384, 1, 0, 0, 0, 446, 4386, 1, 0, 0, 0, 448, 4401, 1, 0, 0, 0, 450, 4403, 1, 0, 0, 0, 452, 4407, 1, 0, 0, 0, 454, 4411, 1, 0, 0, 0, 456, 4418, 1, 0, 0, 0, 458, 4420, 1, 0, 0, 0, 460, 4422, 1, 0, 0, 0, 462, 4424, 1, 0, 0, 0, 464, 4430, 1, 0, 0, 0, 466, 4432, 1, 0, 0, 0, 468, 4434, 1, 0, 0, 0, 470, 4443, 1, 0, 0, 0, 472, 4447, 1, 0, 0, 0, 474, 4460, 1, 0, 0, 0, 476, 4462, 1, 0, 0, 0, 478, 4468, 1, 0, 0, 0, 480, 4482, 1, 0, 0, 0, 482, 4508, 1, 0, 0, 0, 484, 4510, 1, 0, 0, 0, 486, 4518, 1, 0, 0, 0, 488, 4524, 1, 0, 0, 0, 490, 4532, 1, 0, 0, 0, 492, 4543, 1, 0, 0, 0, 494, 4545, 1, 0, 0, 0, 496, 4657, 1, 0, 0, 0, 498, 4659, 1, 0, 0, 0, 500, 4663, 1, 0, 0, 0, 502, 4671, 1, 0, 0, 0, 504, 4682, 1, 0, 0, 0, 506, 4684, 1, 0, 0, 0, 508, 4688, 1, 0, 0, 0, 510, 4696, 1, 0, 0, 0, 512, 4700, 1, 0, 0, 0, 514, 4702, 1, 0, 0, 0, 516, 4732, 1, 0, 0, 0, 518, 4734, 1, 0, 0, 0, 520, 4738, 1, 0, 0, 0, 522, 4756, 1, 0, 0, 0, 524, 4795, 1, 0, 0, 0, 526, 4797, 1, 0, 0, 0, 528, 4799, 1, 0, 0, 0, 530, 4808, 1, 0, 0, 0, 532, 4810, 1, 0, 0, 0, 534, 4812, 1, 0, 0, 0, 536, 4837, 1, 0, 0, 0, 538, 4839, 1, 0, 0, 0, 540, 4859, 1, 0, 0, 0, 542, 4861, 1, 0, 0, 0, 544, 5247, 1, 0, 0, 0, 546, 5249, 1, 0, 0, 0, 548, 5281, 1, 0, 0, 0, 550, 5314, 1, 0, 0, 0, 552, 5316, 1, 0, 0, 0, 554, 5318, 1, 0, 0, 0, 556, 5326, 1, 0, 0, 0, 558, 5330, 1, 0, 0, 0, 560, 5334, 1, 0, 0, 0, 562, 5340, 1, 0, 0, 0, 564, 5344, 1, 0, 0, 0, 566, 5352, 1, 0, 0, 0, 568, 5372, 1, 0, 0, 0, 570, 5543, 1, 0, 0, 0, 572, 5547, 1, 0, 0, 0, 574, 5658, 1, 0, 0, 0, 576, 5660, 1, 0, 0, 0, 578, 5665, 1, 0, 0, 0, 580, 5671, 1, 0, 0, 0, 582, 5758, 1, 0, 0, 0, 584, 5760, 1, 0, 0, 0, 586, 5762, 1, 0, 0, 0, 588, 5764, 1, 0, 0, 0, 590, 5794, 1, 0, 0, 0, 592, 5812, 1, 0, 0, 0, 594, 5814, 1, 0, 0, 0, 596, 5822, 1, 0, 0, 0, 598, 5824, 1, 0, 0, 0, 600, 5848, 1, 0, 0, 0, 602, 5908, 1, 0, 0, 0, 604, 5910, 1, 0, 0, 0, 606, 5921, 1, 0, 0, 0, 608, 5923, 1, 0, 0, 0, 610, 5927, 1, 0, 0, 0, 612, 5960, 1, 0, 0, 0, 614, 5962, 1, 0, 0, 0, 616, 5966, 1, 0, 0, 0, 618, 5970, 1, 0, 0, 0, 620, 5979, 1, 0, 0, 0, 622, 5991, 1, 0, 0, 0, 624, 6023, 1, 0, 0, 0, 626, 6025, 1, 0, 0, 0, 628, 6027, 1, 0, 0, 0, 630, 6064, 1, 0, 0, 0, 632, 6066, 1, 0, 0, 0, 634, 6068, 1, 0, 0, 0, 636, 6070, 1, 0, 0, 0, 638, 6073, 1, 0, 0, 0, 640, 6104, 1, 0, 0, 0, 642, 6117, 1, 0, 0, 0, 644, 6119, 1, 0, 0, 0, 646, 6124, 1, 0, 0, 0, 648, 6132, 1, 0, 0, 0, 650, 6135, 1, 0, 0, 0, 652, 6137, 1, 0, 0, 0, 654, 6143, 1, 0, 0, 0, 656, 6145, 1, 0, 0, 0, 658, 6172, 1, 0, 0, 0, 660, 6183, 1, 0, 0, 0, 662, 6186, 1, 0, 0, 0, 664, 6192, 1, 0, 0, 0, 666, 6200, 1, 0, 0, 0, 668, 6216, 1, 0, 0, 0, 670, 6218, 1, 0, 0, 0, 672, 6234, 1, 0, 0, 0, 674, 6236, 1, 0, 0, 0, 676, 6252, 1, 0, 0, 0, 678, 6254, 1, 0, 0, 0, 680, 6260, 1, 0, 0, 0, 682, 6281, 1, 0, 0, 0, 684, 6290, 1, 0, 0, 0, 686, 6292, 1, 0, 0, 0, 688, 6294, 1, 0, 0, 0, 690, 6308, 1, 0, 0, 0, 692, 6310, 1, 0, 0, 0, 694, 6315, 1, 0, 0, 0, 696, 6317, 1, 0, 0, 0, 698, 6332, 1, 0, 0, 0, 700, 6340, 1, 0, 0, 0, 702, 6343, 1, 0, 0, 0, 704, 6352, 1, 0, 0, 0, 706, 6391, 1, 0, 0, 0, 708, 6418, 1, 0, 0, 0, 710, 6420, 1, 0, 0, 0, 712, 6432, 1, 0, 0, 0, 714, 6435, 1, 0, 0, 0, 716, 6438, 1, 0, 0, 0, 718, 6446, 1, 0, 0, 0, 720, 6458, 1, 0, 0, 0, 722, 6461, 1, 0, 0, 0, 724, 6465, 1, 0, 0, 0, 726, 6494, 1, 0, 0, 0, 728, 6496, 1, 0, 0, 0, 730, 6505, 1, 0, 0, 0, 732, 6536, 1, 0, 0, 0, 734, 6543, 1, 0, 0, 0, 736, 6548, 1, 0, 0, 0, 738, 6556, 1, 0, 0, 0, 740, 6559, 1, 0, 0, 0, 742, 6563, 1, 0, 0, 0, 744, 6570, 1, 0, 0, 0, 746, 6609, 1, 0, 0, 0, 748, 6615, 1, 0, 0, 0, 750, 6617, 1, 0, 0, 0, 752, 6620, 1, 0, 0, 0, 754, 6667, 1, 0, 0, 0, 756, 6685, 1, 0, 0, 0, 758, 6697, 1, 0, 0, 0, 760, 6714, 1, 0, 0, 0, 762, 6716, 1, 0, 0, 0, 764, 6724, 1, 0, 0, 0, 766, 6738, 1, 0, 0, 0, 768, 7131, 1, 0, 0, 0, 770, 7133, 1, 0, 0, 0, 772, 7205, 1, 0, 0, 0, 774, 7207, 1, 0, 0, 0, 776, 7394, 1, 0, 0, 0, 778, 7396, 1, 0, 0, 0, 780, 7404, 1, 0, 0, 0, 782, 7420, 1, 0, 0, 0, 784, 7427, 1, 0, 0, 0, 786, 7429, 1, 0, 0, 0, 788, 7622, 1, 0, 0, 0, 790, 7624, 1, 0, 0, 0, 792, 7633, 1, 0, 0, 0, 794, 7641, 1, 0, 0, 0, 796, 7681, 1, 0, 0, 0, 798, 7683, 1, 0, 0, 0, 800, 7693, 1, 0, 0, 0, 802, 7701, 1, 0, 0, 0, 804, 7781, 1, 0, 0, 0, 806, 7783, 1, 0, 0, 0, 808, 7809, 1, 0, 0, 0, 810, 7812, 1, 0, 0, 0, 812, 7828, 1, 0, 0, 0, 814, 7830, 1, 0, 0, 0, 816, 7832, 1, 0, 0, 0, 818, 7834, 1, 0, 0, 0, 820, 7836, 1, 0, 0, 0, 822, 7841, 1, 0, 0, 0, 824, 7844, 1, 0, 0, 0, 826, 7851, 1, 0, 0, 0, 828, 7918, 1, 0, 0, 0, 830, 7920, 1, 0, 0, 0, 832, 7932, 1, 0, 0, 0, 834, 7934, 1, 0, 0, 0, 836, 7944, 1, 0, 0, 0, 838, 7946, 1, 0, 0, 0, 840, 7952, 1, 0, 0, 0, 842, 7984, 1, 0, 0, 0, 844, 7991, 1, 0, 0, 0, 846, 7994, 1, 0, 0, 0, 848, 8003, 1, 0, 0, 0, 850, 8006, 1, 0, 0, 0, 852, 8010, 1, 0, 0, 0, 854, 8027, 1, 0, 0, 0, 856, 8029, 1, 0, 0, 0, 858, 8031, 1, 0, 0, 0, 860, 8047, 1, 0, 0, 0, 862, 8053, 1, 0, 0, 0, 864, 8061, 1, 0, 0, 0, 866, 8063, 1, 0, 0, 0, 868, 8069, 1, 0, 0, 0, 870, 8074, 1, 0, 0, 0, 872, 8083, 1, 0, 0, 0, 874, 8109, 1, 0, 0, 0, 876, 8111, 1, 0, 0, 0, 878, 8181, 1, 0, 0, 0, 880, 8183, 1, 0, 0, 0, 882, 8185, 1, 0, 0, 0, 884, 8216, 1, 0, 0, 0, 886, 8218, 1, 0, 0, 0, 888, 8229, 1, 0, 0, 0, 890, 8258, 1, 0, 0, 0, 892, 8274, 1, 0, 0, 0, 894, 8276, 1, 0, 0, 0, 896, 8284, 1, 0, 0, 0, 898, 8286, 1, 0, 0, 0, 900, 8292, 1, 0, 0, 0, 902, 8296, 1, 0, 0, 0, 904, 8298, 1, 0, 0, 0, 906, 8300, 1, 0, 0, 0, 908, 8311, 1, 0, 0, 0, 910, 8313, 1, 0, 0, 0, 912, 8317, 1, 0, 0, 0, 914, 8321, 1, 0, 0, 0, 916, 8326, 1, 0, 0, 0, 918, 8328, 1, 0, 0, 0, 920, 8330, 1, 0, 0, 0, 922, 8334, 1, 0, 0, 0, 924, 8338, 1, 0, 0, 0, 926, 8346, 1, 0, 0, 0, 928, 8366, 1, 0, 0, 0, 930, 8377, 1, 0, 0, 0, 932, 8379, 1, 0, 0, 0, 934, 8387, 1, 0, 0, 0, 936, 8393, 1, 0, 0, 0, 938, 8397, 1, 0, 0, 0, 940, 8399, 1, 0, 0, 0, 942, 8407, 1, 0, 0, 0, 944, 8415, 1, 0, 0, 0, 946, 8440, 1, 0, 0, 0, 948, 8442, 1, 0, 0, 0, 950, 8446, 1, 0, 0, 0, 952, 8455, 1, 0, 0, 0, 954, 8467, 1, 0, 0, 0, 956, 8476, 1, 0, 0, 0, 958, 8488, 1, 0, 0, 0, 960, 8490, 1, 0, 0, 0, 962, 8498, 1, 0, 0, 0, 964, 8501, 1, 0, 0, 0, 966, 8525, 1, 0, 0, 0, 968, 8527, 1, 0, 0, 0, 970, 8531, 1, 0, 0, 0, 972, 8545, 1, 0, 0, 0, 974, 8548, 1, 0, 0, 0, 976, 8559, 1, 0, 0, 0, 978, 8575, 1, 0, 0, 0, 980, 8577, 1, 0, 0, 0, 982, 8582, 1, 0, 0, 0, 984, 8585, 1, 0, 0, 0, 986, 8600, 1, 0, 0, 0, 988, 8626, 1, 0, 0, 0, 990, 8628, 1, 0, 0, 0, 992, 8631, 1, 0, 0, 0, 994, 8639, 1, 0, 0, 0, 996, 8647, 1, 0, 0, 0, 998, 8656, 1, 0, 0, 0, 1000, 8664, 1, 0, 0, 0, 1002, 8668, 1, 0, 0, 0, 1004, 8678, 1, 0, 0, 0, 1006, 8709, 1, 0, 0, 0, 1008, 8713, 1, 0, 0, 0, 1010, 8760, 1, 0, 0, 0, 1012, 8775, 1, 0, 0, 0, 1014, 8777, 1, 0, 0, 0, 1016, 8781, 1, 0, 0, 0, 1018, 8787, 1, 0, 0, 0, 1020, 8795, 1, 0, 0, 0, 1022, 8812, 1, 0, 0, 0, 1024, 8820, 1, 0, 0, 0, 1026, 8837, 1, 0, 0, 0, 1028, 8839, 1, 0, 0, 0, 1030, 8841, 1, 0, 0, 0, 1032, 8850, 1, 0, 0, 0, 1034, 8868, 1, 0, 0, 0, 1036, 8870, 1, 0, 0, 0, 1038, 8872, 1, 0, 0, 0, 1040, 8874, 1, 0, 0, 0, 1042, 8882, 1, 0, 0, 0, 1044, 8884, 1, 0, 0, 0, 1046, 8886, 1, 0, 0, 0, 1048, 8890, 1, 0, 0, 0, 1050, 8898, 1, 0, 0, 0, 1052, 8919, 1, 0, 0, 0, 1054, 8921, 1, 0, 0, 0, 1056, 8923, 1, 0, 0, 0, 1058, 8929, 1, 0, 0, 0, 1060, 8946, 1, 0, 0, 0, 1062, 8955, 1, 0, 0, 0, 1064, 8957, 1, 0, 0, 0, 1066, 8964, 1, 0, 0, 0, 1068, 8968, 1, 0, 0, 0, 1070, 8970, 1, 0, 0, 0, 1072, 8972, 1, 0, 0, 0, 1074, 8974, 1, 0, 0, 0, 1076, 8981, 1, 0, 0, 0, 1078, 8998, 1, 0, 0, 0, 1080, 9000, 1, 0, 0, 0, 1082, 9003, 1, 0, 0, 0, 1084, 9008, 1, 0, 0, 0, 1086, 9013, 1, 0, 0, 0, 1088, 9019, 1, 0, 0, 0, 1090, 9026, 1, 0, 0, 0, 1092, 9028, 1, 0, 0, 0, 1094, 9031, 1, 0, 0, 0, 1096, 9035, 1, 0, 0, 0, 1098, 9042, 1, 0, 0, 0, 1100, 9054, 1, 0, 0, 0, 1102, 9057, 1, 0, 0, 0, 1104, 9071, 1, 0, 0, 0, 1106, 9074, 1, 0, 0, 0, 1108, 9143, 1, 0, 0, 0, 1110, 9167, 1, 0, 0, 0, 1112, 9176, 1, 0, 0, 0, 1114, 9190, 1, 0, 0, 0, 1116, 9192, 1, 0, 0, 0, 1118, 9203, 1, 0, 0, 0, 1120, 9226, 1, 0, 0, 0, 1122, 9229, 1, 0, 0, 0, 1124, 9274, 1, 0, 0, 0, 1126, 9276, 1, 0, 0, 0, 1128, 9284, 1, 0, 0, 0, 1130, 9292, 1, 0, 0, 0, 1132, 9299, 1, 0, 0, 0, 1134, 9307, 1, 0, 0, 0, 1136, 9324, 1, 0, 0, 0, 1138, 9326, 1, 0, 0, 0, 1140, 9330, 1, 0, 0, 0, 1142, 9338, 1, 0, 0, 0, 1144, 9343, 1, 0, 0, 0, 1146, 9346, 1, 0, 0, 0, 1148, 9349, 1, 0, 0, 0, 1150, 9356, 1, 0, 0, 0, 1152, 9358, 1, 0, 0, 0, 1154, 9366, 1, 0, 0, 0, 1156, 9371, 1, 0, 0, 0, 1158, 9392, 1, 0, 0, 0, 1160, 9400, 1, 0, 0, 0, 1162, 9410, 1, 0, 0, 0, 1164, 9422, 1, 0, 0, 0, 1166, 9424, 1, 0, 0, 0, 1168, 9438, 1, 0, 0, 0, 1170, 9458, 1, 0, 0, 0, 1172, 9467, 1, 0, 0, 0, 1174, 9485, 1, 0, 0, 0, 1176, 9491, 1, 0, 0, 0, 1178, 9493, 1, 0, 0, 0, 1180, 9500, 1, 0, 0, 0, 1182, 9528, 1, 0, 0, 0, 1184, 9530, 1, 0, 0, 0, 1186, 9536, 1, 0, 0, 0, 1188, 9540, 1, 0, 0, 0, 1190, 9542, 1, 0, 0, 0, 1192, 9550, 1, 0, 0, 0, 1194, 9554, 1, 0, 0, 0, 1196, 9561, 1, 0, 0, 0, 1198, 9578, 1, 0, 0, 0, 1200, 9580, 1, 0, 0, 0, 1202, 9582, 1, 0, 0, 0, 1204, 9592, 1, 0, 0, 0, 1206, 9600, 1, 0, 0, 0, 1208, 9627, 1, 0, 0, 0, 1210, 9629, 1, 0, 0, 0, 1212, 9636, 1, 0, 0, 0, 1214, 9639, 1, 0, 0, 0, 1216, 9641, 1, 0, 0, 0, 1218, 9645, 1, 0, 0, 0, 1220, 9653, 1, 0, 0, 0, 1222, 9661, 1, 0, 0, 0, 1224, 9669, 1, 0, 0, 0, 1226, 9678, 1, 0, 0, 0, 1228, 9682, 1, 0, 0, 0, 1230, 9686, 1, 0, 0, 0, 1232, 9712, 1, 0, 0, 0, 1234, 9726, 1, 0, 0, 0, 1236, 9746, 1, 0, 0, 0, 1238, 9756, 1, 0, 0, 0, 1240, 9760, 1, 0, 0, 0, 1242, 9768, 1, 0, 0, 0, 1244, 9776, 1, 0, 0, 0, 1246, 9782, 1, 0, 0, 0, 1248, 9786, 1, 0, 0, 0, 1250, 9793, 1, 0, 0, 0, 1252, 9798, 1, 0, 0, 0, 1254, 9813, 1, 0, 0, 0, 1256, 9893, 1, 0, 0, 0, 1258, 9895, 1, 0, 0, 0, 1260, 9897, 1, 0, 0, 0, 1262, 9936, 1, 0, 0, 0, 1264, 9940, 1, 0, 0, 0, 1266, 10126, 1, 0, 0, 0, 1268, 10133, 1, 0, 0, 0, 1270, 10145, 1, 0, 0, 0, 1272, 10147, 1, 0, 0, 0, 1274, 10152, 1, 0, 0, 0, 1276, 10160, 1, 0, 0, 0, 1278, 10165, 1, 0, 0, 0, 1280, 10171, 1, 0, 0, 0, 1282, 10188, 1, 0, 0, 0, 1284, 10190, 1, 0, 0, 0, 1286, 10193, 1, 0, 0, 0, 1288, 10199, 1, 0, 0, 0, 1290, 10205, 1, 0, 0, 0, 1292, 10208, 1, 0, 0, 0, 1294, 10216, 1, 0, 0, 0, 1296, 10220, 1, 0, 0, 0, 1298, 10225, 1, 0, 0, 0, 1300, 10240, 1, 0, 0, 0, 1302, 10242, 1, 0, 0, 0, 1304, 10261, 1, 0, 0, 0, 1306, 10269, 1, 0, 0, 0, 1308, 10278, 1, 0, 0, 0, 1310, 10280, 1, 0, 0, 0, 1312, 10301, 1, 0, 0, 0, 1314, 10303, 1, 0, 0, 0, 1316, 10310, 1, 0, 0, 0, 1318, 10316, 1, 0, 0, 0, 1320, 10320, 1, 0, 0, 0, 1322, 10322, 1, 0, 0, 0, 1324, 10330, 1, 0, 0, 0, 1326, 10338, 1, 0, 0, 0, 1328, 10352, 1, 0, 0, 0, 1330, 10354, 1, 0, 0, 0, 1332, 10362, 1, 0, 0, 0, 1334, 10370, 1, 0, 0, 0, 1336, 10383, 1, 0, 0, 0, 1338, 10387, 1, 0, 0, 0, 1340, 10389, 1, 0, 0, 0, 1342, 10402, 1, 0, 0, 0, 1344, 10404, 1, 0, 0, 0, 1346, 10412, 1, 0, 0, 0, 1348, 10419, 1, 0, 0, 0, 1350, 10427, 1, 0, 0, 0, 1352, 10439, 1, 0, 0, 0, 1354, 10441, 1, 0, 0, 0, 1356, 10443, 1, 0, 0, 0, 1358, 10452, 1, 0, 0, 0, 1360, 10483, 1, 0, 0, 0, 1362, 10492, 1, 0, 0, 0, 1364, 10499, 1, 0, 0, 0, 1366, 10501, 1, 0, 0, 0, 1368, 10512, 1, 0, 0, 0, 1370, 10516, 1, 0, 0, 0, 1372, 10521, 1, 0, 0, 0, 1374, 10524, 1, 0, 0, 0, 1376, 10526, 1, 0, 0, 0, 1378, 10547, 1, 0, 0, 0, 1380, 10549, 1, 0, 0, 0, 1382, 10552, 1, 0, 0, 0, 1384, 10559, 1, 0, 0, 0, 1386, 10562, 1, 0, 0, 0, 1388, 10564, 1, 0, 0, 0, 1390, 10580, 1, 0, 0, 0, 1392, 10582, 1, 0, 0, 0, 1394, 10590, 1, 0, 0, 0, 1396, 10598, 1, 0, 0, 0, 1398, 10606, 1, 0, 0, 0, 1400, 10614, 1, 0, 0, 0, 1402, 10622, 1, 0, 0, 0, 1404, 10626, 1, 0, 0, 0, 1406, 10630, 1, 0, 0, 0, 1408, 10634, 1, 0, 0, 0, 1410, 10638, 1, 0, 0, 0, 1412, 10642, 1, 0, 0, 0, 1414, 10646, 1, 0, 0, 0, 1416, 10650, 1, 0, 0, 0, 1418, 10658, 1, 0, 0, 0, 1420, 10666, 1, 0, 0, 0, 1422, 10670, 1, 0, 0, 0, 1424, 10674, 1, 0, 0, 0, 1426, 10678, 1, 0, 0, 0, 1428, 10680, 1, 0, 0, 0, 1430, 10686, 1, 0, 0, 0, 1432, 10692, 1, 0, 0, 0, 1434, 10702, 1, 0, 0, 0, 1436, 10704, 1, 0, 0, 0, 1438, 10706, 1, 0, 0, 0, 1440, 10708, 1, 0, 0, 0, 1442, 10710, 1, 0, 0, 0, 1444, 10716, 1, 0, 0, 0, 1446, 10722, 1, 0, 0, 0, 1448, 10728, 1, 0, 0, 0, 1450, 10765, 1, 0, 0, 0, 1452, 10767, 1, 0, 0, 0, 1454, 10769, 1, 0, 0, 0, 1456, 10771, 1, 0, 0, 0, 1458, 10773, 1, 0, 0, 0, 1460, 10775, 1, 0, 0, 0, 1462, 10790, 1, 0, 0, 0, 1464, 10792, 1, 0, 0, 0, 1466, 10800, 1, 0, 0, 0, 1468, 10802, 1, 0, 0, 0, 1470, 10804, 1, 0, 0, 0, 1472, 10811, 1, 0, 0, 0, 1474, 10813, 1, 0, 0, 0, 1476, 10825, 1, 0, 0, 0, 1478, 10827, 1, 0, 0, 0, 1480, 10841, 1, 0, 0, 0, 1482, 10845, 1, 0, 0, 0, 1484, 10854, 1, 0, 0, 0, 1486, 10860, 1, 0, 0, 0, 1488, 10864, 1, 0, 0, 0, 1490, 10870, 1, 0, 0, 0, 1492, 10878, 1, 0, 0, 0, 1494, 10890, 1, 0, 0, 0, 1496, 10892, 1, 0, 0, 0, 1498, 10894, 1, 0, 0, 0, 1500, 10947, 1, 0, 0, 0, 1502, 10949, 1, 0, 0, 0, 1504, 10951, 1, 0, 0, 0, 1506, 10953, 1, 0, 0, 0, 1508, 10960, 1, 0, 0, 0, 1510, 10983, 1, 0, 0, 0, 1512, 10985, 1, 0, 0, 0, 1514, 10991, 1, 0, 0, 0, 1516, 10995, 1, 0, 0, 0, 1518, 10997, 1, 0, 0, 0, 1520, 11004, 1, 0, 0, 0, 1522, 11011, 1, 0, 0, 0, 1524, 11014, 1, 0, 0, 0, 1526, 11018, 1, 0, 0, 0, 1528, 11025, 1, 0, 0, 0, 1530, 11027, 1, 0, 0, 0, 1532, 11051, 1, 0, 0, 0, 1534, 11053, 1, 0, 0, 0, 1536, 11060, 1, 0, 0, 0, 1538, 11062, 1, 0, 0, 0, 1540, 11070, 1, 0, 0, 0, 1542, 11073, 1, 0, 0, 0, 1544, 11077, 1, 0, 0, 0, 1546, 11079, 1, 0, 0, 0, 1548, 11083, 1, 0, 0, 0, 1550, 11085, 1, 0, 0, 0, 1552, 11090, 1, 0, 0, 0, 1554, 11095, 1, 0, 0, 0, 1556, 11101, 1, 0, 0, 0, 1558, 11105, 1, 0, 0, 0, 1560, 11107, 1, 0, 0, 0, 1562, 11112, 1, 0, 0, 0, 1564, 11142, 1, 0, 0, 0, 1566, 11144, 1, 0, 0, 0, 1568, 11164, 1, 0, 0, 0, 1570, 11168, 1, 0, 0, 0, 1572, 11170, 1, 0, 0, 0, 1574, 11175, 1, 0, 0, 0, 1576, 11184, 1, 0, 0, 0, 1578, 11186, 1, 0, 0, 0, 1580, 11194, 1, 0, 0, 0, 1582, 11198, 1, 0, 0, 0, 1584, 11200, 1, 0, 0, 0, 1586, 11204, 1, 0, 0, 0, 1588, 11215, 1, 0, 0, 0, 1590, 11232, 1, 0, 0, 0, 1592, 11238, 1, 0, 0, 0, 1594, 11240, 1, 0, 0, 0, 1596, 11250, 1, 0, 0, 0, 1598, 11253, 1, 0, 0, 0, 1600, 11257, 1, 0, 0, 0, 1602, 11265, 1, 0, 0, 0, 1604, 11267, 1, 0, 0, 0, 1606, 11270, 1, 0, 0, 0, 1608, 11275, 1, 0, 0, 0, 1610, 11280, 1, 0, 0, 0, 1612, 11302, 1, 0, 0, 0, 1614, 11316, 1, 0, 0, 0, 1616, 11320, 1, 0, 0, 0, 1618, 11325, 1, 0, 0, 0, 1620, 11327, 1, 0, 0, 0, 1622, 11329, 1, 0, 0, 0, 1624, 11341, 1, 0, 0, 0, 1626, 11343, 1, 0, 0, 0, 1628, 11350, 1, 0, 0, 0, 1630, 11352, 1, 0, 0, 0, 1632, 11370, 1, 0, 0, 0, 1634, 11406, 1, 0, 0, 0, 1636, 11408, 1, 0, 0, 0, 1638, 11417, 1, 0, 0, 0, 1640, 11422, 1, 0, 0, 0, 1642, 11424, 1, 0, 0, 0, 1644, 11428, 1, 0, 0, 0, 1646, 11436, 1, 0, 0, 0, 1648, 11444, 1, 0, 0, 0, 1650, 11446, 1, 0, 0, 0, 1652, 11453, 1, 0, 0, 0, 1654, 11456, 1, 0, 0, 0, 1656, 11472, 1, 0, 0, 0, 1658, 11474, 1, 0, 0, 0, 1660, 11488, 1, 0, 0, 0, 1662, 11490, 1, 0, 0, 0, 1664, 11517, 1, 0, 0, 0, 1666, 11519, 1, 0, 0, 0, 1668, 11530, 1, 0, 0, 0, 1670, 11536, 1, 0, 0, 0, 1672, 11540, 1, 0, 0, 0, 1674, 11542, 1, 0, 0, 0, 1676, 11552, 1, 0, 0, 0, 1678, 11557, 1, 0, 0, 0, 1680, 11574, 1, 0, 0, 0, 1682, 11576, 1, 0, 0, 0, 1684, 11584, 1, 0, 0, 0, 1686, 11621, 1, 0, 0, 0, 1688, 11629, 1, 0, 0, 0, 1690, 11657, 1, 0, 0, 0, 1692, 11659, 1, 0, 0, 0, 1694, 11673, 1, 0, 0, 0, 1696, 11695, 1, 0, 0, 0, 1698, 11697, 1, 0, 0, 0, 1700, 11710, 1, 0, 0, 0, 1702, 11712, 1, 0, 0, 0, 1704, 11716, 1, 0, 0, 0, 1706, 11719, 1, 0, 0, 0, 1708, 11725, 1, 0, 0, 0, 1710, 11731, 1, 0, 0, 0, 1712, 11749, 1, 0, 0, 0, 1714, 11753, 1, 0, 0, 0, 1716, 11758, 1, 0, 0, 0, 1718, 11761, 1, 0, 0, 0, 1720, 11765, 1, 0, 0, 0, 1722, 11770, 1, 0, 0, 0, 1724, 11781, 1, 0, 0, 0, 1726, 11785, 1, 0, 0, 0, 1728, 11789, 1, 0, 0, 0, 1730, 11793, 1, 0, 0, 0, 1732, 11795, 1, 0, 0, 0, 1734, 11800, 1, 0, 0, 0, 1736, 11802, 1, 0, 0, 0, 1738, 11805, 1, 0, 0, 0, 1740, 11825, 1, 0, 0, 0, 1742, 11827, 1, 0, 0, 0, 1744, 11829, 1, 0, 0, 0, 1746, 11831, 1, 0, 0, 0, 1748, 11833, 1, 0, 0, 0, 1750, 11837, 1, 0, 0, 0, 1752, 1754, 3, 4, 2, 0, 1753, 1752, 1, 0, 0, 0, 1754, 1757, 1, 0, 0, 0, 1755, 1753, 1, 0, 0, 0, 1755, 1756, 1, 0, 0, 0, 1756, 1758, 1, 0, 0, 0, 1757, 1755, 1, 0, 0, 0, 1758, 1759, 5, 0, 0, 1, 1759, 1, 1, 0, 0, 0, 1760, 1761, 3, 1506, 753, 0, 1761, 3, 1, 0, 0, 0, 1762, 1764, 3, 6, 3, 0, 1763, 1765, 5, 7, 0, 0, 1764, 1763, 1, 0, 0, 0, 1764, 1765, 1, 0, 0, 0, 1765, 5, 1, 0, 0, 0, 1766, 1884, 3, 490, 245, 0, 1767, 1884, 3, 866, 433, 0, 1768, 1884, 3, 858, 429, 0, 1769, 1884, 3, 860, 430, 0, 1770, 1884, 3, 618, 309, 0, 1771, 1884, 3, 872, 436, 0, 1772, 1884, 3, 516, 258, 0, 1773, 1884, 3, 352, 176, 0, 1774, 1884, 3, 358, 179, 0, 1775, 1884, 3, 368, 184, 0, 1776, 1884, 3, 394, 197, 0, 1777, 1884, 3, 718, 359, 0, 1778, 1884, 3, 42, 21, 0, 1779, 1884, 3, 772, 386, 0, 1780, 1884, 3, 776, 388, 0, 1781, 1884, 3, 788, 394, 0, 1782, 1884, 3, 778, 389, 0, 1783, 1884, 3, 786, 393, 0, 1784, 1884, 3, 412, 206, 0, 1785, 1884, 3, 414, 207, 0, 1786, 1884, 3, 312, 156, 0, 1787, 1884, 3, 868, 434, 0, 1788, 1884, 3, 104, 52, 0, 1789, 1884, 3, 766, 383, 0, 1790, 1884, 3, 150, 75, 0, 1791, 1884, 3, 796, 398, 0, 1792, 1884, 3, 30, 15, 0, 1793, 1884, 3, 32, 16, 0, 1794, 1884, 3, 26, 13, 0, 1795, 1884, 3, 804, 402, 0, 1796, 1884, 3, 294, 147, 0, 1797, 1884, 3, 878, 439, 0, 1798, 1884, 3, 876, 438, 0, 1799, 1884, 3, 408, 204, 0, 1800, 1884, 3, 892, 446, 0, 1801, 1884, 3, 10, 5, 0, 1802, 1884, 3, 100, 50, 0, 1803, 1884, 3, 156, 78, 0, 1804, 1884, 3, 884, 442, 0, 1805, 1884, 3, 570, 285, 0, 1806, 1884, 3, 94, 47, 0, 1807, 1884, 3, 158, 79, 0, 1808, 1884, 3, 434, 217, 0, 1809, 1884, 3, 296, 148, 0, 1810, 1884, 3, 494, 247, 0, 1811, 1884, 3, 746, 373, 0, 1812, 1884, 3, 882, 441, 0, 1813, 1884, 3, 870, 435, 0, 1814, 1884, 3, 346, 173, 0, 1815, 1884, 3, 360, 180, 0, 1816, 1884, 3, 386, 193, 0, 1817, 1884, 3, 396, 198, 0, 1818, 1884, 3, 656, 328, 0, 1819, 1884, 3, 40, 20, 0, 1820, 1884, 3, 302, 151, 0, 1821, 1884, 3, 520, 260, 0, 1822, 1884, 3, 534, 267, 0, 1823, 1884, 3, 790, 395, 0, 1824, 1884, 3, 536, 268, 0, 1825, 1884, 3, 410, 205, 0, 1826, 1884, 3, 328, 164, 0, 1827, 1884, 3, 46, 23, 0, 1828, 1884, 3, 310, 155, 0, 1829, 1884, 3, 188, 94, 0, 1830, 1884, 3, 798, 399, 0, 1831, 1884, 3, 292, 146, 0, 1832, 1884, 3, 342, 171, 0, 1833, 1884, 3, 752, 376, 0, 1834, 1884, 3, 438, 219, 0, 1835, 1884, 3, 482, 241, 0, 1836, 1884, 3, 12, 6, 0, 1837, 1884, 3, 24, 12, 0, 1838, 1884, 3, 404, 202, 0, 1839, 1884, 3, 846, 423, 0, 1840, 1884, 3, 950, 475, 0, 1841, 1884, 3, 994, 497, 0, 1842, 1884, 3, 496, 248, 0, 1843, 1884, 3, 970, 485, 0, 1844, 1884, 3, 102, 51, 0, 1845, 1884, 3, 740, 370, 0, 1846, 1884, 3, 544, 272, 0, 1847, 1884, 3, 946, 473, 0, 1848, 1884, 3, 928, 464, 0, 1849, 1884, 3, 580, 290, 0, 1850, 1884, 3, 588, 294, 0, 1851, 1884, 3, 610, 305, 0, 1852, 1884, 3, 1684, 842, 0, 1853, 1884, 3, 398, 199, 0, 1854, 1884, 3, 628, 314, 0, 1855, 1884, 3, 952, 476, 0, 1856, 1884, 3, 824, 412, 0, 1857, 1884, 3, 308, 154, 0, 1858, 1884, 3, 844, 422, 0, 1859, 1884, 3, 974, 487, 0, 1860, 1884, 3, 820, 410, 0, 1861, 1884, 3, 940, 470, 0, 1862, 1884, 3, 542, 271, 0, 1863, 1884, 3, 756, 378, 0, 1864, 1884, 3, 728, 364, 0, 1865, 1884, 3, 726, 363, 0, 1866, 1884, 3, 730, 365, 0, 1867, 1884, 3, 768, 384, 0, 1868, 1884, 3, 590, 295, 0, 1869, 1884, 3, 612, 306, 0, 1870, 1884, 3, 806, 403, 0, 1871, 1884, 3, 574, 287, 0, 1872, 1884, 3, 1002, 501, 0, 1873, 1884, 3, 828, 414, 0, 1874, 1884, 3, 566, 283, 0, 1875, 1884, 3, 826, 413, 0, 1876, 1884, 3, 984, 492, 0, 1877, 1884, 3, 890, 445, 0, 1878, 1884, 3, 82, 41, 0, 1879, 1884, 3, 54, 27, 0, 1880, 1884, 3, 92, 46, 0, 1881, 1884, 3, 840, 420, 0, 1882, 1884, 3, 8, 4, 0, 1883, 1766, 1, 0, 0, 0, 1883, 1767, 1, 0, 0, 0, 1883, 1768, 1, 0, 0, 0, 1883, 1769, 1, 0, 0, 0, 1883, 1770, 1, 0, 0, 0, 1883, 1771, 1, 0, 0, 0, 1883, 1772, 1, 0, 0, 0, 1883, 1773, 1, 0, 0, 0, 1883, 1774, 1, 0, 0, 0, 1883, 1775, 1, 0, 0, 0, 1883, 1776, 1, 0, 0, 0, 1883, 1777, 1, 0, 0, 0, 1883, 1778, 1, 0, 0, 0, 1883, 1779, 1, 0, 0, 0, 1883, 1780, 1, 0, 0, 0, 1883, 1781, 1, 0, 0, 0, 1883, 1782, 1, 0, 0, 0, 1883, 1783, 1, 0, 0, 0, 1883, 1784, 1, 0, 0, 0, 1883, 1785, 1, 0, 0, 0, 1883, 1786, 1, 0, 0, 0, 1883, 1787, 1, 0, 0, 0, 1883, 1788, 1, 0, 0, 0, 1883, 1789, 1, 0, 0, 0, 1883, 1790, 1, 0, 0, 0, 1883, 1791, 1, 0, 0, 0, 1883, 1792, 1, 0, 0, 0, 1883, 1793, 1, 0, 0, 0, 1883, 1794, 1, 0, 0, 0, 1883, 1795, 1, 0, 0, 0, 1883, 1796, 1, 0, 0, 0, 1883, 1797, 1, 0, 0, 0, 1883, 1798, 1, 0, 0, 0, 1883, 1799, 1, 0, 0, 0, 1883, 1800, 1, 0, 0, 0, 1883, 1801, 1, 0, 0, 0, 1883, 1802, 1, 0, 0, 0, 1883, 1803, 1, 0, 0, 0, 1883, 1804, 1, 0, 0, 0, 1883, 1805, 1, 0, 0, 0, 1883, 1806, 1, 0, 0, 0, 1883, 1807, 1, 0, 0, 0, 1883, 1808, 1, 0, 0, 0, 1883, 1809, 1, 0, 0, 0, 1883, 1810, 1, 0, 0, 0, 1883, 1811, 1, 0, 0, 0, 1883, 1812, 1, 0, 0, 0, 1883, 1813, 1, 0, 0, 0, 1883, 1814, 1, 0, 0, 0, 1883, 1815, 1, 0, 0, 0, 1883, 1816, 1, 0, 0, 0, 1883, 1817, 1, 0, 0, 0, 1883, 1818, 1, 0, 0, 0, 1883, 1819, 1, 0, 0, 0, 1883, 1820, 1, 0, 0, 0, 1883, 1821, 1, 0, 0, 0, 1883, 1822, 1, 0, 0, 0, 1883, 1823, 1, 0, 0, 0, 1883, 1824, 1, 0, 0, 0, 1883, 1825, 1, 0, 0, 0, 1883, 1826, 1, 0, 0, 0, 1883, 1827, 1, 0, 0, 0, 1883, 1828, 1, 0, 0, 0, 1883, 1829, 1, 0, 0, 0, 1883, 1830, 1, 0, 0, 0, 1883, 1831, 1, 0, 0, 0, 1883, 1832, 1, 0, 0, 0, 1883, 1833, 1, 0, 0, 0, 1883, 1834, 1, 0, 0, 0, 1883, 1835, 1, 0, 0, 0, 1883, 1836, 1, 0, 0, 0, 1883, 1837, 1, 0, 0, 0, 1883, 1838, 1, 0, 0, 0, 1883, 1839, 1, 0, 0, 0, 1883, 1840, 1, 0, 0, 0, 1883, 1841, 1, 0, 0, 0, 1883, 1842, 1, 0, 0, 0, 1883, 1843, 1, 0, 0, 0, 1883, 1844, 1, 0, 0, 0, 1883, 1845, 1, 0, 0, 0, 1883, 1846, 1, 0, 0, 0, 1883, 1847, 1, 0, 0, 0, 1883, 1848, 1, 0, 0, 0, 1883, 1849, 1, 0, 0, 0, 1883, 1850, 1, 0, 0, 0, 1883, 1851, 1, 0, 0, 0, 1883, 1852, 1, 0, 0, 0, 1883, 1853, 1, 0, 0, 0, 1883, 1854, 1, 0, 0, 0, 1883, 1855, 1, 0, 0, 0, 1883, 1856, 1, 0, 0, 0, 1883, 1857, 1, 0, 0, 0, 1883, 1858, 1, 0, 0, 0, 1883, 1859, 1, 0, 0, 0, 1883, 1860, 1, 0, 0, 0, 1883, 1861, 1, 0, 0, 0, 1883, 1862, 1, 0, 0, 0, 1883, 1863, 1, 0, 0, 0, 1883, 1864, 1, 0, 0, 0, 1883, 1865, 1, 0, 0, 0, 1883, 1866, 1, 0, 0, 0, 1883, 1867, 1, 0, 0, 0, 1883, 1868, 1, 0, 0, 0, 1883, 1869, 1, 0, 0, 0, 1883, 1870, 1, 0, 0, 0, 1883, 1871, 1, 0, 0, 0, 1883, 1872, 1, 0, 0, 0, 1883, 1873, 1, 0, 0, 0, 1883, 1874, 1, 0, 0, 0, 1883, 1875, 1, 0, 0, 0, 1883, 1876, 1, 0, 0, 0, 1883, 1877, 1, 0, 0, 0, 1883, 1878, 1, 0, 0, 0, 1883, 1879, 1, 0, 0, 0, 1883, 1880, 1, 0, 0, 0, 1883, 1881, 1, 0, 0, 0, 1883, 1882, 1, 0, 0, 0, 1884, 7, 1, 0, 0, 0, 1885, 1887, 5, 582, 0, 0, 1886, 1888, 5, 583, 0, 0, 1887, 1886, 1, 0, 0, 0, 1887, 1888, 1, 0, 0, 0, 1888, 9, 1, 0, 0, 0, 1889, 1890, 5, 433, 0, 0, 1890, 1891, 3, 1260, 630, 0, 1891, 11, 1, 0, 0, 0, 1892, 1893, 5, 46, 0, 0, 1893, 1894, 5, 318, 0, 0, 1894, 1896, 3, 1470, 735, 0, 1895, 1897, 3, 14, 7, 0, 1896, 1895, 1, 0, 0, 0, 1896, 1897, 1, 0, 0, 0, 1897, 1898, 1, 0, 0, 0, 1898, 1899, 3, 16, 8, 0, 1899, 13, 1, 0, 0, 0, 1900, 1901, 5, 105, 0, 0, 1901, 15, 1, 0, 0, 0, 1902, 1904, 3, 22, 11, 0, 1903, 1902, 1, 0, 0, 0, 1904, 1907, 1, 0, 0, 0, 1905, 1903, 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 17, 1, 0, 0, 0, 1907, 1905, 1, 0, 0, 0, 1908, 1910, 3, 20, 10, 0, 1909, 1908, 1, 0, 0, 0, 1910, 1913, 1, 0, 0, 0, 1911, 1909, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 19, 1, 0, 0, 0, 1913, 1911, 1, 0, 0, 0, 1914, 1917, 5, 287, 0, 0, 1915, 1918, 3, 1460, 730, 0, 1916, 1918, 5, 78, 0, 0, 1917, 1915, 1, 0, 0, 0, 1917, 1916, 1, 0, 0, 0, 1918, 1950, 1, 0, 0, 0, 1919, 1920, 7, 0, 0, 0, 1920, 1921, 5, 287, 0, 0, 1921, 1950, 3, 1460, 730, 0, 1922, 1950, 7, 1, 0, 0, 1923, 1950, 7, 2, 0, 0, 1924, 1950, 7, 3, 0, 0, 1925, 1950, 7, 4, 0, 0, 1926, 1950, 7, 5, 0, 0, 1927, 1950, 7, 6, 0, 0, 1928, 1950, 7, 7, 0, 0, 1929, 1950, 7, 8, 0, 0, 1930, 1931, 5, 164, 0, 0, 1931, 1932, 5, 74, 0, 0, 1932, 1950, 3, 1466, 733, 0, 1933, 1934, 5, 371, 0, 0, 1934, 1935, 5, 368, 0, 0, 1935, 1950, 3, 1460, 730, 0, 1936, 1937, 5, 68, 0, 0, 1937, 1938, 5, 318, 0, 0, 1938, 1950, 3, 1418, 709, 0, 1939, 1940, 5, 68, 0, 0, 1940, 1941, 5, 66, 0, 0, 1941, 1950, 3, 1418, 709, 0, 1942, 1943, 5, 318, 0, 0, 1943, 1950, 3, 1474, 737, 0, 1944, 1945, 5, 134, 0, 0, 1945, 1950, 3, 1418, 709, 0, 1946, 1947, 5, 99, 0, 0, 1947, 1950, 3, 1474, 737, 0, 1948, 1950, 3, 1494, 747, 0, 1949, 1914, 1, 0, 0, 0, 1949, 1919, 1, 0, 0, 0, 1949, 1922, 1, 0, 0, 0, 1949, 1923, 1, 0, 0, 0, 1949, 1924, 1, 0, 0, 0, 1949, 1925, 1, 0, 0, 0, 1949, 1926, 1, 0, 0, 0, 1949, 1927, 1, 0, 0, 0, 1949, 1928, 1, 0, 0, 0, 1949, 1929, 1, 0, 0, 0, 1949, 1930, 1, 0, 0, 0, 1949, 1933, 1, 0, 0, 0, 1949, 1936, 1, 0, 0, 0, 1949, 1939, 1, 0, 0, 0, 1949, 1942, 1, 0, 0, 0, 1949, 1944, 1, 0, 0, 0, 1949, 1946, 1, 0, 0, 0, 1949, 1948, 1, 0, 0, 0, 1950, 21, 1, 0, 0, 0, 1951, 1962, 3, 20, 10, 0, 1952, 1953, 5, 348, 0, 0, 1953, 1962, 3, 1458, 729, 0, 1954, 1955, 5, 134, 0, 0, 1955, 1962, 3, 1474, 737, 0, 1956, 1957, 5, 318, 0, 0, 1957, 1962, 3, 1474, 737, 0, 1958, 1959, 5, 68, 0, 0, 1959, 1960, 7, 9, 0, 0, 1960, 1962, 3, 1474, 737, 0, 1961, 1951, 1, 0, 0, 0, 1961, 1952, 1, 0, 0, 0, 1961, 1954, 1, 0, 0, 0, 1961, 1956, 1, 0, 0, 0, 1961, 1958, 1, 0, 0, 0, 1962, 23, 1, 0, 0, 0, 1963, 1964, 5, 46, 0, 0, 1964, 1965, 5, 99, 0, 0, 1965, 1967, 3, 1470, 735, 0, 1966, 1968, 3, 14, 7, 0, 1967, 1966, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1970, 3, 16, 8, 0, 1970, 25, 1, 0, 0, 0, 1971, 1972, 5, 138, 0, 0, 1972, 1973, 7, 10, 0, 0, 1973, 1975, 3, 1472, 736, 0, 1974, 1976, 3, 14, 7, 0, 1975, 1974, 1, 0, 0, 0, 1975, 1976, 1, 0, 0, 0, 1976, 1977, 1, 0, 0, 0, 1977, 1978, 3, 18, 9, 0, 1978, 27, 1, 0, 0, 0, 1979, 1984, 1, 0, 0, 0, 1980, 1981, 5, 68, 0, 0, 1981, 1982, 5, 175, 0, 0, 1982, 1984, 3, 1422, 711, 0, 1983, 1979, 1, 0, 0, 0, 1983, 1980, 1, 0, 0, 0, 1984, 29, 1, 0, 0, 0, 1985, 1986, 5, 138, 0, 0, 1986, 1989, 7, 10, 0, 0, 1987, 1990, 5, 30, 0, 0, 1988, 1990, 3, 1472, 736, 0, 1989, 1987, 1, 0, 0, 0, 1989, 1988, 1, 0, 0, 0, 1990, 1991, 1, 0, 0, 0, 1991, 1992, 3, 28, 14, 0, 1992, 1993, 3, 88, 44, 0, 1993, 31, 1, 0, 0, 0, 1994, 1995, 5, 138, 0, 0, 1995, 1996, 5, 442, 0, 0, 1996, 1998, 3, 1428, 714, 0, 1997, 1999, 3, 662, 331, 0, 1998, 1997, 1, 0, 0, 0, 1998, 1999, 1, 0, 0, 0, 1999, 2000, 1, 0, 0, 0, 2000, 2001, 3, 34, 17, 0, 2001, 33, 1, 0, 0, 0, 2002, 2004, 3, 36, 18, 0, 2003, 2005, 5, 315, 0, 0, 2004, 2003, 1, 0, 0, 0, 2004, 2005, 1, 0, 0, 0, 2005, 2023, 1, 0, 0, 0, 2006, 2007, 5, 309, 0, 0, 2007, 2008, 5, 94, 0, 0, 2008, 2023, 3, 1426, 713, 0, 2009, 2010, 5, 282, 0, 0, 2010, 2011, 5, 94, 0, 0, 2011, 2023, 3, 1472, 736, 0, 2012, 2013, 5, 333, 0, 0, 2013, 2014, 5, 323, 0, 0, 2014, 2023, 3, 48, 24, 0, 2015, 2017, 5, 269, 0, 0, 2016, 2015, 1, 0, 0, 0, 2016, 2017, 1, 0, 0, 0, 2017, 2018, 1, 0, 0, 0, 2018, 2019, 5, 462, 0, 0, 2019, 2020, 5, 80, 0, 0, 2020, 2021, 5, 204, 0, 0, 2021, 2023, 3, 1438, 719, 0, 2022, 2002, 1, 0, 0, 0, 2022, 2006, 1, 0, 0, 0, 2022, 2009, 1, 0, 0, 0, 2022, 2012, 1, 0, 0, 0, 2022, 2016, 1, 0, 0, 0, 2023, 35, 1, 0, 0, 0, 2024, 2028, 3, 38, 19, 0, 2025, 2027, 3, 38, 19, 0, 2026, 2025, 1, 0, 0, 0, 2027, 2030, 1, 0, 0, 0, 2028, 2026, 1, 0, 0, 0, 2028, 2029, 1, 0, 0, 0, 2029, 37, 1, 0, 0, 0, 2030, 2028, 1, 0, 0, 0, 2031, 2073, 5, 222, 0, 0, 2032, 2073, 5, 338, 0, 0, 2033, 2073, 5, 377, 0, 0, 2034, 2036, 5, 77, 0, 0, 2035, 2034, 1, 0, 0, 0, 2035, 2036, 1, 0, 0, 0, 2036, 2037, 1, 0, 0, 0, 2037, 2073, 5, 250, 0, 0, 2038, 2040, 5, 205, 0, 0, 2039, 2038, 1, 0, 0, 0, 2039, 2040, 1, 0, 0, 0, 2040, 2041, 1, 0, 0, 0, 2041, 2042, 5, 327, 0, 0, 2042, 2049, 5, 243, 0, 0, 2043, 2045, 5, 205, 0, 0, 2044, 2043, 1, 0, 0, 0, 2044, 2045, 1, 0, 0, 0, 2045, 2046, 1, 0, 0, 0, 2046, 2047, 5, 327, 0, 0, 2047, 2049, 5, 181, 0, 0, 2048, 2039, 1, 0, 0, 0, 2048, 2044, 1, 0, 0, 0, 2049, 2073, 1, 0, 0, 0, 2050, 2051, 5, 460, 0, 0, 2051, 2073, 7, 11, 0, 0, 2052, 2053, 5, 170, 0, 0, 2053, 2073, 3, 1440, 720, 0, 2054, 2055, 5, 320, 0, 0, 2055, 2073, 3, 1438, 719, 0, 2056, 2057, 5, 333, 0, 0, 2057, 2058, 3, 1438, 719, 0, 2058, 2061, 7, 12, 0, 0, 2059, 2062, 3, 1438, 719, 0, 2060, 2062, 5, 53, 0, 0, 2061, 2059, 1, 0, 0, 0, 2061, 2060, 1, 0, 0, 0, 2062, 2073, 1, 0, 0, 0, 2063, 2064, 5, 333, 0, 0, 2064, 2065, 3, 1438, 719, 0, 2065, 2066, 5, 64, 0, 0, 2066, 2067, 5, 434, 0, 0, 2067, 2073, 1, 0, 0, 0, 2068, 2069, 5, 313, 0, 0, 2069, 2073, 3, 1438, 719, 0, 2070, 2071, 5, 313, 0, 0, 2071, 2073, 5, 30, 0, 0, 2072, 2031, 1, 0, 0, 0, 2072, 2032, 1, 0, 0, 0, 2072, 2033, 1, 0, 0, 0, 2072, 2035, 1, 0, 0, 0, 2072, 2048, 1, 0, 0, 0, 2072, 2050, 1, 0, 0, 0, 2072, 2052, 1, 0, 0, 0, 2072, 2054, 1, 0, 0, 0, 2072, 2056, 1, 0, 0, 0, 2072, 2063, 1, 0, 0, 0, 2072, 2068, 1, 0, 0, 0, 2072, 2070, 1, 0, 0, 0, 2073, 39, 1, 0, 0, 0, 2074, 2075, 5, 46, 0, 0, 2075, 2076, 5, 66, 0, 0, 2076, 2078, 3, 1468, 734, 0, 2077, 2079, 3, 14, 7, 0, 2078, 2077, 1, 0, 0, 0, 2078, 2079, 1, 0, 0, 0, 2079, 2080, 1, 0, 0, 0, 2080, 2081, 3, 16, 8, 0, 2081, 41, 1, 0, 0, 0, 2082, 2083, 5, 138, 0, 0, 2083, 2084, 5, 66, 0, 0, 2084, 2085, 3, 1472, 736, 0, 2085, 2086, 3, 44, 22, 0, 2086, 2087, 5, 99, 0, 0, 2087, 2088, 3, 1474, 737, 0, 2088, 43, 1, 0, 0, 0, 2089, 2090, 7, 13, 0, 0, 2090, 45, 1, 0, 0, 0, 2091, 2092, 5, 46, 0, 0, 2092, 2094, 5, 323, 0, 0, 2093, 2095, 3, 518, 259, 0, 2094, 2093, 1, 0, 0, 0, 2094, 2095, 1, 0, 0, 0, 2095, 2102, 1, 0, 0, 0, 2096, 2098, 3, 48, 24, 0, 2097, 2096, 1, 0, 0, 0, 2097, 2098, 1, 0, 0, 0, 2098, 2099, 1, 0, 0, 0, 2099, 2100, 5, 106, 0, 0, 2100, 2103, 3, 1472, 736, 0, 2101, 2103, 3, 48, 24, 0, 2102, 2097, 1, 0, 0, 0, 2102, 2101, 1, 0, 0, 0, 2103, 2104, 1, 0, 0, 0, 2104, 2105, 3, 50, 25, 0, 2105, 47, 1, 0, 0, 0, 2106, 2108, 3, 1476, 738, 0, 2107, 2109, 3, 562, 281, 0, 2108, 2107, 1, 0, 0, 0, 2108, 2109, 1, 0, 0, 0, 2109, 49, 1, 0, 0, 0, 2110, 2112, 3, 52, 26, 0, 2111, 2110, 1, 0, 0, 0, 2112, 2115, 1, 0, 0, 0, 2113, 2111, 1, 0, 0, 0, 2113, 2114, 1, 0, 0, 0, 2114, 51, 1, 0, 0, 0, 2115, 2113, 1, 0, 0, 0, 2116, 2123, 3, 188, 94, 0, 2117, 2123, 3, 628, 314, 0, 2118, 2123, 3, 310, 155, 0, 2119, 2123, 3, 438, 219, 0, 2120, 2123, 3, 588, 294, 0, 2121, 2123, 3, 840, 420, 0, 2122, 2116, 1, 0, 0, 0, 2122, 2117, 1, 0, 0, 0, 2122, 2118, 1, 0, 0, 0, 2122, 2119, 1, 0, 0, 0, 2122, 2120, 1, 0, 0, 0, 2122, 2121, 1, 0, 0, 0, 2123, 53, 1, 0, 0, 0, 2124, 2126, 5, 333, 0, 0, 2125, 2127, 7, 14, 0, 0, 2126, 2125, 1, 0, 0, 0, 2126, 2127, 1, 0, 0, 0, 2127, 2128, 1, 0, 0, 0, 2128, 2129, 3, 56, 28, 0, 2129, 55, 1, 0, 0, 0, 2130, 2131, 5, 356, 0, 0, 2131, 2139, 3, 834, 417, 0, 2132, 2133, 5, 332, 0, 0, 2133, 2134, 5, 154, 0, 0, 2134, 2135, 5, 36, 0, 0, 2135, 2136, 5, 356, 0, 0, 2136, 2139, 3, 834, 417, 0, 2137, 2139, 3, 60, 30, 0, 2138, 2130, 1, 0, 0, 0, 2138, 2132, 1, 0, 0, 0, 2138, 2137, 1, 0, 0, 0, 2139, 57, 1, 0, 0, 0, 2140, 2143, 5, 30, 0, 0, 2141, 2143, 3, 62, 31, 0, 2142, 2140, 1, 0, 0, 0, 2142, 2141, 1, 0, 0, 0, 2143, 2145, 1, 0, 0, 0, 2144, 2146, 7, 12, 0, 0, 2145, 2144, 1, 0, 0, 0, 2145, 2146, 1, 0, 0, 0, 2146, 2149, 1, 0, 0, 0, 2147, 2150, 5, 53, 0, 0, 2148, 2150, 3, 64, 32, 0, 2149, 2147, 1, 0, 0, 0, 2149, 2148, 1, 0, 0, 0, 2149, 2150, 1, 0, 0, 0, 2150, 59, 1, 0, 0, 0, 2151, 2152, 5, 418, 0, 0, 2152, 2153, 5, 386, 0, 0, 2153, 2179, 3, 74, 37, 0, 2154, 2155, 5, 152, 0, 0, 2155, 2179, 3, 1460, 730, 0, 2156, 2157, 5, 323, 0, 0, 2157, 2179, 3, 1424, 712, 0, 2158, 2160, 5, 267, 0, 0, 2159, 2161, 3, 76, 38, 0, 2160, 2159, 1, 0, 0, 0, 2160, 2161, 1, 0, 0, 0, 2161, 2179, 1, 0, 0, 0, 2162, 2163, 5, 318, 0, 0, 2163, 2179, 3, 80, 40, 0, 2164, 2165, 5, 332, 0, 0, 2165, 2166, 5, 106, 0, 0, 2166, 2179, 3, 80, 40, 0, 2167, 2168, 5, 383, 0, 0, 2168, 2169, 5, 279, 0, 0, 2169, 2179, 3, 1278, 639, 0, 2170, 2171, 5, 356, 0, 0, 2171, 2172, 5, 337, 0, 0, 2172, 2179, 3, 1460, 730, 0, 2173, 2174, 3, 62, 31, 0, 2174, 2175, 5, 64, 0, 0, 2175, 2176, 5, 434, 0, 0, 2176, 2179, 1, 0, 0, 0, 2177, 2179, 3, 58, 29, 0, 2178, 2151, 1, 0, 0, 0, 2178, 2154, 1, 0, 0, 0, 2178, 2156, 1, 0, 0, 0, 2178, 2158, 1, 0, 0, 0, 2178, 2162, 1, 0, 0, 0, 2178, 2164, 1, 0, 0, 0, 2178, 2167, 1, 0, 0, 0, 2178, 2170, 1, 0, 0, 0, 2178, 2173, 1, 0, 0, 0, 2178, 2177, 1, 0, 0, 0, 2179, 61, 1, 0, 0, 0, 2180, 2185, 3, 1476, 738, 0, 2181, 2182, 5, 11, 0, 0, 2182, 2184, 3, 1476, 738, 0, 2183, 2181, 1, 0, 0, 0, 2184, 2187, 1, 0, 0, 0, 2185, 2183, 1, 0, 0, 0, 2185, 2186, 1, 0, 0, 0, 2186, 63, 1, 0, 0, 0, 2187, 2185, 1, 0, 0, 0, 2188, 2193, 3, 66, 33, 0, 2189, 2190, 5, 6, 0, 0, 2190, 2192, 3, 66, 33, 0, 2191, 2189, 1, 0, 0, 0, 2192, 2195, 1, 0, 0, 0, 2193, 2191, 1, 0, 0, 0, 2193, 2194, 1, 0, 0, 0, 2194, 65, 1, 0, 0, 0, 2195, 2193, 1, 0, 0, 0, 2196, 2199, 3, 72, 36, 0, 2197, 2199, 3, 324, 162, 0, 2198, 2196, 1, 0, 0, 0, 2198, 2197, 1, 0, 0, 0, 2199, 67, 1, 0, 0, 0, 2200, 2201, 5, 300, 0, 0, 2201, 2206, 7, 15, 0, 0, 2202, 2203, 5, 310, 0, 0, 2203, 2206, 5, 300, 0, 0, 2204, 2206, 5, 330, 0, 0, 2205, 2200, 1, 0, 0, 0, 2205, 2202, 1, 0, 0, 0, 2205, 2204, 1, 0, 0, 0, 2206, 69, 1, 0, 0, 0, 2207, 2212, 5, 96, 0, 0, 2208, 2212, 5, 60, 0, 0, 2209, 2212, 5, 80, 0, 0, 2210, 2212, 3, 78, 39, 0, 2211, 2207, 1, 0, 0, 0, 2211, 2208, 1, 0, 0, 0, 2211, 2209, 1, 0, 0, 0, 2211, 2210, 1, 0, 0, 0, 2212, 71, 1, 0, 0, 0, 2213, 2218, 5, 96, 0, 0, 2214, 2218, 5, 60, 0, 0, 2215, 2218, 5, 80, 0, 0, 2216, 2218, 3, 80, 40, 0, 2217, 2213, 1, 0, 0, 0, 2217, 2214, 1, 0, 0, 0, 2217, 2215, 1, 0, 0, 0, 2217, 2216, 1, 0, 0, 0, 2218, 73, 1, 0, 0, 0, 2219, 2236, 3, 1460, 730, 0, 2220, 2236, 3, 1494, 747, 0, 2221, 2222, 3, 1204, 602, 0, 2222, 2224, 3, 1460, 730, 0, 2223, 2225, 3, 1208, 604, 0, 2224, 2223, 1, 0, 0, 0, 2224, 2225, 1, 0, 0, 0, 2225, 2236, 1, 0, 0, 0, 2226, 2227, 3, 1204, 602, 0, 2227, 2228, 5, 2, 0, 0, 2228, 2229, 3, 1458, 729, 0, 2229, 2230, 5, 3, 0, 0, 2230, 2231, 3, 1460, 730, 0, 2231, 2236, 1, 0, 0, 0, 2232, 2236, 3, 324, 162, 0, 2233, 2236, 5, 53, 0, 0, 2234, 2236, 5, 254, 0, 0, 2235, 2219, 1, 0, 0, 0, 2235, 2220, 1, 0, 0, 0, 2235, 2221, 1, 0, 0, 0, 2235, 2226, 1, 0, 0, 0, 2235, 2232, 1, 0, 0, 0, 2235, 2233, 1, 0, 0, 0, 2235, 2234, 1, 0, 0, 0, 2236, 75, 1, 0, 0, 0, 2237, 2240, 3, 1460, 730, 0, 2238, 2240, 5, 53, 0, 0, 2239, 2237, 1, 0, 0, 0, 2239, 2238, 1, 0, 0, 0, 2240, 77, 1, 0, 0, 0, 2241, 2244, 3, 1488, 744, 0, 2242, 2244, 3, 1460, 730, 0, 2243, 2241, 1, 0, 0, 0, 2243, 2242, 1, 0, 0, 0, 2244, 79, 1, 0, 0, 0, 2245, 2248, 3, 1490, 745, 0, 2246, 2248, 3, 1460, 730, 0, 2247, 2245, 1, 0, 0, 0, 2247, 2246, 1, 0, 0, 0, 2248, 81, 1, 0, 0, 0, 2249, 2250, 5, 313, 0, 0, 2250, 2251, 3, 84, 42, 0, 2251, 83, 1, 0, 0, 0, 2252, 2253, 5, 418, 0, 0, 2253, 2261, 5, 386, 0, 0, 2254, 2255, 5, 356, 0, 0, 2255, 2256, 5, 244, 0, 0, 2256, 2261, 5, 251, 0, 0, 2257, 2258, 5, 332, 0, 0, 2258, 2261, 5, 106, 0, 0, 2259, 2261, 3, 86, 43, 0, 2260, 2252, 1, 0, 0, 0, 2260, 2254, 1, 0, 0, 0, 2260, 2257, 1, 0, 0, 0, 2260, 2259, 1, 0, 0, 0, 2261, 85, 1, 0, 0, 0, 2262, 2265, 5, 30, 0, 0, 2263, 2265, 3, 62, 31, 0, 2264, 2262, 1, 0, 0, 0, 2264, 2263, 1, 0, 0, 0, 2265, 87, 1, 0, 0, 0, 2266, 2267, 5, 333, 0, 0, 2267, 2270, 3, 56, 28, 0, 2268, 2270, 3, 82, 41, 0, 2269, 2266, 1, 0, 0, 0, 2269, 2268, 1, 0, 0, 0, 2270, 89, 1, 0, 0, 0, 2271, 2272, 5, 333, 0, 0, 2272, 2275, 3, 60, 30, 0, 2273, 2275, 3, 82, 41, 0, 2274, 2271, 1, 0, 0, 0, 2274, 2273, 1, 0, 0, 0, 2275, 91, 1, 0, 0, 0, 2276, 2286, 5, 335, 0, 0, 2277, 2287, 3, 62, 31, 0, 2278, 2279, 5, 418, 0, 0, 2279, 2287, 5, 386, 0, 0, 2280, 2281, 5, 356, 0, 0, 2281, 2282, 5, 244, 0, 0, 2282, 2287, 5, 251, 0, 0, 2283, 2284, 5, 332, 0, 0, 2284, 2287, 5, 106, 0, 0, 2285, 2287, 5, 30, 0, 0, 2286, 2277, 1, 0, 0, 0, 2286, 2278, 1, 0, 0, 0, 2286, 2280, 1, 0, 0, 0, 2286, 2283, 1, 0, 0, 0, 2286, 2285, 1, 0, 0, 0, 2287, 93, 1, 0, 0, 0, 2288, 2289, 5, 333, 0, 0, 2289, 2290, 5, 165, 0, 0, 2290, 2291, 3, 96, 48, 0, 2291, 2292, 3, 98, 49, 0, 2292, 95, 1, 0, 0, 0, 2293, 2296, 5, 30, 0, 0, 2294, 2296, 3, 1392, 696, 0, 2295, 2293, 1, 0, 0, 0, 2295, 2294, 1, 0, 0, 0, 2296, 97, 1, 0, 0, 0, 2297, 2298, 7, 16, 0, 0, 2298, 99, 1, 0, 0, 0, 2299, 2300, 5, 155, 0, 0, 2300, 101, 1, 0, 0, 0, 2301, 2302, 5, 187, 0, 0, 2302, 2303, 7, 17, 0, 0, 2303, 103, 1, 0, 0, 0, 2304, 2305, 5, 138, 0, 0, 2305, 2307, 5, 92, 0, 0, 2306, 2308, 3, 750, 375, 0, 2307, 2306, 1, 0, 0, 0, 2307, 2308, 1, 0, 0, 0, 2308, 2309, 1, 0, 0, 0, 2309, 2312, 3, 1120, 560, 0, 2310, 2313, 3, 106, 53, 0, 2311, 2313, 3, 116, 58, 0, 2312, 2310, 1, 0, 0, 0, 2312, 2311, 1, 0, 0, 0, 2313, 2438, 1, 0, 0, 0, 2314, 2315, 5, 138, 0, 0, 2315, 2316, 5, 92, 0, 0, 2316, 2317, 5, 30, 0, 0, 2317, 2318, 5, 68, 0, 0, 2318, 2319, 5, 351, 0, 0, 2319, 2323, 3, 1404, 702, 0, 2320, 2321, 5, 281, 0, 0, 2321, 2322, 5, 147, 0, 0, 2322, 2324, 3, 1474, 737, 0, 2323, 2320, 1, 0, 0, 0, 2323, 2324, 1, 0, 0, 0, 2324, 2325, 1, 0, 0, 0, 2325, 2326, 5, 333, 0, 0, 2326, 2327, 5, 351, 0, 0, 2327, 2329, 3, 1402, 701, 0, 2328, 2330, 3, 980, 490, 0, 2329, 2328, 1, 0, 0, 0, 2329, 2330, 1, 0, 0, 0, 2330, 2438, 1, 0, 0, 0, 2331, 2332, 5, 138, 0, 0, 2332, 2334, 5, 92, 0, 0, 2333, 2335, 3, 750, 375, 0, 2334, 2333, 1, 0, 0, 0, 2334, 2335, 1, 0, 0, 0, 2335, 2336, 1, 0, 0, 0, 2336, 2337, 3, 1408, 704, 0, 2337, 2338, 5, 435, 0, 0, 2338, 2339, 5, 285, 0, 0, 2339, 2344, 3, 1414, 707, 0, 2340, 2341, 5, 62, 0, 0, 2341, 2342, 5, 422, 0, 0, 2342, 2345, 3, 108, 54, 0, 2343, 2345, 5, 53, 0, 0, 2344, 2340, 1, 0, 0, 0, 2344, 2343, 1, 0, 0, 0, 2345, 2438, 1, 0, 0, 0, 2346, 2347, 5, 138, 0, 0, 2347, 2349, 5, 92, 0, 0, 2348, 2350, 3, 750, 375, 0, 2349, 2348, 1, 0, 0, 0, 2349, 2350, 1, 0, 0, 0, 2350, 2351, 1, 0, 0, 0, 2351, 2352, 3, 1408, 704, 0, 2352, 2353, 5, 436, 0, 0, 2353, 2354, 5, 285, 0, 0, 2354, 2356, 3, 1414, 707, 0, 2355, 2357, 7, 18, 0, 0, 2356, 2355, 1, 0, 0, 0, 2356, 2357, 1, 0, 0, 0, 2357, 2438, 1, 0, 0, 0, 2358, 2359, 5, 138, 0, 0, 2359, 2361, 5, 226, 0, 0, 2360, 2362, 3, 750, 375, 0, 2361, 2360, 1, 0, 0, 0, 2361, 2362, 1, 0, 0, 0, 2362, 2363, 1, 0, 0, 0, 2363, 2366, 3, 1414, 707, 0, 2364, 2367, 3, 106, 53, 0, 2365, 2367, 3, 118, 59, 0, 2366, 2364, 1, 0, 0, 0, 2366, 2365, 1, 0, 0, 0, 2367, 2438, 1, 0, 0, 0, 2368, 2369, 5, 138, 0, 0, 2369, 2370, 5, 226, 0, 0, 2370, 2371, 5, 30, 0, 0, 2371, 2372, 5, 68, 0, 0, 2372, 2373, 5, 351, 0, 0, 2373, 2377, 3, 1404, 702, 0, 2374, 2375, 5, 281, 0, 0, 2375, 2376, 5, 147, 0, 0, 2376, 2378, 3, 1474, 737, 0, 2377, 2374, 1, 0, 0, 0, 2377, 2378, 1, 0, 0, 0, 2378, 2379, 1, 0, 0, 0, 2379, 2380, 5, 333, 0, 0, 2380, 2381, 5, 351, 0, 0, 2381, 2383, 3, 1404, 702, 0, 2382, 2384, 3, 980, 490, 0, 2383, 2382, 1, 0, 0, 0, 2383, 2384, 1, 0, 0, 0, 2384, 2438, 1, 0, 0, 0, 2385, 2386, 5, 138, 0, 0, 2386, 2388, 5, 328, 0, 0, 2387, 2389, 3, 750, 375, 0, 2388, 2387, 1, 0, 0, 0, 2388, 2389, 1, 0, 0, 0, 2389, 2390, 1, 0, 0, 0, 2390, 2391, 3, 1414, 707, 0, 2391, 2392, 3, 106, 53, 0, 2392, 2438, 1, 0, 0, 0, 2393, 2394, 5, 138, 0, 0, 2394, 2396, 5, 376, 0, 0, 2395, 2397, 3, 750, 375, 0, 2396, 2395, 1, 0, 0, 0, 2396, 2397, 1, 0, 0, 0, 2397, 2398, 1, 0, 0, 0, 2398, 2399, 3, 1412, 706, 0, 2399, 2400, 3, 106, 53, 0, 2400, 2438, 1, 0, 0, 0, 2401, 2402, 5, 138, 0, 0, 2402, 2403, 5, 259, 0, 0, 2403, 2405, 5, 376, 0, 0, 2404, 2406, 3, 750, 375, 0, 2405, 2404, 1, 0, 0, 0, 2405, 2406, 1, 0, 0, 0, 2406, 2407, 1, 0, 0, 0, 2407, 2408, 3, 1412, 706, 0, 2408, 2409, 3, 106, 53, 0, 2409, 2438, 1, 0, 0, 0, 2410, 2411, 5, 138, 0, 0, 2411, 2412, 5, 259, 0, 0, 2412, 2413, 5, 376, 0, 0, 2413, 2414, 5, 30, 0, 0, 2414, 2415, 5, 68, 0, 0, 2415, 2416, 5, 351, 0, 0, 2416, 2420, 3, 1404, 702, 0, 2417, 2418, 5, 281, 0, 0, 2418, 2419, 5, 147, 0, 0, 2419, 2421, 3, 1474, 737, 0, 2420, 2417, 1, 0, 0, 0, 2420, 2421, 1, 0, 0, 0, 2421, 2422, 1, 0, 0, 0, 2422, 2423, 5, 333, 0, 0, 2423, 2424, 5, 351, 0, 0, 2424, 2426, 3, 1402, 701, 0, 2425, 2427, 3, 980, 490, 0, 2426, 2425, 1, 0, 0, 0, 2426, 2427, 1, 0, 0, 0, 2427, 2438, 1, 0, 0, 0, 2428, 2429, 5, 138, 0, 0, 2429, 2430, 5, 63, 0, 0, 2430, 2432, 5, 92, 0, 0, 2431, 2433, 3, 750, 375, 0, 2432, 2431, 1, 0, 0, 0, 2432, 2433, 1, 0, 0, 0, 2433, 2434, 1, 0, 0, 0, 2434, 2435, 3, 1120, 560, 0, 2435, 2436, 3, 106, 53, 0, 2436, 2438, 1, 0, 0, 0, 2437, 2304, 1, 0, 0, 0, 2437, 2314, 1, 0, 0, 0, 2437, 2331, 1, 0, 0, 0, 2437, 2346, 1, 0, 0, 0, 2437, 2358, 1, 0, 0, 0, 2437, 2368, 1, 0, 0, 0, 2437, 2385, 1, 0, 0, 0, 2437, 2393, 1, 0, 0, 0, 2437, 2401, 1, 0, 0, 0, 2437, 2410, 1, 0, 0, 0, 2437, 2428, 1, 0, 0, 0, 2438, 105, 1, 0, 0, 0, 2439, 2444, 3, 120, 60, 0, 2440, 2441, 5, 6, 0, 0, 2441, 2443, 3, 120, 60, 0, 2442, 2440, 1, 0, 0, 0, 2443, 2446, 1, 0, 0, 0, 2444, 2442, 1, 0, 0, 0, 2444, 2445, 1, 0, 0, 0, 2445, 107, 1, 0, 0, 0, 2446, 2444, 1, 0, 0, 0, 2447, 2448, 5, 68, 0, 0, 2448, 2457, 3, 1180, 590, 0, 2449, 2450, 5, 64, 0, 0, 2450, 2451, 3, 110, 55, 0, 2451, 2452, 5, 94, 0, 0, 2452, 2453, 3, 110, 55, 0, 2453, 2457, 1, 0, 0, 0, 2454, 2455, 5, 105, 0, 0, 2455, 2457, 3, 114, 57, 0, 2456, 2447, 1, 0, 0, 0, 2456, 2449, 1, 0, 0, 0, 2456, 2454, 1, 0, 0, 0, 2457, 109, 1, 0, 0, 0, 2458, 2459, 5, 2, 0, 0, 2459, 2464, 3, 112, 56, 0, 2460, 2461, 5, 6, 0, 0, 2461, 2463, 3, 112, 56, 0, 2462, 2460, 1, 0, 0, 0, 2463, 2466, 1, 0, 0, 0, 2464, 2462, 1, 0, 0, 0, 2464, 2465, 1, 0, 0, 0, 2465, 2467, 1, 0, 0, 0, 2466, 2464, 1, 0, 0, 0, 2467, 2468, 5, 3, 0, 0, 2468, 111, 1, 0, 0, 0, 2469, 2473, 3, 1180, 590, 0, 2470, 2473, 5, 262, 0, 0, 2471, 2473, 5, 260, 0, 0, 2472, 2469, 1, 0, 0, 0, 2472, 2470, 1, 0, 0, 0, 2472, 2471, 1, 0, 0, 0, 2473, 113, 1, 0, 0, 0, 2474, 2475, 5, 2, 0, 0, 2475, 2476, 5, 533, 0, 0, 2476, 2477, 3, 324, 162, 0, 2477, 2478, 5, 6, 0, 0, 2478, 2479, 5, 534, 0, 0, 2479, 2480, 3, 324, 162, 0, 2480, 2481, 5, 3, 0, 0, 2481, 115, 1, 0, 0, 0, 2482, 2483, 5, 435, 0, 0, 2483, 2484, 5, 285, 0, 0, 2484, 2485, 3, 1414, 707, 0, 2485, 2486, 3, 144, 72, 0, 2486, 2491, 1, 0, 0, 0, 2487, 2488, 5, 436, 0, 0, 2488, 2489, 5, 285, 0, 0, 2489, 2491, 3, 1414, 707, 0, 2490, 2482, 1, 0, 0, 0, 2490, 2487, 1, 0, 0, 0, 2491, 117, 1, 0, 0, 0, 2492, 2493, 5, 435, 0, 0, 2493, 2494, 5, 285, 0, 0, 2494, 2495, 3, 1414, 707, 0, 2495, 119, 1, 0, 0, 0, 2496, 2499, 5, 133, 0, 0, 2497, 2498, 5, 45, 0, 0, 2498, 2500, 3, 1438, 719, 0, 2499, 2497, 1, 0, 0, 0, 2499, 2500, 1, 0, 0, 0, 2500, 2501, 1, 0, 0, 0, 2501, 2714, 3, 238, 119, 0, 2502, 2503, 5, 138, 0, 0, 2503, 2504, 5, 45, 0, 0, 2504, 2505, 3, 1438, 719, 0, 2505, 2506, 3, 478, 239, 0, 2506, 2714, 1, 0, 0, 0, 2507, 2508, 5, 372, 0, 0, 2508, 2509, 5, 45, 0, 0, 2509, 2714, 3, 1438, 719, 0, 2510, 2511, 5, 191, 0, 0, 2511, 2513, 5, 45, 0, 0, 2512, 2514, 3, 750, 375, 0, 2513, 2512, 1, 0, 0, 0, 2513, 2514, 1, 0, 0, 0, 2514, 2515, 1, 0, 0, 0, 2515, 2517, 3, 1438, 719, 0, 2516, 2518, 3, 124, 62, 0, 2517, 2516, 1, 0, 0, 0, 2517, 2518, 1, 0, 0, 0, 2518, 2714, 1, 0, 0, 0, 2519, 2520, 5, 333, 0, 0, 2520, 2521, 5, 379, 0, 0, 2521, 2714, 5, 277, 0, 0, 2522, 2523, 5, 158, 0, 0, 2523, 2524, 5, 80, 0, 0, 2524, 2714, 3, 1438, 719, 0, 2525, 2526, 5, 333, 0, 0, 2526, 2527, 5, 379, 0, 0, 2527, 2714, 5, 158, 0, 0, 2528, 2529, 5, 333, 0, 0, 2529, 2714, 7, 19, 0, 0, 2530, 2532, 5, 193, 0, 0, 2531, 2533, 7, 20, 0, 0, 2532, 2531, 1, 0, 0, 0, 2532, 2533, 1, 0, 0, 0, 2533, 2534, 1, 0, 0, 0, 2534, 2714, 5, 357, 0, 0, 2535, 2536, 5, 186, 0, 0, 2536, 2540, 5, 357, 0, 0, 2537, 2541, 5, 30, 0, 0, 2538, 2541, 5, 99, 0, 0, 2539, 2541, 3, 1438, 719, 0, 2540, 2537, 1, 0, 0, 0, 2540, 2538, 1, 0, 0, 0, 2540, 2539, 1, 0, 0, 0, 2541, 2714, 1, 0, 0, 0, 2542, 2543, 5, 193, 0, 0, 2543, 2544, 7, 20, 0, 0, 2544, 2545, 5, 321, 0, 0, 2545, 2714, 3, 1438, 719, 0, 2546, 2547, 5, 186, 0, 0, 2547, 2548, 5, 321, 0, 0, 2548, 2714, 3, 1438, 719, 0, 2549, 2551, 5, 269, 0, 0, 2550, 2549, 1, 0, 0, 0, 2550, 2551, 1, 0, 0, 0, 2551, 2552, 1, 0, 0, 0, 2552, 2553, 5, 228, 0, 0, 2553, 2714, 3, 1414, 707, 0, 2554, 2555, 5, 275, 0, 0, 2555, 2714, 3, 560, 280, 0, 2556, 2557, 5, 77, 0, 0, 2557, 2714, 5, 275, 0, 0, 2558, 2559, 5, 282, 0, 0, 2559, 2560, 5, 94, 0, 0, 2560, 2714, 3, 1472, 736, 0, 2561, 2562, 5, 333, 0, 0, 2562, 2563, 5, 351, 0, 0, 2563, 2714, 3, 1402, 701, 0, 2564, 2565, 5, 333, 0, 0, 2565, 2714, 3, 132, 66, 0, 2566, 2567, 5, 313, 0, 0, 2567, 2714, 3, 132, 66, 0, 2568, 2569, 5, 312, 0, 0, 2569, 2570, 5, 219, 0, 0, 2570, 2714, 3, 130, 65, 0, 2571, 2572, 5, 193, 0, 0, 2572, 2573, 5, 414, 0, 0, 2573, 2574, 5, 251, 0, 0, 2574, 2714, 5, 327, 0, 0, 2575, 2576, 5, 186, 0, 0, 2576, 2577, 5, 414, 0, 0, 2577, 2578, 5, 251, 0, 0, 2578, 2714, 5, 327, 0, 0, 2579, 2580, 5, 209, 0, 0, 2580, 2581, 5, 414, 0, 0, 2581, 2582, 5, 251, 0, 0, 2582, 2714, 5, 327, 0, 0, 2583, 2584, 5, 269, 0, 0, 2584, 2585, 5, 209, 0, 0, 2585, 2586, 5, 414, 0, 0, 2586, 2587, 5, 251, 0, 0, 2587, 2714, 5, 327, 0, 0, 2588, 2590, 5, 191, 0, 0, 2589, 2591, 5, 44, 0, 0, 2590, 2589, 1, 0, 0, 0, 2590, 2591, 1, 0, 0, 0, 2591, 2593, 1, 0, 0, 0, 2592, 2594, 3, 750, 375, 0, 2593, 2592, 1, 0, 0, 0, 2593, 2594, 1, 0, 0, 0, 2594, 2595, 1, 0, 0, 0, 2595, 2597, 3, 1434, 717, 0, 2596, 2598, 3, 124, 62, 0, 2597, 2596, 1, 0, 0, 0, 2597, 2598, 1, 0, 0, 0, 2598, 2714, 1, 0, 0, 0, 2599, 2601, 5, 133, 0, 0, 2600, 2602, 5, 44, 0, 0, 2601, 2600, 1, 0, 0, 0, 2601, 2602, 1, 0, 0, 0, 2602, 2604, 1, 0, 0, 0, 2603, 2605, 3, 518, 259, 0, 2604, 2603, 1, 0, 0, 0, 2604, 2605, 1, 0, 0, 0, 2605, 2606, 1, 0, 0, 0, 2606, 2714, 3, 208, 104, 0, 2607, 2609, 5, 138, 0, 0, 2608, 2610, 5, 44, 0, 0, 2609, 2608, 1, 0, 0, 0, 2609, 2610, 1, 0, 0, 0, 2610, 2611, 1, 0, 0, 0, 2611, 2612, 3, 1434, 717, 0, 2612, 2613, 3, 122, 61, 0, 2613, 2714, 1, 0, 0, 0, 2614, 2616, 5, 138, 0, 0, 2615, 2617, 5, 44, 0, 0, 2616, 2615, 1, 0, 0, 0, 2616, 2617, 1, 0, 0, 0, 2617, 2618, 1, 0, 0, 0, 2618, 2619, 3, 1434, 717, 0, 2619, 2620, 7, 21, 0, 0, 2620, 2621, 5, 77, 0, 0, 2621, 2622, 5, 78, 0, 0, 2622, 2714, 1, 0, 0, 0, 2623, 2625, 5, 138, 0, 0, 2624, 2626, 5, 44, 0, 0, 2625, 2624, 1, 0, 0, 0, 2625, 2626, 1, 0, 0, 0, 2626, 2627, 1, 0, 0, 0, 2627, 2628, 3, 1434, 717, 0, 2628, 2629, 5, 191, 0, 0, 2629, 2631, 5, 437, 0, 0, 2630, 2632, 3, 750, 375, 0, 2631, 2630, 1, 0, 0, 0, 2631, 2632, 1, 0, 0, 0, 2632, 2714, 1, 0, 0, 0, 2633, 2635, 5, 138, 0, 0, 2634, 2636, 5, 44, 0, 0, 2635, 2634, 1, 0, 0, 0, 2635, 2636, 1, 0, 0, 0, 2636, 2637, 1, 0, 0, 0, 2637, 2638, 3, 1434, 717, 0, 2638, 2639, 5, 333, 0, 0, 2639, 2640, 5, 342, 0, 0, 2640, 2641, 3, 1466, 733, 0, 2641, 2714, 1, 0, 0, 0, 2642, 2644, 5, 138, 0, 0, 2643, 2645, 5, 44, 0, 0, 2644, 2643, 1, 0, 0, 0, 2644, 2645, 1, 0, 0, 0, 2645, 2646, 1, 0, 0, 0, 2646, 2647, 3, 1434, 717, 0, 2647, 2648, 7, 22, 0, 0, 2648, 2649, 3, 132, 66, 0, 2649, 2714, 1, 0, 0, 0, 2650, 2652, 5, 138, 0, 0, 2651, 2653, 5, 44, 0, 0, 2652, 2651, 1, 0, 0, 0, 2652, 2653, 1, 0, 0, 0, 2653, 2654, 1, 0, 0, 0, 2654, 2655, 3, 1434, 717, 0, 2655, 2656, 5, 333, 0, 0, 2656, 2657, 5, 345, 0, 0, 2657, 2658, 3, 1476, 738, 0, 2658, 2714, 1, 0, 0, 0, 2659, 2661, 5, 138, 0, 0, 2660, 2662, 5, 44, 0, 0, 2661, 2660, 1, 0, 0, 0, 2661, 2662, 1, 0, 0, 0, 2662, 2663, 1, 0, 0, 0, 2663, 2664, 3, 1434, 717, 0, 2664, 2665, 5, 133, 0, 0, 2665, 2666, 5, 438, 0, 0, 2666, 2667, 3, 224, 112, 0, 2667, 2668, 5, 36, 0, 0, 2668, 2670, 5, 219, 0, 0, 2669, 2671, 3, 316, 158, 0, 2670, 2669, 1, 0, 0, 0, 2670, 2671, 1, 0, 0, 0, 2671, 2714, 1, 0, 0, 0, 2672, 2674, 5, 138, 0, 0, 2673, 2675, 5, 44, 0, 0, 2674, 2673, 1, 0, 0, 0, 2674, 2675, 1, 0, 0, 0, 2675, 2676, 1, 0, 0, 0, 2676, 2677, 3, 1434, 717, 0, 2677, 2678, 3, 140, 70, 0, 2678, 2714, 1, 0, 0, 0, 2679, 2681, 5, 138, 0, 0, 2680, 2682, 5, 44, 0, 0, 2681, 2680, 1, 0, 0, 0, 2681, 2682, 1, 0, 0, 0, 2682, 2683, 1, 0, 0, 0, 2683, 2684, 3, 1434, 717, 0, 2684, 2685, 5, 191, 0, 0, 2685, 2687, 5, 219, 0, 0, 2686, 2688, 3, 750, 375, 0, 2687, 2686, 1, 0, 0, 0, 2687, 2688, 1, 0, 0, 0, 2688, 2714, 1, 0, 0, 0, 2689, 2691, 5, 138, 0, 0, 2690, 2692, 5, 44, 0, 0, 2691, 2690, 1, 0, 0, 0, 2691, 2692, 1, 0, 0, 0, 2692, 2693, 1, 0, 0, 0, 2693, 2695, 3, 1434, 717, 0, 2694, 2696, 3, 770, 385, 0, 2695, 2694, 1, 0, 0, 0, 2695, 2696, 1, 0, 0, 0, 2696, 2697, 1, 0, 0, 0, 2697, 2698, 5, 360, 0, 0, 2698, 2700, 3, 1170, 585, 0, 2699, 2701, 3, 126, 63, 0, 2700, 2699, 1, 0, 0, 0, 2700, 2701, 1, 0, 0, 0, 2701, 2703, 1, 0, 0, 0, 2702, 2704, 3, 128, 64, 0, 2703, 2702, 1, 0, 0, 0, 2703, 2704, 1, 0, 0, 0, 2704, 2714, 1, 0, 0, 0, 2705, 2707, 5, 138, 0, 0, 2706, 2708, 5, 44, 0, 0, 2707, 2706, 1, 0, 0, 0, 2707, 2708, 1, 0, 0, 0, 2708, 2709, 1, 0, 0, 0, 2709, 2710, 3, 1434, 717, 0, 2710, 2711, 3, 374, 187, 0, 2711, 2714, 1, 0, 0, 0, 2712, 2714, 3, 374, 187, 0, 2713, 2496, 1, 0, 0, 0, 2713, 2502, 1, 0, 0, 0, 2713, 2507, 1, 0, 0, 0, 2713, 2510, 1, 0, 0, 0, 2713, 2519, 1, 0, 0, 0, 2713, 2522, 1, 0, 0, 0, 2713, 2525, 1, 0, 0, 0, 2713, 2528, 1, 0, 0, 0, 2713, 2530, 1, 0, 0, 0, 2713, 2535, 1, 0, 0, 0, 2713, 2542, 1, 0, 0, 0, 2713, 2546, 1, 0, 0, 0, 2713, 2550, 1, 0, 0, 0, 2713, 2554, 1, 0, 0, 0, 2713, 2556, 1, 0, 0, 0, 2713, 2558, 1, 0, 0, 0, 2713, 2561, 1, 0, 0, 0, 2713, 2564, 1, 0, 0, 0, 2713, 2566, 1, 0, 0, 0, 2713, 2568, 1, 0, 0, 0, 2713, 2571, 1, 0, 0, 0, 2713, 2575, 1, 0, 0, 0, 2713, 2579, 1, 0, 0, 0, 2713, 2583, 1, 0, 0, 0, 2713, 2588, 1, 0, 0, 0, 2713, 2599, 1, 0, 0, 0, 2713, 2607, 1, 0, 0, 0, 2713, 2614, 1, 0, 0, 0, 2713, 2623, 1, 0, 0, 0, 2713, 2633, 1, 0, 0, 0, 2713, 2642, 1, 0, 0, 0, 2713, 2650, 1, 0, 0, 0, 2713, 2659, 1, 0, 0, 0, 2713, 2672, 1, 0, 0, 0, 2713, 2679, 1, 0, 0, 0, 2713, 2689, 1, 0, 0, 0, 2713, 2705, 1, 0, 0, 0, 2713, 2712, 1, 0, 0, 0, 2714, 121, 1, 0, 0, 0, 2715, 2716, 5, 333, 0, 0, 2716, 2717, 5, 53, 0, 0, 2717, 2721, 3, 1214, 607, 0, 2718, 2719, 5, 191, 0, 0, 2719, 2721, 5, 53, 0, 0, 2720, 2715, 1, 0, 0, 0, 2720, 2718, 1, 0, 0, 0, 2721, 123, 1, 0, 0, 0, 2722, 2723, 7, 23, 0, 0, 2723, 125, 1, 0, 0, 0, 2724, 2725, 5, 43, 0, 0, 2725, 2726, 3, 560, 280, 0, 2726, 127, 1, 0, 0, 0, 2727, 2728, 5, 100, 0, 0, 2728, 2729, 3, 1214, 607, 0, 2729, 129, 1, 0, 0, 0, 2730, 2737, 5, 270, 0, 0, 2731, 2737, 5, 113, 0, 0, 2732, 2737, 5, 53, 0, 0, 2733, 2734, 5, 100, 0, 0, 2734, 2735, 5, 226, 0, 0, 2735, 2737, 3, 1438, 719, 0, 2736, 2730, 1, 0, 0, 0, 2736, 2731, 1, 0, 0, 0, 2736, 2732, 1, 0, 0, 0, 2736, 2733, 1, 0, 0, 0, 2737, 131, 1, 0, 0, 0, 2738, 2739, 5, 2, 0, 0, 2739, 2740, 3, 136, 68, 0, 2740, 2741, 5, 3, 0, 0, 2741, 133, 1, 0, 0, 0, 2742, 2743, 5, 105, 0, 0, 2743, 2744, 3, 132, 66, 0, 2744, 135, 1, 0, 0, 0, 2745, 2750, 3, 138, 69, 0, 2746, 2747, 5, 6, 0, 0, 2747, 2749, 3, 138, 69, 0, 2748, 2746, 1, 0, 0, 0, 2749, 2752, 1, 0, 0, 0, 2750, 2748, 1, 0, 0, 0, 2750, 2751, 1, 0, 0, 0, 2751, 137, 1, 0, 0, 0, 2752, 2750, 1, 0, 0, 0, 2753, 2762, 3, 1492, 746, 0, 2754, 2755, 5, 10, 0, 0, 2755, 2763, 3, 504, 252, 0, 2756, 2757, 5, 11, 0, 0, 2757, 2760, 3, 1492, 746, 0, 2758, 2759, 5, 10, 0, 0, 2759, 2761, 3, 504, 252, 0, 2760, 2758, 1, 0, 0, 0, 2760, 2761, 1, 0, 0, 0, 2761, 2763, 1, 0, 0, 0, 2762, 2754, 1, 0, 0, 0, 2762, 2756, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 139, 1, 0, 0, 0, 2764, 2766, 3, 142, 71, 0, 2765, 2764, 1, 0, 0, 0, 2766, 2767, 1, 0, 0, 0, 2767, 2765, 1, 0, 0, 0, 2767, 2768, 1, 0, 0, 0, 2768, 141, 1, 0, 0, 0, 2769, 2774, 5, 314, 0, 0, 2770, 2772, 3, 14, 7, 0, 2771, 2770, 1, 0, 0, 0, 2771, 2772, 1, 0, 0, 0, 2772, 2773, 1, 0, 0, 0, 2773, 2775, 3, 324, 162, 0, 2774, 2771, 1, 0, 0, 0, 2774, 2775, 1, 0, 0, 0, 2775, 2783, 1, 0, 0, 0, 2776, 2780, 5, 333, 0, 0, 2777, 2781, 3, 320, 160, 0, 2778, 2779, 5, 438, 0, 0, 2779, 2781, 3, 224, 112, 0, 2780, 2777, 1, 0, 0, 0, 2780, 2778, 1, 0, 0, 0, 2781, 2783, 1, 0, 0, 0, 2782, 2769, 1, 0, 0, 0, 2782, 2776, 1, 0, 0, 0, 2783, 143, 1, 0, 0, 0, 2784, 2785, 5, 62, 0, 0, 2785, 2786, 5, 422, 0, 0, 2786, 2787, 5, 105, 0, 0, 2787, 2788, 5, 2, 0, 0, 2788, 2789, 3, 148, 74, 0, 2789, 2790, 5, 3, 0, 0, 2790, 2811, 1, 0, 0, 0, 2791, 2792, 5, 62, 0, 0, 2792, 2793, 5, 422, 0, 0, 2793, 2794, 5, 68, 0, 0, 2794, 2795, 5, 2, 0, 0, 2795, 2796, 3, 1330, 665, 0, 2796, 2797, 5, 3, 0, 0, 2797, 2811, 1, 0, 0, 0, 2798, 2799, 5, 62, 0, 0, 2799, 2800, 5, 422, 0, 0, 2800, 2801, 5, 64, 0, 0, 2801, 2802, 5, 2, 0, 0, 2802, 2803, 3, 1330, 665, 0, 2803, 2804, 5, 3, 0, 0, 2804, 2805, 5, 94, 0, 0, 2805, 2806, 5, 2, 0, 0, 2806, 2807, 3, 1330, 665, 0, 2807, 2808, 5, 3, 0, 0, 2808, 2811, 1, 0, 0, 0, 2809, 2811, 5, 53, 0, 0, 2810, 2784, 1, 0, 0, 0, 2810, 2791, 1, 0, 0, 0, 2810, 2798, 1, 0, 0, 0, 2810, 2809, 1, 0, 0, 0, 2811, 145, 1, 0, 0, 0, 2812, 2813, 3, 1490, 745, 0, 2813, 2814, 3, 1458, 729, 0, 2814, 147, 1, 0, 0, 0, 2815, 2820, 3, 146, 73, 0, 2816, 2817, 5, 6, 0, 0, 2817, 2819, 3, 146, 73, 0, 2818, 2816, 1, 0, 0, 0, 2819, 2822, 1, 0, 0, 0, 2820, 2818, 1, 0, 0, 0, 2820, 2821, 1, 0, 0, 0, 2821, 149, 1, 0, 0, 0, 2822, 2820, 1, 0, 0, 0, 2823, 2824, 5, 138, 0, 0, 2824, 2825, 5, 360, 0, 0, 2825, 2826, 3, 560, 280, 0, 2826, 2827, 3, 152, 76, 0, 2827, 151, 1, 0, 0, 0, 2828, 2833, 3, 154, 77, 0, 2829, 2830, 5, 6, 0, 0, 2830, 2832, 3, 154, 77, 0, 2831, 2829, 1, 0, 0, 0, 2832, 2835, 1, 0, 0, 0, 2833, 2831, 1, 0, 0, 0, 2833, 2834, 1, 0, 0, 0, 2834, 153, 1, 0, 0, 0, 2835, 2833, 1, 0, 0, 0, 2836, 2837, 5, 133, 0, 0, 2837, 2838, 5, 143, 0, 0, 2838, 2840, 3, 1154, 577, 0, 2839, 2841, 3, 124, 62, 0, 2840, 2839, 1, 0, 0, 0, 2840, 2841, 1, 0, 0, 0, 2841, 2866, 1, 0, 0, 0, 2842, 2843, 5, 191, 0, 0, 2843, 2845, 5, 143, 0, 0, 2844, 2846, 3, 750, 375, 0, 2845, 2844, 1, 0, 0, 0, 2845, 2846, 1, 0, 0, 0, 2846, 2847, 1, 0, 0, 0, 2847, 2849, 3, 1476, 738, 0, 2848, 2850, 3, 124, 62, 0, 2849, 2848, 1, 0, 0, 0, 2849, 2850, 1, 0, 0, 0, 2850, 2866, 1, 0, 0, 0, 2851, 2852, 5, 138, 0, 0, 2852, 2853, 5, 143, 0, 0, 2853, 2855, 3, 1476, 738, 0, 2854, 2856, 3, 770, 385, 0, 2855, 2854, 1, 0, 0, 0, 2855, 2856, 1, 0, 0, 0, 2856, 2857, 1, 0, 0, 0, 2857, 2858, 5, 360, 0, 0, 2858, 2860, 3, 1170, 585, 0, 2859, 2861, 3, 126, 63, 0, 2860, 2859, 1, 0, 0, 0, 2860, 2861, 1, 0, 0, 0, 2861, 2863, 1, 0, 0, 0, 2862, 2864, 3, 124, 62, 0, 2863, 2862, 1, 0, 0, 0, 2863, 2864, 1, 0, 0, 0, 2864, 2866, 1, 0, 0, 0, 2865, 2836, 1, 0, 0, 0, 2865, 2842, 1, 0, 0, 0, 2865, 2851, 1, 0, 0, 0, 2866, 155, 1, 0, 0, 0, 2867, 2870, 5, 157, 0, 0, 2868, 2871, 3, 996, 498, 0, 2869, 2871, 5, 30, 0, 0, 2870, 2868, 1, 0, 0, 0, 2870, 2869, 1, 0, 0, 0, 2871, 157, 1, 0, 0, 0, 2872, 2874, 5, 169, 0, 0, 2873, 2875, 3, 172, 86, 0, 2874, 2873, 1, 0, 0, 0, 2874, 2875, 1, 0, 0, 0, 2875, 2876, 1, 0, 0, 0, 2876, 2878, 3, 1408, 704, 0, 2877, 2879, 3, 242, 121, 0, 2878, 2877, 1, 0, 0, 0, 2878, 2879, 1, 0, 0, 0, 2879, 2880, 1, 0, 0, 0, 2880, 2882, 3, 160, 80, 0, 2881, 2883, 3, 162, 81, 0, 2882, 2881, 1, 0, 0, 0, 2882, 2883, 1, 0, 0, 0, 2883, 2884, 1, 0, 0, 0, 2884, 2886, 3, 164, 82, 0, 2885, 2887, 3, 174, 87, 0, 2886, 2885, 1, 0, 0, 0, 2886, 2887, 1, 0, 0, 0, 2887, 2889, 1, 0, 0, 0, 2888, 2890, 3, 14, 7, 0, 2889, 2888, 1, 0, 0, 0, 2889, 2890, 1, 0, 0, 0, 2890, 2891, 1, 0, 0, 0, 2891, 2893, 3, 166, 83, 0, 2892, 2894, 3, 1146, 573, 0, 2893, 2892, 1, 0, 0, 0, 2893, 2894, 1, 0, 0, 0, 2894, 2910, 1, 0, 0, 0, 2895, 2896, 5, 169, 0, 0, 2896, 2897, 5, 2, 0, 0, 2897, 2898, 3, 944, 472, 0, 2898, 2899, 5, 3, 0, 0, 2899, 2901, 5, 94, 0, 0, 2900, 2902, 3, 162, 81, 0, 2901, 2900, 1, 0, 0, 0, 2901, 2902, 1, 0, 0, 0, 2902, 2903, 1, 0, 0, 0, 2903, 2905, 3, 164, 82, 0, 2904, 2906, 3, 14, 7, 0, 2905, 2904, 1, 0, 0, 0, 2905, 2906, 1, 0, 0, 0, 2906, 2907, 1, 0, 0, 0, 2907, 2908, 3, 166, 83, 0, 2908, 2910, 1, 0, 0, 0, 2909, 2872, 1, 0, 0, 0, 2909, 2895, 1, 0, 0, 0, 2910, 159, 1, 0, 0, 0, 2911, 2912, 7, 24, 0, 0, 2912, 161, 1, 0, 0, 0, 2913, 2914, 5, 297, 0, 0, 2914, 163, 1, 0, 0, 0, 2915, 2919, 3, 1460, 730, 0, 2916, 2919, 5, 343, 0, 0, 2917, 2919, 5, 344, 0, 0, 2918, 2915, 1, 0, 0, 0, 2918, 2916, 1, 0, 0, 0, 2918, 2917, 1, 0, 0, 0, 2919, 165, 1, 0, 0, 0, 2920, 2926, 3, 168, 84, 0, 2921, 2922, 5, 2, 0, 0, 2922, 2923, 3, 178, 89, 0, 2923, 2924, 5, 3, 0, 0, 2924, 2926, 1, 0, 0, 0, 2925, 2920, 1, 0, 0, 0, 2925, 2921, 1, 0, 0, 0, 2926, 167, 1, 0, 0, 0, 2927, 2929, 3, 170, 85, 0, 2928, 2927, 1, 0, 0, 0, 2929, 2932, 1, 0, 0, 0, 2930, 2928, 1, 0, 0, 0, 2930, 2931, 1, 0, 0, 0, 2931, 169, 1, 0, 0, 0, 2932, 2930, 1, 0, 0, 0, 2933, 2973, 5, 107, 0, 0, 2934, 2973, 5, 112, 0, 0, 2935, 2937, 5, 183, 0, 0, 2936, 2938, 3, 874, 437, 0, 2937, 2936, 1, 0, 0, 0, 2937, 2938, 1, 0, 0, 0, 2938, 2939, 1, 0, 0, 0, 2939, 2973, 3, 1460, 730, 0, 2940, 2942, 5, 78, 0, 0, 2941, 2943, 3, 874, 437, 0, 2942, 2941, 1, 0, 0, 0, 2942, 2943, 1, 0, 0, 0, 2943, 2944, 1, 0, 0, 0, 2944, 2973, 3, 1460, 730, 0, 2945, 2973, 5, 171, 0, 0, 2946, 2973, 5, 216, 0, 0, 2947, 2949, 5, 298, 0, 0, 2948, 2950, 3, 874, 437, 0, 2949, 2948, 1, 0, 0, 0, 2949, 2950, 1, 0, 0, 0, 2950, 2951, 1, 0, 0, 0, 2951, 2973, 3, 1460, 730, 0, 2952, 2954, 5, 197, 0, 0, 2953, 2955, 3, 874, 437, 0, 2954, 2953, 1, 0, 0, 0, 2954, 2955, 1, 0, 0, 0, 2955, 2956, 1, 0, 0, 0, 2956, 2973, 3, 1460, 730, 0, 2957, 2958, 5, 209, 0, 0, 2958, 2959, 5, 298, 0, 0, 2959, 2973, 3, 246, 123, 0, 2960, 2961, 5, 209, 0, 0, 2961, 2962, 5, 298, 0, 0, 2962, 2973, 5, 9, 0, 0, 2963, 2964, 5, 209, 0, 0, 2964, 2965, 5, 77, 0, 0, 2965, 2966, 5, 78, 0, 0, 2966, 2973, 3, 246, 123, 0, 2967, 2968, 5, 209, 0, 0, 2968, 2969, 5, 78, 0, 0, 2969, 2973, 3, 246, 123, 0, 2970, 2971, 5, 194, 0, 0, 2971, 2973, 3, 1460, 730, 0, 2972, 2933, 1, 0, 0, 0, 2972, 2934, 1, 0, 0, 0, 2972, 2935, 1, 0, 0, 0, 2972, 2940, 1, 0, 0, 0, 2972, 2945, 1, 0, 0, 0, 2972, 2946, 1, 0, 0, 0, 2972, 2947, 1, 0, 0, 0, 2972, 2952, 1, 0, 0, 0, 2972, 2957, 1, 0, 0, 0, 2972, 2960, 1, 0, 0, 0, 2972, 2963, 1, 0, 0, 0, 2972, 2967, 1, 0, 0, 0, 2972, 2970, 1, 0, 0, 0, 2973, 171, 1, 0, 0, 0, 2974, 2975, 5, 107, 0, 0, 2975, 173, 1, 0, 0, 0, 2976, 2978, 3, 176, 88, 0, 2977, 2976, 1, 0, 0, 0, 2977, 2978, 1, 0, 0, 0, 2978, 2979, 1, 0, 0, 0, 2979, 2980, 5, 184, 0, 0, 2980, 2981, 3, 1460, 730, 0, 2981, 175, 1, 0, 0, 0, 2982, 2983, 5, 100, 0, 0, 2983, 177, 1, 0, 0, 0, 2984, 2989, 3, 180, 90, 0, 2985, 2986, 5, 6, 0, 0, 2986, 2988, 3, 180, 90, 0, 2987, 2985, 1, 0, 0, 0, 2988, 2991, 1, 0, 0, 0, 2989, 2987, 1, 0, 0, 0, 2989, 2990, 1, 0, 0, 0, 2990, 179, 1, 0, 0, 0, 2991, 2989, 1, 0, 0, 0, 2992, 2994, 3, 1492, 746, 0, 2993, 2995, 3, 182, 91, 0, 2994, 2993, 1, 0, 0, 0, 2994, 2995, 1, 0, 0, 0, 2995, 181, 1, 0, 0, 0, 2996, 3004, 3, 72, 36, 0, 2997, 3004, 3, 324, 162, 0, 2998, 3004, 5, 9, 0, 0, 2999, 3000, 5, 2, 0, 0, 3000, 3001, 3, 184, 92, 0, 3001, 3002, 5, 3, 0, 0, 3002, 3004, 1, 0, 0, 0, 3003, 2996, 1, 0, 0, 0, 3003, 2997, 1, 0, 0, 0, 3003, 2998, 1, 0, 0, 0, 3003, 2999, 1, 0, 0, 0, 3004, 183, 1, 0, 0, 0, 3005, 3010, 3, 186, 93, 0, 3006, 3007, 5, 6, 0, 0, 3007, 3009, 3, 186, 93, 0, 3008, 3006, 1, 0, 0, 0, 3009, 3012, 1, 0, 0, 0, 3010, 3008, 1, 0, 0, 0, 3010, 3011, 1, 0, 0, 0, 3011, 185, 1, 0, 0, 0, 3012, 3010, 1, 0, 0, 0, 3013, 3014, 3, 70, 35, 0, 3014, 187, 1, 0, 0, 0, 3015, 3017, 5, 46, 0, 0, 3016, 3018, 3, 192, 96, 0, 3017, 3016, 1, 0, 0, 0, 3017, 3018, 1, 0, 0, 0, 3018, 3019, 1, 0, 0, 0, 3019, 3021, 5, 92, 0, 0, 3020, 3022, 3, 518, 259, 0, 3021, 3020, 1, 0, 0, 0, 3021, 3022, 1, 0, 0, 0, 3022, 3023, 1, 0, 0, 0, 3023, 3089, 3, 1406, 703, 0, 3024, 3026, 5, 2, 0, 0, 3025, 3027, 3, 194, 97, 0, 3026, 3025, 1, 0, 0, 0, 3026, 3027, 1, 0, 0, 0, 3027, 3028, 1, 0, 0, 0, 3028, 3030, 5, 3, 0, 0, 3029, 3031, 3, 268, 134, 0, 3030, 3029, 1, 0, 0, 0, 3030, 3031, 1, 0, 0, 0, 3031, 3033, 1, 0, 0, 0, 3032, 3034, 3, 270, 135, 0, 3033, 3032, 1, 0, 0, 0, 3033, 3034, 1, 0, 0, 0, 3034, 3036, 1, 0, 0, 0, 3035, 3037, 3, 278, 139, 0, 3036, 3035, 1, 0, 0, 0, 3036, 3037, 1, 0, 0, 0, 3037, 3039, 1, 0, 0, 0, 3038, 3040, 3, 280, 140, 0, 3039, 3038, 1, 0, 0, 0, 3039, 3040, 1, 0, 0, 0, 3040, 3042, 1, 0, 0, 0, 3041, 3043, 3, 282, 141, 0, 3042, 3041, 1, 0, 0, 0, 3042, 3043, 1, 0, 0, 0, 3043, 3045, 1, 0, 0, 0, 3044, 3046, 3, 284, 142, 0, 3045, 3044, 1, 0, 0, 0, 3045, 3046, 1, 0, 0, 0, 3046, 3090, 1, 0, 0, 0, 3047, 3048, 5, 275, 0, 0, 3048, 3050, 3, 560, 280, 0, 3049, 3051, 3, 198, 99, 0, 3050, 3049, 1, 0, 0, 0, 3050, 3051, 1, 0, 0, 0, 3051, 3053, 1, 0, 0, 0, 3052, 3054, 3, 270, 135, 0, 3053, 3052, 1, 0, 0, 0, 3053, 3054, 1, 0, 0, 0, 3054, 3056, 1, 0, 0, 0, 3055, 3057, 3, 278, 139, 0, 3056, 3055, 1, 0, 0, 0, 3056, 3057, 1, 0, 0, 0, 3057, 3059, 1, 0, 0, 0, 3058, 3060, 3, 280, 140, 0, 3059, 3058, 1, 0, 0, 0, 3059, 3060, 1, 0, 0, 0, 3060, 3062, 1, 0, 0, 0, 3061, 3063, 3, 282, 141, 0, 3062, 3061, 1, 0, 0, 0, 3062, 3063, 1, 0, 0, 0, 3063, 3065, 1, 0, 0, 0, 3064, 3066, 3, 284, 142, 0, 3065, 3064, 1, 0, 0, 0, 3065, 3066, 1, 0, 0, 0, 3066, 3090, 1, 0, 0, 0, 3067, 3068, 5, 285, 0, 0, 3068, 3069, 5, 275, 0, 0, 3069, 3071, 3, 1414, 707, 0, 3070, 3072, 3, 198, 99, 0, 3071, 3070, 1, 0, 0, 0, 3071, 3072, 1, 0, 0, 0, 3072, 3073, 1, 0, 0, 0, 3073, 3075, 3, 144, 72, 0, 3074, 3076, 3, 270, 135, 0, 3075, 3074, 1, 0, 0, 0, 3075, 3076, 1, 0, 0, 0, 3076, 3078, 1, 0, 0, 0, 3077, 3079, 3, 278, 139, 0, 3078, 3077, 1, 0, 0, 0, 3078, 3079, 1, 0, 0, 0, 3079, 3081, 1, 0, 0, 0, 3080, 3082, 3, 280, 140, 0, 3081, 3080, 1, 0, 0, 0, 3081, 3082, 1, 0, 0, 0, 3082, 3084, 1, 0, 0, 0, 3083, 3085, 3, 282, 141, 0, 3084, 3083, 1, 0, 0, 0, 3084, 3085, 1, 0, 0, 0, 3085, 3087, 1, 0, 0, 0, 3086, 3088, 3, 284, 142, 0, 3087, 3086, 1, 0, 0, 0, 3087, 3088, 1, 0, 0, 0, 3088, 3090, 1, 0, 0, 0, 3089, 3024, 1, 0, 0, 0, 3089, 3047, 1, 0, 0, 0, 3089, 3067, 1, 0, 0, 0, 3090, 189, 1, 0, 0, 0, 3091, 3092, 5, 549, 0, 0, 3092, 3093, 5, 147, 0, 0, 3093, 3094, 5, 2, 0, 0, 3094, 3095, 3, 246, 123, 0, 3095, 3096, 5, 3, 0, 0, 3096, 191, 1, 0, 0, 0, 3097, 3105, 5, 354, 0, 0, 3098, 3105, 5, 352, 0, 0, 3099, 3100, 5, 254, 0, 0, 3100, 3105, 7, 25, 0, 0, 3101, 3102, 5, 213, 0, 0, 3102, 3105, 7, 25, 0, 0, 3103, 3105, 5, 367, 0, 0, 3104, 3097, 1, 0, 0, 0, 3104, 3098, 1, 0, 0, 0, 3104, 3099, 1, 0, 0, 0, 3104, 3101, 1, 0, 0, 0, 3104, 3103, 1, 0, 0, 0, 3105, 193, 1, 0, 0, 0, 3106, 3107, 3, 200, 100, 0, 3107, 195, 1, 0, 0, 0, 3108, 3109, 3, 200, 100, 0, 3109, 197, 1, 0, 0, 0, 3110, 3111, 5, 2, 0, 0, 3111, 3112, 3, 202, 101, 0, 3112, 3113, 5, 3, 0, 0, 3113, 199, 1, 0, 0, 0, 3114, 3119, 3, 204, 102, 0, 3115, 3116, 5, 6, 0, 0, 3116, 3118, 3, 204, 102, 0, 3117, 3115, 1, 0, 0, 0, 3118, 3121, 1, 0, 0, 0, 3119, 3117, 1, 0, 0, 0, 3119, 3120, 1, 0, 0, 0, 3120, 201, 1, 0, 0, 0, 3121, 3119, 1, 0, 0, 0, 3122, 3127, 3, 206, 103, 0, 3123, 3124, 5, 6, 0, 0, 3124, 3126, 3, 206, 103, 0, 3125, 3123, 1, 0, 0, 0, 3126, 3129, 1, 0, 0, 0, 3127, 3125, 1, 0, 0, 0, 3127, 3128, 1, 0, 0, 0, 3128, 203, 1, 0, 0, 0, 3129, 3127, 1, 0, 0, 0, 3130, 3134, 3, 208, 104, 0, 3131, 3134, 3, 230, 115, 0, 3132, 3134, 3, 236, 118, 0, 3133, 3130, 1, 0, 0, 0, 3133, 3131, 1, 0, 0, 0, 3133, 3132, 1, 0, 0, 0, 3134, 205, 1, 0, 0, 0, 3135, 3138, 3, 214, 107, 0, 3136, 3138, 3, 236, 118, 0, 3137, 3135, 1, 0, 0, 0, 3137, 3136, 1, 0, 0, 0, 3138, 207, 1, 0, 0, 0, 3139, 3140, 3, 1436, 718, 0, 3140, 3142, 3, 1170, 585, 0, 3141, 3143, 3, 370, 185, 0, 3142, 3141, 1, 0, 0, 0, 3142, 3143, 1, 0, 0, 0, 3143, 3145, 1, 0, 0, 0, 3144, 3146, 3, 212, 106, 0, 3145, 3144, 1, 0, 0, 0, 3145, 3146, 1, 0, 0, 0, 3146, 3148, 1, 0, 0, 0, 3147, 3149, 3, 210, 105, 0, 3148, 3147, 1, 0, 0, 0, 3148, 3149, 1, 0, 0, 0, 3149, 3152, 1, 0, 0, 0, 3150, 3151, 5, 43, 0, 0, 3151, 3153, 3, 560, 280, 0, 3152, 3150, 1, 0, 0, 0, 3152, 3153, 1, 0, 0, 0, 3153, 3156, 1, 0, 0, 0, 3154, 3155, 5, 105, 0, 0, 3155, 3157, 5, 280, 0, 0, 3156, 3154, 1, 0, 0, 0, 3156, 3157, 1, 0, 0, 0, 3157, 3158, 1, 0, 0, 0, 3158, 3159, 3, 216, 108, 0, 3159, 209, 1, 0, 0, 0, 3160, 3161, 5, 543, 0, 0, 3161, 3162, 3, 1476, 738, 0, 3162, 211, 1, 0, 0, 0, 3163, 3170, 5, 345, 0, 0, 3164, 3171, 5, 544, 0, 0, 3165, 3171, 5, 205, 0, 0, 3166, 3171, 5, 545, 0, 0, 3167, 3171, 5, 546, 0, 0, 3168, 3171, 5, 53, 0, 0, 3169, 3171, 3, 1476, 738, 0, 3170, 3164, 1, 0, 0, 0, 3170, 3165, 1, 0, 0, 0, 3170, 3166, 1, 0, 0, 0, 3170, 3167, 1, 0, 0, 0, 3170, 3168, 1, 0, 0, 0, 3170, 3169, 1, 0, 0, 0, 3171, 213, 1, 0, 0, 0, 3172, 3175, 3, 1436, 718, 0, 3173, 3174, 5, 105, 0, 0, 3174, 3176, 5, 280, 0, 0, 3175, 3173, 1, 0, 0, 0, 3175, 3176, 1, 0, 0, 0, 3176, 3177, 1, 0, 0, 0, 3177, 3178, 3, 216, 108, 0, 3178, 215, 1, 0, 0, 0, 3179, 3181, 3, 218, 109, 0, 3180, 3179, 1, 0, 0, 0, 3181, 3184, 1, 0, 0, 0, 3182, 3180, 1, 0, 0, 0, 3182, 3183, 1, 0, 0, 0, 3183, 217, 1, 0, 0, 0, 3184, 3182, 1, 0, 0, 0, 3185, 3186, 5, 45, 0, 0, 3186, 3188, 3, 1438, 719, 0, 3187, 3185, 1, 0, 0, 0, 3187, 3188, 1, 0, 0, 0, 3188, 3189, 1, 0, 0, 0, 3189, 3191, 3, 220, 110, 0, 3190, 3192, 3, 226, 113, 0, 3191, 3190, 1, 0, 0, 0, 3191, 3192, 1, 0, 0, 0, 3192, 3194, 1, 0, 0, 0, 3193, 3195, 3, 228, 114, 0, 3194, 3193, 1, 0, 0, 0, 3194, 3195, 1, 0, 0, 0, 3195, 3204, 1, 0, 0, 0, 3196, 3198, 3, 220, 110, 0, 3197, 3199, 3, 226, 113, 0, 3198, 3197, 1, 0, 0, 0, 3198, 3199, 1, 0, 0, 0, 3199, 3201, 1, 0, 0, 0, 3200, 3202, 3, 228, 114, 0, 3201, 3200, 1, 0, 0, 0, 3201, 3202, 1, 0, 0, 0, 3202, 3204, 1, 0, 0, 0, 3203, 3187, 1, 0, 0, 0, 3203, 3196, 1, 0, 0, 0, 3204, 219, 1, 0, 0, 0, 3205, 3206, 5, 77, 0, 0, 3206, 3264, 5, 78, 0, 0, 3207, 3264, 5, 78, 0, 0, 3208, 3210, 5, 98, 0, 0, 3209, 3211, 3, 712, 356, 0, 3210, 3209, 1, 0, 0, 0, 3210, 3211, 1, 0, 0, 0, 3211, 3213, 1, 0, 0, 0, 3212, 3214, 3, 288, 144, 0, 3213, 3212, 1, 0, 0, 0, 3213, 3214, 1, 0, 0, 0, 3214, 3264, 1, 0, 0, 0, 3215, 3217, 5, 98, 0, 0, 3216, 3218, 3, 222, 111, 0, 3217, 3216, 1, 0, 0, 0, 3217, 3218, 1, 0, 0, 0, 3218, 3219, 1, 0, 0, 0, 3219, 3264, 3, 286, 143, 0, 3220, 3221, 5, 85, 0, 0, 3221, 3223, 5, 245, 0, 0, 3222, 3224, 3, 712, 356, 0, 3223, 3222, 1, 0, 0, 0, 3223, 3224, 1, 0, 0, 0, 3224, 3226, 1, 0, 0, 0, 3225, 3227, 3, 288, 144, 0, 3226, 3225, 1, 0, 0, 0, 3226, 3227, 1, 0, 0, 0, 3227, 3264, 1, 0, 0, 0, 3228, 3229, 5, 42, 0, 0, 3229, 3230, 5, 2, 0, 0, 3230, 3231, 3, 1214, 607, 0, 3231, 3233, 5, 3, 0, 0, 3232, 3234, 3, 240, 120, 0, 3233, 3232, 1, 0, 0, 0, 3233, 3234, 1, 0, 0, 0, 3234, 3264, 1, 0, 0, 0, 3235, 3236, 5, 53, 0, 0, 3236, 3264, 3, 1254, 627, 0, 3237, 3238, 5, 438, 0, 0, 3238, 3239, 3, 224, 112, 0, 3239, 3249, 5, 36, 0, 0, 3240, 3242, 5, 219, 0, 0, 3241, 3243, 3, 316, 158, 0, 3242, 3241, 1, 0, 0, 0, 3242, 3243, 1, 0, 0, 0, 3243, 3250, 1, 0, 0, 0, 3244, 3245, 5, 2, 0, 0, 3245, 3246, 3, 1214, 607, 0, 3246, 3247, 5, 3, 0, 0, 3247, 3248, 5, 440, 0, 0, 3248, 3250, 1, 0, 0, 0, 3249, 3240, 1, 0, 0, 0, 3249, 3244, 1, 0, 0, 0, 3250, 3264, 1, 0, 0, 0, 3251, 3252, 5, 86, 0, 0, 3252, 3254, 3, 1414, 707, 0, 3253, 3255, 3, 242, 121, 0, 3254, 3253, 1, 0, 0, 0, 3254, 3255, 1, 0, 0, 0, 3255, 3257, 1, 0, 0, 0, 3256, 3258, 3, 252, 126, 0, 3257, 3256, 1, 0, 0, 0, 3257, 3258, 1, 0, 0, 0, 3258, 3260, 1, 0, 0, 0, 3259, 3261, 3, 260, 130, 0, 3260, 3259, 1, 0, 0, 0, 3260, 3261, 1, 0, 0, 0, 3261, 3264, 1, 0, 0, 0, 3262, 3264, 3, 648, 324, 0, 3263, 3205, 1, 0, 0, 0, 3263, 3207, 1, 0, 0, 0, 3263, 3208, 1, 0, 0, 0, 3263, 3215, 1, 0, 0, 0, 3263, 3220, 1, 0, 0, 0, 3263, 3228, 1, 0, 0, 0, 3263, 3235, 1, 0, 0, 0, 3263, 3237, 1, 0, 0, 0, 3263, 3251, 1, 0, 0, 0, 3263, 3262, 1, 0, 0, 0, 3264, 221, 1, 0, 0, 0, 3265, 3267, 5, 273, 0, 0, 3266, 3268, 5, 77, 0, 0, 3267, 3266, 1, 0, 0, 0, 3267, 3268, 1, 0, 0, 0, 3268, 3269, 1, 0, 0, 0, 3269, 3270, 5, 56, 0, 0, 3270, 223, 1, 0, 0, 0, 3271, 3275, 5, 139, 0, 0, 3272, 3273, 5, 147, 0, 0, 3273, 3275, 5, 53, 0, 0, 3274, 3271, 1, 0, 0, 0, 3274, 3272, 1, 0, 0, 0, 3275, 225, 1, 0, 0, 0, 3276, 3280, 5, 54, 0, 0, 3277, 3278, 5, 77, 0, 0, 3278, 3280, 5, 54, 0, 0, 3279, 3276, 1, 0, 0, 0, 3279, 3277, 1, 0, 0, 0, 3280, 227, 1, 0, 0, 0, 3281, 3282, 5, 69, 0, 0, 3282, 3283, 7, 16, 0, 0, 3283, 229, 1, 0, 0, 0, 3284, 3285, 5, 120, 0, 0, 3285, 3286, 3, 1414, 707, 0, 3286, 3287, 3, 232, 116, 0, 3287, 231, 1, 0, 0, 0, 3288, 3289, 7, 26, 0, 0, 3289, 3291, 3, 234, 117, 0, 3290, 3288, 1, 0, 0, 0, 3291, 3294, 1, 0, 0, 0, 3292, 3290, 1, 0, 0, 0, 3292, 3293, 1, 0, 0, 0, 3293, 233, 1, 0, 0, 0, 3294, 3292, 1, 0, 0, 0, 3295, 3296, 7, 27, 0, 0, 3296, 235, 1, 0, 0, 0, 3297, 3298, 5, 45, 0, 0, 3298, 3299, 3, 1438, 719, 0, 3299, 3300, 3, 238, 119, 0, 3300, 3303, 1, 0, 0, 0, 3301, 3303, 3, 238, 119, 0, 3302, 3297, 1, 0, 0, 0, 3302, 3301, 1, 0, 0, 0, 3303, 237, 1, 0, 0, 0, 3304, 3305, 5, 42, 0, 0, 3305, 3306, 5, 2, 0, 0, 3306, 3307, 3, 1214, 607, 0, 3307, 3308, 5, 3, 0, 0, 3308, 3309, 3, 478, 239, 0, 3309, 3391, 1, 0, 0, 0, 3310, 3328, 5, 98, 0, 0, 3311, 3312, 5, 2, 0, 0, 3312, 3313, 3, 246, 123, 0, 3313, 3315, 5, 3, 0, 0, 3314, 3316, 3, 250, 125, 0, 3315, 3314, 1, 0, 0, 0, 3315, 3316, 1, 0, 0, 0, 3316, 3318, 1, 0, 0, 0, 3317, 3319, 3, 712, 356, 0, 3318, 3317, 1, 0, 0, 0, 3318, 3319, 1, 0, 0, 0, 3319, 3321, 1, 0, 0, 0, 3320, 3322, 3, 288, 144, 0, 3321, 3320, 1, 0, 0, 0, 3321, 3322, 1, 0, 0, 0, 3322, 3323, 1, 0, 0, 0, 3323, 3324, 3, 478, 239, 0, 3324, 3329, 1, 0, 0, 0, 3325, 3326, 3, 290, 145, 0, 3326, 3327, 3, 478, 239, 0, 3327, 3329, 1, 0, 0, 0, 3328, 3311, 1, 0, 0, 0, 3328, 3325, 1, 0, 0, 0, 3329, 3391, 1, 0, 0, 0, 3330, 3331, 5, 85, 0, 0, 3331, 3349, 5, 245, 0, 0, 3332, 3333, 5, 2, 0, 0, 3333, 3334, 3, 246, 123, 0, 3334, 3336, 5, 3, 0, 0, 3335, 3337, 3, 250, 125, 0, 3336, 3335, 1, 0, 0, 0, 3336, 3337, 1, 0, 0, 0, 3337, 3339, 1, 0, 0, 0, 3338, 3340, 3, 712, 356, 0, 3339, 3338, 1, 0, 0, 0, 3339, 3340, 1, 0, 0, 0, 3340, 3342, 1, 0, 0, 0, 3341, 3343, 3, 288, 144, 0, 3342, 3341, 1, 0, 0, 0, 3342, 3343, 1, 0, 0, 0, 3343, 3344, 1, 0, 0, 0, 3344, 3345, 3, 478, 239, 0, 3345, 3350, 1, 0, 0, 0, 3346, 3347, 3, 290, 145, 0, 3347, 3348, 3, 478, 239, 0, 3348, 3350, 1, 0, 0, 0, 3349, 3332, 1, 0, 0, 0, 3349, 3346, 1, 0, 0, 0, 3350, 3391, 1, 0, 0, 0, 3351, 3353, 5, 199, 0, 0, 3352, 3354, 3, 636, 318, 0, 3353, 3352, 1, 0, 0, 0, 3353, 3354, 1, 0, 0, 0, 3354, 3355, 1, 0, 0, 0, 3355, 3356, 5, 2, 0, 0, 3356, 3357, 3, 254, 127, 0, 3357, 3359, 5, 3, 0, 0, 3358, 3360, 3, 250, 125, 0, 3359, 3358, 1, 0, 0, 0, 3359, 3360, 1, 0, 0, 0, 3360, 3362, 1, 0, 0, 0, 3361, 3363, 3, 712, 356, 0, 3362, 3361, 1, 0, 0, 0, 3362, 3363, 1, 0, 0, 0, 3363, 3365, 1, 0, 0, 0, 3364, 3366, 3, 288, 144, 0, 3365, 3364, 1, 0, 0, 0, 3365, 3366, 1, 0, 0, 0, 3366, 3368, 1, 0, 0, 0, 3367, 3369, 3, 258, 129, 0, 3368, 3367, 1, 0, 0, 0, 3368, 3369, 1, 0, 0, 0, 3369, 3370, 1, 0, 0, 0, 3370, 3371, 3, 478, 239, 0, 3371, 3391, 1, 0, 0, 0, 3372, 3373, 5, 63, 0, 0, 3373, 3374, 5, 245, 0, 0, 3374, 3375, 5, 2, 0, 0, 3375, 3376, 3, 246, 123, 0, 3376, 3377, 5, 3, 0, 0, 3377, 3378, 5, 86, 0, 0, 3378, 3380, 3, 1414, 707, 0, 3379, 3381, 3, 242, 121, 0, 3380, 3379, 1, 0, 0, 0, 3380, 3381, 1, 0, 0, 0, 3381, 3383, 1, 0, 0, 0, 3382, 3384, 3, 252, 126, 0, 3383, 3382, 1, 0, 0, 0, 3383, 3384, 1, 0, 0, 0, 3384, 3386, 1, 0, 0, 0, 3385, 3387, 3, 260, 130, 0, 3386, 3385, 1, 0, 0, 0, 3386, 3387, 1, 0, 0, 0, 3387, 3388, 1, 0, 0, 0, 3388, 3389, 3, 478, 239, 0, 3389, 3391, 1, 0, 0, 0, 3390, 3304, 1, 0, 0, 0, 3390, 3310, 1, 0, 0, 0, 3390, 3330, 1, 0, 0, 0, 3390, 3351, 1, 0, 0, 0, 3390, 3372, 1, 0, 0, 0, 3391, 239, 1, 0, 0, 0, 3392, 3393, 5, 269, 0, 0, 3393, 3394, 5, 228, 0, 0, 3394, 241, 1, 0, 0, 0, 3395, 3396, 5, 2, 0, 0, 3396, 3397, 3, 246, 123, 0, 3397, 3398, 5, 3, 0, 0, 3398, 243, 1, 0, 0, 0, 3399, 3400, 5, 2, 0, 0, 3400, 3401, 3, 248, 124, 0, 3401, 3402, 5, 3, 0, 0, 3402, 245, 1, 0, 0, 0, 3403, 3408, 3, 1434, 717, 0, 3404, 3405, 5, 6, 0, 0, 3405, 3407, 3, 1434, 717, 0, 3406, 3404, 1, 0, 0, 0, 3407, 3410, 1, 0, 0, 0, 3408, 3406, 1, 0, 0, 0, 3408, 3409, 1, 0, 0, 0, 3409, 247, 1, 0, 0, 0, 3410, 3408, 1, 0, 0, 0, 3411, 3416, 3, 1436, 718, 0, 3412, 3413, 5, 6, 0, 0, 3413, 3415, 3, 1436, 718, 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, 249, 1, 0, 0, 0, 3418, 3416, 1, 0, 0, 0, 3419, 3420, 5, 441, 0, 0, 3420, 3421, 5, 2, 0, 0, 3421, 3422, 3, 246, 123, 0, 3422, 3423, 5, 3, 0, 0, 3423, 251, 1, 0, 0, 0, 3424, 3425, 5, 258, 0, 0, 3425, 3426, 7, 28, 0, 0, 3426, 253, 1, 0, 0, 0, 3427, 3432, 3, 256, 128, 0, 3428, 3429, 5, 6, 0, 0, 3429, 3431, 3, 256, 128, 0, 3430, 3428, 1, 0, 0, 0, 3431, 3434, 1, 0, 0, 0, 3432, 3430, 1, 0, 0, 0, 3432, 3433, 1, 0, 0, 0, 3433, 255, 1, 0, 0, 0, 3434, 3432, 1, 0, 0, 0, 3435, 3436, 3, 642, 321, 0, 3436, 3443, 5, 105, 0, 0, 3437, 3444, 3, 734, 367, 0, 3438, 3439, 5, 278, 0, 0, 3439, 3440, 5, 2, 0, 0, 3440, 3441, 3, 734, 367, 0, 3441, 3442, 5, 3, 0, 0, 3442, 3444, 1, 0, 0, 0, 3443, 3437, 1, 0, 0, 0, 3443, 3438, 1, 0, 0, 0, 3444, 257, 1, 0, 0, 0, 3445, 3446, 5, 103, 0, 0, 3446, 3447, 5, 2, 0, 0, 3447, 3448, 3, 1214, 607, 0, 3448, 3449, 5, 3, 0, 0, 3449, 259, 1, 0, 0, 0, 3450, 3459, 3, 262, 131, 0, 3451, 3459, 3, 264, 132, 0, 3452, 3453, 3, 262, 131, 0, 3453, 3454, 3, 264, 132, 0, 3454, 3459, 1, 0, 0, 0, 3455, 3456, 3, 264, 132, 0, 3456, 3457, 3, 262, 131, 0, 3457, 3459, 1, 0, 0, 0, 3458, 3450, 1, 0, 0, 0, 3458, 3451, 1, 0, 0, 0, 3458, 3452, 1, 0, 0, 0, 3458, 3455, 1, 0, 0, 0, 3459, 261, 1, 0, 0, 0, 3460, 3461, 5, 80, 0, 0, 3461, 3462, 5, 369, 0, 0, 3462, 3463, 3, 266, 133, 0, 3463, 263, 1, 0, 0, 0, 3464, 3465, 5, 80, 0, 0, 3465, 3466, 5, 182, 0, 0, 3466, 3467, 3, 266, 133, 0, 3467, 265, 1, 0, 0, 0, 3468, 3469, 5, 269, 0, 0, 3469, 3478, 5, 132, 0, 0, 3470, 3478, 5, 315, 0, 0, 3471, 3478, 5, 150, 0, 0, 3472, 3473, 5, 333, 0, 0, 3473, 3475, 7, 29, 0, 0, 3474, 3476, 3, 246, 123, 0, 3475, 3474, 1, 0, 0, 0, 3475, 3476, 1, 0, 0, 0, 3476, 3478, 1, 0, 0, 0, 3477, 3468, 1, 0, 0, 0, 3477, 3470, 1, 0, 0, 0, 3477, 3471, 1, 0, 0, 0, 3477, 3472, 1, 0, 0, 0, 3478, 267, 1, 0, 0, 0, 3479, 3480, 5, 238, 0, 0, 3480, 3481, 5, 2, 0, 0, 3481, 3482, 3, 1392, 696, 0, 3482, 3483, 5, 3, 0, 0, 3483, 269, 1, 0, 0, 0, 3484, 3485, 3, 272, 136, 0, 3485, 271, 1, 0, 0, 0, 3486, 3487, 5, 285, 0, 0, 3487, 3488, 5, 147, 0, 0, 3488, 3489, 3, 1476, 738, 0, 3489, 3490, 5, 2, 0, 0, 3490, 3491, 3, 274, 137, 0, 3491, 3492, 5, 3, 0, 0, 3492, 273, 1, 0, 0, 0, 3493, 3498, 3, 276, 138, 0, 3494, 3495, 5, 6, 0, 0, 3495, 3497, 3, 276, 138, 0, 3496, 3494, 1, 0, 0, 0, 3497, 3500, 1, 0, 0, 0, 3498, 3496, 1, 0, 0, 0, 3498, 3499, 1, 0, 0, 0, 3499, 275, 1, 0, 0, 0, 3500, 3498, 1, 0, 0, 0, 3501, 3503, 3, 1434, 717, 0, 3502, 3504, 3, 648, 324, 0, 3503, 3502, 1, 0, 0, 0, 3503, 3504, 1, 0, 0, 0, 3504, 3506, 1, 0, 0, 0, 3505, 3507, 3, 650, 325, 0, 3506, 3505, 1, 0, 0, 0, 3506, 3507, 1, 0, 0, 0, 3507, 3525, 1, 0, 0, 0, 3508, 3510, 3, 1264, 632, 0, 3509, 3511, 3, 648, 324, 0, 3510, 3509, 1, 0, 0, 0, 3510, 3511, 1, 0, 0, 0, 3511, 3513, 1, 0, 0, 0, 3512, 3514, 3, 650, 325, 0, 3513, 3512, 1, 0, 0, 0, 3513, 3514, 1, 0, 0, 0, 3514, 3525, 1, 0, 0, 0, 3515, 3516, 5, 2, 0, 0, 3516, 3517, 3, 1214, 607, 0, 3517, 3519, 5, 3, 0, 0, 3518, 3520, 3, 648, 324, 0, 3519, 3518, 1, 0, 0, 0, 3519, 3520, 1, 0, 0, 0, 3520, 3522, 1, 0, 0, 0, 3521, 3523, 3, 650, 325, 0, 3522, 3521, 1, 0, 0, 0, 3522, 3523, 1, 0, 0, 0, 3523, 3525, 1, 0, 0, 0, 3524, 3501, 1, 0, 0, 0, 3524, 3508, 1, 0, 0, 0, 3524, 3515, 1, 0, 0, 0, 3525, 277, 1, 0, 0, 0, 3526, 3527, 5, 100, 0, 0, 3527, 3528, 3, 1438, 719, 0, 3528, 279, 1, 0, 0, 0, 3529, 3530, 5, 105, 0, 0, 3530, 3536, 3, 132, 66, 0, 3531, 3532, 5, 379, 0, 0, 3532, 3536, 5, 277, 0, 0, 3533, 3534, 5, 105, 0, 0, 3534, 3536, 5, 277, 0, 0, 3535, 3529, 1, 0, 0, 0, 3535, 3531, 1, 0, 0, 0, 3535, 3533, 1, 0, 0, 0, 3536, 281, 1, 0, 0, 0, 3537, 3538, 5, 80, 0, 0, 3538, 3544, 5, 161, 0, 0, 3539, 3545, 5, 191, 0, 0, 3540, 3541, 5, 182, 0, 0, 3541, 3545, 5, 320, 0, 0, 3542, 3543, 5, 292, 0, 0, 3543, 3545, 5, 320, 0, 0, 3544, 3539, 1, 0, 0, 0, 3544, 3540, 1, 0, 0, 0, 3544, 3542, 1, 0, 0, 0, 3545, 283, 1, 0, 0, 0, 3546, 3547, 5, 351, 0, 0, 3547, 3548, 3, 1404, 702, 0, 3548, 285, 1, 0, 0, 0, 3549, 3551, 3, 644, 322, 0, 3550, 3549, 1, 0, 0, 0, 3550, 3551, 1, 0, 0, 0, 3551, 3553, 1, 0, 0, 0, 3552, 3554, 3, 1016, 508, 0, 3553, 3552, 1, 0, 0, 0, 3553, 3554, 1, 0, 0, 0, 3554, 3556, 1, 0, 0, 0, 3555, 3557, 3, 288, 144, 0, 3556, 3555, 1, 0, 0, 0, 3556, 3557, 1, 0, 0, 0, 3557, 287, 1, 0, 0, 0, 3558, 3559, 5, 100, 0, 0, 3559, 3560, 5, 226, 0, 0, 3560, 3561, 5, 351, 0, 0, 3561, 3562, 3, 1404, 702, 0, 3562, 289, 1, 0, 0, 0, 3563, 3564, 5, 100, 0, 0, 3564, 3565, 5, 226, 0, 0, 3565, 3566, 3, 1438, 719, 0, 3566, 291, 1, 0, 0, 0, 3567, 3568, 5, 46, 0, 0, 3568, 3573, 5, 342, 0, 0, 3569, 3571, 3, 518, 259, 0, 3570, 3569, 1, 0, 0, 0, 3570, 3571, 1, 0, 0, 0, 3571, 3572, 1, 0, 0, 0, 3572, 3574, 3, 560, 280, 0, 3573, 3570, 1, 0, 0, 0, 3573, 3574, 1, 0, 0, 0, 3574, 3576, 1, 0, 0, 0, 3575, 3577, 3, 920, 460, 0, 3576, 3575, 1, 0, 0, 0, 3576, 3577, 1, 0, 0, 0, 3577, 3578, 1, 0, 0, 0, 3578, 3581, 5, 80, 0, 0, 3579, 3582, 3, 1334, 667, 0, 3580, 3582, 3, 1330, 665, 0, 3581, 3579, 1, 0, 0, 0, 3581, 3580, 1, 0, 0, 0, 3582, 3583, 1, 0, 0, 0, 3583, 3584, 5, 64, 0, 0, 3584, 3585, 3, 1106, 553, 0, 3585, 293, 1, 0, 0, 0, 3586, 3587, 5, 138, 0, 0, 3587, 3589, 5, 342, 0, 0, 3588, 3590, 3, 750, 375, 0, 3589, 3588, 1, 0, 0, 0, 3589, 3590, 1, 0, 0, 0, 3590, 3591, 1, 0, 0, 0, 3591, 3592, 3, 560, 280, 0, 3592, 3593, 5, 333, 0, 0, 3593, 3594, 5, 342, 0, 0, 3594, 3595, 3, 1466, 733, 0, 3595, 295, 1, 0, 0, 0, 3596, 3598, 5, 46, 0, 0, 3597, 3599, 3, 192, 96, 0, 3598, 3597, 1, 0, 0, 0, 3598, 3599, 1, 0, 0, 0, 3599, 3600, 1, 0, 0, 0, 3600, 3602, 5, 92, 0, 0, 3601, 3603, 3, 518, 259, 0, 3602, 3601, 1, 0, 0, 0, 3602, 3603, 1, 0, 0, 0, 3603, 3604, 1, 0, 0, 0, 3604, 3605, 3, 298, 149, 0, 3605, 3606, 5, 36, 0, 0, 3606, 3608, 3, 1002, 501, 0, 3607, 3609, 3, 300, 150, 0, 3608, 3607, 1, 0, 0, 0, 3608, 3609, 1, 0, 0, 0, 3609, 297, 1, 0, 0, 0, 3610, 3612, 3, 1406, 703, 0, 3611, 3613, 3, 244, 122, 0, 3612, 3611, 1, 0, 0, 0, 3612, 3613, 1, 0, 0, 0, 3613, 3615, 1, 0, 0, 0, 3614, 3616, 3, 278, 139, 0, 3615, 3614, 1, 0, 0, 0, 3615, 3616, 1, 0, 0, 0, 3616, 3618, 1, 0, 0, 0, 3617, 3619, 3, 280, 140, 0, 3618, 3617, 1, 0, 0, 0, 3618, 3619, 1, 0, 0, 0, 3619, 3621, 1, 0, 0, 0, 3620, 3622, 3, 282, 141, 0, 3621, 3620, 1, 0, 0, 0, 3621, 3622, 1, 0, 0, 0, 3622, 3624, 1, 0, 0, 0, 3623, 3625, 3, 284, 142, 0, 3624, 3623, 1, 0, 0, 0, 3624, 3625, 1, 0, 0, 0, 3625, 299, 1, 0, 0, 0, 3626, 3630, 5, 105, 0, 0, 3627, 3631, 5, 174, 0, 0, 3628, 3629, 5, 269, 0, 0, 3629, 3631, 5, 174, 0, 0, 3630, 3627, 1, 0, 0, 0, 3630, 3628, 1, 0, 0, 0, 3631, 301, 1, 0, 0, 0, 3632, 3634, 5, 46, 0, 0, 3633, 3635, 3, 306, 153, 0, 3634, 3633, 1, 0, 0, 0, 3634, 3635, 1, 0, 0, 0, 3635, 3636, 1, 0, 0, 0, 3636, 3637, 5, 259, 0, 0, 3637, 3639, 5, 376, 0, 0, 3638, 3640, 3, 518, 259, 0, 3639, 3638, 1, 0, 0, 0, 3639, 3640, 1, 0, 0, 0, 3640, 3641, 1, 0, 0, 0, 3641, 3642, 3, 304, 152, 0, 3642, 3643, 5, 36, 0, 0, 3643, 3645, 3, 1002, 501, 0, 3644, 3646, 3, 300, 150, 0, 3645, 3644, 1, 0, 0, 0, 3645, 3646, 1, 0, 0, 0, 3646, 303, 1, 0, 0, 0, 3647, 3649, 3, 1410, 705, 0, 3648, 3650, 3, 244, 122, 0, 3649, 3648, 1, 0, 0, 0, 3649, 3650, 1, 0, 0, 0, 3650, 3652, 1, 0, 0, 0, 3651, 3653, 3, 278, 139, 0, 3652, 3651, 1, 0, 0, 0, 3652, 3653, 1, 0, 0, 0, 3653, 3655, 1, 0, 0, 0, 3654, 3656, 3, 134, 67, 0, 3655, 3654, 1, 0, 0, 0, 3655, 3656, 1, 0, 0, 0, 3656, 3658, 1, 0, 0, 0, 3657, 3659, 3, 284, 142, 0, 3658, 3657, 1, 0, 0, 0, 3658, 3659, 1, 0, 0, 0, 3659, 305, 1, 0, 0, 0, 3660, 3661, 5, 367, 0, 0, 3661, 307, 1, 0, 0, 0, 3662, 3663, 5, 305, 0, 0, 3663, 3664, 5, 259, 0, 0, 3664, 3666, 5, 376, 0, 0, 3665, 3667, 3, 632, 316, 0, 3666, 3665, 1, 0, 0, 0, 3666, 3667, 1, 0, 0, 0, 3667, 3668, 1, 0, 0, 0, 3668, 3670, 3, 1412, 706, 0, 3669, 3671, 3, 300, 150, 0, 3670, 3669, 1, 0, 0, 0, 3670, 3671, 1, 0, 0, 0, 3671, 309, 1, 0, 0, 0, 3672, 3674, 5, 46, 0, 0, 3673, 3675, 3, 192, 96, 0, 3674, 3673, 1, 0, 0, 0, 3674, 3675, 1, 0, 0, 0, 3675, 3676, 1, 0, 0, 0, 3676, 3678, 5, 328, 0, 0, 3677, 3679, 3, 518, 259, 0, 3678, 3677, 1, 0, 0, 0, 3678, 3679, 1, 0, 0, 0, 3679, 3680, 1, 0, 0, 0, 3680, 3682, 3, 1414, 707, 0, 3681, 3683, 3, 314, 157, 0, 3682, 3681, 1, 0, 0, 0, 3682, 3683, 1, 0, 0, 0, 3683, 311, 1, 0, 0, 0, 3684, 3685, 5, 138, 0, 0, 3685, 3687, 5, 328, 0, 0, 3686, 3688, 3, 750, 375, 0, 3687, 3686, 1, 0, 0, 0, 3687, 3688, 1, 0, 0, 0, 3688, 3689, 1, 0, 0, 0, 3689, 3690, 3, 1414, 707, 0, 3690, 3691, 3, 318, 159, 0, 3691, 313, 1, 0, 0, 0, 3692, 3693, 3, 318, 159, 0, 3693, 315, 1, 0, 0, 0, 3694, 3695, 5, 2, 0, 0, 3695, 3696, 3, 318, 159, 0, 3696, 3697, 5, 3, 0, 0, 3697, 317, 1, 0, 0, 0, 3698, 3700, 3, 320, 160, 0, 3699, 3698, 1, 0, 0, 0, 3700, 3701, 1, 0, 0, 0, 3701, 3699, 1, 0, 0, 0, 3701, 3702, 1, 0, 0, 0, 3702, 319, 1, 0, 0, 0, 3703, 3704, 5, 36, 0, 0, 3704, 3738, 3, 1174, 587, 0, 3705, 3706, 5, 148, 0, 0, 3706, 3738, 3, 324, 162, 0, 3707, 3738, 5, 173, 0, 0, 3708, 3710, 5, 225, 0, 0, 3709, 3711, 3, 322, 161, 0, 3710, 3709, 1, 0, 0, 0, 3710, 3711, 1, 0, 0, 0, 3711, 3712, 1, 0, 0, 0, 3712, 3738, 3, 324, 162, 0, 3713, 3714, 5, 260, 0, 0, 3714, 3738, 3, 324, 162, 0, 3715, 3716, 5, 262, 0, 0, 3716, 3738, 3, 324, 162, 0, 3717, 3718, 5, 269, 0, 0, 3718, 3738, 7, 30, 0, 0, 3719, 3720, 5, 281, 0, 0, 3720, 3721, 5, 147, 0, 0, 3721, 3738, 3, 1434, 717, 0, 3722, 3723, 5, 328, 0, 0, 3723, 3724, 5, 266, 0, 0, 3724, 3738, 3, 560, 280, 0, 3725, 3727, 5, 340, 0, 0, 3726, 3728, 3, 14, 7, 0, 3727, 3726, 1, 0, 0, 0, 3727, 3728, 1, 0, 0, 0, 3728, 3729, 1, 0, 0, 0, 3729, 3738, 3, 324, 162, 0, 3730, 3732, 5, 314, 0, 0, 3731, 3733, 3, 14, 7, 0, 3732, 3731, 1, 0, 0, 0, 3732, 3733, 1, 0, 0, 0, 3733, 3735, 1, 0, 0, 0, 3734, 3736, 3, 324, 162, 0, 3735, 3734, 1, 0, 0, 0, 3735, 3736, 1, 0, 0, 0, 3736, 3738, 1, 0, 0, 0, 3737, 3703, 1, 0, 0, 0, 3737, 3705, 1, 0, 0, 0, 3737, 3707, 1, 0, 0, 0, 3737, 3708, 1, 0, 0, 0, 3737, 3713, 1, 0, 0, 0, 3737, 3715, 1, 0, 0, 0, 3737, 3717, 1, 0, 0, 0, 3737, 3719, 1, 0, 0, 0, 3737, 3722, 1, 0, 0, 0, 3737, 3725, 1, 0, 0, 0, 3737, 3730, 1, 0, 0, 0, 3738, 321, 1, 0, 0, 0, 3739, 3740, 5, 147, 0, 0, 3740, 323, 1, 0, 0, 0, 3741, 3748, 3, 1456, 728, 0, 3742, 3743, 5, 12, 0, 0, 3743, 3748, 3, 1456, 728, 0, 3744, 3745, 5, 13, 0, 0, 3745, 3748, 3, 1456, 728, 0, 3746, 3748, 3, 1466, 733, 0, 3747, 3741, 1, 0, 0, 0, 3747, 3742, 1, 0, 0, 0, 3747, 3744, 1, 0, 0, 0, 3747, 3746, 1, 0, 0, 0, 3748, 325, 1, 0, 0, 0, 3749, 3754, 3, 324, 162, 0, 3750, 3751, 5, 6, 0, 0, 3751, 3753, 3, 324, 162, 0, 3752, 3750, 1, 0, 0, 0, 3753, 3756, 1, 0, 0, 0, 3754, 3752, 1, 0, 0, 0, 3754, 3755, 1, 0, 0, 0, 3755, 327, 1, 0, 0, 0, 3756, 3754, 1, 0, 0, 0, 3757, 3759, 5, 46, 0, 0, 3758, 3760, 3, 660, 330, 0, 3759, 3758, 1, 0, 0, 0, 3759, 3760, 1, 0, 0, 0, 3760, 3762, 1, 0, 0, 0, 3761, 3763, 3, 330, 165, 0, 3762, 3761, 1, 0, 0, 0, 3762, 3763, 1, 0, 0, 0, 3763, 3765, 1, 0, 0, 0, 3764, 3766, 3, 340, 170, 0, 3765, 3764, 1, 0, 0, 0, 3765, 3766, 1, 0, 0, 0, 3766, 3767, 1, 0, 0, 0, 3767, 3768, 5, 247, 0, 0, 3768, 3777, 3, 1438, 719, 0, 3769, 3770, 5, 215, 0, 0, 3770, 3772, 3, 332, 166, 0, 3771, 3773, 3, 334, 167, 0, 3772, 3771, 1, 0, 0, 0, 3772, 3773, 1, 0, 0, 0, 3773, 3775, 1, 0, 0, 0, 3774, 3776, 3, 338, 169, 0, 3775, 3774, 1, 0, 0, 0, 3775, 3776, 1, 0, 0, 0, 3776, 3778, 1, 0, 0, 0, 3777, 3769, 1, 0, 0, 0, 3777, 3778, 1, 0, 0, 0, 3778, 329, 1, 0, 0, 0, 3779, 3780, 5, 359, 0, 0, 3780, 331, 1, 0, 0, 0, 3781, 3783, 3, 1438, 719, 0, 3782, 3784, 3, 562, 281, 0, 3783, 3782, 1, 0, 0, 0, 3783, 3784, 1, 0, 0, 0, 3784, 333, 1, 0, 0, 0, 3785, 3786, 5, 239, 0, 0, 3786, 3787, 3, 332, 166, 0, 3787, 335, 1, 0, 0, 0, 3788, 3789, 5, 373, 0, 0, 3789, 3793, 3, 332, 166, 0, 3790, 3791, 5, 269, 0, 0, 3791, 3793, 5, 373, 0, 0, 3792, 3788, 1, 0, 0, 0, 3792, 3790, 1, 0, 0, 0, 3793, 337, 1, 0, 0, 0, 3794, 3795, 3, 336, 168, 0, 3795, 339, 1, 0, 0, 0, 3796, 3797, 5, 295, 0, 0, 3797, 341, 1, 0, 0, 0, 3798, 3799, 5, 46, 0, 0, 3799, 3800, 5, 351, 0, 0, 3800, 3802, 3, 1404, 702, 0, 3801, 3803, 3, 344, 172, 0, 3802, 3801, 1, 0, 0, 0, 3802, 3803, 1, 0, 0, 0, 3803, 3804, 1, 0, 0, 0, 3804, 3805, 5, 255, 0, 0, 3805, 3807, 3, 1460, 730, 0, 3806, 3808, 3, 134, 67, 0, 3807, 3806, 1, 0, 0, 0, 3807, 3808, 1, 0, 0, 0, 3808, 343, 1, 0, 0, 0, 3809, 3810, 5, 282, 0, 0, 3810, 3811, 3, 1472, 736, 0, 3811, 345, 1, 0, 0, 0, 3812, 3813, 5, 46, 0, 0, 3813, 3815, 5, 204, 0, 0, 3814, 3816, 3, 518, 259, 0, 3815, 3814, 1, 0, 0, 0, 3815, 3816, 1, 0, 0, 0, 3816, 3817, 1, 0, 0, 0, 3817, 3819, 3, 1438, 719, 0, 3818, 3820, 3, 14, 7, 0, 3819, 3818, 1, 0, 0, 0, 3819, 3820, 1, 0, 0, 0, 3820, 3821, 1, 0, 0, 0, 3821, 3822, 3, 348, 174, 0, 3822, 347, 1, 0, 0, 0, 3823, 3825, 3, 350, 175, 0, 3824, 3823, 1, 0, 0, 0, 3825, 3828, 1, 0, 0, 0, 3826, 3824, 1, 0, 0, 0, 3826, 3827, 1, 0, 0, 0, 3827, 349, 1, 0, 0, 0, 3828, 3826, 1, 0, 0, 0, 3829, 3830, 5, 323, 0, 0, 3830, 3837, 3, 1424, 712, 0, 3831, 3832, 5, 375, 0, 0, 3832, 3837, 3, 80, 40, 0, 3833, 3834, 5, 64, 0, 0, 3834, 3837, 3, 80, 40, 0, 3835, 3837, 5, 150, 0, 0, 3836, 3829, 1, 0, 0, 0, 3836, 3831, 1, 0, 0, 0, 3836, 3833, 1, 0, 0, 0, 3836, 3835, 1, 0, 0, 0, 3837, 351, 1, 0, 0, 0, 3838, 3839, 5, 138, 0, 0, 3839, 3840, 5, 204, 0, 0, 3840, 3841, 3, 1438, 719, 0, 3841, 3842, 5, 369, 0, 0, 3842, 3843, 3, 354, 177, 0, 3843, 353, 1, 0, 0, 0, 3844, 3846, 3, 356, 178, 0, 3845, 3844, 1, 0, 0, 0, 3846, 3849, 1, 0, 0, 0, 3847, 3845, 1, 0, 0, 0, 3847, 3848, 1, 0, 0, 0, 3848, 355, 1, 0, 0, 0, 3849, 3847, 1, 0, 0, 0, 3850, 3851, 5, 94, 0, 0, 3851, 3852, 3, 80, 40, 0, 3852, 357, 1, 0, 0, 0, 3853, 3854, 5, 138, 0, 0, 3854, 3855, 5, 204, 0, 0, 3855, 3856, 3, 1438, 719, 0, 3856, 3857, 3, 44, 22, 0, 3857, 3858, 3, 550, 275, 0, 3858, 3956, 1, 0, 0, 0, 3859, 3860, 5, 138, 0, 0, 3860, 3861, 5, 204, 0, 0, 3861, 3862, 3, 1438, 719, 0, 3862, 3863, 3, 44, 22, 0, 3863, 3864, 3, 548, 274, 0, 3864, 3956, 1, 0, 0, 0, 3865, 3866, 5, 138, 0, 0, 3866, 3867, 5, 204, 0, 0, 3867, 3868, 3, 1438, 719, 0, 3868, 3869, 3, 44, 22, 0, 3869, 3870, 5, 136, 0, 0, 3870, 3871, 3, 700, 350, 0, 3871, 3956, 1, 0, 0, 0, 3872, 3873, 5, 138, 0, 0, 3873, 3874, 5, 204, 0, 0, 3874, 3875, 3, 1438, 719, 0, 3875, 3876, 3, 44, 22, 0, 3876, 3877, 5, 41, 0, 0, 3877, 3878, 5, 2, 0, 0, 3878, 3879, 3, 1170, 585, 0, 3879, 3880, 5, 36, 0, 0, 3880, 3881, 3, 1170, 585, 0, 3881, 3882, 5, 3, 0, 0, 3882, 3956, 1, 0, 0, 0, 3883, 3884, 5, 138, 0, 0, 3884, 3885, 5, 204, 0, 0, 3885, 3886, 3, 1438, 719, 0, 3886, 3887, 3, 44, 22, 0, 3887, 3888, 5, 189, 0, 0, 3888, 3889, 3, 1170, 585, 0, 3889, 3956, 1, 0, 0, 0, 3890, 3891, 5, 138, 0, 0, 3891, 3892, 5, 204, 0, 0, 3892, 3893, 3, 1438, 719, 0, 3893, 3894, 3, 44, 22, 0, 3894, 3895, 5, 211, 0, 0, 3895, 3896, 3, 676, 338, 0, 3896, 3956, 1, 0, 0, 0, 3897, 3898, 5, 138, 0, 0, 3898, 3899, 5, 204, 0, 0, 3899, 3900, 3, 1438, 719, 0, 3900, 3901, 3, 44, 22, 0, 3901, 3902, 5, 278, 0, 0, 3902, 3903, 3, 738, 369, 0, 3903, 3956, 1, 0, 0, 0, 3904, 3905, 5, 138, 0, 0, 3905, 3906, 5, 204, 0, 0, 3906, 3907, 3, 1438, 719, 0, 3907, 3908, 3, 44, 22, 0, 3908, 3909, 5, 278, 0, 0, 3909, 3910, 5, 156, 0, 0, 3910, 3911, 3, 560, 280, 0, 3911, 3912, 5, 100, 0, 0, 3912, 3913, 3, 1438, 719, 0, 3913, 3956, 1, 0, 0, 0, 3914, 3915, 5, 138, 0, 0, 3915, 3916, 5, 204, 0, 0, 3916, 3917, 3, 1438, 719, 0, 3917, 3918, 3, 44, 22, 0, 3918, 3919, 5, 278, 0, 0, 3919, 3920, 5, 206, 0, 0, 3920, 3921, 3, 560, 280, 0, 3921, 3922, 5, 100, 0, 0, 3922, 3923, 3, 1438, 719, 0, 3923, 3956, 1, 0, 0, 0, 3924, 3925, 5, 138, 0, 0, 3925, 3926, 5, 204, 0, 0, 3926, 3927, 3, 1438, 719, 0, 3927, 3928, 3, 44, 22, 0, 3928, 3929, 5, 296, 0, 0, 3929, 3930, 3, 672, 336, 0, 3930, 3956, 1, 0, 0, 0, 3931, 3932, 5, 138, 0, 0, 3932, 3933, 5, 204, 0, 0, 3933, 3934, 3, 1438, 719, 0, 3934, 3935, 3, 44, 22, 0, 3935, 3936, 5, 442, 0, 0, 3936, 3937, 3, 668, 334, 0, 3937, 3956, 1, 0, 0, 0, 3938, 3939, 5, 138, 0, 0, 3939, 3940, 5, 204, 0, 0, 3940, 3941, 3, 1438, 719, 0, 3941, 3942, 3, 44, 22, 0, 3942, 3943, 5, 443, 0, 0, 3943, 3944, 5, 62, 0, 0, 3944, 3945, 3, 1170, 585, 0, 3945, 3946, 5, 247, 0, 0, 3946, 3947, 3, 1438, 719, 0, 3947, 3956, 1, 0, 0, 0, 3948, 3949, 5, 138, 0, 0, 3949, 3950, 5, 204, 0, 0, 3950, 3951, 3, 1438, 719, 0, 3951, 3952, 3, 44, 22, 0, 3952, 3953, 5, 360, 0, 0, 3953, 3954, 3, 1170, 585, 0, 3954, 3956, 1, 0, 0, 0, 3955, 3853, 1, 0, 0, 0, 3955, 3859, 1, 0, 0, 0, 3955, 3865, 1, 0, 0, 0, 3955, 3872, 1, 0, 0, 0, 3955, 3883, 1, 0, 0, 0, 3955, 3890, 1, 0, 0, 0, 3955, 3897, 1, 0, 0, 0, 3955, 3904, 1, 0, 0, 0, 3955, 3914, 1, 0, 0, 0, 3955, 3924, 1, 0, 0, 0, 3955, 3931, 1, 0, 0, 0, 3955, 3938, 1, 0, 0, 0, 3955, 3948, 1, 0, 0, 0, 3956, 359, 1, 0, 0, 0, 3957, 3958, 5, 46, 0, 0, 3958, 3959, 5, 63, 0, 0, 3959, 3960, 5, 174, 0, 0, 3960, 3961, 5, 381, 0, 0, 3961, 3963, 3, 1438, 719, 0, 3962, 3964, 3, 366, 183, 0, 3963, 3962, 1, 0, 0, 0, 3963, 3964, 1, 0, 0, 0, 3964, 3966, 1, 0, 0, 0, 3965, 3967, 3, 370, 185, 0, 3966, 3965, 1, 0, 0, 0, 3966, 3967, 1, 0, 0, 0, 3967, 361, 1, 0, 0, 0, 3968, 3969, 5, 215, 0, 0, 3969, 3977, 3, 332, 166, 0, 3970, 3971, 5, 269, 0, 0, 3971, 3977, 5, 215, 0, 0, 3972, 3973, 5, 373, 0, 0, 3973, 3977, 3, 332, 166, 0, 3974, 3975, 5, 269, 0, 0, 3975, 3977, 5, 373, 0, 0, 3976, 3968, 1, 0, 0, 0, 3976, 3970, 1, 0, 0, 0, 3976, 3972, 1, 0, 0, 0, 3976, 3974, 1, 0, 0, 0, 3977, 363, 1, 0, 0, 0, 3978, 3980, 3, 362, 181, 0, 3979, 3978, 1, 0, 0, 0, 3980, 3981, 1, 0, 0, 0, 3981, 3979, 1, 0, 0, 0, 3981, 3982, 1, 0, 0, 0, 3982, 365, 1, 0, 0, 0, 3983, 3984, 3, 364, 182, 0, 3984, 367, 1, 0, 0, 0, 3985, 3986, 5, 138, 0, 0, 3986, 3987, 5, 63, 0, 0, 3987, 3988, 5, 174, 0, 0, 3988, 3989, 5, 381, 0, 0, 3989, 3991, 3, 1438, 719, 0, 3990, 3992, 3, 366, 183, 0, 3991, 3990, 1, 0, 0, 0, 3991, 3992, 1, 0, 0, 0, 3992, 3993, 1, 0, 0, 0, 3993, 3994, 3, 374, 187, 0, 3994, 4003, 1, 0, 0, 0, 3995, 3996, 5, 138, 0, 0, 3996, 3997, 5, 63, 0, 0, 3997, 3998, 5, 174, 0, 0, 3998, 3999, 5, 381, 0, 0, 3999, 4000, 3, 1438, 719, 0, 4000, 4001, 3, 364, 182, 0, 4001, 4003, 1, 0, 0, 0, 4002, 3985, 1, 0, 0, 0, 4002, 3995, 1, 0, 0, 0, 4003, 369, 1, 0, 0, 0, 4004, 4005, 5, 280, 0, 0, 4005, 4006, 5, 2, 0, 0, 4006, 4007, 3, 372, 186, 0, 4007, 4008, 5, 3, 0, 0, 4008, 371, 1, 0, 0, 0, 4009, 4014, 3, 380, 190, 0, 4010, 4011, 5, 6, 0, 0, 4011, 4013, 3, 380, 190, 0, 4012, 4010, 1, 0, 0, 0, 4013, 4016, 1, 0, 0, 0, 4014, 4012, 1, 0, 0, 0, 4014, 4015, 1, 0, 0, 0, 4015, 373, 1, 0, 0, 0, 4016, 4014, 1, 0, 0, 0, 4017, 4018, 5, 280, 0, 0, 4018, 4019, 5, 2, 0, 0, 4019, 4020, 3, 376, 188, 0, 4020, 4021, 5, 3, 0, 0, 4021, 375, 1, 0, 0, 0, 4022, 4027, 3, 378, 189, 0, 4023, 4024, 5, 6, 0, 0, 4024, 4026, 3, 378, 189, 0, 4025, 4023, 1, 0, 0, 0, 4026, 4029, 1, 0, 0, 0, 4027, 4025, 1, 0, 0, 0, 4027, 4028, 1, 0, 0, 0, 4028, 377, 1, 0, 0, 0, 4029, 4027, 1, 0, 0, 0, 4030, 4038, 3, 380, 190, 0, 4031, 4032, 5, 333, 0, 0, 4032, 4038, 3, 380, 190, 0, 4033, 4034, 5, 133, 0, 0, 4034, 4038, 3, 380, 190, 0, 4035, 4036, 5, 191, 0, 0, 4036, 4038, 3, 380, 190, 0, 4037, 4030, 1, 0, 0, 0, 4037, 4031, 1, 0, 0, 0, 4037, 4033, 1, 0, 0, 0, 4037, 4035, 1, 0, 0, 0, 4038, 379, 1, 0, 0, 0, 4039, 4040, 3, 382, 191, 0, 4040, 4041, 3, 384, 192, 0, 4041, 381, 1, 0, 0, 0, 4042, 4043, 3, 1492, 746, 0, 4043, 383, 1, 0, 0, 0, 4044, 4045, 3, 1460, 730, 0, 4045, 385, 1, 0, 0, 0, 4046, 4047, 5, 46, 0, 0, 4047, 4049, 5, 331, 0, 0, 4048, 4050, 3, 518, 259, 0, 4049, 4048, 1, 0, 0, 0, 4049, 4050, 1, 0, 0, 0, 4050, 4051, 1, 0, 0, 0, 4051, 4053, 3, 1438, 719, 0, 4052, 4054, 3, 388, 194, 0, 4053, 4052, 1, 0, 0, 0, 4053, 4054, 1, 0, 0, 0, 4054, 4056, 1, 0, 0, 0, 4055, 4057, 3, 392, 196, 0, 4056, 4055, 1, 0, 0, 0, 4056, 4057, 1, 0, 0, 0, 4057, 4058, 1, 0, 0, 0, 4058, 4059, 5, 63, 0, 0, 4059, 4060, 5, 174, 0, 0, 4060, 4061, 5, 381, 0, 0, 4061, 4063, 3, 1438, 719, 0, 4062, 4064, 3, 370, 185, 0, 4063, 4062, 1, 0, 0, 0, 4063, 4064, 1, 0, 0, 0, 4064, 387, 1, 0, 0, 0, 4065, 4066, 5, 360, 0, 0, 4066, 4067, 3, 1460, 730, 0, 4067, 389, 1, 0, 0, 0, 4068, 4071, 5, 375, 0, 0, 4069, 4072, 3, 1460, 730, 0, 4070, 4072, 5, 78, 0, 0, 4071, 4069, 1, 0, 0, 0, 4071, 4070, 1, 0, 0, 0, 4072, 391, 1, 0, 0, 0, 4073, 4074, 3, 390, 195, 0, 4074, 393, 1, 0, 0, 0, 4075, 4076, 5, 138, 0, 0, 4076, 4077, 5, 331, 0, 0, 4077, 4083, 3, 1438, 719, 0, 4078, 4084, 3, 374, 187, 0, 4079, 4081, 3, 390, 195, 0, 4080, 4082, 3, 374, 187, 0, 4081, 4080, 1, 0, 0, 0, 4081, 4082, 1, 0, 0, 0, 4082, 4084, 1, 0, 0, 0, 4083, 4078, 1, 0, 0, 0, 4083, 4079, 1, 0, 0, 0, 4084, 395, 1, 0, 0, 0, 4085, 4086, 5, 46, 0, 0, 4086, 4087, 5, 63, 0, 0, 4087, 4089, 5, 92, 0, 0, 4088, 4090, 3, 518, 259, 0, 4089, 4088, 1, 0, 0, 0, 4089, 4090, 1, 0, 0, 0, 4090, 4091, 1, 0, 0, 0, 4091, 4092, 3, 1406, 703, 0, 4092, 4094, 5, 2, 0, 0, 4093, 4095, 3, 196, 98, 0, 4094, 4093, 1, 0, 0, 0, 4094, 4095, 1, 0, 0, 0, 4095, 4096, 1, 0, 0, 0, 4096, 4098, 5, 3, 0, 0, 4097, 4099, 3, 268, 134, 0, 4098, 4097, 1, 0, 0, 0, 4098, 4099, 1, 0, 0, 0, 4099, 4100, 1, 0, 0, 0, 4100, 4101, 5, 331, 0, 0, 4101, 4103, 3, 1438, 719, 0, 4102, 4104, 3, 370, 185, 0, 4103, 4102, 1, 0, 0, 0, 4103, 4104, 1, 0, 0, 0, 4104, 4125, 1, 0, 0, 0, 4105, 4106, 5, 46, 0, 0, 4106, 4107, 5, 63, 0, 0, 4107, 4109, 5, 92, 0, 0, 4108, 4110, 3, 518, 259, 0, 4109, 4108, 1, 0, 0, 0, 4109, 4110, 1, 0, 0, 0, 4110, 4111, 1, 0, 0, 0, 4111, 4112, 3, 1406, 703, 0, 4112, 4113, 5, 285, 0, 0, 4113, 4114, 5, 275, 0, 0, 4114, 4116, 3, 1408, 704, 0, 4115, 4117, 3, 198, 99, 0, 4116, 4115, 1, 0, 0, 0, 4116, 4117, 1, 0, 0, 0, 4117, 4118, 1, 0, 0, 0, 4118, 4119, 3, 144, 72, 0, 4119, 4120, 5, 331, 0, 0, 4120, 4122, 3, 1438, 719, 0, 4121, 4123, 3, 370, 185, 0, 4122, 4121, 1, 0, 0, 0, 4122, 4123, 1, 0, 0, 0, 4123, 4125, 1, 0, 0, 0, 4124, 4085, 1, 0, 0, 0, 4124, 4105, 1, 0, 0, 0, 4125, 397, 1, 0, 0, 0, 4126, 4127, 5, 444, 0, 0, 4127, 4128, 5, 63, 0, 0, 4128, 4129, 5, 323, 0, 0, 4129, 4131, 3, 1424, 712, 0, 4130, 4132, 3, 402, 201, 0, 4131, 4130, 1, 0, 0, 0, 4131, 4132, 1, 0, 0, 0, 4132, 4133, 1, 0, 0, 0, 4133, 4134, 5, 64, 0, 0, 4134, 4135, 5, 331, 0, 0, 4135, 4136, 3, 1438, 719, 0, 4136, 4137, 5, 71, 0, 0, 4137, 4139, 3, 1438, 719, 0, 4138, 4140, 3, 370, 185, 0, 4139, 4138, 1, 0, 0, 0, 4139, 4140, 1, 0, 0, 0, 4140, 399, 1, 0, 0, 0, 4141, 4142, 5, 74, 0, 0, 4142, 4145, 5, 94, 0, 0, 4143, 4145, 5, 59, 0, 0, 4144, 4141, 1, 0, 0, 0, 4144, 4143, 1, 0, 0, 0, 4145, 401, 1, 0, 0, 0, 4146, 4147, 3, 400, 200, 0, 4147, 4148, 5, 2, 0, 0, 4148, 4149, 3, 1126, 563, 0, 4149, 4150, 5, 3, 0, 0, 4150, 403, 1, 0, 0, 0, 4151, 4152, 5, 46, 0, 0, 4152, 4153, 5, 99, 0, 0, 4153, 4155, 5, 257, 0, 0, 4154, 4156, 3, 518, 259, 0, 4155, 4154, 1, 0, 0, 0, 4155, 4156, 1, 0, 0, 0, 4156, 4157, 1, 0, 0, 0, 4157, 4158, 5, 62, 0, 0, 4158, 4159, 3, 406, 203, 0, 4159, 4160, 5, 331, 0, 0, 4160, 4162, 3, 1438, 719, 0, 4161, 4163, 3, 370, 185, 0, 4162, 4161, 1, 0, 0, 0, 4162, 4163, 1, 0, 0, 0, 4163, 405, 1, 0, 0, 0, 4164, 4167, 3, 1472, 736, 0, 4165, 4167, 5, 99, 0, 0, 4166, 4164, 1, 0, 0, 0, 4166, 4165, 1, 0, 0, 0, 4167, 407, 1, 0, 0, 0, 4168, 4169, 5, 138, 0, 0, 4169, 4170, 5, 99, 0, 0, 4170, 4171, 5, 257, 0, 0, 4171, 4172, 5, 62, 0, 0, 4172, 4173, 3, 406, 203, 0, 4173, 4174, 5, 331, 0, 0, 4174, 4175, 3, 1438, 719, 0, 4175, 4176, 3, 374, 187, 0, 4176, 409, 1, 0, 0, 0, 4177, 4178, 5, 46, 0, 0, 4178, 4179, 5, 445, 0, 0, 4179, 4180, 3, 1438, 719, 0, 4180, 4181, 5, 80, 0, 0, 4181, 4183, 3, 1414, 707, 0, 4182, 4184, 3, 428, 214, 0, 4183, 4182, 1, 0, 0, 0, 4183, 4184, 1, 0, 0, 0, 4184, 4186, 1, 0, 0, 0, 4185, 4187, 3, 430, 215, 0, 4186, 4185, 1, 0, 0, 0, 4186, 4187, 1, 0, 0, 0, 4187, 4189, 1, 0, 0, 0, 4188, 4190, 3, 424, 212, 0, 4189, 4188, 1, 0, 0, 0, 4189, 4190, 1, 0, 0, 0, 4190, 4192, 1, 0, 0, 0, 4191, 4193, 3, 420, 210, 0, 4192, 4191, 1, 0, 0, 0, 4192, 4193, 1, 0, 0, 0, 4193, 4195, 1, 0, 0, 0, 4194, 4196, 3, 422, 211, 0, 4195, 4194, 1, 0, 0, 0, 4195, 4196, 1, 0, 0, 0, 4196, 411, 1, 0, 0, 0, 4197, 4198, 5, 138, 0, 0, 4198, 4199, 5, 445, 0, 0, 4199, 4200, 3, 1438, 719, 0, 4200, 4201, 5, 80, 0, 0, 4201, 4203, 3, 1414, 707, 0, 4202, 4204, 3, 426, 213, 0, 4203, 4202, 1, 0, 0, 0, 4203, 4204, 1, 0, 0, 0, 4204, 4206, 1, 0, 0, 0, 4205, 4207, 3, 420, 210, 0, 4206, 4205, 1, 0, 0, 0, 4206, 4207, 1, 0, 0, 0, 4207, 4209, 1, 0, 0, 0, 4208, 4210, 3, 422, 211, 0, 4209, 4208, 1, 0, 0, 0, 4209, 4210, 1, 0, 0, 0, 4210, 413, 1, 0, 0, 0, 4211, 4212, 5, 138, 0, 0, 4212, 4213, 5, 296, 0, 0, 4213, 4215, 3, 1430, 715, 0, 4214, 4216, 3, 662, 331, 0, 4215, 4214, 1, 0, 0, 0, 4215, 4216, 1, 0, 0, 0, 4216, 4217, 1, 0, 0, 0, 4217, 4218, 3, 416, 208, 0, 4218, 415, 1, 0, 0, 0, 4219, 4223, 3, 418, 209, 0, 4220, 4222, 3, 418, 209, 0, 4221, 4220, 1, 0, 0, 0, 4222, 4225, 1, 0, 0, 0, 4223, 4221, 1, 0, 0, 0, 4223, 4224, 1, 0, 0, 0, 4224, 4227, 1, 0, 0, 0, 4225, 4223, 1, 0, 0, 0, 4226, 4228, 5, 315, 0, 0, 4227, 4226, 1, 0, 0, 0, 4227, 4228, 1, 0, 0, 0, 4228, 4246, 1, 0, 0, 0, 4229, 4230, 5, 309, 0, 0, 4230, 4231, 5, 94, 0, 0, 4231, 4246, 3, 1432, 716, 0, 4232, 4233, 5, 282, 0, 0, 4233, 4234, 5, 94, 0, 0, 4234, 4246, 3, 1472, 736, 0, 4235, 4236, 5, 333, 0, 0, 4236, 4237, 5, 323, 0, 0, 4237, 4246, 3, 48, 24, 0, 4238, 4240, 5, 269, 0, 0, 4239, 4238, 1, 0, 0, 0, 4239, 4240, 1, 0, 0, 0, 4240, 4241, 1, 0, 0, 0, 4241, 4242, 5, 462, 0, 0, 4242, 4243, 5, 80, 0, 0, 4243, 4244, 5, 204, 0, 0, 4244, 4246, 3, 1438, 719, 0, 4245, 4219, 1, 0, 0, 0, 4245, 4229, 1, 0, 0, 0, 4245, 4232, 1, 0, 0, 0, 4245, 4235, 1, 0, 0, 0, 4245, 4239, 1, 0, 0, 0, 4246, 417, 1, 0, 0, 0, 4247, 4249, 5, 205, 0, 0, 4248, 4247, 1, 0, 0, 0, 4248, 4249, 1, 0, 0, 0, 4249, 4250, 1, 0, 0, 0, 4250, 4251, 5, 327, 0, 0, 4251, 4258, 5, 243, 0, 0, 4252, 4254, 5, 205, 0, 0, 4253, 4252, 1, 0, 0, 0, 4253, 4254, 1, 0, 0, 0, 4254, 4255, 1, 0, 0, 0, 4255, 4256, 5, 327, 0, 0, 4256, 4258, 5, 181, 0, 0, 4257, 4248, 1, 0, 0, 0, 4257, 4253, 1, 0, 0, 0, 4258, 4276, 1, 0, 0, 0, 4259, 4260, 5, 333, 0, 0, 4260, 4261, 3, 1438, 719, 0, 4261, 4264, 7, 31, 0, 0, 4262, 4265, 3, 1438, 719, 0, 4263, 4265, 5, 53, 0, 0, 4264, 4262, 1, 0, 0, 0, 4264, 4263, 1, 0, 0, 0, 4265, 4276, 1, 0, 0, 0, 4266, 4267, 5, 333, 0, 0, 4267, 4268, 3, 1438, 719, 0, 4268, 4269, 5, 64, 0, 0, 4269, 4270, 5, 434, 0, 0, 4270, 4276, 1, 0, 0, 0, 4271, 4272, 5, 313, 0, 0, 4272, 4276, 3, 1438, 719, 0, 4273, 4274, 5, 313, 0, 0, 4274, 4276, 5, 30, 0, 0, 4275, 4257, 1, 0, 0, 0, 4275, 4259, 1, 0, 0, 0, 4275, 4266, 1, 0, 0, 0, 4275, 4271, 1, 0, 0, 0, 4275, 4273, 1, 0, 0, 0, 4276, 419, 1, 0, 0, 0, 4277, 4278, 5, 100, 0, 0, 4278, 4279, 5, 2, 0, 0, 4279, 4280, 3, 1214, 607, 0, 4280, 4281, 5, 3, 0, 0, 4281, 421, 1, 0, 0, 0, 4282, 4283, 5, 105, 0, 0, 4283, 4284, 5, 42, 0, 0, 4284, 4285, 5, 2, 0, 0, 4285, 4286, 3, 1214, 607, 0, 4286, 4287, 5, 3, 0, 0, 4287, 423, 1, 0, 0, 0, 4288, 4289, 5, 94, 0, 0, 4289, 4290, 3, 1474, 737, 0, 4290, 425, 1, 0, 0, 0, 4291, 4292, 5, 94, 0, 0, 4292, 4293, 3, 1474, 737, 0, 4293, 427, 1, 0, 0, 0, 4294, 4298, 5, 36, 0, 0, 4295, 4299, 5, 541, 0, 0, 4296, 4299, 5, 542, 0, 0, 4297, 4299, 3, 1494, 747, 0, 4298, 4295, 1, 0, 0, 0, 4298, 4296, 1, 0, 0, 0, 4298, 4297, 1, 0, 0, 0, 4299, 429, 1, 0, 0, 0, 4300, 4301, 5, 62, 0, 0, 4301, 4302, 3, 432, 216, 0, 4302, 431, 1, 0, 0, 0, 4303, 4304, 7, 32, 0, 0, 4304, 433, 1, 0, 0, 0, 4305, 4306, 5, 46, 0, 0, 4306, 4307, 5, 131, 0, 0, 4307, 4308, 5, 446, 0, 0, 4308, 4309, 3, 1438, 719, 0, 4309, 4310, 5, 360, 0, 0, 4310, 4311, 3, 436, 218, 0, 4311, 4312, 5, 215, 0, 0, 4312, 4313, 3, 332, 166, 0, 4313, 435, 1, 0, 0, 0, 4314, 4315, 7, 33, 0, 0, 4315, 437, 1, 0, 0, 0, 4316, 4318, 5, 46, 0, 0, 4317, 4319, 3, 660, 330, 0, 4318, 4317, 1, 0, 0, 0, 4318, 4319, 1, 0, 0, 0, 4319, 4320, 1, 0, 0, 0, 4320, 4321, 5, 357, 0, 0, 4321, 4322, 3, 1438, 719, 0, 4322, 4323, 3, 440, 220, 0, 4323, 4324, 3, 446, 223, 0, 4324, 4325, 5, 80, 0, 0, 4325, 4327, 3, 1408, 704, 0, 4326, 4328, 3, 450, 225, 0, 4327, 4326, 1, 0, 0, 0, 4327, 4328, 1, 0, 0, 0, 4328, 4330, 1, 0, 0, 0, 4329, 4331, 3, 462, 231, 0, 4330, 4329, 1, 0, 0, 0, 4330, 4331, 1, 0, 0, 0, 4331, 4333, 1, 0, 0, 0, 4332, 4334, 3, 468, 234, 0, 4333, 4332, 1, 0, 0, 0, 4333, 4334, 1, 0, 0, 0, 4334, 4335, 1, 0, 0, 0, 4335, 4336, 5, 202, 0, 0, 4336, 4337, 3, 470, 235, 0, 4337, 4338, 5, 2, 0, 0, 4338, 4339, 3, 472, 236, 0, 4339, 4340, 5, 3, 0, 0, 4340, 4371, 1, 0, 0, 0, 4341, 4343, 5, 46, 0, 0, 4342, 4344, 3, 660, 330, 0, 4343, 4342, 1, 0, 0, 0, 4343, 4344, 1, 0, 0, 0, 4344, 4346, 1, 0, 0, 0, 4345, 4347, 5, 45, 0, 0, 4346, 4345, 1, 0, 0, 0, 4346, 4347, 1, 0, 0, 0, 4347, 4348, 1, 0, 0, 0, 4348, 4349, 5, 357, 0, 0, 4349, 4350, 3, 1438, 719, 0, 4350, 4351, 3, 440, 220, 0, 4351, 4352, 3, 446, 223, 0, 4352, 4353, 5, 80, 0, 0, 4353, 4355, 3, 1408, 704, 0, 4354, 4356, 3, 476, 238, 0, 4355, 4354, 1, 0, 0, 0, 4355, 4356, 1, 0, 0, 0, 4356, 4357, 1, 0, 0, 0, 4357, 4359, 3, 478, 239, 0, 4358, 4360, 3, 442, 221, 0, 4359, 4358, 1, 0, 0, 0, 4359, 4360, 1, 0, 0, 0, 4360, 4362, 1, 0, 0, 0, 4361, 4363, 3, 468, 234, 0, 4362, 4361, 1, 0, 0, 0, 4362, 4363, 1, 0, 0, 0, 4363, 4364, 1, 0, 0, 0, 4364, 4365, 5, 202, 0, 0, 4365, 4366, 3, 470, 235, 0, 4366, 4367, 5, 2, 0, 0, 4367, 4368, 3, 472, 236, 0, 4368, 4369, 5, 3, 0, 0, 4369, 4371, 1, 0, 0, 0, 4370, 4316, 1, 0, 0, 0, 4370, 4341, 1, 0, 0, 0, 4371, 439, 1, 0, 0, 0, 4372, 4377, 5, 145, 0, 0, 4373, 4377, 5, 135, 0, 0, 4374, 4375, 5, 242, 0, 0, 4375, 4377, 5, 275, 0, 0, 4376, 4372, 1, 0, 0, 0, 4376, 4373, 1, 0, 0, 0, 4376, 4374, 1, 0, 0, 0, 4377, 441, 1, 0, 0, 0, 4378, 4380, 5, 62, 0, 0, 4379, 4381, 5, 192, 0, 0, 4380, 4379, 1, 0, 0, 0, 4380, 4381, 1, 0, 0, 0, 4381, 4382, 1, 0, 0, 0, 4382, 4383, 3, 444, 222, 0, 4383, 443, 1, 0, 0, 0, 4384, 4385, 7, 34, 0, 0, 4385, 445, 1, 0, 0, 0, 4386, 4391, 3, 448, 224, 0, 4387, 4388, 5, 82, 0, 0, 4388, 4390, 3, 448, 224, 0, 4389, 4387, 1, 0, 0, 0, 4390, 4393, 1, 0, 0, 0, 4391, 4389, 1, 0, 0, 0, 4391, 4392, 1, 0, 0, 0, 4392, 447, 1, 0, 0, 0, 4393, 4391, 1, 0, 0, 0, 4394, 4402, 5, 241, 0, 0, 4395, 4402, 5, 182, 0, 0, 4396, 4402, 5, 369, 0, 0, 4397, 4398, 5, 369, 0, 0, 4398, 4399, 5, 275, 0, 0, 4399, 4402, 3, 246, 123, 0, 4400, 4402, 5, 358, 0, 0, 4401, 4394, 1, 0, 0, 0, 4401, 4395, 1, 0, 0, 0, 4401, 4396, 1, 0, 0, 0, 4401, 4397, 1, 0, 0, 0, 4401, 4400, 1, 0, 0, 0, 4402, 449, 1, 0, 0, 0, 4403, 4404, 5, 447, 0, 0, 4404, 4405, 3, 452, 226, 0, 4405, 451, 1, 0, 0, 0, 4406, 4408, 3, 454, 227, 0, 4407, 4406, 1, 0, 0, 0, 4408, 4409, 1, 0, 0, 0, 4409, 4407, 1, 0, 0, 0, 4409, 4410, 1, 0, 0, 0, 4410, 453, 1, 0, 0, 0, 4411, 4412, 3, 456, 228, 0, 4412, 4414, 3, 458, 229, 0, 4413, 4415, 3, 874, 437, 0, 4414, 4413, 1, 0, 0, 0, 4414, 4415, 1, 0, 0, 0, 4415, 4416, 1, 0, 0, 0, 4416, 4417, 3, 460, 230, 0, 4417, 455, 1, 0, 0, 0, 4418, 4419, 7, 35, 0, 0, 4419, 457, 1, 0, 0, 0, 4420, 4421, 7, 36, 0, 0, 4421, 459, 1, 0, 0, 0, 4422, 4423, 3, 1476, 738, 0, 4423, 461, 1, 0, 0, 0, 4424, 4426, 5, 62, 0, 0, 4425, 4427, 3, 464, 232, 0, 4426, 4425, 1, 0, 0, 0, 4426, 4427, 1, 0, 0, 0, 4427, 4428, 1, 0, 0, 0, 4428, 4429, 3, 466, 233, 0, 4429, 463, 1, 0, 0, 0, 4430, 4431, 5, 192, 0, 0, 4431, 465, 1, 0, 0, 0, 4432, 4433, 7, 34, 0, 0, 4433, 467, 1, 0, 0, 0, 4434, 4435, 5, 102, 0, 0, 4435, 4436, 5, 2, 0, 0, 4436, 4437, 3, 1214, 607, 0, 4437, 4438, 5, 3, 0, 0, 4438, 469, 1, 0, 0, 0, 4439, 4440, 5, 211, 0, 0, 4440, 4444, 3, 1446, 723, 0, 4441, 4442, 5, 296, 0, 0, 4442, 4444, 3, 1430, 715, 0, 4443, 4439, 1, 0, 0, 0, 4443, 4441, 1, 0, 0, 0, 4444, 471, 1, 0, 0, 0, 4445, 4448, 3, 474, 237, 0, 4446, 4448, 1, 0, 0, 0, 4447, 4445, 1, 0, 0, 0, 4447, 4446, 1, 0, 0, 0, 4448, 4453, 1, 0, 0, 0, 4449, 4450, 5, 6, 0, 0, 4450, 4452, 3, 474, 237, 0, 4451, 4449, 1, 0, 0, 0, 4452, 4455, 1, 0, 0, 0, 4453, 4451, 1, 0, 0, 0, 4453, 4454, 1, 0, 0, 0, 4454, 473, 1, 0, 0, 0, 4455, 4453, 1, 0, 0, 0, 4456, 4461, 3, 1458, 729, 0, 4457, 4461, 3, 1456, 728, 0, 4458, 4461, 3, 1460, 730, 0, 4459, 4461, 3, 1492, 746, 0, 4460, 4456, 1, 0, 0, 0, 4460, 4457, 1, 0, 0, 0, 4460, 4458, 1, 0, 0, 0, 4460, 4459, 1, 0, 0, 0, 4461, 475, 1, 0, 0, 0, 4462, 4463, 5, 64, 0, 0, 4463, 4464, 3, 1414, 707, 0, 4464, 477, 1, 0, 0, 0, 4465, 4467, 3, 480, 240, 0, 4466, 4465, 1, 0, 0, 0, 4467, 4470, 1, 0, 0, 0, 4468, 4466, 1, 0, 0, 0, 4468, 4469, 1, 0, 0, 0, 4469, 479, 1, 0, 0, 0, 4470, 4468, 1, 0, 0, 0, 4471, 4472, 5, 77, 0, 0, 4472, 4483, 5, 54, 0, 0, 4473, 4483, 5, 54, 0, 0, 4474, 4475, 5, 69, 0, 0, 4475, 4483, 5, 221, 0, 0, 4476, 4477, 5, 69, 0, 0, 4477, 4483, 5, 180, 0, 0, 4478, 4479, 5, 77, 0, 0, 4479, 4483, 5, 371, 0, 0, 4480, 4481, 5, 269, 0, 0, 4481, 4483, 5, 228, 0, 0, 4482, 4471, 1, 0, 0, 0, 4482, 4473, 1, 0, 0, 0, 4482, 4474, 1, 0, 0, 0, 4482, 4476, 1, 0, 0, 0, 4482, 4478, 1, 0, 0, 0, 4482, 4480, 1, 0, 0, 0, 4483, 481, 1, 0, 0, 0, 4484, 4485, 5, 46, 0, 0, 4485, 4486, 5, 198, 0, 0, 4486, 4487, 5, 357, 0, 0, 4487, 4488, 3, 1438, 719, 0, 4488, 4489, 5, 80, 0, 0, 4489, 4490, 3, 1492, 746, 0, 4490, 4491, 5, 202, 0, 0, 4491, 4492, 3, 470, 235, 0, 4492, 4493, 5, 2, 0, 0, 4493, 4494, 5, 3, 0, 0, 4494, 4509, 1, 0, 0, 0, 4495, 4496, 5, 46, 0, 0, 4496, 4497, 5, 198, 0, 0, 4497, 4498, 5, 357, 0, 0, 4498, 4499, 3, 1438, 719, 0, 4499, 4500, 5, 80, 0, 0, 4500, 4501, 3, 1492, 746, 0, 4501, 4502, 5, 102, 0, 0, 4502, 4503, 3, 484, 242, 0, 4503, 4504, 5, 202, 0, 0, 4504, 4505, 3, 470, 235, 0, 4505, 4506, 5, 2, 0, 0, 4506, 4507, 5, 3, 0, 0, 4507, 4509, 1, 0, 0, 0, 4508, 4484, 1, 0, 0, 0, 4508, 4495, 1, 0, 0, 0, 4509, 483, 1, 0, 0, 0, 4510, 4515, 3, 486, 243, 0, 4511, 4512, 5, 33, 0, 0, 4512, 4514, 3, 486, 243, 0, 4513, 4511, 1, 0, 0, 0, 4514, 4517, 1, 0, 0, 0, 4515, 4513, 1, 0, 0, 0, 4515, 4516, 1, 0, 0, 0, 4516, 485, 1, 0, 0, 0, 4517, 4515, 1, 0, 0, 0, 4518, 4519, 3, 1476, 738, 0, 4519, 4520, 5, 68, 0, 0, 4520, 4521, 5, 2, 0, 0, 4521, 4522, 3, 488, 244, 0, 4522, 4523, 5, 3, 0, 0, 4523, 487, 1, 0, 0, 0, 4524, 4529, 3, 1460, 730, 0, 4525, 4526, 5, 6, 0, 0, 4526, 4528, 3, 1460, 730, 0, 4527, 4525, 1, 0, 0, 0, 4528, 4531, 1, 0, 0, 0, 4529, 4527, 1, 0, 0, 0, 4529, 4530, 1, 0, 0, 0, 4530, 489, 1, 0, 0, 0, 4531, 4529, 1, 0, 0, 0, 4532, 4533, 5, 138, 0, 0, 4533, 4534, 5, 198, 0, 0, 4534, 4535, 5, 357, 0, 0, 4535, 4536, 3, 1438, 719, 0, 4536, 4537, 3, 492, 246, 0, 4537, 491, 1, 0, 0, 0, 4538, 4540, 5, 193, 0, 0, 4539, 4541, 7, 20, 0, 0, 4540, 4539, 1, 0, 0, 0, 4540, 4541, 1, 0, 0, 0, 4541, 4544, 1, 0, 0, 0, 4542, 4544, 5, 186, 0, 0, 4543, 4538, 1, 0, 0, 0, 4543, 4542, 1, 0, 0, 0, 4544, 493, 1, 0, 0, 0, 4545, 4546, 5, 46, 0, 0, 4546, 4547, 5, 140, 0, 0, 4547, 4548, 3, 560, 280, 0, 4548, 4549, 5, 42, 0, 0, 4549, 4550, 5, 2, 0, 0, 4550, 4551, 3, 1214, 607, 0, 4551, 4552, 5, 3, 0, 0, 4552, 4553, 3, 478, 239, 0, 4553, 495, 1, 0, 0, 0, 4554, 4556, 5, 46, 0, 0, 4555, 4557, 3, 660, 330, 0, 4556, 4555, 1, 0, 0, 0, 4556, 4557, 1, 0, 0, 0, 4557, 4558, 1, 0, 0, 0, 4558, 4559, 5, 136, 0, 0, 4559, 4560, 3, 1446, 723, 0, 4560, 4561, 3, 696, 348, 0, 4561, 4562, 3, 498, 249, 0, 4562, 4658, 1, 0, 0, 0, 4563, 4565, 5, 46, 0, 0, 4564, 4566, 3, 660, 330, 0, 4565, 4564, 1, 0, 0, 0, 4565, 4566, 1, 0, 0, 0, 4566, 4567, 1, 0, 0, 0, 4567, 4568, 5, 136, 0, 0, 4568, 4569, 3, 1446, 723, 0, 4569, 4570, 3, 506, 253, 0, 4570, 4658, 1, 0, 0, 0, 4571, 4572, 5, 46, 0, 0, 4572, 4573, 5, 278, 0, 0, 4573, 4574, 3, 734, 367, 0, 4574, 4575, 3, 498, 249, 0, 4575, 4658, 1, 0, 0, 0, 4576, 4577, 5, 46, 0, 0, 4577, 4578, 5, 360, 0, 0, 4578, 4579, 3, 560, 280, 0, 4579, 4580, 3, 498, 249, 0, 4580, 4658, 1, 0, 0, 0, 4581, 4582, 5, 46, 0, 0, 4582, 4583, 5, 360, 0, 0, 4583, 4658, 3, 560, 280, 0, 4584, 4585, 5, 46, 0, 0, 4585, 4586, 5, 360, 0, 0, 4586, 4587, 3, 560, 280, 0, 4587, 4588, 5, 36, 0, 0, 4588, 4590, 5, 2, 0, 0, 4589, 4591, 3, 1150, 575, 0, 4590, 4589, 1, 0, 0, 0, 4590, 4591, 1, 0, 0, 0, 4591, 4592, 1, 0, 0, 0, 4592, 4593, 5, 3, 0, 0, 4593, 4658, 1, 0, 0, 0, 4594, 4595, 5, 46, 0, 0, 4595, 4596, 5, 360, 0, 0, 4596, 4597, 3, 560, 280, 0, 4597, 4598, 5, 36, 0, 0, 4598, 4599, 5, 196, 0, 0, 4599, 4601, 5, 2, 0, 0, 4600, 4602, 3, 512, 256, 0, 4601, 4600, 1, 0, 0, 0, 4601, 4602, 1, 0, 0, 0, 4602, 4603, 1, 0, 0, 0, 4603, 4604, 5, 3, 0, 0, 4604, 4658, 1, 0, 0, 0, 4605, 4606, 5, 46, 0, 0, 4606, 4607, 5, 360, 0, 0, 4607, 4608, 3, 560, 280, 0, 4608, 4609, 5, 36, 0, 0, 4609, 4610, 5, 299, 0, 0, 4610, 4611, 3, 498, 249, 0, 4611, 4658, 1, 0, 0, 0, 4612, 4613, 5, 46, 0, 0, 4613, 4614, 5, 355, 0, 0, 4614, 4615, 5, 325, 0, 0, 4615, 4616, 5, 283, 0, 0, 4616, 4617, 3, 560, 280, 0, 4617, 4618, 3, 498, 249, 0, 4618, 4658, 1, 0, 0, 0, 4619, 4620, 5, 46, 0, 0, 4620, 4621, 5, 355, 0, 0, 4621, 4622, 5, 325, 0, 0, 4622, 4623, 5, 185, 0, 0, 4623, 4624, 3, 560, 280, 0, 4624, 4625, 3, 498, 249, 0, 4625, 4658, 1, 0, 0, 0, 4626, 4627, 5, 46, 0, 0, 4627, 4628, 5, 355, 0, 0, 4628, 4629, 5, 325, 0, 0, 4629, 4630, 5, 353, 0, 0, 4630, 4631, 3, 560, 280, 0, 4631, 4632, 3, 498, 249, 0, 4632, 4658, 1, 0, 0, 0, 4633, 4634, 5, 46, 0, 0, 4634, 4635, 5, 355, 0, 0, 4635, 4636, 5, 325, 0, 0, 4636, 4637, 5, 163, 0, 0, 4637, 4638, 3, 560, 280, 0, 4638, 4639, 3, 498, 249, 0, 4639, 4658, 1, 0, 0, 0, 4640, 4641, 5, 46, 0, 0, 4641, 4643, 5, 108, 0, 0, 4642, 4644, 3, 518, 259, 0, 4643, 4642, 1, 0, 0, 0, 4643, 4644, 1, 0, 0, 0, 4644, 4645, 1, 0, 0, 0, 4645, 4646, 3, 560, 280, 0, 4646, 4647, 3, 498, 249, 0, 4647, 4658, 1, 0, 0, 0, 4648, 4649, 5, 46, 0, 0, 4649, 4651, 5, 108, 0, 0, 4650, 4652, 3, 518, 259, 0, 4651, 4650, 1, 0, 0, 0, 4651, 4652, 1, 0, 0, 0, 4652, 4653, 1, 0, 0, 0, 4653, 4654, 3, 560, 280, 0, 4654, 4655, 5, 64, 0, 0, 4655, 4656, 3, 560, 280, 0, 4656, 4658, 1, 0, 0, 0, 4657, 4554, 1, 0, 0, 0, 4657, 4563, 1, 0, 0, 0, 4657, 4571, 1, 0, 0, 0, 4657, 4576, 1, 0, 0, 0, 4657, 4581, 1, 0, 0, 0, 4657, 4584, 1, 0, 0, 0, 4657, 4594, 1, 0, 0, 0, 4657, 4605, 1, 0, 0, 0, 4657, 4612, 1, 0, 0, 0, 4657, 4619, 1, 0, 0, 0, 4657, 4626, 1, 0, 0, 0, 4657, 4633, 1, 0, 0, 0, 4657, 4640, 1, 0, 0, 0, 4657, 4648, 1, 0, 0, 0, 4658, 497, 1, 0, 0, 0, 4659, 4660, 5, 2, 0, 0, 4660, 4661, 3, 500, 250, 0, 4661, 4662, 5, 3, 0, 0, 4662, 499, 1, 0, 0, 0, 4663, 4668, 3, 502, 251, 0, 4664, 4665, 5, 6, 0, 0, 4665, 4667, 3, 502, 251, 0, 4666, 4664, 1, 0, 0, 0, 4667, 4670, 1, 0, 0, 0, 4668, 4666, 1, 0, 0, 0, 4668, 4669, 1, 0, 0, 0, 4669, 501, 1, 0, 0, 0, 4670, 4668, 1, 0, 0, 0, 4671, 4674, 3, 1492, 746, 0, 4672, 4673, 5, 10, 0, 0, 4673, 4675, 3, 504, 252, 0, 4674, 4672, 1, 0, 0, 0, 4674, 4675, 1, 0, 0, 0, 4675, 503, 1, 0, 0, 0, 4676, 4683, 3, 690, 345, 0, 4677, 4683, 3, 1504, 752, 0, 4678, 4683, 3, 1326, 663, 0, 4679, 4683, 3, 324, 162, 0, 4680, 4683, 3, 1460, 730, 0, 4681, 4683, 5, 407, 0, 0, 4682, 4676, 1, 0, 0, 0, 4682, 4677, 1, 0, 0, 0, 4682, 4678, 1, 0, 0, 0, 4682, 4679, 1, 0, 0, 0, 4682, 4680, 1, 0, 0, 0, 4682, 4681, 1, 0, 0, 0, 4683, 505, 1, 0, 0, 0, 4684, 4685, 5, 2, 0, 0, 4685, 4686, 3, 508, 254, 0, 4686, 4687, 5, 3, 0, 0, 4687, 507, 1, 0, 0, 0, 4688, 4693, 3, 510, 255, 0, 4689, 4690, 5, 6, 0, 0, 4690, 4692, 3, 510, 255, 0, 4691, 4689, 1, 0, 0, 0, 4692, 4695, 1, 0, 0, 0, 4693, 4691, 1, 0, 0, 0, 4693, 4694, 1, 0, 0, 0, 4694, 509, 1, 0, 0, 0, 4695, 4693, 1, 0, 0, 0, 4696, 4697, 3, 1494, 747, 0, 4697, 4698, 5, 10, 0, 0, 4698, 4699, 3, 504, 252, 0, 4699, 511, 1, 0, 0, 0, 4700, 4701, 3, 514, 257, 0, 4701, 513, 1, 0, 0, 0, 4702, 4707, 3, 1460, 730, 0, 4703, 4704, 5, 6, 0, 0, 4704, 4706, 3, 1460, 730, 0, 4705, 4703, 1, 0, 0, 0, 4706, 4709, 1, 0, 0, 0, 4707, 4705, 1, 0, 0, 0, 4707, 4708, 1, 0, 0, 0, 4708, 515, 1, 0, 0, 0, 4709, 4707, 1, 0, 0, 0, 4710, 4711, 5, 138, 0, 0, 4711, 4712, 5, 360, 0, 0, 4712, 4713, 3, 560, 280, 0, 4713, 4714, 5, 133, 0, 0, 4714, 4716, 5, 450, 0, 0, 4715, 4717, 3, 518, 259, 0, 4716, 4715, 1, 0, 0, 0, 4716, 4717, 1, 0, 0, 0, 4717, 4718, 1, 0, 0, 0, 4718, 4721, 3, 1460, 730, 0, 4719, 4720, 7, 37, 0, 0, 4720, 4722, 3, 1460, 730, 0, 4721, 4719, 1, 0, 0, 0, 4721, 4722, 1, 0, 0, 0, 4722, 4733, 1, 0, 0, 0, 4723, 4724, 5, 138, 0, 0, 4724, 4725, 5, 360, 0, 0, 4725, 4726, 3, 560, 280, 0, 4726, 4727, 5, 309, 0, 0, 4727, 4728, 5, 450, 0, 0, 4728, 4729, 3, 1460, 730, 0, 4729, 4730, 5, 94, 0, 0, 4730, 4731, 3, 1460, 730, 0, 4731, 4733, 1, 0, 0, 0, 4732, 4710, 1, 0, 0, 0, 4732, 4723, 1, 0, 0, 0, 4733, 517, 1, 0, 0, 0, 4734, 4735, 5, 220, 0, 0, 4735, 4736, 5, 77, 0, 0, 4736, 4737, 5, 396, 0, 0, 4737, 519, 1, 0, 0, 0, 4738, 4739, 5, 46, 0, 0, 4739, 4740, 5, 278, 0, 0, 4740, 4741, 5, 156, 0, 0, 4741, 4743, 3, 560, 280, 0, 4742, 4744, 3, 526, 263, 0, 4743, 4742, 1, 0, 0, 0, 4743, 4744, 1, 0, 0, 0, 4744, 4745, 1, 0, 0, 0, 4745, 4746, 5, 62, 0, 0, 4746, 4747, 5, 360, 0, 0, 4747, 4748, 3, 1170, 585, 0, 4748, 4749, 5, 100, 0, 0, 4749, 4751, 3, 1438, 719, 0, 4750, 4752, 3, 528, 264, 0, 4751, 4750, 1, 0, 0, 0, 4751, 4752, 1, 0, 0, 0, 4752, 4753, 1, 0, 0, 0, 4753, 4754, 5, 36, 0, 0, 4754, 4755, 3, 522, 261, 0, 4755, 521, 1, 0, 0, 0, 4756, 4761, 3, 524, 262, 0, 4757, 4758, 5, 6, 0, 0, 4758, 4760, 3, 524, 262, 0, 4759, 4757, 1, 0, 0, 0, 4760, 4763, 1, 0, 0, 0, 4761, 4759, 1, 0, 0, 0, 4761, 4762, 1, 0, 0, 0, 4762, 523, 1, 0, 0, 0, 4763, 4761, 1, 0, 0, 0, 4764, 4765, 5, 278, 0, 0, 4765, 4766, 3, 1458, 729, 0, 4766, 4768, 3, 734, 367, 0, 4767, 4769, 3, 530, 265, 0, 4768, 4767, 1, 0, 0, 0, 4768, 4769, 1, 0, 0, 0, 4769, 4771, 1, 0, 0, 0, 4770, 4772, 3, 532, 266, 0, 4771, 4770, 1, 0, 0, 0, 4771, 4772, 1, 0, 0, 0, 4772, 4796, 1, 0, 0, 0, 4773, 4774, 5, 278, 0, 0, 4774, 4775, 3, 1458, 729, 0, 4775, 4777, 3, 738, 369, 0, 4776, 4778, 3, 530, 265, 0, 4777, 4776, 1, 0, 0, 0, 4777, 4778, 1, 0, 0, 0, 4778, 4780, 1, 0, 0, 0, 4779, 4781, 3, 532, 266, 0, 4780, 4779, 1, 0, 0, 0, 4780, 4781, 1, 0, 0, 0, 4781, 4796, 1, 0, 0, 0, 4782, 4783, 5, 211, 0, 0, 4783, 4784, 3, 1458, 729, 0, 4784, 4785, 3, 676, 338, 0, 4785, 4796, 1, 0, 0, 0, 4786, 4787, 5, 211, 0, 0, 4787, 4788, 3, 1458, 729, 0, 4788, 4789, 5, 2, 0, 0, 4789, 4790, 3, 1344, 672, 0, 4790, 4791, 5, 3, 0, 0, 4791, 4792, 3, 676, 338, 0, 4792, 4796, 1, 0, 0, 0, 4793, 4794, 5, 345, 0, 0, 4794, 4796, 3, 1170, 585, 0, 4795, 4764, 1, 0, 0, 0, 4795, 4773, 1, 0, 0, 0, 4795, 4782, 1, 0, 0, 0, 4795, 4786, 1, 0, 0, 0, 4795, 4793, 1, 0, 0, 0, 4796, 525, 1, 0, 0, 0, 4797, 4798, 5, 53, 0, 0, 4798, 527, 1, 0, 0, 0, 4799, 4800, 5, 206, 0, 0, 4800, 4801, 3, 560, 280, 0, 4801, 529, 1, 0, 0, 0, 4802, 4803, 5, 62, 0, 0, 4803, 4809, 5, 325, 0, 0, 4804, 4805, 5, 62, 0, 0, 4805, 4806, 5, 83, 0, 0, 4806, 4807, 5, 147, 0, 0, 4807, 4809, 3, 560, 280, 0, 4808, 4802, 1, 0, 0, 0, 4808, 4804, 1, 0, 0, 0, 4809, 531, 1, 0, 0, 0, 4810, 4811, 5, 302, 0, 0, 4811, 533, 1, 0, 0, 0, 4812, 4813, 5, 46, 0, 0, 4813, 4814, 5, 278, 0, 0, 4814, 4815, 5, 206, 0, 0, 4815, 4816, 3, 560, 280, 0, 4816, 4817, 5, 100, 0, 0, 4817, 4818, 3, 1438, 719, 0, 4818, 535, 1, 0, 0, 0, 4819, 4820, 5, 138, 0, 0, 4820, 4821, 5, 278, 0, 0, 4821, 4822, 5, 206, 0, 0, 4822, 4823, 3, 560, 280, 0, 4823, 4824, 5, 100, 0, 0, 4824, 4825, 3, 1438, 719, 0, 4825, 4826, 5, 133, 0, 0, 4826, 4827, 3, 522, 261, 0, 4827, 4838, 1, 0, 0, 0, 4828, 4829, 5, 138, 0, 0, 4829, 4830, 5, 278, 0, 0, 4830, 4831, 5, 206, 0, 0, 4831, 4832, 3, 560, 280, 0, 4832, 4833, 5, 100, 0, 0, 4833, 4834, 3, 1438, 719, 0, 4834, 4835, 5, 191, 0, 0, 4835, 4836, 3, 538, 269, 0, 4836, 4838, 1, 0, 0, 0, 4837, 4819, 1, 0, 0, 0, 4837, 4828, 1, 0, 0, 0, 4838, 537, 1, 0, 0, 0, 4839, 4844, 3, 540, 270, 0, 4840, 4841, 5, 6, 0, 0, 4841, 4843, 3, 540, 270, 0, 4842, 4840, 1, 0, 0, 0, 4843, 4846, 1, 0, 0, 0, 4844, 4842, 1, 0, 0, 0, 4844, 4845, 1, 0, 0, 0, 4845, 539, 1, 0, 0, 0, 4846, 4844, 1, 0, 0, 0, 4847, 4848, 5, 278, 0, 0, 4848, 4849, 3, 1458, 729, 0, 4849, 4850, 5, 2, 0, 0, 4850, 4851, 3, 1344, 672, 0, 4851, 4852, 5, 3, 0, 0, 4852, 4860, 1, 0, 0, 0, 4853, 4854, 5, 211, 0, 0, 4854, 4855, 3, 1458, 729, 0, 4855, 4856, 5, 2, 0, 0, 4856, 4857, 3, 1344, 672, 0, 4857, 4858, 5, 3, 0, 0, 4858, 4860, 1, 0, 0, 0, 4859, 4847, 1, 0, 0, 0, 4859, 4853, 1, 0, 0, 0, 4860, 541, 1, 0, 0, 0, 4861, 4862, 5, 301, 0, 0, 4862, 4863, 5, 281, 0, 0, 4863, 4864, 5, 147, 0, 0, 4864, 4865, 3, 1474, 737, 0, 4865, 4866, 5, 94, 0, 0, 4866, 4867, 3, 1472, 736, 0, 4867, 543, 1, 0, 0, 0, 4868, 4869, 5, 191, 0, 0, 4869, 4871, 5, 92, 0, 0, 4870, 4872, 3, 750, 375, 0, 4871, 4870, 1, 0, 0, 0, 4871, 4872, 1, 0, 0, 0, 4872, 4873, 1, 0, 0, 0, 4873, 4875, 3, 1394, 697, 0, 4874, 4876, 3, 124, 62, 0, 4875, 4874, 1, 0, 0, 0, 4875, 4876, 1, 0, 0, 0, 4876, 5248, 1, 0, 0, 0, 4877, 4878, 5, 191, 0, 0, 4878, 4880, 5, 328, 0, 0, 4879, 4881, 3, 750, 375, 0, 4880, 4879, 1, 0, 0, 0, 4880, 4881, 1, 0, 0, 0, 4881, 4882, 1, 0, 0, 0, 4882, 4884, 3, 1418, 709, 0, 4883, 4885, 3, 124, 62, 0, 4884, 4883, 1, 0, 0, 0, 4884, 4885, 1, 0, 0, 0, 4885, 5248, 1, 0, 0, 0, 4886, 4887, 5, 191, 0, 0, 4887, 4889, 5, 376, 0, 0, 4888, 4890, 3, 750, 375, 0, 4889, 4888, 1, 0, 0, 0, 4889, 4890, 1, 0, 0, 0, 4890, 4891, 1, 0, 0, 0, 4891, 4893, 3, 546, 273, 0, 4892, 4894, 3, 124, 62, 0, 4893, 4892, 1, 0, 0, 0, 4893, 4894, 1, 0, 0, 0, 4894, 5248, 1, 0, 0, 0, 4895, 4896, 5, 191, 0, 0, 4896, 4897, 5, 259, 0, 0, 4897, 4899, 5, 376, 0, 0, 4898, 4900, 3, 750, 375, 0, 4899, 4898, 1, 0, 0, 0, 4899, 4900, 1, 0, 0, 0, 4900, 4901, 1, 0, 0, 0, 4901, 4903, 3, 546, 273, 0, 4902, 4904, 3, 124, 62, 0, 4903, 4902, 1, 0, 0, 0, 4903, 4904, 1, 0, 0, 0, 4904, 5248, 1, 0, 0, 0, 4905, 4906, 5, 191, 0, 0, 4906, 4908, 5, 226, 0, 0, 4907, 4909, 3, 750, 375, 0, 4908, 4907, 1, 0, 0, 0, 4908, 4909, 1, 0, 0, 0, 4909, 4910, 1, 0, 0, 0, 4910, 4912, 3, 1418, 709, 0, 4911, 4913, 3, 124, 62, 0, 4912, 4911, 1, 0, 0, 0, 4912, 4913, 1, 0, 0, 0, 4913, 5248, 1, 0, 0, 0, 4914, 4915, 5, 191, 0, 0, 4915, 4916, 5, 63, 0, 0, 4916, 4918, 5, 92, 0, 0, 4917, 4919, 3, 750, 375, 0, 4918, 4917, 1, 0, 0, 0, 4918, 4919, 1, 0, 0, 0, 4919, 4920, 1, 0, 0, 0, 4920, 4922, 3, 1394, 697, 0, 4921, 4923, 3, 124, 62, 0, 4922, 4921, 1, 0, 0, 0, 4922, 4923, 1, 0, 0, 0, 4923, 5248, 1, 0, 0, 0, 4924, 4925, 5, 191, 0, 0, 4925, 4927, 5, 108, 0, 0, 4926, 4928, 3, 750, 375, 0, 4927, 4926, 1, 0, 0, 0, 4927, 4928, 1, 0, 0, 0, 4928, 4929, 1, 0, 0, 0, 4929, 4931, 3, 1418, 709, 0, 4930, 4932, 3, 124, 62, 0, 4931, 4930, 1, 0, 0, 0, 4931, 4932, 1, 0, 0, 0, 4932, 5248, 1, 0, 0, 0, 4933, 4934, 5, 191, 0, 0, 4934, 4936, 5, 168, 0, 0, 4935, 4937, 3, 750, 375, 0, 4936, 4935, 1, 0, 0, 0, 4936, 4937, 1, 0, 0, 0, 4937, 4938, 1, 0, 0, 0, 4938, 4940, 3, 1418, 709, 0, 4939, 4941, 3, 124, 62, 0, 4940, 4939, 1, 0, 0, 0, 4940, 4941, 1, 0, 0, 0, 4941, 5248, 1, 0, 0, 0, 4942, 4943, 5, 191, 0, 0, 4943, 4945, 5, 342, 0, 0, 4944, 4946, 3, 750, 375, 0, 4945, 4944, 1, 0, 0, 0, 4945, 4946, 1, 0, 0, 0, 4946, 4947, 1, 0, 0, 0, 4947, 4949, 3, 1418, 709, 0, 4948, 4950, 3, 124, 62, 0, 4949, 4948, 1, 0, 0, 0, 4949, 4950, 1, 0, 0, 0, 4950, 5248, 1, 0, 0, 0, 4951, 4952, 5, 191, 0, 0, 4952, 4953, 5, 355, 0, 0, 4953, 4954, 5, 325, 0, 0, 4954, 4956, 5, 283, 0, 0, 4955, 4957, 3, 750, 375, 0, 4956, 4955, 1, 0, 0, 0, 4956, 4957, 1, 0, 0, 0, 4957, 4958, 1, 0, 0, 0, 4958, 4960, 3, 1418, 709, 0, 4959, 4961, 3, 124, 62, 0, 4960, 4959, 1, 0, 0, 0, 4960, 4961, 1, 0, 0, 0, 4961, 5248, 1, 0, 0, 0, 4962, 4963, 5, 191, 0, 0, 4963, 4964, 5, 355, 0, 0, 4964, 4965, 5, 325, 0, 0, 4965, 4967, 5, 185, 0, 0, 4966, 4968, 3, 750, 375, 0, 4967, 4966, 1, 0, 0, 0, 4967, 4968, 1, 0, 0, 0, 4968, 4969, 1, 0, 0, 0, 4969, 4971, 3, 1418, 709, 0, 4970, 4972, 3, 124, 62, 0, 4971, 4970, 1, 0, 0, 0, 4971, 4972, 1, 0, 0, 0, 4972, 5248, 1, 0, 0, 0, 4973, 4974, 5, 191, 0, 0, 4974, 4975, 5, 355, 0, 0, 4975, 4976, 5, 325, 0, 0, 4976, 4978, 5, 353, 0, 0, 4977, 4979, 3, 750, 375, 0, 4978, 4977, 1, 0, 0, 0, 4978, 4979, 1, 0, 0, 0, 4979, 4980, 1, 0, 0, 0, 4980, 4982, 3, 1418, 709, 0, 4981, 4983, 3, 124, 62, 0, 4982, 4981, 1, 0, 0, 0, 4982, 4983, 1, 0, 0, 0, 4983, 5248, 1, 0, 0, 0, 4984, 4985, 5, 191, 0, 0, 4985, 4986, 5, 355, 0, 0, 4986, 4987, 5, 325, 0, 0, 4987, 4989, 5, 163, 0, 0, 4988, 4990, 3, 750, 375, 0, 4989, 4988, 1, 0, 0, 0, 4989, 4990, 1, 0, 0, 0, 4990, 4991, 1, 0, 0, 0, 4991, 4993, 3, 1418, 709, 0, 4992, 4994, 3, 124, 62, 0, 4993, 4992, 1, 0, 0, 0, 4993, 4994, 1, 0, 0, 0, 4994, 5248, 1, 0, 0, 0, 4995, 4996, 5, 191, 0, 0, 4996, 4997, 5, 131, 0, 0, 4997, 4999, 5, 446, 0, 0, 4998, 5000, 3, 750, 375, 0, 4999, 4998, 1, 0, 0, 0, 4999, 5000, 1, 0, 0, 0, 5000, 5001, 1, 0, 0, 0, 5001, 5003, 3, 1418, 709, 0, 5002, 5004, 3, 124, 62, 0, 5003, 5002, 1, 0, 0, 0, 5003, 5004, 1, 0, 0, 0, 5004, 5248, 1, 0, 0, 0, 5005, 5006, 5, 191, 0, 0, 5006, 5007, 5, 198, 0, 0, 5007, 5009, 5, 357, 0, 0, 5008, 5010, 3, 750, 375, 0, 5009, 5008, 1, 0, 0, 0, 5009, 5010, 1, 0, 0, 0, 5010, 5011, 1, 0, 0, 0, 5011, 5013, 3, 1418, 709, 0, 5012, 5014, 3, 124, 62, 0, 5013, 5012, 1, 0, 0, 0, 5013, 5014, 1, 0, 0, 0, 5014, 5248, 1, 0, 0, 0, 5015, 5016, 5, 191, 0, 0, 5016, 5018, 5, 204, 0, 0, 5017, 5019, 3, 750, 375, 0, 5018, 5017, 1, 0, 0, 0, 5018, 5019, 1, 0, 0, 0, 5019, 5020, 1, 0, 0, 0, 5020, 5022, 3, 1418, 709, 0, 5021, 5023, 3, 124, 62, 0, 5022, 5021, 1, 0, 0, 0, 5022, 5023, 1, 0, 0, 0, 5023, 5248, 1, 0, 0, 0, 5024, 5025, 5, 191, 0, 0, 5025, 5026, 5, 63, 0, 0, 5026, 5027, 5, 174, 0, 0, 5027, 5029, 5, 381, 0, 0, 5028, 5030, 3, 750, 375, 0, 5029, 5028, 1, 0, 0, 0, 5029, 5030, 1, 0, 0, 0, 5030, 5031, 1, 0, 0, 0, 5031, 5033, 3, 1418, 709, 0, 5032, 5034, 3, 124, 62, 0, 5033, 5032, 1, 0, 0, 0, 5033, 5034, 1, 0, 0, 0, 5034, 5248, 1, 0, 0, 0, 5035, 5037, 5, 191, 0, 0, 5036, 5038, 3, 340, 170, 0, 5037, 5036, 1, 0, 0, 0, 5037, 5038, 1, 0, 0, 0, 5038, 5039, 1, 0, 0, 0, 5039, 5041, 5, 247, 0, 0, 5040, 5042, 3, 750, 375, 0, 5041, 5040, 1, 0, 0, 0, 5041, 5042, 1, 0, 0, 0, 5042, 5043, 1, 0, 0, 0, 5043, 5045, 3, 1418, 709, 0, 5044, 5046, 3, 124, 62, 0, 5045, 5044, 1, 0, 0, 0, 5045, 5046, 1, 0, 0, 0, 5046, 5248, 1, 0, 0, 0, 5047, 5048, 5, 191, 0, 0, 5048, 5050, 5, 452, 0, 0, 5049, 5051, 3, 750, 375, 0, 5050, 5049, 1, 0, 0, 0, 5050, 5051, 1, 0, 0, 0, 5051, 5052, 1, 0, 0, 0, 5052, 5054, 3, 1418, 709, 0, 5053, 5055, 3, 124, 62, 0, 5054, 5053, 1, 0, 0, 0, 5054, 5055, 1, 0, 0, 0, 5055, 5248, 1, 0, 0, 0, 5056, 5057, 5, 191, 0, 0, 5057, 5059, 5, 331, 0, 0, 5058, 5060, 3, 750, 375, 0, 5059, 5058, 1, 0, 0, 0, 5059, 5060, 1, 0, 0, 0, 5060, 5061, 1, 0, 0, 0, 5061, 5063, 3, 1418, 709, 0, 5062, 5064, 3, 124, 62, 0, 5063, 5062, 1, 0, 0, 0, 5063, 5064, 1, 0, 0, 0, 5064, 5248, 1, 0, 0, 0, 5065, 5066, 5, 191, 0, 0, 5066, 5068, 5, 323, 0, 0, 5067, 5069, 3, 750, 375, 0, 5068, 5067, 1, 0, 0, 0, 5068, 5069, 1, 0, 0, 0, 5069, 5070, 1, 0, 0, 0, 5070, 5072, 3, 1396, 698, 0, 5071, 5073, 3, 124, 62, 0, 5072, 5071, 1, 0, 0, 0, 5072, 5073, 1, 0, 0, 0, 5073, 5248, 1, 0, 0, 0, 5074, 5075, 5, 191, 0, 0, 5075, 5077, 5, 445, 0, 0, 5076, 5078, 3, 750, 375, 0, 5077, 5076, 1, 0, 0, 0, 5077, 5078, 1, 0, 0, 0, 5078, 5079, 1, 0, 0, 0, 5079, 5080, 3, 1438, 719, 0, 5080, 5081, 5, 80, 0, 0, 5081, 5083, 3, 560, 280, 0, 5082, 5084, 3, 124, 62, 0, 5083, 5082, 1, 0, 0, 0, 5083, 5084, 1, 0, 0, 0, 5084, 5248, 1, 0, 0, 0, 5085, 5086, 5, 191, 0, 0, 5086, 5088, 5, 321, 0, 0, 5087, 5089, 3, 750, 375, 0, 5088, 5087, 1, 0, 0, 0, 5088, 5089, 1, 0, 0, 0, 5089, 5090, 1, 0, 0, 0, 5090, 5091, 3, 1438, 719, 0, 5091, 5092, 5, 80, 0, 0, 5092, 5094, 3, 560, 280, 0, 5093, 5095, 3, 124, 62, 0, 5094, 5093, 1, 0, 0, 0, 5094, 5095, 1, 0, 0, 0, 5095, 5248, 1, 0, 0, 0, 5096, 5097, 5, 191, 0, 0, 5097, 5099, 5, 357, 0, 0, 5098, 5100, 3, 750, 375, 0, 5099, 5098, 1, 0, 0, 0, 5099, 5100, 1, 0, 0, 0, 5100, 5101, 1, 0, 0, 0, 5101, 5102, 3, 1438, 719, 0, 5102, 5103, 5, 80, 0, 0, 5103, 5105, 3, 560, 280, 0, 5104, 5106, 3, 124, 62, 0, 5105, 5104, 1, 0, 0, 0, 5105, 5106, 1, 0, 0, 0, 5106, 5248, 1, 0, 0, 0, 5107, 5108, 5, 191, 0, 0, 5108, 5110, 5, 360, 0, 0, 5109, 5111, 3, 750, 375, 0, 5110, 5109, 1, 0, 0, 0, 5110, 5111, 1, 0, 0, 0, 5111, 5112, 1, 0, 0, 0, 5112, 5114, 3, 564, 282, 0, 5113, 5115, 3, 124, 62, 0, 5114, 5113, 1, 0, 0, 0, 5114, 5115, 1, 0, 0, 0, 5115, 5248, 1, 0, 0, 0, 5116, 5117, 5, 191, 0, 0, 5117, 5119, 5, 189, 0, 0, 5118, 5120, 3, 750, 375, 0, 5119, 5118, 1, 0, 0, 0, 5119, 5120, 1, 0, 0, 0, 5120, 5121, 1, 0, 0, 0, 5121, 5123, 3, 564, 282, 0, 5122, 5124, 3, 124, 62, 0, 5123, 5122, 1, 0, 0, 0, 5123, 5124, 1, 0, 0, 0, 5124, 5248, 1, 0, 0, 0, 5125, 5126, 5, 191, 0, 0, 5126, 5127, 5, 226, 0, 0, 5127, 5129, 5, 109, 0, 0, 5128, 5130, 3, 750, 375, 0, 5129, 5128, 1, 0, 0, 0, 5129, 5130, 1, 0, 0, 0, 5130, 5131, 1, 0, 0, 0, 5131, 5133, 3, 554, 277, 0, 5132, 5134, 3, 124, 62, 0, 5133, 5132, 1, 0, 0, 0, 5133, 5134, 1, 0, 0, 0, 5134, 5248, 1, 0, 0, 0, 5135, 5136, 5, 191, 0, 0, 5136, 5138, 5, 41, 0, 0, 5137, 5139, 3, 750, 375, 0, 5138, 5137, 1, 0, 0, 0, 5138, 5139, 1, 0, 0, 0, 5139, 5140, 1, 0, 0, 0, 5140, 5141, 5, 2, 0, 0, 5141, 5142, 3, 1170, 585, 0, 5142, 5143, 5, 36, 0, 0, 5143, 5144, 3, 1170, 585, 0, 5144, 5146, 5, 3, 0, 0, 5145, 5147, 3, 124, 62, 0, 5146, 5145, 1, 0, 0, 0, 5146, 5147, 1, 0, 0, 0, 5147, 5248, 1, 0, 0, 0, 5148, 5149, 5, 191, 0, 0, 5149, 5150, 5, 278, 0, 0, 5150, 5152, 5, 156, 0, 0, 5151, 5153, 3, 750, 375, 0, 5152, 5151, 1, 0, 0, 0, 5152, 5153, 1, 0, 0, 0, 5153, 5154, 1, 0, 0, 0, 5154, 5155, 3, 560, 280, 0, 5155, 5156, 5, 100, 0, 0, 5156, 5158, 3, 1438, 719, 0, 5157, 5159, 3, 124, 62, 0, 5158, 5157, 1, 0, 0, 0, 5158, 5159, 1, 0, 0, 0, 5159, 5248, 1, 0, 0, 0, 5160, 5161, 5, 191, 0, 0, 5161, 5162, 5, 278, 0, 0, 5162, 5164, 5, 206, 0, 0, 5163, 5165, 3, 750, 375, 0, 5164, 5163, 1, 0, 0, 0, 5164, 5165, 1, 0, 0, 0, 5165, 5166, 1, 0, 0, 0, 5166, 5167, 3, 560, 280, 0, 5167, 5168, 5, 100, 0, 0, 5168, 5170, 3, 1438, 719, 0, 5169, 5171, 3, 124, 62, 0, 5170, 5169, 1, 0, 0, 0, 5170, 5171, 1, 0, 0, 0, 5171, 5248, 1, 0, 0, 0, 5172, 5173, 5, 191, 0, 0, 5173, 5174, 5, 281, 0, 0, 5174, 5175, 5, 147, 0, 0, 5175, 5177, 3, 1474, 737, 0, 5176, 5178, 3, 124, 62, 0, 5177, 5176, 1, 0, 0, 0, 5177, 5178, 1, 0, 0, 0, 5178, 5248, 1, 0, 0, 0, 5179, 5180, 5, 191, 0, 0, 5180, 5182, 5, 376, 0, 0, 5181, 5183, 3, 750, 375, 0, 5182, 5181, 1, 0, 0, 0, 5182, 5183, 1, 0, 0, 0, 5183, 5184, 1, 0, 0, 0, 5184, 5186, 3, 546, 273, 0, 5185, 5187, 3, 124, 62, 0, 5186, 5185, 1, 0, 0, 0, 5186, 5187, 1, 0, 0, 0, 5187, 5248, 1, 0, 0, 0, 5188, 5189, 5, 191, 0, 0, 5189, 5191, 5, 451, 0, 0, 5190, 5192, 3, 750, 375, 0, 5191, 5190, 1, 0, 0, 0, 5191, 5192, 1, 0, 0, 0, 5192, 5193, 1, 0, 0, 0, 5193, 5195, 3, 1438, 719, 0, 5194, 5196, 3, 124, 62, 0, 5195, 5194, 1, 0, 0, 0, 5195, 5196, 1, 0, 0, 0, 5196, 5248, 1, 0, 0, 0, 5197, 5198, 5, 191, 0, 0, 5198, 5200, 5, 351, 0, 0, 5199, 5201, 3, 750, 375, 0, 5200, 5199, 1, 0, 0, 0, 5200, 5201, 1, 0, 0, 0, 5201, 5202, 1, 0, 0, 0, 5202, 5248, 3, 1404, 702, 0, 5203, 5204, 5, 191, 0, 0, 5204, 5206, 5, 443, 0, 0, 5205, 5207, 3, 750, 375, 0, 5206, 5205, 1, 0, 0, 0, 5206, 5207, 1, 0, 0, 0, 5207, 5208, 1, 0, 0, 0, 5208, 5209, 5, 62, 0, 0, 5209, 5210, 3, 1170, 585, 0, 5210, 5211, 5, 247, 0, 0, 5211, 5213, 3, 1438, 719, 0, 5212, 5214, 3, 124, 62, 0, 5213, 5212, 1, 0, 0, 0, 5213, 5214, 1, 0, 0, 0, 5214, 5248, 1, 0, 0, 0, 5215, 5216, 5, 191, 0, 0, 5216, 5218, 7, 38, 0, 0, 5217, 5219, 3, 750, 375, 0, 5218, 5217, 1, 0, 0, 0, 5218, 5219, 1, 0, 0, 0, 5219, 5220, 1, 0, 0, 0, 5220, 5248, 3, 1474, 737, 0, 5221, 5222, 5, 191, 0, 0, 5222, 5223, 5, 99, 0, 0, 5223, 5225, 5, 257, 0, 0, 5224, 5226, 3, 750, 375, 0, 5225, 5224, 1, 0, 0, 0, 5225, 5226, 1, 0, 0, 0, 5226, 5227, 1, 0, 0, 0, 5227, 5228, 5, 62, 0, 0, 5228, 5229, 3, 406, 203, 0, 5229, 5230, 5, 331, 0, 0, 5230, 5231, 3, 1438, 719, 0, 5231, 5248, 1, 0, 0, 0, 5232, 5233, 5, 191, 0, 0, 5233, 5235, 5, 175, 0, 0, 5234, 5236, 3, 750, 375, 0, 5235, 5234, 1, 0, 0, 0, 5235, 5236, 1, 0, 0, 0, 5236, 5237, 1, 0, 0, 0, 5237, 5245, 3, 1422, 711, 0, 5238, 5240, 3, 14, 7, 0, 5239, 5238, 1, 0, 0, 0, 5239, 5240, 1, 0, 0, 0, 5240, 5241, 1, 0, 0, 0, 5241, 5242, 5, 2, 0, 0, 5242, 5243, 3, 862, 431, 0, 5243, 5244, 5, 3, 0, 0, 5244, 5246, 1, 0, 0, 0, 5245, 5239, 1, 0, 0, 0, 5245, 5246, 1, 0, 0, 0, 5246, 5248, 1, 0, 0, 0, 5247, 4868, 1, 0, 0, 0, 5247, 4877, 1, 0, 0, 0, 5247, 4886, 1, 0, 0, 0, 5247, 4895, 1, 0, 0, 0, 5247, 4905, 1, 0, 0, 0, 5247, 4914, 1, 0, 0, 0, 5247, 4924, 1, 0, 0, 0, 5247, 4933, 1, 0, 0, 0, 5247, 4942, 1, 0, 0, 0, 5247, 4951, 1, 0, 0, 0, 5247, 4962, 1, 0, 0, 0, 5247, 4973, 1, 0, 0, 0, 5247, 4984, 1, 0, 0, 0, 5247, 4995, 1, 0, 0, 0, 5247, 5005, 1, 0, 0, 0, 5247, 5015, 1, 0, 0, 0, 5247, 5024, 1, 0, 0, 0, 5247, 5035, 1, 0, 0, 0, 5247, 5047, 1, 0, 0, 0, 5247, 5056, 1, 0, 0, 0, 5247, 5065, 1, 0, 0, 0, 5247, 5074, 1, 0, 0, 0, 5247, 5085, 1, 0, 0, 0, 5247, 5096, 1, 0, 0, 0, 5247, 5107, 1, 0, 0, 0, 5247, 5116, 1, 0, 0, 0, 5247, 5125, 1, 0, 0, 0, 5247, 5135, 1, 0, 0, 0, 5247, 5148, 1, 0, 0, 0, 5247, 5160, 1, 0, 0, 0, 5247, 5172, 1, 0, 0, 0, 5247, 5179, 1, 0, 0, 0, 5247, 5188, 1, 0, 0, 0, 5247, 5197, 1, 0, 0, 0, 5247, 5203, 1, 0, 0, 0, 5247, 5215, 1, 0, 0, 0, 5247, 5221, 1, 0, 0, 0, 5247, 5232, 1, 0, 0, 0, 5248, 545, 1, 0, 0, 0, 5249, 5254, 3, 1412, 706, 0, 5250, 5251, 5, 6, 0, 0, 5251, 5253, 3, 1412, 706, 0, 5252, 5250, 1, 0, 0, 0, 5253, 5256, 1, 0, 0, 0, 5254, 5252, 1, 0, 0, 0, 5254, 5255, 1, 0, 0, 0, 5255, 547, 1, 0, 0, 0, 5256, 5254, 1, 0, 0, 0, 5257, 5259, 5, 63, 0, 0, 5258, 5257, 1, 0, 0, 0, 5258, 5259, 1, 0, 0, 0, 5259, 5260, 1, 0, 0, 0, 5260, 5261, 5, 92, 0, 0, 5261, 5282, 3, 1408, 704, 0, 5262, 5264, 5, 259, 0, 0, 5263, 5262, 1, 0, 0, 0, 5263, 5264, 1, 0, 0, 0, 5264, 5265, 1, 0, 0, 0, 5265, 5266, 5, 376, 0, 0, 5266, 5282, 3, 1412, 706, 0, 5267, 5268, 5, 226, 0, 0, 5268, 5282, 3, 560, 280, 0, 5269, 5270, 5, 108, 0, 0, 5270, 5282, 3, 560, 280, 0, 5271, 5272, 5, 168, 0, 0, 5272, 5282, 3, 560, 280, 0, 5273, 5274, 5, 342, 0, 0, 5274, 5282, 3, 560, 280, 0, 5275, 5276, 5, 328, 0, 0, 5276, 5282, 3, 560, 280, 0, 5277, 5278, 5, 355, 0, 0, 5278, 5279, 5, 325, 0, 0, 5279, 5280, 7, 39, 0, 0, 5280, 5282, 3, 560, 280, 0, 5281, 5258, 1, 0, 0, 0, 5281, 5263, 1, 0, 0, 0, 5281, 5267, 1, 0, 0, 0, 5281, 5269, 1, 0, 0, 0, 5281, 5271, 1, 0, 0, 0, 5281, 5273, 1, 0, 0, 0, 5281, 5275, 1, 0, 0, 0, 5281, 5277, 1, 0, 0, 0, 5282, 549, 1, 0, 0, 0, 5283, 5284, 5, 131, 0, 0, 5284, 5285, 5, 446, 0, 0, 5285, 5315, 3, 1438, 719, 0, 5286, 5287, 5, 198, 0, 0, 5287, 5288, 5, 357, 0, 0, 5288, 5315, 3, 1438, 719, 0, 5289, 5290, 5, 204, 0, 0, 5290, 5315, 3, 1438, 719, 0, 5291, 5292, 5, 63, 0, 0, 5292, 5293, 5, 174, 0, 0, 5293, 5294, 5, 381, 0, 0, 5294, 5315, 3, 1438, 719, 0, 5295, 5297, 3, 340, 170, 0, 5296, 5295, 1, 0, 0, 0, 5296, 5297, 1, 0, 0, 0, 5297, 5298, 1, 0, 0, 0, 5298, 5299, 5, 247, 0, 0, 5299, 5315, 3, 1438, 719, 0, 5300, 5301, 5, 452, 0, 0, 5301, 5315, 3, 1438, 719, 0, 5302, 5303, 5, 323, 0, 0, 5303, 5315, 3, 1424, 712, 0, 5304, 5305, 5, 331, 0, 0, 5305, 5315, 3, 1438, 719, 0, 5306, 5307, 5, 175, 0, 0, 5307, 5315, 3, 1422, 711, 0, 5308, 5309, 5, 318, 0, 0, 5309, 5315, 3, 1438, 719, 0, 5310, 5311, 5, 451, 0, 0, 5311, 5315, 3, 1438, 719, 0, 5312, 5313, 5, 351, 0, 0, 5313, 5315, 3, 1404, 702, 0, 5314, 5283, 1, 0, 0, 0, 5314, 5286, 1, 0, 0, 0, 5314, 5289, 1, 0, 0, 0, 5314, 5291, 1, 0, 0, 0, 5314, 5296, 1, 0, 0, 0, 5314, 5300, 1, 0, 0, 0, 5314, 5302, 1, 0, 0, 0, 5314, 5304, 1, 0, 0, 0, 5314, 5306, 1, 0, 0, 0, 5314, 5308, 1, 0, 0, 0, 5314, 5310, 1, 0, 0, 0, 5314, 5312, 1, 0, 0, 0, 5315, 551, 1, 0, 0, 0, 5316, 5317, 7, 40, 0, 0, 5317, 553, 1, 0, 0, 0, 5318, 5323, 3, 560, 280, 0, 5319, 5320, 5, 6, 0, 0, 5320, 5322, 3, 560, 280, 0, 5321, 5319, 1, 0, 0, 0, 5322, 5325, 1, 0, 0, 0, 5323, 5321, 1, 0, 0, 0, 5323, 5324, 1, 0, 0, 0, 5324, 555, 1, 0, 0, 0, 5325, 5323, 1, 0, 0, 0, 5326, 5327, 3, 558, 279, 0, 5327, 5328, 5, 11, 0, 0, 5328, 5329, 3, 1434, 717, 0, 5329, 557, 1, 0, 0, 0, 5330, 5332, 3, 1476, 738, 0, 5331, 5333, 3, 562, 281, 0, 5332, 5331, 1, 0, 0, 0, 5332, 5333, 1, 0, 0, 0, 5333, 559, 1, 0, 0, 0, 5334, 5336, 3, 1476, 738, 0, 5335, 5337, 3, 562, 281, 0, 5336, 5335, 1, 0, 0, 0, 5336, 5337, 1, 0, 0, 0, 5337, 561, 1, 0, 0, 0, 5338, 5339, 5, 11, 0, 0, 5339, 5341, 3, 1440, 720, 0, 5340, 5338, 1, 0, 0, 0, 5341, 5342, 1, 0, 0, 0, 5342, 5340, 1, 0, 0, 0, 5342, 5343, 1, 0, 0, 0, 5343, 563, 1, 0, 0, 0, 5344, 5349, 3, 1170, 585, 0, 5345, 5346, 5, 6, 0, 0, 5346, 5348, 3, 1170, 585, 0, 5347, 5345, 1, 0, 0, 0, 5348, 5351, 1, 0, 0, 0, 5349, 5347, 1, 0, 0, 0, 5349, 5350, 1, 0, 0, 0, 5350, 565, 1, 0, 0, 0, 5351, 5349, 1, 0, 0, 0, 5352, 5354, 5, 358, 0, 0, 5353, 5355, 5, 92, 0, 0, 5354, 5353, 1, 0, 0, 0, 5354, 5355, 1, 0, 0, 0, 5355, 5356, 1, 0, 0, 0, 5356, 5361, 3, 568, 284, 0, 5357, 5358, 5, 6, 0, 0, 5358, 5360, 3, 568, 284, 0, 5359, 5357, 1, 0, 0, 0, 5360, 5363, 1, 0, 0, 0, 5361, 5359, 1, 0, 0, 0, 5361, 5362, 1, 0, 0, 0, 5362, 5366, 1, 0, 0, 0, 5363, 5361, 1, 0, 0, 0, 5364, 5365, 7, 41, 0, 0, 5365, 5367, 5, 219, 0, 0, 5366, 5364, 1, 0, 0, 0, 5366, 5367, 1, 0, 0, 0, 5367, 5369, 1, 0, 0, 0, 5368, 5370, 3, 124, 62, 0, 5369, 5368, 1, 0, 0, 0, 5369, 5370, 1, 0, 0, 0, 5370, 567, 1, 0, 0, 0, 5371, 5373, 5, 81, 0, 0, 5372, 5371, 1, 0, 0, 0, 5372, 5373, 1, 0, 0, 0, 5373, 5374, 1, 0, 0, 0, 5374, 5376, 3, 1408, 704, 0, 5375, 5377, 5, 9, 0, 0, 5376, 5375, 1, 0, 0, 0, 5376, 5377, 1, 0, 0, 0, 5377, 569, 1, 0, 0, 0, 5378, 5379, 5, 159, 0, 0, 5379, 5380, 5, 80, 0, 0, 5380, 5381, 3, 548, 274, 0, 5381, 5382, 5, 116, 0, 0, 5382, 5383, 3, 572, 286, 0, 5383, 5544, 1, 0, 0, 0, 5384, 5385, 5, 159, 0, 0, 5385, 5386, 5, 80, 0, 0, 5386, 5387, 5, 44, 0, 0, 5387, 5388, 3, 556, 278, 0, 5388, 5389, 5, 116, 0, 0, 5389, 5390, 3, 572, 286, 0, 5390, 5544, 1, 0, 0, 0, 5391, 5392, 5, 159, 0, 0, 5392, 5393, 5, 80, 0, 0, 5393, 5394, 3, 550, 275, 0, 5394, 5395, 5, 116, 0, 0, 5395, 5396, 3, 572, 286, 0, 5396, 5544, 1, 0, 0, 0, 5397, 5398, 5, 159, 0, 0, 5398, 5399, 5, 80, 0, 0, 5399, 5400, 5, 360, 0, 0, 5400, 5401, 3, 1170, 585, 0, 5401, 5402, 5, 116, 0, 0, 5402, 5403, 3, 572, 286, 0, 5403, 5544, 1, 0, 0, 0, 5404, 5405, 5, 159, 0, 0, 5405, 5406, 5, 80, 0, 0, 5406, 5407, 5, 189, 0, 0, 5407, 5408, 3, 1170, 585, 0, 5408, 5409, 5, 116, 0, 0, 5409, 5410, 3, 572, 286, 0, 5410, 5544, 1, 0, 0, 0, 5411, 5412, 5, 159, 0, 0, 5412, 5413, 5, 80, 0, 0, 5413, 5414, 5, 136, 0, 0, 5414, 5415, 3, 700, 350, 0, 5415, 5416, 5, 116, 0, 0, 5416, 5417, 3, 572, 286, 0, 5417, 5544, 1, 0, 0, 0, 5418, 5419, 5, 159, 0, 0, 5419, 5420, 5, 80, 0, 0, 5420, 5421, 5, 211, 0, 0, 5421, 5422, 3, 676, 338, 0, 5422, 5423, 5, 116, 0, 0, 5423, 5424, 3, 572, 286, 0, 5424, 5544, 1, 0, 0, 0, 5425, 5426, 5, 159, 0, 0, 5426, 5427, 5, 80, 0, 0, 5427, 5428, 5, 278, 0, 0, 5428, 5429, 3, 738, 369, 0, 5429, 5430, 5, 116, 0, 0, 5430, 5431, 3, 572, 286, 0, 5431, 5544, 1, 0, 0, 0, 5432, 5433, 5, 159, 0, 0, 5433, 5434, 5, 80, 0, 0, 5434, 5435, 5, 45, 0, 0, 5435, 5436, 3, 1438, 719, 0, 5436, 5437, 5, 80, 0, 0, 5437, 5438, 3, 1408, 704, 0, 5438, 5439, 5, 116, 0, 0, 5439, 5440, 3, 572, 286, 0, 5440, 5544, 1, 0, 0, 0, 5441, 5442, 5, 159, 0, 0, 5442, 5443, 5, 80, 0, 0, 5443, 5444, 5, 45, 0, 0, 5444, 5445, 3, 1438, 719, 0, 5445, 5447, 5, 80, 0, 0, 5446, 5448, 5, 189, 0, 0, 5447, 5446, 1, 0, 0, 0, 5447, 5448, 1, 0, 0, 0, 5448, 5449, 1, 0, 0, 0, 5449, 5450, 3, 560, 280, 0, 5450, 5451, 5, 116, 0, 0, 5451, 5452, 3, 572, 286, 0, 5452, 5544, 1, 0, 0, 0, 5453, 5454, 5, 159, 0, 0, 5454, 5455, 5, 80, 0, 0, 5455, 5456, 5, 445, 0, 0, 5456, 5457, 3, 1438, 719, 0, 5457, 5458, 5, 80, 0, 0, 5458, 5459, 3, 560, 280, 0, 5459, 5460, 5, 116, 0, 0, 5460, 5461, 3, 572, 286, 0, 5461, 5544, 1, 0, 0, 0, 5462, 5463, 5, 159, 0, 0, 5463, 5464, 5, 80, 0, 0, 5464, 5465, 5, 321, 0, 0, 5465, 5466, 3, 1438, 719, 0, 5466, 5467, 5, 80, 0, 0, 5467, 5468, 3, 560, 280, 0, 5468, 5469, 5, 116, 0, 0, 5469, 5470, 3, 572, 286, 0, 5470, 5544, 1, 0, 0, 0, 5471, 5472, 5, 159, 0, 0, 5472, 5473, 5, 80, 0, 0, 5473, 5474, 5, 357, 0, 0, 5474, 5475, 3, 1438, 719, 0, 5475, 5476, 5, 80, 0, 0, 5476, 5477, 3, 560, 280, 0, 5477, 5478, 5, 116, 0, 0, 5478, 5479, 3, 572, 286, 0, 5479, 5544, 1, 0, 0, 0, 5480, 5481, 5, 159, 0, 0, 5481, 5482, 5, 80, 0, 0, 5482, 5483, 5, 296, 0, 0, 5483, 5484, 3, 672, 336, 0, 5484, 5485, 5, 116, 0, 0, 5485, 5486, 3, 572, 286, 0, 5486, 5544, 1, 0, 0, 0, 5487, 5488, 5, 159, 0, 0, 5488, 5489, 5, 80, 0, 0, 5489, 5490, 5, 442, 0, 0, 5490, 5491, 3, 668, 334, 0, 5491, 5492, 5, 116, 0, 0, 5492, 5493, 3, 572, 286, 0, 5493, 5544, 1, 0, 0, 0, 5494, 5495, 5, 159, 0, 0, 5495, 5496, 5, 80, 0, 0, 5496, 5497, 5, 443, 0, 0, 5497, 5498, 5, 62, 0, 0, 5498, 5499, 3, 1170, 585, 0, 5499, 5500, 5, 247, 0, 0, 5500, 5501, 3, 1438, 719, 0, 5501, 5502, 5, 116, 0, 0, 5502, 5503, 3, 572, 286, 0, 5503, 5544, 1, 0, 0, 0, 5504, 5505, 5, 159, 0, 0, 5505, 5506, 5, 80, 0, 0, 5506, 5507, 5, 278, 0, 0, 5507, 5508, 5, 156, 0, 0, 5508, 5509, 3, 560, 280, 0, 5509, 5510, 5, 100, 0, 0, 5510, 5511, 3, 1438, 719, 0, 5511, 5512, 5, 116, 0, 0, 5512, 5513, 3, 572, 286, 0, 5513, 5544, 1, 0, 0, 0, 5514, 5515, 5, 159, 0, 0, 5515, 5516, 5, 80, 0, 0, 5516, 5517, 5, 278, 0, 0, 5517, 5518, 5, 206, 0, 0, 5518, 5519, 3, 560, 280, 0, 5519, 5520, 5, 100, 0, 0, 5520, 5521, 3, 1438, 719, 0, 5521, 5522, 5, 116, 0, 0, 5522, 5523, 3, 572, 286, 0, 5523, 5544, 1, 0, 0, 0, 5524, 5525, 5, 159, 0, 0, 5525, 5526, 5, 80, 0, 0, 5526, 5527, 5, 248, 0, 0, 5527, 5528, 5, 274, 0, 0, 5528, 5529, 3, 324, 162, 0, 5529, 5530, 5, 116, 0, 0, 5530, 5531, 3, 572, 286, 0, 5531, 5544, 1, 0, 0, 0, 5532, 5533, 5, 159, 0, 0, 5533, 5534, 5, 80, 0, 0, 5534, 5535, 5, 41, 0, 0, 5535, 5536, 5, 2, 0, 0, 5536, 5537, 3, 1170, 585, 0, 5537, 5538, 5, 36, 0, 0, 5538, 5539, 3, 1170, 585, 0, 5539, 5540, 5, 3, 0, 0, 5540, 5541, 5, 116, 0, 0, 5541, 5542, 3, 572, 286, 0, 5542, 5544, 1, 0, 0, 0, 5543, 5378, 1, 0, 0, 0, 5543, 5384, 1, 0, 0, 0, 5543, 5391, 1, 0, 0, 0, 5543, 5397, 1, 0, 0, 0, 5543, 5404, 1, 0, 0, 0, 5543, 5411, 1, 0, 0, 0, 5543, 5418, 1, 0, 0, 0, 5543, 5425, 1, 0, 0, 0, 5543, 5432, 1, 0, 0, 0, 5543, 5441, 1, 0, 0, 0, 5543, 5453, 1, 0, 0, 0, 5543, 5462, 1, 0, 0, 0, 5543, 5471, 1, 0, 0, 0, 5543, 5480, 1, 0, 0, 0, 5543, 5487, 1, 0, 0, 0, 5543, 5494, 1, 0, 0, 0, 5543, 5504, 1, 0, 0, 0, 5543, 5514, 1, 0, 0, 0, 5543, 5524, 1, 0, 0, 0, 5543, 5532, 1, 0, 0, 0, 5544, 571, 1, 0, 0, 0, 5545, 5548, 3, 1460, 730, 0, 5546, 5548, 5, 78, 0, 0, 5547, 5545, 1, 0, 0, 0, 5547, 5546, 1, 0, 0, 0, 5548, 573, 1, 0, 0, 0, 5549, 5550, 5, 327, 0, 0, 5550, 5552, 5, 246, 0, 0, 5551, 5553, 3, 576, 288, 0, 5552, 5551, 1, 0, 0, 0, 5552, 5553, 1, 0, 0, 0, 5553, 5554, 1, 0, 0, 0, 5554, 5555, 5, 80, 0, 0, 5555, 5556, 5, 44, 0, 0, 5556, 5557, 3, 1434, 717, 0, 5557, 5558, 5, 116, 0, 0, 5558, 5559, 3, 578, 289, 0, 5559, 5659, 1, 0, 0, 0, 5560, 5561, 5, 327, 0, 0, 5561, 5563, 5, 246, 0, 0, 5562, 5564, 3, 576, 288, 0, 5563, 5562, 1, 0, 0, 0, 5563, 5564, 1, 0, 0, 0, 5564, 5565, 1, 0, 0, 0, 5565, 5566, 5, 80, 0, 0, 5566, 5567, 5, 360, 0, 0, 5567, 5568, 3, 1170, 585, 0, 5568, 5569, 5, 116, 0, 0, 5569, 5570, 3, 578, 289, 0, 5570, 5659, 1, 0, 0, 0, 5571, 5572, 5, 327, 0, 0, 5572, 5574, 5, 246, 0, 0, 5573, 5575, 3, 576, 288, 0, 5574, 5573, 1, 0, 0, 0, 5574, 5575, 1, 0, 0, 0, 5575, 5576, 1, 0, 0, 0, 5576, 5577, 5, 80, 0, 0, 5577, 5578, 5, 189, 0, 0, 5578, 5579, 3, 1170, 585, 0, 5579, 5580, 5, 116, 0, 0, 5580, 5581, 3, 578, 289, 0, 5581, 5659, 1, 0, 0, 0, 5582, 5583, 5, 327, 0, 0, 5583, 5585, 5, 246, 0, 0, 5584, 5586, 3, 576, 288, 0, 5585, 5584, 1, 0, 0, 0, 5585, 5586, 1, 0, 0, 0, 5586, 5587, 1, 0, 0, 0, 5587, 5588, 5, 80, 0, 0, 5588, 5589, 5, 136, 0, 0, 5589, 5590, 3, 700, 350, 0, 5590, 5591, 5, 116, 0, 0, 5591, 5592, 3, 578, 289, 0, 5592, 5659, 1, 0, 0, 0, 5593, 5594, 5, 327, 0, 0, 5594, 5596, 5, 246, 0, 0, 5595, 5597, 3, 576, 288, 0, 5596, 5595, 1, 0, 0, 0, 5596, 5597, 1, 0, 0, 0, 5597, 5598, 1, 0, 0, 0, 5598, 5599, 5, 80, 0, 0, 5599, 5600, 5, 211, 0, 0, 5600, 5601, 3, 676, 338, 0, 5601, 5602, 5, 116, 0, 0, 5602, 5603, 3, 578, 289, 0, 5603, 5659, 1, 0, 0, 0, 5604, 5605, 5, 327, 0, 0, 5605, 5607, 5, 246, 0, 0, 5606, 5608, 3, 576, 288, 0, 5607, 5606, 1, 0, 0, 0, 5607, 5608, 1, 0, 0, 0, 5608, 5609, 1, 0, 0, 0, 5609, 5610, 5, 80, 0, 0, 5610, 5611, 5, 248, 0, 0, 5611, 5612, 5, 274, 0, 0, 5612, 5613, 3, 324, 162, 0, 5613, 5614, 5, 116, 0, 0, 5614, 5615, 3, 578, 289, 0, 5615, 5659, 1, 0, 0, 0, 5616, 5617, 5, 327, 0, 0, 5617, 5619, 5, 246, 0, 0, 5618, 5620, 3, 576, 288, 0, 5619, 5618, 1, 0, 0, 0, 5619, 5620, 1, 0, 0, 0, 5620, 5621, 1, 0, 0, 0, 5621, 5622, 5, 80, 0, 0, 5622, 5623, 5, 296, 0, 0, 5623, 5624, 3, 672, 336, 0, 5624, 5625, 5, 116, 0, 0, 5625, 5626, 3, 578, 289, 0, 5626, 5659, 1, 0, 0, 0, 5627, 5628, 5, 327, 0, 0, 5628, 5630, 5, 246, 0, 0, 5629, 5631, 3, 576, 288, 0, 5630, 5629, 1, 0, 0, 0, 5630, 5631, 1, 0, 0, 0, 5631, 5632, 1, 0, 0, 0, 5632, 5633, 5, 80, 0, 0, 5633, 5634, 5, 442, 0, 0, 5634, 5635, 3, 668, 334, 0, 5635, 5636, 5, 116, 0, 0, 5636, 5637, 3, 578, 289, 0, 5637, 5659, 1, 0, 0, 0, 5638, 5639, 5, 327, 0, 0, 5639, 5641, 5, 246, 0, 0, 5640, 5642, 3, 576, 288, 0, 5641, 5640, 1, 0, 0, 0, 5641, 5642, 1, 0, 0, 0, 5642, 5643, 1, 0, 0, 0, 5643, 5644, 5, 80, 0, 0, 5644, 5645, 3, 548, 274, 0, 5645, 5646, 5, 116, 0, 0, 5646, 5647, 3, 578, 289, 0, 5647, 5659, 1, 0, 0, 0, 5648, 5649, 5, 327, 0, 0, 5649, 5651, 5, 246, 0, 0, 5650, 5652, 3, 576, 288, 0, 5651, 5650, 1, 0, 0, 0, 5651, 5652, 1, 0, 0, 0, 5652, 5653, 1, 0, 0, 0, 5653, 5654, 5, 80, 0, 0, 5654, 5655, 3, 550, 275, 0, 5655, 5656, 5, 116, 0, 0, 5656, 5657, 3, 578, 289, 0, 5657, 5659, 1, 0, 0, 0, 5658, 5549, 1, 0, 0, 0, 5658, 5560, 1, 0, 0, 0, 5658, 5571, 1, 0, 0, 0, 5658, 5582, 1, 0, 0, 0, 5658, 5593, 1, 0, 0, 0, 5658, 5604, 1, 0, 0, 0, 5658, 5616, 1, 0, 0, 0, 5658, 5627, 1, 0, 0, 0, 5658, 5638, 1, 0, 0, 0, 5658, 5648, 1, 0, 0, 0, 5659, 575, 1, 0, 0, 0, 5660, 5661, 5, 62, 0, 0, 5661, 5662, 3, 80, 40, 0, 5662, 577, 1, 0, 0, 0, 5663, 5666, 3, 1460, 730, 0, 5664, 5666, 5, 78, 0, 0, 5665, 5663, 1, 0, 0, 0, 5665, 5664, 1, 0, 0, 0, 5666, 579, 1, 0, 0, 0, 5667, 5668, 5, 61, 0, 0, 5668, 5672, 3, 582, 291, 0, 5669, 5670, 5, 265, 0, 0, 5670, 5672, 3, 582, 291, 0, 5671, 5667, 1, 0, 0, 0, 5671, 5669, 1, 0, 0, 0, 5672, 581, 1, 0, 0, 0, 5673, 5759, 3, 996, 498, 0, 5674, 5675, 3, 584, 292, 0, 5675, 5676, 3, 996, 498, 0, 5676, 5759, 1, 0, 0, 0, 5677, 5679, 5, 268, 0, 0, 5678, 5680, 3, 586, 293, 0, 5679, 5678, 1, 0, 0, 0, 5679, 5680, 1, 0, 0, 0, 5680, 5681, 1, 0, 0, 0, 5681, 5759, 3, 996, 498, 0, 5682, 5684, 5, 293, 0, 0, 5683, 5685, 3, 586, 293, 0, 5684, 5683, 1, 0, 0, 0, 5684, 5685, 1, 0, 0, 0, 5685, 5686, 1, 0, 0, 0, 5686, 5759, 3, 996, 498, 0, 5687, 5689, 5, 207, 0, 0, 5688, 5690, 3, 586, 293, 0, 5689, 5688, 1, 0, 0, 0, 5689, 5690, 1, 0, 0, 0, 5690, 5691, 1, 0, 0, 0, 5691, 5759, 3, 996, 498, 0, 5692, 5694, 5, 249, 0, 0, 5693, 5695, 3, 586, 293, 0, 5694, 5693, 1, 0, 0, 0, 5694, 5695, 1, 0, 0, 0, 5695, 5696, 1, 0, 0, 0, 5696, 5759, 3, 996, 498, 0, 5697, 5698, 5, 130, 0, 0, 5698, 5700, 3, 1466, 733, 0, 5699, 5701, 3, 586, 293, 0, 5700, 5699, 1, 0, 0, 0, 5700, 5701, 1, 0, 0, 0, 5701, 5702, 1, 0, 0, 0, 5702, 5703, 3, 996, 498, 0, 5703, 5759, 1, 0, 0, 0, 5704, 5705, 5, 307, 0, 0, 5705, 5707, 3, 1466, 733, 0, 5706, 5708, 3, 586, 293, 0, 5707, 5706, 1, 0, 0, 0, 5707, 5708, 1, 0, 0, 0, 5708, 5709, 1, 0, 0, 0, 5709, 5710, 3, 996, 498, 0, 5710, 5759, 1, 0, 0, 0, 5711, 5713, 3, 1466, 733, 0, 5712, 5714, 3, 586, 293, 0, 5713, 5712, 1, 0, 0, 0, 5713, 5714, 1, 0, 0, 0, 5714, 5715, 1, 0, 0, 0, 5715, 5716, 3, 996, 498, 0, 5716, 5759, 1, 0, 0, 0, 5717, 5719, 5, 30, 0, 0, 5718, 5720, 3, 586, 293, 0, 5719, 5718, 1, 0, 0, 0, 5719, 5720, 1, 0, 0, 0, 5720, 5721, 1, 0, 0, 0, 5721, 5759, 3, 996, 498, 0, 5722, 5724, 5, 210, 0, 0, 5723, 5725, 3, 586, 293, 0, 5724, 5723, 1, 0, 0, 0, 5724, 5725, 1, 0, 0, 0, 5725, 5726, 1, 0, 0, 0, 5726, 5759, 3, 996, 498, 0, 5727, 5728, 5, 210, 0, 0, 5728, 5730, 3, 1466, 733, 0, 5729, 5731, 3, 586, 293, 0, 5730, 5729, 1, 0, 0, 0, 5730, 5731, 1, 0, 0, 0, 5731, 5732, 1, 0, 0, 0, 5732, 5733, 3, 996, 498, 0, 5733, 5759, 1, 0, 0, 0, 5734, 5735, 5, 210, 0, 0, 5735, 5737, 5, 30, 0, 0, 5736, 5738, 3, 586, 293, 0, 5737, 5736, 1, 0, 0, 0, 5737, 5738, 1, 0, 0, 0, 5738, 5739, 1, 0, 0, 0, 5739, 5759, 3, 996, 498, 0, 5740, 5742, 5, 144, 0, 0, 5741, 5743, 3, 586, 293, 0, 5742, 5741, 1, 0, 0, 0, 5742, 5743, 1, 0, 0, 0, 5743, 5744, 1, 0, 0, 0, 5744, 5759, 3, 996, 498, 0, 5745, 5746, 5, 144, 0, 0, 5746, 5748, 3, 1466, 733, 0, 5747, 5749, 3, 586, 293, 0, 5748, 5747, 1, 0, 0, 0, 5748, 5749, 1, 0, 0, 0, 5749, 5750, 1, 0, 0, 0, 5750, 5751, 3, 996, 498, 0, 5751, 5759, 1, 0, 0, 0, 5752, 5753, 5, 144, 0, 0, 5753, 5755, 5, 30, 0, 0, 5754, 5756, 3, 586, 293, 0, 5755, 5754, 1, 0, 0, 0, 5755, 5756, 1, 0, 0, 0, 5756, 5757, 1, 0, 0, 0, 5757, 5759, 3, 996, 498, 0, 5758, 5673, 1, 0, 0, 0, 5758, 5674, 1, 0, 0, 0, 5758, 5677, 1, 0, 0, 0, 5758, 5682, 1, 0, 0, 0, 5758, 5687, 1, 0, 0, 0, 5758, 5692, 1, 0, 0, 0, 5758, 5697, 1, 0, 0, 0, 5758, 5704, 1, 0, 0, 0, 5758, 5711, 1, 0, 0, 0, 5758, 5717, 1, 0, 0, 0, 5758, 5722, 1, 0, 0, 0, 5758, 5727, 1, 0, 0, 0, 5758, 5734, 1, 0, 0, 0, 5758, 5740, 1, 0, 0, 0, 5758, 5745, 1, 0, 0, 0, 5758, 5752, 1, 0, 0, 0, 5759, 583, 1, 0, 0, 0, 5760, 5761, 7, 42, 0, 0, 5761, 585, 1, 0, 0, 0, 5762, 5763, 3, 584, 292, 0, 5763, 587, 1, 0, 0, 0, 5764, 5765, 5, 65, 0, 0, 5765, 5766, 3, 592, 296, 0, 5766, 5767, 5, 80, 0, 0, 5767, 5768, 3, 602, 301, 0, 5768, 5769, 5, 94, 0, 0, 5769, 5771, 3, 604, 302, 0, 5770, 5772, 3, 608, 304, 0, 5771, 5770, 1, 0, 0, 0, 5771, 5772, 1, 0, 0, 0, 5772, 589, 1, 0, 0, 0, 5773, 5774, 5, 317, 0, 0, 5774, 5775, 3, 592, 296, 0, 5775, 5776, 5, 80, 0, 0, 5776, 5777, 3, 602, 301, 0, 5777, 5778, 5, 64, 0, 0, 5778, 5780, 3, 604, 302, 0, 5779, 5781, 3, 124, 62, 0, 5780, 5779, 1, 0, 0, 0, 5780, 5781, 1, 0, 0, 0, 5781, 5795, 1, 0, 0, 0, 5782, 5783, 5, 317, 0, 0, 5783, 5784, 5, 65, 0, 0, 5784, 5785, 5, 279, 0, 0, 5785, 5786, 5, 62, 0, 0, 5786, 5787, 3, 592, 296, 0, 5787, 5788, 5, 80, 0, 0, 5788, 5789, 3, 602, 301, 0, 5789, 5790, 5, 64, 0, 0, 5790, 5792, 3, 604, 302, 0, 5791, 5793, 3, 124, 62, 0, 5792, 5791, 1, 0, 0, 0, 5792, 5793, 1, 0, 0, 0, 5793, 5795, 1, 0, 0, 0, 5794, 5773, 1, 0, 0, 0, 5794, 5782, 1, 0, 0, 0, 5795, 591, 1, 0, 0, 0, 5796, 5813, 3, 598, 299, 0, 5797, 5813, 5, 30, 0, 0, 5798, 5799, 5, 30, 0, 0, 5799, 5813, 5, 294, 0, 0, 5800, 5801, 5, 30, 0, 0, 5801, 5802, 5, 2, 0, 0, 5802, 5803, 3, 246, 123, 0, 5803, 5804, 5, 3, 0, 0, 5804, 5813, 1, 0, 0, 0, 5805, 5806, 5, 30, 0, 0, 5806, 5807, 5, 294, 0, 0, 5807, 5808, 5, 2, 0, 0, 5808, 5809, 3, 246, 123, 0, 5809, 5810, 5, 3, 0, 0, 5810, 5813, 1, 0, 0, 0, 5811, 5813, 3, 594, 297, 0, 5812, 5796, 1, 0, 0, 0, 5812, 5797, 1, 0, 0, 0, 5812, 5798, 1, 0, 0, 0, 5812, 5800, 1, 0, 0, 0, 5812, 5805, 1, 0, 0, 0, 5812, 5811, 1, 0, 0, 0, 5813, 593, 1, 0, 0, 0, 5814, 5819, 3, 596, 298, 0, 5815, 5816, 5, 6, 0, 0, 5816, 5818, 3, 596, 298, 0, 5817, 5815, 1, 0, 0, 0, 5818, 5821, 1, 0, 0, 0, 5819, 5817, 1, 0, 0, 0, 5819, 5820, 1, 0, 0, 0, 5820, 595, 1, 0, 0, 0, 5821, 5819, 1, 0, 0, 0, 5822, 5823, 7, 43, 0, 0, 5823, 597, 1, 0, 0, 0, 5824, 5829, 3, 600, 300, 0, 5825, 5826, 5, 6, 0, 0, 5826, 5828, 3, 600, 300, 0, 5827, 5825, 1, 0, 0, 0, 5828, 5831, 1, 0, 0, 0, 5829, 5827, 1, 0, 0, 0, 5829, 5830, 1, 0, 0, 0, 5830, 599, 1, 0, 0, 0, 5831, 5829, 1, 0, 0, 0, 5832, 5834, 5, 88, 0, 0, 5833, 5835, 3, 242, 121, 0, 5834, 5833, 1, 0, 0, 0, 5834, 5835, 1, 0, 0, 0, 5835, 5849, 1, 0, 0, 0, 5836, 5838, 5, 86, 0, 0, 5837, 5839, 3, 242, 121, 0, 5838, 5837, 1, 0, 0, 0, 5838, 5839, 1, 0, 0, 0, 5839, 5849, 1, 0, 0, 0, 5840, 5842, 5, 46, 0, 0, 5841, 5843, 3, 242, 121, 0, 5842, 5841, 1, 0, 0, 0, 5842, 5843, 1, 0, 0, 0, 5843, 5849, 1, 0, 0, 0, 5844, 5846, 3, 1476, 738, 0, 5845, 5847, 3, 242, 121, 0, 5846, 5845, 1, 0, 0, 0, 5846, 5847, 1, 0, 0, 0, 5847, 5849, 1, 0, 0, 0, 5848, 5832, 1, 0, 0, 0, 5848, 5836, 1, 0, 0, 0, 5848, 5840, 1, 0, 0, 0, 5848, 5844, 1, 0, 0, 0, 5849, 601, 1, 0, 0, 0, 5850, 5909, 3, 1392, 696, 0, 5851, 5852, 5, 92, 0, 0, 5852, 5909, 3, 1394, 697, 0, 5853, 5854, 5, 328, 0, 0, 5854, 5909, 3, 1392, 696, 0, 5855, 5856, 5, 63, 0, 0, 5856, 5857, 5, 174, 0, 0, 5857, 5858, 5, 381, 0, 0, 5858, 5909, 3, 1418, 709, 0, 5859, 5860, 5, 63, 0, 0, 5860, 5861, 5, 331, 0, 0, 5861, 5909, 3, 1418, 709, 0, 5862, 5863, 5, 211, 0, 0, 5863, 5909, 3, 674, 337, 0, 5864, 5865, 5, 296, 0, 0, 5865, 5909, 3, 670, 335, 0, 5866, 5867, 5, 442, 0, 0, 5867, 5909, 3, 666, 333, 0, 5868, 5869, 5, 175, 0, 0, 5869, 5909, 3, 1398, 699, 0, 5870, 5871, 5, 189, 0, 0, 5871, 5909, 3, 554, 277, 0, 5872, 5873, 5, 247, 0, 0, 5873, 5909, 3, 1418, 709, 0, 5874, 5875, 5, 248, 0, 0, 5875, 5876, 5, 274, 0, 0, 5876, 5909, 3, 326, 163, 0, 5877, 5878, 5, 323, 0, 0, 5878, 5909, 3, 1396, 698, 0, 5879, 5880, 5, 351, 0, 0, 5880, 5909, 3, 1416, 708, 0, 5881, 5882, 5, 360, 0, 0, 5882, 5909, 3, 554, 277, 0, 5883, 5884, 5, 30, 0, 0, 5884, 5885, 5, 350, 0, 0, 5885, 5886, 5, 68, 0, 0, 5886, 5887, 5, 323, 0, 0, 5887, 5909, 3, 1396, 698, 0, 5888, 5889, 5, 30, 0, 0, 5889, 5890, 5, 329, 0, 0, 5890, 5891, 5, 68, 0, 0, 5891, 5892, 5, 323, 0, 0, 5892, 5909, 3, 1396, 698, 0, 5893, 5894, 5, 30, 0, 0, 5894, 5895, 5, 212, 0, 0, 5895, 5896, 5, 68, 0, 0, 5896, 5897, 5, 323, 0, 0, 5897, 5909, 3, 1396, 698, 0, 5898, 5899, 5, 30, 0, 0, 5899, 5900, 5, 457, 0, 0, 5900, 5901, 5, 68, 0, 0, 5901, 5902, 5, 323, 0, 0, 5902, 5909, 3, 1396, 698, 0, 5903, 5904, 5, 30, 0, 0, 5904, 5905, 5, 455, 0, 0, 5905, 5906, 5, 68, 0, 0, 5906, 5907, 5, 323, 0, 0, 5907, 5909, 3, 1396, 698, 0, 5908, 5850, 1, 0, 0, 0, 5908, 5851, 1, 0, 0, 0, 5908, 5853, 1, 0, 0, 0, 5908, 5855, 1, 0, 0, 0, 5908, 5859, 1, 0, 0, 0, 5908, 5862, 1, 0, 0, 0, 5908, 5864, 1, 0, 0, 0, 5908, 5866, 1, 0, 0, 0, 5908, 5868, 1, 0, 0, 0, 5908, 5870, 1, 0, 0, 0, 5908, 5872, 1, 0, 0, 0, 5908, 5874, 1, 0, 0, 0, 5908, 5877, 1, 0, 0, 0, 5908, 5879, 1, 0, 0, 0, 5908, 5881, 1, 0, 0, 0, 5908, 5883, 1, 0, 0, 0, 5908, 5888, 1, 0, 0, 0, 5908, 5893, 1, 0, 0, 0, 5908, 5898, 1, 0, 0, 0, 5908, 5903, 1, 0, 0, 0, 5909, 603, 1, 0, 0, 0, 5910, 5915, 3, 606, 303, 0, 5911, 5912, 5, 6, 0, 0, 5912, 5914, 3, 606, 303, 0, 5913, 5911, 1, 0, 0, 0, 5914, 5917, 1, 0, 0, 0, 5915, 5913, 1, 0, 0, 0, 5915, 5916, 1, 0, 0, 0, 5916, 605, 1, 0, 0, 0, 5917, 5915, 1, 0, 0, 0, 5918, 5922, 3, 1472, 736, 0, 5919, 5920, 5, 66, 0, 0, 5920, 5922, 3, 1472, 736, 0, 5921, 5918, 1, 0, 0, 0, 5921, 5919, 1, 0, 0, 0, 5922, 607, 1, 0, 0, 0, 5923, 5924, 5, 105, 0, 0, 5924, 5925, 5, 65, 0, 0, 5925, 5926, 5, 279, 0, 0, 5926, 609, 1, 0, 0, 0, 5927, 5928, 5, 65, 0, 0, 5928, 5929, 3, 598, 299, 0, 5929, 5930, 5, 94, 0, 0, 5930, 5932, 3, 1474, 737, 0, 5931, 5933, 3, 614, 307, 0, 5932, 5931, 1, 0, 0, 0, 5932, 5933, 1, 0, 0, 0, 5933, 5935, 1, 0, 0, 0, 5934, 5936, 3, 616, 308, 0, 5935, 5934, 1, 0, 0, 0, 5935, 5936, 1, 0, 0, 0, 5936, 611, 1, 0, 0, 0, 5937, 5938, 5, 317, 0, 0, 5938, 5939, 3, 598, 299, 0, 5939, 5940, 5, 64, 0, 0, 5940, 5942, 3, 1474, 737, 0, 5941, 5943, 3, 616, 308, 0, 5942, 5941, 1, 0, 0, 0, 5942, 5943, 1, 0, 0, 0, 5943, 5945, 1, 0, 0, 0, 5944, 5946, 3, 124, 62, 0, 5945, 5944, 1, 0, 0, 0, 5945, 5946, 1, 0, 0, 0, 5946, 5961, 1, 0, 0, 0, 5947, 5948, 5, 317, 0, 0, 5948, 5949, 5, 134, 0, 0, 5949, 5950, 5, 279, 0, 0, 5950, 5951, 5, 62, 0, 0, 5951, 5952, 3, 598, 299, 0, 5952, 5953, 5, 64, 0, 0, 5953, 5955, 3, 1474, 737, 0, 5954, 5956, 3, 616, 308, 0, 5955, 5954, 1, 0, 0, 0, 5955, 5956, 1, 0, 0, 0, 5956, 5958, 1, 0, 0, 0, 5957, 5959, 3, 124, 62, 0, 5958, 5957, 1, 0, 0, 0, 5958, 5959, 1, 0, 0, 0, 5959, 5961, 1, 0, 0, 0, 5960, 5937, 1, 0, 0, 0, 5960, 5947, 1, 0, 0, 0, 5961, 613, 1, 0, 0, 0, 5962, 5963, 5, 105, 0, 0, 5963, 5964, 5, 134, 0, 0, 5964, 5965, 5, 279, 0, 0, 5965, 615, 1, 0, 0, 0, 5966, 5967, 5, 214, 0, 0, 5967, 5968, 5, 147, 0, 0, 5968, 5969, 3, 1472, 736, 0, 5969, 617, 1, 0, 0, 0, 5970, 5971, 5, 138, 0, 0, 5971, 5972, 5, 53, 0, 0, 5972, 5973, 5, 294, 0, 0, 5973, 5974, 3, 620, 310, 0, 5974, 5975, 3, 624, 312, 0, 5975, 619, 1, 0, 0, 0, 5976, 5978, 3, 622, 311, 0, 5977, 5976, 1, 0, 0, 0, 5978, 5981, 1, 0, 0, 0, 5979, 5977, 1, 0, 0, 0, 5979, 5980, 1, 0, 0, 0, 5980, 621, 1, 0, 0, 0, 5981, 5979, 1, 0, 0, 0, 5982, 5983, 5, 68, 0, 0, 5983, 5984, 5, 323, 0, 0, 5984, 5992, 3, 1396, 698, 0, 5985, 5986, 5, 62, 0, 0, 5986, 5987, 5, 318, 0, 0, 5987, 5992, 3, 1474, 737, 0, 5988, 5989, 5, 62, 0, 0, 5989, 5990, 5, 99, 0, 0, 5990, 5992, 3, 1474, 737, 0, 5991, 5982, 1, 0, 0, 0, 5991, 5985, 1, 0, 0, 0, 5991, 5988, 1, 0, 0, 0, 5992, 623, 1, 0, 0, 0, 5993, 5994, 5, 65, 0, 0, 5994, 5995, 3, 592, 296, 0, 5995, 5996, 5, 80, 0, 0, 5996, 5997, 3, 626, 313, 0, 5997, 5998, 5, 94, 0, 0, 5998, 6000, 3, 604, 302, 0, 5999, 6001, 3, 608, 304, 0, 6000, 5999, 1, 0, 0, 0, 6000, 6001, 1, 0, 0, 0, 6001, 6024, 1, 0, 0, 0, 6002, 6003, 5, 317, 0, 0, 6003, 6004, 3, 592, 296, 0, 6004, 6005, 5, 80, 0, 0, 6005, 6006, 3, 626, 313, 0, 6006, 6007, 5, 64, 0, 0, 6007, 6009, 3, 604, 302, 0, 6008, 6010, 3, 124, 62, 0, 6009, 6008, 1, 0, 0, 0, 6009, 6010, 1, 0, 0, 0, 6010, 6024, 1, 0, 0, 0, 6011, 6012, 5, 317, 0, 0, 6012, 6013, 5, 65, 0, 0, 6013, 6014, 5, 279, 0, 0, 6014, 6015, 5, 62, 0, 0, 6015, 6016, 3, 592, 296, 0, 6016, 6017, 5, 80, 0, 0, 6017, 6018, 3, 626, 313, 0, 6018, 6019, 5, 64, 0, 0, 6019, 6021, 3, 604, 302, 0, 6020, 6022, 3, 124, 62, 0, 6021, 6020, 1, 0, 0, 0, 6021, 6022, 1, 0, 0, 0, 6022, 6024, 1, 0, 0, 0, 6023, 5993, 1, 0, 0, 0, 6023, 6002, 1, 0, 0, 0, 6023, 6011, 1, 0, 0, 0, 6024, 625, 1, 0, 0, 0, 6025, 6026, 7, 44, 0, 0, 6026, 627, 1, 0, 0, 0, 6027, 6029, 5, 46, 0, 0, 6028, 6030, 3, 630, 315, 0, 6029, 6028, 1, 0, 0, 0, 6029, 6030, 1, 0, 0, 0, 6030, 6031, 1, 0, 0, 0, 6031, 6033, 5, 226, 0, 0, 6032, 6034, 3, 632, 316, 0, 6033, 6032, 1, 0, 0, 0, 6033, 6034, 1, 0, 0, 0, 6034, 6036, 1, 0, 0, 0, 6035, 6037, 3, 518, 259, 0, 6036, 6035, 1, 0, 0, 0, 6036, 6037, 1, 0, 0, 0, 6037, 6039, 1, 0, 0, 0, 6038, 6040, 3, 634, 317, 0, 6039, 6038, 1, 0, 0, 0, 6039, 6040, 1, 0, 0, 0, 6040, 6041, 1, 0, 0, 0, 6041, 6042, 5, 80, 0, 0, 6042, 6044, 3, 1120, 560, 0, 6043, 6045, 3, 636, 318, 0, 6044, 6043, 1, 0, 0, 0, 6044, 6045, 1, 0, 0, 0, 6045, 6046, 1, 0, 0, 0, 6046, 6047, 5, 2, 0, 0, 6047, 6048, 3, 638, 319, 0, 6048, 6050, 5, 3, 0, 0, 6049, 6051, 3, 644, 322, 0, 6050, 6049, 1, 0, 0, 0, 6050, 6051, 1, 0, 0, 0, 6051, 6053, 1, 0, 0, 0, 6052, 6054, 3, 222, 111, 0, 6053, 6052, 1, 0, 0, 0, 6053, 6054, 1, 0, 0, 0, 6054, 6056, 1, 0, 0, 0, 6055, 6057, 3, 134, 67, 0, 6056, 6055, 1, 0, 0, 0, 6056, 6057, 1, 0, 0, 0, 6057, 6059, 1, 0, 0, 0, 6058, 6060, 3, 284, 142, 0, 6059, 6058, 1, 0, 0, 0, 6059, 6060, 1, 0, 0, 0, 6060, 6062, 1, 0, 0, 0, 6061, 6063, 3, 1146, 573, 0, 6062, 6061, 1, 0, 0, 0, 6062, 6063, 1, 0, 0, 0, 6063, 629, 1, 0, 0, 0, 6064, 6065, 5, 98, 0, 0, 6065, 631, 1, 0, 0, 0, 6066, 6067, 5, 109, 0, 0, 6067, 633, 1, 0, 0, 0, 6068, 6069, 3, 1438, 719, 0, 6069, 635, 1, 0, 0, 0, 6070, 6071, 5, 100, 0, 0, 6071, 6072, 3, 1438, 719, 0, 6072, 637, 1, 0, 0, 0, 6073, 6078, 3, 642, 321, 0, 6074, 6075, 5, 6, 0, 0, 6075, 6077, 3, 642, 321, 0, 6076, 6074, 1, 0, 0, 0, 6077, 6080, 1, 0, 0, 0, 6078, 6076, 1, 0, 0, 0, 6078, 6079, 1, 0, 0, 0, 6079, 639, 1, 0, 0, 0, 6080, 6078, 1, 0, 0, 0, 6081, 6083, 3, 648, 324, 0, 6082, 6081, 1, 0, 0, 0, 6082, 6083, 1, 0, 0, 0, 6083, 6085, 1, 0, 0, 0, 6084, 6086, 3, 650, 325, 0, 6085, 6084, 1, 0, 0, 0, 6085, 6086, 1, 0, 0, 0, 6086, 6088, 1, 0, 0, 0, 6087, 6089, 3, 652, 326, 0, 6088, 6087, 1, 0, 0, 0, 6088, 6089, 1, 0, 0, 0, 6089, 6091, 1, 0, 0, 0, 6090, 6092, 3, 654, 327, 0, 6091, 6090, 1, 0, 0, 0, 6091, 6092, 1, 0, 0, 0, 6092, 6105, 1, 0, 0, 0, 6093, 6095, 3, 648, 324, 0, 6094, 6093, 1, 0, 0, 0, 6094, 6095, 1, 0, 0, 0, 6095, 6096, 1, 0, 0, 0, 6096, 6097, 3, 560, 280, 0, 6097, 6099, 3, 132, 66, 0, 6098, 6100, 3, 652, 326, 0, 6099, 6098, 1, 0, 0, 0, 6099, 6100, 1, 0, 0, 0, 6100, 6102, 1, 0, 0, 0, 6101, 6103, 3, 654, 327, 0, 6102, 6101, 1, 0, 0, 0, 6102, 6103, 1, 0, 0, 0, 6103, 6105, 1, 0, 0, 0, 6104, 6082, 1, 0, 0, 0, 6104, 6094, 1, 0, 0, 0, 6105, 641, 1, 0, 0, 0, 6106, 6107, 3, 1434, 717, 0, 6107, 6108, 3, 640, 320, 0, 6108, 6118, 1, 0, 0, 0, 6109, 6110, 3, 1264, 632, 0, 6110, 6111, 3, 640, 320, 0, 6111, 6118, 1, 0, 0, 0, 6112, 6113, 5, 2, 0, 0, 6113, 6114, 3, 1214, 607, 0, 6114, 6115, 5, 3, 0, 0, 6115, 6116, 3, 640, 320, 0, 6116, 6118, 1, 0, 0, 0, 6117, 6106, 1, 0, 0, 0, 6117, 6109, 1, 0, 0, 0, 6117, 6112, 1, 0, 0, 0, 6118, 643, 1, 0, 0, 0, 6119, 6120, 5, 441, 0, 0, 6120, 6121, 5, 2, 0, 0, 6121, 6122, 3, 646, 323, 0, 6122, 6123, 5, 3, 0, 0, 6123, 645, 1, 0, 0, 0, 6124, 6129, 3, 642, 321, 0, 6125, 6126, 5, 6, 0, 0, 6126, 6128, 3, 642, 321, 0, 6127, 6125, 1, 0, 0, 0, 6128, 6131, 1, 0, 0, 0, 6129, 6127, 1, 0, 0, 0, 6129, 6130, 1, 0, 0, 0, 6130, 647, 1, 0, 0, 0, 6131, 6129, 1, 0, 0, 0, 6132, 6133, 5, 43, 0, 0, 6133, 6134, 3, 560, 280, 0, 6134, 649, 1, 0, 0, 0, 6135, 6136, 3, 560, 280, 0, 6136, 651, 1, 0, 0, 0, 6137, 6138, 7, 45, 0, 0, 6138, 653, 1, 0, 0, 0, 6139, 6140, 5, 273, 0, 0, 6140, 6144, 5, 207, 0, 0, 6141, 6142, 5, 273, 0, 0, 6142, 6144, 5, 249, 0, 0, 6143, 6139, 1, 0, 0, 0, 6143, 6141, 1, 0, 0, 0, 6144, 655, 1, 0, 0, 0, 6145, 6147, 5, 46, 0, 0, 6146, 6148, 3, 660, 330, 0, 6147, 6146, 1, 0, 0, 0, 6147, 6148, 1, 0, 0, 0, 6148, 6153, 1, 0, 0, 0, 6149, 6150, 5, 211, 0, 0, 6150, 6154, 3, 1444, 722, 0, 6151, 6152, 5, 296, 0, 0, 6152, 6154, 3, 1432, 716, 0, 6153, 6149, 1, 0, 0, 0, 6153, 6151, 1, 0, 0, 0, 6154, 6155, 1, 0, 0, 0, 6155, 6165, 3, 678, 339, 0, 6156, 6163, 5, 316, 0, 0, 6157, 6164, 3, 688, 344, 0, 6158, 6159, 5, 92, 0, 0, 6159, 6160, 5, 2, 0, 0, 6160, 6161, 3, 716, 358, 0, 6161, 6162, 5, 3, 0, 0, 6162, 6164, 1, 0, 0, 0, 6163, 6157, 1, 0, 0, 0, 6163, 6158, 1, 0, 0, 0, 6164, 6166, 1, 0, 0, 0, 6165, 6156, 1, 0, 0, 0, 6165, 6166, 1, 0, 0, 0, 6166, 6167, 1, 0, 0, 0, 6167, 6170, 3, 704, 352, 0, 6168, 6169, 5, 105, 0, 0, 6169, 6171, 3, 658, 329, 0, 6170, 6168, 1, 0, 0, 0, 6170, 6171, 1, 0, 0, 0, 6171, 657, 1, 0, 0, 0, 6172, 6173, 5, 2, 0, 0, 6173, 6178, 3, 1476, 738, 0, 6174, 6175, 5, 6, 0, 0, 6175, 6177, 3, 1476, 738, 0, 6176, 6174, 1, 0, 0, 0, 6177, 6180, 1, 0, 0, 0, 6178, 6176, 1, 0, 0, 0, 6178, 6179, 1, 0, 0, 0, 6179, 6181, 1, 0, 0, 0, 6180, 6178, 1, 0, 0, 0, 6181, 6182, 5, 3, 0, 0, 6182, 659, 1, 0, 0, 0, 6183, 6184, 5, 82, 0, 0, 6184, 6185, 5, 311, 0, 0, 6185, 661, 1, 0, 0, 0, 6186, 6188, 5, 2, 0, 0, 6187, 6189, 3, 664, 332, 0, 6188, 6187, 1, 0, 0, 0, 6188, 6189, 1, 0, 0, 0, 6189, 6190, 1, 0, 0, 0, 6190, 6191, 5, 3, 0, 0, 6191, 663, 1, 0, 0, 0, 6192, 6197, 3, 682, 341, 0, 6193, 6194, 5, 6, 0, 0, 6194, 6196, 3, 682, 341, 0, 6195, 6193, 1, 0, 0, 0, 6196, 6199, 1, 0, 0, 0, 6197, 6195, 1, 0, 0, 0, 6197, 6198, 1, 0, 0, 0, 6198, 665, 1, 0, 0, 0, 6199, 6197, 1, 0, 0, 0, 6200, 6205, 3, 668, 334, 0, 6201, 6202, 5, 6, 0, 0, 6202, 6204, 3, 668, 334, 0, 6203, 6201, 1, 0, 0, 0, 6204, 6207, 1, 0, 0, 0, 6205, 6203, 1, 0, 0, 0, 6205, 6206, 1, 0, 0, 0, 6206, 667, 1, 0, 0, 0, 6207, 6205, 1, 0, 0, 0, 6208, 6209, 3, 1428, 714, 0, 6209, 6210, 3, 662, 331, 0, 6210, 6217, 1, 0, 0, 0, 6211, 6217, 3, 1502, 751, 0, 6212, 6214, 3, 1476, 738, 0, 6213, 6215, 3, 1382, 691, 0, 6214, 6213, 1, 0, 0, 0, 6214, 6215, 1, 0, 0, 0, 6215, 6217, 1, 0, 0, 0, 6216, 6208, 1, 0, 0, 0, 6216, 6211, 1, 0, 0, 0, 6216, 6212, 1, 0, 0, 0, 6217, 669, 1, 0, 0, 0, 6218, 6223, 3, 672, 336, 0, 6219, 6220, 5, 6, 0, 0, 6220, 6222, 3, 672, 336, 0, 6221, 6219, 1, 0, 0, 0, 6222, 6225, 1, 0, 0, 0, 6223, 6221, 1, 0, 0, 0, 6223, 6224, 1, 0, 0, 0, 6224, 671, 1, 0, 0, 0, 6225, 6223, 1, 0, 0, 0, 6226, 6227, 3, 1430, 715, 0, 6227, 6228, 3, 662, 331, 0, 6228, 6235, 1, 0, 0, 0, 6229, 6235, 3, 1502, 751, 0, 6230, 6232, 3, 1476, 738, 0, 6231, 6233, 3, 1382, 691, 0, 6232, 6231, 1, 0, 0, 0, 6232, 6233, 1, 0, 0, 0, 6233, 6235, 1, 0, 0, 0, 6234, 6226, 1, 0, 0, 0, 6234, 6229, 1, 0, 0, 0, 6234, 6230, 1, 0, 0, 0, 6235, 673, 1, 0, 0, 0, 6236, 6241, 3, 676, 338, 0, 6237, 6238, 5, 6, 0, 0, 6238, 6240, 3, 676, 338, 0, 6239, 6237, 1, 0, 0, 0, 6240, 6243, 1, 0, 0, 0, 6241, 6239, 1, 0, 0, 0, 6241, 6242, 1, 0, 0, 0, 6242, 675, 1, 0, 0, 0, 6243, 6241, 1, 0, 0, 0, 6244, 6245, 3, 1446, 723, 0, 6245, 6246, 3, 662, 331, 0, 6246, 6253, 1, 0, 0, 0, 6247, 6253, 3, 1502, 751, 0, 6248, 6250, 3, 1476, 738, 0, 6249, 6251, 3, 1382, 691, 0, 6250, 6249, 1, 0, 0, 0, 6250, 6251, 1, 0, 0, 0, 6251, 6253, 1, 0, 0, 0, 6252, 6244, 1, 0, 0, 0, 6252, 6247, 1, 0, 0, 0, 6252, 6248, 1, 0, 0, 0, 6253, 677, 1, 0, 0, 0, 6254, 6256, 5, 2, 0, 0, 6255, 6257, 3, 680, 340, 0, 6256, 6255, 1, 0, 0, 0, 6256, 6257, 1, 0, 0, 0, 6257, 6258, 1, 0, 0, 0, 6258, 6259, 5, 3, 0, 0, 6259, 679, 1, 0, 0, 0, 6260, 6265, 3, 692, 346, 0, 6261, 6262, 5, 6, 0, 0, 6262, 6264, 3, 692, 346, 0, 6263, 6261, 1, 0, 0, 0, 6264, 6267, 1, 0, 0, 0, 6265, 6263, 1, 0, 0, 0, 6265, 6266, 1, 0, 0, 0, 6266, 681, 1, 0, 0, 0, 6267, 6265, 1, 0, 0, 0, 6268, 6270, 3, 684, 342, 0, 6269, 6271, 3, 686, 343, 0, 6270, 6269, 1, 0, 0, 0, 6270, 6271, 1, 0, 0, 0, 6271, 6272, 1, 0, 0, 0, 6272, 6273, 3, 690, 345, 0, 6273, 6282, 1, 0, 0, 0, 6274, 6276, 3, 686, 343, 0, 6275, 6277, 3, 684, 342, 0, 6276, 6275, 1, 0, 0, 0, 6276, 6277, 1, 0, 0, 0, 6277, 6278, 1, 0, 0, 0, 6278, 6279, 3, 690, 345, 0, 6279, 6282, 1, 0, 0, 0, 6280, 6282, 3, 690, 345, 0, 6281, 6268, 1, 0, 0, 0, 6281, 6274, 1, 0, 0, 0, 6281, 6280, 1, 0, 0, 0, 6282, 683, 1, 0, 0, 0, 6283, 6285, 5, 68, 0, 0, 6284, 6286, 5, 453, 0, 0, 6285, 6284, 1, 0, 0, 0, 6285, 6286, 1, 0, 0, 0, 6286, 6291, 1, 0, 0, 0, 6287, 6291, 5, 453, 0, 0, 6288, 6291, 5, 400, 0, 0, 6289, 6291, 5, 101, 0, 0, 6290, 6283, 1, 0, 0, 0, 6290, 6287, 1, 0, 0, 0, 6290, 6288, 1, 0, 0, 0, 6290, 6289, 1, 0, 0, 0, 6291, 685, 1, 0, 0, 0, 6292, 6293, 3, 1484, 742, 0, 6293, 687, 1, 0, 0, 0, 6294, 6295, 3, 690, 345, 0, 6295, 689, 1, 0, 0, 0, 6296, 6309, 3, 1170, 585, 0, 6297, 6298, 3, 1484, 742, 0, 6298, 6299, 3, 562, 281, 0, 6299, 6300, 5, 27, 0, 0, 6300, 6301, 5, 360, 0, 0, 6301, 6309, 1, 0, 0, 0, 6302, 6303, 5, 415, 0, 0, 6303, 6304, 3, 1484, 742, 0, 6304, 6305, 3, 562, 281, 0, 6305, 6306, 5, 27, 0, 0, 6306, 6307, 5, 360, 0, 0, 6307, 6309, 1, 0, 0, 0, 6308, 6296, 1, 0, 0, 0, 6308, 6297, 1, 0, 0, 0, 6308, 6302, 1, 0, 0, 0, 6309, 691, 1, 0, 0, 0, 6310, 6313, 3, 682, 341, 0, 6311, 6312, 7, 46, 0, 0, 6312, 6314, 3, 1214, 607, 0, 6313, 6311, 1, 0, 0, 0, 6313, 6314, 1, 0, 0, 0, 6314, 693, 1, 0, 0, 0, 6315, 6316, 3, 682, 341, 0, 6316, 695, 1, 0, 0, 0, 6317, 6328, 5, 2, 0, 0, 6318, 6329, 5, 9, 0, 0, 6319, 6329, 3, 698, 349, 0, 6320, 6321, 5, 83, 0, 0, 6321, 6322, 5, 147, 0, 0, 6322, 6329, 3, 698, 349, 0, 6323, 6324, 3, 698, 349, 0, 6324, 6325, 5, 83, 0, 0, 6325, 6326, 5, 147, 0, 0, 6326, 6327, 3, 698, 349, 0, 6327, 6329, 1, 0, 0, 0, 6328, 6318, 1, 0, 0, 0, 6328, 6319, 1, 0, 0, 0, 6328, 6320, 1, 0, 0, 0, 6328, 6323, 1, 0, 0, 0, 6329, 6330, 1, 0, 0, 0, 6330, 6331, 5, 3, 0, 0, 6331, 697, 1, 0, 0, 0, 6332, 6337, 3, 694, 347, 0, 6333, 6334, 5, 6, 0, 0, 6334, 6336, 3, 694, 347, 0, 6335, 6333, 1, 0, 0, 0, 6336, 6339, 1, 0, 0, 0, 6337, 6335, 1, 0, 0, 0, 6337, 6338, 1, 0, 0, 0, 6338, 699, 1, 0, 0, 0, 6339, 6337, 1, 0, 0, 0, 6340, 6341, 3, 1446, 723, 0, 6341, 6342, 3, 696, 348, 0, 6342, 701, 1, 0, 0, 0, 6343, 6348, 3, 700, 350, 0, 6344, 6345, 5, 6, 0, 0, 6345, 6347, 3, 700, 350, 0, 6346, 6344, 1, 0, 0, 0, 6347, 6350, 1, 0, 0, 0, 6348, 6346, 1, 0, 0, 0, 6348, 6349, 1, 0, 0, 0, 6349, 703, 1, 0, 0, 0, 6350, 6348, 1, 0, 0, 0, 6351, 6353, 3, 708, 354, 0, 6352, 6351, 1, 0, 0, 0, 6353, 6354, 1, 0, 0, 0, 6354, 6352, 1, 0, 0, 0, 6354, 6355, 1, 0, 0, 0, 6355, 705, 1, 0, 0, 0, 6356, 6357, 5, 149, 0, 0, 6357, 6358, 5, 80, 0, 0, 6358, 6359, 5, 78, 0, 0, 6359, 6392, 5, 458, 0, 0, 6360, 6361, 5, 316, 0, 0, 6361, 6362, 5, 78, 0, 0, 6362, 6363, 5, 80, 0, 0, 6363, 6364, 5, 78, 0, 0, 6364, 6392, 5, 458, 0, 0, 6365, 6392, 5, 346, 0, 0, 6366, 6392, 5, 222, 0, 0, 6367, 6392, 5, 338, 0, 0, 6368, 6392, 5, 377, 0, 0, 6369, 6370, 5, 205, 0, 0, 6370, 6371, 5, 327, 0, 0, 6371, 6392, 5, 181, 0, 0, 6372, 6373, 5, 205, 0, 0, 6373, 6374, 5, 327, 0, 0, 6374, 6392, 5, 243, 0, 0, 6375, 6376, 5, 327, 0, 0, 6376, 6392, 5, 181, 0, 0, 6377, 6378, 5, 327, 0, 0, 6378, 6392, 5, 243, 0, 0, 6379, 6392, 5, 250, 0, 0, 6380, 6381, 5, 77, 0, 0, 6381, 6392, 5, 250, 0, 0, 6382, 6383, 5, 170, 0, 0, 6383, 6392, 3, 324, 162, 0, 6384, 6385, 5, 320, 0, 0, 6385, 6392, 3, 324, 162, 0, 6386, 6387, 5, 459, 0, 0, 6387, 6392, 3, 560, 280, 0, 6388, 6392, 3, 90, 45, 0, 6389, 6390, 5, 460, 0, 0, 6390, 6392, 3, 1476, 738, 0, 6391, 6356, 1, 0, 0, 0, 6391, 6360, 1, 0, 0, 0, 6391, 6365, 1, 0, 0, 0, 6391, 6366, 1, 0, 0, 0, 6391, 6367, 1, 0, 0, 0, 6391, 6368, 1, 0, 0, 0, 6391, 6369, 1, 0, 0, 0, 6391, 6372, 1, 0, 0, 0, 6391, 6375, 1, 0, 0, 0, 6391, 6377, 1, 0, 0, 0, 6391, 6379, 1, 0, 0, 0, 6391, 6380, 1, 0, 0, 0, 6391, 6382, 1, 0, 0, 0, 6391, 6384, 1, 0, 0, 0, 6391, 6386, 1, 0, 0, 0, 6391, 6388, 1, 0, 0, 0, 6391, 6389, 1, 0, 0, 0, 6392, 707, 1, 0, 0, 0, 6393, 6394, 5, 36, 0, 0, 6394, 6395, 3, 1460, 730, 0, 6395, 6396, 5, 6, 0, 0, 6396, 6397, 3, 1460, 730, 0, 6397, 6419, 1, 0, 0, 0, 6398, 6399, 5, 247, 0, 0, 6399, 6419, 3, 80, 40, 0, 6400, 6401, 5, 443, 0, 0, 6401, 6419, 3, 710, 355, 0, 6402, 6419, 5, 104, 0, 0, 6403, 6404, 5, 333, 0, 0, 6404, 6411, 3, 1476, 738, 0, 6405, 6406, 5, 94, 0, 0, 6406, 6412, 3, 1476, 738, 0, 6407, 6408, 5, 10, 0, 0, 6408, 6412, 3, 1476, 738, 0, 6409, 6410, 5, 64, 0, 0, 6410, 6412, 5, 434, 0, 0, 6411, 6405, 1, 0, 0, 0, 6411, 6407, 1, 0, 0, 0, 6411, 6409, 1, 0, 0, 0, 6412, 6419, 1, 0, 0, 0, 6413, 6414, 5, 36, 0, 0, 6414, 6419, 3, 1476, 738, 0, 6415, 6419, 3, 6, 3, 0, 6416, 6419, 3, 706, 353, 0, 6417, 6419, 3, 1476, 738, 0, 6418, 6393, 1, 0, 0, 0, 6418, 6398, 1, 0, 0, 0, 6418, 6400, 1, 0, 0, 0, 6418, 6402, 1, 0, 0, 0, 6418, 6403, 1, 0, 0, 0, 6418, 6413, 1, 0, 0, 0, 6418, 6415, 1, 0, 0, 0, 6418, 6416, 1, 0, 0, 0, 6418, 6417, 1, 0, 0, 0, 6419, 709, 1, 0, 0, 0, 6420, 6421, 5, 62, 0, 0, 6421, 6422, 5, 360, 0, 0, 6422, 6429, 3, 1170, 585, 0, 6423, 6424, 5, 6, 0, 0, 6424, 6425, 5, 62, 0, 0, 6425, 6426, 5, 360, 0, 0, 6426, 6428, 3, 1170, 585, 0, 6427, 6423, 1, 0, 0, 0, 6428, 6431, 1, 0, 0, 0, 6429, 6427, 1, 0, 0, 0, 6429, 6430, 1, 0, 0, 0, 6430, 711, 1, 0, 0, 0, 6431, 6429, 1, 0, 0, 0, 6432, 6433, 5, 105, 0, 0, 6433, 6434, 3, 498, 249, 0, 6434, 713, 1, 0, 0, 0, 6435, 6436, 3, 1434, 717, 0, 6436, 6437, 3, 690, 345, 0, 6437, 715, 1, 0, 0, 0, 6438, 6443, 3, 714, 357, 0, 6439, 6440, 5, 6, 0, 0, 6440, 6442, 3, 714, 357, 0, 6441, 6439, 1, 0, 0, 0, 6442, 6445, 1, 0, 0, 0, 6443, 6441, 1, 0, 0, 0, 6443, 6444, 1, 0, 0, 0, 6444, 717, 1, 0, 0, 0, 6445, 6443, 1, 0, 0, 0, 6446, 6447, 5, 138, 0, 0, 6447, 6448, 3, 720, 360, 0, 6448, 6450, 3, 722, 361, 0, 6449, 6451, 3, 724, 362, 0, 6450, 6449, 1, 0, 0, 0, 6450, 6451, 1, 0, 0, 0, 6451, 719, 1, 0, 0, 0, 6452, 6453, 5, 211, 0, 0, 6453, 6459, 3, 676, 338, 0, 6454, 6455, 5, 296, 0, 0, 6455, 6459, 3, 672, 336, 0, 6456, 6457, 5, 442, 0, 0, 6457, 6459, 3, 668, 334, 0, 6458, 6452, 1, 0, 0, 0, 6458, 6454, 1, 0, 0, 0, 6458, 6456, 1, 0, 0, 0, 6459, 721, 1, 0, 0, 0, 6460, 6462, 3, 706, 353, 0, 6461, 6460, 1, 0, 0, 0, 6462, 6463, 1, 0, 0, 0, 6463, 6461, 1, 0, 0, 0, 6463, 6464, 1, 0, 0, 0, 6464, 723, 1, 0, 0, 0, 6465, 6466, 5, 315, 0, 0, 6466, 725, 1, 0, 0, 0, 6467, 6468, 5, 191, 0, 0, 6468, 6470, 5, 211, 0, 0, 6469, 6471, 3, 750, 375, 0, 6470, 6469, 1, 0, 0, 0, 6470, 6471, 1, 0, 0, 0, 6471, 6472, 1, 0, 0, 0, 6472, 6474, 3, 674, 337, 0, 6473, 6475, 3, 124, 62, 0, 6474, 6473, 1, 0, 0, 0, 6474, 6475, 1, 0, 0, 0, 6475, 6495, 1, 0, 0, 0, 6476, 6477, 5, 191, 0, 0, 6477, 6479, 5, 296, 0, 0, 6478, 6480, 3, 750, 375, 0, 6479, 6478, 1, 0, 0, 0, 6479, 6480, 1, 0, 0, 0, 6480, 6481, 1, 0, 0, 0, 6481, 6483, 3, 670, 335, 0, 6482, 6484, 3, 124, 62, 0, 6483, 6482, 1, 0, 0, 0, 6483, 6484, 1, 0, 0, 0, 6484, 6495, 1, 0, 0, 0, 6485, 6486, 5, 191, 0, 0, 6486, 6488, 5, 442, 0, 0, 6487, 6489, 3, 750, 375, 0, 6488, 6487, 1, 0, 0, 0, 6488, 6489, 1, 0, 0, 0, 6489, 6490, 1, 0, 0, 0, 6490, 6492, 3, 666, 333, 0, 6491, 6493, 3, 124, 62, 0, 6492, 6491, 1, 0, 0, 0, 6492, 6493, 1, 0, 0, 0, 6493, 6495, 1, 0, 0, 0, 6494, 6467, 1, 0, 0, 0, 6494, 6476, 1, 0, 0, 0, 6494, 6485, 1, 0, 0, 0, 6495, 727, 1, 0, 0, 0, 6496, 6497, 5, 191, 0, 0, 6497, 6499, 5, 136, 0, 0, 6498, 6500, 3, 750, 375, 0, 6499, 6498, 1, 0, 0, 0, 6499, 6500, 1, 0, 0, 0, 6500, 6501, 1, 0, 0, 0, 6501, 6503, 3, 702, 351, 0, 6502, 6504, 3, 124, 62, 0, 6503, 6502, 1, 0, 0, 0, 6503, 6504, 1, 0, 0, 0, 6504, 729, 1, 0, 0, 0, 6505, 6506, 5, 191, 0, 0, 6506, 6508, 5, 278, 0, 0, 6507, 6509, 3, 750, 375, 0, 6508, 6507, 1, 0, 0, 0, 6508, 6509, 1, 0, 0, 0, 6509, 6510, 1, 0, 0, 0, 6510, 6512, 3, 736, 368, 0, 6511, 6513, 3, 124, 62, 0, 6512, 6511, 1, 0, 0, 0, 6512, 6513, 1, 0, 0, 0, 6513, 731, 1, 0, 0, 0, 6514, 6515, 5, 2, 0, 0, 6515, 6516, 3, 1170, 585, 0, 6516, 6517, 5, 3, 0, 0, 6517, 6537, 1, 0, 0, 0, 6518, 6519, 5, 2, 0, 0, 6519, 6520, 3, 1170, 585, 0, 6520, 6521, 5, 6, 0, 0, 6521, 6522, 3, 1170, 585, 0, 6522, 6523, 5, 3, 0, 0, 6523, 6537, 1, 0, 0, 0, 6524, 6525, 5, 2, 0, 0, 6525, 6526, 5, 407, 0, 0, 6526, 6527, 5, 6, 0, 0, 6527, 6528, 3, 1170, 585, 0, 6528, 6529, 5, 3, 0, 0, 6529, 6537, 1, 0, 0, 0, 6530, 6531, 5, 2, 0, 0, 6531, 6532, 3, 1170, 585, 0, 6532, 6533, 5, 6, 0, 0, 6533, 6534, 5, 407, 0, 0, 6534, 6535, 5, 3, 0, 0, 6535, 6537, 1, 0, 0, 0, 6536, 6514, 1, 0, 0, 0, 6536, 6518, 1, 0, 0, 0, 6536, 6524, 1, 0, 0, 0, 6536, 6530, 1, 0, 0, 0, 6537, 733, 1, 0, 0, 0, 6538, 6539, 3, 1476, 738, 0, 6539, 6540, 5, 11, 0, 0, 6540, 6542, 1, 0, 0, 0, 6541, 6538, 1, 0, 0, 0, 6542, 6545, 1, 0, 0, 0, 6543, 6541, 1, 0, 0, 0, 6543, 6544, 1, 0, 0, 0, 6544, 6546, 1, 0, 0, 0, 6545, 6543, 1, 0, 0, 0, 6546, 6547, 3, 1320, 660, 0, 6547, 735, 1, 0, 0, 0, 6548, 6553, 3, 738, 369, 0, 6549, 6550, 5, 6, 0, 0, 6550, 6552, 3, 738, 369, 0, 6551, 6549, 1, 0, 0, 0, 6552, 6555, 1, 0, 0, 0, 6553, 6551, 1, 0, 0, 0, 6553, 6554, 1, 0, 0, 0, 6554, 737, 1, 0, 0, 0, 6555, 6553, 1, 0, 0, 0, 6556, 6557, 3, 734, 367, 0, 6557, 6558, 3, 732, 366, 0, 6558, 739, 1, 0, 0, 0, 6559, 6560, 5, 57, 0, 0, 6560, 6561, 3, 742, 371, 0, 6561, 741, 1, 0, 0, 0, 6562, 6564, 3, 744, 372, 0, 6563, 6562, 1, 0, 0, 0, 6564, 6565, 1, 0, 0, 0, 6565, 6563, 1, 0, 0, 0, 6565, 6566, 1, 0, 0, 0, 6566, 743, 1, 0, 0, 0, 6567, 6571, 3, 1460, 730, 0, 6568, 6569, 5, 247, 0, 0, 6569, 6571, 3, 80, 40, 0, 6570, 6567, 1, 0, 0, 0, 6570, 6568, 1, 0, 0, 0, 6571, 745, 1, 0, 0, 0, 6572, 6573, 5, 46, 0, 0, 6573, 6574, 5, 41, 0, 0, 6574, 6575, 5, 2, 0, 0, 6575, 6576, 3, 1170, 585, 0, 6576, 6577, 5, 36, 0, 0, 6577, 6578, 3, 1170, 585, 0, 6578, 6579, 5, 3, 0, 0, 6579, 6580, 5, 105, 0, 0, 6580, 6581, 5, 211, 0, 0, 6581, 6583, 3, 676, 338, 0, 6582, 6584, 3, 748, 374, 0, 6583, 6582, 1, 0, 0, 0, 6583, 6584, 1, 0, 0, 0, 6584, 6610, 1, 0, 0, 0, 6585, 6586, 5, 46, 0, 0, 6586, 6587, 5, 41, 0, 0, 6587, 6588, 5, 2, 0, 0, 6588, 6589, 3, 1170, 585, 0, 6589, 6590, 5, 36, 0, 0, 6590, 6591, 3, 1170, 585, 0, 6591, 6592, 5, 3, 0, 0, 6592, 6593, 5, 379, 0, 0, 6593, 6595, 5, 211, 0, 0, 6594, 6596, 3, 748, 374, 0, 6595, 6594, 1, 0, 0, 0, 6595, 6596, 1, 0, 0, 0, 6596, 6610, 1, 0, 0, 0, 6597, 6598, 5, 46, 0, 0, 6598, 6599, 5, 41, 0, 0, 6599, 6600, 5, 2, 0, 0, 6600, 6601, 3, 1170, 585, 0, 6601, 6602, 5, 36, 0, 0, 6602, 6603, 3, 1170, 585, 0, 6603, 6604, 5, 3, 0, 0, 6604, 6605, 5, 105, 0, 0, 6605, 6607, 5, 400, 0, 0, 6606, 6608, 3, 748, 374, 0, 6607, 6606, 1, 0, 0, 0, 6607, 6608, 1, 0, 0, 0, 6608, 6610, 1, 0, 0, 0, 6609, 6572, 1, 0, 0, 0, 6609, 6585, 1, 0, 0, 0, 6609, 6597, 1, 0, 0, 0, 6610, 747, 1, 0, 0, 0, 6611, 6612, 5, 36, 0, 0, 6612, 6616, 5, 223, 0, 0, 6613, 6614, 5, 36, 0, 0, 6614, 6616, 5, 141, 0, 0, 6615, 6611, 1, 0, 0, 0, 6615, 6613, 1, 0, 0, 0, 6616, 749, 1, 0, 0, 0, 6617, 6618, 5, 220, 0, 0, 6618, 6619, 5, 396, 0, 0, 6619, 751, 1, 0, 0, 0, 6620, 6622, 5, 46, 0, 0, 6621, 6623, 3, 660, 330, 0, 6622, 6621, 1, 0, 0, 0, 6622, 6623, 1, 0, 0, 0, 6623, 6624, 1, 0, 0, 0, 6624, 6625, 5, 443, 0, 0, 6625, 6626, 5, 62, 0, 0, 6626, 6627, 3, 1170, 585, 0, 6627, 6628, 5, 247, 0, 0, 6628, 6629, 3, 1438, 719, 0, 6629, 6630, 5, 2, 0, 0, 6630, 6631, 3, 754, 377, 0, 6631, 6632, 5, 3, 0, 0, 6632, 753, 1, 0, 0, 0, 6633, 6634, 5, 64, 0, 0, 6634, 6635, 5, 461, 0, 0, 6635, 6636, 5, 105, 0, 0, 6636, 6637, 5, 211, 0, 0, 6637, 6638, 3, 676, 338, 0, 6638, 6639, 5, 6, 0, 0, 6639, 6640, 5, 94, 0, 0, 6640, 6641, 5, 461, 0, 0, 6641, 6642, 5, 105, 0, 0, 6642, 6643, 5, 211, 0, 0, 6643, 6644, 3, 676, 338, 0, 6644, 6668, 1, 0, 0, 0, 6645, 6646, 5, 94, 0, 0, 6646, 6647, 5, 461, 0, 0, 6647, 6648, 5, 105, 0, 0, 6648, 6649, 5, 211, 0, 0, 6649, 6650, 3, 676, 338, 0, 6650, 6651, 5, 6, 0, 0, 6651, 6652, 5, 64, 0, 0, 6652, 6653, 5, 461, 0, 0, 6653, 6654, 5, 105, 0, 0, 6654, 6655, 5, 211, 0, 0, 6655, 6656, 3, 676, 338, 0, 6656, 6668, 1, 0, 0, 0, 6657, 6658, 5, 64, 0, 0, 6658, 6659, 5, 461, 0, 0, 6659, 6660, 5, 105, 0, 0, 6660, 6661, 5, 211, 0, 0, 6661, 6668, 3, 676, 338, 0, 6662, 6663, 5, 94, 0, 0, 6663, 6664, 5, 461, 0, 0, 6664, 6665, 5, 105, 0, 0, 6665, 6666, 5, 211, 0, 0, 6666, 6668, 3, 676, 338, 0, 6667, 6633, 1, 0, 0, 0, 6667, 6645, 1, 0, 0, 0, 6667, 6657, 1, 0, 0, 0, 6667, 6662, 1, 0, 0, 0, 6668, 755, 1, 0, 0, 0, 6669, 6670, 5, 306, 0, 0, 6670, 6686, 3, 758, 379, 0, 6671, 6672, 5, 306, 0, 0, 6672, 6686, 3, 760, 380, 0, 6673, 6674, 5, 306, 0, 0, 6674, 6675, 5, 2, 0, 0, 6675, 6676, 3, 762, 381, 0, 6676, 6677, 5, 3, 0, 0, 6677, 6678, 3, 758, 379, 0, 6678, 6686, 1, 0, 0, 0, 6679, 6680, 5, 306, 0, 0, 6680, 6681, 5, 2, 0, 0, 6681, 6682, 3, 762, 381, 0, 6682, 6683, 5, 3, 0, 0, 6683, 6684, 3, 760, 380, 0, 6684, 6686, 1, 0, 0, 0, 6685, 6669, 1, 0, 0, 0, 6685, 6671, 1, 0, 0, 0, 6685, 6673, 1, 0, 0, 0, 6685, 6679, 1, 0, 0, 0, 6686, 757, 1, 0, 0, 0, 6687, 6689, 5, 226, 0, 0, 6688, 6690, 3, 632, 316, 0, 6689, 6688, 1, 0, 0, 0, 6689, 6690, 1, 0, 0, 0, 6690, 6691, 1, 0, 0, 0, 6691, 6698, 3, 1414, 707, 0, 6692, 6694, 5, 92, 0, 0, 6693, 6695, 3, 632, 316, 0, 6694, 6693, 1, 0, 0, 0, 6694, 6695, 1, 0, 0, 0, 6695, 6696, 1, 0, 0, 0, 6696, 6698, 3, 1408, 704, 0, 6697, 6687, 1, 0, 0, 0, 6697, 6692, 1, 0, 0, 0, 6698, 759, 1, 0, 0, 0, 6699, 6701, 5, 323, 0, 0, 6700, 6702, 3, 632, 316, 0, 6701, 6700, 1, 0, 0, 0, 6701, 6702, 1, 0, 0, 0, 6702, 6703, 1, 0, 0, 0, 6703, 6715, 3, 1424, 712, 0, 6704, 6706, 5, 349, 0, 0, 6705, 6707, 3, 632, 316, 0, 6706, 6705, 1, 0, 0, 0, 6706, 6707, 1, 0, 0, 0, 6707, 6708, 1, 0, 0, 0, 6708, 6715, 3, 1438, 719, 0, 6709, 6711, 5, 175, 0, 0, 6710, 6712, 3, 632, 316, 0, 6711, 6710, 1, 0, 0, 0, 6711, 6712, 1, 0, 0, 0, 6712, 6713, 1, 0, 0, 0, 6713, 6715, 3, 1422, 711, 0, 6714, 6699, 1, 0, 0, 0, 6714, 6704, 1, 0, 0, 0, 6714, 6709, 1, 0, 0, 0, 6715, 761, 1, 0, 0, 0, 6716, 6721, 3, 764, 382, 0, 6717, 6718, 5, 6, 0, 0, 6718, 6720, 3, 764, 382, 0, 6719, 6717, 1, 0, 0, 0, 6720, 6723, 1, 0, 0, 0, 6721, 6719, 1, 0, 0, 0, 6721, 6722, 1, 0, 0, 0, 6722, 763, 1, 0, 0, 0, 6723, 6721, 1, 0, 0, 0, 6724, 6725, 5, 128, 0, 0, 6725, 765, 1, 0, 0, 0, 6726, 6727, 5, 138, 0, 0, 6727, 6728, 5, 351, 0, 0, 6728, 6729, 3, 1404, 702, 0, 6729, 6730, 5, 333, 0, 0, 6730, 6731, 3, 132, 66, 0, 6731, 6739, 1, 0, 0, 0, 6732, 6733, 5, 138, 0, 0, 6733, 6734, 5, 351, 0, 0, 6734, 6735, 3, 1404, 702, 0, 6735, 6736, 5, 313, 0, 0, 6736, 6737, 3, 132, 66, 0, 6737, 6739, 1, 0, 0, 0, 6738, 6726, 1, 0, 0, 0, 6738, 6732, 1, 0, 0, 0, 6739, 767, 1, 0, 0, 0, 6740, 6741, 5, 138, 0, 0, 6741, 6742, 5, 136, 0, 0, 6742, 6743, 3, 700, 350, 0, 6743, 6744, 5, 309, 0, 0, 6744, 6745, 5, 94, 0, 0, 6745, 6746, 3, 1438, 719, 0, 6746, 7132, 1, 0, 0, 0, 6747, 6748, 5, 138, 0, 0, 6748, 6749, 5, 108, 0, 0, 6749, 6750, 3, 560, 280, 0, 6750, 6751, 5, 309, 0, 0, 6751, 6752, 5, 94, 0, 0, 6752, 6753, 3, 1438, 719, 0, 6753, 7132, 1, 0, 0, 0, 6754, 6755, 5, 138, 0, 0, 6755, 6756, 5, 168, 0, 0, 6756, 6757, 3, 560, 280, 0, 6757, 6758, 5, 309, 0, 0, 6758, 6759, 5, 94, 0, 0, 6759, 6760, 3, 1438, 719, 0, 6760, 7132, 1, 0, 0, 0, 6761, 6762, 5, 138, 0, 0, 6762, 6763, 5, 175, 0, 0, 6763, 6764, 3, 1422, 711, 0, 6764, 6765, 5, 309, 0, 0, 6765, 6766, 5, 94, 0, 0, 6766, 6767, 3, 1420, 710, 0, 6767, 7132, 1, 0, 0, 0, 6768, 6769, 5, 138, 0, 0, 6769, 6770, 5, 189, 0, 0, 6770, 6771, 3, 560, 280, 0, 6771, 6772, 5, 309, 0, 0, 6772, 6773, 5, 94, 0, 0, 6773, 6774, 3, 1438, 719, 0, 6774, 7132, 1, 0, 0, 0, 6775, 6776, 5, 138, 0, 0, 6776, 6777, 5, 189, 0, 0, 6777, 6778, 3, 560, 280, 0, 6778, 6779, 5, 309, 0, 0, 6779, 6780, 5, 45, 0, 0, 6780, 6781, 3, 1438, 719, 0, 6781, 6782, 5, 94, 0, 0, 6782, 6783, 3, 1438, 719, 0, 6783, 7132, 1, 0, 0, 0, 6784, 6785, 5, 138, 0, 0, 6785, 6786, 5, 63, 0, 0, 6786, 6787, 5, 174, 0, 0, 6787, 6788, 5, 381, 0, 0, 6788, 6789, 3, 1438, 719, 0, 6789, 6790, 5, 309, 0, 0, 6790, 6791, 5, 94, 0, 0, 6791, 6792, 3, 1438, 719, 0, 6792, 7132, 1, 0, 0, 0, 6793, 6794, 5, 138, 0, 0, 6794, 6795, 5, 211, 0, 0, 6795, 6796, 3, 676, 338, 0, 6796, 6797, 5, 309, 0, 0, 6797, 6798, 5, 94, 0, 0, 6798, 6799, 3, 1444, 722, 0, 6799, 7132, 1, 0, 0, 0, 6800, 6801, 5, 138, 0, 0, 6801, 6802, 5, 66, 0, 0, 6802, 6803, 3, 1470, 735, 0, 6803, 6804, 5, 309, 0, 0, 6804, 6805, 5, 94, 0, 0, 6805, 6806, 3, 1470, 735, 0, 6806, 7132, 1, 0, 0, 0, 6807, 6809, 5, 138, 0, 0, 6808, 6810, 3, 340, 170, 0, 6809, 6808, 1, 0, 0, 0, 6809, 6810, 1, 0, 0, 0, 6810, 6811, 1, 0, 0, 0, 6811, 6812, 5, 247, 0, 0, 6812, 6813, 3, 1438, 719, 0, 6813, 6814, 5, 309, 0, 0, 6814, 6815, 5, 94, 0, 0, 6815, 6816, 3, 1438, 719, 0, 6816, 7132, 1, 0, 0, 0, 6817, 6818, 5, 138, 0, 0, 6818, 6819, 5, 278, 0, 0, 6819, 6820, 5, 156, 0, 0, 6820, 6821, 3, 560, 280, 0, 6821, 6822, 5, 100, 0, 0, 6822, 6823, 3, 1438, 719, 0, 6823, 6824, 5, 309, 0, 0, 6824, 6825, 5, 94, 0, 0, 6825, 6826, 3, 1438, 719, 0, 6826, 7132, 1, 0, 0, 0, 6827, 6828, 5, 138, 0, 0, 6828, 6829, 5, 278, 0, 0, 6829, 6830, 5, 206, 0, 0, 6830, 6831, 3, 560, 280, 0, 6831, 6832, 5, 100, 0, 0, 6832, 6833, 3, 1438, 719, 0, 6833, 6834, 5, 309, 0, 0, 6834, 6835, 5, 94, 0, 0, 6835, 6836, 3, 1438, 719, 0, 6836, 7132, 1, 0, 0, 0, 6837, 6838, 5, 138, 0, 0, 6838, 6840, 5, 445, 0, 0, 6839, 6841, 3, 750, 375, 0, 6840, 6839, 1, 0, 0, 0, 6840, 6841, 1, 0, 0, 0, 6841, 6842, 1, 0, 0, 0, 6842, 6843, 3, 1438, 719, 0, 6843, 6844, 5, 80, 0, 0, 6844, 6845, 3, 1414, 707, 0, 6845, 6846, 5, 309, 0, 0, 6846, 6847, 5, 94, 0, 0, 6847, 6848, 3, 1438, 719, 0, 6848, 7132, 1, 0, 0, 0, 6849, 6850, 5, 138, 0, 0, 6850, 6851, 5, 296, 0, 0, 6851, 6852, 3, 672, 336, 0, 6852, 6853, 5, 309, 0, 0, 6853, 6854, 5, 94, 0, 0, 6854, 6855, 3, 1432, 716, 0, 6855, 7132, 1, 0, 0, 0, 6856, 6857, 5, 138, 0, 0, 6857, 6858, 5, 452, 0, 0, 6858, 6859, 3, 1438, 719, 0, 6859, 6860, 5, 309, 0, 0, 6860, 6861, 5, 94, 0, 0, 6861, 6862, 3, 1438, 719, 0, 6862, 7132, 1, 0, 0, 0, 6863, 6864, 5, 138, 0, 0, 6864, 6865, 5, 442, 0, 0, 6865, 6866, 3, 668, 334, 0, 6866, 6867, 5, 309, 0, 0, 6867, 6868, 5, 94, 0, 0, 6868, 6869, 3, 1438, 719, 0, 6869, 7132, 1, 0, 0, 0, 6870, 6871, 5, 138, 0, 0, 6871, 6872, 5, 323, 0, 0, 6872, 6873, 3, 1424, 712, 0, 6873, 6874, 5, 309, 0, 0, 6874, 6875, 5, 94, 0, 0, 6875, 6876, 3, 48, 24, 0, 6876, 7132, 1, 0, 0, 0, 6877, 6878, 5, 138, 0, 0, 6878, 6879, 5, 331, 0, 0, 6879, 6880, 3, 1438, 719, 0, 6880, 6881, 5, 309, 0, 0, 6881, 6882, 5, 94, 0, 0, 6882, 6883, 3, 1438, 719, 0, 6883, 7132, 1, 0, 0, 0, 6884, 6885, 5, 138, 0, 0, 6885, 6886, 5, 451, 0, 0, 6886, 6887, 3, 1438, 719, 0, 6887, 6888, 5, 309, 0, 0, 6888, 6889, 5, 94, 0, 0, 6889, 6890, 3, 1438, 719, 0, 6890, 7132, 1, 0, 0, 0, 6891, 6892, 5, 138, 0, 0, 6892, 6894, 5, 92, 0, 0, 6893, 6895, 3, 750, 375, 0, 6894, 6893, 1, 0, 0, 0, 6894, 6895, 1, 0, 0, 0, 6895, 6896, 1, 0, 0, 0, 6896, 6897, 3, 1120, 560, 0, 6897, 6898, 5, 309, 0, 0, 6898, 6899, 5, 94, 0, 0, 6899, 6900, 3, 1406, 703, 0, 6900, 7132, 1, 0, 0, 0, 6901, 6902, 5, 138, 0, 0, 6902, 6904, 5, 328, 0, 0, 6903, 6905, 3, 750, 375, 0, 6904, 6903, 1, 0, 0, 0, 6904, 6905, 1, 0, 0, 0, 6905, 6906, 1, 0, 0, 0, 6906, 6907, 3, 1414, 707, 0, 6907, 6908, 5, 309, 0, 0, 6908, 6909, 5, 94, 0, 0, 6909, 6910, 3, 1438, 719, 0, 6910, 7132, 1, 0, 0, 0, 6911, 6912, 5, 138, 0, 0, 6912, 6914, 5, 376, 0, 0, 6913, 6915, 3, 750, 375, 0, 6914, 6913, 1, 0, 0, 0, 6914, 6915, 1, 0, 0, 0, 6915, 6916, 1, 0, 0, 0, 6916, 6917, 3, 1412, 706, 0, 6917, 6918, 5, 309, 0, 0, 6918, 6919, 5, 94, 0, 0, 6919, 6920, 3, 1410, 705, 0, 6920, 7132, 1, 0, 0, 0, 6921, 6922, 5, 138, 0, 0, 6922, 6923, 5, 259, 0, 0, 6923, 6925, 5, 376, 0, 0, 6924, 6926, 3, 750, 375, 0, 6925, 6924, 1, 0, 0, 0, 6925, 6926, 1, 0, 0, 0, 6926, 6927, 1, 0, 0, 0, 6927, 6928, 3, 1412, 706, 0, 6928, 6929, 5, 309, 0, 0, 6929, 6930, 5, 94, 0, 0, 6930, 6931, 3, 1410, 705, 0, 6931, 7132, 1, 0, 0, 0, 6932, 6933, 5, 138, 0, 0, 6933, 6935, 5, 226, 0, 0, 6934, 6936, 3, 750, 375, 0, 6935, 6934, 1, 0, 0, 0, 6935, 6936, 1, 0, 0, 0, 6936, 6937, 1, 0, 0, 0, 6937, 6938, 3, 1414, 707, 0, 6938, 6939, 5, 309, 0, 0, 6939, 6940, 5, 94, 0, 0, 6940, 6941, 3, 1438, 719, 0, 6941, 7132, 1, 0, 0, 0, 6942, 6943, 5, 138, 0, 0, 6943, 6944, 5, 63, 0, 0, 6944, 6946, 5, 92, 0, 0, 6945, 6947, 3, 750, 375, 0, 6946, 6945, 1, 0, 0, 0, 6946, 6947, 1, 0, 0, 0, 6947, 6948, 1, 0, 0, 0, 6948, 6949, 3, 1120, 560, 0, 6949, 6950, 5, 309, 0, 0, 6950, 6951, 5, 94, 0, 0, 6951, 6952, 3, 1406, 703, 0, 6952, 7132, 1, 0, 0, 0, 6953, 6954, 5, 138, 0, 0, 6954, 6956, 5, 92, 0, 0, 6955, 6957, 3, 750, 375, 0, 6956, 6955, 1, 0, 0, 0, 6956, 6957, 1, 0, 0, 0, 6957, 6958, 1, 0, 0, 0, 6958, 6959, 3, 1120, 560, 0, 6959, 6961, 5, 309, 0, 0, 6960, 6962, 5, 44, 0, 0, 6961, 6960, 1, 0, 0, 0, 6961, 6962, 1, 0, 0, 0, 6962, 6963, 1, 0, 0, 0, 6963, 6964, 3, 1434, 717, 0, 6964, 6965, 5, 94, 0, 0, 6965, 6966, 3, 1436, 718, 0, 6966, 7132, 1, 0, 0, 0, 6967, 6968, 5, 138, 0, 0, 6968, 6970, 5, 376, 0, 0, 6969, 6971, 3, 750, 375, 0, 6970, 6969, 1, 0, 0, 0, 6970, 6971, 1, 0, 0, 0, 6971, 6972, 1, 0, 0, 0, 6972, 6973, 3, 1412, 706, 0, 6973, 6975, 5, 309, 0, 0, 6974, 6976, 5, 44, 0, 0, 6975, 6974, 1, 0, 0, 0, 6975, 6976, 1, 0, 0, 0, 6976, 6977, 1, 0, 0, 0, 6977, 6978, 3, 1434, 717, 0, 6978, 6979, 5, 94, 0, 0, 6979, 6980, 3, 1436, 718, 0, 6980, 7132, 1, 0, 0, 0, 6981, 6982, 5, 138, 0, 0, 6982, 6983, 5, 259, 0, 0, 6983, 6985, 5, 376, 0, 0, 6984, 6986, 3, 750, 375, 0, 6985, 6984, 1, 0, 0, 0, 6985, 6986, 1, 0, 0, 0, 6986, 6987, 1, 0, 0, 0, 6987, 6988, 3, 1412, 706, 0, 6988, 6990, 5, 309, 0, 0, 6989, 6991, 5, 44, 0, 0, 6990, 6989, 1, 0, 0, 0, 6990, 6991, 1, 0, 0, 0, 6991, 6992, 1, 0, 0, 0, 6992, 6993, 3, 1434, 717, 0, 6993, 6994, 5, 94, 0, 0, 6994, 6995, 3, 1436, 718, 0, 6995, 7132, 1, 0, 0, 0, 6996, 6997, 5, 138, 0, 0, 6997, 6999, 5, 92, 0, 0, 6998, 7000, 3, 750, 375, 0, 6999, 6998, 1, 0, 0, 0, 6999, 7000, 1, 0, 0, 0, 7000, 7001, 1, 0, 0, 0, 7001, 7002, 3, 1120, 560, 0, 7002, 7003, 5, 309, 0, 0, 7003, 7004, 5, 45, 0, 0, 7004, 7005, 3, 1438, 719, 0, 7005, 7006, 5, 94, 0, 0, 7006, 7007, 3, 1438, 719, 0, 7007, 7132, 1, 0, 0, 0, 7008, 7009, 5, 138, 0, 0, 7009, 7010, 5, 63, 0, 0, 7010, 7012, 5, 92, 0, 0, 7011, 7013, 3, 750, 375, 0, 7012, 7011, 1, 0, 0, 0, 7012, 7013, 1, 0, 0, 0, 7013, 7014, 1, 0, 0, 0, 7014, 7015, 3, 1120, 560, 0, 7015, 7017, 5, 309, 0, 0, 7016, 7018, 5, 44, 0, 0, 7017, 7016, 1, 0, 0, 0, 7017, 7018, 1, 0, 0, 0, 7018, 7019, 1, 0, 0, 0, 7019, 7020, 3, 1434, 717, 0, 7020, 7021, 5, 94, 0, 0, 7021, 7022, 3, 1436, 718, 0, 7022, 7132, 1, 0, 0, 0, 7023, 7024, 5, 138, 0, 0, 7024, 7025, 5, 321, 0, 0, 7025, 7026, 3, 1438, 719, 0, 7026, 7027, 5, 80, 0, 0, 7027, 7028, 3, 1414, 707, 0, 7028, 7029, 5, 309, 0, 0, 7029, 7030, 5, 94, 0, 0, 7030, 7031, 3, 1438, 719, 0, 7031, 7132, 1, 0, 0, 0, 7032, 7033, 5, 138, 0, 0, 7033, 7034, 5, 357, 0, 0, 7034, 7035, 3, 1438, 719, 0, 7035, 7036, 5, 80, 0, 0, 7036, 7037, 3, 1414, 707, 0, 7037, 7038, 5, 309, 0, 0, 7038, 7039, 5, 94, 0, 0, 7039, 7040, 3, 1438, 719, 0, 7040, 7132, 1, 0, 0, 0, 7041, 7042, 5, 138, 0, 0, 7042, 7043, 5, 198, 0, 0, 7043, 7044, 5, 357, 0, 0, 7044, 7045, 3, 1438, 719, 0, 7045, 7046, 5, 309, 0, 0, 7046, 7047, 5, 94, 0, 0, 7047, 7048, 3, 1438, 719, 0, 7048, 7132, 1, 0, 0, 0, 7049, 7050, 5, 138, 0, 0, 7050, 7051, 5, 318, 0, 0, 7051, 7052, 3, 1470, 735, 0, 7052, 7053, 5, 309, 0, 0, 7053, 7054, 5, 94, 0, 0, 7054, 7055, 3, 1470, 735, 0, 7055, 7132, 1, 0, 0, 0, 7056, 7057, 5, 138, 0, 0, 7057, 7058, 5, 99, 0, 0, 7058, 7059, 3, 1470, 735, 0, 7059, 7060, 5, 309, 0, 0, 7060, 7061, 5, 94, 0, 0, 7061, 7062, 3, 1470, 735, 0, 7062, 7132, 1, 0, 0, 0, 7063, 7064, 5, 138, 0, 0, 7064, 7065, 5, 351, 0, 0, 7065, 7066, 3, 1404, 702, 0, 7066, 7067, 5, 309, 0, 0, 7067, 7068, 5, 94, 0, 0, 7068, 7069, 3, 1402, 701, 0, 7069, 7132, 1, 0, 0, 0, 7070, 7071, 5, 138, 0, 0, 7071, 7072, 5, 342, 0, 0, 7072, 7073, 3, 560, 280, 0, 7073, 7074, 5, 309, 0, 0, 7074, 7075, 5, 94, 0, 0, 7075, 7076, 3, 1438, 719, 0, 7076, 7132, 1, 0, 0, 0, 7077, 7078, 5, 138, 0, 0, 7078, 7079, 5, 355, 0, 0, 7079, 7080, 5, 325, 0, 0, 7080, 7081, 5, 283, 0, 0, 7081, 7082, 3, 560, 280, 0, 7082, 7083, 5, 309, 0, 0, 7083, 7084, 5, 94, 0, 0, 7084, 7085, 3, 1438, 719, 0, 7085, 7132, 1, 0, 0, 0, 7086, 7087, 5, 138, 0, 0, 7087, 7088, 5, 355, 0, 0, 7088, 7089, 5, 325, 0, 0, 7089, 7090, 5, 185, 0, 0, 7090, 7091, 3, 560, 280, 0, 7091, 7092, 5, 309, 0, 0, 7092, 7093, 5, 94, 0, 0, 7093, 7094, 3, 1438, 719, 0, 7094, 7132, 1, 0, 0, 0, 7095, 7096, 5, 138, 0, 0, 7096, 7097, 5, 355, 0, 0, 7097, 7098, 5, 325, 0, 0, 7098, 7099, 5, 353, 0, 0, 7099, 7100, 3, 560, 280, 0, 7100, 7101, 5, 309, 0, 0, 7101, 7102, 5, 94, 0, 0, 7102, 7103, 3, 1438, 719, 0, 7103, 7132, 1, 0, 0, 0, 7104, 7105, 5, 138, 0, 0, 7105, 7106, 5, 355, 0, 0, 7106, 7107, 5, 325, 0, 0, 7107, 7108, 5, 163, 0, 0, 7108, 7109, 3, 560, 280, 0, 7109, 7110, 5, 309, 0, 0, 7110, 7111, 5, 94, 0, 0, 7111, 7112, 3, 1438, 719, 0, 7112, 7132, 1, 0, 0, 0, 7113, 7114, 5, 138, 0, 0, 7114, 7115, 5, 360, 0, 0, 7115, 7116, 3, 560, 280, 0, 7116, 7117, 5, 309, 0, 0, 7117, 7118, 5, 94, 0, 0, 7118, 7119, 3, 1438, 719, 0, 7119, 7132, 1, 0, 0, 0, 7120, 7121, 5, 138, 0, 0, 7121, 7122, 5, 360, 0, 0, 7122, 7123, 3, 560, 280, 0, 7123, 7124, 5, 309, 0, 0, 7124, 7125, 5, 143, 0, 0, 7125, 7126, 3, 1438, 719, 0, 7126, 7127, 5, 94, 0, 0, 7127, 7129, 3, 1438, 719, 0, 7128, 7130, 3, 124, 62, 0, 7129, 7128, 1, 0, 0, 0, 7129, 7130, 1, 0, 0, 0, 7130, 7132, 1, 0, 0, 0, 7131, 6740, 1, 0, 0, 0, 7131, 6747, 1, 0, 0, 0, 7131, 6754, 1, 0, 0, 0, 7131, 6761, 1, 0, 0, 0, 7131, 6768, 1, 0, 0, 0, 7131, 6775, 1, 0, 0, 0, 7131, 6784, 1, 0, 0, 0, 7131, 6793, 1, 0, 0, 0, 7131, 6800, 1, 0, 0, 0, 7131, 6807, 1, 0, 0, 0, 7131, 6817, 1, 0, 0, 0, 7131, 6827, 1, 0, 0, 0, 7131, 6837, 1, 0, 0, 0, 7131, 6849, 1, 0, 0, 0, 7131, 6856, 1, 0, 0, 0, 7131, 6863, 1, 0, 0, 0, 7131, 6870, 1, 0, 0, 0, 7131, 6877, 1, 0, 0, 0, 7131, 6884, 1, 0, 0, 0, 7131, 6891, 1, 0, 0, 0, 7131, 6901, 1, 0, 0, 0, 7131, 6911, 1, 0, 0, 0, 7131, 6921, 1, 0, 0, 0, 7131, 6932, 1, 0, 0, 0, 7131, 6942, 1, 0, 0, 0, 7131, 6953, 1, 0, 0, 0, 7131, 6967, 1, 0, 0, 0, 7131, 6981, 1, 0, 0, 0, 7131, 6996, 1, 0, 0, 0, 7131, 7008, 1, 0, 0, 0, 7131, 7023, 1, 0, 0, 0, 7131, 7032, 1, 0, 0, 0, 7131, 7041, 1, 0, 0, 0, 7131, 7049, 1, 0, 0, 0, 7131, 7056, 1, 0, 0, 0, 7131, 7063, 1, 0, 0, 0, 7131, 7070, 1, 0, 0, 0, 7131, 7077, 1, 0, 0, 0, 7131, 7086, 1, 0, 0, 0, 7131, 7095, 1, 0, 0, 0, 7131, 7104, 1, 0, 0, 0, 7131, 7113, 1, 0, 0, 0, 7131, 7120, 1, 0, 0, 0, 7132, 769, 1, 0, 0, 0, 7133, 7134, 5, 333, 0, 0, 7134, 7135, 5, 174, 0, 0, 7135, 771, 1, 0, 0, 0, 7136, 7137, 5, 138, 0, 0, 7137, 7138, 5, 211, 0, 0, 7138, 7140, 3, 676, 338, 0, 7139, 7141, 3, 774, 387, 0, 7140, 7139, 1, 0, 0, 0, 7140, 7141, 1, 0, 0, 0, 7141, 7142, 1, 0, 0, 0, 7142, 7143, 5, 462, 0, 0, 7143, 7144, 5, 80, 0, 0, 7144, 7145, 5, 204, 0, 0, 7145, 7146, 3, 1438, 719, 0, 7146, 7206, 1, 0, 0, 0, 7147, 7148, 5, 138, 0, 0, 7148, 7149, 5, 296, 0, 0, 7149, 7151, 3, 672, 336, 0, 7150, 7152, 3, 774, 387, 0, 7151, 7150, 1, 0, 0, 0, 7151, 7152, 1, 0, 0, 0, 7152, 7153, 1, 0, 0, 0, 7153, 7154, 5, 462, 0, 0, 7154, 7155, 5, 80, 0, 0, 7155, 7156, 5, 204, 0, 0, 7156, 7157, 3, 1438, 719, 0, 7157, 7206, 1, 0, 0, 0, 7158, 7159, 5, 138, 0, 0, 7159, 7160, 5, 442, 0, 0, 7160, 7162, 3, 668, 334, 0, 7161, 7163, 3, 774, 387, 0, 7162, 7161, 1, 0, 0, 0, 7162, 7163, 1, 0, 0, 0, 7163, 7164, 1, 0, 0, 0, 7164, 7165, 5, 462, 0, 0, 7165, 7166, 5, 80, 0, 0, 7166, 7167, 5, 204, 0, 0, 7167, 7168, 3, 1438, 719, 0, 7168, 7206, 1, 0, 0, 0, 7169, 7170, 5, 138, 0, 0, 7170, 7171, 5, 357, 0, 0, 7171, 7172, 3, 1438, 719, 0, 7172, 7173, 5, 80, 0, 0, 7173, 7175, 3, 1414, 707, 0, 7174, 7176, 3, 774, 387, 0, 7175, 7174, 1, 0, 0, 0, 7175, 7176, 1, 0, 0, 0, 7176, 7177, 1, 0, 0, 0, 7177, 7178, 5, 462, 0, 0, 7178, 7179, 5, 80, 0, 0, 7179, 7180, 5, 204, 0, 0, 7180, 7181, 3, 1438, 719, 0, 7181, 7206, 1, 0, 0, 0, 7182, 7183, 5, 138, 0, 0, 7183, 7184, 5, 259, 0, 0, 7184, 7185, 5, 376, 0, 0, 7185, 7187, 3, 1412, 706, 0, 7186, 7188, 3, 774, 387, 0, 7187, 7186, 1, 0, 0, 0, 7187, 7188, 1, 0, 0, 0, 7188, 7189, 1, 0, 0, 0, 7189, 7190, 5, 462, 0, 0, 7190, 7191, 5, 80, 0, 0, 7191, 7192, 5, 204, 0, 0, 7192, 7193, 3, 1438, 719, 0, 7193, 7206, 1, 0, 0, 0, 7194, 7195, 5, 138, 0, 0, 7195, 7196, 5, 226, 0, 0, 7196, 7198, 3, 1414, 707, 0, 7197, 7199, 3, 774, 387, 0, 7198, 7197, 1, 0, 0, 0, 7198, 7199, 1, 0, 0, 0, 7199, 7200, 1, 0, 0, 0, 7200, 7201, 5, 462, 0, 0, 7201, 7202, 5, 80, 0, 0, 7202, 7203, 5, 204, 0, 0, 7203, 7204, 3, 1438, 719, 0, 7204, 7206, 1, 0, 0, 0, 7205, 7136, 1, 0, 0, 0, 7205, 7147, 1, 0, 0, 0, 7205, 7158, 1, 0, 0, 0, 7205, 7169, 1, 0, 0, 0, 7205, 7182, 1, 0, 0, 0, 7205, 7194, 1, 0, 0, 0, 7206, 773, 1, 0, 0, 0, 7207, 7208, 5, 269, 0, 0, 7208, 775, 1, 0, 0, 0, 7209, 7210, 5, 138, 0, 0, 7210, 7211, 5, 136, 0, 0, 7211, 7212, 3, 700, 350, 0, 7212, 7213, 5, 333, 0, 0, 7213, 7214, 5, 323, 0, 0, 7214, 7215, 3, 1424, 712, 0, 7215, 7395, 1, 0, 0, 0, 7216, 7217, 5, 138, 0, 0, 7217, 7218, 5, 108, 0, 0, 7218, 7219, 3, 560, 280, 0, 7219, 7220, 5, 333, 0, 0, 7220, 7221, 5, 323, 0, 0, 7221, 7222, 3, 1424, 712, 0, 7222, 7395, 1, 0, 0, 0, 7223, 7224, 5, 138, 0, 0, 7224, 7225, 5, 168, 0, 0, 7225, 7226, 3, 560, 280, 0, 7226, 7227, 5, 333, 0, 0, 7227, 7228, 5, 323, 0, 0, 7228, 7229, 3, 1424, 712, 0, 7229, 7395, 1, 0, 0, 0, 7230, 7231, 5, 138, 0, 0, 7231, 7232, 5, 189, 0, 0, 7232, 7233, 3, 560, 280, 0, 7233, 7234, 5, 333, 0, 0, 7234, 7235, 5, 323, 0, 0, 7235, 7236, 3, 1424, 712, 0, 7236, 7395, 1, 0, 0, 0, 7237, 7238, 5, 138, 0, 0, 7238, 7239, 5, 204, 0, 0, 7239, 7240, 3, 1438, 719, 0, 7240, 7241, 5, 333, 0, 0, 7241, 7242, 5, 323, 0, 0, 7242, 7243, 3, 1424, 712, 0, 7243, 7395, 1, 0, 0, 0, 7244, 7245, 5, 138, 0, 0, 7245, 7246, 5, 211, 0, 0, 7246, 7247, 3, 676, 338, 0, 7247, 7248, 5, 333, 0, 0, 7248, 7249, 5, 323, 0, 0, 7249, 7250, 3, 1424, 712, 0, 7250, 7395, 1, 0, 0, 0, 7251, 7252, 5, 138, 0, 0, 7252, 7253, 5, 278, 0, 0, 7253, 7254, 3, 738, 369, 0, 7254, 7255, 5, 333, 0, 0, 7255, 7256, 5, 323, 0, 0, 7256, 7257, 3, 1424, 712, 0, 7257, 7395, 1, 0, 0, 0, 7258, 7259, 5, 138, 0, 0, 7259, 7260, 5, 278, 0, 0, 7260, 7261, 5, 156, 0, 0, 7261, 7262, 3, 560, 280, 0, 7262, 7263, 5, 100, 0, 0, 7263, 7264, 3, 1438, 719, 0, 7264, 7265, 5, 333, 0, 0, 7265, 7266, 5, 323, 0, 0, 7266, 7267, 3, 1424, 712, 0, 7267, 7395, 1, 0, 0, 0, 7268, 7269, 5, 138, 0, 0, 7269, 7270, 5, 278, 0, 0, 7270, 7271, 5, 206, 0, 0, 7271, 7272, 3, 560, 280, 0, 7272, 7273, 5, 100, 0, 0, 7273, 7274, 3, 1438, 719, 0, 7274, 7275, 5, 333, 0, 0, 7275, 7276, 5, 323, 0, 0, 7276, 7277, 3, 1424, 712, 0, 7277, 7395, 1, 0, 0, 0, 7278, 7279, 5, 138, 0, 0, 7279, 7280, 5, 296, 0, 0, 7280, 7281, 3, 672, 336, 0, 7281, 7282, 5, 333, 0, 0, 7282, 7283, 5, 323, 0, 0, 7283, 7284, 3, 1424, 712, 0, 7284, 7395, 1, 0, 0, 0, 7285, 7286, 5, 138, 0, 0, 7286, 7287, 5, 442, 0, 0, 7287, 7288, 3, 668, 334, 0, 7288, 7289, 5, 333, 0, 0, 7289, 7290, 5, 323, 0, 0, 7290, 7291, 3, 1424, 712, 0, 7291, 7395, 1, 0, 0, 0, 7292, 7293, 5, 138, 0, 0, 7293, 7295, 5, 92, 0, 0, 7294, 7296, 3, 750, 375, 0, 7295, 7294, 1, 0, 0, 0, 7295, 7296, 1, 0, 0, 0, 7296, 7297, 1, 0, 0, 0, 7297, 7298, 3, 1120, 560, 0, 7298, 7299, 5, 333, 0, 0, 7299, 7300, 5, 323, 0, 0, 7300, 7301, 3, 1424, 712, 0, 7301, 7395, 1, 0, 0, 0, 7302, 7303, 5, 138, 0, 0, 7303, 7304, 5, 342, 0, 0, 7304, 7305, 3, 560, 280, 0, 7305, 7306, 5, 333, 0, 0, 7306, 7307, 5, 323, 0, 0, 7307, 7308, 3, 1424, 712, 0, 7308, 7395, 1, 0, 0, 0, 7309, 7310, 5, 138, 0, 0, 7310, 7311, 5, 355, 0, 0, 7311, 7312, 5, 325, 0, 0, 7312, 7313, 5, 283, 0, 0, 7313, 7314, 3, 560, 280, 0, 7314, 7315, 5, 333, 0, 0, 7315, 7316, 5, 323, 0, 0, 7316, 7317, 3, 1424, 712, 0, 7317, 7395, 1, 0, 0, 0, 7318, 7319, 5, 138, 0, 0, 7319, 7320, 5, 355, 0, 0, 7320, 7321, 5, 325, 0, 0, 7321, 7322, 5, 185, 0, 0, 7322, 7323, 3, 560, 280, 0, 7323, 7324, 5, 333, 0, 0, 7324, 7325, 5, 323, 0, 0, 7325, 7326, 3, 1424, 712, 0, 7326, 7395, 1, 0, 0, 0, 7327, 7328, 5, 138, 0, 0, 7328, 7329, 5, 355, 0, 0, 7329, 7330, 5, 325, 0, 0, 7330, 7331, 5, 353, 0, 0, 7331, 7332, 3, 560, 280, 0, 7332, 7333, 5, 333, 0, 0, 7333, 7334, 5, 323, 0, 0, 7334, 7335, 3, 1424, 712, 0, 7335, 7395, 1, 0, 0, 0, 7336, 7337, 5, 138, 0, 0, 7337, 7338, 5, 355, 0, 0, 7338, 7339, 5, 325, 0, 0, 7339, 7340, 5, 163, 0, 0, 7340, 7341, 3, 560, 280, 0, 7341, 7342, 5, 333, 0, 0, 7342, 7343, 5, 323, 0, 0, 7343, 7344, 3, 1424, 712, 0, 7344, 7395, 1, 0, 0, 0, 7345, 7346, 5, 138, 0, 0, 7346, 7348, 5, 328, 0, 0, 7347, 7349, 3, 750, 375, 0, 7348, 7347, 1, 0, 0, 0, 7348, 7349, 1, 0, 0, 0, 7349, 7350, 1, 0, 0, 0, 7350, 7351, 3, 1414, 707, 0, 7351, 7352, 5, 333, 0, 0, 7352, 7353, 5, 323, 0, 0, 7353, 7354, 3, 1424, 712, 0, 7354, 7395, 1, 0, 0, 0, 7355, 7356, 5, 138, 0, 0, 7356, 7358, 5, 376, 0, 0, 7357, 7359, 3, 750, 375, 0, 7358, 7357, 1, 0, 0, 0, 7358, 7359, 1, 0, 0, 0, 7359, 7360, 1, 0, 0, 0, 7360, 7361, 3, 1412, 706, 0, 7361, 7362, 5, 333, 0, 0, 7362, 7363, 5, 323, 0, 0, 7363, 7364, 3, 1424, 712, 0, 7364, 7395, 1, 0, 0, 0, 7365, 7366, 5, 138, 0, 0, 7366, 7367, 5, 259, 0, 0, 7367, 7369, 5, 376, 0, 0, 7368, 7370, 3, 750, 375, 0, 7369, 7368, 1, 0, 0, 0, 7369, 7370, 1, 0, 0, 0, 7370, 7371, 1, 0, 0, 0, 7371, 7372, 3, 1412, 706, 0, 7372, 7373, 5, 333, 0, 0, 7373, 7374, 5, 323, 0, 0, 7374, 7375, 3, 1424, 712, 0, 7375, 7395, 1, 0, 0, 0, 7376, 7377, 5, 138, 0, 0, 7377, 7378, 5, 63, 0, 0, 7378, 7380, 5, 92, 0, 0, 7379, 7381, 3, 750, 375, 0, 7380, 7379, 1, 0, 0, 0, 7380, 7381, 1, 0, 0, 0, 7381, 7382, 1, 0, 0, 0, 7382, 7383, 3, 1120, 560, 0, 7383, 7384, 5, 333, 0, 0, 7384, 7385, 5, 323, 0, 0, 7385, 7386, 3, 1424, 712, 0, 7386, 7395, 1, 0, 0, 0, 7387, 7388, 5, 138, 0, 0, 7388, 7389, 5, 360, 0, 0, 7389, 7390, 3, 560, 280, 0, 7390, 7391, 5, 333, 0, 0, 7391, 7392, 5, 323, 0, 0, 7392, 7393, 3, 1424, 712, 0, 7393, 7395, 1, 0, 0, 0, 7394, 7209, 1, 0, 0, 0, 7394, 7216, 1, 0, 0, 0, 7394, 7223, 1, 0, 0, 0, 7394, 7230, 1, 0, 0, 0, 7394, 7237, 1, 0, 0, 0, 7394, 7244, 1, 0, 0, 0, 7394, 7251, 1, 0, 0, 0, 7394, 7258, 1, 0, 0, 0, 7394, 7268, 1, 0, 0, 0, 7394, 7278, 1, 0, 0, 0, 7394, 7285, 1, 0, 0, 0, 7394, 7292, 1, 0, 0, 0, 7394, 7302, 1, 0, 0, 0, 7394, 7309, 1, 0, 0, 0, 7394, 7318, 1, 0, 0, 0, 7394, 7327, 1, 0, 0, 0, 7394, 7336, 1, 0, 0, 0, 7394, 7345, 1, 0, 0, 0, 7394, 7355, 1, 0, 0, 0, 7394, 7365, 1, 0, 0, 0, 7394, 7376, 1, 0, 0, 0, 7394, 7387, 1, 0, 0, 0, 7395, 777, 1, 0, 0, 0, 7396, 7397, 5, 138, 0, 0, 7397, 7398, 5, 278, 0, 0, 7398, 7399, 3, 738, 369, 0, 7399, 7400, 5, 333, 0, 0, 7400, 7401, 5, 2, 0, 0, 7401, 7402, 3, 780, 390, 0, 7402, 7403, 5, 3, 0, 0, 7403, 779, 1, 0, 0, 0, 7404, 7409, 3, 782, 391, 0, 7405, 7406, 5, 6, 0, 0, 7406, 7408, 3, 782, 391, 0, 7407, 7405, 1, 0, 0, 0, 7408, 7411, 1, 0, 0, 0, 7409, 7407, 1, 0, 0, 0, 7409, 7410, 1, 0, 0, 0, 7410, 781, 1, 0, 0, 0, 7411, 7409, 1, 0, 0, 0, 7412, 7413, 3, 1492, 746, 0, 7413, 7414, 5, 10, 0, 0, 7414, 7415, 5, 407, 0, 0, 7415, 7421, 1, 0, 0, 0, 7416, 7417, 3, 1492, 746, 0, 7417, 7418, 5, 10, 0, 0, 7418, 7419, 3, 784, 392, 0, 7419, 7421, 1, 0, 0, 0, 7420, 7412, 1, 0, 0, 0, 7420, 7416, 1, 0, 0, 0, 7421, 783, 1, 0, 0, 0, 7422, 7428, 3, 690, 345, 0, 7423, 7428, 3, 1504, 752, 0, 7424, 7428, 3, 1326, 663, 0, 7425, 7428, 3, 324, 162, 0, 7426, 7428, 3, 1460, 730, 0, 7427, 7422, 1, 0, 0, 0, 7427, 7423, 1, 0, 0, 0, 7427, 7424, 1, 0, 0, 0, 7427, 7425, 1, 0, 0, 0, 7427, 7426, 1, 0, 0, 0, 7428, 785, 1, 0, 0, 0, 7429, 7430, 5, 138, 0, 0, 7430, 7431, 5, 360, 0, 0, 7431, 7432, 3, 560, 280, 0, 7432, 7433, 5, 333, 0, 0, 7433, 7434, 5, 2, 0, 0, 7434, 7435, 3, 780, 390, 0, 7435, 7436, 5, 3, 0, 0, 7436, 787, 1, 0, 0, 0, 7437, 7438, 5, 138, 0, 0, 7438, 7439, 5, 136, 0, 0, 7439, 7440, 3, 700, 350, 0, 7440, 7441, 5, 282, 0, 0, 7441, 7442, 5, 94, 0, 0, 7442, 7443, 3, 1472, 736, 0, 7443, 7623, 1, 0, 0, 0, 7444, 7445, 5, 138, 0, 0, 7445, 7446, 5, 108, 0, 0, 7446, 7447, 3, 560, 280, 0, 7447, 7448, 5, 282, 0, 0, 7448, 7449, 5, 94, 0, 0, 7449, 7450, 3, 1472, 736, 0, 7450, 7623, 1, 0, 0, 0, 7451, 7452, 5, 138, 0, 0, 7452, 7453, 5, 168, 0, 0, 7453, 7454, 3, 560, 280, 0, 7454, 7455, 5, 282, 0, 0, 7455, 7456, 5, 94, 0, 0, 7456, 7457, 3, 1472, 736, 0, 7457, 7623, 1, 0, 0, 0, 7458, 7459, 5, 138, 0, 0, 7459, 7460, 5, 175, 0, 0, 7460, 7461, 3, 1422, 711, 0, 7461, 7462, 5, 282, 0, 0, 7462, 7463, 5, 94, 0, 0, 7463, 7464, 3, 1472, 736, 0, 7464, 7623, 1, 0, 0, 0, 7465, 7466, 5, 138, 0, 0, 7466, 7467, 5, 189, 0, 0, 7467, 7468, 3, 560, 280, 0, 7468, 7469, 5, 282, 0, 0, 7469, 7470, 5, 94, 0, 0, 7470, 7471, 3, 1472, 736, 0, 7471, 7623, 1, 0, 0, 0, 7472, 7473, 5, 138, 0, 0, 7473, 7474, 5, 211, 0, 0, 7474, 7475, 3, 676, 338, 0, 7475, 7476, 5, 282, 0, 0, 7476, 7477, 5, 94, 0, 0, 7477, 7478, 3, 1472, 736, 0, 7478, 7623, 1, 0, 0, 0, 7479, 7481, 5, 138, 0, 0, 7480, 7482, 3, 340, 170, 0, 7481, 7480, 1, 0, 0, 0, 7481, 7482, 1, 0, 0, 0, 7482, 7483, 1, 0, 0, 0, 7483, 7484, 5, 247, 0, 0, 7484, 7485, 3, 1438, 719, 0, 7485, 7486, 5, 282, 0, 0, 7486, 7487, 5, 94, 0, 0, 7487, 7488, 3, 1472, 736, 0, 7488, 7623, 1, 0, 0, 0, 7489, 7490, 5, 138, 0, 0, 7490, 7491, 5, 248, 0, 0, 7491, 7492, 5, 274, 0, 0, 7492, 7493, 3, 324, 162, 0, 7493, 7494, 5, 282, 0, 0, 7494, 7495, 5, 94, 0, 0, 7495, 7496, 3, 1472, 736, 0, 7496, 7623, 1, 0, 0, 0, 7497, 7498, 5, 138, 0, 0, 7498, 7499, 5, 278, 0, 0, 7499, 7500, 3, 738, 369, 0, 7500, 7501, 5, 282, 0, 0, 7501, 7502, 5, 94, 0, 0, 7502, 7503, 3, 1472, 736, 0, 7503, 7623, 1, 0, 0, 0, 7504, 7505, 5, 138, 0, 0, 7505, 7506, 5, 278, 0, 0, 7506, 7507, 5, 156, 0, 0, 7507, 7508, 3, 560, 280, 0, 7508, 7509, 5, 100, 0, 0, 7509, 7510, 3, 1438, 719, 0, 7510, 7511, 5, 282, 0, 0, 7511, 7512, 5, 94, 0, 0, 7512, 7513, 3, 1472, 736, 0, 7513, 7623, 1, 0, 0, 0, 7514, 7515, 5, 138, 0, 0, 7515, 7516, 5, 278, 0, 0, 7516, 7517, 5, 206, 0, 0, 7517, 7518, 3, 560, 280, 0, 7518, 7519, 5, 100, 0, 0, 7519, 7520, 3, 1438, 719, 0, 7520, 7521, 5, 282, 0, 0, 7521, 7522, 5, 94, 0, 0, 7522, 7523, 3, 1472, 736, 0, 7523, 7623, 1, 0, 0, 0, 7524, 7525, 5, 138, 0, 0, 7525, 7526, 5, 296, 0, 0, 7526, 7527, 3, 672, 336, 0, 7527, 7528, 5, 282, 0, 0, 7528, 7529, 5, 94, 0, 0, 7529, 7530, 3, 1472, 736, 0, 7530, 7623, 1, 0, 0, 0, 7531, 7532, 5, 138, 0, 0, 7532, 7533, 5, 442, 0, 0, 7533, 7534, 3, 668, 334, 0, 7534, 7535, 5, 282, 0, 0, 7535, 7536, 5, 94, 0, 0, 7536, 7537, 3, 1472, 736, 0, 7537, 7623, 1, 0, 0, 0, 7538, 7539, 5, 138, 0, 0, 7539, 7540, 5, 323, 0, 0, 7540, 7541, 3, 1424, 712, 0, 7541, 7542, 5, 282, 0, 0, 7542, 7543, 5, 94, 0, 0, 7543, 7544, 3, 1472, 736, 0, 7544, 7623, 1, 0, 0, 0, 7545, 7546, 5, 138, 0, 0, 7546, 7547, 5, 360, 0, 0, 7547, 7548, 3, 560, 280, 0, 7548, 7549, 5, 282, 0, 0, 7549, 7550, 5, 94, 0, 0, 7550, 7551, 3, 1472, 736, 0, 7551, 7623, 1, 0, 0, 0, 7552, 7553, 5, 138, 0, 0, 7553, 7554, 5, 351, 0, 0, 7554, 7555, 3, 1404, 702, 0, 7555, 7556, 5, 282, 0, 0, 7556, 7557, 5, 94, 0, 0, 7557, 7558, 3, 1472, 736, 0, 7558, 7623, 1, 0, 0, 0, 7559, 7560, 5, 138, 0, 0, 7560, 7561, 5, 342, 0, 0, 7561, 7562, 3, 560, 280, 0, 7562, 7563, 5, 282, 0, 0, 7563, 7564, 5, 94, 0, 0, 7564, 7565, 3, 1472, 736, 0, 7565, 7623, 1, 0, 0, 0, 7566, 7567, 5, 138, 0, 0, 7567, 7568, 5, 355, 0, 0, 7568, 7569, 5, 325, 0, 0, 7569, 7570, 5, 185, 0, 0, 7570, 7571, 3, 560, 280, 0, 7571, 7572, 5, 282, 0, 0, 7572, 7573, 5, 94, 0, 0, 7573, 7574, 3, 1472, 736, 0, 7574, 7623, 1, 0, 0, 0, 7575, 7576, 5, 138, 0, 0, 7576, 7577, 5, 355, 0, 0, 7577, 7578, 5, 325, 0, 0, 7578, 7579, 5, 163, 0, 0, 7579, 7580, 3, 560, 280, 0, 7580, 7581, 5, 282, 0, 0, 7581, 7582, 5, 94, 0, 0, 7582, 7583, 3, 1472, 736, 0, 7583, 7623, 1, 0, 0, 0, 7584, 7585, 5, 138, 0, 0, 7585, 7586, 5, 63, 0, 0, 7586, 7587, 5, 174, 0, 0, 7587, 7588, 5, 381, 0, 0, 7588, 7589, 3, 1438, 719, 0, 7589, 7590, 5, 282, 0, 0, 7590, 7591, 5, 94, 0, 0, 7591, 7592, 3, 1472, 736, 0, 7592, 7623, 1, 0, 0, 0, 7593, 7594, 5, 138, 0, 0, 7594, 7595, 5, 331, 0, 0, 7595, 7596, 3, 1438, 719, 0, 7596, 7597, 5, 282, 0, 0, 7597, 7598, 5, 94, 0, 0, 7598, 7599, 3, 1472, 736, 0, 7599, 7623, 1, 0, 0, 0, 7600, 7601, 5, 138, 0, 0, 7601, 7602, 5, 198, 0, 0, 7602, 7603, 5, 357, 0, 0, 7603, 7604, 3, 1438, 719, 0, 7604, 7605, 5, 282, 0, 0, 7605, 7606, 5, 94, 0, 0, 7606, 7607, 3, 1472, 736, 0, 7607, 7623, 1, 0, 0, 0, 7608, 7609, 5, 138, 0, 0, 7609, 7610, 5, 452, 0, 0, 7610, 7611, 3, 1438, 719, 0, 7611, 7612, 5, 282, 0, 0, 7612, 7613, 5, 94, 0, 0, 7613, 7614, 3, 1472, 736, 0, 7614, 7623, 1, 0, 0, 0, 7615, 7616, 5, 138, 0, 0, 7616, 7617, 5, 451, 0, 0, 7617, 7618, 3, 1438, 719, 0, 7618, 7619, 5, 282, 0, 0, 7619, 7620, 5, 94, 0, 0, 7620, 7621, 3, 1472, 736, 0, 7621, 7623, 1, 0, 0, 0, 7622, 7437, 1, 0, 0, 0, 7622, 7444, 1, 0, 0, 0, 7622, 7451, 1, 0, 0, 0, 7622, 7458, 1, 0, 0, 0, 7622, 7465, 1, 0, 0, 0, 7622, 7472, 1, 0, 0, 0, 7622, 7479, 1, 0, 0, 0, 7622, 7489, 1, 0, 0, 0, 7622, 7497, 1, 0, 0, 0, 7622, 7504, 1, 0, 0, 0, 7622, 7514, 1, 0, 0, 0, 7622, 7524, 1, 0, 0, 0, 7622, 7531, 1, 0, 0, 0, 7622, 7538, 1, 0, 0, 0, 7622, 7545, 1, 0, 0, 0, 7622, 7552, 1, 0, 0, 0, 7622, 7559, 1, 0, 0, 0, 7622, 7566, 1, 0, 0, 0, 7622, 7575, 1, 0, 0, 0, 7622, 7584, 1, 0, 0, 0, 7622, 7593, 1, 0, 0, 0, 7622, 7600, 1, 0, 0, 0, 7622, 7608, 1, 0, 0, 0, 7622, 7615, 1, 0, 0, 0, 7623, 789, 1, 0, 0, 0, 7624, 7625, 5, 46, 0, 0, 7625, 7626, 5, 452, 0, 0, 7626, 7628, 3, 1438, 719, 0, 7627, 7629, 3, 792, 396, 0, 7628, 7627, 1, 0, 0, 0, 7628, 7629, 1, 0, 0, 0, 7629, 7631, 1, 0, 0, 0, 7630, 7632, 3, 712, 356, 0, 7631, 7630, 1, 0, 0, 0, 7631, 7632, 1, 0, 0, 0, 7632, 791, 1, 0, 0, 0, 7633, 7634, 3, 794, 397, 0, 7634, 793, 1, 0, 0, 0, 7635, 7636, 5, 62, 0, 0, 7636, 7637, 5, 92, 0, 0, 7637, 7642, 3, 1126, 563, 0, 7638, 7639, 5, 62, 0, 0, 7639, 7640, 5, 30, 0, 0, 7640, 7642, 5, 350, 0, 0, 7641, 7635, 1, 0, 0, 0, 7641, 7638, 1, 0, 0, 0, 7642, 795, 1, 0, 0, 0, 7643, 7644, 5, 138, 0, 0, 7644, 7645, 5, 452, 0, 0, 7645, 7646, 3, 1438, 719, 0, 7646, 7647, 5, 333, 0, 0, 7647, 7648, 3, 498, 249, 0, 7648, 7682, 1, 0, 0, 0, 7649, 7650, 5, 138, 0, 0, 7650, 7651, 5, 452, 0, 0, 7651, 7652, 3, 1438, 719, 0, 7652, 7653, 5, 133, 0, 0, 7653, 7654, 3, 1128, 564, 0, 7654, 7682, 1, 0, 0, 0, 7655, 7656, 5, 138, 0, 0, 7656, 7657, 5, 452, 0, 0, 7657, 7658, 3, 1438, 719, 0, 7658, 7659, 5, 333, 0, 0, 7659, 7660, 3, 1128, 564, 0, 7660, 7682, 1, 0, 0, 0, 7661, 7662, 5, 138, 0, 0, 7662, 7663, 5, 452, 0, 0, 7663, 7664, 3, 1438, 719, 0, 7664, 7665, 5, 191, 0, 0, 7665, 7666, 3, 1128, 564, 0, 7666, 7682, 1, 0, 0, 0, 7667, 7668, 5, 138, 0, 0, 7668, 7669, 5, 452, 0, 0, 7669, 7670, 3, 1438, 719, 0, 7670, 7671, 5, 282, 0, 0, 7671, 7672, 5, 94, 0, 0, 7672, 7673, 3, 1472, 736, 0, 7673, 7682, 1, 0, 0, 0, 7674, 7675, 5, 138, 0, 0, 7675, 7676, 5, 452, 0, 0, 7676, 7677, 3, 1438, 719, 0, 7677, 7678, 5, 309, 0, 0, 7678, 7679, 5, 94, 0, 0, 7679, 7680, 3, 1438, 719, 0, 7680, 7682, 1, 0, 0, 0, 7681, 7643, 1, 0, 0, 0, 7681, 7649, 1, 0, 0, 0, 7681, 7655, 1, 0, 0, 0, 7681, 7661, 1, 0, 0, 0, 7681, 7667, 1, 0, 0, 0, 7681, 7674, 1, 0, 0, 0, 7682, 797, 1, 0, 0, 0, 7683, 7684, 5, 46, 0, 0, 7684, 7685, 5, 451, 0, 0, 7685, 7686, 3, 1438, 719, 0, 7686, 7687, 5, 164, 0, 0, 7687, 7688, 3, 1460, 730, 0, 7688, 7689, 5, 452, 0, 0, 7689, 7691, 3, 800, 400, 0, 7690, 7692, 3, 712, 356, 0, 7691, 7690, 1, 0, 0, 0, 7691, 7692, 1, 0, 0, 0, 7692, 799, 1, 0, 0, 0, 7693, 7698, 3, 802, 401, 0, 7694, 7695, 5, 6, 0, 0, 7695, 7697, 3, 802, 401, 0, 7696, 7694, 1, 0, 0, 0, 7697, 7700, 1, 0, 0, 0, 7698, 7696, 1, 0, 0, 0, 7698, 7699, 1, 0, 0, 0, 7699, 801, 1, 0, 0, 0, 7700, 7698, 1, 0, 0, 0, 7701, 7702, 3, 1492, 746, 0, 7702, 803, 1, 0, 0, 0, 7703, 7704, 5, 138, 0, 0, 7704, 7705, 5, 451, 0, 0, 7705, 7706, 3, 1438, 719, 0, 7706, 7707, 5, 333, 0, 0, 7707, 7708, 3, 498, 249, 0, 7708, 7782, 1, 0, 0, 0, 7709, 7710, 5, 138, 0, 0, 7710, 7711, 5, 451, 0, 0, 7711, 7712, 3, 1438, 719, 0, 7712, 7713, 5, 164, 0, 0, 7713, 7714, 3, 1460, 730, 0, 7714, 7782, 1, 0, 0, 0, 7715, 7716, 5, 138, 0, 0, 7716, 7717, 5, 451, 0, 0, 7717, 7718, 3, 1438, 719, 0, 7718, 7719, 5, 305, 0, 0, 7719, 7721, 5, 452, 0, 0, 7720, 7722, 3, 712, 356, 0, 7721, 7720, 1, 0, 0, 0, 7721, 7722, 1, 0, 0, 0, 7722, 7782, 1, 0, 0, 0, 7723, 7724, 5, 138, 0, 0, 7724, 7725, 5, 451, 0, 0, 7725, 7726, 3, 1438, 719, 0, 7726, 7727, 5, 333, 0, 0, 7727, 7728, 5, 452, 0, 0, 7728, 7730, 3, 800, 400, 0, 7729, 7731, 3, 712, 356, 0, 7730, 7729, 1, 0, 0, 0, 7730, 7731, 1, 0, 0, 0, 7731, 7782, 1, 0, 0, 0, 7732, 7733, 5, 138, 0, 0, 7733, 7734, 5, 451, 0, 0, 7734, 7735, 3, 1438, 719, 0, 7735, 7736, 5, 133, 0, 0, 7736, 7737, 5, 452, 0, 0, 7737, 7739, 3, 800, 400, 0, 7738, 7740, 3, 712, 356, 0, 7739, 7738, 1, 0, 0, 0, 7739, 7740, 1, 0, 0, 0, 7740, 7782, 1, 0, 0, 0, 7741, 7742, 5, 138, 0, 0, 7742, 7743, 5, 451, 0, 0, 7743, 7744, 3, 1438, 719, 0, 7744, 7745, 5, 191, 0, 0, 7745, 7746, 5, 452, 0, 0, 7746, 7748, 3, 800, 400, 0, 7747, 7749, 3, 712, 356, 0, 7748, 7747, 1, 0, 0, 0, 7748, 7749, 1, 0, 0, 0, 7749, 7782, 1, 0, 0, 0, 7750, 7751, 5, 138, 0, 0, 7751, 7752, 5, 451, 0, 0, 7752, 7753, 3, 1438, 719, 0, 7753, 7754, 5, 193, 0, 0, 7754, 7782, 1, 0, 0, 0, 7755, 7756, 5, 138, 0, 0, 7756, 7757, 5, 451, 0, 0, 7757, 7758, 3, 1438, 719, 0, 7758, 7759, 5, 186, 0, 0, 7759, 7782, 1, 0, 0, 0, 7760, 7761, 5, 138, 0, 0, 7761, 7762, 5, 451, 0, 0, 7762, 7763, 3, 1438, 719, 0, 7763, 7764, 5, 333, 0, 0, 7764, 7765, 3, 498, 249, 0, 7765, 7782, 1, 0, 0, 0, 7766, 7767, 5, 138, 0, 0, 7767, 7768, 5, 451, 0, 0, 7768, 7769, 3, 1438, 719, 0, 7769, 7770, 5, 465, 0, 0, 7770, 7771, 5, 2, 0, 0, 7771, 7772, 3, 510, 255, 0, 7772, 7773, 5, 3, 0, 0, 7773, 7782, 1, 0, 0, 0, 7774, 7775, 5, 138, 0, 0, 7775, 7776, 5, 451, 0, 0, 7776, 7777, 3, 1438, 719, 0, 7777, 7778, 5, 282, 0, 0, 7778, 7779, 5, 94, 0, 0, 7779, 7780, 3, 1472, 736, 0, 7780, 7782, 1, 0, 0, 0, 7781, 7703, 1, 0, 0, 0, 7781, 7709, 1, 0, 0, 0, 7781, 7715, 1, 0, 0, 0, 7781, 7723, 1, 0, 0, 0, 7781, 7732, 1, 0, 0, 0, 7781, 7741, 1, 0, 0, 0, 7781, 7750, 1, 0, 0, 0, 7781, 7755, 1, 0, 0, 0, 7781, 7760, 1, 0, 0, 0, 7781, 7766, 1, 0, 0, 0, 7781, 7774, 1, 0, 0, 0, 7782, 805, 1, 0, 0, 0, 7783, 7785, 5, 46, 0, 0, 7784, 7786, 3, 660, 330, 0, 7785, 7784, 1, 0, 0, 0, 7785, 7786, 1, 0, 0, 0, 7786, 7787, 1, 0, 0, 0, 7787, 7788, 5, 321, 0, 0, 7788, 7789, 3, 1438, 719, 0, 7789, 7790, 5, 36, 0, 0, 7790, 7791, 5, 80, 0, 0, 7791, 7792, 3, 816, 408, 0, 7792, 7793, 5, 94, 0, 0, 7793, 7795, 3, 1414, 707, 0, 7794, 7796, 3, 1146, 573, 0, 7795, 7794, 1, 0, 0, 0, 7795, 7796, 1, 0, 0, 0, 7796, 7797, 1, 0, 0, 0, 7797, 7799, 5, 57, 0, 0, 7798, 7800, 3, 818, 409, 0, 7799, 7798, 1, 0, 0, 0, 7799, 7800, 1, 0, 0, 0, 7800, 7801, 1, 0, 0, 0, 7801, 7802, 3, 808, 404, 0, 7802, 807, 1, 0, 0, 0, 7803, 7810, 5, 270, 0, 0, 7804, 7810, 3, 812, 406, 0, 7805, 7806, 5, 2, 0, 0, 7806, 7807, 3, 810, 405, 0, 7807, 7808, 5, 3, 0, 0, 7808, 7810, 1, 0, 0, 0, 7809, 7803, 1, 0, 0, 0, 7809, 7804, 1, 0, 0, 0, 7809, 7805, 1, 0, 0, 0, 7810, 809, 1, 0, 0, 0, 7811, 7813, 3, 814, 407, 0, 7812, 7811, 1, 0, 0, 0, 7812, 7813, 1, 0, 0, 0, 7813, 7820, 1, 0, 0, 0, 7814, 7816, 5, 7, 0, 0, 7815, 7817, 3, 814, 407, 0, 7816, 7815, 1, 0, 0, 0, 7816, 7817, 1, 0, 0, 0, 7817, 7819, 1, 0, 0, 0, 7818, 7814, 1, 0, 0, 0, 7819, 7822, 1, 0, 0, 0, 7820, 7818, 1, 0, 0, 0, 7820, 7821, 1, 0, 0, 0, 7821, 811, 1, 0, 0, 0, 7822, 7820, 1, 0, 0, 0, 7823, 7829, 3, 1002, 501, 0, 7824, 7829, 3, 952, 476, 0, 7825, 7829, 3, 984, 492, 0, 7826, 7829, 3, 970, 485, 0, 7827, 7829, 3, 820, 410, 0, 7828, 7823, 1, 0, 0, 0, 7828, 7824, 1, 0, 0, 0, 7828, 7825, 1, 0, 0, 0, 7828, 7826, 1, 0, 0, 0, 7828, 7827, 1, 0, 0, 0, 7829, 813, 1, 0, 0, 0, 7830, 7831, 3, 812, 406, 0, 7831, 815, 1, 0, 0, 0, 7832, 7833, 7, 47, 0, 0, 7833, 817, 1, 0, 0, 0, 7834, 7835, 7, 48, 0, 0, 7835, 819, 1, 0, 0, 0, 7836, 7837, 5, 271, 0, 0, 7837, 7839, 3, 1476, 738, 0, 7838, 7840, 3, 822, 411, 0, 7839, 7838, 1, 0, 0, 0, 7839, 7840, 1, 0, 0, 0, 7840, 821, 1, 0, 0, 0, 7841, 7842, 5, 6, 0, 0, 7842, 7843, 3, 1460, 730, 0, 7843, 823, 1, 0, 0, 0, 7844, 7845, 5, 252, 0, 0, 7845, 7846, 3, 1476, 738, 0, 7846, 825, 1, 0, 0, 0, 7847, 7848, 5, 366, 0, 0, 7848, 7852, 3, 1476, 738, 0, 7849, 7850, 5, 366, 0, 0, 7850, 7852, 5, 9, 0, 0, 7851, 7847, 1, 0, 0, 0, 7851, 7849, 1, 0, 0, 0, 7852, 827, 1, 0, 0, 0, 7853, 7855, 5, 129, 0, 0, 7854, 7856, 3, 830, 415, 0, 7855, 7854, 1, 0, 0, 0, 7855, 7856, 1, 0, 0, 0, 7856, 7858, 1, 0, 0, 0, 7857, 7859, 3, 838, 419, 0, 7858, 7857, 1, 0, 0, 0, 7858, 7859, 1, 0, 0, 0, 7859, 7919, 1, 0, 0, 0, 7860, 7862, 5, 146, 0, 0, 7861, 7863, 3, 830, 415, 0, 7862, 7861, 1, 0, 0, 0, 7862, 7863, 1, 0, 0, 0, 7863, 7865, 1, 0, 0, 0, 7864, 7866, 3, 836, 418, 0, 7865, 7864, 1, 0, 0, 0, 7865, 7866, 1, 0, 0, 0, 7866, 7919, 1, 0, 0, 0, 7867, 7868, 5, 340, 0, 0, 7868, 7870, 5, 356, 0, 0, 7869, 7871, 3, 836, 418, 0, 7870, 7869, 1, 0, 0, 0, 7870, 7871, 1, 0, 0, 0, 7871, 7919, 1, 0, 0, 0, 7872, 7874, 5, 454, 0, 0, 7873, 7875, 3, 830, 415, 0, 7874, 7873, 1, 0, 0, 0, 7874, 7875, 1, 0, 0, 0, 7875, 7877, 1, 0, 0, 0, 7876, 7878, 3, 838, 419, 0, 7877, 7876, 1, 0, 0, 0, 7877, 7878, 1, 0, 0, 0, 7878, 7919, 1, 0, 0, 0, 7879, 7880, 5, 322, 0, 0, 7880, 7919, 3, 1476, 738, 0, 7881, 7883, 5, 308, 0, 0, 7882, 7884, 5, 322, 0, 0, 7883, 7882, 1, 0, 0, 0, 7883, 7884, 1, 0, 0, 0, 7884, 7885, 1, 0, 0, 0, 7885, 7919, 3, 1476, 738, 0, 7886, 7887, 5, 290, 0, 0, 7887, 7888, 5, 356, 0, 0, 7888, 7919, 3, 1460, 730, 0, 7889, 7890, 5, 161, 0, 0, 7890, 7891, 5, 291, 0, 0, 7891, 7919, 3, 1460, 730, 0, 7892, 7894, 5, 161, 0, 0, 7893, 7895, 3, 830, 415, 0, 7894, 7893, 1, 0, 0, 0, 7894, 7895, 1, 0, 0, 0, 7895, 7897, 1, 0, 0, 0, 7896, 7898, 3, 838, 419, 0, 7897, 7896, 1, 0, 0, 0, 7897, 7898, 1, 0, 0, 0, 7898, 7919, 1, 0, 0, 0, 7899, 7900, 5, 319, 0, 0, 7900, 7901, 5, 291, 0, 0, 7901, 7919, 3, 1460, 730, 0, 7902, 7904, 5, 319, 0, 0, 7903, 7905, 3, 830, 415, 0, 7904, 7903, 1, 0, 0, 0, 7904, 7905, 1, 0, 0, 0, 7905, 7906, 1, 0, 0, 0, 7906, 7908, 5, 94, 0, 0, 7907, 7909, 5, 322, 0, 0, 7908, 7907, 1, 0, 0, 0, 7908, 7909, 1, 0, 0, 0, 7909, 7910, 1, 0, 0, 0, 7910, 7919, 3, 1476, 738, 0, 7911, 7913, 5, 319, 0, 0, 7912, 7914, 3, 830, 415, 0, 7913, 7912, 1, 0, 0, 0, 7913, 7914, 1, 0, 0, 0, 7914, 7916, 1, 0, 0, 0, 7915, 7917, 3, 838, 419, 0, 7916, 7915, 1, 0, 0, 0, 7916, 7917, 1, 0, 0, 0, 7917, 7919, 1, 0, 0, 0, 7918, 7853, 1, 0, 0, 0, 7918, 7860, 1, 0, 0, 0, 7918, 7867, 1, 0, 0, 0, 7918, 7872, 1, 0, 0, 0, 7918, 7879, 1, 0, 0, 0, 7918, 7881, 1, 0, 0, 0, 7918, 7886, 1, 0, 0, 0, 7918, 7889, 1, 0, 0, 0, 7918, 7892, 1, 0, 0, 0, 7918, 7899, 1, 0, 0, 0, 7918, 7902, 1, 0, 0, 0, 7918, 7911, 1, 0, 0, 0, 7919, 829, 1, 0, 0, 0, 7920, 7921, 7, 49, 0, 0, 7921, 831, 1, 0, 0, 0, 7922, 7923, 5, 244, 0, 0, 7923, 7924, 5, 251, 0, 0, 7924, 7933, 3, 68, 34, 0, 7925, 7926, 5, 300, 0, 0, 7926, 7933, 5, 81, 0, 0, 7927, 7928, 5, 300, 0, 0, 7928, 7933, 5, 382, 0, 0, 7929, 7933, 5, 54, 0, 0, 7930, 7931, 5, 77, 0, 0, 7931, 7933, 5, 54, 0, 0, 7932, 7922, 1, 0, 0, 0, 7932, 7925, 1, 0, 0, 0, 7932, 7927, 1, 0, 0, 0, 7932, 7929, 1, 0, 0, 0, 7932, 7930, 1, 0, 0, 0, 7933, 833, 1, 0, 0, 0, 7934, 7941, 3, 832, 416, 0, 7935, 7937, 5, 6, 0, 0, 7936, 7935, 1, 0, 0, 0, 7936, 7937, 1, 0, 0, 0, 7937, 7938, 1, 0, 0, 0, 7938, 7940, 3, 832, 416, 0, 7939, 7936, 1, 0, 0, 0, 7940, 7943, 1, 0, 0, 0, 7941, 7939, 1, 0, 0, 0, 7941, 7942, 1, 0, 0, 0, 7942, 835, 1, 0, 0, 0, 7943, 7941, 1, 0, 0, 0, 7944, 7945, 3, 834, 417, 0, 7945, 837, 1, 0, 0, 0, 7946, 7948, 5, 33, 0, 0, 7947, 7949, 5, 269, 0, 0, 7948, 7947, 1, 0, 0, 0, 7948, 7949, 1, 0, 0, 0, 7949, 7950, 1, 0, 0, 0, 7950, 7951, 5, 153, 0, 0, 7951, 839, 1, 0, 0, 0, 7952, 7955, 5, 46, 0, 0, 7953, 7954, 5, 82, 0, 0, 7954, 7956, 5, 311, 0, 0, 7955, 7953, 1, 0, 0, 0, 7955, 7956, 1, 0, 0, 0, 7956, 7958, 1, 0, 0, 0, 7957, 7959, 3, 192, 96, 0, 7958, 7957, 1, 0, 0, 0, 7958, 7959, 1, 0, 0, 0, 7959, 7977, 1, 0, 0, 0, 7960, 7961, 5, 376, 0, 0, 7961, 7963, 3, 1410, 705, 0, 7962, 7964, 3, 244, 122, 0, 7963, 7962, 1, 0, 0, 0, 7963, 7964, 1, 0, 0, 0, 7964, 7966, 1, 0, 0, 0, 7965, 7967, 3, 134, 67, 0, 7966, 7965, 1, 0, 0, 0, 7966, 7967, 1, 0, 0, 0, 7967, 7978, 1, 0, 0, 0, 7968, 7969, 5, 303, 0, 0, 7969, 7970, 5, 376, 0, 0, 7970, 7971, 3, 1410, 705, 0, 7971, 7972, 5, 2, 0, 0, 7972, 7973, 3, 246, 123, 0, 7973, 7975, 5, 3, 0, 0, 7974, 7976, 3, 134, 67, 0, 7975, 7974, 1, 0, 0, 0, 7975, 7976, 1, 0, 0, 0, 7976, 7978, 1, 0, 0, 0, 7977, 7960, 1, 0, 0, 0, 7977, 7968, 1, 0, 0, 0, 7978, 7979, 1, 0, 0, 0, 7979, 7980, 5, 36, 0, 0, 7980, 7982, 3, 1002, 501, 0, 7981, 7983, 3, 842, 421, 0, 7982, 7981, 1, 0, 0, 0, 7982, 7983, 1, 0, 0, 0, 7983, 841, 1, 0, 0, 0, 7984, 7986, 5, 105, 0, 0, 7985, 7987, 7, 50, 0, 0, 7986, 7985, 1, 0, 0, 0, 7986, 7987, 1, 0, 0, 0, 7987, 7988, 1, 0, 0, 0, 7988, 7989, 5, 42, 0, 0, 7989, 7990, 5, 279, 0, 0, 7990, 843, 1, 0, 0, 0, 7991, 7992, 5, 253, 0, 0, 7992, 7993, 3, 1442, 721, 0, 7993, 845, 1, 0, 0, 0, 7994, 7995, 5, 46, 0, 0, 7995, 7996, 5, 175, 0, 0, 7996, 7998, 3, 1420, 710, 0, 7997, 7999, 3, 14, 7, 0, 7998, 7997, 1, 0, 0, 0, 7998, 7999, 1, 0, 0, 0, 7999, 8001, 1, 0, 0, 0, 8000, 8002, 3, 848, 424, 0, 8001, 8000, 1, 0, 0, 0, 8001, 8002, 1, 0, 0, 0, 8002, 847, 1, 0, 0, 0, 8003, 8004, 3, 850, 425, 0, 8004, 849, 1, 0, 0, 0, 8005, 8007, 3, 852, 426, 0, 8006, 8005, 1, 0, 0, 0, 8007, 8008, 1, 0, 0, 0, 8008, 8006, 1, 0, 0, 0, 8008, 8009, 1, 0, 0, 0, 8009, 851, 1, 0, 0, 0, 8010, 8012, 3, 854, 427, 0, 8011, 8013, 3, 856, 428, 0, 8012, 8011, 1, 0, 0, 0, 8012, 8013, 1, 0, 0, 0, 8013, 8017, 1, 0, 0, 0, 8014, 8018, 3, 1466, 733, 0, 8015, 8018, 3, 72, 36, 0, 8016, 8018, 5, 53, 0, 0, 8017, 8014, 1, 0, 0, 0, 8017, 8015, 1, 0, 0, 0, 8017, 8016, 1, 0, 0, 0, 8018, 853, 1, 0, 0, 0, 8019, 8020, 5, 164, 0, 0, 8020, 8028, 5, 74, 0, 0, 8021, 8028, 5, 194, 0, 0, 8022, 8028, 5, 255, 0, 0, 8023, 8028, 5, 282, 0, 0, 8024, 8028, 5, 351, 0, 0, 8025, 8028, 5, 353, 0, 0, 8026, 8028, 3, 1494, 747, 0, 8027, 8019, 1, 0, 0, 0, 8027, 8021, 1, 0, 0, 0, 8027, 8022, 1, 0, 0, 0, 8027, 8023, 1, 0, 0, 0, 8027, 8024, 1, 0, 0, 0, 8027, 8025, 1, 0, 0, 0, 8027, 8026, 1, 0, 0, 0, 8028, 855, 1, 0, 0, 0, 8029, 8030, 5, 10, 0, 0, 8030, 857, 1, 0, 0, 0, 8031, 8032, 5, 138, 0, 0, 8032, 8033, 5, 175, 0, 0, 8033, 8045, 3, 1422, 711, 0, 8034, 8035, 5, 333, 0, 0, 8035, 8036, 5, 351, 0, 0, 8036, 8038, 3, 1402, 701, 0, 8037, 8034, 1, 0, 0, 0, 8037, 8038, 1, 0, 0, 0, 8038, 8046, 1, 0, 0, 0, 8039, 8041, 5, 105, 0, 0, 8040, 8039, 1, 0, 0, 0, 8040, 8041, 1, 0, 0, 0, 8041, 8042, 1, 0, 0, 0, 8042, 8044, 3, 848, 424, 0, 8043, 8040, 1, 0, 0, 0, 8043, 8044, 1, 0, 0, 0, 8044, 8046, 1, 0, 0, 0, 8045, 8037, 1, 0, 0, 0, 8045, 8043, 1, 0, 0, 0, 8046, 859, 1, 0, 0, 0, 8047, 8048, 5, 138, 0, 0, 8048, 8049, 5, 175, 0, 0, 8049, 8051, 3, 1422, 711, 0, 8050, 8052, 3, 88, 44, 0, 8051, 8050, 1, 0, 0, 0, 8051, 8052, 1, 0, 0, 0, 8052, 861, 1, 0, 0, 0, 8053, 8058, 3, 864, 432, 0, 8054, 8055, 5, 6, 0, 0, 8055, 8057, 3, 864, 432, 0, 8056, 8054, 1, 0, 0, 0, 8057, 8060, 1, 0, 0, 0, 8058, 8056, 1, 0, 0, 0, 8058, 8059, 1, 0, 0, 0, 8059, 863, 1, 0, 0, 0, 8060, 8058, 1, 0, 0, 0, 8061, 8062, 5, 209, 0, 0, 8062, 865, 1, 0, 0, 0, 8063, 8064, 5, 138, 0, 0, 8064, 8065, 5, 108, 0, 0, 8065, 8066, 3, 560, 280, 0, 8066, 8067, 5, 305, 0, 0, 8067, 8068, 5, 375, 0, 0, 8068, 867, 1, 0, 0, 0, 8069, 8070, 5, 138, 0, 0, 8070, 8071, 5, 349, 0, 0, 8071, 8072, 7, 22, 0, 0, 8072, 8073, 3, 58, 29, 0, 8073, 869, 1, 0, 0, 0, 8074, 8075, 5, 46, 0, 0, 8075, 8076, 5, 189, 0, 0, 8076, 8078, 3, 560, 280, 0, 8077, 8079, 3, 874, 437, 0, 8078, 8077, 1, 0, 0, 0, 8078, 8079, 1, 0, 0, 0, 8079, 8080, 1, 0, 0, 0, 8080, 8081, 3, 1170, 585, 0, 8081, 8082, 3, 216, 108, 0, 8082, 871, 1, 0, 0, 0, 8083, 8084, 5, 138, 0, 0, 8084, 8085, 5, 189, 0, 0, 8085, 8107, 3, 560, 280, 0, 8086, 8108, 3, 122, 61, 0, 8087, 8088, 5, 191, 0, 0, 8088, 8089, 5, 77, 0, 0, 8089, 8108, 5, 78, 0, 0, 8090, 8091, 5, 333, 0, 0, 8091, 8092, 5, 77, 0, 0, 8092, 8108, 5, 78, 0, 0, 8093, 8094, 5, 133, 0, 0, 8094, 8108, 3, 236, 118, 0, 8095, 8096, 5, 191, 0, 0, 8096, 8098, 5, 45, 0, 0, 8097, 8099, 3, 750, 375, 0, 8098, 8097, 1, 0, 0, 0, 8098, 8099, 1, 0, 0, 0, 8099, 8100, 1, 0, 0, 0, 8100, 8102, 3, 1438, 719, 0, 8101, 8103, 3, 124, 62, 0, 8102, 8101, 1, 0, 0, 0, 8102, 8103, 1, 0, 0, 0, 8103, 8108, 1, 0, 0, 0, 8104, 8105, 5, 372, 0, 0, 8105, 8106, 5, 45, 0, 0, 8106, 8108, 3, 1438, 719, 0, 8107, 8086, 1, 0, 0, 0, 8107, 8087, 1, 0, 0, 0, 8107, 8090, 1, 0, 0, 0, 8107, 8093, 1, 0, 0, 0, 8107, 8095, 1, 0, 0, 0, 8107, 8104, 1, 0, 0, 0, 8108, 873, 1, 0, 0, 0, 8109, 8110, 5, 36, 0, 0, 8110, 875, 1, 0, 0, 0, 8111, 8112, 5, 138, 0, 0, 8112, 8113, 5, 355, 0, 0, 8113, 8114, 5, 325, 0, 0, 8114, 8115, 5, 185, 0, 0, 8115, 8116, 3, 560, 280, 0, 8116, 8117, 3, 498, 249, 0, 8117, 877, 1, 0, 0, 0, 8118, 8119, 5, 138, 0, 0, 8119, 8120, 5, 355, 0, 0, 8120, 8121, 5, 325, 0, 0, 8121, 8122, 5, 163, 0, 0, 8122, 8123, 3, 560, 280, 0, 8123, 8124, 5, 133, 0, 0, 8124, 8125, 5, 257, 0, 0, 8125, 8126, 5, 62, 0, 0, 8126, 8127, 3, 1418, 709, 0, 8127, 8128, 3, 880, 440, 0, 8128, 8129, 3, 554, 277, 0, 8129, 8182, 1, 0, 0, 0, 8130, 8131, 5, 138, 0, 0, 8131, 8132, 5, 355, 0, 0, 8132, 8133, 5, 325, 0, 0, 8133, 8134, 5, 163, 0, 0, 8134, 8135, 3, 560, 280, 0, 8135, 8136, 5, 138, 0, 0, 8136, 8137, 5, 257, 0, 0, 8137, 8138, 5, 62, 0, 0, 8138, 8139, 3, 1418, 709, 0, 8139, 8140, 3, 880, 440, 0, 8140, 8141, 3, 554, 277, 0, 8141, 8182, 1, 0, 0, 0, 8142, 8143, 5, 138, 0, 0, 8143, 8144, 5, 355, 0, 0, 8144, 8145, 5, 325, 0, 0, 8145, 8146, 5, 163, 0, 0, 8146, 8147, 3, 560, 280, 0, 8147, 8148, 5, 138, 0, 0, 8148, 8149, 5, 257, 0, 0, 8149, 8150, 5, 311, 0, 0, 8150, 8151, 3, 560, 280, 0, 8151, 8152, 3, 880, 440, 0, 8152, 8153, 3, 560, 280, 0, 8153, 8182, 1, 0, 0, 0, 8154, 8155, 5, 138, 0, 0, 8155, 8156, 5, 355, 0, 0, 8156, 8157, 5, 325, 0, 0, 8157, 8158, 5, 163, 0, 0, 8158, 8159, 3, 560, 280, 0, 8159, 8160, 5, 138, 0, 0, 8160, 8161, 5, 257, 0, 0, 8161, 8162, 5, 62, 0, 0, 8162, 8163, 3, 1418, 709, 0, 8163, 8164, 5, 311, 0, 0, 8164, 8165, 3, 560, 280, 0, 8165, 8166, 3, 880, 440, 0, 8166, 8167, 3, 560, 280, 0, 8167, 8182, 1, 0, 0, 0, 8168, 8169, 5, 138, 0, 0, 8169, 8170, 5, 355, 0, 0, 8170, 8171, 5, 325, 0, 0, 8171, 8172, 5, 163, 0, 0, 8172, 8173, 3, 560, 280, 0, 8173, 8174, 5, 191, 0, 0, 8174, 8176, 5, 257, 0, 0, 8175, 8177, 3, 750, 375, 0, 8176, 8175, 1, 0, 0, 0, 8176, 8177, 1, 0, 0, 0, 8177, 8178, 1, 0, 0, 0, 8178, 8179, 5, 62, 0, 0, 8179, 8180, 3, 1418, 709, 0, 8180, 8182, 1, 0, 0, 0, 8181, 8118, 1, 0, 0, 0, 8181, 8130, 1, 0, 0, 0, 8181, 8142, 1, 0, 0, 0, 8181, 8154, 1, 0, 0, 0, 8181, 8168, 1, 0, 0, 0, 8182, 879, 1, 0, 0, 0, 8183, 8184, 5, 105, 0, 0, 8184, 881, 1, 0, 0, 0, 8185, 8187, 5, 46, 0, 0, 8186, 8188, 3, 526, 263, 0, 8187, 8186, 1, 0, 0, 0, 8187, 8188, 1, 0, 0, 0, 8188, 8189, 1, 0, 0, 0, 8189, 8190, 5, 168, 0, 0, 8190, 8191, 3, 560, 280, 0, 8191, 8192, 5, 62, 0, 0, 8192, 8193, 3, 1460, 730, 0, 8193, 8194, 5, 94, 0, 0, 8194, 8195, 3, 1460, 730, 0, 8195, 8196, 5, 64, 0, 0, 8196, 8197, 3, 560, 280, 0, 8197, 883, 1, 0, 0, 0, 8198, 8200, 5, 158, 0, 0, 8199, 8201, 3, 910, 455, 0, 8200, 8199, 1, 0, 0, 0, 8200, 8201, 1, 0, 0, 0, 8201, 8202, 1, 0, 0, 0, 8202, 8204, 3, 1408, 704, 0, 8203, 8205, 3, 888, 444, 0, 8204, 8203, 1, 0, 0, 0, 8204, 8205, 1, 0, 0, 0, 8205, 8217, 1, 0, 0, 0, 8206, 8208, 5, 158, 0, 0, 8207, 8209, 3, 910, 455, 0, 8208, 8207, 1, 0, 0, 0, 8208, 8209, 1, 0, 0, 0, 8209, 8217, 1, 0, 0, 0, 8210, 8211, 5, 158, 0, 0, 8211, 8212, 3, 886, 443, 0, 8212, 8214, 3, 1408, 704, 0, 8213, 8215, 3, 888, 444, 0, 8214, 8213, 1, 0, 0, 0, 8214, 8215, 1, 0, 0, 0, 8215, 8217, 1, 0, 0, 0, 8216, 8198, 1, 0, 0, 0, 8216, 8206, 1, 0, 0, 0, 8216, 8210, 1, 0, 0, 0, 8217, 885, 1, 0, 0, 0, 8218, 8219, 5, 2, 0, 0, 8219, 8224, 3, 910, 455, 0, 8220, 8221, 5, 6, 0, 0, 8221, 8223, 3, 910, 455, 0, 8222, 8220, 1, 0, 0, 0, 8223, 8226, 1, 0, 0, 0, 8224, 8222, 1, 0, 0, 0, 8224, 8225, 1, 0, 0, 0, 8225, 8227, 1, 0, 0, 0, 8226, 8224, 1, 0, 0, 0, 8227, 8228, 5, 3, 0, 0, 8228, 887, 1, 0, 0, 0, 8229, 8230, 5, 100, 0, 0, 8230, 8231, 3, 1438, 719, 0, 8231, 889, 1, 0, 0, 0, 8232, 8234, 5, 370, 0, 0, 8233, 8235, 3, 916, 458, 0, 8234, 8233, 1, 0, 0, 0, 8234, 8235, 1, 0, 0, 0, 8235, 8237, 1, 0, 0, 0, 8236, 8238, 3, 918, 459, 0, 8237, 8236, 1, 0, 0, 0, 8237, 8238, 1, 0, 0, 0, 8238, 8240, 1, 0, 0, 0, 8239, 8241, 3, 910, 455, 0, 8240, 8239, 1, 0, 0, 0, 8240, 8241, 1, 0, 0, 0, 8241, 8243, 1, 0, 0, 0, 8242, 8244, 3, 904, 452, 0, 8243, 8242, 1, 0, 0, 0, 8243, 8244, 1, 0, 0, 0, 8244, 8246, 1, 0, 0, 0, 8245, 8247, 3, 926, 463, 0, 8246, 8245, 1, 0, 0, 0, 8246, 8247, 1, 0, 0, 0, 8247, 8259, 1, 0, 0, 0, 8248, 8253, 5, 370, 0, 0, 8249, 8250, 5, 2, 0, 0, 8250, 8251, 3, 894, 447, 0, 8251, 8252, 5, 3, 0, 0, 8252, 8254, 1, 0, 0, 0, 8253, 8249, 1, 0, 0, 0, 8253, 8254, 1, 0, 0, 0, 8254, 8256, 1, 0, 0, 0, 8255, 8257, 3, 926, 463, 0, 8256, 8255, 1, 0, 0, 0, 8256, 8257, 1, 0, 0, 0, 8257, 8259, 1, 0, 0, 0, 8258, 8232, 1, 0, 0, 0, 8258, 8248, 1, 0, 0, 0, 8259, 891, 1, 0, 0, 0, 8260, 8262, 3, 896, 448, 0, 8261, 8263, 3, 910, 455, 0, 8262, 8261, 1, 0, 0, 0, 8262, 8263, 1, 0, 0, 0, 8263, 8265, 1, 0, 0, 0, 8264, 8266, 3, 926, 463, 0, 8265, 8264, 1, 0, 0, 0, 8265, 8266, 1, 0, 0, 0, 8266, 8275, 1, 0, 0, 0, 8267, 8268, 3, 896, 448, 0, 8268, 8269, 5, 2, 0, 0, 8269, 8270, 3, 906, 453, 0, 8270, 8272, 5, 3, 0, 0, 8271, 8273, 3, 926, 463, 0, 8272, 8271, 1, 0, 0, 0, 8272, 8273, 1, 0, 0, 0, 8273, 8275, 1, 0, 0, 0, 8274, 8260, 1, 0, 0, 0, 8274, 8267, 1, 0, 0, 0, 8275, 893, 1, 0, 0, 0, 8276, 8281, 3, 898, 449, 0, 8277, 8278, 5, 6, 0, 0, 8278, 8280, 3, 898, 449, 0, 8279, 8277, 1, 0, 0, 0, 8280, 8283, 1, 0, 0, 0, 8281, 8279, 1, 0, 0, 0, 8281, 8282, 1, 0, 0, 0, 8282, 895, 1, 0, 0, 0, 8283, 8281, 1, 0, 0, 0, 8284, 8285, 7, 51, 0, 0, 8285, 897, 1, 0, 0, 0, 8286, 8288, 3, 900, 450, 0, 8287, 8289, 3, 902, 451, 0, 8288, 8287, 1, 0, 0, 0, 8288, 8289, 1, 0, 0, 0, 8289, 899, 1, 0, 0, 0, 8290, 8293, 3, 1490, 745, 0, 8291, 8293, 3, 896, 448, 0, 8292, 8290, 1, 0, 0, 0, 8292, 8291, 1, 0, 0, 0, 8293, 901, 1, 0, 0, 0, 8294, 8297, 3, 72, 36, 0, 8295, 8297, 3, 324, 162, 0, 8296, 8294, 1, 0, 0, 0, 8296, 8295, 1, 0, 0, 0, 8297, 903, 1, 0, 0, 0, 8298, 8299, 3, 896, 448, 0, 8299, 905, 1, 0, 0, 0, 8300, 8305, 3, 908, 454, 0, 8301, 8302, 5, 6, 0, 0, 8302, 8304, 3, 908, 454, 0, 8303, 8301, 1, 0, 0, 0, 8304, 8307, 1, 0, 0, 0, 8305, 8303, 1, 0, 0, 0, 8305, 8306, 1, 0, 0, 0, 8306, 907, 1, 0, 0, 0, 8307, 8305, 1, 0, 0, 0, 8308, 8312, 3, 910, 455, 0, 8309, 8312, 3, 912, 456, 0, 8310, 8312, 3, 914, 457, 0, 8311, 8308, 1, 0, 0, 0, 8311, 8309, 1, 0, 0, 0, 8311, 8310, 1, 0, 0, 0, 8312, 909, 1, 0, 0, 0, 8313, 8315, 5, 128, 0, 0, 8314, 8316, 7, 52, 0, 0, 8315, 8314, 1, 0, 0, 0, 8315, 8316, 1, 0, 0, 0, 8316, 911, 1, 0, 0, 0, 8317, 8319, 5, 547, 0, 0, 8318, 8320, 7, 52, 0, 0, 8319, 8318, 1, 0, 0, 0, 8319, 8320, 1, 0, 0, 0, 8320, 913, 1, 0, 0, 0, 8321, 8324, 5, 548, 0, 0, 8322, 8325, 3, 324, 162, 0, 8323, 8325, 3, 1460, 730, 0, 8324, 8322, 1, 0, 0, 0, 8324, 8323, 1, 0, 0, 0, 8325, 915, 1, 0, 0, 0, 8326, 8327, 5, 113, 0, 0, 8327, 917, 1, 0, 0, 0, 8328, 8329, 5, 112, 0, 0, 8329, 919, 1, 0, 0, 0, 8330, 8331, 5, 2, 0, 0, 8331, 8332, 3, 246, 123, 0, 8332, 8333, 5, 3, 0, 0, 8333, 921, 1, 0, 0, 0, 8334, 8336, 3, 1408, 704, 0, 8335, 8337, 3, 920, 460, 0, 8336, 8335, 1, 0, 0, 0, 8336, 8337, 1, 0, 0, 0, 8337, 923, 1, 0, 0, 0, 8338, 8343, 3, 922, 461, 0, 8339, 8340, 5, 6, 0, 0, 8340, 8342, 3, 922, 461, 0, 8341, 8339, 1, 0, 0, 0, 8342, 8345, 1, 0, 0, 0, 8343, 8341, 1, 0, 0, 0, 8343, 8344, 1, 0, 0, 0, 8344, 925, 1, 0, 0, 0, 8345, 8343, 1, 0, 0, 0, 8346, 8347, 3, 924, 462, 0, 8347, 927, 1, 0, 0, 0, 8348, 8349, 5, 203, 0, 0, 8349, 8367, 3, 930, 465, 0, 8350, 8351, 5, 203, 0, 0, 8351, 8353, 3, 896, 448, 0, 8352, 8354, 3, 910, 455, 0, 8353, 8352, 1, 0, 0, 0, 8353, 8354, 1, 0, 0, 0, 8354, 8355, 1, 0, 0, 0, 8355, 8356, 3, 930, 465, 0, 8356, 8367, 1, 0, 0, 0, 8357, 8358, 5, 203, 0, 0, 8358, 8359, 5, 128, 0, 0, 8359, 8367, 3, 930, 465, 0, 8360, 8361, 5, 203, 0, 0, 8361, 8362, 5, 2, 0, 0, 8362, 8363, 3, 932, 466, 0, 8363, 8364, 5, 3, 0, 0, 8364, 8365, 3, 930, 465, 0, 8365, 8367, 1, 0, 0, 0, 8366, 8348, 1, 0, 0, 0, 8366, 8350, 1, 0, 0, 0, 8366, 8357, 1, 0, 0, 0, 8366, 8360, 1, 0, 0, 0, 8367, 929, 1, 0, 0, 0, 8368, 8378, 3, 1002, 501, 0, 8369, 8378, 3, 952, 476, 0, 8370, 8378, 3, 984, 492, 0, 8371, 8378, 3, 970, 485, 0, 8372, 8378, 3, 994, 497, 0, 8373, 8378, 3, 296, 148, 0, 8374, 8378, 3, 302, 151, 0, 8375, 8378, 3, 308, 154, 0, 8376, 8378, 3, 946, 473, 0, 8377, 8368, 1, 0, 0, 0, 8377, 8369, 1, 0, 0, 0, 8377, 8370, 1, 0, 0, 0, 8377, 8371, 1, 0, 0, 0, 8377, 8372, 1, 0, 0, 0, 8377, 8373, 1, 0, 0, 0, 8377, 8374, 1, 0, 0, 0, 8377, 8375, 1, 0, 0, 0, 8377, 8376, 1, 0, 0, 0, 8378, 931, 1, 0, 0, 0, 8379, 8384, 3, 934, 467, 0, 8380, 8381, 5, 6, 0, 0, 8381, 8383, 3, 934, 467, 0, 8382, 8380, 1, 0, 0, 0, 8383, 8386, 1, 0, 0, 0, 8384, 8382, 1, 0, 0, 0, 8384, 8385, 1, 0, 0, 0, 8385, 933, 1, 0, 0, 0, 8386, 8384, 1, 0, 0, 0, 8387, 8389, 3, 936, 468, 0, 8388, 8390, 3, 938, 469, 0, 8389, 8388, 1, 0, 0, 0, 8389, 8390, 1, 0, 0, 0, 8390, 935, 1, 0, 0, 0, 8391, 8394, 3, 1490, 745, 0, 8392, 8394, 3, 896, 448, 0, 8393, 8391, 1, 0, 0, 0, 8393, 8392, 1, 0, 0, 0, 8394, 937, 1, 0, 0, 0, 8395, 8398, 3, 72, 36, 0, 8396, 8398, 3, 324, 162, 0, 8397, 8395, 1, 0, 0, 0, 8397, 8396, 1, 0, 0, 0, 8398, 939, 1, 0, 0, 0, 8399, 8400, 5, 290, 0, 0, 8400, 8402, 3, 1438, 719, 0, 8401, 8403, 3, 942, 471, 0, 8402, 8401, 1, 0, 0, 0, 8402, 8403, 1, 0, 0, 0, 8403, 8404, 1, 0, 0, 0, 8404, 8405, 5, 36, 0, 0, 8405, 8406, 3, 944, 472, 0, 8406, 941, 1, 0, 0, 0, 8407, 8408, 5, 2, 0, 0, 8408, 8409, 3, 1344, 672, 0, 8409, 8410, 5, 3, 0, 0, 8410, 943, 1, 0, 0, 0, 8411, 8416, 3, 1002, 501, 0, 8412, 8416, 3, 952, 476, 0, 8413, 8416, 3, 984, 492, 0, 8414, 8416, 3, 970, 485, 0, 8415, 8411, 1, 0, 0, 0, 8415, 8412, 1, 0, 0, 0, 8415, 8413, 1, 0, 0, 0, 8415, 8414, 1, 0, 0, 0, 8416, 945, 1, 0, 0, 0, 8417, 8418, 5, 202, 0, 0, 8418, 8420, 3, 1438, 719, 0, 8419, 8421, 3, 948, 474, 0, 8420, 8419, 1, 0, 0, 0, 8420, 8421, 1, 0, 0, 0, 8421, 8441, 1, 0, 0, 0, 8422, 8424, 5, 46, 0, 0, 8423, 8425, 3, 192, 96, 0, 8424, 8423, 1, 0, 0, 0, 8424, 8425, 1, 0, 0, 0, 8425, 8426, 1, 0, 0, 0, 8426, 8428, 5, 92, 0, 0, 8427, 8429, 3, 518, 259, 0, 8428, 8427, 1, 0, 0, 0, 8428, 8429, 1, 0, 0, 0, 8429, 8430, 1, 0, 0, 0, 8430, 8431, 3, 298, 149, 0, 8431, 8432, 5, 36, 0, 0, 8432, 8433, 5, 202, 0, 0, 8433, 8435, 3, 1438, 719, 0, 8434, 8436, 3, 948, 474, 0, 8435, 8434, 1, 0, 0, 0, 8435, 8436, 1, 0, 0, 0, 8436, 8438, 1, 0, 0, 0, 8437, 8439, 3, 300, 150, 0, 8438, 8437, 1, 0, 0, 0, 8438, 8439, 1, 0, 0, 0, 8439, 8441, 1, 0, 0, 0, 8440, 8417, 1, 0, 0, 0, 8440, 8422, 1, 0, 0, 0, 8441, 947, 1, 0, 0, 0, 8442, 8443, 5, 2, 0, 0, 8443, 8444, 3, 1330, 665, 0, 8444, 8445, 5, 3, 0, 0, 8445, 949, 1, 0, 0, 0, 8446, 8448, 5, 177, 0, 0, 8447, 8449, 5, 290, 0, 0, 8448, 8447, 1, 0, 0, 0, 8448, 8449, 1, 0, 0, 0, 8449, 8452, 1, 0, 0, 0, 8450, 8453, 3, 1438, 719, 0, 8451, 8453, 5, 30, 0, 0, 8452, 8450, 1, 0, 0, 0, 8452, 8451, 1, 0, 0, 0, 8453, 951, 1, 0, 0, 0, 8454, 8456, 3, 1028, 514, 0, 8455, 8454, 1, 0, 0, 0, 8455, 8456, 1, 0, 0, 0, 8456, 8457, 1, 0, 0, 0, 8457, 8458, 5, 241, 0, 0, 8458, 8459, 5, 71, 0, 0, 8459, 8460, 3, 954, 477, 0, 8460, 8462, 3, 956, 478, 0, 8461, 8463, 3, 964, 482, 0, 8462, 8461, 1, 0, 0, 0, 8462, 8463, 1, 0, 0, 0, 8463, 8465, 1, 0, 0, 0, 8464, 8466, 3, 968, 484, 0, 8465, 8464, 1, 0, 0, 0, 8465, 8466, 1, 0, 0, 0, 8466, 953, 1, 0, 0, 0, 8467, 8470, 3, 1408, 704, 0, 8468, 8469, 5, 36, 0, 0, 8469, 8471, 3, 1476, 738, 0, 8470, 8468, 1, 0, 0, 0, 8470, 8471, 1, 0, 0, 0, 8471, 955, 1, 0, 0, 0, 8472, 8473, 5, 2, 0, 0, 8473, 8474, 3, 960, 480, 0, 8474, 8475, 5, 3, 0, 0, 8475, 8477, 1, 0, 0, 0, 8476, 8472, 1, 0, 0, 0, 8476, 8477, 1, 0, 0, 0, 8477, 8482, 1, 0, 0, 0, 8478, 8479, 5, 463, 0, 0, 8479, 8480, 3, 958, 479, 0, 8480, 8481, 5, 450, 0, 0, 8481, 8483, 1, 0, 0, 0, 8482, 8478, 1, 0, 0, 0, 8482, 8483, 1, 0, 0, 0, 8483, 8486, 1, 0, 0, 0, 8484, 8487, 3, 1696, 848, 0, 8485, 8487, 3, 1002, 501, 0, 8486, 8484, 1, 0, 0, 0, 8486, 8485, 1, 0, 0, 0, 8487, 957, 1, 0, 0, 0, 8488, 8489, 7, 53, 0, 0, 8489, 959, 1, 0, 0, 0, 8490, 8495, 3, 962, 481, 0, 8491, 8492, 5, 6, 0, 0, 8492, 8494, 3, 962, 481, 0, 8493, 8491, 1, 0, 0, 0, 8494, 8497, 1, 0, 0, 0, 8495, 8493, 1, 0, 0, 0, 8495, 8496, 1, 0, 0, 0, 8496, 961, 1, 0, 0, 0, 8497, 8495, 1, 0, 0, 0, 8498, 8499, 3, 1434, 717, 0, 8499, 8500, 3, 1384, 692, 0, 8500, 963, 1, 0, 0, 0, 8501, 8502, 5, 80, 0, 0, 8502, 8504, 5, 464, 0, 0, 8503, 8505, 3, 966, 483, 0, 8504, 8503, 1, 0, 0, 0, 8504, 8505, 1, 0, 0, 0, 8505, 8506, 1, 0, 0, 0, 8506, 8514, 5, 57, 0, 0, 8507, 8508, 5, 369, 0, 0, 8508, 8509, 5, 333, 0, 0, 8509, 8511, 3, 986, 493, 0, 8510, 8512, 3, 1146, 573, 0, 8511, 8510, 1, 0, 0, 0, 8511, 8512, 1, 0, 0, 0, 8512, 8515, 1, 0, 0, 0, 8513, 8515, 5, 270, 0, 0, 8514, 8507, 1, 0, 0, 0, 8514, 8513, 1, 0, 0, 0, 8515, 965, 1, 0, 0, 0, 8516, 8517, 5, 2, 0, 0, 8517, 8518, 3, 638, 319, 0, 8518, 8520, 5, 3, 0, 0, 8519, 8521, 3, 1146, 573, 0, 8520, 8519, 1, 0, 0, 0, 8520, 8521, 1, 0, 0, 0, 8521, 8526, 1, 0, 0, 0, 8522, 8523, 5, 80, 0, 0, 8523, 8524, 5, 45, 0, 0, 8524, 8526, 3, 1438, 719, 0, 8525, 8516, 1, 0, 0, 0, 8525, 8522, 1, 0, 0, 0, 8526, 967, 1, 0, 0, 0, 8527, 8528, 5, 87, 0, 0, 8528, 8529, 3, 1388, 694, 0, 8529, 969, 1, 0, 0, 0, 8530, 8532, 3, 1028, 514, 0, 8531, 8530, 1, 0, 0, 0, 8531, 8532, 1, 0, 0, 0, 8532, 8533, 1, 0, 0, 0, 8533, 8534, 5, 182, 0, 0, 8534, 8535, 5, 64, 0, 0, 8535, 8537, 3, 1130, 565, 0, 8536, 8538, 3, 972, 486, 0, 8537, 8536, 1, 0, 0, 0, 8537, 8538, 1, 0, 0, 0, 8538, 8540, 1, 0, 0, 0, 8539, 8541, 3, 1148, 574, 0, 8540, 8539, 1, 0, 0, 0, 8540, 8541, 1, 0, 0, 0, 8541, 8543, 1, 0, 0, 0, 8542, 8544, 3, 968, 484, 0, 8543, 8542, 1, 0, 0, 0, 8543, 8544, 1, 0, 0, 0, 8544, 971, 1, 0, 0, 0, 8545, 8546, 5, 100, 0, 0, 8546, 8547, 3, 1106, 553, 0, 8547, 973, 1, 0, 0, 0, 8548, 8550, 5, 256, 0, 0, 8549, 8551, 3, 1036, 518, 0, 8550, 8549, 1, 0, 0, 0, 8550, 8551, 1, 0, 0, 0, 8551, 8552, 1, 0, 0, 0, 8552, 8554, 3, 1126, 563, 0, 8553, 8555, 3, 976, 488, 0, 8554, 8553, 1, 0, 0, 0, 8554, 8555, 1, 0, 0, 0, 8555, 8557, 1, 0, 0, 0, 8556, 8558, 3, 980, 490, 0, 8557, 8556, 1, 0, 0, 0, 8557, 8558, 1, 0, 0, 0, 8558, 975, 1, 0, 0, 0, 8559, 8560, 5, 68, 0, 0, 8560, 8561, 3, 978, 489, 0, 8561, 8562, 5, 263, 0, 0, 8562, 977, 1, 0, 0, 0, 8563, 8564, 5, 131, 0, 0, 8564, 8576, 7, 54, 0, 0, 8565, 8566, 5, 414, 0, 0, 8566, 8576, 7, 54, 0, 0, 8567, 8572, 5, 334, 0, 0, 8568, 8569, 5, 369, 0, 0, 8569, 8573, 5, 201, 0, 0, 8570, 8571, 5, 414, 0, 0, 8571, 8573, 5, 201, 0, 0, 8572, 8568, 1, 0, 0, 0, 8572, 8570, 1, 0, 0, 0, 8572, 8573, 1, 0, 0, 0, 8573, 8576, 1, 0, 0, 0, 8574, 8576, 5, 201, 0, 0, 8575, 8563, 1, 0, 0, 0, 8575, 8565, 1, 0, 0, 0, 8575, 8567, 1, 0, 0, 0, 8575, 8574, 1, 0, 0, 0, 8576, 979, 1, 0, 0, 0, 8577, 8578, 5, 272, 0, 0, 8578, 981, 1, 0, 0, 0, 8579, 8583, 5, 272, 0, 0, 8580, 8581, 5, 465, 0, 0, 8581, 8583, 5, 466, 0, 0, 8582, 8579, 1, 0, 0, 0, 8582, 8580, 1, 0, 0, 0, 8583, 983, 1, 0, 0, 0, 8584, 8586, 3, 1028, 514, 0, 8585, 8584, 1, 0, 0, 0, 8585, 8586, 1, 0, 0, 0, 8586, 8587, 1, 0, 0, 0, 8587, 8588, 5, 369, 0, 0, 8588, 8589, 3, 1130, 565, 0, 8589, 8590, 5, 333, 0, 0, 8590, 8592, 3, 986, 493, 0, 8591, 8593, 3, 1104, 552, 0, 8592, 8591, 1, 0, 0, 0, 8592, 8593, 1, 0, 0, 0, 8593, 8595, 1, 0, 0, 0, 8594, 8596, 3, 1148, 574, 0, 8595, 8594, 1, 0, 0, 0, 8595, 8596, 1, 0, 0, 0, 8596, 8598, 1, 0, 0, 0, 8597, 8599, 3, 968, 484, 0, 8598, 8597, 1, 0, 0, 0, 8598, 8599, 1, 0, 0, 0, 8599, 985, 1, 0, 0, 0, 8600, 8605, 3, 988, 494, 0, 8601, 8602, 5, 6, 0, 0, 8602, 8604, 3, 988, 494, 0, 8603, 8601, 1, 0, 0, 0, 8604, 8607, 1, 0, 0, 0, 8605, 8603, 1, 0, 0, 0, 8605, 8606, 1, 0, 0, 0, 8606, 987, 1, 0, 0, 0, 8607, 8605, 1, 0, 0, 0, 8608, 8609, 3, 990, 495, 0, 8609, 8610, 5, 10, 0, 0, 8610, 8611, 3, 1214, 607, 0, 8611, 8627, 1, 0, 0, 0, 8612, 8613, 5, 2, 0, 0, 8613, 8614, 3, 992, 496, 0, 8614, 8615, 5, 3, 0, 0, 8615, 8624, 5, 10, 0, 0, 8616, 8618, 5, 414, 0, 0, 8617, 8616, 1, 0, 0, 0, 8617, 8618, 1, 0, 0, 0, 8618, 8619, 1, 0, 0, 0, 8619, 8625, 3, 1214, 607, 0, 8620, 8621, 5, 2, 0, 0, 8621, 8622, 3, 1008, 504, 0, 8622, 8623, 5, 3, 0, 0, 8623, 8625, 1, 0, 0, 0, 8624, 8617, 1, 0, 0, 0, 8624, 8620, 1, 0, 0, 0, 8625, 8627, 1, 0, 0, 0, 8626, 8608, 1, 0, 0, 0, 8626, 8612, 1, 0, 0, 0, 8627, 989, 1, 0, 0, 0, 8628, 8629, 3, 1434, 717, 0, 8629, 8630, 3, 1384, 692, 0, 8630, 991, 1, 0, 0, 0, 8631, 8636, 3, 990, 495, 0, 8632, 8633, 5, 6, 0, 0, 8633, 8635, 3, 990, 495, 0, 8634, 8632, 1, 0, 0, 0, 8635, 8638, 1, 0, 0, 0, 8636, 8634, 1, 0, 0, 0, 8636, 8637, 1, 0, 0, 0, 8637, 993, 1, 0, 0, 0, 8638, 8636, 1, 0, 0, 0, 8639, 8640, 5, 178, 0, 0, 8640, 8641, 3, 996, 498, 0, 8641, 8642, 3, 998, 499, 0, 8642, 8643, 5, 172, 0, 0, 8643, 8644, 3, 1000, 500, 0, 8644, 8645, 5, 62, 0, 0, 8645, 8646, 3, 1002, 501, 0, 8646, 995, 1, 0, 0, 0, 8647, 8648, 3, 1438, 719, 0, 8648, 997, 1, 0, 0, 0, 8649, 8650, 5, 269, 0, 0, 8650, 8655, 5, 324, 0, 0, 8651, 8655, 5, 324, 0, 0, 8652, 8655, 5, 107, 0, 0, 8653, 8655, 5, 240, 0, 0, 8654, 8649, 1, 0, 0, 0, 8654, 8651, 1, 0, 0, 0, 8654, 8652, 1, 0, 0, 0, 8654, 8653, 1, 0, 0, 0, 8655, 8658, 1, 0, 0, 0, 8656, 8654, 1, 0, 0, 0, 8656, 8657, 1, 0, 0, 0, 8657, 999, 1, 0, 0, 0, 8658, 8656, 1, 0, 0, 0, 8659, 8665, 1, 0, 0, 0, 8660, 8661, 5, 105, 0, 0, 8661, 8665, 5, 217, 0, 0, 8662, 8663, 5, 379, 0, 0, 8663, 8665, 5, 217, 0, 0, 8664, 8659, 1, 0, 0, 0, 8664, 8660, 1, 0, 0, 0, 8664, 8662, 1, 0, 0, 0, 8665, 1001, 1, 0, 0, 0, 8666, 8669, 3, 1006, 503, 0, 8667, 8669, 3, 1004, 502, 0, 8668, 8666, 1, 0, 0, 0, 8668, 8667, 1, 0, 0, 0, 8669, 1003, 1, 0, 0, 0, 8670, 8671, 5, 2, 0, 0, 8671, 8672, 3, 1006, 503, 0, 8672, 8673, 5, 3, 0, 0, 8673, 8679, 1, 0, 0, 0, 8674, 8675, 5, 2, 0, 0, 8675, 8676, 3, 1004, 502, 0, 8676, 8677, 5, 3, 0, 0, 8677, 8679, 1, 0, 0, 0, 8678, 8670, 1, 0, 0, 0, 8678, 8674, 1, 0, 0, 0, 8679, 1005, 1, 0, 0, 0, 8680, 8682, 3, 1008, 504, 0, 8681, 8683, 3, 1044, 522, 0, 8682, 8681, 1, 0, 0, 0, 8682, 8683, 1, 0, 0, 0, 8683, 8692, 1, 0, 0, 0, 8684, 8686, 3, 1090, 545, 0, 8685, 8687, 3, 1054, 527, 0, 8686, 8685, 1, 0, 0, 0, 8686, 8687, 1, 0, 0, 0, 8687, 8693, 1, 0, 0, 0, 8688, 8690, 3, 1052, 526, 0, 8689, 8691, 3, 1092, 546, 0, 8690, 8689, 1, 0, 0, 0, 8690, 8691, 1, 0, 0, 0, 8691, 8693, 1, 0, 0, 0, 8692, 8684, 1, 0, 0, 0, 8692, 8688, 1, 0, 0, 0, 8692, 8693, 1, 0, 0, 0, 8693, 8710, 1, 0, 0, 0, 8694, 8695, 3, 1016, 508, 0, 8695, 8697, 3, 1008, 504, 0, 8696, 8698, 3, 1044, 522, 0, 8697, 8696, 1, 0, 0, 0, 8697, 8698, 1, 0, 0, 0, 8698, 8707, 1, 0, 0, 0, 8699, 8701, 3, 1090, 545, 0, 8700, 8702, 3, 1054, 527, 0, 8701, 8700, 1, 0, 0, 0, 8701, 8702, 1, 0, 0, 0, 8702, 8708, 1, 0, 0, 0, 8703, 8705, 3, 1052, 526, 0, 8704, 8706, 3, 1092, 546, 0, 8705, 8704, 1, 0, 0, 0, 8705, 8706, 1, 0, 0, 0, 8706, 8708, 1, 0, 0, 0, 8707, 8699, 1, 0, 0, 0, 8707, 8703, 1, 0, 0, 0, 8707, 8708, 1, 0, 0, 0, 8708, 8710, 1, 0, 0, 0, 8709, 8680, 1, 0, 0, 0, 8709, 8694, 1, 0, 0, 0, 8710, 1007, 1, 0, 0, 0, 8711, 8714, 3, 1010, 505, 0, 8712, 8714, 3, 1004, 502, 0, 8713, 8711, 1, 0, 0, 0, 8713, 8712, 1, 0, 0, 0, 8714, 1009, 1, 0, 0, 0, 8715, 8731, 5, 88, 0, 0, 8716, 8718, 3, 1042, 521, 0, 8717, 8716, 1, 0, 0, 0, 8717, 8718, 1, 0, 0, 0, 8718, 8720, 1, 0, 0, 0, 8719, 8721, 3, 1030, 515, 0, 8720, 8719, 1, 0, 0, 0, 8720, 8721, 1, 0, 0, 0, 8721, 8723, 1, 0, 0, 0, 8722, 8724, 3, 1386, 693, 0, 8723, 8722, 1, 0, 0, 0, 8723, 8724, 1, 0, 0, 0, 8724, 8732, 1, 0, 0, 0, 8725, 8727, 3, 1040, 520, 0, 8726, 8725, 1, 0, 0, 0, 8726, 8727, 1, 0, 0, 0, 8727, 8729, 1, 0, 0, 0, 8728, 8730, 3, 1388, 694, 0, 8729, 8728, 1, 0, 0, 0, 8729, 8730, 1, 0, 0, 0, 8730, 8732, 1, 0, 0, 0, 8731, 8717, 1, 0, 0, 0, 8731, 8726, 1, 0, 0, 0, 8732, 8734, 1, 0, 0, 0, 8733, 8735, 3, 1030, 515, 0, 8734, 8733, 1, 0, 0, 0, 8734, 8735, 1, 0, 0, 0, 8735, 8737, 1, 0, 0, 0, 8736, 8738, 3, 1104, 552, 0, 8737, 8736, 1, 0, 0, 0, 8737, 8738, 1, 0, 0, 0, 8738, 8740, 1, 0, 0, 0, 8739, 8741, 3, 1146, 573, 0, 8740, 8739, 1, 0, 0, 0, 8740, 8741, 1, 0, 0, 0, 8741, 8743, 1, 0, 0, 0, 8742, 8744, 3, 1074, 537, 0, 8743, 8742, 1, 0, 0, 0, 8743, 8744, 1, 0, 0, 0, 8744, 8746, 1, 0, 0, 0, 8745, 8747, 3, 1088, 544, 0, 8746, 8745, 1, 0, 0, 0, 8746, 8747, 1, 0, 0, 0, 8747, 8749, 1, 0, 0, 0, 8748, 8750, 3, 1290, 645, 0, 8749, 8748, 1, 0, 0, 0, 8749, 8750, 1, 0, 0, 0, 8750, 8761, 1, 0, 0, 0, 8751, 8761, 3, 1102, 551, 0, 8752, 8753, 5, 92, 0, 0, 8753, 8761, 3, 1120, 560, 0, 8754, 8755, 3, 1004, 502, 0, 8755, 8758, 3, 1014, 507, 0, 8756, 8759, 3, 1010, 505, 0, 8757, 8759, 3, 1004, 502, 0, 8758, 8756, 1, 0, 0, 0, 8758, 8757, 1, 0, 0, 0, 8759, 8761, 1, 0, 0, 0, 8760, 8715, 1, 0, 0, 0, 8760, 8751, 1, 0, 0, 0, 8760, 8752, 1, 0, 0, 0, 8760, 8754, 1, 0, 0, 0, 8761, 8769, 1, 0, 0, 0, 8762, 8765, 3, 1014, 507, 0, 8763, 8766, 3, 1010, 505, 0, 8764, 8766, 3, 1004, 502, 0, 8765, 8763, 1, 0, 0, 0, 8765, 8764, 1, 0, 0, 0, 8766, 8768, 1, 0, 0, 0, 8767, 8762, 1, 0, 0, 0, 8768, 8771, 1, 0, 0, 0, 8769, 8767, 1, 0, 0, 0, 8769, 8770, 1, 0, 0, 0, 8770, 1011, 1, 0, 0, 0, 8771, 8769, 1, 0, 0, 0, 8772, 8776, 5, 97, 0, 0, 8773, 8776, 5, 70, 0, 0, 8774, 8776, 5, 59, 0, 0, 8775, 8772, 1, 0, 0, 0, 8775, 8773, 1, 0, 0, 0, 8775, 8774, 1, 0, 0, 0, 8776, 1013, 1, 0, 0, 0, 8777, 8779, 3, 1012, 506, 0, 8778, 8780, 3, 1038, 519, 0, 8779, 8778, 1, 0, 0, 0, 8779, 8780, 1, 0, 0, 0, 8780, 1015, 1, 0, 0, 0, 8781, 8783, 5, 105, 0, 0, 8782, 8784, 5, 303, 0, 0, 8783, 8782, 1, 0, 0, 0, 8783, 8784, 1, 0, 0, 0, 8784, 8785, 1, 0, 0, 0, 8785, 8786, 3, 1018, 509, 0, 8786, 1017, 1, 0, 0, 0, 8787, 8792, 3, 1020, 510, 0, 8788, 8789, 5, 6, 0, 0, 8789, 8791, 3, 1020, 510, 0, 8790, 8788, 1, 0, 0, 0, 8791, 8794, 1, 0, 0, 0, 8792, 8790, 1, 0, 0, 0, 8792, 8793, 1, 0, 0, 0, 8793, 1019, 1, 0, 0, 0, 8794, 8792, 1, 0, 0, 0, 8795, 8797, 3, 1438, 719, 0, 8796, 8798, 3, 920, 460, 0, 8797, 8796, 1, 0, 0, 0, 8797, 8798, 1, 0, 0, 0, 8798, 8799, 1, 0, 0, 0, 8799, 8801, 5, 36, 0, 0, 8800, 8802, 3, 1026, 513, 0, 8801, 8800, 1, 0, 0, 0, 8801, 8802, 1, 0, 0, 0, 8802, 8803, 1, 0, 0, 0, 8803, 8804, 5, 2, 0, 0, 8804, 8805, 3, 944, 472, 0, 8805, 8807, 5, 3, 0, 0, 8806, 8808, 3, 1022, 511, 0, 8807, 8806, 1, 0, 0, 0, 8807, 8808, 1, 0, 0, 0, 8808, 8810, 1, 0, 0, 0, 8809, 8811, 3, 1024, 512, 0, 8810, 8809, 1, 0, 0, 0, 8810, 8811, 1, 0, 0, 0, 8811, 1021, 1, 0, 0, 0, 8812, 8813, 5, 325, 0, 0, 8813, 8814, 7, 55, 0, 0, 8814, 8815, 5, 207, 0, 0, 8815, 8816, 5, 147, 0, 0, 8816, 8817, 3, 246, 123, 0, 8817, 8818, 5, 333, 0, 0, 8818, 8819, 3, 1434, 717, 0, 8819, 1023, 1, 0, 0, 0, 8820, 8821, 5, 173, 0, 0, 8821, 8822, 3, 246, 123, 0, 8822, 8823, 5, 333, 0, 0, 8823, 8829, 3, 1434, 717, 0, 8824, 8825, 5, 94, 0, 0, 8825, 8826, 3, 1438, 719, 0, 8826, 8827, 5, 53, 0, 0, 8827, 8828, 3, 1438, 719, 0, 8828, 8830, 1, 0, 0, 0, 8829, 8824, 1, 0, 0, 0, 8829, 8830, 1, 0, 0, 0, 8830, 8831, 1, 0, 0, 0, 8831, 8832, 5, 100, 0, 0, 8832, 8833, 3, 1434, 717, 0, 8833, 1025, 1, 0, 0, 0, 8834, 8838, 5, 259, 0, 0, 8835, 8836, 5, 77, 0, 0, 8836, 8838, 5, 259, 0, 0, 8837, 8834, 1, 0, 0, 0, 8837, 8835, 1, 0, 0, 0, 8838, 1027, 1, 0, 0, 0, 8839, 8840, 3, 1016, 508, 0, 8840, 1029, 1, 0, 0, 0, 8841, 8846, 5, 71, 0, 0, 8842, 8843, 3, 1032, 516, 0, 8843, 8844, 3, 1034, 517, 0, 8844, 8847, 1, 0, 0, 0, 8845, 8847, 3, 1676, 838, 0, 8846, 8842, 1, 0, 0, 0, 8846, 8845, 1, 0, 0, 0, 8847, 1031, 1, 0, 0, 0, 8848, 8851, 1, 0, 0, 0, 8849, 8851, 5, 346, 0, 0, 8850, 8848, 1, 0, 0, 0, 8850, 8849, 1, 0, 0, 0, 8851, 1033, 1, 0, 0, 0, 8852, 8854, 7, 56, 0, 0, 8853, 8852, 1, 0, 0, 0, 8853, 8854, 1, 0, 0, 0, 8854, 8855, 1, 0, 0, 0, 8855, 8857, 7, 25, 0, 0, 8856, 8858, 3, 1036, 518, 0, 8857, 8856, 1, 0, 0, 0, 8857, 8858, 1, 0, 0, 0, 8858, 8859, 1, 0, 0, 0, 8859, 8869, 3, 1406, 703, 0, 8860, 8862, 5, 367, 0, 0, 8861, 8863, 3, 1036, 518, 0, 8862, 8861, 1, 0, 0, 0, 8862, 8863, 1, 0, 0, 0, 8863, 8864, 1, 0, 0, 0, 8864, 8869, 3, 1406, 703, 0, 8865, 8866, 5, 92, 0, 0, 8866, 8869, 3, 1406, 703, 0, 8867, 8869, 3, 1406, 703, 0, 8868, 8853, 1, 0, 0, 0, 8868, 8860, 1, 0, 0, 0, 8868, 8865, 1, 0, 0, 0, 8868, 8867, 1, 0, 0, 0, 8869, 1035, 1, 0, 0, 0, 8870, 8871, 5, 92, 0, 0, 8871, 1037, 1, 0, 0, 0, 8872, 8873, 7, 57, 0, 0, 8873, 1039, 1, 0, 0, 0, 8874, 8880, 5, 56, 0, 0, 8875, 8876, 5, 80, 0, 0, 8876, 8877, 5, 2, 0, 0, 8877, 8878, 3, 1330, 665, 0, 8878, 8879, 5, 3, 0, 0, 8879, 8881, 1, 0, 0, 0, 8880, 8875, 1, 0, 0, 0, 8880, 8881, 1, 0, 0, 0, 8881, 1041, 1, 0, 0, 0, 8882, 8883, 5, 30, 0, 0, 8883, 1043, 1, 0, 0, 0, 8884, 8885, 3, 1046, 523, 0, 8885, 1045, 1, 0, 0, 0, 8886, 8887, 5, 83, 0, 0, 8887, 8888, 5, 147, 0, 0, 8888, 8889, 3, 1048, 524, 0, 8889, 1047, 1, 0, 0, 0, 8890, 8895, 3, 1050, 525, 0, 8891, 8892, 5, 6, 0, 0, 8892, 8894, 3, 1050, 525, 0, 8893, 8891, 1, 0, 0, 0, 8894, 8897, 1, 0, 0, 0, 8895, 8893, 1, 0, 0, 0, 8895, 8896, 1, 0, 0, 0, 8896, 1049, 1, 0, 0, 0, 8897, 8895, 1, 0, 0, 0, 8898, 8902, 3, 1338, 669, 0, 8899, 8900, 5, 100, 0, 0, 8900, 8903, 3, 1326, 663, 0, 8901, 8903, 3, 652, 326, 0, 8902, 8899, 1, 0, 0, 0, 8902, 8901, 1, 0, 0, 0, 8902, 8903, 1, 0, 0, 0, 8903, 8905, 1, 0, 0, 0, 8904, 8906, 3, 654, 327, 0, 8905, 8904, 1, 0, 0, 0, 8905, 8906, 1, 0, 0, 0, 8906, 1051, 1, 0, 0, 0, 8907, 8909, 3, 1056, 528, 0, 8908, 8910, 3, 1060, 530, 0, 8909, 8908, 1, 0, 0, 0, 8909, 8910, 1, 0, 0, 0, 8910, 8920, 1, 0, 0, 0, 8911, 8913, 3, 1060, 530, 0, 8912, 8914, 3, 1058, 529, 0, 8913, 8912, 1, 0, 0, 0, 8913, 8914, 1, 0, 0, 0, 8914, 8920, 1, 0, 0, 0, 8915, 8917, 3, 1058, 529, 0, 8916, 8918, 3, 1060, 530, 0, 8917, 8916, 1, 0, 0, 0, 8917, 8918, 1, 0, 0, 0, 8918, 8920, 1, 0, 0, 0, 8919, 8907, 1, 0, 0, 0, 8919, 8911, 1, 0, 0, 0, 8919, 8915, 1, 0, 0, 0, 8920, 1053, 1, 0, 0, 0, 8921, 8922, 3, 1052, 526, 0, 8922, 1055, 1, 0, 0, 0, 8923, 8924, 5, 74, 0, 0, 8924, 8927, 3, 1062, 531, 0, 8925, 8926, 5, 6, 0, 0, 8926, 8928, 3, 1064, 532, 0, 8927, 8925, 1, 0, 0, 0, 8927, 8928, 1, 0, 0, 0, 8928, 1057, 1, 0, 0, 0, 8929, 8930, 5, 61, 0, 0, 8930, 8944, 3, 1072, 536, 0, 8931, 8932, 3, 1066, 533, 0, 8932, 8936, 3, 1070, 535, 0, 8933, 8937, 5, 81, 0, 0, 8934, 8935, 5, 105, 0, 0, 8935, 8937, 5, 467, 0, 0, 8936, 8933, 1, 0, 0, 0, 8936, 8934, 1, 0, 0, 0, 8937, 8945, 1, 0, 0, 0, 8938, 8942, 3, 1070, 535, 0, 8939, 8943, 5, 81, 0, 0, 8940, 8941, 5, 105, 0, 0, 8941, 8943, 5, 467, 0, 0, 8942, 8939, 1, 0, 0, 0, 8942, 8940, 1, 0, 0, 0, 8943, 8945, 1, 0, 0, 0, 8944, 8931, 1, 0, 0, 0, 8944, 8938, 1, 0, 0, 0, 8945, 1059, 1, 0, 0, 0, 8946, 8951, 5, 79, 0, 0, 8947, 8948, 3, 1066, 533, 0, 8948, 8949, 3, 1070, 535, 0, 8949, 8952, 1, 0, 0, 0, 8950, 8952, 3, 1064, 532, 0, 8951, 8947, 1, 0, 0, 0, 8951, 8950, 1, 0, 0, 0, 8952, 1061, 1, 0, 0, 0, 8953, 8956, 3, 1214, 607, 0, 8954, 8956, 5, 30, 0, 0, 8955, 8953, 1, 0, 0, 0, 8955, 8954, 1, 0, 0, 0, 8956, 1063, 1, 0, 0, 0, 8957, 8958, 3, 1214, 607, 0, 8958, 1065, 1, 0, 0, 0, 8959, 8960, 5, 12, 0, 0, 8960, 8965, 3, 1068, 534, 0, 8961, 8962, 5, 13, 0, 0, 8962, 8965, 3, 1068, 534, 0, 8963, 8965, 3, 1256, 628, 0, 8964, 8959, 1, 0, 0, 0, 8964, 8961, 1, 0, 0, 0, 8964, 8963, 1, 0, 0, 0, 8965, 1067, 1, 0, 0, 0, 8966, 8969, 3, 1458, 729, 0, 8967, 8969, 3, 1456, 728, 0, 8968, 8966, 1, 0, 0, 0, 8968, 8967, 1, 0, 0, 0, 8969, 1069, 1, 0, 0, 0, 8970, 8971, 7, 58, 0, 0, 8971, 1071, 1, 0, 0, 0, 8972, 8973, 7, 59, 0, 0, 8973, 1073, 1, 0, 0, 0, 8974, 8975, 5, 66, 0, 0, 8975, 8977, 5, 147, 0, 0, 8976, 8978, 3, 1038, 519, 0, 8977, 8976, 1, 0, 0, 0, 8977, 8978, 1, 0, 0, 0, 8978, 8979, 1, 0, 0, 0, 8979, 8980, 3, 1076, 538, 0, 8980, 1075, 1, 0, 0, 0, 8981, 8986, 3, 1078, 539, 0, 8982, 8983, 5, 6, 0, 0, 8983, 8985, 3, 1078, 539, 0, 8984, 8982, 1, 0, 0, 0, 8985, 8988, 1, 0, 0, 0, 8986, 8984, 1, 0, 0, 0, 8986, 8987, 1, 0, 0, 0, 8987, 1077, 1, 0, 0, 0, 8988, 8986, 1, 0, 0, 0, 8989, 8999, 3, 1338, 669, 0, 8990, 8999, 3, 1080, 540, 0, 8991, 8999, 3, 1084, 542, 0, 8992, 8999, 3, 1082, 541, 0, 8993, 8999, 3, 1086, 543, 0, 8994, 8995, 5, 2, 0, 0, 8995, 8996, 3, 1332, 666, 0, 8996, 8997, 5, 3, 0, 0, 8997, 8999, 1, 0, 0, 0, 8998, 8989, 1, 0, 0, 0, 8998, 8990, 1, 0, 0, 0, 8998, 8991, 1, 0, 0, 0, 8998, 8992, 1, 0, 0, 0, 8998, 8993, 1, 0, 0, 0, 8998, 8994, 1, 0, 0, 0, 8999, 1079, 1, 0, 0, 0, 9000, 9001, 5, 2, 0, 0, 9001, 9002, 5, 3, 0, 0, 9002, 1081, 1, 0, 0, 0, 9003, 9004, 5, 468, 0, 0, 9004, 9005, 5, 2, 0, 0, 9005, 9006, 3, 1332, 666, 0, 9006, 9007, 5, 3, 0, 0, 9007, 1083, 1, 0, 0, 0, 9008, 9009, 5, 469, 0, 0, 9009, 9010, 5, 2, 0, 0, 9010, 9011, 3, 1332, 666, 0, 9011, 9012, 5, 3, 0, 0, 9012, 1085, 1, 0, 0, 0, 9013, 9014, 5, 470, 0, 0, 9014, 9015, 5, 471, 0, 0, 9015, 9016, 5, 2, 0, 0, 9016, 9017, 3, 1076, 538, 0, 9017, 9018, 5, 3, 0, 0, 9018, 1087, 1, 0, 0, 0, 9019, 9020, 5, 67, 0, 0, 9020, 9021, 3, 1214, 607, 0, 9021, 1089, 1, 0, 0, 0, 9022, 9027, 3, 1094, 547, 0, 9023, 9024, 5, 62, 0, 0, 9024, 9025, 5, 300, 0, 0, 9025, 9027, 5, 81, 0, 0, 9026, 9022, 1, 0, 0, 0, 9026, 9023, 1, 0, 0, 0, 9027, 1091, 1, 0, 0, 0, 9028, 9029, 3, 1090, 545, 0, 9029, 1093, 1, 0, 0, 0, 9030, 9032, 3, 1096, 548, 0, 9031, 9030, 1, 0, 0, 0, 9032, 9033, 1, 0, 0, 0, 9033, 9031, 1, 0, 0, 0, 9033, 9034, 1, 0, 0, 0, 9034, 1095, 1, 0, 0, 0, 9035, 9037, 3, 1098, 549, 0, 9036, 9038, 3, 1100, 550, 0, 9037, 9036, 1, 0, 0, 0, 9037, 9038, 1, 0, 0, 0, 9038, 9040, 1, 0, 0, 0, 9039, 9041, 3, 982, 491, 0, 9040, 9039, 1, 0, 0, 0, 9040, 9041, 1, 0, 0, 0, 9041, 1097, 1, 0, 0, 0, 9042, 9052, 5, 62, 0, 0, 9043, 9044, 5, 269, 0, 0, 9044, 9046, 5, 245, 0, 0, 9045, 9043, 1, 0, 0, 0, 9045, 9046, 1, 0, 0, 0, 9046, 9047, 1, 0, 0, 0, 9047, 9053, 5, 369, 0, 0, 9048, 9050, 5, 245, 0, 0, 9049, 9048, 1, 0, 0, 0, 9049, 9050, 1, 0, 0, 0, 9050, 9051, 1, 0, 0, 0, 9051, 9053, 5, 334, 0, 0, 9052, 9045, 1, 0, 0, 0, 9052, 9049, 1, 0, 0, 0, 9053, 1099, 1, 0, 0, 0, 9054, 9055, 5, 275, 0, 0, 9055, 9056, 3, 1392, 696, 0, 9056, 1101, 1, 0, 0, 0, 9057, 9058, 5, 422, 0, 0, 9058, 9059, 5, 2, 0, 0, 9059, 9060, 3, 1330, 665, 0, 9060, 9068, 5, 3, 0, 0, 9061, 9062, 5, 6, 0, 0, 9062, 9063, 5, 2, 0, 0, 9063, 9064, 3, 1330, 665, 0, 9064, 9065, 5, 3, 0, 0, 9065, 9067, 1, 0, 0, 0, 9066, 9061, 1, 0, 0, 0, 9067, 9070, 1, 0, 0, 0, 9068, 9066, 1, 0, 0, 0, 9068, 9069, 1, 0, 0, 0, 9069, 1103, 1, 0, 0, 0, 9070, 9068, 1, 0, 0, 0, 9071, 9072, 5, 64, 0, 0, 9072, 9073, 3, 1106, 553, 0, 9073, 1105, 1, 0, 0, 0, 9074, 9079, 3, 1108, 554, 0, 9075, 9076, 5, 6, 0, 0, 9076, 9078, 3, 1108, 554, 0, 9077, 9075, 1, 0, 0, 0, 9078, 9081, 1, 0, 0, 0, 9079, 9077, 1, 0, 0, 0, 9079, 9080, 1, 0, 0, 0, 9080, 1107, 1, 0, 0, 0, 9081, 9079, 1, 0, 0, 0, 9082, 9085, 3, 1120, 560, 0, 9083, 9085, 3, 1122, 561, 0, 9084, 9082, 1, 0, 0, 0, 9084, 9083, 1, 0, 0, 0, 9085, 9087, 1, 0, 0, 0, 9086, 9088, 3, 1112, 556, 0, 9087, 9086, 1, 0, 0, 0, 9087, 9088, 1, 0, 0, 0, 9088, 9090, 1, 0, 0, 0, 9089, 9091, 3, 1132, 566, 0, 9090, 9089, 1, 0, 0, 0, 9090, 9091, 1, 0, 0, 0, 9091, 9144, 1, 0, 0, 0, 9092, 9094, 3, 1136, 568, 0, 9093, 9095, 3, 1114, 557, 0, 9094, 9093, 1, 0, 0, 0, 9094, 9095, 1, 0, 0, 0, 9095, 9144, 1, 0, 0, 0, 9096, 9098, 3, 1156, 578, 0, 9097, 9099, 3, 1112, 556, 0, 9098, 9097, 1, 0, 0, 0, 9098, 9099, 1, 0, 0, 0, 9099, 9144, 1, 0, 0, 0, 9100, 9102, 3, 1004, 502, 0, 9101, 9103, 3, 1112, 556, 0, 9102, 9101, 1, 0, 0, 0, 9102, 9103, 1, 0, 0, 0, 9103, 9144, 1, 0, 0, 0, 9104, 9117, 5, 72, 0, 0, 9105, 9107, 3, 1156, 578, 0, 9106, 9108, 3, 1112, 556, 0, 9107, 9106, 1, 0, 0, 0, 9107, 9108, 1, 0, 0, 0, 9108, 9118, 1, 0, 0, 0, 9109, 9111, 3, 1136, 568, 0, 9110, 9112, 3, 1114, 557, 0, 9111, 9110, 1, 0, 0, 0, 9111, 9112, 1, 0, 0, 0, 9112, 9118, 1, 0, 0, 0, 9113, 9115, 3, 1004, 502, 0, 9114, 9116, 3, 1112, 556, 0, 9115, 9114, 1, 0, 0, 0, 9115, 9116, 1, 0, 0, 0, 9116, 9118, 1, 0, 0, 0, 9117, 9105, 1, 0, 0, 0, 9117, 9109, 1, 0, 0, 0, 9117, 9113, 1, 0, 0, 0, 9118, 9144, 1, 0, 0, 0, 9119, 9120, 5, 2, 0, 0, 9120, 9137, 3, 1108, 554, 0, 9121, 9122, 5, 110, 0, 0, 9122, 9123, 5, 118, 0, 0, 9123, 9138, 3, 1108, 554, 0, 9124, 9126, 5, 121, 0, 0, 9125, 9127, 3, 1116, 558, 0, 9126, 9125, 1, 0, 0, 0, 9126, 9127, 1, 0, 0, 0, 9127, 9128, 1, 0, 0, 0, 9128, 9129, 5, 118, 0, 0, 9129, 9138, 3, 1108, 554, 0, 9130, 9132, 3, 1116, 558, 0, 9131, 9130, 1, 0, 0, 0, 9131, 9132, 1, 0, 0, 0, 9132, 9133, 1, 0, 0, 0, 9133, 9134, 5, 118, 0, 0, 9134, 9135, 3, 1108, 554, 0, 9135, 9136, 3, 1118, 559, 0, 9136, 9138, 1, 0, 0, 0, 9137, 9121, 1, 0, 0, 0, 9137, 9124, 1, 0, 0, 0, 9137, 9131, 1, 0, 0, 0, 9137, 9138, 1, 0, 0, 0, 9138, 9139, 1, 0, 0, 0, 9139, 9141, 5, 3, 0, 0, 9140, 9142, 3, 1112, 556, 0, 9141, 9140, 1, 0, 0, 0, 9141, 9142, 1, 0, 0, 0, 9142, 9144, 1, 0, 0, 0, 9143, 9084, 1, 0, 0, 0, 9143, 9092, 1, 0, 0, 0, 9143, 9096, 1, 0, 0, 0, 9143, 9100, 1, 0, 0, 0, 9143, 9104, 1, 0, 0, 0, 9143, 9119, 1, 0, 0, 0, 9144, 9163, 1, 0, 0, 0, 9145, 9146, 5, 110, 0, 0, 9146, 9147, 5, 118, 0, 0, 9147, 9162, 3, 1108, 554, 0, 9148, 9150, 5, 121, 0, 0, 9149, 9151, 3, 1116, 558, 0, 9150, 9149, 1, 0, 0, 0, 9150, 9151, 1, 0, 0, 0, 9151, 9152, 1, 0, 0, 0, 9152, 9153, 5, 118, 0, 0, 9153, 9162, 3, 1108, 554, 0, 9154, 9156, 3, 1116, 558, 0, 9155, 9154, 1, 0, 0, 0, 9155, 9156, 1, 0, 0, 0, 9156, 9157, 1, 0, 0, 0, 9157, 9158, 5, 118, 0, 0, 9158, 9159, 3, 1108, 554, 0, 9159, 9160, 3, 1118, 559, 0, 9160, 9162, 1, 0, 0, 0, 9161, 9145, 1, 0, 0, 0, 9161, 9148, 1, 0, 0, 0, 9161, 9155, 1, 0, 0, 0, 9162, 9165, 1, 0, 0, 0, 9163, 9161, 1, 0, 0, 0, 9163, 9164, 1, 0, 0, 0, 9164, 1109, 1, 0, 0, 0, 9165, 9163, 1, 0, 0, 0, 9166, 9168, 5, 36, 0, 0, 9167, 9166, 1, 0, 0, 0, 9167, 9168, 1, 0, 0, 0, 9168, 9169, 1, 0, 0, 0, 9169, 9174, 3, 1476, 738, 0, 9170, 9171, 5, 2, 0, 0, 9171, 9172, 3, 1418, 709, 0, 9172, 9173, 5, 3, 0, 0, 9173, 9175, 1, 0, 0, 0, 9174, 9170, 1, 0, 0, 0, 9174, 9175, 1, 0, 0, 0, 9175, 1111, 1, 0, 0, 0, 9176, 9177, 3, 1110, 555, 0, 9177, 1113, 1, 0, 0, 0, 9178, 9191, 3, 1110, 555, 0, 9179, 9181, 5, 36, 0, 0, 9180, 9182, 3, 1476, 738, 0, 9181, 9180, 1, 0, 0, 0, 9181, 9182, 1, 0, 0, 0, 9182, 9185, 1, 0, 0, 0, 9183, 9185, 3, 1476, 738, 0, 9184, 9179, 1, 0, 0, 0, 9184, 9183, 1, 0, 0, 0, 9185, 9186, 1, 0, 0, 0, 9186, 9187, 5, 2, 0, 0, 9187, 9188, 3, 1152, 576, 0, 9188, 9189, 5, 3, 0, 0, 9189, 9191, 1, 0, 0, 0, 9190, 9178, 1, 0, 0, 0, 9190, 9184, 1, 0, 0, 0, 9191, 1115, 1, 0, 0, 0, 9192, 9194, 7, 60, 0, 0, 9193, 9195, 5, 123, 0, 0, 9194, 9193, 1, 0, 0, 0, 9194, 9195, 1, 0, 0, 0, 9195, 1117, 1, 0, 0, 0, 9196, 9197, 5, 100, 0, 0, 9197, 9198, 5, 2, 0, 0, 9198, 9199, 3, 246, 123, 0, 9199, 9200, 5, 3, 0, 0, 9200, 9204, 1, 0, 0, 0, 9201, 9202, 5, 80, 0, 0, 9202, 9204, 3, 1214, 607, 0, 9203, 9196, 1, 0, 0, 0, 9203, 9201, 1, 0, 0, 0, 9204, 1119, 1, 0, 0, 0, 9205, 9207, 5, 81, 0, 0, 9206, 9205, 1, 0, 0, 0, 9206, 9207, 1, 0, 0, 0, 9207, 9208, 1, 0, 0, 0, 9208, 9210, 3, 1408, 704, 0, 9209, 9211, 5, 9, 0, 0, 9210, 9209, 1, 0, 0, 0, 9210, 9211, 1, 0, 0, 0, 9211, 9227, 1, 0, 0, 0, 9212, 9218, 5, 81, 0, 0, 9213, 9219, 3, 1408, 704, 0, 9214, 9215, 5, 2, 0, 0, 9215, 9216, 3, 1408, 704, 0, 9216, 9217, 5, 3, 0, 0, 9217, 9219, 1, 0, 0, 0, 9218, 9213, 1, 0, 0, 0, 9218, 9214, 1, 0, 0, 0, 9219, 9227, 1, 0, 0, 0, 9220, 9221, 5, 68, 0, 0, 9221, 9224, 5, 323, 0, 0, 9222, 9225, 3, 1424, 712, 0, 9223, 9225, 5, 111, 0, 0, 9224, 9222, 1, 0, 0, 0, 9224, 9223, 1, 0, 0, 0, 9225, 9227, 1, 0, 0, 0, 9226, 9206, 1, 0, 0, 0, 9226, 9212, 1, 0, 0, 0, 9226, 9220, 1, 0, 0, 0, 9227, 1121, 1, 0, 0, 0, 9228, 9230, 5, 81, 0, 0, 9229, 9228, 1, 0, 0, 0, 9229, 9230, 1, 0, 0, 0, 9230, 9231, 1, 0, 0, 0, 9231, 9233, 3, 1412, 706, 0, 9232, 9234, 5, 9, 0, 0, 9233, 9232, 1, 0, 0, 0, 9233, 9234, 1, 0, 0, 0, 9234, 9236, 1, 0, 0, 0, 9235, 9237, 3, 246, 123, 0, 9236, 9235, 1, 0, 0, 0, 9236, 9237, 1, 0, 0, 0, 9237, 9239, 1, 0, 0, 0, 9238, 9240, 3, 1146, 573, 0, 9239, 9238, 1, 0, 0, 0, 9239, 9240, 1, 0, 0, 0, 9240, 1123, 1, 0, 0, 0, 9241, 9243, 5, 92, 0, 0, 9242, 9244, 5, 81, 0, 0, 9243, 9242, 1, 0, 0, 0, 9243, 9244, 1, 0, 0, 0, 9244, 9245, 1, 0, 0, 0, 9245, 9247, 3, 1408, 704, 0, 9246, 9248, 5, 9, 0, 0, 9247, 9246, 1, 0, 0, 0, 9247, 9248, 1, 0, 0, 0, 9248, 9253, 1, 0, 0, 0, 9249, 9250, 5, 2, 0, 0, 9250, 9251, 3, 246, 123, 0, 9251, 9252, 5, 3, 0, 0, 9252, 9254, 1, 0, 0, 0, 9253, 9249, 1, 0, 0, 0, 9253, 9254, 1, 0, 0, 0, 9254, 9256, 1, 0, 0, 0, 9255, 9257, 3, 1146, 573, 0, 9256, 9255, 1, 0, 0, 0, 9256, 9257, 1, 0, 0, 0, 9257, 9275, 1, 0, 0, 0, 9258, 9259, 5, 92, 0, 0, 9259, 9265, 5, 81, 0, 0, 9260, 9266, 3, 1408, 704, 0, 9261, 9262, 5, 2, 0, 0, 9262, 9263, 3, 1408, 704, 0, 9263, 9264, 5, 3, 0, 0, 9264, 9266, 1, 0, 0, 0, 9265, 9260, 1, 0, 0, 0, 9265, 9261, 1, 0, 0, 0, 9266, 9275, 1, 0, 0, 0, 9267, 9268, 5, 350, 0, 0, 9268, 9269, 5, 68, 0, 0, 9269, 9272, 5, 323, 0, 0, 9270, 9273, 3, 1424, 712, 0, 9271, 9273, 5, 111, 0, 0, 9272, 9270, 1, 0, 0, 0, 9272, 9271, 1, 0, 0, 0, 9273, 9275, 1, 0, 0, 0, 9274, 9241, 1, 0, 0, 0, 9274, 9258, 1, 0, 0, 0, 9274, 9267, 1, 0, 0, 0, 9275, 1125, 1, 0, 0, 0, 9276, 9281, 3, 1120, 560, 0, 9277, 9278, 5, 6, 0, 0, 9278, 9280, 3, 1120, 560, 0, 9279, 9277, 1, 0, 0, 0, 9280, 9283, 1, 0, 0, 0, 9281, 9279, 1, 0, 0, 0, 9281, 9282, 1, 0, 0, 0, 9282, 1127, 1, 0, 0, 0, 9283, 9281, 1, 0, 0, 0, 9284, 9289, 3, 1124, 562, 0, 9285, 9286, 5, 6, 0, 0, 9286, 9288, 3, 1124, 562, 0, 9287, 9285, 1, 0, 0, 0, 9288, 9291, 1, 0, 0, 0, 9289, 9287, 1, 0, 0, 0, 9289, 9290, 1, 0, 0, 0, 9290, 1129, 1, 0, 0, 0, 9291, 9289, 1, 0, 0, 0, 9292, 9297, 3, 1120, 560, 0, 9293, 9295, 5, 36, 0, 0, 9294, 9293, 1, 0, 0, 0, 9294, 9295, 1, 0, 0, 0, 9295, 9296, 1, 0, 0, 0, 9296, 9298, 3, 1476, 738, 0, 9297, 9294, 1, 0, 0, 0, 9297, 9298, 1, 0, 0, 0, 9298, 1131, 1, 0, 0, 0, 9299, 9300, 5, 472, 0, 0, 9300, 9301, 3, 1446, 723, 0, 9301, 9302, 5, 2, 0, 0, 9302, 9303, 3, 1330, 665, 0, 9303, 9305, 5, 3, 0, 0, 9304, 9306, 3, 1134, 567, 0, 9305, 9304, 1, 0, 0, 0, 9305, 9306, 1, 0, 0, 0, 9306, 1133, 1, 0, 0, 0, 9307, 9308, 5, 310, 0, 0, 9308, 9309, 5, 2, 0, 0, 9309, 9310, 3, 1214, 607, 0, 9310, 9311, 5, 3, 0, 0, 9311, 1135, 1, 0, 0, 0, 9312, 9314, 3, 1264, 632, 0, 9313, 9315, 3, 1144, 572, 0, 9314, 9313, 1, 0, 0, 0, 9314, 9315, 1, 0, 0, 0, 9315, 9325, 1, 0, 0, 0, 9316, 9317, 5, 320, 0, 0, 9317, 9318, 5, 64, 0, 0, 9318, 9319, 5, 2, 0, 0, 9319, 9320, 3, 1140, 570, 0, 9320, 9322, 5, 3, 0, 0, 9321, 9323, 3, 1144, 572, 0, 9322, 9321, 1, 0, 0, 0, 9322, 9323, 1, 0, 0, 0, 9323, 9325, 1, 0, 0, 0, 9324, 9312, 1, 0, 0, 0, 9324, 9316, 1, 0, 0, 0, 9325, 1137, 1, 0, 0, 0, 9326, 9328, 3, 1264, 632, 0, 9327, 9329, 3, 1142, 571, 0, 9328, 9327, 1, 0, 0, 0, 9328, 9329, 1, 0, 0, 0, 9329, 1139, 1, 0, 0, 0, 9330, 9335, 3, 1138, 569, 0, 9331, 9332, 5, 6, 0, 0, 9332, 9334, 3, 1138, 569, 0, 9333, 9331, 1, 0, 0, 0, 9334, 9337, 1, 0, 0, 0, 9335, 9333, 1, 0, 0, 0, 9335, 9336, 1, 0, 0, 0, 9336, 1141, 1, 0, 0, 0, 9337, 9335, 1, 0, 0, 0, 9338, 9339, 5, 36, 0, 0, 9339, 9340, 5, 2, 0, 0, 9340, 9341, 3, 1152, 576, 0, 9341, 9342, 5, 3, 0, 0, 9342, 1143, 1, 0, 0, 0, 9343, 9344, 5, 105, 0, 0, 9344, 9345, 5, 473, 0, 0, 9345, 1145, 1, 0, 0, 0, 9346, 9347, 5, 103, 0, 0, 9347, 9348, 3, 1338, 669, 0, 9348, 1147, 1, 0, 0, 0, 9349, 9354, 5, 103, 0, 0, 9350, 9351, 5, 434, 0, 0, 9351, 9352, 5, 275, 0, 0, 9352, 9355, 3, 996, 498, 0, 9353, 9355, 3, 1214, 607, 0, 9354, 9350, 1, 0, 0, 0, 9354, 9353, 1, 0, 0, 0, 9355, 1149, 1, 0, 0, 0, 9356, 9357, 3, 1152, 576, 0, 9357, 1151, 1, 0, 0, 0, 9358, 9363, 3, 1154, 577, 0, 9359, 9360, 5, 6, 0, 0, 9360, 9362, 3, 1154, 577, 0, 9361, 9359, 1, 0, 0, 0, 9362, 9365, 1, 0, 0, 0, 9363, 9361, 1, 0, 0, 0, 9363, 9364, 1, 0, 0, 0, 9364, 1153, 1, 0, 0, 0, 9365, 9363, 1, 0, 0, 0, 9366, 9367, 3, 1476, 738, 0, 9367, 9369, 3, 1170, 585, 0, 9368, 9370, 3, 126, 63, 0, 9369, 9368, 1, 0, 0, 0, 9369, 9370, 1, 0, 0, 0, 9370, 1155, 1, 0, 0, 0, 9371, 9372, 5, 474, 0, 0, 9372, 9388, 5, 2, 0, 0, 9373, 9374, 3, 1256, 628, 0, 9374, 9375, 3, 1282, 641, 0, 9375, 9376, 5, 475, 0, 0, 9376, 9377, 3, 1158, 579, 0, 9377, 9389, 1, 0, 0, 0, 9378, 9379, 5, 476, 0, 0, 9379, 9380, 5, 2, 0, 0, 9380, 9381, 3, 1166, 583, 0, 9381, 9382, 5, 3, 0, 0, 9382, 9383, 5, 6, 0, 0, 9383, 9384, 3, 1256, 628, 0, 9384, 9385, 3, 1282, 641, 0, 9385, 9386, 5, 475, 0, 0, 9386, 9387, 3, 1158, 579, 0, 9387, 9389, 1, 0, 0, 0, 9388, 9373, 1, 0, 0, 0, 9388, 9378, 1, 0, 0, 0, 9389, 9390, 1, 0, 0, 0, 9390, 9391, 5, 3, 0, 0, 9391, 1157, 1, 0, 0, 0, 9392, 9397, 3, 1160, 580, 0, 9393, 9394, 5, 6, 0, 0, 9394, 9396, 3, 1160, 580, 0, 9395, 9393, 1, 0, 0, 0, 9396, 9399, 1, 0, 0, 0, 9397, 9395, 1, 0, 0, 0, 9397, 9398, 1, 0, 0, 0, 9398, 1159, 1, 0, 0, 0, 9399, 9397, 1, 0, 0, 0, 9400, 9407, 3, 1476, 738, 0, 9401, 9403, 3, 1170, 585, 0, 9402, 9404, 3, 1162, 581, 0, 9403, 9402, 1, 0, 0, 0, 9403, 9404, 1, 0, 0, 0, 9404, 9408, 1, 0, 0, 0, 9405, 9406, 5, 62, 0, 0, 9406, 9408, 5, 473, 0, 0, 9407, 9401, 1, 0, 0, 0, 9407, 9405, 1, 0, 0, 0, 9408, 1161, 1, 0, 0, 0, 9409, 9411, 3, 1164, 582, 0, 9410, 9409, 1, 0, 0, 0, 9411, 9412, 1, 0, 0, 0, 9412, 9410, 1, 0, 0, 0, 9412, 9413, 1, 0, 0, 0, 9413, 1163, 1, 0, 0, 0, 9414, 9415, 5, 53, 0, 0, 9415, 9423, 3, 1214, 607, 0, 9416, 9417, 3, 1494, 747, 0, 9417, 9418, 3, 1214, 607, 0, 9418, 9423, 1, 0, 0, 0, 9419, 9420, 5, 77, 0, 0, 9420, 9423, 5, 78, 0, 0, 9421, 9423, 5, 78, 0, 0, 9422, 9414, 1, 0, 0, 0, 9422, 9416, 1, 0, 0, 0, 9422, 9419, 1, 0, 0, 0, 9422, 9421, 1, 0, 0, 0, 9423, 1165, 1, 0, 0, 0, 9424, 9429, 3, 1168, 584, 0, 9425, 9426, 5, 6, 0, 0, 9426, 9428, 3, 1168, 584, 0, 9427, 9425, 1, 0, 0, 0, 9428, 9431, 1, 0, 0, 0, 9429, 9427, 1, 0, 0, 0, 9429, 9430, 1, 0, 0, 0, 9430, 1167, 1, 0, 0, 0, 9431, 9429, 1, 0, 0, 0, 9432, 9433, 3, 1254, 627, 0, 9433, 9434, 5, 36, 0, 0, 9434, 9435, 3, 1492, 746, 0, 9435, 9439, 1, 0, 0, 0, 9436, 9437, 5, 53, 0, 0, 9437, 9439, 3, 1254, 627, 0, 9438, 9432, 1, 0, 0, 0, 9438, 9436, 1, 0, 0, 0, 9439, 1169, 1, 0, 0, 0, 9440, 9442, 5, 415, 0, 0, 9441, 9440, 1, 0, 0, 0, 9441, 9442, 1, 0, 0, 0, 9442, 9443, 1, 0, 0, 0, 9443, 9452, 3, 1174, 587, 0, 9444, 9453, 3, 1172, 586, 0, 9445, 9450, 5, 35, 0, 0, 9446, 9447, 5, 4, 0, 0, 9447, 9448, 3, 1458, 729, 0, 9448, 9449, 5, 5, 0, 0, 9449, 9451, 1, 0, 0, 0, 9450, 9446, 1, 0, 0, 0, 9450, 9451, 1, 0, 0, 0, 9451, 9453, 1, 0, 0, 0, 9452, 9444, 1, 0, 0, 0, 9452, 9445, 1, 0, 0, 0, 9453, 9459, 1, 0, 0, 0, 9454, 9455, 3, 1414, 707, 0, 9455, 9456, 5, 27, 0, 0, 9456, 9457, 7, 61, 0, 0, 9457, 9459, 1, 0, 0, 0, 9458, 9441, 1, 0, 0, 0, 9458, 9454, 1, 0, 0, 0, 9459, 1171, 1, 0, 0, 0, 9460, 9462, 5, 4, 0, 0, 9461, 9463, 3, 1458, 729, 0, 9462, 9461, 1, 0, 0, 0, 9462, 9463, 1, 0, 0, 0, 9463, 9464, 1, 0, 0, 0, 9464, 9466, 5, 5, 0, 0, 9465, 9460, 1, 0, 0, 0, 9466, 9469, 1, 0, 0, 0, 9467, 9465, 1, 0, 0, 0, 9467, 9468, 1, 0, 0, 0, 9468, 1173, 1, 0, 0, 0, 9469, 9467, 1, 0, 0, 0, 9470, 9486, 3, 1178, 589, 0, 9471, 9486, 3, 1182, 591, 0, 9472, 9486, 3, 1186, 593, 0, 9473, 9486, 3, 1194, 597, 0, 9474, 9486, 3, 1202, 601, 0, 9475, 9483, 3, 1204, 602, 0, 9476, 9478, 3, 1208, 604, 0, 9477, 9476, 1, 0, 0, 0, 9477, 9478, 1, 0, 0, 0, 9478, 9484, 1, 0, 0, 0, 9479, 9480, 5, 2, 0, 0, 9480, 9481, 3, 1458, 729, 0, 9481, 9482, 5, 3, 0, 0, 9482, 9484, 1, 0, 0, 0, 9483, 9477, 1, 0, 0, 0, 9483, 9479, 1, 0, 0, 0, 9484, 9486, 1, 0, 0, 0, 9485, 9470, 1, 0, 0, 0, 9485, 9471, 1, 0, 0, 0, 9485, 9472, 1, 0, 0, 0, 9485, 9473, 1, 0, 0, 0, 9485, 9474, 1, 0, 0, 0, 9485, 9475, 1, 0, 0, 0, 9486, 1175, 1, 0, 0, 0, 9487, 9492, 3, 1182, 591, 0, 9488, 9492, 3, 1188, 594, 0, 9489, 9492, 3, 1196, 598, 0, 9490, 9492, 3, 1202, 601, 0, 9491, 9487, 1, 0, 0, 0, 9491, 9488, 1, 0, 0, 0, 9491, 9489, 1, 0, 0, 0, 9491, 9490, 1, 0, 0, 0, 9492, 1177, 1, 0, 0, 0, 9493, 9495, 3, 1484, 742, 0, 9494, 9496, 3, 562, 281, 0, 9495, 9494, 1, 0, 0, 0, 9495, 9496, 1, 0, 0, 0, 9496, 9498, 1, 0, 0, 0, 9497, 9499, 3, 1180, 590, 0, 9498, 9497, 1, 0, 0, 0, 9498, 9499, 1, 0, 0, 0, 9499, 1179, 1, 0, 0, 0, 9500, 9501, 5, 2, 0, 0, 9501, 9502, 3, 1330, 665, 0, 9502, 9503, 5, 3, 0, 0, 9503, 1181, 1, 0, 0, 0, 9504, 9529, 5, 401, 0, 0, 9505, 9529, 5, 402, 0, 0, 9506, 9529, 5, 416, 0, 0, 9507, 9529, 5, 388, 0, 0, 9508, 9529, 5, 413, 0, 0, 9509, 9511, 5, 398, 0, 0, 9510, 9512, 3, 1184, 592, 0, 9511, 9510, 1, 0, 0, 0, 9511, 9512, 1, 0, 0, 0, 9512, 9529, 1, 0, 0, 0, 9513, 9514, 5, 190, 0, 0, 9514, 9529, 5, 412, 0, 0, 9515, 9517, 5, 395, 0, 0, 9516, 9518, 3, 1180, 590, 0, 9517, 9516, 1, 0, 0, 0, 9517, 9518, 1, 0, 0, 0, 9518, 9529, 1, 0, 0, 0, 9519, 9521, 5, 394, 0, 0, 9520, 9522, 3, 1180, 590, 0, 9521, 9520, 1, 0, 0, 0, 9521, 9522, 1, 0, 0, 0, 9522, 9529, 1, 0, 0, 0, 9523, 9525, 5, 409, 0, 0, 9524, 9526, 3, 1180, 590, 0, 9525, 9524, 1, 0, 0, 0, 9525, 9526, 1, 0, 0, 0, 9526, 9529, 1, 0, 0, 0, 9527, 9529, 5, 390, 0, 0, 9528, 9504, 1, 0, 0, 0, 9528, 9505, 1, 0, 0, 0, 9528, 9506, 1, 0, 0, 0, 9528, 9507, 1, 0, 0, 0, 9528, 9508, 1, 0, 0, 0, 9528, 9509, 1, 0, 0, 0, 9528, 9513, 1, 0, 0, 0, 9528, 9515, 1, 0, 0, 0, 9528, 9519, 1, 0, 0, 0, 9528, 9523, 1, 0, 0, 0, 9528, 9527, 1, 0, 0, 0, 9529, 1183, 1, 0, 0, 0, 9530, 9531, 5, 2, 0, 0, 9531, 9532, 3, 1458, 729, 0, 9532, 9533, 5, 3, 0, 0, 9533, 1185, 1, 0, 0, 0, 9534, 9537, 3, 1190, 595, 0, 9535, 9537, 3, 1192, 596, 0, 9536, 9534, 1, 0, 0, 0, 9536, 9535, 1, 0, 0, 0, 9537, 1187, 1, 0, 0, 0, 9538, 9541, 3, 1190, 595, 0, 9539, 9541, 3, 1192, 596, 0, 9540, 9538, 1, 0, 0, 0, 9540, 9539, 1, 0, 0, 0, 9541, 1189, 1, 0, 0, 0, 9542, 9544, 5, 389, 0, 0, 9543, 9545, 3, 1200, 600, 0, 9544, 9543, 1, 0, 0, 0, 9544, 9545, 1, 0, 0, 0, 9545, 9546, 1, 0, 0, 0, 9546, 9547, 5, 2, 0, 0, 9547, 9548, 3, 1330, 665, 0, 9548, 9549, 5, 3, 0, 0, 9549, 1191, 1, 0, 0, 0, 9550, 9552, 5, 389, 0, 0, 9551, 9553, 3, 1200, 600, 0, 9552, 9551, 1, 0, 0, 0, 9552, 9553, 1, 0, 0, 0, 9553, 1193, 1, 0, 0, 0, 9554, 9559, 3, 1198, 599, 0, 9555, 9556, 5, 2, 0, 0, 9556, 9557, 3, 1458, 729, 0, 9557, 9558, 5, 3, 0, 0, 9558, 9560, 1, 0, 0, 0, 9559, 9555, 1, 0, 0, 0, 9559, 9560, 1, 0, 0, 0, 9560, 1195, 1, 0, 0, 0, 9561, 9566, 3, 1198, 599, 0, 9562, 9563, 5, 2, 0, 0, 9563, 9564, 3, 1458, 729, 0, 9564, 9565, 5, 3, 0, 0, 9565, 9567, 1, 0, 0, 0, 9566, 9562, 1, 0, 0, 0, 9566, 9567, 1, 0, 0, 0, 9567, 1197, 1, 0, 0, 0, 9568, 9570, 7, 62, 0, 0, 9569, 9571, 3, 1200, 600, 0, 9570, 9569, 1, 0, 0, 0, 9570, 9571, 1, 0, 0, 0, 9571, 9579, 1, 0, 0, 0, 9572, 9579, 5, 423, 0, 0, 9573, 9574, 5, 405, 0, 0, 9574, 9576, 7, 63, 0, 0, 9575, 9577, 3, 1200, 600, 0, 9576, 9575, 1, 0, 0, 0, 9576, 9577, 1, 0, 0, 0, 9577, 9579, 1, 0, 0, 0, 9578, 9568, 1, 0, 0, 0, 9578, 9572, 1, 0, 0, 0, 9578, 9573, 1, 0, 0, 0, 9579, 1199, 1, 0, 0, 0, 9580, 9581, 5, 374, 0, 0, 9581, 1201, 1, 0, 0, 0, 9582, 9587, 7, 64, 0, 0, 9583, 9584, 5, 2, 0, 0, 9584, 9585, 3, 1458, 729, 0, 9585, 9586, 5, 3, 0, 0, 9586, 9588, 1, 0, 0, 0, 9587, 9583, 1, 0, 0, 0, 9587, 9588, 1, 0, 0, 0, 9588, 9590, 1, 0, 0, 0, 9589, 9591, 3, 1206, 603, 0, 9590, 9589, 1, 0, 0, 0, 9590, 9591, 1, 0, 0, 0, 9591, 1203, 1, 0, 0, 0, 9592, 9593, 5, 403, 0, 0, 9593, 1205, 1, 0, 0, 0, 9594, 9595, 5, 105, 0, 0, 9595, 9596, 5, 418, 0, 0, 9596, 9601, 5, 386, 0, 0, 9597, 9598, 5, 379, 0, 0, 9598, 9599, 5, 418, 0, 0, 9599, 9601, 5, 386, 0, 0, 9600, 9594, 1, 0, 0, 0, 9600, 9597, 1, 0, 0, 0, 9601, 1207, 1, 0, 0, 0, 9602, 9628, 5, 384, 0, 0, 9603, 9628, 5, 264, 0, 0, 9604, 9628, 5, 176, 0, 0, 9605, 9628, 5, 218, 0, 0, 9606, 9628, 5, 261, 0, 0, 9607, 9628, 3, 1210, 605, 0, 9608, 9609, 5, 384, 0, 0, 9609, 9610, 5, 94, 0, 0, 9610, 9628, 5, 264, 0, 0, 9611, 9612, 5, 176, 0, 0, 9612, 9616, 5, 94, 0, 0, 9613, 9617, 5, 218, 0, 0, 9614, 9617, 5, 261, 0, 0, 9615, 9617, 3, 1210, 605, 0, 9616, 9613, 1, 0, 0, 0, 9616, 9614, 1, 0, 0, 0, 9616, 9615, 1, 0, 0, 0, 9617, 9628, 1, 0, 0, 0, 9618, 9619, 5, 218, 0, 0, 9619, 9622, 5, 94, 0, 0, 9620, 9623, 5, 261, 0, 0, 9621, 9623, 3, 1210, 605, 0, 9622, 9620, 1, 0, 0, 0, 9622, 9621, 1, 0, 0, 0, 9623, 9628, 1, 0, 0, 0, 9624, 9625, 5, 261, 0, 0, 9625, 9626, 5, 94, 0, 0, 9626, 9628, 3, 1210, 605, 0, 9627, 9602, 1, 0, 0, 0, 9627, 9603, 1, 0, 0, 0, 9627, 9604, 1, 0, 0, 0, 9627, 9605, 1, 0, 0, 0, 9627, 9606, 1, 0, 0, 0, 9627, 9607, 1, 0, 0, 0, 9627, 9608, 1, 0, 0, 0, 9627, 9611, 1, 0, 0, 0, 9627, 9618, 1, 0, 0, 0, 9627, 9624, 1, 0, 0, 0, 9628, 1209, 1, 0, 0, 0, 9629, 9634, 5, 326, 0, 0, 9630, 9631, 5, 2, 0, 0, 9631, 9632, 3, 1458, 729, 0, 9632, 9633, 5, 3, 0, 0, 9633, 9635, 1, 0, 0, 0, 9634, 9630, 1, 0, 0, 0, 9634, 9635, 1, 0, 0, 0, 9635, 1211, 1, 0, 0, 0, 9636, 9637, 5, 197, 0, 0, 9637, 9638, 3, 1214, 607, 0, 9638, 1213, 1, 0, 0, 0, 9639, 9640, 3, 1216, 608, 0, 9640, 1215, 1, 0, 0, 0, 9641, 9643, 3, 1218, 609, 0, 9642, 9644, 3, 1324, 662, 0, 9643, 9642, 1, 0, 0, 0, 9643, 9644, 1, 0, 0, 0, 9644, 1217, 1, 0, 0, 0, 9645, 9650, 3, 1220, 610, 0, 9646, 9647, 7, 65, 0, 0, 9647, 9649, 3, 1220, 610, 0, 9648, 9646, 1, 0, 0, 0, 9649, 9652, 1, 0, 0, 0, 9650, 9648, 1, 0, 0, 0, 9650, 9651, 1, 0, 0, 0, 9651, 1219, 1, 0, 0, 0, 9652, 9650, 1, 0, 0, 0, 9653, 9658, 3, 1222, 611, 0, 9654, 9655, 5, 82, 0, 0, 9655, 9657, 3, 1222, 611, 0, 9656, 9654, 1, 0, 0, 0, 9657, 9660, 1, 0, 0, 0, 9658, 9656, 1, 0, 0, 0, 9658, 9659, 1, 0, 0, 0, 9659, 1221, 1, 0, 0, 0, 9660, 9658, 1, 0, 0, 0, 9661, 9666, 3, 1224, 612, 0, 9662, 9663, 5, 33, 0, 0, 9663, 9665, 3, 1224, 612, 0, 9664, 9662, 1, 0, 0, 0, 9665, 9668, 1, 0, 0, 0, 9666, 9664, 1, 0, 0, 0, 9666, 9667, 1, 0, 0, 0, 9667, 1223, 1, 0, 0, 0, 9668, 9666, 1, 0, 0, 0, 9669, 9675, 3, 1226, 613, 0, 9670, 9672, 5, 77, 0, 0, 9671, 9670, 1, 0, 0, 0, 9671, 9672, 1, 0, 0, 0, 9672, 9673, 1, 0, 0, 0, 9673, 9674, 5, 68, 0, 0, 9674, 9676, 3, 1364, 682, 0, 9675, 9671, 1, 0, 0, 0, 9675, 9676, 1, 0, 0, 0, 9676, 1225, 1, 0, 0, 0, 9677, 9679, 5, 77, 0, 0, 9678, 9677, 1, 0, 0, 0, 9678, 9679, 1, 0, 0, 0, 9679, 9680, 1, 0, 0, 0, 9680, 9681, 3, 1228, 614, 0, 9681, 1227, 1, 0, 0, 0, 9682, 9684, 3, 1230, 615, 0, 9683, 9685, 7, 66, 0, 0, 9684, 9683, 1, 0, 0, 0, 9684, 9685, 1, 0, 0, 0, 9685, 1229, 1, 0, 0, 0, 9686, 9710, 3, 1232, 616, 0, 9687, 9689, 5, 116, 0, 0, 9688, 9690, 5, 77, 0, 0, 9689, 9688, 1, 0, 0, 0, 9689, 9690, 1, 0, 0, 0, 9690, 9708, 1, 0, 0, 0, 9691, 9709, 5, 78, 0, 0, 9692, 9709, 5, 96, 0, 0, 9693, 9709, 5, 60, 0, 0, 9694, 9709, 5, 365, 0, 0, 9695, 9696, 5, 56, 0, 0, 9696, 9697, 5, 64, 0, 0, 9697, 9709, 3, 1214, 607, 0, 9698, 9699, 5, 275, 0, 0, 9699, 9700, 5, 2, 0, 0, 9700, 9701, 3, 1344, 672, 0, 9701, 9702, 5, 3, 0, 0, 9702, 9709, 1, 0, 0, 0, 9703, 9709, 5, 188, 0, 0, 9704, 9706, 3, 1354, 677, 0, 9705, 9704, 1, 0, 0, 0, 9705, 9706, 1, 0, 0, 0, 9706, 9707, 1, 0, 0, 0, 9707, 9709, 5, 478, 0, 0, 9708, 9691, 1, 0, 0, 0, 9708, 9692, 1, 0, 0, 0, 9708, 9693, 1, 0, 0, 0, 9708, 9694, 1, 0, 0, 0, 9708, 9695, 1, 0, 0, 0, 9708, 9698, 1, 0, 0, 0, 9708, 9703, 1, 0, 0, 0, 9708, 9705, 1, 0, 0, 0, 9709, 9711, 1, 0, 0, 0, 9710, 9687, 1, 0, 0, 0, 9710, 9711, 1, 0, 0, 0, 9711, 1231, 1, 0, 0, 0, 9712, 9724, 3, 1234, 617, 0, 9713, 9714, 7, 67, 0, 0, 9714, 9725, 3, 1234, 617, 0, 9715, 9716, 3, 1328, 664, 0, 9716, 9722, 3, 1318, 659, 0, 9717, 9723, 3, 1004, 502, 0, 9718, 9719, 5, 2, 0, 0, 9719, 9720, 3, 1214, 607, 0, 9720, 9721, 5, 3, 0, 0, 9721, 9723, 1, 0, 0, 0, 9722, 9717, 1, 0, 0, 0, 9722, 9718, 1, 0, 0, 0, 9723, 9725, 1, 0, 0, 0, 9724, 9713, 1, 0, 0, 0, 9724, 9715, 1, 0, 0, 0, 9724, 9725, 1, 0, 0, 0, 9725, 1233, 1, 0, 0, 0, 9726, 9744, 3, 1236, 618, 0, 9727, 9729, 5, 77, 0, 0, 9728, 9727, 1, 0, 0, 0, 9728, 9729, 1, 0, 0, 0, 9729, 9738, 1, 0, 0, 0, 9730, 9739, 5, 120, 0, 0, 9731, 9739, 5, 114, 0, 0, 9732, 9733, 5, 127, 0, 0, 9733, 9739, 5, 94, 0, 0, 9734, 9736, 5, 387, 0, 0, 9735, 9737, 5, 91, 0, 0, 9736, 9735, 1, 0, 0, 0, 9736, 9737, 1, 0, 0, 0, 9737, 9739, 1, 0, 0, 0, 9738, 9730, 1, 0, 0, 0, 9738, 9731, 1, 0, 0, 0, 9738, 9732, 1, 0, 0, 0, 9738, 9734, 1, 0, 0, 0, 9739, 9740, 1, 0, 0, 0, 9740, 9742, 3, 1236, 618, 0, 9741, 9743, 3, 1212, 606, 0, 9742, 9741, 1, 0, 0, 0, 9742, 9743, 1, 0, 0, 0, 9743, 9745, 1, 0, 0, 0, 9744, 9728, 1, 0, 0, 0, 9744, 9745, 1, 0, 0, 0, 9745, 1235, 1, 0, 0, 0, 9746, 9752, 3, 1238, 619, 0, 9747, 9748, 3, 1324, 662, 0, 9748, 9749, 3, 1238, 619, 0, 9749, 9751, 1, 0, 0, 0, 9750, 9747, 1, 0, 0, 0, 9751, 9754, 1, 0, 0, 0, 9752, 9750, 1, 0, 0, 0, 9752, 9753, 1, 0, 0, 0, 9753, 1237, 1, 0, 0, 0, 9754, 9752, 1, 0, 0, 0, 9755, 9757, 3, 1324, 662, 0, 9756, 9755, 1, 0, 0, 0, 9756, 9757, 1, 0, 0, 0, 9757, 9758, 1, 0, 0, 0, 9758, 9759, 3, 1240, 620, 0, 9759, 1239, 1, 0, 0, 0, 9760, 9765, 3, 1242, 621, 0, 9761, 9762, 7, 68, 0, 0, 9762, 9764, 3, 1242, 621, 0, 9763, 9761, 1, 0, 0, 0, 9764, 9767, 1, 0, 0, 0, 9765, 9763, 1, 0, 0, 0, 9765, 9766, 1, 0, 0, 0, 9766, 1241, 1, 0, 0, 0, 9767, 9765, 1, 0, 0, 0, 9768, 9773, 3, 1244, 622, 0, 9769, 9770, 7, 69, 0, 0, 9770, 9772, 3, 1244, 622, 0, 9771, 9769, 1, 0, 0, 0, 9772, 9775, 1, 0, 0, 0, 9773, 9771, 1, 0, 0, 0, 9773, 9774, 1, 0, 0, 0, 9774, 1243, 1, 0, 0, 0, 9775, 9773, 1, 0, 0, 0, 9776, 9779, 3, 1246, 623, 0, 9777, 9778, 5, 15, 0, 0, 9778, 9780, 3, 1214, 607, 0, 9779, 9777, 1, 0, 0, 0, 9779, 9780, 1, 0, 0, 0, 9780, 1245, 1, 0, 0, 0, 9781, 9783, 7, 68, 0, 0, 9782, 9781, 1, 0, 0, 0, 9782, 9783, 1, 0, 0, 0, 9783, 9784, 1, 0, 0, 0, 9784, 9785, 3, 1248, 624, 0, 9785, 1247, 1, 0, 0, 0, 9786, 9791, 3, 1250, 625, 0, 9787, 9788, 5, 142, 0, 0, 9788, 9789, 5, 418, 0, 0, 9789, 9790, 5, 386, 0, 0, 9790, 9792, 3, 1214, 607, 0, 9791, 9787, 1, 0, 0, 0, 9791, 9792, 1, 0, 0, 0, 9792, 1249, 1, 0, 0, 0, 9793, 9796, 3, 1252, 626, 0, 9794, 9795, 5, 43, 0, 0, 9795, 9797, 3, 560, 280, 0, 9796, 9794, 1, 0, 0, 0, 9796, 9797, 1, 0, 0, 0, 9797, 1251, 1, 0, 0, 0, 9798, 9803, 3, 1256, 628, 0, 9799, 9800, 5, 26, 0, 0, 9800, 9802, 3, 1170, 585, 0, 9801, 9799, 1, 0, 0, 0, 9802, 9805, 1, 0, 0, 0, 9803, 9801, 1, 0, 0, 0, 9803, 9804, 1, 0, 0, 0, 9804, 1253, 1, 0, 0, 0, 9805, 9803, 1, 0, 0, 0, 9806, 9807, 6, 627, -1, 0, 9807, 9814, 3, 1256, 628, 0, 9808, 9809, 7, 68, 0, 0, 9809, 9814, 3, 1254, 627, 9, 9810, 9811, 3, 1324, 662, 0, 9811, 9812, 3, 1254, 627, 3, 9812, 9814, 1, 0, 0, 0, 9813, 9806, 1, 0, 0, 0, 9813, 9808, 1, 0, 0, 0, 9813, 9810, 1, 0, 0, 0, 9814, 9854, 1, 0, 0, 0, 9815, 9816, 10, 8, 0, 0, 9816, 9817, 5, 15, 0, 0, 9817, 9853, 3, 1254, 627, 9, 9818, 9819, 10, 7, 0, 0, 9819, 9820, 7, 69, 0, 0, 9820, 9853, 3, 1254, 627, 8, 9821, 9822, 10, 6, 0, 0, 9822, 9823, 7, 68, 0, 0, 9823, 9853, 3, 1254, 627, 7, 9824, 9825, 10, 5, 0, 0, 9825, 9826, 3, 1324, 662, 0, 9826, 9827, 3, 1254, 627, 6, 9827, 9853, 1, 0, 0, 0, 9828, 9829, 10, 4, 0, 0, 9829, 9830, 7, 67, 0, 0, 9830, 9853, 3, 1254, 627, 5, 9831, 9832, 10, 10, 0, 0, 9832, 9833, 5, 26, 0, 0, 9833, 9853, 3, 1170, 585, 0, 9834, 9835, 10, 2, 0, 0, 9835, 9853, 3, 1324, 662, 0, 9836, 9837, 10, 1, 0, 0, 9837, 9839, 5, 116, 0, 0, 9838, 9840, 5, 77, 0, 0, 9839, 9838, 1, 0, 0, 0, 9839, 9840, 1, 0, 0, 0, 9840, 9850, 1, 0, 0, 0, 9841, 9842, 5, 56, 0, 0, 9842, 9843, 5, 64, 0, 0, 9843, 9851, 3, 1254, 627, 0, 9844, 9845, 5, 275, 0, 0, 9845, 9846, 5, 2, 0, 0, 9846, 9847, 3, 1344, 672, 0, 9847, 9848, 5, 3, 0, 0, 9848, 9851, 1, 0, 0, 0, 9849, 9851, 5, 188, 0, 0, 9850, 9841, 1, 0, 0, 0, 9850, 9844, 1, 0, 0, 0, 9850, 9849, 1, 0, 0, 0, 9851, 9853, 1, 0, 0, 0, 9852, 9815, 1, 0, 0, 0, 9852, 9818, 1, 0, 0, 0, 9852, 9821, 1, 0, 0, 0, 9852, 9824, 1, 0, 0, 0, 9852, 9828, 1, 0, 0, 0, 9852, 9831, 1, 0, 0, 0, 9852, 9834, 1, 0, 0, 0, 9852, 9836, 1, 0, 0, 0, 9853, 9856, 1, 0, 0, 0, 9854, 9852, 1, 0, 0, 0, 9854, 9855, 1, 0, 0, 0, 9855, 1255, 1, 0, 0, 0, 9856, 9854, 1, 0, 0, 0, 9857, 9858, 5, 396, 0, 0, 9858, 9894, 3, 1004, 502, 0, 9859, 9862, 5, 35, 0, 0, 9860, 9863, 3, 1004, 502, 0, 9861, 9863, 3, 1346, 673, 0, 9862, 9860, 1, 0, 0, 0, 9862, 9861, 1, 0, 0, 0, 9863, 9894, 1, 0, 0, 0, 9864, 9865, 5, 28, 0, 0, 9865, 9894, 3, 1384, 692, 0, 9866, 9867, 5, 470, 0, 0, 9867, 9868, 5, 2, 0, 0, 9868, 9869, 3, 1330, 665, 0, 9869, 9870, 5, 3, 0, 0, 9870, 9894, 1, 0, 0, 0, 9871, 9872, 5, 98, 0, 0, 9872, 9894, 3, 1004, 502, 0, 9873, 9894, 3, 1450, 725, 0, 9874, 9894, 3, 1258, 629, 0, 9875, 9876, 5, 2, 0, 0, 9876, 9877, 3, 1214, 607, 0, 9877, 9878, 5, 3, 0, 0, 9878, 9879, 3, 1384, 692, 0, 9879, 9894, 1, 0, 0, 0, 9880, 9894, 3, 1366, 683, 0, 9881, 9894, 3, 1262, 631, 0, 9882, 9884, 3, 1004, 502, 0, 9883, 9885, 3, 1382, 691, 0, 9884, 9883, 1, 0, 0, 0, 9884, 9885, 1, 0, 0, 0, 9885, 9894, 1, 0, 0, 0, 9886, 9894, 3, 1314, 657, 0, 9887, 9894, 3, 1316, 658, 0, 9888, 9889, 3, 1312, 656, 0, 9889, 9890, 5, 125, 0, 0, 9890, 9891, 3, 1312, 656, 0, 9891, 9894, 1, 0, 0, 0, 9892, 9894, 3, 1376, 688, 0, 9893, 9857, 1, 0, 0, 0, 9893, 9859, 1, 0, 0, 0, 9893, 9864, 1, 0, 0, 0, 9893, 9866, 1, 0, 0, 0, 9893, 9871, 1, 0, 0, 0, 9893, 9873, 1, 0, 0, 0, 9893, 9874, 1, 0, 0, 0, 9893, 9875, 1, 0, 0, 0, 9893, 9880, 1, 0, 0, 0, 9893, 9881, 1, 0, 0, 0, 9893, 9882, 1, 0, 0, 0, 9893, 9886, 1, 0, 0, 0, 9893, 9887, 1, 0, 0, 0, 9893, 9888, 1, 0, 0, 0, 9893, 9892, 1, 0, 0, 0, 9894, 1257, 1, 0, 0, 0, 9895, 9896, 5, 575, 0, 0, 9896, 1259, 1, 0, 0, 0, 9897, 9923, 3, 1446, 723, 0, 9898, 9920, 5, 2, 0, 0, 9899, 9903, 3, 1340, 670, 0, 9900, 9901, 5, 6, 0, 0, 9901, 9902, 5, 101, 0, 0, 9902, 9904, 3, 1342, 671, 0, 9903, 9900, 1, 0, 0, 0, 9903, 9904, 1, 0, 0, 0, 9904, 9906, 1, 0, 0, 0, 9905, 9907, 3, 1044, 522, 0, 9906, 9905, 1, 0, 0, 0, 9906, 9907, 1, 0, 0, 0, 9907, 9921, 1, 0, 0, 0, 9908, 9909, 5, 101, 0, 0, 9909, 9911, 3, 1342, 671, 0, 9910, 9912, 3, 1044, 522, 0, 9911, 9910, 1, 0, 0, 0, 9911, 9912, 1, 0, 0, 0, 9912, 9921, 1, 0, 0, 0, 9913, 9914, 7, 57, 0, 0, 9914, 9916, 3, 1340, 670, 0, 9915, 9917, 3, 1044, 522, 0, 9916, 9915, 1, 0, 0, 0, 9916, 9917, 1, 0, 0, 0, 9917, 9921, 1, 0, 0, 0, 9918, 9921, 5, 9, 0, 0, 9919, 9921, 1, 0, 0, 0, 9920, 9899, 1, 0, 0, 0, 9920, 9908, 1, 0, 0, 0, 9920, 9913, 1, 0, 0, 0, 9920, 9918, 1, 0, 0, 0, 9920, 9919, 1, 0, 0, 0, 9921, 9922, 1, 0, 0, 0, 9922, 9924, 5, 3, 0, 0, 9923, 9898, 1, 0, 0, 0, 9923, 9924, 1, 0, 0, 0, 9924, 1261, 1, 0, 0, 0, 9925, 9927, 3, 1260, 630, 0, 9926, 9928, 3, 1286, 643, 0, 9927, 9926, 1, 0, 0, 0, 9927, 9928, 1, 0, 0, 0, 9928, 9930, 1, 0, 0, 0, 9929, 9931, 3, 1288, 644, 0, 9930, 9929, 1, 0, 0, 0, 9930, 9931, 1, 0, 0, 0, 9931, 9933, 1, 0, 0, 0, 9932, 9934, 3, 1296, 648, 0, 9933, 9932, 1, 0, 0, 0, 9933, 9934, 1, 0, 0, 0, 9934, 9937, 1, 0, 0, 0, 9935, 9937, 3, 1266, 633, 0, 9936, 9925, 1, 0, 0, 0, 9936, 9935, 1, 0, 0, 0, 9937, 1263, 1, 0, 0, 0, 9938, 9941, 3, 1260, 630, 0, 9939, 9941, 3, 1266, 633, 0, 9940, 9938, 1, 0, 0, 0, 9940, 9939, 1, 0, 0, 0, 9941, 1265, 1, 0, 0, 0, 9942, 9943, 5, 108, 0, 0, 9943, 9944, 5, 62, 0, 0, 9944, 9945, 5, 2, 0, 0, 9945, 9946, 3, 1214, 607, 0, 9946, 9947, 5, 3, 0, 0, 9947, 10127, 1, 0, 0, 0, 9948, 10127, 5, 48, 0, 0, 9949, 9954, 5, 50, 0, 0, 9950, 9951, 5, 2, 0, 0, 9951, 9952, 3, 1458, 729, 0, 9952, 9953, 5, 3, 0, 0, 9953, 9955, 1, 0, 0, 0, 9954, 9950, 1, 0, 0, 0, 9954, 9955, 1, 0, 0, 0, 9955, 10127, 1, 0, 0, 0, 9956, 9961, 5, 51, 0, 0, 9957, 9958, 5, 2, 0, 0, 9958, 9959, 3, 1458, 729, 0, 9959, 9960, 5, 3, 0, 0, 9960, 9962, 1, 0, 0, 0, 9961, 9957, 1, 0, 0, 0, 9961, 9962, 1, 0, 0, 0, 9962, 10127, 1, 0, 0, 0, 9963, 9968, 5, 75, 0, 0, 9964, 9965, 5, 2, 0, 0, 9965, 9966, 3, 1458, 729, 0, 9966, 9967, 5, 3, 0, 0, 9967, 9969, 1, 0, 0, 0, 9968, 9964, 1, 0, 0, 0, 9968, 9969, 1, 0, 0, 0, 9969, 10127, 1, 0, 0, 0, 9970, 9975, 5, 76, 0, 0, 9971, 9972, 5, 2, 0, 0, 9972, 9973, 3, 1458, 729, 0, 9973, 9974, 5, 3, 0, 0, 9974, 9976, 1, 0, 0, 0, 9975, 9971, 1, 0, 0, 0, 9975, 9976, 1, 0, 0, 0, 9976, 10127, 1, 0, 0, 0, 9977, 10127, 5, 49, 0, 0, 9978, 10127, 5, 52, 0, 0, 9979, 10127, 5, 89, 0, 0, 9980, 10127, 5, 99, 0, 0, 9981, 10127, 5, 47, 0, 0, 9982, 10127, 5, 111, 0, 0, 9983, 9984, 5, 41, 0, 0, 9984, 9985, 5, 2, 0, 0, 9985, 9986, 3, 1214, 607, 0, 9986, 9987, 5, 36, 0, 0, 9987, 9988, 3, 1170, 585, 0, 9988, 9989, 5, 3, 0, 0, 9989, 10127, 1, 0, 0, 0, 9990, 9991, 5, 397, 0, 0, 9991, 9993, 5, 2, 0, 0, 9992, 9994, 3, 1350, 675, 0, 9993, 9992, 1, 0, 0, 0, 9993, 9994, 1, 0, 0, 0, 9994, 9995, 1, 0, 0, 0, 9995, 10127, 5, 3, 0, 0, 9996, 9997, 5, 489, 0, 0, 9997, 9998, 5, 2, 0, 0, 9998, 10001, 3, 1214, 607, 0, 9999, 10000, 5, 6, 0, 0, 10000, 10002, 3, 1354, 677, 0, 10001, 9999, 1, 0, 0, 0, 10001, 10002, 1, 0, 0, 0, 10002, 10003, 1, 0, 0, 0, 10003, 10004, 5, 3, 0, 0, 10004, 10127, 1, 0, 0, 0, 10005, 10006, 5, 410, 0, 0, 10006, 10007, 5, 2, 0, 0, 10007, 10008, 3, 1356, 678, 0, 10008, 10009, 5, 3, 0, 0, 10009, 10127, 1, 0, 0, 0, 10010, 10011, 5, 411, 0, 0, 10011, 10013, 5, 2, 0, 0, 10012, 10014, 3, 1358, 679, 0, 10013, 10012, 1, 0, 0, 0, 10013, 10014, 1, 0, 0, 0, 10014, 10015, 1, 0, 0, 0, 10015, 10127, 5, 3, 0, 0, 10016, 10017, 5, 417, 0, 0, 10017, 10019, 5, 2, 0, 0, 10018, 10020, 3, 1360, 680, 0, 10019, 10018, 1, 0, 0, 0, 10019, 10020, 1, 0, 0, 0, 10020, 10021, 1, 0, 0, 0, 10021, 10127, 5, 3, 0, 0, 10022, 10023, 5, 420, 0, 0, 10023, 10024, 5, 2, 0, 0, 10024, 10025, 3, 1214, 607, 0, 10025, 10026, 5, 36, 0, 0, 10026, 10027, 3, 1170, 585, 0, 10027, 10028, 5, 3, 0, 0, 10028, 10127, 1, 0, 0, 0, 10029, 10030, 5, 421, 0, 0, 10030, 10032, 5, 2, 0, 0, 10031, 10033, 7, 70, 0, 0, 10032, 10031, 1, 0, 0, 0, 10032, 10033, 1, 0, 0, 0, 10033, 10034, 1, 0, 0, 0, 10034, 10035, 3, 1362, 681, 0, 10035, 10036, 5, 3, 0, 0, 10036, 10127, 1, 0, 0, 0, 10037, 10038, 5, 408, 0, 0, 10038, 10039, 5, 2, 0, 0, 10039, 10040, 3, 1214, 607, 0, 10040, 10041, 5, 6, 0, 0, 10041, 10042, 3, 1214, 607, 0, 10042, 10043, 5, 3, 0, 0, 10043, 10127, 1, 0, 0, 0, 10044, 10045, 5, 393, 0, 0, 10045, 10046, 5, 2, 0, 0, 10046, 10047, 3, 1330, 665, 0, 10047, 10048, 5, 3, 0, 0, 10048, 10127, 1, 0, 0, 0, 10049, 10050, 5, 399, 0, 0, 10050, 10051, 5, 2, 0, 0, 10051, 10052, 3, 1330, 665, 0, 10052, 10053, 5, 3, 0, 0, 10053, 10127, 1, 0, 0, 0, 10054, 10055, 5, 404, 0, 0, 10055, 10056, 5, 2, 0, 0, 10056, 10057, 3, 1330, 665, 0, 10057, 10058, 5, 3, 0, 0, 10058, 10127, 1, 0, 0, 0, 10059, 10060, 5, 425, 0, 0, 10060, 10061, 5, 2, 0, 0, 10061, 10062, 3, 1330, 665, 0, 10062, 10063, 5, 3, 0, 0, 10063, 10127, 1, 0, 0, 0, 10064, 10065, 5, 426, 0, 0, 10065, 10066, 5, 2, 0, 0, 10066, 10067, 5, 266, 0, 0, 10067, 10073, 3, 1492, 746, 0, 10068, 10071, 5, 6, 0, 0, 10069, 10072, 3, 1272, 636, 0, 10070, 10072, 3, 1330, 665, 0, 10071, 10069, 1, 0, 0, 0, 10071, 10070, 1, 0, 0, 0, 10072, 10074, 1, 0, 0, 0, 10073, 10068, 1, 0, 0, 0, 10073, 10074, 1, 0, 0, 0, 10074, 10075, 1, 0, 0, 0, 10075, 10076, 5, 3, 0, 0, 10076, 10127, 1, 0, 0, 0, 10077, 10078, 5, 427, 0, 0, 10078, 10079, 5, 2, 0, 0, 10079, 10080, 3, 1256, 628, 0, 10080, 10081, 3, 1282, 641, 0, 10081, 10082, 5, 3, 0, 0, 10082, 10127, 1, 0, 0, 0, 10083, 10084, 5, 428, 0, 0, 10084, 10085, 5, 2, 0, 0, 10085, 10086, 3, 1274, 637, 0, 10086, 10087, 5, 3, 0, 0, 10087, 10127, 1, 0, 0, 0, 10088, 10089, 5, 429, 0, 0, 10089, 10090, 5, 2, 0, 0, 10090, 10091, 3, 1278, 639, 0, 10091, 10093, 3, 1214, 607, 0, 10092, 10094, 3, 1280, 640, 0, 10093, 10092, 1, 0, 0, 0, 10093, 10094, 1, 0, 0, 0, 10094, 10095, 1, 0, 0, 0, 10095, 10096, 5, 3, 0, 0, 10096, 10127, 1, 0, 0, 0, 10097, 10098, 5, 430, 0, 0, 10098, 10099, 5, 2, 0, 0, 10099, 10100, 5, 266, 0, 0, 10100, 10103, 3, 1492, 746, 0, 10101, 10102, 5, 6, 0, 0, 10102, 10104, 3, 1214, 607, 0, 10103, 10101, 1, 0, 0, 0, 10103, 10104, 1, 0, 0, 0, 10104, 10105, 1, 0, 0, 0, 10105, 10106, 5, 3, 0, 0, 10106, 10127, 1, 0, 0, 0, 10107, 10108, 5, 431, 0, 0, 10108, 10109, 5, 2, 0, 0, 10109, 10110, 5, 383, 0, 0, 10110, 10111, 3, 1214, 607, 0, 10111, 10112, 5, 6, 0, 0, 10112, 10114, 3, 1268, 634, 0, 10113, 10115, 3, 1270, 635, 0, 10114, 10113, 1, 0, 0, 0, 10114, 10115, 1, 0, 0, 0, 10115, 10116, 1, 0, 0, 0, 10116, 10117, 5, 3, 0, 0, 10117, 10127, 1, 0, 0, 0, 10118, 10119, 5, 432, 0, 0, 10119, 10120, 5, 2, 0, 0, 10120, 10121, 3, 1278, 639, 0, 10121, 10122, 3, 1214, 607, 0, 10122, 10123, 5, 36, 0, 0, 10123, 10124, 3, 1174, 587, 0, 10124, 10125, 5, 3, 0, 0, 10125, 10127, 1, 0, 0, 0, 10126, 9942, 1, 0, 0, 0, 10126, 9948, 1, 0, 0, 0, 10126, 9949, 1, 0, 0, 0, 10126, 9956, 1, 0, 0, 0, 10126, 9963, 1, 0, 0, 0, 10126, 9970, 1, 0, 0, 0, 10126, 9977, 1, 0, 0, 0, 10126, 9978, 1, 0, 0, 0, 10126, 9979, 1, 0, 0, 0, 10126, 9980, 1, 0, 0, 0, 10126, 9981, 1, 0, 0, 0, 10126, 9982, 1, 0, 0, 0, 10126, 9983, 1, 0, 0, 0, 10126, 9990, 1, 0, 0, 0, 10126, 9996, 1, 0, 0, 0, 10126, 10005, 1, 0, 0, 0, 10126, 10010, 1, 0, 0, 0, 10126, 10016, 1, 0, 0, 0, 10126, 10022, 1, 0, 0, 0, 10126, 10029, 1, 0, 0, 0, 10126, 10037, 1, 0, 0, 0, 10126, 10044, 1, 0, 0, 0, 10126, 10049, 1, 0, 0, 0, 10126, 10054, 1, 0, 0, 0, 10126, 10059, 1, 0, 0, 0, 10126, 10064, 1, 0, 0, 0, 10126, 10077, 1, 0, 0, 0, 10126, 10083, 1, 0, 0, 0, 10126, 10088, 1, 0, 0, 0, 10126, 10097, 1, 0, 0, 0, 10126, 10107, 1, 0, 0, 0, 10126, 10118, 1, 0, 0, 0, 10127, 1267, 1, 0, 0, 0, 10128, 10129, 5, 375, 0, 0, 10129, 10134, 3, 1214, 607, 0, 10130, 10131, 5, 375, 0, 0, 10131, 10132, 5, 269, 0, 0, 10132, 10134, 5, 450, 0, 0, 10133, 10128, 1, 0, 0, 0, 10133, 10130, 1, 0, 0, 0, 10134, 1269, 1, 0, 0, 0, 10135, 10136, 5, 6, 0, 0, 10136, 10137, 5, 339, 0, 0, 10137, 10146, 5, 385, 0, 0, 10138, 10139, 5, 6, 0, 0, 10139, 10140, 5, 339, 0, 0, 10140, 10146, 5, 269, 0, 0, 10141, 10142, 5, 6, 0, 0, 10142, 10143, 5, 339, 0, 0, 10143, 10144, 5, 269, 0, 0, 10144, 10146, 5, 450, 0, 0, 10145, 10135, 1, 0, 0, 0, 10145, 10138, 1, 0, 0, 0, 10145, 10141, 1, 0, 0, 0, 10146, 1271, 1, 0, 0, 0, 10147, 10148, 5, 424, 0, 0, 10148, 10149, 5, 2, 0, 0, 10149, 10150, 3, 1274, 637, 0, 10150, 10151, 5, 3, 0, 0, 10151, 1273, 1, 0, 0, 0, 10152, 10157, 3, 1276, 638, 0, 10153, 10154, 5, 6, 0, 0, 10154, 10156, 3, 1276, 638, 0, 10155, 10153, 1, 0, 0, 0, 10156, 10159, 1, 0, 0, 0, 10157, 10155, 1, 0, 0, 0, 10157, 10158, 1, 0, 0, 0, 10158, 1275, 1, 0, 0, 0, 10159, 10157, 1, 0, 0, 0, 10160, 10163, 3, 1214, 607, 0, 10161, 10162, 5, 36, 0, 0, 10162, 10164, 3, 1492, 746, 0, 10163, 10161, 1, 0, 0, 0, 10163, 10164, 1, 0, 0, 0, 10164, 1277, 1, 0, 0, 0, 10165, 10166, 7, 71, 0, 0, 10166, 1279, 1, 0, 0, 0, 10167, 10168, 5, 292, 0, 0, 10168, 10172, 5, 378, 0, 0, 10169, 10170, 5, 347, 0, 0, 10170, 10172, 5, 378, 0, 0, 10171, 10167, 1, 0, 0, 0, 10171, 10169, 1, 0, 0, 0, 10172, 1281, 1, 0, 0, 0, 10173, 10174, 5, 286, 0, 0, 10174, 10189, 3, 1256, 628, 0, 10175, 10176, 5, 286, 0, 0, 10176, 10177, 3, 1256, 628, 0, 10177, 10178, 3, 1284, 642, 0, 10178, 10189, 1, 0, 0, 0, 10179, 10180, 5, 286, 0, 0, 10180, 10181, 3, 1284, 642, 0, 10181, 10182, 3, 1256, 628, 0, 10182, 10189, 1, 0, 0, 0, 10183, 10184, 5, 286, 0, 0, 10184, 10185, 3, 1284, 642, 0, 10185, 10186, 3, 1256, 628, 0, 10186, 10187, 3, 1284, 642, 0, 10187, 10189, 1, 0, 0, 0, 10188, 10173, 1, 0, 0, 0, 10188, 10175, 1, 0, 0, 0, 10188, 10179, 1, 0, 0, 0, 10188, 10183, 1, 0, 0, 0, 10189, 1283, 1, 0, 0, 0, 10190, 10191, 5, 147, 0, 0, 10191, 10192, 7, 72, 0, 0, 10192, 1285, 1, 0, 0, 0, 10193, 10194, 5, 479, 0, 0, 10194, 10195, 5, 66, 0, 0, 10195, 10196, 5, 2, 0, 0, 10196, 10197, 3, 1046, 523, 0, 10197, 10198, 5, 3, 0, 0, 10198, 1287, 1, 0, 0, 0, 10199, 10200, 5, 480, 0, 0, 10200, 10201, 5, 2, 0, 0, 10201, 10202, 5, 103, 0, 0, 10202, 10203, 3, 1214, 607, 0, 10203, 10204, 5, 3, 0, 0, 10204, 1289, 1, 0, 0, 0, 10205, 10206, 5, 104, 0, 0, 10206, 10207, 3, 1292, 646, 0, 10207, 1291, 1, 0, 0, 0, 10208, 10213, 3, 1294, 647, 0, 10209, 10210, 5, 6, 0, 0, 10210, 10212, 3, 1294, 647, 0, 10211, 10209, 1, 0, 0, 0, 10212, 10215, 1, 0, 0, 0, 10213, 10211, 1, 0, 0, 0, 10213, 10214, 1, 0, 0, 0, 10214, 1293, 1, 0, 0, 0, 10215, 10213, 1, 0, 0, 0, 10216, 10217, 3, 1476, 738, 0, 10217, 10218, 5, 36, 0, 0, 10218, 10219, 3, 1298, 649, 0, 10219, 1295, 1, 0, 0, 0, 10220, 10223, 5, 124, 0, 0, 10221, 10224, 3, 1298, 649, 0, 10222, 10224, 3, 1476, 738, 0, 10223, 10221, 1, 0, 0, 0, 10223, 10222, 1, 0, 0, 0, 10224, 1297, 1, 0, 0, 0, 10225, 10227, 5, 2, 0, 0, 10226, 10228, 3, 1300, 650, 0, 10227, 10226, 1, 0, 0, 0, 10227, 10228, 1, 0, 0, 0, 10228, 10230, 1, 0, 0, 0, 10229, 10231, 3, 1302, 651, 0, 10230, 10229, 1, 0, 0, 0, 10230, 10231, 1, 0, 0, 0, 10231, 10233, 1, 0, 0, 0, 10232, 10234, 3, 1044, 522, 0, 10233, 10232, 1, 0, 0, 0, 10233, 10234, 1, 0, 0, 0, 10234, 10236, 1, 0, 0, 0, 10235, 10237, 3, 1304, 652, 0, 10236, 10235, 1, 0, 0, 0, 10236, 10237, 1, 0, 0, 0, 10237, 10238, 1, 0, 0, 0, 10238, 10239, 5, 3, 0, 0, 10239, 1299, 1, 0, 0, 0, 10240, 10241, 3, 1476, 738, 0, 10241, 1301, 1, 0, 0, 0, 10242, 10243, 5, 285, 0, 0, 10243, 10244, 5, 147, 0, 0, 10244, 10245, 3, 1330, 665, 0, 10245, 1303, 1, 0, 0, 0, 10246, 10247, 5, 299, 0, 0, 10247, 10249, 3, 1306, 653, 0, 10248, 10250, 3, 1310, 655, 0, 10249, 10248, 1, 0, 0, 0, 10249, 10250, 1, 0, 0, 0, 10250, 10262, 1, 0, 0, 0, 10251, 10252, 5, 320, 0, 0, 10252, 10254, 3, 1306, 653, 0, 10253, 10255, 3, 1310, 655, 0, 10254, 10253, 1, 0, 0, 0, 10254, 10255, 1, 0, 0, 0, 10255, 10262, 1, 0, 0, 0, 10256, 10257, 5, 481, 0, 0, 10257, 10259, 3, 1306, 653, 0, 10258, 10260, 3, 1310, 655, 0, 10259, 10258, 1, 0, 0, 0, 10259, 10260, 1, 0, 0, 0, 10260, 10262, 1, 0, 0, 0, 10261, 10246, 1, 0, 0, 0, 10261, 10251, 1, 0, 0, 0, 10261, 10256, 1, 0, 0, 0, 10262, 1305, 1, 0, 0, 0, 10263, 10270, 3, 1308, 654, 0, 10264, 10265, 5, 387, 0, 0, 10265, 10266, 3, 1308, 654, 0, 10266, 10267, 5, 33, 0, 0, 10267, 10268, 3, 1308, 654, 0, 10268, 10270, 1, 0, 0, 0, 10269, 10263, 1, 0, 0, 0, 10269, 10264, 1, 0, 0, 0, 10270, 1307, 1, 0, 0, 0, 10271, 10272, 5, 362, 0, 0, 10272, 10279, 7, 73, 0, 0, 10273, 10274, 5, 434, 0, 0, 10274, 10279, 5, 414, 0, 0, 10275, 10276, 3, 1214, 607, 0, 10276, 10277, 7, 73, 0, 0, 10277, 10279, 1, 0, 0, 0, 10278, 10271, 1, 0, 0, 0, 10278, 10273, 1, 0, 0, 0, 10278, 10275, 1, 0, 0, 0, 10279, 1309, 1, 0, 0, 0, 10280, 10287, 5, 199, 0, 0, 10281, 10282, 5, 434, 0, 0, 10282, 10288, 5, 414, 0, 0, 10283, 10288, 5, 66, 0, 0, 10284, 10288, 5, 467, 0, 0, 10285, 10286, 5, 269, 0, 0, 10286, 10288, 5, 482, 0, 0, 10287, 10281, 1, 0, 0, 0, 10287, 10283, 1, 0, 0, 0, 10287, 10284, 1, 0, 0, 0, 10287, 10285, 1, 0, 0, 0, 10288, 1311, 1, 0, 0, 0, 10289, 10290, 5, 414, 0, 0, 10290, 10292, 5, 2, 0, 0, 10291, 10293, 3, 1330, 665, 0, 10292, 10291, 1, 0, 0, 0, 10292, 10293, 1, 0, 0, 0, 10293, 10294, 1, 0, 0, 0, 10294, 10302, 5, 3, 0, 0, 10295, 10296, 5, 2, 0, 0, 10296, 10297, 3, 1330, 665, 0, 10297, 10298, 5, 6, 0, 0, 10298, 10299, 3, 1214, 607, 0, 10299, 10300, 5, 3, 0, 0, 10300, 10302, 1, 0, 0, 0, 10301, 10289, 1, 0, 0, 0, 10301, 10295, 1, 0, 0, 0, 10302, 1313, 1, 0, 0, 0, 10303, 10304, 5, 414, 0, 0, 10304, 10306, 5, 2, 0, 0, 10305, 10307, 3, 1330, 665, 0, 10306, 10305, 1, 0, 0, 0, 10306, 10307, 1, 0, 0, 0, 10307, 10308, 1, 0, 0, 0, 10308, 10309, 5, 3, 0, 0, 10309, 1315, 1, 0, 0, 0, 10310, 10311, 5, 2, 0, 0, 10311, 10312, 3, 1214, 607, 0, 10312, 10313, 5, 6, 0, 0, 10313, 10314, 3, 1330, 665, 0, 10314, 10315, 5, 3, 0, 0, 10315, 1317, 1, 0, 0, 0, 10316, 10317, 7, 74, 0, 0, 10317, 1319, 1, 0, 0, 0, 10318, 10321, 5, 29, 0, 0, 10319, 10321, 3, 1322, 661, 0, 10320, 10318, 1, 0, 0, 0, 10320, 10319, 1, 0, 0, 0, 10321, 1321, 1, 0, 0, 0, 10322, 10323, 7, 75, 0, 0, 10323, 1323, 1, 0, 0, 0, 10324, 10331, 5, 29, 0, 0, 10325, 10326, 5, 278, 0, 0, 10326, 10327, 5, 2, 0, 0, 10327, 10328, 3, 734, 367, 0, 10328, 10329, 5, 3, 0, 0, 10329, 10331, 1, 0, 0, 0, 10330, 10324, 1, 0, 0, 0, 10330, 10325, 1, 0, 0, 0, 10331, 1325, 1, 0, 0, 0, 10332, 10339, 3, 1320, 660, 0, 10333, 10334, 5, 278, 0, 0, 10334, 10335, 5, 2, 0, 0, 10335, 10336, 3, 734, 367, 0, 10336, 10337, 5, 3, 0, 0, 10337, 10339, 1, 0, 0, 0, 10338, 10332, 1, 0, 0, 0, 10338, 10333, 1, 0, 0, 0, 10339, 1327, 1, 0, 0, 0, 10340, 10353, 3, 1320, 660, 0, 10341, 10342, 5, 278, 0, 0, 10342, 10343, 5, 2, 0, 0, 10343, 10344, 3, 734, 367, 0, 10344, 10345, 5, 3, 0, 0, 10345, 10353, 1, 0, 0, 0, 10346, 10353, 5, 120, 0, 0, 10347, 10348, 5, 77, 0, 0, 10348, 10353, 5, 120, 0, 0, 10349, 10353, 5, 114, 0, 0, 10350, 10351, 5, 77, 0, 0, 10351, 10353, 5, 114, 0, 0, 10352, 10340, 1, 0, 0, 0, 10352, 10341, 1, 0, 0, 0, 10352, 10346, 1, 0, 0, 0, 10352, 10347, 1, 0, 0, 0, 10352, 10349, 1, 0, 0, 0, 10352, 10350, 1, 0, 0, 0, 10353, 1329, 1, 0, 0, 0, 10354, 10359, 3, 1214, 607, 0, 10355, 10356, 5, 6, 0, 0, 10356, 10358, 3, 1214, 607, 0, 10357, 10355, 1, 0, 0, 0, 10358, 10361, 1, 0, 0, 0, 10359, 10357, 1, 0, 0, 0, 10359, 10360, 1, 0, 0, 0, 10360, 1331, 1, 0, 0, 0, 10361, 10359, 1, 0, 0, 0, 10362, 10367, 3, 1338, 669, 0, 10363, 10364, 5, 6, 0, 0, 10364, 10366, 3, 1338, 669, 0, 10365, 10363, 1, 0, 0, 0, 10366, 10369, 1, 0, 0, 0, 10367, 10365, 1, 0, 0, 0, 10367, 10368, 1, 0, 0, 0, 10368, 1333, 1, 0, 0, 0, 10369, 10367, 1, 0, 0, 0, 10370, 10375, 3, 1336, 668, 0, 10371, 10372, 5, 6, 0, 0, 10372, 10374, 3, 1336, 668, 0, 10373, 10371, 1, 0, 0, 0, 10374, 10377, 1, 0, 0, 0, 10375, 10373, 1, 0, 0, 0, 10375, 10376, 1, 0, 0, 0, 10376, 1335, 1, 0, 0, 0, 10377, 10375, 1, 0, 0, 0, 10378, 10379, 5, 2, 0, 0, 10379, 10380, 3, 1214, 607, 0, 10380, 10381, 5, 3, 0, 0, 10381, 10384, 1, 0, 0, 0, 10382, 10384, 3, 1434, 717, 0, 10383, 10378, 1, 0, 0, 0, 10383, 10382, 1, 0, 0, 0, 10384, 1337, 1, 0, 0, 0, 10385, 10388, 3, 1214, 607, 0, 10386, 10388, 3, 1434, 717, 0, 10387, 10385, 1, 0, 0, 0, 10387, 10386, 1, 0, 0, 0, 10388, 1339, 1, 0, 0, 0, 10389, 10394, 3, 1342, 671, 0, 10390, 10391, 5, 6, 0, 0, 10391, 10393, 3, 1342, 671, 0, 10392, 10390, 1, 0, 0, 0, 10393, 10396, 1, 0, 0, 0, 10394, 10392, 1, 0, 0, 0, 10394, 10395, 1, 0, 0, 0, 10395, 1341, 1, 0, 0, 0, 10396, 10394, 1, 0, 0, 0, 10397, 10403, 3, 1214, 607, 0, 10398, 10399, 3, 686, 343, 0, 10399, 10400, 7, 76, 0, 0, 10400, 10401, 3, 1214, 607, 0, 10401, 10403, 1, 0, 0, 0, 10402, 10397, 1, 0, 0, 0, 10402, 10398, 1, 0, 0, 0, 10403, 1343, 1, 0, 0, 0, 10404, 10409, 3, 1170, 585, 0, 10405, 10406, 5, 6, 0, 0, 10406, 10408, 3, 1170, 585, 0, 10407, 10405, 1, 0, 0, 0, 10408, 10411, 1, 0, 0, 0, 10409, 10407, 1, 0, 0, 0, 10409, 10410, 1, 0, 0, 0, 10410, 1345, 1, 0, 0, 0, 10411, 10409, 1, 0, 0, 0, 10412, 10415, 5, 4, 0, 0, 10413, 10416, 3, 1330, 665, 0, 10414, 10416, 3, 1348, 674, 0, 10415, 10413, 1, 0, 0, 0, 10415, 10414, 1, 0, 0, 0, 10415, 10416, 1, 0, 0, 0, 10416, 10417, 1, 0, 0, 0, 10417, 10418, 5, 5, 0, 0, 10418, 1347, 1, 0, 0, 0, 10419, 10424, 3, 1346, 673, 0, 10420, 10421, 5, 6, 0, 0, 10421, 10423, 3, 1346, 673, 0, 10422, 10420, 1, 0, 0, 0, 10423, 10426, 1, 0, 0, 0, 10424, 10422, 1, 0, 0, 0, 10424, 10425, 1, 0, 0, 0, 10425, 1349, 1, 0, 0, 0, 10426, 10424, 1, 0, 0, 0, 10427, 10428, 3, 1352, 676, 0, 10428, 10429, 5, 64, 0, 0, 10429, 10430, 3, 1214, 607, 0, 10430, 1351, 1, 0, 0, 0, 10431, 10440, 3, 1494, 747, 0, 10432, 10440, 5, 384, 0, 0, 10433, 10440, 5, 264, 0, 0, 10434, 10440, 5, 176, 0, 0, 10435, 10440, 5, 218, 0, 0, 10436, 10440, 5, 261, 0, 0, 10437, 10440, 5, 326, 0, 0, 10438, 10440, 3, 1460, 730, 0, 10439, 10431, 1, 0, 0, 0, 10439, 10432, 1, 0, 0, 0, 10439, 10433, 1, 0, 0, 0, 10439, 10434, 1, 0, 0, 0, 10439, 10435, 1, 0, 0, 0, 10439, 10436, 1, 0, 0, 0, 10439, 10437, 1, 0, 0, 0, 10439, 10438, 1, 0, 0, 0, 10440, 1353, 1, 0, 0, 0, 10441, 10442, 7, 77, 0, 0, 10442, 1355, 1, 0, 0, 0, 10443, 10444, 3, 1214, 607, 0, 10444, 10445, 5, 84, 0, 0, 10445, 10446, 3, 1214, 607, 0, 10446, 10447, 5, 64, 0, 0, 10447, 10450, 3, 1214, 607, 0, 10448, 10449, 5, 62, 0, 0, 10449, 10451, 3, 1214, 607, 0, 10450, 10448, 1, 0, 0, 0, 10450, 10451, 1, 0, 0, 0, 10451, 1357, 1, 0, 0, 0, 10452, 10453, 3, 1254, 627, 0, 10453, 10454, 5, 68, 0, 0, 10454, 10455, 3, 1254, 627, 0, 10455, 1359, 1, 0, 0, 0, 10456, 10457, 3, 1214, 607, 0, 10457, 10458, 5, 64, 0, 0, 10458, 10459, 3, 1214, 607, 0, 10459, 10460, 5, 62, 0, 0, 10460, 10461, 3, 1214, 607, 0, 10461, 10484, 1, 0, 0, 0, 10462, 10463, 3, 1214, 607, 0, 10463, 10464, 5, 62, 0, 0, 10464, 10465, 3, 1214, 607, 0, 10465, 10466, 5, 64, 0, 0, 10466, 10467, 3, 1214, 607, 0, 10467, 10484, 1, 0, 0, 0, 10468, 10469, 3, 1214, 607, 0, 10469, 10470, 5, 64, 0, 0, 10470, 10471, 3, 1214, 607, 0, 10471, 10484, 1, 0, 0, 0, 10472, 10473, 3, 1214, 607, 0, 10473, 10474, 5, 62, 0, 0, 10474, 10475, 3, 1214, 607, 0, 10475, 10484, 1, 0, 0, 0, 10476, 10477, 3, 1214, 607, 0, 10477, 10478, 5, 127, 0, 0, 10478, 10479, 3, 1214, 607, 0, 10479, 10480, 5, 197, 0, 0, 10480, 10481, 3, 1214, 607, 0, 10481, 10484, 1, 0, 0, 0, 10482, 10484, 3, 1330, 665, 0, 10483, 10456, 1, 0, 0, 0, 10483, 10462, 1, 0, 0, 0, 10483, 10468, 1, 0, 0, 0, 10483, 10472, 1, 0, 0, 0, 10483, 10476, 1, 0, 0, 0, 10483, 10482, 1, 0, 0, 0, 10484, 1361, 1, 0, 0, 0, 10485, 10486, 3, 1214, 607, 0, 10486, 10487, 5, 64, 0, 0, 10487, 10488, 3, 1330, 665, 0, 10488, 10493, 1, 0, 0, 0, 10489, 10490, 5, 64, 0, 0, 10490, 10493, 3, 1330, 665, 0, 10491, 10493, 3, 1330, 665, 0, 10492, 10485, 1, 0, 0, 0, 10492, 10489, 1, 0, 0, 0, 10492, 10491, 1, 0, 0, 0, 10493, 1363, 1, 0, 0, 0, 10494, 10500, 3, 1004, 502, 0, 10495, 10496, 5, 2, 0, 0, 10496, 10497, 3, 1330, 665, 0, 10497, 10498, 5, 3, 0, 0, 10498, 10500, 1, 0, 0, 0, 10499, 10494, 1, 0, 0, 0, 10499, 10495, 1, 0, 0, 0, 10500, 1365, 1, 0, 0, 0, 10501, 10503, 5, 40, 0, 0, 10502, 10504, 3, 1374, 687, 0, 10503, 10502, 1, 0, 0, 0, 10503, 10504, 1, 0, 0, 0, 10504, 10505, 1, 0, 0, 0, 10505, 10507, 3, 1368, 684, 0, 10506, 10508, 3, 1372, 686, 0, 10507, 10506, 1, 0, 0, 0, 10507, 10508, 1, 0, 0, 0, 10508, 10509, 1, 0, 0, 0, 10509, 10510, 5, 454, 0, 0, 10510, 1367, 1, 0, 0, 0, 10511, 10513, 3, 1370, 685, 0, 10512, 10511, 1, 0, 0, 0, 10513, 10514, 1, 0, 0, 0, 10514, 10512, 1, 0, 0, 0, 10514, 10515, 1, 0, 0, 0, 10515, 1369, 1, 0, 0, 0, 10516, 10517, 5, 102, 0, 0, 10517, 10518, 3, 1214, 607, 0, 10518, 10519, 5, 93, 0, 0, 10519, 10520, 3, 1214, 607, 0, 10520, 1371, 1, 0, 0, 0, 10521, 10522, 5, 58, 0, 0, 10522, 10523, 3, 1214, 607, 0, 10523, 1373, 1, 0, 0, 0, 10524, 10525, 3, 1214, 607, 0, 10525, 1375, 1, 0, 0, 0, 10526, 10528, 3, 1476, 738, 0, 10527, 10529, 3, 1382, 691, 0, 10528, 10527, 1, 0, 0, 0, 10528, 10529, 1, 0, 0, 0, 10529, 1377, 1, 0, 0, 0, 10530, 10533, 5, 11, 0, 0, 10531, 10534, 3, 1440, 720, 0, 10532, 10534, 5, 9, 0, 0, 10533, 10531, 1, 0, 0, 0, 10533, 10532, 1, 0, 0, 0, 10534, 10548, 1, 0, 0, 0, 10535, 10544, 5, 4, 0, 0, 10536, 10545, 3, 1214, 607, 0, 10537, 10539, 3, 1380, 690, 0, 10538, 10537, 1, 0, 0, 0, 10538, 10539, 1, 0, 0, 0, 10539, 10540, 1, 0, 0, 0, 10540, 10542, 5, 8, 0, 0, 10541, 10543, 3, 1380, 690, 0, 10542, 10541, 1, 0, 0, 0, 10542, 10543, 1, 0, 0, 0, 10543, 10545, 1, 0, 0, 0, 10544, 10536, 1, 0, 0, 0, 10544, 10538, 1, 0, 0, 0, 10545, 10546, 1, 0, 0, 0, 10546, 10548, 5, 5, 0, 0, 10547, 10530, 1, 0, 0, 0, 10547, 10535, 1, 0, 0, 0, 10548, 1379, 1, 0, 0, 0, 10549, 10550, 3, 1214, 607, 0, 10550, 1381, 1, 0, 0, 0, 10551, 10553, 3, 1378, 689, 0, 10552, 10551, 1, 0, 0, 0, 10553, 10554, 1, 0, 0, 0, 10554, 10552, 1, 0, 0, 0, 10554, 10555, 1, 0, 0, 0, 10555, 1383, 1, 0, 0, 0, 10556, 10558, 3, 1378, 689, 0, 10557, 10556, 1, 0, 0, 0, 10558, 10561, 1, 0, 0, 0, 10559, 10557, 1, 0, 0, 0, 10559, 10560, 1, 0, 0, 0, 10560, 1385, 1, 0, 0, 0, 10561, 10559, 1, 0, 0, 0, 10562, 10563, 3, 1388, 694, 0, 10563, 1387, 1, 0, 0, 0, 10564, 10569, 3, 1390, 695, 0, 10565, 10566, 5, 6, 0, 0, 10566, 10568, 3, 1390, 695, 0, 10567, 10565, 1, 0, 0, 0, 10568, 10571, 1, 0, 0, 0, 10569, 10567, 1, 0, 0, 0, 10569, 10570, 1, 0, 0, 0, 10570, 1389, 1, 0, 0, 0, 10571, 10569, 1, 0, 0, 0, 10572, 10577, 3, 1338, 669, 0, 10573, 10574, 5, 36, 0, 0, 10574, 10578, 3, 1492, 746, 0, 10575, 10578, 3, 1494, 747, 0, 10576, 10578, 1, 0, 0, 0, 10577, 10573, 1, 0, 0, 0, 10577, 10575, 1, 0, 0, 0, 10577, 10576, 1, 0, 0, 0, 10578, 10581, 1, 0, 0, 0, 10579, 10581, 5, 9, 0, 0, 10580, 10572, 1, 0, 0, 0, 10580, 10579, 1, 0, 0, 0, 10581, 1391, 1, 0, 0, 0, 10582, 10587, 3, 1414, 707, 0, 10583, 10584, 5, 6, 0, 0, 10584, 10586, 3, 1414, 707, 0, 10585, 10583, 1, 0, 0, 0, 10586, 10589, 1, 0, 0, 0, 10587, 10585, 1, 0, 0, 0, 10587, 10588, 1, 0, 0, 0, 10588, 1393, 1, 0, 0, 0, 10589, 10587, 1, 0, 0, 0, 10590, 10595, 3, 1408, 704, 0, 10591, 10592, 5, 6, 0, 0, 10592, 10594, 3, 1408, 704, 0, 10593, 10591, 1, 0, 0, 0, 10594, 10597, 1, 0, 0, 0, 10595, 10593, 1, 0, 0, 0, 10595, 10596, 1, 0, 0, 0, 10596, 1395, 1, 0, 0, 0, 10597, 10595, 1, 0, 0, 0, 10598, 10603, 3, 1424, 712, 0, 10599, 10600, 5, 6, 0, 0, 10600, 10602, 3, 1424, 712, 0, 10601, 10599, 1, 0, 0, 0, 10602, 10605, 1, 0, 0, 0, 10603, 10601, 1, 0, 0, 0, 10603, 10604, 1, 0, 0, 0, 10604, 1397, 1, 0, 0, 0, 10605, 10603, 1, 0, 0, 0, 10606, 10611, 3, 1422, 711, 0, 10607, 10608, 5, 6, 0, 0, 10608, 10610, 3, 1422, 711, 0, 10609, 10607, 1, 0, 0, 0, 10610, 10613, 1, 0, 0, 0, 10611, 10609, 1, 0, 0, 0, 10611, 10612, 1, 0, 0, 0, 10612, 1399, 1, 0, 0, 0, 10613, 10611, 1, 0, 0, 0, 10614, 10619, 3, 1430, 715, 0, 10615, 10616, 5, 6, 0, 0, 10616, 10618, 3, 1430, 715, 0, 10617, 10615, 1, 0, 0, 0, 10618, 10621, 1, 0, 0, 0, 10619, 10617, 1, 0, 0, 0, 10619, 10620, 1, 0, 0, 0, 10620, 1401, 1, 0, 0, 0, 10621, 10619, 1, 0, 0, 0, 10622, 10624, 3, 1476, 738, 0, 10623, 10625, 3, 1382, 691, 0, 10624, 10623, 1, 0, 0, 0, 10624, 10625, 1, 0, 0, 0, 10625, 1403, 1, 0, 0, 0, 10626, 10628, 3, 1476, 738, 0, 10627, 10629, 3, 1382, 691, 0, 10628, 10627, 1, 0, 0, 0, 10628, 10629, 1, 0, 0, 0, 10629, 1405, 1, 0, 0, 0, 10630, 10632, 3, 1476, 738, 0, 10631, 10633, 3, 1382, 691, 0, 10632, 10631, 1, 0, 0, 0, 10632, 10633, 1, 0, 0, 0, 10633, 1407, 1, 0, 0, 0, 10634, 10636, 3, 1476, 738, 0, 10635, 10637, 3, 1382, 691, 0, 10636, 10635, 1, 0, 0, 0, 10636, 10637, 1, 0, 0, 0, 10637, 1409, 1, 0, 0, 0, 10638, 10640, 3, 1476, 738, 0, 10639, 10641, 3, 1382, 691, 0, 10640, 10639, 1, 0, 0, 0, 10640, 10641, 1, 0, 0, 0, 10641, 1411, 1, 0, 0, 0, 10642, 10644, 3, 1476, 738, 0, 10643, 10645, 3, 562, 281, 0, 10644, 10643, 1, 0, 0, 0, 10644, 10645, 1, 0, 0, 0, 10645, 1413, 1, 0, 0, 0, 10646, 10648, 3, 1476, 738, 0, 10647, 10649, 3, 1382, 691, 0, 10648, 10647, 1, 0, 0, 0, 10648, 10649, 1, 0, 0, 0, 10649, 1415, 1, 0, 0, 0, 10650, 10655, 3, 1404, 702, 0, 10651, 10652, 5, 6, 0, 0, 10652, 10654, 3, 1404, 702, 0, 10653, 10651, 1, 0, 0, 0, 10654, 10657, 1, 0, 0, 0, 10655, 10653, 1, 0, 0, 0, 10655, 10656, 1, 0, 0, 0, 10656, 1417, 1, 0, 0, 0, 10657, 10655, 1, 0, 0, 0, 10658, 10663, 3, 1438, 719, 0, 10659, 10660, 5, 6, 0, 0, 10660, 10662, 3, 1438, 719, 0, 10661, 10659, 1, 0, 0, 0, 10662, 10665, 1, 0, 0, 0, 10663, 10661, 1, 0, 0, 0, 10663, 10664, 1, 0, 0, 0, 10664, 1419, 1, 0, 0, 0, 10665, 10663, 1, 0, 0, 0, 10666, 10668, 3, 1476, 738, 0, 10667, 10669, 3, 562, 281, 0, 10668, 10667, 1, 0, 0, 0, 10668, 10669, 1, 0, 0, 0, 10669, 1421, 1, 0, 0, 0, 10670, 10672, 3, 1476, 738, 0, 10671, 10673, 3, 562, 281, 0, 10672, 10671, 1, 0, 0, 0, 10672, 10673, 1, 0, 0, 0, 10673, 1423, 1, 0, 0, 0, 10674, 10676, 3, 1476, 738, 0, 10675, 10677, 3, 562, 281, 0, 10676, 10675, 1, 0, 0, 0, 10676, 10677, 1, 0, 0, 0, 10677, 1425, 1, 0, 0, 0, 10678, 10679, 3, 1476, 738, 0, 10679, 1427, 1, 0, 0, 0, 10680, 10681, 3, 1476, 738, 0, 10681, 1429, 1, 0, 0, 0, 10682, 10687, 3, 1484, 742, 0, 10683, 10684, 3, 1476, 738, 0, 10684, 10685, 3, 1382, 691, 0, 10685, 10687, 1, 0, 0, 0, 10686, 10682, 1, 0, 0, 0, 10686, 10683, 1, 0, 0, 0, 10687, 1431, 1, 0, 0, 0, 10688, 10693, 3, 1484, 742, 0, 10689, 10690, 3, 1476, 738, 0, 10690, 10691, 3, 1382, 691, 0, 10691, 10693, 1, 0, 0, 0, 10692, 10688, 1, 0, 0, 0, 10692, 10689, 1, 0, 0, 0, 10693, 1433, 1, 0, 0, 0, 10694, 10698, 3, 1476, 738, 0, 10695, 10697, 3, 1378, 689, 0, 10696, 10695, 1, 0, 0, 0, 10697, 10700, 1, 0, 0, 0, 10698, 10696, 1, 0, 0, 0, 10698, 10699, 1, 0, 0, 0, 10699, 10703, 1, 0, 0, 0, 10700, 10698, 1, 0, 0, 0, 10701, 10703, 4, 717, 8, 0, 10702, 10694, 1, 0, 0, 0, 10702, 10701, 1, 0, 0, 0, 10703, 1435, 1, 0, 0, 0, 10704, 10705, 3, 1476, 738, 0, 10705, 1437, 1, 0, 0, 0, 10706, 10707, 3, 1476, 738, 0, 10707, 1439, 1, 0, 0, 0, 10708, 10709, 3, 1492, 746, 0, 10709, 1441, 1, 0, 0, 0, 10710, 10711, 3, 1460, 730, 0, 10711, 1443, 1, 0, 0, 0, 10712, 10717, 3, 1484, 742, 0, 10713, 10714, 3, 1476, 738, 0, 10714, 10715, 3, 1382, 691, 0, 10715, 10717, 1, 0, 0, 0, 10716, 10712, 1, 0, 0, 0, 10716, 10713, 1, 0, 0, 0, 10717, 1445, 1, 0, 0, 0, 10718, 10723, 3, 1484, 742, 0, 10719, 10720, 3, 1476, 738, 0, 10720, 10721, 3, 1382, 691, 0, 10721, 10723, 1, 0, 0, 0, 10722, 10718, 1, 0, 0, 0, 10722, 10719, 1, 0, 0, 0, 10723, 1447, 1, 0, 0, 0, 10724, 10729, 3, 1486, 743, 0, 10725, 10726, 3, 1476, 738, 0, 10726, 10727, 3, 1382, 691, 0, 10727, 10729, 1, 0, 0, 0, 10728, 10724, 1, 0, 0, 0, 10728, 10725, 1, 0, 0, 0, 10729, 1449, 1, 0, 0, 0, 10730, 10766, 3, 1458, 729, 0, 10731, 10766, 3, 1456, 728, 0, 10732, 10766, 3, 1460, 730, 0, 10733, 10766, 3, 1454, 727, 0, 10734, 10766, 3, 1452, 726, 0, 10735, 10745, 3, 1446, 723, 0, 10736, 10746, 3, 1460, 730, 0, 10737, 10738, 5, 2, 0, 0, 10738, 10740, 3, 1340, 670, 0, 10739, 10741, 3, 1044, 522, 0, 10740, 10739, 1, 0, 0, 0, 10740, 10741, 1, 0, 0, 0, 10741, 10742, 1, 0, 0, 0, 10742, 10743, 5, 3, 0, 0, 10743, 10744, 3, 1460, 730, 0, 10744, 10746, 1, 0, 0, 0, 10745, 10736, 1, 0, 0, 0, 10745, 10737, 1, 0, 0, 0, 10746, 10766, 1, 0, 0, 0, 10747, 10748, 3, 1176, 588, 0, 10748, 10749, 3, 1460, 730, 0, 10749, 10766, 1, 0, 0, 0, 10750, 10760, 3, 1204, 602, 0, 10751, 10753, 3, 1460, 730, 0, 10752, 10754, 3, 1208, 604, 0, 10753, 10752, 1, 0, 0, 0, 10753, 10754, 1, 0, 0, 0, 10754, 10761, 1, 0, 0, 0, 10755, 10756, 5, 2, 0, 0, 10756, 10757, 3, 1458, 729, 0, 10757, 10758, 5, 3, 0, 0, 10758, 10759, 3, 1460, 730, 0, 10759, 10761, 1, 0, 0, 0, 10760, 10751, 1, 0, 0, 0, 10760, 10755, 1, 0, 0, 0, 10761, 10766, 1, 0, 0, 0, 10762, 10766, 5, 96, 0, 0, 10763, 10766, 5, 60, 0, 0, 10764, 10766, 5, 78, 0, 0, 10765, 10730, 1, 0, 0, 0, 10765, 10731, 1, 0, 0, 0, 10765, 10732, 1, 0, 0, 0, 10765, 10733, 1, 0, 0, 0, 10765, 10734, 1, 0, 0, 0, 10765, 10735, 1, 0, 0, 0, 10765, 10747, 1, 0, 0, 0, 10765, 10750, 1, 0, 0, 0, 10765, 10762, 1, 0, 0, 0, 10765, 10763, 1, 0, 0, 0, 10765, 10764, 1, 0, 0, 0, 10766, 1451, 1, 0, 0, 0, 10767, 10768, 5, 568, 0, 0, 10768, 1453, 1, 0, 0, 0, 10769, 10770, 5, 564, 0, 0, 10770, 1455, 1, 0, 0, 0, 10771, 10772, 5, 574, 0, 0, 10772, 1457, 1, 0, 0, 0, 10773, 10774, 5, 572, 0, 0, 10774, 1459, 1, 0, 0, 0, 10775, 10777, 3, 1462, 731, 0, 10776, 10778, 3, 1464, 732, 0, 10777, 10776, 1, 0, 0, 0, 10777, 10778, 1, 0, 0, 0, 10778, 1461, 1, 0, 0, 0, 10779, 10791, 5, 559, 0, 0, 10780, 10791, 5, 561, 0, 0, 10781, 10785, 5, 563, 0, 0, 10782, 10784, 5, 589, 0, 0, 10783, 10782, 1, 0, 0, 0, 10784, 10787, 1, 0, 0, 0, 10785, 10783, 1, 0, 0, 0, 10785, 10786, 1, 0, 0, 0, 10786, 10788, 1, 0, 0, 0, 10787, 10785, 1, 0, 0, 0, 10788, 10791, 5, 590, 0, 0, 10789, 10791, 5, 585, 0, 0, 10790, 10779, 1, 0, 0, 0, 10790, 10780, 1, 0, 0, 0, 10790, 10781, 1, 0, 0, 0, 10790, 10789, 1, 0, 0, 0, 10791, 1463, 1, 0, 0, 0, 10792, 10793, 5, 487, 0, 0, 10793, 10794, 3, 1462, 731, 0, 10794, 1465, 1, 0, 0, 0, 10795, 10801, 3, 1458, 729, 0, 10796, 10797, 5, 12, 0, 0, 10797, 10801, 3, 1458, 729, 0, 10798, 10799, 5, 13, 0, 0, 10799, 10801, 3, 1458, 729, 0, 10800, 10795, 1, 0, 0, 0, 10800, 10796, 1, 0, 0, 0, 10800, 10798, 1, 0, 0, 0, 10801, 1467, 1, 0, 0, 0, 10802, 10803, 3, 1472, 736, 0, 10803, 1469, 1, 0, 0, 0, 10804, 10805, 3, 1472, 736, 0, 10805, 1471, 1, 0, 0, 0, 10806, 10812, 3, 1490, 745, 0, 10807, 10812, 5, 52, 0, 0, 10808, 10812, 5, 49, 0, 0, 10809, 10812, 5, 89, 0, 0, 10810, 10812, 5, 524, 0, 0, 10811, 10806, 1, 0, 0, 0, 10811, 10807, 1, 0, 0, 0, 10811, 10808, 1, 0, 0, 0, 10811, 10809, 1, 0, 0, 0, 10811, 10810, 1, 0, 0, 0, 10812, 1473, 1, 0, 0, 0, 10813, 10818, 3, 1472, 736, 0, 10814, 10815, 5, 6, 0, 0, 10815, 10817, 3, 1472, 736, 0, 10816, 10814, 1, 0, 0, 0, 10817, 10820, 1, 0, 0, 0, 10818, 10816, 1, 0, 0, 0, 10818, 10819, 1, 0, 0, 0, 10819, 1475, 1, 0, 0, 0, 10820, 10818, 1, 0, 0, 0, 10821, 10826, 3, 1494, 747, 0, 10822, 10826, 3, 1498, 749, 0, 10823, 10826, 3, 1500, 750, 0, 10824, 10826, 3, 1736, 868, 0, 10825, 10821, 1, 0, 0, 0, 10825, 10822, 1, 0, 0, 0, 10825, 10823, 1, 0, 0, 0, 10825, 10824, 1, 0, 0, 0, 10826, 1477, 1, 0, 0, 0, 10827, 10828, 3, 1494, 747, 0, 10828, 1479, 1, 0, 0, 0, 10829, 10842, 3, 712, 356, 0, 10830, 10831, 5, 2, 0, 0, 10831, 10832, 3, 1214, 607, 0, 10832, 10833, 5, 3, 0, 0, 10833, 10834, 1, 0, 0, 0, 10834, 10836, 3, 1494, 747, 0, 10835, 10837, 3, 652, 326, 0, 10836, 10835, 1, 0, 0, 0, 10836, 10837, 1, 0, 0, 0, 10837, 10839, 1, 0, 0, 0, 10838, 10840, 3, 654, 327, 0, 10839, 10838, 1, 0, 0, 0, 10839, 10840, 1, 0, 0, 0, 10840, 10842, 1, 0, 0, 0, 10841, 10829, 1, 0, 0, 0, 10841, 10830, 1, 0, 0, 0, 10842, 1481, 1, 0, 0, 0, 10843, 10844, 5, 105, 0, 0, 10844, 10846, 3, 132, 66, 0, 10845, 10843, 1, 0, 0, 0, 10845, 10846, 1, 0, 0, 0, 10846, 10848, 1, 0, 0, 0, 10847, 10849, 3, 288, 144, 0, 10848, 10847, 1, 0, 0, 0, 10848, 10849, 1, 0, 0, 0, 10849, 1483, 1, 0, 0, 0, 10850, 10855, 3, 1494, 747, 0, 10851, 10855, 3, 1498, 749, 0, 10852, 10855, 3, 1736, 868, 0, 10853, 10855, 3, 1502, 751, 0, 10854, 10850, 1, 0, 0, 0, 10854, 10851, 1, 0, 0, 0, 10854, 10852, 1, 0, 0, 0, 10854, 10853, 1, 0, 0, 0, 10855, 1485, 1, 0, 0, 0, 10856, 10861, 3, 1494, 747, 0, 10857, 10861, 3, 1498, 749, 0, 10858, 10861, 3, 1736, 868, 0, 10859, 10861, 3, 1502, 751, 0, 10860, 10856, 1, 0, 0, 0, 10860, 10857, 1, 0, 0, 0, 10860, 10858, 1, 0, 0, 0, 10860, 10859, 1, 0, 0, 0, 10861, 1487, 1, 0, 0, 0, 10862, 10865, 3, 1434, 717, 0, 10863, 10865, 3, 1502, 751, 0, 10864, 10862, 1, 0, 0, 0, 10864, 10863, 1, 0, 0, 0, 10865, 1489, 1, 0, 0, 0, 10866, 10871, 3, 1494, 747, 0, 10867, 10871, 3, 1498, 749, 0, 10868, 10871, 3, 1500, 750, 0, 10869, 10871, 3, 1502, 751, 0, 10870, 10866, 1, 0, 0, 0, 10870, 10867, 1, 0, 0, 0, 10870, 10868, 1, 0, 0, 0, 10870, 10869, 1, 0, 0, 0, 10871, 1491, 1, 0, 0, 0, 10872, 10879, 3, 1494, 747, 0, 10873, 10879, 3, 1736, 868, 0, 10874, 10879, 3, 1498, 749, 0, 10875, 10879, 3, 1500, 750, 0, 10876, 10879, 3, 1502, 751, 0, 10877, 10879, 3, 1504, 752, 0, 10878, 10872, 1, 0, 0, 0, 10878, 10873, 1, 0, 0, 0, 10878, 10874, 1, 0, 0, 0, 10878, 10875, 1, 0, 0, 0, 10878, 10876, 1, 0, 0, 0, 10878, 10877, 1, 0, 0, 0, 10879, 1493, 1, 0, 0, 0, 10880, 10882, 5, 550, 0, 0, 10881, 10883, 3, 1464, 732, 0, 10882, 10881, 1, 0, 0, 0, 10882, 10883, 1, 0, 0, 0, 10883, 10891, 1, 0, 0, 0, 10884, 10891, 3, 1460, 730, 0, 10885, 10891, 5, 551, 0, 0, 10886, 10891, 5, 555, 0, 0, 10887, 10891, 3, 1258, 629, 0, 10888, 10891, 3, 1496, 748, 0, 10889, 10891, 3, 1736, 868, 0, 10890, 10880, 1, 0, 0, 0, 10890, 10884, 1, 0, 0, 0, 10890, 10885, 1, 0, 0, 0, 10890, 10886, 1, 0, 0, 0, 10890, 10887, 1, 0, 0, 0, 10890, 10888, 1, 0, 0, 0, 10890, 10889, 1, 0, 0, 0, 10891, 1495, 1, 0, 0, 0, 10892, 10893, 5, 576, 0, 0, 10893, 1497, 1, 0, 0, 0, 10894, 10895, 7, 78, 0, 0, 10895, 1499, 1, 0, 0, 0, 10896, 10948, 5, 387, 0, 0, 10897, 10948, 5, 388, 0, 0, 10898, 10948, 3, 1186, 593, 0, 10899, 10948, 5, 390, 0, 0, 10900, 10948, 5, 391, 0, 0, 10901, 10948, 3, 1194, 597, 0, 10902, 10948, 5, 393, 0, 0, 10903, 10948, 5, 394, 0, 0, 10904, 10948, 5, 395, 0, 0, 10905, 10948, 5, 396, 0, 0, 10906, 10948, 5, 397, 0, 0, 10907, 10948, 5, 398, 0, 0, 10908, 10948, 5, 399, 0, 0, 10909, 10948, 5, 470, 0, 0, 10910, 10948, 5, 400, 0, 0, 10911, 10948, 5, 401, 0, 0, 10912, 10948, 5, 402, 0, 0, 10913, 10948, 5, 403, 0, 0, 10914, 10948, 5, 404, 0, 0, 10915, 10948, 5, 405, 0, 0, 10916, 10948, 5, 406, 0, 0, 10917, 10948, 5, 407, 0, 0, 10918, 10948, 5, 489, 0, 0, 10919, 10948, 5, 408, 0, 0, 10920, 10948, 3, 1182, 591, 0, 10921, 10948, 5, 453, 0, 0, 10922, 10948, 5, 410, 0, 0, 10923, 10948, 5, 411, 0, 0, 10924, 10948, 5, 412, 0, 0, 10925, 10948, 5, 413, 0, 0, 10926, 10948, 5, 414, 0, 0, 10927, 10948, 5, 415, 0, 0, 10928, 10948, 5, 416, 0, 0, 10929, 10948, 5, 417, 0, 0, 10930, 10948, 5, 418, 0, 0, 10931, 10948, 5, 419, 0, 0, 10932, 10948, 5, 420, 0, 0, 10933, 10948, 5, 421, 0, 0, 10934, 10948, 5, 422, 0, 0, 10935, 10948, 5, 423, 0, 0, 10936, 10948, 5, 424, 0, 0, 10937, 10948, 5, 425, 0, 0, 10938, 10948, 5, 426, 0, 0, 10939, 10948, 5, 427, 0, 0, 10940, 10948, 5, 428, 0, 0, 10941, 10948, 5, 476, 0, 0, 10942, 10948, 5, 429, 0, 0, 10943, 10948, 5, 430, 0, 0, 10944, 10948, 5, 431, 0, 0, 10945, 10948, 5, 432, 0, 0, 10946, 10948, 5, 474, 0, 0, 10947, 10896, 1, 0, 0, 0, 10947, 10897, 1, 0, 0, 0, 10947, 10898, 1, 0, 0, 0, 10947, 10899, 1, 0, 0, 0, 10947, 10900, 1, 0, 0, 0, 10947, 10901, 1, 0, 0, 0, 10947, 10902, 1, 0, 0, 0, 10947, 10903, 1, 0, 0, 0, 10947, 10904, 1, 0, 0, 0, 10947, 10905, 1, 0, 0, 0, 10947, 10906, 1, 0, 0, 0, 10947, 10907, 1, 0, 0, 0, 10947, 10908, 1, 0, 0, 0, 10947, 10909, 1, 0, 0, 0, 10947, 10910, 1, 0, 0, 0, 10947, 10911, 1, 0, 0, 0, 10947, 10912, 1, 0, 0, 0, 10947, 10913, 1, 0, 0, 0, 10947, 10914, 1, 0, 0, 0, 10947, 10915, 1, 0, 0, 0, 10947, 10916, 1, 0, 0, 0, 10947, 10917, 1, 0, 0, 0, 10947, 10918, 1, 0, 0, 0, 10947, 10919, 1, 0, 0, 0, 10947, 10920, 1, 0, 0, 0, 10947, 10921, 1, 0, 0, 0, 10947, 10922, 1, 0, 0, 0, 10947, 10923, 1, 0, 0, 0, 10947, 10924, 1, 0, 0, 0, 10947, 10925, 1, 0, 0, 0, 10947, 10926, 1, 0, 0, 0, 10947, 10927, 1, 0, 0, 0, 10947, 10928, 1, 0, 0, 0, 10947, 10929, 1, 0, 0, 0, 10947, 10930, 1, 0, 0, 0, 10947, 10931, 1, 0, 0, 0, 10947, 10932, 1, 0, 0, 0, 10947, 10933, 1, 0, 0, 0, 10947, 10934, 1, 0, 0, 0, 10947, 10935, 1, 0, 0, 0, 10947, 10936, 1, 0, 0, 0, 10947, 10937, 1, 0, 0, 0, 10947, 10938, 1, 0, 0, 0, 10947, 10939, 1, 0, 0, 0, 10947, 10940, 1, 0, 0, 0, 10947, 10941, 1, 0, 0, 0, 10947, 10942, 1, 0, 0, 0, 10947, 10943, 1, 0, 0, 0, 10947, 10944, 1, 0, 0, 0, 10947, 10945, 1, 0, 0, 0, 10947, 10946, 1, 0, 0, 0, 10948, 1501, 1, 0, 0, 0, 10949, 10950, 7, 79, 0, 0, 10950, 1503, 1, 0, 0, 0, 10951, 10952, 7, 80, 0, 0, 10952, 1505, 1, 0, 0, 0, 10953, 10954, 3, 1508, 754, 0, 10954, 10955, 3, 1518, 759, 0, 10955, 10956, 3, 1516, 758, 0, 10956, 1507, 1, 0, 0, 0, 10957, 10959, 3, 1510, 755, 0, 10958, 10957, 1, 0, 0, 0, 10959, 10962, 1, 0, 0, 0, 10960, 10958, 1, 0, 0, 0, 10960, 10961, 1, 0, 0, 0, 10961, 1509, 1, 0, 0, 0, 10962, 10960, 1, 0, 0, 0, 10963, 10964, 3, 1512, 756, 0, 10964, 10965, 5, 279, 0, 0, 10965, 10966, 5, 490, 0, 0, 10966, 10984, 1, 0, 0, 0, 10967, 10968, 3, 1512, 756, 0, 10968, 10969, 5, 491, 0, 0, 10969, 10970, 3, 1514, 757, 0, 10970, 10984, 1, 0, 0, 0, 10971, 10972, 3, 1512, 756, 0, 10972, 10973, 5, 492, 0, 0, 10973, 10974, 5, 493, 0, 0, 10974, 10984, 1, 0, 0, 0, 10975, 10976, 3, 1512, 756, 0, 10976, 10977, 5, 492, 0, 0, 10977, 10978, 5, 494, 0, 0, 10978, 10984, 1, 0, 0, 0, 10979, 10980, 3, 1512, 756, 0, 10980, 10981, 5, 492, 0, 0, 10981, 10982, 5, 495, 0, 0, 10982, 10984, 1, 0, 0, 0, 10983, 10963, 1, 0, 0, 0, 10983, 10967, 1, 0, 0, 0, 10983, 10971, 1, 0, 0, 0, 10983, 10975, 1, 0, 0, 0, 10983, 10979, 1, 0, 0, 0, 10984, 1511, 1, 0, 0, 0, 10985, 10986, 5, 29, 0, 0, 10986, 1513, 1, 0, 0, 0, 10987, 10992, 3, 1460, 730, 0, 10988, 10992, 3, 1504, 752, 0, 10989, 10992, 3, 1736, 868, 0, 10990, 10992, 3, 1498, 749, 0, 10991, 10987, 1, 0, 0, 0, 10991, 10988, 1, 0, 0, 0, 10991, 10989, 1, 0, 0, 0, 10991, 10990, 1, 0, 0, 0, 10992, 1515, 1, 0, 0, 0, 10993, 10996, 1, 0, 0, 0, 10994, 10996, 5, 7, 0, 0, 10995, 10993, 1, 0, 0, 0, 10995, 10994, 1, 0, 0, 0, 10996, 1517, 1, 0, 0, 0, 10997, 10998, 3, 1520, 760, 0, 10998, 10999, 5, 146, 0, 0, 10999, 11000, 3, 1562, 781, 0, 11000, 11001, 3, 1716, 858, 0, 11001, 11002, 5, 454, 0, 0, 11002, 11003, 3, 1730, 865, 0, 11003, 1519, 1, 0, 0, 0, 11004, 11009, 3, 1726, 863, 0, 11005, 11007, 3, 1522, 761, 0, 11006, 11008, 3, 1524, 762, 0, 11007, 11006, 1, 0, 0, 0, 11007, 11008, 1, 0, 0, 0, 11008, 11010, 1, 0, 0, 0, 11009, 11005, 1, 0, 0, 0, 11009, 11010, 1, 0, 0, 0, 11010, 1521, 1, 0, 0, 0, 11011, 11012, 5, 178, 0, 0, 11012, 1523, 1, 0, 0, 0, 11013, 11015, 3, 1528, 764, 0, 11014, 11013, 1, 0, 0, 0, 11015, 11016, 1, 0, 0, 0, 11016, 11014, 1, 0, 0, 0, 11016, 11017, 1, 0, 0, 0, 11017, 1525, 1, 0, 0, 0, 11018, 11019, 5, 18, 0, 0, 11019, 11020, 3, 1734, 867, 0, 11020, 11021, 5, 19, 0, 0, 11021, 1527, 1, 0, 0, 0, 11022, 11026, 3, 1530, 765, 0, 11023, 11026, 5, 178, 0, 0, 11024, 11026, 3, 1526, 763, 0, 11025, 11022, 1, 0, 0, 0, 11025, 11023, 1, 0, 0, 0, 11025, 11024, 1, 0, 0, 0, 11026, 1529, 1, 0, 0, 0, 11027, 11043, 3, 1546, 773, 0, 11028, 11029, 5, 496, 0, 0, 11029, 11030, 5, 62, 0, 0, 11030, 11044, 3, 1544, 772, 0, 11031, 11032, 3, 1548, 774, 0, 11032, 11033, 3, 1550, 775, 0, 11033, 11034, 3, 1552, 776, 0, 11034, 11035, 3, 1554, 777, 0, 11035, 11036, 3, 1556, 778, 0, 11036, 11044, 1, 0, 0, 0, 11037, 11038, 3, 1532, 766, 0, 11038, 11039, 5, 172, 0, 0, 11039, 11040, 3, 1536, 768, 0, 11040, 11041, 3, 1542, 771, 0, 11041, 11042, 3, 1534, 767, 0, 11042, 11044, 1, 0, 0, 0, 11043, 11028, 1, 0, 0, 0, 11043, 11031, 1, 0, 0, 0, 11043, 11037, 1, 0, 0, 0, 11044, 11045, 1, 0, 0, 0, 11045, 11046, 5, 7, 0, 0, 11046, 1531, 1, 0, 0, 0, 11047, 11052, 1, 0, 0, 0, 11048, 11049, 5, 269, 0, 0, 11049, 11052, 5, 324, 0, 0, 11050, 11052, 5, 324, 0, 0, 11051, 11047, 1, 0, 0, 0, 11051, 11048, 1, 0, 0, 0, 11051, 11050, 1, 0, 0, 0, 11052, 1533, 1, 0, 0, 0, 11053, 11054, 3, 1002, 501, 0, 11054, 1535, 1, 0, 0, 0, 11055, 11061, 1, 0, 0, 0, 11056, 11057, 5, 2, 0, 0, 11057, 11058, 3, 1538, 769, 0, 11058, 11059, 5, 3, 0, 0, 11059, 11061, 1, 0, 0, 0, 11060, 11055, 1, 0, 0, 0, 11060, 11056, 1, 0, 0, 0, 11061, 1537, 1, 0, 0, 0, 11062, 11067, 3, 1540, 770, 0, 11063, 11064, 5, 6, 0, 0, 11064, 11066, 3, 1540, 770, 0, 11065, 11063, 1, 0, 0, 0, 11066, 11069, 1, 0, 0, 0, 11067, 11065, 1, 0, 0, 0, 11067, 11068, 1, 0, 0, 0, 11068, 1539, 1, 0, 0, 0, 11069, 11067, 1, 0, 0, 0, 11070, 11071, 3, 1546, 773, 0, 11071, 11072, 3, 1550, 775, 0, 11072, 1541, 1, 0, 0, 0, 11073, 11074, 7, 81, 0, 0, 11074, 1543, 1, 0, 0, 0, 11075, 11078, 5, 28, 0, 0, 11076, 11078, 3, 1476, 738, 0, 11077, 11075, 1, 0, 0, 0, 11077, 11076, 1, 0, 0, 0, 11078, 1545, 1, 0, 0, 0, 11079, 11080, 3, 1734, 867, 0, 11080, 1547, 1, 0, 0, 0, 11081, 11084, 1, 0, 0, 0, 11082, 11084, 5, 497, 0, 0, 11083, 11081, 1, 0, 0, 0, 11083, 11082, 1, 0, 0, 0, 11084, 1549, 1, 0, 0, 0, 11085, 11086, 3, 1170, 585, 0, 11086, 1551, 1, 0, 0, 0, 11087, 11091, 1, 0, 0, 0, 11088, 11089, 5, 43, 0, 0, 11089, 11091, 3, 560, 280, 0, 11090, 11087, 1, 0, 0, 0, 11090, 11088, 1, 0, 0, 0, 11091, 1553, 1, 0, 0, 0, 11092, 11096, 1, 0, 0, 0, 11093, 11094, 5, 77, 0, 0, 11094, 11096, 5, 78, 0, 0, 11095, 11092, 1, 0, 0, 0, 11095, 11093, 1, 0, 0, 0, 11096, 1555, 1, 0, 0, 0, 11097, 11102, 1, 0, 0, 0, 11098, 11099, 3, 1558, 779, 0, 11099, 11100, 3, 1738, 869, 0, 11100, 11102, 1, 0, 0, 0, 11101, 11097, 1, 0, 0, 0, 11101, 11098, 1, 0, 0, 0, 11102, 1557, 1, 0, 0, 0, 11103, 11106, 3, 1560, 780, 0, 11104, 11106, 5, 53, 0, 0, 11105, 11103, 1, 0, 0, 0, 11105, 11104, 1, 0, 0, 0, 11106, 1559, 1, 0, 0, 0, 11107, 11108, 7, 82, 0, 0, 11108, 1561, 1, 0, 0, 0, 11109, 11111, 3, 1564, 782, 0, 11110, 11109, 1, 0, 0, 0, 11111, 11114, 1, 0, 0, 0, 11112, 11110, 1, 0, 0, 0, 11112, 11113, 1, 0, 0, 0, 11113, 1563, 1, 0, 0, 0, 11114, 11112, 1, 0, 0, 0, 11115, 11116, 3, 1518, 759, 0, 11116, 11117, 5, 7, 0, 0, 11117, 11143, 1, 0, 0, 0, 11118, 11143, 3, 1630, 815, 0, 11119, 11143, 3, 1634, 817, 0, 11120, 11143, 3, 1572, 786, 0, 11121, 11143, 3, 1588, 794, 0, 11122, 11143, 3, 1594, 797, 0, 11123, 11143, 3, 1604, 802, 0, 11124, 11143, 3, 1606, 803, 0, 11125, 11143, 3, 1608, 804, 0, 11126, 11143, 3, 1622, 811, 0, 11127, 11143, 3, 1626, 813, 0, 11128, 11143, 3, 1646, 823, 0, 11129, 11143, 3, 1652, 826, 0, 11130, 11143, 3, 1654, 827, 0, 11131, 11143, 3, 1566, 783, 0, 11132, 11143, 3, 1568, 784, 0, 11133, 11143, 3, 1574, 787, 0, 11134, 11143, 3, 1662, 831, 0, 11135, 11143, 3, 1674, 837, 0, 11136, 11143, 3, 1682, 841, 0, 11137, 11143, 3, 1702, 851, 0, 11138, 11143, 3, 1704, 852, 0, 11139, 11143, 3, 1706, 853, 0, 11140, 11143, 3, 1708, 854, 0, 11141, 11143, 3, 1712, 856, 0, 11142, 11115, 1, 0, 0, 0, 11142, 11118, 1, 0, 0, 0, 11142, 11119, 1, 0, 0, 0, 11142, 11120, 1, 0, 0, 0, 11142, 11121, 1, 0, 0, 0, 11142, 11122, 1, 0, 0, 0, 11142, 11123, 1, 0, 0, 0, 11142, 11124, 1, 0, 0, 0, 11142, 11125, 1, 0, 0, 0, 11142, 11126, 1, 0, 0, 0, 11142, 11127, 1, 0, 0, 0, 11142, 11128, 1, 0, 0, 0, 11142, 11129, 1, 0, 0, 0, 11142, 11130, 1, 0, 0, 0, 11142, 11131, 1, 0, 0, 0, 11142, 11132, 1, 0, 0, 0, 11142, 11133, 1, 0, 0, 0, 11142, 11134, 1, 0, 0, 0, 11142, 11135, 1, 0, 0, 0, 11142, 11136, 1, 0, 0, 0, 11142, 11137, 1, 0, 0, 0, 11142, 11138, 1, 0, 0, 0, 11142, 11139, 1, 0, 0, 0, 11142, 11140, 1, 0, 0, 0, 11142, 11141, 1, 0, 0, 0, 11143, 1565, 1, 0, 0, 0, 11144, 11145, 5, 498, 0, 0, 11145, 11146, 3, 1742, 871, 0, 11146, 11147, 5, 7, 0, 0, 11147, 1567, 1, 0, 0, 0, 11148, 11149, 5, 433, 0, 0, 11149, 11155, 3, 1734, 867, 0, 11150, 11151, 5, 2, 0, 0, 11151, 11152, 3, 1570, 785, 0, 11152, 11153, 5, 3, 0, 0, 11153, 11154, 5, 7, 0, 0, 11154, 11156, 1, 0, 0, 0, 11155, 11150, 1, 0, 0, 0, 11155, 11156, 1, 0, 0, 0, 11156, 11165, 1, 0, 0, 0, 11157, 11158, 5, 57, 0, 0, 11158, 11159, 3, 1734, 867, 0, 11159, 11160, 5, 2, 0, 0, 11160, 11161, 3, 1570, 785, 0, 11161, 11162, 5, 3, 0, 0, 11162, 11163, 5, 7, 0, 0, 11163, 11165, 1, 0, 0, 0, 11164, 11148, 1, 0, 0, 0, 11164, 11157, 1, 0, 0, 0, 11165, 1569, 1, 0, 0, 0, 11166, 11169, 1, 0, 0, 0, 11167, 11169, 3, 1330, 665, 0, 11168, 11166, 1, 0, 0, 0, 11168, 11167, 1, 0, 0, 0, 11169, 1571, 1, 0, 0, 0, 11170, 11171, 3, 1586, 793, 0, 11171, 11172, 3, 1560, 780, 0, 11172, 11173, 3, 1738, 869, 0, 11173, 11174, 5, 7, 0, 0, 11174, 1573, 1, 0, 0, 0, 11175, 11176, 5, 499, 0, 0, 11176, 11177, 3, 1576, 788, 0, 11177, 11178, 5, 500, 0, 0, 11178, 11179, 3, 1578, 789, 0, 11179, 11180, 5, 7, 0, 0, 11180, 1575, 1, 0, 0, 0, 11181, 11185, 1, 0, 0, 0, 11182, 11185, 5, 434, 0, 0, 11183, 11185, 5, 501, 0, 0, 11184, 11181, 1, 0, 0, 0, 11184, 11182, 1, 0, 0, 0, 11184, 11183, 1, 0, 0, 0, 11185, 1577, 1, 0, 0, 0, 11186, 11191, 3, 1580, 790, 0, 11187, 11188, 5, 6, 0, 0, 11188, 11190, 3, 1580, 790, 0, 11189, 11187, 1, 0, 0, 0, 11190, 11193, 1, 0, 0, 0, 11191, 11189, 1, 0, 0, 0, 11191, 11192, 1, 0, 0, 0, 11192, 1579, 1, 0, 0, 0, 11193, 11191, 1, 0, 0, 0, 11194, 11195, 3, 1584, 792, 0, 11195, 11196, 3, 1560, 780, 0, 11196, 11197, 3, 1582, 791, 0, 11197, 1581, 1, 0, 0, 0, 11198, 11199, 3, 1476, 738, 0, 11199, 1583, 1, 0, 0, 0, 11200, 11201, 3, 1586, 793, 0, 11201, 1585, 1, 0, 0, 0, 11202, 11205, 3, 560, 280, 0, 11203, 11205, 5, 28, 0, 0, 11204, 11202, 1, 0, 0, 0, 11204, 11203, 1, 0, 0, 0, 11205, 11212, 1, 0, 0, 0, 11206, 11207, 5, 4, 0, 0, 11207, 11208, 3, 1744, 872, 0, 11208, 11209, 5, 5, 0, 0, 11209, 11211, 1, 0, 0, 0, 11210, 11206, 1, 0, 0, 0, 11211, 11214, 1, 0, 0, 0, 11212, 11210, 1, 0, 0, 0, 11212, 11213, 1, 0, 0, 0, 11213, 1587, 1, 0, 0, 0, 11214, 11212, 1, 0, 0, 0, 11215, 11216, 5, 220, 0, 0, 11216, 11217, 3, 1740, 870, 0, 11217, 11218, 5, 93, 0, 0, 11218, 11219, 3, 1562, 781, 0, 11219, 11220, 3, 1590, 795, 0, 11220, 11221, 3, 1592, 796, 0, 11221, 11222, 5, 454, 0, 0, 11222, 11223, 5, 220, 0, 0, 11223, 11224, 5, 7, 0, 0, 11224, 1589, 1, 0, 0, 0, 11225, 11226, 5, 502, 0, 0, 11226, 11227, 3, 1214, 607, 0, 11227, 11228, 5, 93, 0, 0, 11228, 11229, 3, 1562, 781, 0, 11229, 11231, 1, 0, 0, 0, 11230, 11225, 1, 0, 0, 0, 11231, 11234, 1, 0, 0, 0, 11232, 11230, 1, 0, 0, 0, 11232, 11233, 1, 0, 0, 0, 11233, 1591, 1, 0, 0, 0, 11234, 11232, 1, 0, 0, 0, 11235, 11239, 1, 0, 0, 0, 11236, 11237, 5, 58, 0, 0, 11237, 11239, 3, 1562, 781, 0, 11238, 11235, 1, 0, 0, 0, 11238, 11236, 1, 0, 0, 0, 11239, 1593, 1, 0, 0, 0, 11240, 11241, 5, 40, 0, 0, 11241, 11242, 3, 1596, 798, 0, 11242, 11243, 3, 1598, 799, 0, 11243, 11244, 3, 1602, 801, 0, 11244, 11245, 5, 454, 0, 0, 11245, 11246, 5, 40, 0, 0, 11246, 11247, 5, 7, 0, 0, 11247, 1595, 1, 0, 0, 0, 11248, 11251, 1, 0, 0, 0, 11249, 11251, 3, 1738, 869, 0, 11250, 11248, 1, 0, 0, 0, 11250, 11249, 1, 0, 0, 0, 11251, 1597, 1, 0, 0, 0, 11252, 11254, 3, 1600, 800, 0, 11253, 11252, 1, 0, 0, 0, 11254, 11255, 1, 0, 0, 0, 11255, 11253, 1, 0, 0, 0, 11255, 11256, 1, 0, 0, 0, 11256, 1599, 1, 0, 0, 0, 11257, 11258, 5, 102, 0, 0, 11258, 11259, 3, 1330, 665, 0, 11259, 11260, 5, 93, 0, 0, 11260, 11261, 3, 1562, 781, 0, 11261, 1601, 1, 0, 0, 0, 11262, 11266, 1, 0, 0, 0, 11263, 11264, 5, 58, 0, 0, 11264, 11266, 3, 1562, 781, 0, 11265, 11262, 1, 0, 0, 0, 11265, 11263, 1, 0, 0, 0, 11266, 1603, 1, 0, 0, 0, 11267, 11268, 3, 1728, 864, 0, 11268, 11269, 3, 1650, 825, 0, 11269, 1605, 1, 0, 0, 0, 11270, 11271, 3, 1728, 864, 0, 11271, 11272, 5, 503, 0, 0, 11272, 11273, 3, 1746, 873, 0, 11273, 11274, 3, 1650, 825, 0, 11274, 1607, 1, 0, 0, 0, 11275, 11276, 3, 1728, 864, 0, 11276, 11277, 5, 62, 0, 0, 11277, 11278, 3, 1610, 805, 0, 11278, 11279, 3, 1650, 825, 0, 11279, 1609, 1, 0, 0, 0, 11280, 11281, 3, 1620, 810, 0, 11281, 11297, 5, 68, 0, 0, 11282, 11283, 3, 996, 498, 0, 11283, 11284, 3, 1614, 807, 0, 11284, 11298, 1, 0, 0, 0, 11285, 11298, 3, 1002, 501, 0, 11286, 11298, 3, 928, 464, 0, 11287, 11288, 5, 202, 0, 0, 11288, 11289, 3, 1214, 607, 0, 11289, 11290, 3, 1612, 806, 0, 11290, 11298, 1, 0, 0, 0, 11291, 11292, 3, 1616, 808, 0, 11292, 11293, 3, 1214, 607, 0, 11293, 11294, 5, 24, 0, 0, 11294, 11295, 3, 1214, 607, 0, 11295, 11296, 3, 1618, 809, 0, 11296, 11298, 1, 0, 0, 0, 11297, 11282, 1, 0, 0, 0, 11297, 11285, 1, 0, 0, 0, 11297, 11286, 1, 0, 0, 0, 11297, 11287, 1, 0, 0, 0, 11297, 11291, 1, 0, 0, 0, 11298, 1611, 1, 0, 0, 0, 11299, 11303, 1, 0, 0, 0, 11300, 11301, 5, 100, 0, 0, 11301, 11303, 3, 1330, 665, 0, 11302, 11299, 1, 0, 0, 0, 11302, 11300, 1, 0, 0, 0, 11303, 1613, 1, 0, 0, 0, 11304, 11317, 1, 0, 0, 0, 11305, 11306, 5, 2, 0, 0, 11306, 11311, 3, 1214, 607, 0, 11307, 11308, 5, 6, 0, 0, 11308, 11310, 3, 1214, 607, 0, 11309, 11307, 1, 0, 0, 0, 11310, 11313, 1, 0, 0, 0, 11311, 11309, 1, 0, 0, 0, 11311, 11312, 1, 0, 0, 0, 11312, 11314, 1, 0, 0, 0, 11313, 11311, 1, 0, 0, 0, 11314, 11315, 5, 3, 0, 0, 11315, 11317, 1, 0, 0, 0, 11316, 11304, 1, 0, 0, 0, 11316, 11305, 1, 0, 0, 0, 11317, 1615, 1, 0, 0, 0, 11318, 11321, 1, 0, 0, 0, 11319, 11321, 5, 504, 0, 0, 11320, 11318, 1, 0, 0, 0, 11320, 11319, 1, 0, 0, 0, 11321, 1617, 1, 0, 0, 0, 11322, 11326, 1, 0, 0, 0, 11323, 11324, 5, 147, 0, 0, 11324, 11326, 3, 1214, 607, 0, 11325, 11322, 1, 0, 0, 0, 11325, 11323, 1, 0, 0, 0, 11326, 1619, 1, 0, 0, 0, 11327, 11328, 3, 554, 277, 0, 11328, 1621, 1, 0, 0, 0, 11329, 11330, 3, 1728, 864, 0, 11330, 11331, 5, 505, 0, 0, 11331, 11332, 3, 1620, 810, 0, 11332, 11333, 3, 1624, 812, 0, 11333, 11334, 5, 68, 0, 0, 11334, 11335, 5, 35, 0, 0, 11335, 11336, 3, 1214, 607, 0, 11336, 11337, 3, 1650, 825, 0, 11337, 1623, 1, 0, 0, 0, 11338, 11342, 1, 0, 0, 0, 11339, 11340, 5, 506, 0, 0, 11340, 11342, 3, 1458, 729, 0, 11341, 11338, 1, 0, 0, 0, 11341, 11339, 1, 0, 0, 0, 11342, 1625, 1, 0, 0, 0, 11343, 11344, 3, 1628, 814, 0, 11344, 11346, 3, 1730, 865, 0, 11345, 11347, 3, 1732, 866, 0, 11346, 11345, 1, 0, 0, 0, 11346, 11347, 1, 0, 0, 0, 11347, 11348, 1, 0, 0, 0, 11348, 11349, 5, 7, 0, 0, 11349, 1627, 1, 0, 0, 0, 11350, 11351, 7, 83, 0, 0, 11351, 1629, 1, 0, 0, 0, 11352, 11364, 5, 508, 0, 0, 11353, 11354, 5, 268, 0, 0, 11354, 11365, 3, 1738, 869, 0, 11355, 11361, 5, 509, 0, 0, 11356, 11357, 5, 202, 0, 0, 11357, 11358, 3, 1214, 607, 0, 11358, 11359, 3, 1612, 806, 0, 11359, 11362, 1, 0, 0, 0, 11360, 11362, 3, 1002, 501, 0, 11361, 11356, 1, 0, 0, 0, 11361, 11360, 1, 0, 0, 0, 11362, 11365, 1, 0, 0, 0, 11363, 11365, 3, 1632, 816, 0, 11364, 11353, 1, 0, 0, 0, 11364, 11355, 1, 0, 0, 0, 11364, 11363, 1, 0, 0, 0, 11365, 11366, 1, 0, 0, 0, 11366, 11367, 5, 7, 0, 0, 11367, 1631, 1, 0, 0, 0, 11368, 11371, 1, 0, 0, 0, 11369, 11371, 3, 1738, 869, 0, 11370, 11368, 1, 0, 0, 0, 11370, 11369, 1, 0, 0, 0, 11371, 1633, 1, 0, 0, 0, 11372, 11374, 5, 510, 0, 0, 11373, 11375, 3, 1636, 818, 0, 11374, 11373, 1, 0, 0, 0, 11374, 11375, 1, 0, 0, 0, 11375, 11376, 1, 0, 0, 0, 11376, 11377, 3, 1460, 730, 0, 11377, 11378, 3, 1638, 819, 0, 11378, 11379, 3, 1640, 820, 0, 11379, 11380, 5, 7, 0, 0, 11380, 11407, 1, 0, 0, 0, 11381, 11383, 5, 510, 0, 0, 11382, 11384, 3, 1636, 818, 0, 11383, 11382, 1, 0, 0, 0, 11383, 11384, 1, 0, 0, 0, 11384, 11385, 1, 0, 0, 0, 11385, 11386, 3, 1494, 747, 0, 11386, 11387, 3, 1640, 820, 0, 11387, 11388, 5, 7, 0, 0, 11388, 11407, 1, 0, 0, 0, 11389, 11391, 5, 510, 0, 0, 11390, 11392, 3, 1636, 818, 0, 11391, 11390, 1, 0, 0, 0, 11391, 11392, 1, 0, 0, 0, 11392, 11393, 1, 0, 0, 0, 11393, 11394, 5, 511, 0, 0, 11394, 11395, 3, 1460, 730, 0, 11395, 11396, 3, 1640, 820, 0, 11396, 11397, 5, 7, 0, 0, 11397, 11407, 1, 0, 0, 0, 11398, 11400, 5, 510, 0, 0, 11399, 11401, 3, 1636, 818, 0, 11400, 11399, 1, 0, 0, 0, 11400, 11401, 1, 0, 0, 0, 11401, 11402, 1, 0, 0, 0, 11402, 11403, 3, 1640, 820, 0, 11403, 11404, 5, 7, 0, 0, 11404, 11407, 1, 0, 0, 0, 11405, 11407, 5, 510, 0, 0, 11406, 11372, 1, 0, 0, 0, 11406, 11381, 1, 0, 0, 0, 11406, 11389, 1, 0, 0, 0, 11406, 11398, 1, 0, 0, 0, 11406, 11405, 1, 0, 0, 0, 11407, 1635, 1, 0, 0, 0, 11408, 11409, 7, 84, 0, 0, 11409, 1637, 1, 0, 0, 0, 11410, 11418, 1, 0, 0, 0, 11411, 11412, 5, 6, 0, 0, 11412, 11414, 3, 1214, 607, 0, 11413, 11411, 1, 0, 0, 0, 11414, 11415, 1, 0, 0, 0, 11415, 11413, 1, 0, 0, 0, 11415, 11416, 1, 0, 0, 0, 11416, 11418, 1, 0, 0, 0, 11417, 11410, 1, 0, 0, 0, 11417, 11413, 1, 0, 0, 0, 11418, 1639, 1, 0, 0, 0, 11419, 11423, 1, 0, 0, 0, 11420, 11421, 5, 100, 0, 0, 11421, 11423, 3, 1644, 822, 0, 11422, 11419, 1, 0, 0, 0, 11422, 11420, 1, 0, 0, 0, 11423, 1641, 1, 0, 0, 0, 11424, 11425, 3, 1494, 747, 0, 11425, 11426, 5, 10, 0, 0, 11426, 11427, 3, 1214, 607, 0, 11427, 1643, 1, 0, 0, 0, 11428, 11433, 3, 1642, 821, 0, 11429, 11430, 5, 6, 0, 0, 11430, 11432, 3, 1642, 821, 0, 11431, 11429, 1, 0, 0, 0, 11432, 11435, 1, 0, 0, 0, 11433, 11431, 1, 0, 0, 0, 11433, 11434, 1, 0, 0, 0, 11434, 1645, 1, 0, 0, 0, 11435, 11433, 1, 0, 0, 0, 11436, 11437, 5, 518, 0, 0, 11437, 11438, 3, 1738, 869, 0, 11438, 11439, 3, 1648, 824, 0, 11439, 11440, 5, 7, 0, 0, 11440, 1647, 1, 0, 0, 0, 11441, 11445, 1, 0, 0, 0, 11442, 11443, 5, 6, 0, 0, 11443, 11445, 3, 1738, 869, 0, 11444, 11441, 1, 0, 0, 0, 11444, 11442, 1, 0, 0, 0, 11445, 1649, 1, 0, 0, 0, 11446, 11447, 5, 519, 0, 0, 11447, 11448, 3, 1562, 781, 0, 11448, 11449, 5, 454, 0, 0, 11449, 11450, 5, 519, 0, 0, 11450, 11451, 3, 1730, 865, 0, 11451, 11452, 5, 7, 0, 0, 11452, 1651, 1, 0, 0, 0, 11453, 11454, 3, 1748, 874, 0, 11454, 11455, 5, 7, 0, 0, 11455, 1653, 1, 0, 0, 0, 11456, 11457, 5, 202, 0, 0, 11457, 11465, 3, 1214, 607, 0, 11458, 11459, 3, 1660, 830, 0, 11459, 11460, 3, 1656, 828, 0, 11460, 11466, 1, 0, 0, 0, 11461, 11462, 3, 1656, 828, 0, 11462, 11463, 3, 1660, 830, 0, 11463, 11466, 1, 0, 0, 0, 11464, 11466, 1, 0, 0, 0, 11465, 11458, 1, 0, 0, 0, 11465, 11461, 1, 0, 0, 0, 11465, 11464, 1, 0, 0, 0, 11466, 11467, 1, 0, 0, 0, 11467, 11468, 5, 7, 0, 0, 11468, 1655, 1, 0, 0, 0, 11469, 11473, 1, 0, 0, 0, 11470, 11471, 5, 100, 0, 0, 11471, 11473, 3, 1658, 829, 0, 11472, 11469, 1, 0, 0, 0, 11472, 11470, 1, 0, 0, 0, 11473, 1657, 1, 0, 0, 0, 11474, 11479, 3, 1214, 607, 0, 11475, 11476, 5, 6, 0, 0, 11476, 11478, 3, 1214, 607, 0, 11477, 11475, 1, 0, 0, 0, 11478, 11481, 1, 0, 0, 0, 11479, 11477, 1, 0, 0, 0, 11479, 11480, 1, 0, 0, 0, 11480, 1659, 1, 0, 0, 0, 11481, 11479, 1, 0, 0, 0, 11482, 11489, 1, 0, 0, 0, 11483, 11485, 5, 71, 0, 0, 11484, 11486, 5, 346, 0, 0, 11485, 11484, 1, 0, 0, 0, 11485, 11486, 1, 0, 0, 0, 11486, 11487, 1, 0, 0, 0, 11487, 11489, 3, 1676, 838, 0, 11488, 11482, 1, 0, 0, 0, 11488, 11483, 1, 0, 0, 0, 11489, 1661, 1, 0, 0, 0, 11490, 11508, 5, 520, 0, 0, 11491, 11492, 3, 1714, 857, 0, 11492, 11493, 3, 1670, 835, 0, 11493, 11499, 5, 62, 0, 0, 11494, 11500, 3, 1002, 501, 0, 11495, 11496, 5, 202, 0, 0, 11496, 11497, 3, 1738, 869, 0, 11497, 11498, 3, 1668, 834, 0, 11498, 11500, 1, 0, 0, 0, 11499, 11494, 1, 0, 0, 0, 11499, 11495, 1, 0, 0, 0, 11500, 11509, 1, 0, 0, 0, 11501, 11506, 3, 1476, 738, 0, 11502, 11503, 5, 2, 0, 0, 11503, 11504, 3, 1666, 833, 0, 11504, 11505, 5, 3, 0, 0, 11505, 11507, 1, 0, 0, 0, 11506, 11502, 1, 0, 0, 0, 11506, 11507, 1, 0, 0, 0, 11507, 11509, 1, 0, 0, 0, 11508, 11491, 1, 0, 0, 0, 11508, 11501, 1, 0, 0, 0, 11509, 11510, 1, 0, 0, 0, 11510, 11511, 5, 7, 0, 0, 11511, 1663, 1, 0, 0, 0, 11512, 11513, 3, 1476, 738, 0, 11513, 11514, 5, 20, 0, 0, 11514, 11515, 3, 1214, 607, 0, 11515, 11518, 1, 0, 0, 0, 11516, 11518, 3, 1214, 607, 0, 11517, 11512, 1, 0, 0, 0, 11517, 11516, 1, 0, 0, 0, 11518, 1665, 1, 0, 0, 0, 11519, 11524, 3, 1664, 832, 0, 11520, 11521, 5, 6, 0, 0, 11521, 11523, 3, 1664, 832, 0, 11522, 11520, 1, 0, 0, 0, 11523, 11526, 1, 0, 0, 0, 11524, 11522, 1, 0, 0, 0, 11524, 11525, 1, 0, 0, 0, 11525, 1667, 1, 0, 0, 0, 11526, 11524, 1, 0, 0, 0, 11527, 11531, 1, 0, 0, 0, 11528, 11529, 5, 100, 0, 0, 11529, 11531, 3, 1330, 665, 0, 11530, 11527, 1, 0, 0, 0, 11530, 11528, 1, 0, 0, 0, 11531, 1669, 1, 0, 0, 0, 11532, 11537, 1, 0, 0, 0, 11533, 11534, 3, 1672, 836, 0, 11534, 11535, 5, 324, 0, 0, 11535, 11537, 1, 0, 0, 0, 11536, 11532, 1, 0, 0, 0, 11536, 11533, 1, 0, 0, 0, 11537, 1671, 1, 0, 0, 0, 11538, 11541, 1, 0, 0, 0, 11539, 11541, 5, 269, 0, 0, 11540, 11538, 1, 0, 0, 0, 11540, 11539, 1, 0, 0, 0, 11541, 1673, 1, 0, 0, 0, 11542, 11544, 5, 61, 0, 0, 11543, 11545, 3, 1680, 840, 0, 11544, 11543, 1, 0, 0, 0, 11544, 11545, 1, 0, 0, 0, 11545, 11546, 1, 0, 0, 0, 11546, 11547, 3, 1678, 839, 0, 11547, 11548, 3, 1714, 857, 0, 11548, 11549, 5, 71, 0, 0, 11549, 11550, 3, 1676, 838, 0, 11550, 11551, 5, 7, 0, 0, 11551, 1675, 1, 0, 0, 0, 11552, 11553, 3, 1330, 665, 0, 11553, 1677, 1, 0, 0, 0, 11554, 11558, 1, 0, 0, 0, 11555, 11558, 5, 64, 0, 0, 11556, 11558, 5, 68, 0, 0, 11557, 11554, 1, 0, 0, 0, 11557, 11555, 1, 0, 0, 0, 11557, 11556, 1, 0, 0, 0, 11558, 1679, 1, 0, 0, 0, 11559, 11575, 5, 268, 0, 0, 11560, 11575, 5, 293, 0, 0, 11561, 11575, 5, 207, 0, 0, 11562, 11575, 5, 249, 0, 0, 11563, 11564, 5, 130, 0, 0, 11564, 11575, 3, 1214, 607, 0, 11565, 11566, 5, 307, 0, 0, 11566, 11575, 3, 1214, 607, 0, 11567, 11575, 3, 1214, 607, 0, 11568, 11575, 5, 30, 0, 0, 11569, 11572, 7, 85, 0, 0, 11570, 11573, 3, 1214, 607, 0, 11571, 11573, 5, 30, 0, 0, 11572, 11570, 1, 0, 0, 0, 11572, 11571, 1, 0, 0, 0, 11572, 11573, 1, 0, 0, 0, 11573, 11575, 1, 0, 0, 0, 11574, 11559, 1, 0, 0, 0, 11574, 11560, 1, 0, 0, 0, 11574, 11561, 1, 0, 0, 0, 11574, 11562, 1, 0, 0, 0, 11574, 11563, 1, 0, 0, 0, 11574, 11565, 1, 0, 0, 0, 11574, 11567, 1, 0, 0, 0, 11574, 11568, 1, 0, 0, 0, 11574, 11569, 1, 0, 0, 0, 11575, 1681, 1, 0, 0, 0, 11576, 11578, 5, 265, 0, 0, 11577, 11579, 3, 1680, 840, 0, 11578, 11577, 1, 0, 0, 0, 11578, 11579, 1, 0, 0, 0, 11579, 11580, 1, 0, 0, 0, 11580, 11581, 3, 1714, 857, 0, 11581, 11582, 5, 7, 0, 0, 11582, 1683, 1, 0, 0, 0, 11583, 11585, 3, 1016, 508, 0, 11584, 11583, 1, 0, 0, 0, 11584, 11585, 1, 0, 0, 0, 11585, 11586, 1, 0, 0, 0, 11586, 11587, 5, 525, 0, 0, 11587, 11589, 5, 71, 0, 0, 11588, 11590, 5, 81, 0, 0, 11589, 11588, 1, 0, 0, 0, 11589, 11590, 1, 0, 0, 0, 11590, 11591, 1, 0, 0, 0, 11591, 11593, 3, 1408, 704, 0, 11592, 11594, 5, 9, 0, 0, 11593, 11592, 1, 0, 0, 0, 11593, 11594, 1, 0, 0, 0, 11594, 11599, 1, 0, 0, 0, 11595, 11597, 5, 36, 0, 0, 11596, 11595, 1, 0, 0, 0, 11596, 11597, 1, 0, 0, 0, 11597, 11598, 1, 0, 0, 0, 11598, 11600, 3, 1476, 738, 0, 11599, 11596, 1, 0, 0, 0, 11599, 11600, 1, 0, 0, 0, 11600, 11601, 1, 0, 0, 0, 11601, 11602, 5, 100, 0, 0, 11602, 11603, 3, 1686, 843, 0, 11603, 11604, 5, 80, 0, 0, 11604, 11606, 3, 1688, 844, 0, 11605, 11607, 3, 1690, 845, 0, 11606, 11605, 1, 0, 0, 0, 11607, 11608, 1, 0, 0, 0, 11608, 11606, 1, 0, 0, 0, 11608, 11609, 1, 0, 0, 0, 11609, 1685, 1, 0, 0, 0, 11610, 11612, 5, 81, 0, 0, 11611, 11610, 1, 0, 0, 0, 11611, 11612, 1, 0, 0, 0, 11612, 11613, 1, 0, 0, 0, 11613, 11615, 3, 1408, 704, 0, 11614, 11616, 5, 9, 0, 0, 11615, 11614, 1, 0, 0, 0, 11615, 11616, 1, 0, 0, 0, 11616, 11622, 1, 0, 0, 0, 11617, 11620, 3, 1006, 503, 0, 11618, 11620, 3, 1102, 551, 0, 11619, 11617, 1, 0, 0, 0, 11619, 11618, 1, 0, 0, 0, 11620, 11622, 1, 0, 0, 0, 11621, 11611, 1, 0, 0, 0, 11621, 11619, 1, 0, 0, 0, 11622, 11627, 1, 0, 0, 0, 11623, 11625, 5, 36, 0, 0, 11624, 11623, 1, 0, 0, 0, 11624, 11625, 1, 0, 0, 0, 11625, 11626, 1, 0, 0, 0, 11626, 11628, 3, 1476, 738, 0, 11627, 11624, 1, 0, 0, 0, 11627, 11628, 1, 0, 0, 0, 11628, 1687, 1, 0, 0, 0, 11629, 11630, 3, 1214, 607, 0, 11630, 1689, 1, 0, 0, 0, 11631, 11632, 5, 102, 0, 0, 11632, 11635, 5, 526, 0, 0, 11633, 11634, 5, 33, 0, 0, 11634, 11636, 3, 1214, 607, 0, 11635, 11633, 1, 0, 0, 0, 11635, 11636, 1, 0, 0, 0, 11636, 11637, 1, 0, 0, 0, 11637, 11642, 5, 93, 0, 0, 11638, 11643, 3, 1694, 847, 0, 11639, 11643, 5, 182, 0, 0, 11640, 11641, 5, 57, 0, 0, 11641, 11643, 5, 270, 0, 0, 11642, 11638, 1, 0, 0, 0, 11642, 11639, 1, 0, 0, 0, 11642, 11640, 1, 0, 0, 0, 11643, 11658, 1, 0, 0, 0, 11644, 11645, 5, 102, 0, 0, 11645, 11646, 5, 77, 0, 0, 11646, 11649, 5, 526, 0, 0, 11647, 11648, 5, 33, 0, 0, 11648, 11650, 3, 1214, 607, 0, 11649, 11647, 1, 0, 0, 0, 11649, 11650, 1, 0, 0, 0, 11650, 11651, 1, 0, 0, 0, 11651, 11655, 5, 93, 0, 0, 11652, 11656, 3, 1692, 846, 0, 11653, 11654, 5, 57, 0, 0, 11654, 11656, 5, 270, 0, 0, 11655, 11652, 1, 0, 0, 0, 11655, 11653, 1, 0, 0, 0, 11656, 11658, 1, 0, 0, 0, 11657, 11631, 1, 0, 0, 0, 11657, 11644, 1, 0, 0, 0, 11658, 1691, 1, 0, 0, 0, 11659, 11664, 5, 241, 0, 0, 11660, 11661, 5, 2, 0, 0, 11661, 11662, 3, 246, 123, 0, 11662, 11663, 5, 3, 0, 0, 11663, 11665, 1, 0, 0, 0, 11664, 11660, 1, 0, 0, 0, 11664, 11665, 1, 0, 0, 0, 11665, 11669, 1, 0, 0, 0, 11666, 11667, 5, 463, 0, 0, 11667, 11668, 7, 53, 0, 0, 11668, 11670, 5, 450, 0, 0, 11669, 11666, 1, 0, 0, 0, 11669, 11670, 1, 0, 0, 0, 11670, 11671, 1, 0, 0, 0, 11671, 11672, 3, 1696, 848, 0, 11672, 1693, 1, 0, 0, 0, 11673, 11674, 5, 369, 0, 0, 11674, 11687, 5, 333, 0, 0, 11675, 11676, 3, 1434, 717, 0, 11676, 11677, 5, 10, 0, 0, 11677, 11678, 3, 1700, 850, 0, 11678, 11688, 1, 0, 0, 0, 11679, 11680, 5, 2, 0, 0, 11680, 11681, 3, 246, 123, 0, 11681, 11682, 5, 3, 0, 0, 11682, 11683, 5, 10, 0, 0, 11683, 11684, 5, 2, 0, 0, 11684, 11685, 3, 1698, 849, 0, 11685, 11686, 5, 3, 0, 0, 11686, 11688, 1, 0, 0, 0, 11687, 11675, 1, 0, 0, 0, 11687, 11679, 1, 0, 0, 0, 11688, 11689, 1, 0, 0, 0, 11689, 11687, 1, 0, 0, 0, 11689, 11690, 1, 0, 0, 0, 11690, 1695, 1, 0, 0, 0, 11691, 11692, 5, 422, 0, 0, 11692, 11696, 3, 1698, 849, 0, 11693, 11694, 5, 53, 0, 0, 11694, 11696, 5, 422, 0, 0, 11695, 11691, 1, 0, 0, 0, 11695, 11693, 1, 0, 0, 0, 11696, 1697, 1, 0, 0, 0, 11697, 11698, 5, 2, 0, 0, 11698, 11703, 3, 1700, 850, 0, 11699, 11700, 5, 6, 0, 0, 11700, 11702, 3, 1700, 850, 0, 11701, 11699, 1, 0, 0, 0, 11702, 11705, 1, 0, 0, 0, 11703, 11701, 1, 0, 0, 0, 11703, 11704, 1, 0, 0, 0, 11704, 11706, 1, 0, 0, 0, 11705, 11703, 1, 0, 0, 0, 11706, 11707, 5, 3, 0, 0, 11707, 1699, 1, 0, 0, 0, 11708, 11711, 3, 1050, 525, 0, 11709, 11711, 5, 53, 0, 0, 11710, 11708, 1, 0, 0, 0, 11710, 11709, 1, 0, 0, 0, 11711, 1701, 1, 0, 0, 0, 11712, 11713, 5, 157, 0, 0, 11713, 11714, 3, 1714, 857, 0, 11714, 11715, 5, 7, 0, 0, 11715, 1703, 1, 0, 0, 0, 11716, 11717, 5, 78, 0, 0, 11717, 11718, 5, 7, 0, 0, 11718, 1705, 1, 0, 0, 0, 11719, 11721, 5, 161, 0, 0, 11720, 11722, 3, 1710, 855, 0, 11721, 11720, 1, 0, 0, 0, 11721, 11722, 1, 0, 0, 0, 11722, 11723, 1, 0, 0, 0, 11723, 11724, 5, 7, 0, 0, 11724, 1707, 1, 0, 0, 0, 11725, 11727, 5, 319, 0, 0, 11726, 11728, 3, 1710, 855, 0, 11727, 11726, 1, 0, 0, 0, 11727, 11728, 1, 0, 0, 0, 11728, 11729, 1, 0, 0, 0, 11729, 11730, 5, 7, 0, 0, 11730, 1709, 1, 0, 0, 0, 11731, 11733, 5, 33, 0, 0, 11732, 11734, 5, 269, 0, 0, 11733, 11732, 1, 0, 0, 0, 11733, 11734, 1, 0, 0, 0, 11734, 11735, 1, 0, 0, 0, 11735, 11736, 5, 153, 0, 0, 11736, 1711, 1, 0, 0, 0, 11737, 11738, 5, 333, 0, 0, 11738, 11739, 3, 560, 280, 0, 11739, 11740, 5, 94, 0, 0, 11740, 11741, 5, 53, 0, 0, 11741, 11742, 5, 7, 0, 0, 11742, 11750, 1, 0, 0, 0, 11743, 11746, 5, 313, 0, 0, 11744, 11747, 3, 560, 280, 0, 11745, 11747, 5, 30, 0, 0, 11746, 11744, 1, 0, 0, 0, 11746, 11745, 1, 0, 0, 0, 11747, 11748, 1, 0, 0, 0, 11748, 11750, 5, 7, 0, 0, 11749, 11737, 1, 0, 0, 0, 11749, 11743, 1, 0, 0, 0, 11750, 1713, 1, 0, 0, 0, 11751, 11754, 3, 1476, 738, 0, 11752, 11754, 5, 28, 0, 0, 11753, 11751, 1, 0, 0, 0, 11753, 11752, 1, 0, 0, 0, 11754, 1715, 1, 0, 0, 0, 11755, 11759, 1, 0, 0, 0, 11756, 11757, 5, 517, 0, 0, 11757, 11759, 3, 1718, 859, 0, 11758, 11755, 1, 0, 0, 0, 11758, 11756, 1, 0, 0, 0, 11759, 1717, 1, 0, 0, 0, 11760, 11762, 3, 1720, 860, 0, 11761, 11760, 1, 0, 0, 0, 11762, 11763, 1, 0, 0, 0, 11763, 11761, 1, 0, 0, 0, 11763, 11764, 1, 0, 0, 0, 11764, 1719, 1, 0, 0, 0, 11765, 11766, 5, 102, 0, 0, 11766, 11767, 3, 1722, 861, 0, 11767, 11768, 5, 93, 0, 0, 11768, 11769, 3, 1562, 781, 0, 11769, 1721, 1, 0, 0, 0, 11770, 11775, 3, 1724, 862, 0, 11771, 11772, 5, 82, 0, 0, 11772, 11774, 3, 1724, 862, 0, 11773, 11771, 1, 0, 0, 0, 11774, 11777, 1, 0, 0, 0, 11775, 11773, 1, 0, 0, 0, 11775, 11776, 1, 0, 0, 0, 11776, 1723, 1, 0, 0, 0, 11777, 11775, 1, 0, 0, 0, 11778, 11782, 3, 1734, 867, 0, 11779, 11780, 5, 511, 0, 0, 11780, 11782, 3, 1460, 730, 0, 11781, 11778, 1, 0, 0, 0, 11781, 11779, 1, 0, 0, 0, 11782, 1725, 1, 0, 0, 0, 11783, 11786, 1, 0, 0, 0, 11784, 11786, 3, 1526, 763, 0, 11785, 11783, 1, 0, 0, 0, 11785, 11784, 1, 0, 0, 0, 11786, 1727, 1, 0, 0, 0, 11787, 11790, 1, 0, 0, 0, 11788, 11790, 3, 1526, 763, 0, 11789, 11787, 1, 0, 0, 0, 11789, 11788, 1, 0, 0, 0, 11790, 1729, 1, 0, 0, 0, 11791, 11794, 1, 0, 0, 0, 11792, 11794, 3, 1734, 867, 0, 11793, 11791, 1, 0, 0, 0, 11793, 11792, 1, 0, 0, 0, 11794, 1731, 1, 0, 0, 0, 11795, 11796, 5, 102, 0, 0, 11796, 11797, 3, 1742, 871, 0, 11797, 1733, 1, 0, 0, 0, 11798, 11801, 3, 1476, 738, 0, 11799, 11801, 3, 1736, 868, 0, 11800, 11798, 1, 0, 0, 0, 11800, 11799, 1, 0, 0, 0, 11801, 1735, 1, 0, 0, 0, 11802, 11803, 7, 86, 0, 0, 11803, 1737, 1, 0, 0, 0, 11804, 11806, 3, 1386, 693, 0, 11805, 11804, 1, 0, 0, 0, 11805, 11806, 1, 0, 0, 0, 11806, 11808, 1, 0, 0, 0, 11807, 11809, 3, 1030, 515, 0, 11808, 11807, 1, 0, 0, 0, 11808, 11809, 1, 0, 0, 0, 11809, 11811, 1, 0, 0, 0, 11810, 11812, 3, 1104, 552, 0, 11811, 11810, 1, 0, 0, 0, 11811, 11812, 1, 0, 0, 0, 11812, 11814, 1, 0, 0, 0, 11813, 11815, 3, 1146, 573, 0, 11814, 11813, 1, 0, 0, 0, 11814, 11815, 1, 0, 0, 0, 11815, 11817, 1, 0, 0, 0, 11816, 11818, 3, 1074, 537, 0, 11817, 11816, 1, 0, 0, 0, 11817, 11818, 1, 0, 0, 0, 11818, 11820, 1, 0, 0, 0, 11819, 11821, 3, 1088, 544, 0, 11820, 11819, 1, 0, 0, 0, 11820, 11821, 1, 0, 0, 0, 11821, 11823, 1, 0, 0, 0, 11822, 11824, 3, 1290, 645, 0, 11823, 11822, 1, 0, 0, 0, 11823, 11824, 1, 0, 0, 0, 11824, 1739, 1, 0, 0, 0, 11825, 11826, 3, 1738, 869, 0, 11826, 1741, 1, 0, 0, 0, 11827, 11828, 3, 1738, 869, 0, 11828, 1743, 1, 0, 0, 0, 11829, 11830, 3, 1214, 607, 0, 11830, 1745, 1, 0, 0, 0, 11831, 11832, 3, 1214, 607, 0, 11832, 1747, 1, 0, 0, 0, 11833, 11835, 3, 6, 3, 0, 11834, 11836, 3, 1750, 875, 0, 11835, 11834, 1, 0, 0, 0, 11835, 11836, 1, 0, 0, 0, 11836, 1749, 1, 0, 0, 0, 11837, 11838, 5, 71, 0, 0, 11838, 11839, 3, 1032, 516, 0, 11839, 11840, 3, 1676, 838, 0, 11840, 1751, 1, 0, 0, 0, 1282, 1755, 1764, 1883, 1887, 1896, 1905, 1911, 1917, 1949, 1961, 1967, 1975, 1983, 1989, 1998, 2004, 2016, 2022, 2028, 2035, 2039, 2044, 2048, 2061, 2072, 2078, 2094, 2097, 2102, 2108, 2113, 2122, 2126, 2138, 2142, 2145, 2149, 2160, 2178, 2185, 2193, 2198, 2205, 2211, 2217, 2224, 2235, 2239, 2243, 2247, 2260, 2264, 2269, 2274, 2286, 2295, 2307, 2312, 2323, 2329, 2334, 2344, 2349, 2356, 2361, 2366, 2377, 2383, 2388, 2396, 2405, 2420, 2426, 2432, 2437, 2444, 2456, 2464, 2472, 2490, 2499, 2513, 2517, 2532, 2540, 2550, 2590, 2593, 2597, 2601, 2604, 2609, 2616, 2625, 2631, 2635, 2644, 2652, 2661, 2670, 2674, 2681, 2687, 2691, 2695, 2700, 2703, 2707, 2713, 2720, 2736, 2750, 2760, 2762, 2767, 2771, 2774, 2780, 2782, 2810, 2820, 2833, 2840, 2845, 2849, 2855, 2860, 2863, 2865, 2870, 2874, 2878, 2882, 2886, 2889, 2893, 2901, 2905, 2909, 2918, 2925, 2930, 2937, 2942, 2949, 2954, 2972, 2977, 2989, 2994, 3003, 3010, 3017, 3021, 3026, 3030, 3033, 3036, 3039, 3042, 3045, 3050, 3053, 3056, 3059, 3062, 3065, 3071, 3075, 3078, 3081, 3084, 3087, 3089, 3104, 3119, 3127, 3133, 3137, 3142, 3145, 3148, 3152, 3156, 3170, 3175, 3182, 3187, 3191, 3194, 3198, 3201, 3203, 3210, 3213, 3217, 3223, 3226, 3233, 3242, 3249, 3254, 3257, 3260, 3263, 3267, 3274, 3279, 3292, 3302, 3315, 3318, 3321, 3328, 3336, 3339, 3342, 3349, 3353, 3359, 3362, 3365, 3368, 3380, 3383, 3386, 3390, 3408, 3416, 3432, 3443, 3458, 3475, 3477, 3498, 3503, 3506, 3510, 3513, 3519, 3522, 3524, 3535, 3544, 3550, 3553, 3556, 3570, 3573, 3576, 3581, 3589, 3598, 3602, 3608, 3612, 3615, 3618, 3621, 3624, 3630, 3634, 3639, 3645, 3649, 3652, 3655, 3658, 3666, 3670, 3674, 3678, 3682, 3687, 3701, 3710, 3727, 3732, 3735, 3737, 3747, 3754, 3759, 3762, 3765, 3772, 3775, 3777, 3783, 3792, 3802, 3807, 3815, 3819, 3826, 3836, 3847, 3955, 3963, 3966, 3976, 3981, 3991, 4002, 4014, 4027, 4037, 4049, 4053, 4056, 4063, 4071, 4081, 4083, 4089, 4094, 4098, 4103, 4109, 4116, 4122, 4124, 4131, 4139, 4144, 4155, 4162, 4166, 4183, 4186, 4189, 4192, 4195, 4203, 4206, 4209, 4215, 4223, 4227, 4239, 4245, 4248, 4253, 4257, 4264, 4275, 4298, 4318, 4327, 4330, 4333, 4343, 4346, 4355, 4359, 4362, 4370, 4376, 4380, 4391, 4401, 4409, 4414, 4426, 4443, 4447, 4453, 4460, 4468, 4482, 4508, 4515, 4529, 4540, 4543, 4556, 4565, 4590, 4601, 4643, 4651, 4657, 4668, 4674, 4682, 4693, 4707, 4716, 4721, 4732, 4743, 4751, 4761, 4768, 4771, 4777, 4780, 4795, 4808, 4837, 4844, 4859, 4871, 4875, 4880, 4884, 4889, 4893, 4899, 4903, 4908, 4912, 4918, 4922, 4927, 4931, 4936, 4940, 4945, 4949, 4956, 4960, 4967, 4971, 4978, 4982, 4989, 4993, 4999, 5003, 5009, 5013, 5018, 5022, 5029, 5033, 5037, 5041, 5045, 5050, 5054, 5059, 5063, 5068, 5072, 5077, 5083, 5088, 5094, 5099, 5105, 5110, 5114, 5119, 5123, 5129, 5133, 5138, 5146, 5152, 5158, 5164, 5170, 5177, 5182, 5186, 5191, 5195, 5200, 5206, 5213, 5218, 5225, 5235, 5239, 5245, 5247, 5254, 5258, 5263, 5281, 5296, 5314, 5323, 5332, 5336, 5342, 5349, 5354, 5361, 5366, 5369, 5372, 5376, 5447, 5543, 5547, 5552, 5563, 5574, 5585, 5596, 5607, 5619, 5630, 5641, 5651, 5658, 5665, 5671, 5679, 5684, 5689, 5694, 5700, 5707, 5713, 5719, 5724, 5730, 5737, 5742, 5748, 5755, 5758, 5771, 5780, 5792, 5794, 5812, 5819, 5829, 5834, 5838, 5842, 5846, 5848, 5908, 5915, 5921, 5932, 5935, 5942, 5945, 5955, 5958, 5960, 5979, 5991, 6000, 6009, 6021, 6023, 6029, 6033, 6036, 6039, 6044, 6050, 6053, 6056, 6059, 6062, 6078, 6082, 6085, 6088, 6091, 6094, 6099, 6102, 6104, 6117, 6129, 6143, 6147, 6153, 6163, 6165, 6170, 6178, 6188, 6197, 6205, 6214, 6216, 6223, 6232, 6234, 6241, 6250, 6252, 6256, 6265, 6270, 6276, 6281, 6285, 6290, 6308, 6313, 6328, 6337, 6348, 6354, 6391, 6411, 6418, 6429, 6443, 6450, 6458, 6463, 6470, 6474, 6479, 6483, 6488, 6492, 6494, 6499, 6503, 6508, 6512, 6536, 6543, 6553, 6565, 6570, 6583, 6595, 6607, 6609, 6615, 6622, 6667, 6685, 6689, 6694, 6697, 6701, 6706, 6711, 6714, 6721, 6738, 6809, 6840, 6894, 6904, 6914, 6925, 6935, 6946, 6956, 6961, 6970, 6975, 6985, 6990, 6999, 7012, 7017, 7129, 7131, 7140, 7151, 7162, 7175, 7187, 7198, 7205, 7295, 7348, 7358, 7369, 7380, 7394, 7409, 7420, 7427, 7481, 7622, 7628, 7631, 7641, 7681, 7691, 7698, 7721, 7730, 7739, 7748, 7781, 7785, 7795, 7799, 7809, 7812, 7816, 7820, 7828, 7839, 7851, 7855, 7858, 7862, 7865, 7870, 7874, 7877, 7883, 7894, 7897, 7904, 7908, 7913, 7916, 7918, 7932, 7936, 7941, 7948, 7955, 7958, 7963, 7966, 7975, 7977, 7982, 7986, 7998, 8001, 8008, 8012, 8017, 8027, 8037, 8040, 8043, 8045, 8051, 8058, 8078, 8098, 8102, 8107, 8176, 8181, 8187, 8200, 8204, 8208, 8214, 8216, 8224, 8234, 8237, 8240, 8243, 8246, 8253, 8256, 8258, 8262, 8265, 8272, 8274, 8281, 8288, 8292, 8296, 8305, 8311, 8315, 8319, 8324, 8336, 8343, 8353, 8366, 8377, 8384, 8389, 8393, 8397, 8402, 8415, 8420, 8424, 8428, 8435, 8438, 8440, 8448, 8452, 8455, 8462, 8465, 8470, 8476, 8482, 8486, 8495, 8504, 8511, 8514, 8520, 8525, 8531, 8537, 8540, 8543, 8550, 8554, 8557, 8572, 8575, 8582, 8585, 8592, 8595, 8598, 8605, 8617, 8624, 8626, 8636, 8654, 8656, 8664, 8668, 8678, 8682, 8686, 8690, 8692, 8697, 8701, 8705, 8707, 8709, 8713, 8717, 8720, 8723, 8726, 8729, 8731, 8734, 8737, 8740, 8743, 8746, 8749, 8758, 8760, 8765, 8769, 8775, 8779, 8783, 8792, 8797, 8801, 8807, 8810, 8829, 8837, 8846, 8850, 8853, 8857, 8862, 8868, 8880, 8895, 8902, 8905, 8909, 8913, 8917, 8919, 8927, 8936, 8942, 8944, 8951, 8955, 8964, 8968, 8977, 8986, 8998, 9026, 9033, 9037, 9040, 9045, 9049, 9052, 9068, 9079, 9084, 9087, 9090, 9094, 9098, 9102, 9107, 9111, 9115, 9117, 9126, 9131, 9137, 9141, 9143, 9150, 9155, 9161, 9163, 9167, 9174, 9181, 9184, 9190, 9194, 9203, 9206, 9210, 9218, 9224, 9226, 9229, 9233, 9236, 9239, 9243, 9247, 9253, 9256, 9265, 9272, 9274, 9281, 9289, 9294, 9297, 9305, 9314, 9322, 9324, 9328, 9335, 9354, 9363, 9369, 9388, 9397, 9403, 9407, 9412, 9422, 9429, 9438, 9441, 9450, 9452, 9458, 9462, 9467, 9477, 9483, 9485, 9491, 9495, 9498, 9511, 9517, 9521, 9525, 9528, 9536, 9540, 9544, 9552, 9559, 9566, 9570, 9576, 9578, 9587, 9590, 9600, 9616, 9622, 9627, 9634, 9643, 9650, 9658, 9666, 9671, 9675, 9678, 9684, 9689, 9705, 9708, 9710, 9722, 9724, 9728, 9736, 9738, 9742, 9744, 9752, 9756, 9765, 9773, 9779, 9782, 9791, 9796, 9803, 9813, 9839, 9850, 9852, 9854, 9862, 9884, 9893, 9903, 9906, 9911, 9916, 9920, 9923, 9927, 9930, 9933, 9936, 9940, 9954, 9961, 9968, 9975, 9993, 10001, 10013, 10019, 10032, 10071, 10073, 10093, 10103, 10114, 10126, 10133, 10145, 10157, 10163, 10171, 10188, 10213, 10223, 10227, 10230, 10233, 10236, 10249, 10254, 10259, 10261, 10269, 10278, 10287, 10292, 10301, 10306, 10320, 10330, 10338, 10352, 10359, 10367, 10375, 10383, 10387, 10394, 10402, 10409, 10415, 10424, 10439, 10450, 10483, 10492, 10499, 10503, 10507, 10514, 10528, 10533, 10538, 10542, 10544, 10547, 10554, 10559, 10569, 10577, 10580, 10587, 10595, 10603, 10611, 10619, 10624, 10628, 10632, 10636, 10640, 10644, 10648, 10655, 10663, 10668, 10672, 10676, 10686, 10692, 10698, 10702, 10716, 10722, 10728, 10740, 10745, 10753, 10760, 10765, 10777, 10785, 10790, 10800, 10811, 10818, 10825, 10836, 10839, 10841, 10845, 10848, 10854, 10860, 10864, 10870, 10878, 10882, 10890, 10947, 10960, 10983, 10991, 10995, 11007, 11009, 11016, 11025, 11043, 11051, 11060, 11067, 11077, 11083, 11090, 11095, 11101, 11105, 11112, 11142, 11155, 11164, 11168, 11184, 11191, 11204, 11212, 11232, 11238, 11250, 11255, 11265, 11297, 11302, 11311, 11316, 11320, 11325, 11341, 11346, 11361, 11364, 11370, 11374, 11383, 11391, 11400, 11406, 11415, 11417, 11422, 11433, 11444, 11465, 11472, 11479, 11485, 11488, 11499, 11506, 11508, 11517, 11524, 11530, 11536, 11540, 11544, 11557, 11572, 11574, 11578, 11584, 11589, 11593, 11596, 11599, 11608, 11611, 11615, 11619, 11621, 11624, 11627, 11635, 11642, 11649, 11655, 11657, 11664, 11669, 11687, 11689, 11695, 11703, 11710, 11721, 11727, 11733, 11746, 11749, 11753, 11758, 11763, 11775, 11781, 11785, 11789, 11793, 11800, 11805, 11808, 11811, 11814, 11817, 11820, 11823, 11835] \ No newline at end of file +[4, 1, 592, 11847, 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, 2, 466, 7, 466, 2, 467, 7, 467, 2, 468, 7, 468, 2, 469, 7, 469, 2, 470, 7, 470, 2, 471, 7, 471, 2, 472, 7, 472, 2, 473, 7, 473, 2, 474, 7, 474, 2, 475, 7, 475, 2, 476, 7, 476, 2, 477, 7, 477, 2, 478, 7, 478, 2, 479, 7, 479, 2, 480, 7, 480, 2, 481, 7, 481, 2, 482, 7, 482, 2, 483, 7, 483, 2, 484, 7, 484, 2, 485, 7, 485, 2, 486, 7, 486, 2, 487, 7, 487, 2, 488, 7, 488, 2, 489, 7, 489, 2, 490, 7, 490, 2, 491, 7, 491, 2, 492, 7, 492, 2, 493, 7, 493, 2, 494, 7, 494, 2, 495, 7, 495, 2, 496, 7, 496, 2, 497, 7, 497, 2, 498, 7, 498, 2, 499, 7, 499, 2, 500, 7, 500, 2, 501, 7, 501, 2, 502, 7, 502, 2, 503, 7, 503, 2, 504, 7, 504, 2, 505, 7, 505, 2, 506, 7, 506, 2, 507, 7, 507, 2, 508, 7, 508, 2, 509, 7, 509, 2, 510, 7, 510, 2, 511, 7, 511, 2, 512, 7, 512, 2, 513, 7, 513, 2, 514, 7, 514, 2, 515, 7, 515, 2, 516, 7, 516, 2, 517, 7, 517, 2, 518, 7, 518, 2, 519, 7, 519, 2, 520, 7, 520, 2, 521, 7, 521, 2, 522, 7, 522, 2, 523, 7, 523, 2, 524, 7, 524, 2, 525, 7, 525, 2, 526, 7, 526, 2, 527, 7, 527, 2, 528, 7, 528, 2, 529, 7, 529, 2, 530, 7, 530, 2, 531, 7, 531, 2, 532, 7, 532, 2, 533, 7, 533, 2, 534, 7, 534, 2, 535, 7, 535, 2, 536, 7, 536, 2, 537, 7, 537, 2, 538, 7, 538, 2, 539, 7, 539, 2, 540, 7, 540, 2, 541, 7, 541, 2, 542, 7, 542, 2, 543, 7, 543, 2, 544, 7, 544, 2, 545, 7, 545, 2, 546, 7, 546, 2, 547, 7, 547, 2, 548, 7, 548, 2, 549, 7, 549, 2, 550, 7, 550, 2, 551, 7, 551, 2, 552, 7, 552, 2, 553, 7, 553, 2, 554, 7, 554, 2, 555, 7, 555, 2, 556, 7, 556, 2, 557, 7, 557, 2, 558, 7, 558, 2, 559, 7, 559, 2, 560, 7, 560, 2, 561, 7, 561, 2, 562, 7, 562, 2, 563, 7, 563, 2, 564, 7, 564, 2, 565, 7, 565, 2, 566, 7, 566, 2, 567, 7, 567, 2, 568, 7, 568, 2, 569, 7, 569, 2, 570, 7, 570, 2, 571, 7, 571, 2, 572, 7, 572, 2, 573, 7, 573, 2, 574, 7, 574, 2, 575, 7, 575, 2, 576, 7, 576, 2, 577, 7, 577, 2, 578, 7, 578, 2, 579, 7, 579, 2, 580, 7, 580, 2, 581, 7, 581, 2, 582, 7, 582, 2, 583, 7, 583, 2, 584, 7, 584, 2, 585, 7, 585, 2, 586, 7, 586, 2, 587, 7, 587, 2, 588, 7, 588, 2, 589, 7, 589, 2, 590, 7, 590, 2, 591, 7, 591, 2, 592, 7, 592, 2, 593, 7, 593, 2, 594, 7, 594, 2, 595, 7, 595, 2, 596, 7, 596, 2, 597, 7, 597, 2, 598, 7, 598, 2, 599, 7, 599, 2, 600, 7, 600, 2, 601, 7, 601, 2, 602, 7, 602, 2, 603, 7, 603, 2, 604, 7, 604, 2, 605, 7, 605, 2, 606, 7, 606, 2, 607, 7, 607, 2, 608, 7, 608, 2, 609, 7, 609, 2, 610, 7, 610, 2, 611, 7, 611, 2, 612, 7, 612, 2, 613, 7, 613, 2, 614, 7, 614, 2, 615, 7, 615, 2, 616, 7, 616, 2, 617, 7, 617, 2, 618, 7, 618, 2, 619, 7, 619, 2, 620, 7, 620, 2, 621, 7, 621, 2, 622, 7, 622, 2, 623, 7, 623, 2, 624, 7, 624, 2, 625, 7, 625, 2, 626, 7, 626, 2, 627, 7, 627, 2, 628, 7, 628, 2, 629, 7, 629, 2, 630, 7, 630, 2, 631, 7, 631, 2, 632, 7, 632, 2, 633, 7, 633, 2, 634, 7, 634, 2, 635, 7, 635, 2, 636, 7, 636, 2, 637, 7, 637, 2, 638, 7, 638, 2, 639, 7, 639, 2, 640, 7, 640, 2, 641, 7, 641, 2, 642, 7, 642, 2, 643, 7, 643, 2, 644, 7, 644, 2, 645, 7, 645, 2, 646, 7, 646, 2, 647, 7, 647, 2, 648, 7, 648, 2, 649, 7, 649, 2, 650, 7, 650, 2, 651, 7, 651, 2, 652, 7, 652, 2, 653, 7, 653, 2, 654, 7, 654, 2, 655, 7, 655, 2, 656, 7, 656, 2, 657, 7, 657, 2, 658, 7, 658, 2, 659, 7, 659, 2, 660, 7, 660, 2, 661, 7, 661, 2, 662, 7, 662, 2, 663, 7, 663, 2, 664, 7, 664, 2, 665, 7, 665, 2, 666, 7, 666, 2, 667, 7, 667, 2, 668, 7, 668, 2, 669, 7, 669, 2, 670, 7, 670, 2, 671, 7, 671, 2, 672, 7, 672, 2, 673, 7, 673, 2, 674, 7, 674, 2, 675, 7, 675, 2, 676, 7, 676, 2, 677, 7, 677, 2, 678, 7, 678, 2, 679, 7, 679, 2, 680, 7, 680, 2, 681, 7, 681, 2, 682, 7, 682, 2, 683, 7, 683, 2, 684, 7, 684, 2, 685, 7, 685, 2, 686, 7, 686, 2, 687, 7, 687, 2, 688, 7, 688, 2, 689, 7, 689, 2, 690, 7, 690, 2, 691, 7, 691, 2, 692, 7, 692, 2, 693, 7, 693, 2, 694, 7, 694, 2, 695, 7, 695, 2, 696, 7, 696, 2, 697, 7, 697, 2, 698, 7, 698, 2, 699, 7, 699, 2, 700, 7, 700, 2, 701, 7, 701, 2, 702, 7, 702, 2, 703, 7, 703, 2, 704, 7, 704, 2, 705, 7, 705, 2, 706, 7, 706, 2, 707, 7, 707, 2, 708, 7, 708, 2, 709, 7, 709, 2, 710, 7, 710, 2, 711, 7, 711, 2, 712, 7, 712, 2, 713, 7, 713, 2, 714, 7, 714, 2, 715, 7, 715, 2, 716, 7, 716, 2, 717, 7, 717, 2, 718, 7, 718, 2, 719, 7, 719, 2, 720, 7, 720, 2, 721, 7, 721, 2, 722, 7, 722, 2, 723, 7, 723, 2, 724, 7, 724, 2, 725, 7, 725, 2, 726, 7, 726, 2, 727, 7, 727, 2, 728, 7, 728, 2, 729, 7, 729, 2, 730, 7, 730, 2, 731, 7, 731, 2, 732, 7, 732, 2, 733, 7, 733, 2, 734, 7, 734, 2, 735, 7, 735, 2, 736, 7, 736, 2, 737, 7, 737, 2, 738, 7, 738, 2, 739, 7, 739, 2, 740, 7, 740, 2, 741, 7, 741, 2, 742, 7, 742, 2, 743, 7, 743, 2, 744, 7, 744, 2, 745, 7, 745, 2, 746, 7, 746, 2, 747, 7, 747, 2, 748, 7, 748, 2, 749, 7, 749, 2, 750, 7, 750, 2, 751, 7, 751, 2, 752, 7, 752, 2, 753, 7, 753, 2, 754, 7, 754, 2, 755, 7, 755, 2, 756, 7, 756, 2, 757, 7, 757, 2, 758, 7, 758, 2, 759, 7, 759, 2, 760, 7, 760, 2, 761, 7, 761, 2, 762, 7, 762, 2, 763, 7, 763, 2, 764, 7, 764, 2, 765, 7, 765, 2, 766, 7, 766, 2, 767, 7, 767, 2, 768, 7, 768, 2, 769, 7, 769, 2, 770, 7, 770, 2, 771, 7, 771, 2, 772, 7, 772, 2, 773, 7, 773, 2, 774, 7, 774, 2, 775, 7, 775, 2, 776, 7, 776, 2, 777, 7, 777, 2, 778, 7, 778, 2, 779, 7, 779, 2, 780, 7, 780, 2, 781, 7, 781, 2, 782, 7, 782, 2, 783, 7, 783, 2, 784, 7, 784, 2, 785, 7, 785, 2, 786, 7, 786, 2, 787, 7, 787, 2, 788, 7, 788, 2, 789, 7, 789, 2, 790, 7, 790, 2, 791, 7, 791, 2, 792, 7, 792, 2, 793, 7, 793, 2, 794, 7, 794, 2, 795, 7, 795, 2, 796, 7, 796, 2, 797, 7, 797, 2, 798, 7, 798, 2, 799, 7, 799, 2, 800, 7, 800, 2, 801, 7, 801, 2, 802, 7, 802, 2, 803, 7, 803, 2, 804, 7, 804, 2, 805, 7, 805, 2, 806, 7, 806, 2, 807, 7, 807, 2, 808, 7, 808, 2, 809, 7, 809, 2, 810, 7, 810, 2, 811, 7, 811, 2, 812, 7, 812, 2, 813, 7, 813, 2, 814, 7, 814, 2, 815, 7, 815, 2, 816, 7, 816, 2, 817, 7, 817, 2, 818, 7, 818, 2, 819, 7, 819, 2, 820, 7, 820, 2, 821, 7, 821, 2, 822, 7, 822, 2, 823, 7, 823, 2, 824, 7, 824, 2, 825, 7, 825, 2, 826, 7, 826, 2, 827, 7, 827, 2, 828, 7, 828, 2, 829, 7, 829, 2, 830, 7, 830, 2, 831, 7, 831, 2, 832, 7, 832, 2, 833, 7, 833, 2, 834, 7, 834, 2, 835, 7, 835, 2, 836, 7, 836, 2, 837, 7, 837, 2, 838, 7, 838, 2, 839, 7, 839, 2, 840, 7, 840, 2, 841, 7, 841, 2, 842, 7, 842, 2, 843, 7, 843, 2, 844, 7, 844, 2, 845, 7, 845, 2, 846, 7, 846, 2, 847, 7, 847, 2, 848, 7, 848, 2, 849, 7, 849, 2, 850, 7, 850, 2, 851, 7, 851, 2, 852, 7, 852, 2, 853, 7, 853, 2, 854, 7, 854, 2, 855, 7, 855, 2, 856, 7, 856, 2, 857, 7, 857, 2, 858, 7, 858, 2, 859, 7, 859, 2, 860, 7, 860, 2, 861, 7, 861, 2, 862, 7, 862, 2, 863, 7, 863, 2, 864, 7, 864, 2, 865, 7, 865, 2, 866, 7, 866, 2, 867, 7, 867, 2, 868, 7, 868, 2, 869, 7, 869, 2, 870, 7, 870, 2, 871, 7, 871, 2, 872, 7, 872, 2, 873, 7, 873, 2, 874, 7, 874, 2, 875, 7, 875, 2, 876, 7, 876, 1, 0, 5, 0, 1756, 8, 0, 10, 0, 12, 0, 1759, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 1767, 8, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1886, 8, 3, 1, 4, 1, 4, 3, 4, 1890, 8, 4, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 1899, 8, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 5, 8, 1906, 8, 8, 10, 8, 12, 8, 1909, 9, 8, 1, 9, 5, 9, 1912, 8, 9, 10, 9, 12, 9, 1915, 9, 9, 1, 10, 1, 10, 1, 10, 3, 10, 1920, 8, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 1952, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1964, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1970, 8, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1978, 8, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1986, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1992, 8, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 2001, 8, 16, 1, 16, 1, 16, 1, 17, 1, 17, 3, 17, 2007, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 2019, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 2025, 8, 17, 1, 18, 1, 18, 5, 18, 2029, 8, 18, 10, 18, 12, 18, 2032, 9, 18, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2038, 8, 19, 1, 19, 1, 19, 3, 19, 2042, 8, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2047, 8, 19, 1, 19, 1, 19, 3, 19, 2051, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2064, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2075, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 2081, 8, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 3, 23, 2097, 8, 23, 1, 23, 3, 23, 2100, 8, 23, 1, 23, 1, 23, 1, 23, 3, 23, 2105, 8, 23, 1, 23, 1, 23, 1, 24, 1, 24, 3, 24, 2111, 8, 24, 1, 25, 5, 25, 2114, 8, 25, 10, 25, 12, 25, 2117, 9, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 2125, 8, 26, 1, 27, 1, 27, 3, 27, 2129, 8, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 2141, 8, 28, 1, 29, 1, 29, 3, 29, 2145, 8, 29, 1, 29, 3, 29, 2148, 8, 29, 1, 29, 1, 29, 3, 29, 2152, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 2163, 8, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 2181, 8, 30, 1, 31, 1, 31, 1, 31, 5, 31, 2186, 8, 31, 10, 31, 12, 31, 2189, 9, 31, 1, 32, 1, 32, 1, 32, 5, 32, 2194, 8, 32, 10, 32, 12, 32, 2197, 9, 32, 1, 33, 1, 33, 3, 33, 2201, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 2208, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 2214, 8, 35, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 2220, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 2227, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 2238, 8, 37, 1, 38, 1, 38, 3, 38, 2242, 8, 38, 1, 39, 1, 39, 3, 39, 2246, 8, 39, 1, 40, 1, 40, 3, 40, 2250, 8, 40, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 2263, 8, 42, 1, 43, 1, 43, 3, 43, 2267, 8, 43, 1, 44, 1, 44, 1, 44, 3, 44, 2272, 8, 44, 1, 45, 1, 45, 1, 45, 3, 45, 2277, 8, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 2289, 8, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 3, 48, 2298, 8, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 2310, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2315, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2326, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2332, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2337, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2347, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2352, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2359, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2364, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2369, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2380, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2386, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2391, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2399, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2408, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2423, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2429, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2435, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2440, 8, 52, 1, 53, 1, 53, 1, 53, 5, 53, 2445, 8, 53, 10, 53, 12, 53, 2448, 9, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2459, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 2465, 8, 55, 10, 55, 12, 55, 2468, 9, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 3, 56, 2475, 8, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2493, 8, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 3, 60, 2502, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2516, 8, 60, 1, 60, 1, 60, 3, 60, 2520, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2535, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2543, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2553, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2593, 8, 60, 1, 60, 3, 60, 2596, 8, 60, 1, 60, 1, 60, 3, 60, 2600, 8, 60, 1, 60, 1, 60, 3, 60, 2604, 8, 60, 1, 60, 3, 60, 2607, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2612, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2619, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2628, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2634, 8, 60, 1, 60, 1, 60, 3, 60, 2638, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2647, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2655, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2664, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2673, 8, 60, 1, 60, 1, 60, 3, 60, 2677, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2684, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2690, 8, 60, 1, 60, 1, 60, 3, 60, 2694, 8, 60, 1, 60, 1, 60, 3, 60, 2698, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2703, 8, 60, 1, 60, 3, 60, 2706, 8, 60, 1, 60, 1, 60, 3, 60, 2710, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2716, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2723, 8, 61, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2739, 8, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 5, 68, 2751, 8, 68, 10, 68, 12, 68, 2754, 9, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2763, 8, 69, 3, 69, 2765, 8, 69, 1, 70, 4, 70, 2768, 8, 70, 11, 70, 12, 70, 2769, 1, 71, 1, 71, 3, 71, 2774, 8, 71, 1, 71, 3, 71, 2777, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2783, 8, 71, 3, 71, 2785, 8, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2813, 8, 72, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 5, 74, 2821, 8, 74, 10, 74, 12, 74, 2824, 9, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 5, 76, 2834, 8, 76, 10, 76, 12, 76, 2837, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2843, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2848, 8, 77, 1, 77, 1, 77, 3, 77, 2852, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2858, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2863, 8, 77, 1, 77, 3, 77, 2866, 8, 77, 3, 77, 2868, 8, 77, 1, 78, 1, 78, 1, 78, 3, 78, 2873, 8, 78, 1, 79, 1, 79, 3, 79, 2877, 8, 79, 1, 79, 1, 79, 3, 79, 2881, 8, 79, 1, 79, 1, 79, 3, 79, 2885, 8, 79, 1, 79, 1, 79, 3, 79, 2889, 8, 79, 1, 79, 3, 79, 2892, 8, 79, 1, 79, 1, 79, 3, 79, 2896, 8, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 3, 79, 2904, 8, 79, 1, 79, 1, 79, 3, 79, 2908, 8, 79, 1, 79, 1, 79, 3, 79, 2912, 8, 79, 1, 80, 1, 80, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 3, 82, 2921, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2928, 8, 83, 1, 84, 5, 84, 2931, 8, 84, 10, 84, 12, 84, 2934, 9, 84, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2940, 8, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2945, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2952, 8, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2957, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2975, 8, 85, 1, 86, 1, 86, 1, 87, 3, 87, 2980, 8, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 5, 89, 2990, 8, 89, 10, 89, 12, 89, 2993, 9, 89, 1, 90, 1, 90, 3, 90, 2997, 8, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 3006, 8, 91, 1, 92, 1, 92, 1, 92, 5, 92, 3011, 8, 92, 10, 92, 12, 92, 3014, 9, 92, 1, 93, 1, 93, 1, 94, 1, 94, 3, 94, 3020, 8, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3025, 8, 94, 1, 94, 1, 94, 3, 94, 3029, 8, 94, 1, 94, 3, 94, 3032, 8, 94, 1, 94, 3, 94, 3035, 8, 94, 1, 94, 3, 94, 3038, 8, 94, 1, 94, 3, 94, 3041, 8, 94, 1, 94, 3, 94, 3044, 8, 94, 1, 94, 3, 94, 3047, 8, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3052, 8, 94, 1, 94, 3, 94, 3055, 8, 94, 1, 94, 3, 94, 3058, 8, 94, 1, 94, 3, 94, 3061, 8, 94, 1, 94, 3, 94, 3064, 8, 94, 1, 94, 3, 94, 3067, 8, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3073, 8, 94, 1, 94, 1, 94, 3, 94, 3077, 8, 94, 1, 94, 3, 94, 3080, 8, 94, 1, 94, 3, 94, 3083, 8, 94, 1, 94, 3, 94, 3086, 8, 94, 1, 94, 3, 94, 3089, 8, 94, 3, 94, 3091, 8, 94, 1, 95, 1, 95, 3, 95, 3095, 8, 95, 1, 95, 3, 95, 3098, 8, 95, 1, 95, 3, 95, 3101, 8, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3118, 8, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 5, 101, 3131, 8, 101, 10, 101, 12, 101, 3134, 9, 101, 1, 102, 1, 102, 1, 102, 5, 102, 3139, 8, 102, 10, 102, 12, 102, 3142, 9, 102, 1, 103, 1, 103, 1, 103, 3, 103, 3147, 8, 103, 1, 104, 1, 104, 3, 104, 3151, 8, 104, 1, 105, 1, 105, 1, 105, 3, 105, 3156, 8, 105, 1, 105, 3, 105, 3159, 8, 105, 1, 105, 3, 105, 3162, 8, 105, 1, 105, 1, 105, 3, 105, 3166, 8, 105, 1, 105, 1, 105, 3, 105, 3170, 8, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3184, 8, 107, 1, 108, 1, 108, 1, 108, 3, 108, 3189, 8, 108, 1, 108, 1, 108, 1, 109, 5, 109, 3194, 8, 109, 10, 109, 12, 109, 3197, 9, 109, 1, 110, 1, 110, 3, 110, 3201, 8, 110, 1, 110, 1, 110, 3, 110, 3205, 8, 110, 1, 110, 3, 110, 3208, 8, 110, 1, 110, 1, 110, 3, 110, 3212, 8, 110, 1, 110, 3, 110, 3215, 8, 110, 3, 110, 3217, 8, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 3224, 8, 111, 1, 111, 3, 111, 3227, 8, 111, 1, 111, 1, 111, 3, 111, 3231, 8, 111, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 3237, 8, 111, 1, 111, 3, 111, 3240, 8, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 3247, 8, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 3256, 8, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 3263, 8, 111, 1, 111, 1, 111, 1, 111, 3, 111, 3268, 8, 111, 1, 111, 3, 111, 3271, 8, 111, 1, 111, 3, 111, 3274, 8, 111, 1, 111, 3, 111, 3277, 8, 111, 1, 112, 1, 112, 3, 112, 3281, 8, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 3, 113, 3288, 8, 113, 1, 114, 1, 114, 1, 114, 3, 114, 3293, 8, 114, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 5, 117, 3304, 8, 117, 10, 117, 12, 117, 3307, 9, 117, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3316, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3329, 8, 120, 1, 120, 3, 120, 3332, 8, 120, 1, 120, 3, 120, 3335, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3342, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3350, 8, 120, 1, 120, 3, 120, 3353, 8, 120, 1, 120, 3, 120, 3356, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3363, 8, 120, 1, 120, 1, 120, 3, 120, 3367, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3373, 8, 120, 1, 120, 3, 120, 3376, 8, 120, 1, 120, 3, 120, 3379, 8, 120, 1, 120, 3, 120, 3382, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3394, 8, 120, 1, 120, 3, 120, 3397, 8, 120, 1, 120, 3, 120, 3400, 8, 120, 1, 120, 1, 120, 3, 120, 3404, 8, 120, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 5, 124, 3420, 8, 124, 10, 124, 12, 124, 3423, 9, 124, 1, 125, 1, 125, 1, 125, 5, 125, 3428, 8, 125, 10, 125, 12, 125, 3431, 9, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 5, 128, 3444, 8, 128, 10, 128, 12, 128, 3447, 9, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 3457, 8, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 3472, 8, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 3489, 8, 134, 3, 134, 3491, 8, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 5, 138, 3510, 8, 138, 10, 138, 12, 138, 3513, 9, 138, 1, 139, 1, 139, 3, 139, 3517, 8, 139, 1, 139, 3, 139, 3520, 8, 139, 1, 139, 1, 139, 3, 139, 3524, 8, 139, 1, 139, 3, 139, 3527, 8, 139, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 3533, 8, 139, 1, 139, 3, 139, 3536, 8, 139, 3, 139, 3538, 8, 139, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 3549, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 3558, 8, 142, 1, 143, 1, 143, 1, 143, 1, 144, 3, 144, 3564, 8, 144, 1, 144, 3, 144, 3567, 8, 144, 1, 144, 3, 144, 3570, 8, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 3, 147, 3584, 8, 147, 1, 147, 3, 147, 3587, 8, 147, 1, 147, 3, 147, 3590, 8, 147, 1, 147, 1, 147, 1, 147, 3, 147, 3595, 8, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 3, 148, 3603, 8, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 3, 149, 3612, 8, 149, 1, 149, 1, 149, 1, 149, 1, 149, 3, 149, 3618, 8, 149, 1, 150, 1, 150, 3, 150, 3622, 8, 150, 1, 150, 3, 150, 3625, 8, 150, 1, 150, 3, 150, 3628, 8, 150, 1, 150, 3, 150, 3631, 8, 150, 1, 150, 3, 150, 3634, 8, 150, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3640, 8, 151, 1, 152, 1, 152, 3, 152, 3644, 8, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3649, 8, 152, 1, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3655, 8, 152, 1, 153, 1, 153, 3, 153, 3659, 8, 153, 1, 153, 3, 153, 3662, 8, 153, 1, 153, 3, 153, 3665, 8, 153, 1, 153, 3, 153, 3668, 8, 153, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 3, 155, 3676, 8, 155, 1, 155, 1, 155, 3, 155, 3680, 8, 155, 1, 156, 1, 156, 3, 156, 3684, 8, 156, 1, 156, 1, 156, 3, 156, 3688, 8, 156, 1, 156, 1, 156, 3, 156, 3692, 8, 156, 1, 157, 1, 157, 1, 157, 3, 157, 3697, 8, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 4, 160, 3709, 8, 160, 11, 160, 12, 160, 3710, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 3, 161, 3720, 8, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 3, 161, 3737, 8, 161, 1, 161, 1, 161, 1, 161, 3, 161, 3742, 8, 161, 1, 161, 3, 161, 3745, 8, 161, 3, 161, 3747, 8, 161, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 3757, 8, 163, 1, 164, 1, 164, 1, 164, 5, 164, 3762, 8, 164, 10, 164, 12, 164, 3765, 9, 164, 1, 165, 1, 165, 3, 165, 3769, 8, 165, 1, 165, 3, 165, 3772, 8, 165, 1, 165, 3, 165, 3775, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 3782, 8, 165, 1, 165, 3, 165, 3785, 8, 165, 3, 165, 3787, 8, 165, 1, 166, 1, 166, 1, 167, 1, 167, 3, 167, 3793, 8, 167, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 3, 169, 3802, 8, 169, 1, 170, 1, 170, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 3812, 8, 172, 1, 172, 1, 172, 1, 172, 3, 172, 3817, 8, 172, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 3, 174, 3825, 8, 174, 1, 174, 1, 174, 3, 174, 3829, 8, 174, 1, 174, 1, 174, 1, 175, 5, 175, 3834, 8, 175, 10, 175, 12, 175, 3837, 9, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 3846, 8, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 5, 178, 3855, 8, 178, 10, 178, 12, 178, 3858, 9, 178, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 3965, 8, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 3973, 8, 181, 1, 181, 3, 181, 3976, 8, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 3, 182, 3986, 8, 182, 1, 183, 4, 183, 3989, 8, 183, 11, 183, 12, 183, 3990, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 3, 185, 4001, 8, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 3, 185, 4012, 8, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 5, 187, 4022, 8, 187, 10, 187, 12, 187, 4025, 9, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 5, 189, 4035, 8, 189, 10, 189, 12, 189, 4038, 9, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 3, 190, 4047, 8, 190, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 3, 194, 4059, 8, 194, 1, 194, 1, 194, 3, 194, 4063, 8, 194, 1, 194, 3, 194, 4066, 8, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 3, 194, 4073, 8, 194, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 3, 196, 4081, 8, 196, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4091, 8, 198, 3, 198, 4093, 8, 198, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4099, 8, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4104, 8, 199, 1, 199, 1, 199, 3, 199, 4108, 8, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4113, 8, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4119, 8, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4126, 8, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4132, 8, 199, 3, 199, 4134, 8, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4141, 8, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4149, 8, 200, 1, 201, 1, 201, 1, 201, 3, 201, 4154, 8, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4165, 8, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4172, 8, 203, 1, 204, 1, 204, 3, 204, 4176, 8, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4193, 8, 206, 1, 206, 3, 206, 4196, 8, 206, 1, 206, 3, 206, 4199, 8, 206, 1, 206, 3, 206, 4202, 8, 206, 1, 206, 3, 206, 4205, 8, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4213, 8, 207, 1, 207, 3, 207, 4216, 8, 207, 1, 207, 3, 207, 4219, 8, 207, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 4225, 8, 208, 1, 208, 1, 208, 1, 209, 1, 209, 5, 209, 4231, 8, 209, 10, 209, 12, 209, 4234, 9, 209, 1, 209, 3, 209, 4237, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4249, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4255, 8, 209, 1, 210, 3, 210, 4258, 8, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4263, 8, 210, 1, 210, 1, 210, 3, 210, 4267, 8, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4274, 8, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4285, 8, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 4308, 8, 215, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 220, 1, 220, 3, 220, 4328, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 4337, 8, 220, 1, 220, 3, 220, 4340, 8, 220, 1, 220, 3, 220, 4343, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 4353, 8, 220, 1, 220, 3, 220, 4356, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 4365, 8, 220, 1, 220, 1, 220, 3, 220, 4369, 8, 220, 1, 220, 3, 220, 4372, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 4380, 8, 220, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 4386, 8, 221, 1, 222, 1, 222, 3, 222, 4390, 8, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 5, 224, 4399, 8, 224, 10, 224, 12, 224, 4402, 9, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 4411, 8, 225, 1, 226, 1, 226, 1, 226, 1, 227, 4, 227, 4417, 8, 227, 11, 227, 12, 227, 4418, 1, 228, 1, 228, 1, 228, 3, 228, 4424, 8, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 230, 1, 230, 1, 231, 1, 231, 1, 232, 1, 232, 3, 232, 4436, 8, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 234, 1, 234, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 3, 236, 4453, 8, 236, 1, 237, 1, 237, 3, 237, 4457, 8, 237, 1, 237, 1, 237, 5, 237, 4461, 8, 237, 10, 237, 12, 237, 4464, 9, 237, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 4470, 8, 238, 1, 239, 1, 239, 1, 239, 1, 240, 5, 240, 4476, 8, 240, 10, 240, 12, 240, 4479, 9, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 3, 241, 4492, 8, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 3, 242, 4518, 8, 242, 1, 243, 1, 243, 1, 243, 5, 243, 4523, 8, 243, 10, 243, 12, 243, 4526, 9, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 245, 1, 245, 1, 245, 5, 245, 4537, 8, 245, 10, 245, 12, 245, 4540, 9, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 247, 1, 247, 3, 247, 4550, 8, 247, 1, 247, 3, 247, 4553, 8, 247, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 249, 1, 249, 3, 249, 4566, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 4575, 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, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 4600, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 4611, 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, 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, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 4653, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 4661, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 4667, 8, 249, 1, 250, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 1, 251, 5, 251, 4676, 8, 251, 10, 251, 12, 251, 4679, 9, 251, 1, 252, 1, 252, 1, 252, 3, 252, 4684, 8, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 4692, 8, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 255, 1, 255, 1, 255, 5, 255, 4701, 8, 255, 10, 255, 12, 255, 4704, 9, 255, 1, 256, 1, 256, 1, 256, 1, 256, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 5, 258, 4715, 8, 258, 10, 258, 12, 258, 4718, 9, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 4726, 8, 259, 1, 259, 1, 259, 1, 259, 3, 259, 4731, 8, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 4742, 8, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 3, 261, 4753, 8, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 3, 261, 4761, 8, 261, 1, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 5, 262, 4769, 8, 262, 10, 262, 12, 262, 4772, 9, 262, 1, 263, 1, 263, 1, 263, 1, 263, 3, 263, 4778, 8, 263, 1, 263, 3, 263, 4781, 8, 263, 1, 263, 1, 263, 1, 263, 1, 263, 3, 263, 4787, 8, 263, 1, 263, 3, 263, 4790, 8, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 3, 263, 4805, 8, 263, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 4818, 8, 266, 1, 267, 1, 267, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 4847, 8, 269, 1, 270, 1, 270, 1, 270, 5, 270, 4852, 8, 270, 10, 270, 12, 270, 4855, 9, 270, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 4869, 8, 271, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 1, 273, 3, 273, 4881, 8, 273, 1, 273, 1, 273, 3, 273, 4885, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4890, 8, 273, 1, 273, 1, 273, 3, 273, 4894, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4899, 8, 273, 1, 273, 1, 273, 3, 273, 4903, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4909, 8, 273, 1, 273, 1, 273, 3, 273, 4913, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4918, 8, 273, 1, 273, 1, 273, 3, 273, 4922, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4928, 8, 273, 1, 273, 1, 273, 3, 273, 4932, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4937, 8, 273, 1, 273, 1, 273, 3, 273, 4941, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4946, 8, 273, 1, 273, 1, 273, 3, 273, 4950, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4955, 8, 273, 1, 273, 1, 273, 3, 273, 4959, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4966, 8, 273, 1, 273, 1, 273, 3, 273, 4970, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4977, 8, 273, 1, 273, 1, 273, 3, 273, 4981, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4988, 8, 273, 1, 273, 1, 273, 3, 273, 4992, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 4999, 8, 273, 1, 273, 1, 273, 3, 273, 5003, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5009, 8, 273, 1, 273, 1, 273, 3, 273, 5013, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5019, 8, 273, 1, 273, 1, 273, 3, 273, 5023, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5028, 8, 273, 1, 273, 1, 273, 3, 273, 5032, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5039, 8, 273, 1, 273, 1, 273, 3, 273, 5043, 8, 273, 1, 273, 1, 273, 3, 273, 5047, 8, 273, 1, 273, 1, 273, 3, 273, 5051, 8, 273, 1, 273, 1, 273, 3, 273, 5055, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5060, 8, 273, 1, 273, 1, 273, 3, 273, 5064, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5069, 8, 273, 1, 273, 1, 273, 3, 273, 5073, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5078, 8, 273, 1, 273, 1, 273, 3, 273, 5082, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5087, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5093, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5098, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5104, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5109, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5115, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5120, 8, 273, 1, 273, 1, 273, 3, 273, 5124, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5129, 8, 273, 1, 273, 1, 273, 3, 273, 5133, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5139, 8, 273, 1, 273, 1, 273, 3, 273, 5143, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5148, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5156, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5162, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5168, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5174, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5180, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5187, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5192, 8, 273, 1, 273, 1, 273, 3, 273, 5196, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5201, 8, 273, 1, 273, 1, 273, 3, 273, 5205, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5210, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5216, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5223, 8, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5228, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5235, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5245, 8, 273, 1, 273, 1, 273, 3, 273, 5249, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5255, 8, 273, 3, 273, 5257, 8, 273, 1, 274, 1, 274, 1, 274, 5, 274, 5262, 8, 274, 10, 274, 12, 274, 5265, 9, 274, 1, 275, 3, 275, 5268, 8, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5273, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5291, 8, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 3, 276, 5306, 8, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 3, 276, 5324, 8, 276, 1, 277, 1, 277, 1, 278, 1, 278, 1, 278, 5, 278, 5331, 8, 278, 10, 278, 12, 278, 5334, 9, 278, 1, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 3, 280, 5342, 8, 280, 1, 281, 1, 281, 3, 281, 5346, 8, 281, 1, 282, 1, 282, 4, 282, 5350, 8, 282, 11, 282, 12, 282, 5351, 1, 283, 1, 283, 1, 283, 5, 283, 5357, 8, 283, 10, 283, 12, 283, 5360, 9, 283, 1, 284, 1, 284, 3, 284, 5364, 8, 284, 1, 284, 1, 284, 1, 284, 5, 284, 5369, 8, 284, 10, 284, 12, 284, 5372, 9, 284, 1, 284, 1, 284, 3, 284, 5376, 8, 284, 1, 284, 3, 284, 5379, 8, 284, 1, 285, 3, 285, 5382, 8, 285, 1, 285, 1, 285, 3, 285, 5386, 8, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 5457, 8, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 5553, 8, 286, 1, 287, 1, 287, 3, 287, 5557, 8, 287, 1, 288, 1, 288, 1, 288, 3, 288, 5562, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5573, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5584, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5595, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5606, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5617, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5629, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5640, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5651, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5661, 8, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 5668, 8, 288, 1, 289, 1, 289, 1, 289, 1, 290, 1, 290, 3, 290, 5675, 8, 290, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 5681, 8, 291, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5689, 8, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5694, 8, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5699, 8, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5704, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5710, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5717, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5723, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5729, 8, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5734, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5740, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5747, 8, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5752, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5758, 8, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5765, 8, 292, 1, 292, 3, 292, 5768, 8, 292, 1, 293, 1, 293, 1, 294, 1, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 3, 295, 5781, 8, 295, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 3, 296, 5790, 8, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 3, 296, 5802, 8, 296, 3, 296, 5804, 8, 296, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 3, 297, 5822, 8, 297, 1, 298, 1, 298, 1, 298, 5, 298, 5827, 8, 298, 10, 298, 12, 298, 5830, 9, 298, 1, 299, 1, 299, 1, 300, 1, 300, 1, 300, 5, 300, 5837, 8, 300, 10, 300, 12, 300, 5840, 9, 300, 1, 301, 1, 301, 3, 301, 5844, 8, 301, 1, 301, 1, 301, 3, 301, 5848, 8, 301, 1, 301, 1, 301, 3, 301, 5852, 8, 301, 1, 301, 1, 301, 3, 301, 5856, 8, 301, 3, 301, 5858, 8, 301, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 3, 302, 5918, 8, 302, 1, 303, 1, 303, 1, 303, 5, 303, 5923, 8, 303, 10, 303, 12, 303, 5926, 9, 303, 1, 304, 1, 304, 1, 304, 3, 304, 5931, 8, 304, 1, 305, 1, 305, 1, 305, 1, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 306, 3, 306, 5942, 8, 306, 1, 306, 3, 306, 5945, 8, 306, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 5952, 8, 307, 1, 307, 3, 307, 5955, 8, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 5965, 8, 307, 1, 307, 3, 307, 5968, 8, 307, 3, 307, 5970, 8, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 311, 5, 311, 5987, 8, 311, 10, 311, 12, 311, 5990, 9, 311, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6001, 8, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 6010, 8, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 6019, 8, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 6031, 8, 313, 3, 313, 6033, 8, 313, 1, 314, 1, 314, 1, 315, 1, 315, 3, 315, 6039, 8, 315, 1, 315, 1, 315, 3, 315, 6043, 8, 315, 1, 315, 3, 315, 6046, 8, 315, 1, 315, 3, 315, 6049, 8, 315, 1, 315, 1, 315, 1, 315, 3, 315, 6054, 8, 315, 1, 315, 1, 315, 1, 315, 1, 315, 3, 315, 6060, 8, 315, 1, 315, 3, 315, 6063, 8, 315, 1, 315, 3, 315, 6066, 8, 315, 1, 315, 3, 315, 6069, 8, 315, 1, 315, 3, 315, 6072, 8, 315, 1, 316, 1, 316, 1, 317, 1, 317, 1, 318, 1, 318, 1, 319, 1, 319, 1, 319, 1, 320, 1, 320, 1, 320, 5, 320, 6086, 8, 320, 10, 320, 12, 320, 6089, 9, 320, 1, 321, 3, 321, 6092, 8, 321, 1, 321, 3, 321, 6095, 8, 321, 1, 321, 3, 321, 6098, 8, 321, 1, 321, 3, 321, 6101, 8, 321, 1, 321, 3, 321, 6104, 8, 321, 1, 321, 1, 321, 1, 321, 3, 321, 6109, 8, 321, 1, 321, 3, 321, 6112, 8, 321, 3, 321, 6114, 8, 321, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 3, 322, 6127, 8, 322, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 324, 1, 324, 1, 324, 5, 324, 6137, 8, 324, 10, 324, 12, 324, 6140, 9, 324, 1, 325, 1, 325, 1, 325, 1, 326, 1, 326, 1, 327, 1, 327, 1, 328, 1, 328, 1, 328, 1, 328, 3, 328, 6153, 8, 328, 1, 329, 1, 329, 3, 329, 6157, 8, 329, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6163, 8, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6173, 8, 329, 3, 329, 6175, 8, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6180, 8, 329, 1, 330, 1, 330, 1, 330, 1, 330, 5, 330, 6186, 8, 330, 10, 330, 12, 330, 6189, 9, 330, 1, 330, 1, 330, 1, 331, 1, 331, 1, 331, 1, 332, 1, 332, 3, 332, 6198, 8, 332, 1, 332, 1, 332, 1, 333, 1, 333, 1, 333, 5, 333, 6205, 8, 333, 10, 333, 12, 333, 6208, 9, 333, 1, 334, 1, 334, 1, 334, 5, 334, 6213, 8, 334, 10, 334, 12, 334, 6216, 9, 334, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6224, 8, 335, 3, 335, 6226, 8, 335, 1, 336, 1, 336, 1, 336, 5, 336, 6231, 8, 336, 10, 336, 12, 336, 6234, 9, 336, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6242, 8, 337, 3, 337, 6244, 8, 337, 1, 338, 1, 338, 1, 338, 5, 338, 6249, 8, 338, 10, 338, 12, 338, 6252, 9, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6260, 8, 339, 3, 339, 6262, 8, 339, 1, 340, 1, 340, 3, 340, 6266, 8, 340, 1, 340, 1, 340, 1, 341, 1, 341, 1, 341, 5, 341, 6273, 8, 341, 10, 341, 12, 341, 6276, 9, 341, 1, 342, 1, 342, 3, 342, 6280, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 6286, 8, 342, 1, 342, 1, 342, 1, 342, 3, 342, 6291, 8, 342, 1, 343, 1, 343, 3, 343, 6295, 8, 343, 1, 343, 1, 343, 1, 343, 3, 343, 6300, 8, 343, 1, 344, 1, 344, 1, 345, 1, 345, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 3, 346, 6318, 8, 346, 1, 347, 1, 347, 1, 347, 3, 347, 6323, 8, 347, 1, 348, 1, 348, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 1, 349, 3, 349, 6338, 8, 349, 1, 349, 1, 349, 1, 350, 1, 350, 1, 350, 5, 350, 6345, 8, 350, 10, 350, 12, 350, 6348, 9, 350, 1, 351, 1, 351, 1, 351, 1, 352, 1, 352, 1, 352, 5, 352, 6356, 8, 352, 10, 352, 12, 352, 6359, 9, 352, 1, 353, 4, 353, 6362, 8, 353, 11, 353, 12, 353, 6363, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 1, 354, 3, 354, 6401, 8, 354, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 3, 355, 6421, 8, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 3, 355, 6428, 8, 355, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 5, 356, 6437, 8, 356, 10, 356, 12, 356, 6440, 9, 356, 1, 357, 1, 357, 1, 357, 1, 358, 1, 358, 1, 358, 1, 359, 1, 359, 1, 359, 5, 359, 6451, 8, 359, 10, 359, 12, 359, 6454, 9, 359, 1, 360, 1, 360, 1, 360, 1, 360, 3, 360, 6460, 8, 360, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 3, 361, 6468, 8, 361, 1, 362, 4, 362, 6471, 8, 362, 11, 362, 12, 362, 6472, 1, 363, 1, 363, 1, 364, 1, 364, 1, 364, 3, 364, 6480, 8, 364, 1, 364, 1, 364, 3, 364, 6484, 8, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6489, 8, 364, 1, 364, 1, 364, 3, 364, 6493, 8, 364, 1, 364, 1, 364, 1, 364, 3, 364, 6498, 8, 364, 1, 364, 1, 364, 3, 364, 6502, 8, 364, 3, 364, 6504, 8, 364, 1, 365, 1, 365, 1, 365, 3, 365, 6509, 8, 365, 1, 365, 1, 365, 3, 365, 6513, 8, 365, 1, 366, 1, 366, 1, 366, 3, 366, 6518, 8, 366, 1, 366, 1, 366, 3, 366, 6522, 8, 366, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 6546, 8, 367, 1, 368, 1, 368, 1, 368, 5, 368, 6551, 8, 368, 10, 368, 12, 368, 6554, 9, 368, 1, 368, 1, 368, 1, 369, 1, 369, 1, 369, 5, 369, 6561, 8, 369, 10, 369, 12, 369, 6564, 9, 369, 1, 370, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 1, 372, 4, 372, 6573, 8, 372, 11, 372, 12, 372, 6574, 1, 373, 1, 373, 1, 373, 3, 373, 6580, 8, 373, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 3, 374, 6593, 8, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 3, 374, 6605, 8, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 3, 374, 6617, 8, 374, 3, 374, 6619, 8, 374, 1, 375, 1, 375, 1, 375, 1, 375, 3, 375, 6625, 8, 375, 1, 376, 1, 376, 1, 376, 1, 377, 1, 377, 3, 377, 6632, 8, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 1, 378, 3, 378, 6677, 8, 378, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 3, 379, 6695, 8, 379, 1, 380, 1, 380, 3, 380, 6699, 8, 380, 1, 380, 1, 380, 1, 380, 3, 380, 6704, 8, 380, 1, 380, 3, 380, 6707, 8, 380, 1, 381, 1, 381, 3, 381, 6711, 8, 381, 1, 381, 1, 381, 1, 381, 3, 381, 6716, 8, 381, 1, 381, 1, 381, 1, 381, 3, 381, 6721, 8, 381, 1, 381, 3, 381, 6724, 8, 381, 1, 382, 1, 382, 1, 382, 5, 382, 6729, 8, 382, 10, 382, 12, 382, 6732, 9, 382, 1, 383, 1, 383, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 1, 384, 3, 384, 6748, 8, 384, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6819, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6850, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6904, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6914, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6924, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6935, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6945, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6956, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6966, 8, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6971, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6980, 8, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6985, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 6995, 8, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7000, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7009, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7022, 8, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7027, 8, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 1, 385, 3, 385, 7139, 8, 385, 3, 385, 7141, 8, 385, 1, 386, 1, 386, 1, 386, 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7150, 8, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7161, 8, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7172, 8, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7185, 8, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7197, 8, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7208, 8, 387, 1, 387, 1, 387, 1, 387, 1, 387, 1, 387, 3, 387, 7215, 8, 387, 1, 388, 1, 388, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7305, 8, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7358, 8, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7368, 8, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7379, 8, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7390, 8, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 1, 389, 3, 389, 7404, 8, 389, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 391, 1, 391, 1, 391, 5, 391, 7417, 8, 391, 10, 391, 12, 391, 7420, 9, 391, 1, 392, 1, 392, 1, 392, 1, 392, 1, 392, 1, 392, 1, 392, 1, 392, 3, 392, 7430, 8, 392, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 3, 393, 7437, 8, 393, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7491, 8, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7632, 8, 395, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7638, 8, 396, 1, 396, 3, 396, 7641, 8, 396, 1, 397, 1, 397, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7651, 8, 398, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 3, 399, 7691, 8, 399, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 3, 400, 7701, 8, 400, 1, 401, 1, 401, 1, 401, 5, 401, 7706, 8, 401, 10, 401, 12, 401, 7709, 9, 401, 1, 402, 1, 402, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7731, 8, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7740, 8, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7749, 8, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7758, 8, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7791, 8, 403, 1, 404, 1, 404, 3, 404, 7795, 8, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7805, 8, 404, 1, 404, 1, 404, 3, 404, 7809, 8, 404, 1, 404, 1, 404, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 3, 405, 7819, 8, 405, 1, 406, 3, 406, 7822, 8, 406, 1, 406, 1, 406, 3, 406, 7826, 8, 406, 5, 406, 7828, 8, 406, 10, 406, 12, 406, 7831, 9, 406, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7838, 8, 407, 1, 408, 1, 408, 1, 409, 1, 409, 1, 410, 1, 410, 1, 411, 1, 411, 1, 411, 3, 411, 7849, 8, 411, 1, 412, 1, 412, 1, 412, 1, 413, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7861, 8, 414, 1, 415, 1, 415, 3, 415, 7865, 8, 415, 1, 415, 3, 415, 7868, 8, 415, 1, 415, 1, 415, 3, 415, 7872, 8, 415, 1, 415, 3, 415, 7875, 8, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7880, 8, 415, 1, 415, 1, 415, 3, 415, 7884, 8, 415, 1, 415, 3, 415, 7887, 8, 415, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7893, 8, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7904, 8, 415, 1, 415, 3, 415, 7907, 8, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7914, 8, 415, 1, 415, 1, 415, 3, 415, 7918, 8, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7923, 8, 415, 1, 415, 3, 415, 7926, 8, 415, 3, 415, 7928, 8, 415, 1, 416, 1, 416, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 1, 417, 3, 417, 7942, 8, 417, 1, 418, 1, 418, 3, 418, 7946, 8, 418, 1, 418, 5, 418, 7949, 8, 418, 10, 418, 12, 418, 7952, 9, 418, 1, 419, 1, 419, 1, 420, 1, 420, 3, 420, 7958, 8, 420, 1, 420, 1, 420, 1, 421, 1, 421, 1, 421, 3, 421, 7965, 8, 421, 1, 421, 3, 421, 7968, 8, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7973, 8, 421, 1, 421, 3, 421, 7976, 8, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7985, 8, 421, 3, 421, 7987, 8, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7992, 8, 421, 1, 422, 1, 422, 3, 422, 7996, 8, 422, 1, 422, 1, 422, 1, 422, 1, 423, 1, 423, 1, 423, 1, 424, 1, 424, 1, 424, 1, 424, 3, 424, 8008, 8, 424, 1, 424, 3, 424, 8011, 8, 424, 1, 425, 1, 425, 1, 426, 4, 426, 8016, 8, 426, 11, 426, 12, 426, 8017, 1, 427, 1, 427, 3, 427, 8022, 8, 427, 1, 427, 1, 427, 1, 427, 3, 427, 8027, 8, 427, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 428, 3, 428, 8037, 8, 428, 1, 429, 1, 429, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 3, 430, 8047, 8, 430, 1, 430, 3, 430, 8050, 8, 430, 1, 430, 3, 430, 8053, 8, 430, 3, 430, 8055, 8, 430, 1, 431, 1, 431, 1, 431, 1, 431, 3, 431, 8061, 8, 431, 1, 432, 1, 432, 1, 432, 5, 432, 8066, 8, 432, 10, 432, 12, 432, 8069, 9, 432, 1, 433, 1, 433, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 436, 1, 436, 1, 436, 1, 436, 3, 436, 8088, 8, 436, 1, 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, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 3, 437, 8108, 8, 437, 1, 437, 1, 437, 3, 437, 8112, 8, 437, 1, 437, 1, 437, 1, 437, 3, 437, 8117, 8, 437, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 439, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 1, 440, 3, 440, 8186, 8, 440, 1, 440, 1, 440, 1, 440, 3, 440, 8191, 8, 440, 1, 441, 1, 441, 1, 442, 1, 442, 3, 442, 8197, 8, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 442, 1, 443, 1, 443, 3, 443, 8210, 8, 443, 1, 443, 1, 443, 3, 443, 8214, 8, 443, 1, 443, 1, 443, 3, 443, 8218, 8, 443, 1, 443, 1, 443, 1, 443, 1, 443, 3, 443, 8224, 8, 443, 3, 443, 8226, 8, 443, 1, 444, 1, 444, 1, 444, 1, 444, 5, 444, 8232, 8, 444, 10, 444, 12, 444, 8235, 9, 444, 1, 444, 1, 444, 1, 445, 1, 445, 1, 445, 1, 446, 1, 446, 3, 446, 8244, 8, 446, 1, 446, 3, 446, 8247, 8, 446, 1, 446, 3, 446, 8250, 8, 446, 1, 446, 3, 446, 8253, 8, 446, 1, 446, 3, 446, 8256, 8, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 3, 446, 8263, 8, 446, 1, 446, 3, 446, 8266, 8, 446, 3, 446, 8268, 8, 446, 1, 447, 1, 447, 3, 447, 8272, 8, 447, 1, 447, 3, 447, 8275, 8, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 3, 447, 8282, 8, 447, 3, 447, 8284, 8, 447, 1, 448, 1, 448, 1, 448, 5, 448, 8289, 8, 448, 10, 448, 12, 448, 8292, 9, 448, 1, 449, 1, 449, 1, 450, 1, 450, 3, 450, 8298, 8, 450, 1, 451, 1, 451, 3, 451, 8302, 8, 451, 1, 452, 1, 452, 3, 452, 8306, 8, 452, 1, 453, 1, 453, 1, 454, 1, 454, 1, 454, 5, 454, 8313, 8, 454, 10, 454, 12, 454, 8316, 9, 454, 1, 455, 1, 455, 1, 455, 3, 455, 8321, 8, 455, 1, 456, 1, 456, 3, 456, 8325, 8, 456, 1, 457, 1, 457, 3, 457, 8329, 8, 457, 1, 458, 1, 458, 1, 458, 3, 458, 8334, 8, 458, 1, 459, 1, 459, 1, 460, 1, 460, 1, 461, 1, 461, 1, 461, 1, 461, 1, 462, 1, 462, 3, 462, 8346, 8, 462, 1, 463, 1, 463, 1, 463, 5, 463, 8351, 8, 463, 10, 463, 12, 463, 8354, 9, 463, 1, 464, 1, 464, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 3, 465, 8363, 8, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 1, 465, 3, 465, 8376, 8, 465, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 3, 466, 8387, 8, 466, 1, 467, 1, 467, 1, 467, 5, 467, 8392, 8, 467, 10, 467, 12, 467, 8395, 9, 467, 1, 468, 1, 468, 3, 468, 8399, 8, 468, 1, 469, 1, 469, 3, 469, 8403, 8, 469, 1, 470, 1, 470, 3, 470, 8407, 8, 470, 1, 471, 1, 471, 1, 471, 3, 471, 8412, 8, 471, 1, 471, 1, 471, 1, 471, 1, 472, 1, 472, 1, 472, 1, 472, 1, 473, 1, 473, 1, 473, 1, 473, 3, 473, 8425, 8, 473, 1, 474, 1, 474, 1, 474, 3, 474, 8430, 8, 474, 1, 474, 1, 474, 3, 474, 8434, 8, 474, 1, 474, 1, 474, 1, 474, 1, 474, 1, 474, 3, 474, 8441, 8, 474, 1, 474, 3, 474, 8444, 8, 474, 3, 474, 8446, 8, 474, 1, 475, 1, 475, 1, 475, 1, 475, 1, 476, 1, 476, 3, 476, 8454, 8, 476, 1, 476, 1, 476, 3, 476, 8458, 8, 476, 1, 477, 3, 477, 8461, 8, 477, 1, 477, 1, 477, 1, 477, 1, 477, 1, 477, 3, 477, 8468, 8, 477, 1, 477, 3, 477, 8471, 8, 477, 1, 478, 1, 478, 1, 478, 3, 478, 8476, 8, 478, 1, 479, 1, 479, 1, 479, 1, 479, 3, 479, 8482, 8, 479, 1, 479, 1, 479, 1, 479, 1, 479, 3, 479, 8488, 8, 479, 1, 479, 1, 479, 3, 479, 8492, 8, 479, 1, 480, 1, 480, 1, 481, 1, 481, 1, 481, 5, 481, 8499, 8, 481, 10, 481, 12, 481, 8502, 9, 481, 1, 482, 1, 482, 1, 482, 1, 483, 1, 483, 1, 483, 3, 483, 8510, 8, 483, 1, 483, 1, 483, 1, 483, 1, 483, 1, 483, 3, 483, 8517, 8, 483, 1, 483, 3, 483, 8520, 8, 483, 1, 484, 1, 484, 1, 484, 1, 484, 3, 484, 8526, 8, 484, 1, 484, 1, 484, 1, 484, 3, 484, 8531, 8, 484, 1, 485, 1, 485, 1, 485, 1, 486, 3, 486, 8537, 8, 486, 1, 486, 1, 486, 1, 486, 1, 486, 3, 486, 8543, 8, 486, 1, 486, 3, 486, 8546, 8, 486, 1, 486, 3, 486, 8549, 8, 486, 1, 487, 1, 487, 1, 487, 1, 488, 1, 488, 3, 488, 8556, 8, 488, 1, 488, 1, 488, 3, 488, 8560, 8, 488, 1, 488, 3, 488, 8563, 8, 488, 1, 489, 1, 489, 1, 489, 1, 489, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 1, 490, 3, 490, 8578, 8, 490, 1, 490, 3, 490, 8581, 8, 490, 1, 491, 1, 491, 1, 492, 1, 492, 1, 492, 3, 492, 8588, 8, 492, 1, 493, 3, 493, 8591, 8, 493, 1, 493, 1, 493, 1, 493, 1, 493, 1, 493, 3, 493, 8598, 8, 493, 1, 493, 3, 493, 8601, 8, 493, 1, 493, 3, 493, 8604, 8, 493, 1, 494, 1, 494, 1, 494, 5, 494, 8609, 8, 494, 10, 494, 12, 494, 8612, 9, 494, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 3, 495, 8623, 8, 495, 1, 495, 1, 495, 1, 495, 1, 495, 1, 495, 3, 495, 8630, 8, 495, 3, 495, 8632, 8, 495, 1, 496, 1, 496, 1, 496, 1, 497, 1, 497, 1, 497, 5, 497, 8640, 8, 497, 10, 497, 12, 497, 8643, 9, 497, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 498, 1, 499, 1, 499, 1, 500, 1, 500, 1, 500, 1, 500, 1, 500, 5, 500, 8660, 8, 500, 10, 500, 12, 500, 8663, 9, 500, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 3, 501, 8670, 8, 501, 1, 502, 1, 502, 3, 502, 8674, 8, 502, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 1, 503, 3, 503, 8684, 8, 503, 1, 504, 1, 504, 3, 504, 8688, 8, 504, 1, 504, 1, 504, 3, 504, 8692, 8, 504, 1, 504, 1, 504, 3, 504, 8696, 8, 504, 3, 504, 8698, 8, 504, 1, 504, 1, 504, 1, 504, 3, 504, 8703, 8, 504, 1, 504, 1, 504, 3, 504, 8707, 8, 504, 1, 504, 1, 504, 3, 504, 8711, 8, 504, 3, 504, 8713, 8, 504, 3, 504, 8715, 8, 504, 1, 505, 1, 505, 3, 505, 8719, 8, 505, 1, 506, 1, 506, 3, 506, 8723, 8, 506, 1, 506, 3, 506, 8726, 8, 506, 1, 506, 3, 506, 8729, 8, 506, 1, 506, 3, 506, 8732, 8, 506, 1, 506, 3, 506, 8735, 8, 506, 3, 506, 8737, 8, 506, 1, 506, 3, 506, 8740, 8, 506, 1, 506, 3, 506, 8743, 8, 506, 1, 506, 3, 506, 8746, 8, 506, 1, 506, 3, 506, 8749, 8, 506, 1, 506, 3, 506, 8752, 8, 506, 1, 506, 3, 506, 8755, 8, 506, 1, 506, 1, 506, 1, 506, 1, 506, 1, 506, 1, 506, 1, 506, 3, 506, 8764, 8, 506, 3, 506, 8766, 8, 506, 1, 506, 1, 506, 1, 506, 3, 506, 8771, 8, 506, 5, 506, 8773, 8, 506, 10, 506, 12, 506, 8776, 9, 506, 1, 507, 1, 507, 1, 507, 3, 507, 8781, 8, 507, 1, 508, 1, 508, 3, 508, 8785, 8, 508, 1, 509, 1, 509, 3, 509, 8789, 8, 509, 1, 509, 1, 509, 1, 510, 1, 510, 1, 510, 5, 510, 8796, 8, 510, 10, 510, 12, 510, 8799, 9, 510, 1, 511, 1, 511, 3, 511, 8803, 8, 511, 1, 511, 1, 511, 3, 511, 8807, 8, 511, 1, 511, 1, 511, 1, 511, 1, 511, 3, 511, 8813, 8, 511, 1, 511, 3, 511, 8816, 8, 511, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 512, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 1, 513, 3, 513, 8835, 8, 513, 1, 513, 1, 513, 1, 513, 1, 514, 1, 514, 1, 514, 3, 514, 8843, 8, 514, 1, 515, 1, 515, 1, 516, 1, 516, 1, 516, 1, 516, 1, 516, 3, 516, 8852, 8, 516, 1, 517, 1, 517, 3, 517, 8856, 8, 517, 1, 518, 3, 518, 8859, 8, 518, 1, 518, 1, 518, 3, 518, 8863, 8, 518, 1, 518, 1, 518, 1, 518, 3, 518, 8868, 8, 518, 1, 518, 1, 518, 1, 518, 1, 518, 3, 518, 8874, 8, 518, 1, 519, 1, 519, 1, 520, 1, 520, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 1, 521, 3, 521, 8886, 8, 521, 1, 522, 1, 522, 1, 523, 1, 523, 1, 524, 1, 524, 1, 524, 1, 524, 1, 525, 1, 525, 1, 525, 5, 525, 8899, 8, 525, 10, 525, 12, 525, 8902, 9, 525, 1, 526, 1, 526, 1, 526, 1, 526, 3, 526, 8908, 8, 526, 1, 526, 3, 526, 8911, 8, 526, 1, 527, 1, 527, 3, 527, 8915, 8, 527, 1, 527, 1, 527, 3, 527, 8919, 8, 527, 1, 527, 1, 527, 3, 527, 8923, 8, 527, 3, 527, 8925, 8, 527, 1, 528, 1, 528, 1, 529, 1, 529, 1, 529, 1, 529, 3, 529, 8933, 8, 529, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 1, 530, 3, 530, 8942, 8, 530, 1, 530, 1, 530, 1, 530, 1, 530, 3, 530, 8948, 8, 530, 3, 530, 8950, 8, 530, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 3, 531, 8957, 8, 531, 1, 532, 1, 532, 3, 532, 8961, 8, 532, 1, 533, 1, 533, 1, 534, 1, 534, 1, 534, 1, 534, 1, 534, 3, 534, 8970, 8, 534, 1, 535, 1, 535, 3, 535, 8974, 8, 535, 1, 536, 1, 536, 1, 537, 1, 537, 1, 538, 1, 538, 1, 538, 3, 538, 8983, 8, 538, 1, 538, 1, 538, 1, 539, 1, 539, 1, 539, 5, 539, 8990, 8, 539, 10, 539, 12, 539, 8993, 9, 539, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 1, 540, 3, 540, 9004, 8, 540, 1, 541, 1, 541, 1, 541, 1, 542, 1, 542, 1, 542, 1, 542, 1, 542, 1, 543, 1, 543, 1, 543, 1, 543, 1, 543, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 544, 1, 545, 1, 545, 1, 545, 1, 546, 1, 546, 1, 546, 1, 546, 3, 546, 9032, 8, 546, 1, 547, 1, 547, 1, 548, 4, 548, 9037, 8, 548, 11, 548, 12, 548, 9038, 1, 549, 1, 549, 3, 549, 9043, 8, 549, 1, 549, 3, 549, 9046, 8, 549, 1, 550, 1, 550, 1, 550, 3, 550, 9051, 8, 550, 1, 550, 1, 550, 3, 550, 9055, 8, 550, 1, 550, 3, 550, 9058, 8, 550, 1, 551, 1, 551, 1, 551, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 1, 552, 5, 552, 9072, 8, 552, 10, 552, 12, 552, 9075, 9, 552, 1, 553, 1, 553, 1, 553, 1, 554, 1, 554, 1, 554, 5, 554, 9083, 8, 554, 10, 554, 12, 554, 9086, 9, 554, 1, 555, 1, 555, 3, 555, 9090, 8, 555, 1, 555, 3, 555, 9093, 8, 555, 1, 555, 3, 555, 9096, 8, 555, 1, 555, 1, 555, 3, 555, 9100, 8, 555, 1, 555, 1, 555, 3, 555, 9104, 8, 555, 1, 555, 1, 555, 3, 555, 9108, 8, 555, 1, 555, 1, 555, 1, 555, 3, 555, 9113, 8, 555, 1, 555, 1, 555, 3, 555, 9117, 8, 555, 1, 555, 1, 555, 3, 555, 9121, 8, 555, 3, 555, 9123, 8, 555, 1, 555, 1, 555, 1, 555, 1, 555, 1, 555, 1, 555, 1, 555, 3, 555, 9132, 8, 555, 1, 555, 1, 555, 1, 555, 3, 555, 9137, 8, 555, 1, 555, 1, 555, 1, 555, 1, 555, 3, 555, 9143, 8, 555, 1, 555, 1, 555, 3, 555, 9147, 8, 555, 3, 555, 9149, 8, 555, 1, 555, 1, 555, 1, 555, 1, 555, 1, 555, 3, 555, 9156, 8, 555, 1, 555, 1, 555, 1, 555, 3, 555, 9161, 8, 555, 1, 555, 1, 555, 1, 555, 1, 555, 5, 555, 9167, 8, 555, 10, 555, 12, 555, 9170, 9, 555, 1, 556, 3, 556, 9173, 8, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9180, 8, 556, 1, 557, 1, 557, 1, 558, 1, 558, 1, 558, 3, 558, 9187, 8, 558, 1, 558, 3, 558, 9190, 8, 558, 1, 558, 1, 558, 1, 558, 1, 558, 3, 558, 9196, 8, 558, 1, 559, 1, 559, 3, 559, 9200, 8, 559, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, 1, 560, 3, 560, 9209, 8, 560, 1, 561, 3, 561, 9212, 8, 561, 1, 561, 1, 561, 3, 561, 9216, 8, 561, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, 3, 561, 9224, 8, 561, 1, 561, 1, 561, 1, 561, 1, 561, 3, 561, 9230, 8, 561, 3, 561, 9232, 8, 561, 1, 562, 3, 562, 9235, 8, 562, 1, 562, 1, 562, 3, 562, 9239, 8, 562, 1, 562, 3, 562, 9242, 8, 562, 1, 562, 3, 562, 9245, 8, 562, 1, 563, 1, 563, 3, 563, 9249, 8, 563, 1, 563, 1, 563, 3, 563, 9253, 8, 563, 1, 563, 1, 563, 1, 563, 1, 563, 3, 563, 9259, 8, 563, 1, 563, 3, 563, 9262, 8, 563, 1, 563, 1, 563, 1, 563, 1, 563, 1, 563, 1, 563, 1, 563, 3, 563, 9271, 8, 563, 1, 563, 1, 563, 1, 563, 1, 563, 1, 563, 3, 563, 9278, 8, 563, 3, 563, 9280, 8, 563, 1, 564, 1, 564, 1, 564, 5, 564, 9285, 8, 564, 10, 564, 12, 564, 9288, 9, 564, 1, 565, 1, 565, 1, 565, 5, 565, 9293, 8, 565, 10, 565, 12, 565, 9296, 9, 565, 1, 566, 1, 566, 3, 566, 9300, 8, 566, 1, 566, 3, 566, 9303, 8, 566, 1, 567, 1, 567, 1, 567, 1, 567, 1, 567, 1, 567, 3, 567, 9311, 8, 567, 1, 568, 1, 568, 1, 568, 1, 568, 1, 568, 1, 569, 1, 569, 3, 569, 9320, 8, 569, 1, 569, 1, 569, 1, 569, 1, 569, 1, 569, 1, 569, 3, 569, 9328, 8, 569, 3, 569, 9330, 8, 569, 1, 570, 1, 570, 3, 570, 9334, 8, 570, 1, 571, 1, 571, 1, 571, 5, 571, 9339, 8, 571, 10, 571, 12, 571, 9342, 9, 571, 1, 572, 1, 572, 1, 572, 1, 572, 1, 572, 1, 573, 1, 573, 1, 573, 1, 574, 1, 574, 1, 574, 1, 575, 1, 575, 1, 575, 1, 575, 1, 575, 3, 575, 9360, 8, 575, 1, 576, 1, 576, 1, 577, 1, 577, 1, 577, 5, 577, 9367, 8, 577, 10, 577, 12, 577, 9370, 9, 577, 1, 578, 1, 578, 1, 578, 3, 578, 9375, 8, 578, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 1, 579, 3, 579, 9394, 8, 579, 1, 579, 1, 579, 1, 580, 1, 580, 1, 580, 5, 580, 9401, 8, 580, 10, 580, 12, 580, 9404, 9, 580, 1, 581, 1, 581, 1, 581, 3, 581, 9409, 8, 581, 1, 581, 1, 581, 3, 581, 9413, 8, 581, 1, 582, 4, 582, 9416, 8, 582, 11, 582, 12, 582, 9417, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 1, 583, 3, 583, 9428, 8, 583, 1, 584, 1, 584, 1, 584, 5, 584, 9433, 8, 584, 10, 584, 12, 584, 9436, 9, 584, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 1, 585, 3, 585, 9444, 8, 585, 1, 586, 3, 586, 9447, 8, 586, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 3, 586, 9456, 8, 586, 3, 586, 9458, 8, 586, 1, 586, 1, 586, 1, 586, 1, 586, 3, 586, 9464, 8, 586, 1, 587, 1, 587, 3, 587, 9468, 8, 587, 1, 587, 5, 587, 9471, 8, 587, 10, 587, 12, 587, 9474, 9, 587, 1, 588, 1, 588, 1, 588, 1, 588, 1, 588, 1, 588, 1, 588, 3, 588, 9483, 8, 588, 1, 588, 1, 588, 1, 588, 1, 588, 3, 588, 9489, 8, 588, 3, 588, 9491, 8, 588, 1, 589, 1, 589, 1, 589, 1, 589, 3, 589, 9497, 8, 589, 1, 590, 1, 590, 3, 590, 9501, 8, 590, 1, 590, 3, 590, 9504, 8, 590, 1, 591, 1, 591, 1, 591, 1, 591, 1, 592, 1, 592, 1, 592, 1, 592, 1, 592, 1, 592, 1, 592, 3, 592, 9517, 8, 592, 1, 592, 1, 592, 1, 592, 1, 592, 3, 592, 9523, 8, 592, 1, 592, 1, 592, 3, 592, 9527, 8, 592, 1, 592, 1, 592, 3, 592, 9531, 8, 592, 1, 592, 3, 592, 9534, 8, 592, 1, 593, 1, 593, 1, 593, 1, 593, 1, 594, 1, 594, 3, 594, 9542, 8, 594, 1, 595, 1, 595, 3, 595, 9546, 8, 595, 1, 596, 1, 596, 3, 596, 9550, 8, 596, 1, 596, 1, 596, 1, 596, 1, 596, 1, 597, 1, 597, 3, 597, 9558, 8, 597, 1, 598, 1, 598, 1, 598, 1, 598, 1, 598, 3, 598, 9565, 8, 598, 1, 599, 1, 599, 1, 599, 1, 599, 1, 599, 3, 599, 9572, 8, 599, 1, 600, 1, 600, 3, 600, 9576, 8, 600, 1, 600, 1, 600, 1, 600, 1, 600, 3, 600, 9582, 8, 600, 3, 600, 9584, 8, 600, 1, 601, 1, 601, 1, 602, 1, 602, 1, 602, 1, 602, 1, 602, 3, 602, 9593, 8, 602, 1, 602, 3, 602, 9596, 8, 602, 1, 603, 1, 603, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 1, 604, 3, 604, 9606, 8, 604, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 3, 605, 9622, 8, 605, 1, 605, 1, 605, 1, 605, 1, 605, 3, 605, 9628, 8, 605, 1, 605, 1, 605, 1, 605, 3, 605, 9633, 8, 605, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 3, 606, 9640, 8, 606, 1, 607, 1, 607, 1, 607, 1, 608, 1, 608, 1, 609, 1, 609, 3, 609, 9649, 8, 609, 1, 610, 1, 610, 1, 610, 5, 610, 9654, 8, 610, 10, 610, 12, 610, 9657, 9, 610, 1, 611, 1, 611, 1, 611, 5, 611, 9662, 8, 611, 10, 611, 12, 611, 9665, 9, 611, 1, 612, 1, 612, 1, 612, 5, 612, 9670, 8, 612, 10, 612, 12, 612, 9673, 9, 612, 1, 613, 1, 613, 3, 613, 9677, 8, 613, 1, 613, 1, 613, 3, 613, 9681, 8, 613, 1, 614, 3, 614, 9684, 8, 614, 1, 614, 1, 614, 1, 615, 1, 615, 3, 615, 9690, 8, 615, 1, 616, 1, 616, 1, 616, 3, 616, 9695, 8, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 1, 616, 3, 616, 9711, 8, 616, 1, 616, 3, 616, 9714, 8, 616, 3, 616, 9716, 8, 616, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 3, 617, 9728, 8, 617, 3, 617, 9730, 8, 617, 1, 618, 1, 618, 3, 618, 9734, 8, 618, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 3, 618, 9742, 8, 618, 3, 618, 9744, 8, 618, 1, 618, 1, 618, 3, 618, 9748, 8, 618, 3, 618, 9750, 8, 618, 1, 619, 1, 619, 1, 619, 1, 619, 5, 619, 9756, 8, 619, 10, 619, 12, 619, 9759, 9, 619, 1, 620, 3, 620, 9762, 8, 620, 1, 620, 1, 620, 1, 621, 1, 621, 1, 621, 5, 621, 9769, 8, 621, 10, 621, 12, 621, 9772, 9, 621, 1, 622, 1, 622, 1, 622, 5, 622, 9777, 8, 622, 10, 622, 12, 622, 9780, 9, 622, 1, 623, 1, 623, 1, 623, 3, 623, 9785, 8, 623, 1, 624, 3, 624, 9788, 8, 624, 1, 624, 1, 624, 1, 625, 1, 625, 1, 625, 1, 625, 1, 625, 3, 625, 9797, 8, 625, 1, 626, 1, 626, 1, 626, 3, 626, 9802, 8, 626, 1, 627, 1, 627, 1, 627, 5, 627, 9807, 8, 627, 10, 627, 12, 627, 9810, 9, 627, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 3, 628, 9819, 8, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 3, 628, 9845, 8, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 1, 628, 3, 628, 9856, 8, 628, 5, 628, 9858, 8, 628, 10, 628, 12, 628, 9861, 9, 628, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 3, 629, 9868, 8, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 3, 629, 9890, 8, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 3, 629, 9899, 8, 629, 1, 630, 1, 630, 1, 631, 1, 631, 1, 631, 1, 631, 1, 631, 1, 631, 3, 631, 9909, 8, 631, 1, 631, 3, 631, 9912, 8, 631, 1, 631, 1, 631, 1, 631, 3, 631, 9917, 8, 631, 1, 631, 1, 631, 1, 631, 3, 631, 9922, 8, 631, 1, 631, 1, 631, 3, 631, 9926, 8, 631, 1, 631, 3, 631, 9929, 8, 631, 1, 632, 1, 632, 3, 632, 9933, 8, 632, 1, 632, 3, 632, 9936, 8, 632, 1, 632, 3, 632, 9939, 8, 632, 1, 632, 3, 632, 9942, 8, 632, 1, 633, 1, 633, 3, 633, 9946, 8, 633, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 9960, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 9967, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 9974, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 9981, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 9999, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10007, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10019, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10025, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10038, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10077, 8, 634, 3, 634, 10079, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10099, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10109, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10120, 8, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 1, 634, 3, 634, 10132, 8, 634, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10139, 8, 635, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 3, 636, 10151, 8, 636, 1, 637, 1, 637, 1, 637, 1, 637, 1, 637, 1, 638, 1, 638, 1, 638, 5, 638, 10161, 8, 638, 10, 638, 12, 638, 10164, 9, 638, 1, 639, 1, 639, 1, 639, 3, 639, 10169, 8, 639, 1, 640, 1, 640, 1, 641, 1, 641, 1, 641, 1, 641, 3, 641, 10177, 8, 641, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 1, 642, 3, 642, 10194, 8, 642, 1, 643, 1, 643, 1, 643, 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, 1, 644, 1, 645, 1, 645, 1, 645, 1, 645, 1, 645, 1, 645, 1, 646, 1, 646, 1, 646, 1, 647, 1, 647, 1, 647, 5, 647, 10217, 8, 647, 10, 647, 12, 647, 10220, 9, 647, 1, 648, 1, 648, 1, 648, 1, 648, 1, 649, 1, 649, 1, 649, 3, 649, 10229, 8, 649, 1, 650, 1, 650, 3, 650, 10233, 8, 650, 1, 650, 3, 650, 10236, 8, 650, 1, 650, 3, 650, 10239, 8, 650, 1, 650, 3, 650, 10242, 8, 650, 1, 650, 1, 650, 1, 651, 1, 651, 1, 652, 1, 652, 1, 652, 1, 652, 1, 653, 1, 653, 1, 653, 3, 653, 10255, 8, 653, 1, 653, 1, 653, 1, 653, 3, 653, 10260, 8, 653, 1, 653, 1, 653, 1, 653, 3, 653, 10265, 8, 653, 3, 653, 10267, 8, 653, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, 1, 654, 3, 654, 10275, 8, 654, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 3, 655, 10284, 8, 655, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 3, 656, 10293, 8, 656, 1, 657, 1, 657, 1, 657, 3, 657, 10298, 8, 657, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 3, 657, 10307, 8, 657, 1, 658, 1, 658, 1, 658, 3, 658, 10312, 8, 658, 1, 658, 1, 658, 1, 659, 1, 659, 1, 659, 1, 659, 1, 659, 1, 659, 1, 660, 1, 660, 1, 661, 1, 661, 3, 661, 10326, 8, 661, 1, 662, 1, 662, 1, 663, 1, 663, 1, 663, 1, 663, 1, 663, 1, 663, 3, 663, 10336, 8, 663, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 3, 664, 10344, 8, 664, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 3, 665, 10358, 8, 665, 1, 666, 1, 666, 1, 666, 5, 666, 10363, 8, 666, 10, 666, 12, 666, 10366, 9, 666, 1, 667, 1, 667, 1, 667, 5, 667, 10371, 8, 667, 10, 667, 12, 667, 10374, 9, 667, 1, 668, 1, 668, 1, 668, 5, 668, 10379, 8, 668, 10, 668, 12, 668, 10382, 9, 668, 1, 669, 1, 669, 1, 669, 1, 669, 1, 669, 3, 669, 10389, 8, 669, 1, 670, 1, 670, 3, 670, 10393, 8, 670, 1, 671, 1, 671, 1, 671, 5, 671, 10398, 8, 671, 10, 671, 12, 671, 10401, 9, 671, 1, 672, 1, 672, 1, 672, 1, 672, 1, 672, 3, 672, 10408, 8, 672, 1, 673, 1, 673, 1, 673, 5, 673, 10413, 8, 673, 10, 673, 12, 673, 10416, 9, 673, 1, 674, 1, 674, 1, 674, 3, 674, 10421, 8, 674, 1, 674, 1, 674, 1, 675, 1, 675, 1, 675, 5, 675, 10428, 8, 675, 10, 675, 12, 675, 10431, 9, 675, 1, 676, 1, 676, 1, 676, 1, 676, 1, 677, 1, 677, 1, 677, 1, 677, 1, 677, 1, 677, 1, 677, 1, 677, 3, 677, 10445, 8, 677, 1, 678, 1, 678, 1, 679, 1, 679, 1, 679, 1, 679, 1, 679, 1, 679, 1, 679, 3, 679, 10456, 8, 679, 1, 680, 1, 680, 1, 680, 1, 680, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 1, 681, 3, 681, 10489, 8, 681, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 3, 682, 10498, 8, 682, 1, 683, 1, 683, 1, 683, 1, 683, 1, 683, 3, 683, 10505, 8, 683, 1, 684, 1, 684, 3, 684, 10509, 8, 684, 1, 684, 1, 684, 3, 684, 10513, 8, 684, 1, 684, 1, 684, 1, 685, 4, 685, 10518, 8, 685, 11, 685, 12, 685, 10519, 1, 686, 1, 686, 1, 686, 1, 686, 1, 686, 1, 687, 1, 687, 1, 687, 1, 688, 1, 688, 1, 689, 1, 689, 3, 689, 10534, 8, 689, 1, 690, 1, 690, 1, 690, 3, 690, 10539, 8, 690, 1, 690, 1, 690, 1, 690, 3, 690, 10544, 8, 690, 1, 690, 1, 690, 3, 690, 10548, 8, 690, 3, 690, 10550, 8, 690, 1, 690, 3, 690, 10553, 8, 690, 1, 691, 1, 691, 1, 692, 4, 692, 10558, 8, 692, 11, 692, 12, 692, 10559, 1, 693, 5, 693, 10563, 8, 693, 10, 693, 12, 693, 10566, 9, 693, 1, 694, 1, 694, 1, 695, 1, 695, 1, 695, 5, 695, 10573, 8, 695, 10, 695, 12, 695, 10576, 9, 695, 1, 696, 1, 696, 1, 696, 1, 696, 1, 696, 3, 696, 10583, 8, 696, 1, 696, 3, 696, 10586, 8, 696, 1, 697, 1, 697, 1, 697, 5, 697, 10591, 8, 697, 10, 697, 12, 697, 10594, 9, 697, 1, 698, 1, 698, 1, 698, 5, 698, 10599, 8, 698, 10, 698, 12, 698, 10602, 9, 698, 1, 699, 1, 699, 1, 699, 5, 699, 10607, 8, 699, 10, 699, 12, 699, 10610, 9, 699, 1, 700, 1, 700, 1, 700, 5, 700, 10615, 8, 700, 10, 700, 12, 700, 10618, 9, 700, 1, 701, 1, 701, 1, 701, 5, 701, 10623, 8, 701, 10, 701, 12, 701, 10626, 9, 701, 1, 702, 1, 702, 3, 702, 10630, 8, 702, 1, 703, 1, 703, 3, 703, 10634, 8, 703, 1, 704, 1, 704, 3, 704, 10638, 8, 704, 1, 705, 1, 705, 3, 705, 10642, 8, 705, 1, 706, 1, 706, 3, 706, 10646, 8, 706, 1, 707, 1, 707, 3, 707, 10650, 8, 707, 1, 708, 1, 708, 3, 708, 10654, 8, 708, 1, 709, 1, 709, 1, 709, 5, 709, 10659, 8, 709, 10, 709, 12, 709, 10662, 9, 709, 1, 710, 1, 710, 1, 710, 5, 710, 10667, 8, 710, 10, 710, 12, 710, 10670, 9, 710, 1, 711, 1, 711, 3, 711, 10674, 8, 711, 1, 712, 1, 712, 3, 712, 10678, 8, 712, 1, 713, 1, 713, 3, 713, 10682, 8, 713, 1, 714, 1, 714, 1, 715, 1, 715, 1, 716, 1, 716, 1, 716, 1, 716, 3, 716, 10692, 8, 716, 1, 717, 1, 717, 1, 717, 1, 717, 3, 717, 10698, 8, 717, 1, 718, 1, 718, 5, 718, 10702, 8, 718, 10, 718, 12, 718, 10705, 9, 718, 1, 718, 3, 718, 10708, 8, 718, 1, 719, 1, 719, 1, 720, 1, 720, 1, 721, 1, 721, 1, 722, 1, 722, 1, 723, 1, 723, 1, 723, 1, 723, 3, 723, 10722, 8, 723, 1, 724, 1, 724, 1, 724, 1, 724, 3, 724, 10728, 8, 724, 1, 725, 1, 725, 1, 725, 1, 725, 3, 725, 10734, 8, 725, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 3, 726, 10746, 8, 726, 1, 726, 1, 726, 1, 726, 3, 726, 10751, 8, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 3, 726, 10759, 8, 726, 1, 726, 1, 726, 1, 726, 1, 726, 1, 726, 3, 726, 10766, 8, 726, 1, 726, 1, 726, 1, 726, 3, 726, 10771, 8, 726, 1, 727, 1, 727, 1, 728, 1, 728, 1, 729, 1, 729, 1, 730, 1, 730, 1, 731, 1, 731, 3, 731, 10783, 8, 731, 1, 732, 1, 732, 1, 732, 1, 732, 5, 732, 10789, 8, 732, 10, 732, 12, 732, 10792, 9, 732, 1, 732, 1, 732, 3, 732, 10796, 8, 732, 1, 733, 1, 733, 1, 733, 1, 734, 1, 734, 1, 734, 1, 734, 1, 734, 3, 734, 10806, 8, 734, 1, 735, 1, 735, 1, 736, 1, 736, 1, 737, 1, 737, 1, 737, 1, 737, 1, 737, 3, 737, 10817, 8, 737, 1, 738, 1, 738, 1, 738, 5, 738, 10822, 8, 738, 10, 738, 12, 738, 10825, 9, 738, 1, 739, 1, 739, 1, 739, 1, 739, 3, 739, 10831, 8, 739, 1, 740, 1, 740, 1, 741, 1, 741, 1, 741, 1, 741, 1, 741, 1, 741, 1, 741, 3, 741, 10842, 8, 741, 1, 741, 3, 741, 10845, 8, 741, 3, 741, 10847, 8, 741, 1, 742, 1, 742, 3, 742, 10851, 8, 742, 1, 742, 3, 742, 10854, 8, 742, 1, 743, 1, 743, 1, 743, 1, 743, 3, 743, 10860, 8, 743, 1, 744, 1, 744, 1, 744, 1, 744, 3, 744, 10866, 8, 744, 1, 745, 1, 745, 3, 745, 10870, 8, 745, 1, 746, 1, 746, 1, 746, 1, 746, 3, 746, 10876, 8, 746, 1, 747, 1, 747, 1, 747, 1, 747, 1, 747, 1, 747, 3, 747, 10884, 8, 747, 1, 748, 1, 748, 3, 748, 10888, 8, 748, 1, 748, 1, 748, 1, 748, 1, 748, 1, 748, 1, 748, 3, 748, 10896, 8, 748, 1, 749, 1, 749, 1, 750, 1, 750, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 1, 751, 3, 751, 10953, 8, 751, 1, 752, 1, 752, 1, 753, 1, 753, 1, 754, 1, 754, 1, 754, 1, 754, 1, 755, 5, 755, 10964, 8, 755, 10, 755, 12, 755, 10967, 9, 755, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 1, 756, 3, 756, 10989, 8, 756, 1, 757, 1, 757, 1, 758, 1, 758, 1, 758, 1, 758, 3, 758, 10997, 8, 758, 1, 759, 1, 759, 3, 759, 11001, 8, 759, 1, 760, 1, 760, 1, 760, 1, 760, 1, 760, 1, 760, 1, 760, 1, 761, 1, 761, 1, 761, 3, 761, 11013, 8, 761, 3, 761, 11015, 8, 761, 1, 762, 1, 762, 1, 763, 4, 763, 11020, 8, 763, 11, 763, 12, 763, 11021, 1, 764, 1, 764, 1, 764, 1, 764, 1, 765, 1, 765, 1, 765, 3, 765, 11031, 8, 765, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 1, 766, 3, 766, 11049, 8, 766, 1, 766, 1, 766, 1, 767, 1, 767, 1, 767, 1, 767, 3, 767, 11057, 8, 767, 1, 768, 1, 768, 1, 769, 1, 769, 1, 769, 1, 769, 1, 769, 3, 769, 11066, 8, 769, 1, 770, 1, 770, 1, 770, 5, 770, 11071, 8, 770, 10, 770, 12, 770, 11074, 9, 770, 1, 771, 1, 771, 1, 771, 1, 772, 1, 772, 1, 773, 1, 773, 3, 773, 11083, 8, 773, 1, 774, 1, 774, 1, 775, 1, 775, 3, 775, 11089, 8, 775, 1, 776, 1, 776, 1, 777, 1, 777, 1, 777, 3, 777, 11096, 8, 777, 1, 778, 1, 778, 1, 778, 3, 778, 11101, 8, 778, 1, 779, 1, 779, 1, 779, 1, 779, 3, 779, 11107, 8, 779, 1, 780, 1, 780, 3, 780, 11111, 8, 780, 1, 781, 1, 781, 1, 782, 5, 782, 11116, 8, 782, 10, 782, 12, 782, 11119, 9, 782, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 1, 783, 3, 783, 11148, 8, 783, 1, 784, 1, 784, 1, 784, 1, 784, 1, 785, 1, 785, 1, 785, 1, 785, 1, 785, 1, 785, 1, 785, 3, 785, 11161, 8, 785, 1, 785, 1, 785, 1, 785, 1, 785, 1, 785, 1, 785, 1, 785, 3, 785, 11170, 8, 785, 1, 786, 1, 786, 3, 786, 11174, 8, 786, 1, 787, 1, 787, 1, 787, 1, 787, 1, 787, 1, 788, 1, 788, 1, 788, 1, 788, 1, 788, 1, 788, 1, 789, 1, 789, 1, 789, 3, 789, 11190, 8, 789, 1, 790, 1, 790, 1, 790, 5, 790, 11195, 8, 790, 10, 790, 12, 790, 11198, 9, 790, 1, 791, 1, 791, 1, 791, 1, 791, 1, 792, 1, 792, 1, 793, 1, 793, 1, 794, 1, 794, 3, 794, 11210, 8, 794, 1, 794, 1, 794, 1, 794, 1, 794, 5, 794, 11216, 8, 794, 10, 794, 12, 794, 11219, 9, 794, 1, 795, 1, 795, 1, 795, 1, 795, 1, 795, 1, 795, 1, 795, 1, 795, 1, 795, 1, 795, 1, 796, 1, 796, 1, 796, 1, 796, 1, 796, 5, 796, 11236, 8, 796, 10, 796, 12, 796, 11239, 9, 796, 1, 797, 1, 797, 1, 797, 3, 797, 11244, 8, 797, 1, 798, 1, 798, 1, 798, 1, 798, 1, 798, 1, 798, 1, 798, 1, 798, 1, 799, 1, 799, 3, 799, 11256, 8, 799, 1, 800, 4, 800, 11259, 8, 800, 11, 800, 12, 800, 11260, 1, 801, 1, 801, 1, 801, 1, 801, 1, 801, 1, 802, 1, 802, 1, 802, 3, 802, 11271, 8, 802, 1, 803, 1, 803, 1, 803, 1, 804, 1, 804, 1, 804, 1, 804, 1, 804, 1, 805, 1, 805, 1, 805, 1, 805, 1, 805, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 1, 806, 3, 806, 11303, 8, 806, 1, 807, 1, 807, 1, 807, 3, 807, 11308, 8, 807, 1, 808, 1, 808, 1, 808, 1, 808, 1, 808, 5, 808, 11315, 8, 808, 10, 808, 12, 808, 11318, 9, 808, 1, 808, 1, 808, 3, 808, 11322, 8, 808, 1, 809, 1, 809, 3, 809, 11326, 8, 809, 1, 810, 1, 810, 1, 810, 3, 810, 11331, 8, 810, 1, 811, 1, 811, 1, 812, 1, 812, 1, 812, 1, 812, 1, 812, 1, 812, 1, 812, 1, 812, 1, 812, 1, 813, 1, 813, 1, 813, 3, 813, 11347, 8, 813, 1, 814, 1, 814, 1, 814, 3, 814, 11352, 8, 814, 1, 814, 1, 814, 1, 815, 1, 815, 1, 816, 1, 816, 1, 816, 1, 816, 1, 816, 1, 816, 1, 816, 1, 816, 1, 816, 3, 816, 11367, 8, 816, 1, 816, 3, 816, 11370, 8, 816, 1, 816, 1, 816, 1, 817, 1, 817, 3, 817, 11376, 8, 817, 1, 818, 1, 818, 3, 818, 11380, 8, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 3, 818, 11389, 8, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 3, 818, 11397, 8, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 1, 818, 3, 818, 11406, 8, 818, 1, 818, 1, 818, 1, 818, 1, 818, 3, 818, 11412, 8, 818, 1, 819, 1, 819, 1, 820, 1, 820, 1, 820, 4, 820, 11419, 8, 820, 11, 820, 12, 820, 11420, 3, 820, 11423, 8, 820, 1, 821, 1, 821, 1, 821, 3, 821, 11428, 8, 821, 1, 822, 1, 822, 1, 822, 1, 822, 1, 823, 1, 823, 1, 823, 5, 823, 11437, 8, 823, 10, 823, 12, 823, 11440, 9, 823, 1, 824, 1, 824, 1, 824, 1, 824, 1, 824, 1, 825, 1, 825, 1, 825, 3, 825, 11450, 8, 825, 1, 826, 1, 826, 1, 826, 1, 826, 1, 826, 1, 826, 1, 826, 1, 827, 1, 827, 1, 827, 1, 828, 1, 828, 1, 828, 1, 828, 1, 828, 1, 828, 1, 828, 1, 828, 1, 828, 3, 828, 11471, 8, 828, 1, 828, 1, 828, 1, 829, 1, 829, 1, 829, 3, 829, 11478, 8, 829, 1, 830, 1, 830, 1, 830, 5, 830, 11483, 8, 830, 10, 830, 12, 830, 11486, 9, 830, 1, 831, 1, 831, 1, 831, 3, 831, 11491, 8, 831, 1, 831, 3, 831, 11494, 8, 831, 1, 832, 1, 832, 1, 832, 1, 832, 1, 832, 1, 832, 1, 832, 1, 832, 1, 832, 3, 832, 11505, 8, 832, 1, 832, 1, 832, 1, 832, 1, 832, 1, 832, 3, 832, 11512, 8, 832, 3, 832, 11514, 8, 832, 1, 832, 1, 832, 1, 833, 1, 833, 1, 833, 1, 833, 1, 833, 3, 833, 11523, 8, 833, 1, 834, 1, 834, 1, 834, 5, 834, 11528, 8, 834, 10, 834, 12, 834, 11531, 9, 834, 1, 835, 1, 835, 1, 835, 3, 835, 11536, 8, 835, 1, 836, 1, 836, 1, 836, 1, 836, 3, 836, 11542, 8, 836, 1, 837, 1, 837, 3, 837, 11546, 8, 837, 1, 838, 1, 838, 3, 838, 11550, 8, 838, 1, 838, 1, 838, 1, 838, 1, 838, 1, 838, 1, 838, 1, 839, 1, 839, 1, 840, 1, 840, 1, 840, 3, 840, 11563, 8, 840, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 1, 841, 3, 841, 11578, 8, 841, 3, 841, 11580, 8, 841, 1, 842, 1, 842, 3, 842, 11584, 8, 842, 1, 842, 1, 842, 1, 842, 1, 843, 3, 843, 11590, 8, 843, 1, 843, 1, 843, 1, 843, 3, 843, 11595, 8, 843, 1, 843, 1, 843, 3, 843, 11599, 8, 843, 1, 843, 3, 843, 11602, 8, 843, 1, 843, 3, 843, 11605, 8, 843, 1, 843, 1, 843, 1, 843, 1, 843, 1, 843, 4, 843, 11612, 8, 843, 11, 843, 12, 843, 11613, 1, 844, 3, 844, 11617, 8, 844, 1, 844, 1, 844, 3, 844, 11621, 8, 844, 1, 844, 1, 844, 3, 844, 11625, 8, 844, 3, 844, 11627, 8, 844, 1, 844, 3, 844, 11630, 8, 844, 1, 844, 3, 844, 11633, 8, 844, 1, 845, 1, 845, 1, 846, 1, 846, 1, 846, 1, 846, 3, 846, 11641, 8, 846, 1, 846, 1, 846, 1, 846, 1, 846, 1, 846, 3, 846, 11648, 8, 846, 1, 846, 1, 846, 1, 846, 1, 846, 1, 846, 3, 846, 11655, 8, 846, 1, 846, 1, 846, 1, 846, 1, 846, 3, 846, 11661, 8, 846, 3, 846, 11663, 8, 846, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 3, 847, 11670, 8, 847, 1, 847, 1, 847, 1, 847, 3, 847, 11675, 8, 847, 1, 847, 1, 847, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 4, 848, 11693, 8, 848, 11, 848, 12, 848, 11694, 1, 849, 1, 849, 1, 849, 1, 849, 3, 849, 11701, 8, 849, 1, 850, 1, 850, 1, 850, 1, 850, 5, 850, 11707, 8, 850, 10, 850, 12, 850, 11710, 9, 850, 1, 850, 1, 850, 1, 851, 1, 851, 3, 851, 11716, 8, 851, 1, 852, 1, 852, 1, 852, 1, 852, 1, 853, 1, 853, 1, 853, 1, 854, 1, 854, 3, 854, 11727, 8, 854, 1, 854, 1, 854, 1, 855, 1, 855, 3, 855, 11733, 8, 855, 1, 855, 1, 855, 1, 856, 1, 856, 3, 856, 11739, 8, 856, 1, 856, 1, 856, 1, 857, 1, 857, 1, 857, 1, 857, 1, 857, 1, 857, 1, 857, 1, 857, 1, 857, 3, 857, 11752, 8, 857, 1, 857, 3, 857, 11755, 8, 857, 1, 858, 1, 858, 3, 858, 11759, 8, 858, 1, 859, 1, 859, 1, 859, 3, 859, 11764, 8, 859, 1, 860, 4, 860, 11767, 8, 860, 11, 860, 12, 860, 11768, 1, 861, 1, 861, 1, 861, 1, 861, 1, 861, 1, 862, 1, 862, 1, 862, 5, 862, 11779, 8, 862, 10, 862, 12, 862, 11782, 9, 862, 1, 863, 1, 863, 1, 863, 3, 863, 11787, 8, 863, 1, 864, 1, 864, 3, 864, 11791, 8, 864, 1, 865, 1, 865, 3, 865, 11795, 8, 865, 1, 866, 1, 866, 3, 866, 11799, 8, 866, 1, 867, 1, 867, 1, 867, 1, 868, 1, 868, 3, 868, 11806, 8, 868, 1, 869, 1, 869, 1, 870, 3, 870, 11811, 8, 870, 1, 870, 3, 870, 11814, 8, 870, 1, 870, 3, 870, 11817, 8, 870, 1, 870, 3, 870, 11820, 8, 870, 1, 870, 3, 870, 11823, 8, 870, 1, 870, 3, 870, 11826, 8, 870, 1, 870, 3, 870, 11829, 8, 870, 1, 871, 1, 871, 1, 872, 1, 872, 1, 873, 1, 873, 1, 874, 1, 874, 1, 875, 1, 875, 3, 875, 11841, 8, 875, 1, 876, 1, 876, 1, 876, 1, 876, 1, 876, 0, 1, 1256, 877, 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, 932, 934, 936, 938, 940, 942, 944, 946, 948, 950, 952, 954, 956, 958, 960, 962, 964, 966, 968, 970, 972, 974, 976, 978, 980, 982, 984, 986, 988, 990, 992, 994, 996, 998, 1000, 1002, 1004, 1006, 1008, 1010, 1012, 1014, 1016, 1018, 1020, 1022, 1024, 1026, 1028, 1030, 1032, 1034, 1036, 1038, 1040, 1042, 1044, 1046, 1048, 1050, 1052, 1054, 1056, 1058, 1060, 1062, 1064, 1066, 1068, 1070, 1072, 1074, 1076, 1078, 1080, 1082, 1084, 1086, 1088, 1090, 1092, 1094, 1096, 1098, 1100, 1102, 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, 1344, 1346, 1348, 1350, 1352, 1354, 1356, 1358, 1360, 1362, 1364, 1366, 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, 1416, 1418, 1420, 1422, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, 1584, 1586, 1588, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1604, 1606, 1608, 1610, 1612, 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628, 1630, 1632, 1634, 1636, 1638, 1640, 1642, 1644, 1646, 1648, 1650, 1652, 1654, 1656, 1658, 1660, 1662, 1664, 1666, 1668, 1670, 1672, 1674, 1676, 1678, 1680, 1682, 1684, 1686, 1688, 1690, 1692, 1694, 1696, 1698, 1700, 1702, 1704, 1706, 1708, 1710, 1712, 1714, 1716, 1718, 1720, 1722, 1724, 1726, 1728, 1730, 1732, 1734, 1736, 1738, 1740, 1742, 1744, 1746, 1748, 1750, 1752, 0, 87, 2, 0, 195, 195, 364, 364, 1, 0, 228, 229, 1, 0, 236, 237, 1, 0, 234, 235, 1, 0, 232, 233, 1, 0, 230, 231, 1, 0, 535, 536, 1, 0, 537, 538, 1, 0, 539, 540, 2, 0, 66, 66, 318, 318, 2, 0, 99, 99, 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, 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, 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, 3, 0, 173, 173, 260, 260, 262, 262, 2, 0, 9, 9, 94, 94, 5, 0, 30, 30, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 92, 92, 226, 226, 2, 0, 341, 341, 414, 414, 1, 0, 448, 449, 2, 0, 92, 92, 414, 414, 2, 0, 135, 135, 145, 145, 3, 0, 66, 66, 99, 99, 318, 318, 4, 0, 163, 163, 185, 185, 283, 283, 353, 353, 3, 0, 321, 321, 357, 357, 445, 445, 2, 0, 167, 167, 314, 314, 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, 361, 361, 455, 456, 2, 0, 37, 37, 55, 55, 2, 0, 10, 10, 53, 53, 4, 0, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 137, 137, 242, 242, 2, 0, 356, 356, 380, 380, 2, 0, 151, 151, 254, 254, 1, 0, 31, 32, 2, 0, 60, 60, 96, 96, 2, 0, 99, 99, 349, 349, 2, 0, 201, 201, 334, 334, 1, 0, 527, 528, 2, 0, 213, 213, 254, 254, 2, 0, 30, 30, 56, 56, 2, 0, 320, 320, 414, 414, 2, 0, 207, 207, 268, 268, 4, 0, 113, 113, 115, 115, 119, 119, 126, 126, 2, 0, 360, 360, 477, 477, 2, 0, 391, 392, 406, 406, 1, 0, 391, 392, 1, 0, 418, 419, 1, 0, 18, 19, 2, 0, 117, 117, 122, 122, 5, 0, 10, 10, 16, 17, 21, 21, 23, 23, 25, 25, 1, 0, 12, 13, 3, 0, 9, 9, 14, 14, 27, 27, 3, 0, 39, 39, 73, 73, 95, 95, 2, 0, 166, 166, 188, 188, 2, 0, 304, 304, 450, 450, 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, 20, 20, 22, 22, 1, 0, 483, 486, 10, 0, 124, 124, 129, 228, 238, 386, 433, 452, 455, 469, 471, 471, 473, 473, 475, 475, 478, 488, 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, 167, 167, 507, 507, 1, 0, 512, 517, 2, 0, 144, 144, 210, 210, 36, 0, 33, 33, 35, 35, 43, 43, 45, 45, 53, 53, 57, 57, 61, 61, 116, 116, 123, 123, 130, 130, 144, 144, 153, 153, 157, 157, 161, 161, 167, 167, 172, 172, 207, 207, 210, 210, 241, 241, 249, 249, 265, 265, 268, 269, 279, 279, 293, 293, 307, 307, 313, 313, 319, 319, 323, 324, 333, 333, 360, 360, 433, 434, 477, 477, 490, 502, 504, 504, 506, 518, 520, 520, 13169, 0, 1757, 1, 0, 0, 0, 2, 1762, 1, 0, 0, 0, 4, 1764, 1, 0, 0, 0, 6, 1885, 1, 0, 0, 0, 8, 1887, 1, 0, 0, 0, 10, 1891, 1, 0, 0, 0, 12, 1894, 1, 0, 0, 0, 14, 1902, 1, 0, 0, 0, 16, 1907, 1, 0, 0, 0, 18, 1913, 1, 0, 0, 0, 20, 1951, 1, 0, 0, 0, 22, 1963, 1, 0, 0, 0, 24, 1965, 1, 0, 0, 0, 26, 1973, 1, 0, 0, 0, 28, 1985, 1, 0, 0, 0, 30, 1987, 1, 0, 0, 0, 32, 1996, 1, 0, 0, 0, 34, 2024, 1, 0, 0, 0, 36, 2026, 1, 0, 0, 0, 38, 2074, 1, 0, 0, 0, 40, 2076, 1, 0, 0, 0, 42, 2084, 1, 0, 0, 0, 44, 2091, 1, 0, 0, 0, 46, 2093, 1, 0, 0, 0, 48, 2108, 1, 0, 0, 0, 50, 2115, 1, 0, 0, 0, 52, 2124, 1, 0, 0, 0, 54, 2126, 1, 0, 0, 0, 56, 2140, 1, 0, 0, 0, 58, 2144, 1, 0, 0, 0, 60, 2180, 1, 0, 0, 0, 62, 2182, 1, 0, 0, 0, 64, 2190, 1, 0, 0, 0, 66, 2200, 1, 0, 0, 0, 68, 2207, 1, 0, 0, 0, 70, 2213, 1, 0, 0, 0, 72, 2219, 1, 0, 0, 0, 74, 2237, 1, 0, 0, 0, 76, 2241, 1, 0, 0, 0, 78, 2245, 1, 0, 0, 0, 80, 2249, 1, 0, 0, 0, 82, 2251, 1, 0, 0, 0, 84, 2262, 1, 0, 0, 0, 86, 2266, 1, 0, 0, 0, 88, 2271, 1, 0, 0, 0, 90, 2276, 1, 0, 0, 0, 92, 2278, 1, 0, 0, 0, 94, 2290, 1, 0, 0, 0, 96, 2297, 1, 0, 0, 0, 98, 2299, 1, 0, 0, 0, 100, 2301, 1, 0, 0, 0, 102, 2303, 1, 0, 0, 0, 104, 2439, 1, 0, 0, 0, 106, 2441, 1, 0, 0, 0, 108, 2458, 1, 0, 0, 0, 110, 2460, 1, 0, 0, 0, 112, 2474, 1, 0, 0, 0, 114, 2476, 1, 0, 0, 0, 116, 2492, 1, 0, 0, 0, 118, 2494, 1, 0, 0, 0, 120, 2715, 1, 0, 0, 0, 122, 2722, 1, 0, 0, 0, 124, 2724, 1, 0, 0, 0, 126, 2726, 1, 0, 0, 0, 128, 2729, 1, 0, 0, 0, 130, 2738, 1, 0, 0, 0, 132, 2740, 1, 0, 0, 0, 134, 2744, 1, 0, 0, 0, 136, 2747, 1, 0, 0, 0, 138, 2755, 1, 0, 0, 0, 140, 2767, 1, 0, 0, 0, 142, 2784, 1, 0, 0, 0, 144, 2812, 1, 0, 0, 0, 146, 2814, 1, 0, 0, 0, 148, 2817, 1, 0, 0, 0, 150, 2825, 1, 0, 0, 0, 152, 2830, 1, 0, 0, 0, 154, 2867, 1, 0, 0, 0, 156, 2869, 1, 0, 0, 0, 158, 2911, 1, 0, 0, 0, 160, 2913, 1, 0, 0, 0, 162, 2915, 1, 0, 0, 0, 164, 2920, 1, 0, 0, 0, 166, 2927, 1, 0, 0, 0, 168, 2932, 1, 0, 0, 0, 170, 2974, 1, 0, 0, 0, 172, 2976, 1, 0, 0, 0, 174, 2979, 1, 0, 0, 0, 176, 2984, 1, 0, 0, 0, 178, 2986, 1, 0, 0, 0, 180, 2994, 1, 0, 0, 0, 182, 3005, 1, 0, 0, 0, 184, 3007, 1, 0, 0, 0, 186, 3015, 1, 0, 0, 0, 188, 3017, 1, 0, 0, 0, 190, 3092, 1, 0, 0, 0, 192, 3104, 1, 0, 0, 0, 194, 3117, 1, 0, 0, 0, 196, 3119, 1, 0, 0, 0, 198, 3121, 1, 0, 0, 0, 200, 3123, 1, 0, 0, 0, 202, 3127, 1, 0, 0, 0, 204, 3135, 1, 0, 0, 0, 206, 3146, 1, 0, 0, 0, 208, 3150, 1, 0, 0, 0, 210, 3152, 1, 0, 0, 0, 212, 3173, 1, 0, 0, 0, 214, 3176, 1, 0, 0, 0, 216, 3185, 1, 0, 0, 0, 218, 3195, 1, 0, 0, 0, 220, 3216, 1, 0, 0, 0, 222, 3276, 1, 0, 0, 0, 224, 3278, 1, 0, 0, 0, 226, 3287, 1, 0, 0, 0, 228, 3292, 1, 0, 0, 0, 230, 3294, 1, 0, 0, 0, 232, 3297, 1, 0, 0, 0, 234, 3305, 1, 0, 0, 0, 236, 3308, 1, 0, 0, 0, 238, 3315, 1, 0, 0, 0, 240, 3403, 1, 0, 0, 0, 242, 3405, 1, 0, 0, 0, 244, 3408, 1, 0, 0, 0, 246, 3412, 1, 0, 0, 0, 248, 3416, 1, 0, 0, 0, 250, 3424, 1, 0, 0, 0, 252, 3432, 1, 0, 0, 0, 254, 3437, 1, 0, 0, 0, 256, 3440, 1, 0, 0, 0, 258, 3448, 1, 0, 0, 0, 260, 3458, 1, 0, 0, 0, 262, 3471, 1, 0, 0, 0, 264, 3473, 1, 0, 0, 0, 266, 3477, 1, 0, 0, 0, 268, 3490, 1, 0, 0, 0, 270, 3492, 1, 0, 0, 0, 272, 3497, 1, 0, 0, 0, 274, 3499, 1, 0, 0, 0, 276, 3506, 1, 0, 0, 0, 278, 3537, 1, 0, 0, 0, 280, 3539, 1, 0, 0, 0, 282, 3548, 1, 0, 0, 0, 284, 3550, 1, 0, 0, 0, 286, 3559, 1, 0, 0, 0, 288, 3563, 1, 0, 0, 0, 290, 3571, 1, 0, 0, 0, 292, 3576, 1, 0, 0, 0, 294, 3580, 1, 0, 0, 0, 296, 3599, 1, 0, 0, 0, 298, 3609, 1, 0, 0, 0, 300, 3619, 1, 0, 0, 0, 302, 3635, 1, 0, 0, 0, 304, 3641, 1, 0, 0, 0, 306, 3656, 1, 0, 0, 0, 308, 3669, 1, 0, 0, 0, 310, 3671, 1, 0, 0, 0, 312, 3681, 1, 0, 0, 0, 314, 3693, 1, 0, 0, 0, 316, 3701, 1, 0, 0, 0, 318, 3703, 1, 0, 0, 0, 320, 3708, 1, 0, 0, 0, 322, 3746, 1, 0, 0, 0, 324, 3748, 1, 0, 0, 0, 326, 3756, 1, 0, 0, 0, 328, 3758, 1, 0, 0, 0, 330, 3766, 1, 0, 0, 0, 332, 3788, 1, 0, 0, 0, 334, 3790, 1, 0, 0, 0, 336, 3794, 1, 0, 0, 0, 338, 3801, 1, 0, 0, 0, 340, 3803, 1, 0, 0, 0, 342, 3805, 1, 0, 0, 0, 344, 3807, 1, 0, 0, 0, 346, 3818, 1, 0, 0, 0, 348, 3821, 1, 0, 0, 0, 350, 3835, 1, 0, 0, 0, 352, 3845, 1, 0, 0, 0, 354, 3847, 1, 0, 0, 0, 356, 3856, 1, 0, 0, 0, 358, 3859, 1, 0, 0, 0, 360, 3964, 1, 0, 0, 0, 362, 3966, 1, 0, 0, 0, 364, 3985, 1, 0, 0, 0, 366, 3988, 1, 0, 0, 0, 368, 3992, 1, 0, 0, 0, 370, 4011, 1, 0, 0, 0, 372, 4013, 1, 0, 0, 0, 374, 4018, 1, 0, 0, 0, 376, 4026, 1, 0, 0, 0, 378, 4031, 1, 0, 0, 0, 380, 4046, 1, 0, 0, 0, 382, 4048, 1, 0, 0, 0, 384, 4051, 1, 0, 0, 0, 386, 4053, 1, 0, 0, 0, 388, 4055, 1, 0, 0, 0, 390, 4074, 1, 0, 0, 0, 392, 4077, 1, 0, 0, 0, 394, 4082, 1, 0, 0, 0, 396, 4084, 1, 0, 0, 0, 398, 4133, 1, 0, 0, 0, 400, 4135, 1, 0, 0, 0, 402, 4153, 1, 0, 0, 0, 404, 4155, 1, 0, 0, 0, 406, 4160, 1, 0, 0, 0, 408, 4175, 1, 0, 0, 0, 410, 4177, 1, 0, 0, 0, 412, 4186, 1, 0, 0, 0, 414, 4206, 1, 0, 0, 0, 416, 4220, 1, 0, 0, 0, 418, 4254, 1, 0, 0, 0, 420, 4284, 1, 0, 0, 0, 422, 4286, 1, 0, 0, 0, 424, 4291, 1, 0, 0, 0, 426, 4297, 1, 0, 0, 0, 428, 4300, 1, 0, 0, 0, 430, 4303, 1, 0, 0, 0, 432, 4309, 1, 0, 0, 0, 434, 4312, 1, 0, 0, 0, 436, 4314, 1, 0, 0, 0, 438, 4323, 1, 0, 0, 0, 440, 4379, 1, 0, 0, 0, 442, 4385, 1, 0, 0, 0, 444, 4387, 1, 0, 0, 0, 446, 4393, 1, 0, 0, 0, 448, 4395, 1, 0, 0, 0, 450, 4410, 1, 0, 0, 0, 452, 4412, 1, 0, 0, 0, 454, 4416, 1, 0, 0, 0, 456, 4420, 1, 0, 0, 0, 458, 4427, 1, 0, 0, 0, 460, 4429, 1, 0, 0, 0, 462, 4431, 1, 0, 0, 0, 464, 4433, 1, 0, 0, 0, 466, 4439, 1, 0, 0, 0, 468, 4441, 1, 0, 0, 0, 470, 4443, 1, 0, 0, 0, 472, 4452, 1, 0, 0, 0, 474, 4456, 1, 0, 0, 0, 476, 4469, 1, 0, 0, 0, 478, 4471, 1, 0, 0, 0, 480, 4477, 1, 0, 0, 0, 482, 4491, 1, 0, 0, 0, 484, 4517, 1, 0, 0, 0, 486, 4519, 1, 0, 0, 0, 488, 4527, 1, 0, 0, 0, 490, 4533, 1, 0, 0, 0, 492, 4541, 1, 0, 0, 0, 494, 4552, 1, 0, 0, 0, 496, 4554, 1, 0, 0, 0, 498, 4666, 1, 0, 0, 0, 500, 4668, 1, 0, 0, 0, 502, 4672, 1, 0, 0, 0, 504, 4680, 1, 0, 0, 0, 506, 4691, 1, 0, 0, 0, 508, 4693, 1, 0, 0, 0, 510, 4697, 1, 0, 0, 0, 512, 4705, 1, 0, 0, 0, 514, 4709, 1, 0, 0, 0, 516, 4711, 1, 0, 0, 0, 518, 4741, 1, 0, 0, 0, 520, 4743, 1, 0, 0, 0, 522, 4747, 1, 0, 0, 0, 524, 4765, 1, 0, 0, 0, 526, 4804, 1, 0, 0, 0, 528, 4806, 1, 0, 0, 0, 530, 4808, 1, 0, 0, 0, 532, 4817, 1, 0, 0, 0, 534, 4819, 1, 0, 0, 0, 536, 4821, 1, 0, 0, 0, 538, 4846, 1, 0, 0, 0, 540, 4848, 1, 0, 0, 0, 542, 4868, 1, 0, 0, 0, 544, 4870, 1, 0, 0, 0, 546, 5256, 1, 0, 0, 0, 548, 5258, 1, 0, 0, 0, 550, 5290, 1, 0, 0, 0, 552, 5323, 1, 0, 0, 0, 554, 5325, 1, 0, 0, 0, 556, 5327, 1, 0, 0, 0, 558, 5335, 1, 0, 0, 0, 560, 5339, 1, 0, 0, 0, 562, 5343, 1, 0, 0, 0, 564, 5349, 1, 0, 0, 0, 566, 5353, 1, 0, 0, 0, 568, 5361, 1, 0, 0, 0, 570, 5381, 1, 0, 0, 0, 572, 5552, 1, 0, 0, 0, 574, 5556, 1, 0, 0, 0, 576, 5667, 1, 0, 0, 0, 578, 5669, 1, 0, 0, 0, 580, 5674, 1, 0, 0, 0, 582, 5680, 1, 0, 0, 0, 584, 5767, 1, 0, 0, 0, 586, 5769, 1, 0, 0, 0, 588, 5771, 1, 0, 0, 0, 590, 5773, 1, 0, 0, 0, 592, 5803, 1, 0, 0, 0, 594, 5821, 1, 0, 0, 0, 596, 5823, 1, 0, 0, 0, 598, 5831, 1, 0, 0, 0, 600, 5833, 1, 0, 0, 0, 602, 5857, 1, 0, 0, 0, 604, 5917, 1, 0, 0, 0, 606, 5919, 1, 0, 0, 0, 608, 5930, 1, 0, 0, 0, 610, 5932, 1, 0, 0, 0, 612, 5936, 1, 0, 0, 0, 614, 5969, 1, 0, 0, 0, 616, 5971, 1, 0, 0, 0, 618, 5975, 1, 0, 0, 0, 620, 5979, 1, 0, 0, 0, 622, 5988, 1, 0, 0, 0, 624, 6000, 1, 0, 0, 0, 626, 6032, 1, 0, 0, 0, 628, 6034, 1, 0, 0, 0, 630, 6036, 1, 0, 0, 0, 632, 6073, 1, 0, 0, 0, 634, 6075, 1, 0, 0, 0, 636, 6077, 1, 0, 0, 0, 638, 6079, 1, 0, 0, 0, 640, 6082, 1, 0, 0, 0, 642, 6113, 1, 0, 0, 0, 644, 6126, 1, 0, 0, 0, 646, 6128, 1, 0, 0, 0, 648, 6133, 1, 0, 0, 0, 650, 6141, 1, 0, 0, 0, 652, 6144, 1, 0, 0, 0, 654, 6146, 1, 0, 0, 0, 656, 6152, 1, 0, 0, 0, 658, 6154, 1, 0, 0, 0, 660, 6181, 1, 0, 0, 0, 662, 6192, 1, 0, 0, 0, 664, 6195, 1, 0, 0, 0, 666, 6201, 1, 0, 0, 0, 668, 6209, 1, 0, 0, 0, 670, 6225, 1, 0, 0, 0, 672, 6227, 1, 0, 0, 0, 674, 6243, 1, 0, 0, 0, 676, 6245, 1, 0, 0, 0, 678, 6261, 1, 0, 0, 0, 680, 6263, 1, 0, 0, 0, 682, 6269, 1, 0, 0, 0, 684, 6290, 1, 0, 0, 0, 686, 6299, 1, 0, 0, 0, 688, 6301, 1, 0, 0, 0, 690, 6303, 1, 0, 0, 0, 692, 6317, 1, 0, 0, 0, 694, 6319, 1, 0, 0, 0, 696, 6324, 1, 0, 0, 0, 698, 6326, 1, 0, 0, 0, 700, 6341, 1, 0, 0, 0, 702, 6349, 1, 0, 0, 0, 704, 6352, 1, 0, 0, 0, 706, 6361, 1, 0, 0, 0, 708, 6400, 1, 0, 0, 0, 710, 6427, 1, 0, 0, 0, 712, 6429, 1, 0, 0, 0, 714, 6441, 1, 0, 0, 0, 716, 6444, 1, 0, 0, 0, 718, 6447, 1, 0, 0, 0, 720, 6455, 1, 0, 0, 0, 722, 6467, 1, 0, 0, 0, 724, 6470, 1, 0, 0, 0, 726, 6474, 1, 0, 0, 0, 728, 6503, 1, 0, 0, 0, 730, 6505, 1, 0, 0, 0, 732, 6514, 1, 0, 0, 0, 734, 6545, 1, 0, 0, 0, 736, 6552, 1, 0, 0, 0, 738, 6557, 1, 0, 0, 0, 740, 6565, 1, 0, 0, 0, 742, 6568, 1, 0, 0, 0, 744, 6572, 1, 0, 0, 0, 746, 6579, 1, 0, 0, 0, 748, 6618, 1, 0, 0, 0, 750, 6624, 1, 0, 0, 0, 752, 6626, 1, 0, 0, 0, 754, 6629, 1, 0, 0, 0, 756, 6676, 1, 0, 0, 0, 758, 6694, 1, 0, 0, 0, 760, 6706, 1, 0, 0, 0, 762, 6723, 1, 0, 0, 0, 764, 6725, 1, 0, 0, 0, 766, 6733, 1, 0, 0, 0, 768, 6747, 1, 0, 0, 0, 770, 7140, 1, 0, 0, 0, 772, 7142, 1, 0, 0, 0, 774, 7214, 1, 0, 0, 0, 776, 7216, 1, 0, 0, 0, 778, 7403, 1, 0, 0, 0, 780, 7405, 1, 0, 0, 0, 782, 7413, 1, 0, 0, 0, 784, 7429, 1, 0, 0, 0, 786, 7436, 1, 0, 0, 0, 788, 7438, 1, 0, 0, 0, 790, 7631, 1, 0, 0, 0, 792, 7633, 1, 0, 0, 0, 794, 7642, 1, 0, 0, 0, 796, 7650, 1, 0, 0, 0, 798, 7690, 1, 0, 0, 0, 800, 7692, 1, 0, 0, 0, 802, 7702, 1, 0, 0, 0, 804, 7710, 1, 0, 0, 0, 806, 7790, 1, 0, 0, 0, 808, 7792, 1, 0, 0, 0, 810, 7818, 1, 0, 0, 0, 812, 7821, 1, 0, 0, 0, 814, 7837, 1, 0, 0, 0, 816, 7839, 1, 0, 0, 0, 818, 7841, 1, 0, 0, 0, 820, 7843, 1, 0, 0, 0, 822, 7845, 1, 0, 0, 0, 824, 7850, 1, 0, 0, 0, 826, 7853, 1, 0, 0, 0, 828, 7860, 1, 0, 0, 0, 830, 7927, 1, 0, 0, 0, 832, 7929, 1, 0, 0, 0, 834, 7941, 1, 0, 0, 0, 836, 7943, 1, 0, 0, 0, 838, 7953, 1, 0, 0, 0, 840, 7955, 1, 0, 0, 0, 842, 7961, 1, 0, 0, 0, 844, 7993, 1, 0, 0, 0, 846, 8000, 1, 0, 0, 0, 848, 8003, 1, 0, 0, 0, 850, 8012, 1, 0, 0, 0, 852, 8015, 1, 0, 0, 0, 854, 8019, 1, 0, 0, 0, 856, 8036, 1, 0, 0, 0, 858, 8038, 1, 0, 0, 0, 860, 8040, 1, 0, 0, 0, 862, 8056, 1, 0, 0, 0, 864, 8062, 1, 0, 0, 0, 866, 8070, 1, 0, 0, 0, 868, 8072, 1, 0, 0, 0, 870, 8078, 1, 0, 0, 0, 872, 8083, 1, 0, 0, 0, 874, 8092, 1, 0, 0, 0, 876, 8118, 1, 0, 0, 0, 878, 8120, 1, 0, 0, 0, 880, 8190, 1, 0, 0, 0, 882, 8192, 1, 0, 0, 0, 884, 8194, 1, 0, 0, 0, 886, 8225, 1, 0, 0, 0, 888, 8227, 1, 0, 0, 0, 890, 8238, 1, 0, 0, 0, 892, 8267, 1, 0, 0, 0, 894, 8283, 1, 0, 0, 0, 896, 8285, 1, 0, 0, 0, 898, 8293, 1, 0, 0, 0, 900, 8295, 1, 0, 0, 0, 902, 8301, 1, 0, 0, 0, 904, 8305, 1, 0, 0, 0, 906, 8307, 1, 0, 0, 0, 908, 8309, 1, 0, 0, 0, 910, 8320, 1, 0, 0, 0, 912, 8322, 1, 0, 0, 0, 914, 8326, 1, 0, 0, 0, 916, 8330, 1, 0, 0, 0, 918, 8335, 1, 0, 0, 0, 920, 8337, 1, 0, 0, 0, 922, 8339, 1, 0, 0, 0, 924, 8343, 1, 0, 0, 0, 926, 8347, 1, 0, 0, 0, 928, 8355, 1, 0, 0, 0, 930, 8375, 1, 0, 0, 0, 932, 8386, 1, 0, 0, 0, 934, 8388, 1, 0, 0, 0, 936, 8396, 1, 0, 0, 0, 938, 8402, 1, 0, 0, 0, 940, 8406, 1, 0, 0, 0, 942, 8408, 1, 0, 0, 0, 944, 8416, 1, 0, 0, 0, 946, 8424, 1, 0, 0, 0, 948, 8445, 1, 0, 0, 0, 950, 8447, 1, 0, 0, 0, 952, 8451, 1, 0, 0, 0, 954, 8460, 1, 0, 0, 0, 956, 8472, 1, 0, 0, 0, 958, 8481, 1, 0, 0, 0, 960, 8493, 1, 0, 0, 0, 962, 8495, 1, 0, 0, 0, 964, 8503, 1, 0, 0, 0, 966, 8506, 1, 0, 0, 0, 968, 8530, 1, 0, 0, 0, 970, 8532, 1, 0, 0, 0, 972, 8536, 1, 0, 0, 0, 974, 8550, 1, 0, 0, 0, 976, 8553, 1, 0, 0, 0, 978, 8564, 1, 0, 0, 0, 980, 8580, 1, 0, 0, 0, 982, 8582, 1, 0, 0, 0, 984, 8587, 1, 0, 0, 0, 986, 8590, 1, 0, 0, 0, 988, 8605, 1, 0, 0, 0, 990, 8631, 1, 0, 0, 0, 992, 8633, 1, 0, 0, 0, 994, 8636, 1, 0, 0, 0, 996, 8644, 1, 0, 0, 0, 998, 8652, 1, 0, 0, 0, 1000, 8661, 1, 0, 0, 0, 1002, 8669, 1, 0, 0, 0, 1004, 8673, 1, 0, 0, 0, 1006, 8683, 1, 0, 0, 0, 1008, 8714, 1, 0, 0, 0, 1010, 8718, 1, 0, 0, 0, 1012, 8765, 1, 0, 0, 0, 1014, 8780, 1, 0, 0, 0, 1016, 8782, 1, 0, 0, 0, 1018, 8786, 1, 0, 0, 0, 1020, 8792, 1, 0, 0, 0, 1022, 8800, 1, 0, 0, 0, 1024, 8817, 1, 0, 0, 0, 1026, 8825, 1, 0, 0, 0, 1028, 8842, 1, 0, 0, 0, 1030, 8844, 1, 0, 0, 0, 1032, 8846, 1, 0, 0, 0, 1034, 8855, 1, 0, 0, 0, 1036, 8873, 1, 0, 0, 0, 1038, 8875, 1, 0, 0, 0, 1040, 8877, 1, 0, 0, 0, 1042, 8879, 1, 0, 0, 0, 1044, 8887, 1, 0, 0, 0, 1046, 8889, 1, 0, 0, 0, 1048, 8891, 1, 0, 0, 0, 1050, 8895, 1, 0, 0, 0, 1052, 8903, 1, 0, 0, 0, 1054, 8924, 1, 0, 0, 0, 1056, 8926, 1, 0, 0, 0, 1058, 8928, 1, 0, 0, 0, 1060, 8934, 1, 0, 0, 0, 1062, 8951, 1, 0, 0, 0, 1064, 8960, 1, 0, 0, 0, 1066, 8962, 1, 0, 0, 0, 1068, 8969, 1, 0, 0, 0, 1070, 8973, 1, 0, 0, 0, 1072, 8975, 1, 0, 0, 0, 1074, 8977, 1, 0, 0, 0, 1076, 8979, 1, 0, 0, 0, 1078, 8986, 1, 0, 0, 0, 1080, 9003, 1, 0, 0, 0, 1082, 9005, 1, 0, 0, 0, 1084, 9008, 1, 0, 0, 0, 1086, 9013, 1, 0, 0, 0, 1088, 9018, 1, 0, 0, 0, 1090, 9024, 1, 0, 0, 0, 1092, 9031, 1, 0, 0, 0, 1094, 9033, 1, 0, 0, 0, 1096, 9036, 1, 0, 0, 0, 1098, 9040, 1, 0, 0, 0, 1100, 9047, 1, 0, 0, 0, 1102, 9059, 1, 0, 0, 0, 1104, 9062, 1, 0, 0, 0, 1106, 9076, 1, 0, 0, 0, 1108, 9079, 1, 0, 0, 0, 1110, 9148, 1, 0, 0, 0, 1112, 9172, 1, 0, 0, 0, 1114, 9181, 1, 0, 0, 0, 1116, 9195, 1, 0, 0, 0, 1118, 9197, 1, 0, 0, 0, 1120, 9208, 1, 0, 0, 0, 1122, 9231, 1, 0, 0, 0, 1124, 9234, 1, 0, 0, 0, 1126, 9279, 1, 0, 0, 0, 1128, 9281, 1, 0, 0, 0, 1130, 9289, 1, 0, 0, 0, 1132, 9297, 1, 0, 0, 0, 1134, 9304, 1, 0, 0, 0, 1136, 9312, 1, 0, 0, 0, 1138, 9329, 1, 0, 0, 0, 1140, 9331, 1, 0, 0, 0, 1142, 9335, 1, 0, 0, 0, 1144, 9343, 1, 0, 0, 0, 1146, 9348, 1, 0, 0, 0, 1148, 9351, 1, 0, 0, 0, 1150, 9354, 1, 0, 0, 0, 1152, 9361, 1, 0, 0, 0, 1154, 9363, 1, 0, 0, 0, 1156, 9371, 1, 0, 0, 0, 1158, 9376, 1, 0, 0, 0, 1160, 9397, 1, 0, 0, 0, 1162, 9405, 1, 0, 0, 0, 1164, 9415, 1, 0, 0, 0, 1166, 9427, 1, 0, 0, 0, 1168, 9429, 1, 0, 0, 0, 1170, 9443, 1, 0, 0, 0, 1172, 9463, 1, 0, 0, 0, 1174, 9472, 1, 0, 0, 0, 1176, 9490, 1, 0, 0, 0, 1178, 9496, 1, 0, 0, 0, 1180, 9498, 1, 0, 0, 0, 1182, 9505, 1, 0, 0, 0, 1184, 9533, 1, 0, 0, 0, 1186, 9535, 1, 0, 0, 0, 1188, 9541, 1, 0, 0, 0, 1190, 9545, 1, 0, 0, 0, 1192, 9547, 1, 0, 0, 0, 1194, 9555, 1, 0, 0, 0, 1196, 9559, 1, 0, 0, 0, 1198, 9566, 1, 0, 0, 0, 1200, 9583, 1, 0, 0, 0, 1202, 9585, 1, 0, 0, 0, 1204, 9587, 1, 0, 0, 0, 1206, 9597, 1, 0, 0, 0, 1208, 9605, 1, 0, 0, 0, 1210, 9632, 1, 0, 0, 0, 1212, 9634, 1, 0, 0, 0, 1214, 9641, 1, 0, 0, 0, 1216, 9644, 1, 0, 0, 0, 1218, 9646, 1, 0, 0, 0, 1220, 9650, 1, 0, 0, 0, 1222, 9658, 1, 0, 0, 0, 1224, 9666, 1, 0, 0, 0, 1226, 9674, 1, 0, 0, 0, 1228, 9683, 1, 0, 0, 0, 1230, 9687, 1, 0, 0, 0, 1232, 9691, 1, 0, 0, 0, 1234, 9717, 1, 0, 0, 0, 1236, 9731, 1, 0, 0, 0, 1238, 9751, 1, 0, 0, 0, 1240, 9761, 1, 0, 0, 0, 1242, 9765, 1, 0, 0, 0, 1244, 9773, 1, 0, 0, 0, 1246, 9781, 1, 0, 0, 0, 1248, 9787, 1, 0, 0, 0, 1250, 9791, 1, 0, 0, 0, 1252, 9798, 1, 0, 0, 0, 1254, 9803, 1, 0, 0, 0, 1256, 9818, 1, 0, 0, 0, 1258, 9898, 1, 0, 0, 0, 1260, 9900, 1, 0, 0, 0, 1262, 9902, 1, 0, 0, 0, 1264, 9941, 1, 0, 0, 0, 1266, 9945, 1, 0, 0, 0, 1268, 10131, 1, 0, 0, 0, 1270, 10138, 1, 0, 0, 0, 1272, 10150, 1, 0, 0, 0, 1274, 10152, 1, 0, 0, 0, 1276, 10157, 1, 0, 0, 0, 1278, 10165, 1, 0, 0, 0, 1280, 10170, 1, 0, 0, 0, 1282, 10176, 1, 0, 0, 0, 1284, 10193, 1, 0, 0, 0, 1286, 10195, 1, 0, 0, 0, 1288, 10198, 1, 0, 0, 0, 1290, 10204, 1, 0, 0, 0, 1292, 10210, 1, 0, 0, 0, 1294, 10213, 1, 0, 0, 0, 1296, 10221, 1, 0, 0, 0, 1298, 10225, 1, 0, 0, 0, 1300, 10230, 1, 0, 0, 0, 1302, 10245, 1, 0, 0, 0, 1304, 10247, 1, 0, 0, 0, 1306, 10266, 1, 0, 0, 0, 1308, 10274, 1, 0, 0, 0, 1310, 10283, 1, 0, 0, 0, 1312, 10285, 1, 0, 0, 0, 1314, 10306, 1, 0, 0, 0, 1316, 10308, 1, 0, 0, 0, 1318, 10315, 1, 0, 0, 0, 1320, 10321, 1, 0, 0, 0, 1322, 10325, 1, 0, 0, 0, 1324, 10327, 1, 0, 0, 0, 1326, 10335, 1, 0, 0, 0, 1328, 10343, 1, 0, 0, 0, 1330, 10357, 1, 0, 0, 0, 1332, 10359, 1, 0, 0, 0, 1334, 10367, 1, 0, 0, 0, 1336, 10375, 1, 0, 0, 0, 1338, 10388, 1, 0, 0, 0, 1340, 10392, 1, 0, 0, 0, 1342, 10394, 1, 0, 0, 0, 1344, 10407, 1, 0, 0, 0, 1346, 10409, 1, 0, 0, 0, 1348, 10417, 1, 0, 0, 0, 1350, 10424, 1, 0, 0, 0, 1352, 10432, 1, 0, 0, 0, 1354, 10444, 1, 0, 0, 0, 1356, 10446, 1, 0, 0, 0, 1358, 10448, 1, 0, 0, 0, 1360, 10457, 1, 0, 0, 0, 1362, 10488, 1, 0, 0, 0, 1364, 10497, 1, 0, 0, 0, 1366, 10504, 1, 0, 0, 0, 1368, 10506, 1, 0, 0, 0, 1370, 10517, 1, 0, 0, 0, 1372, 10521, 1, 0, 0, 0, 1374, 10526, 1, 0, 0, 0, 1376, 10529, 1, 0, 0, 0, 1378, 10531, 1, 0, 0, 0, 1380, 10552, 1, 0, 0, 0, 1382, 10554, 1, 0, 0, 0, 1384, 10557, 1, 0, 0, 0, 1386, 10564, 1, 0, 0, 0, 1388, 10567, 1, 0, 0, 0, 1390, 10569, 1, 0, 0, 0, 1392, 10585, 1, 0, 0, 0, 1394, 10587, 1, 0, 0, 0, 1396, 10595, 1, 0, 0, 0, 1398, 10603, 1, 0, 0, 0, 1400, 10611, 1, 0, 0, 0, 1402, 10619, 1, 0, 0, 0, 1404, 10627, 1, 0, 0, 0, 1406, 10631, 1, 0, 0, 0, 1408, 10635, 1, 0, 0, 0, 1410, 10639, 1, 0, 0, 0, 1412, 10643, 1, 0, 0, 0, 1414, 10647, 1, 0, 0, 0, 1416, 10651, 1, 0, 0, 0, 1418, 10655, 1, 0, 0, 0, 1420, 10663, 1, 0, 0, 0, 1422, 10671, 1, 0, 0, 0, 1424, 10675, 1, 0, 0, 0, 1426, 10679, 1, 0, 0, 0, 1428, 10683, 1, 0, 0, 0, 1430, 10685, 1, 0, 0, 0, 1432, 10691, 1, 0, 0, 0, 1434, 10697, 1, 0, 0, 0, 1436, 10707, 1, 0, 0, 0, 1438, 10709, 1, 0, 0, 0, 1440, 10711, 1, 0, 0, 0, 1442, 10713, 1, 0, 0, 0, 1444, 10715, 1, 0, 0, 0, 1446, 10721, 1, 0, 0, 0, 1448, 10727, 1, 0, 0, 0, 1450, 10733, 1, 0, 0, 0, 1452, 10770, 1, 0, 0, 0, 1454, 10772, 1, 0, 0, 0, 1456, 10774, 1, 0, 0, 0, 1458, 10776, 1, 0, 0, 0, 1460, 10778, 1, 0, 0, 0, 1462, 10780, 1, 0, 0, 0, 1464, 10795, 1, 0, 0, 0, 1466, 10797, 1, 0, 0, 0, 1468, 10805, 1, 0, 0, 0, 1470, 10807, 1, 0, 0, 0, 1472, 10809, 1, 0, 0, 0, 1474, 10816, 1, 0, 0, 0, 1476, 10818, 1, 0, 0, 0, 1478, 10830, 1, 0, 0, 0, 1480, 10832, 1, 0, 0, 0, 1482, 10846, 1, 0, 0, 0, 1484, 10850, 1, 0, 0, 0, 1486, 10859, 1, 0, 0, 0, 1488, 10865, 1, 0, 0, 0, 1490, 10869, 1, 0, 0, 0, 1492, 10875, 1, 0, 0, 0, 1494, 10883, 1, 0, 0, 0, 1496, 10895, 1, 0, 0, 0, 1498, 10897, 1, 0, 0, 0, 1500, 10899, 1, 0, 0, 0, 1502, 10952, 1, 0, 0, 0, 1504, 10954, 1, 0, 0, 0, 1506, 10956, 1, 0, 0, 0, 1508, 10958, 1, 0, 0, 0, 1510, 10965, 1, 0, 0, 0, 1512, 10988, 1, 0, 0, 0, 1514, 10990, 1, 0, 0, 0, 1516, 10996, 1, 0, 0, 0, 1518, 11000, 1, 0, 0, 0, 1520, 11002, 1, 0, 0, 0, 1522, 11009, 1, 0, 0, 0, 1524, 11016, 1, 0, 0, 0, 1526, 11019, 1, 0, 0, 0, 1528, 11023, 1, 0, 0, 0, 1530, 11030, 1, 0, 0, 0, 1532, 11032, 1, 0, 0, 0, 1534, 11056, 1, 0, 0, 0, 1536, 11058, 1, 0, 0, 0, 1538, 11065, 1, 0, 0, 0, 1540, 11067, 1, 0, 0, 0, 1542, 11075, 1, 0, 0, 0, 1544, 11078, 1, 0, 0, 0, 1546, 11082, 1, 0, 0, 0, 1548, 11084, 1, 0, 0, 0, 1550, 11088, 1, 0, 0, 0, 1552, 11090, 1, 0, 0, 0, 1554, 11095, 1, 0, 0, 0, 1556, 11100, 1, 0, 0, 0, 1558, 11106, 1, 0, 0, 0, 1560, 11110, 1, 0, 0, 0, 1562, 11112, 1, 0, 0, 0, 1564, 11117, 1, 0, 0, 0, 1566, 11147, 1, 0, 0, 0, 1568, 11149, 1, 0, 0, 0, 1570, 11169, 1, 0, 0, 0, 1572, 11173, 1, 0, 0, 0, 1574, 11175, 1, 0, 0, 0, 1576, 11180, 1, 0, 0, 0, 1578, 11189, 1, 0, 0, 0, 1580, 11191, 1, 0, 0, 0, 1582, 11199, 1, 0, 0, 0, 1584, 11203, 1, 0, 0, 0, 1586, 11205, 1, 0, 0, 0, 1588, 11209, 1, 0, 0, 0, 1590, 11220, 1, 0, 0, 0, 1592, 11237, 1, 0, 0, 0, 1594, 11243, 1, 0, 0, 0, 1596, 11245, 1, 0, 0, 0, 1598, 11255, 1, 0, 0, 0, 1600, 11258, 1, 0, 0, 0, 1602, 11262, 1, 0, 0, 0, 1604, 11270, 1, 0, 0, 0, 1606, 11272, 1, 0, 0, 0, 1608, 11275, 1, 0, 0, 0, 1610, 11280, 1, 0, 0, 0, 1612, 11285, 1, 0, 0, 0, 1614, 11307, 1, 0, 0, 0, 1616, 11321, 1, 0, 0, 0, 1618, 11325, 1, 0, 0, 0, 1620, 11330, 1, 0, 0, 0, 1622, 11332, 1, 0, 0, 0, 1624, 11334, 1, 0, 0, 0, 1626, 11346, 1, 0, 0, 0, 1628, 11348, 1, 0, 0, 0, 1630, 11355, 1, 0, 0, 0, 1632, 11357, 1, 0, 0, 0, 1634, 11375, 1, 0, 0, 0, 1636, 11411, 1, 0, 0, 0, 1638, 11413, 1, 0, 0, 0, 1640, 11422, 1, 0, 0, 0, 1642, 11427, 1, 0, 0, 0, 1644, 11429, 1, 0, 0, 0, 1646, 11433, 1, 0, 0, 0, 1648, 11441, 1, 0, 0, 0, 1650, 11449, 1, 0, 0, 0, 1652, 11451, 1, 0, 0, 0, 1654, 11458, 1, 0, 0, 0, 1656, 11461, 1, 0, 0, 0, 1658, 11477, 1, 0, 0, 0, 1660, 11479, 1, 0, 0, 0, 1662, 11493, 1, 0, 0, 0, 1664, 11495, 1, 0, 0, 0, 1666, 11522, 1, 0, 0, 0, 1668, 11524, 1, 0, 0, 0, 1670, 11535, 1, 0, 0, 0, 1672, 11541, 1, 0, 0, 0, 1674, 11545, 1, 0, 0, 0, 1676, 11547, 1, 0, 0, 0, 1678, 11557, 1, 0, 0, 0, 1680, 11562, 1, 0, 0, 0, 1682, 11579, 1, 0, 0, 0, 1684, 11581, 1, 0, 0, 0, 1686, 11589, 1, 0, 0, 0, 1688, 11626, 1, 0, 0, 0, 1690, 11634, 1, 0, 0, 0, 1692, 11662, 1, 0, 0, 0, 1694, 11664, 1, 0, 0, 0, 1696, 11678, 1, 0, 0, 0, 1698, 11700, 1, 0, 0, 0, 1700, 11702, 1, 0, 0, 0, 1702, 11715, 1, 0, 0, 0, 1704, 11717, 1, 0, 0, 0, 1706, 11721, 1, 0, 0, 0, 1708, 11724, 1, 0, 0, 0, 1710, 11730, 1, 0, 0, 0, 1712, 11736, 1, 0, 0, 0, 1714, 11754, 1, 0, 0, 0, 1716, 11758, 1, 0, 0, 0, 1718, 11763, 1, 0, 0, 0, 1720, 11766, 1, 0, 0, 0, 1722, 11770, 1, 0, 0, 0, 1724, 11775, 1, 0, 0, 0, 1726, 11786, 1, 0, 0, 0, 1728, 11790, 1, 0, 0, 0, 1730, 11794, 1, 0, 0, 0, 1732, 11798, 1, 0, 0, 0, 1734, 11800, 1, 0, 0, 0, 1736, 11805, 1, 0, 0, 0, 1738, 11807, 1, 0, 0, 0, 1740, 11810, 1, 0, 0, 0, 1742, 11830, 1, 0, 0, 0, 1744, 11832, 1, 0, 0, 0, 1746, 11834, 1, 0, 0, 0, 1748, 11836, 1, 0, 0, 0, 1750, 11838, 1, 0, 0, 0, 1752, 11842, 1, 0, 0, 0, 1754, 1756, 3, 4, 2, 0, 1755, 1754, 1, 0, 0, 0, 1756, 1759, 1, 0, 0, 0, 1757, 1755, 1, 0, 0, 0, 1757, 1758, 1, 0, 0, 0, 1758, 1760, 1, 0, 0, 0, 1759, 1757, 1, 0, 0, 0, 1760, 1761, 5, 0, 0, 1, 1761, 1, 1, 0, 0, 0, 1762, 1763, 3, 1508, 754, 0, 1763, 3, 1, 0, 0, 0, 1764, 1766, 3, 6, 3, 0, 1765, 1767, 5, 7, 0, 0, 1766, 1765, 1, 0, 0, 0, 1766, 1767, 1, 0, 0, 0, 1767, 5, 1, 0, 0, 0, 1768, 1886, 3, 492, 246, 0, 1769, 1886, 3, 868, 434, 0, 1770, 1886, 3, 860, 430, 0, 1771, 1886, 3, 862, 431, 0, 1772, 1886, 3, 620, 310, 0, 1773, 1886, 3, 874, 437, 0, 1774, 1886, 3, 518, 259, 0, 1775, 1886, 3, 354, 177, 0, 1776, 1886, 3, 360, 180, 0, 1777, 1886, 3, 370, 185, 0, 1778, 1886, 3, 396, 198, 0, 1779, 1886, 3, 720, 360, 0, 1780, 1886, 3, 42, 21, 0, 1781, 1886, 3, 774, 387, 0, 1782, 1886, 3, 778, 389, 0, 1783, 1886, 3, 790, 395, 0, 1784, 1886, 3, 780, 390, 0, 1785, 1886, 3, 788, 394, 0, 1786, 1886, 3, 414, 207, 0, 1787, 1886, 3, 416, 208, 0, 1788, 1886, 3, 314, 157, 0, 1789, 1886, 3, 870, 435, 0, 1790, 1886, 3, 104, 52, 0, 1791, 1886, 3, 768, 384, 0, 1792, 1886, 3, 150, 75, 0, 1793, 1886, 3, 798, 399, 0, 1794, 1886, 3, 30, 15, 0, 1795, 1886, 3, 32, 16, 0, 1796, 1886, 3, 26, 13, 0, 1797, 1886, 3, 806, 403, 0, 1798, 1886, 3, 296, 148, 0, 1799, 1886, 3, 880, 440, 0, 1800, 1886, 3, 878, 439, 0, 1801, 1886, 3, 410, 205, 0, 1802, 1886, 3, 894, 447, 0, 1803, 1886, 3, 10, 5, 0, 1804, 1886, 3, 100, 50, 0, 1805, 1886, 3, 156, 78, 0, 1806, 1886, 3, 886, 443, 0, 1807, 1886, 3, 572, 286, 0, 1808, 1886, 3, 94, 47, 0, 1809, 1886, 3, 158, 79, 0, 1810, 1886, 3, 436, 218, 0, 1811, 1886, 3, 298, 149, 0, 1812, 1886, 3, 496, 248, 0, 1813, 1886, 3, 748, 374, 0, 1814, 1886, 3, 884, 442, 0, 1815, 1886, 3, 872, 436, 0, 1816, 1886, 3, 348, 174, 0, 1817, 1886, 3, 362, 181, 0, 1818, 1886, 3, 388, 194, 0, 1819, 1886, 3, 398, 199, 0, 1820, 1886, 3, 658, 329, 0, 1821, 1886, 3, 40, 20, 0, 1822, 1886, 3, 304, 152, 0, 1823, 1886, 3, 522, 261, 0, 1824, 1886, 3, 536, 268, 0, 1825, 1886, 3, 792, 396, 0, 1826, 1886, 3, 538, 269, 0, 1827, 1886, 3, 412, 206, 0, 1828, 1886, 3, 330, 165, 0, 1829, 1886, 3, 46, 23, 0, 1830, 1886, 3, 312, 156, 0, 1831, 1886, 3, 188, 94, 0, 1832, 1886, 3, 800, 400, 0, 1833, 1886, 3, 294, 147, 0, 1834, 1886, 3, 344, 172, 0, 1835, 1886, 3, 754, 377, 0, 1836, 1886, 3, 440, 220, 0, 1837, 1886, 3, 484, 242, 0, 1838, 1886, 3, 12, 6, 0, 1839, 1886, 3, 24, 12, 0, 1840, 1886, 3, 406, 203, 0, 1841, 1886, 3, 848, 424, 0, 1842, 1886, 3, 952, 476, 0, 1843, 1886, 3, 996, 498, 0, 1844, 1886, 3, 498, 249, 0, 1845, 1886, 3, 972, 486, 0, 1846, 1886, 3, 102, 51, 0, 1847, 1886, 3, 742, 371, 0, 1848, 1886, 3, 546, 273, 0, 1849, 1886, 3, 948, 474, 0, 1850, 1886, 3, 930, 465, 0, 1851, 1886, 3, 582, 291, 0, 1852, 1886, 3, 590, 295, 0, 1853, 1886, 3, 612, 306, 0, 1854, 1886, 3, 1686, 843, 0, 1855, 1886, 3, 400, 200, 0, 1856, 1886, 3, 630, 315, 0, 1857, 1886, 3, 954, 477, 0, 1858, 1886, 3, 826, 413, 0, 1859, 1886, 3, 310, 155, 0, 1860, 1886, 3, 846, 423, 0, 1861, 1886, 3, 976, 488, 0, 1862, 1886, 3, 822, 411, 0, 1863, 1886, 3, 942, 471, 0, 1864, 1886, 3, 544, 272, 0, 1865, 1886, 3, 758, 379, 0, 1866, 1886, 3, 730, 365, 0, 1867, 1886, 3, 728, 364, 0, 1868, 1886, 3, 732, 366, 0, 1869, 1886, 3, 770, 385, 0, 1870, 1886, 3, 592, 296, 0, 1871, 1886, 3, 614, 307, 0, 1872, 1886, 3, 808, 404, 0, 1873, 1886, 3, 576, 288, 0, 1874, 1886, 3, 1004, 502, 0, 1875, 1886, 3, 830, 415, 0, 1876, 1886, 3, 568, 284, 0, 1877, 1886, 3, 828, 414, 0, 1878, 1886, 3, 986, 493, 0, 1879, 1886, 3, 892, 446, 0, 1880, 1886, 3, 82, 41, 0, 1881, 1886, 3, 54, 27, 0, 1882, 1886, 3, 92, 46, 0, 1883, 1886, 3, 842, 421, 0, 1884, 1886, 3, 8, 4, 0, 1885, 1768, 1, 0, 0, 0, 1885, 1769, 1, 0, 0, 0, 1885, 1770, 1, 0, 0, 0, 1885, 1771, 1, 0, 0, 0, 1885, 1772, 1, 0, 0, 0, 1885, 1773, 1, 0, 0, 0, 1885, 1774, 1, 0, 0, 0, 1885, 1775, 1, 0, 0, 0, 1885, 1776, 1, 0, 0, 0, 1885, 1777, 1, 0, 0, 0, 1885, 1778, 1, 0, 0, 0, 1885, 1779, 1, 0, 0, 0, 1885, 1780, 1, 0, 0, 0, 1885, 1781, 1, 0, 0, 0, 1885, 1782, 1, 0, 0, 0, 1885, 1783, 1, 0, 0, 0, 1885, 1784, 1, 0, 0, 0, 1885, 1785, 1, 0, 0, 0, 1885, 1786, 1, 0, 0, 0, 1885, 1787, 1, 0, 0, 0, 1885, 1788, 1, 0, 0, 0, 1885, 1789, 1, 0, 0, 0, 1885, 1790, 1, 0, 0, 0, 1885, 1791, 1, 0, 0, 0, 1885, 1792, 1, 0, 0, 0, 1885, 1793, 1, 0, 0, 0, 1885, 1794, 1, 0, 0, 0, 1885, 1795, 1, 0, 0, 0, 1885, 1796, 1, 0, 0, 0, 1885, 1797, 1, 0, 0, 0, 1885, 1798, 1, 0, 0, 0, 1885, 1799, 1, 0, 0, 0, 1885, 1800, 1, 0, 0, 0, 1885, 1801, 1, 0, 0, 0, 1885, 1802, 1, 0, 0, 0, 1885, 1803, 1, 0, 0, 0, 1885, 1804, 1, 0, 0, 0, 1885, 1805, 1, 0, 0, 0, 1885, 1806, 1, 0, 0, 0, 1885, 1807, 1, 0, 0, 0, 1885, 1808, 1, 0, 0, 0, 1885, 1809, 1, 0, 0, 0, 1885, 1810, 1, 0, 0, 0, 1885, 1811, 1, 0, 0, 0, 1885, 1812, 1, 0, 0, 0, 1885, 1813, 1, 0, 0, 0, 1885, 1814, 1, 0, 0, 0, 1885, 1815, 1, 0, 0, 0, 1885, 1816, 1, 0, 0, 0, 1885, 1817, 1, 0, 0, 0, 1885, 1818, 1, 0, 0, 0, 1885, 1819, 1, 0, 0, 0, 1885, 1820, 1, 0, 0, 0, 1885, 1821, 1, 0, 0, 0, 1885, 1822, 1, 0, 0, 0, 1885, 1823, 1, 0, 0, 0, 1885, 1824, 1, 0, 0, 0, 1885, 1825, 1, 0, 0, 0, 1885, 1826, 1, 0, 0, 0, 1885, 1827, 1, 0, 0, 0, 1885, 1828, 1, 0, 0, 0, 1885, 1829, 1, 0, 0, 0, 1885, 1830, 1, 0, 0, 0, 1885, 1831, 1, 0, 0, 0, 1885, 1832, 1, 0, 0, 0, 1885, 1833, 1, 0, 0, 0, 1885, 1834, 1, 0, 0, 0, 1885, 1835, 1, 0, 0, 0, 1885, 1836, 1, 0, 0, 0, 1885, 1837, 1, 0, 0, 0, 1885, 1838, 1, 0, 0, 0, 1885, 1839, 1, 0, 0, 0, 1885, 1840, 1, 0, 0, 0, 1885, 1841, 1, 0, 0, 0, 1885, 1842, 1, 0, 0, 0, 1885, 1843, 1, 0, 0, 0, 1885, 1844, 1, 0, 0, 0, 1885, 1845, 1, 0, 0, 0, 1885, 1846, 1, 0, 0, 0, 1885, 1847, 1, 0, 0, 0, 1885, 1848, 1, 0, 0, 0, 1885, 1849, 1, 0, 0, 0, 1885, 1850, 1, 0, 0, 0, 1885, 1851, 1, 0, 0, 0, 1885, 1852, 1, 0, 0, 0, 1885, 1853, 1, 0, 0, 0, 1885, 1854, 1, 0, 0, 0, 1885, 1855, 1, 0, 0, 0, 1885, 1856, 1, 0, 0, 0, 1885, 1857, 1, 0, 0, 0, 1885, 1858, 1, 0, 0, 0, 1885, 1859, 1, 0, 0, 0, 1885, 1860, 1, 0, 0, 0, 1885, 1861, 1, 0, 0, 0, 1885, 1862, 1, 0, 0, 0, 1885, 1863, 1, 0, 0, 0, 1885, 1864, 1, 0, 0, 0, 1885, 1865, 1, 0, 0, 0, 1885, 1866, 1, 0, 0, 0, 1885, 1867, 1, 0, 0, 0, 1885, 1868, 1, 0, 0, 0, 1885, 1869, 1, 0, 0, 0, 1885, 1870, 1, 0, 0, 0, 1885, 1871, 1, 0, 0, 0, 1885, 1872, 1, 0, 0, 0, 1885, 1873, 1, 0, 0, 0, 1885, 1874, 1, 0, 0, 0, 1885, 1875, 1, 0, 0, 0, 1885, 1876, 1, 0, 0, 0, 1885, 1877, 1, 0, 0, 0, 1885, 1878, 1, 0, 0, 0, 1885, 1879, 1, 0, 0, 0, 1885, 1880, 1, 0, 0, 0, 1885, 1881, 1, 0, 0, 0, 1885, 1882, 1, 0, 0, 0, 1885, 1883, 1, 0, 0, 0, 1885, 1884, 1, 0, 0, 0, 1886, 7, 1, 0, 0, 0, 1887, 1889, 5, 583, 0, 0, 1888, 1890, 5, 584, 0, 0, 1889, 1888, 1, 0, 0, 0, 1889, 1890, 1, 0, 0, 0, 1890, 9, 1, 0, 0, 0, 1891, 1892, 5, 433, 0, 0, 1892, 1893, 3, 1262, 631, 0, 1893, 11, 1, 0, 0, 0, 1894, 1895, 5, 46, 0, 0, 1895, 1896, 5, 318, 0, 0, 1896, 1898, 3, 1472, 736, 0, 1897, 1899, 3, 14, 7, 0, 1898, 1897, 1, 0, 0, 0, 1898, 1899, 1, 0, 0, 0, 1899, 1900, 1, 0, 0, 0, 1900, 1901, 3, 16, 8, 0, 1901, 13, 1, 0, 0, 0, 1902, 1903, 5, 105, 0, 0, 1903, 15, 1, 0, 0, 0, 1904, 1906, 3, 22, 11, 0, 1905, 1904, 1, 0, 0, 0, 1906, 1909, 1, 0, 0, 0, 1907, 1905, 1, 0, 0, 0, 1907, 1908, 1, 0, 0, 0, 1908, 17, 1, 0, 0, 0, 1909, 1907, 1, 0, 0, 0, 1910, 1912, 3, 20, 10, 0, 1911, 1910, 1, 0, 0, 0, 1912, 1915, 1, 0, 0, 0, 1913, 1911, 1, 0, 0, 0, 1913, 1914, 1, 0, 0, 0, 1914, 19, 1, 0, 0, 0, 1915, 1913, 1, 0, 0, 0, 1916, 1919, 5, 287, 0, 0, 1917, 1920, 3, 1462, 731, 0, 1918, 1920, 5, 78, 0, 0, 1919, 1917, 1, 0, 0, 0, 1919, 1918, 1, 0, 0, 0, 1920, 1952, 1, 0, 0, 0, 1921, 1922, 7, 0, 0, 0, 1922, 1923, 5, 287, 0, 0, 1923, 1952, 3, 1462, 731, 0, 1924, 1952, 7, 1, 0, 0, 1925, 1952, 7, 2, 0, 0, 1926, 1952, 7, 3, 0, 0, 1927, 1952, 7, 4, 0, 0, 1928, 1952, 7, 5, 0, 0, 1929, 1952, 7, 6, 0, 0, 1930, 1952, 7, 7, 0, 0, 1931, 1952, 7, 8, 0, 0, 1932, 1933, 5, 164, 0, 0, 1933, 1934, 5, 74, 0, 0, 1934, 1952, 3, 1468, 734, 0, 1935, 1936, 5, 371, 0, 0, 1936, 1937, 5, 368, 0, 0, 1937, 1952, 3, 1462, 731, 0, 1938, 1939, 5, 68, 0, 0, 1939, 1940, 5, 318, 0, 0, 1940, 1952, 3, 1420, 710, 0, 1941, 1942, 5, 68, 0, 0, 1942, 1943, 5, 66, 0, 0, 1943, 1952, 3, 1420, 710, 0, 1944, 1945, 5, 318, 0, 0, 1945, 1952, 3, 1476, 738, 0, 1946, 1947, 5, 134, 0, 0, 1947, 1952, 3, 1420, 710, 0, 1948, 1949, 5, 99, 0, 0, 1949, 1952, 3, 1476, 738, 0, 1950, 1952, 3, 1496, 748, 0, 1951, 1916, 1, 0, 0, 0, 1951, 1921, 1, 0, 0, 0, 1951, 1924, 1, 0, 0, 0, 1951, 1925, 1, 0, 0, 0, 1951, 1926, 1, 0, 0, 0, 1951, 1927, 1, 0, 0, 0, 1951, 1928, 1, 0, 0, 0, 1951, 1929, 1, 0, 0, 0, 1951, 1930, 1, 0, 0, 0, 1951, 1931, 1, 0, 0, 0, 1951, 1932, 1, 0, 0, 0, 1951, 1935, 1, 0, 0, 0, 1951, 1938, 1, 0, 0, 0, 1951, 1941, 1, 0, 0, 0, 1951, 1944, 1, 0, 0, 0, 1951, 1946, 1, 0, 0, 0, 1951, 1948, 1, 0, 0, 0, 1951, 1950, 1, 0, 0, 0, 1952, 21, 1, 0, 0, 0, 1953, 1964, 3, 20, 10, 0, 1954, 1955, 5, 348, 0, 0, 1955, 1964, 3, 1460, 730, 0, 1956, 1957, 5, 134, 0, 0, 1957, 1964, 3, 1476, 738, 0, 1958, 1959, 5, 318, 0, 0, 1959, 1964, 3, 1476, 738, 0, 1960, 1961, 5, 68, 0, 0, 1961, 1962, 7, 9, 0, 0, 1962, 1964, 3, 1476, 738, 0, 1963, 1953, 1, 0, 0, 0, 1963, 1954, 1, 0, 0, 0, 1963, 1956, 1, 0, 0, 0, 1963, 1958, 1, 0, 0, 0, 1963, 1960, 1, 0, 0, 0, 1964, 23, 1, 0, 0, 0, 1965, 1966, 5, 46, 0, 0, 1966, 1967, 5, 99, 0, 0, 1967, 1969, 3, 1472, 736, 0, 1968, 1970, 3, 14, 7, 0, 1969, 1968, 1, 0, 0, 0, 1969, 1970, 1, 0, 0, 0, 1970, 1971, 1, 0, 0, 0, 1971, 1972, 3, 16, 8, 0, 1972, 25, 1, 0, 0, 0, 1973, 1974, 5, 138, 0, 0, 1974, 1975, 7, 10, 0, 0, 1975, 1977, 3, 1474, 737, 0, 1976, 1978, 3, 14, 7, 0, 1977, 1976, 1, 0, 0, 0, 1977, 1978, 1, 0, 0, 0, 1978, 1979, 1, 0, 0, 0, 1979, 1980, 3, 18, 9, 0, 1980, 27, 1, 0, 0, 0, 1981, 1986, 1, 0, 0, 0, 1982, 1983, 5, 68, 0, 0, 1983, 1984, 5, 175, 0, 0, 1984, 1986, 3, 1424, 712, 0, 1985, 1981, 1, 0, 0, 0, 1985, 1982, 1, 0, 0, 0, 1986, 29, 1, 0, 0, 0, 1987, 1988, 5, 138, 0, 0, 1988, 1991, 7, 10, 0, 0, 1989, 1992, 5, 30, 0, 0, 1990, 1992, 3, 1474, 737, 0, 1991, 1989, 1, 0, 0, 0, 1991, 1990, 1, 0, 0, 0, 1992, 1993, 1, 0, 0, 0, 1993, 1994, 3, 28, 14, 0, 1994, 1995, 3, 88, 44, 0, 1995, 31, 1, 0, 0, 0, 1996, 1997, 5, 138, 0, 0, 1997, 1998, 5, 442, 0, 0, 1998, 2000, 3, 1430, 715, 0, 1999, 2001, 3, 664, 332, 0, 2000, 1999, 1, 0, 0, 0, 2000, 2001, 1, 0, 0, 0, 2001, 2002, 1, 0, 0, 0, 2002, 2003, 3, 34, 17, 0, 2003, 33, 1, 0, 0, 0, 2004, 2006, 3, 36, 18, 0, 2005, 2007, 5, 315, 0, 0, 2006, 2005, 1, 0, 0, 0, 2006, 2007, 1, 0, 0, 0, 2007, 2025, 1, 0, 0, 0, 2008, 2009, 5, 309, 0, 0, 2009, 2010, 5, 94, 0, 0, 2010, 2025, 3, 1428, 714, 0, 2011, 2012, 5, 282, 0, 0, 2012, 2013, 5, 94, 0, 0, 2013, 2025, 3, 1474, 737, 0, 2014, 2015, 5, 333, 0, 0, 2015, 2016, 5, 323, 0, 0, 2016, 2025, 3, 48, 24, 0, 2017, 2019, 5, 269, 0, 0, 2018, 2017, 1, 0, 0, 0, 2018, 2019, 1, 0, 0, 0, 2019, 2020, 1, 0, 0, 0, 2020, 2021, 5, 462, 0, 0, 2021, 2022, 5, 80, 0, 0, 2022, 2023, 5, 204, 0, 0, 2023, 2025, 3, 1440, 720, 0, 2024, 2004, 1, 0, 0, 0, 2024, 2008, 1, 0, 0, 0, 2024, 2011, 1, 0, 0, 0, 2024, 2014, 1, 0, 0, 0, 2024, 2018, 1, 0, 0, 0, 2025, 35, 1, 0, 0, 0, 2026, 2030, 3, 38, 19, 0, 2027, 2029, 3, 38, 19, 0, 2028, 2027, 1, 0, 0, 0, 2029, 2032, 1, 0, 0, 0, 2030, 2028, 1, 0, 0, 0, 2030, 2031, 1, 0, 0, 0, 2031, 37, 1, 0, 0, 0, 2032, 2030, 1, 0, 0, 0, 2033, 2075, 5, 222, 0, 0, 2034, 2075, 5, 338, 0, 0, 2035, 2075, 5, 377, 0, 0, 2036, 2038, 5, 77, 0, 0, 2037, 2036, 1, 0, 0, 0, 2037, 2038, 1, 0, 0, 0, 2038, 2039, 1, 0, 0, 0, 2039, 2075, 5, 250, 0, 0, 2040, 2042, 5, 205, 0, 0, 2041, 2040, 1, 0, 0, 0, 2041, 2042, 1, 0, 0, 0, 2042, 2043, 1, 0, 0, 0, 2043, 2044, 5, 327, 0, 0, 2044, 2051, 5, 243, 0, 0, 2045, 2047, 5, 205, 0, 0, 2046, 2045, 1, 0, 0, 0, 2046, 2047, 1, 0, 0, 0, 2047, 2048, 1, 0, 0, 0, 2048, 2049, 5, 327, 0, 0, 2049, 2051, 5, 181, 0, 0, 2050, 2041, 1, 0, 0, 0, 2050, 2046, 1, 0, 0, 0, 2051, 2075, 1, 0, 0, 0, 2052, 2053, 5, 460, 0, 0, 2053, 2075, 7, 11, 0, 0, 2054, 2055, 5, 170, 0, 0, 2055, 2075, 3, 1442, 721, 0, 2056, 2057, 5, 320, 0, 0, 2057, 2075, 3, 1440, 720, 0, 2058, 2059, 5, 333, 0, 0, 2059, 2060, 3, 1440, 720, 0, 2060, 2063, 7, 12, 0, 0, 2061, 2064, 3, 1440, 720, 0, 2062, 2064, 5, 53, 0, 0, 2063, 2061, 1, 0, 0, 0, 2063, 2062, 1, 0, 0, 0, 2064, 2075, 1, 0, 0, 0, 2065, 2066, 5, 333, 0, 0, 2066, 2067, 3, 1440, 720, 0, 2067, 2068, 5, 64, 0, 0, 2068, 2069, 5, 434, 0, 0, 2069, 2075, 1, 0, 0, 0, 2070, 2071, 5, 313, 0, 0, 2071, 2075, 3, 1440, 720, 0, 2072, 2073, 5, 313, 0, 0, 2073, 2075, 5, 30, 0, 0, 2074, 2033, 1, 0, 0, 0, 2074, 2034, 1, 0, 0, 0, 2074, 2035, 1, 0, 0, 0, 2074, 2037, 1, 0, 0, 0, 2074, 2050, 1, 0, 0, 0, 2074, 2052, 1, 0, 0, 0, 2074, 2054, 1, 0, 0, 0, 2074, 2056, 1, 0, 0, 0, 2074, 2058, 1, 0, 0, 0, 2074, 2065, 1, 0, 0, 0, 2074, 2070, 1, 0, 0, 0, 2074, 2072, 1, 0, 0, 0, 2075, 39, 1, 0, 0, 0, 2076, 2077, 5, 46, 0, 0, 2077, 2078, 5, 66, 0, 0, 2078, 2080, 3, 1470, 735, 0, 2079, 2081, 3, 14, 7, 0, 2080, 2079, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2082, 1, 0, 0, 0, 2082, 2083, 3, 16, 8, 0, 2083, 41, 1, 0, 0, 0, 2084, 2085, 5, 138, 0, 0, 2085, 2086, 5, 66, 0, 0, 2086, 2087, 3, 1474, 737, 0, 2087, 2088, 3, 44, 22, 0, 2088, 2089, 5, 99, 0, 0, 2089, 2090, 3, 1476, 738, 0, 2090, 43, 1, 0, 0, 0, 2091, 2092, 7, 13, 0, 0, 2092, 45, 1, 0, 0, 0, 2093, 2094, 5, 46, 0, 0, 2094, 2096, 5, 323, 0, 0, 2095, 2097, 3, 520, 260, 0, 2096, 2095, 1, 0, 0, 0, 2096, 2097, 1, 0, 0, 0, 2097, 2104, 1, 0, 0, 0, 2098, 2100, 3, 48, 24, 0, 2099, 2098, 1, 0, 0, 0, 2099, 2100, 1, 0, 0, 0, 2100, 2101, 1, 0, 0, 0, 2101, 2102, 5, 106, 0, 0, 2102, 2105, 3, 1474, 737, 0, 2103, 2105, 3, 48, 24, 0, 2104, 2099, 1, 0, 0, 0, 2104, 2103, 1, 0, 0, 0, 2105, 2106, 1, 0, 0, 0, 2106, 2107, 3, 50, 25, 0, 2107, 47, 1, 0, 0, 0, 2108, 2110, 3, 1478, 739, 0, 2109, 2111, 3, 564, 282, 0, 2110, 2109, 1, 0, 0, 0, 2110, 2111, 1, 0, 0, 0, 2111, 49, 1, 0, 0, 0, 2112, 2114, 3, 52, 26, 0, 2113, 2112, 1, 0, 0, 0, 2114, 2117, 1, 0, 0, 0, 2115, 2113, 1, 0, 0, 0, 2115, 2116, 1, 0, 0, 0, 2116, 51, 1, 0, 0, 0, 2117, 2115, 1, 0, 0, 0, 2118, 2125, 3, 188, 94, 0, 2119, 2125, 3, 630, 315, 0, 2120, 2125, 3, 312, 156, 0, 2121, 2125, 3, 440, 220, 0, 2122, 2125, 3, 590, 295, 0, 2123, 2125, 3, 842, 421, 0, 2124, 2118, 1, 0, 0, 0, 2124, 2119, 1, 0, 0, 0, 2124, 2120, 1, 0, 0, 0, 2124, 2121, 1, 0, 0, 0, 2124, 2122, 1, 0, 0, 0, 2124, 2123, 1, 0, 0, 0, 2125, 53, 1, 0, 0, 0, 2126, 2128, 5, 333, 0, 0, 2127, 2129, 7, 14, 0, 0, 2128, 2127, 1, 0, 0, 0, 2128, 2129, 1, 0, 0, 0, 2129, 2130, 1, 0, 0, 0, 2130, 2131, 3, 56, 28, 0, 2131, 55, 1, 0, 0, 0, 2132, 2133, 5, 356, 0, 0, 2133, 2141, 3, 836, 418, 0, 2134, 2135, 5, 332, 0, 0, 2135, 2136, 5, 154, 0, 0, 2136, 2137, 5, 36, 0, 0, 2137, 2138, 5, 356, 0, 0, 2138, 2141, 3, 836, 418, 0, 2139, 2141, 3, 60, 30, 0, 2140, 2132, 1, 0, 0, 0, 2140, 2134, 1, 0, 0, 0, 2140, 2139, 1, 0, 0, 0, 2141, 57, 1, 0, 0, 0, 2142, 2145, 5, 30, 0, 0, 2143, 2145, 3, 62, 31, 0, 2144, 2142, 1, 0, 0, 0, 2144, 2143, 1, 0, 0, 0, 2145, 2147, 1, 0, 0, 0, 2146, 2148, 7, 12, 0, 0, 2147, 2146, 1, 0, 0, 0, 2147, 2148, 1, 0, 0, 0, 2148, 2151, 1, 0, 0, 0, 2149, 2152, 5, 53, 0, 0, 2150, 2152, 3, 64, 32, 0, 2151, 2149, 1, 0, 0, 0, 2151, 2150, 1, 0, 0, 0, 2151, 2152, 1, 0, 0, 0, 2152, 59, 1, 0, 0, 0, 2153, 2154, 5, 418, 0, 0, 2154, 2155, 5, 386, 0, 0, 2155, 2181, 3, 74, 37, 0, 2156, 2157, 5, 152, 0, 0, 2157, 2181, 3, 1462, 731, 0, 2158, 2159, 5, 323, 0, 0, 2159, 2181, 3, 1426, 713, 0, 2160, 2162, 5, 267, 0, 0, 2161, 2163, 3, 76, 38, 0, 2162, 2161, 1, 0, 0, 0, 2162, 2163, 1, 0, 0, 0, 2163, 2181, 1, 0, 0, 0, 2164, 2165, 5, 318, 0, 0, 2165, 2181, 3, 80, 40, 0, 2166, 2167, 5, 332, 0, 0, 2167, 2168, 5, 106, 0, 0, 2168, 2181, 3, 80, 40, 0, 2169, 2170, 5, 383, 0, 0, 2170, 2171, 5, 279, 0, 0, 2171, 2181, 3, 1280, 640, 0, 2172, 2173, 5, 356, 0, 0, 2173, 2174, 5, 337, 0, 0, 2174, 2181, 3, 1462, 731, 0, 2175, 2176, 3, 62, 31, 0, 2176, 2177, 5, 64, 0, 0, 2177, 2178, 5, 434, 0, 0, 2178, 2181, 1, 0, 0, 0, 2179, 2181, 3, 58, 29, 0, 2180, 2153, 1, 0, 0, 0, 2180, 2156, 1, 0, 0, 0, 2180, 2158, 1, 0, 0, 0, 2180, 2160, 1, 0, 0, 0, 2180, 2164, 1, 0, 0, 0, 2180, 2166, 1, 0, 0, 0, 2180, 2169, 1, 0, 0, 0, 2180, 2172, 1, 0, 0, 0, 2180, 2175, 1, 0, 0, 0, 2180, 2179, 1, 0, 0, 0, 2181, 61, 1, 0, 0, 0, 2182, 2187, 3, 1478, 739, 0, 2183, 2184, 5, 11, 0, 0, 2184, 2186, 3, 1478, 739, 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, 63, 1, 0, 0, 0, 2189, 2187, 1, 0, 0, 0, 2190, 2195, 3, 66, 33, 0, 2191, 2192, 5, 6, 0, 0, 2192, 2194, 3, 66, 33, 0, 2193, 2191, 1, 0, 0, 0, 2194, 2197, 1, 0, 0, 0, 2195, 2193, 1, 0, 0, 0, 2195, 2196, 1, 0, 0, 0, 2196, 65, 1, 0, 0, 0, 2197, 2195, 1, 0, 0, 0, 2198, 2201, 3, 72, 36, 0, 2199, 2201, 3, 326, 163, 0, 2200, 2198, 1, 0, 0, 0, 2200, 2199, 1, 0, 0, 0, 2201, 67, 1, 0, 0, 0, 2202, 2203, 5, 300, 0, 0, 2203, 2208, 7, 15, 0, 0, 2204, 2205, 5, 310, 0, 0, 2205, 2208, 5, 300, 0, 0, 2206, 2208, 5, 330, 0, 0, 2207, 2202, 1, 0, 0, 0, 2207, 2204, 1, 0, 0, 0, 2207, 2206, 1, 0, 0, 0, 2208, 69, 1, 0, 0, 0, 2209, 2214, 5, 96, 0, 0, 2210, 2214, 5, 60, 0, 0, 2211, 2214, 5, 80, 0, 0, 2212, 2214, 3, 78, 39, 0, 2213, 2209, 1, 0, 0, 0, 2213, 2210, 1, 0, 0, 0, 2213, 2211, 1, 0, 0, 0, 2213, 2212, 1, 0, 0, 0, 2214, 71, 1, 0, 0, 0, 2215, 2220, 5, 96, 0, 0, 2216, 2220, 5, 60, 0, 0, 2217, 2220, 5, 80, 0, 0, 2218, 2220, 3, 80, 40, 0, 2219, 2215, 1, 0, 0, 0, 2219, 2216, 1, 0, 0, 0, 2219, 2217, 1, 0, 0, 0, 2219, 2218, 1, 0, 0, 0, 2220, 73, 1, 0, 0, 0, 2221, 2238, 3, 1462, 731, 0, 2222, 2238, 3, 1496, 748, 0, 2223, 2224, 3, 1206, 603, 0, 2224, 2226, 3, 1462, 731, 0, 2225, 2227, 3, 1210, 605, 0, 2226, 2225, 1, 0, 0, 0, 2226, 2227, 1, 0, 0, 0, 2227, 2238, 1, 0, 0, 0, 2228, 2229, 3, 1206, 603, 0, 2229, 2230, 5, 2, 0, 0, 2230, 2231, 3, 1460, 730, 0, 2231, 2232, 5, 3, 0, 0, 2232, 2233, 3, 1462, 731, 0, 2233, 2238, 1, 0, 0, 0, 2234, 2238, 3, 326, 163, 0, 2235, 2238, 5, 53, 0, 0, 2236, 2238, 5, 254, 0, 0, 2237, 2221, 1, 0, 0, 0, 2237, 2222, 1, 0, 0, 0, 2237, 2223, 1, 0, 0, 0, 2237, 2228, 1, 0, 0, 0, 2237, 2234, 1, 0, 0, 0, 2237, 2235, 1, 0, 0, 0, 2237, 2236, 1, 0, 0, 0, 2238, 75, 1, 0, 0, 0, 2239, 2242, 3, 1462, 731, 0, 2240, 2242, 5, 53, 0, 0, 2241, 2239, 1, 0, 0, 0, 2241, 2240, 1, 0, 0, 0, 2242, 77, 1, 0, 0, 0, 2243, 2246, 3, 1490, 745, 0, 2244, 2246, 3, 1462, 731, 0, 2245, 2243, 1, 0, 0, 0, 2245, 2244, 1, 0, 0, 0, 2246, 79, 1, 0, 0, 0, 2247, 2250, 3, 1492, 746, 0, 2248, 2250, 3, 1462, 731, 0, 2249, 2247, 1, 0, 0, 0, 2249, 2248, 1, 0, 0, 0, 2250, 81, 1, 0, 0, 0, 2251, 2252, 5, 313, 0, 0, 2252, 2253, 3, 84, 42, 0, 2253, 83, 1, 0, 0, 0, 2254, 2255, 5, 418, 0, 0, 2255, 2263, 5, 386, 0, 0, 2256, 2257, 5, 356, 0, 0, 2257, 2258, 5, 244, 0, 0, 2258, 2263, 5, 251, 0, 0, 2259, 2260, 5, 332, 0, 0, 2260, 2263, 5, 106, 0, 0, 2261, 2263, 3, 86, 43, 0, 2262, 2254, 1, 0, 0, 0, 2262, 2256, 1, 0, 0, 0, 2262, 2259, 1, 0, 0, 0, 2262, 2261, 1, 0, 0, 0, 2263, 85, 1, 0, 0, 0, 2264, 2267, 5, 30, 0, 0, 2265, 2267, 3, 62, 31, 0, 2266, 2264, 1, 0, 0, 0, 2266, 2265, 1, 0, 0, 0, 2267, 87, 1, 0, 0, 0, 2268, 2269, 5, 333, 0, 0, 2269, 2272, 3, 56, 28, 0, 2270, 2272, 3, 82, 41, 0, 2271, 2268, 1, 0, 0, 0, 2271, 2270, 1, 0, 0, 0, 2272, 89, 1, 0, 0, 0, 2273, 2274, 5, 333, 0, 0, 2274, 2277, 3, 60, 30, 0, 2275, 2277, 3, 82, 41, 0, 2276, 2273, 1, 0, 0, 0, 2276, 2275, 1, 0, 0, 0, 2277, 91, 1, 0, 0, 0, 2278, 2288, 5, 335, 0, 0, 2279, 2289, 3, 62, 31, 0, 2280, 2281, 5, 418, 0, 0, 2281, 2289, 5, 386, 0, 0, 2282, 2283, 5, 356, 0, 0, 2283, 2284, 5, 244, 0, 0, 2284, 2289, 5, 251, 0, 0, 2285, 2286, 5, 332, 0, 0, 2286, 2289, 5, 106, 0, 0, 2287, 2289, 5, 30, 0, 0, 2288, 2279, 1, 0, 0, 0, 2288, 2280, 1, 0, 0, 0, 2288, 2282, 1, 0, 0, 0, 2288, 2285, 1, 0, 0, 0, 2288, 2287, 1, 0, 0, 0, 2289, 93, 1, 0, 0, 0, 2290, 2291, 5, 333, 0, 0, 2291, 2292, 5, 165, 0, 0, 2292, 2293, 3, 96, 48, 0, 2293, 2294, 3, 98, 49, 0, 2294, 95, 1, 0, 0, 0, 2295, 2298, 5, 30, 0, 0, 2296, 2298, 3, 1394, 697, 0, 2297, 2295, 1, 0, 0, 0, 2297, 2296, 1, 0, 0, 0, 2298, 97, 1, 0, 0, 0, 2299, 2300, 7, 16, 0, 0, 2300, 99, 1, 0, 0, 0, 2301, 2302, 5, 155, 0, 0, 2302, 101, 1, 0, 0, 0, 2303, 2304, 5, 187, 0, 0, 2304, 2305, 7, 17, 0, 0, 2305, 103, 1, 0, 0, 0, 2306, 2307, 5, 138, 0, 0, 2307, 2309, 5, 92, 0, 0, 2308, 2310, 3, 752, 376, 0, 2309, 2308, 1, 0, 0, 0, 2309, 2310, 1, 0, 0, 0, 2310, 2311, 1, 0, 0, 0, 2311, 2314, 3, 1122, 561, 0, 2312, 2315, 3, 106, 53, 0, 2313, 2315, 3, 116, 58, 0, 2314, 2312, 1, 0, 0, 0, 2314, 2313, 1, 0, 0, 0, 2315, 2440, 1, 0, 0, 0, 2316, 2317, 5, 138, 0, 0, 2317, 2318, 5, 92, 0, 0, 2318, 2319, 5, 30, 0, 0, 2319, 2320, 5, 68, 0, 0, 2320, 2321, 5, 351, 0, 0, 2321, 2325, 3, 1406, 703, 0, 2322, 2323, 5, 281, 0, 0, 2323, 2324, 5, 147, 0, 0, 2324, 2326, 3, 1476, 738, 0, 2325, 2322, 1, 0, 0, 0, 2325, 2326, 1, 0, 0, 0, 2326, 2327, 1, 0, 0, 0, 2327, 2328, 5, 333, 0, 0, 2328, 2329, 5, 351, 0, 0, 2329, 2331, 3, 1404, 702, 0, 2330, 2332, 3, 982, 491, 0, 2331, 2330, 1, 0, 0, 0, 2331, 2332, 1, 0, 0, 0, 2332, 2440, 1, 0, 0, 0, 2333, 2334, 5, 138, 0, 0, 2334, 2336, 5, 92, 0, 0, 2335, 2337, 3, 752, 376, 0, 2336, 2335, 1, 0, 0, 0, 2336, 2337, 1, 0, 0, 0, 2337, 2338, 1, 0, 0, 0, 2338, 2339, 3, 1410, 705, 0, 2339, 2340, 5, 435, 0, 0, 2340, 2341, 5, 285, 0, 0, 2341, 2346, 3, 1416, 708, 0, 2342, 2343, 5, 62, 0, 0, 2343, 2344, 5, 422, 0, 0, 2344, 2347, 3, 108, 54, 0, 2345, 2347, 5, 53, 0, 0, 2346, 2342, 1, 0, 0, 0, 2346, 2345, 1, 0, 0, 0, 2347, 2440, 1, 0, 0, 0, 2348, 2349, 5, 138, 0, 0, 2349, 2351, 5, 92, 0, 0, 2350, 2352, 3, 752, 376, 0, 2351, 2350, 1, 0, 0, 0, 2351, 2352, 1, 0, 0, 0, 2352, 2353, 1, 0, 0, 0, 2353, 2354, 3, 1410, 705, 0, 2354, 2355, 5, 436, 0, 0, 2355, 2356, 5, 285, 0, 0, 2356, 2358, 3, 1416, 708, 0, 2357, 2359, 7, 18, 0, 0, 2358, 2357, 1, 0, 0, 0, 2358, 2359, 1, 0, 0, 0, 2359, 2440, 1, 0, 0, 0, 2360, 2361, 5, 138, 0, 0, 2361, 2363, 5, 226, 0, 0, 2362, 2364, 3, 752, 376, 0, 2363, 2362, 1, 0, 0, 0, 2363, 2364, 1, 0, 0, 0, 2364, 2365, 1, 0, 0, 0, 2365, 2368, 3, 1416, 708, 0, 2366, 2369, 3, 106, 53, 0, 2367, 2369, 3, 118, 59, 0, 2368, 2366, 1, 0, 0, 0, 2368, 2367, 1, 0, 0, 0, 2369, 2440, 1, 0, 0, 0, 2370, 2371, 5, 138, 0, 0, 2371, 2372, 5, 226, 0, 0, 2372, 2373, 5, 30, 0, 0, 2373, 2374, 5, 68, 0, 0, 2374, 2375, 5, 351, 0, 0, 2375, 2379, 3, 1406, 703, 0, 2376, 2377, 5, 281, 0, 0, 2377, 2378, 5, 147, 0, 0, 2378, 2380, 3, 1476, 738, 0, 2379, 2376, 1, 0, 0, 0, 2379, 2380, 1, 0, 0, 0, 2380, 2381, 1, 0, 0, 0, 2381, 2382, 5, 333, 0, 0, 2382, 2383, 5, 351, 0, 0, 2383, 2385, 3, 1406, 703, 0, 2384, 2386, 3, 982, 491, 0, 2385, 2384, 1, 0, 0, 0, 2385, 2386, 1, 0, 0, 0, 2386, 2440, 1, 0, 0, 0, 2387, 2388, 5, 138, 0, 0, 2388, 2390, 5, 328, 0, 0, 2389, 2391, 3, 752, 376, 0, 2390, 2389, 1, 0, 0, 0, 2390, 2391, 1, 0, 0, 0, 2391, 2392, 1, 0, 0, 0, 2392, 2393, 3, 1416, 708, 0, 2393, 2394, 3, 106, 53, 0, 2394, 2440, 1, 0, 0, 0, 2395, 2396, 5, 138, 0, 0, 2396, 2398, 5, 376, 0, 0, 2397, 2399, 3, 752, 376, 0, 2398, 2397, 1, 0, 0, 0, 2398, 2399, 1, 0, 0, 0, 2399, 2400, 1, 0, 0, 0, 2400, 2401, 3, 1414, 707, 0, 2401, 2402, 3, 106, 53, 0, 2402, 2440, 1, 0, 0, 0, 2403, 2404, 5, 138, 0, 0, 2404, 2405, 5, 259, 0, 0, 2405, 2407, 5, 376, 0, 0, 2406, 2408, 3, 752, 376, 0, 2407, 2406, 1, 0, 0, 0, 2407, 2408, 1, 0, 0, 0, 2408, 2409, 1, 0, 0, 0, 2409, 2410, 3, 1414, 707, 0, 2410, 2411, 3, 106, 53, 0, 2411, 2440, 1, 0, 0, 0, 2412, 2413, 5, 138, 0, 0, 2413, 2414, 5, 259, 0, 0, 2414, 2415, 5, 376, 0, 0, 2415, 2416, 5, 30, 0, 0, 2416, 2417, 5, 68, 0, 0, 2417, 2418, 5, 351, 0, 0, 2418, 2422, 3, 1406, 703, 0, 2419, 2420, 5, 281, 0, 0, 2420, 2421, 5, 147, 0, 0, 2421, 2423, 3, 1476, 738, 0, 2422, 2419, 1, 0, 0, 0, 2422, 2423, 1, 0, 0, 0, 2423, 2424, 1, 0, 0, 0, 2424, 2425, 5, 333, 0, 0, 2425, 2426, 5, 351, 0, 0, 2426, 2428, 3, 1404, 702, 0, 2427, 2429, 3, 982, 491, 0, 2428, 2427, 1, 0, 0, 0, 2428, 2429, 1, 0, 0, 0, 2429, 2440, 1, 0, 0, 0, 2430, 2431, 5, 138, 0, 0, 2431, 2432, 5, 63, 0, 0, 2432, 2434, 5, 92, 0, 0, 2433, 2435, 3, 752, 376, 0, 2434, 2433, 1, 0, 0, 0, 2434, 2435, 1, 0, 0, 0, 2435, 2436, 1, 0, 0, 0, 2436, 2437, 3, 1122, 561, 0, 2437, 2438, 3, 106, 53, 0, 2438, 2440, 1, 0, 0, 0, 2439, 2306, 1, 0, 0, 0, 2439, 2316, 1, 0, 0, 0, 2439, 2333, 1, 0, 0, 0, 2439, 2348, 1, 0, 0, 0, 2439, 2360, 1, 0, 0, 0, 2439, 2370, 1, 0, 0, 0, 2439, 2387, 1, 0, 0, 0, 2439, 2395, 1, 0, 0, 0, 2439, 2403, 1, 0, 0, 0, 2439, 2412, 1, 0, 0, 0, 2439, 2430, 1, 0, 0, 0, 2440, 105, 1, 0, 0, 0, 2441, 2446, 3, 120, 60, 0, 2442, 2443, 5, 6, 0, 0, 2443, 2445, 3, 120, 60, 0, 2444, 2442, 1, 0, 0, 0, 2445, 2448, 1, 0, 0, 0, 2446, 2444, 1, 0, 0, 0, 2446, 2447, 1, 0, 0, 0, 2447, 107, 1, 0, 0, 0, 2448, 2446, 1, 0, 0, 0, 2449, 2450, 5, 68, 0, 0, 2450, 2459, 3, 1182, 591, 0, 2451, 2452, 5, 64, 0, 0, 2452, 2453, 3, 110, 55, 0, 2453, 2454, 5, 94, 0, 0, 2454, 2455, 3, 110, 55, 0, 2455, 2459, 1, 0, 0, 0, 2456, 2457, 5, 105, 0, 0, 2457, 2459, 3, 114, 57, 0, 2458, 2449, 1, 0, 0, 0, 2458, 2451, 1, 0, 0, 0, 2458, 2456, 1, 0, 0, 0, 2459, 109, 1, 0, 0, 0, 2460, 2461, 5, 2, 0, 0, 2461, 2466, 3, 112, 56, 0, 2462, 2463, 5, 6, 0, 0, 2463, 2465, 3, 112, 56, 0, 2464, 2462, 1, 0, 0, 0, 2465, 2468, 1, 0, 0, 0, 2466, 2464, 1, 0, 0, 0, 2466, 2467, 1, 0, 0, 0, 2467, 2469, 1, 0, 0, 0, 2468, 2466, 1, 0, 0, 0, 2469, 2470, 5, 3, 0, 0, 2470, 111, 1, 0, 0, 0, 2471, 2475, 3, 1182, 591, 0, 2472, 2475, 5, 262, 0, 0, 2473, 2475, 5, 260, 0, 0, 2474, 2471, 1, 0, 0, 0, 2474, 2472, 1, 0, 0, 0, 2474, 2473, 1, 0, 0, 0, 2475, 113, 1, 0, 0, 0, 2476, 2477, 5, 2, 0, 0, 2477, 2478, 5, 533, 0, 0, 2478, 2479, 3, 326, 163, 0, 2479, 2480, 5, 6, 0, 0, 2480, 2481, 5, 534, 0, 0, 2481, 2482, 3, 326, 163, 0, 2482, 2483, 5, 3, 0, 0, 2483, 115, 1, 0, 0, 0, 2484, 2485, 5, 435, 0, 0, 2485, 2486, 5, 285, 0, 0, 2486, 2487, 3, 1416, 708, 0, 2487, 2488, 3, 144, 72, 0, 2488, 2493, 1, 0, 0, 0, 2489, 2490, 5, 436, 0, 0, 2490, 2491, 5, 285, 0, 0, 2491, 2493, 3, 1416, 708, 0, 2492, 2484, 1, 0, 0, 0, 2492, 2489, 1, 0, 0, 0, 2493, 117, 1, 0, 0, 0, 2494, 2495, 5, 435, 0, 0, 2495, 2496, 5, 285, 0, 0, 2496, 2497, 3, 1416, 708, 0, 2497, 119, 1, 0, 0, 0, 2498, 2501, 5, 133, 0, 0, 2499, 2500, 5, 45, 0, 0, 2500, 2502, 3, 1440, 720, 0, 2501, 2499, 1, 0, 0, 0, 2501, 2502, 1, 0, 0, 0, 2502, 2503, 1, 0, 0, 0, 2503, 2716, 3, 240, 120, 0, 2504, 2505, 5, 138, 0, 0, 2505, 2506, 5, 45, 0, 0, 2506, 2507, 3, 1440, 720, 0, 2507, 2508, 3, 480, 240, 0, 2508, 2716, 1, 0, 0, 0, 2509, 2510, 5, 372, 0, 0, 2510, 2511, 5, 45, 0, 0, 2511, 2716, 3, 1440, 720, 0, 2512, 2513, 5, 191, 0, 0, 2513, 2515, 5, 45, 0, 0, 2514, 2516, 3, 752, 376, 0, 2515, 2514, 1, 0, 0, 0, 2515, 2516, 1, 0, 0, 0, 2516, 2517, 1, 0, 0, 0, 2517, 2519, 3, 1440, 720, 0, 2518, 2520, 3, 124, 62, 0, 2519, 2518, 1, 0, 0, 0, 2519, 2520, 1, 0, 0, 0, 2520, 2716, 1, 0, 0, 0, 2521, 2522, 5, 333, 0, 0, 2522, 2523, 5, 379, 0, 0, 2523, 2716, 5, 277, 0, 0, 2524, 2525, 5, 158, 0, 0, 2525, 2526, 5, 80, 0, 0, 2526, 2716, 3, 1440, 720, 0, 2527, 2528, 5, 333, 0, 0, 2528, 2529, 5, 379, 0, 0, 2529, 2716, 5, 158, 0, 0, 2530, 2531, 5, 333, 0, 0, 2531, 2716, 7, 19, 0, 0, 2532, 2534, 5, 193, 0, 0, 2533, 2535, 7, 20, 0, 0, 2534, 2533, 1, 0, 0, 0, 2534, 2535, 1, 0, 0, 0, 2535, 2536, 1, 0, 0, 0, 2536, 2716, 5, 357, 0, 0, 2537, 2538, 5, 186, 0, 0, 2538, 2542, 5, 357, 0, 0, 2539, 2543, 5, 30, 0, 0, 2540, 2543, 5, 99, 0, 0, 2541, 2543, 3, 1440, 720, 0, 2542, 2539, 1, 0, 0, 0, 2542, 2540, 1, 0, 0, 0, 2542, 2541, 1, 0, 0, 0, 2543, 2716, 1, 0, 0, 0, 2544, 2545, 5, 193, 0, 0, 2545, 2546, 7, 20, 0, 0, 2546, 2547, 5, 321, 0, 0, 2547, 2716, 3, 1440, 720, 0, 2548, 2549, 5, 186, 0, 0, 2549, 2550, 5, 321, 0, 0, 2550, 2716, 3, 1440, 720, 0, 2551, 2553, 5, 269, 0, 0, 2552, 2551, 1, 0, 0, 0, 2552, 2553, 1, 0, 0, 0, 2553, 2554, 1, 0, 0, 0, 2554, 2555, 5, 228, 0, 0, 2555, 2716, 3, 1416, 708, 0, 2556, 2557, 5, 275, 0, 0, 2557, 2716, 3, 562, 281, 0, 2558, 2559, 5, 77, 0, 0, 2559, 2716, 5, 275, 0, 0, 2560, 2561, 5, 282, 0, 0, 2561, 2562, 5, 94, 0, 0, 2562, 2716, 3, 1474, 737, 0, 2563, 2564, 5, 333, 0, 0, 2564, 2565, 5, 351, 0, 0, 2565, 2716, 3, 1404, 702, 0, 2566, 2567, 5, 333, 0, 0, 2567, 2716, 3, 132, 66, 0, 2568, 2569, 5, 313, 0, 0, 2569, 2716, 3, 132, 66, 0, 2570, 2571, 5, 312, 0, 0, 2571, 2572, 5, 219, 0, 0, 2572, 2716, 3, 130, 65, 0, 2573, 2574, 5, 193, 0, 0, 2574, 2575, 5, 414, 0, 0, 2575, 2576, 5, 251, 0, 0, 2576, 2716, 5, 327, 0, 0, 2577, 2578, 5, 186, 0, 0, 2578, 2579, 5, 414, 0, 0, 2579, 2580, 5, 251, 0, 0, 2580, 2716, 5, 327, 0, 0, 2581, 2582, 5, 209, 0, 0, 2582, 2583, 5, 414, 0, 0, 2583, 2584, 5, 251, 0, 0, 2584, 2716, 5, 327, 0, 0, 2585, 2586, 5, 269, 0, 0, 2586, 2587, 5, 209, 0, 0, 2587, 2588, 5, 414, 0, 0, 2588, 2589, 5, 251, 0, 0, 2589, 2716, 5, 327, 0, 0, 2590, 2592, 5, 191, 0, 0, 2591, 2593, 5, 44, 0, 0, 2592, 2591, 1, 0, 0, 0, 2592, 2593, 1, 0, 0, 0, 2593, 2595, 1, 0, 0, 0, 2594, 2596, 3, 752, 376, 0, 2595, 2594, 1, 0, 0, 0, 2595, 2596, 1, 0, 0, 0, 2596, 2597, 1, 0, 0, 0, 2597, 2599, 3, 1436, 718, 0, 2598, 2600, 3, 124, 62, 0, 2599, 2598, 1, 0, 0, 0, 2599, 2600, 1, 0, 0, 0, 2600, 2716, 1, 0, 0, 0, 2601, 2603, 5, 133, 0, 0, 2602, 2604, 5, 44, 0, 0, 2603, 2602, 1, 0, 0, 0, 2603, 2604, 1, 0, 0, 0, 2604, 2606, 1, 0, 0, 0, 2605, 2607, 3, 520, 260, 0, 2606, 2605, 1, 0, 0, 0, 2606, 2607, 1, 0, 0, 0, 2607, 2608, 1, 0, 0, 0, 2608, 2716, 3, 210, 105, 0, 2609, 2611, 5, 138, 0, 0, 2610, 2612, 5, 44, 0, 0, 2611, 2610, 1, 0, 0, 0, 2611, 2612, 1, 0, 0, 0, 2612, 2613, 1, 0, 0, 0, 2613, 2614, 3, 1436, 718, 0, 2614, 2615, 3, 122, 61, 0, 2615, 2716, 1, 0, 0, 0, 2616, 2618, 5, 138, 0, 0, 2617, 2619, 5, 44, 0, 0, 2618, 2617, 1, 0, 0, 0, 2618, 2619, 1, 0, 0, 0, 2619, 2620, 1, 0, 0, 0, 2620, 2621, 3, 1436, 718, 0, 2621, 2622, 7, 21, 0, 0, 2622, 2623, 5, 77, 0, 0, 2623, 2624, 5, 78, 0, 0, 2624, 2716, 1, 0, 0, 0, 2625, 2627, 5, 138, 0, 0, 2626, 2628, 5, 44, 0, 0, 2627, 2626, 1, 0, 0, 0, 2627, 2628, 1, 0, 0, 0, 2628, 2629, 1, 0, 0, 0, 2629, 2630, 3, 1436, 718, 0, 2630, 2631, 5, 191, 0, 0, 2631, 2633, 5, 437, 0, 0, 2632, 2634, 3, 752, 376, 0, 2633, 2632, 1, 0, 0, 0, 2633, 2634, 1, 0, 0, 0, 2634, 2716, 1, 0, 0, 0, 2635, 2637, 5, 138, 0, 0, 2636, 2638, 5, 44, 0, 0, 2637, 2636, 1, 0, 0, 0, 2637, 2638, 1, 0, 0, 0, 2638, 2639, 1, 0, 0, 0, 2639, 2640, 3, 1436, 718, 0, 2640, 2641, 5, 333, 0, 0, 2641, 2642, 5, 342, 0, 0, 2642, 2643, 3, 1468, 734, 0, 2643, 2716, 1, 0, 0, 0, 2644, 2646, 5, 138, 0, 0, 2645, 2647, 5, 44, 0, 0, 2646, 2645, 1, 0, 0, 0, 2646, 2647, 1, 0, 0, 0, 2647, 2648, 1, 0, 0, 0, 2648, 2649, 3, 1436, 718, 0, 2649, 2650, 7, 22, 0, 0, 2650, 2651, 3, 132, 66, 0, 2651, 2716, 1, 0, 0, 0, 2652, 2654, 5, 138, 0, 0, 2653, 2655, 5, 44, 0, 0, 2654, 2653, 1, 0, 0, 0, 2654, 2655, 1, 0, 0, 0, 2655, 2656, 1, 0, 0, 0, 2656, 2657, 3, 1436, 718, 0, 2657, 2658, 5, 333, 0, 0, 2658, 2659, 5, 345, 0, 0, 2659, 2660, 3, 1478, 739, 0, 2660, 2716, 1, 0, 0, 0, 2661, 2663, 5, 138, 0, 0, 2662, 2664, 5, 44, 0, 0, 2663, 2662, 1, 0, 0, 0, 2663, 2664, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2666, 3, 1436, 718, 0, 2666, 2667, 5, 133, 0, 0, 2667, 2668, 5, 438, 0, 0, 2668, 2669, 3, 226, 113, 0, 2669, 2670, 5, 36, 0, 0, 2670, 2672, 5, 219, 0, 0, 2671, 2673, 3, 318, 159, 0, 2672, 2671, 1, 0, 0, 0, 2672, 2673, 1, 0, 0, 0, 2673, 2716, 1, 0, 0, 0, 2674, 2676, 5, 138, 0, 0, 2675, 2677, 5, 44, 0, 0, 2676, 2675, 1, 0, 0, 0, 2676, 2677, 1, 0, 0, 0, 2677, 2678, 1, 0, 0, 0, 2678, 2679, 3, 1436, 718, 0, 2679, 2680, 3, 140, 70, 0, 2680, 2716, 1, 0, 0, 0, 2681, 2683, 5, 138, 0, 0, 2682, 2684, 5, 44, 0, 0, 2683, 2682, 1, 0, 0, 0, 2683, 2684, 1, 0, 0, 0, 2684, 2685, 1, 0, 0, 0, 2685, 2686, 3, 1436, 718, 0, 2686, 2687, 5, 191, 0, 0, 2687, 2689, 5, 219, 0, 0, 2688, 2690, 3, 752, 376, 0, 2689, 2688, 1, 0, 0, 0, 2689, 2690, 1, 0, 0, 0, 2690, 2716, 1, 0, 0, 0, 2691, 2693, 5, 138, 0, 0, 2692, 2694, 5, 44, 0, 0, 2693, 2692, 1, 0, 0, 0, 2693, 2694, 1, 0, 0, 0, 2694, 2695, 1, 0, 0, 0, 2695, 2697, 3, 1436, 718, 0, 2696, 2698, 3, 772, 386, 0, 2697, 2696, 1, 0, 0, 0, 2697, 2698, 1, 0, 0, 0, 2698, 2699, 1, 0, 0, 0, 2699, 2700, 5, 360, 0, 0, 2700, 2702, 3, 1172, 586, 0, 2701, 2703, 3, 126, 63, 0, 2702, 2701, 1, 0, 0, 0, 2702, 2703, 1, 0, 0, 0, 2703, 2705, 1, 0, 0, 0, 2704, 2706, 3, 128, 64, 0, 2705, 2704, 1, 0, 0, 0, 2705, 2706, 1, 0, 0, 0, 2706, 2716, 1, 0, 0, 0, 2707, 2709, 5, 138, 0, 0, 2708, 2710, 5, 44, 0, 0, 2709, 2708, 1, 0, 0, 0, 2709, 2710, 1, 0, 0, 0, 2710, 2711, 1, 0, 0, 0, 2711, 2712, 3, 1436, 718, 0, 2712, 2713, 3, 376, 188, 0, 2713, 2716, 1, 0, 0, 0, 2714, 2716, 3, 376, 188, 0, 2715, 2498, 1, 0, 0, 0, 2715, 2504, 1, 0, 0, 0, 2715, 2509, 1, 0, 0, 0, 2715, 2512, 1, 0, 0, 0, 2715, 2521, 1, 0, 0, 0, 2715, 2524, 1, 0, 0, 0, 2715, 2527, 1, 0, 0, 0, 2715, 2530, 1, 0, 0, 0, 2715, 2532, 1, 0, 0, 0, 2715, 2537, 1, 0, 0, 0, 2715, 2544, 1, 0, 0, 0, 2715, 2548, 1, 0, 0, 0, 2715, 2552, 1, 0, 0, 0, 2715, 2556, 1, 0, 0, 0, 2715, 2558, 1, 0, 0, 0, 2715, 2560, 1, 0, 0, 0, 2715, 2563, 1, 0, 0, 0, 2715, 2566, 1, 0, 0, 0, 2715, 2568, 1, 0, 0, 0, 2715, 2570, 1, 0, 0, 0, 2715, 2573, 1, 0, 0, 0, 2715, 2577, 1, 0, 0, 0, 2715, 2581, 1, 0, 0, 0, 2715, 2585, 1, 0, 0, 0, 2715, 2590, 1, 0, 0, 0, 2715, 2601, 1, 0, 0, 0, 2715, 2609, 1, 0, 0, 0, 2715, 2616, 1, 0, 0, 0, 2715, 2625, 1, 0, 0, 0, 2715, 2635, 1, 0, 0, 0, 2715, 2644, 1, 0, 0, 0, 2715, 2652, 1, 0, 0, 0, 2715, 2661, 1, 0, 0, 0, 2715, 2674, 1, 0, 0, 0, 2715, 2681, 1, 0, 0, 0, 2715, 2691, 1, 0, 0, 0, 2715, 2707, 1, 0, 0, 0, 2715, 2714, 1, 0, 0, 0, 2716, 121, 1, 0, 0, 0, 2717, 2718, 5, 333, 0, 0, 2718, 2719, 5, 53, 0, 0, 2719, 2723, 3, 1216, 608, 0, 2720, 2721, 5, 191, 0, 0, 2721, 2723, 5, 53, 0, 0, 2722, 2717, 1, 0, 0, 0, 2722, 2720, 1, 0, 0, 0, 2723, 123, 1, 0, 0, 0, 2724, 2725, 7, 23, 0, 0, 2725, 125, 1, 0, 0, 0, 2726, 2727, 5, 43, 0, 0, 2727, 2728, 3, 562, 281, 0, 2728, 127, 1, 0, 0, 0, 2729, 2730, 5, 100, 0, 0, 2730, 2731, 3, 1216, 608, 0, 2731, 129, 1, 0, 0, 0, 2732, 2739, 5, 270, 0, 0, 2733, 2739, 5, 113, 0, 0, 2734, 2739, 5, 53, 0, 0, 2735, 2736, 5, 100, 0, 0, 2736, 2737, 5, 226, 0, 0, 2737, 2739, 3, 1440, 720, 0, 2738, 2732, 1, 0, 0, 0, 2738, 2733, 1, 0, 0, 0, 2738, 2734, 1, 0, 0, 0, 2738, 2735, 1, 0, 0, 0, 2739, 131, 1, 0, 0, 0, 2740, 2741, 5, 2, 0, 0, 2741, 2742, 3, 136, 68, 0, 2742, 2743, 5, 3, 0, 0, 2743, 133, 1, 0, 0, 0, 2744, 2745, 5, 105, 0, 0, 2745, 2746, 3, 132, 66, 0, 2746, 135, 1, 0, 0, 0, 2747, 2752, 3, 138, 69, 0, 2748, 2749, 5, 6, 0, 0, 2749, 2751, 3, 138, 69, 0, 2750, 2748, 1, 0, 0, 0, 2751, 2754, 1, 0, 0, 0, 2752, 2750, 1, 0, 0, 0, 2752, 2753, 1, 0, 0, 0, 2753, 137, 1, 0, 0, 0, 2754, 2752, 1, 0, 0, 0, 2755, 2764, 3, 1494, 747, 0, 2756, 2757, 5, 10, 0, 0, 2757, 2765, 3, 506, 253, 0, 2758, 2759, 5, 11, 0, 0, 2759, 2762, 3, 1494, 747, 0, 2760, 2761, 5, 10, 0, 0, 2761, 2763, 3, 506, 253, 0, 2762, 2760, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 2765, 1, 0, 0, 0, 2764, 2756, 1, 0, 0, 0, 2764, 2758, 1, 0, 0, 0, 2764, 2765, 1, 0, 0, 0, 2765, 139, 1, 0, 0, 0, 2766, 2768, 3, 142, 71, 0, 2767, 2766, 1, 0, 0, 0, 2768, 2769, 1, 0, 0, 0, 2769, 2767, 1, 0, 0, 0, 2769, 2770, 1, 0, 0, 0, 2770, 141, 1, 0, 0, 0, 2771, 2776, 5, 314, 0, 0, 2772, 2774, 3, 14, 7, 0, 2773, 2772, 1, 0, 0, 0, 2773, 2774, 1, 0, 0, 0, 2774, 2775, 1, 0, 0, 0, 2775, 2777, 3, 326, 163, 0, 2776, 2773, 1, 0, 0, 0, 2776, 2777, 1, 0, 0, 0, 2777, 2785, 1, 0, 0, 0, 2778, 2782, 5, 333, 0, 0, 2779, 2783, 3, 322, 161, 0, 2780, 2781, 5, 438, 0, 0, 2781, 2783, 3, 226, 113, 0, 2782, 2779, 1, 0, 0, 0, 2782, 2780, 1, 0, 0, 0, 2783, 2785, 1, 0, 0, 0, 2784, 2771, 1, 0, 0, 0, 2784, 2778, 1, 0, 0, 0, 2785, 143, 1, 0, 0, 0, 2786, 2787, 5, 62, 0, 0, 2787, 2788, 5, 422, 0, 0, 2788, 2789, 5, 105, 0, 0, 2789, 2790, 5, 2, 0, 0, 2790, 2791, 3, 148, 74, 0, 2791, 2792, 5, 3, 0, 0, 2792, 2813, 1, 0, 0, 0, 2793, 2794, 5, 62, 0, 0, 2794, 2795, 5, 422, 0, 0, 2795, 2796, 5, 68, 0, 0, 2796, 2797, 5, 2, 0, 0, 2797, 2798, 3, 1332, 666, 0, 2798, 2799, 5, 3, 0, 0, 2799, 2813, 1, 0, 0, 0, 2800, 2801, 5, 62, 0, 0, 2801, 2802, 5, 422, 0, 0, 2802, 2803, 5, 64, 0, 0, 2803, 2804, 5, 2, 0, 0, 2804, 2805, 3, 1332, 666, 0, 2805, 2806, 5, 3, 0, 0, 2806, 2807, 5, 94, 0, 0, 2807, 2808, 5, 2, 0, 0, 2808, 2809, 3, 1332, 666, 0, 2809, 2810, 5, 3, 0, 0, 2810, 2813, 1, 0, 0, 0, 2811, 2813, 5, 53, 0, 0, 2812, 2786, 1, 0, 0, 0, 2812, 2793, 1, 0, 0, 0, 2812, 2800, 1, 0, 0, 0, 2812, 2811, 1, 0, 0, 0, 2813, 145, 1, 0, 0, 0, 2814, 2815, 3, 1492, 746, 0, 2815, 2816, 3, 1460, 730, 0, 2816, 147, 1, 0, 0, 0, 2817, 2822, 3, 146, 73, 0, 2818, 2819, 5, 6, 0, 0, 2819, 2821, 3, 146, 73, 0, 2820, 2818, 1, 0, 0, 0, 2821, 2824, 1, 0, 0, 0, 2822, 2820, 1, 0, 0, 0, 2822, 2823, 1, 0, 0, 0, 2823, 149, 1, 0, 0, 0, 2824, 2822, 1, 0, 0, 0, 2825, 2826, 5, 138, 0, 0, 2826, 2827, 5, 360, 0, 0, 2827, 2828, 3, 562, 281, 0, 2828, 2829, 3, 152, 76, 0, 2829, 151, 1, 0, 0, 0, 2830, 2835, 3, 154, 77, 0, 2831, 2832, 5, 6, 0, 0, 2832, 2834, 3, 154, 77, 0, 2833, 2831, 1, 0, 0, 0, 2834, 2837, 1, 0, 0, 0, 2835, 2833, 1, 0, 0, 0, 2835, 2836, 1, 0, 0, 0, 2836, 153, 1, 0, 0, 0, 2837, 2835, 1, 0, 0, 0, 2838, 2839, 5, 133, 0, 0, 2839, 2840, 5, 143, 0, 0, 2840, 2842, 3, 1156, 578, 0, 2841, 2843, 3, 124, 62, 0, 2842, 2841, 1, 0, 0, 0, 2842, 2843, 1, 0, 0, 0, 2843, 2868, 1, 0, 0, 0, 2844, 2845, 5, 191, 0, 0, 2845, 2847, 5, 143, 0, 0, 2846, 2848, 3, 752, 376, 0, 2847, 2846, 1, 0, 0, 0, 2847, 2848, 1, 0, 0, 0, 2848, 2849, 1, 0, 0, 0, 2849, 2851, 3, 1478, 739, 0, 2850, 2852, 3, 124, 62, 0, 2851, 2850, 1, 0, 0, 0, 2851, 2852, 1, 0, 0, 0, 2852, 2868, 1, 0, 0, 0, 2853, 2854, 5, 138, 0, 0, 2854, 2855, 5, 143, 0, 0, 2855, 2857, 3, 1478, 739, 0, 2856, 2858, 3, 772, 386, 0, 2857, 2856, 1, 0, 0, 0, 2857, 2858, 1, 0, 0, 0, 2858, 2859, 1, 0, 0, 0, 2859, 2860, 5, 360, 0, 0, 2860, 2862, 3, 1172, 586, 0, 2861, 2863, 3, 126, 63, 0, 2862, 2861, 1, 0, 0, 0, 2862, 2863, 1, 0, 0, 0, 2863, 2865, 1, 0, 0, 0, 2864, 2866, 3, 124, 62, 0, 2865, 2864, 1, 0, 0, 0, 2865, 2866, 1, 0, 0, 0, 2866, 2868, 1, 0, 0, 0, 2867, 2838, 1, 0, 0, 0, 2867, 2844, 1, 0, 0, 0, 2867, 2853, 1, 0, 0, 0, 2868, 155, 1, 0, 0, 0, 2869, 2872, 5, 157, 0, 0, 2870, 2873, 3, 998, 499, 0, 2871, 2873, 5, 30, 0, 0, 2872, 2870, 1, 0, 0, 0, 2872, 2871, 1, 0, 0, 0, 2873, 157, 1, 0, 0, 0, 2874, 2876, 5, 169, 0, 0, 2875, 2877, 3, 172, 86, 0, 2876, 2875, 1, 0, 0, 0, 2876, 2877, 1, 0, 0, 0, 2877, 2878, 1, 0, 0, 0, 2878, 2880, 3, 1410, 705, 0, 2879, 2881, 3, 244, 122, 0, 2880, 2879, 1, 0, 0, 0, 2880, 2881, 1, 0, 0, 0, 2881, 2882, 1, 0, 0, 0, 2882, 2884, 3, 160, 80, 0, 2883, 2885, 3, 162, 81, 0, 2884, 2883, 1, 0, 0, 0, 2884, 2885, 1, 0, 0, 0, 2885, 2886, 1, 0, 0, 0, 2886, 2888, 3, 164, 82, 0, 2887, 2889, 3, 174, 87, 0, 2888, 2887, 1, 0, 0, 0, 2888, 2889, 1, 0, 0, 0, 2889, 2891, 1, 0, 0, 0, 2890, 2892, 3, 14, 7, 0, 2891, 2890, 1, 0, 0, 0, 2891, 2892, 1, 0, 0, 0, 2892, 2893, 1, 0, 0, 0, 2893, 2895, 3, 166, 83, 0, 2894, 2896, 3, 1148, 574, 0, 2895, 2894, 1, 0, 0, 0, 2895, 2896, 1, 0, 0, 0, 2896, 2912, 1, 0, 0, 0, 2897, 2898, 5, 169, 0, 0, 2898, 2899, 5, 2, 0, 0, 2899, 2900, 3, 946, 473, 0, 2900, 2901, 5, 3, 0, 0, 2901, 2903, 5, 94, 0, 0, 2902, 2904, 3, 162, 81, 0, 2903, 2902, 1, 0, 0, 0, 2903, 2904, 1, 0, 0, 0, 2904, 2905, 1, 0, 0, 0, 2905, 2907, 3, 164, 82, 0, 2906, 2908, 3, 14, 7, 0, 2907, 2906, 1, 0, 0, 0, 2907, 2908, 1, 0, 0, 0, 2908, 2909, 1, 0, 0, 0, 2909, 2910, 3, 166, 83, 0, 2910, 2912, 1, 0, 0, 0, 2911, 2874, 1, 0, 0, 0, 2911, 2897, 1, 0, 0, 0, 2912, 159, 1, 0, 0, 0, 2913, 2914, 7, 24, 0, 0, 2914, 161, 1, 0, 0, 0, 2915, 2916, 5, 297, 0, 0, 2916, 163, 1, 0, 0, 0, 2917, 2921, 3, 1462, 731, 0, 2918, 2921, 5, 343, 0, 0, 2919, 2921, 5, 344, 0, 0, 2920, 2917, 1, 0, 0, 0, 2920, 2918, 1, 0, 0, 0, 2920, 2919, 1, 0, 0, 0, 2921, 165, 1, 0, 0, 0, 2922, 2928, 3, 168, 84, 0, 2923, 2924, 5, 2, 0, 0, 2924, 2925, 3, 178, 89, 0, 2925, 2926, 5, 3, 0, 0, 2926, 2928, 1, 0, 0, 0, 2927, 2922, 1, 0, 0, 0, 2927, 2923, 1, 0, 0, 0, 2928, 167, 1, 0, 0, 0, 2929, 2931, 3, 170, 85, 0, 2930, 2929, 1, 0, 0, 0, 2931, 2934, 1, 0, 0, 0, 2932, 2930, 1, 0, 0, 0, 2932, 2933, 1, 0, 0, 0, 2933, 169, 1, 0, 0, 0, 2934, 2932, 1, 0, 0, 0, 2935, 2975, 5, 107, 0, 0, 2936, 2975, 5, 112, 0, 0, 2937, 2939, 5, 183, 0, 0, 2938, 2940, 3, 876, 438, 0, 2939, 2938, 1, 0, 0, 0, 2939, 2940, 1, 0, 0, 0, 2940, 2941, 1, 0, 0, 0, 2941, 2975, 3, 1462, 731, 0, 2942, 2944, 5, 78, 0, 0, 2943, 2945, 3, 876, 438, 0, 2944, 2943, 1, 0, 0, 0, 2944, 2945, 1, 0, 0, 0, 2945, 2946, 1, 0, 0, 0, 2946, 2975, 3, 1462, 731, 0, 2947, 2975, 5, 171, 0, 0, 2948, 2975, 5, 216, 0, 0, 2949, 2951, 5, 298, 0, 0, 2950, 2952, 3, 876, 438, 0, 2951, 2950, 1, 0, 0, 0, 2951, 2952, 1, 0, 0, 0, 2952, 2953, 1, 0, 0, 0, 2953, 2975, 3, 1462, 731, 0, 2954, 2956, 5, 197, 0, 0, 2955, 2957, 3, 876, 438, 0, 2956, 2955, 1, 0, 0, 0, 2956, 2957, 1, 0, 0, 0, 2957, 2958, 1, 0, 0, 0, 2958, 2975, 3, 1462, 731, 0, 2959, 2960, 5, 209, 0, 0, 2960, 2961, 5, 298, 0, 0, 2961, 2975, 3, 248, 124, 0, 2962, 2963, 5, 209, 0, 0, 2963, 2964, 5, 298, 0, 0, 2964, 2975, 5, 9, 0, 0, 2965, 2966, 5, 209, 0, 0, 2966, 2967, 5, 77, 0, 0, 2967, 2968, 5, 78, 0, 0, 2968, 2975, 3, 248, 124, 0, 2969, 2970, 5, 209, 0, 0, 2970, 2971, 5, 78, 0, 0, 2971, 2975, 3, 248, 124, 0, 2972, 2973, 5, 194, 0, 0, 2973, 2975, 3, 1462, 731, 0, 2974, 2935, 1, 0, 0, 0, 2974, 2936, 1, 0, 0, 0, 2974, 2937, 1, 0, 0, 0, 2974, 2942, 1, 0, 0, 0, 2974, 2947, 1, 0, 0, 0, 2974, 2948, 1, 0, 0, 0, 2974, 2949, 1, 0, 0, 0, 2974, 2954, 1, 0, 0, 0, 2974, 2959, 1, 0, 0, 0, 2974, 2962, 1, 0, 0, 0, 2974, 2965, 1, 0, 0, 0, 2974, 2969, 1, 0, 0, 0, 2974, 2972, 1, 0, 0, 0, 2975, 171, 1, 0, 0, 0, 2976, 2977, 5, 107, 0, 0, 2977, 173, 1, 0, 0, 0, 2978, 2980, 3, 176, 88, 0, 2979, 2978, 1, 0, 0, 0, 2979, 2980, 1, 0, 0, 0, 2980, 2981, 1, 0, 0, 0, 2981, 2982, 5, 184, 0, 0, 2982, 2983, 3, 1462, 731, 0, 2983, 175, 1, 0, 0, 0, 2984, 2985, 5, 100, 0, 0, 2985, 177, 1, 0, 0, 0, 2986, 2991, 3, 180, 90, 0, 2987, 2988, 5, 6, 0, 0, 2988, 2990, 3, 180, 90, 0, 2989, 2987, 1, 0, 0, 0, 2990, 2993, 1, 0, 0, 0, 2991, 2989, 1, 0, 0, 0, 2991, 2992, 1, 0, 0, 0, 2992, 179, 1, 0, 0, 0, 2993, 2991, 1, 0, 0, 0, 2994, 2996, 3, 1494, 747, 0, 2995, 2997, 3, 182, 91, 0, 2996, 2995, 1, 0, 0, 0, 2996, 2997, 1, 0, 0, 0, 2997, 181, 1, 0, 0, 0, 2998, 3006, 3, 72, 36, 0, 2999, 3006, 3, 326, 163, 0, 3000, 3006, 5, 9, 0, 0, 3001, 3002, 5, 2, 0, 0, 3002, 3003, 3, 184, 92, 0, 3003, 3004, 5, 3, 0, 0, 3004, 3006, 1, 0, 0, 0, 3005, 2998, 1, 0, 0, 0, 3005, 2999, 1, 0, 0, 0, 3005, 3000, 1, 0, 0, 0, 3005, 3001, 1, 0, 0, 0, 3006, 183, 1, 0, 0, 0, 3007, 3012, 3, 186, 93, 0, 3008, 3009, 5, 6, 0, 0, 3009, 3011, 3, 186, 93, 0, 3010, 3008, 1, 0, 0, 0, 3011, 3014, 1, 0, 0, 0, 3012, 3010, 1, 0, 0, 0, 3012, 3013, 1, 0, 0, 0, 3013, 185, 1, 0, 0, 0, 3014, 3012, 1, 0, 0, 0, 3015, 3016, 3, 70, 35, 0, 3016, 187, 1, 0, 0, 0, 3017, 3019, 3, 190, 95, 0, 3018, 3020, 3, 520, 260, 0, 3019, 3018, 1, 0, 0, 0, 3019, 3020, 1, 0, 0, 0, 3020, 3021, 1, 0, 0, 0, 3021, 3090, 3, 1408, 704, 0, 3022, 3024, 5, 2, 0, 0, 3023, 3025, 3, 196, 98, 0, 3024, 3023, 1, 0, 0, 0, 3024, 3025, 1, 0, 0, 0, 3025, 3026, 1, 0, 0, 0, 3026, 3028, 5, 3, 0, 0, 3027, 3029, 3, 270, 135, 0, 3028, 3027, 1, 0, 0, 0, 3028, 3029, 1, 0, 0, 0, 3029, 3031, 1, 0, 0, 0, 3030, 3032, 3, 272, 136, 0, 3031, 3030, 1, 0, 0, 0, 3031, 3032, 1, 0, 0, 0, 3032, 3034, 1, 0, 0, 0, 3033, 3035, 3, 280, 140, 0, 3034, 3033, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, 3037, 1, 0, 0, 0, 3036, 3038, 3, 282, 141, 0, 3037, 3036, 1, 0, 0, 0, 3037, 3038, 1, 0, 0, 0, 3038, 3040, 1, 0, 0, 0, 3039, 3041, 3, 284, 142, 0, 3040, 3039, 1, 0, 0, 0, 3040, 3041, 1, 0, 0, 0, 3041, 3043, 1, 0, 0, 0, 3042, 3044, 3, 286, 143, 0, 3043, 3042, 1, 0, 0, 0, 3043, 3044, 1, 0, 0, 0, 3044, 3046, 1, 0, 0, 0, 3045, 3047, 3, 192, 96, 0, 3046, 3045, 1, 0, 0, 0, 3046, 3047, 1, 0, 0, 0, 3047, 3091, 1, 0, 0, 0, 3048, 3049, 5, 275, 0, 0, 3049, 3051, 3, 562, 281, 0, 3050, 3052, 3, 200, 100, 0, 3051, 3050, 1, 0, 0, 0, 3051, 3052, 1, 0, 0, 0, 3052, 3054, 1, 0, 0, 0, 3053, 3055, 3, 272, 136, 0, 3054, 3053, 1, 0, 0, 0, 3054, 3055, 1, 0, 0, 0, 3055, 3057, 1, 0, 0, 0, 3056, 3058, 3, 280, 140, 0, 3057, 3056, 1, 0, 0, 0, 3057, 3058, 1, 0, 0, 0, 3058, 3060, 1, 0, 0, 0, 3059, 3061, 3, 282, 141, 0, 3060, 3059, 1, 0, 0, 0, 3060, 3061, 1, 0, 0, 0, 3061, 3063, 1, 0, 0, 0, 3062, 3064, 3, 284, 142, 0, 3063, 3062, 1, 0, 0, 0, 3063, 3064, 1, 0, 0, 0, 3064, 3066, 1, 0, 0, 0, 3065, 3067, 3, 286, 143, 0, 3066, 3065, 1, 0, 0, 0, 3066, 3067, 1, 0, 0, 0, 3067, 3091, 1, 0, 0, 0, 3068, 3069, 5, 285, 0, 0, 3069, 3070, 5, 275, 0, 0, 3070, 3072, 3, 1416, 708, 0, 3071, 3073, 3, 200, 100, 0, 3072, 3071, 1, 0, 0, 0, 3072, 3073, 1, 0, 0, 0, 3073, 3074, 1, 0, 0, 0, 3074, 3076, 3, 144, 72, 0, 3075, 3077, 3, 272, 136, 0, 3076, 3075, 1, 0, 0, 0, 3076, 3077, 1, 0, 0, 0, 3077, 3079, 1, 0, 0, 0, 3078, 3080, 3, 280, 140, 0, 3079, 3078, 1, 0, 0, 0, 3079, 3080, 1, 0, 0, 0, 3080, 3082, 1, 0, 0, 0, 3081, 3083, 3, 282, 141, 0, 3082, 3081, 1, 0, 0, 0, 3082, 3083, 1, 0, 0, 0, 3083, 3085, 1, 0, 0, 0, 3084, 3086, 3, 284, 142, 0, 3085, 3084, 1, 0, 0, 0, 3085, 3086, 1, 0, 0, 0, 3086, 3088, 1, 0, 0, 0, 3087, 3089, 3, 286, 143, 0, 3088, 3087, 1, 0, 0, 0, 3088, 3089, 1, 0, 0, 0, 3089, 3091, 1, 0, 0, 0, 3090, 3022, 1, 0, 0, 0, 3090, 3048, 1, 0, 0, 0, 3090, 3068, 1, 0, 0, 0, 3091, 189, 1, 0, 0, 0, 3092, 3094, 5, 46, 0, 0, 3093, 3095, 3, 194, 97, 0, 3094, 3093, 1, 0, 0, 0, 3094, 3095, 1, 0, 0, 0, 3095, 3097, 1, 0, 0, 0, 3096, 3098, 5, 550, 0, 0, 3097, 3096, 1, 0, 0, 0, 3097, 3098, 1, 0, 0, 0, 3098, 3100, 1, 0, 0, 0, 3099, 3101, 5, 205, 0, 0, 3100, 3099, 1, 0, 0, 0, 3100, 3101, 1, 0, 0, 0, 3101, 3102, 1, 0, 0, 0, 3102, 3103, 5, 92, 0, 0, 3103, 191, 1, 0, 0, 0, 3104, 3105, 5, 549, 0, 0, 3105, 3106, 5, 147, 0, 0, 3106, 3107, 5, 2, 0, 0, 3107, 3108, 3, 248, 124, 0, 3108, 3109, 5, 3, 0, 0, 3109, 193, 1, 0, 0, 0, 3110, 3118, 5, 354, 0, 0, 3111, 3118, 5, 352, 0, 0, 3112, 3113, 5, 254, 0, 0, 3113, 3118, 7, 25, 0, 0, 3114, 3115, 5, 213, 0, 0, 3115, 3118, 7, 25, 0, 0, 3116, 3118, 5, 367, 0, 0, 3117, 3110, 1, 0, 0, 0, 3117, 3111, 1, 0, 0, 0, 3117, 3112, 1, 0, 0, 0, 3117, 3114, 1, 0, 0, 0, 3117, 3116, 1, 0, 0, 0, 3118, 195, 1, 0, 0, 0, 3119, 3120, 3, 202, 101, 0, 3120, 197, 1, 0, 0, 0, 3121, 3122, 3, 202, 101, 0, 3122, 199, 1, 0, 0, 0, 3123, 3124, 5, 2, 0, 0, 3124, 3125, 3, 204, 102, 0, 3125, 3126, 5, 3, 0, 0, 3126, 201, 1, 0, 0, 0, 3127, 3132, 3, 206, 103, 0, 3128, 3129, 5, 6, 0, 0, 3129, 3131, 3, 206, 103, 0, 3130, 3128, 1, 0, 0, 0, 3131, 3134, 1, 0, 0, 0, 3132, 3130, 1, 0, 0, 0, 3132, 3133, 1, 0, 0, 0, 3133, 203, 1, 0, 0, 0, 3134, 3132, 1, 0, 0, 0, 3135, 3140, 3, 208, 104, 0, 3136, 3137, 5, 6, 0, 0, 3137, 3139, 3, 208, 104, 0, 3138, 3136, 1, 0, 0, 0, 3139, 3142, 1, 0, 0, 0, 3140, 3138, 1, 0, 0, 0, 3140, 3141, 1, 0, 0, 0, 3141, 205, 1, 0, 0, 0, 3142, 3140, 1, 0, 0, 0, 3143, 3147, 3, 210, 105, 0, 3144, 3147, 3, 232, 116, 0, 3145, 3147, 3, 238, 119, 0, 3146, 3143, 1, 0, 0, 0, 3146, 3144, 1, 0, 0, 0, 3146, 3145, 1, 0, 0, 0, 3147, 207, 1, 0, 0, 0, 3148, 3151, 3, 216, 108, 0, 3149, 3151, 3, 238, 119, 0, 3150, 3148, 1, 0, 0, 0, 3150, 3149, 1, 0, 0, 0, 3151, 209, 1, 0, 0, 0, 3152, 3153, 3, 1438, 719, 0, 3153, 3155, 3, 1172, 586, 0, 3154, 3156, 3, 372, 186, 0, 3155, 3154, 1, 0, 0, 0, 3155, 3156, 1, 0, 0, 0, 3156, 3158, 1, 0, 0, 0, 3157, 3159, 3, 214, 107, 0, 3158, 3157, 1, 0, 0, 0, 3158, 3159, 1, 0, 0, 0, 3159, 3161, 1, 0, 0, 0, 3160, 3162, 3, 212, 106, 0, 3161, 3160, 1, 0, 0, 0, 3161, 3162, 1, 0, 0, 0, 3162, 3165, 1, 0, 0, 0, 3163, 3164, 5, 43, 0, 0, 3164, 3166, 3, 562, 281, 0, 3165, 3163, 1, 0, 0, 0, 3165, 3166, 1, 0, 0, 0, 3166, 3169, 1, 0, 0, 0, 3167, 3168, 5, 105, 0, 0, 3168, 3170, 5, 280, 0, 0, 3169, 3167, 1, 0, 0, 0, 3169, 3170, 1, 0, 0, 0, 3170, 3171, 1, 0, 0, 0, 3171, 3172, 3, 218, 109, 0, 3172, 211, 1, 0, 0, 0, 3173, 3174, 5, 543, 0, 0, 3174, 3175, 3, 1478, 739, 0, 3175, 213, 1, 0, 0, 0, 3176, 3183, 5, 345, 0, 0, 3177, 3184, 5, 544, 0, 0, 3178, 3184, 5, 205, 0, 0, 3179, 3184, 5, 545, 0, 0, 3180, 3184, 5, 546, 0, 0, 3181, 3184, 5, 53, 0, 0, 3182, 3184, 3, 1478, 739, 0, 3183, 3177, 1, 0, 0, 0, 3183, 3178, 1, 0, 0, 0, 3183, 3179, 1, 0, 0, 0, 3183, 3180, 1, 0, 0, 0, 3183, 3181, 1, 0, 0, 0, 3183, 3182, 1, 0, 0, 0, 3184, 215, 1, 0, 0, 0, 3185, 3188, 3, 1438, 719, 0, 3186, 3187, 5, 105, 0, 0, 3187, 3189, 5, 280, 0, 0, 3188, 3186, 1, 0, 0, 0, 3188, 3189, 1, 0, 0, 0, 3189, 3190, 1, 0, 0, 0, 3190, 3191, 3, 218, 109, 0, 3191, 217, 1, 0, 0, 0, 3192, 3194, 3, 220, 110, 0, 3193, 3192, 1, 0, 0, 0, 3194, 3197, 1, 0, 0, 0, 3195, 3193, 1, 0, 0, 0, 3195, 3196, 1, 0, 0, 0, 3196, 219, 1, 0, 0, 0, 3197, 3195, 1, 0, 0, 0, 3198, 3199, 5, 45, 0, 0, 3199, 3201, 3, 1440, 720, 0, 3200, 3198, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 3202, 1, 0, 0, 0, 3202, 3204, 3, 222, 111, 0, 3203, 3205, 3, 228, 114, 0, 3204, 3203, 1, 0, 0, 0, 3204, 3205, 1, 0, 0, 0, 3205, 3207, 1, 0, 0, 0, 3206, 3208, 3, 230, 115, 0, 3207, 3206, 1, 0, 0, 0, 3207, 3208, 1, 0, 0, 0, 3208, 3217, 1, 0, 0, 0, 3209, 3211, 3, 222, 111, 0, 3210, 3212, 3, 228, 114, 0, 3211, 3210, 1, 0, 0, 0, 3211, 3212, 1, 0, 0, 0, 3212, 3214, 1, 0, 0, 0, 3213, 3215, 3, 230, 115, 0, 3214, 3213, 1, 0, 0, 0, 3214, 3215, 1, 0, 0, 0, 3215, 3217, 1, 0, 0, 0, 3216, 3200, 1, 0, 0, 0, 3216, 3209, 1, 0, 0, 0, 3217, 221, 1, 0, 0, 0, 3218, 3219, 5, 77, 0, 0, 3219, 3277, 5, 78, 0, 0, 3220, 3277, 5, 78, 0, 0, 3221, 3223, 5, 98, 0, 0, 3222, 3224, 3, 714, 357, 0, 3223, 3222, 1, 0, 0, 0, 3223, 3224, 1, 0, 0, 0, 3224, 3226, 1, 0, 0, 0, 3225, 3227, 3, 290, 145, 0, 3226, 3225, 1, 0, 0, 0, 3226, 3227, 1, 0, 0, 0, 3227, 3277, 1, 0, 0, 0, 3228, 3230, 5, 98, 0, 0, 3229, 3231, 3, 224, 112, 0, 3230, 3229, 1, 0, 0, 0, 3230, 3231, 1, 0, 0, 0, 3231, 3232, 1, 0, 0, 0, 3232, 3277, 3, 288, 144, 0, 3233, 3234, 5, 85, 0, 0, 3234, 3236, 5, 245, 0, 0, 3235, 3237, 3, 714, 357, 0, 3236, 3235, 1, 0, 0, 0, 3236, 3237, 1, 0, 0, 0, 3237, 3239, 1, 0, 0, 0, 3238, 3240, 3, 290, 145, 0, 3239, 3238, 1, 0, 0, 0, 3239, 3240, 1, 0, 0, 0, 3240, 3277, 1, 0, 0, 0, 3241, 3242, 5, 42, 0, 0, 3242, 3243, 5, 2, 0, 0, 3243, 3244, 3, 1216, 608, 0, 3244, 3246, 5, 3, 0, 0, 3245, 3247, 3, 242, 121, 0, 3246, 3245, 1, 0, 0, 0, 3246, 3247, 1, 0, 0, 0, 3247, 3277, 1, 0, 0, 0, 3248, 3249, 5, 53, 0, 0, 3249, 3277, 3, 1256, 628, 0, 3250, 3251, 5, 438, 0, 0, 3251, 3252, 3, 226, 113, 0, 3252, 3262, 5, 36, 0, 0, 3253, 3255, 5, 219, 0, 0, 3254, 3256, 3, 318, 159, 0, 3255, 3254, 1, 0, 0, 0, 3255, 3256, 1, 0, 0, 0, 3256, 3263, 1, 0, 0, 0, 3257, 3258, 5, 2, 0, 0, 3258, 3259, 3, 1216, 608, 0, 3259, 3260, 5, 3, 0, 0, 3260, 3261, 5, 440, 0, 0, 3261, 3263, 1, 0, 0, 0, 3262, 3253, 1, 0, 0, 0, 3262, 3257, 1, 0, 0, 0, 3263, 3277, 1, 0, 0, 0, 3264, 3265, 5, 86, 0, 0, 3265, 3267, 3, 1416, 708, 0, 3266, 3268, 3, 244, 122, 0, 3267, 3266, 1, 0, 0, 0, 3267, 3268, 1, 0, 0, 0, 3268, 3270, 1, 0, 0, 0, 3269, 3271, 3, 254, 127, 0, 3270, 3269, 1, 0, 0, 0, 3270, 3271, 1, 0, 0, 0, 3271, 3273, 1, 0, 0, 0, 3272, 3274, 3, 262, 131, 0, 3273, 3272, 1, 0, 0, 0, 3273, 3274, 1, 0, 0, 0, 3274, 3277, 1, 0, 0, 0, 3275, 3277, 3, 650, 325, 0, 3276, 3218, 1, 0, 0, 0, 3276, 3220, 1, 0, 0, 0, 3276, 3221, 1, 0, 0, 0, 3276, 3228, 1, 0, 0, 0, 3276, 3233, 1, 0, 0, 0, 3276, 3241, 1, 0, 0, 0, 3276, 3248, 1, 0, 0, 0, 3276, 3250, 1, 0, 0, 0, 3276, 3264, 1, 0, 0, 0, 3276, 3275, 1, 0, 0, 0, 3277, 223, 1, 0, 0, 0, 3278, 3280, 5, 273, 0, 0, 3279, 3281, 5, 77, 0, 0, 3280, 3279, 1, 0, 0, 0, 3280, 3281, 1, 0, 0, 0, 3281, 3282, 1, 0, 0, 0, 3282, 3283, 5, 56, 0, 0, 3283, 225, 1, 0, 0, 0, 3284, 3288, 5, 139, 0, 0, 3285, 3286, 5, 147, 0, 0, 3286, 3288, 5, 53, 0, 0, 3287, 3284, 1, 0, 0, 0, 3287, 3285, 1, 0, 0, 0, 3288, 227, 1, 0, 0, 0, 3289, 3293, 5, 54, 0, 0, 3290, 3291, 5, 77, 0, 0, 3291, 3293, 5, 54, 0, 0, 3292, 3289, 1, 0, 0, 0, 3292, 3290, 1, 0, 0, 0, 3293, 229, 1, 0, 0, 0, 3294, 3295, 5, 69, 0, 0, 3295, 3296, 7, 16, 0, 0, 3296, 231, 1, 0, 0, 0, 3297, 3298, 5, 120, 0, 0, 3298, 3299, 3, 1416, 708, 0, 3299, 3300, 3, 234, 117, 0, 3300, 233, 1, 0, 0, 0, 3301, 3302, 7, 26, 0, 0, 3302, 3304, 3, 236, 118, 0, 3303, 3301, 1, 0, 0, 0, 3304, 3307, 1, 0, 0, 0, 3305, 3303, 1, 0, 0, 0, 3305, 3306, 1, 0, 0, 0, 3306, 235, 1, 0, 0, 0, 3307, 3305, 1, 0, 0, 0, 3308, 3309, 7, 27, 0, 0, 3309, 237, 1, 0, 0, 0, 3310, 3311, 5, 45, 0, 0, 3311, 3312, 3, 1440, 720, 0, 3312, 3313, 3, 240, 120, 0, 3313, 3316, 1, 0, 0, 0, 3314, 3316, 3, 240, 120, 0, 3315, 3310, 1, 0, 0, 0, 3315, 3314, 1, 0, 0, 0, 3316, 239, 1, 0, 0, 0, 3317, 3318, 5, 42, 0, 0, 3318, 3319, 5, 2, 0, 0, 3319, 3320, 3, 1216, 608, 0, 3320, 3321, 5, 3, 0, 0, 3321, 3322, 3, 480, 240, 0, 3322, 3404, 1, 0, 0, 0, 3323, 3341, 5, 98, 0, 0, 3324, 3325, 5, 2, 0, 0, 3325, 3326, 3, 248, 124, 0, 3326, 3328, 5, 3, 0, 0, 3327, 3329, 3, 252, 126, 0, 3328, 3327, 1, 0, 0, 0, 3328, 3329, 1, 0, 0, 0, 3329, 3331, 1, 0, 0, 0, 3330, 3332, 3, 714, 357, 0, 3331, 3330, 1, 0, 0, 0, 3331, 3332, 1, 0, 0, 0, 3332, 3334, 1, 0, 0, 0, 3333, 3335, 3, 290, 145, 0, 3334, 3333, 1, 0, 0, 0, 3334, 3335, 1, 0, 0, 0, 3335, 3336, 1, 0, 0, 0, 3336, 3337, 3, 480, 240, 0, 3337, 3342, 1, 0, 0, 0, 3338, 3339, 3, 292, 146, 0, 3339, 3340, 3, 480, 240, 0, 3340, 3342, 1, 0, 0, 0, 3341, 3324, 1, 0, 0, 0, 3341, 3338, 1, 0, 0, 0, 3342, 3404, 1, 0, 0, 0, 3343, 3344, 5, 85, 0, 0, 3344, 3362, 5, 245, 0, 0, 3345, 3346, 5, 2, 0, 0, 3346, 3347, 3, 248, 124, 0, 3347, 3349, 5, 3, 0, 0, 3348, 3350, 3, 252, 126, 0, 3349, 3348, 1, 0, 0, 0, 3349, 3350, 1, 0, 0, 0, 3350, 3352, 1, 0, 0, 0, 3351, 3353, 3, 714, 357, 0, 3352, 3351, 1, 0, 0, 0, 3352, 3353, 1, 0, 0, 0, 3353, 3355, 1, 0, 0, 0, 3354, 3356, 3, 290, 145, 0, 3355, 3354, 1, 0, 0, 0, 3355, 3356, 1, 0, 0, 0, 3356, 3357, 1, 0, 0, 0, 3357, 3358, 3, 480, 240, 0, 3358, 3363, 1, 0, 0, 0, 3359, 3360, 3, 292, 146, 0, 3360, 3361, 3, 480, 240, 0, 3361, 3363, 1, 0, 0, 0, 3362, 3345, 1, 0, 0, 0, 3362, 3359, 1, 0, 0, 0, 3363, 3404, 1, 0, 0, 0, 3364, 3366, 5, 199, 0, 0, 3365, 3367, 3, 638, 319, 0, 3366, 3365, 1, 0, 0, 0, 3366, 3367, 1, 0, 0, 0, 3367, 3368, 1, 0, 0, 0, 3368, 3369, 5, 2, 0, 0, 3369, 3370, 3, 256, 128, 0, 3370, 3372, 5, 3, 0, 0, 3371, 3373, 3, 252, 126, 0, 3372, 3371, 1, 0, 0, 0, 3372, 3373, 1, 0, 0, 0, 3373, 3375, 1, 0, 0, 0, 3374, 3376, 3, 714, 357, 0, 3375, 3374, 1, 0, 0, 0, 3375, 3376, 1, 0, 0, 0, 3376, 3378, 1, 0, 0, 0, 3377, 3379, 3, 290, 145, 0, 3378, 3377, 1, 0, 0, 0, 3378, 3379, 1, 0, 0, 0, 3379, 3381, 1, 0, 0, 0, 3380, 3382, 3, 260, 130, 0, 3381, 3380, 1, 0, 0, 0, 3381, 3382, 1, 0, 0, 0, 3382, 3383, 1, 0, 0, 0, 3383, 3384, 3, 480, 240, 0, 3384, 3404, 1, 0, 0, 0, 3385, 3386, 5, 63, 0, 0, 3386, 3387, 5, 245, 0, 0, 3387, 3388, 5, 2, 0, 0, 3388, 3389, 3, 248, 124, 0, 3389, 3390, 5, 3, 0, 0, 3390, 3391, 5, 86, 0, 0, 3391, 3393, 3, 1416, 708, 0, 3392, 3394, 3, 244, 122, 0, 3393, 3392, 1, 0, 0, 0, 3393, 3394, 1, 0, 0, 0, 3394, 3396, 1, 0, 0, 0, 3395, 3397, 3, 254, 127, 0, 3396, 3395, 1, 0, 0, 0, 3396, 3397, 1, 0, 0, 0, 3397, 3399, 1, 0, 0, 0, 3398, 3400, 3, 262, 131, 0, 3399, 3398, 1, 0, 0, 0, 3399, 3400, 1, 0, 0, 0, 3400, 3401, 1, 0, 0, 0, 3401, 3402, 3, 480, 240, 0, 3402, 3404, 1, 0, 0, 0, 3403, 3317, 1, 0, 0, 0, 3403, 3323, 1, 0, 0, 0, 3403, 3343, 1, 0, 0, 0, 3403, 3364, 1, 0, 0, 0, 3403, 3385, 1, 0, 0, 0, 3404, 241, 1, 0, 0, 0, 3405, 3406, 5, 269, 0, 0, 3406, 3407, 5, 228, 0, 0, 3407, 243, 1, 0, 0, 0, 3408, 3409, 5, 2, 0, 0, 3409, 3410, 3, 248, 124, 0, 3410, 3411, 5, 3, 0, 0, 3411, 245, 1, 0, 0, 0, 3412, 3413, 5, 2, 0, 0, 3413, 3414, 3, 250, 125, 0, 3414, 3415, 5, 3, 0, 0, 3415, 247, 1, 0, 0, 0, 3416, 3421, 3, 1436, 718, 0, 3417, 3418, 5, 6, 0, 0, 3418, 3420, 3, 1436, 718, 0, 3419, 3417, 1, 0, 0, 0, 3420, 3423, 1, 0, 0, 0, 3421, 3419, 1, 0, 0, 0, 3421, 3422, 1, 0, 0, 0, 3422, 249, 1, 0, 0, 0, 3423, 3421, 1, 0, 0, 0, 3424, 3429, 3, 1438, 719, 0, 3425, 3426, 5, 6, 0, 0, 3426, 3428, 3, 1438, 719, 0, 3427, 3425, 1, 0, 0, 0, 3428, 3431, 1, 0, 0, 0, 3429, 3427, 1, 0, 0, 0, 3429, 3430, 1, 0, 0, 0, 3430, 251, 1, 0, 0, 0, 3431, 3429, 1, 0, 0, 0, 3432, 3433, 5, 441, 0, 0, 3433, 3434, 5, 2, 0, 0, 3434, 3435, 3, 248, 124, 0, 3435, 3436, 5, 3, 0, 0, 3436, 253, 1, 0, 0, 0, 3437, 3438, 5, 258, 0, 0, 3438, 3439, 7, 28, 0, 0, 3439, 255, 1, 0, 0, 0, 3440, 3445, 3, 258, 129, 0, 3441, 3442, 5, 6, 0, 0, 3442, 3444, 3, 258, 129, 0, 3443, 3441, 1, 0, 0, 0, 3444, 3447, 1, 0, 0, 0, 3445, 3443, 1, 0, 0, 0, 3445, 3446, 1, 0, 0, 0, 3446, 257, 1, 0, 0, 0, 3447, 3445, 1, 0, 0, 0, 3448, 3449, 3, 644, 322, 0, 3449, 3456, 5, 105, 0, 0, 3450, 3457, 3, 736, 368, 0, 3451, 3452, 5, 278, 0, 0, 3452, 3453, 5, 2, 0, 0, 3453, 3454, 3, 736, 368, 0, 3454, 3455, 5, 3, 0, 0, 3455, 3457, 1, 0, 0, 0, 3456, 3450, 1, 0, 0, 0, 3456, 3451, 1, 0, 0, 0, 3457, 259, 1, 0, 0, 0, 3458, 3459, 5, 103, 0, 0, 3459, 3460, 5, 2, 0, 0, 3460, 3461, 3, 1216, 608, 0, 3461, 3462, 5, 3, 0, 0, 3462, 261, 1, 0, 0, 0, 3463, 3472, 3, 264, 132, 0, 3464, 3472, 3, 266, 133, 0, 3465, 3466, 3, 264, 132, 0, 3466, 3467, 3, 266, 133, 0, 3467, 3472, 1, 0, 0, 0, 3468, 3469, 3, 266, 133, 0, 3469, 3470, 3, 264, 132, 0, 3470, 3472, 1, 0, 0, 0, 3471, 3463, 1, 0, 0, 0, 3471, 3464, 1, 0, 0, 0, 3471, 3465, 1, 0, 0, 0, 3471, 3468, 1, 0, 0, 0, 3472, 263, 1, 0, 0, 0, 3473, 3474, 5, 80, 0, 0, 3474, 3475, 5, 369, 0, 0, 3475, 3476, 3, 268, 134, 0, 3476, 265, 1, 0, 0, 0, 3477, 3478, 5, 80, 0, 0, 3478, 3479, 5, 182, 0, 0, 3479, 3480, 3, 268, 134, 0, 3480, 267, 1, 0, 0, 0, 3481, 3482, 5, 269, 0, 0, 3482, 3491, 5, 132, 0, 0, 3483, 3491, 5, 315, 0, 0, 3484, 3491, 5, 150, 0, 0, 3485, 3486, 5, 333, 0, 0, 3486, 3488, 7, 29, 0, 0, 3487, 3489, 3, 248, 124, 0, 3488, 3487, 1, 0, 0, 0, 3488, 3489, 1, 0, 0, 0, 3489, 3491, 1, 0, 0, 0, 3490, 3481, 1, 0, 0, 0, 3490, 3483, 1, 0, 0, 0, 3490, 3484, 1, 0, 0, 0, 3490, 3485, 1, 0, 0, 0, 3491, 269, 1, 0, 0, 0, 3492, 3493, 5, 238, 0, 0, 3493, 3494, 5, 2, 0, 0, 3494, 3495, 3, 1394, 697, 0, 3495, 3496, 5, 3, 0, 0, 3496, 271, 1, 0, 0, 0, 3497, 3498, 3, 274, 137, 0, 3498, 273, 1, 0, 0, 0, 3499, 3500, 5, 285, 0, 0, 3500, 3501, 5, 147, 0, 0, 3501, 3502, 3, 1478, 739, 0, 3502, 3503, 5, 2, 0, 0, 3503, 3504, 3, 276, 138, 0, 3504, 3505, 5, 3, 0, 0, 3505, 275, 1, 0, 0, 0, 3506, 3511, 3, 278, 139, 0, 3507, 3508, 5, 6, 0, 0, 3508, 3510, 3, 278, 139, 0, 3509, 3507, 1, 0, 0, 0, 3510, 3513, 1, 0, 0, 0, 3511, 3509, 1, 0, 0, 0, 3511, 3512, 1, 0, 0, 0, 3512, 277, 1, 0, 0, 0, 3513, 3511, 1, 0, 0, 0, 3514, 3516, 3, 1436, 718, 0, 3515, 3517, 3, 650, 325, 0, 3516, 3515, 1, 0, 0, 0, 3516, 3517, 1, 0, 0, 0, 3517, 3519, 1, 0, 0, 0, 3518, 3520, 3, 652, 326, 0, 3519, 3518, 1, 0, 0, 0, 3519, 3520, 1, 0, 0, 0, 3520, 3538, 1, 0, 0, 0, 3521, 3523, 3, 1266, 633, 0, 3522, 3524, 3, 650, 325, 0, 3523, 3522, 1, 0, 0, 0, 3523, 3524, 1, 0, 0, 0, 3524, 3526, 1, 0, 0, 0, 3525, 3527, 3, 652, 326, 0, 3526, 3525, 1, 0, 0, 0, 3526, 3527, 1, 0, 0, 0, 3527, 3538, 1, 0, 0, 0, 3528, 3529, 5, 2, 0, 0, 3529, 3530, 3, 1216, 608, 0, 3530, 3532, 5, 3, 0, 0, 3531, 3533, 3, 650, 325, 0, 3532, 3531, 1, 0, 0, 0, 3532, 3533, 1, 0, 0, 0, 3533, 3535, 1, 0, 0, 0, 3534, 3536, 3, 652, 326, 0, 3535, 3534, 1, 0, 0, 0, 3535, 3536, 1, 0, 0, 0, 3536, 3538, 1, 0, 0, 0, 3537, 3514, 1, 0, 0, 0, 3537, 3521, 1, 0, 0, 0, 3537, 3528, 1, 0, 0, 0, 3538, 279, 1, 0, 0, 0, 3539, 3540, 5, 100, 0, 0, 3540, 3541, 3, 1440, 720, 0, 3541, 281, 1, 0, 0, 0, 3542, 3543, 5, 105, 0, 0, 3543, 3549, 3, 132, 66, 0, 3544, 3545, 5, 379, 0, 0, 3545, 3549, 5, 277, 0, 0, 3546, 3547, 5, 105, 0, 0, 3547, 3549, 5, 277, 0, 0, 3548, 3542, 1, 0, 0, 0, 3548, 3544, 1, 0, 0, 0, 3548, 3546, 1, 0, 0, 0, 3549, 283, 1, 0, 0, 0, 3550, 3551, 5, 80, 0, 0, 3551, 3557, 5, 161, 0, 0, 3552, 3558, 5, 191, 0, 0, 3553, 3554, 5, 182, 0, 0, 3554, 3558, 5, 320, 0, 0, 3555, 3556, 5, 292, 0, 0, 3556, 3558, 5, 320, 0, 0, 3557, 3552, 1, 0, 0, 0, 3557, 3553, 1, 0, 0, 0, 3557, 3555, 1, 0, 0, 0, 3558, 285, 1, 0, 0, 0, 3559, 3560, 5, 351, 0, 0, 3560, 3561, 3, 1406, 703, 0, 3561, 287, 1, 0, 0, 0, 3562, 3564, 3, 646, 323, 0, 3563, 3562, 1, 0, 0, 0, 3563, 3564, 1, 0, 0, 0, 3564, 3566, 1, 0, 0, 0, 3565, 3567, 3, 1018, 509, 0, 3566, 3565, 1, 0, 0, 0, 3566, 3567, 1, 0, 0, 0, 3567, 3569, 1, 0, 0, 0, 3568, 3570, 3, 290, 145, 0, 3569, 3568, 1, 0, 0, 0, 3569, 3570, 1, 0, 0, 0, 3570, 289, 1, 0, 0, 0, 3571, 3572, 5, 100, 0, 0, 3572, 3573, 5, 226, 0, 0, 3573, 3574, 5, 351, 0, 0, 3574, 3575, 3, 1406, 703, 0, 3575, 291, 1, 0, 0, 0, 3576, 3577, 5, 100, 0, 0, 3577, 3578, 5, 226, 0, 0, 3578, 3579, 3, 1440, 720, 0, 3579, 293, 1, 0, 0, 0, 3580, 3581, 5, 46, 0, 0, 3581, 3586, 5, 342, 0, 0, 3582, 3584, 3, 520, 260, 0, 3583, 3582, 1, 0, 0, 0, 3583, 3584, 1, 0, 0, 0, 3584, 3585, 1, 0, 0, 0, 3585, 3587, 3, 562, 281, 0, 3586, 3583, 1, 0, 0, 0, 3586, 3587, 1, 0, 0, 0, 3587, 3589, 1, 0, 0, 0, 3588, 3590, 3, 922, 461, 0, 3589, 3588, 1, 0, 0, 0, 3589, 3590, 1, 0, 0, 0, 3590, 3591, 1, 0, 0, 0, 3591, 3594, 5, 80, 0, 0, 3592, 3595, 3, 1336, 668, 0, 3593, 3595, 3, 1332, 666, 0, 3594, 3592, 1, 0, 0, 0, 3594, 3593, 1, 0, 0, 0, 3595, 3596, 1, 0, 0, 0, 3596, 3597, 5, 64, 0, 0, 3597, 3598, 3, 1108, 554, 0, 3598, 295, 1, 0, 0, 0, 3599, 3600, 5, 138, 0, 0, 3600, 3602, 5, 342, 0, 0, 3601, 3603, 3, 752, 376, 0, 3602, 3601, 1, 0, 0, 0, 3602, 3603, 1, 0, 0, 0, 3603, 3604, 1, 0, 0, 0, 3604, 3605, 3, 562, 281, 0, 3605, 3606, 5, 333, 0, 0, 3606, 3607, 5, 342, 0, 0, 3607, 3608, 3, 1468, 734, 0, 3608, 297, 1, 0, 0, 0, 3609, 3611, 3, 190, 95, 0, 3610, 3612, 3, 520, 260, 0, 3611, 3610, 1, 0, 0, 0, 3611, 3612, 1, 0, 0, 0, 3612, 3613, 1, 0, 0, 0, 3613, 3614, 3, 300, 150, 0, 3614, 3615, 5, 36, 0, 0, 3615, 3617, 3, 1004, 502, 0, 3616, 3618, 3, 302, 151, 0, 3617, 3616, 1, 0, 0, 0, 3617, 3618, 1, 0, 0, 0, 3618, 299, 1, 0, 0, 0, 3619, 3621, 3, 1408, 704, 0, 3620, 3622, 3, 246, 123, 0, 3621, 3620, 1, 0, 0, 0, 3621, 3622, 1, 0, 0, 0, 3622, 3624, 1, 0, 0, 0, 3623, 3625, 3, 280, 140, 0, 3624, 3623, 1, 0, 0, 0, 3624, 3625, 1, 0, 0, 0, 3625, 3627, 1, 0, 0, 0, 3626, 3628, 3, 282, 141, 0, 3627, 3626, 1, 0, 0, 0, 3627, 3628, 1, 0, 0, 0, 3628, 3630, 1, 0, 0, 0, 3629, 3631, 3, 284, 142, 0, 3630, 3629, 1, 0, 0, 0, 3630, 3631, 1, 0, 0, 0, 3631, 3633, 1, 0, 0, 0, 3632, 3634, 3, 286, 143, 0, 3633, 3632, 1, 0, 0, 0, 3633, 3634, 1, 0, 0, 0, 3634, 301, 1, 0, 0, 0, 3635, 3639, 5, 105, 0, 0, 3636, 3640, 5, 174, 0, 0, 3637, 3638, 5, 269, 0, 0, 3638, 3640, 5, 174, 0, 0, 3639, 3636, 1, 0, 0, 0, 3639, 3637, 1, 0, 0, 0, 3640, 303, 1, 0, 0, 0, 3641, 3643, 5, 46, 0, 0, 3642, 3644, 3, 308, 154, 0, 3643, 3642, 1, 0, 0, 0, 3643, 3644, 1, 0, 0, 0, 3644, 3645, 1, 0, 0, 0, 3645, 3646, 5, 259, 0, 0, 3646, 3648, 5, 376, 0, 0, 3647, 3649, 3, 520, 260, 0, 3648, 3647, 1, 0, 0, 0, 3648, 3649, 1, 0, 0, 0, 3649, 3650, 1, 0, 0, 0, 3650, 3651, 3, 306, 153, 0, 3651, 3652, 5, 36, 0, 0, 3652, 3654, 3, 1004, 502, 0, 3653, 3655, 3, 302, 151, 0, 3654, 3653, 1, 0, 0, 0, 3654, 3655, 1, 0, 0, 0, 3655, 305, 1, 0, 0, 0, 3656, 3658, 3, 1412, 706, 0, 3657, 3659, 3, 246, 123, 0, 3658, 3657, 1, 0, 0, 0, 3658, 3659, 1, 0, 0, 0, 3659, 3661, 1, 0, 0, 0, 3660, 3662, 3, 280, 140, 0, 3661, 3660, 1, 0, 0, 0, 3661, 3662, 1, 0, 0, 0, 3662, 3664, 1, 0, 0, 0, 3663, 3665, 3, 134, 67, 0, 3664, 3663, 1, 0, 0, 0, 3664, 3665, 1, 0, 0, 0, 3665, 3667, 1, 0, 0, 0, 3666, 3668, 3, 286, 143, 0, 3667, 3666, 1, 0, 0, 0, 3667, 3668, 1, 0, 0, 0, 3668, 307, 1, 0, 0, 0, 3669, 3670, 5, 367, 0, 0, 3670, 309, 1, 0, 0, 0, 3671, 3672, 5, 305, 0, 0, 3672, 3673, 5, 259, 0, 0, 3673, 3675, 5, 376, 0, 0, 3674, 3676, 3, 634, 317, 0, 3675, 3674, 1, 0, 0, 0, 3675, 3676, 1, 0, 0, 0, 3676, 3677, 1, 0, 0, 0, 3677, 3679, 3, 1414, 707, 0, 3678, 3680, 3, 302, 151, 0, 3679, 3678, 1, 0, 0, 0, 3679, 3680, 1, 0, 0, 0, 3680, 311, 1, 0, 0, 0, 3681, 3683, 5, 46, 0, 0, 3682, 3684, 3, 194, 97, 0, 3683, 3682, 1, 0, 0, 0, 3683, 3684, 1, 0, 0, 0, 3684, 3685, 1, 0, 0, 0, 3685, 3687, 5, 328, 0, 0, 3686, 3688, 3, 520, 260, 0, 3687, 3686, 1, 0, 0, 0, 3687, 3688, 1, 0, 0, 0, 3688, 3689, 1, 0, 0, 0, 3689, 3691, 3, 1416, 708, 0, 3690, 3692, 3, 316, 158, 0, 3691, 3690, 1, 0, 0, 0, 3691, 3692, 1, 0, 0, 0, 3692, 313, 1, 0, 0, 0, 3693, 3694, 5, 138, 0, 0, 3694, 3696, 5, 328, 0, 0, 3695, 3697, 3, 752, 376, 0, 3696, 3695, 1, 0, 0, 0, 3696, 3697, 1, 0, 0, 0, 3697, 3698, 1, 0, 0, 0, 3698, 3699, 3, 1416, 708, 0, 3699, 3700, 3, 320, 160, 0, 3700, 315, 1, 0, 0, 0, 3701, 3702, 3, 320, 160, 0, 3702, 317, 1, 0, 0, 0, 3703, 3704, 5, 2, 0, 0, 3704, 3705, 3, 320, 160, 0, 3705, 3706, 5, 3, 0, 0, 3706, 319, 1, 0, 0, 0, 3707, 3709, 3, 322, 161, 0, 3708, 3707, 1, 0, 0, 0, 3709, 3710, 1, 0, 0, 0, 3710, 3708, 1, 0, 0, 0, 3710, 3711, 1, 0, 0, 0, 3711, 321, 1, 0, 0, 0, 3712, 3713, 5, 36, 0, 0, 3713, 3747, 3, 1176, 588, 0, 3714, 3715, 5, 148, 0, 0, 3715, 3747, 3, 326, 163, 0, 3716, 3747, 5, 173, 0, 0, 3717, 3719, 5, 225, 0, 0, 3718, 3720, 3, 324, 162, 0, 3719, 3718, 1, 0, 0, 0, 3719, 3720, 1, 0, 0, 0, 3720, 3721, 1, 0, 0, 0, 3721, 3747, 3, 326, 163, 0, 3722, 3723, 5, 260, 0, 0, 3723, 3747, 3, 326, 163, 0, 3724, 3725, 5, 262, 0, 0, 3725, 3747, 3, 326, 163, 0, 3726, 3727, 5, 269, 0, 0, 3727, 3747, 7, 30, 0, 0, 3728, 3729, 5, 281, 0, 0, 3729, 3730, 5, 147, 0, 0, 3730, 3747, 3, 1436, 718, 0, 3731, 3732, 5, 328, 0, 0, 3732, 3733, 5, 266, 0, 0, 3733, 3747, 3, 562, 281, 0, 3734, 3736, 5, 340, 0, 0, 3735, 3737, 3, 14, 7, 0, 3736, 3735, 1, 0, 0, 0, 3736, 3737, 1, 0, 0, 0, 3737, 3738, 1, 0, 0, 0, 3738, 3747, 3, 326, 163, 0, 3739, 3741, 5, 314, 0, 0, 3740, 3742, 3, 14, 7, 0, 3741, 3740, 1, 0, 0, 0, 3741, 3742, 1, 0, 0, 0, 3742, 3744, 1, 0, 0, 0, 3743, 3745, 3, 326, 163, 0, 3744, 3743, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3747, 1, 0, 0, 0, 3746, 3712, 1, 0, 0, 0, 3746, 3714, 1, 0, 0, 0, 3746, 3716, 1, 0, 0, 0, 3746, 3717, 1, 0, 0, 0, 3746, 3722, 1, 0, 0, 0, 3746, 3724, 1, 0, 0, 0, 3746, 3726, 1, 0, 0, 0, 3746, 3728, 1, 0, 0, 0, 3746, 3731, 1, 0, 0, 0, 3746, 3734, 1, 0, 0, 0, 3746, 3739, 1, 0, 0, 0, 3747, 323, 1, 0, 0, 0, 3748, 3749, 5, 147, 0, 0, 3749, 325, 1, 0, 0, 0, 3750, 3757, 3, 1458, 729, 0, 3751, 3752, 5, 12, 0, 0, 3752, 3757, 3, 1458, 729, 0, 3753, 3754, 5, 13, 0, 0, 3754, 3757, 3, 1458, 729, 0, 3755, 3757, 3, 1468, 734, 0, 3756, 3750, 1, 0, 0, 0, 3756, 3751, 1, 0, 0, 0, 3756, 3753, 1, 0, 0, 0, 3756, 3755, 1, 0, 0, 0, 3757, 327, 1, 0, 0, 0, 3758, 3763, 3, 326, 163, 0, 3759, 3760, 5, 6, 0, 0, 3760, 3762, 3, 326, 163, 0, 3761, 3759, 1, 0, 0, 0, 3762, 3765, 1, 0, 0, 0, 3763, 3761, 1, 0, 0, 0, 3763, 3764, 1, 0, 0, 0, 3764, 329, 1, 0, 0, 0, 3765, 3763, 1, 0, 0, 0, 3766, 3768, 5, 46, 0, 0, 3767, 3769, 3, 662, 331, 0, 3768, 3767, 1, 0, 0, 0, 3768, 3769, 1, 0, 0, 0, 3769, 3771, 1, 0, 0, 0, 3770, 3772, 3, 332, 166, 0, 3771, 3770, 1, 0, 0, 0, 3771, 3772, 1, 0, 0, 0, 3772, 3774, 1, 0, 0, 0, 3773, 3775, 3, 342, 171, 0, 3774, 3773, 1, 0, 0, 0, 3774, 3775, 1, 0, 0, 0, 3775, 3776, 1, 0, 0, 0, 3776, 3777, 5, 247, 0, 0, 3777, 3786, 3, 1440, 720, 0, 3778, 3779, 5, 215, 0, 0, 3779, 3781, 3, 334, 167, 0, 3780, 3782, 3, 336, 168, 0, 3781, 3780, 1, 0, 0, 0, 3781, 3782, 1, 0, 0, 0, 3782, 3784, 1, 0, 0, 0, 3783, 3785, 3, 340, 170, 0, 3784, 3783, 1, 0, 0, 0, 3784, 3785, 1, 0, 0, 0, 3785, 3787, 1, 0, 0, 0, 3786, 3778, 1, 0, 0, 0, 3786, 3787, 1, 0, 0, 0, 3787, 331, 1, 0, 0, 0, 3788, 3789, 5, 359, 0, 0, 3789, 333, 1, 0, 0, 0, 3790, 3792, 3, 1440, 720, 0, 3791, 3793, 3, 564, 282, 0, 3792, 3791, 1, 0, 0, 0, 3792, 3793, 1, 0, 0, 0, 3793, 335, 1, 0, 0, 0, 3794, 3795, 5, 239, 0, 0, 3795, 3796, 3, 334, 167, 0, 3796, 337, 1, 0, 0, 0, 3797, 3798, 5, 373, 0, 0, 3798, 3802, 3, 334, 167, 0, 3799, 3800, 5, 269, 0, 0, 3800, 3802, 5, 373, 0, 0, 3801, 3797, 1, 0, 0, 0, 3801, 3799, 1, 0, 0, 0, 3802, 339, 1, 0, 0, 0, 3803, 3804, 3, 338, 169, 0, 3804, 341, 1, 0, 0, 0, 3805, 3806, 5, 295, 0, 0, 3806, 343, 1, 0, 0, 0, 3807, 3808, 5, 46, 0, 0, 3808, 3809, 5, 351, 0, 0, 3809, 3811, 3, 1406, 703, 0, 3810, 3812, 3, 346, 173, 0, 3811, 3810, 1, 0, 0, 0, 3811, 3812, 1, 0, 0, 0, 3812, 3813, 1, 0, 0, 0, 3813, 3814, 5, 255, 0, 0, 3814, 3816, 3, 1462, 731, 0, 3815, 3817, 3, 134, 67, 0, 3816, 3815, 1, 0, 0, 0, 3816, 3817, 1, 0, 0, 0, 3817, 345, 1, 0, 0, 0, 3818, 3819, 5, 282, 0, 0, 3819, 3820, 3, 1474, 737, 0, 3820, 347, 1, 0, 0, 0, 3821, 3822, 5, 46, 0, 0, 3822, 3824, 5, 204, 0, 0, 3823, 3825, 3, 520, 260, 0, 3824, 3823, 1, 0, 0, 0, 3824, 3825, 1, 0, 0, 0, 3825, 3826, 1, 0, 0, 0, 3826, 3828, 3, 1440, 720, 0, 3827, 3829, 3, 14, 7, 0, 3828, 3827, 1, 0, 0, 0, 3828, 3829, 1, 0, 0, 0, 3829, 3830, 1, 0, 0, 0, 3830, 3831, 3, 350, 175, 0, 3831, 349, 1, 0, 0, 0, 3832, 3834, 3, 352, 176, 0, 3833, 3832, 1, 0, 0, 0, 3834, 3837, 1, 0, 0, 0, 3835, 3833, 1, 0, 0, 0, 3835, 3836, 1, 0, 0, 0, 3836, 351, 1, 0, 0, 0, 3837, 3835, 1, 0, 0, 0, 3838, 3839, 5, 323, 0, 0, 3839, 3846, 3, 1426, 713, 0, 3840, 3841, 5, 375, 0, 0, 3841, 3846, 3, 80, 40, 0, 3842, 3843, 5, 64, 0, 0, 3843, 3846, 3, 80, 40, 0, 3844, 3846, 5, 150, 0, 0, 3845, 3838, 1, 0, 0, 0, 3845, 3840, 1, 0, 0, 0, 3845, 3842, 1, 0, 0, 0, 3845, 3844, 1, 0, 0, 0, 3846, 353, 1, 0, 0, 0, 3847, 3848, 5, 138, 0, 0, 3848, 3849, 5, 204, 0, 0, 3849, 3850, 3, 1440, 720, 0, 3850, 3851, 5, 369, 0, 0, 3851, 3852, 3, 356, 178, 0, 3852, 355, 1, 0, 0, 0, 3853, 3855, 3, 358, 179, 0, 3854, 3853, 1, 0, 0, 0, 3855, 3858, 1, 0, 0, 0, 3856, 3854, 1, 0, 0, 0, 3856, 3857, 1, 0, 0, 0, 3857, 357, 1, 0, 0, 0, 3858, 3856, 1, 0, 0, 0, 3859, 3860, 5, 94, 0, 0, 3860, 3861, 3, 80, 40, 0, 3861, 359, 1, 0, 0, 0, 3862, 3863, 5, 138, 0, 0, 3863, 3864, 5, 204, 0, 0, 3864, 3865, 3, 1440, 720, 0, 3865, 3866, 3, 44, 22, 0, 3866, 3867, 3, 552, 276, 0, 3867, 3965, 1, 0, 0, 0, 3868, 3869, 5, 138, 0, 0, 3869, 3870, 5, 204, 0, 0, 3870, 3871, 3, 1440, 720, 0, 3871, 3872, 3, 44, 22, 0, 3872, 3873, 3, 550, 275, 0, 3873, 3965, 1, 0, 0, 0, 3874, 3875, 5, 138, 0, 0, 3875, 3876, 5, 204, 0, 0, 3876, 3877, 3, 1440, 720, 0, 3877, 3878, 3, 44, 22, 0, 3878, 3879, 5, 136, 0, 0, 3879, 3880, 3, 702, 351, 0, 3880, 3965, 1, 0, 0, 0, 3881, 3882, 5, 138, 0, 0, 3882, 3883, 5, 204, 0, 0, 3883, 3884, 3, 1440, 720, 0, 3884, 3885, 3, 44, 22, 0, 3885, 3886, 5, 41, 0, 0, 3886, 3887, 5, 2, 0, 0, 3887, 3888, 3, 1172, 586, 0, 3888, 3889, 5, 36, 0, 0, 3889, 3890, 3, 1172, 586, 0, 3890, 3891, 5, 3, 0, 0, 3891, 3965, 1, 0, 0, 0, 3892, 3893, 5, 138, 0, 0, 3893, 3894, 5, 204, 0, 0, 3894, 3895, 3, 1440, 720, 0, 3895, 3896, 3, 44, 22, 0, 3896, 3897, 5, 189, 0, 0, 3897, 3898, 3, 1172, 586, 0, 3898, 3965, 1, 0, 0, 0, 3899, 3900, 5, 138, 0, 0, 3900, 3901, 5, 204, 0, 0, 3901, 3902, 3, 1440, 720, 0, 3902, 3903, 3, 44, 22, 0, 3903, 3904, 5, 211, 0, 0, 3904, 3905, 3, 678, 339, 0, 3905, 3965, 1, 0, 0, 0, 3906, 3907, 5, 138, 0, 0, 3907, 3908, 5, 204, 0, 0, 3908, 3909, 3, 1440, 720, 0, 3909, 3910, 3, 44, 22, 0, 3910, 3911, 5, 278, 0, 0, 3911, 3912, 3, 740, 370, 0, 3912, 3965, 1, 0, 0, 0, 3913, 3914, 5, 138, 0, 0, 3914, 3915, 5, 204, 0, 0, 3915, 3916, 3, 1440, 720, 0, 3916, 3917, 3, 44, 22, 0, 3917, 3918, 5, 278, 0, 0, 3918, 3919, 5, 156, 0, 0, 3919, 3920, 3, 562, 281, 0, 3920, 3921, 5, 100, 0, 0, 3921, 3922, 3, 1440, 720, 0, 3922, 3965, 1, 0, 0, 0, 3923, 3924, 5, 138, 0, 0, 3924, 3925, 5, 204, 0, 0, 3925, 3926, 3, 1440, 720, 0, 3926, 3927, 3, 44, 22, 0, 3927, 3928, 5, 278, 0, 0, 3928, 3929, 5, 206, 0, 0, 3929, 3930, 3, 562, 281, 0, 3930, 3931, 5, 100, 0, 0, 3931, 3932, 3, 1440, 720, 0, 3932, 3965, 1, 0, 0, 0, 3933, 3934, 5, 138, 0, 0, 3934, 3935, 5, 204, 0, 0, 3935, 3936, 3, 1440, 720, 0, 3936, 3937, 3, 44, 22, 0, 3937, 3938, 5, 296, 0, 0, 3938, 3939, 3, 674, 337, 0, 3939, 3965, 1, 0, 0, 0, 3940, 3941, 5, 138, 0, 0, 3941, 3942, 5, 204, 0, 0, 3942, 3943, 3, 1440, 720, 0, 3943, 3944, 3, 44, 22, 0, 3944, 3945, 5, 442, 0, 0, 3945, 3946, 3, 670, 335, 0, 3946, 3965, 1, 0, 0, 0, 3947, 3948, 5, 138, 0, 0, 3948, 3949, 5, 204, 0, 0, 3949, 3950, 3, 1440, 720, 0, 3950, 3951, 3, 44, 22, 0, 3951, 3952, 5, 443, 0, 0, 3952, 3953, 5, 62, 0, 0, 3953, 3954, 3, 1172, 586, 0, 3954, 3955, 5, 247, 0, 0, 3955, 3956, 3, 1440, 720, 0, 3956, 3965, 1, 0, 0, 0, 3957, 3958, 5, 138, 0, 0, 3958, 3959, 5, 204, 0, 0, 3959, 3960, 3, 1440, 720, 0, 3960, 3961, 3, 44, 22, 0, 3961, 3962, 5, 360, 0, 0, 3962, 3963, 3, 1172, 586, 0, 3963, 3965, 1, 0, 0, 0, 3964, 3862, 1, 0, 0, 0, 3964, 3868, 1, 0, 0, 0, 3964, 3874, 1, 0, 0, 0, 3964, 3881, 1, 0, 0, 0, 3964, 3892, 1, 0, 0, 0, 3964, 3899, 1, 0, 0, 0, 3964, 3906, 1, 0, 0, 0, 3964, 3913, 1, 0, 0, 0, 3964, 3923, 1, 0, 0, 0, 3964, 3933, 1, 0, 0, 0, 3964, 3940, 1, 0, 0, 0, 3964, 3947, 1, 0, 0, 0, 3964, 3957, 1, 0, 0, 0, 3965, 361, 1, 0, 0, 0, 3966, 3967, 5, 46, 0, 0, 3967, 3968, 5, 63, 0, 0, 3968, 3969, 5, 174, 0, 0, 3969, 3970, 5, 381, 0, 0, 3970, 3972, 3, 1440, 720, 0, 3971, 3973, 3, 368, 184, 0, 3972, 3971, 1, 0, 0, 0, 3972, 3973, 1, 0, 0, 0, 3973, 3975, 1, 0, 0, 0, 3974, 3976, 3, 372, 186, 0, 3975, 3974, 1, 0, 0, 0, 3975, 3976, 1, 0, 0, 0, 3976, 363, 1, 0, 0, 0, 3977, 3978, 5, 215, 0, 0, 3978, 3986, 3, 334, 167, 0, 3979, 3980, 5, 269, 0, 0, 3980, 3986, 5, 215, 0, 0, 3981, 3982, 5, 373, 0, 0, 3982, 3986, 3, 334, 167, 0, 3983, 3984, 5, 269, 0, 0, 3984, 3986, 5, 373, 0, 0, 3985, 3977, 1, 0, 0, 0, 3985, 3979, 1, 0, 0, 0, 3985, 3981, 1, 0, 0, 0, 3985, 3983, 1, 0, 0, 0, 3986, 365, 1, 0, 0, 0, 3987, 3989, 3, 364, 182, 0, 3988, 3987, 1, 0, 0, 0, 3989, 3990, 1, 0, 0, 0, 3990, 3988, 1, 0, 0, 0, 3990, 3991, 1, 0, 0, 0, 3991, 367, 1, 0, 0, 0, 3992, 3993, 3, 366, 183, 0, 3993, 369, 1, 0, 0, 0, 3994, 3995, 5, 138, 0, 0, 3995, 3996, 5, 63, 0, 0, 3996, 3997, 5, 174, 0, 0, 3997, 3998, 5, 381, 0, 0, 3998, 4000, 3, 1440, 720, 0, 3999, 4001, 3, 368, 184, 0, 4000, 3999, 1, 0, 0, 0, 4000, 4001, 1, 0, 0, 0, 4001, 4002, 1, 0, 0, 0, 4002, 4003, 3, 376, 188, 0, 4003, 4012, 1, 0, 0, 0, 4004, 4005, 5, 138, 0, 0, 4005, 4006, 5, 63, 0, 0, 4006, 4007, 5, 174, 0, 0, 4007, 4008, 5, 381, 0, 0, 4008, 4009, 3, 1440, 720, 0, 4009, 4010, 3, 366, 183, 0, 4010, 4012, 1, 0, 0, 0, 4011, 3994, 1, 0, 0, 0, 4011, 4004, 1, 0, 0, 0, 4012, 371, 1, 0, 0, 0, 4013, 4014, 5, 280, 0, 0, 4014, 4015, 5, 2, 0, 0, 4015, 4016, 3, 374, 187, 0, 4016, 4017, 5, 3, 0, 0, 4017, 373, 1, 0, 0, 0, 4018, 4023, 3, 382, 191, 0, 4019, 4020, 5, 6, 0, 0, 4020, 4022, 3, 382, 191, 0, 4021, 4019, 1, 0, 0, 0, 4022, 4025, 1, 0, 0, 0, 4023, 4021, 1, 0, 0, 0, 4023, 4024, 1, 0, 0, 0, 4024, 375, 1, 0, 0, 0, 4025, 4023, 1, 0, 0, 0, 4026, 4027, 5, 280, 0, 0, 4027, 4028, 5, 2, 0, 0, 4028, 4029, 3, 378, 189, 0, 4029, 4030, 5, 3, 0, 0, 4030, 377, 1, 0, 0, 0, 4031, 4036, 3, 380, 190, 0, 4032, 4033, 5, 6, 0, 0, 4033, 4035, 3, 380, 190, 0, 4034, 4032, 1, 0, 0, 0, 4035, 4038, 1, 0, 0, 0, 4036, 4034, 1, 0, 0, 0, 4036, 4037, 1, 0, 0, 0, 4037, 379, 1, 0, 0, 0, 4038, 4036, 1, 0, 0, 0, 4039, 4047, 3, 382, 191, 0, 4040, 4041, 5, 333, 0, 0, 4041, 4047, 3, 382, 191, 0, 4042, 4043, 5, 133, 0, 0, 4043, 4047, 3, 382, 191, 0, 4044, 4045, 5, 191, 0, 0, 4045, 4047, 3, 382, 191, 0, 4046, 4039, 1, 0, 0, 0, 4046, 4040, 1, 0, 0, 0, 4046, 4042, 1, 0, 0, 0, 4046, 4044, 1, 0, 0, 0, 4047, 381, 1, 0, 0, 0, 4048, 4049, 3, 384, 192, 0, 4049, 4050, 3, 386, 193, 0, 4050, 383, 1, 0, 0, 0, 4051, 4052, 3, 1494, 747, 0, 4052, 385, 1, 0, 0, 0, 4053, 4054, 3, 1462, 731, 0, 4054, 387, 1, 0, 0, 0, 4055, 4056, 5, 46, 0, 0, 4056, 4058, 5, 331, 0, 0, 4057, 4059, 3, 520, 260, 0, 4058, 4057, 1, 0, 0, 0, 4058, 4059, 1, 0, 0, 0, 4059, 4060, 1, 0, 0, 0, 4060, 4062, 3, 1440, 720, 0, 4061, 4063, 3, 390, 195, 0, 4062, 4061, 1, 0, 0, 0, 4062, 4063, 1, 0, 0, 0, 4063, 4065, 1, 0, 0, 0, 4064, 4066, 3, 394, 197, 0, 4065, 4064, 1, 0, 0, 0, 4065, 4066, 1, 0, 0, 0, 4066, 4067, 1, 0, 0, 0, 4067, 4068, 5, 63, 0, 0, 4068, 4069, 5, 174, 0, 0, 4069, 4070, 5, 381, 0, 0, 4070, 4072, 3, 1440, 720, 0, 4071, 4073, 3, 372, 186, 0, 4072, 4071, 1, 0, 0, 0, 4072, 4073, 1, 0, 0, 0, 4073, 389, 1, 0, 0, 0, 4074, 4075, 5, 360, 0, 0, 4075, 4076, 3, 1462, 731, 0, 4076, 391, 1, 0, 0, 0, 4077, 4080, 5, 375, 0, 0, 4078, 4081, 3, 1462, 731, 0, 4079, 4081, 5, 78, 0, 0, 4080, 4078, 1, 0, 0, 0, 4080, 4079, 1, 0, 0, 0, 4081, 393, 1, 0, 0, 0, 4082, 4083, 3, 392, 196, 0, 4083, 395, 1, 0, 0, 0, 4084, 4085, 5, 138, 0, 0, 4085, 4086, 5, 331, 0, 0, 4086, 4092, 3, 1440, 720, 0, 4087, 4093, 3, 376, 188, 0, 4088, 4090, 3, 392, 196, 0, 4089, 4091, 3, 376, 188, 0, 4090, 4089, 1, 0, 0, 0, 4090, 4091, 1, 0, 0, 0, 4091, 4093, 1, 0, 0, 0, 4092, 4087, 1, 0, 0, 0, 4092, 4088, 1, 0, 0, 0, 4093, 397, 1, 0, 0, 0, 4094, 4095, 5, 46, 0, 0, 4095, 4096, 5, 63, 0, 0, 4096, 4098, 5, 92, 0, 0, 4097, 4099, 3, 520, 260, 0, 4098, 4097, 1, 0, 0, 0, 4098, 4099, 1, 0, 0, 0, 4099, 4100, 1, 0, 0, 0, 4100, 4101, 3, 1408, 704, 0, 4101, 4103, 5, 2, 0, 0, 4102, 4104, 3, 198, 99, 0, 4103, 4102, 1, 0, 0, 0, 4103, 4104, 1, 0, 0, 0, 4104, 4105, 1, 0, 0, 0, 4105, 4107, 5, 3, 0, 0, 4106, 4108, 3, 270, 135, 0, 4107, 4106, 1, 0, 0, 0, 4107, 4108, 1, 0, 0, 0, 4108, 4109, 1, 0, 0, 0, 4109, 4110, 5, 331, 0, 0, 4110, 4112, 3, 1440, 720, 0, 4111, 4113, 3, 372, 186, 0, 4112, 4111, 1, 0, 0, 0, 4112, 4113, 1, 0, 0, 0, 4113, 4134, 1, 0, 0, 0, 4114, 4115, 5, 46, 0, 0, 4115, 4116, 5, 63, 0, 0, 4116, 4118, 5, 92, 0, 0, 4117, 4119, 3, 520, 260, 0, 4118, 4117, 1, 0, 0, 0, 4118, 4119, 1, 0, 0, 0, 4119, 4120, 1, 0, 0, 0, 4120, 4121, 3, 1408, 704, 0, 4121, 4122, 5, 285, 0, 0, 4122, 4123, 5, 275, 0, 0, 4123, 4125, 3, 1410, 705, 0, 4124, 4126, 3, 200, 100, 0, 4125, 4124, 1, 0, 0, 0, 4125, 4126, 1, 0, 0, 0, 4126, 4127, 1, 0, 0, 0, 4127, 4128, 3, 144, 72, 0, 4128, 4129, 5, 331, 0, 0, 4129, 4131, 3, 1440, 720, 0, 4130, 4132, 3, 372, 186, 0, 4131, 4130, 1, 0, 0, 0, 4131, 4132, 1, 0, 0, 0, 4132, 4134, 1, 0, 0, 0, 4133, 4094, 1, 0, 0, 0, 4133, 4114, 1, 0, 0, 0, 4134, 399, 1, 0, 0, 0, 4135, 4136, 5, 444, 0, 0, 4136, 4137, 5, 63, 0, 0, 4137, 4138, 5, 323, 0, 0, 4138, 4140, 3, 1426, 713, 0, 4139, 4141, 3, 404, 202, 0, 4140, 4139, 1, 0, 0, 0, 4140, 4141, 1, 0, 0, 0, 4141, 4142, 1, 0, 0, 0, 4142, 4143, 5, 64, 0, 0, 4143, 4144, 5, 331, 0, 0, 4144, 4145, 3, 1440, 720, 0, 4145, 4146, 5, 71, 0, 0, 4146, 4148, 3, 1440, 720, 0, 4147, 4149, 3, 372, 186, 0, 4148, 4147, 1, 0, 0, 0, 4148, 4149, 1, 0, 0, 0, 4149, 401, 1, 0, 0, 0, 4150, 4151, 5, 74, 0, 0, 4151, 4154, 5, 94, 0, 0, 4152, 4154, 5, 59, 0, 0, 4153, 4150, 1, 0, 0, 0, 4153, 4152, 1, 0, 0, 0, 4154, 403, 1, 0, 0, 0, 4155, 4156, 3, 402, 201, 0, 4156, 4157, 5, 2, 0, 0, 4157, 4158, 3, 1128, 564, 0, 4158, 4159, 5, 3, 0, 0, 4159, 405, 1, 0, 0, 0, 4160, 4161, 5, 46, 0, 0, 4161, 4162, 5, 99, 0, 0, 4162, 4164, 5, 257, 0, 0, 4163, 4165, 3, 520, 260, 0, 4164, 4163, 1, 0, 0, 0, 4164, 4165, 1, 0, 0, 0, 4165, 4166, 1, 0, 0, 0, 4166, 4167, 5, 62, 0, 0, 4167, 4168, 3, 408, 204, 0, 4168, 4169, 5, 331, 0, 0, 4169, 4171, 3, 1440, 720, 0, 4170, 4172, 3, 372, 186, 0, 4171, 4170, 1, 0, 0, 0, 4171, 4172, 1, 0, 0, 0, 4172, 407, 1, 0, 0, 0, 4173, 4176, 3, 1474, 737, 0, 4174, 4176, 5, 99, 0, 0, 4175, 4173, 1, 0, 0, 0, 4175, 4174, 1, 0, 0, 0, 4176, 409, 1, 0, 0, 0, 4177, 4178, 5, 138, 0, 0, 4178, 4179, 5, 99, 0, 0, 4179, 4180, 5, 257, 0, 0, 4180, 4181, 5, 62, 0, 0, 4181, 4182, 3, 408, 204, 0, 4182, 4183, 5, 331, 0, 0, 4183, 4184, 3, 1440, 720, 0, 4184, 4185, 3, 376, 188, 0, 4185, 411, 1, 0, 0, 0, 4186, 4187, 5, 46, 0, 0, 4187, 4188, 5, 445, 0, 0, 4188, 4189, 3, 1440, 720, 0, 4189, 4190, 5, 80, 0, 0, 4190, 4192, 3, 1416, 708, 0, 4191, 4193, 3, 430, 215, 0, 4192, 4191, 1, 0, 0, 0, 4192, 4193, 1, 0, 0, 0, 4193, 4195, 1, 0, 0, 0, 4194, 4196, 3, 432, 216, 0, 4195, 4194, 1, 0, 0, 0, 4195, 4196, 1, 0, 0, 0, 4196, 4198, 1, 0, 0, 0, 4197, 4199, 3, 426, 213, 0, 4198, 4197, 1, 0, 0, 0, 4198, 4199, 1, 0, 0, 0, 4199, 4201, 1, 0, 0, 0, 4200, 4202, 3, 422, 211, 0, 4201, 4200, 1, 0, 0, 0, 4201, 4202, 1, 0, 0, 0, 4202, 4204, 1, 0, 0, 0, 4203, 4205, 3, 424, 212, 0, 4204, 4203, 1, 0, 0, 0, 4204, 4205, 1, 0, 0, 0, 4205, 413, 1, 0, 0, 0, 4206, 4207, 5, 138, 0, 0, 4207, 4208, 5, 445, 0, 0, 4208, 4209, 3, 1440, 720, 0, 4209, 4210, 5, 80, 0, 0, 4210, 4212, 3, 1416, 708, 0, 4211, 4213, 3, 428, 214, 0, 4212, 4211, 1, 0, 0, 0, 4212, 4213, 1, 0, 0, 0, 4213, 4215, 1, 0, 0, 0, 4214, 4216, 3, 422, 211, 0, 4215, 4214, 1, 0, 0, 0, 4215, 4216, 1, 0, 0, 0, 4216, 4218, 1, 0, 0, 0, 4217, 4219, 3, 424, 212, 0, 4218, 4217, 1, 0, 0, 0, 4218, 4219, 1, 0, 0, 0, 4219, 415, 1, 0, 0, 0, 4220, 4221, 5, 138, 0, 0, 4221, 4222, 5, 296, 0, 0, 4222, 4224, 3, 1432, 716, 0, 4223, 4225, 3, 664, 332, 0, 4224, 4223, 1, 0, 0, 0, 4224, 4225, 1, 0, 0, 0, 4225, 4226, 1, 0, 0, 0, 4226, 4227, 3, 418, 209, 0, 4227, 417, 1, 0, 0, 0, 4228, 4232, 3, 420, 210, 0, 4229, 4231, 3, 420, 210, 0, 4230, 4229, 1, 0, 0, 0, 4231, 4234, 1, 0, 0, 0, 4232, 4230, 1, 0, 0, 0, 4232, 4233, 1, 0, 0, 0, 4233, 4236, 1, 0, 0, 0, 4234, 4232, 1, 0, 0, 0, 4235, 4237, 5, 315, 0, 0, 4236, 4235, 1, 0, 0, 0, 4236, 4237, 1, 0, 0, 0, 4237, 4255, 1, 0, 0, 0, 4238, 4239, 5, 309, 0, 0, 4239, 4240, 5, 94, 0, 0, 4240, 4255, 3, 1434, 717, 0, 4241, 4242, 5, 282, 0, 0, 4242, 4243, 5, 94, 0, 0, 4243, 4255, 3, 1474, 737, 0, 4244, 4245, 5, 333, 0, 0, 4245, 4246, 5, 323, 0, 0, 4246, 4255, 3, 48, 24, 0, 4247, 4249, 5, 269, 0, 0, 4248, 4247, 1, 0, 0, 0, 4248, 4249, 1, 0, 0, 0, 4249, 4250, 1, 0, 0, 0, 4250, 4251, 5, 462, 0, 0, 4251, 4252, 5, 80, 0, 0, 4252, 4253, 5, 204, 0, 0, 4253, 4255, 3, 1440, 720, 0, 4254, 4228, 1, 0, 0, 0, 4254, 4238, 1, 0, 0, 0, 4254, 4241, 1, 0, 0, 0, 4254, 4244, 1, 0, 0, 0, 4254, 4248, 1, 0, 0, 0, 4255, 419, 1, 0, 0, 0, 4256, 4258, 5, 205, 0, 0, 4257, 4256, 1, 0, 0, 0, 4257, 4258, 1, 0, 0, 0, 4258, 4259, 1, 0, 0, 0, 4259, 4260, 5, 327, 0, 0, 4260, 4267, 5, 243, 0, 0, 4261, 4263, 5, 205, 0, 0, 4262, 4261, 1, 0, 0, 0, 4262, 4263, 1, 0, 0, 0, 4263, 4264, 1, 0, 0, 0, 4264, 4265, 5, 327, 0, 0, 4265, 4267, 5, 181, 0, 0, 4266, 4257, 1, 0, 0, 0, 4266, 4262, 1, 0, 0, 0, 4267, 4285, 1, 0, 0, 0, 4268, 4269, 5, 333, 0, 0, 4269, 4270, 3, 1440, 720, 0, 4270, 4273, 7, 31, 0, 0, 4271, 4274, 3, 1440, 720, 0, 4272, 4274, 5, 53, 0, 0, 4273, 4271, 1, 0, 0, 0, 4273, 4272, 1, 0, 0, 0, 4274, 4285, 1, 0, 0, 0, 4275, 4276, 5, 333, 0, 0, 4276, 4277, 3, 1440, 720, 0, 4277, 4278, 5, 64, 0, 0, 4278, 4279, 5, 434, 0, 0, 4279, 4285, 1, 0, 0, 0, 4280, 4281, 5, 313, 0, 0, 4281, 4285, 3, 1440, 720, 0, 4282, 4283, 5, 313, 0, 0, 4283, 4285, 5, 30, 0, 0, 4284, 4266, 1, 0, 0, 0, 4284, 4268, 1, 0, 0, 0, 4284, 4275, 1, 0, 0, 0, 4284, 4280, 1, 0, 0, 0, 4284, 4282, 1, 0, 0, 0, 4285, 421, 1, 0, 0, 0, 4286, 4287, 5, 100, 0, 0, 4287, 4288, 5, 2, 0, 0, 4288, 4289, 3, 1216, 608, 0, 4289, 4290, 5, 3, 0, 0, 4290, 423, 1, 0, 0, 0, 4291, 4292, 5, 105, 0, 0, 4292, 4293, 5, 42, 0, 0, 4293, 4294, 5, 2, 0, 0, 4294, 4295, 3, 1216, 608, 0, 4295, 4296, 5, 3, 0, 0, 4296, 425, 1, 0, 0, 0, 4297, 4298, 5, 94, 0, 0, 4298, 4299, 3, 1476, 738, 0, 4299, 427, 1, 0, 0, 0, 4300, 4301, 5, 94, 0, 0, 4301, 4302, 3, 1476, 738, 0, 4302, 429, 1, 0, 0, 0, 4303, 4307, 5, 36, 0, 0, 4304, 4308, 5, 541, 0, 0, 4305, 4308, 5, 542, 0, 0, 4306, 4308, 3, 1496, 748, 0, 4307, 4304, 1, 0, 0, 0, 4307, 4305, 1, 0, 0, 0, 4307, 4306, 1, 0, 0, 0, 4308, 431, 1, 0, 0, 0, 4309, 4310, 5, 62, 0, 0, 4310, 4311, 3, 434, 217, 0, 4311, 433, 1, 0, 0, 0, 4312, 4313, 7, 32, 0, 0, 4313, 435, 1, 0, 0, 0, 4314, 4315, 5, 46, 0, 0, 4315, 4316, 5, 131, 0, 0, 4316, 4317, 5, 446, 0, 0, 4317, 4318, 3, 1440, 720, 0, 4318, 4319, 5, 360, 0, 0, 4319, 4320, 3, 438, 219, 0, 4320, 4321, 5, 215, 0, 0, 4321, 4322, 3, 334, 167, 0, 4322, 437, 1, 0, 0, 0, 4323, 4324, 7, 33, 0, 0, 4324, 439, 1, 0, 0, 0, 4325, 4327, 5, 46, 0, 0, 4326, 4328, 3, 662, 331, 0, 4327, 4326, 1, 0, 0, 0, 4327, 4328, 1, 0, 0, 0, 4328, 4329, 1, 0, 0, 0, 4329, 4330, 5, 357, 0, 0, 4330, 4331, 3, 1440, 720, 0, 4331, 4332, 3, 442, 221, 0, 4332, 4333, 3, 448, 224, 0, 4333, 4334, 5, 80, 0, 0, 4334, 4336, 3, 1410, 705, 0, 4335, 4337, 3, 452, 226, 0, 4336, 4335, 1, 0, 0, 0, 4336, 4337, 1, 0, 0, 0, 4337, 4339, 1, 0, 0, 0, 4338, 4340, 3, 464, 232, 0, 4339, 4338, 1, 0, 0, 0, 4339, 4340, 1, 0, 0, 0, 4340, 4342, 1, 0, 0, 0, 4341, 4343, 3, 470, 235, 0, 4342, 4341, 1, 0, 0, 0, 4342, 4343, 1, 0, 0, 0, 4343, 4344, 1, 0, 0, 0, 4344, 4345, 5, 202, 0, 0, 4345, 4346, 3, 472, 236, 0, 4346, 4347, 5, 2, 0, 0, 4347, 4348, 3, 474, 237, 0, 4348, 4349, 5, 3, 0, 0, 4349, 4380, 1, 0, 0, 0, 4350, 4352, 5, 46, 0, 0, 4351, 4353, 3, 662, 331, 0, 4352, 4351, 1, 0, 0, 0, 4352, 4353, 1, 0, 0, 0, 4353, 4355, 1, 0, 0, 0, 4354, 4356, 5, 45, 0, 0, 4355, 4354, 1, 0, 0, 0, 4355, 4356, 1, 0, 0, 0, 4356, 4357, 1, 0, 0, 0, 4357, 4358, 5, 357, 0, 0, 4358, 4359, 3, 1440, 720, 0, 4359, 4360, 3, 442, 221, 0, 4360, 4361, 3, 448, 224, 0, 4361, 4362, 5, 80, 0, 0, 4362, 4364, 3, 1410, 705, 0, 4363, 4365, 3, 478, 239, 0, 4364, 4363, 1, 0, 0, 0, 4364, 4365, 1, 0, 0, 0, 4365, 4366, 1, 0, 0, 0, 4366, 4368, 3, 480, 240, 0, 4367, 4369, 3, 444, 222, 0, 4368, 4367, 1, 0, 0, 0, 4368, 4369, 1, 0, 0, 0, 4369, 4371, 1, 0, 0, 0, 4370, 4372, 3, 470, 235, 0, 4371, 4370, 1, 0, 0, 0, 4371, 4372, 1, 0, 0, 0, 4372, 4373, 1, 0, 0, 0, 4373, 4374, 5, 202, 0, 0, 4374, 4375, 3, 472, 236, 0, 4375, 4376, 5, 2, 0, 0, 4376, 4377, 3, 474, 237, 0, 4377, 4378, 5, 3, 0, 0, 4378, 4380, 1, 0, 0, 0, 4379, 4325, 1, 0, 0, 0, 4379, 4350, 1, 0, 0, 0, 4380, 441, 1, 0, 0, 0, 4381, 4386, 5, 145, 0, 0, 4382, 4386, 5, 135, 0, 0, 4383, 4384, 5, 242, 0, 0, 4384, 4386, 5, 275, 0, 0, 4385, 4381, 1, 0, 0, 0, 4385, 4382, 1, 0, 0, 0, 4385, 4383, 1, 0, 0, 0, 4386, 443, 1, 0, 0, 0, 4387, 4389, 5, 62, 0, 0, 4388, 4390, 5, 192, 0, 0, 4389, 4388, 1, 0, 0, 0, 4389, 4390, 1, 0, 0, 0, 4390, 4391, 1, 0, 0, 0, 4391, 4392, 3, 446, 223, 0, 4392, 445, 1, 0, 0, 0, 4393, 4394, 7, 34, 0, 0, 4394, 447, 1, 0, 0, 0, 4395, 4400, 3, 450, 225, 0, 4396, 4397, 5, 82, 0, 0, 4397, 4399, 3, 450, 225, 0, 4398, 4396, 1, 0, 0, 0, 4399, 4402, 1, 0, 0, 0, 4400, 4398, 1, 0, 0, 0, 4400, 4401, 1, 0, 0, 0, 4401, 449, 1, 0, 0, 0, 4402, 4400, 1, 0, 0, 0, 4403, 4411, 5, 241, 0, 0, 4404, 4411, 5, 182, 0, 0, 4405, 4411, 5, 369, 0, 0, 4406, 4407, 5, 369, 0, 0, 4407, 4408, 5, 275, 0, 0, 4408, 4411, 3, 248, 124, 0, 4409, 4411, 5, 358, 0, 0, 4410, 4403, 1, 0, 0, 0, 4410, 4404, 1, 0, 0, 0, 4410, 4405, 1, 0, 0, 0, 4410, 4406, 1, 0, 0, 0, 4410, 4409, 1, 0, 0, 0, 4411, 451, 1, 0, 0, 0, 4412, 4413, 5, 447, 0, 0, 4413, 4414, 3, 454, 227, 0, 4414, 453, 1, 0, 0, 0, 4415, 4417, 3, 456, 228, 0, 4416, 4415, 1, 0, 0, 0, 4417, 4418, 1, 0, 0, 0, 4418, 4416, 1, 0, 0, 0, 4418, 4419, 1, 0, 0, 0, 4419, 455, 1, 0, 0, 0, 4420, 4421, 3, 458, 229, 0, 4421, 4423, 3, 460, 230, 0, 4422, 4424, 3, 876, 438, 0, 4423, 4422, 1, 0, 0, 0, 4423, 4424, 1, 0, 0, 0, 4424, 4425, 1, 0, 0, 0, 4425, 4426, 3, 462, 231, 0, 4426, 457, 1, 0, 0, 0, 4427, 4428, 7, 35, 0, 0, 4428, 459, 1, 0, 0, 0, 4429, 4430, 7, 36, 0, 0, 4430, 461, 1, 0, 0, 0, 4431, 4432, 3, 1478, 739, 0, 4432, 463, 1, 0, 0, 0, 4433, 4435, 5, 62, 0, 0, 4434, 4436, 3, 466, 233, 0, 4435, 4434, 1, 0, 0, 0, 4435, 4436, 1, 0, 0, 0, 4436, 4437, 1, 0, 0, 0, 4437, 4438, 3, 468, 234, 0, 4438, 465, 1, 0, 0, 0, 4439, 4440, 5, 192, 0, 0, 4440, 467, 1, 0, 0, 0, 4441, 4442, 7, 34, 0, 0, 4442, 469, 1, 0, 0, 0, 4443, 4444, 5, 102, 0, 0, 4444, 4445, 5, 2, 0, 0, 4445, 4446, 3, 1216, 608, 0, 4446, 4447, 5, 3, 0, 0, 4447, 471, 1, 0, 0, 0, 4448, 4449, 5, 211, 0, 0, 4449, 4453, 3, 1448, 724, 0, 4450, 4451, 5, 296, 0, 0, 4451, 4453, 3, 1432, 716, 0, 4452, 4448, 1, 0, 0, 0, 4452, 4450, 1, 0, 0, 0, 4453, 473, 1, 0, 0, 0, 4454, 4457, 3, 476, 238, 0, 4455, 4457, 1, 0, 0, 0, 4456, 4454, 1, 0, 0, 0, 4456, 4455, 1, 0, 0, 0, 4457, 4462, 1, 0, 0, 0, 4458, 4459, 5, 6, 0, 0, 4459, 4461, 3, 476, 238, 0, 4460, 4458, 1, 0, 0, 0, 4461, 4464, 1, 0, 0, 0, 4462, 4460, 1, 0, 0, 0, 4462, 4463, 1, 0, 0, 0, 4463, 475, 1, 0, 0, 0, 4464, 4462, 1, 0, 0, 0, 4465, 4470, 3, 1460, 730, 0, 4466, 4470, 3, 1458, 729, 0, 4467, 4470, 3, 1462, 731, 0, 4468, 4470, 3, 1494, 747, 0, 4469, 4465, 1, 0, 0, 0, 4469, 4466, 1, 0, 0, 0, 4469, 4467, 1, 0, 0, 0, 4469, 4468, 1, 0, 0, 0, 4470, 477, 1, 0, 0, 0, 4471, 4472, 5, 64, 0, 0, 4472, 4473, 3, 1416, 708, 0, 4473, 479, 1, 0, 0, 0, 4474, 4476, 3, 482, 241, 0, 4475, 4474, 1, 0, 0, 0, 4476, 4479, 1, 0, 0, 0, 4477, 4475, 1, 0, 0, 0, 4477, 4478, 1, 0, 0, 0, 4478, 481, 1, 0, 0, 0, 4479, 4477, 1, 0, 0, 0, 4480, 4481, 5, 77, 0, 0, 4481, 4492, 5, 54, 0, 0, 4482, 4492, 5, 54, 0, 0, 4483, 4484, 5, 69, 0, 0, 4484, 4492, 5, 221, 0, 0, 4485, 4486, 5, 69, 0, 0, 4486, 4492, 5, 180, 0, 0, 4487, 4488, 5, 77, 0, 0, 4488, 4492, 5, 371, 0, 0, 4489, 4490, 5, 269, 0, 0, 4490, 4492, 5, 228, 0, 0, 4491, 4480, 1, 0, 0, 0, 4491, 4482, 1, 0, 0, 0, 4491, 4483, 1, 0, 0, 0, 4491, 4485, 1, 0, 0, 0, 4491, 4487, 1, 0, 0, 0, 4491, 4489, 1, 0, 0, 0, 4492, 483, 1, 0, 0, 0, 4493, 4494, 5, 46, 0, 0, 4494, 4495, 5, 198, 0, 0, 4495, 4496, 5, 357, 0, 0, 4496, 4497, 3, 1440, 720, 0, 4497, 4498, 5, 80, 0, 0, 4498, 4499, 3, 1494, 747, 0, 4499, 4500, 5, 202, 0, 0, 4500, 4501, 3, 472, 236, 0, 4501, 4502, 5, 2, 0, 0, 4502, 4503, 5, 3, 0, 0, 4503, 4518, 1, 0, 0, 0, 4504, 4505, 5, 46, 0, 0, 4505, 4506, 5, 198, 0, 0, 4506, 4507, 5, 357, 0, 0, 4507, 4508, 3, 1440, 720, 0, 4508, 4509, 5, 80, 0, 0, 4509, 4510, 3, 1494, 747, 0, 4510, 4511, 5, 102, 0, 0, 4511, 4512, 3, 486, 243, 0, 4512, 4513, 5, 202, 0, 0, 4513, 4514, 3, 472, 236, 0, 4514, 4515, 5, 2, 0, 0, 4515, 4516, 5, 3, 0, 0, 4516, 4518, 1, 0, 0, 0, 4517, 4493, 1, 0, 0, 0, 4517, 4504, 1, 0, 0, 0, 4518, 485, 1, 0, 0, 0, 4519, 4524, 3, 488, 244, 0, 4520, 4521, 5, 33, 0, 0, 4521, 4523, 3, 488, 244, 0, 4522, 4520, 1, 0, 0, 0, 4523, 4526, 1, 0, 0, 0, 4524, 4522, 1, 0, 0, 0, 4524, 4525, 1, 0, 0, 0, 4525, 487, 1, 0, 0, 0, 4526, 4524, 1, 0, 0, 0, 4527, 4528, 3, 1478, 739, 0, 4528, 4529, 5, 68, 0, 0, 4529, 4530, 5, 2, 0, 0, 4530, 4531, 3, 490, 245, 0, 4531, 4532, 5, 3, 0, 0, 4532, 489, 1, 0, 0, 0, 4533, 4538, 3, 1462, 731, 0, 4534, 4535, 5, 6, 0, 0, 4535, 4537, 3, 1462, 731, 0, 4536, 4534, 1, 0, 0, 0, 4537, 4540, 1, 0, 0, 0, 4538, 4536, 1, 0, 0, 0, 4538, 4539, 1, 0, 0, 0, 4539, 491, 1, 0, 0, 0, 4540, 4538, 1, 0, 0, 0, 4541, 4542, 5, 138, 0, 0, 4542, 4543, 5, 198, 0, 0, 4543, 4544, 5, 357, 0, 0, 4544, 4545, 3, 1440, 720, 0, 4545, 4546, 3, 494, 247, 0, 4546, 493, 1, 0, 0, 0, 4547, 4549, 5, 193, 0, 0, 4548, 4550, 7, 20, 0, 0, 4549, 4548, 1, 0, 0, 0, 4549, 4550, 1, 0, 0, 0, 4550, 4553, 1, 0, 0, 0, 4551, 4553, 5, 186, 0, 0, 4552, 4547, 1, 0, 0, 0, 4552, 4551, 1, 0, 0, 0, 4553, 495, 1, 0, 0, 0, 4554, 4555, 5, 46, 0, 0, 4555, 4556, 5, 140, 0, 0, 4556, 4557, 3, 562, 281, 0, 4557, 4558, 5, 42, 0, 0, 4558, 4559, 5, 2, 0, 0, 4559, 4560, 3, 1216, 608, 0, 4560, 4561, 5, 3, 0, 0, 4561, 4562, 3, 480, 240, 0, 4562, 497, 1, 0, 0, 0, 4563, 4565, 5, 46, 0, 0, 4564, 4566, 3, 662, 331, 0, 4565, 4564, 1, 0, 0, 0, 4565, 4566, 1, 0, 0, 0, 4566, 4567, 1, 0, 0, 0, 4567, 4568, 5, 136, 0, 0, 4568, 4569, 3, 1448, 724, 0, 4569, 4570, 3, 698, 349, 0, 4570, 4571, 3, 500, 250, 0, 4571, 4667, 1, 0, 0, 0, 4572, 4574, 5, 46, 0, 0, 4573, 4575, 3, 662, 331, 0, 4574, 4573, 1, 0, 0, 0, 4574, 4575, 1, 0, 0, 0, 4575, 4576, 1, 0, 0, 0, 4576, 4577, 5, 136, 0, 0, 4577, 4578, 3, 1448, 724, 0, 4578, 4579, 3, 508, 254, 0, 4579, 4667, 1, 0, 0, 0, 4580, 4581, 5, 46, 0, 0, 4581, 4582, 5, 278, 0, 0, 4582, 4583, 3, 736, 368, 0, 4583, 4584, 3, 500, 250, 0, 4584, 4667, 1, 0, 0, 0, 4585, 4586, 5, 46, 0, 0, 4586, 4587, 5, 360, 0, 0, 4587, 4588, 3, 562, 281, 0, 4588, 4589, 3, 500, 250, 0, 4589, 4667, 1, 0, 0, 0, 4590, 4591, 5, 46, 0, 0, 4591, 4592, 5, 360, 0, 0, 4592, 4667, 3, 562, 281, 0, 4593, 4594, 5, 46, 0, 0, 4594, 4595, 5, 360, 0, 0, 4595, 4596, 3, 562, 281, 0, 4596, 4597, 5, 36, 0, 0, 4597, 4599, 5, 2, 0, 0, 4598, 4600, 3, 1152, 576, 0, 4599, 4598, 1, 0, 0, 0, 4599, 4600, 1, 0, 0, 0, 4600, 4601, 1, 0, 0, 0, 4601, 4602, 5, 3, 0, 0, 4602, 4667, 1, 0, 0, 0, 4603, 4604, 5, 46, 0, 0, 4604, 4605, 5, 360, 0, 0, 4605, 4606, 3, 562, 281, 0, 4606, 4607, 5, 36, 0, 0, 4607, 4608, 5, 196, 0, 0, 4608, 4610, 5, 2, 0, 0, 4609, 4611, 3, 514, 257, 0, 4610, 4609, 1, 0, 0, 0, 4610, 4611, 1, 0, 0, 0, 4611, 4612, 1, 0, 0, 0, 4612, 4613, 5, 3, 0, 0, 4613, 4667, 1, 0, 0, 0, 4614, 4615, 5, 46, 0, 0, 4615, 4616, 5, 360, 0, 0, 4616, 4617, 3, 562, 281, 0, 4617, 4618, 5, 36, 0, 0, 4618, 4619, 5, 299, 0, 0, 4619, 4620, 3, 500, 250, 0, 4620, 4667, 1, 0, 0, 0, 4621, 4622, 5, 46, 0, 0, 4622, 4623, 5, 355, 0, 0, 4623, 4624, 5, 325, 0, 0, 4624, 4625, 5, 283, 0, 0, 4625, 4626, 3, 562, 281, 0, 4626, 4627, 3, 500, 250, 0, 4627, 4667, 1, 0, 0, 0, 4628, 4629, 5, 46, 0, 0, 4629, 4630, 5, 355, 0, 0, 4630, 4631, 5, 325, 0, 0, 4631, 4632, 5, 185, 0, 0, 4632, 4633, 3, 562, 281, 0, 4633, 4634, 3, 500, 250, 0, 4634, 4667, 1, 0, 0, 0, 4635, 4636, 5, 46, 0, 0, 4636, 4637, 5, 355, 0, 0, 4637, 4638, 5, 325, 0, 0, 4638, 4639, 5, 353, 0, 0, 4639, 4640, 3, 562, 281, 0, 4640, 4641, 3, 500, 250, 0, 4641, 4667, 1, 0, 0, 0, 4642, 4643, 5, 46, 0, 0, 4643, 4644, 5, 355, 0, 0, 4644, 4645, 5, 325, 0, 0, 4645, 4646, 5, 163, 0, 0, 4646, 4647, 3, 562, 281, 0, 4647, 4648, 3, 500, 250, 0, 4648, 4667, 1, 0, 0, 0, 4649, 4650, 5, 46, 0, 0, 4650, 4652, 5, 108, 0, 0, 4651, 4653, 3, 520, 260, 0, 4652, 4651, 1, 0, 0, 0, 4652, 4653, 1, 0, 0, 0, 4653, 4654, 1, 0, 0, 0, 4654, 4655, 3, 562, 281, 0, 4655, 4656, 3, 500, 250, 0, 4656, 4667, 1, 0, 0, 0, 4657, 4658, 5, 46, 0, 0, 4658, 4660, 5, 108, 0, 0, 4659, 4661, 3, 520, 260, 0, 4660, 4659, 1, 0, 0, 0, 4660, 4661, 1, 0, 0, 0, 4661, 4662, 1, 0, 0, 0, 4662, 4663, 3, 562, 281, 0, 4663, 4664, 5, 64, 0, 0, 4664, 4665, 3, 562, 281, 0, 4665, 4667, 1, 0, 0, 0, 4666, 4563, 1, 0, 0, 0, 4666, 4572, 1, 0, 0, 0, 4666, 4580, 1, 0, 0, 0, 4666, 4585, 1, 0, 0, 0, 4666, 4590, 1, 0, 0, 0, 4666, 4593, 1, 0, 0, 0, 4666, 4603, 1, 0, 0, 0, 4666, 4614, 1, 0, 0, 0, 4666, 4621, 1, 0, 0, 0, 4666, 4628, 1, 0, 0, 0, 4666, 4635, 1, 0, 0, 0, 4666, 4642, 1, 0, 0, 0, 4666, 4649, 1, 0, 0, 0, 4666, 4657, 1, 0, 0, 0, 4667, 499, 1, 0, 0, 0, 4668, 4669, 5, 2, 0, 0, 4669, 4670, 3, 502, 251, 0, 4670, 4671, 5, 3, 0, 0, 4671, 501, 1, 0, 0, 0, 4672, 4677, 3, 504, 252, 0, 4673, 4674, 5, 6, 0, 0, 4674, 4676, 3, 504, 252, 0, 4675, 4673, 1, 0, 0, 0, 4676, 4679, 1, 0, 0, 0, 4677, 4675, 1, 0, 0, 0, 4677, 4678, 1, 0, 0, 0, 4678, 503, 1, 0, 0, 0, 4679, 4677, 1, 0, 0, 0, 4680, 4683, 3, 1494, 747, 0, 4681, 4682, 5, 10, 0, 0, 4682, 4684, 3, 506, 253, 0, 4683, 4681, 1, 0, 0, 0, 4683, 4684, 1, 0, 0, 0, 4684, 505, 1, 0, 0, 0, 4685, 4692, 3, 692, 346, 0, 4686, 4692, 3, 1506, 753, 0, 4687, 4692, 3, 1328, 664, 0, 4688, 4692, 3, 326, 163, 0, 4689, 4692, 3, 1462, 731, 0, 4690, 4692, 5, 407, 0, 0, 4691, 4685, 1, 0, 0, 0, 4691, 4686, 1, 0, 0, 0, 4691, 4687, 1, 0, 0, 0, 4691, 4688, 1, 0, 0, 0, 4691, 4689, 1, 0, 0, 0, 4691, 4690, 1, 0, 0, 0, 4692, 507, 1, 0, 0, 0, 4693, 4694, 5, 2, 0, 0, 4694, 4695, 3, 510, 255, 0, 4695, 4696, 5, 3, 0, 0, 4696, 509, 1, 0, 0, 0, 4697, 4702, 3, 512, 256, 0, 4698, 4699, 5, 6, 0, 0, 4699, 4701, 3, 512, 256, 0, 4700, 4698, 1, 0, 0, 0, 4701, 4704, 1, 0, 0, 0, 4702, 4700, 1, 0, 0, 0, 4702, 4703, 1, 0, 0, 0, 4703, 511, 1, 0, 0, 0, 4704, 4702, 1, 0, 0, 0, 4705, 4706, 3, 1496, 748, 0, 4706, 4707, 5, 10, 0, 0, 4707, 4708, 3, 506, 253, 0, 4708, 513, 1, 0, 0, 0, 4709, 4710, 3, 516, 258, 0, 4710, 515, 1, 0, 0, 0, 4711, 4716, 3, 1462, 731, 0, 4712, 4713, 5, 6, 0, 0, 4713, 4715, 3, 1462, 731, 0, 4714, 4712, 1, 0, 0, 0, 4715, 4718, 1, 0, 0, 0, 4716, 4714, 1, 0, 0, 0, 4716, 4717, 1, 0, 0, 0, 4717, 517, 1, 0, 0, 0, 4718, 4716, 1, 0, 0, 0, 4719, 4720, 5, 138, 0, 0, 4720, 4721, 5, 360, 0, 0, 4721, 4722, 3, 562, 281, 0, 4722, 4723, 5, 133, 0, 0, 4723, 4725, 5, 450, 0, 0, 4724, 4726, 3, 520, 260, 0, 4725, 4724, 1, 0, 0, 0, 4725, 4726, 1, 0, 0, 0, 4726, 4727, 1, 0, 0, 0, 4727, 4730, 3, 1462, 731, 0, 4728, 4729, 7, 37, 0, 0, 4729, 4731, 3, 1462, 731, 0, 4730, 4728, 1, 0, 0, 0, 4730, 4731, 1, 0, 0, 0, 4731, 4742, 1, 0, 0, 0, 4732, 4733, 5, 138, 0, 0, 4733, 4734, 5, 360, 0, 0, 4734, 4735, 3, 562, 281, 0, 4735, 4736, 5, 309, 0, 0, 4736, 4737, 5, 450, 0, 0, 4737, 4738, 3, 1462, 731, 0, 4738, 4739, 5, 94, 0, 0, 4739, 4740, 3, 1462, 731, 0, 4740, 4742, 1, 0, 0, 0, 4741, 4719, 1, 0, 0, 0, 4741, 4732, 1, 0, 0, 0, 4742, 519, 1, 0, 0, 0, 4743, 4744, 5, 220, 0, 0, 4744, 4745, 5, 77, 0, 0, 4745, 4746, 5, 396, 0, 0, 4746, 521, 1, 0, 0, 0, 4747, 4748, 5, 46, 0, 0, 4748, 4749, 5, 278, 0, 0, 4749, 4750, 5, 156, 0, 0, 4750, 4752, 3, 562, 281, 0, 4751, 4753, 3, 528, 264, 0, 4752, 4751, 1, 0, 0, 0, 4752, 4753, 1, 0, 0, 0, 4753, 4754, 1, 0, 0, 0, 4754, 4755, 5, 62, 0, 0, 4755, 4756, 5, 360, 0, 0, 4756, 4757, 3, 1172, 586, 0, 4757, 4758, 5, 100, 0, 0, 4758, 4760, 3, 1440, 720, 0, 4759, 4761, 3, 530, 265, 0, 4760, 4759, 1, 0, 0, 0, 4760, 4761, 1, 0, 0, 0, 4761, 4762, 1, 0, 0, 0, 4762, 4763, 5, 36, 0, 0, 4763, 4764, 3, 524, 262, 0, 4764, 523, 1, 0, 0, 0, 4765, 4770, 3, 526, 263, 0, 4766, 4767, 5, 6, 0, 0, 4767, 4769, 3, 526, 263, 0, 4768, 4766, 1, 0, 0, 0, 4769, 4772, 1, 0, 0, 0, 4770, 4768, 1, 0, 0, 0, 4770, 4771, 1, 0, 0, 0, 4771, 525, 1, 0, 0, 0, 4772, 4770, 1, 0, 0, 0, 4773, 4774, 5, 278, 0, 0, 4774, 4775, 3, 1460, 730, 0, 4775, 4777, 3, 736, 368, 0, 4776, 4778, 3, 532, 266, 0, 4777, 4776, 1, 0, 0, 0, 4777, 4778, 1, 0, 0, 0, 4778, 4780, 1, 0, 0, 0, 4779, 4781, 3, 534, 267, 0, 4780, 4779, 1, 0, 0, 0, 4780, 4781, 1, 0, 0, 0, 4781, 4805, 1, 0, 0, 0, 4782, 4783, 5, 278, 0, 0, 4783, 4784, 3, 1460, 730, 0, 4784, 4786, 3, 740, 370, 0, 4785, 4787, 3, 532, 266, 0, 4786, 4785, 1, 0, 0, 0, 4786, 4787, 1, 0, 0, 0, 4787, 4789, 1, 0, 0, 0, 4788, 4790, 3, 534, 267, 0, 4789, 4788, 1, 0, 0, 0, 4789, 4790, 1, 0, 0, 0, 4790, 4805, 1, 0, 0, 0, 4791, 4792, 5, 211, 0, 0, 4792, 4793, 3, 1460, 730, 0, 4793, 4794, 3, 678, 339, 0, 4794, 4805, 1, 0, 0, 0, 4795, 4796, 5, 211, 0, 0, 4796, 4797, 3, 1460, 730, 0, 4797, 4798, 5, 2, 0, 0, 4798, 4799, 3, 1346, 673, 0, 4799, 4800, 5, 3, 0, 0, 4800, 4801, 3, 678, 339, 0, 4801, 4805, 1, 0, 0, 0, 4802, 4803, 5, 345, 0, 0, 4803, 4805, 3, 1172, 586, 0, 4804, 4773, 1, 0, 0, 0, 4804, 4782, 1, 0, 0, 0, 4804, 4791, 1, 0, 0, 0, 4804, 4795, 1, 0, 0, 0, 4804, 4802, 1, 0, 0, 0, 4805, 527, 1, 0, 0, 0, 4806, 4807, 5, 53, 0, 0, 4807, 529, 1, 0, 0, 0, 4808, 4809, 5, 206, 0, 0, 4809, 4810, 3, 562, 281, 0, 4810, 531, 1, 0, 0, 0, 4811, 4812, 5, 62, 0, 0, 4812, 4818, 5, 325, 0, 0, 4813, 4814, 5, 62, 0, 0, 4814, 4815, 5, 83, 0, 0, 4815, 4816, 5, 147, 0, 0, 4816, 4818, 3, 562, 281, 0, 4817, 4811, 1, 0, 0, 0, 4817, 4813, 1, 0, 0, 0, 4818, 533, 1, 0, 0, 0, 4819, 4820, 5, 302, 0, 0, 4820, 535, 1, 0, 0, 0, 4821, 4822, 5, 46, 0, 0, 4822, 4823, 5, 278, 0, 0, 4823, 4824, 5, 206, 0, 0, 4824, 4825, 3, 562, 281, 0, 4825, 4826, 5, 100, 0, 0, 4826, 4827, 3, 1440, 720, 0, 4827, 537, 1, 0, 0, 0, 4828, 4829, 5, 138, 0, 0, 4829, 4830, 5, 278, 0, 0, 4830, 4831, 5, 206, 0, 0, 4831, 4832, 3, 562, 281, 0, 4832, 4833, 5, 100, 0, 0, 4833, 4834, 3, 1440, 720, 0, 4834, 4835, 5, 133, 0, 0, 4835, 4836, 3, 524, 262, 0, 4836, 4847, 1, 0, 0, 0, 4837, 4838, 5, 138, 0, 0, 4838, 4839, 5, 278, 0, 0, 4839, 4840, 5, 206, 0, 0, 4840, 4841, 3, 562, 281, 0, 4841, 4842, 5, 100, 0, 0, 4842, 4843, 3, 1440, 720, 0, 4843, 4844, 5, 191, 0, 0, 4844, 4845, 3, 540, 270, 0, 4845, 4847, 1, 0, 0, 0, 4846, 4828, 1, 0, 0, 0, 4846, 4837, 1, 0, 0, 0, 4847, 539, 1, 0, 0, 0, 4848, 4853, 3, 542, 271, 0, 4849, 4850, 5, 6, 0, 0, 4850, 4852, 3, 542, 271, 0, 4851, 4849, 1, 0, 0, 0, 4852, 4855, 1, 0, 0, 0, 4853, 4851, 1, 0, 0, 0, 4853, 4854, 1, 0, 0, 0, 4854, 541, 1, 0, 0, 0, 4855, 4853, 1, 0, 0, 0, 4856, 4857, 5, 278, 0, 0, 4857, 4858, 3, 1460, 730, 0, 4858, 4859, 5, 2, 0, 0, 4859, 4860, 3, 1346, 673, 0, 4860, 4861, 5, 3, 0, 0, 4861, 4869, 1, 0, 0, 0, 4862, 4863, 5, 211, 0, 0, 4863, 4864, 3, 1460, 730, 0, 4864, 4865, 5, 2, 0, 0, 4865, 4866, 3, 1346, 673, 0, 4866, 4867, 5, 3, 0, 0, 4867, 4869, 1, 0, 0, 0, 4868, 4856, 1, 0, 0, 0, 4868, 4862, 1, 0, 0, 0, 4869, 543, 1, 0, 0, 0, 4870, 4871, 5, 301, 0, 0, 4871, 4872, 5, 281, 0, 0, 4872, 4873, 5, 147, 0, 0, 4873, 4874, 3, 1476, 738, 0, 4874, 4875, 5, 94, 0, 0, 4875, 4876, 3, 1474, 737, 0, 4876, 545, 1, 0, 0, 0, 4877, 4878, 5, 191, 0, 0, 4878, 4880, 5, 92, 0, 0, 4879, 4881, 3, 752, 376, 0, 4880, 4879, 1, 0, 0, 0, 4880, 4881, 1, 0, 0, 0, 4881, 4882, 1, 0, 0, 0, 4882, 4884, 3, 1396, 698, 0, 4883, 4885, 3, 124, 62, 0, 4884, 4883, 1, 0, 0, 0, 4884, 4885, 1, 0, 0, 0, 4885, 5257, 1, 0, 0, 0, 4886, 4887, 5, 191, 0, 0, 4887, 4889, 5, 328, 0, 0, 4888, 4890, 3, 752, 376, 0, 4889, 4888, 1, 0, 0, 0, 4889, 4890, 1, 0, 0, 0, 4890, 4891, 1, 0, 0, 0, 4891, 4893, 3, 1420, 710, 0, 4892, 4894, 3, 124, 62, 0, 4893, 4892, 1, 0, 0, 0, 4893, 4894, 1, 0, 0, 0, 4894, 5257, 1, 0, 0, 0, 4895, 4896, 5, 191, 0, 0, 4896, 4898, 5, 376, 0, 0, 4897, 4899, 3, 752, 376, 0, 4898, 4897, 1, 0, 0, 0, 4898, 4899, 1, 0, 0, 0, 4899, 4900, 1, 0, 0, 0, 4900, 4902, 3, 548, 274, 0, 4901, 4903, 3, 124, 62, 0, 4902, 4901, 1, 0, 0, 0, 4902, 4903, 1, 0, 0, 0, 4903, 5257, 1, 0, 0, 0, 4904, 4905, 5, 191, 0, 0, 4905, 4906, 5, 259, 0, 0, 4906, 4908, 5, 376, 0, 0, 4907, 4909, 3, 752, 376, 0, 4908, 4907, 1, 0, 0, 0, 4908, 4909, 1, 0, 0, 0, 4909, 4910, 1, 0, 0, 0, 4910, 4912, 3, 548, 274, 0, 4911, 4913, 3, 124, 62, 0, 4912, 4911, 1, 0, 0, 0, 4912, 4913, 1, 0, 0, 0, 4913, 5257, 1, 0, 0, 0, 4914, 4915, 5, 191, 0, 0, 4915, 4917, 5, 226, 0, 0, 4916, 4918, 3, 752, 376, 0, 4917, 4916, 1, 0, 0, 0, 4917, 4918, 1, 0, 0, 0, 4918, 4919, 1, 0, 0, 0, 4919, 4921, 3, 1420, 710, 0, 4920, 4922, 3, 124, 62, 0, 4921, 4920, 1, 0, 0, 0, 4921, 4922, 1, 0, 0, 0, 4922, 5257, 1, 0, 0, 0, 4923, 4924, 5, 191, 0, 0, 4924, 4925, 5, 63, 0, 0, 4925, 4927, 5, 92, 0, 0, 4926, 4928, 3, 752, 376, 0, 4927, 4926, 1, 0, 0, 0, 4927, 4928, 1, 0, 0, 0, 4928, 4929, 1, 0, 0, 0, 4929, 4931, 3, 1396, 698, 0, 4930, 4932, 3, 124, 62, 0, 4931, 4930, 1, 0, 0, 0, 4931, 4932, 1, 0, 0, 0, 4932, 5257, 1, 0, 0, 0, 4933, 4934, 5, 191, 0, 0, 4934, 4936, 5, 108, 0, 0, 4935, 4937, 3, 752, 376, 0, 4936, 4935, 1, 0, 0, 0, 4936, 4937, 1, 0, 0, 0, 4937, 4938, 1, 0, 0, 0, 4938, 4940, 3, 1420, 710, 0, 4939, 4941, 3, 124, 62, 0, 4940, 4939, 1, 0, 0, 0, 4940, 4941, 1, 0, 0, 0, 4941, 5257, 1, 0, 0, 0, 4942, 4943, 5, 191, 0, 0, 4943, 4945, 5, 168, 0, 0, 4944, 4946, 3, 752, 376, 0, 4945, 4944, 1, 0, 0, 0, 4945, 4946, 1, 0, 0, 0, 4946, 4947, 1, 0, 0, 0, 4947, 4949, 3, 1420, 710, 0, 4948, 4950, 3, 124, 62, 0, 4949, 4948, 1, 0, 0, 0, 4949, 4950, 1, 0, 0, 0, 4950, 5257, 1, 0, 0, 0, 4951, 4952, 5, 191, 0, 0, 4952, 4954, 5, 342, 0, 0, 4953, 4955, 3, 752, 376, 0, 4954, 4953, 1, 0, 0, 0, 4954, 4955, 1, 0, 0, 0, 4955, 4956, 1, 0, 0, 0, 4956, 4958, 3, 1420, 710, 0, 4957, 4959, 3, 124, 62, 0, 4958, 4957, 1, 0, 0, 0, 4958, 4959, 1, 0, 0, 0, 4959, 5257, 1, 0, 0, 0, 4960, 4961, 5, 191, 0, 0, 4961, 4962, 5, 355, 0, 0, 4962, 4963, 5, 325, 0, 0, 4963, 4965, 5, 283, 0, 0, 4964, 4966, 3, 752, 376, 0, 4965, 4964, 1, 0, 0, 0, 4965, 4966, 1, 0, 0, 0, 4966, 4967, 1, 0, 0, 0, 4967, 4969, 3, 1420, 710, 0, 4968, 4970, 3, 124, 62, 0, 4969, 4968, 1, 0, 0, 0, 4969, 4970, 1, 0, 0, 0, 4970, 5257, 1, 0, 0, 0, 4971, 4972, 5, 191, 0, 0, 4972, 4973, 5, 355, 0, 0, 4973, 4974, 5, 325, 0, 0, 4974, 4976, 5, 185, 0, 0, 4975, 4977, 3, 752, 376, 0, 4976, 4975, 1, 0, 0, 0, 4976, 4977, 1, 0, 0, 0, 4977, 4978, 1, 0, 0, 0, 4978, 4980, 3, 1420, 710, 0, 4979, 4981, 3, 124, 62, 0, 4980, 4979, 1, 0, 0, 0, 4980, 4981, 1, 0, 0, 0, 4981, 5257, 1, 0, 0, 0, 4982, 4983, 5, 191, 0, 0, 4983, 4984, 5, 355, 0, 0, 4984, 4985, 5, 325, 0, 0, 4985, 4987, 5, 353, 0, 0, 4986, 4988, 3, 752, 376, 0, 4987, 4986, 1, 0, 0, 0, 4987, 4988, 1, 0, 0, 0, 4988, 4989, 1, 0, 0, 0, 4989, 4991, 3, 1420, 710, 0, 4990, 4992, 3, 124, 62, 0, 4991, 4990, 1, 0, 0, 0, 4991, 4992, 1, 0, 0, 0, 4992, 5257, 1, 0, 0, 0, 4993, 4994, 5, 191, 0, 0, 4994, 4995, 5, 355, 0, 0, 4995, 4996, 5, 325, 0, 0, 4996, 4998, 5, 163, 0, 0, 4997, 4999, 3, 752, 376, 0, 4998, 4997, 1, 0, 0, 0, 4998, 4999, 1, 0, 0, 0, 4999, 5000, 1, 0, 0, 0, 5000, 5002, 3, 1420, 710, 0, 5001, 5003, 3, 124, 62, 0, 5002, 5001, 1, 0, 0, 0, 5002, 5003, 1, 0, 0, 0, 5003, 5257, 1, 0, 0, 0, 5004, 5005, 5, 191, 0, 0, 5005, 5006, 5, 131, 0, 0, 5006, 5008, 5, 446, 0, 0, 5007, 5009, 3, 752, 376, 0, 5008, 5007, 1, 0, 0, 0, 5008, 5009, 1, 0, 0, 0, 5009, 5010, 1, 0, 0, 0, 5010, 5012, 3, 1420, 710, 0, 5011, 5013, 3, 124, 62, 0, 5012, 5011, 1, 0, 0, 0, 5012, 5013, 1, 0, 0, 0, 5013, 5257, 1, 0, 0, 0, 5014, 5015, 5, 191, 0, 0, 5015, 5016, 5, 198, 0, 0, 5016, 5018, 5, 357, 0, 0, 5017, 5019, 3, 752, 376, 0, 5018, 5017, 1, 0, 0, 0, 5018, 5019, 1, 0, 0, 0, 5019, 5020, 1, 0, 0, 0, 5020, 5022, 3, 1420, 710, 0, 5021, 5023, 3, 124, 62, 0, 5022, 5021, 1, 0, 0, 0, 5022, 5023, 1, 0, 0, 0, 5023, 5257, 1, 0, 0, 0, 5024, 5025, 5, 191, 0, 0, 5025, 5027, 5, 204, 0, 0, 5026, 5028, 3, 752, 376, 0, 5027, 5026, 1, 0, 0, 0, 5027, 5028, 1, 0, 0, 0, 5028, 5029, 1, 0, 0, 0, 5029, 5031, 3, 1420, 710, 0, 5030, 5032, 3, 124, 62, 0, 5031, 5030, 1, 0, 0, 0, 5031, 5032, 1, 0, 0, 0, 5032, 5257, 1, 0, 0, 0, 5033, 5034, 5, 191, 0, 0, 5034, 5035, 5, 63, 0, 0, 5035, 5036, 5, 174, 0, 0, 5036, 5038, 5, 381, 0, 0, 5037, 5039, 3, 752, 376, 0, 5038, 5037, 1, 0, 0, 0, 5038, 5039, 1, 0, 0, 0, 5039, 5040, 1, 0, 0, 0, 5040, 5042, 3, 1420, 710, 0, 5041, 5043, 3, 124, 62, 0, 5042, 5041, 1, 0, 0, 0, 5042, 5043, 1, 0, 0, 0, 5043, 5257, 1, 0, 0, 0, 5044, 5046, 5, 191, 0, 0, 5045, 5047, 3, 342, 171, 0, 5046, 5045, 1, 0, 0, 0, 5046, 5047, 1, 0, 0, 0, 5047, 5048, 1, 0, 0, 0, 5048, 5050, 5, 247, 0, 0, 5049, 5051, 3, 752, 376, 0, 5050, 5049, 1, 0, 0, 0, 5050, 5051, 1, 0, 0, 0, 5051, 5052, 1, 0, 0, 0, 5052, 5054, 3, 1420, 710, 0, 5053, 5055, 3, 124, 62, 0, 5054, 5053, 1, 0, 0, 0, 5054, 5055, 1, 0, 0, 0, 5055, 5257, 1, 0, 0, 0, 5056, 5057, 5, 191, 0, 0, 5057, 5059, 5, 452, 0, 0, 5058, 5060, 3, 752, 376, 0, 5059, 5058, 1, 0, 0, 0, 5059, 5060, 1, 0, 0, 0, 5060, 5061, 1, 0, 0, 0, 5061, 5063, 3, 1420, 710, 0, 5062, 5064, 3, 124, 62, 0, 5063, 5062, 1, 0, 0, 0, 5063, 5064, 1, 0, 0, 0, 5064, 5257, 1, 0, 0, 0, 5065, 5066, 5, 191, 0, 0, 5066, 5068, 5, 331, 0, 0, 5067, 5069, 3, 752, 376, 0, 5068, 5067, 1, 0, 0, 0, 5068, 5069, 1, 0, 0, 0, 5069, 5070, 1, 0, 0, 0, 5070, 5072, 3, 1420, 710, 0, 5071, 5073, 3, 124, 62, 0, 5072, 5071, 1, 0, 0, 0, 5072, 5073, 1, 0, 0, 0, 5073, 5257, 1, 0, 0, 0, 5074, 5075, 5, 191, 0, 0, 5075, 5077, 5, 323, 0, 0, 5076, 5078, 3, 752, 376, 0, 5077, 5076, 1, 0, 0, 0, 5077, 5078, 1, 0, 0, 0, 5078, 5079, 1, 0, 0, 0, 5079, 5081, 3, 1398, 699, 0, 5080, 5082, 3, 124, 62, 0, 5081, 5080, 1, 0, 0, 0, 5081, 5082, 1, 0, 0, 0, 5082, 5257, 1, 0, 0, 0, 5083, 5084, 5, 191, 0, 0, 5084, 5086, 5, 445, 0, 0, 5085, 5087, 3, 752, 376, 0, 5086, 5085, 1, 0, 0, 0, 5086, 5087, 1, 0, 0, 0, 5087, 5088, 1, 0, 0, 0, 5088, 5089, 3, 1440, 720, 0, 5089, 5090, 5, 80, 0, 0, 5090, 5092, 3, 562, 281, 0, 5091, 5093, 3, 124, 62, 0, 5092, 5091, 1, 0, 0, 0, 5092, 5093, 1, 0, 0, 0, 5093, 5257, 1, 0, 0, 0, 5094, 5095, 5, 191, 0, 0, 5095, 5097, 5, 321, 0, 0, 5096, 5098, 3, 752, 376, 0, 5097, 5096, 1, 0, 0, 0, 5097, 5098, 1, 0, 0, 0, 5098, 5099, 1, 0, 0, 0, 5099, 5100, 3, 1440, 720, 0, 5100, 5101, 5, 80, 0, 0, 5101, 5103, 3, 562, 281, 0, 5102, 5104, 3, 124, 62, 0, 5103, 5102, 1, 0, 0, 0, 5103, 5104, 1, 0, 0, 0, 5104, 5257, 1, 0, 0, 0, 5105, 5106, 5, 191, 0, 0, 5106, 5108, 5, 357, 0, 0, 5107, 5109, 3, 752, 376, 0, 5108, 5107, 1, 0, 0, 0, 5108, 5109, 1, 0, 0, 0, 5109, 5110, 1, 0, 0, 0, 5110, 5111, 3, 1440, 720, 0, 5111, 5112, 5, 80, 0, 0, 5112, 5114, 3, 562, 281, 0, 5113, 5115, 3, 124, 62, 0, 5114, 5113, 1, 0, 0, 0, 5114, 5115, 1, 0, 0, 0, 5115, 5257, 1, 0, 0, 0, 5116, 5117, 5, 191, 0, 0, 5117, 5119, 5, 360, 0, 0, 5118, 5120, 3, 752, 376, 0, 5119, 5118, 1, 0, 0, 0, 5119, 5120, 1, 0, 0, 0, 5120, 5121, 1, 0, 0, 0, 5121, 5123, 3, 566, 283, 0, 5122, 5124, 3, 124, 62, 0, 5123, 5122, 1, 0, 0, 0, 5123, 5124, 1, 0, 0, 0, 5124, 5257, 1, 0, 0, 0, 5125, 5126, 5, 191, 0, 0, 5126, 5128, 5, 189, 0, 0, 5127, 5129, 3, 752, 376, 0, 5128, 5127, 1, 0, 0, 0, 5128, 5129, 1, 0, 0, 0, 5129, 5130, 1, 0, 0, 0, 5130, 5132, 3, 566, 283, 0, 5131, 5133, 3, 124, 62, 0, 5132, 5131, 1, 0, 0, 0, 5132, 5133, 1, 0, 0, 0, 5133, 5257, 1, 0, 0, 0, 5134, 5135, 5, 191, 0, 0, 5135, 5136, 5, 226, 0, 0, 5136, 5138, 5, 109, 0, 0, 5137, 5139, 3, 752, 376, 0, 5138, 5137, 1, 0, 0, 0, 5138, 5139, 1, 0, 0, 0, 5139, 5140, 1, 0, 0, 0, 5140, 5142, 3, 556, 278, 0, 5141, 5143, 3, 124, 62, 0, 5142, 5141, 1, 0, 0, 0, 5142, 5143, 1, 0, 0, 0, 5143, 5257, 1, 0, 0, 0, 5144, 5145, 5, 191, 0, 0, 5145, 5147, 5, 41, 0, 0, 5146, 5148, 3, 752, 376, 0, 5147, 5146, 1, 0, 0, 0, 5147, 5148, 1, 0, 0, 0, 5148, 5149, 1, 0, 0, 0, 5149, 5150, 5, 2, 0, 0, 5150, 5151, 3, 1172, 586, 0, 5151, 5152, 5, 36, 0, 0, 5152, 5153, 3, 1172, 586, 0, 5153, 5155, 5, 3, 0, 0, 5154, 5156, 3, 124, 62, 0, 5155, 5154, 1, 0, 0, 0, 5155, 5156, 1, 0, 0, 0, 5156, 5257, 1, 0, 0, 0, 5157, 5158, 5, 191, 0, 0, 5158, 5159, 5, 278, 0, 0, 5159, 5161, 5, 156, 0, 0, 5160, 5162, 3, 752, 376, 0, 5161, 5160, 1, 0, 0, 0, 5161, 5162, 1, 0, 0, 0, 5162, 5163, 1, 0, 0, 0, 5163, 5164, 3, 562, 281, 0, 5164, 5165, 5, 100, 0, 0, 5165, 5167, 3, 1440, 720, 0, 5166, 5168, 3, 124, 62, 0, 5167, 5166, 1, 0, 0, 0, 5167, 5168, 1, 0, 0, 0, 5168, 5257, 1, 0, 0, 0, 5169, 5170, 5, 191, 0, 0, 5170, 5171, 5, 278, 0, 0, 5171, 5173, 5, 206, 0, 0, 5172, 5174, 3, 752, 376, 0, 5173, 5172, 1, 0, 0, 0, 5173, 5174, 1, 0, 0, 0, 5174, 5175, 1, 0, 0, 0, 5175, 5176, 3, 562, 281, 0, 5176, 5177, 5, 100, 0, 0, 5177, 5179, 3, 1440, 720, 0, 5178, 5180, 3, 124, 62, 0, 5179, 5178, 1, 0, 0, 0, 5179, 5180, 1, 0, 0, 0, 5180, 5257, 1, 0, 0, 0, 5181, 5182, 5, 191, 0, 0, 5182, 5183, 5, 281, 0, 0, 5183, 5184, 5, 147, 0, 0, 5184, 5186, 3, 1476, 738, 0, 5185, 5187, 3, 124, 62, 0, 5186, 5185, 1, 0, 0, 0, 5186, 5187, 1, 0, 0, 0, 5187, 5257, 1, 0, 0, 0, 5188, 5189, 5, 191, 0, 0, 5189, 5191, 5, 376, 0, 0, 5190, 5192, 3, 752, 376, 0, 5191, 5190, 1, 0, 0, 0, 5191, 5192, 1, 0, 0, 0, 5192, 5193, 1, 0, 0, 0, 5193, 5195, 3, 548, 274, 0, 5194, 5196, 3, 124, 62, 0, 5195, 5194, 1, 0, 0, 0, 5195, 5196, 1, 0, 0, 0, 5196, 5257, 1, 0, 0, 0, 5197, 5198, 5, 191, 0, 0, 5198, 5200, 5, 451, 0, 0, 5199, 5201, 3, 752, 376, 0, 5200, 5199, 1, 0, 0, 0, 5200, 5201, 1, 0, 0, 0, 5201, 5202, 1, 0, 0, 0, 5202, 5204, 3, 1440, 720, 0, 5203, 5205, 3, 124, 62, 0, 5204, 5203, 1, 0, 0, 0, 5204, 5205, 1, 0, 0, 0, 5205, 5257, 1, 0, 0, 0, 5206, 5207, 5, 191, 0, 0, 5207, 5209, 5, 351, 0, 0, 5208, 5210, 3, 752, 376, 0, 5209, 5208, 1, 0, 0, 0, 5209, 5210, 1, 0, 0, 0, 5210, 5211, 1, 0, 0, 0, 5211, 5257, 3, 1406, 703, 0, 5212, 5213, 5, 191, 0, 0, 5213, 5215, 5, 443, 0, 0, 5214, 5216, 3, 752, 376, 0, 5215, 5214, 1, 0, 0, 0, 5215, 5216, 1, 0, 0, 0, 5216, 5217, 1, 0, 0, 0, 5217, 5218, 5, 62, 0, 0, 5218, 5219, 3, 1172, 586, 0, 5219, 5220, 5, 247, 0, 0, 5220, 5222, 3, 1440, 720, 0, 5221, 5223, 3, 124, 62, 0, 5222, 5221, 1, 0, 0, 0, 5222, 5223, 1, 0, 0, 0, 5223, 5257, 1, 0, 0, 0, 5224, 5225, 5, 191, 0, 0, 5225, 5227, 7, 38, 0, 0, 5226, 5228, 3, 752, 376, 0, 5227, 5226, 1, 0, 0, 0, 5227, 5228, 1, 0, 0, 0, 5228, 5229, 1, 0, 0, 0, 5229, 5257, 3, 1476, 738, 0, 5230, 5231, 5, 191, 0, 0, 5231, 5232, 5, 99, 0, 0, 5232, 5234, 5, 257, 0, 0, 5233, 5235, 3, 752, 376, 0, 5234, 5233, 1, 0, 0, 0, 5234, 5235, 1, 0, 0, 0, 5235, 5236, 1, 0, 0, 0, 5236, 5237, 5, 62, 0, 0, 5237, 5238, 3, 408, 204, 0, 5238, 5239, 5, 331, 0, 0, 5239, 5240, 3, 1440, 720, 0, 5240, 5257, 1, 0, 0, 0, 5241, 5242, 5, 191, 0, 0, 5242, 5244, 5, 175, 0, 0, 5243, 5245, 3, 752, 376, 0, 5244, 5243, 1, 0, 0, 0, 5244, 5245, 1, 0, 0, 0, 5245, 5246, 1, 0, 0, 0, 5246, 5254, 3, 1424, 712, 0, 5247, 5249, 3, 14, 7, 0, 5248, 5247, 1, 0, 0, 0, 5248, 5249, 1, 0, 0, 0, 5249, 5250, 1, 0, 0, 0, 5250, 5251, 5, 2, 0, 0, 5251, 5252, 3, 864, 432, 0, 5252, 5253, 5, 3, 0, 0, 5253, 5255, 1, 0, 0, 0, 5254, 5248, 1, 0, 0, 0, 5254, 5255, 1, 0, 0, 0, 5255, 5257, 1, 0, 0, 0, 5256, 4877, 1, 0, 0, 0, 5256, 4886, 1, 0, 0, 0, 5256, 4895, 1, 0, 0, 0, 5256, 4904, 1, 0, 0, 0, 5256, 4914, 1, 0, 0, 0, 5256, 4923, 1, 0, 0, 0, 5256, 4933, 1, 0, 0, 0, 5256, 4942, 1, 0, 0, 0, 5256, 4951, 1, 0, 0, 0, 5256, 4960, 1, 0, 0, 0, 5256, 4971, 1, 0, 0, 0, 5256, 4982, 1, 0, 0, 0, 5256, 4993, 1, 0, 0, 0, 5256, 5004, 1, 0, 0, 0, 5256, 5014, 1, 0, 0, 0, 5256, 5024, 1, 0, 0, 0, 5256, 5033, 1, 0, 0, 0, 5256, 5044, 1, 0, 0, 0, 5256, 5056, 1, 0, 0, 0, 5256, 5065, 1, 0, 0, 0, 5256, 5074, 1, 0, 0, 0, 5256, 5083, 1, 0, 0, 0, 5256, 5094, 1, 0, 0, 0, 5256, 5105, 1, 0, 0, 0, 5256, 5116, 1, 0, 0, 0, 5256, 5125, 1, 0, 0, 0, 5256, 5134, 1, 0, 0, 0, 5256, 5144, 1, 0, 0, 0, 5256, 5157, 1, 0, 0, 0, 5256, 5169, 1, 0, 0, 0, 5256, 5181, 1, 0, 0, 0, 5256, 5188, 1, 0, 0, 0, 5256, 5197, 1, 0, 0, 0, 5256, 5206, 1, 0, 0, 0, 5256, 5212, 1, 0, 0, 0, 5256, 5224, 1, 0, 0, 0, 5256, 5230, 1, 0, 0, 0, 5256, 5241, 1, 0, 0, 0, 5257, 547, 1, 0, 0, 0, 5258, 5263, 3, 1414, 707, 0, 5259, 5260, 5, 6, 0, 0, 5260, 5262, 3, 1414, 707, 0, 5261, 5259, 1, 0, 0, 0, 5262, 5265, 1, 0, 0, 0, 5263, 5261, 1, 0, 0, 0, 5263, 5264, 1, 0, 0, 0, 5264, 549, 1, 0, 0, 0, 5265, 5263, 1, 0, 0, 0, 5266, 5268, 5, 63, 0, 0, 5267, 5266, 1, 0, 0, 0, 5267, 5268, 1, 0, 0, 0, 5268, 5269, 1, 0, 0, 0, 5269, 5270, 5, 92, 0, 0, 5270, 5291, 3, 1410, 705, 0, 5271, 5273, 5, 259, 0, 0, 5272, 5271, 1, 0, 0, 0, 5272, 5273, 1, 0, 0, 0, 5273, 5274, 1, 0, 0, 0, 5274, 5275, 5, 376, 0, 0, 5275, 5291, 3, 1414, 707, 0, 5276, 5277, 5, 226, 0, 0, 5277, 5291, 3, 562, 281, 0, 5278, 5279, 5, 108, 0, 0, 5279, 5291, 3, 562, 281, 0, 5280, 5281, 5, 168, 0, 0, 5281, 5291, 3, 562, 281, 0, 5282, 5283, 5, 342, 0, 0, 5283, 5291, 3, 562, 281, 0, 5284, 5285, 5, 328, 0, 0, 5285, 5291, 3, 562, 281, 0, 5286, 5287, 5, 355, 0, 0, 5287, 5288, 5, 325, 0, 0, 5288, 5289, 7, 39, 0, 0, 5289, 5291, 3, 562, 281, 0, 5290, 5267, 1, 0, 0, 0, 5290, 5272, 1, 0, 0, 0, 5290, 5276, 1, 0, 0, 0, 5290, 5278, 1, 0, 0, 0, 5290, 5280, 1, 0, 0, 0, 5290, 5282, 1, 0, 0, 0, 5290, 5284, 1, 0, 0, 0, 5290, 5286, 1, 0, 0, 0, 5291, 551, 1, 0, 0, 0, 5292, 5293, 5, 131, 0, 0, 5293, 5294, 5, 446, 0, 0, 5294, 5324, 3, 1440, 720, 0, 5295, 5296, 5, 198, 0, 0, 5296, 5297, 5, 357, 0, 0, 5297, 5324, 3, 1440, 720, 0, 5298, 5299, 5, 204, 0, 0, 5299, 5324, 3, 1440, 720, 0, 5300, 5301, 5, 63, 0, 0, 5301, 5302, 5, 174, 0, 0, 5302, 5303, 5, 381, 0, 0, 5303, 5324, 3, 1440, 720, 0, 5304, 5306, 3, 342, 171, 0, 5305, 5304, 1, 0, 0, 0, 5305, 5306, 1, 0, 0, 0, 5306, 5307, 1, 0, 0, 0, 5307, 5308, 5, 247, 0, 0, 5308, 5324, 3, 1440, 720, 0, 5309, 5310, 5, 452, 0, 0, 5310, 5324, 3, 1440, 720, 0, 5311, 5312, 5, 323, 0, 0, 5312, 5324, 3, 1426, 713, 0, 5313, 5314, 5, 331, 0, 0, 5314, 5324, 3, 1440, 720, 0, 5315, 5316, 5, 175, 0, 0, 5316, 5324, 3, 1424, 712, 0, 5317, 5318, 5, 318, 0, 0, 5318, 5324, 3, 1440, 720, 0, 5319, 5320, 5, 451, 0, 0, 5320, 5324, 3, 1440, 720, 0, 5321, 5322, 5, 351, 0, 0, 5322, 5324, 3, 1406, 703, 0, 5323, 5292, 1, 0, 0, 0, 5323, 5295, 1, 0, 0, 0, 5323, 5298, 1, 0, 0, 0, 5323, 5300, 1, 0, 0, 0, 5323, 5305, 1, 0, 0, 0, 5323, 5309, 1, 0, 0, 0, 5323, 5311, 1, 0, 0, 0, 5323, 5313, 1, 0, 0, 0, 5323, 5315, 1, 0, 0, 0, 5323, 5317, 1, 0, 0, 0, 5323, 5319, 1, 0, 0, 0, 5323, 5321, 1, 0, 0, 0, 5324, 553, 1, 0, 0, 0, 5325, 5326, 7, 40, 0, 0, 5326, 555, 1, 0, 0, 0, 5327, 5332, 3, 562, 281, 0, 5328, 5329, 5, 6, 0, 0, 5329, 5331, 3, 562, 281, 0, 5330, 5328, 1, 0, 0, 0, 5331, 5334, 1, 0, 0, 0, 5332, 5330, 1, 0, 0, 0, 5332, 5333, 1, 0, 0, 0, 5333, 557, 1, 0, 0, 0, 5334, 5332, 1, 0, 0, 0, 5335, 5336, 3, 560, 280, 0, 5336, 5337, 5, 11, 0, 0, 5337, 5338, 3, 1436, 718, 0, 5338, 559, 1, 0, 0, 0, 5339, 5341, 3, 1478, 739, 0, 5340, 5342, 3, 564, 282, 0, 5341, 5340, 1, 0, 0, 0, 5341, 5342, 1, 0, 0, 0, 5342, 561, 1, 0, 0, 0, 5343, 5345, 3, 1478, 739, 0, 5344, 5346, 3, 564, 282, 0, 5345, 5344, 1, 0, 0, 0, 5345, 5346, 1, 0, 0, 0, 5346, 563, 1, 0, 0, 0, 5347, 5348, 5, 11, 0, 0, 5348, 5350, 3, 1442, 721, 0, 5349, 5347, 1, 0, 0, 0, 5350, 5351, 1, 0, 0, 0, 5351, 5349, 1, 0, 0, 0, 5351, 5352, 1, 0, 0, 0, 5352, 565, 1, 0, 0, 0, 5353, 5358, 3, 1172, 586, 0, 5354, 5355, 5, 6, 0, 0, 5355, 5357, 3, 1172, 586, 0, 5356, 5354, 1, 0, 0, 0, 5357, 5360, 1, 0, 0, 0, 5358, 5356, 1, 0, 0, 0, 5358, 5359, 1, 0, 0, 0, 5359, 567, 1, 0, 0, 0, 5360, 5358, 1, 0, 0, 0, 5361, 5363, 5, 358, 0, 0, 5362, 5364, 5, 92, 0, 0, 5363, 5362, 1, 0, 0, 0, 5363, 5364, 1, 0, 0, 0, 5364, 5365, 1, 0, 0, 0, 5365, 5370, 3, 570, 285, 0, 5366, 5367, 5, 6, 0, 0, 5367, 5369, 3, 570, 285, 0, 5368, 5366, 1, 0, 0, 0, 5369, 5372, 1, 0, 0, 0, 5370, 5368, 1, 0, 0, 0, 5370, 5371, 1, 0, 0, 0, 5371, 5375, 1, 0, 0, 0, 5372, 5370, 1, 0, 0, 0, 5373, 5374, 7, 41, 0, 0, 5374, 5376, 5, 219, 0, 0, 5375, 5373, 1, 0, 0, 0, 5375, 5376, 1, 0, 0, 0, 5376, 5378, 1, 0, 0, 0, 5377, 5379, 3, 124, 62, 0, 5378, 5377, 1, 0, 0, 0, 5378, 5379, 1, 0, 0, 0, 5379, 569, 1, 0, 0, 0, 5380, 5382, 5, 81, 0, 0, 5381, 5380, 1, 0, 0, 0, 5381, 5382, 1, 0, 0, 0, 5382, 5383, 1, 0, 0, 0, 5383, 5385, 3, 1410, 705, 0, 5384, 5386, 5, 9, 0, 0, 5385, 5384, 1, 0, 0, 0, 5385, 5386, 1, 0, 0, 0, 5386, 571, 1, 0, 0, 0, 5387, 5388, 5, 159, 0, 0, 5388, 5389, 5, 80, 0, 0, 5389, 5390, 3, 550, 275, 0, 5390, 5391, 5, 116, 0, 0, 5391, 5392, 3, 574, 287, 0, 5392, 5553, 1, 0, 0, 0, 5393, 5394, 5, 159, 0, 0, 5394, 5395, 5, 80, 0, 0, 5395, 5396, 5, 44, 0, 0, 5396, 5397, 3, 558, 279, 0, 5397, 5398, 5, 116, 0, 0, 5398, 5399, 3, 574, 287, 0, 5399, 5553, 1, 0, 0, 0, 5400, 5401, 5, 159, 0, 0, 5401, 5402, 5, 80, 0, 0, 5402, 5403, 3, 552, 276, 0, 5403, 5404, 5, 116, 0, 0, 5404, 5405, 3, 574, 287, 0, 5405, 5553, 1, 0, 0, 0, 5406, 5407, 5, 159, 0, 0, 5407, 5408, 5, 80, 0, 0, 5408, 5409, 5, 360, 0, 0, 5409, 5410, 3, 1172, 586, 0, 5410, 5411, 5, 116, 0, 0, 5411, 5412, 3, 574, 287, 0, 5412, 5553, 1, 0, 0, 0, 5413, 5414, 5, 159, 0, 0, 5414, 5415, 5, 80, 0, 0, 5415, 5416, 5, 189, 0, 0, 5416, 5417, 3, 1172, 586, 0, 5417, 5418, 5, 116, 0, 0, 5418, 5419, 3, 574, 287, 0, 5419, 5553, 1, 0, 0, 0, 5420, 5421, 5, 159, 0, 0, 5421, 5422, 5, 80, 0, 0, 5422, 5423, 5, 136, 0, 0, 5423, 5424, 3, 702, 351, 0, 5424, 5425, 5, 116, 0, 0, 5425, 5426, 3, 574, 287, 0, 5426, 5553, 1, 0, 0, 0, 5427, 5428, 5, 159, 0, 0, 5428, 5429, 5, 80, 0, 0, 5429, 5430, 5, 211, 0, 0, 5430, 5431, 3, 678, 339, 0, 5431, 5432, 5, 116, 0, 0, 5432, 5433, 3, 574, 287, 0, 5433, 5553, 1, 0, 0, 0, 5434, 5435, 5, 159, 0, 0, 5435, 5436, 5, 80, 0, 0, 5436, 5437, 5, 278, 0, 0, 5437, 5438, 3, 740, 370, 0, 5438, 5439, 5, 116, 0, 0, 5439, 5440, 3, 574, 287, 0, 5440, 5553, 1, 0, 0, 0, 5441, 5442, 5, 159, 0, 0, 5442, 5443, 5, 80, 0, 0, 5443, 5444, 5, 45, 0, 0, 5444, 5445, 3, 1440, 720, 0, 5445, 5446, 5, 80, 0, 0, 5446, 5447, 3, 1410, 705, 0, 5447, 5448, 5, 116, 0, 0, 5448, 5449, 3, 574, 287, 0, 5449, 5553, 1, 0, 0, 0, 5450, 5451, 5, 159, 0, 0, 5451, 5452, 5, 80, 0, 0, 5452, 5453, 5, 45, 0, 0, 5453, 5454, 3, 1440, 720, 0, 5454, 5456, 5, 80, 0, 0, 5455, 5457, 5, 189, 0, 0, 5456, 5455, 1, 0, 0, 0, 5456, 5457, 1, 0, 0, 0, 5457, 5458, 1, 0, 0, 0, 5458, 5459, 3, 562, 281, 0, 5459, 5460, 5, 116, 0, 0, 5460, 5461, 3, 574, 287, 0, 5461, 5553, 1, 0, 0, 0, 5462, 5463, 5, 159, 0, 0, 5463, 5464, 5, 80, 0, 0, 5464, 5465, 5, 445, 0, 0, 5465, 5466, 3, 1440, 720, 0, 5466, 5467, 5, 80, 0, 0, 5467, 5468, 3, 562, 281, 0, 5468, 5469, 5, 116, 0, 0, 5469, 5470, 3, 574, 287, 0, 5470, 5553, 1, 0, 0, 0, 5471, 5472, 5, 159, 0, 0, 5472, 5473, 5, 80, 0, 0, 5473, 5474, 5, 321, 0, 0, 5474, 5475, 3, 1440, 720, 0, 5475, 5476, 5, 80, 0, 0, 5476, 5477, 3, 562, 281, 0, 5477, 5478, 5, 116, 0, 0, 5478, 5479, 3, 574, 287, 0, 5479, 5553, 1, 0, 0, 0, 5480, 5481, 5, 159, 0, 0, 5481, 5482, 5, 80, 0, 0, 5482, 5483, 5, 357, 0, 0, 5483, 5484, 3, 1440, 720, 0, 5484, 5485, 5, 80, 0, 0, 5485, 5486, 3, 562, 281, 0, 5486, 5487, 5, 116, 0, 0, 5487, 5488, 3, 574, 287, 0, 5488, 5553, 1, 0, 0, 0, 5489, 5490, 5, 159, 0, 0, 5490, 5491, 5, 80, 0, 0, 5491, 5492, 5, 296, 0, 0, 5492, 5493, 3, 674, 337, 0, 5493, 5494, 5, 116, 0, 0, 5494, 5495, 3, 574, 287, 0, 5495, 5553, 1, 0, 0, 0, 5496, 5497, 5, 159, 0, 0, 5497, 5498, 5, 80, 0, 0, 5498, 5499, 5, 442, 0, 0, 5499, 5500, 3, 670, 335, 0, 5500, 5501, 5, 116, 0, 0, 5501, 5502, 3, 574, 287, 0, 5502, 5553, 1, 0, 0, 0, 5503, 5504, 5, 159, 0, 0, 5504, 5505, 5, 80, 0, 0, 5505, 5506, 5, 443, 0, 0, 5506, 5507, 5, 62, 0, 0, 5507, 5508, 3, 1172, 586, 0, 5508, 5509, 5, 247, 0, 0, 5509, 5510, 3, 1440, 720, 0, 5510, 5511, 5, 116, 0, 0, 5511, 5512, 3, 574, 287, 0, 5512, 5553, 1, 0, 0, 0, 5513, 5514, 5, 159, 0, 0, 5514, 5515, 5, 80, 0, 0, 5515, 5516, 5, 278, 0, 0, 5516, 5517, 5, 156, 0, 0, 5517, 5518, 3, 562, 281, 0, 5518, 5519, 5, 100, 0, 0, 5519, 5520, 3, 1440, 720, 0, 5520, 5521, 5, 116, 0, 0, 5521, 5522, 3, 574, 287, 0, 5522, 5553, 1, 0, 0, 0, 5523, 5524, 5, 159, 0, 0, 5524, 5525, 5, 80, 0, 0, 5525, 5526, 5, 278, 0, 0, 5526, 5527, 5, 206, 0, 0, 5527, 5528, 3, 562, 281, 0, 5528, 5529, 5, 100, 0, 0, 5529, 5530, 3, 1440, 720, 0, 5530, 5531, 5, 116, 0, 0, 5531, 5532, 3, 574, 287, 0, 5532, 5553, 1, 0, 0, 0, 5533, 5534, 5, 159, 0, 0, 5534, 5535, 5, 80, 0, 0, 5535, 5536, 5, 248, 0, 0, 5536, 5537, 5, 274, 0, 0, 5537, 5538, 3, 326, 163, 0, 5538, 5539, 5, 116, 0, 0, 5539, 5540, 3, 574, 287, 0, 5540, 5553, 1, 0, 0, 0, 5541, 5542, 5, 159, 0, 0, 5542, 5543, 5, 80, 0, 0, 5543, 5544, 5, 41, 0, 0, 5544, 5545, 5, 2, 0, 0, 5545, 5546, 3, 1172, 586, 0, 5546, 5547, 5, 36, 0, 0, 5547, 5548, 3, 1172, 586, 0, 5548, 5549, 5, 3, 0, 0, 5549, 5550, 5, 116, 0, 0, 5550, 5551, 3, 574, 287, 0, 5551, 5553, 1, 0, 0, 0, 5552, 5387, 1, 0, 0, 0, 5552, 5393, 1, 0, 0, 0, 5552, 5400, 1, 0, 0, 0, 5552, 5406, 1, 0, 0, 0, 5552, 5413, 1, 0, 0, 0, 5552, 5420, 1, 0, 0, 0, 5552, 5427, 1, 0, 0, 0, 5552, 5434, 1, 0, 0, 0, 5552, 5441, 1, 0, 0, 0, 5552, 5450, 1, 0, 0, 0, 5552, 5462, 1, 0, 0, 0, 5552, 5471, 1, 0, 0, 0, 5552, 5480, 1, 0, 0, 0, 5552, 5489, 1, 0, 0, 0, 5552, 5496, 1, 0, 0, 0, 5552, 5503, 1, 0, 0, 0, 5552, 5513, 1, 0, 0, 0, 5552, 5523, 1, 0, 0, 0, 5552, 5533, 1, 0, 0, 0, 5552, 5541, 1, 0, 0, 0, 5553, 573, 1, 0, 0, 0, 5554, 5557, 3, 1462, 731, 0, 5555, 5557, 5, 78, 0, 0, 5556, 5554, 1, 0, 0, 0, 5556, 5555, 1, 0, 0, 0, 5557, 575, 1, 0, 0, 0, 5558, 5559, 5, 327, 0, 0, 5559, 5561, 5, 246, 0, 0, 5560, 5562, 3, 578, 289, 0, 5561, 5560, 1, 0, 0, 0, 5561, 5562, 1, 0, 0, 0, 5562, 5563, 1, 0, 0, 0, 5563, 5564, 5, 80, 0, 0, 5564, 5565, 5, 44, 0, 0, 5565, 5566, 3, 1436, 718, 0, 5566, 5567, 5, 116, 0, 0, 5567, 5568, 3, 580, 290, 0, 5568, 5668, 1, 0, 0, 0, 5569, 5570, 5, 327, 0, 0, 5570, 5572, 5, 246, 0, 0, 5571, 5573, 3, 578, 289, 0, 5572, 5571, 1, 0, 0, 0, 5572, 5573, 1, 0, 0, 0, 5573, 5574, 1, 0, 0, 0, 5574, 5575, 5, 80, 0, 0, 5575, 5576, 5, 360, 0, 0, 5576, 5577, 3, 1172, 586, 0, 5577, 5578, 5, 116, 0, 0, 5578, 5579, 3, 580, 290, 0, 5579, 5668, 1, 0, 0, 0, 5580, 5581, 5, 327, 0, 0, 5581, 5583, 5, 246, 0, 0, 5582, 5584, 3, 578, 289, 0, 5583, 5582, 1, 0, 0, 0, 5583, 5584, 1, 0, 0, 0, 5584, 5585, 1, 0, 0, 0, 5585, 5586, 5, 80, 0, 0, 5586, 5587, 5, 189, 0, 0, 5587, 5588, 3, 1172, 586, 0, 5588, 5589, 5, 116, 0, 0, 5589, 5590, 3, 580, 290, 0, 5590, 5668, 1, 0, 0, 0, 5591, 5592, 5, 327, 0, 0, 5592, 5594, 5, 246, 0, 0, 5593, 5595, 3, 578, 289, 0, 5594, 5593, 1, 0, 0, 0, 5594, 5595, 1, 0, 0, 0, 5595, 5596, 1, 0, 0, 0, 5596, 5597, 5, 80, 0, 0, 5597, 5598, 5, 136, 0, 0, 5598, 5599, 3, 702, 351, 0, 5599, 5600, 5, 116, 0, 0, 5600, 5601, 3, 580, 290, 0, 5601, 5668, 1, 0, 0, 0, 5602, 5603, 5, 327, 0, 0, 5603, 5605, 5, 246, 0, 0, 5604, 5606, 3, 578, 289, 0, 5605, 5604, 1, 0, 0, 0, 5605, 5606, 1, 0, 0, 0, 5606, 5607, 1, 0, 0, 0, 5607, 5608, 5, 80, 0, 0, 5608, 5609, 5, 211, 0, 0, 5609, 5610, 3, 678, 339, 0, 5610, 5611, 5, 116, 0, 0, 5611, 5612, 3, 580, 290, 0, 5612, 5668, 1, 0, 0, 0, 5613, 5614, 5, 327, 0, 0, 5614, 5616, 5, 246, 0, 0, 5615, 5617, 3, 578, 289, 0, 5616, 5615, 1, 0, 0, 0, 5616, 5617, 1, 0, 0, 0, 5617, 5618, 1, 0, 0, 0, 5618, 5619, 5, 80, 0, 0, 5619, 5620, 5, 248, 0, 0, 5620, 5621, 5, 274, 0, 0, 5621, 5622, 3, 326, 163, 0, 5622, 5623, 5, 116, 0, 0, 5623, 5624, 3, 580, 290, 0, 5624, 5668, 1, 0, 0, 0, 5625, 5626, 5, 327, 0, 0, 5626, 5628, 5, 246, 0, 0, 5627, 5629, 3, 578, 289, 0, 5628, 5627, 1, 0, 0, 0, 5628, 5629, 1, 0, 0, 0, 5629, 5630, 1, 0, 0, 0, 5630, 5631, 5, 80, 0, 0, 5631, 5632, 5, 296, 0, 0, 5632, 5633, 3, 674, 337, 0, 5633, 5634, 5, 116, 0, 0, 5634, 5635, 3, 580, 290, 0, 5635, 5668, 1, 0, 0, 0, 5636, 5637, 5, 327, 0, 0, 5637, 5639, 5, 246, 0, 0, 5638, 5640, 3, 578, 289, 0, 5639, 5638, 1, 0, 0, 0, 5639, 5640, 1, 0, 0, 0, 5640, 5641, 1, 0, 0, 0, 5641, 5642, 5, 80, 0, 0, 5642, 5643, 5, 442, 0, 0, 5643, 5644, 3, 670, 335, 0, 5644, 5645, 5, 116, 0, 0, 5645, 5646, 3, 580, 290, 0, 5646, 5668, 1, 0, 0, 0, 5647, 5648, 5, 327, 0, 0, 5648, 5650, 5, 246, 0, 0, 5649, 5651, 3, 578, 289, 0, 5650, 5649, 1, 0, 0, 0, 5650, 5651, 1, 0, 0, 0, 5651, 5652, 1, 0, 0, 0, 5652, 5653, 5, 80, 0, 0, 5653, 5654, 3, 550, 275, 0, 5654, 5655, 5, 116, 0, 0, 5655, 5656, 3, 580, 290, 0, 5656, 5668, 1, 0, 0, 0, 5657, 5658, 5, 327, 0, 0, 5658, 5660, 5, 246, 0, 0, 5659, 5661, 3, 578, 289, 0, 5660, 5659, 1, 0, 0, 0, 5660, 5661, 1, 0, 0, 0, 5661, 5662, 1, 0, 0, 0, 5662, 5663, 5, 80, 0, 0, 5663, 5664, 3, 552, 276, 0, 5664, 5665, 5, 116, 0, 0, 5665, 5666, 3, 580, 290, 0, 5666, 5668, 1, 0, 0, 0, 5667, 5558, 1, 0, 0, 0, 5667, 5569, 1, 0, 0, 0, 5667, 5580, 1, 0, 0, 0, 5667, 5591, 1, 0, 0, 0, 5667, 5602, 1, 0, 0, 0, 5667, 5613, 1, 0, 0, 0, 5667, 5625, 1, 0, 0, 0, 5667, 5636, 1, 0, 0, 0, 5667, 5647, 1, 0, 0, 0, 5667, 5657, 1, 0, 0, 0, 5668, 577, 1, 0, 0, 0, 5669, 5670, 5, 62, 0, 0, 5670, 5671, 3, 80, 40, 0, 5671, 579, 1, 0, 0, 0, 5672, 5675, 3, 1462, 731, 0, 5673, 5675, 5, 78, 0, 0, 5674, 5672, 1, 0, 0, 0, 5674, 5673, 1, 0, 0, 0, 5675, 581, 1, 0, 0, 0, 5676, 5677, 5, 61, 0, 0, 5677, 5681, 3, 584, 292, 0, 5678, 5679, 5, 265, 0, 0, 5679, 5681, 3, 584, 292, 0, 5680, 5676, 1, 0, 0, 0, 5680, 5678, 1, 0, 0, 0, 5681, 583, 1, 0, 0, 0, 5682, 5768, 3, 998, 499, 0, 5683, 5684, 3, 586, 293, 0, 5684, 5685, 3, 998, 499, 0, 5685, 5768, 1, 0, 0, 0, 5686, 5688, 5, 268, 0, 0, 5687, 5689, 3, 588, 294, 0, 5688, 5687, 1, 0, 0, 0, 5688, 5689, 1, 0, 0, 0, 5689, 5690, 1, 0, 0, 0, 5690, 5768, 3, 998, 499, 0, 5691, 5693, 5, 293, 0, 0, 5692, 5694, 3, 588, 294, 0, 5693, 5692, 1, 0, 0, 0, 5693, 5694, 1, 0, 0, 0, 5694, 5695, 1, 0, 0, 0, 5695, 5768, 3, 998, 499, 0, 5696, 5698, 5, 207, 0, 0, 5697, 5699, 3, 588, 294, 0, 5698, 5697, 1, 0, 0, 0, 5698, 5699, 1, 0, 0, 0, 5699, 5700, 1, 0, 0, 0, 5700, 5768, 3, 998, 499, 0, 5701, 5703, 5, 249, 0, 0, 5702, 5704, 3, 588, 294, 0, 5703, 5702, 1, 0, 0, 0, 5703, 5704, 1, 0, 0, 0, 5704, 5705, 1, 0, 0, 0, 5705, 5768, 3, 998, 499, 0, 5706, 5707, 5, 130, 0, 0, 5707, 5709, 3, 1468, 734, 0, 5708, 5710, 3, 588, 294, 0, 5709, 5708, 1, 0, 0, 0, 5709, 5710, 1, 0, 0, 0, 5710, 5711, 1, 0, 0, 0, 5711, 5712, 3, 998, 499, 0, 5712, 5768, 1, 0, 0, 0, 5713, 5714, 5, 307, 0, 0, 5714, 5716, 3, 1468, 734, 0, 5715, 5717, 3, 588, 294, 0, 5716, 5715, 1, 0, 0, 0, 5716, 5717, 1, 0, 0, 0, 5717, 5718, 1, 0, 0, 0, 5718, 5719, 3, 998, 499, 0, 5719, 5768, 1, 0, 0, 0, 5720, 5722, 3, 1468, 734, 0, 5721, 5723, 3, 588, 294, 0, 5722, 5721, 1, 0, 0, 0, 5722, 5723, 1, 0, 0, 0, 5723, 5724, 1, 0, 0, 0, 5724, 5725, 3, 998, 499, 0, 5725, 5768, 1, 0, 0, 0, 5726, 5728, 5, 30, 0, 0, 5727, 5729, 3, 588, 294, 0, 5728, 5727, 1, 0, 0, 0, 5728, 5729, 1, 0, 0, 0, 5729, 5730, 1, 0, 0, 0, 5730, 5768, 3, 998, 499, 0, 5731, 5733, 5, 210, 0, 0, 5732, 5734, 3, 588, 294, 0, 5733, 5732, 1, 0, 0, 0, 5733, 5734, 1, 0, 0, 0, 5734, 5735, 1, 0, 0, 0, 5735, 5768, 3, 998, 499, 0, 5736, 5737, 5, 210, 0, 0, 5737, 5739, 3, 1468, 734, 0, 5738, 5740, 3, 588, 294, 0, 5739, 5738, 1, 0, 0, 0, 5739, 5740, 1, 0, 0, 0, 5740, 5741, 1, 0, 0, 0, 5741, 5742, 3, 998, 499, 0, 5742, 5768, 1, 0, 0, 0, 5743, 5744, 5, 210, 0, 0, 5744, 5746, 5, 30, 0, 0, 5745, 5747, 3, 588, 294, 0, 5746, 5745, 1, 0, 0, 0, 5746, 5747, 1, 0, 0, 0, 5747, 5748, 1, 0, 0, 0, 5748, 5768, 3, 998, 499, 0, 5749, 5751, 5, 144, 0, 0, 5750, 5752, 3, 588, 294, 0, 5751, 5750, 1, 0, 0, 0, 5751, 5752, 1, 0, 0, 0, 5752, 5753, 1, 0, 0, 0, 5753, 5768, 3, 998, 499, 0, 5754, 5755, 5, 144, 0, 0, 5755, 5757, 3, 1468, 734, 0, 5756, 5758, 3, 588, 294, 0, 5757, 5756, 1, 0, 0, 0, 5757, 5758, 1, 0, 0, 0, 5758, 5759, 1, 0, 0, 0, 5759, 5760, 3, 998, 499, 0, 5760, 5768, 1, 0, 0, 0, 5761, 5762, 5, 144, 0, 0, 5762, 5764, 5, 30, 0, 0, 5763, 5765, 3, 588, 294, 0, 5764, 5763, 1, 0, 0, 0, 5764, 5765, 1, 0, 0, 0, 5765, 5766, 1, 0, 0, 0, 5766, 5768, 3, 998, 499, 0, 5767, 5682, 1, 0, 0, 0, 5767, 5683, 1, 0, 0, 0, 5767, 5686, 1, 0, 0, 0, 5767, 5691, 1, 0, 0, 0, 5767, 5696, 1, 0, 0, 0, 5767, 5701, 1, 0, 0, 0, 5767, 5706, 1, 0, 0, 0, 5767, 5713, 1, 0, 0, 0, 5767, 5720, 1, 0, 0, 0, 5767, 5726, 1, 0, 0, 0, 5767, 5731, 1, 0, 0, 0, 5767, 5736, 1, 0, 0, 0, 5767, 5743, 1, 0, 0, 0, 5767, 5749, 1, 0, 0, 0, 5767, 5754, 1, 0, 0, 0, 5767, 5761, 1, 0, 0, 0, 5768, 585, 1, 0, 0, 0, 5769, 5770, 7, 42, 0, 0, 5770, 587, 1, 0, 0, 0, 5771, 5772, 3, 586, 293, 0, 5772, 589, 1, 0, 0, 0, 5773, 5774, 5, 65, 0, 0, 5774, 5775, 3, 594, 297, 0, 5775, 5776, 5, 80, 0, 0, 5776, 5777, 3, 604, 302, 0, 5777, 5778, 5, 94, 0, 0, 5778, 5780, 3, 606, 303, 0, 5779, 5781, 3, 610, 305, 0, 5780, 5779, 1, 0, 0, 0, 5780, 5781, 1, 0, 0, 0, 5781, 591, 1, 0, 0, 0, 5782, 5783, 5, 317, 0, 0, 5783, 5784, 3, 594, 297, 0, 5784, 5785, 5, 80, 0, 0, 5785, 5786, 3, 604, 302, 0, 5786, 5787, 5, 64, 0, 0, 5787, 5789, 3, 606, 303, 0, 5788, 5790, 3, 124, 62, 0, 5789, 5788, 1, 0, 0, 0, 5789, 5790, 1, 0, 0, 0, 5790, 5804, 1, 0, 0, 0, 5791, 5792, 5, 317, 0, 0, 5792, 5793, 5, 65, 0, 0, 5793, 5794, 5, 279, 0, 0, 5794, 5795, 5, 62, 0, 0, 5795, 5796, 3, 594, 297, 0, 5796, 5797, 5, 80, 0, 0, 5797, 5798, 3, 604, 302, 0, 5798, 5799, 5, 64, 0, 0, 5799, 5801, 3, 606, 303, 0, 5800, 5802, 3, 124, 62, 0, 5801, 5800, 1, 0, 0, 0, 5801, 5802, 1, 0, 0, 0, 5802, 5804, 1, 0, 0, 0, 5803, 5782, 1, 0, 0, 0, 5803, 5791, 1, 0, 0, 0, 5804, 593, 1, 0, 0, 0, 5805, 5822, 3, 600, 300, 0, 5806, 5822, 5, 30, 0, 0, 5807, 5808, 5, 30, 0, 0, 5808, 5822, 5, 294, 0, 0, 5809, 5810, 5, 30, 0, 0, 5810, 5811, 5, 2, 0, 0, 5811, 5812, 3, 248, 124, 0, 5812, 5813, 5, 3, 0, 0, 5813, 5822, 1, 0, 0, 0, 5814, 5815, 5, 30, 0, 0, 5815, 5816, 5, 294, 0, 0, 5816, 5817, 5, 2, 0, 0, 5817, 5818, 3, 248, 124, 0, 5818, 5819, 5, 3, 0, 0, 5819, 5822, 1, 0, 0, 0, 5820, 5822, 3, 596, 298, 0, 5821, 5805, 1, 0, 0, 0, 5821, 5806, 1, 0, 0, 0, 5821, 5807, 1, 0, 0, 0, 5821, 5809, 1, 0, 0, 0, 5821, 5814, 1, 0, 0, 0, 5821, 5820, 1, 0, 0, 0, 5822, 595, 1, 0, 0, 0, 5823, 5828, 3, 598, 299, 0, 5824, 5825, 5, 6, 0, 0, 5825, 5827, 3, 598, 299, 0, 5826, 5824, 1, 0, 0, 0, 5827, 5830, 1, 0, 0, 0, 5828, 5826, 1, 0, 0, 0, 5828, 5829, 1, 0, 0, 0, 5829, 597, 1, 0, 0, 0, 5830, 5828, 1, 0, 0, 0, 5831, 5832, 7, 43, 0, 0, 5832, 599, 1, 0, 0, 0, 5833, 5838, 3, 602, 301, 0, 5834, 5835, 5, 6, 0, 0, 5835, 5837, 3, 602, 301, 0, 5836, 5834, 1, 0, 0, 0, 5837, 5840, 1, 0, 0, 0, 5838, 5836, 1, 0, 0, 0, 5838, 5839, 1, 0, 0, 0, 5839, 601, 1, 0, 0, 0, 5840, 5838, 1, 0, 0, 0, 5841, 5843, 5, 88, 0, 0, 5842, 5844, 3, 244, 122, 0, 5843, 5842, 1, 0, 0, 0, 5843, 5844, 1, 0, 0, 0, 5844, 5858, 1, 0, 0, 0, 5845, 5847, 5, 86, 0, 0, 5846, 5848, 3, 244, 122, 0, 5847, 5846, 1, 0, 0, 0, 5847, 5848, 1, 0, 0, 0, 5848, 5858, 1, 0, 0, 0, 5849, 5851, 5, 46, 0, 0, 5850, 5852, 3, 244, 122, 0, 5851, 5850, 1, 0, 0, 0, 5851, 5852, 1, 0, 0, 0, 5852, 5858, 1, 0, 0, 0, 5853, 5855, 3, 1478, 739, 0, 5854, 5856, 3, 244, 122, 0, 5855, 5854, 1, 0, 0, 0, 5855, 5856, 1, 0, 0, 0, 5856, 5858, 1, 0, 0, 0, 5857, 5841, 1, 0, 0, 0, 5857, 5845, 1, 0, 0, 0, 5857, 5849, 1, 0, 0, 0, 5857, 5853, 1, 0, 0, 0, 5858, 603, 1, 0, 0, 0, 5859, 5918, 3, 1394, 697, 0, 5860, 5861, 5, 92, 0, 0, 5861, 5918, 3, 1396, 698, 0, 5862, 5863, 5, 328, 0, 0, 5863, 5918, 3, 1394, 697, 0, 5864, 5865, 5, 63, 0, 0, 5865, 5866, 5, 174, 0, 0, 5866, 5867, 5, 381, 0, 0, 5867, 5918, 3, 1420, 710, 0, 5868, 5869, 5, 63, 0, 0, 5869, 5870, 5, 331, 0, 0, 5870, 5918, 3, 1420, 710, 0, 5871, 5872, 5, 211, 0, 0, 5872, 5918, 3, 676, 338, 0, 5873, 5874, 5, 296, 0, 0, 5874, 5918, 3, 672, 336, 0, 5875, 5876, 5, 442, 0, 0, 5876, 5918, 3, 668, 334, 0, 5877, 5878, 5, 175, 0, 0, 5878, 5918, 3, 1400, 700, 0, 5879, 5880, 5, 189, 0, 0, 5880, 5918, 3, 556, 278, 0, 5881, 5882, 5, 247, 0, 0, 5882, 5918, 3, 1420, 710, 0, 5883, 5884, 5, 248, 0, 0, 5884, 5885, 5, 274, 0, 0, 5885, 5918, 3, 328, 164, 0, 5886, 5887, 5, 323, 0, 0, 5887, 5918, 3, 1398, 699, 0, 5888, 5889, 5, 351, 0, 0, 5889, 5918, 3, 1418, 709, 0, 5890, 5891, 5, 360, 0, 0, 5891, 5918, 3, 556, 278, 0, 5892, 5893, 5, 30, 0, 0, 5893, 5894, 5, 350, 0, 0, 5894, 5895, 5, 68, 0, 0, 5895, 5896, 5, 323, 0, 0, 5896, 5918, 3, 1398, 699, 0, 5897, 5898, 5, 30, 0, 0, 5898, 5899, 5, 329, 0, 0, 5899, 5900, 5, 68, 0, 0, 5900, 5901, 5, 323, 0, 0, 5901, 5918, 3, 1398, 699, 0, 5902, 5903, 5, 30, 0, 0, 5903, 5904, 5, 212, 0, 0, 5904, 5905, 5, 68, 0, 0, 5905, 5906, 5, 323, 0, 0, 5906, 5918, 3, 1398, 699, 0, 5907, 5908, 5, 30, 0, 0, 5908, 5909, 5, 457, 0, 0, 5909, 5910, 5, 68, 0, 0, 5910, 5911, 5, 323, 0, 0, 5911, 5918, 3, 1398, 699, 0, 5912, 5913, 5, 30, 0, 0, 5913, 5914, 5, 455, 0, 0, 5914, 5915, 5, 68, 0, 0, 5915, 5916, 5, 323, 0, 0, 5916, 5918, 3, 1398, 699, 0, 5917, 5859, 1, 0, 0, 0, 5917, 5860, 1, 0, 0, 0, 5917, 5862, 1, 0, 0, 0, 5917, 5864, 1, 0, 0, 0, 5917, 5868, 1, 0, 0, 0, 5917, 5871, 1, 0, 0, 0, 5917, 5873, 1, 0, 0, 0, 5917, 5875, 1, 0, 0, 0, 5917, 5877, 1, 0, 0, 0, 5917, 5879, 1, 0, 0, 0, 5917, 5881, 1, 0, 0, 0, 5917, 5883, 1, 0, 0, 0, 5917, 5886, 1, 0, 0, 0, 5917, 5888, 1, 0, 0, 0, 5917, 5890, 1, 0, 0, 0, 5917, 5892, 1, 0, 0, 0, 5917, 5897, 1, 0, 0, 0, 5917, 5902, 1, 0, 0, 0, 5917, 5907, 1, 0, 0, 0, 5917, 5912, 1, 0, 0, 0, 5918, 605, 1, 0, 0, 0, 5919, 5924, 3, 608, 304, 0, 5920, 5921, 5, 6, 0, 0, 5921, 5923, 3, 608, 304, 0, 5922, 5920, 1, 0, 0, 0, 5923, 5926, 1, 0, 0, 0, 5924, 5922, 1, 0, 0, 0, 5924, 5925, 1, 0, 0, 0, 5925, 607, 1, 0, 0, 0, 5926, 5924, 1, 0, 0, 0, 5927, 5931, 3, 1474, 737, 0, 5928, 5929, 5, 66, 0, 0, 5929, 5931, 3, 1474, 737, 0, 5930, 5927, 1, 0, 0, 0, 5930, 5928, 1, 0, 0, 0, 5931, 609, 1, 0, 0, 0, 5932, 5933, 5, 105, 0, 0, 5933, 5934, 5, 65, 0, 0, 5934, 5935, 5, 279, 0, 0, 5935, 611, 1, 0, 0, 0, 5936, 5937, 5, 65, 0, 0, 5937, 5938, 3, 600, 300, 0, 5938, 5939, 5, 94, 0, 0, 5939, 5941, 3, 1476, 738, 0, 5940, 5942, 3, 616, 308, 0, 5941, 5940, 1, 0, 0, 0, 5941, 5942, 1, 0, 0, 0, 5942, 5944, 1, 0, 0, 0, 5943, 5945, 3, 618, 309, 0, 5944, 5943, 1, 0, 0, 0, 5944, 5945, 1, 0, 0, 0, 5945, 613, 1, 0, 0, 0, 5946, 5947, 5, 317, 0, 0, 5947, 5948, 3, 600, 300, 0, 5948, 5949, 5, 64, 0, 0, 5949, 5951, 3, 1476, 738, 0, 5950, 5952, 3, 618, 309, 0, 5951, 5950, 1, 0, 0, 0, 5951, 5952, 1, 0, 0, 0, 5952, 5954, 1, 0, 0, 0, 5953, 5955, 3, 124, 62, 0, 5954, 5953, 1, 0, 0, 0, 5954, 5955, 1, 0, 0, 0, 5955, 5970, 1, 0, 0, 0, 5956, 5957, 5, 317, 0, 0, 5957, 5958, 5, 134, 0, 0, 5958, 5959, 5, 279, 0, 0, 5959, 5960, 5, 62, 0, 0, 5960, 5961, 3, 600, 300, 0, 5961, 5962, 5, 64, 0, 0, 5962, 5964, 3, 1476, 738, 0, 5963, 5965, 3, 618, 309, 0, 5964, 5963, 1, 0, 0, 0, 5964, 5965, 1, 0, 0, 0, 5965, 5967, 1, 0, 0, 0, 5966, 5968, 3, 124, 62, 0, 5967, 5966, 1, 0, 0, 0, 5967, 5968, 1, 0, 0, 0, 5968, 5970, 1, 0, 0, 0, 5969, 5946, 1, 0, 0, 0, 5969, 5956, 1, 0, 0, 0, 5970, 615, 1, 0, 0, 0, 5971, 5972, 5, 105, 0, 0, 5972, 5973, 5, 134, 0, 0, 5973, 5974, 5, 279, 0, 0, 5974, 617, 1, 0, 0, 0, 5975, 5976, 5, 214, 0, 0, 5976, 5977, 5, 147, 0, 0, 5977, 5978, 3, 1474, 737, 0, 5978, 619, 1, 0, 0, 0, 5979, 5980, 5, 138, 0, 0, 5980, 5981, 5, 53, 0, 0, 5981, 5982, 5, 294, 0, 0, 5982, 5983, 3, 622, 311, 0, 5983, 5984, 3, 626, 313, 0, 5984, 621, 1, 0, 0, 0, 5985, 5987, 3, 624, 312, 0, 5986, 5985, 1, 0, 0, 0, 5987, 5990, 1, 0, 0, 0, 5988, 5986, 1, 0, 0, 0, 5988, 5989, 1, 0, 0, 0, 5989, 623, 1, 0, 0, 0, 5990, 5988, 1, 0, 0, 0, 5991, 5992, 5, 68, 0, 0, 5992, 5993, 5, 323, 0, 0, 5993, 6001, 3, 1398, 699, 0, 5994, 5995, 5, 62, 0, 0, 5995, 5996, 5, 318, 0, 0, 5996, 6001, 3, 1476, 738, 0, 5997, 5998, 5, 62, 0, 0, 5998, 5999, 5, 99, 0, 0, 5999, 6001, 3, 1476, 738, 0, 6000, 5991, 1, 0, 0, 0, 6000, 5994, 1, 0, 0, 0, 6000, 5997, 1, 0, 0, 0, 6001, 625, 1, 0, 0, 0, 6002, 6003, 5, 65, 0, 0, 6003, 6004, 3, 594, 297, 0, 6004, 6005, 5, 80, 0, 0, 6005, 6006, 3, 628, 314, 0, 6006, 6007, 5, 94, 0, 0, 6007, 6009, 3, 606, 303, 0, 6008, 6010, 3, 610, 305, 0, 6009, 6008, 1, 0, 0, 0, 6009, 6010, 1, 0, 0, 0, 6010, 6033, 1, 0, 0, 0, 6011, 6012, 5, 317, 0, 0, 6012, 6013, 3, 594, 297, 0, 6013, 6014, 5, 80, 0, 0, 6014, 6015, 3, 628, 314, 0, 6015, 6016, 5, 64, 0, 0, 6016, 6018, 3, 606, 303, 0, 6017, 6019, 3, 124, 62, 0, 6018, 6017, 1, 0, 0, 0, 6018, 6019, 1, 0, 0, 0, 6019, 6033, 1, 0, 0, 0, 6020, 6021, 5, 317, 0, 0, 6021, 6022, 5, 65, 0, 0, 6022, 6023, 5, 279, 0, 0, 6023, 6024, 5, 62, 0, 0, 6024, 6025, 3, 594, 297, 0, 6025, 6026, 5, 80, 0, 0, 6026, 6027, 3, 628, 314, 0, 6027, 6028, 5, 64, 0, 0, 6028, 6030, 3, 606, 303, 0, 6029, 6031, 3, 124, 62, 0, 6030, 6029, 1, 0, 0, 0, 6030, 6031, 1, 0, 0, 0, 6031, 6033, 1, 0, 0, 0, 6032, 6002, 1, 0, 0, 0, 6032, 6011, 1, 0, 0, 0, 6032, 6020, 1, 0, 0, 0, 6033, 627, 1, 0, 0, 0, 6034, 6035, 7, 44, 0, 0, 6035, 629, 1, 0, 0, 0, 6036, 6038, 5, 46, 0, 0, 6037, 6039, 3, 632, 316, 0, 6038, 6037, 1, 0, 0, 0, 6038, 6039, 1, 0, 0, 0, 6039, 6040, 1, 0, 0, 0, 6040, 6042, 5, 226, 0, 0, 6041, 6043, 3, 634, 317, 0, 6042, 6041, 1, 0, 0, 0, 6042, 6043, 1, 0, 0, 0, 6043, 6045, 1, 0, 0, 0, 6044, 6046, 3, 520, 260, 0, 6045, 6044, 1, 0, 0, 0, 6045, 6046, 1, 0, 0, 0, 6046, 6048, 1, 0, 0, 0, 6047, 6049, 3, 636, 318, 0, 6048, 6047, 1, 0, 0, 0, 6048, 6049, 1, 0, 0, 0, 6049, 6050, 1, 0, 0, 0, 6050, 6051, 5, 80, 0, 0, 6051, 6053, 3, 1122, 561, 0, 6052, 6054, 3, 638, 319, 0, 6053, 6052, 1, 0, 0, 0, 6053, 6054, 1, 0, 0, 0, 6054, 6055, 1, 0, 0, 0, 6055, 6056, 5, 2, 0, 0, 6056, 6057, 3, 640, 320, 0, 6057, 6059, 5, 3, 0, 0, 6058, 6060, 3, 646, 323, 0, 6059, 6058, 1, 0, 0, 0, 6059, 6060, 1, 0, 0, 0, 6060, 6062, 1, 0, 0, 0, 6061, 6063, 3, 224, 112, 0, 6062, 6061, 1, 0, 0, 0, 6062, 6063, 1, 0, 0, 0, 6063, 6065, 1, 0, 0, 0, 6064, 6066, 3, 134, 67, 0, 6065, 6064, 1, 0, 0, 0, 6065, 6066, 1, 0, 0, 0, 6066, 6068, 1, 0, 0, 0, 6067, 6069, 3, 286, 143, 0, 6068, 6067, 1, 0, 0, 0, 6068, 6069, 1, 0, 0, 0, 6069, 6071, 1, 0, 0, 0, 6070, 6072, 3, 1148, 574, 0, 6071, 6070, 1, 0, 0, 0, 6071, 6072, 1, 0, 0, 0, 6072, 631, 1, 0, 0, 0, 6073, 6074, 5, 98, 0, 0, 6074, 633, 1, 0, 0, 0, 6075, 6076, 5, 109, 0, 0, 6076, 635, 1, 0, 0, 0, 6077, 6078, 3, 1440, 720, 0, 6078, 637, 1, 0, 0, 0, 6079, 6080, 5, 100, 0, 0, 6080, 6081, 3, 1440, 720, 0, 6081, 639, 1, 0, 0, 0, 6082, 6087, 3, 644, 322, 0, 6083, 6084, 5, 6, 0, 0, 6084, 6086, 3, 644, 322, 0, 6085, 6083, 1, 0, 0, 0, 6086, 6089, 1, 0, 0, 0, 6087, 6085, 1, 0, 0, 0, 6087, 6088, 1, 0, 0, 0, 6088, 641, 1, 0, 0, 0, 6089, 6087, 1, 0, 0, 0, 6090, 6092, 3, 650, 325, 0, 6091, 6090, 1, 0, 0, 0, 6091, 6092, 1, 0, 0, 0, 6092, 6094, 1, 0, 0, 0, 6093, 6095, 3, 652, 326, 0, 6094, 6093, 1, 0, 0, 0, 6094, 6095, 1, 0, 0, 0, 6095, 6097, 1, 0, 0, 0, 6096, 6098, 3, 654, 327, 0, 6097, 6096, 1, 0, 0, 0, 6097, 6098, 1, 0, 0, 0, 6098, 6100, 1, 0, 0, 0, 6099, 6101, 3, 656, 328, 0, 6100, 6099, 1, 0, 0, 0, 6100, 6101, 1, 0, 0, 0, 6101, 6114, 1, 0, 0, 0, 6102, 6104, 3, 650, 325, 0, 6103, 6102, 1, 0, 0, 0, 6103, 6104, 1, 0, 0, 0, 6104, 6105, 1, 0, 0, 0, 6105, 6106, 3, 562, 281, 0, 6106, 6108, 3, 132, 66, 0, 6107, 6109, 3, 654, 327, 0, 6108, 6107, 1, 0, 0, 0, 6108, 6109, 1, 0, 0, 0, 6109, 6111, 1, 0, 0, 0, 6110, 6112, 3, 656, 328, 0, 6111, 6110, 1, 0, 0, 0, 6111, 6112, 1, 0, 0, 0, 6112, 6114, 1, 0, 0, 0, 6113, 6091, 1, 0, 0, 0, 6113, 6103, 1, 0, 0, 0, 6114, 643, 1, 0, 0, 0, 6115, 6116, 3, 1436, 718, 0, 6116, 6117, 3, 642, 321, 0, 6117, 6127, 1, 0, 0, 0, 6118, 6119, 3, 1266, 633, 0, 6119, 6120, 3, 642, 321, 0, 6120, 6127, 1, 0, 0, 0, 6121, 6122, 5, 2, 0, 0, 6122, 6123, 3, 1216, 608, 0, 6123, 6124, 5, 3, 0, 0, 6124, 6125, 3, 642, 321, 0, 6125, 6127, 1, 0, 0, 0, 6126, 6115, 1, 0, 0, 0, 6126, 6118, 1, 0, 0, 0, 6126, 6121, 1, 0, 0, 0, 6127, 645, 1, 0, 0, 0, 6128, 6129, 5, 441, 0, 0, 6129, 6130, 5, 2, 0, 0, 6130, 6131, 3, 648, 324, 0, 6131, 6132, 5, 3, 0, 0, 6132, 647, 1, 0, 0, 0, 6133, 6138, 3, 644, 322, 0, 6134, 6135, 5, 6, 0, 0, 6135, 6137, 3, 644, 322, 0, 6136, 6134, 1, 0, 0, 0, 6137, 6140, 1, 0, 0, 0, 6138, 6136, 1, 0, 0, 0, 6138, 6139, 1, 0, 0, 0, 6139, 649, 1, 0, 0, 0, 6140, 6138, 1, 0, 0, 0, 6141, 6142, 5, 43, 0, 0, 6142, 6143, 3, 562, 281, 0, 6143, 651, 1, 0, 0, 0, 6144, 6145, 3, 562, 281, 0, 6145, 653, 1, 0, 0, 0, 6146, 6147, 7, 45, 0, 0, 6147, 655, 1, 0, 0, 0, 6148, 6149, 5, 273, 0, 0, 6149, 6153, 5, 207, 0, 0, 6150, 6151, 5, 273, 0, 0, 6151, 6153, 5, 249, 0, 0, 6152, 6148, 1, 0, 0, 0, 6152, 6150, 1, 0, 0, 0, 6153, 657, 1, 0, 0, 0, 6154, 6156, 5, 46, 0, 0, 6155, 6157, 3, 662, 331, 0, 6156, 6155, 1, 0, 0, 0, 6156, 6157, 1, 0, 0, 0, 6157, 6162, 1, 0, 0, 0, 6158, 6159, 5, 211, 0, 0, 6159, 6163, 3, 1446, 723, 0, 6160, 6161, 5, 296, 0, 0, 6161, 6163, 3, 1434, 717, 0, 6162, 6158, 1, 0, 0, 0, 6162, 6160, 1, 0, 0, 0, 6163, 6164, 1, 0, 0, 0, 6164, 6174, 3, 680, 340, 0, 6165, 6172, 5, 316, 0, 0, 6166, 6173, 3, 690, 345, 0, 6167, 6168, 5, 92, 0, 0, 6168, 6169, 5, 2, 0, 0, 6169, 6170, 3, 718, 359, 0, 6170, 6171, 5, 3, 0, 0, 6171, 6173, 1, 0, 0, 0, 6172, 6166, 1, 0, 0, 0, 6172, 6167, 1, 0, 0, 0, 6173, 6175, 1, 0, 0, 0, 6174, 6165, 1, 0, 0, 0, 6174, 6175, 1, 0, 0, 0, 6175, 6176, 1, 0, 0, 0, 6176, 6179, 3, 706, 353, 0, 6177, 6178, 5, 105, 0, 0, 6178, 6180, 3, 660, 330, 0, 6179, 6177, 1, 0, 0, 0, 6179, 6180, 1, 0, 0, 0, 6180, 659, 1, 0, 0, 0, 6181, 6182, 5, 2, 0, 0, 6182, 6187, 3, 1478, 739, 0, 6183, 6184, 5, 6, 0, 0, 6184, 6186, 3, 1478, 739, 0, 6185, 6183, 1, 0, 0, 0, 6186, 6189, 1, 0, 0, 0, 6187, 6185, 1, 0, 0, 0, 6187, 6188, 1, 0, 0, 0, 6188, 6190, 1, 0, 0, 0, 6189, 6187, 1, 0, 0, 0, 6190, 6191, 5, 3, 0, 0, 6191, 661, 1, 0, 0, 0, 6192, 6193, 5, 82, 0, 0, 6193, 6194, 5, 311, 0, 0, 6194, 663, 1, 0, 0, 0, 6195, 6197, 5, 2, 0, 0, 6196, 6198, 3, 666, 333, 0, 6197, 6196, 1, 0, 0, 0, 6197, 6198, 1, 0, 0, 0, 6198, 6199, 1, 0, 0, 0, 6199, 6200, 5, 3, 0, 0, 6200, 665, 1, 0, 0, 0, 6201, 6206, 3, 684, 342, 0, 6202, 6203, 5, 6, 0, 0, 6203, 6205, 3, 684, 342, 0, 6204, 6202, 1, 0, 0, 0, 6205, 6208, 1, 0, 0, 0, 6206, 6204, 1, 0, 0, 0, 6206, 6207, 1, 0, 0, 0, 6207, 667, 1, 0, 0, 0, 6208, 6206, 1, 0, 0, 0, 6209, 6214, 3, 670, 335, 0, 6210, 6211, 5, 6, 0, 0, 6211, 6213, 3, 670, 335, 0, 6212, 6210, 1, 0, 0, 0, 6213, 6216, 1, 0, 0, 0, 6214, 6212, 1, 0, 0, 0, 6214, 6215, 1, 0, 0, 0, 6215, 669, 1, 0, 0, 0, 6216, 6214, 1, 0, 0, 0, 6217, 6218, 3, 1430, 715, 0, 6218, 6219, 3, 664, 332, 0, 6219, 6226, 1, 0, 0, 0, 6220, 6226, 3, 1504, 752, 0, 6221, 6223, 3, 1478, 739, 0, 6222, 6224, 3, 1384, 692, 0, 6223, 6222, 1, 0, 0, 0, 6223, 6224, 1, 0, 0, 0, 6224, 6226, 1, 0, 0, 0, 6225, 6217, 1, 0, 0, 0, 6225, 6220, 1, 0, 0, 0, 6225, 6221, 1, 0, 0, 0, 6226, 671, 1, 0, 0, 0, 6227, 6232, 3, 674, 337, 0, 6228, 6229, 5, 6, 0, 0, 6229, 6231, 3, 674, 337, 0, 6230, 6228, 1, 0, 0, 0, 6231, 6234, 1, 0, 0, 0, 6232, 6230, 1, 0, 0, 0, 6232, 6233, 1, 0, 0, 0, 6233, 673, 1, 0, 0, 0, 6234, 6232, 1, 0, 0, 0, 6235, 6236, 3, 1432, 716, 0, 6236, 6237, 3, 664, 332, 0, 6237, 6244, 1, 0, 0, 0, 6238, 6244, 3, 1504, 752, 0, 6239, 6241, 3, 1478, 739, 0, 6240, 6242, 3, 1384, 692, 0, 6241, 6240, 1, 0, 0, 0, 6241, 6242, 1, 0, 0, 0, 6242, 6244, 1, 0, 0, 0, 6243, 6235, 1, 0, 0, 0, 6243, 6238, 1, 0, 0, 0, 6243, 6239, 1, 0, 0, 0, 6244, 675, 1, 0, 0, 0, 6245, 6250, 3, 678, 339, 0, 6246, 6247, 5, 6, 0, 0, 6247, 6249, 3, 678, 339, 0, 6248, 6246, 1, 0, 0, 0, 6249, 6252, 1, 0, 0, 0, 6250, 6248, 1, 0, 0, 0, 6250, 6251, 1, 0, 0, 0, 6251, 677, 1, 0, 0, 0, 6252, 6250, 1, 0, 0, 0, 6253, 6254, 3, 1448, 724, 0, 6254, 6255, 3, 664, 332, 0, 6255, 6262, 1, 0, 0, 0, 6256, 6262, 3, 1504, 752, 0, 6257, 6259, 3, 1478, 739, 0, 6258, 6260, 3, 1384, 692, 0, 6259, 6258, 1, 0, 0, 0, 6259, 6260, 1, 0, 0, 0, 6260, 6262, 1, 0, 0, 0, 6261, 6253, 1, 0, 0, 0, 6261, 6256, 1, 0, 0, 0, 6261, 6257, 1, 0, 0, 0, 6262, 679, 1, 0, 0, 0, 6263, 6265, 5, 2, 0, 0, 6264, 6266, 3, 682, 341, 0, 6265, 6264, 1, 0, 0, 0, 6265, 6266, 1, 0, 0, 0, 6266, 6267, 1, 0, 0, 0, 6267, 6268, 5, 3, 0, 0, 6268, 681, 1, 0, 0, 0, 6269, 6274, 3, 694, 347, 0, 6270, 6271, 5, 6, 0, 0, 6271, 6273, 3, 694, 347, 0, 6272, 6270, 1, 0, 0, 0, 6273, 6276, 1, 0, 0, 0, 6274, 6272, 1, 0, 0, 0, 6274, 6275, 1, 0, 0, 0, 6275, 683, 1, 0, 0, 0, 6276, 6274, 1, 0, 0, 0, 6277, 6279, 3, 686, 343, 0, 6278, 6280, 3, 688, 344, 0, 6279, 6278, 1, 0, 0, 0, 6279, 6280, 1, 0, 0, 0, 6280, 6281, 1, 0, 0, 0, 6281, 6282, 3, 692, 346, 0, 6282, 6291, 1, 0, 0, 0, 6283, 6285, 3, 688, 344, 0, 6284, 6286, 3, 686, 343, 0, 6285, 6284, 1, 0, 0, 0, 6285, 6286, 1, 0, 0, 0, 6286, 6287, 1, 0, 0, 0, 6287, 6288, 3, 692, 346, 0, 6288, 6291, 1, 0, 0, 0, 6289, 6291, 3, 692, 346, 0, 6290, 6277, 1, 0, 0, 0, 6290, 6283, 1, 0, 0, 0, 6290, 6289, 1, 0, 0, 0, 6291, 685, 1, 0, 0, 0, 6292, 6294, 5, 68, 0, 0, 6293, 6295, 5, 453, 0, 0, 6294, 6293, 1, 0, 0, 0, 6294, 6295, 1, 0, 0, 0, 6295, 6300, 1, 0, 0, 0, 6296, 6300, 5, 453, 0, 0, 6297, 6300, 5, 400, 0, 0, 6298, 6300, 5, 101, 0, 0, 6299, 6292, 1, 0, 0, 0, 6299, 6296, 1, 0, 0, 0, 6299, 6297, 1, 0, 0, 0, 6299, 6298, 1, 0, 0, 0, 6300, 687, 1, 0, 0, 0, 6301, 6302, 3, 1486, 743, 0, 6302, 689, 1, 0, 0, 0, 6303, 6304, 3, 692, 346, 0, 6304, 691, 1, 0, 0, 0, 6305, 6318, 3, 1172, 586, 0, 6306, 6307, 3, 1486, 743, 0, 6307, 6308, 3, 564, 282, 0, 6308, 6309, 5, 27, 0, 0, 6309, 6310, 5, 360, 0, 0, 6310, 6318, 1, 0, 0, 0, 6311, 6312, 5, 415, 0, 0, 6312, 6313, 3, 1486, 743, 0, 6313, 6314, 3, 564, 282, 0, 6314, 6315, 5, 27, 0, 0, 6315, 6316, 5, 360, 0, 0, 6316, 6318, 1, 0, 0, 0, 6317, 6305, 1, 0, 0, 0, 6317, 6306, 1, 0, 0, 0, 6317, 6311, 1, 0, 0, 0, 6318, 693, 1, 0, 0, 0, 6319, 6322, 3, 684, 342, 0, 6320, 6321, 7, 46, 0, 0, 6321, 6323, 3, 1216, 608, 0, 6322, 6320, 1, 0, 0, 0, 6322, 6323, 1, 0, 0, 0, 6323, 695, 1, 0, 0, 0, 6324, 6325, 3, 684, 342, 0, 6325, 697, 1, 0, 0, 0, 6326, 6337, 5, 2, 0, 0, 6327, 6338, 5, 9, 0, 0, 6328, 6338, 3, 700, 350, 0, 6329, 6330, 5, 83, 0, 0, 6330, 6331, 5, 147, 0, 0, 6331, 6338, 3, 700, 350, 0, 6332, 6333, 3, 700, 350, 0, 6333, 6334, 5, 83, 0, 0, 6334, 6335, 5, 147, 0, 0, 6335, 6336, 3, 700, 350, 0, 6336, 6338, 1, 0, 0, 0, 6337, 6327, 1, 0, 0, 0, 6337, 6328, 1, 0, 0, 0, 6337, 6329, 1, 0, 0, 0, 6337, 6332, 1, 0, 0, 0, 6338, 6339, 1, 0, 0, 0, 6339, 6340, 5, 3, 0, 0, 6340, 699, 1, 0, 0, 0, 6341, 6346, 3, 696, 348, 0, 6342, 6343, 5, 6, 0, 0, 6343, 6345, 3, 696, 348, 0, 6344, 6342, 1, 0, 0, 0, 6345, 6348, 1, 0, 0, 0, 6346, 6344, 1, 0, 0, 0, 6346, 6347, 1, 0, 0, 0, 6347, 701, 1, 0, 0, 0, 6348, 6346, 1, 0, 0, 0, 6349, 6350, 3, 1448, 724, 0, 6350, 6351, 3, 698, 349, 0, 6351, 703, 1, 0, 0, 0, 6352, 6357, 3, 702, 351, 0, 6353, 6354, 5, 6, 0, 0, 6354, 6356, 3, 702, 351, 0, 6355, 6353, 1, 0, 0, 0, 6356, 6359, 1, 0, 0, 0, 6357, 6355, 1, 0, 0, 0, 6357, 6358, 1, 0, 0, 0, 6358, 705, 1, 0, 0, 0, 6359, 6357, 1, 0, 0, 0, 6360, 6362, 3, 710, 355, 0, 6361, 6360, 1, 0, 0, 0, 6362, 6363, 1, 0, 0, 0, 6363, 6361, 1, 0, 0, 0, 6363, 6364, 1, 0, 0, 0, 6364, 707, 1, 0, 0, 0, 6365, 6366, 5, 149, 0, 0, 6366, 6367, 5, 80, 0, 0, 6367, 6368, 5, 78, 0, 0, 6368, 6401, 5, 458, 0, 0, 6369, 6370, 5, 316, 0, 0, 6370, 6371, 5, 78, 0, 0, 6371, 6372, 5, 80, 0, 0, 6372, 6373, 5, 78, 0, 0, 6373, 6401, 5, 458, 0, 0, 6374, 6401, 5, 346, 0, 0, 6375, 6401, 5, 222, 0, 0, 6376, 6401, 5, 338, 0, 0, 6377, 6401, 5, 377, 0, 0, 6378, 6379, 5, 205, 0, 0, 6379, 6380, 5, 327, 0, 0, 6380, 6401, 5, 181, 0, 0, 6381, 6382, 5, 205, 0, 0, 6382, 6383, 5, 327, 0, 0, 6383, 6401, 5, 243, 0, 0, 6384, 6385, 5, 327, 0, 0, 6385, 6401, 5, 181, 0, 0, 6386, 6387, 5, 327, 0, 0, 6387, 6401, 5, 243, 0, 0, 6388, 6401, 5, 250, 0, 0, 6389, 6390, 5, 77, 0, 0, 6390, 6401, 5, 250, 0, 0, 6391, 6392, 5, 170, 0, 0, 6392, 6401, 3, 326, 163, 0, 6393, 6394, 5, 320, 0, 0, 6394, 6401, 3, 326, 163, 0, 6395, 6396, 5, 459, 0, 0, 6396, 6401, 3, 562, 281, 0, 6397, 6401, 3, 90, 45, 0, 6398, 6399, 5, 460, 0, 0, 6399, 6401, 3, 1478, 739, 0, 6400, 6365, 1, 0, 0, 0, 6400, 6369, 1, 0, 0, 0, 6400, 6374, 1, 0, 0, 0, 6400, 6375, 1, 0, 0, 0, 6400, 6376, 1, 0, 0, 0, 6400, 6377, 1, 0, 0, 0, 6400, 6378, 1, 0, 0, 0, 6400, 6381, 1, 0, 0, 0, 6400, 6384, 1, 0, 0, 0, 6400, 6386, 1, 0, 0, 0, 6400, 6388, 1, 0, 0, 0, 6400, 6389, 1, 0, 0, 0, 6400, 6391, 1, 0, 0, 0, 6400, 6393, 1, 0, 0, 0, 6400, 6395, 1, 0, 0, 0, 6400, 6397, 1, 0, 0, 0, 6400, 6398, 1, 0, 0, 0, 6401, 709, 1, 0, 0, 0, 6402, 6403, 5, 36, 0, 0, 6403, 6404, 3, 1462, 731, 0, 6404, 6405, 5, 6, 0, 0, 6405, 6406, 3, 1462, 731, 0, 6406, 6428, 1, 0, 0, 0, 6407, 6408, 5, 247, 0, 0, 6408, 6428, 3, 80, 40, 0, 6409, 6410, 5, 443, 0, 0, 6410, 6428, 3, 712, 356, 0, 6411, 6428, 5, 104, 0, 0, 6412, 6413, 5, 333, 0, 0, 6413, 6420, 3, 1478, 739, 0, 6414, 6415, 5, 94, 0, 0, 6415, 6421, 3, 1478, 739, 0, 6416, 6417, 5, 10, 0, 0, 6417, 6421, 3, 1478, 739, 0, 6418, 6419, 5, 64, 0, 0, 6419, 6421, 5, 434, 0, 0, 6420, 6414, 1, 0, 0, 0, 6420, 6416, 1, 0, 0, 0, 6420, 6418, 1, 0, 0, 0, 6421, 6428, 1, 0, 0, 0, 6422, 6423, 5, 36, 0, 0, 6423, 6428, 3, 1478, 739, 0, 6424, 6428, 3, 6, 3, 0, 6425, 6428, 3, 708, 354, 0, 6426, 6428, 3, 1478, 739, 0, 6427, 6402, 1, 0, 0, 0, 6427, 6407, 1, 0, 0, 0, 6427, 6409, 1, 0, 0, 0, 6427, 6411, 1, 0, 0, 0, 6427, 6412, 1, 0, 0, 0, 6427, 6422, 1, 0, 0, 0, 6427, 6424, 1, 0, 0, 0, 6427, 6425, 1, 0, 0, 0, 6427, 6426, 1, 0, 0, 0, 6428, 711, 1, 0, 0, 0, 6429, 6430, 5, 62, 0, 0, 6430, 6431, 5, 360, 0, 0, 6431, 6438, 3, 1172, 586, 0, 6432, 6433, 5, 6, 0, 0, 6433, 6434, 5, 62, 0, 0, 6434, 6435, 5, 360, 0, 0, 6435, 6437, 3, 1172, 586, 0, 6436, 6432, 1, 0, 0, 0, 6437, 6440, 1, 0, 0, 0, 6438, 6436, 1, 0, 0, 0, 6438, 6439, 1, 0, 0, 0, 6439, 713, 1, 0, 0, 0, 6440, 6438, 1, 0, 0, 0, 6441, 6442, 5, 105, 0, 0, 6442, 6443, 3, 500, 250, 0, 6443, 715, 1, 0, 0, 0, 6444, 6445, 3, 1436, 718, 0, 6445, 6446, 3, 692, 346, 0, 6446, 717, 1, 0, 0, 0, 6447, 6452, 3, 716, 358, 0, 6448, 6449, 5, 6, 0, 0, 6449, 6451, 3, 716, 358, 0, 6450, 6448, 1, 0, 0, 0, 6451, 6454, 1, 0, 0, 0, 6452, 6450, 1, 0, 0, 0, 6452, 6453, 1, 0, 0, 0, 6453, 719, 1, 0, 0, 0, 6454, 6452, 1, 0, 0, 0, 6455, 6456, 5, 138, 0, 0, 6456, 6457, 3, 722, 361, 0, 6457, 6459, 3, 724, 362, 0, 6458, 6460, 3, 726, 363, 0, 6459, 6458, 1, 0, 0, 0, 6459, 6460, 1, 0, 0, 0, 6460, 721, 1, 0, 0, 0, 6461, 6462, 5, 211, 0, 0, 6462, 6468, 3, 678, 339, 0, 6463, 6464, 5, 296, 0, 0, 6464, 6468, 3, 674, 337, 0, 6465, 6466, 5, 442, 0, 0, 6466, 6468, 3, 670, 335, 0, 6467, 6461, 1, 0, 0, 0, 6467, 6463, 1, 0, 0, 0, 6467, 6465, 1, 0, 0, 0, 6468, 723, 1, 0, 0, 0, 6469, 6471, 3, 708, 354, 0, 6470, 6469, 1, 0, 0, 0, 6471, 6472, 1, 0, 0, 0, 6472, 6470, 1, 0, 0, 0, 6472, 6473, 1, 0, 0, 0, 6473, 725, 1, 0, 0, 0, 6474, 6475, 5, 315, 0, 0, 6475, 727, 1, 0, 0, 0, 6476, 6477, 5, 191, 0, 0, 6477, 6479, 5, 211, 0, 0, 6478, 6480, 3, 752, 376, 0, 6479, 6478, 1, 0, 0, 0, 6479, 6480, 1, 0, 0, 0, 6480, 6481, 1, 0, 0, 0, 6481, 6483, 3, 676, 338, 0, 6482, 6484, 3, 124, 62, 0, 6483, 6482, 1, 0, 0, 0, 6483, 6484, 1, 0, 0, 0, 6484, 6504, 1, 0, 0, 0, 6485, 6486, 5, 191, 0, 0, 6486, 6488, 5, 296, 0, 0, 6487, 6489, 3, 752, 376, 0, 6488, 6487, 1, 0, 0, 0, 6488, 6489, 1, 0, 0, 0, 6489, 6490, 1, 0, 0, 0, 6490, 6492, 3, 672, 336, 0, 6491, 6493, 3, 124, 62, 0, 6492, 6491, 1, 0, 0, 0, 6492, 6493, 1, 0, 0, 0, 6493, 6504, 1, 0, 0, 0, 6494, 6495, 5, 191, 0, 0, 6495, 6497, 5, 442, 0, 0, 6496, 6498, 3, 752, 376, 0, 6497, 6496, 1, 0, 0, 0, 6497, 6498, 1, 0, 0, 0, 6498, 6499, 1, 0, 0, 0, 6499, 6501, 3, 668, 334, 0, 6500, 6502, 3, 124, 62, 0, 6501, 6500, 1, 0, 0, 0, 6501, 6502, 1, 0, 0, 0, 6502, 6504, 1, 0, 0, 0, 6503, 6476, 1, 0, 0, 0, 6503, 6485, 1, 0, 0, 0, 6503, 6494, 1, 0, 0, 0, 6504, 729, 1, 0, 0, 0, 6505, 6506, 5, 191, 0, 0, 6506, 6508, 5, 136, 0, 0, 6507, 6509, 3, 752, 376, 0, 6508, 6507, 1, 0, 0, 0, 6508, 6509, 1, 0, 0, 0, 6509, 6510, 1, 0, 0, 0, 6510, 6512, 3, 704, 352, 0, 6511, 6513, 3, 124, 62, 0, 6512, 6511, 1, 0, 0, 0, 6512, 6513, 1, 0, 0, 0, 6513, 731, 1, 0, 0, 0, 6514, 6515, 5, 191, 0, 0, 6515, 6517, 5, 278, 0, 0, 6516, 6518, 3, 752, 376, 0, 6517, 6516, 1, 0, 0, 0, 6517, 6518, 1, 0, 0, 0, 6518, 6519, 1, 0, 0, 0, 6519, 6521, 3, 738, 369, 0, 6520, 6522, 3, 124, 62, 0, 6521, 6520, 1, 0, 0, 0, 6521, 6522, 1, 0, 0, 0, 6522, 733, 1, 0, 0, 0, 6523, 6524, 5, 2, 0, 0, 6524, 6525, 3, 1172, 586, 0, 6525, 6526, 5, 3, 0, 0, 6526, 6546, 1, 0, 0, 0, 6527, 6528, 5, 2, 0, 0, 6528, 6529, 3, 1172, 586, 0, 6529, 6530, 5, 6, 0, 0, 6530, 6531, 3, 1172, 586, 0, 6531, 6532, 5, 3, 0, 0, 6532, 6546, 1, 0, 0, 0, 6533, 6534, 5, 2, 0, 0, 6534, 6535, 5, 407, 0, 0, 6535, 6536, 5, 6, 0, 0, 6536, 6537, 3, 1172, 586, 0, 6537, 6538, 5, 3, 0, 0, 6538, 6546, 1, 0, 0, 0, 6539, 6540, 5, 2, 0, 0, 6540, 6541, 3, 1172, 586, 0, 6541, 6542, 5, 6, 0, 0, 6542, 6543, 5, 407, 0, 0, 6543, 6544, 5, 3, 0, 0, 6544, 6546, 1, 0, 0, 0, 6545, 6523, 1, 0, 0, 0, 6545, 6527, 1, 0, 0, 0, 6545, 6533, 1, 0, 0, 0, 6545, 6539, 1, 0, 0, 0, 6546, 735, 1, 0, 0, 0, 6547, 6548, 3, 1478, 739, 0, 6548, 6549, 5, 11, 0, 0, 6549, 6551, 1, 0, 0, 0, 6550, 6547, 1, 0, 0, 0, 6551, 6554, 1, 0, 0, 0, 6552, 6550, 1, 0, 0, 0, 6552, 6553, 1, 0, 0, 0, 6553, 6555, 1, 0, 0, 0, 6554, 6552, 1, 0, 0, 0, 6555, 6556, 3, 1322, 661, 0, 6556, 737, 1, 0, 0, 0, 6557, 6562, 3, 740, 370, 0, 6558, 6559, 5, 6, 0, 0, 6559, 6561, 3, 740, 370, 0, 6560, 6558, 1, 0, 0, 0, 6561, 6564, 1, 0, 0, 0, 6562, 6560, 1, 0, 0, 0, 6562, 6563, 1, 0, 0, 0, 6563, 739, 1, 0, 0, 0, 6564, 6562, 1, 0, 0, 0, 6565, 6566, 3, 736, 368, 0, 6566, 6567, 3, 734, 367, 0, 6567, 741, 1, 0, 0, 0, 6568, 6569, 5, 57, 0, 0, 6569, 6570, 3, 744, 372, 0, 6570, 743, 1, 0, 0, 0, 6571, 6573, 3, 746, 373, 0, 6572, 6571, 1, 0, 0, 0, 6573, 6574, 1, 0, 0, 0, 6574, 6572, 1, 0, 0, 0, 6574, 6575, 1, 0, 0, 0, 6575, 745, 1, 0, 0, 0, 6576, 6580, 3, 1462, 731, 0, 6577, 6578, 5, 247, 0, 0, 6578, 6580, 3, 80, 40, 0, 6579, 6576, 1, 0, 0, 0, 6579, 6577, 1, 0, 0, 0, 6580, 747, 1, 0, 0, 0, 6581, 6582, 5, 46, 0, 0, 6582, 6583, 5, 41, 0, 0, 6583, 6584, 5, 2, 0, 0, 6584, 6585, 3, 1172, 586, 0, 6585, 6586, 5, 36, 0, 0, 6586, 6587, 3, 1172, 586, 0, 6587, 6588, 5, 3, 0, 0, 6588, 6589, 5, 105, 0, 0, 6589, 6590, 5, 211, 0, 0, 6590, 6592, 3, 678, 339, 0, 6591, 6593, 3, 750, 375, 0, 6592, 6591, 1, 0, 0, 0, 6592, 6593, 1, 0, 0, 0, 6593, 6619, 1, 0, 0, 0, 6594, 6595, 5, 46, 0, 0, 6595, 6596, 5, 41, 0, 0, 6596, 6597, 5, 2, 0, 0, 6597, 6598, 3, 1172, 586, 0, 6598, 6599, 5, 36, 0, 0, 6599, 6600, 3, 1172, 586, 0, 6600, 6601, 5, 3, 0, 0, 6601, 6602, 5, 379, 0, 0, 6602, 6604, 5, 211, 0, 0, 6603, 6605, 3, 750, 375, 0, 6604, 6603, 1, 0, 0, 0, 6604, 6605, 1, 0, 0, 0, 6605, 6619, 1, 0, 0, 0, 6606, 6607, 5, 46, 0, 0, 6607, 6608, 5, 41, 0, 0, 6608, 6609, 5, 2, 0, 0, 6609, 6610, 3, 1172, 586, 0, 6610, 6611, 5, 36, 0, 0, 6611, 6612, 3, 1172, 586, 0, 6612, 6613, 5, 3, 0, 0, 6613, 6614, 5, 105, 0, 0, 6614, 6616, 5, 400, 0, 0, 6615, 6617, 3, 750, 375, 0, 6616, 6615, 1, 0, 0, 0, 6616, 6617, 1, 0, 0, 0, 6617, 6619, 1, 0, 0, 0, 6618, 6581, 1, 0, 0, 0, 6618, 6594, 1, 0, 0, 0, 6618, 6606, 1, 0, 0, 0, 6619, 749, 1, 0, 0, 0, 6620, 6621, 5, 36, 0, 0, 6621, 6625, 5, 223, 0, 0, 6622, 6623, 5, 36, 0, 0, 6623, 6625, 5, 141, 0, 0, 6624, 6620, 1, 0, 0, 0, 6624, 6622, 1, 0, 0, 0, 6625, 751, 1, 0, 0, 0, 6626, 6627, 5, 220, 0, 0, 6627, 6628, 5, 396, 0, 0, 6628, 753, 1, 0, 0, 0, 6629, 6631, 5, 46, 0, 0, 6630, 6632, 3, 662, 331, 0, 6631, 6630, 1, 0, 0, 0, 6631, 6632, 1, 0, 0, 0, 6632, 6633, 1, 0, 0, 0, 6633, 6634, 5, 443, 0, 0, 6634, 6635, 5, 62, 0, 0, 6635, 6636, 3, 1172, 586, 0, 6636, 6637, 5, 247, 0, 0, 6637, 6638, 3, 1440, 720, 0, 6638, 6639, 5, 2, 0, 0, 6639, 6640, 3, 756, 378, 0, 6640, 6641, 5, 3, 0, 0, 6641, 755, 1, 0, 0, 0, 6642, 6643, 5, 64, 0, 0, 6643, 6644, 5, 461, 0, 0, 6644, 6645, 5, 105, 0, 0, 6645, 6646, 5, 211, 0, 0, 6646, 6647, 3, 678, 339, 0, 6647, 6648, 5, 6, 0, 0, 6648, 6649, 5, 94, 0, 0, 6649, 6650, 5, 461, 0, 0, 6650, 6651, 5, 105, 0, 0, 6651, 6652, 5, 211, 0, 0, 6652, 6653, 3, 678, 339, 0, 6653, 6677, 1, 0, 0, 0, 6654, 6655, 5, 94, 0, 0, 6655, 6656, 5, 461, 0, 0, 6656, 6657, 5, 105, 0, 0, 6657, 6658, 5, 211, 0, 0, 6658, 6659, 3, 678, 339, 0, 6659, 6660, 5, 6, 0, 0, 6660, 6661, 5, 64, 0, 0, 6661, 6662, 5, 461, 0, 0, 6662, 6663, 5, 105, 0, 0, 6663, 6664, 5, 211, 0, 0, 6664, 6665, 3, 678, 339, 0, 6665, 6677, 1, 0, 0, 0, 6666, 6667, 5, 64, 0, 0, 6667, 6668, 5, 461, 0, 0, 6668, 6669, 5, 105, 0, 0, 6669, 6670, 5, 211, 0, 0, 6670, 6677, 3, 678, 339, 0, 6671, 6672, 5, 94, 0, 0, 6672, 6673, 5, 461, 0, 0, 6673, 6674, 5, 105, 0, 0, 6674, 6675, 5, 211, 0, 0, 6675, 6677, 3, 678, 339, 0, 6676, 6642, 1, 0, 0, 0, 6676, 6654, 1, 0, 0, 0, 6676, 6666, 1, 0, 0, 0, 6676, 6671, 1, 0, 0, 0, 6677, 757, 1, 0, 0, 0, 6678, 6679, 5, 306, 0, 0, 6679, 6695, 3, 760, 380, 0, 6680, 6681, 5, 306, 0, 0, 6681, 6695, 3, 762, 381, 0, 6682, 6683, 5, 306, 0, 0, 6683, 6684, 5, 2, 0, 0, 6684, 6685, 3, 764, 382, 0, 6685, 6686, 5, 3, 0, 0, 6686, 6687, 3, 760, 380, 0, 6687, 6695, 1, 0, 0, 0, 6688, 6689, 5, 306, 0, 0, 6689, 6690, 5, 2, 0, 0, 6690, 6691, 3, 764, 382, 0, 6691, 6692, 5, 3, 0, 0, 6692, 6693, 3, 762, 381, 0, 6693, 6695, 1, 0, 0, 0, 6694, 6678, 1, 0, 0, 0, 6694, 6680, 1, 0, 0, 0, 6694, 6682, 1, 0, 0, 0, 6694, 6688, 1, 0, 0, 0, 6695, 759, 1, 0, 0, 0, 6696, 6698, 5, 226, 0, 0, 6697, 6699, 3, 634, 317, 0, 6698, 6697, 1, 0, 0, 0, 6698, 6699, 1, 0, 0, 0, 6699, 6700, 1, 0, 0, 0, 6700, 6707, 3, 1416, 708, 0, 6701, 6703, 5, 92, 0, 0, 6702, 6704, 3, 634, 317, 0, 6703, 6702, 1, 0, 0, 0, 6703, 6704, 1, 0, 0, 0, 6704, 6705, 1, 0, 0, 0, 6705, 6707, 3, 1410, 705, 0, 6706, 6696, 1, 0, 0, 0, 6706, 6701, 1, 0, 0, 0, 6707, 761, 1, 0, 0, 0, 6708, 6710, 5, 323, 0, 0, 6709, 6711, 3, 634, 317, 0, 6710, 6709, 1, 0, 0, 0, 6710, 6711, 1, 0, 0, 0, 6711, 6712, 1, 0, 0, 0, 6712, 6724, 3, 1426, 713, 0, 6713, 6715, 5, 349, 0, 0, 6714, 6716, 3, 634, 317, 0, 6715, 6714, 1, 0, 0, 0, 6715, 6716, 1, 0, 0, 0, 6716, 6717, 1, 0, 0, 0, 6717, 6724, 3, 1440, 720, 0, 6718, 6720, 5, 175, 0, 0, 6719, 6721, 3, 634, 317, 0, 6720, 6719, 1, 0, 0, 0, 6720, 6721, 1, 0, 0, 0, 6721, 6722, 1, 0, 0, 0, 6722, 6724, 3, 1424, 712, 0, 6723, 6708, 1, 0, 0, 0, 6723, 6713, 1, 0, 0, 0, 6723, 6718, 1, 0, 0, 0, 6724, 763, 1, 0, 0, 0, 6725, 6730, 3, 766, 383, 0, 6726, 6727, 5, 6, 0, 0, 6727, 6729, 3, 766, 383, 0, 6728, 6726, 1, 0, 0, 0, 6729, 6732, 1, 0, 0, 0, 6730, 6728, 1, 0, 0, 0, 6730, 6731, 1, 0, 0, 0, 6731, 765, 1, 0, 0, 0, 6732, 6730, 1, 0, 0, 0, 6733, 6734, 5, 128, 0, 0, 6734, 767, 1, 0, 0, 0, 6735, 6736, 5, 138, 0, 0, 6736, 6737, 5, 351, 0, 0, 6737, 6738, 3, 1406, 703, 0, 6738, 6739, 5, 333, 0, 0, 6739, 6740, 3, 132, 66, 0, 6740, 6748, 1, 0, 0, 0, 6741, 6742, 5, 138, 0, 0, 6742, 6743, 5, 351, 0, 0, 6743, 6744, 3, 1406, 703, 0, 6744, 6745, 5, 313, 0, 0, 6745, 6746, 3, 132, 66, 0, 6746, 6748, 1, 0, 0, 0, 6747, 6735, 1, 0, 0, 0, 6747, 6741, 1, 0, 0, 0, 6748, 769, 1, 0, 0, 0, 6749, 6750, 5, 138, 0, 0, 6750, 6751, 5, 136, 0, 0, 6751, 6752, 3, 702, 351, 0, 6752, 6753, 5, 309, 0, 0, 6753, 6754, 5, 94, 0, 0, 6754, 6755, 3, 1440, 720, 0, 6755, 7141, 1, 0, 0, 0, 6756, 6757, 5, 138, 0, 0, 6757, 6758, 5, 108, 0, 0, 6758, 6759, 3, 562, 281, 0, 6759, 6760, 5, 309, 0, 0, 6760, 6761, 5, 94, 0, 0, 6761, 6762, 3, 1440, 720, 0, 6762, 7141, 1, 0, 0, 0, 6763, 6764, 5, 138, 0, 0, 6764, 6765, 5, 168, 0, 0, 6765, 6766, 3, 562, 281, 0, 6766, 6767, 5, 309, 0, 0, 6767, 6768, 5, 94, 0, 0, 6768, 6769, 3, 1440, 720, 0, 6769, 7141, 1, 0, 0, 0, 6770, 6771, 5, 138, 0, 0, 6771, 6772, 5, 175, 0, 0, 6772, 6773, 3, 1424, 712, 0, 6773, 6774, 5, 309, 0, 0, 6774, 6775, 5, 94, 0, 0, 6775, 6776, 3, 1422, 711, 0, 6776, 7141, 1, 0, 0, 0, 6777, 6778, 5, 138, 0, 0, 6778, 6779, 5, 189, 0, 0, 6779, 6780, 3, 562, 281, 0, 6780, 6781, 5, 309, 0, 0, 6781, 6782, 5, 94, 0, 0, 6782, 6783, 3, 1440, 720, 0, 6783, 7141, 1, 0, 0, 0, 6784, 6785, 5, 138, 0, 0, 6785, 6786, 5, 189, 0, 0, 6786, 6787, 3, 562, 281, 0, 6787, 6788, 5, 309, 0, 0, 6788, 6789, 5, 45, 0, 0, 6789, 6790, 3, 1440, 720, 0, 6790, 6791, 5, 94, 0, 0, 6791, 6792, 3, 1440, 720, 0, 6792, 7141, 1, 0, 0, 0, 6793, 6794, 5, 138, 0, 0, 6794, 6795, 5, 63, 0, 0, 6795, 6796, 5, 174, 0, 0, 6796, 6797, 5, 381, 0, 0, 6797, 6798, 3, 1440, 720, 0, 6798, 6799, 5, 309, 0, 0, 6799, 6800, 5, 94, 0, 0, 6800, 6801, 3, 1440, 720, 0, 6801, 7141, 1, 0, 0, 0, 6802, 6803, 5, 138, 0, 0, 6803, 6804, 5, 211, 0, 0, 6804, 6805, 3, 678, 339, 0, 6805, 6806, 5, 309, 0, 0, 6806, 6807, 5, 94, 0, 0, 6807, 6808, 3, 1446, 723, 0, 6808, 7141, 1, 0, 0, 0, 6809, 6810, 5, 138, 0, 0, 6810, 6811, 5, 66, 0, 0, 6811, 6812, 3, 1472, 736, 0, 6812, 6813, 5, 309, 0, 0, 6813, 6814, 5, 94, 0, 0, 6814, 6815, 3, 1472, 736, 0, 6815, 7141, 1, 0, 0, 0, 6816, 6818, 5, 138, 0, 0, 6817, 6819, 3, 342, 171, 0, 6818, 6817, 1, 0, 0, 0, 6818, 6819, 1, 0, 0, 0, 6819, 6820, 1, 0, 0, 0, 6820, 6821, 5, 247, 0, 0, 6821, 6822, 3, 1440, 720, 0, 6822, 6823, 5, 309, 0, 0, 6823, 6824, 5, 94, 0, 0, 6824, 6825, 3, 1440, 720, 0, 6825, 7141, 1, 0, 0, 0, 6826, 6827, 5, 138, 0, 0, 6827, 6828, 5, 278, 0, 0, 6828, 6829, 5, 156, 0, 0, 6829, 6830, 3, 562, 281, 0, 6830, 6831, 5, 100, 0, 0, 6831, 6832, 3, 1440, 720, 0, 6832, 6833, 5, 309, 0, 0, 6833, 6834, 5, 94, 0, 0, 6834, 6835, 3, 1440, 720, 0, 6835, 7141, 1, 0, 0, 0, 6836, 6837, 5, 138, 0, 0, 6837, 6838, 5, 278, 0, 0, 6838, 6839, 5, 206, 0, 0, 6839, 6840, 3, 562, 281, 0, 6840, 6841, 5, 100, 0, 0, 6841, 6842, 3, 1440, 720, 0, 6842, 6843, 5, 309, 0, 0, 6843, 6844, 5, 94, 0, 0, 6844, 6845, 3, 1440, 720, 0, 6845, 7141, 1, 0, 0, 0, 6846, 6847, 5, 138, 0, 0, 6847, 6849, 5, 445, 0, 0, 6848, 6850, 3, 752, 376, 0, 6849, 6848, 1, 0, 0, 0, 6849, 6850, 1, 0, 0, 0, 6850, 6851, 1, 0, 0, 0, 6851, 6852, 3, 1440, 720, 0, 6852, 6853, 5, 80, 0, 0, 6853, 6854, 3, 1416, 708, 0, 6854, 6855, 5, 309, 0, 0, 6855, 6856, 5, 94, 0, 0, 6856, 6857, 3, 1440, 720, 0, 6857, 7141, 1, 0, 0, 0, 6858, 6859, 5, 138, 0, 0, 6859, 6860, 5, 296, 0, 0, 6860, 6861, 3, 674, 337, 0, 6861, 6862, 5, 309, 0, 0, 6862, 6863, 5, 94, 0, 0, 6863, 6864, 3, 1434, 717, 0, 6864, 7141, 1, 0, 0, 0, 6865, 6866, 5, 138, 0, 0, 6866, 6867, 5, 452, 0, 0, 6867, 6868, 3, 1440, 720, 0, 6868, 6869, 5, 309, 0, 0, 6869, 6870, 5, 94, 0, 0, 6870, 6871, 3, 1440, 720, 0, 6871, 7141, 1, 0, 0, 0, 6872, 6873, 5, 138, 0, 0, 6873, 6874, 5, 442, 0, 0, 6874, 6875, 3, 670, 335, 0, 6875, 6876, 5, 309, 0, 0, 6876, 6877, 5, 94, 0, 0, 6877, 6878, 3, 1440, 720, 0, 6878, 7141, 1, 0, 0, 0, 6879, 6880, 5, 138, 0, 0, 6880, 6881, 5, 323, 0, 0, 6881, 6882, 3, 1426, 713, 0, 6882, 6883, 5, 309, 0, 0, 6883, 6884, 5, 94, 0, 0, 6884, 6885, 3, 48, 24, 0, 6885, 7141, 1, 0, 0, 0, 6886, 6887, 5, 138, 0, 0, 6887, 6888, 5, 331, 0, 0, 6888, 6889, 3, 1440, 720, 0, 6889, 6890, 5, 309, 0, 0, 6890, 6891, 5, 94, 0, 0, 6891, 6892, 3, 1440, 720, 0, 6892, 7141, 1, 0, 0, 0, 6893, 6894, 5, 138, 0, 0, 6894, 6895, 5, 451, 0, 0, 6895, 6896, 3, 1440, 720, 0, 6896, 6897, 5, 309, 0, 0, 6897, 6898, 5, 94, 0, 0, 6898, 6899, 3, 1440, 720, 0, 6899, 7141, 1, 0, 0, 0, 6900, 6901, 5, 138, 0, 0, 6901, 6903, 5, 92, 0, 0, 6902, 6904, 3, 752, 376, 0, 6903, 6902, 1, 0, 0, 0, 6903, 6904, 1, 0, 0, 0, 6904, 6905, 1, 0, 0, 0, 6905, 6906, 3, 1122, 561, 0, 6906, 6907, 5, 309, 0, 0, 6907, 6908, 5, 94, 0, 0, 6908, 6909, 3, 1408, 704, 0, 6909, 7141, 1, 0, 0, 0, 6910, 6911, 5, 138, 0, 0, 6911, 6913, 5, 328, 0, 0, 6912, 6914, 3, 752, 376, 0, 6913, 6912, 1, 0, 0, 0, 6913, 6914, 1, 0, 0, 0, 6914, 6915, 1, 0, 0, 0, 6915, 6916, 3, 1416, 708, 0, 6916, 6917, 5, 309, 0, 0, 6917, 6918, 5, 94, 0, 0, 6918, 6919, 3, 1440, 720, 0, 6919, 7141, 1, 0, 0, 0, 6920, 6921, 5, 138, 0, 0, 6921, 6923, 5, 376, 0, 0, 6922, 6924, 3, 752, 376, 0, 6923, 6922, 1, 0, 0, 0, 6923, 6924, 1, 0, 0, 0, 6924, 6925, 1, 0, 0, 0, 6925, 6926, 3, 1414, 707, 0, 6926, 6927, 5, 309, 0, 0, 6927, 6928, 5, 94, 0, 0, 6928, 6929, 3, 1412, 706, 0, 6929, 7141, 1, 0, 0, 0, 6930, 6931, 5, 138, 0, 0, 6931, 6932, 5, 259, 0, 0, 6932, 6934, 5, 376, 0, 0, 6933, 6935, 3, 752, 376, 0, 6934, 6933, 1, 0, 0, 0, 6934, 6935, 1, 0, 0, 0, 6935, 6936, 1, 0, 0, 0, 6936, 6937, 3, 1414, 707, 0, 6937, 6938, 5, 309, 0, 0, 6938, 6939, 5, 94, 0, 0, 6939, 6940, 3, 1412, 706, 0, 6940, 7141, 1, 0, 0, 0, 6941, 6942, 5, 138, 0, 0, 6942, 6944, 5, 226, 0, 0, 6943, 6945, 3, 752, 376, 0, 6944, 6943, 1, 0, 0, 0, 6944, 6945, 1, 0, 0, 0, 6945, 6946, 1, 0, 0, 0, 6946, 6947, 3, 1416, 708, 0, 6947, 6948, 5, 309, 0, 0, 6948, 6949, 5, 94, 0, 0, 6949, 6950, 3, 1440, 720, 0, 6950, 7141, 1, 0, 0, 0, 6951, 6952, 5, 138, 0, 0, 6952, 6953, 5, 63, 0, 0, 6953, 6955, 5, 92, 0, 0, 6954, 6956, 3, 752, 376, 0, 6955, 6954, 1, 0, 0, 0, 6955, 6956, 1, 0, 0, 0, 6956, 6957, 1, 0, 0, 0, 6957, 6958, 3, 1122, 561, 0, 6958, 6959, 5, 309, 0, 0, 6959, 6960, 5, 94, 0, 0, 6960, 6961, 3, 1408, 704, 0, 6961, 7141, 1, 0, 0, 0, 6962, 6963, 5, 138, 0, 0, 6963, 6965, 5, 92, 0, 0, 6964, 6966, 3, 752, 376, 0, 6965, 6964, 1, 0, 0, 0, 6965, 6966, 1, 0, 0, 0, 6966, 6967, 1, 0, 0, 0, 6967, 6968, 3, 1122, 561, 0, 6968, 6970, 5, 309, 0, 0, 6969, 6971, 5, 44, 0, 0, 6970, 6969, 1, 0, 0, 0, 6970, 6971, 1, 0, 0, 0, 6971, 6972, 1, 0, 0, 0, 6972, 6973, 3, 1436, 718, 0, 6973, 6974, 5, 94, 0, 0, 6974, 6975, 3, 1438, 719, 0, 6975, 7141, 1, 0, 0, 0, 6976, 6977, 5, 138, 0, 0, 6977, 6979, 5, 376, 0, 0, 6978, 6980, 3, 752, 376, 0, 6979, 6978, 1, 0, 0, 0, 6979, 6980, 1, 0, 0, 0, 6980, 6981, 1, 0, 0, 0, 6981, 6982, 3, 1414, 707, 0, 6982, 6984, 5, 309, 0, 0, 6983, 6985, 5, 44, 0, 0, 6984, 6983, 1, 0, 0, 0, 6984, 6985, 1, 0, 0, 0, 6985, 6986, 1, 0, 0, 0, 6986, 6987, 3, 1436, 718, 0, 6987, 6988, 5, 94, 0, 0, 6988, 6989, 3, 1438, 719, 0, 6989, 7141, 1, 0, 0, 0, 6990, 6991, 5, 138, 0, 0, 6991, 6992, 5, 259, 0, 0, 6992, 6994, 5, 376, 0, 0, 6993, 6995, 3, 752, 376, 0, 6994, 6993, 1, 0, 0, 0, 6994, 6995, 1, 0, 0, 0, 6995, 6996, 1, 0, 0, 0, 6996, 6997, 3, 1414, 707, 0, 6997, 6999, 5, 309, 0, 0, 6998, 7000, 5, 44, 0, 0, 6999, 6998, 1, 0, 0, 0, 6999, 7000, 1, 0, 0, 0, 7000, 7001, 1, 0, 0, 0, 7001, 7002, 3, 1436, 718, 0, 7002, 7003, 5, 94, 0, 0, 7003, 7004, 3, 1438, 719, 0, 7004, 7141, 1, 0, 0, 0, 7005, 7006, 5, 138, 0, 0, 7006, 7008, 5, 92, 0, 0, 7007, 7009, 3, 752, 376, 0, 7008, 7007, 1, 0, 0, 0, 7008, 7009, 1, 0, 0, 0, 7009, 7010, 1, 0, 0, 0, 7010, 7011, 3, 1122, 561, 0, 7011, 7012, 5, 309, 0, 0, 7012, 7013, 5, 45, 0, 0, 7013, 7014, 3, 1440, 720, 0, 7014, 7015, 5, 94, 0, 0, 7015, 7016, 3, 1440, 720, 0, 7016, 7141, 1, 0, 0, 0, 7017, 7018, 5, 138, 0, 0, 7018, 7019, 5, 63, 0, 0, 7019, 7021, 5, 92, 0, 0, 7020, 7022, 3, 752, 376, 0, 7021, 7020, 1, 0, 0, 0, 7021, 7022, 1, 0, 0, 0, 7022, 7023, 1, 0, 0, 0, 7023, 7024, 3, 1122, 561, 0, 7024, 7026, 5, 309, 0, 0, 7025, 7027, 5, 44, 0, 0, 7026, 7025, 1, 0, 0, 0, 7026, 7027, 1, 0, 0, 0, 7027, 7028, 1, 0, 0, 0, 7028, 7029, 3, 1436, 718, 0, 7029, 7030, 5, 94, 0, 0, 7030, 7031, 3, 1438, 719, 0, 7031, 7141, 1, 0, 0, 0, 7032, 7033, 5, 138, 0, 0, 7033, 7034, 5, 321, 0, 0, 7034, 7035, 3, 1440, 720, 0, 7035, 7036, 5, 80, 0, 0, 7036, 7037, 3, 1416, 708, 0, 7037, 7038, 5, 309, 0, 0, 7038, 7039, 5, 94, 0, 0, 7039, 7040, 3, 1440, 720, 0, 7040, 7141, 1, 0, 0, 0, 7041, 7042, 5, 138, 0, 0, 7042, 7043, 5, 357, 0, 0, 7043, 7044, 3, 1440, 720, 0, 7044, 7045, 5, 80, 0, 0, 7045, 7046, 3, 1416, 708, 0, 7046, 7047, 5, 309, 0, 0, 7047, 7048, 5, 94, 0, 0, 7048, 7049, 3, 1440, 720, 0, 7049, 7141, 1, 0, 0, 0, 7050, 7051, 5, 138, 0, 0, 7051, 7052, 5, 198, 0, 0, 7052, 7053, 5, 357, 0, 0, 7053, 7054, 3, 1440, 720, 0, 7054, 7055, 5, 309, 0, 0, 7055, 7056, 5, 94, 0, 0, 7056, 7057, 3, 1440, 720, 0, 7057, 7141, 1, 0, 0, 0, 7058, 7059, 5, 138, 0, 0, 7059, 7060, 5, 318, 0, 0, 7060, 7061, 3, 1472, 736, 0, 7061, 7062, 5, 309, 0, 0, 7062, 7063, 5, 94, 0, 0, 7063, 7064, 3, 1472, 736, 0, 7064, 7141, 1, 0, 0, 0, 7065, 7066, 5, 138, 0, 0, 7066, 7067, 5, 99, 0, 0, 7067, 7068, 3, 1472, 736, 0, 7068, 7069, 5, 309, 0, 0, 7069, 7070, 5, 94, 0, 0, 7070, 7071, 3, 1472, 736, 0, 7071, 7141, 1, 0, 0, 0, 7072, 7073, 5, 138, 0, 0, 7073, 7074, 5, 351, 0, 0, 7074, 7075, 3, 1406, 703, 0, 7075, 7076, 5, 309, 0, 0, 7076, 7077, 5, 94, 0, 0, 7077, 7078, 3, 1404, 702, 0, 7078, 7141, 1, 0, 0, 0, 7079, 7080, 5, 138, 0, 0, 7080, 7081, 5, 342, 0, 0, 7081, 7082, 3, 562, 281, 0, 7082, 7083, 5, 309, 0, 0, 7083, 7084, 5, 94, 0, 0, 7084, 7085, 3, 1440, 720, 0, 7085, 7141, 1, 0, 0, 0, 7086, 7087, 5, 138, 0, 0, 7087, 7088, 5, 355, 0, 0, 7088, 7089, 5, 325, 0, 0, 7089, 7090, 5, 283, 0, 0, 7090, 7091, 3, 562, 281, 0, 7091, 7092, 5, 309, 0, 0, 7092, 7093, 5, 94, 0, 0, 7093, 7094, 3, 1440, 720, 0, 7094, 7141, 1, 0, 0, 0, 7095, 7096, 5, 138, 0, 0, 7096, 7097, 5, 355, 0, 0, 7097, 7098, 5, 325, 0, 0, 7098, 7099, 5, 185, 0, 0, 7099, 7100, 3, 562, 281, 0, 7100, 7101, 5, 309, 0, 0, 7101, 7102, 5, 94, 0, 0, 7102, 7103, 3, 1440, 720, 0, 7103, 7141, 1, 0, 0, 0, 7104, 7105, 5, 138, 0, 0, 7105, 7106, 5, 355, 0, 0, 7106, 7107, 5, 325, 0, 0, 7107, 7108, 5, 353, 0, 0, 7108, 7109, 3, 562, 281, 0, 7109, 7110, 5, 309, 0, 0, 7110, 7111, 5, 94, 0, 0, 7111, 7112, 3, 1440, 720, 0, 7112, 7141, 1, 0, 0, 0, 7113, 7114, 5, 138, 0, 0, 7114, 7115, 5, 355, 0, 0, 7115, 7116, 5, 325, 0, 0, 7116, 7117, 5, 163, 0, 0, 7117, 7118, 3, 562, 281, 0, 7118, 7119, 5, 309, 0, 0, 7119, 7120, 5, 94, 0, 0, 7120, 7121, 3, 1440, 720, 0, 7121, 7141, 1, 0, 0, 0, 7122, 7123, 5, 138, 0, 0, 7123, 7124, 5, 360, 0, 0, 7124, 7125, 3, 562, 281, 0, 7125, 7126, 5, 309, 0, 0, 7126, 7127, 5, 94, 0, 0, 7127, 7128, 3, 1440, 720, 0, 7128, 7141, 1, 0, 0, 0, 7129, 7130, 5, 138, 0, 0, 7130, 7131, 5, 360, 0, 0, 7131, 7132, 3, 562, 281, 0, 7132, 7133, 5, 309, 0, 0, 7133, 7134, 5, 143, 0, 0, 7134, 7135, 3, 1440, 720, 0, 7135, 7136, 5, 94, 0, 0, 7136, 7138, 3, 1440, 720, 0, 7137, 7139, 3, 124, 62, 0, 7138, 7137, 1, 0, 0, 0, 7138, 7139, 1, 0, 0, 0, 7139, 7141, 1, 0, 0, 0, 7140, 6749, 1, 0, 0, 0, 7140, 6756, 1, 0, 0, 0, 7140, 6763, 1, 0, 0, 0, 7140, 6770, 1, 0, 0, 0, 7140, 6777, 1, 0, 0, 0, 7140, 6784, 1, 0, 0, 0, 7140, 6793, 1, 0, 0, 0, 7140, 6802, 1, 0, 0, 0, 7140, 6809, 1, 0, 0, 0, 7140, 6816, 1, 0, 0, 0, 7140, 6826, 1, 0, 0, 0, 7140, 6836, 1, 0, 0, 0, 7140, 6846, 1, 0, 0, 0, 7140, 6858, 1, 0, 0, 0, 7140, 6865, 1, 0, 0, 0, 7140, 6872, 1, 0, 0, 0, 7140, 6879, 1, 0, 0, 0, 7140, 6886, 1, 0, 0, 0, 7140, 6893, 1, 0, 0, 0, 7140, 6900, 1, 0, 0, 0, 7140, 6910, 1, 0, 0, 0, 7140, 6920, 1, 0, 0, 0, 7140, 6930, 1, 0, 0, 0, 7140, 6941, 1, 0, 0, 0, 7140, 6951, 1, 0, 0, 0, 7140, 6962, 1, 0, 0, 0, 7140, 6976, 1, 0, 0, 0, 7140, 6990, 1, 0, 0, 0, 7140, 7005, 1, 0, 0, 0, 7140, 7017, 1, 0, 0, 0, 7140, 7032, 1, 0, 0, 0, 7140, 7041, 1, 0, 0, 0, 7140, 7050, 1, 0, 0, 0, 7140, 7058, 1, 0, 0, 0, 7140, 7065, 1, 0, 0, 0, 7140, 7072, 1, 0, 0, 0, 7140, 7079, 1, 0, 0, 0, 7140, 7086, 1, 0, 0, 0, 7140, 7095, 1, 0, 0, 0, 7140, 7104, 1, 0, 0, 0, 7140, 7113, 1, 0, 0, 0, 7140, 7122, 1, 0, 0, 0, 7140, 7129, 1, 0, 0, 0, 7141, 771, 1, 0, 0, 0, 7142, 7143, 5, 333, 0, 0, 7143, 7144, 5, 174, 0, 0, 7144, 773, 1, 0, 0, 0, 7145, 7146, 5, 138, 0, 0, 7146, 7147, 5, 211, 0, 0, 7147, 7149, 3, 678, 339, 0, 7148, 7150, 3, 776, 388, 0, 7149, 7148, 1, 0, 0, 0, 7149, 7150, 1, 0, 0, 0, 7150, 7151, 1, 0, 0, 0, 7151, 7152, 5, 462, 0, 0, 7152, 7153, 5, 80, 0, 0, 7153, 7154, 5, 204, 0, 0, 7154, 7155, 3, 1440, 720, 0, 7155, 7215, 1, 0, 0, 0, 7156, 7157, 5, 138, 0, 0, 7157, 7158, 5, 296, 0, 0, 7158, 7160, 3, 674, 337, 0, 7159, 7161, 3, 776, 388, 0, 7160, 7159, 1, 0, 0, 0, 7160, 7161, 1, 0, 0, 0, 7161, 7162, 1, 0, 0, 0, 7162, 7163, 5, 462, 0, 0, 7163, 7164, 5, 80, 0, 0, 7164, 7165, 5, 204, 0, 0, 7165, 7166, 3, 1440, 720, 0, 7166, 7215, 1, 0, 0, 0, 7167, 7168, 5, 138, 0, 0, 7168, 7169, 5, 442, 0, 0, 7169, 7171, 3, 670, 335, 0, 7170, 7172, 3, 776, 388, 0, 7171, 7170, 1, 0, 0, 0, 7171, 7172, 1, 0, 0, 0, 7172, 7173, 1, 0, 0, 0, 7173, 7174, 5, 462, 0, 0, 7174, 7175, 5, 80, 0, 0, 7175, 7176, 5, 204, 0, 0, 7176, 7177, 3, 1440, 720, 0, 7177, 7215, 1, 0, 0, 0, 7178, 7179, 5, 138, 0, 0, 7179, 7180, 5, 357, 0, 0, 7180, 7181, 3, 1440, 720, 0, 7181, 7182, 5, 80, 0, 0, 7182, 7184, 3, 1416, 708, 0, 7183, 7185, 3, 776, 388, 0, 7184, 7183, 1, 0, 0, 0, 7184, 7185, 1, 0, 0, 0, 7185, 7186, 1, 0, 0, 0, 7186, 7187, 5, 462, 0, 0, 7187, 7188, 5, 80, 0, 0, 7188, 7189, 5, 204, 0, 0, 7189, 7190, 3, 1440, 720, 0, 7190, 7215, 1, 0, 0, 0, 7191, 7192, 5, 138, 0, 0, 7192, 7193, 5, 259, 0, 0, 7193, 7194, 5, 376, 0, 0, 7194, 7196, 3, 1414, 707, 0, 7195, 7197, 3, 776, 388, 0, 7196, 7195, 1, 0, 0, 0, 7196, 7197, 1, 0, 0, 0, 7197, 7198, 1, 0, 0, 0, 7198, 7199, 5, 462, 0, 0, 7199, 7200, 5, 80, 0, 0, 7200, 7201, 5, 204, 0, 0, 7201, 7202, 3, 1440, 720, 0, 7202, 7215, 1, 0, 0, 0, 7203, 7204, 5, 138, 0, 0, 7204, 7205, 5, 226, 0, 0, 7205, 7207, 3, 1416, 708, 0, 7206, 7208, 3, 776, 388, 0, 7207, 7206, 1, 0, 0, 0, 7207, 7208, 1, 0, 0, 0, 7208, 7209, 1, 0, 0, 0, 7209, 7210, 5, 462, 0, 0, 7210, 7211, 5, 80, 0, 0, 7211, 7212, 5, 204, 0, 0, 7212, 7213, 3, 1440, 720, 0, 7213, 7215, 1, 0, 0, 0, 7214, 7145, 1, 0, 0, 0, 7214, 7156, 1, 0, 0, 0, 7214, 7167, 1, 0, 0, 0, 7214, 7178, 1, 0, 0, 0, 7214, 7191, 1, 0, 0, 0, 7214, 7203, 1, 0, 0, 0, 7215, 775, 1, 0, 0, 0, 7216, 7217, 5, 269, 0, 0, 7217, 777, 1, 0, 0, 0, 7218, 7219, 5, 138, 0, 0, 7219, 7220, 5, 136, 0, 0, 7220, 7221, 3, 702, 351, 0, 7221, 7222, 5, 333, 0, 0, 7222, 7223, 5, 323, 0, 0, 7223, 7224, 3, 1426, 713, 0, 7224, 7404, 1, 0, 0, 0, 7225, 7226, 5, 138, 0, 0, 7226, 7227, 5, 108, 0, 0, 7227, 7228, 3, 562, 281, 0, 7228, 7229, 5, 333, 0, 0, 7229, 7230, 5, 323, 0, 0, 7230, 7231, 3, 1426, 713, 0, 7231, 7404, 1, 0, 0, 0, 7232, 7233, 5, 138, 0, 0, 7233, 7234, 5, 168, 0, 0, 7234, 7235, 3, 562, 281, 0, 7235, 7236, 5, 333, 0, 0, 7236, 7237, 5, 323, 0, 0, 7237, 7238, 3, 1426, 713, 0, 7238, 7404, 1, 0, 0, 0, 7239, 7240, 5, 138, 0, 0, 7240, 7241, 5, 189, 0, 0, 7241, 7242, 3, 562, 281, 0, 7242, 7243, 5, 333, 0, 0, 7243, 7244, 5, 323, 0, 0, 7244, 7245, 3, 1426, 713, 0, 7245, 7404, 1, 0, 0, 0, 7246, 7247, 5, 138, 0, 0, 7247, 7248, 5, 204, 0, 0, 7248, 7249, 3, 1440, 720, 0, 7249, 7250, 5, 333, 0, 0, 7250, 7251, 5, 323, 0, 0, 7251, 7252, 3, 1426, 713, 0, 7252, 7404, 1, 0, 0, 0, 7253, 7254, 5, 138, 0, 0, 7254, 7255, 5, 211, 0, 0, 7255, 7256, 3, 678, 339, 0, 7256, 7257, 5, 333, 0, 0, 7257, 7258, 5, 323, 0, 0, 7258, 7259, 3, 1426, 713, 0, 7259, 7404, 1, 0, 0, 0, 7260, 7261, 5, 138, 0, 0, 7261, 7262, 5, 278, 0, 0, 7262, 7263, 3, 740, 370, 0, 7263, 7264, 5, 333, 0, 0, 7264, 7265, 5, 323, 0, 0, 7265, 7266, 3, 1426, 713, 0, 7266, 7404, 1, 0, 0, 0, 7267, 7268, 5, 138, 0, 0, 7268, 7269, 5, 278, 0, 0, 7269, 7270, 5, 156, 0, 0, 7270, 7271, 3, 562, 281, 0, 7271, 7272, 5, 100, 0, 0, 7272, 7273, 3, 1440, 720, 0, 7273, 7274, 5, 333, 0, 0, 7274, 7275, 5, 323, 0, 0, 7275, 7276, 3, 1426, 713, 0, 7276, 7404, 1, 0, 0, 0, 7277, 7278, 5, 138, 0, 0, 7278, 7279, 5, 278, 0, 0, 7279, 7280, 5, 206, 0, 0, 7280, 7281, 3, 562, 281, 0, 7281, 7282, 5, 100, 0, 0, 7282, 7283, 3, 1440, 720, 0, 7283, 7284, 5, 333, 0, 0, 7284, 7285, 5, 323, 0, 0, 7285, 7286, 3, 1426, 713, 0, 7286, 7404, 1, 0, 0, 0, 7287, 7288, 5, 138, 0, 0, 7288, 7289, 5, 296, 0, 0, 7289, 7290, 3, 674, 337, 0, 7290, 7291, 5, 333, 0, 0, 7291, 7292, 5, 323, 0, 0, 7292, 7293, 3, 1426, 713, 0, 7293, 7404, 1, 0, 0, 0, 7294, 7295, 5, 138, 0, 0, 7295, 7296, 5, 442, 0, 0, 7296, 7297, 3, 670, 335, 0, 7297, 7298, 5, 333, 0, 0, 7298, 7299, 5, 323, 0, 0, 7299, 7300, 3, 1426, 713, 0, 7300, 7404, 1, 0, 0, 0, 7301, 7302, 5, 138, 0, 0, 7302, 7304, 5, 92, 0, 0, 7303, 7305, 3, 752, 376, 0, 7304, 7303, 1, 0, 0, 0, 7304, 7305, 1, 0, 0, 0, 7305, 7306, 1, 0, 0, 0, 7306, 7307, 3, 1122, 561, 0, 7307, 7308, 5, 333, 0, 0, 7308, 7309, 5, 323, 0, 0, 7309, 7310, 3, 1426, 713, 0, 7310, 7404, 1, 0, 0, 0, 7311, 7312, 5, 138, 0, 0, 7312, 7313, 5, 342, 0, 0, 7313, 7314, 3, 562, 281, 0, 7314, 7315, 5, 333, 0, 0, 7315, 7316, 5, 323, 0, 0, 7316, 7317, 3, 1426, 713, 0, 7317, 7404, 1, 0, 0, 0, 7318, 7319, 5, 138, 0, 0, 7319, 7320, 5, 355, 0, 0, 7320, 7321, 5, 325, 0, 0, 7321, 7322, 5, 283, 0, 0, 7322, 7323, 3, 562, 281, 0, 7323, 7324, 5, 333, 0, 0, 7324, 7325, 5, 323, 0, 0, 7325, 7326, 3, 1426, 713, 0, 7326, 7404, 1, 0, 0, 0, 7327, 7328, 5, 138, 0, 0, 7328, 7329, 5, 355, 0, 0, 7329, 7330, 5, 325, 0, 0, 7330, 7331, 5, 185, 0, 0, 7331, 7332, 3, 562, 281, 0, 7332, 7333, 5, 333, 0, 0, 7333, 7334, 5, 323, 0, 0, 7334, 7335, 3, 1426, 713, 0, 7335, 7404, 1, 0, 0, 0, 7336, 7337, 5, 138, 0, 0, 7337, 7338, 5, 355, 0, 0, 7338, 7339, 5, 325, 0, 0, 7339, 7340, 5, 353, 0, 0, 7340, 7341, 3, 562, 281, 0, 7341, 7342, 5, 333, 0, 0, 7342, 7343, 5, 323, 0, 0, 7343, 7344, 3, 1426, 713, 0, 7344, 7404, 1, 0, 0, 0, 7345, 7346, 5, 138, 0, 0, 7346, 7347, 5, 355, 0, 0, 7347, 7348, 5, 325, 0, 0, 7348, 7349, 5, 163, 0, 0, 7349, 7350, 3, 562, 281, 0, 7350, 7351, 5, 333, 0, 0, 7351, 7352, 5, 323, 0, 0, 7352, 7353, 3, 1426, 713, 0, 7353, 7404, 1, 0, 0, 0, 7354, 7355, 5, 138, 0, 0, 7355, 7357, 5, 328, 0, 0, 7356, 7358, 3, 752, 376, 0, 7357, 7356, 1, 0, 0, 0, 7357, 7358, 1, 0, 0, 0, 7358, 7359, 1, 0, 0, 0, 7359, 7360, 3, 1416, 708, 0, 7360, 7361, 5, 333, 0, 0, 7361, 7362, 5, 323, 0, 0, 7362, 7363, 3, 1426, 713, 0, 7363, 7404, 1, 0, 0, 0, 7364, 7365, 5, 138, 0, 0, 7365, 7367, 5, 376, 0, 0, 7366, 7368, 3, 752, 376, 0, 7367, 7366, 1, 0, 0, 0, 7367, 7368, 1, 0, 0, 0, 7368, 7369, 1, 0, 0, 0, 7369, 7370, 3, 1414, 707, 0, 7370, 7371, 5, 333, 0, 0, 7371, 7372, 5, 323, 0, 0, 7372, 7373, 3, 1426, 713, 0, 7373, 7404, 1, 0, 0, 0, 7374, 7375, 5, 138, 0, 0, 7375, 7376, 5, 259, 0, 0, 7376, 7378, 5, 376, 0, 0, 7377, 7379, 3, 752, 376, 0, 7378, 7377, 1, 0, 0, 0, 7378, 7379, 1, 0, 0, 0, 7379, 7380, 1, 0, 0, 0, 7380, 7381, 3, 1414, 707, 0, 7381, 7382, 5, 333, 0, 0, 7382, 7383, 5, 323, 0, 0, 7383, 7384, 3, 1426, 713, 0, 7384, 7404, 1, 0, 0, 0, 7385, 7386, 5, 138, 0, 0, 7386, 7387, 5, 63, 0, 0, 7387, 7389, 5, 92, 0, 0, 7388, 7390, 3, 752, 376, 0, 7389, 7388, 1, 0, 0, 0, 7389, 7390, 1, 0, 0, 0, 7390, 7391, 1, 0, 0, 0, 7391, 7392, 3, 1122, 561, 0, 7392, 7393, 5, 333, 0, 0, 7393, 7394, 5, 323, 0, 0, 7394, 7395, 3, 1426, 713, 0, 7395, 7404, 1, 0, 0, 0, 7396, 7397, 5, 138, 0, 0, 7397, 7398, 5, 360, 0, 0, 7398, 7399, 3, 562, 281, 0, 7399, 7400, 5, 333, 0, 0, 7400, 7401, 5, 323, 0, 0, 7401, 7402, 3, 1426, 713, 0, 7402, 7404, 1, 0, 0, 0, 7403, 7218, 1, 0, 0, 0, 7403, 7225, 1, 0, 0, 0, 7403, 7232, 1, 0, 0, 0, 7403, 7239, 1, 0, 0, 0, 7403, 7246, 1, 0, 0, 0, 7403, 7253, 1, 0, 0, 0, 7403, 7260, 1, 0, 0, 0, 7403, 7267, 1, 0, 0, 0, 7403, 7277, 1, 0, 0, 0, 7403, 7287, 1, 0, 0, 0, 7403, 7294, 1, 0, 0, 0, 7403, 7301, 1, 0, 0, 0, 7403, 7311, 1, 0, 0, 0, 7403, 7318, 1, 0, 0, 0, 7403, 7327, 1, 0, 0, 0, 7403, 7336, 1, 0, 0, 0, 7403, 7345, 1, 0, 0, 0, 7403, 7354, 1, 0, 0, 0, 7403, 7364, 1, 0, 0, 0, 7403, 7374, 1, 0, 0, 0, 7403, 7385, 1, 0, 0, 0, 7403, 7396, 1, 0, 0, 0, 7404, 779, 1, 0, 0, 0, 7405, 7406, 5, 138, 0, 0, 7406, 7407, 5, 278, 0, 0, 7407, 7408, 3, 740, 370, 0, 7408, 7409, 5, 333, 0, 0, 7409, 7410, 5, 2, 0, 0, 7410, 7411, 3, 782, 391, 0, 7411, 7412, 5, 3, 0, 0, 7412, 781, 1, 0, 0, 0, 7413, 7418, 3, 784, 392, 0, 7414, 7415, 5, 6, 0, 0, 7415, 7417, 3, 784, 392, 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, 783, 1, 0, 0, 0, 7420, 7418, 1, 0, 0, 0, 7421, 7422, 3, 1494, 747, 0, 7422, 7423, 5, 10, 0, 0, 7423, 7424, 5, 407, 0, 0, 7424, 7430, 1, 0, 0, 0, 7425, 7426, 3, 1494, 747, 0, 7426, 7427, 5, 10, 0, 0, 7427, 7428, 3, 786, 393, 0, 7428, 7430, 1, 0, 0, 0, 7429, 7421, 1, 0, 0, 0, 7429, 7425, 1, 0, 0, 0, 7430, 785, 1, 0, 0, 0, 7431, 7437, 3, 692, 346, 0, 7432, 7437, 3, 1506, 753, 0, 7433, 7437, 3, 1328, 664, 0, 7434, 7437, 3, 326, 163, 0, 7435, 7437, 3, 1462, 731, 0, 7436, 7431, 1, 0, 0, 0, 7436, 7432, 1, 0, 0, 0, 7436, 7433, 1, 0, 0, 0, 7436, 7434, 1, 0, 0, 0, 7436, 7435, 1, 0, 0, 0, 7437, 787, 1, 0, 0, 0, 7438, 7439, 5, 138, 0, 0, 7439, 7440, 5, 360, 0, 0, 7440, 7441, 3, 562, 281, 0, 7441, 7442, 5, 333, 0, 0, 7442, 7443, 5, 2, 0, 0, 7443, 7444, 3, 782, 391, 0, 7444, 7445, 5, 3, 0, 0, 7445, 789, 1, 0, 0, 0, 7446, 7447, 5, 138, 0, 0, 7447, 7448, 5, 136, 0, 0, 7448, 7449, 3, 702, 351, 0, 7449, 7450, 5, 282, 0, 0, 7450, 7451, 5, 94, 0, 0, 7451, 7452, 3, 1474, 737, 0, 7452, 7632, 1, 0, 0, 0, 7453, 7454, 5, 138, 0, 0, 7454, 7455, 5, 108, 0, 0, 7455, 7456, 3, 562, 281, 0, 7456, 7457, 5, 282, 0, 0, 7457, 7458, 5, 94, 0, 0, 7458, 7459, 3, 1474, 737, 0, 7459, 7632, 1, 0, 0, 0, 7460, 7461, 5, 138, 0, 0, 7461, 7462, 5, 168, 0, 0, 7462, 7463, 3, 562, 281, 0, 7463, 7464, 5, 282, 0, 0, 7464, 7465, 5, 94, 0, 0, 7465, 7466, 3, 1474, 737, 0, 7466, 7632, 1, 0, 0, 0, 7467, 7468, 5, 138, 0, 0, 7468, 7469, 5, 175, 0, 0, 7469, 7470, 3, 1424, 712, 0, 7470, 7471, 5, 282, 0, 0, 7471, 7472, 5, 94, 0, 0, 7472, 7473, 3, 1474, 737, 0, 7473, 7632, 1, 0, 0, 0, 7474, 7475, 5, 138, 0, 0, 7475, 7476, 5, 189, 0, 0, 7476, 7477, 3, 562, 281, 0, 7477, 7478, 5, 282, 0, 0, 7478, 7479, 5, 94, 0, 0, 7479, 7480, 3, 1474, 737, 0, 7480, 7632, 1, 0, 0, 0, 7481, 7482, 5, 138, 0, 0, 7482, 7483, 5, 211, 0, 0, 7483, 7484, 3, 678, 339, 0, 7484, 7485, 5, 282, 0, 0, 7485, 7486, 5, 94, 0, 0, 7486, 7487, 3, 1474, 737, 0, 7487, 7632, 1, 0, 0, 0, 7488, 7490, 5, 138, 0, 0, 7489, 7491, 3, 342, 171, 0, 7490, 7489, 1, 0, 0, 0, 7490, 7491, 1, 0, 0, 0, 7491, 7492, 1, 0, 0, 0, 7492, 7493, 5, 247, 0, 0, 7493, 7494, 3, 1440, 720, 0, 7494, 7495, 5, 282, 0, 0, 7495, 7496, 5, 94, 0, 0, 7496, 7497, 3, 1474, 737, 0, 7497, 7632, 1, 0, 0, 0, 7498, 7499, 5, 138, 0, 0, 7499, 7500, 5, 248, 0, 0, 7500, 7501, 5, 274, 0, 0, 7501, 7502, 3, 326, 163, 0, 7502, 7503, 5, 282, 0, 0, 7503, 7504, 5, 94, 0, 0, 7504, 7505, 3, 1474, 737, 0, 7505, 7632, 1, 0, 0, 0, 7506, 7507, 5, 138, 0, 0, 7507, 7508, 5, 278, 0, 0, 7508, 7509, 3, 740, 370, 0, 7509, 7510, 5, 282, 0, 0, 7510, 7511, 5, 94, 0, 0, 7511, 7512, 3, 1474, 737, 0, 7512, 7632, 1, 0, 0, 0, 7513, 7514, 5, 138, 0, 0, 7514, 7515, 5, 278, 0, 0, 7515, 7516, 5, 156, 0, 0, 7516, 7517, 3, 562, 281, 0, 7517, 7518, 5, 100, 0, 0, 7518, 7519, 3, 1440, 720, 0, 7519, 7520, 5, 282, 0, 0, 7520, 7521, 5, 94, 0, 0, 7521, 7522, 3, 1474, 737, 0, 7522, 7632, 1, 0, 0, 0, 7523, 7524, 5, 138, 0, 0, 7524, 7525, 5, 278, 0, 0, 7525, 7526, 5, 206, 0, 0, 7526, 7527, 3, 562, 281, 0, 7527, 7528, 5, 100, 0, 0, 7528, 7529, 3, 1440, 720, 0, 7529, 7530, 5, 282, 0, 0, 7530, 7531, 5, 94, 0, 0, 7531, 7532, 3, 1474, 737, 0, 7532, 7632, 1, 0, 0, 0, 7533, 7534, 5, 138, 0, 0, 7534, 7535, 5, 296, 0, 0, 7535, 7536, 3, 674, 337, 0, 7536, 7537, 5, 282, 0, 0, 7537, 7538, 5, 94, 0, 0, 7538, 7539, 3, 1474, 737, 0, 7539, 7632, 1, 0, 0, 0, 7540, 7541, 5, 138, 0, 0, 7541, 7542, 5, 442, 0, 0, 7542, 7543, 3, 670, 335, 0, 7543, 7544, 5, 282, 0, 0, 7544, 7545, 5, 94, 0, 0, 7545, 7546, 3, 1474, 737, 0, 7546, 7632, 1, 0, 0, 0, 7547, 7548, 5, 138, 0, 0, 7548, 7549, 5, 323, 0, 0, 7549, 7550, 3, 1426, 713, 0, 7550, 7551, 5, 282, 0, 0, 7551, 7552, 5, 94, 0, 0, 7552, 7553, 3, 1474, 737, 0, 7553, 7632, 1, 0, 0, 0, 7554, 7555, 5, 138, 0, 0, 7555, 7556, 5, 360, 0, 0, 7556, 7557, 3, 562, 281, 0, 7557, 7558, 5, 282, 0, 0, 7558, 7559, 5, 94, 0, 0, 7559, 7560, 3, 1474, 737, 0, 7560, 7632, 1, 0, 0, 0, 7561, 7562, 5, 138, 0, 0, 7562, 7563, 5, 351, 0, 0, 7563, 7564, 3, 1406, 703, 0, 7564, 7565, 5, 282, 0, 0, 7565, 7566, 5, 94, 0, 0, 7566, 7567, 3, 1474, 737, 0, 7567, 7632, 1, 0, 0, 0, 7568, 7569, 5, 138, 0, 0, 7569, 7570, 5, 342, 0, 0, 7570, 7571, 3, 562, 281, 0, 7571, 7572, 5, 282, 0, 0, 7572, 7573, 5, 94, 0, 0, 7573, 7574, 3, 1474, 737, 0, 7574, 7632, 1, 0, 0, 0, 7575, 7576, 5, 138, 0, 0, 7576, 7577, 5, 355, 0, 0, 7577, 7578, 5, 325, 0, 0, 7578, 7579, 5, 185, 0, 0, 7579, 7580, 3, 562, 281, 0, 7580, 7581, 5, 282, 0, 0, 7581, 7582, 5, 94, 0, 0, 7582, 7583, 3, 1474, 737, 0, 7583, 7632, 1, 0, 0, 0, 7584, 7585, 5, 138, 0, 0, 7585, 7586, 5, 355, 0, 0, 7586, 7587, 5, 325, 0, 0, 7587, 7588, 5, 163, 0, 0, 7588, 7589, 3, 562, 281, 0, 7589, 7590, 5, 282, 0, 0, 7590, 7591, 5, 94, 0, 0, 7591, 7592, 3, 1474, 737, 0, 7592, 7632, 1, 0, 0, 0, 7593, 7594, 5, 138, 0, 0, 7594, 7595, 5, 63, 0, 0, 7595, 7596, 5, 174, 0, 0, 7596, 7597, 5, 381, 0, 0, 7597, 7598, 3, 1440, 720, 0, 7598, 7599, 5, 282, 0, 0, 7599, 7600, 5, 94, 0, 0, 7600, 7601, 3, 1474, 737, 0, 7601, 7632, 1, 0, 0, 0, 7602, 7603, 5, 138, 0, 0, 7603, 7604, 5, 331, 0, 0, 7604, 7605, 3, 1440, 720, 0, 7605, 7606, 5, 282, 0, 0, 7606, 7607, 5, 94, 0, 0, 7607, 7608, 3, 1474, 737, 0, 7608, 7632, 1, 0, 0, 0, 7609, 7610, 5, 138, 0, 0, 7610, 7611, 5, 198, 0, 0, 7611, 7612, 5, 357, 0, 0, 7612, 7613, 3, 1440, 720, 0, 7613, 7614, 5, 282, 0, 0, 7614, 7615, 5, 94, 0, 0, 7615, 7616, 3, 1474, 737, 0, 7616, 7632, 1, 0, 0, 0, 7617, 7618, 5, 138, 0, 0, 7618, 7619, 5, 452, 0, 0, 7619, 7620, 3, 1440, 720, 0, 7620, 7621, 5, 282, 0, 0, 7621, 7622, 5, 94, 0, 0, 7622, 7623, 3, 1474, 737, 0, 7623, 7632, 1, 0, 0, 0, 7624, 7625, 5, 138, 0, 0, 7625, 7626, 5, 451, 0, 0, 7626, 7627, 3, 1440, 720, 0, 7627, 7628, 5, 282, 0, 0, 7628, 7629, 5, 94, 0, 0, 7629, 7630, 3, 1474, 737, 0, 7630, 7632, 1, 0, 0, 0, 7631, 7446, 1, 0, 0, 0, 7631, 7453, 1, 0, 0, 0, 7631, 7460, 1, 0, 0, 0, 7631, 7467, 1, 0, 0, 0, 7631, 7474, 1, 0, 0, 0, 7631, 7481, 1, 0, 0, 0, 7631, 7488, 1, 0, 0, 0, 7631, 7498, 1, 0, 0, 0, 7631, 7506, 1, 0, 0, 0, 7631, 7513, 1, 0, 0, 0, 7631, 7523, 1, 0, 0, 0, 7631, 7533, 1, 0, 0, 0, 7631, 7540, 1, 0, 0, 0, 7631, 7547, 1, 0, 0, 0, 7631, 7554, 1, 0, 0, 0, 7631, 7561, 1, 0, 0, 0, 7631, 7568, 1, 0, 0, 0, 7631, 7575, 1, 0, 0, 0, 7631, 7584, 1, 0, 0, 0, 7631, 7593, 1, 0, 0, 0, 7631, 7602, 1, 0, 0, 0, 7631, 7609, 1, 0, 0, 0, 7631, 7617, 1, 0, 0, 0, 7631, 7624, 1, 0, 0, 0, 7632, 791, 1, 0, 0, 0, 7633, 7634, 5, 46, 0, 0, 7634, 7635, 5, 452, 0, 0, 7635, 7637, 3, 1440, 720, 0, 7636, 7638, 3, 794, 397, 0, 7637, 7636, 1, 0, 0, 0, 7637, 7638, 1, 0, 0, 0, 7638, 7640, 1, 0, 0, 0, 7639, 7641, 3, 714, 357, 0, 7640, 7639, 1, 0, 0, 0, 7640, 7641, 1, 0, 0, 0, 7641, 793, 1, 0, 0, 0, 7642, 7643, 3, 796, 398, 0, 7643, 795, 1, 0, 0, 0, 7644, 7645, 5, 62, 0, 0, 7645, 7646, 5, 92, 0, 0, 7646, 7651, 3, 1128, 564, 0, 7647, 7648, 5, 62, 0, 0, 7648, 7649, 5, 30, 0, 0, 7649, 7651, 5, 350, 0, 0, 7650, 7644, 1, 0, 0, 0, 7650, 7647, 1, 0, 0, 0, 7651, 797, 1, 0, 0, 0, 7652, 7653, 5, 138, 0, 0, 7653, 7654, 5, 452, 0, 0, 7654, 7655, 3, 1440, 720, 0, 7655, 7656, 5, 333, 0, 0, 7656, 7657, 3, 500, 250, 0, 7657, 7691, 1, 0, 0, 0, 7658, 7659, 5, 138, 0, 0, 7659, 7660, 5, 452, 0, 0, 7660, 7661, 3, 1440, 720, 0, 7661, 7662, 5, 133, 0, 0, 7662, 7663, 3, 1130, 565, 0, 7663, 7691, 1, 0, 0, 0, 7664, 7665, 5, 138, 0, 0, 7665, 7666, 5, 452, 0, 0, 7666, 7667, 3, 1440, 720, 0, 7667, 7668, 5, 333, 0, 0, 7668, 7669, 3, 1130, 565, 0, 7669, 7691, 1, 0, 0, 0, 7670, 7671, 5, 138, 0, 0, 7671, 7672, 5, 452, 0, 0, 7672, 7673, 3, 1440, 720, 0, 7673, 7674, 5, 191, 0, 0, 7674, 7675, 3, 1130, 565, 0, 7675, 7691, 1, 0, 0, 0, 7676, 7677, 5, 138, 0, 0, 7677, 7678, 5, 452, 0, 0, 7678, 7679, 3, 1440, 720, 0, 7679, 7680, 5, 282, 0, 0, 7680, 7681, 5, 94, 0, 0, 7681, 7682, 3, 1474, 737, 0, 7682, 7691, 1, 0, 0, 0, 7683, 7684, 5, 138, 0, 0, 7684, 7685, 5, 452, 0, 0, 7685, 7686, 3, 1440, 720, 0, 7686, 7687, 5, 309, 0, 0, 7687, 7688, 5, 94, 0, 0, 7688, 7689, 3, 1440, 720, 0, 7689, 7691, 1, 0, 0, 0, 7690, 7652, 1, 0, 0, 0, 7690, 7658, 1, 0, 0, 0, 7690, 7664, 1, 0, 0, 0, 7690, 7670, 1, 0, 0, 0, 7690, 7676, 1, 0, 0, 0, 7690, 7683, 1, 0, 0, 0, 7691, 799, 1, 0, 0, 0, 7692, 7693, 5, 46, 0, 0, 7693, 7694, 5, 451, 0, 0, 7694, 7695, 3, 1440, 720, 0, 7695, 7696, 5, 164, 0, 0, 7696, 7697, 3, 1462, 731, 0, 7697, 7698, 5, 452, 0, 0, 7698, 7700, 3, 802, 401, 0, 7699, 7701, 3, 714, 357, 0, 7700, 7699, 1, 0, 0, 0, 7700, 7701, 1, 0, 0, 0, 7701, 801, 1, 0, 0, 0, 7702, 7707, 3, 804, 402, 0, 7703, 7704, 5, 6, 0, 0, 7704, 7706, 3, 804, 402, 0, 7705, 7703, 1, 0, 0, 0, 7706, 7709, 1, 0, 0, 0, 7707, 7705, 1, 0, 0, 0, 7707, 7708, 1, 0, 0, 0, 7708, 803, 1, 0, 0, 0, 7709, 7707, 1, 0, 0, 0, 7710, 7711, 3, 1494, 747, 0, 7711, 805, 1, 0, 0, 0, 7712, 7713, 5, 138, 0, 0, 7713, 7714, 5, 451, 0, 0, 7714, 7715, 3, 1440, 720, 0, 7715, 7716, 5, 333, 0, 0, 7716, 7717, 3, 500, 250, 0, 7717, 7791, 1, 0, 0, 0, 7718, 7719, 5, 138, 0, 0, 7719, 7720, 5, 451, 0, 0, 7720, 7721, 3, 1440, 720, 0, 7721, 7722, 5, 164, 0, 0, 7722, 7723, 3, 1462, 731, 0, 7723, 7791, 1, 0, 0, 0, 7724, 7725, 5, 138, 0, 0, 7725, 7726, 5, 451, 0, 0, 7726, 7727, 3, 1440, 720, 0, 7727, 7728, 5, 305, 0, 0, 7728, 7730, 5, 452, 0, 0, 7729, 7731, 3, 714, 357, 0, 7730, 7729, 1, 0, 0, 0, 7730, 7731, 1, 0, 0, 0, 7731, 7791, 1, 0, 0, 0, 7732, 7733, 5, 138, 0, 0, 7733, 7734, 5, 451, 0, 0, 7734, 7735, 3, 1440, 720, 0, 7735, 7736, 5, 333, 0, 0, 7736, 7737, 5, 452, 0, 0, 7737, 7739, 3, 802, 401, 0, 7738, 7740, 3, 714, 357, 0, 7739, 7738, 1, 0, 0, 0, 7739, 7740, 1, 0, 0, 0, 7740, 7791, 1, 0, 0, 0, 7741, 7742, 5, 138, 0, 0, 7742, 7743, 5, 451, 0, 0, 7743, 7744, 3, 1440, 720, 0, 7744, 7745, 5, 133, 0, 0, 7745, 7746, 5, 452, 0, 0, 7746, 7748, 3, 802, 401, 0, 7747, 7749, 3, 714, 357, 0, 7748, 7747, 1, 0, 0, 0, 7748, 7749, 1, 0, 0, 0, 7749, 7791, 1, 0, 0, 0, 7750, 7751, 5, 138, 0, 0, 7751, 7752, 5, 451, 0, 0, 7752, 7753, 3, 1440, 720, 0, 7753, 7754, 5, 191, 0, 0, 7754, 7755, 5, 452, 0, 0, 7755, 7757, 3, 802, 401, 0, 7756, 7758, 3, 714, 357, 0, 7757, 7756, 1, 0, 0, 0, 7757, 7758, 1, 0, 0, 0, 7758, 7791, 1, 0, 0, 0, 7759, 7760, 5, 138, 0, 0, 7760, 7761, 5, 451, 0, 0, 7761, 7762, 3, 1440, 720, 0, 7762, 7763, 5, 193, 0, 0, 7763, 7791, 1, 0, 0, 0, 7764, 7765, 5, 138, 0, 0, 7765, 7766, 5, 451, 0, 0, 7766, 7767, 3, 1440, 720, 0, 7767, 7768, 5, 186, 0, 0, 7768, 7791, 1, 0, 0, 0, 7769, 7770, 5, 138, 0, 0, 7770, 7771, 5, 451, 0, 0, 7771, 7772, 3, 1440, 720, 0, 7772, 7773, 5, 333, 0, 0, 7773, 7774, 3, 500, 250, 0, 7774, 7791, 1, 0, 0, 0, 7775, 7776, 5, 138, 0, 0, 7776, 7777, 5, 451, 0, 0, 7777, 7778, 3, 1440, 720, 0, 7778, 7779, 5, 465, 0, 0, 7779, 7780, 5, 2, 0, 0, 7780, 7781, 3, 512, 256, 0, 7781, 7782, 5, 3, 0, 0, 7782, 7791, 1, 0, 0, 0, 7783, 7784, 5, 138, 0, 0, 7784, 7785, 5, 451, 0, 0, 7785, 7786, 3, 1440, 720, 0, 7786, 7787, 5, 282, 0, 0, 7787, 7788, 5, 94, 0, 0, 7788, 7789, 3, 1474, 737, 0, 7789, 7791, 1, 0, 0, 0, 7790, 7712, 1, 0, 0, 0, 7790, 7718, 1, 0, 0, 0, 7790, 7724, 1, 0, 0, 0, 7790, 7732, 1, 0, 0, 0, 7790, 7741, 1, 0, 0, 0, 7790, 7750, 1, 0, 0, 0, 7790, 7759, 1, 0, 0, 0, 7790, 7764, 1, 0, 0, 0, 7790, 7769, 1, 0, 0, 0, 7790, 7775, 1, 0, 0, 0, 7790, 7783, 1, 0, 0, 0, 7791, 807, 1, 0, 0, 0, 7792, 7794, 5, 46, 0, 0, 7793, 7795, 3, 662, 331, 0, 7794, 7793, 1, 0, 0, 0, 7794, 7795, 1, 0, 0, 0, 7795, 7796, 1, 0, 0, 0, 7796, 7797, 5, 321, 0, 0, 7797, 7798, 3, 1440, 720, 0, 7798, 7799, 5, 36, 0, 0, 7799, 7800, 5, 80, 0, 0, 7800, 7801, 3, 818, 409, 0, 7801, 7802, 5, 94, 0, 0, 7802, 7804, 3, 1416, 708, 0, 7803, 7805, 3, 1148, 574, 0, 7804, 7803, 1, 0, 0, 0, 7804, 7805, 1, 0, 0, 0, 7805, 7806, 1, 0, 0, 0, 7806, 7808, 5, 57, 0, 0, 7807, 7809, 3, 820, 410, 0, 7808, 7807, 1, 0, 0, 0, 7808, 7809, 1, 0, 0, 0, 7809, 7810, 1, 0, 0, 0, 7810, 7811, 3, 810, 405, 0, 7811, 809, 1, 0, 0, 0, 7812, 7819, 5, 270, 0, 0, 7813, 7819, 3, 814, 407, 0, 7814, 7815, 5, 2, 0, 0, 7815, 7816, 3, 812, 406, 0, 7816, 7817, 5, 3, 0, 0, 7817, 7819, 1, 0, 0, 0, 7818, 7812, 1, 0, 0, 0, 7818, 7813, 1, 0, 0, 0, 7818, 7814, 1, 0, 0, 0, 7819, 811, 1, 0, 0, 0, 7820, 7822, 3, 816, 408, 0, 7821, 7820, 1, 0, 0, 0, 7821, 7822, 1, 0, 0, 0, 7822, 7829, 1, 0, 0, 0, 7823, 7825, 5, 7, 0, 0, 7824, 7826, 3, 816, 408, 0, 7825, 7824, 1, 0, 0, 0, 7825, 7826, 1, 0, 0, 0, 7826, 7828, 1, 0, 0, 0, 7827, 7823, 1, 0, 0, 0, 7828, 7831, 1, 0, 0, 0, 7829, 7827, 1, 0, 0, 0, 7829, 7830, 1, 0, 0, 0, 7830, 813, 1, 0, 0, 0, 7831, 7829, 1, 0, 0, 0, 7832, 7838, 3, 1004, 502, 0, 7833, 7838, 3, 954, 477, 0, 7834, 7838, 3, 986, 493, 0, 7835, 7838, 3, 972, 486, 0, 7836, 7838, 3, 822, 411, 0, 7837, 7832, 1, 0, 0, 0, 7837, 7833, 1, 0, 0, 0, 7837, 7834, 1, 0, 0, 0, 7837, 7835, 1, 0, 0, 0, 7837, 7836, 1, 0, 0, 0, 7838, 815, 1, 0, 0, 0, 7839, 7840, 3, 814, 407, 0, 7840, 817, 1, 0, 0, 0, 7841, 7842, 7, 47, 0, 0, 7842, 819, 1, 0, 0, 0, 7843, 7844, 7, 48, 0, 0, 7844, 821, 1, 0, 0, 0, 7845, 7846, 5, 271, 0, 0, 7846, 7848, 3, 1478, 739, 0, 7847, 7849, 3, 824, 412, 0, 7848, 7847, 1, 0, 0, 0, 7848, 7849, 1, 0, 0, 0, 7849, 823, 1, 0, 0, 0, 7850, 7851, 5, 6, 0, 0, 7851, 7852, 3, 1462, 731, 0, 7852, 825, 1, 0, 0, 0, 7853, 7854, 5, 252, 0, 0, 7854, 7855, 3, 1478, 739, 0, 7855, 827, 1, 0, 0, 0, 7856, 7857, 5, 366, 0, 0, 7857, 7861, 3, 1478, 739, 0, 7858, 7859, 5, 366, 0, 0, 7859, 7861, 5, 9, 0, 0, 7860, 7856, 1, 0, 0, 0, 7860, 7858, 1, 0, 0, 0, 7861, 829, 1, 0, 0, 0, 7862, 7864, 5, 129, 0, 0, 7863, 7865, 3, 832, 416, 0, 7864, 7863, 1, 0, 0, 0, 7864, 7865, 1, 0, 0, 0, 7865, 7867, 1, 0, 0, 0, 7866, 7868, 3, 840, 420, 0, 7867, 7866, 1, 0, 0, 0, 7867, 7868, 1, 0, 0, 0, 7868, 7928, 1, 0, 0, 0, 7869, 7871, 5, 146, 0, 0, 7870, 7872, 3, 832, 416, 0, 7871, 7870, 1, 0, 0, 0, 7871, 7872, 1, 0, 0, 0, 7872, 7874, 1, 0, 0, 0, 7873, 7875, 3, 838, 419, 0, 7874, 7873, 1, 0, 0, 0, 7874, 7875, 1, 0, 0, 0, 7875, 7928, 1, 0, 0, 0, 7876, 7877, 5, 340, 0, 0, 7877, 7879, 5, 356, 0, 0, 7878, 7880, 3, 838, 419, 0, 7879, 7878, 1, 0, 0, 0, 7879, 7880, 1, 0, 0, 0, 7880, 7928, 1, 0, 0, 0, 7881, 7883, 5, 454, 0, 0, 7882, 7884, 3, 832, 416, 0, 7883, 7882, 1, 0, 0, 0, 7883, 7884, 1, 0, 0, 0, 7884, 7886, 1, 0, 0, 0, 7885, 7887, 3, 840, 420, 0, 7886, 7885, 1, 0, 0, 0, 7886, 7887, 1, 0, 0, 0, 7887, 7928, 1, 0, 0, 0, 7888, 7889, 5, 322, 0, 0, 7889, 7928, 3, 1478, 739, 0, 7890, 7892, 5, 308, 0, 0, 7891, 7893, 5, 322, 0, 0, 7892, 7891, 1, 0, 0, 0, 7892, 7893, 1, 0, 0, 0, 7893, 7894, 1, 0, 0, 0, 7894, 7928, 3, 1478, 739, 0, 7895, 7896, 5, 290, 0, 0, 7896, 7897, 5, 356, 0, 0, 7897, 7928, 3, 1462, 731, 0, 7898, 7899, 5, 161, 0, 0, 7899, 7900, 5, 291, 0, 0, 7900, 7928, 3, 1462, 731, 0, 7901, 7903, 5, 161, 0, 0, 7902, 7904, 3, 832, 416, 0, 7903, 7902, 1, 0, 0, 0, 7903, 7904, 1, 0, 0, 0, 7904, 7906, 1, 0, 0, 0, 7905, 7907, 3, 840, 420, 0, 7906, 7905, 1, 0, 0, 0, 7906, 7907, 1, 0, 0, 0, 7907, 7928, 1, 0, 0, 0, 7908, 7909, 5, 319, 0, 0, 7909, 7910, 5, 291, 0, 0, 7910, 7928, 3, 1462, 731, 0, 7911, 7913, 5, 319, 0, 0, 7912, 7914, 3, 832, 416, 0, 7913, 7912, 1, 0, 0, 0, 7913, 7914, 1, 0, 0, 0, 7914, 7915, 1, 0, 0, 0, 7915, 7917, 5, 94, 0, 0, 7916, 7918, 5, 322, 0, 0, 7917, 7916, 1, 0, 0, 0, 7917, 7918, 1, 0, 0, 0, 7918, 7919, 1, 0, 0, 0, 7919, 7928, 3, 1478, 739, 0, 7920, 7922, 5, 319, 0, 0, 7921, 7923, 3, 832, 416, 0, 7922, 7921, 1, 0, 0, 0, 7922, 7923, 1, 0, 0, 0, 7923, 7925, 1, 0, 0, 0, 7924, 7926, 3, 840, 420, 0, 7925, 7924, 1, 0, 0, 0, 7925, 7926, 1, 0, 0, 0, 7926, 7928, 1, 0, 0, 0, 7927, 7862, 1, 0, 0, 0, 7927, 7869, 1, 0, 0, 0, 7927, 7876, 1, 0, 0, 0, 7927, 7881, 1, 0, 0, 0, 7927, 7888, 1, 0, 0, 0, 7927, 7890, 1, 0, 0, 0, 7927, 7895, 1, 0, 0, 0, 7927, 7898, 1, 0, 0, 0, 7927, 7901, 1, 0, 0, 0, 7927, 7908, 1, 0, 0, 0, 7927, 7911, 1, 0, 0, 0, 7927, 7920, 1, 0, 0, 0, 7928, 831, 1, 0, 0, 0, 7929, 7930, 7, 49, 0, 0, 7930, 833, 1, 0, 0, 0, 7931, 7932, 5, 244, 0, 0, 7932, 7933, 5, 251, 0, 0, 7933, 7942, 3, 68, 34, 0, 7934, 7935, 5, 300, 0, 0, 7935, 7942, 5, 81, 0, 0, 7936, 7937, 5, 300, 0, 0, 7937, 7942, 5, 382, 0, 0, 7938, 7942, 5, 54, 0, 0, 7939, 7940, 5, 77, 0, 0, 7940, 7942, 5, 54, 0, 0, 7941, 7931, 1, 0, 0, 0, 7941, 7934, 1, 0, 0, 0, 7941, 7936, 1, 0, 0, 0, 7941, 7938, 1, 0, 0, 0, 7941, 7939, 1, 0, 0, 0, 7942, 835, 1, 0, 0, 0, 7943, 7950, 3, 834, 417, 0, 7944, 7946, 5, 6, 0, 0, 7945, 7944, 1, 0, 0, 0, 7945, 7946, 1, 0, 0, 0, 7946, 7947, 1, 0, 0, 0, 7947, 7949, 3, 834, 417, 0, 7948, 7945, 1, 0, 0, 0, 7949, 7952, 1, 0, 0, 0, 7950, 7948, 1, 0, 0, 0, 7950, 7951, 1, 0, 0, 0, 7951, 837, 1, 0, 0, 0, 7952, 7950, 1, 0, 0, 0, 7953, 7954, 3, 836, 418, 0, 7954, 839, 1, 0, 0, 0, 7955, 7957, 5, 33, 0, 0, 7956, 7958, 5, 269, 0, 0, 7957, 7956, 1, 0, 0, 0, 7957, 7958, 1, 0, 0, 0, 7958, 7959, 1, 0, 0, 0, 7959, 7960, 5, 153, 0, 0, 7960, 841, 1, 0, 0, 0, 7961, 7964, 5, 46, 0, 0, 7962, 7963, 5, 82, 0, 0, 7963, 7965, 5, 311, 0, 0, 7964, 7962, 1, 0, 0, 0, 7964, 7965, 1, 0, 0, 0, 7965, 7967, 1, 0, 0, 0, 7966, 7968, 3, 194, 97, 0, 7967, 7966, 1, 0, 0, 0, 7967, 7968, 1, 0, 0, 0, 7968, 7986, 1, 0, 0, 0, 7969, 7970, 5, 376, 0, 0, 7970, 7972, 3, 1412, 706, 0, 7971, 7973, 3, 246, 123, 0, 7972, 7971, 1, 0, 0, 0, 7972, 7973, 1, 0, 0, 0, 7973, 7975, 1, 0, 0, 0, 7974, 7976, 3, 134, 67, 0, 7975, 7974, 1, 0, 0, 0, 7975, 7976, 1, 0, 0, 0, 7976, 7987, 1, 0, 0, 0, 7977, 7978, 5, 303, 0, 0, 7978, 7979, 5, 376, 0, 0, 7979, 7980, 3, 1412, 706, 0, 7980, 7981, 5, 2, 0, 0, 7981, 7982, 3, 248, 124, 0, 7982, 7984, 5, 3, 0, 0, 7983, 7985, 3, 134, 67, 0, 7984, 7983, 1, 0, 0, 0, 7984, 7985, 1, 0, 0, 0, 7985, 7987, 1, 0, 0, 0, 7986, 7969, 1, 0, 0, 0, 7986, 7977, 1, 0, 0, 0, 7987, 7988, 1, 0, 0, 0, 7988, 7989, 5, 36, 0, 0, 7989, 7991, 3, 1004, 502, 0, 7990, 7992, 3, 844, 422, 0, 7991, 7990, 1, 0, 0, 0, 7991, 7992, 1, 0, 0, 0, 7992, 843, 1, 0, 0, 0, 7993, 7995, 5, 105, 0, 0, 7994, 7996, 7, 50, 0, 0, 7995, 7994, 1, 0, 0, 0, 7995, 7996, 1, 0, 0, 0, 7996, 7997, 1, 0, 0, 0, 7997, 7998, 5, 42, 0, 0, 7998, 7999, 5, 279, 0, 0, 7999, 845, 1, 0, 0, 0, 8000, 8001, 5, 253, 0, 0, 8001, 8002, 3, 1444, 722, 0, 8002, 847, 1, 0, 0, 0, 8003, 8004, 5, 46, 0, 0, 8004, 8005, 5, 175, 0, 0, 8005, 8007, 3, 1422, 711, 0, 8006, 8008, 3, 14, 7, 0, 8007, 8006, 1, 0, 0, 0, 8007, 8008, 1, 0, 0, 0, 8008, 8010, 1, 0, 0, 0, 8009, 8011, 3, 850, 425, 0, 8010, 8009, 1, 0, 0, 0, 8010, 8011, 1, 0, 0, 0, 8011, 849, 1, 0, 0, 0, 8012, 8013, 3, 852, 426, 0, 8013, 851, 1, 0, 0, 0, 8014, 8016, 3, 854, 427, 0, 8015, 8014, 1, 0, 0, 0, 8016, 8017, 1, 0, 0, 0, 8017, 8015, 1, 0, 0, 0, 8017, 8018, 1, 0, 0, 0, 8018, 853, 1, 0, 0, 0, 8019, 8021, 3, 856, 428, 0, 8020, 8022, 3, 858, 429, 0, 8021, 8020, 1, 0, 0, 0, 8021, 8022, 1, 0, 0, 0, 8022, 8026, 1, 0, 0, 0, 8023, 8027, 3, 1468, 734, 0, 8024, 8027, 3, 72, 36, 0, 8025, 8027, 5, 53, 0, 0, 8026, 8023, 1, 0, 0, 0, 8026, 8024, 1, 0, 0, 0, 8026, 8025, 1, 0, 0, 0, 8027, 855, 1, 0, 0, 0, 8028, 8029, 5, 164, 0, 0, 8029, 8037, 5, 74, 0, 0, 8030, 8037, 5, 194, 0, 0, 8031, 8037, 5, 255, 0, 0, 8032, 8037, 5, 282, 0, 0, 8033, 8037, 5, 351, 0, 0, 8034, 8037, 5, 353, 0, 0, 8035, 8037, 3, 1496, 748, 0, 8036, 8028, 1, 0, 0, 0, 8036, 8030, 1, 0, 0, 0, 8036, 8031, 1, 0, 0, 0, 8036, 8032, 1, 0, 0, 0, 8036, 8033, 1, 0, 0, 0, 8036, 8034, 1, 0, 0, 0, 8036, 8035, 1, 0, 0, 0, 8037, 857, 1, 0, 0, 0, 8038, 8039, 5, 10, 0, 0, 8039, 859, 1, 0, 0, 0, 8040, 8041, 5, 138, 0, 0, 8041, 8042, 5, 175, 0, 0, 8042, 8054, 3, 1424, 712, 0, 8043, 8044, 5, 333, 0, 0, 8044, 8045, 5, 351, 0, 0, 8045, 8047, 3, 1404, 702, 0, 8046, 8043, 1, 0, 0, 0, 8046, 8047, 1, 0, 0, 0, 8047, 8055, 1, 0, 0, 0, 8048, 8050, 5, 105, 0, 0, 8049, 8048, 1, 0, 0, 0, 8049, 8050, 1, 0, 0, 0, 8050, 8051, 1, 0, 0, 0, 8051, 8053, 3, 850, 425, 0, 8052, 8049, 1, 0, 0, 0, 8052, 8053, 1, 0, 0, 0, 8053, 8055, 1, 0, 0, 0, 8054, 8046, 1, 0, 0, 0, 8054, 8052, 1, 0, 0, 0, 8055, 861, 1, 0, 0, 0, 8056, 8057, 5, 138, 0, 0, 8057, 8058, 5, 175, 0, 0, 8058, 8060, 3, 1424, 712, 0, 8059, 8061, 3, 88, 44, 0, 8060, 8059, 1, 0, 0, 0, 8060, 8061, 1, 0, 0, 0, 8061, 863, 1, 0, 0, 0, 8062, 8067, 3, 866, 433, 0, 8063, 8064, 5, 6, 0, 0, 8064, 8066, 3, 866, 433, 0, 8065, 8063, 1, 0, 0, 0, 8066, 8069, 1, 0, 0, 0, 8067, 8065, 1, 0, 0, 0, 8067, 8068, 1, 0, 0, 0, 8068, 865, 1, 0, 0, 0, 8069, 8067, 1, 0, 0, 0, 8070, 8071, 5, 209, 0, 0, 8071, 867, 1, 0, 0, 0, 8072, 8073, 5, 138, 0, 0, 8073, 8074, 5, 108, 0, 0, 8074, 8075, 3, 562, 281, 0, 8075, 8076, 5, 305, 0, 0, 8076, 8077, 5, 375, 0, 0, 8077, 869, 1, 0, 0, 0, 8078, 8079, 5, 138, 0, 0, 8079, 8080, 5, 349, 0, 0, 8080, 8081, 7, 22, 0, 0, 8081, 8082, 3, 58, 29, 0, 8082, 871, 1, 0, 0, 0, 8083, 8084, 5, 46, 0, 0, 8084, 8085, 5, 189, 0, 0, 8085, 8087, 3, 562, 281, 0, 8086, 8088, 3, 876, 438, 0, 8087, 8086, 1, 0, 0, 0, 8087, 8088, 1, 0, 0, 0, 8088, 8089, 1, 0, 0, 0, 8089, 8090, 3, 1172, 586, 0, 8090, 8091, 3, 218, 109, 0, 8091, 873, 1, 0, 0, 0, 8092, 8093, 5, 138, 0, 0, 8093, 8094, 5, 189, 0, 0, 8094, 8116, 3, 562, 281, 0, 8095, 8117, 3, 122, 61, 0, 8096, 8097, 5, 191, 0, 0, 8097, 8098, 5, 77, 0, 0, 8098, 8117, 5, 78, 0, 0, 8099, 8100, 5, 333, 0, 0, 8100, 8101, 5, 77, 0, 0, 8101, 8117, 5, 78, 0, 0, 8102, 8103, 5, 133, 0, 0, 8103, 8117, 3, 238, 119, 0, 8104, 8105, 5, 191, 0, 0, 8105, 8107, 5, 45, 0, 0, 8106, 8108, 3, 752, 376, 0, 8107, 8106, 1, 0, 0, 0, 8107, 8108, 1, 0, 0, 0, 8108, 8109, 1, 0, 0, 0, 8109, 8111, 3, 1440, 720, 0, 8110, 8112, 3, 124, 62, 0, 8111, 8110, 1, 0, 0, 0, 8111, 8112, 1, 0, 0, 0, 8112, 8117, 1, 0, 0, 0, 8113, 8114, 5, 372, 0, 0, 8114, 8115, 5, 45, 0, 0, 8115, 8117, 3, 1440, 720, 0, 8116, 8095, 1, 0, 0, 0, 8116, 8096, 1, 0, 0, 0, 8116, 8099, 1, 0, 0, 0, 8116, 8102, 1, 0, 0, 0, 8116, 8104, 1, 0, 0, 0, 8116, 8113, 1, 0, 0, 0, 8117, 875, 1, 0, 0, 0, 8118, 8119, 5, 36, 0, 0, 8119, 877, 1, 0, 0, 0, 8120, 8121, 5, 138, 0, 0, 8121, 8122, 5, 355, 0, 0, 8122, 8123, 5, 325, 0, 0, 8123, 8124, 5, 185, 0, 0, 8124, 8125, 3, 562, 281, 0, 8125, 8126, 3, 500, 250, 0, 8126, 879, 1, 0, 0, 0, 8127, 8128, 5, 138, 0, 0, 8128, 8129, 5, 355, 0, 0, 8129, 8130, 5, 325, 0, 0, 8130, 8131, 5, 163, 0, 0, 8131, 8132, 3, 562, 281, 0, 8132, 8133, 5, 133, 0, 0, 8133, 8134, 5, 257, 0, 0, 8134, 8135, 5, 62, 0, 0, 8135, 8136, 3, 1420, 710, 0, 8136, 8137, 3, 882, 441, 0, 8137, 8138, 3, 556, 278, 0, 8138, 8191, 1, 0, 0, 0, 8139, 8140, 5, 138, 0, 0, 8140, 8141, 5, 355, 0, 0, 8141, 8142, 5, 325, 0, 0, 8142, 8143, 5, 163, 0, 0, 8143, 8144, 3, 562, 281, 0, 8144, 8145, 5, 138, 0, 0, 8145, 8146, 5, 257, 0, 0, 8146, 8147, 5, 62, 0, 0, 8147, 8148, 3, 1420, 710, 0, 8148, 8149, 3, 882, 441, 0, 8149, 8150, 3, 556, 278, 0, 8150, 8191, 1, 0, 0, 0, 8151, 8152, 5, 138, 0, 0, 8152, 8153, 5, 355, 0, 0, 8153, 8154, 5, 325, 0, 0, 8154, 8155, 5, 163, 0, 0, 8155, 8156, 3, 562, 281, 0, 8156, 8157, 5, 138, 0, 0, 8157, 8158, 5, 257, 0, 0, 8158, 8159, 5, 311, 0, 0, 8159, 8160, 3, 562, 281, 0, 8160, 8161, 3, 882, 441, 0, 8161, 8162, 3, 562, 281, 0, 8162, 8191, 1, 0, 0, 0, 8163, 8164, 5, 138, 0, 0, 8164, 8165, 5, 355, 0, 0, 8165, 8166, 5, 325, 0, 0, 8166, 8167, 5, 163, 0, 0, 8167, 8168, 3, 562, 281, 0, 8168, 8169, 5, 138, 0, 0, 8169, 8170, 5, 257, 0, 0, 8170, 8171, 5, 62, 0, 0, 8171, 8172, 3, 1420, 710, 0, 8172, 8173, 5, 311, 0, 0, 8173, 8174, 3, 562, 281, 0, 8174, 8175, 3, 882, 441, 0, 8175, 8176, 3, 562, 281, 0, 8176, 8191, 1, 0, 0, 0, 8177, 8178, 5, 138, 0, 0, 8178, 8179, 5, 355, 0, 0, 8179, 8180, 5, 325, 0, 0, 8180, 8181, 5, 163, 0, 0, 8181, 8182, 3, 562, 281, 0, 8182, 8183, 5, 191, 0, 0, 8183, 8185, 5, 257, 0, 0, 8184, 8186, 3, 752, 376, 0, 8185, 8184, 1, 0, 0, 0, 8185, 8186, 1, 0, 0, 0, 8186, 8187, 1, 0, 0, 0, 8187, 8188, 5, 62, 0, 0, 8188, 8189, 3, 1420, 710, 0, 8189, 8191, 1, 0, 0, 0, 8190, 8127, 1, 0, 0, 0, 8190, 8139, 1, 0, 0, 0, 8190, 8151, 1, 0, 0, 0, 8190, 8163, 1, 0, 0, 0, 8190, 8177, 1, 0, 0, 0, 8191, 881, 1, 0, 0, 0, 8192, 8193, 5, 105, 0, 0, 8193, 883, 1, 0, 0, 0, 8194, 8196, 5, 46, 0, 0, 8195, 8197, 3, 528, 264, 0, 8196, 8195, 1, 0, 0, 0, 8196, 8197, 1, 0, 0, 0, 8197, 8198, 1, 0, 0, 0, 8198, 8199, 5, 168, 0, 0, 8199, 8200, 3, 562, 281, 0, 8200, 8201, 5, 62, 0, 0, 8201, 8202, 3, 1462, 731, 0, 8202, 8203, 5, 94, 0, 0, 8203, 8204, 3, 1462, 731, 0, 8204, 8205, 5, 64, 0, 0, 8205, 8206, 3, 562, 281, 0, 8206, 885, 1, 0, 0, 0, 8207, 8209, 5, 158, 0, 0, 8208, 8210, 3, 912, 456, 0, 8209, 8208, 1, 0, 0, 0, 8209, 8210, 1, 0, 0, 0, 8210, 8211, 1, 0, 0, 0, 8211, 8213, 3, 1410, 705, 0, 8212, 8214, 3, 890, 445, 0, 8213, 8212, 1, 0, 0, 0, 8213, 8214, 1, 0, 0, 0, 8214, 8226, 1, 0, 0, 0, 8215, 8217, 5, 158, 0, 0, 8216, 8218, 3, 912, 456, 0, 8217, 8216, 1, 0, 0, 0, 8217, 8218, 1, 0, 0, 0, 8218, 8226, 1, 0, 0, 0, 8219, 8220, 5, 158, 0, 0, 8220, 8221, 3, 888, 444, 0, 8221, 8223, 3, 1410, 705, 0, 8222, 8224, 3, 890, 445, 0, 8223, 8222, 1, 0, 0, 0, 8223, 8224, 1, 0, 0, 0, 8224, 8226, 1, 0, 0, 0, 8225, 8207, 1, 0, 0, 0, 8225, 8215, 1, 0, 0, 0, 8225, 8219, 1, 0, 0, 0, 8226, 887, 1, 0, 0, 0, 8227, 8228, 5, 2, 0, 0, 8228, 8233, 3, 912, 456, 0, 8229, 8230, 5, 6, 0, 0, 8230, 8232, 3, 912, 456, 0, 8231, 8229, 1, 0, 0, 0, 8232, 8235, 1, 0, 0, 0, 8233, 8231, 1, 0, 0, 0, 8233, 8234, 1, 0, 0, 0, 8234, 8236, 1, 0, 0, 0, 8235, 8233, 1, 0, 0, 0, 8236, 8237, 5, 3, 0, 0, 8237, 889, 1, 0, 0, 0, 8238, 8239, 5, 100, 0, 0, 8239, 8240, 3, 1440, 720, 0, 8240, 891, 1, 0, 0, 0, 8241, 8243, 5, 370, 0, 0, 8242, 8244, 3, 918, 459, 0, 8243, 8242, 1, 0, 0, 0, 8243, 8244, 1, 0, 0, 0, 8244, 8246, 1, 0, 0, 0, 8245, 8247, 3, 920, 460, 0, 8246, 8245, 1, 0, 0, 0, 8246, 8247, 1, 0, 0, 0, 8247, 8249, 1, 0, 0, 0, 8248, 8250, 3, 912, 456, 0, 8249, 8248, 1, 0, 0, 0, 8249, 8250, 1, 0, 0, 0, 8250, 8252, 1, 0, 0, 0, 8251, 8253, 3, 906, 453, 0, 8252, 8251, 1, 0, 0, 0, 8252, 8253, 1, 0, 0, 0, 8253, 8255, 1, 0, 0, 0, 8254, 8256, 3, 928, 464, 0, 8255, 8254, 1, 0, 0, 0, 8255, 8256, 1, 0, 0, 0, 8256, 8268, 1, 0, 0, 0, 8257, 8262, 5, 370, 0, 0, 8258, 8259, 5, 2, 0, 0, 8259, 8260, 3, 896, 448, 0, 8260, 8261, 5, 3, 0, 0, 8261, 8263, 1, 0, 0, 0, 8262, 8258, 1, 0, 0, 0, 8262, 8263, 1, 0, 0, 0, 8263, 8265, 1, 0, 0, 0, 8264, 8266, 3, 928, 464, 0, 8265, 8264, 1, 0, 0, 0, 8265, 8266, 1, 0, 0, 0, 8266, 8268, 1, 0, 0, 0, 8267, 8241, 1, 0, 0, 0, 8267, 8257, 1, 0, 0, 0, 8268, 893, 1, 0, 0, 0, 8269, 8271, 3, 898, 449, 0, 8270, 8272, 3, 912, 456, 0, 8271, 8270, 1, 0, 0, 0, 8271, 8272, 1, 0, 0, 0, 8272, 8274, 1, 0, 0, 0, 8273, 8275, 3, 928, 464, 0, 8274, 8273, 1, 0, 0, 0, 8274, 8275, 1, 0, 0, 0, 8275, 8284, 1, 0, 0, 0, 8276, 8277, 3, 898, 449, 0, 8277, 8278, 5, 2, 0, 0, 8278, 8279, 3, 908, 454, 0, 8279, 8281, 5, 3, 0, 0, 8280, 8282, 3, 928, 464, 0, 8281, 8280, 1, 0, 0, 0, 8281, 8282, 1, 0, 0, 0, 8282, 8284, 1, 0, 0, 0, 8283, 8269, 1, 0, 0, 0, 8283, 8276, 1, 0, 0, 0, 8284, 895, 1, 0, 0, 0, 8285, 8290, 3, 900, 450, 0, 8286, 8287, 5, 6, 0, 0, 8287, 8289, 3, 900, 450, 0, 8288, 8286, 1, 0, 0, 0, 8289, 8292, 1, 0, 0, 0, 8290, 8288, 1, 0, 0, 0, 8290, 8291, 1, 0, 0, 0, 8291, 897, 1, 0, 0, 0, 8292, 8290, 1, 0, 0, 0, 8293, 8294, 7, 51, 0, 0, 8294, 899, 1, 0, 0, 0, 8295, 8297, 3, 902, 451, 0, 8296, 8298, 3, 904, 452, 0, 8297, 8296, 1, 0, 0, 0, 8297, 8298, 1, 0, 0, 0, 8298, 901, 1, 0, 0, 0, 8299, 8302, 3, 1492, 746, 0, 8300, 8302, 3, 898, 449, 0, 8301, 8299, 1, 0, 0, 0, 8301, 8300, 1, 0, 0, 0, 8302, 903, 1, 0, 0, 0, 8303, 8306, 3, 72, 36, 0, 8304, 8306, 3, 326, 163, 0, 8305, 8303, 1, 0, 0, 0, 8305, 8304, 1, 0, 0, 0, 8306, 905, 1, 0, 0, 0, 8307, 8308, 3, 898, 449, 0, 8308, 907, 1, 0, 0, 0, 8309, 8314, 3, 910, 455, 0, 8310, 8311, 5, 6, 0, 0, 8311, 8313, 3, 910, 455, 0, 8312, 8310, 1, 0, 0, 0, 8313, 8316, 1, 0, 0, 0, 8314, 8312, 1, 0, 0, 0, 8314, 8315, 1, 0, 0, 0, 8315, 909, 1, 0, 0, 0, 8316, 8314, 1, 0, 0, 0, 8317, 8321, 3, 912, 456, 0, 8318, 8321, 3, 914, 457, 0, 8319, 8321, 3, 916, 458, 0, 8320, 8317, 1, 0, 0, 0, 8320, 8318, 1, 0, 0, 0, 8320, 8319, 1, 0, 0, 0, 8321, 911, 1, 0, 0, 0, 8322, 8324, 5, 128, 0, 0, 8323, 8325, 7, 52, 0, 0, 8324, 8323, 1, 0, 0, 0, 8324, 8325, 1, 0, 0, 0, 8325, 913, 1, 0, 0, 0, 8326, 8328, 5, 547, 0, 0, 8327, 8329, 7, 52, 0, 0, 8328, 8327, 1, 0, 0, 0, 8328, 8329, 1, 0, 0, 0, 8329, 915, 1, 0, 0, 0, 8330, 8333, 5, 548, 0, 0, 8331, 8334, 3, 326, 163, 0, 8332, 8334, 3, 1462, 731, 0, 8333, 8331, 1, 0, 0, 0, 8333, 8332, 1, 0, 0, 0, 8334, 917, 1, 0, 0, 0, 8335, 8336, 5, 113, 0, 0, 8336, 919, 1, 0, 0, 0, 8337, 8338, 5, 112, 0, 0, 8338, 921, 1, 0, 0, 0, 8339, 8340, 5, 2, 0, 0, 8340, 8341, 3, 248, 124, 0, 8341, 8342, 5, 3, 0, 0, 8342, 923, 1, 0, 0, 0, 8343, 8345, 3, 1410, 705, 0, 8344, 8346, 3, 922, 461, 0, 8345, 8344, 1, 0, 0, 0, 8345, 8346, 1, 0, 0, 0, 8346, 925, 1, 0, 0, 0, 8347, 8352, 3, 924, 462, 0, 8348, 8349, 5, 6, 0, 0, 8349, 8351, 3, 924, 462, 0, 8350, 8348, 1, 0, 0, 0, 8351, 8354, 1, 0, 0, 0, 8352, 8350, 1, 0, 0, 0, 8352, 8353, 1, 0, 0, 0, 8353, 927, 1, 0, 0, 0, 8354, 8352, 1, 0, 0, 0, 8355, 8356, 3, 926, 463, 0, 8356, 929, 1, 0, 0, 0, 8357, 8358, 5, 203, 0, 0, 8358, 8376, 3, 932, 466, 0, 8359, 8360, 5, 203, 0, 0, 8360, 8362, 3, 898, 449, 0, 8361, 8363, 3, 912, 456, 0, 8362, 8361, 1, 0, 0, 0, 8362, 8363, 1, 0, 0, 0, 8363, 8364, 1, 0, 0, 0, 8364, 8365, 3, 932, 466, 0, 8365, 8376, 1, 0, 0, 0, 8366, 8367, 5, 203, 0, 0, 8367, 8368, 5, 128, 0, 0, 8368, 8376, 3, 932, 466, 0, 8369, 8370, 5, 203, 0, 0, 8370, 8371, 5, 2, 0, 0, 8371, 8372, 3, 934, 467, 0, 8372, 8373, 5, 3, 0, 0, 8373, 8374, 3, 932, 466, 0, 8374, 8376, 1, 0, 0, 0, 8375, 8357, 1, 0, 0, 0, 8375, 8359, 1, 0, 0, 0, 8375, 8366, 1, 0, 0, 0, 8375, 8369, 1, 0, 0, 0, 8376, 931, 1, 0, 0, 0, 8377, 8387, 3, 1004, 502, 0, 8378, 8387, 3, 954, 477, 0, 8379, 8387, 3, 986, 493, 0, 8380, 8387, 3, 972, 486, 0, 8381, 8387, 3, 996, 498, 0, 8382, 8387, 3, 298, 149, 0, 8383, 8387, 3, 304, 152, 0, 8384, 8387, 3, 310, 155, 0, 8385, 8387, 3, 948, 474, 0, 8386, 8377, 1, 0, 0, 0, 8386, 8378, 1, 0, 0, 0, 8386, 8379, 1, 0, 0, 0, 8386, 8380, 1, 0, 0, 0, 8386, 8381, 1, 0, 0, 0, 8386, 8382, 1, 0, 0, 0, 8386, 8383, 1, 0, 0, 0, 8386, 8384, 1, 0, 0, 0, 8386, 8385, 1, 0, 0, 0, 8387, 933, 1, 0, 0, 0, 8388, 8393, 3, 936, 468, 0, 8389, 8390, 5, 6, 0, 0, 8390, 8392, 3, 936, 468, 0, 8391, 8389, 1, 0, 0, 0, 8392, 8395, 1, 0, 0, 0, 8393, 8391, 1, 0, 0, 0, 8393, 8394, 1, 0, 0, 0, 8394, 935, 1, 0, 0, 0, 8395, 8393, 1, 0, 0, 0, 8396, 8398, 3, 938, 469, 0, 8397, 8399, 3, 940, 470, 0, 8398, 8397, 1, 0, 0, 0, 8398, 8399, 1, 0, 0, 0, 8399, 937, 1, 0, 0, 0, 8400, 8403, 3, 1492, 746, 0, 8401, 8403, 3, 898, 449, 0, 8402, 8400, 1, 0, 0, 0, 8402, 8401, 1, 0, 0, 0, 8403, 939, 1, 0, 0, 0, 8404, 8407, 3, 72, 36, 0, 8405, 8407, 3, 326, 163, 0, 8406, 8404, 1, 0, 0, 0, 8406, 8405, 1, 0, 0, 0, 8407, 941, 1, 0, 0, 0, 8408, 8409, 5, 290, 0, 0, 8409, 8411, 3, 1440, 720, 0, 8410, 8412, 3, 944, 472, 0, 8411, 8410, 1, 0, 0, 0, 8411, 8412, 1, 0, 0, 0, 8412, 8413, 1, 0, 0, 0, 8413, 8414, 5, 36, 0, 0, 8414, 8415, 3, 946, 473, 0, 8415, 943, 1, 0, 0, 0, 8416, 8417, 5, 2, 0, 0, 8417, 8418, 3, 1346, 673, 0, 8418, 8419, 5, 3, 0, 0, 8419, 945, 1, 0, 0, 0, 8420, 8425, 3, 1004, 502, 0, 8421, 8425, 3, 954, 477, 0, 8422, 8425, 3, 986, 493, 0, 8423, 8425, 3, 972, 486, 0, 8424, 8420, 1, 0, 0, 0, 8424, 8421, 1, 0, 0, 0, 8424, 8422, 1, 0, 0, 0, 8424, 8423, 1, 0, 0, 0, 8425, 947, 1, 0, 0, 0, 8426, 8427, 5, 202, 0, 0, 8427, 8429, 3, 1440, 720, 0, 8428, 8430, 3, 950, 475, 0, 8429, 8428, 1, 0, 0, 0, 8429, 8430, 1, 0, 0, 0, 8430, 8446, 1, 0, 0, 0, 8431, 8433, 3, 190, 95, 0, 8432, 8434, 3, 520, 260, 0, 8433, 8432, 1, 0, 0, 0, 8433, 8434, 1, 0, 0, 0, 8434, 8435, 1, 0, 0, 0, 8435, 8436, 3, 300, 150, 0, 8436, 8437, 5, 36, 0, 0, 8437, 8438, 5, 202, 0, 0, 8438, 8440, 3, 1440, 720, 0, 8439, 8441, 3, 950, 475, 0, 8440, 8439, 1, 0, 0, 0, 8440, 8441, 1, 0, 0, 0, 8441, 8443, 1, 0, 0, 0, 8442, 8444, 3, 302, 151, 0, 8443, 8442, 1, 0, 0, 0, 8443, 8444, 1, 0, 0, 0, 8444, 8446, 1, 0, 0, 0, 8445, 8426, 1, 0, 0, 0, 8445, 8431, 1, 0, 0, 0, 8446, 949, 1, 0, 0, 0, 8447, 8448, 5, 2, 0, 0, 8448, 8449, 3, 1332, 666, 0, 8449, 8450, 5, 3, 0, 0, 8450, 951, 1, 0, 0, 0, 8451, 8453, 5, 177, 0, 0, 8452, 8454, 5, 290, 0, 0, 8453, 8452, 1, 0, 0, 0, 8453, 8454, 1, 0, 0, 0, 8454, 8457, 1, 0, 0, 0, 8455, 8458, 3, 1440, 720, 0, 8456, 8458, 5, 30, 0, 0, 8457, 8455, 1, 0, 0, 0, 8457, 8456, 1, 0, 0, 0, 8458, 953, 1, 0, 0, 0, 8459, 8461, 3, 1030, 515, 0, 8460, 8459, 1, 0, 0, 0, 8460, 8461, 1, 0, 0, 0, 8461, 8462, 1, 0, 0, 0, 8462, 8463, 5, 241, 0, 0, 8463, 8464, 5, 71, 0, 0, 8464, 8465, 3, 956, 478, 0, 8465, 8467, 3, 958, 479, 0, 8466, 8468, 3, 966, 483, 0, 8467, 8466, 1, 0, 0, 0, 8467, 8468, 1, 0, 0, 0, 8468, 8470, 1, 0, 0, 0, 8469, 8471, 3, 970, 485, 0, 8470, 8469, 1, 0, 0, 0, 8470, 8471, 1, 0, 0, 0, 8471, 955, 1, 0, 0, 0, 8472, 8475, 3, 1410, 705, 0, 8473, 8474, 5, 36, 0, 0, 8474, 8476, 3, 1478, 739, 0, 8475, 8473, 1, 0, 0, 0, 8475, 8476, 1, 0, 0, 0, 8476, 957, 1, 0, 0, 0, 8477, 8478, 5, 2, 0, 0, 8478, 8479, 3, 962, 481, 0, 8479, 8480, 5, 3, 0, 0, 8480, 8482, 1, 0, 0, 0, 8481, 8477, 1, 0, 0, 0, 8481, 8482, 1, 0, 0, 0, 8482, 8487, 1, 0, 0, 0, 8483, 8484, 5, 463, 0, 0, 8484, 8485, 3, 960, 480, 0, 8485, 8486, 5, 450, 0, 0, 8486, 8488, 1, 0, 0, 0, 8487, 8483, 1, 0, 0, 0, 8487, 8488, 1, 0, 0, 0, 8488, 8491, 1, 0, 0, 0, 8489, 8492, 3, 1698, 849, 0, 8490, 8492, 3, 1004, 502, 0, 8491, 8489, 1, 0, 0, 0, 8491, 8490, 1, 0, 0, 0, 8492, 959, 1, 0, 0, 0, 8493, 8494, 7, 53, 0, 0, 8494, 961, 1, 0, 0, 0, 8495, 8500, 3, 964, 482, 0, 8496, 8497, 5, 6, 0, 0, 8497, 8499, 3, 964, 482, 0, 8498, 8496, 1, 0, 0, 0, 8499, 8502, 1, 0, 0, 0, 8500, 8498, 1, 0, 0, 0, 8500, 8501, 1, 0, 0, 0, 8501, 963, 1, 0, 0, 0, 8502, 8500, 1, 0, 0, 0, 8503, 8504, 3, 1436, 718, 0, 8504, 8505, 3, 1386, 693, 0, 8505, 965, 1, 0, 0, 0, 8506, 8507, 5, 80, 0, 0, 8507, 8509, 5, 464, 0, 0, 8508, 8510, 3, 968, 484, 0, 8509, 8508, 1, 0, 0, 0, 8509, 8510, 1, 0, 0, 0, 8510, 8511, 1, 0, 0, 0, 8511, 8519, 5, 57, 0, 0, 8512, 8513, 5, 369, 0, 0, 8513, 8514, 5, 333, 0, 0, 8514, 8516, 3, 988, 494, 0, 8515, 8517, 3, 1148, 574, 0, 8516, 8515, 1, 0, 0, 0, 8516, 8517, 1, 0, 0, 0, 8517, 8520, 1, 0, 0, 0, 8518, 8520, 5, 270, 0, 0, 8519, 8512, 1, 0, 0, 0, 8519, 8518, 1, 0, 0, 0, 8520, 967, 1, 0, 0, 0, 8521, 8522, 5, 2, 0, 0, 8522, 8523, 3, 640, 320, 0, 8523, 8525, 5, 3, 0, 0, 8524, 8526, 3, 1148, 574, 0, 8525, 8524, 1, 0, 0, 0, 8525, 8526, 1, 0, 0, 0, 8526, 8531, 1, 0, 0, 0, 8527, 8528, 5, 80, 0, 0, 8528, 8529, 5, 45, 0, 0, 8529, 8531, 3, 1440, 720, 0, 8530, 8521, 1, 0, 0, 0, 8530, 8527, 1, 0, 0, 0, 8531, 969, 1, 0, 0, 0, 8532, 8533, 5, 87, 0, 0, 8533, 8534, 3, 1390, 695, 0, 8534, 971, 1, 0, 0, 0, 8535, 8537, 3, 1030, 515, 0, 8536, 8535, 1, 0, 0, 0, 8536, 8537, 1, 0, 0, 0, 8537, 8538, 1, 0, 0, 0, 8538, 8539, 5, 182, 0, 0, 8539, 8540, 5, 64, 0, 0, 8540, 8542, 3, 1132, 566, 0, 8541, 8543, 3, 974, 487, 0, 8542, 8541, 1, 0, 0, 0, 8542, 8543, 1, 0, 0, 0, 8543, 8545, 1, 0, 0, 0, 8544, 8546, 3, 1150, 575, 0, 8545, 8544, 1, 0, 0, 0, 8545, 8546, 1, 0, 0, 0, 8546, 8548, 1, 0, 0, 0, 8547, 8549, 3, 970, 485, 0, 8548, 8547, 1, 0, 0, 0, 8548, 8549, 1, 0, 0, 0, 8549, 973, 1, 0, 0, 0, 8550, 8551, 5, 100, 0, 0, 8551, 8552, 3, 1108, 554, 0, 8552, 975, 1, 0, 0, 0, 8553, 8555, 5, 256, 0, 0, 8554, 8556, 3, 1038, 519, 0, 8555, 8554, 1, 0, 0, 0, 8555, 8556, 1, 0, 0, 0, 8556, 8557, 1, 0, 0, 0, 8557, 8559, 3, 1128, 564, 0, 8558, 8560, 3, 978, 489, 0, 8559, 8558, 1, 0, 0, 0, 8559, 8560, 1, 0, 0, 0, 8560, 8562, 1, 0, 0, 0, 8561, 8563, 3, 982, 491, 0, 8562, 8561, 1, 0, 0, 0, 8562, 8563, 1, 0, 0, 0, 8563, 977, 1, 0, 0, 0, 8564, 8565, 5, 68, 0, 0, 8565, 8566, 3, 980, 490, 0, 8566, 8567, 5, 263, 0, 0, 8567, 979, 1, 0, 0, 0, 8568, 8569, 5, 131, 0, 0, 8569, 8581, 7, 54, 0, 0, 8570, 8571, 5, 414, 0, 0, 8571, 8581, 7, 54, 0, 0, 8572, 8577, 5, 334, 0, 0, 8573, 8574, 5, 369, 0, 0, 8574, 8578, 5, 201, 0, 0, 8575, 8576, 5, 414, 0, 0, 8576, 8578, 5, 201, 0, 0, 8577, 8573, 1, 0, 0, 0, 8577, 8575, 1, 0, 0, 0, 8577, 8578, 1, 0, 0, 0, 8578, 8581, 1, 0, 0, 0, 8579, 8581, 5, 201, 0, 0, 8580, 8568, 1, 0, 0, 0, 8580, 8570, 1, 0, 0, 0, 8580, 8572, 1, 0, 0, 0, 8580, 8579, 1, 0, 0, 0, 8581, 981, 1, 0, 0, 0, 8582, 8583, 5, 272, 0, 0, 8583, 983, 1, 0, 0, 0, 8584, 8588, 5, 272, 0, 0, 8585, 8586, 5, 465, 0, 0, 8586, 8588, 5, 466, 0, 0, 8587, 8584, 1, 0, 0, 0, 8587, 8585, 1, 0, 0, 0, 8588, 985, 1, 0, 0, 0, 8589, 8591, 3, 1030, 515, 0, 8590, 8589, 1, 0, 0, 0, 8590, 8591, 1, 0, 0, 0, 8591, 8592, 1, 0, 0, 0, 8592, 8593, 5, 369, 0, 0, 8593, 8594, 3, 1132, 566, 0, 8594, 8595, 5, 333, 0, 0, 8595, 8597, 3, 988, 494, 0, 8596, 8598, 3, 1106, 553, 0, 8597, 8596, 1, 0, 0, 0, 8597, 8598, 1, 0, 0, 0, 8598, 8600, 1, 0, 0, 0, 8599, 8601, 3, 1150, 575, 0, 8600, 8599, 1, 0, 0, 0, 8600, 8601, 1, 0, 0, 0, 8601, 8603, 1, 0, 0, 0, 8602, 8604, 3, 970, 485, 0, 8603, 8602, 1, 0, 0, 0, 8603, 8604, 1, 0, 0, 0, 8604, 987, 1, 0, 0, 0, 8605, 8610, 3, 990, 495, 0, 8606, 8607, 5, 6, 0, 0, 8607, 8609, 3, 990, 495, 0, 8608, 8606, 1, 0, 0, 0, 8609, 8612, 1, 0, 0, 0, 8610, 8608, 1, 0, 0, 0, 8610, 8611, 1, 0, 0, 0, 8611, 989, 1, 0, 0, 0, 8612, 8610, 1, 0, 0, 0, 8613, 8614, 3, 992, 496, 0, 8614, 8615, 5, 10, 0, 0, 8615, 8616, 3, 1216, 608, 0, 8616, 8632, 1, 0, 0, 0, 8617, 8618, 5, 2, 0, 0, 8618, 8619, 3, 994, 497, 0, 8619, 8620, 5, 3, 0, 0, 8620, 8629, 5, 10, 0, 0, 8621, 8623, 5, 414, 0, 0, 8622, 8621, 1, 0, 0, 0, 8622, 8623, 1, 0, 0, 0, 8623, 8624, 1, 0, 0, 0, 8624, 8630, 3, 1216, 608, 0, 8625, 8626, 5, 2, 0, 0, 8626, 8627, 3, 1010, 505, 0, 8627, 8628, 5, 3, 0, 0, 8628, 8630, 1, 0, 0, 0, 8629, 8622, 1, 0, 0, 0, 8629, 8625, 1, 0, 0, 0, 8630, 8632, 1, 0, 0, 0, 8631, 8613, 1, 0, 0, 0, 8631, 8617, 1, 0, 0, 0, 8632, 991, 1, 0, 0, 0, 8633, 8634, 3, 1436, 718, 0, 8634, 8635, 3, 1386, 693, 0, 8635, 993, 1, 0, 0, 0, 8636, 8641, 3, 992, 496, 0, 8637, 8638, 5, 6, 0, 0, 8638, 8640, 3, 992, 496, 0, 8639, 8637, 1, 0, 0, 0, 8640, 8643, 1, 0, 0, 0, 8641, 8639, 1, 0, 0, 0, 8641, 8642, 1, 0, 0, 0, 8642, 995, 1, 0, 0, 0, 8643, 8641, 1, 0, 0, 0, 8644, 8645, 5, 178, 0, 0, 8645, 8646, 3, 998, 499, 0, 8646, 8647, 3, 1000, 500, 0, 8647, 8648, 5, 172, 0, 0, 8648, 8649, 3, 1002, 501, 0, 8649, 8650, 5, 62, 0, 0, 8650, 8651, 3, 1004, 502, 0, 8651, 997, 1, 0, 0, 0, 8652, 8653, 3, 1440, 720, 0, 8653, 999, 1, 0, 0, 0, 8654, 8655, 5, 269, 0, 0, 8655, 8660, 5, 324, 0, 0, 8656, 8660, 5, 324, 0, 0, 8657, 8660, 5, 107, 0, 0, 8658, 8660, 5, 240, 0, 0, 8659, 8654, 1, 0, 0, 0, 8659, 8656, 1, 0, 0, 0, 8659, 8657, 1, 0, 0, 0, 8659, 8658, 1, 0, 0, 0, 8660, 8663, 1, 0, 0, 0, 8661, 8659, 1, 0, 0, 0, 8661, 8662, 1, 0, 0, 0, 8662, 1001, 1, 0, 0, 0, 8663, 8661, 1, 0, 0, 0, 8664, 8670, 1, 0, 0, 0, 8665, 8666, 5, 105, 0, 0, 8666, 8670, 5, 217, 0, 0, 8667, 8668, 5, 379, 0, 0, 8668, 8670, 5, 217, 0, 0, 8669, 8664, 1, 0, 0, 0, 8669, 8665, 1, 0, 0, 0, 8669, 8667, 1, 0, 0, 0, 8670, 1003, 1, 0, 0, 0, 8671, 8674, 3, 1008, 504, 0, 8672, 8674, 3, 1006, 503, 0, 8673, 8671, 1, 0, 0, 0, 8673, 8672, 1, 0, 0, 0, 8674, 1005, 1, 0, 0, 0, 8675, 8676, 5, 2, 0, 0, 8676, 8677, 3, 1008, 504, 0, 8677, 8678, 5, 3, 0, 0, 8678, 8684, 1, 0, 0, 0, 8679, 8680, 5, 2, 0, 0, 8680, 8681, 3, 1006, 503, 0, 8681, 8682, 5, 3, 0, 0, 8682, 8684, 1, 0, 0, 0, 8683, 8675, 1, 0, 0, 0, 8683, 8679, 1, 0, 0, 0, 8684, 1007, 1, 0, 0, 0, 8685, 8687, 3, 1010, 505, 0, 8686, 8688, 3, 1046, 523, 0, 8687, 8686, 1, 0, 0, 0, 8687, 8688, 1, 0, 0, 0, 8688, 8697, 1, 0, 0, 0, 8689, 8691, 3, 1092, 546, 0, 8690, 8692, 3, 1056, 528, 0, 8691, 8690, 1, 0, 0, 0, 8691, 8692, 1, 0, 0, 0, 8692, 8698, 1, 0, 0, 0, 8693, 8695, 3, 1054, 527, 0, 8694, 8696, 3, 1094, 547, 0, 8695, 8694, 1, 0, 0, 0, 8695, 8696, 1, 0, 0, 0, 8696, 8698, 1, 0, 0, 0, 8697, 8689, 1, 0, 0, 0, 8697, 8693, 1, 0, 0, 0, 8697, 8698, 1, 0, 0, 0, 8698, 8715, 1, 0, 0, 0, 8699, 8700, 3, 1018, 509, 0, 8700, 8702, 3, 1010, 505, 0, 8701, 8703, 3, 1046, 523, 0, 8702, 8701, 1, 0, 0, 0, 8702, 8703, 1, 0, 0, 0, 8703, 8712, 1, 0, 0, 0, 8704, 8706, 3, 1092, 546, 0, 8705, 8707, 3, 1056, 528, 0, 8706, 8705, 1, 0, 0, 0, 8706, 8707, 1, 0, 0, 0, 8707, 8713, 1, 0, 0, 0, 8708, 8710, 3, 1054, 527, 0, 8709, 8711, 3, 1094, 547, 0, 8710, 8709, 1, 0, 0, 0, 8710, 8711, 1, 0, 0, 0, 8711, 8713, 1, 0, 0, 0, 8712, 8704, 1, 0, 0, 0, 8712, 8708, 1, 0, 0, 0, 8712, 8713, 1, 0, 0, 0, 8713, 8715, 1, 0, 0, 0, 8714, 8685, 1, 0, 0, 0, 8714, 8699, 1, 0, 0, 0, 8715, 1009, 1, 0, 0, 0, 8716, 8719, 3, 1012, 506, 0, 8717, 8719, 3, 1006, 503, 0, 8718, 8716, 1, 0, 0, 0, 8718, 8717, 1, 0, 0, 0, 8719, 1011, 1, 0, 0, 0, 8720, 8736, 5, 88, 0, 0, 8721, 8723, 3, 1044, 522, 0, 8722, 8721, 1, 0, 0, 0, 8722, 8723, 1, 0, 0, 0, 8723, 8725, 1, 0, 0, 0, 8724, 8726, 3, 1032, 516, 0, 8725, 8724, 1, 0, 0, 0, 8725, 8726, 1, 0, 0, 0, 8726, 8728, 1, 0, 0, 0, 8727, 8729, 3, 1388, 694, 0, 8728, 8727, 1, 0, 0, 0, 8728, 8729, 1, 0, 0, 0, 8729, 8737, 1, 0, 0, 0, 8730, 8732, 3, 1042, 521, 0, 8731, 8730, 1, 0, 0, 0, 8731, 8732, 1, 0, 0, 0, 8732, 8734, 1, 0, 0, 0, 8733, 8735, 3, 1390, 695, 0, 8734, 8733, 1, 0, 0, 0, 8734, 8735, 1, 0, 0, 0, 8735, 8737, 1, 0, 0, 0, 8736, 8722, 1, 0, 0, 0, 8736, 8731, 1, 0, 0, 0, 8737, 8739, 1, 0, 0, 0, 8738, 8740, 3, 1032, 516, 0, 8739, 8738, 1, 0, 0, 0, 8739, 8740, 1, 0, 0, 0, 8740, 8742, 1, 0, 0, 0, 8741, 8743, 3, 1106, 553, 0, 8742, 8741, 1, 0, 0, 0, 8742, 8743, 1, 0, 0, 0, 8743, 8745, 1, 0, 0, 0, 8744, 8746, 3, 1148, 574, 0, 8745, 8744, 1, 0, 0, 0, 8745, 8746, 1, 0, 0, 0, 8746, 8748, 1, 0, 0, 0, 8747, 8749, 3, 1076, 538, 0, 8748, 8747, 1, 0, 0, 0, 8748, 8749, 1, 0, 0, 0, 8749, 8751, 1, 0, 0, 0, 8750, 8752, 3, 1090, 545, 0, 8751, 8750, 1, 0, 0, 0, 8751, 8752, 1, 0, 0, 0, 8752, 8754, 1, 0, 0, 0, 8753, 8755, 3, 1292, 646, 0, 8754, 8753, 1, 0, 0, 0, 8754, 8755, 1, 0, 0, 0, 8755, 8766, 1, 0, 0, 0, 8756, 8766, 3, 1104, 552, 0, 8757, 8758, 5, 92, 0, 0, 8758, 8766, 3, 1122, 561, 0, 8759, 8760, 3, 1006, 503, 0, 8760, 8763, 3, 1016, 508, 0, 8761, 8764, 3, 1012, 506, 0, 8762, 8764, 3, 1006, 503, 0, 8763, 8761, 1, 0, 0, 0, 8763, 8762, 1, 0, 0, 0, 8764, 8766, 1, 0, 0, 0, 8765, 8720, 1, 0, 0, 0, 8765, 8756, 1, 0, 0, 0, 8765, 8757, 1, 0, 0, 0, 8765, 8759, 1, 0, 0, 0, 8766, 8774, 1, 0, 0, 0, 8767, 8770, 3, 1016, 508, 0, 8768, 8771, 3, 1012, 506, 0, 8769, 8771, 3, 1006, 503, 0, 8770, 8768, 1, 0, 0, 0, 8770, 8769, 1, 0, 0, 0, 8771, 8773, 1, 0, 0, 0, 8772, 8767, 1, 0, 0, 0, 8773, 8776, 1, 0, 0, 0, 8774, 8772, 1, 0, 0, 0, 8774, 8775, 1, 0, 0, 0, 8775, 1013, 1, 0, 0, 0, 8776, 8774, 1, 0, 0, 0, 8777, 8781, 5, 97, 0, 0, 8778, 8781, 5, 70, 0, 0, 8779, 8781, 5, 59, 0, 0, 8780, 8777, 1, 0, 0, 0, 8780, 8778, 1, 0, 0, 0, 8780, 8779, 1, 0, 0, 0, 8781, 1015, 1, 0, 0, 0, 8782, 8784, 3, 1014, 507, 0, 8783, 8785, 3, 1040, 520, 0, 8784, 8783, 1, 0, 0, 0, 8784, 8785, 1, 0, 0, 0, 8785, 1017, 1, 0, 0, 0, 8786, 8788, 5, 105, 0, 0, 8787, 8789, 5, 303, 0, 0, 8788, 8787, 1, 0, 0, 0, 8788, 8789, 1, 0, 0, 0, 8789, 8790, 1, 0, 0, 0, 8790, 8791, 3, 1020, 510, 0, 8791, 1019, 1, 0, 0, 0, 8792, 8797, 3, 1022, 511, 0, 8793, 8794, 5, 6, 0, 0, 8794, 8796, 3, 1022, 511, 0, 8795, 8793, 1, 0, 0, 0, 8796, 8799, 1, 0, 0, 0, 8797, 8795, 1, 0, 0, 0, 8797, 8798, 1, 0, 0, 0, 8798, 1021, 1, 0, 0, 0, 8799, 8797, 1, 0, 0, 0, 8800, 8802, 3, 1440, 720, 0, 8801, 8803, 3, 922, 461, 0, 8802, 8801, 1, 0, 0, 0, 8802, 8803, 1, 0, 0, 0, 8803, 8804, 1, 0, 0, 0, 8804, 8806, 5, 36, 0, 0, 8805, 8807, 3, 1028, 514, 0, 8806, 8805, 1, 0, 0, 0, 8806, 8807, 1, 0, 0, 0, 8807, 8808, 1, 0, 0, 0, 8808, 8809, 5, 2, 0, 0, 8809, 8810, 3, 946, 473, 0, 8810, 8812, 5, 3, 0, 0, 8811, 8813, 3, 1024, 512, 0, 8812, 8811, 1, 0, 0, 0, 8812, 8813, 1, 0, 0, 0, 8813, 8815, 1, 0, 0, 0, 8814, 8816, 3, 1026, 513, 0, 8815, 8814, 1, 0, 0, 0, 8815, 8816, 1, 0, 0, 0, 8816, 1023, 1, 0, 0, 0, 8817, 8818, 5, 325, 0, 0, 8818, 8819, 7, 55, 0, 0, 8819, 8820, 5, 207, 0, 0, 8820, 8821, 5, 147, 0, 0, 8821, 8822, 3, 248, 124, 0, 8822, 8823, 5, 333, 0, 0, 8823, 8824, 3, 1436, 718, 0, 8824, 1025, 1, 0, 0, 0, 8825, 8826, 5, 173, 0, 0, 8826, 8827, 3, 248, 124, 0, 8827, 8828, 5, 333, 0, 0, 8828, 8834, 3, 1436, 718, 0, 8829, 8830, 5, 94, 0, 0, 8830, 8831, 3, 1440, 720, 0, 8831, 8832, 5, 53, 0, 0, 8832, 8833, 3, 1440, 720, 0, 8833, 8835, 1, 0, 0, 0, 8834, 8829, 1, 0, 0, 0, 8834, 8835, 1, 0, 0, 0, 8835, 8836, 1, 0, 0, 0, 8836, 8837, 5, 100, 0, 0, 8837, 8838, 3, 1436, 718, 0, 8838, 1027, 1, 0, 0, 0, 8839, 8843, 5, 259, 0, 0, 8840, 8841, 5, 77, 0, 0, 8841, 8843, 5, 259, 0, 0, 8842, 8839, 1, 0, 0, 0, 8842, 8840, 1, 0, 0, 0, 8843, 1029, 1, 0, 0, 0, 8844, 8845, 3, 1018, 509, 0, 8845, 1031, 1, 0, 0, 0, 8846, 8851, 5, 71, 0, 0, 8847, 8848, 3, 1034, 517, 0, 8848, 8849, 3, 1036, 518, 0, 8849, 8852, 1, 0, 0, 0, 8850, 8852, 3, 1678, 839, 0, 8851, 8847, 1, 0, 0, 0, 8851, 8850, 1, 0, 0, 0, 8852, 1033, 1, 0, 0, 0, 8853, 8856, 1, 0, 0, 0, 8854, 8856, 5, 346, 0, 0, 8855, 8853, 1, 0, 0, 0, 8855, 8854, 1, 0, 0, 0, 8856, 1035, 1, 0, 0, 0, 8857, 8859, 7, 56, 0, 0, 8858, 8857, 1, 0, 0, 0, 8858, 8859, 1, 0, 0, 0, 8859, 8860, 1, 0, 0, 0, 8860, 8862, 7, 25, 0, 0, 8861, 8863, 3, 1038, 519, 0, 8862, 8861, 1, 0, 0, 0, 8862, 8863, 1, 0, 0, 0, 8863, 8864, 1, 0, 0, 0, 8864, 8874, 3, 1408, 704, 0, 8865, 8867, 5, 367, 0, 0, 8866, 8868, 3, 1038, 519, 0, 8867, 8866, 1, 0, 0, 0, 8867, 8868, 1, 0, 0, 0, 8868, 8869, 1, 0, 0, 0, 8869, 8874, 3, 1408, 704, 0, 8870, 8871, 5, 92, 0, 0, 8871, 8874, 3, 1408, 704, 0, 8872, 8874, 3, 1408, 704, 0, 8873, 8858, 1, 0, 0, 0, 8873, 8865, 1, 0, 0, 0, 8873, 8870, 1, 0, 0, 0, 8873, 8872, 1, 0, 0, 0, 8874, 1037, 1, 0, 0, 0, 8875, 8876, 5, 92, 0, 0, 8876, 1039, 1, 0, 0, 0, 8877, 8878, 7, 57, 0, 0, 8878, 1041, 1, 0, 0, 0, 8879, 8885, 5, 56, 0, 0, 8880, 8881, 5, 80, 0, 0, 8881, 8882, 5, 2, 0, 0, 8882, 8883, 3, 1332, 666, 0, 8883, 8884, 5, 3, 0, 0, 8884, 8886, 1, 0, 0, 0, 8885, 8880, 1, 0, 0, 0, 8885, 8886, 1, 0, 0, 0, 8886, 1043, 1, 0, 0, 0, 8887, 8888, 5, 30, 0, 0, 8888, 1045, 1, 0, 0, 0, 8889, 8890, 3, 1048, 524, 0, 8890, 1047, 1, 0, 0, 0, 8891, 8892, 5, 83, 0, 0, 8892, 8893, 5, 147, 0, 0, 8893, 8894, 3, 1050, 525, 0, 8894, 1049, 1, 0, 0, 0, 8895, 8900, 3, 1052, 526, 0, 8896, 8897, 5, 6, 0, 0, 8897, 8899, 3, 1052, 526, 0, 8898, 8896, 1, 0, 0, 0, 8899, 8902, 1, 0, 0, 0, 8900, 8898, 1, 0, 0, 0, 8900, 8901, 1, 0, 0, 0, 8901, 1051, 1, 0, 0, 0, 8902, 8900, 1, 0, 0, 0, 8903, 8907, 3, 1340, 670, 0, 8904, 8905, 5, 100, 0, 0, 8905, 8908, 3, 1328, 664, 0, 8906, 8908, 3, 654, 327, 0, 8907, 8904, 1, 0, 0, 0, 8907, 8906, 1, 0, 0, 0, 8907, 8908, 1, 0, 0, 0, 8908, 8910, 1, 0, 0, 0, 8909, 8911, 3, 656, 328, 0, 8910, 8909, 1, 0, 0, 0, 8910, 8911, 1, 0, 0, 0, 8911, 1053, 1, 0, 0, 0, 8912, 8914, 3, 1058, 529, 0, 8913, 8915, 3, 1062, 531, 0, 8914, 8913, 1, 0, 0, 0, 8914, 8915, 1, 0, 0, 0, 8915, 8925, 1, 0, 0, 0, 8916, 8918, 3, 1062, 531, 0, 8917, 8919, 3, 1060, 530, 0, 8918, 8917, 1, 0, 0, 0, 8918, 8919, 1, 0, 0, 0, 8919, 8925, 1, 0, 0, 0, 8920, 8922, 3, 1060, 530, 0, 8921, 8923, 3, 1062, 531, 0, 8922, 8921, 1, 0, 0, 0, 8922, 8923, 1, 0, 0, 0, 8923, 8925, 1, 0, 0, 0, 8924, 8912, 1, 0, 0, 0, 8924, 8916, 1, 0, 0, 0, 8924, 8920, 1, 0, 0, 0, 8925, 1055, 1, 0, 0, 0, 8926, 8927, 3, 1054, 527, 0, 8927, 1057, 1, 0, 0, 0, 8928, 8929, 5, 74, 0, 0, 8929, 8932, 3, 1064, 532, 0, 8930, 8931, 5, 6, 0, 0, 8931, 8933, 3, 1066, 533, 0, 8932, 8930, 1, 0, 0, 0, 8932, 8933, 1, 0, 0, 0, 8933, 1059, 1, 0, 0, 0, 8934, 8935, 5, 61, 0, 0, 8935, 8949, 3, 1074, 537, 0, 8936, 8937, 3, 1068, 534, 0, 8937, 8941, 3, 1072, 536, 0, 8938, 8942, 5, 81, 0, 0, 8939, 8940, 5, 105, 0, 0, 8940, 8942, 5, 467, 0, 0, 8941, 8938, 1, 0, 0, 0, 8941, 8939, 1, 0, 0, 0, 8942, 8950, 1, 0, 0, 0, 8943, 8947, 3, 1072, 536, 0, 8944, 8948, 5, 81, 0, 0, 8945, 8946, 5, 105, 0, 0, 8946, 8948, 5, 467, 0, 0, 8947, 8944, 1, 0, 0, 0, 8947, 8945, 1, 0, 0, 0, 8948, 8950, 1, 0, 0, 0, 8949, 8936, 1, 0, 0, 0, 8949, 8943, 1, 0, 0, 0, 8950, 1061, 1, 0, 0, 0, 8951, 8956, 5, 79, 0, 0, 8952, 8953, 3, 1068, 534, 0, 8953, 8954, 3, 1072, 536, 0, 8954, 8957, 1, 0, 0, 0, 8955, 8957, 3, 1066, 533, 0, 8956, 8952, 1, 0, 0, 0, 8956, 8955, 1, 0, 0, 0, 8957, 1063, 1, 0, 0, 0, 8958, 8961, 3, 1216, 608, 0, 8959, 8961, 5, 30, 0, 0, 8960, 8958, 1, 0, 0, 0, 8960, 8959, 1, 0, 0, 0, 8961, 1065, 1, 0, 0, 0, 8962, 8963, 3, 1216, 608, 0, 8963, 1067, 1, 0, 0, 0, 8964, 8965, 5, 12, 0, 0, 8965, 8970, 3, 1070, 535, 0, 8966, 8967, 5, 13, 0, 0, 8967, 8970, 3, 1070, 535, 0, 8968, 8970, 3, 1258, 629, 0, 8969, 8964, 1, 0, 0, 0, 8969, 8966, 1, 0, 0, 0, 8969, 8968, 1, 0, 0, 0, 8970, 1069, 1, 0, 0, 0, 8971, 8974, 3, 1460, 730, 0, 8972, 8974, 3, 1458, 729, 0, 8973, 8971, 1, 0, 0, 0, 8973, 8972, 1, 0, 0, 0, 8974, 1071, 1, 0, 0, 0, 8975, 8976, 7, 58, 0, 0, 8976, 1073, 1, 0, 0, 0, 8977, 8978, 7, 59, 0, 0, 8978, 1075, 1, 0, 0, 0, 8979, 8980, 5, 66, 0, 0, 8980, 8982, 5, 147, 0, 0, 8981, 8983, 3, 1040, 520, 0, 8982, 8981, 1, 0, 0, 0, 8982, 8983, 1, 0, 0, 0, 8983, 8984, 1, 0, 0, 0, 8984, 8985, 3, 1078, 539, 0, 8985, 1077, 1, 0, 0, 0, 8986, 8991, 3, 1080, 540, 0, 8987, 8988, 5, 6, 0, 0, 8988, 8990, 3, 1080, 540, 0, 8989, 8987, 1, 0, 0, 0, 8990, 8993, 1, 0, 0, 0, 8991, 8989, 1, 0, 0, 0, 8991, 8992, 1, 0, 0, 0, 8992, 1079, 1, 0, 0, 0, 8993, 8991, 1, 0, 0, 0, 8994, 9004, 3, 1340, 670, 0, 8995, 9004, 3, 1082, 541, 0, 8996, 9004, 3, 1086, 543, 0, 8997, 9004, 3, 1084, 542, 0, 8998, 9004, 3, 1088, 544, 0, 8999, 9000, 5, 2, 0, 0, 9000, 9001, 3, 1334, 667, 0, 9001, 9002, 5, 3, 0, 0, 9002, 9004, 1, 0, 0, 0, 9003, 8994, 1, 0, 0, 0, 9003, 8995, 1, 0, 0, 0, 9003, 8996, 1, 0, 0, 0, 9003, 8997, 1, 0, 0, 0, 9003, 8998, 1, 0, 0, 0, 9003, 8999, 1, 0, 0, 0, 9004, 1081, 1, 0, 0, 0, 9005, 9006, 5, 2, 0, 0, 9006, 9007, 5, 3, 0, 0, 9007, 1083, 1, 0, 0, 0, 9008, 9009, 5, 468, 0, 0, 9009, 9010, 5, 2, 0, 0, 9010, 9011, 3, 1334, 667, 0, 9011, 9012, 5, 3, 0, 0, 9012, 1085, 1, 0, 0, 0, 9013, 9014, 5, 469, 0, 0, 9014, 9015, 5, 2, 0, 0, 9015, 9016, 3, 1334, 667, 0, 9016, 9017, 5, 3, 0, 0, 9017, 1087, 1, 0, 0, 0, 9018, 9019, 5, 470, 0, 0, 9019, 9020, 5, 471, 0, 0, 9020, 9021, 5, 2, 0, 0, 9021, 9022, 3, 1078, 539, 0, 9022, 9023, 5, 3, 0, 0, 9023, 1089, 1, 0, 0, 0, 9024, 9025, 5, 67, 0, 0, 9025, 9026, 3, 1216, 608, 0, 9026, 1091, 1, 0, 0, 0, 9027, 9032, 3, 1096, 548, 0, 9028, 9029, 5, 62, 0, 0, 9029, 9030, 5, 300, 0, 0, 9030, 9032, 5, 81, 0, 0, 9031, 9027, 1, 0, 0, 0, 9031, 9028, 1, 0, 0, 0, 9032, 1093, 1, 0, 0, 0, 9033, 9034, 3, 1092, 546, 0, 9034, 1095, 1, 0, 0, 0, 9035, 9037, 3, 1098, 549, 0, 9036, 9035, 1, 0, 0, 0, 9037, 9038, 1, 0, 0, 0, 9038, 9036, 1, 0, 0, 0, 9038, 9039, 1, 0, 0, 0, 9039, 1097, 1, 0, 0, 0, 9040, 9042, 3, 1100, 550, 0, 9041, 9043, 3, 1102, 551, 0, 9042, 9041, 1, 0, 0, 0, 9042, 9043, 1, 0, 0, 0, 9043, 9045, 1, 0, 0, 0, 9044, 9046, 3, 984, 492, 0, 9045, 9044, 1, 0, 0, 0, 9045, 9046, 1, 0, 0, 0, 9046, 1099, 1, 0, 0, 0, 9047, 9057, 5, 62, 0, 0, 9048, 9049, 5, 269, 0, 0, 9049, 9051, 5, 245, 0, 0, 9050, 9048, 1, 0, 0, 0, 9050, 9051, 1, 0, 0, 0, 9051, 9052, 1, 0, 0, 0, 9052, 9058, 5, 369, 0, 0, 9053, 9055, 5, 245, 0, 0, 9054, 9053, 1, 0, 0, 0, 9054, 9055, 1, 0, 0, 0, 9055, 9056, 1, 0, 0, 0, 9056, 9058, 5, 334, 0, 0, 9057, 9050, 1, 0, 0, 0, 9057, 9054, 1, 0, 0, 0, 9058, 1101, 1, 0, 0, 0, 9059, 9060, 5, 275, 0, 0, 9060, 9061, 3, 1394, 697, 0, 9061, 1103, 1, 0, 0, 0, 9062, 9063, 5, 422, 0, 0, 9063, 9064, 5, 2, 0, 0, 9064, 9065, 3, 1332, 666, 0, 9065, 9073, 5, 3, 0, 0, 9066, 9067, 5, 6, 0, 0, 9067, 9068, 5, 2, 0, 0, 9068, 9069, 3, 1332, 666, 0, 9069, 9070, 5, 3, 0, 0, 9070, 9072, 1, 0, 0, 0, 9071, 9066, 1, 0, 0, 0, 9072, 9075, 1, 0, 0, 0, 9073, 9071, 1, 0, 0, 0, 9073, 9074, 1, 0, 0, 0, 9074, 1105, 1, 0, 0, 0, 9075, 9073, 1, 0, 0, 0, 9076, 9077, 5, 64, 0, 0, 9077, 9078, 3, 1108, 554, 0, 9078, 1107, 1, 0, 0, 0, 9079, 9084, 3, 1110, 555, 0, 9080, 9081, 5, 6, 0, 0, 9081, 9083, 3, 1110, 555, 0, 9082, 9080, 1, 0, 0, 0, 9083, 9086, 1, 0, 0, 0, 9084, 9082, 1, 0, 0, 0, 9084, 9085, 1, 0, 0, 0, 9085, 1109, 1, 0, 0, 0, 9086, 9084, 1, 0, 0, 0, 9087, 9090, 3, 1122, 561, 0, 9088, 9090, 3, 1124, 562, 0, 9089, 9087, 1, 0, 0, 0, 9089, 9088, 1, 0, 0, 0, 9090, 9092, 1, 0, 0, 0, 9091, 9093, 3, 1114, 557, 0, 9092, 9091, 1, 0, 0, 0, 9092, 9093, 1, 0, 0, 0, 9093, 9095, 1, 0, 0, 0, 9094, 9096, 3, 1134, 567, 0, 9095, 9094, 1, 0, 0, 0, 9095, 9096, 1, 0, 0, 0, 9096, 9149, 1, 0, 0, 0, 9097, 9099, 3, 1138, 569, 0, 9098, 9100, 3, 1116, 558, 0, 9099, 9098, 1, 0, 0, 0, 9099, 9100, 1, 0, 0, 0, 9100, 9149, 1, 0, 0, 0, 9101, 9103, 3, 1158, 579, 0, 9102, 9104, 3, 1114, 557, 0, 9103, 9102, 1, 0, 0, 0, 9103, 9104, 1, 0, 0, 0, 9104, 9149, 1, 0, 0, 0, 9105, 9107, 3, 1006, 503, 0, 9106, 9108, 3, 1114, 557, 0, 9107, 9106, 1, 0, 0, 0, 9107, 9108, 1, 0, 0, 0, 9108, 9149, 1, 0, 0, 0, 9109, 9122, 5, 72, 0, 0, 9110, 9112, 3, 1158, 579, 0, 9111, 9113, 3, 1114, 557, 0, 9112, 9111, 1, 0, 0, 0, 9112, 9113, 1, 0, 0, 0, 9113, 9123, 1, 0, 0, 0, 9114, 9116, 3, 1138, 569, 0, 9115, 9117, 3, 1116, 558, 0, 9116, 9115, 1, 0, 0, 0, 9116, 9117, 1, 0, 0, 0, 9117, 9123, 1, 0, 0, 0, 9118, 9120, 3, 1006, 503, 0, 9119, 9121, 3, 1114, 557, 0, 9120, 9119, 1, 0, 0, 0, 9120, 9121, 1, 0, 0, 0, 9121, 9123, 1, 0, 0, 0, 9122, 9110, 1, 0, 0, 0, 9122, 9114, 1, 0, 0, 0, 9122, 9118, 1, 0, 0, 0, 9123, 9149, 1, 0, 0, 0, 9124, 9125, 5, 2, 0, 0, 9125, 9142, 3, 1110, 555, 0, 9126, 9127, 5, 110, 0, 0, 9127, 9128, 5, 118, 0, 0, 9128, 9143, 3, 1110, 555, 0, 9129, 9131, 5, 121, 0, 0, 9130, 9132, 3, 1118, 559, 0, 9131, 9130, 1, 0, 0, 0, 9131, 9132, 1, 0, 0, 0, 9132, 9133, 1, 0, 0, 0, 9133, 9134, 5, 118, 0, 0, 9134, 9143, 3, 1110, 555, 0, 9135, 9137, 3, 1118, 559, 0, 9136, 9135, 1, 0, 0, 0, 9136, 9137, 1, 0, 0, 0, 9137, 9138, 1, 0, 0, 0, 9138, 9139, 5, 118, 0, 0, 9139, 9140, 3, 1110, 555, 0, 9140, 9141, 3, 1120, 560, 0, 9141, 9143, 1, 0, 0, 0, 9142, 9126, 1, 0, 0, 0, 9142, 9129, 1, 0, 0, 0, 9142, 9136, 1, 0, 0, 0, 9142, 9143, 1, 0, 0, 0, 9143, 9144, 1, 0, 0, 0, 9144, 9146, 5, 3, 0, 0, 9145, 9147, 3, 1114, 557, 0, 9146, 9145, 1, 0, 0, 0, 9146, 9147, 1, 0, 0, 0, 9147, 9149, 1, 0, 0, 0, 9148, 9089, 1, 0, 0, 0, 9148, 9097, 1, 0, 0, 0, 9148, 9101, 1, 0, 0, 0, 9148, 9105, 1, 0, 0, 0, 9148, 9109, 1, 0, 0, 0, 9148, 9124, 1, 0, 0, 0, 9149, 9168, 1, 0, 0, 0, 9150, 9151, 5, 110, 0, 0, 9151, 9152, 5, 118, 0, 0, 9152, 9167, 3, 1110, 555, 0, 9153, 9155, 5, 121, 0, 0, 9154, 9156, 3, 1118, 559, 0, 9155, 9154, 1, 0, 0, 0, 9155, 9156, 1, 0, 0, 0, 9156, 9157, 1, 0, 0, 0, 9157, 9158, 5, 118, 0, 0, 9158, 9167, 3, 1110, 555, 0, 9159, 9161, 3, 1118, 559, 0, 9160, 9159, 1, 0, 0, 0, 9160, 9161, 1, 0, 0, 0, 9161, 9162, 1, 0, 0, 0, 9162, 9163, 5, 118, 0, 0, 9163, 9164, 3, 1110, 555, 0, 9164, 9165, 3, 1120, 560, 0, 9165, 9167, 1, 0, 0, 0, 9166, 9150, 1, 0, 0, 0, 9166, 9153, 1, 0, 0, 0, 9166, 9160, 1, 0, 0, 0, 9167, 9170, 1, 0, 0, 0, 9168, 9166, 1, 0, 0, 0, 9168, 9169, 1, 0, 0, 0, 9169, 1111, 1, 0, 0, 0, 9170, 9168, 1, 0, 0, 0, 9171, 9173, 5, 36, 0, 0, 9172, 9171, 1, 0, 0, 0, 9172, 9173, 1, 0, 0, 0, 9173, 9174, 1, 0, 0, 0, 9174, 9179, 3, 1478, 739, 0, 9175, 9176, 5, 2, 0, 0, 9176, 9177, 3, 1420, 710, 0, 9177, 9178, 5, 3, 0, 0, 9178, 9180, 1, 0, 0, 0, 9179, 9175, 1, 0, 0, 0, 9179, 9180, 1, 0, 0, 0, 9180, 1113, 1, 0, 0, 0, 9181, 9182, 3, 1112, 556, 0, 9182, 1115, 1, 0, 0, 0, 9183, 9196, 3, 1112, 556, 0, 9184, 9186, 5, 36, 0, 0, 9185, 9187, 3, 1478, 739, 0, 9186, 9185, 1, 0, 0, 0, 9186, 9187, 1, 0, 0, 0, 9187, 9190, 1, 0, 0, 0, 9188, 9190, 3, 1478, 739, 0, 9189, 9184, 1, 0, 0, 0, 9189, 9188, 1, 0, 0, 0, 9190, 9191, 1, 0, 0, 0, 9191, 9192, 5, 2, 0, 0, 9192, 9193, 3, 1154, 577, 0, 9193, 9194, 5, 3, 0, 0, 9194, 9196, 1, 0, 0, 0, 9195, 9183, 1, 0, 0, 0, 9195, 9189, 1, 0, 0, 0, 9196, 1117, 1, 0, 0, 0, 9197, 9199, 7, 60, 0, 0, 9198, 9200, 5, 123, 0, 0, 9199, 9198, 1, 0, 0, 0, 9199, 9200, 1, 0, 0, 0, 9200, 1119, 1, 0, 0, 0, 9201, 9202, 5, 100, 0, 0, 9202, 9203, 5, 2, 0, 0, 9203, 9204, 3, 248, 124, 0, 9204, 9205, 5, 3, 0, 0, 9205, 9209, 1, 0, 0, 0, 9206, 9207, 5, 80, 0, 0, 9207, 9209, 3, 1216, 608, 0, 9208, 9201, 1, 0, 0, 0, 9208, 9206, 1, 0, 0, 0, 9209, 1121, 1, 0, 0, 0, 9210, 9212, 5, 81, 0, 0, 9211, 9210, 1, 0, 0, 0, 9211, 9212, 1, 0, 0, 0, 9212, 9213, 1, 0, 0, 0, 9213, 9215, 3, 1410, 705, 0, 9214, 9216, 5, 9, 0, 0, 9215, 9214, 1, 0, 0, 0, 9215, 9216, 1, 0, 0, 0, 9216, 9232, 1, 0, 0, 0, 9217, 9223, 5, 81, 0, 0, 9218, 9224, 3, 1410, 705, 0, 9219, 9220, 5, 2, 0, 0, 9220, 9221, 3, 1410, 705, 0, 9221, 9222, 5, 3, 0, 0, 9222, 9224, 1, 0, 0, 0, 9223, 9218, 1, 0, 0, 0, 9223, 9219, 1, 0, 0, 0, 9224, 9232, 1, 0, 0, 0, 9225, 9226, 5, 68, 0, 0, 9226, 9229, 5, 323, 0, 0, 9227, 9230, 3, 1426, 713, 0, 9228, 9230, 5, 111, 0, 0, 9229, 9227, 1, 0, 0, 0, 9229, 9228, 1, 0, 0, 0, 9230, 9232, 1, 0, 0, 0, 9231, 9211, 1, 0, 0, 0, 9231, 9217, 1, 0, 0, 0, 9231, 9225, 1, 0, 0, 0, 9232, 1123, 1, 0, 0, 0, 9233, 9235, 5, 81, 0, 0, 9234, 9233, 1, 0, 0, 0, 9234, 9235, 1, 0, 0, 0, 9235, 9236, 1, 0, 0, 0, 9236, 9238, 3, 1414, 707, 0, 9237, 9239, 5, 9, 0, 0, 9238, 9237, 1, 0, 0, 0, 9238, 9239, 1, 0, 0, 0, 9239, 9241, 1, 0, 0, 0, 9240, 9242, 3, 248, 124, 0, 9241, 9240, 1, 0, 0, 0, 9241, 9242, 1, 0, 0, 0, 9242, 9244, 1, 0, 0, 0, 9243, 9245, 3, 1148, 574, 0, 9244, 9243, 1, 0, 0, 0, 9244, 9245, 1, 0, 0, 0, 9245, 1125, 1, 0, 0, 0, 9246, 9248, 5, 92, 0, 0, 9247, 9249, 5, 81, 0, 0, 9248, 9247, 1, 0, 0, 0, 9248, 9249, 1, 0, 0, 0, 9249, 9250, 1, 0, 0, 0, 9250, 9252, 3, 1410, 705, 0, 9251, 9253, 5, 9, 0, 0, 9252, 9251, 1, 0, 0, 0, 9252, 9253, 1, 0, 0, 0, 9253, 9258, 1, 0, 0, 0, 9254, 9255, 5, 2, 0, 0, 9255, 9256, 3, 248, 124, 0, 9256, 9257, 5, 3, 0, 0, 9257, 9259, 1, 0, 0, 0, 9258, 9254, 1, 0, 0, 0, 9258, 9259, 1, 0, 0, 0, 9259, 9261, 1, 0, 0, 0, 9260, 9262, 3, 1148, 574, 0, 9261, 9260, 1, 0, 0, 0, 9261, 9262, 1, 0, 0, 0, 9262, 9280, 1, 0, 0, 0, 9263, 9264, 5, 92, 0, 0, 9264, 9270, 5, 81, 0, 0, 9265, 9271, 3, 1410, 705, 0, 9266, 9267, 5, 2, 0, 0, 9267, 9268, 3, 1410, 705, 0, 9268, 9269, 5, 3, 0, 0, 9269, 9271, 1, 0, 0, 0, 9270, 9265, 1, 0, 0, 0, 9270, 9266, 1, 0, 0, 0, 9271, 9280, 1, 0, 0, 0, 9272, 9273, 5, 350, 0, 0, 9273, 9274, 5, 68, 0, 0, 9274, 9277, 5, 323, 0, 0, 9275, 9278, 3, 1426, 713, 0, 9276, 9278, 5, 111, 0, 0, 9277, 9275, 1, 0, 0, 0, 9277, 9276, 1, 0, 0, 0, 9278, 9280, 1, 0, 0, 0, 9279, 9246, 1, 0, 0, 0, 9279, 9263, 1, 0, 0, 0, 9279, 9272, 1, 0, 0, 0, 9280, 1127, 1, 0, 0, 0, 9281, 9286, 3, 1122, 561, 0, 9282, 9283, 5, 6, 0, 0, 9283, 9285, 3, 1122, 561, 0, 9284, 9282, 1, 0, 0, 0, 9285, 9288, 1, 0, 0, 0, 9286, 9284, 1, 0, 0, 0, 9286, 9287, 1, 0, 0, 0, 9287, 1129, 1, 0, 0, 0, 9288, 9286, 1, 0, 0, 0, 9289, 9294, 3, 1126, 563, 0, 9290, 9291, 5, 6, 0, 0, 9291, 9293, 3, 1126, 563, 0, 9292, 9290, 1, 0, 0, 0, 9293, 9296, 1, 0, 0, 0, 9294, 9292, 1, 0, 0, 0, 9294, 9295, 1, 0, 0, 0, 9295, 1131, 1, 0, 0, 0, 9296, 9294, 1, 0, 0, 0, 9297, 9302, 3, 1122, 561, 0, 9298, 9300, 5, 36, 0, 0, 9299, 9298, 1, 0, 0, 0, 9299, 9300, 1, 0, 0, 0, 9300, 9301, 1, 0, 0, 0, 9301, 9303, 3, 1478, 739, 0, 9302, 9299, 1, 0, 0, 0, 9302, 9303, 1, 0, 0, 0, 9303, 1133, 1, 0, 0, 0, 9304, 9305, 5, 472, 0, 0, 9305, 9306, 3, 1448, 724, 0, 9306, 9307, 5, 2, 0, 0, 9307, 9308, 3, 1332, 666, 0, 9308, 9310, 5, 3, 0, 0, 9309, 9311, 3, 1136, 568, 0, 9310, 9309, 1, 0, 0, 0, 9310, 9311, 1, 0, 0, 0, 9311, 1135, 1, 0, 0, 0, 9312, 9313, 5, 310, 0, 0, 9313, 9314, 5, 2, 0, 0, 9314, 9315, 3, 1216, 608, 0, 9315, 9316, 5, 3, 0, 0, 9316, 1137, 1, 0, 0, 0, 9317, 9319, 3, 1266, 633, 0, 9318, 9320, 3, 1146, 573, 0, 9319, 9318, 1, 0, 0, 0, 9319, 9320, 1, 0, 0, 0, 9320, 9330, 1, 0, 0, 0, 9321, 9322, 5, 320, 0, 0, 9322, 9323, 5, 64, 0, 0, 9323, 9324, 5, 2, 0, 0, 9324, 9325, 3, 1142, 571, 0, 9325, 9327, 5, 3, 0, 0, 9326, 9328, 3, 1146, 573, 0, 9327, 9326, 1, 0, 0, 0, 9327, 9328, 1, 0, 0, 0, 9328, 9330, 1, 0, 0, 0, 9329, 9317, 1, 0, 0, 0, 9329, 9321, 1, 0, 0, 0, 9330, 1139, 1, 0, 0, 0, 9331, 9333, 3, 1266, 633, 0, 9332, 9334, 3, 1144, 572, 0, 9333, 9332, 1, 0, 0, 0, 9333, 9334, 1, 0, 0, 0, 9334, 1141, 1, 0, 0, 0, 9335, 9340, 3, 1140, 570, 0, 9336, 9337, 5, 6, 0, 0, 9337, 9339, 3, 1140, 570, 0, 9338, 9336, 1, 0, 0, 0, 9339, 9342, 1, 0, 0, 0, 9340, 9338, 1, 0, 0, 0, 9340, 9341, 1, 0, 0, 0, 9341, 1143, 1, 0, 0, 0, 9342, 9340, 1, 0, 0, 0, 9343, 9344, 5, 36, 0, 0, 9344, 9345, 5, 2, 0, 0, 9345, 9346, 3, 1154, 577, 0, 9346, 9347, 5, 3, 0, 0, 9347, 1145, 1, 0, 0, 0, 9348, 9349, 5, 105, 0, 0, 9349, 9350, 5, 473, 0, 0, 9350, 1147, 1, 0, 0, 0, 9351, 9352, 5, 103, 0, 0, 9352, 9353, 3, 1340, 670, 0, 9353, 1149, 1, 0, 0, 0, 9354, 9359, 5, 103, 0, 0, 9355, 9356, 5, 434, 0, 0, 9356, 9357, 5, 275, 0, 0, 9357, 9360, 3, 998, 499, 0, 9358, 9360, 3, 1216, 608, 0, 9359, 9355, 1, 0, 0, 0, 9359, 9358, 1, 0, 0, 0, 9360, 1151, 1, 0, 0, 0, 9361, 9362, 3, 1154, 577, 0, 9362, 1153, 1, 0, 0, 0, 9363, 9368, 3, 1156, 578, 0, 9364, 9365, 5, 6, 0, 0, 9365, 9367, 3, 1156, 578, 0, 9366, 9364, 1, 0, 0, 0, 9367, 9370, 1, 0, 0, 0, 9368, 9366, 1, 0, 0, 0, 9368, 9369, 1, 0, 0, 0, 9369, 1155, 1, 0, 0, 0, 9370, 9368, 1, 0, 0, 0, 9371, 9372, 3, 1478, 739, 0, 9372, 9374, 3, 1172, 586, 0, 9373, 9375, 3, 126, 63, 0, 9374, 9373, 1, 0, 0, 0, 9374, 9375, 1, 0, 0, 0, 9375, 1157, 1, 0, 0, 0, 9376, 9377, 5, 474, 0, 0, 9377, 9393, 5, 2, 0, 0, 9378, 9379, 3, 1258, 629, 0, 9379, 9380, 3, 1284, 642, 0, 9380, 9381, 5, 475, 0, 0, 9381, 9382, 3, 1160, 580, 0, 9382, 9394, 1, 0, 0, 0, 9383, 9384, 5, 476, 0, 0, 9384, 9385, 5, 2, 0, 0, 9385, 9386, 3, 1168, 584, 0, 9386, 9387, 5, 3, 0, 0, 9387, 9388, 5, 6, 0, 0, 9388, 9389, 3, 1258, 629, 0, 9389, 9390, 3, 1284, 642, 0, 9390, 9391, 5, 475, 0, 0, 9391, 9392, 3, 1160, 580, 0, 9392, 9394, 1, 0, 0, 0, 9393, 9378, 1, 0, 0, 0, 9393, 9383, 1, 0, 0, 0, 9394, 9395, 1, 0, 0, 0, 9395, 9396, 5, 3, 0, 0, 9396, 1159, 1, 0, 0, 0, 9397, 9402, 3, 1162, 581, 0, 9398, 9399, 5, 6, 0, 0, 9399, 9401, 3, 1162, 581, 0, 9400, 9398, 1, 0, 0, 0, 9401, 9404, 1, 0, 0, 0, 9402, 9400, 1, 0, 0, 0, 9402, 9403, 1, 0, 0, 0, 9403, 1161, 1, 0, 0, 0, 9404, 9402, 1, 0, 0, 0, 9405, 9412, 3, 1478, 739, 0, 9406, 9408, 3, 1172, 586, 0, 9407, 9409, 3, 1164, 582, 0, 9408, 9407, 1, 0, 0, 0, 9408, 9409, 1, 0, 0, 0, 9409, 9413, 1, 0, 0, 0, 9410, 9411, 5, 62, 0, 0, 9411, 9413, 5, 473, 0, 0, 9412, 9406, 1, 0, 0, 0, 9412, 9410, 1, 0, 0, 0, 9413, 1163, 1, 0, 0, 0, 9414, 9416, 3, 1166, 583, 0, 9415, 9414, 1, 0, 0, 0, 9416, 9417, 1, 0, 0, 0, 9417, 9415, 1, 0, 0, 0, 9417, 9418, 1, 0, 0, 0, 9418, 1165, 1, 0, 0, 0, 9419, 9420, 5, 53, 0, 0, 9420, 9428, 3, 1216, 608, 0, 9421, 9422, 3, 1496, 748, 0, 9422, 9423, 3, 1216, 608, 0, 9423, 9428, 1, 0, 0, 0, 9424, 9425, 5, 77, 0, 0, 9425, 9428, 5, 78, 0, 0, 9426, 9428, 5, 78, 0, 0, 9427, 9419, 1, 0, 0, 0, 9427, 9421, 1, 0, 0, 0, 9427, 9424, 1, 0, 0, 0, 9427, 9426, 1, 0, 0, 0, 9428, 1167, 1, 0, 0, 0, 9429, 9434, 3, 1170, 585, 0, 9430, 9431, 5, 6, 0, 0, 9431, 9433, 3, 1170, 585, 0, 9432, 9430, 1, 0, 0, 0, 9433, 9436, 1, 0, 0, 0, 9434, 9432, 1, 0, 0, 0, 9434, 9435, 1, 0, 0, 0, 9435, 1169, 1, 0, 0, 0, 9436, 9434, 1, 0, 0, 0, 9437, 9438, 3, 1256, 628, 0, 9438, 9439, 5, 36, 0, 0, 9439, 9440, 3, 1494, 747, 0, 9440, 9444, 1, 0, 0, 0, 9441, 9442, 5, 53, 0, 0, 9442, 9444, 3, 1256, 628, 0, 9443, 9437, 1, 0, 0, 0, 9443, 9441, 1, 0, 0, 0, 9444, 1171, 1, 0, 0, 0, 9445, 9447, 5, 415, 0, 0, 9446, 9445, 1, 0, 0, 0, 9446, 9447, 1, 0, 0, 0, 9447, 9448, 1, 0, 0, 0, 9448, 9457, 3, 1176, 588, 0, 9449, 9458, 3, 1174, 587, 0, 9450, 9455, 5, 35, 0, 0, 9451, 9452, 5, 4, 0, 0, 9452, 9453, 3, 1460, 730, 0, 9453, 9454, 5, 5, 0, 0, 9454, 9456, 1, 0, 0, 0, 9455, 9451, 1, 0, 0, 0, 9455, 9456, 1, 0, 0, 0, 9456, 9458, 1, 0, 0, 0, 9457, 9449, 1, 0, 0, 0, 9457, 9450, 1, 0, 0, 0, 9458, 9464, 1, 0, 0, 0, 9459, 9460, 3, 1416, 708, 0, 9460, 9461, 5, 27, 0, 0, 9461, 9462, 7, 61, 0, 0, 9462, 9464, 1, 0, 0, 0, 9463, 9446, 1, 0, 0, 0, 9463, 9459, 1, 0, 0, 0, 9464, 1173, 1, 0, 0, 0, 9465, 9467, 5, 4, 0, 0, 9466, 9468, 3, 1460, 730, 0, 9467, 9466, 1, 0, 0, 0, 9467, 9468, 1, 0, 0, 0, 9468, 9469, 1, 0, 0, 0, 9469, 9471, 5, 5, 0, 0, 9470, 9465, 1, 0, 0, 0, 9471, 9474, 1, 0, 0, 0, 9472, 9470, 1, 0, 0, 0, 9472, 9473, 1, 0, 0, 0, 9473, 1175, 1, 0, 0, 0, 9474, 9472, 1, 0, 0, 0, 9475, 9491, 3, 1180, 590, 0, 9476, 9491, 3, 1184, 592, 0, 9477, 9491, 3, 1188, 594, 0, 9478, 9491, 3, 1196, 598, 0, 9479, 9491, 3, 1204, 602, 0, 9480, 9488, 3, 1206, 603, 0, 9481, 9483, 3, 1210, 605, 0, 9482, 9481, 1, 0, 0, 0, 9482, 9483, 1, 0, 0, 0, 9483, 9489, 1, 0, 0, 0, 9484, 9485, 5, 2, 0, 0, 9485, 9486, 3, 1460, 730, 0, 9486, 9487, 5, 3, 0, 0, 9487, 9489, 1, 0, 0, 0, 9488, 9482, 1, 0, 0, 0, 9488, 9484, 1, 0, 0, 0, 9489, 9491, 1, 0, 0, 0, 9490, 9475, 1, 0, 0, 0, 9490, 9476, 1, 0, 0, 0, 9490, 9477, 1, 0, 0, 0, 9490, 9478, 1, 0, 0, 0, 9490, 9479, 1, 0, 0, 0, 9490, 9480, 1, 0, 0, 0, 9491, 1177, 1, 0, 0, 0, 9492, 9497, 3, 1184, 592, 0, 9493, 9497, 3, 1190, 595, 0, 9494, 9497, 3, 1198, 599, 0, 9495, 9497, 3, 1204, 602, 0, 9496, 9492, 1, 0, 0, 0, 9496, 9493, 1, 0, 0, 0, 9496, 9494, 1, 0, 0, 0, 9496, 9495, 1, 0, 0, 0, 9497, 1179, 1, 0, 0, 0, 9498, 9500, 3, 1486, 743, 0, 9499, 9501, 3, 564, 282, 0, 9500, 9499, 1, 0, 0, 0, 9500, 9501, 1, 0, 0, 0, 9501, 9503, 1, 0, 0, 0, 9502, 9504, 3, 1182, 591, 0, 9503, 9502, 1, 0, 0, 0, 9503, 9504, 1, 0, 0, 0, 9504, 1181, 1, 0, 0, 0, 9505, 9506, 5, 2, 0, 0, 9506, 9507, 3, 1332, 666, 0, 9507, 9508, 5, 3, 0, 0, 9508, 1183, 1, 0, 0, 0, 9509, 9534, 5, 401, 0, 0, 9510, 9534, 5, 402, 0, 0, 9511, 9534, 5, 416, 0, 0, 9512, 9534, 5, 388, 0, 0, 9513, 9534, 5, 413, 0, 0, 9514, 9516, 5, 398, 0, 0, 9515, 9517, 3, 1186, 593, 0, 9516, 9515, 1, 0, 0, 0, 9516, 9517, 1, 0, 0, 0, 9517, 9534, 1, 0, 0, 0, 9518, 9519, 5, 190, 0, 0, 9519, 9534, 5, 412, 0, 0, 9520, 9522, 5, 395, 0, 0, 9521, 9523, 3, 1182, 591, 0, 9522, 9521, 1, 0, 0, 0, 9522, 9523, 1, 0, 0, 0, 9523, 9534, 1, 0, 0, 0, 9524, 9526, 5, 394, 0, 0, 9525, 9527, 3, 1182, 591, 0, 9526, 9525, 1, 0, 0, 0, 9526, 9527, 1, 0, 0, 0, 9527, 9534, 1, 0, 0, 0, 9528, 9530, 5, 409, 0, 0, 9529, 9531, 3, 1182, 591, 0, 9530, 9529, 1, 0, 0, 0, 9530, 9531, 1, 0, 0, 0, 9531, 9534, 1, 0, 0, 0, 9532, 9534, 5, 390, 0, 0, 9533, 9509, 1, 0, 0, 0, 9533, 9510, 1, 0, 0, 0, 9533, 9511, 1, 0, 0, 0, 9533, 9512, 1, 0, 0, 0, 9533, 9513, 1, 0, 0, 0, 9533, 9514, 1, 0, 0, 0, 9533, 9518, 1, 0, 0, 0, 9533, 9520, 1, 0, 0, 0, 9533, 9524, 1, 0, 0, 0, 9533, 9528, 1, 0, 0, 0, 9533, 9532, 1, 0, 0, 0, 9534, 1185, 1, 0, 0, 0, 9535, 9536, 5, 2, 0, 0, 9536, 9537, 3, 1460, 730, 0, 9537, 9538, 5, 3, 0, 0, 9538, 1187, 1, 0, 0, 0, 9539, 9542, 3, 1192, 596, 0, 9540, 9542, 3, 1194, 597, 0, 9541, 9539, 1, 0, 0, 0, 9541, 9540, 1, 0, 0, 0, 9542, 1189, 1, 0, 0, 0, 9543, 9546, 3, 1192, 596, 0, 9544, 9546, 3, 1194, 597, 0, 9545, 9543, 1, 0, 0, 0, 9545, 9544, 1, 0, 0, 0, 9546, 1191, 1, 0, 0, 0, 9547, 9549, 5, 389, 0, 0, 9548, 9550, 3, 1202, 601, 0, 9549, 9548, 1, 0, 0, 0, 9549, 9550, 1, 0, 0, 0, 9550, 9551, 1, 0, 0, 0, 9551, 9552, 5, 2, 0, 0, 9552, 9553, 3, 1332, 666, 0, 9553, 9554, 5, 3, 0, 0, 9554, 1193, 1, 0, 0, 0, 9555, 9557, 5, 389, 0, 0, 9556, 9558, 3, 1202, 601, 0, 9557, 9556, 1, 0, 0, 0, 9557, 9558, 1, 0, 0, 0, 9558, 1195, 1, 0, 0, 0, 9559, 9564, 3, 1200, 600, 0, 9560, 9561, 5, 2, 0, 0, 9561, 9562, 3, 1460, 730, 0, 9562, 9563, 5, 3, 0, 0, 9563, 9565, 1, 0, 0, 0, 9564, 9560, 1, 0, 0, 0, 9564, 9565, 1, 0, 0, 0, 9565, 1197, 1, 0, 0, 0, 9566, 9571, 3, 1200, 600, 0, 9567, 9568, 5, 2, 0, 0, 9568, 9569, 3, 1460, 730, 0, 9569, 9570, 5, 3, 0, 0, 9570, 9572, 1, 0, 0, 0, 9571, 9567, 1, 0, 0, 0, 9571, 9572, 1, 0, 0, 0, 9572, 1199, 1, 0, 0, 0, 9573, 9575, 7, 62, 0, 0, 9574, 9576, 3, 1202, 601, 0, 9575, 9574, 1, 0, 0, 0, 9575, 9576, 1, 0, 0, 0, 9576, 9584, 1, 0, 0, 0, 9577, 9584, 5, 423, 0, 0, 9578, 9579, 5, 405, 0, 0, 9579, 9581, 7, 63, 0, 0, 9580, 9582, 3, 1202, 601, 0, 9581, 9580, 1, 0, 0, 0, 9581, 9582, 1, 0, 0, 0, 9582, 9584, 1, 0, 0, 0, 9583, 9573, 1, 0, 0, 0, 9583, 9577, 1, 0, 0, 0, 9583, 9578, 1, 0, 0, 0, 9584, 1201, 1, 0, 0, 0, 9585, 9586, 5, 374, 0, 0, 9586, 1203, 1, 0, 0, 0, 9587, 9592, 7, 64, 0, 0, 9588, 9589, 5, 2, 0, 0, 9589, 9590, 3, 1460, 730, 0, 9590, 9591, 5, 3, 0, 0, 9591, 9593, 1, 0, 0, 0, 9592, 9588, 1, 0, 0, 0, 9592, 9593, 1, 0, 0, 0, 9593, 9595, 1, 0, 0, 0, 9594, 9596, 3, 1208, 604, 0, 9595, 9594, 1, 0, 0, 0, 9595, 9596, 1, 0, 0, 0, 9596, 1205, 1, 0, 0, 0, 9597, 9598, 5, 403, 0, 0, 9598, 1207, 1, 0, 0, 0, 9599, 9600, 5, 105, 0, 0, 9600, 9601, 5, 418, 0, 0, 9601, 9606, 5, 386, 0, 0, 9602, 9603, 5, 379, 0, 0, 9603, 9604, 5, 418, 0, 0, 9604, 9606, 5, 386, 0, 0, 9605, 9599, 1, 0, 0, 0, 9605, 9602, 1, 0, 0, 0, 9606, 1209, 1, 0, 0, 0, 9607, 9633, 5, 384, 0, 0, 9608, 9633, 5, 264, 0, 0, 9609, 9633, 5, 176, 0, 0, 9610, 9633, 5, 218, 0, 0, 9611, 9633, 5, 261, 0, 0, 9612, 9633, 3, 1212, 606, 0, 9613, 9614, 5, 384, 0, 0, 9614, 9615, 5, 94, 0, 0, 9615, 9633, 5, 264, 0, 0, 9616, 9617, 5, 176, 0, 0, 9617, 9621, 5, 94, 0, 0, 9618, 9622, 5, 218, 0, 0, 9619, 9622, 5, 261, 0, 0, 9620, 9622, 3, 1212, 606, 0, 9621, 9618, 1, 0, 0, 0, 9621, 9619, 1, 0, 0, 0, 9621, 9620, 1, 0, 0, 0, 9622, 9633, 1, 0, 0, 0, 9623, 9624, 5, 218, 0, 0, 9624, 9627, 5, 94, 0, 0, 9625, 9628, 5, 261, 0, 0, 9626, 9628, 3, 1212, 606, 0, 9627, 9625, 1, 0, 0, 0, 9627, 9626, 1, 0, 0, 0, 9628, 9633, 1, 0, 0, 0, 9629, 9630, 5, 261, 0, 0, 9630, 9631, 5, 94, 0, 0, 9631, 9633, 3, 1212, 606, 0, 9632, 9607, 1, 0, 0, 0, 9632, 9608, 1, 0, 0, 0, 9632, 9609, 1, 0, 0, 0, 9632, 9610, 1, 0, 0, 0, 9632, 9611, 1, 0, 0, 0, 9632, 9612, 1, 0, 0, 0, 9632, 9613, 1, 0, 0, 0, 9632, 9616, 1, 0, 0, 0, 9632, 9623, 1, 0, 0, 0, 9632, 9629, 1, 0, 0, 0, 9633, 1211, 1, 0, 0, 0, 9634, 9639, 5, 326, 0, 0, 9635, 9636, 5, 2, 0, 0, 9636, 9637, 3, 1460, 730, 0, 9637, 9638, 5, 3, 0, 0, 9638, 9640, 1, 0, 0, 0, 9639, 9635, 1, 0, 0, 0, 9639, 9640, 1, 0, 0, 0, 9640, 1213, 1, 0, 0, 0, 9641, 9642, 5, 197, 0, 0, 9642, 9643, 3, 1216, 608, 0, 9643, 1215, 1, 0, 0, 0, 9644, 9645, 3, 1218, 609, 0, 9645, 1217, 1, 0, 0, 0, 9646, 9648, 3, 1220, 610, 0, 9647, 9649, 3, 1326, 663, 0, 9648, 9647, 1, 0, 0, 0, 9648, 9649, 1, 0, 0, 0, 9649, 1219, 1, 0, 0, 0, 9650, 9655, 3, 1222, 611, 0, 9651, 9652, 7, 65, 0, 0, 9652, 9654, 3, 1222, 611, 0, 9653, 9651, 1, 0, 0, 0, 9654, 9657, 1, 0, 0, 0, 9655, 9653, 1, 0, 0, 0, 9655, 9656, 1, 0, 0, 0, 9656, 1221, 1, 0, 0, 0, 9657, 9655, 1, 0, 0, 0, 9658, 9663, 3, 1224, 612, 0, 9659, 9660, 5, 82, 0, 0, 9660, 9662, 3, 1224, 612, 0, 9661, 9659, 1, 0, 0, 0, 9662, 9665, 1, 0, 0, 0, 9663, 9661, 1, 0, 0, 0, 9663, 9664, 1, 0, 0, 0, 9664, 1223, 1, 0, 0, 0, 9665, 9663, 1, 0, 0, 0, 9666, 9671, 3, 1226, 613, 0, 9667, 9668, 5, 33, 0, 0, 9668, 9670, 3, 1226, 613, 0, 9669, 9667, 1, 0, 0, 0, 9670, 9673, 1, 0, 0, 0, 9671, 9669, 1, 0, 0, 0, 9671, 9672, 1, 0, 0, 0, 9672, 1225, 1, 0, 0, 0, 9673, 9671, 1, 0, 0, 0, 9674, 9680, 3, 1228, 614, 0, 9675, 9677, 5, 77, 0, 0, 9676, 9675, 1, 0, 0, 0, 9676, 9677, 1, 0, 0, 0, 9677, 9678, 1, 0, 0, 0, 9678, 9679, 5, 68, 0, 0, 9679, 9681, 3, 1366, 683, 0, 9680, 9676, 1, 0, 0, 0, 9680, 9681, 1, 0, 0, 0, 9681, 1227, 1, 0, 0, 0, 9682, 9684, 5, 77, 0, 0, 9683, 9682, 1, 0, 0, 0, 9683, 9684, 1, 0, 0, 0, 9684, 9685, 1, 0, 0, 0, 9685, 9686, 3, 1230, 615, 0, 9686, 1229, 1, 0, 0, 0, 9687, 9689, 3, 1232, 616, 0, 9688, 9690, 7, 66, 0, 0, 9689, 9688, 1, 0, 0, 0, 9689, 9690, 1, 0, 0, 0, 9690, 1231, 1, 0, 0, 0, 9691, 9715, 3, 1234, 617, 0, 9692, 9694, 5, 116, 0, 0, 9693, 9695, 5, 77, 0, 0, 9694, 9693, 1, 0, 0, 0, 9694, 9695, 1, 0, 0, 0, 9695, 9713, 1, 0, 0, 0, 9696, 9714, 5, 78, 0, 0, 9697, 9714, 5, 96, 0, 0, 9698, 9714, 5, 60, 0, 0, 9699, 9714, 5, 365, 0, 0, 9700, 9701, 5, 56, 0, 0, 9701, 9702, 5, 64, 0, 0, 9702, 9714, 3, 1216, 608, 0, 9703, 9704, 5, 275, 0, 0, 9704, 9705, 5, 2, 0, 0, 9705, 9706, 3, 1346, 673, 0, 9706, 9707, 5, 3, 0, 0, 9707, 9714, 1, 0, 0, 0, 9708, 9714, 5, 188, 0, 0, 9709, 9711, 3, 1356, 678, 0, 9710, 9709, 1, 0, 0, 0, 9710, 9711, 1, 0, 0, 0, 9711, 9712, 1, 0, 0, 0, 9712, 9714, 5, 478, 0, 0, 9713, 9696, 1, 0, 0, 0, 9713, 9697, 1, 0, 0, 0, 9713, 9698, 1, 0, 0, 0, 9713, 9699, 1, 0, 0, 0, 9713, 9700, 1, 0, 0, 0, 9713, 9703, 1, 0, 0, 0, 9713, 9708, 1, 0, 0, 0, 9713, 9710, 1, 0, 0, 0, 9714, 9716, 1, 0, 0, 0, 9715, 9692, 1, 0, 0, 0, 9715, 9716, 1, 0, 0, 0, 9716, 1233, 1, 0, 0, 0, 9717, 9729, 3, 1236, 618, 0, 9718, 9719, 7, 67, 0, 0, 9719, 9730, 3, 1236, 618, 0, 9720, 9721, 3, 1330, 665, 0, 9721, 9727, 3, 1320, 660, 0, 9722, 9728, 3, 1006, 503, 0, 9723, 9724, 5, 2, 0, 0, 9724, 9725, 3, 1216, 608, 0, 9725, 9726, 5, 3, 0, 0, 9726, 9728, 1, 0, 0, 0, 9727, 9722, 1, 0, 0, 0, 9727, 9723, 1, 0, 0, 0, 9728, 9730, 1, 0, 0, 0, 9729, 9718, 1, 0, 0, 0, 9729, 9720, 1, 0, 0, 0, 9729, 9730, 1, 0, 0, 0, 9730, 1235, 1, 0, 0, 0, 9731, 9749, 3, 1238, 619, 0, 9732, 9734, 5, 77, 0, 0, 9733, 9732, 1, 0, 0, 0, 9733, 9734, 1, 0, 0, 0, 9734, 9743, 1, 0, 0, 0, 9735, 9744, 5, 120, 0, 0, 9736, 9744, 5, 114, 0, 0, 9737, 9738, 5, 127, 0, 0, 9738, 9744, 5, 94, 0, 0, 9739, 9741, 5, 387, 0, 0, 9740, 9742, 5, 91, 0, 0, 9741, 9740, 1, 0, 0, 0, 9741, 9742, 1, 0, 0, 0, 9742, 9744, 1, 0, 0, 0, 9743, 9735, 1, 0, 0, 0, 9743, 9736, 1, 0, 0, 0, 9743, 9737, 1, 0, 0, 0, 9743, 9739, 1, 0, 0, 0, 9744, 9745, 1, 0, 0, 0, 9745, 9747, 3, 1238, 619, 0, 9746, 9748, 3, 1214, 607, 0, 9747, 9746, 1, 0, 0, 0, 9747, 9748, 1, 0, 0, 0, 9748, 9750, 1, 0, 0, 0, 9749, 9733, 1, 0, 0, 0, 9749, 9750, 1, 0, 0, 0, 9750, 1237, 1, 0, 0, 0, 9751, 9757, 3, 1240, 620, 0, 9752, 9753, 3, 1326, 663, 0, 9753, 9754, 3, 1240, 620, 0, 9754, 9756, 1, 0, 0, 0, 9755, 9752, 1, 0, 0, 0, 9756, 9759, 1, 0, 0, 0, 9757, 9755, 1, 0, 0, 0, 9757, 9758, 1, 0, 0, 0, 9758, 1239, 1, 0, 0, 0, 9759, 9757, 1, 0, 0, 0, 9760, 9762, 3, 1326, 663, 0, 9761, 9760, 1, 0, 0, 0, 9761, 9762, 1, 0, 0, 0, 9762, 9763, 1, 0, 0, 0, 9763, 9764, 3, 1242, 621, 0, 9764, 1241, 1, 0, 0, 0, 9765, 9770, 3, 1244, 622, 0, 9766, 9767, 7, 68, 0, 0, 9767, 9769, 3, 1244, 622, 0, 9768, 9766, 1, 0, 0, 0, 9769, 9772, 1, 0, 0, 0, 9770, 9768, 1, 0, 0, 0, 9770, 9771, 1, 0, 0, 0, 9771, 1243, 1, 0, 0, 0, 9772, 9770, 1, 0, 0, 0, 9773, 9778, 3, 1246, 623, 0, 9774, 9775, 7, 69, 0, 0, 9775, 9777, 3, 1246, 623, 0, 9776, 9774, 1, 0, 0, 0, 9777, 9780, 1, 0, 0, 0, 9778, 9776, 1, 0, 0, 0, 9778, 9779, 1, 0, 0, 0, 9779, 1245, 1, 0, 0, 0, 9780, 9778, 1, 0, 0, 0, 9781, 9784, 3, 1248, 624, 0, 9782, 9783, 5, 15, 0, 0, 9783, 9785, 3, 1216, 608, 0, 9784, 9782, 1, 0, 0, 0, 9784, 9785, 1, 0, 0, 0, 9785, 1247, 1, 0, 0, 0, 9786, 9788, 7, 68, 0, 0, 9787, 9786, 1, 0, 0, 0, 9787, 9788, 1, 0, 0, 0, 9788, 9789, 1, 0, 0, 0, 9789, 9790, 3, 1250, 625, 0, 9790, 1249, 1, 0, 0, 0, 9791, 9796, 3, 1252, 626, 0, 9792, 9793, 5, 142, 0, 0, 9793, 9794, 5, 418, 0, 0, 9794, 9795, 5, 386, 0, 0, 9795, 9797, 3, 1216, 608, 0, 9796, 9792, 1, 0, 0, 0, 9796, 9797, 1, 0, 0, 0, 9797, 1251, 1, 0, 0, 0, 9798, 9801, 3, 1254, 627, 0, 9799, 9800, 5, 43, 0, 0, 9800, 9802, 3, 562, 281, 0, 9801, 9799, 1, 0, 0, 0, 9801, 9802, 1, 0, 0, 0, 9802, 1253, 1, 0, 0, 0, 9803, 9808, 3, 1258, 629, 0, 9804, 9805, 5, 26, 0, 0, 9805, 9807, 3, 1172, 586, 0, 9806, 9804, 1, 0, 0, 0, 9807, 9810, 1, 0, 0, 0, 9808, 9806, 1, 0, 0, 0, 9808, 9809, 1, 0, 0, 0, 9809, 1255, 1, 0, 0, 0, 9810, 9808, 1, 0, 0, 0, 9811, 9812, 6, 628, -1, 0, 9812, 9819, 3, 1258, 629, 0, 9813, 9814, 7, 68, 0, 0, 9814, 9819, 3, 1256, 628, 9, 9815, 9816, 3, 1326, 663, 0, 9816, 9817, 3, 1256, 628, 3, 9817, 9819, 1, 0, 0, 0, 9818, 9811, 1, 0, 0, 0, 9818, 9813, 1, 0, 0, 0, 9818, 9815, 1, 0, 0, 0, 9819, 9859, 1, 0, 0, 0, 9820, 9821, 10, 8, 0, 0, 9821, 9822, 5, 15, 0, 0, 9822, 9858, 3, 1256, 628, 9, 9823, 9824, 10, 7, 0, 0, 9824, 9825, 7, 69, 0, 0, 9825, 9858, 3, 1256, 628, 8, 9826, 9827, 10, 6, 0, 0, 9827, 9828, 7, 68, 0, 0, 9828, 9858, 3, 1256, 628, 7, 9829, 9830, 10, 5, 0, 0, 9830, 9831, 3, 1326, 663, 0, 9831, 9832, 3, 1256, 628, 6, 9832, 9858, 1, 0, 0, 0, 9833, 9834, 10, 4, 0, 0, 9834, 9835, 7, 67, 0, 0, 9835, 9858, 3, 1256, 628, 5, 9836, 9837, 10, 10, 0, 0, 9837, 9838, 5, 26, 0, 0, 9838, 9858, 3, 1172, 586, 0, 9839, 9840, 10, 2, 0, 0, 9840, 9858, 3, 1326, 663, 0, 9841, 9842, 10, 1, 0, 0, 9842, 9844, 5, 116, 0, 0, 9843, 9845, 5, 77, 0, 0, 9844, 9843, 1, 0, 0, 0, 9844, 9845, 1, 0, 0, 0, 9845, 9855, 1, 0, 0, 0, 9846, 9847, 5, 56, 0, 0, 9847, 9848, 5, 64, 0, 0, 9848, 9856, 3, 1256, 628, 0, 9849, 9850, 5, 275, 0, 0, 9850, 9851, 5, 2, 0, 0, 9851, 9852, 3, 1346, 673, 0, 9852, 9853, 5, 3, 0, 0, 9853, 9856, 1, 0, 0, 0, 9854, 9856, 5, 188, 0, 0, 9855, 9846, 1, 0, 0, 0, 9855, 9849, 1, 0, 0, 0, 9855, 9854, 1, 0, 0, 0, 9856, 9858, 1, 0, 0, 0, 9857, 9820, 1, 0, 0, 0, 9857, 9823, 1, 0, 0, 0, 9857, 9826, 1, 0, 0, 0, 9857, 9829, 1, 0, 0, 0, 9857, 9833, 1, 0, 0, 0, 9857, 9836, 1, 0, 0, 0, 9857, 9839, 1, 0, 0, 0, 9857, 9841, 1, 0, 0, 0, 9858, 9861, 1, 0, 0, 0, 9859, 9857, 1, 0, 0, 0, 9859, 9860, 1, 0, 0, 0, 9860, 1257, 1, 0, 0, 0, 9861, 9859, 1, 0, 0, 0, 9862, 9863, 5, 396, 0, 0, 9863, 9899, 3, 1006, 503, 0, 9864, 9867, 5, 35, 0, 0, 9865, 9868, 3, 1006, 503, 0, 9866, 9868, 3, 1348, 674, 0, 9867, 9865, 1, 0, 0, 0, 9867, 9866, 1, 0, 0, 0, 9868, 9899, 1, 0, 0, 0, 9869, 9870, 5, 28, 0, 0, 9870, 9899, 3, 1386, 693, 0, 9871, 9872, 5, 470, 0, 0, 9872, 9873, 5, 2, 0, 0, 9873, 9874, 3, 1332, 666, 0, 9874, 9875, 5, 3, 0, 0, 9875, 9899, 1, 0, 0, 0, 9876, 9877, 5, 98, 0, 0, 9877, 9899, 3, 1006, 503, 0, 9878, 9899, 3, 1452, 726, 0, 9879, 9899, 3, 1260, 630, 0, 9880, 9881, 5, 2, 0, 0, 9881, 9882, 3, 1216, 608, 0, 9882, 9883, 5, 3, 0, 0, 9883, 9884, 3, 1386, 693, 0, 9884, 9899, 1, 0, 0, 0, 9885, 9899, 3, 1368, 684, 0, 9886, 9899, 3, 1264, 632, 0, 9887, 9889, 3, 1006, 503, 0, 9888, 9890, 3, 1384, 692, 0, 9889, 9888, 1, 0, 0, 0, 9889, 9890, 1, 0, 0, 0, 9890, 9899, 1, 0, 0, 0, 9891, 9899, 3, 1316, 658, 0, 9892, 9899, 3, 1318, 659, 0, 9893, 9894, 3, 1314, 657, 0, 9894, 9895, 5, 125, 0, 0, 9895, 9896, 3, 1314, 657, 0, 9896, 9899, 1, 0, 0, 0, 9897, 9899, 3, 1378, 689, 0, 9898, 9862, 1, 0, 0, 0, 9898, 9864, 1, 0, 0, 0, 9898, 9869, 1, 0, 0, 0, 9898, 9871, 1, 0, 0, 0, 9898, 9876, 1, 0, 0, 0, 9898, 9878, 1, 0, 0, 0, 9898, 9879, 1, 0, 0, 0, 9898, 9880, 1, 0, 0, 0, 9898, 9885, 1, 0, 0, 0, 9898, 9886, 1, 0, 0, 0, 9898, 9887, 1, 0, 0, 0, 9898, 9891, 1, 0, 0, 0, 9898, 9892, 1, 0, 0, 0, 9898, 9893, 1, 0, 0, 0, 9898, 9897, 1, 0, 0, 0, 9899, 1259, 1, 0, 0, 0, 9900, 9901, 5, 576, 0, 0, 9901, 1261, 1, 0, 0, 0, 9902, 9928, 3, 1448, 724, 0, 9903, 9925, 5, 2, 0, 0, 9904, 9908, 3, 1342, 671, 0, 9905, 9906, 5, 6, 0, 0, 9906, 9907, 5, 101, 0, 0, 9907, 9909, 3, 1344, 672, 0, 9908, 9905, 1, 0, 0, 0, 9908, 9909, 1, 0, 0, 0, 9909, 9911, 1, 0, 0, 0, 9910, 9912, 3, 1046, 523, 0, 9911, 9910, 1, 0, 0, 0, 9911, 9912, 1, 0, 0, 0, 9912, 9926, 1, 0, 0, 0, 9913, 9914, 5, 101, 0, 0, 9914, 9916, 3, 1344, 672, 0, 9915, 9917, 3, 1046, 523, 0, 9916, 9915, 1, 0, 0, 0, 9916, 9917, 1, 0, 0, 0, 9917, 9926, 1, 0, 0, 0, 9918, 9919, 7, 57, 0, 0, 9919, 9921, 3, 1342, 671, 0, 9920, 9922, 3, 1046, 523, 0, 9921, 9920, 1, 0, 0, 0, 9921, 9922, 1, 0, 0, 0, 9922, 9926, 1, 0, 0, 0, 9923, 9926, 5, 9, 0, 0, 9924, 9926, 1, 0, 0, 0, 9925, 9904, 1, 0, 0, 0, 9925, 9913, 1, 0, 0, 0, 9925, 9918, 1, 0, 0, 0, 9925, 9923, 1, 0, 0, 0, 9925, 9924, 1, 0, 0, 0, 9926, 9927, 1, 0, 0, 0, 9927, 9929, 5, 3, 0, 0, 9928, 9903, 1, 0, 0, 0, 9928, 9929, 1, 0, 0, 0, 9929, 1263, 1, 0, 0, 0, 9930, 9932, 3, 1262, 631, 0, 9931, 9933, 3, 1288, 644, 0, 9932, 9931, 1, 0, 0, 0, 9932, 9933, 1, 0, 0, 0, 9933, 9935, 1, 0, 0, 0, 9934, 9936, 3, 1290, 645, 0, 9935, 9934, 1, 0, 0, 0, 9935, 9936, 1, 0, 0, 0, 9936, 9938, 1, 0, 0, 0, 9937, 9939, 3, 1298, 649, 0, 9938, 9937, 1, 0, 0, 0, 9938, 9939, 1, 0, 0, 0, 9939, 9942, 1, 0, 0, 0, 9940, 9942, 3, 1268, 634, 0, 9941, 9930, 1, 0, 0, 0, 9941, 9940, 1, 0, 0, 0, 9942, 1265, 1, 0, 0, 0, 9943, 9946, 3, 1262, 631, 0, 9944, 9946, 3, 1268, 634, 0, 9945, 9943, 1, 0, 0, 0, 9945, 9944, 1, 0, 0, 0, 9946, 1267, 1, 0, 0, 0, 9947, 9948, 5, 108, 0, 0, 9948, 9949, 5, 62, 0, 0, 9949, 9950, 5, 2, 0, 0, 9950, 9951, 3, 1216, 608, 0, 9951, 9952, 5, 3, 0, 0, 9952, 10132, 1, 0, 0, 0, 9953, 10132, 5, 48, 0, 0, 9954, 9959, 5, 50, 0, 0, 9955, 9956, 5, 2, 0, 0, 9956, 9957, 3, 1460, 730, 0, 9957, 9958, 5, 3, 0, 0, 9958, 9960, 1, 0, 0, 0, 9959, 9955, 1, 0, 0, 0, 9959, 9960, 1, 0, 0, 0, 9960, 10132, 1, 0, 0, 0, 9961, 9966, 5, 51, 0, 0, 9962, 9963, 5, 2, 0, 0, 9963, 9964, 3, 1460, 730, 0, 9964, 9965, 5, 3, 0, 0, 9965, 9967, 1, 0, 0, 0, 9966, 9962, 1, 0, 0, 0, 9966, 9967, 1, 0, 0, 0, 9967, 10132, 1, 0, 0, 0, 9968, 9973, 5, 75, 0, 0, 9969, 9970, 5, 2, 0, 0, 9970, 9971, 3, 1460, 730, 0, 9971, 9972, 5, 3, 0, 0, 9972, 9974, 1, 0, 0, 0, 9973, 9969, 1, 0, 0, 0, 9973, 9974, 1, 0, 0, 0, 9974, 10132, 1, 0, 0, 0, 9975, 9980, 5, 76, 0, 0, 9976, 9977, 5, 2, 0, 0, 9977, 9978, 3, 1460, 730, 0, 9978, 9979, 5, 3, 0, 0, 9979, 9981, 1, 0, 0, 0, 9980, 9976, 1, 0, 0, 0, 9980, 9981, 1, 0, 0, 0, 9981, 10132, 1, 0, 0, 0, 9982, 10132, 5, 49, 0, 0, 9983, 10132, 5, 52, 0, 0, 9984, 10132, 5, 89, 0, 0, 9985, 10132, 5, 99, 0, 0, 9986, 10132, 5, 47, 0, 0, 9987, 10132, 5, 111, 0, 0, 9988, 9989, 5, 41, 0, 0, 9989, 9990, 5, 2, 0, 0, 9990, 9991, 3, 1216, 608, 0, 9991, 9992, 5, 36, 0, 0, 9992, 9993, 3, 1172, 586, 0, 9993, 9994, 5, 3, 0, 0, 9994, 10132, 1, 0, 0, 0, 9995, 9996, 5, 397, 0, 0, 9996, 9998, 5, 2, 0, 0, 9997, 9999, 3, 1352, 676, 0, 9998, 9997, 1, 0, 0, 0, 9998, 9999, 1, 0, 0, 0, 9999, 10000, 1, 0, 0, 0, 10000, 10132, 5, 3, 0, 0, 10001, 10002, 5, 489, 0, 0, 10002, 10003, 5, 2, 0, 0, 10003, 10006, 3, 1216, 608, 0, 10004, 10005, 5, 6, 0, 0, 10005, 10007, 3, 1356, 678, 0, 10006, 10004, 1, 0, 0, 0, 10006, 10007, 1, 0, 0, 0, 10007, 10008, 1, 0, 0, 0, 10008, 10009, 5, 3, 0, 0, 10009, 10132, 1, 0, 0, 0, 10010, 10011, 5, 410, 0, 0, 10011, 10012, 5, 2, 0, 0, 10012, 10013, 3, 1358, 679, 0, 10013, 10014, 5, 3, 0, 0, 10014, 10132, 1, 0, 0, 0, 10015, 10016, 5, 411, 0, 0, 10016, 10018, 5, 2, 0, 0, 10017, 10019, 3, 1360, 680, 0, 10018, 10017, 1, 0, 0, 0, 10018, 10019, 1, 0, 0, 0, 10019, 10020, 1, 0, 0, 0, 10020, 10132, 5, 3, 0, 0, 10021, 10022, 5, 417, 0, 0, 10022, 10024, 5, 2, 0, 0, 10023, 10025, 3, 1362, 681, 0, 10024, 10023, 1, 0, 0, 0, 10024, 10025, 1, 0, 0, 0, 10025, 10026, 1, 0, 0, 0, 10026, 10132, 5, 3, 0, 0, 10027, 10028, 5, 420, 0, 0, 10028, 10029, 5, 2, 0, 0, 10029, 10030, 3, 1216, 608, 0, 10030, 10031, 5, 36, 0, 0, 10031, 10032, 3, 1172, 586, 0, 10032, 10033, 5, 3, 0, 0, 10033, 10132, 1, 0, 0, 0, 10034, 10035, 5, 421, 0, 0, 10035, 10037, 5, 2, 0, 0, 10036, 10038, 7, 70, 0, 0, 10037, 10036, 1, 0, 0, 0, 10037, 10038, 1, 0, 0, 0, 10038, 10039, 1, 0, 0, 0, 10039, 10040, 3, 1364, 682, 0, 10040, 10041, 5, 3, 0, 0, 10041, 10132, 1, 0, 0, 0, 10042, 10043, 5, 408, 0, 0, 10043, 10044, 5, 2, 0, 0, 10044, 10045, 3, 1216, 608, 0, 10045, 10046, 5, 6, 0, 0, 10046, 10047, 3, 1216, 608, 0, 10047, 10048, 5, 3, 0, 0, 10048, 10132, 1, 0, 0, 0, 10049, 10050, 5, 393, 0, 0, 10050, 10051, 5, 2, 0, 0, 10051, 10052, 3, 1332, 666, 0, 10052, 10053, 5, 3, 0, 0, 10053, 10132, 1, 0, 0, 0, 10054, 10055, 5, 399, 0, 0, 10055, 10056, 5, 2, 0, 0, 10056, 10057, 3, 1332, 666, 0, 10057, 10058, 5, 3, 0, 0, 10058, 10132, 1, 0, 0, 0, 10059, 10060, 5, 404, 0, 0, 10060, 10061, 5, 2, 0, 0, 10061, 10062, 3, 1332, 666, 0, 10062, 10063, 5, 3, 0, 0, 10063, 10132, 1, 0, 0, 0, 10064, 10065, 5, 425, 0, 0, 10065, 10066, 5, 2, 0, 0, 10066, 10067, 3, 1332, 666, 0, 10067, 10068, 5, 3, 0, 0, 10068, 10132, 1, 0, 0, 0, 10069, 10070, 5, 426, 0, 0, 10070, 10071, 5, 2, 0, 0, 10071, 10072, 5, 266, 0, 0, 10072, 10078, 3, 1494, 747, 0, 10073, 10076, 5, 6, 0, 0, 10074, 10077, 3, 1274, 637, 0, 10075, 10077, 3, 1332, 666, 0, 10076, 10074, 1, 0, 0, 0, 10076, 10075, 1, 0, 0, 0, 10077, 10079, 1, 0, 0, 0, 10078, 10073, 1, 0, 0, 0, 10078, 10079, 1, 0, 0, 0, 10079, 10080, 1, 0, 0, 0, 10080, 10081, 5, 3, 0, 0, 10081, 10132, 1, 0, 0, 0, 10082, 10083, 5, 427, 0, 0, 10083, 10084, 5, 2, 0, 0, 10084, 10085, 3, 1258, 629, 0, 10085, 10086, 3, 1284, 642, 0, 10086, 10087, 5, 3, 0, 0, 10087, 10132, 1, 0, 0, 0, 10088, 10089, 5, 428, 0, 0, 10089, 10090, 5, 2, 0, 0, 10090, 10091, 3, 1276, 638, 0, 10091, 10092, 5, 3, 0, 0, 10092, 10132, 1, 0, 0, 0, 10093, 10094, 5, 429, 0, 0, 10094, 10095, 5, 2, 0, 0, 10095, 10096, 3, 1280, 640, 0, 10096, 10098, 3, 1216, 608, 0, 10097, 10099, 3, 1282, 641, 0, 10098, 10097, 1, 0, 0, 0, 10098, 10099, 1, 0, 0, 0, 10099, 10100, 1, 0, 0, 0, 10100, 10101, 5, 3, 0, 0, 10101, 10132, 1, 0, 0, 0, 10102, 10103, 5, 430, 0, 0, 10103, 10104, 5, 2, 0, 0, 10104, 10105, 5, 266, 0, 0, 10105, 10108, 3, 1494, 747, 0, 10106, 10107, 5, 6, 0, 0, 10107, 10109, 3, 1216, 608, 0, 10108, 10106, 1, 0, 0, 0, 10108, 10109, 1, 0, 0, 0, 10109, 10110, 1, 0, 0, 0, 10110, 10111, 5, 3, 0, 0, 10111, 10132, 1, 0, 0, 0, 10112, 10113, 5, 431, 0, 0, 10113, 10114, 5, 2, 0, 0, 10114, 10115, 5, 383, 0, 0, 10115, 10116, 3, 1216, 608, 0, 10116, 10117, 5, 6, 0, 0, 10117, 10119, 3, 1270, 635, 0, 10118, 10120, 3, 1272, 636, 0, 10119, 10118, 1, 0, 0, 0, 10119, 10120, 1, 0, 0, 0, 10120, 10121, 1, 0, 0, 0, 10121, 10122, 5, 3, 0, 0, 10122, 10132, 1, 0, 0, 0, 10123, 10124, 5, 432, 0, 0, 10124, 10125, 5, 2, 0, 0, 10125, 10126, 3, 1280, 640, 0, 10126, 10127, 3, 1216, 608, 0, 10127, 10128, 5, 36, 0, 0, 10128, 10129, 3, 1176, 588, 0, 10129, 10130, 5, 3, 0, 0, 10130, 10132, 1, 0, 0, 0, 10131, 9947, 1, 0, 0, 0, 10131, 9953, 1, 0, 0, 0, 10131, 9954, 1, 0, 0, 0, 10131, 9961, 1, 0, 0, 0, 10131, 9968, 1, 0, 0, 0, 10131, 9975, 1, 0, 0, 0, 10131, 9982, 1, 0, 0, 0, 10131, 9983, 1, 0, 0, 0, 10131, 9984, 1, 0, 0, 0, 10131, 9985, 1, 0, 0, 0, 10131, 9986, 1, 0, 0, 0, 10131, 9987, 1, 0, 0, 0, 10131, 9988, 1, 0, 0, 0, 10131, 9995, 1, 0, 0, 0, 10131, 10001, 1, 0, 0, 0, 10131, 10010, 1, 0, 0, 0, 10131, 10015, 1, 0, 0, 0, 10131, 10021, 1, 0, 0, 0, 10131, 10027, 1, 0, 0, 0, 10131, 10034, 1, 0, 0, 0, 10131, 10042, 1, 0, 0, 0, 10131, 10049, 1, 0, 0, 0, 10131, 10054, 1, 0, 0, 0, 10131, 10059, 1, 0, 0, 0, 10131, 10064, 1, 0, 0, 0, 10131, 10069, 1, 0, 0, 0, 10131, 10082, 1, 0, 0, 0, 10131, 10088, 1, 0, 0, 0, 10131, 10093, 1, 0, 0, 0, 10131, 10102, 1, 0, 0, 0, 10131, 10112, 1, 0, 0, 0, 10131, 10123, 1, 0, 0, 0, 10132, 1269, 1, 0, 0, 0, 10133, 10134, 5, 375, 0, 0, 10134, 10139, 3, 1216, 608, 0, 10135, 10136, 5, 375, 0, 0, 10136, 10137, 5, 269, 0, 0, 10137, 10139, 5, 450, 0, 0, 10138, 10133, 1, 0, 0, 0, 10138, 10135, 1, 0, 0, 0, 10139, 1271, 1, 0, 0, 0, 10140, 10141, 5, 6, 0, 0, 10141, 10142, 5, 339, 0, 0, 10142, 10151, 5, 385, 0, 0, 10143, 10144, 5, 6, 0, 0, 10144, 10145, 5, 339, 0, 0, 10145, 10151, 5, 269, 0, 0, 10146, 10147, 5, 6, 0, 0, 10147, 10148, 5, 339, 0, 0, 10148, 10149, 5, 269, 0, 0, 10149, 10151, 5, 450, 0, 0, 10150, 10140, 1, 0, 0, 0, 10150, 10143, 1, 0, 0, 0, 10150, 10146, 1, 0, 0, 0, 10151, 1273, 1, 0, 0, 0, 10152, 10153, 5, 424, 0, 0, 10153, 10154, 5, 2, 0, 0, 10154, 10155, 3, 1276, 638, 0, 10155, 10156, 5, 3, 0, 0, 10156, 1275, 1, 0, 0, 0, 10157, 10162, 3, 1278, 639, 0, 10158, 10159, 5, 6, 0, 0, 10159, 10161, 3, 1278, 639, 0, 10160, 10158, 1, 0, 0, 0, 10161, 10164, 1, 0, 0, 0, 10162, 10160, 1, 0, 0, 0, 10162, 10163, 1, 0, 0, 0, 10163, 1277, 1, 0, 0, 0, 10164, 10162, 1, 0, 0, 0, 10165, 10168, 3, 1216, 608, 0, 10166, 10167, 5, 36, 0, 0, 10167, 10169, 3, 1494, 747, 0, 10168, 10166, 1, 0, 0, 0, 10168, 10169, 1, 0, 0, 0, 10169, 1279, 1, 0, 0, 0, 10170, 10171, 7, 71, 0, 0, 10171, 1281, 1, 0, 0, 0, 10172, 10173, 5, 292, 0, 0, 10173, 10177, 5, 378, 0, 0, 10174, 10175, 5, 347, 0, 0, 10175, 10177, 5, 378, 0, 0, 10176, 10172, 1, 0, 0, 0, 10176, 10174, 1, 0, 0, 0, 10177, 1283, 1, 0, 0, 0, 10178, 10179, 5, 286, 0, 0, 10179, 10194, 3, 1258, 629, 0, 10180, 10181, 5, 286, 0, 0, 10181, 10182, 3, 1258, 629, 0, 10182, 10183, 3, 1286, 643, 0, 10183, 10194, 1, 0, 0, 0, 10184, 10185, 5, 286, 0, 0, 10185, 10186, 3, 1286, 643, 0, 10186, 10187, 3, 1258, 629, 0, 10187, 10194, 1, 0, 0, 0, 10188, 10189, 5, 286, 0, 0, 10189, 10190, 3, 1286, 643, 0, 10190, 10191, 3, 1258, 629, 0, 10191, 10192, 3, 1286, 643, 0, 10192, 10194, 1, 0, 0, 0, 10193, 10178, 1, 0, 0, 0, 10193, 10180, 1, 0, 0, 0, 10193, 10184, 1, 0, 0, 0, 10193, 10188, 1, 0, 0, 0, 10194, 1285, 1, 0, 0, 0, 10195, 10196, 5, 147, 0, 0, 10196, 10197, 7, 72, 0, 0, 10197, 1287, 1, 0, 0, 0, 10198, 10199, 5, 479, 0, 0, 10199, 10200, 5, 66, 0, 0, 10200, 10201, 5, 2, 0, 0, 10201, 10202, 3, 1048, 524, 0, 10202, 10203, 5, 3, 0, 0, 10203, 1289, 1, 0, 0, 0, 10204, 10205, 5, 480, 0, 0, 10205, 10206, 5, 2, 0, 0, 10206, 10207, 5, 103, 0, 0, 10207, 10208, 3, 1216, 608, 0, 10208, 10209, 5, 3, 0, 0, 10209, 1291, 1, 0, 0, 0, 10210, 10211, 5, 104, 0, 0, 10211, 10212, 3, 1294, 647, 0, 10212, 1293, 1, 0, 0, 0, 10213, 10218, 3, 1296, 648, 0, 10214, 10215, 5, 6, 0, 0, 10215, 10217, 3, 1296, 648, 0, 10216, 10214, 1, 0, 0, 0, 10217, 10220, 1, 0, 0, 0, 10218, 10216, 1, 0, 0, 0, 10218, 10219, 1, 0, 0, 0, 10219, 1295, 1, 0, 0, 0, 10220, 10218, 1, 0, 0, 0, 10221, 10222, 3, 1478, 739, 0, 10222, 10223, 5, 36, 0, 0, 10223, 10224, 3, 1300, 650, 0, 10224, 1297, 1, 0, 0, 0, 10225, 10228, 5, 124, 0, 0, 10226, 10229, 3, 1300, 650, 0, 10227, 10229, 3, 1478, 739, 0, 10228, 10226, 1, 0, 0, 0, 10228, 10227, 1, 0, 0, 0, 10229, 1299, 1, 0, 0, 0, 10230, 10232, 5, 2, 0, 0, 10231, 10233, 3, 1302, 651, 0, 10232, 10231, 1, 0, 0, 0, 10232, 10233, 1, 0, 0, 0, 10233, 10235, 1, 0, 0, 0, 10234, 10236, 3, 1304, 652, 0, 10235, 10234, 1, 0, 0, 0, 10235, 10236, 1, 0, 0, 0, 10236, 10238, 1, 0, 0, 0, 10237, 10239, 3, 1046, 523, 0, 10238, 10237, 1, 0, 0, 0, 10238, 10239, 1, 0, 0, 0, 10239, 10241, 1, 0, 0, 0, 10240, 10242, 3, 1306, 653, 0, 10241, 10240, 1, 0, 0, 0, 10241, 10242, 1, 0, 0, 0, 10242, 10243, 1, 0, 0, 0, 10243, 10244, 5, 3, 0, 0, 10244, 1301, 1, 0, 0, 0, 10245, 10246, 3, 1478, 739, 0, 10246, 1303, 1, 0, 0, 0, 10247, 10248, 5, 285, 0, 0, 10248, 10249, 5, 147, 0, 0, 10249, 10250, 3, 1332, 666, 0, 10250, 1305, 1, 0, 0, 0, 10251, 10252, 5, 299, 0, 0, 10252, 10254, 3, 1308, 654, 0, 10253, 10255, 3, 1312, 656, 0, 10254, 10253, 1, 0, 0, 0, 10254, 10255, 1, 0, 0, 0, 10255, 10267, 1, 0, 0, 0, 10256, 10257, 5, 320, 0, 0, 10257, 10259, 3, 1308, 654, 0, 10258, 10260, 3, 1312, 656, 0, 10259, 10258, 1, 0, 0, 0, 10259, 10260, 1, 0, 0, 0, 10260, 10267, 1, 0, 0, 0, 10261, 10262, 5, 481, 0, 0, 10262, 10264, 3, 1308, 654, 0, 10263, 10265, 3, 1312, 656, 0, 10264, 10263, 1, 0, 0, 0, 10264, 10265, 1, 0, 0, 0, 10265, 10267, 1, 0, 0, 0, 10266, 10251, 1, 0, 0, 0, 10266, 10256, 1, 0, 0, 0, 10266, 10261, 1, 0, 0, 0, 10267, 1307, 1, 0, 0, 0, 10268, 10275, 3, 1310, 655, 0, 10269, 10270, 5, 387, 0, 0, 10270, 10271, 3, 1310, 655, 0, 10271, 10272, 5, 33, 0, 0, 10272, 10273, 3, 1310, 655, 0, 10273, 10275, 1, 0, 0, 0, 10274, 10268, 1, 0, 0, 0, 10274, 10269, 1, 0, 0, 0, 10275, 1309, 1, 0, 0, 0, 10276, 10277, 5, 362, 0, 0, 10277, 10284, 7, 73, 0, 0, 10278, 10279, 5, 434, 0, 0, 10279, 10284, 5, 414, 0, 0, 10280, 10281, 3, 1216, 608, 0, 10281, 10282, 7, 73, 0, 0, 10282, 10284, 1, 0, 0, 0, 10283, 10276, 1, 0, 0, 0, 10283, 10278, 1, 0, 0, 0, 10283, 10280, 1, 0, 0, 0, 10284, 1311, 1, 0, 0, 0, 10285, 10292, 5, 199, 0, 0, 10286, 10287, 5, 434, 0, 0, 10287, 10293, 5, 414, 0, 0, 10288, 10293, 5, 66, 0, 0, 10289, 10293, 5, 467, 0, 0, 10290, 10291, 5, 269, 0, 0, 10291, 10293, 5, 482, 0, 0, 10292, 10286, 1, 0, 0, 0, 10292, 10288, 1, 0, 0, 0, 10292, 10289, 1, 0, 0, 0, 10292, 10290, 1, 0, 0, 0, 10293, 1313, 1, 0, 0, 0, 10294, 10295, 5, 414, 0, 0, 10295, 10297, 5, 2, 0, 0, 10296, 10298, 3, 1332, 666, 0, 10297, 10296, 1, 0, 0, 0, 10297, 10298, 1, 0, 0, 0, 10298, 10299, 1, 0, 0, 0, 10299, 10307, 5, 3, 0, 0, 10300, 10301, 5, 2, 0, 0, 10301, 10302, 3, 1332, 666, 0, 10302, 10303, 5, 6, 0, 0, 10303, 10304, 3, 1216, 608, 0, 10304, 10305, 5, 3, 0, 0, 10305, 10307, 1, 0, 0, 0, 10306, 10294, 1, 0, 0, 0, 10306, 10300, 1, 0, 0, 0, 10307, 1315, 1, 0, 0, 0, 10308, 10309, 5, 414, 0, 0, 10309, 10311, 5, 2, 0, 0, 10310, 10312, 3, 1332, 666, 0, 10311, 10310, 1, 0, 0, 0, 10311, 10312, 1, 0, 0, 0, 10312, 10313, 1, 0, 0, 0, 10313, 10314, 5, 3, 0, 0, 10314, 1317, 1, 0, 0, 0, 10315, 10316, 5, 2, 0, 0, 10316, 10317, 3, 1216, 608, 0, 10317, 10318, 5, 6, 0, 0, 10318, 10319, 3, 1332, 666, 0, 10319, 10320, 5, 3, 0, 0, 10320, 1319, 1, 0, 0, 0, 10321, 10322, 7, 74, 0, 0, 10322, 1321, 1, 0, 0, 0, 10323, 10326, 5, 29, 0, 0, 10324, 10326, 3, 1324, 662, 0, 10325, 10323, 1, 0, 0, 0, 10325, 10324, 1, 0, 0, 0, 10326, 1323, 1, 0, 0, 0, 10327, 10328, 7, 75, 0, 0, 10328, 1325, 1, 0, 0, 0, 10329, 10336, 5, 29, 0, 0, 10330, 10331, 5, 278, 0, 0, 10331, 10332, 5, 2, 0, 0, 10332, 10333, 3, 736, 368, 0, 10333, 10334, 5, 3, 0, 0, 10334, 10336, 1, 0, 0, 0, 10335, 10329, 1, 0, 0, 0, 10335, 10330, 1, 0, 0, 0, 10336, 1327, 1, 0, 0, 0, 10337, 10344, 3, 1322, 661, 0, 10338, 10339, 5, 278, 0, 0, 10339, 10340, 5, 2, 0, 0, 10340, 10341, 3, 736, 368, 0, 10341, 10342, 5, 3, 0, 0, 10342, 10344, 1, 0, 0, 0, 10343, 10337, 1, 0, 0, 0, 10343, 10338, 1, 0, 0, 0, 10344, 1329, 1, 0, 0, 0, 10345, 10358, 3, 1322, 661, 0, 10346, 10347, 5, 278, 0, 0, 10347, 10348, 5, 2, 0, 0, 10348, 10349, 3, 736, 368, 0, 10349, 10350, 5, 3, 0, 0, 10350, 10358, 1, 0, 0, 0, 10351, 10358, 5, 120, 0, 0, 10352, 10353, 5, 77, 0, 0, 10353, 10358, 5, 120, 0, 0, 10354, 10358, 5, 114, 0, 0, 10355, 10356, 5, 77, 0, 0, 10356, 10358, 5, 114, 0, 0, 10357, 10345, 1, 0, 0, 0, 10357, 10346, 1, 0, 0, 0, 10357, 10351, 1, 0, 0, 0, 10357, 10352, 1, 0, 0, 0, 10357, 10354, 1, 0, 0, 0, 10357, 10355, 1, 0, 0, 0, 10358, 1331, 1, 0, 0, 0, 10359, 10364, 3, 1216, 608, 0, 10360, 10361, 5, 6, 0, 0, 10361, 10363, 3, 1216, 608, 0, 10362, 10360, 1, 0, 0, 0, 10363, 10366, 1, 0, 0, 0, 10364, 10362, 1, 0, 0, 0, 10364, 10365, 1, 0, 0, 0, 10365, 1333, 1, 0, 0, 0, 10366, 10364, 1, 0, 0, 0, 10367, 10372, 3, 1340, 670, 0, 10368, 10369, 5, 6, 0, 0, 10369, 10371, 3, 1340, 670, 0, 10370, 10368, 1, 0, 0, 0, 10371, 10374, 1, 0, 0, 0, 10372, 10370, 1, 0, 0, 0, 10372, 10373, 1, 0, 0, 0, 10373, 1335, 1, 0, 0, 0, 10374, 10372, 1, 0, 0, 0, 10375, 10380, 3, 1338, 669, 0, 10376, 10377, 5, 6, 0, 0, 10377, 10379, 3, 1338, 669, 0, 10378, 10376, 1, 0, 0, 0, 10379, 10382, 1, 0, 0, 0, 10380, 10378, 1, 0, 0, 0, 10380, 10381, 1, 0, 0, 0, 10381, 1337, 1, 0, 0, 0, 10382, 10380, 1, 0, 0, 0, 10383, 10384, 5, 2, 0, 0, 10384, 10385, 3, 1216, 608, 0, 10385, 10386, 5, 3, 0, 0, 10386, 10389, 1, 0, 0, 0, 10387, 10389, 3, 1436, 718, 0, 10388, 10383, 1, 0, 0, 0, 10388, 10387, 1, 0, 0, 0, 10389, 1339, 1, 0, 0, 0, 10390, 10393, 3, 1216, 608, 0, 10391, 10393, 3, 1436, 718, 0, 10392, 10390, 1, 0, 0, 0, 10392, 10391, 1, 0, 0, 0, 10393, 1341, 1, 0, 0, 0, 10394, 10399, 3, 1344, 672, 0, 10395, 10396, 5, 6, 0, 0, 10396, 10398, 3, 1344, 672, 0, 10397, 10395, 1, 0, 0, 0, 10398, 10401, 1, 0, 0, 0, 10399, 10397, 1, 0, 0, 0, 10399, 10400, 1, 0, 0, 0, 10400, 1343, 1, 0, 0, 0, 10401, 10399, 1, 0, 0, 0, 10402, 10408, 3, 1216, 608, 0, 10403, 10404, 3, 688, 344, 0, 10404, 10405, 7, 76, 0, 0, 10405, 10406, 3, 1216, 608, 0, 10406, 10408, 1, 0, 0, 0, 10407, 10402, 1, 0, 0, 0, 10407, 10403, 1, 0, 0, 0, 10408, 1345, 1, 0, 0, 0, 10409, 10414, 3, 1172, 586, 0, 10410, 10411, 5, 6, 0, 0, 10411, 10413, 3, 1172, 586, 0, 10412, 10410, 1, 0, 0, 0, 10413, 10416, 1, 0, 0, 0, 10414, 10412, 1, 0, 0, 0, 10414, 10415, 1, 0, 0, 0, 10415, 1347, 1, 0, 0, 0, 10416, 10414, 1, 0, 0, 0, 10417, 10420, 5, 4, 0, 0, 10418, 10421, 3, 1332, 666, 0, 10419, 10421, 3, 1350, 675, 0, 10420, 10418, 1, 0, 0, 0, 10420, 10419, 1, 0, 0, 0, 10420, 10421, 1, 0, 0, 0, 10421, 10422, 1, 0, 0, 0, 10422, 10423, 5, 5, 0, 0, 10423, 1349, 1, 0, 0, 0, 10424, 10429, 3, 1348, 674, 0, 10425, 10426, 5, 6, 0, 0, 10426, 10428, 3, 1348, 674, 0, 10427, 10425, 1, 0, 0, 0, 10428, 10431, 1, 0, 0, 0, 10429, 10427, 1, 0, 0, 0, 10429, 10430, 1, 0, 0, 0, 10430, 1351, 1, 0, 0, 0, 10431, 10429, 1, 0, 0, 0, 10432, 10433, 3, 1354, 677, 0, 10433, 10434, 5, 64, 0, 0, 10434, 10435, 3, 1216, 608, 0, 10435, 1353, 1, 0, 0, 0, 10436, 10445, 3, 1496, 748, 0, 10437, 10445, 5, 384, 0, 0, 10438, 10445, 5, 264, 0, 0, 10439, 10445, 5, 176, 0, 0, 10440, 10445, 5, 218, 0, 0, 10441, 10445, 5, 261, 0, 0, 10442, 10445, 5, 326, 0, 0, 10443, 10445, 3, 1462, 731, 0, 10444, 10436, 1, 0, 0, 0, 10444, 10437, 1, 0, 0, 0, 10444, 10438, 1, 0, 0, 0, 10444, 10439, 1, 0, 0, 0, 10444, 10440, 1, 0, 0, 0, 10444, 10441, 1, 0, 0, 0, 10444, 10442, 1, 0, 0, 0, 10444, 10443, 1, 0, 0, 0, 10445, 1355, 1, 0, 0, 0, 10446, 10447, 7, 77, 0, 0, 10447, 1357, 1, 0, 0, 0, 10448, 10449, 3, 1216, 608, 0, 10449, 10450, 5, 84, 0, 0, 10450, 10451, 3, 1216, 608, 0, 10451, 10452, 5, 64, 0, 0, 10452, 10455, 3, 1216, 608, 0, 10453, 10454, 5, 62, 0, 0, 10454, 10456, 3, 1216, 608, 0, 10455, 10453, 1, 0, 0, 0, 10455, 10456, 1, 0, 0, 0, 10456, 1359, 1, 0, 0, 0, 10457, 10458, 3, 1256, 628, 0, 10458, 10459, 5, 68, 0, 0, 10459, 10460, 3, 1256, 628, 0, 10460, 1361, 1, 0, 0, 0, 10461, 10462, 3, 1216, 608, 0, 10462, 10463, 5, 64, 0, 0, 10463, 10464, 3, 1216, 608, 0, 10464, 10465, 5, 62, 0, 0, 10465, 10466, 3, 1216, 608, 0, 10466, 10489, 1, 0, 0, 0, 10467, 10468, 3, 1216, 608, 0, 10468, 10469, 5, 62, 0, 0, 10469, 10470, 3, 1216, 608, 0, 10470, 10471, 5, 64, 0, 0, 10471, 10472, 3, 1216, 608, 0, 10472, 10489, 1, 0, 0, 0, 10473, 10474, 3, 1216, 608, 0, 10474, 10475, 5, 64, 0, 0, 10475, 10476, 3, 1216, 608, 0, 10476, 10489, 1, 0, 0, 0, 10477, 10478, 3, 1216, 608, 0, 10478, 10479, 5, 62, 0, 0, 10479, 10480, 3, 1216, 608, 0, 10480, 10489, 1, 0, 0, 0, 10481, 10482, 3, 1216, 608, 0, 10482, 10483, 5, 127, 0, 0, 10483, 10484, 3, 1216, 608, 0, 10484, 10485, 5, 197, 0, 0, 10485, 10486, 3, 1216, 608, 0, 10486, 10489, 1, 0, 0, 0, 10487, 10489, 3, 1332, 666, 0, 10488, 10461, 1, 0, 0, 0, 10488, 10467, 1, 0, 0, 0, 10488, 10473, 1, 0, 0, 0, 10488, 10477, 1, 0, 0, 0, 10488, 10481, 1, 0, 0, 0, 10488, 10487, 1, 0, 0, 0, 10489, 1363, 1, 0, 0, 0, 10490, 10491, 3, 1216, 608, 0, 10491, 10492, 5, 64, 0, 0, 10492, 10493, 3, 1332, 666, 0, 10493, 10498, 1, 0, 0, 0, 10494, 10495, 5, 64, 0, 0, 10495, 10498, 3, 1332, 666, 0, 10496, 10498, 3, 1332, 666, 0, 10497, 10490, 1, 0, 0, 0, 10497, 10494, 1, 0, 0, 0, 10497, 10496, 1, 0, 0, 0, 10498, 1365, 1, 0, 0, 0, 10499, 10505, 3, 1006, 503, 0, 10500, 10501, 5, 2, 0, 0, 10501, 10502, 3, 1332, 666, 0, 10502, 10503, 5, 3, 0, 0, 10503, 10505, 1, 0, 0, 0, 10504, 10499, 1, 0, 0, 0, 10504, 10500, 1, 0, 0, 0, 10505, 1367, 1, 0, 0, 0, 10506, 10508, 5, 40, 0, 0, 10507, 10509, 3, 1376, 688, 0, 10508, 10507, 1, 0, 0, 0, 10508, 10509, 1, 0, 0, 0, 10509, 10510, 1, 0, 0, 0, 10510, 10512, 3, 1370, 685, 0, 10511, 10513, 3, 1374, 687, 0, 10512, 10511, 1, 0, 0, 0, 10512, 10513, 1, 0, 0, 0, 10513, 10514, 1, 0, 0, 0, 10514, 10515, 5, 454, 0, 0, 10515, 1369, 1, 0, 0, 0, 10516, 10518, 3, 1372, 686, 0, 10517, 10516, 1, 0, 0, 0, 10518, 10519, 1, 0, 0, 0, 10519, 10517, 1, 0, 0, 0, 10519, 10520, 1, 0, 0, 0, 10520, 1371, 1, 0, 0, 0, 10521, 10522, 5, 102, 0, 0, 10522, 10523, 3, 1216, 608, 0, 10523, 10524, 5, 93, 0, 0, 10524, 10525, 3, 1216, 608, 0, 10525, 1373, 1, 0, 0, 0, 10526, 10527, 5, 58, 0, 0, 10527, 10528, 3, 1216, 608, 0, 10528, 1375, 1, 0, 0, 0, 10529, 10530, 3, 1216, 608, 0, 10530, 1377, 1, 0, 0, 0, 10531, 10533, 3, 1478, 739, 0, 10532, 10534, 3, 1384, 692, 0, 10533, 10532, 1, 0, 0, 0, 10533, 10534, 1, 0, 0, 0, 10534, 1379, 1, 0, 0, 0, 10535, 10538, 5, 11, 0, 0, 10536, 10539, 3, 1442, 721, 0, 10537, 10539, 5, 9, 0, 0, 10538, 10536, 1, 0, 0, 0, 10538, 10537, 1, 0, 0, 0, 10539, 10553, 1, 0, 0, 0, 10540, 10549, 5, 4, 0, 0, 10541, 10550, 3, 1216, 608, 0, 10542, 10544, 3, 1382, 691, 0, 10543, 10542, 1, 0, 0, 0, 10543, 10544, 1, 0, 0, 0, 10544, 10545, 1, 0, 0, 0, 10545, 10547, 5, 8, 0, 0, 10546, 10548, 3, 1382, 691, 0, 10547, 10546, 1, 0, 0, 0, 10547, 10548, 1, 0, 0, 0, 10548, 10550, 1, 0, 0, 0, 10549, 10541, 1, 0, 0, 0, 10549, 10543, 1, 0, 0, 0, 10550, 10551, 1, 0, 0, 0, 10551, 10553, 5, 5, 0, 0, 10552, 10535, 1, 0, 0, 0, 10552, 10540, 1, 0, 0, 0, 10553, 1381, 1, 0, 0, 0, 10554, 10555, 3, 1216, 608, 0, 10555, 1383, 1, 0, 0, 0, 10556, 10558, 3, 1380, 690, 0, 10557, 10556, 1, 0, 0, 0, 10558, 10559, 1, 0, 0, 0, 10559, 10557, 1, 0, 0, 0, 10559, 10560, 1, 0, 0, 0, 10560, 1385, 1, 0, 0, 0, 10561, 10563, 3, 1380, 690, 0, 10562, 10561, 1, 0, 0, 0, 10563, 10566, 1, 0, 0, 0, 10564, 10562, 1, 0, 0, 0, 10564, 10565, 1, 0, 0, 0, 10565, 1387, 1, 0, 0, 0, 10566, 10564, 1, 0, 0, 0, 10567, 10568, 3, 1390, 695, 0, 10568, 1389, 1, 0, 0, 0, 10569, 10574, 3, 1392, 696, 0, 10570, 10571, 5, 6, 0, 0, 10571, 10573, 3, 1392, 696, 0, 10572, 10570, 1, 0, 0, 0, 10573, 10576, 1, 0, 0, 0, 10574, 10572, 1, 0, 0, 0, 10574, 10575, 1, 0, 0, 0, 10575, 1391, 1, 0, 0, 0, 10576, 10574, 1, 0, 0, 0, 10577, 10582, 3, 1340, 670, 0, 10578, 10579, 5, 36, 0, 0, 10579, 10583, 3, 1494, 747, 0, 10580, 10583, 3, 1496, 748, 0, 10581, 10583, 1, 0, 0, 0, 10582, 10578, 1, 0, 0, 0, 10582, 10580, 1, 0, 0, 0, 10582, 10581, 1, 0, 0, 0, 10583, 10586, 1, 0, 0, 0, 10584, 10586, 5, 9, 0, 0, 10585, 10577, 1, 0, 0, 0, 10585, 10584, 1, 0, 0, 0, 10586, 1393, 1, 0, 0, 0, 10587, 10592, 3, 1416, 708, 0, 10588, 10589, 5, 6, 0, 0, 10589, 10591, 3, 1416, 708, 0, 10590, 10588, 1, 0, 0, 0, 10591, 10594, 1, 0, 0, 0, 10592, 10590, 1, 0, 0, 0, 10592, 10593, 1, 0, 0, 0, 10593, 1395, 1, 0, 0, 0, 10594, 10592, 1, 0, 0, 0, 10595, 10600, 3, 1410, 705, 0, 10596, 10597, 5, 6, 0, 0, 10597, 10599, 3, 1410, 705, 0, 10598, 10596, 1, 0, 0, 0, 10599, 10602, 1, 0, 0, 0, 10600, 10598, 1, 0, 0, 0, 10600, 10601, 1, 0, 0, 0, 10601, 1397, 1, 0, 0, 0, 10602, 10600, 1, 0, 0, 0, 10603, 10608, 3, 1426, 713, 0, 10604, 10605, 5, 6, 0, 0, 10605, 10607, 3, 1426, 713, 0, 10606, 10604, 1, 0, 0, 0, 10607, 10610, 1, 0, 0, 0, 10608, 10606, 1, 0, 0, 0, 10608, 10609, 1, 0, 0, 0, 10609, 1399, 1, 0, 0, 0, 10610, 10608, 1, 0, 0, 0, 10611, 10616, 3, 1424, 712, 0, 10612, 10613, 5, 6, 0, 0, 10613, 10615, 3, 1424, 712, 0, 10614, 10612, 1, 0, 0, 0, 10615, 10618, 1, 0, 0, 0, 10616, 10614, 1, 0, 0, 0, 10616, 10617, 1, 0, 0, 0, 10617, 1401, 1, 0, 0, 0, 10618, 10616, 1, 0, 0, 0, 10619, 10624, 3, 1432, 716, 0, 10620, 10621, 5, 6, 0, 0, 10621, 10623, 3, 1432, 716, 0, 10622, 10620, 1, 0, 0, 0, 10623, 10626, 1, 0, 0, 0, 10624, 10622, 1, 0, 0, 0, 10624, 10625, 1, 0, 0, 0, 10625, 1403, 1, 0, 0, 0, 10626, 10624, 1, 0, 0, 0, 10627, 10629, 3, 1478, 739, 0, 10628, 10630, 3, 1384, 692, 0, 10629, 10628, 1, 0, 0, 0, 10629, 10630, 1, 0, 0, 0, 10630, 1405, 1, 0, 0, 0, 10631, 10633, 3, 1478, 739, 0, 10632, 10634, 3, 1384, 692, 0, 10633, 10632, 1, 0, 0, 0, 10633, 10634, 1, 0, 0, 0, 10634, 1407, 1, 0, 0, 0, 10635, 10637, 3, 1478, 739, 0, 10636, 10638, 3, 1384, 692, 0, 10637, 10636, 1, 0, 0, 0, 10637, 10638, 1, 0, 0, 0, 10638, 1409, 1, 0, 0, 0, 10639, 10641, 3, 1478, 739, 0, 10640, 10642, 3, 1384, 692, 0, 10641, 10640, 1, 0, 0, 0, 10641, 10642, 1, 0, 0, 0, 10642, 1411, 1, 0, 0, 0, 10643, 10645, 3, 1478, 739, 0, 10644, 10646, 3, 1384, 692, 0, 10645, 10644, 1, 0, 0, 0, 10645, 10646, 1, 0, 0, 0, 10646, 1413, 1, 0, 0, 0, 10647, 10649, 3, 1478, 739, 0, 10648, 10650, 3, 564, 282, 0, 10649, 10648, 1, 0, 0, 0, 10649, 10650, 1, 0, 0, 0, 10650, 1415, 1, 0, 0, 0, 10651, 10653, 3, 1478, 739, 0, 10652, 10654, 3, 1384, 692, 0, 10653, 10652, 1, 0, 0, 0, 10653, 10654, 1, 0, 0, 0, 10654, 1417, 1, 0, 0, 0, 10655, 10660, 3, 1406, 703, 0, 10656, 10657, 5, 6, 0, 0, 10657, 10659, 3, 1406, 703, 0, 10658, 10656, 1, 0, 0, 0, 10659, 10662, 1, 0, 0, 0, 10660, 10658, 1, 0, 0, 0, 10660, 10661, 1, 0, 0, 0, 10661, 1419, 1, 0, 0, 0, 10662, 10660, 1, 0, 0, 0, 10663, 10668, 3, 1440, 720, 0, 10664, 10665, 5, 6, 0, 0, 10665, 10667, 3, 1440, 720, 0, 10666, 10664, 1, 0, 0, 0, 10667, 10670, 1, 0, 0, 0, 10668, 10666, 1, 0, 0, 0, 10668, 10669, 1, 0, 0, 0, 10669, 1421, 1, 0, 0, 0, 10670, 10668, 1, 0, 0, 0, 10671, 10673, 3, 1478, 739, 0, 10672, 10674, 3, 564, 282, 0, 10673, 10672, 1, 0, 0, 0, 10673, 10674, 1, 0, 0, 0, 10674, 1423, 1, 0, 0, 0, 10675, 10677, 3, 1478, 739, 0, 10676, 10678, 3, 564, 282, 0, 10677, 10676, 1, 0, 0, 0, 10677, 10678, 1, 0, 0, 0, 10678, 1425, 1, 0, 0, 0, 10679, 10681, 3, 1478, 739, 0, 10680, 10682, 3, 564, 282, 0, 10681, 10680, 1, 0, 0, 0, 10681, 10682, 1, 0, 0, 0, 10682, 1427, 1, 0, 0, 0, 10683, 10684, 3, 1478, 739, 0, 10684, 1429, 1, 0, 0, 0, 10685, 10686, 3, 1478, 739, 0, 10686, 1431, 1, 0, 0, 0, 10687, 10692, 3, 1486, 743, 0, 10688, 10689, 3, 1478, 739, 0, 10689, 10690, 3, 1384, 692, 0, 10690, 10692, 1, 0, 0, 0, 10691, 10687, 1, 0, 0, 0, 10691, 10688, 1, 0, 0, 0, 10692, 1433, 1, 0, 0, 0, 10693, 10698, 3, 1486, 743, 0, 10694, 10695, 3, 1478, 739, 0, 10695, 10696, 3, 1384, 692, 0, 10696, 10698, 1, 0, 0, 0, 10697, 10693, 1, 0, 0, 0, 10697, 10694, 1, 0, 0, 0, 10698, 1435, 1, 0, 0, 0, 10699, 10703, 3, 1478, 739, 0, 10700, 10702, 3, 1380, 690, 0, 10701, 10700, 1, 0, 0, 0, 10702, 10705, 1, 0, 0, 0, 10703, 10701, 1, 0, 0, 0, 10703, 10704, 1, 0, 0, 0, 10704, 10708, 1, 0, 0, 0, 10705, 10703, 1, 0, 0, 0, 10706, 10708, 4, 718, 8, 0, 10707, 10699, 1, 0, 0, 0, 10707, 10706, 1, 0, 0, 0, 10708, 1437, 1, 0, 0, 0, 10709, 10710, 3, 1478, 739, 0, 10710, 1439, 1, 0, 0, 0, 10711, 10712, 3, 1478, 739, 0, 10712, 1441, 1, 0, 0, 0, 10713, 10714, 3, 1494, 747, 0, 10714, 1443, 1, 0, 0, 0, 10715, 10716, 3, 1462, 731, 0, 10716, 1445, 1, 0, 0, 0, 10717, 10722, 3, 1486, 743, 0, 10718, 10719, 3, 1478, 739, 0, 10719, 10720, 3, 1384, 692, 0, 10720, 10722, 1, 0, 0, 0, 10721, 10717, 1, 0, 0, 0, 10721, 10718, 1, 0, 0, 0, 10722, 1447, 1, 0, 0, 0, 10723, 10728, 3, 1486, 743, 0, 10724, 10725, 3, 1478, 739, 0, 10725, 10726, 3, 1384, 692, 0, 10726, 10728, 1, 0, 0, 0, 10727, 10723, 1, 0, 0, 0, 10727, 10724, 1, 0, 0, 0, 10728, 1449, 1, 0, 0, 0, 10729, 10734, 3, 1488, 744, 0, 10730, 10731, 3, 1478, 739, 0, 10731, 10732, 3, 1384, 692, 0, 10732, 10734, 1, 0, 0, 0, 10733, 10729, 1, 0, 0, 0, 10733, 10730, 1, 0, 0, 0, 10734, 1451, 1, 0, 0, 0, 10735, 10771, 3, 1460, 730, 0, 10736, 10771, 3, 1458, 729, 0, 10737, 10771, 3, 1462, 731, 0, 10738, 10771, 3, 1456, 728, 0, 10739, 10771, 3, 1454, 727, 0, 10740, 10750, 3, 1448, 724, 0, 10741, 10751, 3, 1462, 731, 0, 10742, 10743, 5, 2, 0, 0, 10743, 10745, 3, 1342, 671, 0, 10744, 10746, 3, 1046, 523, 0, 10745, 10744, 1, 0, 0, 0, 10745, 10746, 1, 0, 0, 0, 10746, 10747, 1, 0, 0, 0, 10747, 10748, 5, 3, 0, 0, 10748, 10749, 3, 1462, 731, 0, 10749, 10751, 1, 0, 0, 0, 10750, 10741, 1, 0, 0, 0, 10750, 10742, 1, 0, 0, 0, 10751, 10771, 1, 0, 0, 0, 10752, 10753, 3, 1178, 589, 0, 10753, 10754, 3, 1462, 731, 0, 10754, 10771, 1, 0, 0, 0, 10755, 10765, 3, 1206, 603, 0, 10756, 10758, 3, 1462, 731, 0, 10757, 10759, 3, 1210, 605, 0, 10758, 10757, 1, 0, 0, 0, 10758, 10759, 1, 0, 0, 0, 10759, 10766, 1, 0, 0, 0, 10760, 10761, 5, 2, 0, 0, 10761, 10762, 3, 1460, 730, 0, 10762, 10763, 5, 3, 0, 0, 10763, 10764, 3, 1462, 731, 0, 10764, 10766, 1, 0, 0, 0, 10765, 10756, 1, 0, 0, 0, 10765, 10760, 1, 0, 0, 0, 10766, 10771, 1, 0, 0, 0, 10767, 10771, 5, 96, 0, 0, 10768, 10771, 5, 60, 0, 0, 10769, 10771, 5, 78, 0, 0, 10770, 10735, 1, 0, 0, 0, 10770, 10736, 1, 0, 0, 0, 10770, 10737, 1, 0, 0, 0, 10770, 10738, 1, 0, 0, 0, 10770, 10739, 1, 0, 0, 0, 10770, 10740, 1, 0, 0, 0, 10770, 10752, 1, 0, 0, 0, 10770, 10755, 1, 0, 0, 0, 10770, 10767, 1, 0, 0, 0, 10770, 10768, 1, 0, 0, 0, 10770, 10769, 1, 0, 0, 0, 10771, 1453, 1, 0, 0, 0, 10772, 10773, 5, 569, 0, 0, 10773, 1455, 1, 0, 0, 0, 10774, 10775, 5, 565, 0, 0, 10775, 1457, 1, 0, 0, 0, 10776, 10777, 5, 575, 0, 0, 10777, 1459, 1, 0, 0, 0, 10778, 10779, 5, 573, 0, 0, 10779, 1461, 1, 0, 0, 0, 10780, 10782, 3, 1464, 732, 0, 10781, 10783, 3, 1466, 733, 0, 10782, 10781, 1, 0, 0, 0, 10782, 10783, 1, 0, 0, 0, 10783, 1463, 1, 0, 0, 0, 10784, 10796, 5, 560, 0, 0, 10785, 10796, 5, 562, 0, 0, 10786, 10790, 5, 564, 0, 0, 10787, 10789, 5, 590, 0, 0, 10788, 10787, 1, 0, 0, 0, 10789, 10792, 1, 0, 0, 0, 10790, 10788, 1, 0, 0, 0, 10790, 10791, 1, 0, 0, 0, 10791, 10793, 1, 0, 0, 0, 10792, 10790, 1, 0, 0, 0, 10793, 10796, 5, 591, 0, 0, 10794, 10796, 5, 586, 0, 0, 10795, 10784, 1, 0, 0, 0, 10795, 10785, 1, 0, 0, 0, 10795, 10786, 1, 0, 0, 0, 10795, 10794, 1, 0, 0, 0, 10796, 1465, 1, 0, 0, 0, 10797, 10798, 5, 487, 0, 0, 10798, 10799, 3, 1464, 732, 0, 10799, 1467, 1, 0, 0, 0, 10800, 10806, 3, 1460, 730, 0, 10801, 10802, 5, 12, 0, 0, 10802, 10806, 3, 1460, 730, 0, 10803, 10804, 5, 13, 0, 0, 10804, 10806, 3, 1460, 730, 0, 10805, 10800, 1, 0, 0, 0, 10805, 10801, 1, 0, 0, 0, 10805, 10803, 1, 0, 0, 0, 10806, 1469, 1, 0, 0, 0, 10807, 10808, 3, 1474, 737, 0, 10808, 1471, 1, 0, 0, 0, 10809, 10810, 3, 1474, 737, 0, 10810, 1473, 1, 0, 0, 0, 10811, 10817, 3, 1492, 746, 0, 10812, 10817, 5, 52, 0, 0, 10813, 10817, 5, 49, 0, 0, 10814, 10817, 5, 89, 0, 0, 10815, 10817, 5, 524, 0, 0, 10816, 10811, 1, 0, 0, 0, 10816, 10812, 1, 0, 0, 0, 10816, 10813, 1, 0, 0, 0, 10816, 10814, 1, 0, 0, 0, 10816, 10815, 1, 0, 0, 0, 10817, 1475, 1, 0, 0, 0, 10818, 10823, 3, 1474, 737, 0, 10819, 10820, 5, 6, 0, 0, 10820, 10822, 3, 1474, 737, 0, 10821, 10819, 1, 0, 0, 0, 10822, 10825, 1, 0, 0, 0, 10823, 10821, 1, 0, 0, 0, 10823, 10824, 1, 0, 0, 0, 10824, 1477, 1, 0, 0, 0, 10825, 10823, 1, 0, 0, 0, 10826, 10831, 3, 1496, 748, 0, 10827, 10831, 3, 1500, 750, 0, 10828, 10831, 3, 1502, 751, 0, 10829, 10831, 3, 1738, 869, 0, 10830, 10826, 1, 0, 0, 0, 10830, 10827, 1, 0, 0, 0, 10830, 10828, 1, 0, 0, 0, 10830, 10829, 1, 0, 0, 0, 10831, 1479, 1, 0, 0, 0, 10832, 10833, 3, 1496, 748, 0, 10833, 1481, 1, 0, 0, 0, 10834, 10847, 3, 714, 357, 0, 10835, 10836, 5, 2, 0, 0, 10836, 10837, 3, 1216, 608, 0, 10837, 10838, 5, 3, 0, 0, 10838, 10839, 1, 0, 0, 0, 10839, 10841, 3, 1496, 748, 0, 10840, 10842, 3, 654, 327, 0, 10841, 10840, 1, 0, 0, 0, 10841, 10842, 1, 0, 0, 0, 10842, 10844, 1, 0, 0, 0, 10843, 10845, 3, 656, 328, 0, 10844, 10843, 1, 0, 0, 0, 10844, 10845, 1, 0, 0, 0, 10845, 10847, 1, 0, 0, 0, 10846, 10834, 1, 0, 0, 0, 10846, 10835, 1, 0, 0, 0, 10847, 1483, 1, 0, 0, 0, 10848, 10849, 5, 105, 0, 0, 10849, 10851, 3, 132, 66, 0, 10850, 10848, 1, 0, 0, 0, 10850, 10851, 1, 0, 0, 0, 10851, 10853, 1, 0, 0, 0, 10852, 10854, 3, 290, 145, 0, 10853, 10852, 1, 0, 0, 0, 10853, 10854, 1, 0, 0, 0, 10854, 1485, 1, 0, 0, 0, 10855, 10860, 3, 1496, 748, 0, 10856, 10860, 3, 1500, 750, 0, 10857, 10860, 3, 1738, 869, 0, 10858, 10860, 3, 1504, 752, 0, 10859, 10855, 1, 0, 0, 0, 10859, 10856, 1, 0, 0, 0, 10859, 10857, 1, 0, 0, 0, 10859, 10858, 1, 0, 0, 0, 10860, 1487, 1, 0, 0, 0, 10861, 10866, 3, 1496, 748, 0, 10862, 10866, 3, 1500, 750, 0, 10863, 10866, 3, 1738, 869, 0, 10864, 10866, 3, 1504, 752, 0, 10865, 10861, 1, 0, 0, 0, 10865, 10862, 1, 0, 0, 0, 10865, 10863, 1, 0, 0, 0, 10865, 10864, 1, 0, 0, 0, 10866, 1489, 1, 0, 0, 0, 10867, 10870, 3, 1436, 718, 0, 10868, 10870, 3, 1504, 752, 0, 10869, 10867, 1, 0, 0, 0, 10869, 10868, 1, 0, 0, 0, 10870, 1491, 1, 0, 0, 0, 10871, 10876, 3, 1496, 748, 0, 10872, 10876, 3, 1500, 750, 0, 10873, 10876, 3, 1502, 751, 0, 10874, 10876, 3, 1504, 752, 0, 10875, 10871, 1, 0, 0, 0, 10875, 10872, 1, 0, 0, 0, 10875, 10873, 1, 0, 0, 0, 10875, 10874, 1, 0, 0, 0, 10876, 1493, 1, 0, 0, 0, 10877, 10884, 3, 1496, 748, 0, 10878, 10884, 3, 1738, 869, 0, 10879, 10884, 3, 1500, 750, 0, 10880, 10884, 3, 1502, 751, 0, 10881, 10884, 3, 1504, 752, 0, 10882, 10884, 3, 1506, 753, 0, 10883, 10877, 1, 0, 0, 0, 10883, 10878, 1, 0, 0, 0, 10883, 10879, 1, 0, 0, 0, 10883, 10880, 1, 0, 0, 0, 10883, 10881, 1, 0, 0, 0, 10883, 10882, 1, 0, 0, 0, 10884, 1495, 1, 0, 0, 0, 10885, 10887, 5, 551, 0, 0, 10886, 10888, 3, 1466, 733, 0, 10887, 10886, 1, 0, 0, 0, 10887, 10888, 1, 0, 0, 0, 10888, 10896, 1, 0, 0, 0, 10889, 10896, 3, 1462, 731, 0, 10890, 10896, 5, 552, 0, 0, 10891, 10896, 5, 556, 0, 0, 10892, 10896, 3, 1260, 630, 0, 10893, 10896, 3, 1498, 749, 0, 10894, 10896, 3, 1738, 869, 0, 10895, 10885, 1, 0, 0, 0, 10895, 10889, 1, 0, 0, 0, 10895, 10890, 1, 0, 0, 0, 10895, 10891, 1, 0, 0, 0, 10895, 10892, 1, 0, 0, 0, 10895, 10893, 1, 0, 0, 0, 10895, 10894, 1, 0, 0, 0, 10896, 1497, 1, 0, 0, 0, 10897, 10898, 5, 577, 0, 0, 10898, 1499, 1, 0, 0, 0, 10899, 10900, 7, 78, 0, 0, 10900, 1501, 1, 0, 0, 0, 10901, 10953, 5, 387, 0, 0, 10902, 10953, 5, 388, 0, 0, 10903, 10953, 3, 1188, 594, 0, 10904, 10953, 5, 390, 0, 0, 10905, 10953, 5, 391, 0, 0, 10906, 10953, 3, 1196, 598, 0, 10907, 10953, 5, 393, 0, 0, 10908, 10953, 5, 394, 0, 0, 10909, 10953, 5, 395, 0, 0, 10910, 10953, 5, 396, 0, 0, 10911, 10953, 5, 397, 0, 0, 10912, 10953, 5, 398, 0, 0, 10913, 10953, 5, 399, 0, 0, 10914, 10953, 5, 470, 0, 0, 10915, 10953, 5, 400, 0, 0, 10916, 10953, 5, 401, 0, 0, 10917, 10953, 5, 402, 0, 0, 10918, 10953, 5, 403, 0, 0, 10919, 10953, 5, 404, 0, 0, 10920, 10953, 5, 405, 0, 0, 10921, 10953, 5, 406, 0, 0, 10922, 10953, 5, 407, 0, 0, 10923, 10953, 5, 489, 0, 0, 10924, 10953, 5, 408, 0, 0, 10925, 10953, 3, 1184, 592, 0, 10926, 10953, 5, 453, 0, 0, 10927, 10953, 5, 410, 0, 0, 10928, 10953, 5, 411, 0, 0, 10929, 10953, 5, 412, 0, 0, 10930, 10953, 5, 413, 0, 0, 10931, 10953, 5, 414, 0, 0, 10932, 10953, 5, 415, 0, 0, 10933, 10953, 5, 416, 0, 0, 10934, 10953, 5, 417, 0, 0, 10935, 10953, 5, 418, 0, 0, 10936, 10953, 5, 419, 0, 0, 10937, 10953, 5, 420, 0, 0, 10938, 10953, 5, 421, 0, 0, 10939, 10953, 5, 422, 0, 0, 10940, 10953, 5, 423, 0, 0, 10941, 10953, 5, 424, 0, 0, 10942, 10953, 5, 425, 0, 0, 10943, 10953, 5, 426, 0, 0, 10944, 10953, 5, 427, 0, 0, 10945, 10953, 5, 428, 0, 0, 10946, 10953, 5, 476, 0, 0, 10947, 10953, 5, 429, 0, 0, 10948, 10953, 5, 430, 0, 0, 10949, 10953, 5, 431, 0, 0, 10950, 10953, 5, 432, 0, 0, 10951, 10953, 5, 474, 0, 0, 10952, 10901, 1, 0, 0, 0, 10952, 10902, 1, 0, 0, 0, 10952, 10903, 1, 0, 0, 0, 10952, 10904, 1, 0, 0, 0, 10952, 10905, 1, 0, 0, 0, 10952, 10906, 1, 0, 0, 0, 10952, 10907, 1, 0, 0, 0, 10952, 10908, 1, 0, 0, 0, 10952, 10909, 1, 0, 0, 0, 10952, 10910, 1, 0, 0, 0, 10952, 10911, 1, 0, 0, 0, 10952, 10912, 1, 0, 0, 0, 10952, 10913, 1, 0, 0, 0, 10952, 10914, 1, 0, 0, 0, 10952, 10915, 1, 0, 0, 0, 10952, 10916, 1, 0, 0, 0, 10952, 10917, 1, 0, 0, 0, 10952, 10918, 1, 0, 0, 0, 10952, 10919, 1, 0, 0, 0, 10952, 10920, 1, 0, 0, 0, 10952, 10921, 1, 0, 0, 0, 10952, 10922, 1, 0, 0, 0, 10952, 10923, 1, 0, 0, 0, 10952, 10924, 1, 0, 0, 0, 10952, 10925, 1, 0, 0, 0, 10952, 10926, 1, 0, 0, 0, 10952, 10927, 1, 0, 0, 0, 10952, 10928, 1, 0, 0, 0, 10952, 10929, 1, 0, 0, 0, 10952, 10930, 1, 0, 0, 0, 10952, 10931, 1, 0, 0, 0, 10952, 10932, 1, 0, 0, 0, 10952, 10933, 1, 0, 0, 0, 10952, 10934, 1, 0, 0, 0, 10952, 10935, 1, 0, 0, 0, 10952, 10936, 1, 0, 0, 0, 10952, 10937, 1, 0, 0, 0, 10952, 10938, 1, 0, 0, 0, 10952, 10939, 1, 0, 0, 0, 10952, 10940, 1, 0, 0, 0, 10952, 10941, 1, 0, 0, 0, 10952, 10942, 1, 0, 0, 0, 10952, 10943, 1, 0, 0, 0, 10952, 10944, 1, 0, 0, 0, 10952, 10945, 1, 0, 0, 0, 10952, 10946, 1, 0, 0, 0, 10952, 10947, 1, 0, 0, 0, 10952, 10948, 1, 0, 0, 0, 10952, 10949, 1, 0, 0, 0, 10952, 10950, 1, 0, 0, 0, 10952, 10951, 1, 0, 0, 0, 10953, 1503, 1, 0, 0, 0, 10954, 10955, 7, 79, 0, 0, 10955, 1505, 1, 0, 0, 0, 10956, 10957, 7, 80, 0, 0, 10957, 1507, 1, 0, 0, 0, 10958, 10959, 3, 1510, 755, 0, 10959, 10960, 3, 1520, 760, 0, 10960, 10961, 3, 1518, 759, 0, 10961, 1509, 1, 0, 0, 0, 10962, 10964, 3, 1512, 756, 0, 10963, 10962, 1, 0, 0, 0, 10964, 10967, 1, 0, 0, 0, 10965, 10963, 1, 0, 0, 0, 10965, 10966, 1, 0, 0, 0, 10966, 1511, 1, 0, 0, 0, 10967, 10965, 1, 0, 0, 0, 10968, 10969, 3, 1514, 757, 0, 10969, 10970, 5, 279, 0, 0, 10970, 10971, 5, 490, 0, 0, 10971, 10989, 1, 0, 0, 0, 10972, 10973, 3, 1514, 757, 0, 10973, 10974, 5, 491, 0, 0, 10974, 10975, 3, 1516, 758, 0, 10975, 10989, 1, 0, 0, 0, 10976, 10977, 3, 1514, 757, 0, 10977, 10978, 5, 492, 0, 0, 10978, 10979, 5, 493, 0, 0, 10979, 10989, 1, 0, 0, 0, 10980, 10981, 3, 1514, 757, 0, 10981, 10982, 5, 492, 0, 0, 10982, 10983, 5, 494, 0, 0, 10983, 10989, 1, 0, 0, 0, 10984, 10985, 3, 1514, 757, 0, 10985, 10986, 5, 492, 0, 0, 10986, 10987, 5, 495, 0, 0, 10987, 10989, 1, 0, 0, 0, 10988, 10968, 1, 0, 0, 0, 10988, 10972, 1, 0, 0, 0, 10988, 10976, 1, 0, 0, 0, 10988, 10980, 1, 0, 0, 0, 10988, 10984, 1, 0, 0, 0, 10989, 1513, 1, 0, 0, 0, 10990, 10991, 5, 29, 0, 0, 10991, 1515, 1, 0, 0, 0, 10992, 10997, 3, 1462, 731, 0, 10993, 10997, 3, 1506, 753, 0, 10994, 10997, 3, 1738, 869, 0, 10995, 10997, 3, 1500, 750, 0, 10996, 10992, 1, 0, 0, 0, 10996, 10993, 1, 0, 0, 0, 10996, 10994, 1, 0, 0, 0, 10996, 10995, 1, 0, 0, 0, 10997, 1517, 1, 0, 0, 0, 10998, 11001, 1, 0, 0, 0, 10999, 11001, 5, 7, 0, 0, 11000, 10998, 1, 0, 0, 0, 11000, 10999, 1, 0, 0, 0, 11001, 1519, 1, 0, 0, 0, 11002, 11003, 3, 1522, 761, 0, 11003, 11004, 5, 146, 0, 0, 11004, 11005, 3, 1564, 782, 0, 11005, 11006, 3, 1718, 859, 0, 11006, 11007, 5, 454, 0, 0, 11007, 11008, 3, 1732, 866, 0, 11008, 1521, 1, 0, 0, 0, 11009, 11014, 3, 1728, 864, 0, 11010, 11012, 3, 1524, 762, 0, 11011, 11013, 3, 1526, 763, 0, 11012, 11011, 1, 0, 0, 0, 11012, 11013, 1, 0, 0, 0, 11013, 11015, 1, 0, 0, 0, 11014, 11010, 1, 0, 0, 0, 11014, 11015, 1, 0, 0, 0, 11015, 1523, 1, 0, 0, 0, 11016, 11017, 5, 178, 0, 0, 11017, 1525, 1, 0, 0, 0, 11018, 11020, 3, 1530, 765, 0, 11019, 11018, 1, 0, 0, 0, 11020, 11021, 1, 0, 0, 0, 11021, 11019, 1, 0, 0, 0, 11021, 11022, 1, 0, 0, 0, 11022, 1527, 1, 0, 0, 0, 11023, 11024, 5, 18, 0, 0, 11024, 11025, 3, 1736, 868, 0, 11025, 11026, 5, 19, 0, 0, 11026, 1529, 1, 0, 0, 0, 11027, 11031, 3, 1532, 766, 0, 11028, 11031, 5, 178, 0, 0, 11029, 11031, 3, 1528, 764, 0, 11030, 11027, 1, 0, 0, 0, 11030, 11028, 1, 0, 0, 0, 11030, 11029, 1, 0, 0, 0, 11031, 1531, 1, 0, 0, 0, 11032, 11048, 3, 1548, 774, 0, 11033, 11034, 5, 496, 0, 0, 11034, 11035, 5, 62, 0, 0, 11035, 11049, 3, 1546, 773, 0, 11036, 11037, 3, 1550, 775, 0, 11037, 11038, 3, 1552, 776, 0, 11038, 11039, 3, 1554, 777, 0, 11039, 11040, 3, 1556, 778, 0, 11040, 11041, 3, 1558, 779, 0, 11041, 11049, 1, 0, 0, 0, 11042, 11043, 3, 1534, 767, 0, 11043, 11044, 5, 172, 0, 0, 11044, 11045, 3, 1538, 769, 0, 11045, 11046, 3, 1544, 772, 0, 11046, 11047, 3, 1536, 768, 0, 11047, 11049, 1, 0, 0, 0, 11048, 11033, 1, 0, 0, 0, 11048, 11036, 1, 0, 0, 0, 11048, 11042, 1, 0, 0, 0, 11049, 11050, 1, 0, 0, 0, 11050, 11051, 5, 7, 0, 0, 11051, 1533, 1, 0, 0, 0, 11052, 11057, 1, 0, 0, 0, 11053, 11054, 5, 269, 0, 0, 11054, 11057, 5, 324, 0, 0, 11055, 11057, 5, 324, 0, 0, 11056, 11052, 1, 0, 0, 0, 11056, 11053, 1, 0, 0, 0, 11056, 11055, 1, 0, 0, 0, 11057, 1535, 1, 0, 0, 0, 11058, 11059, 3, 1004, 502, 0, 11059, 1537, 1, 0, 0, 0, 11060, 11066, 1, 0, 0, 0, 11061, 11062, 5, 2, 0, 0, 11062, 11063, 3, 1540, 770, 0, 11063, 11064, 5, 3, 0, 0, 11064, 11066, 1, 0, 0, 0, 11065, 11060, 1, 0, 0, 0, 11065, 11061, 1, 0, 0, 0, 11066, 1539, 1, 0, 0, 0, 11067, 11072, 3, 1542, 771, 0, 11068, 11069, 5, 6, 0, 0, 11069, 11071, 3, 1542, 771, 0, 11070, 11068, 1, 0, 0, 0, 11071, 11074, 1, 0, 0, 0, 11072, 11070, 1, 0, 0, 0, 11072, 11073, 1, 0, 0, 0, 11073, 1541, 1, 0, 0, 0, 11074, 11072, 1, 0, 0, 0, 11075, 11076, 3, 1548, 774, 0, 11076, 11077, 3, 1552, 776, 0, 11077, 1543, 1, 0, 0, 0, 11078, 11079, 7, 81, 0, 0, 11079, 1545, 1, 0, 0, 0, 11080, 11083, 5, 28, 0, 0, 11081, 11083, 3, 1478, 739, 0, 11082, 11080, 1, 0, 0, 0, 11082, 11081, 1, 0, 0, 0, 11083, 1547, 1, 0, 0, 0, 11084, 11085, 3, 1736, 868, 0, 11085, 1549, 1, 0, 0, 0, 11086, 11089, 1, 0, 0, 0, 11087, 11089, 5, 497, 0, 0, 11088, 11086, 1, 0, 0, 0, 11088, 11087, 1, 0, 0, 0, 11089, 1551, 1, 0, 0, 0, 11090, 11091, 3, 1172, 586, 0, 11091, 1553, 1, 0, 0, 0, 11092, 11096, 1, 0, 0, 0, 11093, 11094, 5, 43, 0, 0, 11094, 11096, 3, 562, 281, 0, 11095, 11092, 1, 0, 0, 0, 11095, 11093, 1, 0, 0, 0, 11096, 1555, 1, 0, 0, 0, 11097, 11101, 1, 0, 0, 0, 11098, 11099, 5, 77, 0, 0, 11099, 11101, 5, 78, 0, 0, 11100, 11097, 1, 0, 0, 0, 11100, 11098, 1, 0, 0, 0, 11101, 1557, 1, 0, 0, 0, 11102, 11107, 1, 0, 0, 0, 11103, 11104, 3, 1560, 780, 0, 11104, 11105, 3, 1740, 870, 0, 11105, 11107, 1, 0, 0, 0, 11106, 11102, 1, 0, 0, 0, 11106, 11103, 1, 0, 0, 0, 11107, 1559, 1, 0, 0, 0, 11108, 11111, 3, 1562, 781, 0, 11109, 11111, 5, 53, 0, 0, 11110, 11108, 1, 0, 0, 0, 11110, 11109, 1, 0, 0, 0, 11111, 1561, 1, 0, 0, 0, 11112, 11113, 7, 82, 0, 0, 11113, 1563, 1, 0, 0, 0, 11114, 11116, 3, 1566, 783, 0, 11115, 11114, 1, 0, 0, 0, 11116, 11119, 1, 0, 0, 0, 11117, 11115, 1, 0, 0, 0, 11117, 11118, 1, 0, 0, 0, 11118, 1565, 1, 0, 0, 0, 11119, 11117, 1, 0, 0, 0, 11120, 11121, 3, 1520, 760, 0, 11121, 11122, 5, 7, 0, 0, 11122, 11148, 1, 0, 0, 0, 11123, 11148, 3, 1632, 816, 0, 11124, 11148, 3, 1636, 818, 0, 11125, 11148, 3, 1574, 787, 0, 11126, 11148, 3, 1590, 795, 0, 11127, 11148, 3, 1596, 798, 0, 11128, 11148, 3, 1606, 803, 0, 11129, 11148, 3, 1608, 804, 0, 11130, 11148, 3, 1610, 805, 0, 11131, 11148, 3, 1624, 812, 0, 11132, 11148, 3, 1628, 814, 0, 11133, 11148, 3, 1648, 824, 0, 11134, 11148, 3, 1654, 827, 0, 11135, 11148, 3, 1656, 828, 0, 11136, 11148, 3, 1568, 784, 0, 11137, 11148, 3, 1570, 785, 0, 11138, 11148, 3, 1576, 788, 0, 11139, 11148, 3, 1664, 832, 0, 11140, 11148, 3, 1676, 838, 0, 11141, 11148, 3, 1684, 842, 0, 11142, 11148, 3, 1704, 852, 0, 11143, 11148, 3, 1706, 853, 0, 11144, 11148, 3, 1708, 854, 0, 11145, 11148, 3, 1710, 855, 0, 11146, 11148, 3, 1714, 857, 0, 11147, 11120, 1, 0, 0, 0, 11147, 11123, 1, 0, 0, 0, 11147, 11124, 1, 0, 0, 0, 11147, 11125, 1, 0, 0, 0, 11147, 11126, 1, 0, 0, 0, 11147, 11127, 1, 0, 0, 0, 11147, 11128, 1, 0, 0, 0, 11147, 11129, 1, 0, 0, 0, 11147, 11130, 1, 0, 0, 0, 11147, 11131, 1, 0, 0, 0, 11147, 11132, 1, 0, 0, 0, 11147, 11133, 1, 0, 0, 0, 11147, 11134, 1, 0, 0, 0, 11147, 11135, 1, 0, 0, 0, 11147, 11136, 1, 0, 0, 0, 11147, 11137, 1, 0, 0, 0, 11147, 11138, 1, 0, 0, 0, 11147, 11139, 1, 0, 0, 0, 11147, 11140, 1, 0, 0, 0, 11147, 11141, 1, 0, 0, 0, 11147, 11142, 1, 0, 0, 0, 11147, 11143, 1, 0, 0, 0, 11147, 11144, 1, 0, 0, 0, 11147, 11145, 1, 0, 0, 0, 11147, 11146, 1, 0, 0, 0, 11148, 1567, 1, 0, 0, 0, 11149, 11150, 5, 498, 0, 0, 11150, 11151, 3, 1744, 872, 0, 11151, 11152, 5, 7, 0, 0, 11152, 1569, 1, 0, 0, 0, 11153, 11154, 5, 433, 0, 0, 11154, 11160, 3, 1736, 868, 0, 11155, 11156, 5, 2, 0, 0, 11156, 11157, 3, 1572, 786, 0, 11157, 11158, 5, 3, 0, 0, 11158, 11159, 5, 7, 0, 0, 11159, 11161, 1, 0, 0, 0, 11160, 11155, 1, 0, 0, 0, 11160, 11161, 1, 0, 0, 0, 11161, 11170, 1, 0, 0, 0, 11162, 11163, 5, 57, 0, 0, 11163, 11164, 3, 1736, 868, 0, 11164, 11165, 5, 2, 0, 0, 11165, 11166, 3, 1572, 786, 0, 11166, 11167, 5, 3, 0, 0, 11167, 11168, 5, 7, 0, 0, 11168, 11170, 1, 0, 0, 0, 11169, 11153, 1, 0, 0, 0, 11169, 11162, 1, 0, 0, 0, 11170, 1571, 1, 0, 0, 0, 11171, 11174, 1, 0, 0, 0, 11172, 11174, 3, 1332, 666, 0, 11173, 11171, 1, 0, 0, 0, 11173, 11172, 1, 0, 0, 0, 11174, 1573, 1, 0, 0, 0, 11175, 11176, 3, 1588, 794, 0, 11176, 11177, 3, 1562, 781, 0, 11177, 11178, 3, 1740, 870, 0, 11178, 11179, 5, 7, 0, 0, 11179, 1575, 1, 0, 0, 0, 11180, 11181, 5, 499, 0, 0, 11181, 11182, 3, 1578, 789, 0, 11182, 11183, 5, 500, 0, 0, 11183, 11184, 3, 1580, 790, 0, 11184, 11185, 5, 7, 0, 0, 11185, 1577, 1, 0, 0, 0, 11186, 11190, 1, 0, 0, 0, 11187, 11190, 5, 434, 0, 0, 11188, 11190, 5, 501, 0, 0, 11189, 11186, 1, 0, 0, 0, 11189, 11187, 1, 0, 0, 0, 11189, 11188, 1, 0, 0, 0, 11190, 1579, 1, 0, 0, 0, 11191, 11196, 3, 1582, 791, 0, 11192, 11193, 5, 6, 0, 0, 11193, 11195, 3, 1582, 791, 0, 11194, 11192, 1, 0, 0, 0, 11195, 11198, 1, 0, 0, 0, 11196, 11194, 1, 0, 0, 0, 11196, 11197, 1, 0, 0, 0, 11197, 1581, 1, 0, 0, 0, 11198, 11196, 1, 0, 0, 0, 11199, 11200, 3, 1586, 793, 0, 11200, 11201, 3, 1562, 781, 0, 11201, 11202, 3, 1584, 792, 0, 11202, 1583, 1, 0, 0, 0, 11203, 11204, 3, 1478, 739, 0, 11204, 1585, 1, 0, 0, 0, 11205, 11206, 3, 1588, 794, 0, 11206, 1587, 1, 0, 0, 0, 11207, 11210, 3, 562, 281, 0, 11208, 11210, 5, 28, 0, 0, 11209, 11207, 1, 0, 0, 0, 11209, 11208, 1, 0, 0, 0, 11210, 11217, 1, 0, 0, 0, 11211, 11212, 5, 4, 0, 0, 11212, 11213, 3, 1746, 873, 0, 11213, 11214, 5, 5, 0, 0, 11214, 11216, 1, 0, 0, 0, 11215, 11211, 1, 0, 0, 0, 11216, 11219, 1, 0, 0, 0, 11217, 11215, 1, 0, 0, 0, 11217, 11218, 1, 0, 0, 0, 11218, 1589, 1, 0, 0, 0, 11219, 11217, 1, 0, 0, 0, 11220, 11221, 5, 220, 0, 0, 11221, 11222, 3, 1742, 871, 0, 11222, 11223, 5, 93, 0, 0, 11223, 11224, 3, 1564, 782, 0, 11224, 11225, 3, 1592, 796, 0, 11225, 11226, 3, 1594, 797, 0, 11226, 11227, 5, 454, 0, 0, 11227, 11228, 5, 220, 0, 0, 11228, 11229, 5, 7, 0, 0, 11229, 1591, 1, 0, 0, 0, 11230, 11231, 5, 502, 0, 0, 11231, 11232, 3, 1216, 608, 0, 11232, 11233, 5, 93, 0, 0, 11233, 11234, 3, 1564, 782, 0, 11234, 11236, 1, 0, 0, 0, 11235, 11230, 1, 0, 0, 0, 11236, 11239, 1, 0, 0, 0, 11237, 11235, 1, 0, 0, 0, 11237, 11238, 1, 0, 0, 0, 11238, 1593, 1, 0, 0, 0, 11239, 11237, 1, 0, 0, 0, 11240, 11244, 1, 0, 0, 0, 11241, 11242, 5, 58, 0, 0, 11242, 11244, 3, 1564, 782, 0, 11243, 11240, 1, 0, 0, 0, 11243, 11241, 1, 0, 0, 0, 11244, 1595, 1, 0, 0, 0, 11245, 11246, 5, 40, 0, 0, 11246, 11247, 3, 1598, 799, 0, 11247, 11248, 3, 1600, 800, 0, 11248, 11249, 3, 1604, 802, 0, 11249, 11250, 5, 454, 0, 0, 11250, 11251, 5, 40, 0, 0, 11251, 11252, 5, 7, 0, 0, 11252, 1597, 1, 0, 0, 0, 11253, 11256, 1, 0, 0, 0, 11254, 11256, 3, 1740, 870, 0, 11255, 11253, 1, 0, 0, 0, 11255, 11254, 1, 0, 0, 0, 11256, 1599, 1, 0, 0, 0, 11257, 11259, 3, 1602, 801, 0, 11258, 11257, 1, 0, 0, 0, 11259, 11260, 1, 0, 0, 0, 11260, 11258, 1, 0, 0, 0, 11260, 11261, 1, 0, 0, 0, 11261, 1601, 1, 0, 0, 0, 11262, 11263, 5, 102, 0, 0, 11263, 11264, 3, 1332, 666, 0, 11264, 11265, 5, 93, 0, 0, 11265, 11266, 3, 1564, 782, 0, 11266, 1603, 1, 0, 0, 0, 11267, 11271, 1, 0, 0, 0, 11268, 11269, 5, 58, 0, 0, 11269, 11271, 3, 1564, 782, 0, 11270, 11267, 1, 0, 0, 0, 11270, 11268, 1, 0, 0, 0, 11271, 1605, 1, 0, 0, 0, 11272, 11273, 3, 1730, 865, 0, 11273, 11274, 3, 1652, 826, 0, 11274, 1607, 1, 0, 0, 0, 11275, 11276, 3, 1730, 865, 0, 11276, 11277, 5, 503, 0, 0, 11277, 11278, 3, 1748, 874, 0, 11278, 11279, 3, 1652, 826, 0, 11279, 1609, 1, 0, 0, 0, 11280, 11281, 3, 1730, 865, 0, 11281, 11282, 5, 62, 0, 0, 11282, 11283, 3, 1612, 806, 0, 11283, 11284, 3, 1652, 826, 0, 11284, 1611, 1, 0, 0, 0, 11285, 11286, 3, 1622, 811, 0, 11286, 11302, 5, 68, 0, 0, 11287, 11288, 3, 998, 499, 0, 11288, 11289, 3, 1616, 808, 0, 11289, 11303, 1, 0, 0, 0, 11290, 11303, 3, 1004, 502, 0, 11291, 11303, 3, 930, 465, 0, 11292, 11293, 5, 202, 0, 0, 11293, 11294, 3, 1216, 608, 0, 11294, 11295, 3, 1614, 807, 0, 11295, 11303, 1, 0, 0, 0, 11296, 11297, 3, 1618, 809, 0, 11297, 11298, 3, 1216, 608, 0, 11298, 11299, 5, 24, 0, 0, 11299, 11300, 3, 1216, 608, 0, 11300, 11301, 3, 1620, 810, 0, 11301, 11303, 1, 0, 0, 0, 11302, 11287, 1, 0, 0, 0, 11302, 11290, 1, 0, 0, 0, 11302, 11291, 1, 0, 0, 0, 11302, 11292, 1, 0, 0, 0, 11302, 11296, 1, 0, 0, 0, 11303, 1613, 1, 0, 0, 0, 11304, 11308, 1, 0, 0, 0, 11305, 11306, 5, 100, 0, 0, 11306, 11308, 3, 1332, 666, 0, 11307, 11304, 1, 0, 0, 0, 11307, 11305, 1, 0, 0, 0, 11308, 1615, 1, 0, 0, 0, 11309, 11322, 1, 0, 0, 0, 11310, 11311, 5, 2, 0, 0, 11311, 11316, 3, 1216, 608, 0, 11312, 11313, 5, 6, 0, 0, 11313, 11315, 3, 1216, 608, 0, 11314, 11312, 1, 0, 0, 0, 11315, 11318, 1, 0, 0, 0, 11316, 11314, 1, 0, 0, 0, 11316, 11317, 1, 0, 0, 0, 11317, 11319, 1, 0, 0, 0, 11318, 11316, 1, 0, 0, 0, 11319, 11320, 5, 3, 0, 0, 11320, 11322, 1, 0, 0, 0, 11321, 11309, 1, 0, 0, 0, 11321, 11310, 1, 0, 0, 0, 11322, 1617, 1, 0, 0, 0, 11323, 11326, 1, 0, 0, 0, 11324, 11326, 5, 504, 0, 0, 11325, 11323, 1, 0, 0, 0, 11325, 11324, 1, 0, 0, 0, 11326, 1619, 1, 0, 0, 0, 11327, 11331, 1, 0, 0, 0, 11328, 11329, 5, 147, 0, 0, 11329, 11331, 3, 1216, 608, 0, 11330, 11327, 1, 0, 0, 0, 11330, 11328, 1, 0, 0, 0, 11331, 1621, 1, 0, 0, 0, 11332, 11333, 3, 556, 278, 0, 11333, 1623, 1, 0, 0, 0, 11334, 11335, 3, 1730, 865, 0, 11335, 11336, 5, 505, 0, 0, 11336, 11337, 3, 1622, 811, 0, 11337, 11338, 3, 1626, 813, 0, 11338, 11339, 5, 68, 0, 0, 11339, 11340, 5, 35, 0, 0, 11340, 11341, 3, 1216, 608, 0, 11341, 11342, 3, 1652, 826, 0, 11342, 1625, 1, 0, 0, 0, 11343, 11347, 1, 0, 0, 0, 11344, 11345, 5, 506, 0, 0, 11345, 11347, 3, 1460, 730, 0, 11346, 11343, 1, 0, 0, 0, 11346, 11344, 1, 0, 0, 0, 11347, 1627, 1, 0, 0, 0, 11348, 11349, 3, 1630, 815, 0, 11349, 11351, 3, 1732, 866, 0, 11350, 11352, 3, 1734, 867, 0, 11351, 11350, 1, 0, 0, 0, 11351, 11352, 1, 0, 0, 0, 11352, 11353, 1, 0, 0, 0, 11353, 11354, 5, 7, 0, 0, 11354, 1629, 1, 0, 0, 0, 11355, 11356, 7, 83, 0, 0, 11356, 1631, 1, 0, 0, 0, 11357, 11369, 5, 508, 0, 0, 11358, 11359, 5, 268, 0, 0, 11359, 11370, 3, 1740, 870, 0, 11360, 11366, 5, 509, 0, 0, 11361, 11362, 5, 202, 0, 0, 11362, 11363, 3, 1216, 608, 0, 11363, 11364, 3, 1614, 807, 0, 11364, 11367, 1, 0, 0, 0, 11365, 11367, 3, 1004, 502, 0, 11366, 11361, 1, 0, 0, 0, 11366, 11365, 1, 0, 0, 0, 11367, 11370, 1, 0, 0, 0, 11368, 11370, 3, 1634, 817, 0, 11369, 11358, 1, 0, 0, 0, 11369, 11360, 1, 0, 0, 0, 11369, 11368, 1, 0, 0, 0, 11370, 11371, 1, 0, 0, 0, 11371, 11372, 5, 7, 0, 0, 11372, 1633, 1, 0, 0, 0, 11373, 11376, 1, 0, 0, 0, 11374, 11376, 3, 1740, 870, 0, 11375, 11373, 1, 0, 0, 0, 11375, 11374, 1, 0, 0, 0, 11376, 1635, 1, 0, 0, 0, 11377, 11379, 5, 510, 0, 0, 11378, 11380, 3, 1638, 819, 0, 11379, 11378, 1, 0, 0, 0, 11379, 11380, 1, 0, 0, 0, 11380, 11381, 1, 0, 0, 0, 11381, 11382, 3, 1462, 731, 0, 11382, 11383, 3, 1640, 820, 0, 11383, 11384, 3, 1642, 821, 0, 11384, 11385, 5, 7, 0, 0, 11385, 11412, 1, 0, 0, 0, 11386, 11388, 5, 510, 0, 0, 11387, 11389, 3, 1638, 819, 0, 11388, 11387, 1, 0, 0, 0, 11388, 11389, 1, 0, 0, 0, 11389, 11390, 1, 0, 0, 0, 11390, 11391, 3, 1496, 748, 0, 11391, 11392, 3, 1642, 821, 0, 11392, 11393, 5, 7, 0, 0, 11393, 11412, 1, 0, 0, 0, 11394, 11396, 5, 510, 0, 0, 11395, 11397, 3, 1638, 819, 0, 11396, 11395, 1, 0, 0, 0, 11396, 11397, 1, 0, 0, 0, 11397, 11398, 1, 0, 0, 0, 11398, 11399, 5, 511, 0, 0, 11399, 11400, 3, 1462, 731, 0, 11400, 11401, 3, 1642, 821, 0, 11401, 11402, 5, 7, 0, 0, 11402, 11412, 1, 0, 0, 0, 11403, 11405, 5, 510, 0, 0, 11404, 11406, 3, 1638, 819, 0, 11405, 11404, 1, 0, 0, 0, 11405, 11406, 1, 0, 0, 0, 11406, 11407, 1, 0, 0, 0, 11407, 11408, 3, 1642, 821, 0, 11408, 11409, 5, 7, 0, 0, 11409, 11412, 1, 0, 0, 0, 11410, 11412, 5, 510, 0, 0, 11411, 11377, 1, 0, 0, 0, 11411, 11386, 1, 0, 0, 0, 11411, 11394, 1, 0, 0, 0, 11411, 11403, 1, 0, 0, 0, 11411, 11410, 1, 0, 0, 0, 11412, 1637, 1, 0, 0, 0, 11413, 11414, 7, 84, 0, 0, 11414, 1639, 1, 0, 0, 0, 11415, 11423, 1, 0, 0, 0, 11416, 11417, 5, 6, 0, 0, 11417, 11419, 3, 1216, 608, 0, 11418, 11416, 1, 0, 0, 0, 11419, 11420, 1, 0, 0, 0, 11420, 11418, 1, 0, 0, 0, 11420, 11421, 1, 0, 0, 0, 11421, 11423, 1, 0, 0, 0, 11422, 11415, 1, 0, 0, 0, 11422, 11418, 1, 0, 0, 0, 11423, 1641, 1, 0, 0, 0, 11424, 11428, 1, 0, 0, 0, 11425, 11426, 5, 100, 0, 0, 11426, 11428, 3, 1646, 823, 0, 11427, 11424, 1, 0, 0, 0, 11427, 11425, 1, 0, 0, 0, 11428, 1643, 1, 0, 0, 0, 11429, 11430, 3, 1496, 748, 0, 11430, 11431, 5, 10, 0, 0, 11431, 11432, 3, 1216, 608, 0, 11432, 1645, 1, 0, 0, 0, 11433, 11438, 3, 1644, 822, 0, 11434, 11435, 5, 6, 0, 0, 11435, 11437, 3, 1644, 822, 0, 11436, 11434, 1, 0, 0, 0, 11437, 11440, 1, 0, 0, 0, 11438, 11436, 1, 0, 0, 0, 11438, 11439, 1, 0, 0, 0, 11439, 1647, 1, 0, 0, 0, 11440, 11438, 1, 0, 0, 0, 11441, 11442, 5, 518, 0, 0, 11442, 11443, 3, 1740, 870, 0, 11443, 11444, 3, 1650, 825, 0, 11444, 11445, 5, 7, 0, 0, 11445, 1649, 1, 0, 0, 0, 11446, 11450, 1, 0, 0, 0, 11447, 11448, 5, 6, 0, 0, 11448, 11450, 3, 1740, 870, 0, 11449, 11446, 1, 0, 0, 0, 11449, 11447, 1, 0, 0, 0, 11450, 1651, 1, 0, 0, 0, 11451, 11452, 5, 519, 0, 0, 11452, 11453, 3, 1564, 782, 0, 11453, 11454, 5, 454, 0, 0, 11454, 11455, 5, 519, 0, 0, 11455, 11456, 3, 1732, 866, 0, 11456, 11457, 5, 7, 0, 0, 11457, 1653, 1, 0, 0, 0, 11458, 11459, 3, 1750, 875, 0, 11459, 11460, 5, 7, 0, 0, 11460, 1655, 1, 0, 0, 0, 11461, 11462, 5, 202, 0, 0, 11462, 11470, 3, 1216, 608, 0, 11463, 11464, 3, 1662, 831, 0, 11464, 11465, 3, 1658, 829, 0, 11465, 11471, 1, 0, 0, 0, 11466, 11467, 3, 1658, 829, 0, 11467, 11468, 3, 1662, 831, 0, 11468, 11471, 1, 0, 0, 0, 11469, 11471, 1, 0, 0, 0, 11470, 11463, 1, 0, 0, 0, 11470, 11466, 1, 0, 0, 0, 11470, 11469, 1, 0, 0, 0, 11471, 11472, 1, 0, 0, 0, 11472, 11473, 5, 7, 0, 0, 11473, 1657, 1, 0, 0, 0, 11474, 11478, 1, 0, 0, 0, 11475, 11476, 5, 100, 0, 0, 11476, 11478, 3, 1660, 830, 0, 11477, 11474, 1, 0, 0, 0, 11477, 11475, 1, 0, 0, 0, 11478, 1659, 1, 0, 0, 0, 11479, 11484, 3, 1216, 608, 0, 11480, 11481, 5, 6, 0, 0, 11481, 11483, 3, 1216, 608, 0, 11482, 11480, 1, 0, 0, 0, 11483, 11486, 1, 0, 0, 0, 11484, 11482, 1, 0, 0, 0, 11484, 11485, 1, 0, 0, 0, 11485, 1661, 1, 0, 0, 0, 11486, 11484, 1, 0, 0, 0, 11487, 11494, 1, 0, 0, 0, 11488, 11490, 5, 71, 0, 0, 11489, 11491, 5, 346, 0, 0, 11490, 11489, 1, 0, 0, 0, 11490, 11491, 1, 0, 0, 0, 11491, 11492, 1, 0, 0, 0, 11492, 11494, 3, 1678, 839, 0, 11493, 11487, 1, 0, 0, 0, 11493, 11488, 1, 0, 0, 0, 11494, 1663, 1, 0, 0, 0, 11495, 11513, 5, 520, 0, 0, 11496, 11497, 3, 1716, 858, 0, 11497, 11498, 3, 1672, 836, 0, 11498, 11504, 5, 62, 0, 0, 11499, 11505, 3, 1004, 502, 0, 11500, 11501, 5, 202, 0, 0, 11501, 11502, 3, 1740, 870, 0, 11502, 11503, 3, 1670, 835, 0, 11503, 11505, 1, 0, 0, 0, 11504, 11499, 1, 0, 0, 0, 11504, 11500, 1, 0, 0, 0, 11505, 11514, 1, 0, 0, 0, 11506, 11511, 3, 1478, 739, 0, 11507, 11508, 5, 2, 0, 0, 11508, 11509, 3, 1668, 834, 0, 11509, 11510, 5, 3, 0, 0, 11510, 11512, 1, 0, 0, 0, 11511, 11507, 1, 0, 0, 0, 11511, 11512, 1, 0, 0, 0, 11512, 11514, 1, 0, 0, 0, 11513, 11496, 1, 0, 0, 0, 11513, 11506, 1, 0, 0, 0, 11514, 11515, 1, 0, 0, 0, 11515, 11516, 5, 7, 0, 0, 11516, 1665, 1, 0, 0, 0, 11517, 11518, 3, 1478, 739, 0, 11518, 11519, 5, 20, 0, 0, 11519, 11520, 3, 1216, 608, 0, 11520, 11523, 1, 0, 0, 0, 11521, 11523, 3, 1216, 608, 0, 11522, 11517, 1, 0, 0, 0, 11522, 11521, 1, 0, 0, 0, 11523, 1667, 1, 0, 0, 0, 11524, 11529, 3, 1666, 833, 0, 11525, 11526, 5, 6, 0, 0, 11526, 11528, 3, 1666, 833, 0, 11527, 11525, 1, 0, 0, 0, 11528, 11531, 1, 0, 0, 0, 11529, 11527, 1, 0, 0, 0, 11529, 11530, 1, 0, 0, 0, 11530, 1669, 1, 0, 0, 0, 11531, 11529, 1, 0, 0, 0, 11532, 11536, 1, 0, 0, 0, 11533, 11534, 5, 100, 0, 0, 11534, 11536, 3, 1332, 666, 0, 11535, 11532, 1, 0, 0, 0, 11535, 11533, 1, 0, 0, 0, 11536, 1671, 1, 0, 0, 0, 11537, 11542, 1, 0, 0, 0, 11538, 11539, 3, 1674, 837, 0, 11539, 11540, 5, 324, 0, 0, 11540, 11542, 1, 0, 0, 0, 11541, 11537, 1, 0, 0, 0, 11541, 11538, 1, 0, 0, 0, 11542, 1673, 1, 0, 0, 0, 11543, 11546, 1, 0, 0, 0, 11544, 11546, 5, 269, 0, 0, 11545, 11543, 1, 0, 0, 0, 11545, 11544, 1, 0, 0, 0, 11546, 1675, 1, 0, 0, 0, 11547, 11549, 5, 61, 0, 0, 11548, 11550, 3, 1682, 841, 0, 11549, 11548, 1, 0, 0, 0, 11549, 11550, 1, 0, 0, 0, 11550, 11551, 1, 0, 0, 0, 11551, 11552, 3, 1680, 840, 0, 11552, 11553, 3, 1716, 858, 0, 11553, 11554, 5, 71, 0, 0, 11554, 11555, 3, 1678, 839, 0, 11555, 11556, 5, 7, 0, 0, 11556, 1677, 1, 0, 0, 0, 11557, 11558, 3, 1332, 666, 0, 11558, 1679, 1, 0, 0, 0, 11559, 11563, 1, 0, 0, 0, 11560, 11563, 5, 64, 0, 0, 11561, 11563, 5, 68, 0, 0, 11562, 11559, 1, 0, 0, 0, 11562, 11560, 1, 0, 0, 0, 11562, 11561, 1, 0, 0, 0, 11563, 1681, 1, 0, 0, 0, 11564, 11580, 5, 268, 0, 0, 11565, 11580, 5, 293, 0, 0, 11566, 11580, 5, 207, 0, 0, 11567, 11580, 5, 249, 0, 0, 11568, 11569, 5, 130, 0, 0, 11569, 11580, 3, 1216, 608, 0, 11570, 11571, 5, 307, 0, 0, 11571, 11580, 3, 1216, 608, 0, 11572, 11580, 3, 1216, 608, 0, 11573, 11580, 5, 30, 0, 0, 11574, 11577, 7, 85, 0, 0, 11575, 11578, 3, 1216, 608, 0, 11576, 11578, 5, 30, 0, 0, 11577, 11575, 1, 0, 0, 0, 11577, 11576, 1, 0, 0, 0, 11577, 11578, 1, 0, 0, 0, 11578, 11580, 1, 0, 0, 0, 11579, 11564, 1, 0, 0, 0, 11579, 11565, 1, 0, 0, 0, 11579, 11566, 1, 0, 0, 0, 11579, 11567, 1, 0, 0, 0, 11579, 11568, 1, 0, 0, 0, 11579, 11570, 1, 0, 0, 0, 11579, 11572, 1, 0, 0, 0, 11579, 11573, 1, 0, 0, 0, 11579, 11574, 1, 0, 0, 0, 11580, 1683, 1, 0, 0, 0, 11581, 11583, 5, 265, 0, 0, 11582, 11584, 3, 1682, 841, 0, 11583, 11582, 1, 0, 0, 0, 11583, 11584, 1, 0, 0, 0, 11584, 11585, 1, 0, 0, 0, 11585, 11586, 3, 1716, 858, 0, 11586, 11587, 5, 7, 0, 0, 11587, 1685, 1, 0, 0, 0, 11588, 11590, 3, 1018, 509, 0, 11589, 11588, 1, 0, 0, 0, 11589, 11590, 1, 0, 0, 0, 11590, 11591, 1, 0, 0, 0, 11591, 11592, 5, 525, 0, 0, 11592, 11594, 5, 71, 0, 0, 11593, 11595, 5, 81, 0, 0, 11594, 11593, 1, 0, 0, 0, 11594, 11595, 1, 0, 0, 0, 11595, 11596, 1, 0, 0, 0, 11596, 11598, 3, 1410, 705, 0, 11597, 11599, 5, 9, 0, 0, 11598, 11597, 1, 0, 0, 0, 11598, 11599, 1, 0, 0, 0, 11599, 11604, 1, 0, 0, 0, 11600, 11602, 5, 36, 0, 0, 11601, 11600, 1, 0, 0, 0, 11601, 11602, 1, 0, 0, 0, 11602, 11603, 1, 0, 0, 0, 11603, 11605, 3, 1478, 739, 0, 11604, 11601, 1, 0, 0, 0, 11604, 11605, 1, 0, 0, 0, 11605, 11606, 1, 0, 0, 0, 11606, 11607, 5, 100, 0, 0, 11607, 11608, 3, 1688, 844, 0, 11608, 11609, 5, 80, 0, 0, 11609, 11611, 3, 1690, 845, 0, 11610, 11612, 3, 1692, 846, 0, 11611, 11610, 1, 0, 0, 0, 11612, 11613, 1, 0, 0, 0, 11613, 11611, 1, 0, 0, 0, 11613, 11614, 1, 0, 0, 0, 11614, 1687, 1, 0, 0, 0, 11615, 11617, 5, 81, 0, 0, 11616, 11615, 1, 0, 0, 0, 11616, 11617, 1, 0, 0, 0, 11617, 11618, 1, 0, 0, 0, 11618, 11620, 3, 1410, 705, 0, 11619, 11621, 5, 9, 0, 0, 11620, 11619, 1, 0, 0, 0, 11620, 11621, 1, 0, 0, 0, 11621, 11627, 1, 0, 0, 0, 11622, 11625, 3, 1008, 504, 0, 11623, 11625, 3, 1104, 552, 0, 11624, 11622, 1, 0, 0, 0, 11624, 11623, 1, 0, 0, 0, 11625, 11627, 1, 0, 0, 0, 11626, 11616, 1, 0, 0, 0, 11626, 11624, 1, 0, 0, 0, 11627, 11632, 1, 0, 0, 0, 11628, 11630, 5, 36, 0, 0, 11629, 11628, 1, 0, 0, 0, 11629, 11630, 1, 0, 0, 0, 11630, 11631, 1, 0, 0, 0, 11631, 11633, 3, 1478, 739, 0, 11632, 11629, 1, 0, 0, 0, 11632, 11633, 1, 0, 0, 0, 11633, 1689, 1, 0, 0, 0, 11634, 11635, 3, 1216, 608, 0, 11635, 1691, 1, 0, 0, 0, 11636, 11637, 5, 102, 0, 0, 11637, 11640, 5, 526, 0, 0, 11638, 11639, 5, 33, 0, 0, 11639, 11641, 3, 1216, 608, 0, 11640, 11638, 1, 0, 0, 0, 11640, 11641, 1, 0, 0, 0, 11641, 11642, 1, 0, 0, 0, 11642, 11647, 5, 93, 0, 0, 11643, 11648, 3, 1696, 848, 0, 11644, 11648, 5, 182, 0, 0, 11645, 11646, 5, 57, 0, 0, 11646, 11648, 5, 270, 0, 0, 11647, 11643, 1, 0, 0, 0, 11647, 11644, 1, 0, 0, 0, 11647, 11645, 1, 0, 0, 0, 11648, 11663, 1, 0, 0, 0, 11649, 11650, 5, 102, 0, 0, 11650, 11651, 5, 77, 0, 0, 11651, 11654, 5, 526, 0, 0, 11652, 11653, 5, 33, 0, 0, 11653, 11655, 3, 1216, 608, 0, 11654, 11652, 1, 0, 0, 0, 11654, 11655, 1, 0, 0, 0, 11655, 11656, 1, 0, 0, 0, 11656, 11660, 5, 93, 0, 0, 11657, 11661, 3, 1694, 847, 0, 11658, 11659, 5, 57, 0, 0, 11659, 11661, 5, 270, 0, 0, 11660, 11657, 1, 0, 0, 0, 11660, 11658, 1, 0, 0, 0, 11661, 11663, 1, 0, 0, 0, 11662, 11636, 1, 0, 0, 0, 11662, 11649, 1, 0, 0, 0, 11663, 1693, 1, 0, 0, 0, 11664, 11669, 5, 241, 0, 0, 11665, 11666, 5, 2, 0, 0, 11666, 11667, 3, 248, 124, 0, 11667, 11668, 5, 3, 0, 0, 11668, 11670, 1, 0, 0, 0, 11669, 11665, 1, 0, 0, 0, 11669, 11670, 1, 0, 0, 0, 11670, 11674, 1, 0, 0, 0, 11671, 11672, 5, 463, 0, 0, 11672, 11673, 7, 53, 0, 0, 11673, 11675, 5, 450, 0, 0, 11674, 11671, 1, 0, 0, 0, 11674, 11675, 1, 0, 0, 0, 11675, 11676, 1, 0, 0, 0, 11676, 11677, 3, 1698, 849, 0, 11677, 1695, 1, 0, 0, 0, 11678, 11679, 5, 369, 0, 0, 11679, 11692, 5, 333, 0, 0, 11680, 11681, 3, 1436, 718, 0, 11681, 11682, 5, 10, 0, 0, 11682, 11683, 3, 1702, 851, 0, 11683, 11693, 1, 0, 0, 0, 11684, 11685, 5, 2, 0, 0, 11685, 11686, 3, 248, 124, 0, 11686, 11687, 5, 3, 0, 0, 11687, 11688, 5, 10, 0, 0, 11688, 11689, 5, 2, 0, 0, 11689, 11690, 3, 1700, 850, 0, 11690, 11691, 5, 3, 0, 0, 11691, 11693, 1, 0, 0, 0, 11692, 11680, 1, 0, 0, 0, 11692, 11684, 1, 0, 0, 0, 11693, 11694, 1, 0, 0, 0, 11694, 11692, 1, 0, 0, 0, 11694, 11695, 1, 0, 0, 0, 11695, 1697, 1, 0, 0, 0, 11696, 11697, 5, 422, 0, 0, 11697, 11701, 3, 1700, 850, 0, 11698, 11699, 5, 53, 0, 0, 11699, 11701, 5, 422, 0, 0, 11700, 11696, 1, 0, 0, 0, 11700, 11698, 1, 0, 0, 0, 11701, 1699, 1, 0, 0, 0, 11702, 11703, 5, 2, 0, 0, 11703, 11708, 3, 1702, 851, 0, 11704, 11705, 5, 6, 0, 0, 11705, 11707, 3, 1702, 851, 0, 11706, 11704, 1, 0, 0, 0, 11707, 11710, 1, 0, 0, 0, 11708, 11706, 1, 0, 0, 0, 11708, 11709, 1, 0, 0, 0, 11709, 11711, 1, 0, 0, 0, 11710, 11708, 1, 0, 0, 0, 11711, 11712, 5, 3, 0, 0, 11712, 1701, 1, 0, 0, 0, 11713, 11716, 3, 1052, 526, 0, 11714, 11716, 5, 53, 0, 0, 11715, 11713, 1, 0, 0, 0, 11715, 11714, 1, 0, 0, 0, 11716, 1703, 1, 0, 0, 0, 11717, 11718, 5, 157, 0, 0, 11718, 11719, 3, 1716, 858, 0, 11719, 11720, 5, 7, 0, 0, 11720, 1705, 1, 0, 0, 0, 11721, 11722, 5, 78, 0, 0, 11722, 11723, 5, 7, 0, 0, 11723, 1707, 1, 0, 0, 0, 11724, 11726, 5, 161, 0, 0, 11725, 11727, 3, 1712, 856, 0, 11726, 11725, 1, 0, 0, 0, 11726, 11727, 1, 0, 0, 0, 11727, 11728, 1, 0, 0, 0, 11728, 11729, 5, 7, 0, 0, 11729, 1709, 1, 0, 0, 0, 11730, 11732, 5, 319, 0, 0, 11731, 11733, 3, 1712, 856, 0, 11732, 11731, 1, 0, 0, 0, 11732, 11733, 1, 0, 0, 0, 11733, 11734, 1, 0, 0, 0, 11734, 11735, 5, 7, 0, 0, 11735, 1711, 1, 0, 0, 0, 11736, 11738, 5, 33, 0, 0, 11737, 11739, 5, 269, 0, 0, 11738, 11737, 1, 0, 0, 0, 11738, 11739, 1, 0, 0, 0, 11739, 11740, 1, 0, 0, 0, 11740, 11741, 5, 153, 0, 0, 11741, 1713, 1, 0, 0, 0, 11742, 11743, 5, 333, 0, 0, 11743, 11744, 3, 562, 281, 0, 11744, 11745, 5, 94, 0, 0, 11745, 11746, 5, 53, 0, 0, 11746, 11747, 5, 7, 0, 0, 11747, 11755, 1, 0, 0, 0, 11748, 11751, 5, 313, 0, 0, 11749, 11752, 3, 562, 281, 0, 11750, 11752, 5, 30, 0, 0, 11751, 11749, 1, 0, 0, 0, 11751, 11750, 1, 0, 0, 0, 11752, 11753, 1, 0, 0, 0, 11753, 11755, 5, 7, 0, 0, 11754, 11742, 1, 0, 0, 0, 11754, 11748, 1, 0, 0, 0, 11755, 1715, 1, 0, 0, 0, 11756, 11759, 3, 1478, 739, 0, 11757, 11759, 5, 28, 0, 0, 11758, 11756, 1, 0, 0, 0, 11758, 11757, 1, 0, 0, 0, 11759, 1717, 1, 0, 0, 0, 11760, 11764, 1, 0, 0, 0, 11761, 11762, 5, 517, 0, 0, 11762, 11764, 3, 1720, 860, 0, 11763, 11760, 1, 0, 0, 0, 11763, 11761, 1, 0, 0, 0, 11764, 1719, 1, 0, 0, 0, 11765, 11767, 3, 1722, 861, 0, 11766, 11765, 1, 0, 0, 0, 11767, 11768, 1, 0, 0, 0, 11768, 11766, 1, 0, 0, 0, 11768, 11769, 1, 0, 0, 0, 11769, 1721, 1, 0, 0, 0, 11770, 11771, 5, 102, 0, 0, 11771, 11772, 3, 1724, 862, 0, 11772, 11773, 5, 93, 0, 0, 11773, 11774, 3, 1564, 782, 0, 11774, 1723, 1, 0, 0, 0, 11775, 11780, 3, 1726, 863, 0, 11776, 11777, 5, 82, 0, 0, 11777, 11779, 3, 1726, 863, 0, 11778, 11776, 1, 0, 0, 0, 11779, 11782, 1, 0, 0, 0, 11780, 11778, 1, 0, 0, 0, 11780, 11781, 1, 0, 0, 0, 11781, 1725, 1, 0, 0, 0, 11782, 11780, 1, 0, 0, 0, 11783, 11787, 3, 1736, 868, 0, 11784, 11785, 5, 511, 0, 0, 11785, 11787, 3, 1462, 731, 0, 11786, 11783, 1, 0, 0, 0, 11786, 11784, 1, 0, 0, 0, 11787, 1727, 1, 0, 0, 0, 11788, 11791, 1, 0, 0, 0, 11789, 11791, 3, 1528, 764, 0, 11790, 11788, 1, 0, 0, 0, 11790, 11789, 1, 0, 0, 0, 11791, 1729, 1, 0, 0, 0, 11792, 11795, 1, 0, 0, 0, 11793, 11795, 3, 1528, 764, 0, 11794, 11792, 1, 0, 0, 0, 11794, 11793, 1, 0, 0, 0, 11795, 1731, 1, 0, 0, 0, 11796, 11799, 1, 0, 0, 0, 11797, 11799, 3, 1736, 868, 0, 11798, 11796, 1, 0, 0, 0, 11798, 11797, 1, 0, 0, 0, 11799, 1733, 1, 0, 0, 0, 11800, 11801, 5, 102, 0, 0, 11801, 11802, 3, 1744, 872, 0, 11802, 1735, 1, 0, 0, 0, 11803, 11806, 3, 1478, 739, 0, 11804, 11806, 3, 1738, 869, 0, 11805, 11803, 1, 0, 0, 0, 11805, 11804, 1, 0, 0, 0, 11806, 1737, 1, 0, 0, 0, 11807, 11808, 7, 86, 0, 0, 11808, 1739, 1, 0, 0, 0, 11809, 11811, 3, 1388, 694, 0, 11810, 11809, 1, 0, 0, 0, 11810, 11811, 1, 0, 0, 0, 11811, 11813, 1, 0, 0, 0, 11812, 11814, 3, 1032, 516, 0, 11813, 11812, 1, 0, 0, 0, 11813, 11814, 1, 0, 0, 0, 11814, 11816, 1, 0, 0, 0, 11815, 11817, 3, 1106, 553, 0, 11816, 11815, 1, 0, 0, 0, 11816, 11817, 1, 0, 0, 0, 11817, 11819, 1, 0, 0, 0, 11818, 11820, 3, 1148, 574, 0, 11819, 11818, 1, 0, 0, 0, 11819, 11820, 1, 0, 0, 0, 11820, 11822, 1, 0, 0, 0, 11821, 11823, 3, 1076, 538, 0, 11822, 11821, 1, 0, 0, 0, 11822, 11823, 1, 0, 0, 0, 11823, 11825, 1, 0, 0, 0, 11824, 11826, 3, 1090, 545, 0, 11825, 11824, 1, 0, 0, 0, 11825, 11826, 1, 0, 0, 0, 11826, 11828, 1, 0, 0, 0, 11827, 11829, 3, 1292, 646, 0, 11828, 11827, 1, 0, 0, 0, 11828, 11829, 1, 0, 0, 0, 11829, 1741, 1, 0, 0, 0, 11830, 11831, 3, 1740, 870, 0, 11831, 1743, 1, 0, 0, 0, 11832, 11833, 3, 1740, 870, 0, 11833, 1745, 1, 0, 0, 0, 11834, 11835, 3, 1216, 608, 0, 11835, 1747, 1, 0, 0, 0, 11836, 11837, 3, 1216, 608, 0, 11837, 1749, 1, 0, 0, 0, 11838, 11840, 3, 6, 3, 0, 11839, 11841, 3, 1752, 876, 0, 11840, 11839, 1, 0, 0, 0, 11840, 11841, 1, 0, 0, 0, 11841, 1751, 1, 0, 0, 0, 11842, 11843, 5, 71, 0, 0, 11843, 11844, 3, 1034, 517, 0, 11844, 11845, 3, 1678, 839, 0, 11845, 1753, 1, 0, 0, 0, 1283, 1757, 1766, 1885, 1889, 1898, 1907, 1913, 1919, 1951, 1963, 1969, 1977, 1985, 1991, 2000, 2006, 2018, 2024, 2030, 2037, 2041, 2046, 2050, 2063, 2074, 2080, 2096, 2099, 2104, 2110, 2115, 2124, 2128, 2140, 2144, 2147, 2151, 2162, 2180, 2187, 2195, 2200, 2207, 2213, 2219, 2226, 2237, 2241, 2245, 2249, 2262, 2266, 2271, 2276, 2288, 2297, 2309, 2314, 2325, 2331, 2336, 2346, 2351, 2358, 2363, 2368, 2379, 2385, 2390, 2398, 2407, 2422, 2428, 2434, 2439, 2446, 2458, 2466, 2474, 2492, 2501, 2515, 2519, 2534, 2542, 2552, 2592, 2595, 2599, 2603, 2606, 2611, 2618, 2627, 2633, 2637, 2646, 2654, 2663, 2672, 2676, 2683, 2689, 2693, 2697, 2702, 2705, 2709, 2715, 2722, 2738, 2752, 2762, 2764, 2769, 2773, 2776, 2782, 2784, 2812, 2822, 2835, 2842, 2847, 2851, 2857, 2862, 2865, 2867, 2872, 2876, 2880, 2884, 2888, 2891, 2895, 2903, 2907, 2911, 2920, 2927, 2932, 2939, 2944, 2951, 2956, 2974, 2979, 2991, 2996, 3005, 3012, 3019, 3024, 3028, 3031, 3034, 3037, 3040, 3043, 3046, 3051, 3054, 3057, 3060, 3063, 3066, 3072, 3076, 3079, 3082, 3085, 3088, 3090, 3094, 3097, 3100, 3117, 3132, 3140, 3146, 3150, 3155, 3158, 3161, 3165, 3169, 3183, 3188, 3195, 3200, 3204, 3207, 3211, 3214, 3216, 3223, 3226, 3230, 3236, 3239, 3246, 3255, 3262, 3267, 3270, 3273, 3276, 3280, 3287, 3292, 3305, 3315, 3328, 3331, 3334, 3341, 3349, 3352, 3355, 3362, 3366, 3372, 3375, 3378, 3381, 3393, 3396, 3399, 3403, 3421, 3429, 3445, 3456, 3471, 3488, 3490, 3511, 3516, 3519, 3523, 3526, 3532, 3535, 3537, 3548, 3557, 3563, 3566, 3569, 3583, 3586, 3589, 3594, 3602, 3611, 3617, 3621, 3624, 3627, 3630, 3633, 3639, 3643, 3648, 3654, 3658, 3661, 3664, 3667, 3675, 3679, 3683, 3687, 3691, 3696, 3710, 3719, 3736, 3741, 3744, 3746, 3756, 3763, 3768, 3771, 3774, 3781, 3784, 3786, 3792, 3801, 3811, 3816, 3824, 3828, 3835, 3845, 3856, 3964, 3972, 3975, 3985, 3990, 4000, 4011, 4023, 4036, 4046, 4058, 4062, 4065, 4072, 4080, 4090, 4092, 4098, 4103, 4107, 4112, 4118, 4125, 4131, 4133, 4140, 4148, 4153, 4164, 4171, 4175, 4192, 4195, 4198, 4201, 4204, 4212, 4215, 4218, 4224, 4232, 4236, 4248, 4254, 4257, 4262, 4266, 4273, 4284, 4307, 4327, 4336, 4339, 4342, 4352, 4355, 4364, 4368, 4371, 4379, 4385, 4389, 4400, 4410, 4418, 4423, 4435, 4452, 4456, 4462, 4469, 4477, 4491, 4517, 4524, 4538, 4549, 4552, 4565, 4574, 4599, 4610, 4652, 4660, 4666, 4677, 4683, 4691, 4702, 4716, 4725, 4730, 4741, 4752, 4760, 4770, 4777, 4780, 4786, 4789, 4804, 4817, 4846, 4853, 4868, 4880, 4884, 4889, 4893, 4898, 4902, 4908, 4912, 4917, 4921, 4927, 4931, 4936, 4940, 4945, 4949, 4954, 4958, 4965, 4969, 4976, 4980, 4987, 4991, 4998, 5002, 5008, 5012, 5018, 5022, 5027, 5031, 5038, 5042, 5046, 5050, 5054, 5059, 5063, 5068, 5072, 5077, 5081, 5086, 5092, 5097, 5103, 5108, 5114, 5119, 5123, 5128, 5132, 5138, 5142, 5147, 5155, 5161, 5167, 5173, 5179, 5186, 5191, 5195, 5200, 5204, 5209, 5215, 5222, 5227, 5234, 5244, 5248, 5254, 5256, 5263, 5267, 5272, 5290, 5305, 5323, 5332, 5341, 5345, 5351, 5358, 5363, 5370, 5375, 5378, 5381, 5385, 5456, 5552, 5556, 5561, 5572, 5583, 5594, 5605, 5616, 5628, 5639, 5650, 5660, 5667, 5674, 5680, 5688, 5693, 5698, 5703, 5709, 5716, 5722, 5728, 5733, 5739, 5746, 5751, 5757, 5764, 5767, 5780, 5789, 5801, 5803, 5821, 5828, 5838, 5843, 5847, 5851, 5855, 5857, 5917, 5924, 5930, 5941, 5944, 5951, 5954, 5964, 5967, 5969, 5988, 6000, 6009, 6018, 6030, 6032, 6038, 6042, 6045, 6048, 6053, 6059, 6062, 6065, 6068, 6071, 6087, 6091, 6094, 6097, 6100, 6103, 6108, 6111, 6113, 6126, 6138, 6152, 6156, 6162, 6172, 6174, 6179, 6187, 6197, 6206, 6214, 6223, 6225, 6232, 6241, 6243, 6250, 6259, 6261, 6265, 6274, 6279, 6285, 6290, 6294, 6299, 6317, 6322, 6337, 6346, 6357, 6363, 6400, 6420, 6427, 6438, 6452, 6459, 6467, 6472, 6479, 6483, 6488, 6492, 6497, 6501, 6503, 6508, 6512, 6517, 6521, 6545, 6552, 6562, 6574, 6579, 6592, 6604, 6616, 6618, 6624, 6631, 6676, 6694, 6698, 6703, 6706, 6710, 6715, 6720, 6723, 6730, 6747, 6818, 6849, 6903, 6913, 6923, 6934, 6944, 6955, 6965, 6970, 6979, 6984, 6994, 6999, 7008, 7021, 7026, 7138, 7140, 7149, 7160, 7171, 7184, 7196, 7207, 7214, 7304, 7357, 7367, 7378, 7389, 7403, 7418, 7429, 7436, 7490, 7631, 7637, 7640, 7650, 7690, 7700, 7707, 7730, 7739, 7748, 7757, 7790, 7794, 7804, 7808, 7818, 7821, 7825, 7829, 7837, 7848, 7860, 7864, 7867, 7871, 7874, 7879, 7883, 7886, 7892, 7903, 7906, 7913, 7917, 7922, 7925, 7927, 7941, 7945, 7950, 7957, 7964, 7967, 7972, 7975, 7984, 7986, 7991, 7995, 8007, 8010, 8017, 8021, 8026, 8036, 8046, 8049, 8052, 8054, 8060, 8067, 8087, 8107, 8111, 8116, 8185, 8190, 8196, 8209, 8213, 8217, 8223, 8225, 8233, 8243, 8246, 8249, 8252, 8255, 8262, 8265, 8267, 8271, 8274, 8281, 8283, 8290, 8297, 8301, 8305, 8314, 8320, 8324, 8328, 8333, 8345, 8352, 8362, 8375, 8386, 8393, 8398, 8402, 8406, 8411, 8424, 8429, 8433, 8440, 8443, 8445, 8453, 8457, 8460, 8467, 8470, 8475, 8481, 8487, 8491, 8500, 8509, 8516, 8519, 8525, 8530, 8536, 8542, 8545, 8548, 8555, 8559, 8562, 8577, 8580, 8587, 8590, 8597, 8600, 8603, 8610, 8622, 8629, 8631, 8641, 8659, 8661, 8669, 8673, 8683, 8687, 8691, 8695, 8697, 8702, 8706, 8710, 8712, 8714, 8718, 8722, 8725, 8728, 8731, 8734, 8736, 8739, 8742, 8745, 8748, 8751, 8754, 8763, 8765, 8770, 8774, 8780, 8784, 8788, 8797, 8802, 8806, 8812, 8815, 8834, 8842, 8851, 8855, 8858, 8862, 8867, 8873, 8885, 8900, 8907, 8910, 8914, 8918, 8922, 8924, 8932, 8941, 8947, 8949, 8956, 8960, 8969, 8973, 8982, 8991, 9003, 9031, 9038, 9042, 9045, 9050, 9054, 9057, 9073, 9084, 9089, 9092, 9095, 9099, 9103, 9107, 9112, 9116, 9120, 9122, 9131, 9136, 9142, 9146, 9148, 9155, 9160, 9166, 9168, 9172, 9179, 9186, 9189, 9195, 9199, 9208, 9211, 9215, 9223, 9229, 9231, 9234, 9238, 9241, 9244, 9248, 9252, 9258, 9261, 9270, 9277, 9279, 9286, 9294, 9299, 9302, 9310, 9319, 9327, 9329, 9333, 9340, 9359, 9368, 9374, 9393, 9402, 9408, 9412, 9417, 9427, 9434, 9443, 9446, 9455, 9457, 9463, 9467, 9472, 9482, 9488, 9490, 9496, 9500, 9503, 9516, 9522, 9526, 9530, 9533, 9541, 9545, 9549, 9557, 9564, 9571, 9575, 9581, 9583, 9592, 9595, 9605, 9621, 9627, 9632, 9639, 9648, 9655, 9663, 9671, 9676, 9680, 9683, 9689, 9694, 9710, 9713, 9715, 9727, 9729, 9733, 9741, 9743, 9747, 9749, 9757, 9761, 9770, 9778, 9784, 9787, 9796, 9801, 9808, 9818, 9844, 9855, 9857, 9859, 9867, 9889, 9898, 9908, 9911, 9916, 9921, 9925, 9928, 9932, 9935, 9938, 9941, 9945, 9959, 9966, 9973, 9980, 9998, 10006, 10018, 10024, 10037, 10076, 10078, 10098, 10108, 10119, 10131, 10138, 10150, 10162, 10168, 10176, 10193, 10218, 10228, 10232, 10235, 10238, 10241, 10254, 10259, 10264, 10266, 10274, 10283, 10292, 10297, 10306, 10311, 10325, 10335, 10343, 10357, 10364, 10372, 10380, 10388, 10392, 10399, 10407, 10414, 10420, 10429, 10444, 10455, 10488, 10497, 10504, 10508, 10512, 10519, 10533, 10538, 10543, 10547, 10549, 10552, 10559, 10564, 10574, 10582, 10585, 10592, 10600, 10608, 10616, 10624, 10629, 10633, 10637, 10641, 10645, 10649, 10653, 10660, 10668, 10673, 10677, 10681, 10691, 10697, 10703, 10707, 10721, 10727, 10733, 10745, 10750, 10758, 10765, 10770, 10782, 10790, 10795, 10805, 10816, 10823, 10830, 10841, 10844, 10846, 10850, 10853, 10859, 10865, 10869, 10875, 10883, 10887, 10895, 10952, 10965, 10988, 10996, 11000, 11012, 11014, 11021, 11030, 11048, 11056, 11065, 11072, 11082, 11088, 11095, 11100, 11106, 11110, 11117, 11147, 11160, 11169, 11173, 11189, 11196, 11209, 11217, 11237, 11243, 11255, 11260, 11270, 11302, 11307, 11316, 11321, 11325, 11330, 11346, 11351, 11366, 11369, 11375, 11379, 11388, 11396, 11405, 11411, 11420, 11422, 11427, 11438, 11449, 11470, 11477, 11484, 11490, 11493, 11504, 11511, 11513, 11522, 11529, 11535, 11541, 11545, 11549, 11562, 11577, 11579, 11583, 11589, 11594, 11598, 11601, 11604, 11613, 11616, 11620, 11624, 11626, 11629, 11632, 11640, 11647, 11654, 11660, 11662, 11669, 11674, 11692, 11694, 11700, 11708, 11715, 11726, 11732, 11738, 11751, 11754, 11758, 11763, 11768, 11780, 11786, 11790, 11794, 11798, 11805, 11810, 11813, 11816, 11819, 11822, 11825, 11828, 11840] \ No newline at end of file diff --git a/src/lib/postgresql/PostgreSqlParser.tokens b/src/lib/postgresql/PostgreSqlParser.tokens index 43d5a2f..a91eea5 100644 --- a/src/lib/postgresql/PostgreSqlParser.tokens +++ b/src/lib/postgresql/PostgreSqlParser.tokens @@ -547,48 +547,49 @@ KW_MAIN=546 KW_SKIP_LOCKED=547 KW_BUFFER_USAGE_LIMIT=548 KW_DISTRIBUTED=549 -Identifier=550 -QuotedIdentifier=551 -UnterminatedQuotedIdentifier=552 -InvalidQuotedIdentifier=553 -InvalidUnterminatedQuotedIdentifier=554 -UnicodeQuotedIdentifier=555 -UnterminatedUnicodeQuotedIdentifier=556 -InvalidUnicodeQuotedIdentifier=557 -InvalidUnterminatedUnicodeQuotedIdentifier=558 -StringConstant=559 -UnterminatedStringConstant=560 -UnicodeEscapeStringConstant=561 -UnterminatedUnicodeEscapeStringConstant=562 -BeginDollarStringConstant=563 -BinaryStringConstant=564 -UnterminatedBinaryStringConstant=565 -InvalidBinaryStringConstant=566 -InvalidUnterminatedBinaryStringConstant=567 -HexadecimalStringConstant=568 -UnterminatedHexadecimalStringConstant=569 -InvalidHexadecimalStringConstant=570 -InvalidUnterminatedHexadecimalStringConstant=571 -Integral=572 -NumericFail=573 -Numeric=574 -PLSQLVARIABLENAME=575 -PLSQLIDENTIFIER=576 -Whitespace=577 -Newline=578 -LineComment=579 -BlockComment=580 -UnterminatedBlockComment=581 -MetaCommand=582 -EndMetaCommand=583 -ErrorCharacter=584 -EscapeStringConstant=585 -UnterminatedEscapeStringConstant=586 -InvalidEscapeStringConstant=587 -InvalidUnterminatedEscapeStringConstant=588 -DollarText=589 -EndDollarStringConstant=590 -AfterEscapeStringConstantWithNewlineMode_Continued=591 +KW_WRITABLE=550 +Identifier=551 +QuotedIdentifier=552 +UnterminatedQuotedIdentifier=553 +InvalidQuotedIdentifier=554 +InvalidUnterminatedQuotedIdentifier=555 +UnicodeQuotedIdentifier=556 +UnterminatedUnicodeQuotedIdentifier=557 +InvalidUnicodeQuotedIdentifier=558 +InvalidUnterminatedUnicodeQuotedIdentifier=559 +StringConstant=560 +UnterminatedStringConstant=561 +UnicodeEscapeStringConstant=562 +UnterminatedUnicodeEscapeStringConstant=563 +BeginDollarStringConstant=564 +BinaryStringConstant=565 +UnterminatedBinaryStringConstant=566 +InvalidBinaryStringConstant=567 +InvalidUnterminatedBinaryStringConstant=568 +HexadecimalStringConstant=569 +UnterminatedHexadecimalStringConstant=570 +InvalidHexadecimalStringConstant=571 +InvalidUnterminatedHexadecimalStringConstant=572 +Integral=573 +NumericFail=574 +Numeric=575 +PLSQLVARIABLENAME=576 +PLSQLIDENTIFIER=577 +Whitespace=578 +Newline=579 +LineComment=580 +BlockComment=581 +UnterminatedBlockComment=582 +MetaCommand=583 +EndMetaCommand=584 +ErrorCharacter=585 +EscapeStringConstant=586 +UnterminatedEscapeStringConstant=587 +InvalidEscapeStringConstant=588 +InvalidUnterminatedEscapeStringConstant=589 +DollarText=590 +EndDollarStringConstant=591 +AfterEscapeStringConstantWithNewlineMode_Continued=592 '$'=1 '('=2 ')'=3 @@ -1136,5 +1137,6 @@ AfterEscapeStringConstantWithNewlineMode_Continued=591 'SKIP_LOCKED'=547 'BUFFER_USAGE_LIMIT'=548 'DISTRIBUTED'=549 -'\\\\'=583 -'\''=591 +'WRITABLE'=550 +'\\\\'=584 +'\''=592 diff --git a/src/lib/postgresql/PostgreSqlParser.ts b/src/lib/postgresql/PostgreSqlParser.ts index 1dfec9a..1de3bc9 100644 --- a/src/lib/postgresql/PostgreSqlParser.ts +++ b/src/lib/postgresql/PostgreSqlParser.ts @@ -566,48 +566,49 @@ export class PostgreSqlParser extends SQLParserBase { public static readonly KW_SKIP_LOCKED = 547; public static readonly KW_BUFFER_USAGE_LIMIT = 548; public static readonly KW_DISTRIBUTED = 549; - public static readonly Identifier = 550; - public static readonly QuotedIdentifier = 551; - public static readonly UnterminatedQuotedIdentifier = 552; - public static readonly InvalidQuotedIdentifier = 553; - public static readonly InvalidUnterminatedQuotedIdentifier = 554; - public static readonly UnicodeQuotedIdentifier = 555; - public static readonly UnterminatedUnicodeQuotedIdentifier = 556; - public static readonly InvalidUnicodeQuotedIdentifier = 557; - public static readonly InvalidUnterminatedUnicodeQuotedIdentifier = 558; - public static readonly StringConstant = 559; - public static readonly UnterminatedStringConstant = 560; - public static readonly UnicodeEscapeStringConstant = 561; - public static readonly UnterminatedUnicodeEscapeStringConstant = 562; - public static readonly BeginDollarStringConstant = 563; - public static readonly BinaryStringConstant = 564; - public static readonly UnterminatedBinaryStringConstant = 565; - public static readonly InvalidBinaryStringConstant = 566; - public static readonly InvalidUnterminatedBinaryStringConstant = 567; - public static readonly HexadecimalStringConstant = 568; - public static readonly UnterminatedHexadecimalStringConstant = 569; - public static readonly InvalidHexadecimalStringConstant = 570; - public static readonly InvalidUnterminatedHexadecimalStringConstant = 571; - public static readonly Integral = 572; - public static readonly NumericFail = 573; - public static readonly Numeric = 574; - public static readonly PLSQLVARIABLENAME = 575; - public static readonly PLSQLIDENTIFIER = 576; - public static readonly Whitespace = 577; - public static readonly Newline = 578; - public static readonly LineComment = 579; - public static readonly BlockComment = 580; - public static readonly UnterminatedBlockComment = 581; - public static readonly MetaCommand = 582; - public static readonly EndMetaCommand = 583; - public static readonly ErrorCharacter = 584; - public static readonly EscapeStringConstant = 585; - public static readonly UnterminatedEscapeStringConstant = 586; - public static readonly InvalidEscapeStringConstant = 587; - public static readonly InvalidUnterminatedEscapeStringConstant = 588; - public static readonly DollarText = 589; - public static readonly EndDollarStringConstant = 590; - public static readonly AfterEscapeStringConstantWithNewlineMode_Continued = 591; + public static readonly KW_WRITABLE = 550; + public static readonly Identifier = 551; + public static readonly QuotedIdentifier = 552; + public static readonly UnterminatedQuotedIdentifier = 553; + public static readonly InvalidQuotedIdentifier = 554; + public static readonly InvalidUnterminatedQuotedIdentifier = 555; + public static readonly UnicodeQuotedIdentifier = 556; + public static readonly UnterminatedUnicodeQuotedIdentifier = 557; + public static readonly InvalidUnicodeQuotedIdentifier = 558; + public static readonly InvalidUnterminatedUnicodeQuotedIdentifier = 559; + public static readonly StringConstant = 560; + public static readonly UnterminatedStringConstant = 561; + public static readonly UnicodeEscapeStringConstant = 562; + public static readonly UnterminatedUnicodeEscapeStringConstant = 563; + public static readonly BeginDollarStringConstant = 564; + public static readonly BinaryStringConstant = 565; + public static readonly UnterminatedBinaryStringConstant = 566; + public static readonly InvalidBinaryStringConstant = 567; + public static readonly InvalidUnterminatedBinaryStringConstant = 568; + public static readonly HexadecimalStringConstant = 569; + public static readonly UnterminatedHexadecimalStringConstant = 570; + public static readonly InvalidHexadecimalStringConstant = 571; + public static readonly InvalidUnterminatedHexadecimalStringConstant = 572; + public static readonly Integral = 573; + public static readonly NumericFail = 574; + public static readonly Numeric = 575; + public static readonly PLSQLVARIABLENAME = 576; + public static readonly PLSQLIDENTIFIER = 577; + public static readonly Whitespace = 578; + public static readonly Newline = 579; + public static readonly LineComment = 580; + public static readonly BlockComment = 581; + public static readonly UnterminatedBlockComment = 582; + public static readonly MetaCommand = 583; + public static readonly EndMetaCommand = 584; + public static readonly ErrorCharacter = 585; + public static readonly EscapeStringConstant = 586; + public static readonly UnterminatedEscapeStringConstant = 587; + public static readonly InvalidEscapeStringConstant = 588; + public static readonly InvalidUnterminatedEscapeStringConstant = 589; + public static readonly DollarText = 590; + public static readonly EndDollarStringConstant = 591; + public static readonly AfterEscapeStringConstantWithNewlineMode_Continued = 592; public static readonly RULE_program = 0; public static readonly RULE_plsqlroot = 1; public static readonly RULE_singleStmt = 2; @@ -703,787 +704,788 @@ export class PostgreSqlParser extends SQLParserBase { public static readonly RULE_copy_generic_opt_arg_list = 92; public static readonly RULE_copy_generic_opt_arg_list_item = 93; public static readonly RULE_createstmt = 94; - public static readonly RULE_optdistributed = 95; - public static readonly RULE_opttemp = 96; - public static readonly RULE_table_column_list = 97; - public static readonly RULE_opttableelementlist = 98; - public static readonly RULE_opttypedtableelementlist = 99; - public static readonly RULE_tableelementlist = 100; - public static readonly RULE_typedtableelementlist = 101; - public static readonly RULE_tableelement = 102; - public static readonly RULE_typedtableelement = 103; - public static readonly RULE_column_def = 104; - public static readonly RULE_compressionCluase = 105; - public static readonly RULE_storageCluase = 106; - public static readonly RULE_columnOptions = 107; - public static readonly RULE_colquallist = 108; - public static readonly RULE_colconstraint = 109; - public static readonly RULE_colconstraintelem = 110; - public static readonly RULE_nulls_distinct = 111; - public static readonly RULE_generated_when = 112; - public static readonly RULE_deferrable_trigger = 113; - public static readonly RULE_initially_trigger = 114; - public static readonly RULE_tablelikeclause = 115; - public static readonly RULE_tablelikeoptionlist = 116; - public static readonly RULE_tablelikeoption = 117; - public static readonly RULE_tableconstraint = 118; - public static readonly RULE_constraintelem = 119; - public static readonly RULE_opt_no_inherit = 120; - public static readonly RULE_opt_column_list = 121; - public static readonly RULE_opt_column_list_create = 122; - public static readonly RULE_column_list = 123; - public static readonly RULE_column_list_create = 124; - public static readonly RULE_opt_c_include = 125; - public static readonly RULE_key_match = 126; - public static readonly RULE_exclusionconstraintlist = 127; - public static readonly RULE_exclusionconstraintelem = 128; - public static readonly RULE_exclusionwhereclause = 129; - public static readonly RULE_key_actions = 130; - public static readonly RULE_key_update = 131; - public static readonly RULE_key_delete = 132; - public static readonly RULE_key_action = 133; - public static readonly RULE_optinherit = 134; - public static readonly RULE_optpartitionspec = 135; - public static readonly RULE_partitionspec = 136; - public static readonly RULE_part_params = 137; - public static readonly RULE_part_elem = 138; - public static readonly RULE_table_access_method_clause = 139; - public static readonly RULE_optwith = 140; - public static readonly RULE_oncommitoption = 141; - public static readonly RULE_opttablespace = 142; - public static readonly RULE_index_paramenters_create = 143; - public static readonly RULE_optconstablespace = 144; - public static readonly RULE_existingindex = 145; - public static readonly RULE_createstatsstmt = 146; - public static readonly RULE_alterstatsstmt = 147; - public static readonly RULE_createasstmt = 148; - public static readonly RULE_create_as_target = 149; - public static readonly RULE_opt_with_data = 150; - public static readonly RULE_creatematviewstmt = 151; - public static readonly RULE_create_mv_target = 152; - public static readonly RULE_optnolog = 153; - public static readonly RULE_refreshmatviewstmt = 154; - public static readonly RULE_createseqstmt = 155; - public static readonly RULE_alterseqstmt = 156; - public static readonly RULE_optseqoptlist = 157; - public static readonly RULE_optparenthesizedseqoptlist = 158; - public static readonly RULE_seqoptlist = 159; - public static readonly RULE_seqoptelem = 160; - public static readonly RULE_opt_by = 161; - public static readonly RULE_numericonly = 162; - public static readonly RULE_numericonly_list = 163; - public static readonly RULE_createplangstmt = 164; - public static readonly RULE_opt_trusted = 165; - public static readonly RULE_handler_name = 166; - public static readonly RULE_opt_inline_handler = 167; - public static readonly RULE_validator_clause = 168; - public static readonly RULE_opt_validator = 169; - public static readonly RULE_opt_procedural = 170; - public static readonly RULE_createtablespacestmt = 171; - public static readonly RULE_opttablespaceowner = 172; - public static readonly RULE_createextensionstmt = 173; - public static readonly RULE_create_extension_opt_list = 174; - public static readonly RULE_create_extension_opt_item = 175; - public static readonly RULE_alterextensionstmt = 176; - public static readonly RULE_alter_extension_opt_list = 177; - public static readonly RULE_alter_extension_opt_item = 178; - public static readonly RULE_alterextensioncontentsstmt = 179; - public static readonly RULE_createfdwstmt = 180; - public static readonly RULE_fdw_option = 181; - public static readonly RULE_fdw_options = 182; - public static readonly RULE_opt_fdw_options = 183; - public static readonly RULE_alterfdwstmt = 184; - public static readonly RULE_create_generic_options = 185; - public static readonly RULE_generic_option_list = 186; - public static readonly RULE_alter_generic_options = 187; - public static readonly RULE_alter_generic_option_list = 188; - public static readonly RULE_alter_generic_option_elem = 189; - public static readonly RULE_generic_option_elem = 190; - public static readonly RULE_generic_option_name = 191; - public static readonly RULE_generic_option_arg = 192; - public static readonly RULE_createforeignserverstmt = 193; - public static readonly RULE_opt_type = 194; - public static readonly RULE_foreign_server_version = 195; - public static readonly RULE_opt_foreign_server_version = 196; - public static readonly RULE_alterforeignserverstmt = 197; - public static readonly RULE_createforeigntablestmt = 198; - public static readonly RULE_importforeignschemastmt = 199; - public static readonly RULE_import_qualification_type = 200; - public static readonly RULE_import_qualification = 201; - public static readonly RULE_createusermappingstmt = 202; - public static readonly RULE_auth_ident = 203; - public static readonly RULE_alterusermappingstmt = 204; - public static readonly RULE_createpolicystmt = 205; - public static readonly RULE_alterpolicystmt = 206; - public static readonly RULE_alterprocedurestmt = 207; - public static readonly RULE_procedure_cluase = 208; - public static readonly RULE_procedure_action = 209; - public static readonly RULE_rowsecurityoptionalexpr = 210; - public static readonly RULE_rowsecurityoptionalwithcheck = 211; - public static readonly RULE_rowsecuritydefaulttorole = 212; - public static readonly RULE_rowsecurityoptionaltorole = 213; - public static readonly RULE_rowsecuritydefaultpermissive = 214; - public static readonly RULE_rowsecuritydefaultforcmd = 215; - public static readonly RULE_row_security_cmd = 216; - public static readonly RULE_createamstmt = 217; - public static readonly RULE_am_type = 218; - public static readonly RULE_createtrigstmt = 219; - public static readonly RULE_triggeractiontime = 220; - public static readonly RULE_foreachrow = 221; - public static readonly RULE_roworstatment = 222; - public static readonly RULE_triggerevents = 223; - public static readonly RULE_triggeroneevent = 224; - public static readonly RULE_triggerreferencing = 225; - public static readonly RULE_triggertransitions = 226; - public static readonly RULE_triggertransition = 227; - public static readonly RULE_transitionoldornew = 228; - public static readonly RULE_transitionrowortable = 229; - public static readonly RULE_transitionrelname = 230; - public static readonly RULE_triggerforspec = 231; - public static readonly RULE_triggerforopteach = 232; - public static readonly RULE_triggerfortype = 233; - public static readonly RULE_triggerwhen = 234; - public static readonly RULE_function_or_procedure = 235; - public static readonly RULE_triggerfuncargs = 236; - public static readonly RULE_triggerfuncarg = 237; - public static readonly RULE_optconstrfromtable = 238; - public static readonly RULE_constraintattributespec = 239; - public static readonly RULE_constraintattributeElem = 240; - public static readonly RULE_createeventtrigstmt = 241; - public static readonly RULE_event_trigger_when_list = 242; - public static readonly RULE_event_trigger_when_item = 243; - public static readonly RULE_event_trigger_value_list = 244; - public static readonly RULE_altereventtrigstmt = 245; - public static readonly RULE_enable_trigger = 246; - public static readonly RULE_createassertionstmt = 247; - public static readonly RULE_definestmt = 248; - public static readonly RULE_definition = 249; - public static readonly RULE_def_list = 250; - public static readonly RULE_def_elem = 251; - public static readonly RULE_def_arg = 252; - public static readonly RULE_old_aggr_definition = 253; - public static readonly RULE_old_aggr_list = 254; - public static readonly RULE_old_aggr_elem = 255; - public static readonly RULE_opt_enum_val_list = 256; - public static readonly RULE_enum_val_list = 257; - public static readonly RULE_alterenumstmt = 258; - public static readonly RULE_opt_if_not_exists = 259; - public static readonly RULE_createopclassstmt = 260; - public static readonly RULE_opclass_item_list = 261; - public static readonly RULE_opclass_item = 262; - public static readonly RULE_opt_default = 263; - public static readonly RULE_opt_opfamily = 264; - public static readonly RULE_opclass_purpose = 265; - public static readonly RULE_opt_recheck = 266; - public static readonly RULE_createopfamilystmt = 267; - public static readonly RULE_alteropfamilystmt = 268; - public static readonly RULE_opclass_drop_list = 269; - public static readonly RULE_opclass_drop = 270; - public static readonly RULE_reassignownedstmt = 271; - public static readonly RULE_dropstmt = 272; - public static readonly RULE_view_nameList = 273; - public static readonly RULE_object_type_any_name = 274; - public static readonly RULE_object_type_name = 275; - public static readonly RULE_object_type_name_on_any_name = 276; - public static readonly RULE_any_name_list = 277; - public static readonly RULE_relation_column_name = 278; - public static readonly RULE_relation_name = 279; - public static readonly RULE_any_name = 280; - public static readonly RULE_attrs = 281; - public static readonly RULE_type_name_list = 282; - public static readonly RULE_truncatestmt = 283; - public static readonly RULE_truncate_table = 284; - public static readonly RULE_commentstmt = 285; - public static readonly RULE_comment_text = 286; - public static readonly RULE_seclabelstmt = 287; - public static readonly RULE_opt_provider = 288; - public static readonly RULE_security_label = 289; - public static readonly RULE_fetchstmt = 290; - public static readonly RULE_fetch_args = 291; - public static readonly RULE_from_in = 292; - public static readonly RULE_opt_from_in = 293; - public static readonly RULE_grantstmt = 294; - public static readonly RULE_revokestmt = 295; - public static readonly RULE_privileges = 296; - public static readonly RULE_beforeprivilegeselectlist = 297; - public static readonly RULE_beforeprivilegeselect = 298; - public static readonly RULE_privilege_list = 299; - public static readonly RULE_privilege = 300; - public static readonly RULE_privilege_target = 301; - public static readonly RULE_grantee_list = 302; - public static readonly RULE_grantee = 303; - public static readonly RULE_opt_grant_grant_option = 304; - public static readonly RULE_grantrolestmt = 305; - public static readonly RULE_revokerolestmt = 306; - public static readonly RULE_opt_grant_admin_option = 307; - public static readonly RULE_opt_granted_by = 308; - public static readonly RULE_alterdefaultprivilegesstmt = 309; - public static readonly RULE_defacloptionlist = 310; - public static readonly RULE_defacloption = 311; - public static readonly RULE_defaclaction = 312; - public static readonly RULE_defacl_privilege_target = 313; - public static readonly RULE_indexstmt = 314; - public static readonly RULE_opt_unique = 315; - public static readonly RULE_opt_concurrently = 316; - public static readonly RULE_opt_index_name = 317; - public static readonly RULE_access_method_clause = 318; - public static readonly RULE_index_params = 319; - public static readonly RULE_index_elem_options = 320; - public static readonly RULE_index_elem = 321; - public static readonly RULE_opt_include = 322; - public static readonly RULE_index_including_params = 323; - public static readonly RULE_opt_collate = 324; - public static readonly RULE_opt_class = 325; - public static readonly RULE_opt_asc_desc = 326; - public static readonly RULE_opt_nulls_order = 327; - public static readonly RULE_createfunctionstmt = 328; - public static readonly RULE_attrilist = 329; - public static readonly RULE_opt_or_replace = 330; - public static readonly RULE_func_args = 331; - public static readonly RULE_func_args_list = 332; - public static readonly RULE_routine_with_argtypes_list = 333; - public static readonly RULE_routine_with_argtypes = 334; - public static readonly RULE_procedure_with_argtypes_list = 335; - public static readonly RULE_procedure_with_argtypes = 336; - public static readonly RULE_function_with_argtypes_list = 337; - public static readonly RULE_function_with_argtypes = 338; - public static readonly RULE_func_args_with_defaults = 339; - public static readonly RULE_func_args_with_defaults_list = 340; - public static readonly RULE_func_arg = 341; - public static readonly RULE_arg_class = 342; - public static readonly RULE_param_name = 343; - public static readonly RULE_func_return = 344; - public static readonly RULE_func_type = 345; - public static readonly RULE_func_arg_with_default = 346; - public static readonly RULE_aggr_arg = 347; - public static readonly RULE_aggr_args = 348; - public static readonly RULE_aggr_args_list = 349; - public static readonly RULE_aggregate_with_argtypes = 350; - public static readonly RULE_aggregate_with_argtypes_list = 351; - public static readonly RULE_createfunc_opt_list = 352; - public static readonly RULE_common_func_opt_item = 353; - public static readonly RULE_createfunc_opt_item = 354; - public static readonly RULE_transform_type_list = 355; - public static readonly RULE_opt_definition = 356; - public static readonly RULE_table_func_column = 357; - public static readonly RULE_table_func_column_list = 358; - public static readonly RULE_alterfunctionstmt = 359; - public static readonly RULE_alterFunctionTypeClause = 360; - public static readonly RULE_alterfunc_opt_list = 361; - public static readonly RULE_opt_restrict = 362; - public static readonly RULE_removefuncstmt = 363; - public static readonly RULE_removeaggrstmt = 364; - public static readonly RULE_removeoperstmt = 365; - public static readonly RULE_oper_argtypes = 366; - public static readonly RULE_any_operator = 367; - public static readonly RULE_operator_with_argtypes_list = 368; - public static readonly RULE_operator_with_argtypes = 369; - public static readonly RULE_dostmt = 370; - public static readonly RULE_dostmt_opt_list = 371; - public static readonly RULE_dostmt_opt_item = 372; - public static readonly RULE_createcaststmt = 373; - public static readonly RULE_cast_context = 374; - public static readonly RULE_opt_if_exists = 375; - public static readonly RULE_createtransformstmt = 376; - public static readonly RULE_transform_element_list = 377; - public static readonly RULE_reindexstmt = 378; - public static readonly RULE_reindex_target_type = 379; - public static readonly RULE_reindex_target_multitable = 380; - public static readonly RULE_reindex_option_list = 381; - public static readonly RULE_reindex_option_elem = 382; - public static readonly RULE_altertblspcstmt = 383; - public static readonly RULE_renamestmt = 384; - public static readonly RULE_opt_set_data = 385; - public static readonly RULE_alterobjectdependsstmt = 386; - public static readonly RULE_opt_no = 387; - public static readonly RULE_alterobjectschemastmt = 388; - public static readonly RULE_alteroperatorstmt = 389; - public static readonly RULE_operator_def_list = 390; - public static readonly RULE_operator_def_elem = 391; - public static readonly RULE_operator_def_arg = 392; - public static readonly RULE_altertypestmt = 393; - public static readonly RULE_alterownerstmt = 394; - public static readonly RULE_createpublicationstmt = 395; - public static readonly RULE_opt_publication_for_tables = 396; - public static readonly RULE_publication_for_tables = 397; - public static readonly RULE_alterpublicationstmt = 398; - public static readonly RULE_createsubscriptionstmt = 399; - public static readonly RULE_publication_name_list = 400; - public static readonly RULE_publication_name_item = 401; - public static readonly RULE_altersubscriptionstmt = 402; - public static readonly RULE_rulestmt = 403; - public static readonly RULE_ruleactionlist = 404; - public static readonly RULE_ruleactionmulti = 405; - public static readonly RULE_ruleactionstmt = 406; - public static readonly RULE_ruleactionstmtOrEmpty = 407; - public static readonly RULE_event = 408; - public static readonly RULE_opt_instead = 409; - public static readonly RULE_notifystmt = 410; - public static readonly RULE_notify_payload = 411; - public static readonly RULE_listenstmt = 412; - public static readonly RULE_unlistenstmt = 413; - public static readonly RULE_transactionstmt = 414; - public static readonly RULE_opt_transaction = 415; - public static readonly RULE_transaction_mode_item = 416; - public static readonly RULE_transaction_mode_list = 417; - public static readonly RULE_transaction_mode_list_or_empty = 418; - public static readonly RULE_opt_transaction_chain = 419; - public static readonly RULE_viewstmt = 420; - public static readonly RULE_opt_check_option = 421; - public static readonly RULE_loadstmt = 422; - public static readonly RULE_createdbstmt = 423; - public static readonly RULE_createdb_opt_list = 424; - public static readonly RULE_createdb_opt_items = 425; - public static readonly RULE_createdb_opt_item = 426; - public static readonly RULE_createdb_opt_name = 427; - public static readonly RULE_opt_equal = 428; - public static readonly RULE_alterdatabasestmt = 429; - public static readonly RULE_alterdatabasesetstmt = 430; - public static readonly RULE_drop_option_list = 431; - public static readonly RULE_drop_option = 432; - public static readonly RULE_altercollationstmt = 433; - public static readonly RULE_altersystemstmt = 434; - public static readonly RULE_createdomainstmt = 435; - public static readonly RULE_alterdomainstmt = 436; - public static readonly RULE_opt_as = 437; - public static readonly RULE_altertsdictionarystmt = 438; - public static readonly RULE_altertsconfigurationstmt = 439; - public static readonly RULE_any_with = 440; - public static readonly RULE_createconversionstmt = 441; - public static readonly RULE_clusterstmt = 442; - public static readonly RULE_opt_verbose_list = 443; - public static readonly RULE_cluster_index_specification = 444; - public static readonly RULE_vacuumstmt = 445; - public static readonly RULE_analyzestmt = 446; - public static readonly RULE_vac_analyze_option_list = 447; - public static readonly RULE_analyze_keyword = 448; - public static readonly RULE_vac_analyze_option_elem = 449; - public static readonly RULE_vac_analyze_option_name = 450; - public static readonly RULE_vac_analyze_option_arg = 451; - public static readonly RULE_opt_analyze = 452; - public static readonly RULE_analyze_options_list = 453; - public static readonly RULE_analyze_option_elem = 454; - public static readonly RULE_opt_verbose = 455; - public static readonly RULE_opt_skiplock = 456; - public static readonly RULE_opt_buffer_usage_limit = 457; - public static readonly RULE_opt_full = 458; - public static readonly RULE_opt_freeze = 459; - public static readonly RULE_opt_name_list = 460; - public static readonly RULE_vacuum_relation = 461; - public static readonly RULE_vacuum_relation_list = 462; - public static readonly RULE_opt_vacuum_relation_list = 463; - public static readonly RULE_explainstmt = 464; - public static readonly RULE_explainablestmt = 465; - public static readonly RULE_explain_option_list = 466; - public static readonly RULE_explain_option_elem = 467; - public static readonly RULE_explain_option_name = 468; - public static readonly RULE_explain_option_arg = 469; - public static readonly RULE_preparestmt = 470; - public static readonly RULE_prep_type_clause = 471; - public static readonly RULE_preparablestmt = 472; - public static readonly RULE_executestmt = 473; - public static readonly RULE_execute_param_clause = 474; - public static readonly RULE_deallocatestmt = 475; - public static readonly RULE_insertstmt = 476; - public static readonly RULE_insert_target = 477; - public static readonly RULE_insert_rest = 478; - public static readonly RULE_override_kind = 479; - public static readonly RULE_insert_column_list = 480; - public static readonly RULE_insert_column_item = 481; - public static readonly RULE_opt_on_conflict = 482; - public static readonly RULE_opt_conf_expr = 483; - public static readonly RULE_returning_clause = 484; - public static readonly RULE_deletestmt = 485; - public static readonly RULE_using_clause = 486; - public static readonly RULE_lockstmt = 487; - public static readonly RULE_opt_lock = 488; - public static readonly RULE_lock_type = 489; - public static readonly RULE_opt_nowait = 490; - public static readonly RULE_opt_nowait_or_skip = 491; - public static readonly RULE_updatestmt = 492; - public static readonly RULE_set_clause_list = 493; - public static readonly RULE_set_clause = 494; - public static readonly RULE_set_target = 495; - public static readonly RULE_set_target_list = 496; - public static readonly RULE_declarecursorstmt = 497; - public static readonly RULE_cursor_name = 498; - public static readonly RULE_cursor_options = 499; - public static readonly RULE_opt_hold = 500; - public static readonly RULE_selectstmt = 501; - public static readonly RULE_select_with_parens = 502; - public static readonly RULE_select_no_parens = 503; - public static readonly RULE_select_clause = 504; - public static readonly RULE_simple_select = 505; - public static readonly RULE_set_operator = 506; - public static readonly RULE_set_operator_with_all_or_distinct = 507; - public static readonly RULE_with_clause = 508; - public static readonly RULE_cte_list = 509; - public static readonly RULE_common_table_expr = 510; - public static readonly RULE_search_cluase = 511; - public static readonly RULE_cycle_cluase = 512; - public static readonly RULE_opt_materialized = 513; - public static readonly RULE_opt_with_clause = 514; - public static readonly RULE_into_clause = 515; - public static readonly RULE_opt_strict = 516; - public static readonly RULE_opttempTableName = 517; - public static readonly RULE_opt_table = 518; - public static readonly RULE_all_or_distinct = 519; - public static readonly RULE_distinct_clause = 520; - public static readonly RULE_opt_all_clause = 521; - public static readonly RULE_opt_sort_clause = 522; - public static readonly RULE_sort_clause = 523; - public static readonly RULE_sortby_list = 524; - public static readonly RULE_sortby = 525; - public static readonly RULE_select_limit = 526; - public static readonly RULE_opt_select_limit = 527; - public static readonly RULE_limit_clause = 528; - public static readonly RULE_fetch_clause = 529; - public static readonly RULE_offset_clause = 530; - public static readonly RULE_select_limit_value = 531; - public static readonly RULE_select_offset_value = 532; - public static readonly RULE_select_fetch_first_value = 533; - public static readonly RULE_i_or_f_const = 534; - public static readonly RULE_row_or_rows = 535; - public static readonly RULE_first_or_next = 536; - public static readonly RULE_group_clause = 537; - public static readonly RULE_group_by_list = 538; - public static readonly RULE_group_by_item = 539; - public static readonly RULE_empty_grouping_set = 540; - public static readonly RULE_rollup_clause = 541; - public static readonly RULE_cube_clause = 542; - public static readonly RULE_grouping_sets_clause = 543; - public static readonly RULE_having_clause = 544; - public static readonly RULE_for_locking_clause = 545; - public static readonly RULE_opt_for_locking_clause = 546; - public static readonly RULE_for_locking_items = 547; - public static readonly RULE_for_locking_item = 548; - public static readonly RULE_for_locking_strength = 549; - public static readonly RULE_locked_rels_list = 550; - public static readonly RULE_values_clause = 551; - public static readonly RULE_from_clause = 552; - public static readonly RULE_from_list = 553; - public static readonly RULE_table_ref = 554; - public static readonly RULE_alias_clause = 555; - public static readonly RULE_opt_alias_clause = 556; - public static readonly RULE_func_alias_clause = 557; - public static readonly RULE_join_type = 558; - public static readonly RULE_join_qual = 559; - public static readonly RULE_relation_expr = 560; - public static readonly RULE_view_relation_expr = 561; - public static readonly RULE_publication_relation_expr = 562; - public static readonly RULE_relation_expr_list = 563; - public static readonly RULE_publication_relation_expr_list = 564; - public static readonly RULE_relation_expr_opt_alias = 565; - public static readonly RULE_tablesample_clause = 566; - public static readonly RULE_opt_repeatable_clause = 567; - public static readonly RULE_func_table = 568; - public static readonly RULE_rowsfrom_item = 569; - public static readonly RULE_rowsfrom_list = 570; - public static readonly RULE_opt_col_def_list = 571; - public static readonly RULE_opt_ordinality = 572; - public static readonly RULE_where_clause = 573; - public static readonly RULE_where_or_current_clause = 574; - public static readonly RULE_opttablefuncelementlist = 575; - public static readonly RULE_tablefuncelementlist = 576; - public static readonly RULE_tablefuncelement = 577; - public static readonly RULE_xmltable = 578; - public static readonly RULE_xmltable_column_list = 579; - public static readonly RULE_xmltable_column_el = 580; - public static readonly RULE_xmltable_column_option_list = 581; - public static readonly RULE_xmltable_column_option_el = 582; - public static readonly RULE_xml_namespace_list = 583; - public static readonly RULE_xml_namespace_el = 584; - public static readonly RULE_typename = 585; - public static readonly RULE_opt_array_bounds = 586; - public static readonly RULE_simpletypename = 587; - public static readonly RULE_consttypename = 588; - public static readonly RULE_generictype = 589; - public static readonly RULE_opt_type_modifiers = 590; - public static readonly RULE_numeric = 591; - public static readonly RULE_opt_float = 592; - public static readonly RULE_bit = 593; - public static readonly RULE_constbit = 594; - public static readonly RULE_bitwithlength = 595; - public static readonly RULE_bitwithoutlength = 596; - public static readonly RULE_character = 597; - public static readonly RULE_constcharacter = 598; - public static readonly RULE_character_c = 599; - public static readonly RULE_opt_varying = 600; - public static readonly RULE_constdatetime = 601; - public static readonly RULE_constinterval = 602; - public static readonly RULE_opt_timezone = 603; - public static readonly RULE_opt_interval = 604; - public static readonly RULE_interval_second = 605; - public static readonly RULE_opt_escape = 606; - public static readonly RULE_a_expr = 607; - public static readonly RULE_a_expr_qual = 608; - public static readonly RULE_a_expr_lessless = 609; - public static readonly RULE_a_expr_or = 610; - public static readonly RULE_a_expr_and = 611; - public static readonly RULE_a_expr_in = 612; - public static readonly RULE_a_expr_unary_not = 613; - public static readonly RULE_a_expr_isnull = 614; - public static readonly RULE_a_expr_is_not = 615; - public static readonly RULE_a_expr_compare = 616; - public static readonly RULE_a_expr_like = 617; - public static readonly RULE_a_expr_qual_op = 618; - public static readonly RULE_a_expr_unary_qualop = 619; - public static readonly RULE_a_expr_add = 620; - public static readonly RULE_a_expr_mul = 621; - public static readonly RULE_a_expr_caret = 622; - public static readonly RULE_a_expr_unary_sign = 623; - public static readonly RULE_a_expr_at_time_zone = 624; - public static readonly RULE_a_expr_collate = 625; - public static readonly RULE_a_expr_typecast = 626; - public static readonly RULE_b_expr = 627; - public static readonly RULE_c_expr = 628; - public static readonly RULE_plsqlvariablename = 629; - public static readonly RULE_func_application = 630; - public static readonly RULE_func_expr = 631; - public static readonly RULE_func_expr_windowless = 632; - public static readonly RULE_func_expr_common_subexpr = 633; - public static readonly RULE_xml_root_version = 634; - public static readonly RULE_opt_xml_root_standalone = 635; - public static readonly RULE_xml_attributes = 636; - public static readonly RULE_xml_attribute_list = 637; - public static readonly RULE_xml_attribute_el = 638; - public static readonly RULE_document_or_content = 639; - public static readonly RULE_xml_whitespace_option = 640; - public static readonly RULE_xmlexists_argument = 641; - public static readonly RULE_xml_passing_mech = 642; - public static readonly RULE_within_group_clause = 643; - public static readonly RULE_filter_clause = 644; - public static readonly RULE_window_clause = 645; - public static readonly RULE_window_definition_list = 646; - public static readonly RULE_window_definition = 647; - public static readonly RULE_over_clause = 648; - public static readonly RULE_window_specification = 649; - public static readonly RULE_opt_existing_window_name = 650; - public static readonly RULE_opt_partition_clause = 651; - public static readonly RULE_opt_frame_clause = 652; - public static readonly RULE_frame_extent = 653; - public static readonly RULE_frame_bound = 654; - public static readonly RULE_opt_window_exclusion_clause = 655; - public static readonly RULE_row = 656; - public static readonly RULE_explicit_row = 657; - public static readonly RULE_implicit_row = 658; - public static readonly RULE_sub_type = 659; - public static readonly RULE_all_op = 660; - public static readonly RULE_mathop = 661; - public static readonly RULE_qual_op = 662; - public static readonly RULE_qual_all_op = 663; - public static readonly RULE_subquery_Op = 664; - public static readonly RULE_expr_list = 665; - public static readonly RULE_column_expr_list_noparen = 666; - public static readonly RULE_column_expr_list = 667; - public static readonly RULE_column_expr = 668; - public static readonly RULE_column_expr_noparen = 669; - public static readonly RULE_func_arg_list = 670; - public static readonly RULE_func_arg_expr = 671; - public static readonly RULE_type_list = 672; - public static readonly RULE_array_expr = 673; - public static readonly RULE_array_expr_list = 674; - public static readonly RULE_extract_list = 675; - public static readonly RULE_extract_arg = 676; - public static readonly RULE_unicode_normal_form = 677; - public static readonly RULE_overlay_list = 678; - public static readonly RULE_position_list = 679; - public static readonly RULE_substr_list = 680; - public static readonly RULE_trim_list = 681; - public static readonly RULE_in_expr = 682; - public static readonly RULE_case_expr = 683; - public static readonly RULE_when_clause_list = 684; - public static readonly RULE_when_clause = 685; - public static readonly RULE_case_default = 686; - public static readonly RULE_case_arg = 687; - public static readonly RULE_columnref = 688; - public static readonly RULE_indirection_el = 689; - public static readonly RULE_opt_slice_bound = 690; - public static readonly RULE_indirection = 691; - public static readonly RULE_opt_indirection = 692; - public static readonly RULE_opt_target_list = 693; - public static readonly RULE_target_list = 694; - public static readonly RULE_target_el = 695; - public static readonly RULE_qualified_name_list = 696; - public static readonly RULE_table_name_list = 697; - public static readonly RULE_schema_name_list = 698; - public static readonly RULE_database_nameList = 699; - public static readonly RULE_procedure_name_list = 700; - public static readonly RULE_tablespace_name_create = 701; - public static readonly RULE_tablespace_name = 702; - public static readonly RULE_table_name_create = 703; - public static readonly RULE_table_name = 704; - public static readonly RULE_view_name_create = 705; - public static readonly RULE_view_name = 706; - public static readonly RULE_qualified_name = 707; - public static readonly RULE_tablespace_name_list = 708; - public static readonly RULE_name_list = 709; - public static readonly RULE_database_name_create = 710; - public static readonly RULE_database_name = 711; - public static readonly RULE_schema_name = 712; - public static readonly RULE_routine_name_create = 713; - public static readonly RULE_routine_name = 714; - public static readonly RULE_procedure_name = 715; - public static readonly RULE_procedure_name_create = 716; - public static readonly RULE_column_name = 717; - public static readonly RULE_column_name_create = 718; - public static readonly RULE_name = 719; - public static readonly RULE_attr_name = 720; - public static readonly RULE_file_name = 721; - public static readonly RULE_function_name_create = 722; - public static readonly RULE_function_name = 723; - public static readonly RULE_usual_name = 724; - public static readonly RULE_aexprconst = 725; - public static readonly RULE_xconst = 726; - public static readonly RULE_bconst = 727; - public static readonly RULE_fconst = 728; - public static readonly RULE_iconst = 729; - public static readonly RULE_sconst = 730; - public static readonly RULE_anysconst = 731; - public static readonly RULE_opt_uescape = 732; - public static readonly RULE_signediconst = 733; - public static readonly RULE_groupname = 734; - public static readonly RULE_roleid = 735; - public static readonly RULE_rolespec = 736; - public static readonly RULE_role_list = 737; - public static readonly RULE_colid = 738; - public static readonly RULE_index_method_choices = 739; - public static readonly RULE_exclude_element = 740; - public static readonly RULE_index_paramenters = 741; - public static readonly RULE_type_function_name = 742; - public static readonly RULE_type_usual_name = 743; - public static readonly RULE_nonreservedword_column = 744; - public static readonly RULE_nonreservedword = 745; - public static readonly RULE_collabel = 746; - public static readonly RULE_identifier = 747; - public static readonly RULE_plsqlidentifier = 748; - public static readonly RULE_unreserved_keyword = 749; - public static readonly RULE_col_name_keyword = 750; - public static readonly RULE_type_func_name_keyword = 751; - public static readonly RULE_reserved_keyword = 752; - public static readonly RULE_pl_function = 753; - public static readonly RULE_comp_options = 754; - public static readonly RULE_comp_option = 755; - public static readonly RULE_sharp = 756; - public static readonly RULE_option_value = 757; - public static readonly RULE_opt_semi = 758; - public static readonly RULE_pl_block = 759; - public static readonly RULE_decl_sect = 760; - public static readonly RULE_decl_start = 761; - public static readonly RULE_decl_stmts = 762; - public static readonly RULE_label_decl = 763; - public static readonly RULE_decl_stmt = 764; - public static readonly RULE_decl_statement = 765; - public static readonly RULE_opt_scrollable = 766; - public static readonly RULE_decl_cursor_query = 767; - public static readonly RULE_decl_cursor_args = 768; - public static readonly RULE_decl_cursor_arglist = 769; - public static readonly RULE_decl_cursor_arg = 770; - public static readonly RULE_decl_is_for = 771; - public static readonly RULE_decl_aliasitem = 772; - public static readonly RULE_decl_varname = 773; - public static readonly RULE_decl_const = 774; - public static readonly RULE_decl_datatype = 775; - public static readonly RULE_decl_collate = 776; - public static readonly RULE_decl_notnull = 777; - public static readonly RULE_decl_defval = 778; - public static readonly RULE_decl_defkey = 779; - public static readonly RULE_assign_operator = 780; - public static readonly RULE_proc_sect = 781; - public static readonly RULE_proc_stmt = 782; - public static readonly RULE_stmt_perform = 783; - public static readonly RULE_stmt_call = 784; - public static readonly RULE_opt_expr_list = 785; - public static readonly RULE_stmt_assign = 786; - public static readonly RULE_stmt_getdiag = 787; - public static readonly RULE_getdiag_area_opt = 788; - public static readonly RULE_getdiag_list = 789; - public static readonly RULE_getdiag_list_item = 790; - public static readonly RULE_getdiag_item = 791; - public static readonly RULE_getdiag_target = 792; - public static readonly RULE_assign_var = 793; - public static readonly RULE_stmt_if = 794; - public static readonly RULE_stmt_elsifs = 795; - public static readonly RULE_stmt_else = 796; - public static readonly RULE_stmt_case = 797; - public static readonly RULE_opt_expr_until_when = 798; - public static readonly RULE_case_when_list = 799; - public static readonly RULE_case_when = 800; - public static readonly RULE_opt_case_else = 801; - public static readonly RULE_stmt_loop = 802; - public static readonly RULE_stmt_while = 803; - public static readonly RULE_stmt_for = 804; - public static readonly RULE_for_control = 805; - public static readonly RULE_opt_for_using_expression = 806; - public static readonly RULE_opt_cursor_parameters = 807; - public static readonly RULE_opt_reverse = 808; - public static readonly RULE_opt_by_expression = 809; - public static readonly RULE_for_variable = 810; - public static readonly RULE_stmt_foreach_a = 811; - public static readonly RULE_foreach_slice = 812; - public static readonly RULE_stmt_exit = 813; - public static readonly RULE_exit_type = 814; - public static readonly RULE_stmt_return = 815; - public static readonly RULE_opt_return_result = 816; - public static readonly RULE_stmt_raise = 817; - public static readonly RULE_opt_stmt_raise_level = 818; - public static readonly RULE_opt_raise_list = 819; - public static readonly RULE_opt_raise_using = 820; - public static readonly RULE_opt_raise_using_elem = 821; - public static readonly RULE_opt_raise_using_elem_list = 822; - public static readonly RULE_stmt_assert = 823; - public static readonly RULE_opt_stmt_assert_message = 824; - public static readonly RULE_loop_body = 825; - public static readonly RULE_stmt_execsql = 826; - public static readonly RULE_stmt_dynexecute = 827; - public static readonly RULE_opt_execute_using = 828; - public static readonly RULE_opt_execute_using_list = 829; - public static readonly RULE_opt_execute_into = 830; - public static readonly RULE_stmt_open = 831; - public static readonly RULE_opt_open_bound_list_item = 832; - public static readonly RULE_opt_open_bound_list = 833; - public static readonly RULE_opt_open_using = 834; - public static readonly RULE_opt_scroll_option = 835; - public static readonly RULE_opt_scroll_option_no = 836; - public static readonly RULE_stmt_fetch = 837; - public static readonly RULE_into_target = 838; - public static readonly RULE_opt_cursor_from = 839; - public static readonly RULE_opt_fetch_direction = 840; - public static readonly RULE_stmt_move = 841; - public static readonly RULE_mergestmt = 842; - public static readonly RULE_data_source = 843; - public static readonly RULE_join_condition = 844; - public static readonly RULE_merge_when_clause = 845; - public static readonly RULE_merge_insert = 846; - public static readonly RULE_merge_update = 847; - public static readonly RULE_default_values_or_values = 848; - public static readonly RULE_exprofdefaultlist = 849; - public static readonly RULE_exprofdefault = 850; - public static readonly RULE_stmt_close = 851; - public static readonly RULE_stmt_null = 852; - public static readonly RULE_stmt_commit = 853; - public static readonly RULE_stmt_rollback = 854; - public static readonly RULE_plsql_opt_transaction_chain = 855; - public static readonly RULE_stmt_set = 856; - public static readonly RULE_cursor_variable = 857; - public static readonly RULE_exception_sect = 858; - public static readonly RULE_proc_exceptions = 859; - public static readonly RULE_proc_exception = 860; - public static readonly RULE_proc_conditions = 861; - public static readonly RULE_proc_condition = 862; - public static readonly RULE_opt_block_label = 863; - public static readonly RULE_opt_loop_label = 864; - public static readonly RULE_opt_label = 865; - public static readonly RULE_opt_exitcond = 866; - public static readonly RULE_any_identifier = 867; - public static readonly RULE_plsql_unreserved_keyword = 868; - public static readonly RULE_sql_expression = 869; - public static readonly RULE_expr_until_then = 870; - public static readonly RULE_expr_until_semi = 871; - public static readonly RULE_expr_until_rightbracket = 872; - public static readonly RULE_expr_until_loop = 873; - public static readonly RULE_make_execsql_stmt = 874; - public static readonly RULE_opt_returning_clause_into = 875; + public static readonly RULE_create_table_clause = 95; + public static readonly RULE_optdistributed = 96; + public static readonly RULE_opttemp = 97; + public static readonly RULE_table_column_list = 98; + public static readonly RULE_opttableelementlist = 99; + public static readonly RULE_opttypedtableelementlist = 100; + public static readonly RULE_tableelementlist = 101; + public static readonly RULE_typedtableelementlist = 102; + public static readonly RULE_tableelement = 103; + public static readonly RULE_typedtableelement = 104; + public static readonly RULE_column_def = 105; + public static readonly RULE_compressionCluase = 106; + public static readonly RULE_storageCluase = 107; + public static readonly RULE_columnOptions = 108; + public static readonly RULE_colquallist = 109; + public static readonly RULE_colconstraint = 110; + public static readonly RULE_colconstraintelem = 111; + public static readonly RULE_nulls_distinct = 112; + public static readonly RULE_generated_when = 113; + public static readonly RULE_deferrable_trigger = 114; + public static readonly RULE_initially_trigger = 115; + public static readonly RULE_tablelikeclause = 116; + public static readonly RULE_tablelikeoptionlist = 117; + public static readonly RULE_tablelikeoption = 118; + public static readonly RULE_tableconstraint = 119; + public static readonly RULE_constraintelem = 120; + public static readonly RULE_opt_no_inherit = 121; + public static readonly RULE_opt_column_list = 122; + public static readonly RULE_opt_column_list_create = 123; + public static readonly RULE_column_list = 124; + public static readonly RULE_column_list_create = 125; + public static readonly RULE_opt_c_include = 126; + public static readonly RULE_key_match = 127; + public static readonly RULE_exclusionconstraintlist = 128; + public static readonly RULE_exclusionconstraintelem = 129; + public static readonly RULE_exclusionwhereclause = 130; + public static readonly RULE_key_actions = 131; + public static readonly RULE_key_update = 132; + public static readonly RULE_key_delete = 133; + public static readonly RULE_key_action = 134; + public static readonly RULE_optinherit = 135; + public static readonly RULE_optpartitionspec = 136; + public static readonly RULE_partitionspec = 137; + public static readonly RULE_part_params = 138; + public static readonly RULE_part_elem = 139; + public static readonly RULE_table_access_method_clause = 140; + public static readonly RULE_optwith = 141; + public static readonly RULE_oncommitoption = 142; + public static readonly RULE_opttablespace = 143; + public static readonly RULE_index_paramenters_create = 144; + public static readonly RULE_optconstablespace = 145; + public static readonly RULE_existingindex = 146; + public static readonly RULE_createstatsstmt = 147; + public static readonly RULE_alterstatsstmt = 148; + public static readonly RULE_createasstmt = 149; + public static readonly RULE_create_as_target = 150; + public static readonly RULE_opt_with_data = 151; + public static readonly RULE_creatematviewstmt = 152; + public static readonly RULE_create_mv_target = 153; + public static readonly RULE_optnolog = 154; + public static readonly RULE_refreshmatviewstmt = 155; + public static readonly RULE_createseqstmt = 156; + public static readonly RULE_alterseqstmt = 157; + public static readonly RULE_optseqoptlist = 158; + public static readonly RULE_optparenthesizedseqoptlist = 159; + public static readonly RULE_seqoptlist = 160; + public static readonly RULE_seqoptelem = 161; + public static readonly RULE_opt_by = 162; + public static readonly RULE_numericonly = 163; + public static readonly RULE_numericonly_list = 164; + public static readonly RULE_createplangstmt = 165; + public static readonly RULE_opt_trusted = 166; + public static readonly RULE_handler_name = 167; + public static readonly RULE_opt_inline_handler = 168; + public static readonly RULE_validator_clause = 169; + public static readonly RULE_opt_validator = 170; + public static readonly RULE_opt_procedural = 171; + public static readonly RULE_createtablespacestmt = 172; + public static readonly RULE_opttablespaceowner = 173; + public static readonly RULE_createextensionstmt = 174; + public static readonly RULE_create_extension_opt_list = 175; + public static readonly RULE_create_extension_opt_item = 176; + public static readonly RULE_alterextensionstmt = 177; + public static readonly RULE_alter_extension_opt_list = 178; + public static readonly RULE_alter_extension_opt_item = 179; + public static readonly RULE_alterextensioncontentsstmt = 180; + public static readonly RULE_createfdwstmt = 181; + public static readonly RULE_fdw_option = 182; + public static readonly RULE_fdw_options = 183; + public static readonly RULE_opt_fdw_options = 184; + public static readonly RULE_alterfdwstmt = 185; + public static readonly RULE_create_generic_options = 186; + public static readonly RULE_generic_option_list = 187; + public static readonly RULE_alter_generic_options = 188; + public static readonly RULE_alter_generic_option_list = 189; + public static readonly RULE_alter_generic_option_elem = 190; + public static readonly RULE_generic_option_elem = 191; + public static readonly RULE_generic_option_name = 192; + public static readonly RULE_generic_option_arg = 193; + public static readonly RULE_createforeignserverstmt = 194; + public static readonly RULE_opt_type = 195; + public static readonly RULE_foreign_server_version = 196; + public static readonly RULE_opt_foreign_server_version = 197; + public static readonly RULE_alterforeignserverstmt = 198; + public static readonly RULE_createforeigntablestmt = 199; + public static readonly RULE_importforeignschemastmt = 200; + public static readonly RULE_import_qualification_type = 201; + public static readonly RULE_import_qualification = 202; + public static readonly RULE_createusermappingstmt = 203; + public static readonly RULE_auth_ident = 204; + public static readonly RULE_alterusermappingstmt = 205; + public static readonly RULE_createpolicystmt = 206; + public static readonly RULE_alterpolicystmt = 207; + public static readonly RULE_alterprocedurestmt = 208; + public static readonly RULE_procedure_cluase = 209; + public static readonly RULE_procedure_action = 210; + public static readonly RULE_rowsecurityoptionalexpr = 211; + public static readonly RULE_rowsecurityoptionalwithcheck = 212; + public static readonly RULE_rowsecuritydefaulttorole = 213; + public static readonly RULE_rowsecurityoptionaltorole = 214; + public static readonly RULE_rowsecuritydefaultpermissive = 215; + public static readonly RULE_rowsecuritydefaultforcmd = 216; + public static readonly RULE_row_security_cmd = 217; + public static readonly RULE_createamstmt = 218; + public static readonly RULE_am_type = 219; + public static readonly RULE_createtrigstmt = 220; + public static readonly RULE_triggeractiontime = 221; + public static readonly RULE_foreachrow = 222; + public static readonly RULE_roworstatment = 223; + public static readonly RULE_triggerevents = 224; + public static readonly RULE_triggeroneevent = 225; + public static readonly RULE_triggerreferencing = 226; + public static readonly RULE_triggertransitions = 227; + public static readonly RULE_triggertransition = 228; + public static readonly RULE_transitionoldornew = 229; + public static readonly RULE_transitionrowortable = 230; + public static readonly RULE_transitionrelname = 231; + public static readonly RULE_triggerforspec = 232; + public static readonly RULE_triggerforopteach = 233; + public static readonly RULE_triggerfortype = 234; + public static readonly RULE_triggerwhen = 235; + public static readonly RULE_function_or_procedure = 236; + public static readonly RULE_triggerfuncargs = 237; + public static readonly RULE_triggerfuncarg = 238; + public static readonly RULE_optconstrfromtable = 239; + public static readonly RULE_constraintattributespec = 240; + public static readonly RULE_constraintattributeElem = 241; + public static readonly RULE_createeventtrigstmt = 242; + public static readonly RULE_event_trigger_when_list = 243; + public static readonly RULE_event_trigger_when_item = 244; + public static readonly RULE_event_trigger_value_list = 245; + public static readonly RULE_altereventtrigstmt = 246; + public static readonly RULE_enable_trigger = 247; + public static readonly RULE_createassertionstmt = 248; + public static readonly RULE_definestmt = 249; + public static readonly RULE_definition = 250; + public static readonly RULE_def_list = 251; + public static readonly RULE_def_elem = 252; + public static readonly RULE_def_arg = 253; + public static readonly RULE_old_aggr_definition = 254; + public static readonly RULE_old_aggr_list = 255; + public static readonly RULE_old_aggr_elem = 256; + public static readonly RULE_opt_enum_val_list = 257; + public static readonly RULE_enum_val_list = 258; + public static readonly RULE_alterenumstmt = 259; + public static readonly RULE_opt_if_not_exists = 260; + public static readonly RULE_createopclassstmt = 261; + public static readonly RULE_opclass_item_list = 262; + public static readonly RULE_opclass_item = 263; + public static readonly RULE_opt_default = 264; + public static readonly RULE_opt_opfamily = 265; + public static readonly RULE_opclass_purpose = 266; + public static readonly RULE_opt_recheck = 267; + public static readonly RULE_createopfamilystmt = 268; + public static readonly RULE_alteropfamilystmt = 269; + public static readonly RULE_opclass_drop_list = 270; + public static readonly RULE_opclass_drop = 271; + public static readonly RULE_reassignownedstmt = 272; + public static readonly RULE_dropstmt = 273; + public static readonly RULE_view_nameList = 274; + public static readonly RULE_object_type_any_name = 275; + public static readonly RULE_object_type_name = 276; + public static readonly RULE_object_type_name_on_any_name = 277; + public static readonly RULE_any_name_list = 278; + public static readonly RULE_relation_column_name = 279; + public static readonly RULE_relation_name = 280; + public static readonly RULE_any_name = 281; + public static readonly RULE_attrs = 282; + public static readonly RULE_type_name_list = 283; + public static readonly RULE_truncatestmt = 284; + public static readonly RULE_truncate_table = 285; + public static readonly RULE_commentstmt = 286; + public static readonly RULE_comment_text = 287; + public static readonly RULE_seclabelstmt = 288; + public static readonly RULE_opt_provider = 289; + public static readonly RULE_security_label = 290; + public static readonly RULE_fetchstmt = 291; + public static readonly RULE_fetch_args = 292; + public static readonly RULE_from_in = 293; + public static readonly RULE_opt_from_in = 294; + public static readonly RULE_grantstmt = 295; + public static readonly RULE_revokestmt = 296; + public static readonly RULE_privileges = 297; + public static readonly RULE_beforeprivilegeselectlist = 298; + public static readonly RULE_beforeprivilegeselect = 299; + public static readonly RULE_privilege_list = 300; + public static readonly RULE_privilege = 301; + public static readonly RULE_privilege_target = 302; + public static readonly RULE_grantee_list = 303; + public static readonly RULE_grantee = 304; + public static readonly RULE_opt_grant_grant_option = 305; + public static readonly RULE_grantrolestmt = 306; + public static readonly RULE_revokerolestmt = 307; + public static readonly RULE_opt_grant_admin_option = 308; + public static readonly RULE_opt_granted_by = 309; + public static readonly RULE_alterdefaultprivilegesstmt = 310; + public static readonly RULE_defacloptionlist = 311; + public static readonly RULE_defacloption = 312; + public static readonly RULE_defaclaction = 313; + public static readonly RULE_defacl_privilege_target = 314; + public static readonly RULE_indexstmt = 315; + public static readonly RULE_opt_unique = 316; + public static readonly RULE_opt_concurrently = 317; + public static readonly RULE_opt_index_name = 318; + public static readonly RULE_access_method_clause = 319; + public static readonly RULE_index_params = 320; + public static readonly RULE_index_elem_options = 321; + public static readonly RULE_index_elem = 322; + public static readonly RULE_opt_include = 323; + public static readonly RULE_index_including_params = 324; + public static readonly RULE_opt_collate = 325; + public static readonly RULE_opt_class = 326; + public static readonly RULE_opt_asc_desc = 327; + public static readonly RULE_opt_nulls_order = 328; + public static readonly RULE_createfunctionstmt = 329; + public static readonly RULE_attrilist = 330; + public static readonly RULE_opt_or_replace = 331; + public static readonly RULE_func_args = 332; + public static readonly RULE_func_args_list = 333; + public static readonly RULE_routine_with_argtypes_list = 334; + public static readonly RULE_routine_with_argtypes = 335; + public static readonly RULE_procedure_with_argtypes_list = 336; + public static readonly RULE_procedure_with_argtypes = 337; + public static readonly RULE_function_with_argtypes_list = 338; + public static readonly RULE_function_with_argtypes = 339; + public static readonly RULE_func_args_with_defaults = 340; + public static readonly RULE_func_args_with_defaults_list = 341; + public static readonly RULE_func_arg = 342; + public static readonly RULE_arg_class = 343; + public static readonly RULE_param_name = 344; + public static readonly RULE_func_return = 345; + public static readonly RULE_func_type = 346; + public static readonly RULE_func_arg_with_default = 347; + public static readonly RULE_aggr_arg = 348; + public static readonly RULE_aggr_args = 349; + public static readonly RULE_aggr_args_list = 350; + public static readonly RULE_aggregate_with_argtypes = 351; + public static readonly RULE_aggregate_with_argtypes_list = 352; + public static readonly RULE_createfunc_opt_list = 353; + public static readonly RULE_common_func_opt_item = 354; + public static readonly RULE_createfunc_opt_item = 355; + public static readonly RULE_transform_type_list = 356; + public static readonly RULE_opt_definition = 357; + public static readonly RULE_table_func_column = 358; + public static readonly RULE_table_func_column_list = 359; + public static readonly RULE_alterfunctionstmt = 360; + public static readonly RULE_alterFunctionTypeClause = 361; + public static readonly RULE_alterfunc_opt_list = 362; + public static readonly RULE_opt_restrict = 363; + public static readonly RULE_removefuncstmt = 364; + public static readonly RULE_removeaggrstmt = 365; + public static readonly RULE_removeoperstmt = 366; + public static readonly RULE_oper_argtypes = 367; + public static readonly RULE_any_operator = 368; + public static readonly RULE_operator_with_argtypes_list = 369; + public static readonly RULE_operator_with_argtypes = 370; + public static readonly RULE_dostmt = 371; + public static readonly RULE_dostmt_opt_list = 372; + public static readonly RULE_dostmt_opt_item = 373; + public static readonly RULE_createcaststmt = 374; + public static readonly RULE_cast_context = 375; + public static readonly RULE_opt_if_exists = 376; + public static readonly RULE_createtransformstmt = 377; + public static readonly RULE_transform_element_list = 378; + public static readonly RULE_reindexstmt = 379; + public static readonly RULE_reindex_target_type = 380; + public static readonly RULE_reindex_target_multitable = 381; + public static readonly RULE_reindex_option_list = 382; + public static readonly RULE_reindex_option_elem = 383; + public static readonly RULE_altertblspcstmt = 384; + public static readonly RULE_renamestmt = 385; + public static readonly RULE_opt_set_data = 386; + public static readonly RULE_alterobjectdependsstmt = 387; + public static readonly RULE_opt_no = 388; + public static readonly RULE_alterobjectschemastmt = 389; + public static readonly RULE_alteroperatorstmt = 390; + public static readonly RULE_operator_def_list = 391; + public static readonly RULE_operator_def_elem = 392; + public static readonly RULE_operator_def_arg = 393; + public static readonly RULE_altertypestmt = 394; + public static readonly RULE_alterownerstmt = 395; + public static readonly RULE_createpublicationstmt = 396; + public static readonly RULE_opt_publication_for_tables = 397; + public static readonly RULE_publication_for_tables = 398; + public static readonly RULE_alterpublicationstmt = 399; + public static readonly RULE_createsubscriptionstmt = 400; + public static readonly RULE_publication_name_list = 401; + public static readonly RULE_publication_name_item = 402; + public static readonly RULE_altersubscriptionstmt = 403; + public static readonly RULE_rulestmt = 404; + public static readonly RULE_ruleactionlist = 405; + public static readonly RULE_ruleactionmulti = 406; + public static readonly RULE_ruleactionstmt = 407; + public static readonly RULE_ruleactionstmtOrEmpty = 408; + public static readonly RULE_event = 409; + public static readonly RULE_opt_instead = 410; + public static readonly RULE_notifystmt = 411; + public static readonly RULE_notify_payload = 412; + public static readonly RULE_listenstmt = 413; + public static readonly RULE_unlistenstmt = 414; + public static readonly RULE_transactionstmt = 415; + public static readonly RULE_opt_transaction = 416; + public static readonly RULE_transaction_mode_item = 417; + public static readonly RULE_transaction_mode_list = 418; + public static readonly RULE_transaction_mode_list_or_empty = 419; + public static readonly RULE_opt_transaction_chain = 420; + public static readonly RULE_viewstmt = 421; + public static readonly RULE_opt_check_option = 422; + public static readonly RULE_loadstmt = 423; + public static readonly RULE_createdbstmt = 424; + public static readonly RULE_createdb_opt_list = 425; + public static readonly RULE_createdb_opt_items = 426; + public static readonly RULE_createdb_opt_item = 427; + public static readonly RULE_createdb_opt_name = 428; + public static readonly RULE_opt_equal = 429; + public static readonly RULE_alterdatabasestmt = 430; + public static readonly RULE_alterdatabasesetstmt = 431; + public static readonly RULE_drop_option_list = 432; + public static readonly RULE_drop_option = 433; + public static readonly RULE_altercollationstmt = 434; + public static readonly RULE_altersystemstmt = 435; + public static readonly RULE_createdomainstmt = 436; + public static readonly RULE_alterdomainstmt = 437; + public static readonly RULE_opt_as = 438; + public static readonly RULE_altertsdictionarystmt = 439; + public static readonly RULE_altertsconfigurationstmt = 440; + public static readonly RULE_any_with = 441; + public static readonly RULE_createconversionstmt = 442; + public static readonly RULE_clusterstmt = 443; + public static readonly RULE_opt_verbose_list = 444; + public static readonly RULE_cluster_index_specification = 445; + public static readonly RULE_vacuumstmt = 446; + public static readonly RULE_analyzestmt = 447; + public static readonly RULE_vac_analyze_option_list = 448; + public static readonly RULE_analyze_keyword = 449; + public static readonly RULE_vac_analyze_option_elem = 450; + public static readonly RULE_vac_analyze_option_name = 451; + public static readonly RULE_vac_analyze_option_arg = 452; + public static readonly RULE_opt_analyze = 453; + public static readonly RULE_analyze_options_list = 454; + public static readonly RULE_analyze_option_elem = 455; + public static readonly RULE_opt_verbose = 456; + public static readonly RULE_opt_skiplock = 457; + public static readonly RULE_opt_buffer_usage_limit = 458; + public static readonly RULE_opt_full = 459; + public static readonly RULE_opt_freeze = 460; + public static readonly RULE_opt_name_list = 461; + public static readonly RULE_vacuum_relation = 462; + public static readonly RULE_vacuum_relation_list = 463; + public static readonly RULE_opt_vacuum_relation_list = 464; + public static readonly RULE_explainstmt = 465; + public static readonly RULE_explainablestmt = 466; + public static readonly RULE_explain_option_list = 467; + public static readonly RULE_explain_option_elem = 468; + public static readonly RULE_explain_option_name = 469; + public static readonly RULE_explain_option_arg = 470; + public static readonly RULE_preparestmt = 471; + public static readonly RULE_prep_type_clause = 472; + public static readonly RULE_preparablestmt = 473; + public static readonly RULE_executestmt = 474; + public static readonly RULE_execute_param_clause = 475; + public static readonly RULE_deallocatestmt = 476; + public static readonly RULE_insertstmt = 477; + public static readonly RULE_insert_target = 478; + public static readonly RULE_insert_rest = 479; + public static readonly RULE_override_kind = 480; + public static readonly RULE_insert_column_list = 481; + public static readonly RULE_insert_column_item = 482; + public static readonly RULE_opt_on_conflict = 483; + public static readonly RULE_opt_conf_expr = 484; + public static readonly RULE_returning_clause = 485; + public static readonly RULE_deletestmt = 486; + public static readonly RULE_using_clause = 487; + public static readonly RULE_lockstmt = 488; + public static readonly RULE_opt_lock = 489; + public static readonly RULE_lock_type = 490; + public static readonly RULE_opt_nowait = 491; + public static readonly RULE_opt_nowait_or_skip = 492; + public static readonly RULE_updatestmt = 493; + public static readonly RULE_set_clause_list = 494; + public static readonly RULE_set_clause = 495; + public static readonly RULE_set_target = 496; + public static readonly RULE_set_target_list = 497; + public static readonly RULE_declarecursorstmt = 498; + public static readonly RULE_cursor_name = 499; + public static readonly RULE_cursor_options = 500; + public static readonly RULE_opt_hold = 501; + public static readonly RULE_selectstmt = 502; + public static readonly RULE_select_with_parens = 503; + public static readonly RULE_select_no_parens = 504; + public static readonly RULE_select_clause = 505; + public static readonly RULE_simple_select = 506; + public static readonly RULE_set_operator = 507; + public static readonly RULE_set_operator_with_all_or_distinct = 508; + public static readonly RULE_with_clause = 509; + public static readonly RULE_cte_list = 510; + public static readonly RULE_common_table_expr = 511; + public static readonly RULE_search_cluase = 512; + public static readonly RULE_cycle_cluase = 513; + public static readonly RULE_opt_materialized = 514; + public static readonly RULE_opt_with_clause = 515; + public static readonly RULE_into_clause = 516; + public static readonly RULE_opt_strict = 517; + public static readonly RULE_opttempTableName = 518; + public static readonly RULE_opt_table = 519; + public static readonly RULE_all_or_distinct = 520; + public static readonly RULE_distinct_clause = 521; + public static readonly RULE_opt_all_clause = 522; + public static readonly RULE_opt_sort_clause = 523; + public static readonly RULE_sort_clause = 524; + public static readonly RULE_sortby_list = 525; + public static readonly RULE_sortby = 526; + public static readonly RULE_select_limit = 527; + public static readonly RULE_opt_select_limit = 528; + public static readonly RULE_limit_clause = 529; + public static readonly RULE_fetch_clause = 530; + public static readonly RULE_offset_clause = 531; + public static readonly RULE_select_limit_value = 532; + public static readonly RULE_select_offset_value = 533; + public static readonly RULE_select_fetch_first_value = 534; + public static readonly RULE_i_or_f_const = 535; + public static readonly RULE_row_or_rows = 536; + public static readonly RULE_first_or_next = 537; + public static readonly RULE_group_clause = 538; + public static readonly RULE_group_by_list = 539; + public static readonly RULE_group_by_item = 540; + public static readonly RULE_empty_grouping_set = 541; + public static readonly RULE_rollup_clause = 542; + public static readonly RULE_cube_clause = 543; + public static readonly RULE_grouping_sets_clause = 544; + public static readonly RULE_having_clause = 545; + public static readonly RULE_for_locking_clause = 546; + public static readonly RULE_opt_for_locking_clause = 547; + public static readonly RULE_for_locking_items = 548; + public static readonly RULE_for_locking_item = 549; + public static readonly RULE_for_locking_strength = 550; + public static readonly RULE_locked_rels_list = 551; + public static readonly RULE_values_clause = 552; + public static readonly RULE_from_clause = 553; + public static readonly RULE_from_list = 554; + public static readonly RULE_table_ref = 555; + public static readonly RULE_alias_clause = 556; + public static readonly RULE_opt_alias_clause = 557; + public static readonly RULE_func_alias_clause = 558; + public static readonly RULE_join_type = 559; + public static readonly RULE_join_qual = 560; + public static readonly RULE_relation_expr = 561; + public static readonly RULE_view_relation_expr = 562; + public static readonly RULE_publication_relation_expr = 563; + public static readonly RULE_relation_expr_list = 564; + public static readonly RULE_publication_relation_expr_list = 565; + public static readonly RULE_relation_expr_opt_alias = 566; + public static readonly RULE_tablesample_clause = 567; + public static readonly RULE_opt_repeatable_clause = 568; + public static readonly RULE_func_table = 569; + public static readonly RULE_rowsfrom_item = 570; + public static readonly RULE_rowsfrom_list = 571; + public static readonly RULE_opt_col_def_list = 572; + public static readonly RULE_opt_ordinality = 573; + public static readonly RULE_where_clause = 574; + public static readonly RULE_where_or_current_clause = 575; + public static readonly RULE_opttablefuncelementlist = 576; + public static readonly RULE_tablefuncelementlist = 577; + public static readonly RULE_tablefuncelement = 578; + public static readonly RULE_xmltable = 579; + public static readonly RULE_xmltable_column_list = 580; + public static readonly RULE_xmltable_column_el = 581; + public static readonly RULE_xmltable_column_option_list = 582; + public static readonly RULE_xmltable_column_option_el = 583; + public static readonly RULE_xml_namespace_list = 584; + public static readonly RULE_xml_namespace_el = 585; + public static readonly RULE_typename = 586; + public static readonly RULE_opt_array_bounds = 587; + public static readonly RULE_simpletypename = 588; + public static readonly RULE_consttypename = 589; + public static readonly RULE_generictype = 590; + public static readonly RULE_opt_type_modifiers = 591; + public static readonly RULE_numeric = 592; + public static readonly RULE_opt_float = 593; + public static readonly RULE_bit = 594; + public static readonly RULE_constbit = 595; + public static readonly RULE_bitwithlength = 596; + public static readonly RULE_bitwithoutlength = 597; + public static readonly RULE_character = 598; + public static readonly RULE_constcharacter = 599; + public static readonly RULE_character_c = 600; + public static readonly RULE_opt_varying = 601; + public static readonly RULE_constdatetime = 602; + public static readonly RULE_constinterval = 603; + public static readonly RULE_opt_timezone = 604; + public static readonly RULE_opt_interval = 605; + public static readonly RULE_interval_second = 606; + public static readonly RULE_opt_escape = 607; + public static readonly RULE_a_expr = 608; + public static readonly RULE_a_expr_qual = 609; + public static readonly RULE_a_expr_lessless = 610; + public static readonly RULE_a_expr_or = 611; + public static readonly RULE_a_expr_and = 612; + public static readonly RULE_a_expr_in = 613; + public static readonly RULE_a_expr_unary_not = 614; + public static readonly RULE_a_expr_isnull = 615; + public static readonly RULE_a_expr_is_not = 616; + public static readonly RULE_a_expr_compare = 617; + public static readonly RULE_a_expr_like = 618; + public static readonly RULE_a_expr_qual_op = 619; + public static readonly RULE_a_expr_unary_qualop = 620; + public static readonly RULE_a_expr_add = 621; + public static readonly RULE_a_expr_mul = 622; + public static readonly RULE_a_expr_caret = 623; + public static readonly RULE_a_expr_unary_sign = 624; + public static readonly RULE_a_expr_at_time_zone = 625; + public static readonly RULE_a_expr_collate = 626; + public static readonly RULE_a_expr_typecast = 627; + public static readonly RULE_b_expr = 628; + public static readonly RULE_c_expr = 629; + public static readonly RULE_plsqlvariablename = 630; + public static readonly RULE_func_application = 631; + public static readonly RULE_func_expr = 632; + public static readonly RULE_func_expr_windowless = 633; + public static readonly RULE_func_expr_common_subexpr = 634; + public static readonly RULE_xml_root_version = 635; + public static readonly RULE_opt_xml_root_standalone = 636; + public static readonly RULE_xml_attributes = 637; + public static readonly RULE_xml_attribute_list = 638; + public static readonly RULE_xml_attribute_el = 639; + public static readonly RULE_document_or_content = 640; + public static readonly RULE_xml_whitespace_option = 641; + public static readonly RULE_xmlexists_argument = 642; + public static readonly RULE_xml_passing_mech = 643; + public static readonly RULE_within_group_clause = 644; + public static readonly RULE_filter_clause = 645; + public static readonly RULE_window_clause = 646; + public static readonly RULE_window_definition_list = 647; + public static readonly RULE_window_definition = 648; + public static readonly RULE_over_clause = 649; + public static readonly RULE_window_specification = 650; + public static readonly RULE_opt_existing_window_name = 651; + public static readonly RULE_opt_partition_clause = 652; + public static readonly RULE_opt_frame_clause = 653; + public static readonly RULE_frame_extent = 654; + public static readonly RULE_frame_bound = 655; + public static readonly RULE_opt_window_exclusion_clause = 656; + public static readonly RULE_row = 657; + public static readonly RULE_explicit_row = 658; + public static readonly RULE_implicit_row = 659; + public static readonly RULE_sub_type = 660; + public static readonly RULE_all_op = 661; + public static readonly RULE_mathop = 662; + public static readonly RULE_qual_op = 663; + public static readonly RULE_qual_all_op = 664; + public static readonly RULE_subquery_Op = 665; + public static readonly RULE_expr_list = 666; + public static readonly RULE_column_expr_list_noparen = 667; + public static readonly RULE_column_expr_list = 668; + public static readonly RULE_column_expr = 669; + public static readonly RULE_column_expr_noparen = 670; + public static readonly RULE_func_arg_list = 671; + public static readonly RULE_func_arg_expr = 672; + public static readonly RULE_type_list = 673; + public static readonly RULE_array_expr = 674; + public static readonly RULE_array_expr_list = 675; + public static readonly RULE_extract_list = 676; + public static readonly RULE_extract_arg = 677; + public static readonly RULE_unicode_normal_form = 678; + public static readonly RULE_overlay_list = 679; + public static readonly RULE_position_list = 680; + public static readonly RULE_substr_list = 681; + public static readonly RULE_trim_list = 682; + public static readonly RULE_in_expr = 683; + public static readonly RULE_case_expr = 684; + public static readonly RULE_when_clause_list = 685; + public static readonly RULE_when_clause = 686; + public static readonly RULE_case_default = 687; + public static readonly RULE_case_arg = 688; + public static readonly RULE_columnref = 689; + public static readonly RULE_indirection_el = 690; + public static readonly RULE_opt_slice_bound = 691; + public static readonly RULE_indirection = 692; + public static readonly RULE_opt_indirection = 693; + public static readonly RULE_opt_target_list = 694; + public static readonly RULE_target_list = 695; + public static readonly RULE_target_el = 696; + public static readonly RULE_qualified_name_list = 697; + public static readonly RULE_table_name_list = 698; + public static readonly RULE_schema_name_list = 699; + public static readonly RULE_database_nameList = 700; + public static readonly RULE_procedure_name_list = 701; + public static readonly RULE_tablespace_name_create = 702; + public static readonly RULE_tablespace_name = 703; + public static readonly RULE_table_name_create = 704; + public static readonly RULE_table_name = 705; + public static readonly RULE_view_name_create = 706; + public static readonly RULE_view_name = 707; + public static readonly RULE_qualified_name = 708; + public static readonly RULE_tablespace_name_list = 709; + public static readonly RULE_name_list = 710; + public static readonly RULE_database_name_create = 711; + public static readonly RULE_database_name = 712; + public static readonly RULE_schema_name = 713; + public static readonly RULE_routine_name_create = 714; + public static readonly RULE_routine_name = 715; + public static readonly RULE_procedure_name = 716; + public static readonly RULE_procedure_name_create = 717; + public static readonly RULE_column_name = 718; + public static readonly RULE_column_name_create = 719; + public static readonly RULE_name = 720; + public static readonly RULE_attr_name = 721; + public static readonly RULE_file_name = 722; + public static readonly RULE_function_name_create = 723; + public static readonly RULE_function_name = 724; + public static readonly RULE_usual_name = 725; + public static readonly RULE_aexprconst = 726; + public static readonly RULE_xconst = 727; + public static readonly RULE_bconst = 728; + public static readonly RULE_fconst = 729; + public static readonly RULE_iconst = 730; + public static readonly RULE_sconst = 731; + public static readonly RULE_anysconst = 732; + public static readonly RULE_opt_uescape = 733; + public static readonly RULE_signediconst = 734; + public static readonly RULE_groupname = 735; + public static readonly RULE_roleid = 736; + public static readonly RULE_rolespec = 737; + public static readonly RULE_role_list = 738; + public static readonly RULE_colid = 739; + public static readonly RULE_index_method_choices = 740; + public static readonly RULE_exclude_element = 741; + public static readonly RULE_index_paramenters = 742; + public static readonly RULE_type_function_name = 743; + public static readonly RULE_type_usual_name = 744; + public static readonly RULE_nonreservedword_column = 745; + public static readonly RULE_nonreservedword = 746; + public static readonly RULE_collabel = 747; + public static readonly RULE_identifier = 748; + public static readonly RULE_plsqlidentifier = 749; + public static readonly RULE_unreserved_keyword = 750; + public static readonly RULE_col_name_keyword = 751; + public static readonly RULE_type_func_name_keyword = 752; + public static readonly RULE_reserved_keyword = 753; + public static readonly RULE_pl_function = 754; + public static readonly RULE_comp_options = 755; + public static readonly RULE_comp_option = 756; + public static readonly RULE_sharp = 757; + public static readonly RULE_option_value = 758; + public static readonly RULE_opt_semi = 759; + public static readonly RULE_pl_block = 760; + public static readonly RULE_decl_sect = 761; + public static readonly RULE_decl_start = 762; + public static readonly RULE_decl_stmts = 763; + public static readonly RULE_label_decl = 764; + public static readonly RULE_decl_stmt = 765; + public static readonly RULE_decl_statement = 766; + public static readonly RULE_opt_scrollable = 767; + public static readonly RULE_decl_cursor_query = 768; + public static readonly RULE_decl_cursor_args = 769; + public static readonly RULE_decl_cursor_arglist = 770; + public static readonly RULE_decl_cursor_arg = 771; + public static readonly RULE_decl_is_for = 772; + public static readonly RULE_decl_aliasitem = 773; + public static readonly RULE_decl_varname = 774; + public static readonly RULE_decl_const = 775; + public static readonly RULE_decl_datatype = 776; + public static readonly RULE_decl_collate = 777; + public static readonly RULE_decl_notnull = 778; + public static readonly RULE_decl_defval = 779; + public static readonly RULE_decl_defkey = 780; + public static readonly RULE_assign_operator = 781; + public static readonly RULE_proc_sect = 782; + public static readonly RULE_proc_stmt = 783; + public static readonly RULE_stmt_perform = 784; + public static readonly RULE_stmt_call = 785; + public static readonly RULE_opt_expr_list = 786; + public static readonly RULE_stmt_assign = 787; + public static readonly RULE_stmt_getdiag = 788; + public static readonly RULE_getdiag_area_opt = 789; + public static readonly RULE_getdiag_list = 790; + public static readonly RULE_getdiag_list_item = 791; + public static readonly RULE_getdiag_item = 792; + public static readonly RULE_getdiag_target = 793; + public static readonly RULE_assign_var = 794; + public static readonly RULE_stmt_if = 795; + public static readonly RULE_stmt_elsifs = 796; + public static readonly RULE_stmt_else = 797; + public static readonly RULE_stmt_case = 798; + public static readonly RULE_opt_expr_until_when = 799; + public static readonly RULE_case_when_list = 800; + public static readonly RULE_case_when = 801; + public static readonly RULE_opt_case_else = 802; + public static readonly RULE_stmt_loop = 803; + public static readonly RULE_stmt_while = 804; + public static readonly RULE_stmt_for = 805; + public static readonly RULE_for_control = 806; + public static readonly RULE_opt_for_using_expression = 807; + public static readonly RULE_opt_cursor_parameters = 808; + public static readonly RULE_opt_reverse = 809; + public static readonly RULE_opt_by_expression = 810; + public static readonly RULE_for_variable = 811; + public static readonly RULE_stmt_foreach_a = 812; + public static readonly RULE_foreach_slice = 813; + public static readonly RULE_stmt_exit = 814; + public static readonly RULE_exit_type = 815; + public static readonly RULE_stmt_return = 816; + public static readonly RULE_opt_return_result = 817; + public static readonly RULE_stmt_raise = 818; + public static readonly RULE_opt_stmt_raise_level = 819; + public static readonly RULE_opt_raise_list = 820; + public static readonly RULE_opt_raise_using = 821; + public static readonly RULE_opt_raise_using_elem = 822; + public static readonly RULE_opt_raise_using_elem_list = 823; + public static readonly RULE_stmt_assert = 824; + public static readonly RULE_opt_stmt_assert_message = 825; + public static readonly RULE_loop_body = 826; + public static readonly RULE_stmt_execsql = 827; + public static readonly RULE_stmt_dynexecute = 828; + public static readonly RULE_opt_execute_using = 829; + public static readonly RULE_opt_execute_using_list = 830; + public static readonly RULE_opt_execute_into = 831; + public static readonly RULE_stmt_open = 832; + public static readonly RULE_opt_open_bound_list_item = 833; + public static readonly RULE_opt_open_bound_list = 834; + public static readonly RULE_opt_open_using = 835; + public static readonly RULE_opt_scroll_option = 836; + public static readonly RULE_opt_scroll_option_no = 837; + public static readonly RULE_stmt_fetch = 838; + public static readonly RULE_into_target = 839; + public static readonly RULE_opt_cursor_from = 840; + public static readonly RULE_opt_fetch_direction = 841; + public static readonly RULE_stmt_move = 842; + public static readonly RULE_mergestmt = 843; + public static readonly RULE_data_source = 844; + public static readonly RULE_join_condition = 845; + public static readonly RULE_merge_when_clause = 846; + public static readonly RULE_merge_insert = 847; + public static readonly RULE_merge_update = 848; + public static readonly RULE_default_values_or_values = 849; + public static readonly RULE_exprofdefaultlist = 850; + public static readonly RULE_exprofdefault = 851; + public static readonly RULE_stmt_close = 852; + public static readonly RULE_stmt_null = 853; + public static readonly RULE_stmt_commit = 854; + public static readonly RULE_stmt_rollback = 855; + public static readonly RULE_plsql_opt_transaction_chain = 856; + public static readonly RULE_stmt_set = 857; + public static readonly RULE_cursor_variable = 858; + public static readonly RULE_exception_sect = 859; + public static readonly RULE_proc_exceptions = 860; + public static readonly RULE_proc_exception = 861; + public static readonly RULE_proc_conditions = 862; + public static readonly RULE_proc_condition = 863; + public static readonly RULE_opt_block_label = 864; + public static readonly RULE_opt_loop_label = 865; + public static readonly RULE_opt_label = 866; + public static readonly RULE_opt_exitcond = 867; + public static readonly RULE_any_identifier = 868; + public static readonly RULE_plsql_unreserved_keyword = 869; + public static readonly RULE_sql_expression = 870; + public static readonly RULE_expr_until_then = 871; + public static readonly RULE_expr_until_semi = 872; + public static readonly RULE_expr_until_rightbracket = 873; + public static readonly RULE_expr_until_loop = 874; + public static readonly RULE_make_execsql_stmt = 875; + public static readonly RULE_opt_returning_clause_into = 876; public static readonly literalNames = [ null, "'$'", "'('", "')'", "'['", "']'", "','", "';'", "':'", "'*'", @@ -1583,11 +1585,11 @@ export class PostgreSqlParser extends SQLParserBase { "'REMAINDER'", "'LOGIN'", "'NOLOGIN'", "'REPLICATION'", "'NOREPLICATION'", "'BYPASSRLS'", "'NOBYPASSRLS'", "'PERMISSIVE'", "'RESTRICTIVE'", "'COMPRESSION'", "'PLAIN'", "'EXTENDED'", "'MAIN'", "'SKIP_LOCKED'", - "'BUFFER_USAGE_LIMIT'", "'DISTRIBUTED'", null, null, null, null, + "'BUFFER_USAGE_LIMIT'", "'DISTRIBUTED'", "'WRITABLE'", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, - null, null, null, null, null, null, null, "'\\\\'", null, null, - null, null, null, null, null, "'''" + null, null, null, null, null, null, null, null, null, "'\\\\'", + null, null, null, null, null, null, null, "'''" ]; public static readonly symbolicNames = [ @@ -1696,18 +1698,19 @@ export class PostgreSqlParser extends SQLParserBase { "KW_MODULUS", "KW_REMAINDER", "KW_LOGIN", "KW_NOLOGIN", "KW_REPLICATION", "KW_NOREPLICATION", "KW_BYPASSRLS", "KW_NOBYPASSRLS", "KW_PERMISSIVE", "KW_RESTRICTIVE", "KW_COMPRESSION", "KW_PLAIN", "KW_EXTENDED", "KW_MAIN", - "KW_SKIP_LOCKED", "KW_BUFFER_USAGE_LIMIT", "KW_DISTRIBUTED", "Identifier", - "QuotedIdentifier", "UnterminatedQuotedIdentifier", "InvalidQuotedIdentifier", - "InvalidUnterminatedQuotedIdentifier", "UnicodeQuotedIdentifier", - "UnterminatedUnicodeQuotedIdentifier", "InvalidUnicodeQuotedIdentifier", - "InvalidUnterminatedUnicodeQuotedIdentifier", "StringConstant", - "UnterminatedStringConstant", "UnicodeEscapeStringConstant", "UnterminatedUnicodeEscapeStringConstant", - "BeginDollarStringConstant", "BinaryStringConstant", "UnterminatedBinaryStringConstant", - "InvalidBinaryStringConstant", "InvalidUnterminatedBinaryStringConstant", - "HexadecimalStringConstant", "UnterminatedHexadecimalStringConstant", - "InvalidHexadecimalStringConstant", "InvalidUnterminatedHexadecimalStringConstant", - "Integral", "NumericFail", "Numeric", "PLSQLVARIABLENAME", "PLSQLIDENTIFIER", - "Whitespace", "Newline", "LineComment", "BlockComment", "UnterminatedBlockComment", + "KW_SKIP_LOCKED", "KW_BUFFER_USAGE_LIMIT", "KW_DISTRIBUTED", "KW_WRITABLE", + "Identifier", "QuotedIdentifier", "UnterminatedQuotedIdentifier", + "InvalidQuotedIdentifier", "InvalidUnterminatedQuotedIdentifier", + "UnicodeQuotedIdentifier", "UnterminatedUnicodeQuotedIdentifier", + "InvalidUnicodeQuotedIdentifier", "InvalidUnterminatedUnicodeQuotedIdentifier", + "StringConstant", "UnterminatedStringConstant", "UnicodeEscapeStringConstant", + "UnterminatedUnicodeEscapeStringConstant", "BeginDollarStringConstant", + "BinaryStringConstant", "UnterminatedBinaryStringConstant", "InvalidBinaryStringConstant", + "InvalidUnterminatedBinaryStringConstant", "HexadecimalStringConstant", + "UnterminatedHexadecimalStringConstant", "InvalidHexadecimalStringConstant", + "InvalidUnterminatedHexadecimalStringConstant", "Integral", "NumericFail", + "Numeric", "PLSQLVARIABLENAME", "PLSQLIDENTIFIER", "Whitespace", + "Newline", "LineComment", "BlockComment", "UnterminatedBlockComment", "MetaCommand", "EndMetaCommand", "ErrorCharacter", "EscapeStringConstant", "UnterminatedEscapeStringConstant", "InvalidEscapeStringConstant", "InvalidUnterminatedEscapeStringConstant", "DollarText", "EndDollarStringConstant", @@ -1738,24 +1741,24 @@ export class PostgreSqlParser extends SQLParserBase { "copy_options", "copy_opt_list", "copy_opt_item", "opt_binary", "copy_delimiter", "opt_using", "copy_generic_opt_list", "copy_generic_opt_elem", "copy_generic_opt_arg", "copy_generic_opt_arg_list", "copy_generic_opt_arg_list_item", - "createstmt", "optdistributed", "opttemp", "table_column_list", - "opttableelementlist", "opttypedtableelementlist", "tableelementlist", - "typedtableelementlist", "tableelement", "typedtableelement", "column_def", - "compressionCluase", "storageCluase", "columnOptions", "colquallist", - "colconstraint", "colconstraintelem", "nulls_distinct", "generated_when", - "deferrable_trigger", "initially_trigger", "tablelikeclause", "tablelikeoptionlist", - "tablelikeoption", "tableconstraint", "constraintelem", "opt_no_inherit", - "opt_column_list", "opt_column_list_create", "column_list", "column_list_create", - "opt_c_include", "key_match", "exclusionconstraintlist", "exclusionconstraintelem", - "exclusionwhereclause", "key_actions", "key_update", "key_delete", - "key_action", "optinherit", "optpartitionspec", "partitionspec", - "part_params", "part_elem", "table_access_method_clause", "optwith", - "oncommitoption", "opttablespace", "index_paramenters_create", "optconstablespace", - "existingindex", "createstatsstmt", "alterstatsstmt", "createasstmt", - "create_as_target", "opt_with_data", "creatematviewstmt", "create_mv_target", - "optnolog", "refreshmatviewstmt", "createseqstmt", "alterseqstmt", - "optseqoptlist", "optparenthesizedseqoptlist", "seqoptlist", "seqoptelem", - "opt_by", "numericonly", "numericonly_list", "createplangstmt", + "createstmt", "create_table_clause", "optdistributed", "opttemp", + "table_column_list", "opttableelementlist", "opttypedtableelementlist", + "tableelementlist", "typedtableelementlist", "tableelement", "typedtableelement", + "column_def", "compressionCluase", "storageCluase", "columnOptions", + "colquallist", "colconstraint", "colconstraintelem", "nulls_distinct", + "generated_when", "deferrable_trigger", "initially_trigger", "tablelikeclause", + "tablelikeoptionlist", "tablelikeoption", "tableconstraint", "constraintelem", + "opt_no_inherit", "opt_column_list", "opt_column_list_create", "column_list", + "column_list_create", "opt_c_include", "key_match", "exclusionconstraintlist", + "exclusionconstraintelem", "exclusionwhereclause", "key_actions", + "key_update", "key_delete", "key_action", "optinherit", "optpartitionspec", + "partitionspec", "part_params", "part_elem", "table_access_method_clause", + "optwith", "oncommitoption", "opttablespace", "index_paramenters_create", + "optconstablespace", "existingindex", "createstatsstmt", "alterstatsstmt", + "createasstmt", "create_as_target", "opt_with_data", "creatematviewstmt", + "create_mv_target", "optnolog", "refreshmatviewstmt", "createseqstmt", + "alterseqstmt", "optseqoptlist", "optparenthesizedseqoptlist", "seqoptlist", + "seqoptelem", "opt_by", "numericonly", "numericonly_list", "createplangstmt", "opt_trusted", "handler_name", "opt_inline_handler", "validator_clause", "opt_validator", "opt_procedural", "createtablespacestmt", "opttablespaceowner", "createextensionstmt", "create_extension_opt_list", "create_extension_opt_item", @@ -1960,21 +1963,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1755; + this.state = 1757; 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 === 582) { + 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 === 583) { { { - this.state = 1752; + this.state = 1754; this.singleStmt(); } } - this.state = 1757; + this.state = 1759; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1758; + this.state = 1760; this.match(PostgreSqlParser.EOF); } } @@ -1998,7 +2001,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1760; + this.state = 1762; this.pl_function(); } } @@ -2023,14 +2026,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1762; - this.stmt(); this.state = 1764; + this.stmt(); + this.state = 1766; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7) { { - this.state = 1763; + this.state = 1765; this.match(PostgreSqlParser.SEMI); } } @@ -2055,825 +2058,825 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new StmtContext(this.context, this.state); this.enterRule(localContext, 6, PostgreSqlParser.RULE_stmt); try { - this.state = 1883; + this.state = 1885; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 2, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1766; + this.state = 1768; this.altereventtrigstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1767; + this.state = 1769; this.altercollationstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1768; + this.state = 1770; this.alterdatabasestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1769; + this.state = 1771; this.alterdatabasesetstmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1770; + this.state = 1772; this.alterdefaultprivilegesstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1771; + this.state = 1773; this.alterdomainstmt(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1772; + this.state = 1774; this.alterenumstmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1773; + this.state = 1775; this.alterextensionstmt(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1774; + this.state = 1776; this.alterextensioncontentsstmt(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1775; + this.state = 1777; this.alterfdwstmt(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1776; + this.state = 1778; this.alterforeignserverstmt(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 1777; + this.state = 1779; this.alterfunctionstmt(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 1778; + this.state = 1780; this.altergroupstmt(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 1779; + this.state = 1781; this.alterobjectdependsstmt(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 1780; + this.state = 1782; this.alterobjectschemastmt(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1781; + this.state = 1783; this.alterownerstmt(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1782; + this.state = 1784; this.alteroperatorstmt(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 1783; + this.state = 1785; this.altertypestmt(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 1784; + this.state = 1786; this.alterpolicystmt(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 1785; + this.state = 1787; this.alterprocedurestmt(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 1786; + this.state = 1788; this.alterseqstmt(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 1787; + this.state = 1789; this.altersystemstmt(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 1788; + this.state = 1790; this.altertablestmt(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 1789; + this.state = 1791; this.altertblspcstmt(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 1790; + this.state = 1792; this.altercompositetypestmt(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 1791; + this.state = 1793; this.alterpublicationstmt(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 1792; + this.state = 1794; this.alterrolesetstmt(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 1793; + this.state = 1795; this.alterroutinestmt(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 1794; + this.state = 1796; this.alterrolestmt(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 1795; + this.state = 1797; this.altersubscriptionstmt(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 1796; + this.state = 1798; this.alterstatsstmt(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 1797; + this.state = 1799; this.altertsconfigurationstmt(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 1798; + this.state = 1800; this.altertsdictionarystmt(); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 1799; + this.state = 1801; this.alterusermappingstmt(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 1800; + this.state = 1802; this.analyzestmt(); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 1801; + this.state = 1803; this.callstmt(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 1802; + this.state = 1804; this.checkpointstmt(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 1803; + this.state = 1805; this.closeportalstmt(); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 1804; + this.state = 1806; this.clusterstmt(); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 1805; + this.state = 1807; this.commentstmt(); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 1806; + this.state = 1808; this.constraintssetstmt(); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 1807; + this.state = 1809; this.copystmt(); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 1808; + this.state = 1810; this.createamstmt(); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 1809; + this.state = 1811; this.createasstmt(); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 1810; + this.state = 1812; this.createassertionstmt(); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 1811; + this.state = 1813; this.createcaststmt(); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 1812; + this.state = 1814; this.createconversionstmt(); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 1813; + this.state = 1815; this.createdomainstmt(); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 1814; + this.state = 1816; this.createextensionstmt(); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 1815; + this.state = 1817; this.createfdwstmt(); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 1816; + this.state = 1818; this.createforeignserverstmt(); } break; case 52: this.enterOuterAlt(localContext, 52); { - this.state = 1817; + this.state = 1819; this.createforeigntablestmt(); } break; case 53: this.enterOuterAlt(localContext, 53); { - this.state = 1818; + this.state = 1820; this.createfunctionstmt(); } break; case 54: this.enterOuterAlt(localContext, 54); { - this.state = 1819; + this.state = 1821; this.creategroupstmt(); } break; case 55: this.enterOuterAlt(localContext, 55); { - this.state = 1820; + this.state = 1822; this.creatematviewstmt(); } break; case 56: this.enterOuterAlt(localContext, 56); { - this.state = 1821; + this.state = 1823; this.createopclassstmt(); } break; case 57: this.enterOuterAlt(localContext, 57); { - this.state = 1822; + this.state = 1824; this.createopfamilystmt(); } break; case 58: this.enterOuterAlt(localContext, 58); { - this.state = 1823; + this.state = 1825; this.createpublicationstmt(); } break; case 59: this.enterOuterAlt(localContext, 59); { - this.state = 1824; + this.state = 1826; this.alteropfamilystmt(); } break; case 60: this.enterOuterAlt(localContext, 60); { - this.state = 1825; + this.state = 1827; this.createpolicystmt(); } break; case 61: this.enterOuterAlt(localContext, 61); { - this.state = 1826; + this.state = 1828; this.createplangstmt(); } break; case 62: this.enterOuterAlt(localContext, 62); { - this.state = 1827; + this.state = 1829; this.createschemastmt(); } break; case 63: this.enterOuterAlt(localContext, 63); { - this.state = 1828; + this.state = 1830; this.createseqstmt(); } break; case 64: this.enterOuterAlt(localContext, 64); { - this.state = 1829; + this.state = 1831; this.createstmt(); } break; case 65: this.enterOuterAlt(localContext, 65); { - this.state = 1830; + this.state = 1832; this.createsubscriptionstmt(); } break; case 66: this.enterOuterAlt(localContext, 66); { - this.state = 1831; + this.state = 1833; this.createstatsstmt(); } break; case 67: this.enterOuterAlt(localContext, 67); { - this.state = 1832; + this.state = 1834; this.createtablespacestmt(); } break; case 68: this.enterOuterAlt(localContext, 68); { - this.state = 1833; + this.state = 1835; this.createtransformstmt(); } break; case 69: this.enterOuterAlt(localContext, 69); { - this.state = 1834; + this.state = 1836; this.createtrigstmt(); } break; case 70: this.enterOuterAlt(localContext, 70); { - this.state = 1835; + this.state = 1837; this.createeventtrigstmt(); } break; case 71: this.enterOuterAlt(localContext, 71); { - this.state = 1836; + this.state = 1838; this.createrolestmt(); } break; case 72: this.enterOuterAlt(localContext, 72); { - this.state = 1837; + this.state = 1839; this.createuserstmt(); } break; case 73: this.enterOuterAlt(localContext, 73); { - this.state = 1838; + this.state = 1840; this.createusermappingstmt(); } break; case 74: this.enterOuterAlt(localContext, 74); { - this.state = 1839; + this.state = 1841; this.createdbstmt(); } break; case 75: this.enterOuterAlt(localContext, 75); { - this.state = 1840; + this.state = 1842; this.deallocatestmt(); } break; case 76: this.enterOuterAlt(localContext, 76); { - this.state = 1841; + this.state = 1843; this.declarecursorstmt(); } break; case 77: this.enterOuterAlt(localContext, 77); { - this.state = 1842; + this.state = 1844; this.definestmt(); } break; case 78: this.enterOuterAlt(localContext, 78); { - this.state = 1843; + this.state = 1845; this.deletestmt(); } break; case 79: this.enterOuterAlt(localContext, 79); { - this.state = 1844; + this.state = 1846; this.discardstmt(); } break; case 80: this.enterOuterAlt(localContext, 80); { - this.state = 1845; + this.state = 1847; this.dostmt(); } break; case 81: this.enterOuterAlt(localContext, 81); { - this.state = 1846; + this.state = 1848; this.dropstmt(); } break; case 82: this.enterOuterAlt(localContext, 82); { - this.state = 1847; + this.state = 1849; this.executestmt(); } break; case 83: this.enterOuterAlt(localContext, 83); { - this.state = 1848; + this.state = 1850; this.explainstmt(); } break; case 84: this.enterOuterAlt(localContext, 84); { - this.state = 1849; + this.state = 1851; this.fetchstmt(); } break; case 85: this.enterOuterAlt(localContext, 85); { - this.state = 1850; + this.state = 1852; this.grantstmt(); } break; case 86: this.enterOuterAlt(localContext, 86); { - this.state = 1851; + this.state = 1853; this.grantrolestmt(); } break; case 87: this.enterOuterAlt(localContext, 87); { - this.state = 1852; + this.state = 1854; this.mergestmt(); } break; case 88: this.enterOuterAlt(localContext, 88); { - this.state = 1853; + this.state = 1855; this.importforeignschemastmt(); } break; case 89: this.enterOuterAlt(localContext, 89); { - this.state = 1854; + this.state = 1856; this.indexstmt(); } break; case 90: this.enterOuterAlt(localContext, 90); { - this.state = 1855; + this.state = 1857; this.insertstmt(); } break; case 91: this.enterOuterAlt(localContext, 91); { - this.state = 1856; + this.state = 1858; this.listenstmt(); } break; case 92: this.enterOuterAlt(localContext, 92); { - this.state = 1857; + this.state = 1859; this.refreshmatviewstmt(); } break; case 93: this.enterOuterAlt(localContext, 93); { - this.state = 1858; + this.state = 1860; this.loadstmt(); } break; case 94: this.enterOuterAlt(localContext, 94); { - this.state = 1859; + this.state = 1861; this.lockstmt(); } break; case 95: this.enterOuterAlt(localContext, 95); { - this.state = 1860; + this.state = 1862; this.notifystmt(); } break; case 96: this.enterOuterAlt(localContext, 96); { - this.state = 1861; + this.state = 1863; this.preparestmt(); } break; case 97: this.enterOuterAlt(localContext, 97); { - this.state = 1862; + this.state = 1864; this.reassignownedstmt(); } break; case 98: this.enterOuterAlt(localContext, 98); { - this.state = 1863; + this.state = 1865; this.reindexstmt(); } break; case 99: this.enterOuterAlt(localContext, 99); { - this.state = 1864; + this.state = 1866; this.removeaggrstmt(); } break; case 100: this.enterOuterAlt(localContext, 100); { - this.state = 1865; + this.state = 1867; this.removefuncstmt(); } break; case 101: this.enterOuterAlt(localContext, 101); { - this.state = 1866; + this.state = 1868; this.removeoperstmt(); } break; case 102: this.enterOuterAlt(localContext, 102); { - this.state = 1867; + this.state = 1869; this.renamestmt(); } break; case 103: this.enterOuterAlt(localContext, 103); { - this.state = 1868; + this.state = 1870; this.revokestmt(); } break; case 104: this.enterOuterAlt(localContext, 104); { - this.state = 1869; + this.state = 1871; this.revokerolestmt(); } break; case 105: this.enterOuterAlt(localContext, 105); { - this.state = 1870; + this.state = 1872; this.rulestmt(); } break; case 106: this.enterOuterAlt(localContext, 106); { - this.state = 1871; + this.state = 1873; this.seclabelstmt(); } break; case 107: this.enterOuterAlt(localContext, 107); { - this.state = 1872; + this.state = 1874; this.selectstmt(); } break; case 108: this.enterOuterAlt(localContext, 108); { - this.state = 1873; + this.state = 1875; this.transactionstmt(); } break; case 109: this.enterOuterAlt(localContext, 109); { - this.state = 1874; + this.state = 1876; this.truncatestmt(); } break; case 110: this.enterOuterAlt(localContext, 110); { - this.state = 1875; + this.state = 1877; this.unlistenstmt(); } break; case 111: this.enterOuterAlt(localContext, 111); { - this.state = 1876; + this.state = 1878; this.updatestmt(); } break; case 112: this.enterOuterAlt(localContext, 112); { - this.state = 1877; + this.state = 1879; this.vacuumstmt(); } break; case 113: this.enterOuterAlt(localContext, 113); { - this.state = 1878; + this.state = 1880; this.variableresetstmt(); } break; case 114: this.enterOuterAlt(localContext, 114); { - this.state = 1879; + this.state = 1881; this.variablesetstmt(); } break; case 115: this.enterOuterAlt(localContext, 115); { - this.state = 1880; + this.state = 1882; this.variableshowstmt(); } break; case 116: this.enterOuterAlt(localContext, 116); { - this.state = 1881; + this.state = 1883; this.viewstmt(); } break; case 117: this.enterOuterAlt(localContext, 117); { - this.state = 1882; + this.state = 1884; this.plsqlconsolecommand(); } break; @@ -2900,14 +2903,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1885; - this.match(PostgreSqlParser.MetaCommand); this.state = 1887; + this.match(PostgreSqlParser.MetaCommand); + this.state = 1889; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 583) { + if (_la === 584) { { - this.state = 1886; + this.state = 1888; this.match(PostgreSqlParser.EndMetaCommand); } } @@ -2934,9 +2937,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1889; + this.state = 1891; this.match(PostgreSqlParser.KW_CALL); - this.state = 1890; + this.state = 1892; this.func_application(); } } @@ -2960,23 +2963,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1892; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 1893; - this.match(PostgreSqlParser.KW_ROLE); this.state = 1894; - this.roleid(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 1895; + this.match(PostgreSqlParser.KW_ROLE); this.state = 1896; + this.roleid(); + this.state = 1898; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: { - this.state = 1895; + this.state = 1897; this.opt_with(); } break; } - this.state = 1898; + this.state = 1900; this.optrolelist(); } } @@ -3000,7 +3003,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1900; + this.state = 1902; this.match(PostgreSqlParser.KW_WITH); } } @@ -3025,19 +3028,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1905; + this.state = 1907; 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 = 1902; + this.state = 1904; this.createoptroleelem(); } } } - this.state = 1907; + this.state = 1909; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 5, this.context); } @@ -3064,19 +3067,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1911; + this.state = 1913; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 6, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1908; + this.state = 1910; this.alteroptroleelem(); } } } - this.state = 1913; + this.state = 1915; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 6, this.context); } @@ -3101,15 +3104,15 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 20, PostgreSqlParser.RULE_alteroptroleelem); let _la: number; try { - this.state = 1949; + this.state = 1951; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 8, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1914; + this.state = 1916; this.match(PostgreSqlParser.KW_PASSWORD); - this.state = 1917; + this.state = 1919; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -3117,13 +3120,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1915; + this.state = 1917; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 1916; + this.state = 1918; this.match(PostgreSqlParser.KW_NULL); } break; @@ -3135,7 +3138,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1919; + this.state = 1921; _la = this.tokenStream.LA(1); if(!(_la === 195 || _la === 364)) { this.errorHandler.recoverInline(this); @@ -3144,16 +3147,16 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1920; + this.state = 1922; this.match(PostgreSqlParser.KW_PASSWORD); - this.state = 1921; + this.state = 1923; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1922; + this.state = 1924; _la = this.tokenStream.LA(1); if(!(_la === 228 || _la === 229)) { this.errorHandler.recoverInline(this); @@ -3167,7 +3170,7 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1923; + this.state = 1925; _la = this.tokenStream.LA(1); if(!(_la === 236 || _la === 237)) { this.errorHandler.recoverInline(this); @@ -3181,7 +3184,7 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1924; + this.state = 1926; _la = this.tokenStream.LA(1); if(!(_la === 234 || _la === 235)) { this.errorHandler.recoverInline(this); @@ -3195,7 +3198,7 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1925; + this.state = 1927; _la = this.tokenStream.LA(1); if(!(_la === 232 || _la === 233)) { this.errorHandler.recoverInline(this); @@ -3209,7 +3212,7 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1926; + this.state = 1928; _la = this.tokenStream.LA(1); if(!(_la === 230 || _la === 231)) { this.errorHandler.recoverInline(this); @@ -3223,7 +3226,7 @@ export class PostgreSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1927; + this.state = 1929; _la = this.tokenStream.LA(1); if(!(_la === 535 || _la === 536)) { this.errorHandler.recoverInline(this); @@ -3237,7 +3240,7 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1928; + this.state = 1930; _la = this.tokenStream.LA(1); if(!(_la === 537 || _la === 538)) { this.errorHandler.recoverInline(this); @@ -3251,7 +3254,7 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1929; + this.state = 1931; _la = this.tokenStream.LA(1); if(!(_la === 539 || _la === 540)) { this.errorHandler.recoverInline(this); @@ -3265,78 +3268,78 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1930; - this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 1931; - this.match(PostgreSqlParser.KW_LIMIT); this.state = 1932; + this.match(PostgreSqlParser.KW_CONNECTION); + this.state = 1933; + this.match(PostgreSqlParser.KW_LIMIT); + this.state = 1934; this.signediconst(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 1933; - this.match(PostgreSqlParser.KW_VALID); - this.state = 1934; - this.match(PostgreSqlParser.KW_UNTIL); this.state = 1935; + this.match(PostgreSqlParser.KW_VALID); + this.state = 1936; + this.match(PostgreSqlParser.KW_UNTIL); + this.state = 1937; this.sconst(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 1936; - this.match(PostgreSqlParser.KW_IN); - this.state = 1937; - this.match(PostgreSqlParser.KW_ROLE); this.state = 1938; + this.match(PostgreSqlParser.KW_IN); + this.state = 1939; + this.match(PostgreSqlParser.KW_ROLE); + this.state = 1940; this.name_list(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 1939; - this.match(PostgreSqlParser.KW_IN); - this.state = 1940; - this.match(PostgreSqlParser.KW_GROUP); this.state = 1941; + this.match(PostgreSqlParser.KW_IN); + this.state = 1942; + this.match(PostgreSqlParser.KW_GROUP); + this.state = 1943; this.name_list(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 1942; + this.state = 1944; this.match(PostgreSqlParser.KW_ROLE); - this.state = 1943; + this.state = 1945; this.role_list(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1944; + this.state = 1946; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 1945; + this.state = 1947; this.name_list(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1946; + this.state = 1948; this.match(PostgreSqlParser.KW_USER); - this.state = 1947; + this.state = 1949; this.role_list(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 1948; + this.state = 1950; this.identifier(); } break; @@ -3361,49 +3364,49 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 22, PostgreSqlParser.RULE_createoptroleelem); let _la: number; try { - this.state = 1961; + this.state = 1963; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1951; + this.state = 1953; this.alteroptroleelem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1952; + this.state = 1954; this.match(PostgreSqlParser.KW_SYSID); - this.state = 1953; + this.state = 1955; this.iconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1954; + this.state = 1956; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 1955; + this.state = 1957; this.role_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1956; + this.state = 1958; this.match(PostgreSqlParser.KW_ROLE); - this.state = 1957; + this.state = 1959; this.role_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1958; + this.state = 1960; this.match(PostgreSqlParser.KW_IN); - this.state = 1959; + this.state = 1961; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -3412,7 +3415,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1960; + this.state = 1962; this.role_list(); } break; @@ -3438,23 +3441,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1963; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 1964; - this.match(PostgreSqlParser.KW_USER); this.state = 1965; - this.roleid(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 1966; + this.match(PostgreSqlParser.KW_USER); this.state = 1967; + this.roleid(); + this.state = 1969; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 10, this.context) ) { case 1: { - this.state = 1966; + this.state = 1968; this.opt_with(); } break; } - this.state = 1969; + this.state = 1971; this.optrolelist(); } } @@ -3479,9 +3482,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1971; + this.state = 1973; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1972; + this.state = 1974; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -3490,19 +3493,19 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1973; - this.rolespec(); this.state = 1975; + this.rolespec(); + this.state = 1977; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 11, this.context) ) { case 1: { - this.state = 1974; + this.state = 1976; this.opt_with(); } break; } - this.state = 1977; + this.state = 1979; this.alteroptrolelist(); } } @@ -3524,7 +3527,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Opt_in_databaseContext(this.context, this.state); this.enterRule(localContext, 28, PostgreSqlParser.RULE_opt_in_database); try { - this.state = 1983; + this.state = 1985; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RESET: @@ -3537,11 +3540,11 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 2); { - this.state = 1980; - this.match(PostgreSqlParser.KW_IN); - this.state = 1981; - this.match(PostgreSqlParser.KW_DATABASE); this.state = 1982; + this.match(PostgreSqlParser.KW_IN); + this.state = 1983; + this.match(PostgreSqlParser.KW_DATABASE); + this.state = 1984; this.database_name(); } break; @@ -3570,9 +3573,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1985; + this.state = 1987; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1986; + this.state = 1988; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -3581,12 +3584,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1989; + this.state = 1991; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 1987; + this.state = 1989; this.match(PostgreSqlParser.KW_ALL); } break; @@ -4015,16 +4018,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1988; + this.state = 1990; this.rolespec(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1991; + this.state = 1993; this.opt_in_database(); - this.state = 1992; + this.state = 1994; this.setresetclause(); } } @@ -4049,23 +4052,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1994; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 1995; - this.match(PostgreSqlParser.KW_ROUTINE); this.state = 1996; - this.routine_name(); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 1997; + this.match(PostgreSqlParser.KW_ROUTINE); this.state = 1998; + this.routine_name(); + this.state = 2000; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 1997; + this.state = 1999; this.func_args(); } } - this.state = 2000; + this.state = 2002; this.alter_routine_cluase(); } } @@ -4088,20 +4091,20 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 34, PostgreSqlParser.RULE_alter_routine_cluase); let _la: number; try { - this.state = 2022; + this.state = 2024; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 17, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2002; - this.routine_action_list(); this.state = 2004; + this.routine_action_list(); + this.state = 2006; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 15, this.context) ) { case 1: { - this.state = 2003; + this.state = 2005; this.match(PostgreSqlParser.KW_RESTRICT); } break; @@ -4111,56 +4114,56 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2006; - this.match(PostgreSqlParser.KW_RENAME); - this.state = 2007; - this.match(PostgreSqlParser.KW_TO); this.state = 2008; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 2009; + this.match(PostgreSqlParser.KW_TO); + this.state = 2010; this.routine_name_create(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2009; - this.match(PostgreSqlParser.KW_OWNER); - this.state = 2010; - this.match(PostgreSqlParser.KW_TO); this.state = 2011; + this.match(PostgreSqlParser.KW_OWNER); + this.state = 2012; + this.match(PostgreSqlParser.KW_TO); + this.state = 2013; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2012; - this.match(PostgreSqlParser.KW_SET); - this.state = 2013; - this.match(PostgreSqlParser.KW_SCHEMA); this.state = 2014; + this.match(PostgreSqlParser.KW_SET); + this.state = 2015; + this.match(PostgreSqlParser.KW_SCHEMA); + this.state = 2016; this.schema_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2016; + this.state = 2018; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 2015; + this.state = 2017; this.match(PostgreSqlParser.KW_NO); } } - this.state = 2018; - this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 2019; - this.match(PostgreSqlParser.KW_ON); this.state = 2020; - this.match(PostgreSqlParser.KW_EXTENSION); + this.match(PostgreSqlParser.KW_DEPENDS); this.state = 2021; + this.match(PostgreSqlParser.KW_ON); + this.state = 2022; + this.match(PostgreSqlParser.KW_EXTENSION); + this.state = 2023; this.name(); } break; @@ -4187,21 +4190,21 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2024; + this.state = 2026; this.routine_action(); - this.state = 2028; + this.state = 2030; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 18, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2025; + this.state = 2027; this.routine_action(); } } } - this.state = 2030; + this.state = 2032; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 18, this.context); } @@ -4226,86 +4229,86 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 38, PostgreSqlParser.RULE_routine_action); let _la: number; try { - this.state = 2072; + this.state = 2074; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 24, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2031; + this.state = 2033; this.match(PostgreSqlParser.KW_IMMUTABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2032; + this.state = 2034; this.match(PostgreSqlParser.KW_STABLE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2033; + this.state = 2035; this.match(PostgreSqlParser.KW_VOLATILE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2035; + this.state = 2037; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 2034; + this.state = 2036; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 2037; + this.state = 2039; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2048; + this.state = 2050; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 22, this.context) ) { case 1: { - this.state = 2039; + this.state = 2041; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 2038; + this.state = 2040; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 2041; + this.state = 2043; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 2042; + this.state = 2044; this.match(PostgreSqlParser.KW_INVOKER); } break; case 2: { - this.state = 2044; + this.state = 2046; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 2043; + this.state = 2045; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 2046; + this.state = 2048; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 2047; + this.state = 2049; this.match(PostgreSqlParser.KW_DEFINER); } break; @@ -4315,9 +4318,9 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2050; + this.state = 2052; this.match(PostgreSqlParser.KW_PARALLEL); - this.state = 2051; + this.state = 2053; _la = this.tokenStream.LA(1); if(!(((((_la - 529)) & ~0x1F) === 0 && ((1 << (_la - 529)) & 7) !== 0))) { this.errorHandler.recoverInline(this); @@ -4331,29 +4334,29 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2052; + this.state = 2054; this.match(PostgreSqlParser.KW_COST); - this.state = 2053; + this.state = 2055; this.attr_name(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2054; + this.state = 2056; this.match(PostgreSqlParser.KW_ROWS); - this.state = 2055; + this.state = 2057; this.name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2056; - this.match(PostgreSqlParser.KW_SET); - this.state = 2057; - this.name(); this.state = 2058; + this.match(PostgreSqlParser.KW_SET); + this.state = 2059; + this.name(); + this.state = 2060; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -4362,18 +4365,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2061; + this.state = 2063; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 23, this.context) ) { case 1: { - this.state = 2059; + this.state = 2061; this.name(); } break; case 2: { - this.state = 2060; + this.state = 2062; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -4383,31 +4386,31 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2063; - this.match(PostgreSqlParser.KW_SET); - this.state = 2064; - this.name(); this.state = 2065; - this.match(PostgreSqlParser.KW_FROM); + this.match(PostgreSqlParser.KW_SET); this.state = 2066; + this.name(); + this.state = 2067; + this.match(PostgreSqlParser.KW_FROM); + this.state = 2068; this.match(PostgreSqlParser.KW_CURRENT); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2068; + this.state = 2070; this.match(PostgreSqlParser.KW_RESET); - this.state = 2069; + this.state = 2071; this.name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2070; + this.state = 2072; this.match(PostgreSqlParser.KW_RESET); - this.state = 2071; + this.state = 2073; this.match(PostgreSqlParser.KW_ALL); } break; @@ -4433,23 +4436,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2074; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 2075; - this.match(PostgreSqlParser.KW_GROUP); this.state = 2076; - this.groupname(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 2077; + this.match(PostgreSqlParser.KW_GROUP); this.state = 2078; + this.groupname(); + this.state = 2080; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 25, this.context) ) { case 1: { - this.state = 2077; + this.state = 2079; this.opt_with(); } break; } - this.state = 2080; + this.state = 2082; this.optrolelist(); } } @@ -4473,17 +4476,17 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2082; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2083; - this.match(PostgreSqlParser.KW_GROUP); this.state = 2084; - this.rolespec(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2085; - this.add_drop(); + this.match(PostgreSqlParser.KW_GROUP); this.state = 2086; - this.match(PostgreSqlParser.KW_USER); + this.rolespec(); this.state = 2087; + this.add_drop(); + this.state = 2088; + this.match(PostgreSqlParser.KW_USER); + this.state = 2089; this.role_list(); } } @@ -4508,7 +4511,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2089; + this.state = 2091; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 191)) { this.errorHandler.recoverInline(this); @@ -4540,49 +4543,49 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2091; + this.state = 2093; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2092; - this.match(PostgreSqlParser.KW_SCHEMA); this.state = 2094; + this.match(PostgreSqlParser.KW_SCHEMA); + this.state = 2096; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 26, this.context) ) { case 1: { - this.state = 2093; + this.state = 2095; this.opt_if_not_exists(); } break; } - this.state = 2102; + this.state = 2104; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { case 1: { - this.state = 2097; + this.state = 2099; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 2096; + this.state = 2098; this.schema_name_create(); } } - this.state = 2099; + this.state = 2101; this.match(PostgreSqlParser.KW_AUTHORIZATION); - this.state = 2100; + this.state = 2102; this.rolespec(); } break; case 2: { - this.state = 2101; + this.state = 2103; this.schema_name_create(); } break; } - this.state = 2104; + this.state = 2106; this.optschemaeltlist(); } } @@ -4608,14 +4611,14 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new SchemaNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2106; - this.colid(); this.state = 2108; + this.colid(); + this.state = 2110; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 2107; + this.state = 2109; this.attrs(); } } @@ -4643,19 +4646,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2113; + this.state = 2115; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 30, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2110; + this.state = 2112; this.schema_stmt(); } } } - this.state = 2115; + this.state = 2117; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 30, this.context); } @@ -4679,48 +4682,48 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Schema_stmtContext(this.context, this.state); this.enterRule(localContext, 52, PostgreSqlParser.RULE_schema_stmt); try { - this.state = 2122; + this.state = 2124; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 31, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2116; + this.state = 2118; this.createstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2117; + this.state = 2119; this.indexstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2118; + this.state = 2120; this.createseqstmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2119; + this.state = 2121; this.createtrigstmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2120; + this.state = 2122; this.grantstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2121; + this.state = 2123; this.viewstmt(); } break; @@ -4747,14 +4750,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2124; - this.match(PostgreSqlParser.KW_SET); this.state = 2126; + this.match(PostgreSqlParser.KW_SET); + this.state = 2128; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 32, this.context) ) { case 1: { - this.state = 2125; + this.state = 2127; _la = this.tokenStream.LA(1); if(!(_la === 254 || _la === 332)) { this.errorHandler.recoverInline(this); @@ -4766,7 +4769,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 2128; + this.state = 2130; this.set_rest(); } } @@ -4788,37 +4791,37 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Set_restContext(this.context, this.state); this.enterRule(localContext, 56, PostgreSqlParser.RULE_set_rest); try { - this.state = 2138; + this.state = 2140; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2130; + this.state = 2132; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2131; + this.state = 2133; this.transaction_mode_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2132; - this.match(PostgreSqlParser.KW_SESSION); - this.state = 2133; - this.match(PostgreSqlParser.KW_CHARACTERISTICS); this.state = 2134; - this.match(PostgreSqlParser.KW_AS); + this.match(PostgreSqlParser.KW_SESSION); this.state = 2135; - this.match(PostgreSqlParser.KW_TRANSACTION); + this.match(PostgreSqlParser.KW_CHARACTERISTICS); this.state = 2136; + this.match(PostgreSqlParser.KW_AS); + this.state = 2137; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2138; this.transaction_mode_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2137; + this.state = 2139; this.set_rest_more(); } break; @@ -4845,12 +4848,12 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2142; + this.state = 2144; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 2140; + this.state = 2142; this.match(PostgreSqlParser.KW_ALL); } break; @@ -5254,19 +5257,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2141; + this.state = 2143; this.var_name(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 2145; + this.state = 2147; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 94) { { - this.state = 2144; + this.state = 2146; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -5278,18 +5281,18 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 2149; + this.state = 2151; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 36, this.context) ) { case 1: { - this.state = 2147; + this.state = 2149; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 2: { - this.state = 2148; + this.state = 2150; this.var_list(); } break; @@ -5314,49 +5317,49 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Set_rest_moreContext(this.context, this.state); this.enterRule(localContext, 60, PostgreSqlParser.RULE_set_rest_more); try { - this.state = 2178; + this.state = 2180; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 38, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2151; - this.match(PostgreSqlParser.KW_TIME); - this.state = 2152; - this.match(PostgreSqlParser.KW_ZONE); this.state = 2153; + this.match(PostgreSqlParser.KW_TIME); + this.state = 2154; + this.match(PostgreSqlParser.KW_ZONE); + this.state = 2155; this.zone_value(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2154; + this.state = 2156; this.match(PostgreSqlParser.KW_CATALOG); - this.state = 2155; + this.state = 2157; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2156; + this.state = 2158; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 2157; + this.state = 2159; this.schema_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2158; - this.match(PostgreSqlParser.KW_NAMES); this.state = 2160; + this.match(PostgreSqlParser.KW_NAMES); + this.state = 2162; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 37, this.context) ) { case 1: { - this.state = 2159; + this.state = 2161; this.opt_encoding(); } break; @@ -5366,60 +5369,60 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2162; + this.state = 2164; this.match(PostgreSqlParser.KW_ROLE); - this.state = 2163; + this.state = 2165; this.nonreservedword_or_sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2164; - this.match(PostgreSqlParser.KW_SESSION); - this.state = 2165; - this.match(PostgreSqlParser.KW_AUTHORIZATION); this.state = 2166; + this.match(PostgreSqlParser.KW_SESSION); + this.state = 2167; + this.match(PostgreSqlParser.KW_AUTHORIZATION); + this.state = 2168; this.nonreservedword_or_sconst(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2167; - this.match(PostgreSqlParser.KW_XML); - this.state = 2168; - this.match(PostgreSqlParser.KW_OPTION); this.state = 2169; + this.match(PostgreSqlParser.KW_XML); + this.state = 2170; + this.match(PostgreSqlParser.KW_OPTION); + this.state = 2171; this.document_or_content(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2170; - this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2171; - this.match(PostgreSqlParser.KW_SNAPSHOT); this.state = 2172; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2173; + this.match(PostgreSqlParser.KW_SNAPSHOT); + this.state = 2174; this.sconst(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2173; - this.var_name(); - this.state = 2174; - this.match(PostgreSqlParser.KW_FROM); this.state = 2175; + this.var_name(); + this.state = 2176; + this.match(PostgreSqlParser.KW_FROM); + this.state = 2177; this.match(PostgreSqlParser.KW_CURRENT); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2177; + this.state = 2179; this.generic_set(); } break; @@ -5446,21 +5449,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2180; + this.state = 2182; this.colid(); - this.state = 2185; + this.state = 2187; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 11) { { { - this.state = 2181; + this.state = 2183; this.match(PostgreSqlParser.DOT); - this.state = 2182; + this.state = 2184; this.colid(); } } - this.state = 2187; + this.state = 2189; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5487,21 +5490,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2188; + this.state = 2190; this.var_value(); - this.state = 2193; + this.state = 2195; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2189; + this.state = 2191; this.match(PostgreSqlParser.COMMA); - this.state = 2190; + this.state = 2192; this.var_value(); } } - this.state = 2195; + this.state = 2197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5525,7 +5528,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Var_valueContext(this.context, this.state); this.enterRule(localContext, 66, PostgreSqlParser.RULE_var_value); try { - this.state = 2198; + this.state = 2200; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -5953,7 +5956,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2196; + this.state = 2198; this.opt_boolean_or_string(); } break; @@ -5963,7 +5966,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 2197; + this.state = 2199; this.numericonly(); } break; @@ -5990,15 +5993,15 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 68, PostgreSqlParser.RULE_iso_level); let _la: number; try { - this.state = 2205; + this.state = 2207; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_READ: this.enterOuterAlt(localContext, 1); { - this.state = 2200; + this.state = 2202; this.match(PostgreSqlParser.KW_READ); - this.state = 2201; + this.state = 2203; _la = this.tokenStream.LA(1); if(!(_la === 162 || _la === 363)) { this.errorHandler.recoverInline(this); @@ -6012,16 +6015,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_REPEATABLE: this.enterOuterAlt(localContext, 2); { - this.state = 2202; + this.state = 2204; this.match(PostgreSqlParser.KW_REPEATABLE); - this.state = 2203; + this.state = 2205; this.match(PostgreSqlParser.KW_READ); } break; case PostgreSqlParser.KW_SERIALIZABLE: this.enterOuterAlt(localContext, 3); { - this.state = 2204; + this.state = 2206; this.match(PostgreSqlParser.KW_SERIALIZABLE); } break; @@ -6047,34 +6050,34 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Opt_boolean_or_string_columnContext(this.context, this.state); this.enterRule(localContext, 70, PostgreSqlParser.RULE_opt_boolean_or_string_column); try { - this.state = 2211; + this.state = 2213; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 43, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2207; + this.state = 2209; this.match(PostgreSqlParser.KW_TRUE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2208; + this.state = 2210; this.match(PostgreSqlParser.KW_FALSE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2209; + this.state = 2211; this.match(PostgreSqlParser.KW_ON); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2210; + this.state = 2212; this.nonreservedword_or_sconst_column(); } break; @@ -6098,27 +6101,27 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Opt_boolean_or_stringContext(this.context, this.state); this.enterRule(localContext, 72, PostgreSqlParser.RULE_opt_boolean_or_string); try { - this.state = 2217; + this.state = 2219; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 1); { - this.state = 2213; + this.state = 2215; this.match(PostgreSqlParser.KW_TRUE); } break; case PostgreSqlParser.KW_FALSE: this.enterOuterAlt(localContext, 2); { - this.state = 2214; + this.state = 2216; this.match(PostgreSqlParser.KW_FALSE); } break; case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 3); { - this.state = 2215; + this.state = 2217; this.match(PostgreSqlParser.KW_ON); } break; @@ -6544,7 +6547,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 2216; + this.state = 2218; this.nonreservedword_or_sconst(); } break; @@ -6570,36 +6573,36 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Zone_valueContext(this.context, this.state); this.enterRule(localContext, 74, PostgreSqlParser.RULE_zone_value); try { - this.state = 2235; + this.state = 2237; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 46, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2219; + this.state = 2221; this.sconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2220; + this.state = 2222; this.identifier(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2221; + this.state = 2223; this.constinterval(); - this.state = 2222; - this.sconst(); this.state = 2224; + this.sconst(); + this.state = 2226; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 45, this.context) ) { case 1: { - this.state = 2223; + this.state = 2225; this.opt_interval(); } break; @@ -6609,36 +6612,36 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2226; - this.constinterval(); - this.state = 2227; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2228; - this.iconst(); + this.constinterval(); this.state = 2229; - this.match(PostgreSqlParser.CLOSE_PAREN); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2230; + this.iconst(); + this.state = 2231; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 2232; this.sconst(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2232; + this.state = 2234; this.numericonly(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2233; + this.state = 2235; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2234; + this.state = 2236; this.match(PostgreSqlParser.KW_LOCAL); } break; @@ -6662,7 +6665,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Opt_encodingContext(this.context, this.state); this.enterRule(localContext, 76, PostgreSqlParser.RULE_opt_encoding); try { - this.state = 2239; + this.state = 2241; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -6671,14 +6674,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2237; + this.state = 2239; this.sconst(); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 2238; + this.state = 2240; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -6704,20 +6707,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Nonreservedword_or_sconst_columnContext(this.context, this.state); this.enterRule(localContext, 78, PostgreSqlParser.RULE_nonreservedword_or_sconst_column); try { - this.state = 2243; + this.state = 2245; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 48, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2241; + this.state = 2243; this.nonreservedword_column(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2242; + this.state = 2244; this.sconst(); } break; @@ -6741,20 +6744,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Nonreservedword_or_sconstContext(this.context, this.state); this.enterRule(localContext, 80, PostgreSqlParser.RULE_nonreservedword_or_sconst); try { - this.state = 2247; + this.state = 2249; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 49, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2245; + this.state = 2247; this.nonreservedword(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2246; + this.state = 2248; this.sconst(); } break; @@ -6780,9 +6783,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2249; + this.state = 2251; this.match(PostgreSqlParser.KW_RESET); - this.state = 2250; + this.state = 2252; this.reset_rest(); } } @@ -6804,42 +6807,42 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Reset_restContext(this.context, this.state); this.enterRule(localContext, 84, PostgreSqlParser.RULE_reset_rest); try { - this.state = 2260; + this.state = 2262; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 50, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2252; + this.state = 2254; this.match(PostgreSqlParser.KW_TIME); - this.state = 2253; + this.state = 2255; this.match(PostgreSqlParser.KW_ZONE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2254; - this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2255; - this.match(PostgreSqlParser.KW_ISOLATION); this.state = 2256; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2257; + this.match(PostgreSqlParser.KW_ISOLATION); + this.state = 2258; this.match(PostgreSqlParser.KW_LEVEL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2257; + this.state = 2259; this.match(PostgreSqlParser.KW_SESSION); - this.state = 2258; + this.state = 2260; this.match(PostgreSqlParser.KW_AUTHORIZATION); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2259; + this.state = 2261; this.generic_reset(); } break; @@ -6863,13 +6866,13 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Generic_resetContext(this.context, this.state); this.enterRule(localContext, 86, PostgreSqlParser.RULE_generic_reset); try { - this.state = 2264; + this.state = 2266; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 2262; + this.state = 2264; this.match(PostgreSqlParser.KW_ALL); } break; @@ -7274,7 +7277,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 2263; + this.state = 2265; this.var_name(); } break; @@ -7300,22 +7303,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new SetresetclauseContext(this.context, this.state); this.enterRule(localContext, 88, PostgreSqlParser.RULE_setresetclause); try { - this.state = 2269; + this.state = 2271; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 2266; + this.state = 2268; this.match(PostgreSqlParser.KW_SET); - this.state = 2267; + this.state = 2269; this.set_rest(); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 2268; + this.state = 2270; this.variableresetstmt(); } break; @@ -7341,22 +7344,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new FunctionsetresetclauseContext(this.context, this.state); this.enterRule(localContext, 90, PostgreSqlParser.RULE_functionsetresetclause); try { - this.state = 2274; + this.state = 2276; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 2271; + this.state = 2273; this.match(PostgreSqlParser.KW_SET); - this.state = 2272; + this.state = 2274; this.set_rest_more(); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 2273; + this.state = 2275; this.variableresetstmt(); } break; @@ -7384,46 +7387,46 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2276; + this.state = 2278; this.match(PostgreSqlParser.KW_SHOW); - this.state = 2286; + this.state = 2288; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 54, this.context) ) { case 1: { - this.state = 2277; + this.state = 2279; this.var_name(); } break; case 2: { - this.state = 2278; + this.state = 2280; this.match(PostgreSqlParser.KW_TIME); - this.state = 2279; + this.state = 2281; this.match(PostgreSqlParser.KW_ZONE); } break; case 3: { - this.state = 2280; - this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2281; - this.match(PostgreSqlParser.KW_ISOLATION); this.state = 2282; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2283; + this.match(PostgreSqlParser.KW_ISOLATION); + this.state = 2284; this.match(PostgreSqlParser.KW_LEVEL); } break; case 4: { - this.state = 2283; + this.state = 2285; this.match(PostgreSqlParser.KW_SESSION); - this.state = 2284; + this.state = 2286; this.match(PostgreSqlParser.KW_AUTHORIZATION); } break; case 5: { - this.state = 2285; + this.state = 2287; this.match(PostgreSqlParser.KW_ALL); } break; @@ -7450,13 +7453,13 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2288; - this.match(PostgreSqlParser.KW_SET); - this.state = 2289; - this.match(PostgreSqlParser.KW_CONSTRAINTS); this.state = 2290; - this.constraints_set_list(); + this.match(PostgreSqlParser.KW_SET); this.state = 2291; + this.match(PostgreSqlParser.KW_CONSTRAINTS); + this.state = 2292; + this.constraints_set_list(); + this.state = 2293; this.constraints_set_mode(); } } @@ -7478,13 +7481,13 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Constraints_set_listContext(this.context, this.state); this.enterRule(localContext, 96, PostgreSqlParser.RULE_constraints_set_list); try { - this.state = 2295; + this.state = 2297; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 2293; + this.state = 2295; this.match(PostgreSqlParser.KW_ALL); } break; @@ -7889,7 +7892,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 2294; + this.state = 2296; this.qualified_name_list(); } break; @@ -7918,7 +7921,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2297; + this.state = 2299; _la = this.tokenStream.LA(1); if(!(_la === 180 || _la === 221)) { this.errorHandler.recoverInline(this); @@ -7949,7 +7952,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2299; + this.state = 2301; this.match(PostgreSqlParser.KW_CHECKPOINT); } } @@ -7974,9 +7977,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2301; + this.state = 2303; this.match(PostgreSqlParser.KW_DISCARD); - this.state = 2302; + this.state = 2304; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 288 || ((((_la - 329)) & ~0x1F) === 0 && ((1 << (_la - 329)) & 41943041) !== 0))) { this.errorHandler.recoverInline(this); @@ -8006,29 +8009,29 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 104, PostgreSqlParser.RULE_altertablestmt); let _la: number; try { - this.state = 2437; + this.state = 2439; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 74, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2304; + this.state = 2306; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2305; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2307; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2309; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 56, this.context) ) { case 1: { - this.state = 2306; + this.state = 2308; this.opt_if_exists(); } break; } - this.state = 2309; + this.state = 2311; this.relation_expr(); - this.state = 2312; + this.state = 2314; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOT: @@ -8049,14 +8052,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: case PostgreSqlParser.KW_VALIDATE: { - this.state = 2310; + this.state = 2312; this.alter_table_cmds(); } break; case PostgreSqlParser.KW_ATTACH: case PostgreSqlParser.KW_DETACH: { - this.state = 2311; + this.state = 2313; this.partition_cmd(); } break; @@ -8068,44 +8071,44 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2314; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2315; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2316; - this.match(PostgreSqlParser.KW_ALL); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2317; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_TABLE); this.state = 2318; - this.match(PostgreSqlParser.KW_TABLESPACE); + this.match(PostgreSqlParser.KW_ALL); this.state = 2319; + this.match(PostgreSqlParser.KW_IN); + this.state = 2320; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2321; this.tablespace_name(); - this.state = 2323; + this.state = 2325; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 2320; - this.match(PostgreSqlParser.KW_OWNED); - this.state = 2321; - this.match(PostgreSqlParser.KW_BY); this.state = 2322; + this.match(PostgreSqlParser.KW_OWNED); + this.state = 2323; + this.match(PostgreSqlParser.KW_BY); + this.state = 2324; this.role_list(); } } - this.state = 2325; - this.match(PostgreSqlParser.KW_SET); - this.state = 2326; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2327; - this.tablespace_name_create(); + this.match(PostgreSqlParser.KW_SET); + this.state = 2328; + this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2329; + this.tablespace_name_create(); + this.state = 2331; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 59, this.context) ) { case 1: { - this.state = 2328; + this.state = 2330; this.opt_nowait(); } break; @@ -8115,44 +8118,44 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2331; + this.state = 2333; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2332; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2334; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2336; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 60, this.context) ) { case 1: { - this.state = 2333; + this.state = 2335; this.opt_if_exists(); } break; } - this.state = 2336; - this.table_name(); - this.state = 2337; - this.match(PostgreSqlParser.KW_ATTACH); this.state = 2338; - this.match(PostgreSqlParser.KW_PARTITION); + this.table_name(); this.state = 2339; + this.match(PostgreSqlParser.KW_ATTACH); + this.state = 2340; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2341; this.qualified_name(); - this.state = 2344; + this.state = 2346; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: { - this.state = 2340; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2341; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2342; + this.match(PostgreSqlParser.KW_FOR); + this.state = 2343; + this.match(PostgreSqlParser.KW_VALUES); + this.state = 2344; this.partition_bound_spec(); } break; case PostgreSqlParser.KW_DEFAULT: { - this.state = 2343; + this.state = 2345; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -8164,34 +8167,34 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2346; + this.state = 2348; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2347; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2349; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2351; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 62, this.context) ) { case 1: { - this.state = 2348; + this.state = 2350; this.opt_if_exists(); } break; } - this.state = 2351; - this.table_name(); - this.state = 2352; - this.match(PostgreSqlParser.KW_DETACH); this.state = 2353; - this.match(PostgreSqlParser.KW_PARTITION); + this.table_name(); this.state = 2354; - this.qualified_name(); + this.match(PostgreSqlParser.KW_DETACH); + this.state = 2355; + this.match(PostgreSqlParser.KW_PARTITION); this.state = 2356; + this.qualified_name(); + this.state = 2358; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109 || _la === 532) { { - this.state = 2355; + this.state = 2357; _la = this.tokenStream.LA(1); if(!(_la === 109 || _la === 532)) { this.errorHandler.recoverInline(this); @@ -8208,23 +8211,23 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2358; + this.state = 2360; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2359; - this.match(PostgreSqlParser.KW_INDEX); this.state = 2361; + this.match(PostgreSqlParser.KW_INDEX); + this.state = 2363; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 64, this.context) ) { case 1: { - this.state = 2360; + this.state = 2362; this.opt_if_exists(); } break; } - this.state = 2363; + this.state = 2365; this.qualified_name(); - this.state = 2366; + this.state = 2368; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOT: @@ -8245,13 +8248,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: case PostgreSqlParser.KW_VALIDATE: { - this.state = 2364; + this.state = 2366; this.alter_table_cmds(); } break; case PostgreSqlParser.KW_ATTACH: { - this.state = 2365; + this.state = 2367; this.index_partition_cmd(); } break; @@ -8263,44 +8266,44 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2368; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2369; - this.match(PostgreSqlParser.KW_INDEX); this.state = 2370; - this.match(PostgreSqlParser.KW_ALL); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2371; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_INDEX); this.state = 2372; - this.match(PostgreSqlParser.KW_TABLESPACE); + this.match(PostgreSqlParser.KW_ALL); this.state = 2373; + this.match(PostgreSqlParser.KW_IN); + this.state = 2374; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2375; this.tablespace_name(); - this.state = 2377; + this.state = 2379; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 2374; - this.match(PostgreSqlParser.KW_OWNED); - this.state = 2375; - this.match(PostgreSqlParser.KW_BY); this.state = 2376; + this.match(PostgreSqlParser.KW_OWNED); + this.state = 2377; + this.match(PostgreSqlParser.KW_BY); + this.state = 2378; this.role_list(); } } - this.state = 2379; - this.match(PostgreSqlParser.KW_SET); - this.state = 2380; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2381; - this.tablespace_name(); + this.match(PostgreSqlParser.KW_SET); + this.state = 2382; + this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2383; + this.tablespace_name(); + this.state = 2385; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 67, this.context) ) { case 1: { - this.state = 2382; + this.state = 2384; this.opt_nowait(); } break; @@ -8310,117 +8313,117 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2385; + this.state = 2387; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2386; - this.match(PostgreSqlParser.KW_SEQUENCE); this.state = 2388; + this.match(PostgreSqlParser.KW_SEQUENCE); + this.state = 2390; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 68, this.context) ) { case 1: { - this.state = 2387; + this.state = 2389; this.opt_if_exists(); } break; } - this.state = 2390; + this.state = 2392; this.qualified_name(); - this.state = 2391; + this.state = 2393; this.alter_table_cmds(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2393; + this.state = 2395; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2394; - this.match(PostgreSqlParser.KW_VIEW); this.state = 2396; + this.match(PostgreSqlParser.KW_VIEW); + this.state = 2398; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 69, this.context) ) { case 1: { - this.state = 2395; + this.state = 2397; this.opt_if_exists(); } break; } - this.state = 2398; + this.state = 2400; this.view_name(); - this.state = 2399; + this.state = 2401; this.alter_table_cmds(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2401; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2402; - this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2403; - this.match(PostgreSqlParser.KW_VIEW); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2404; + this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2405; + this.match(PostgreSqlParser.KW_VIEW); + this.state = 2407; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 70, this.context) ) { case 1: { - this.state = 2404; + this.state = 2406; this.opt_if_exists(); } break; } - this.state = 2407; + this.state = 2409; this.view_name(); - this.state = 2408; + this.state = 2410; this.alter_table_cmds(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2410; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2411; - this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2412; - this.match(PostgreSqlParser.KW_VIEW); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2413; - this.match(PostgreSqlParser.KW_ALL); + this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2414; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_VIEW); this.state = 2415; - this.match(PostgreSqlParser.KW_TABLESPACE); + this.match(PostgreSqlParser.KW_ALL); this.state = 2416; + this.match(PostgreSqlParser.KW_IN); + this.state = 2417; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2418; this.tablespace_name(); - this.state = 2420; + this.state = 2422; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 2417; - this.match(PostgreSqlParser.KW_OWNED); - this.state = 2418; - this.match(PostgreSqlParser.KW_BY); this.state = 2419; + this.match(PostgreSqlParser.KW_OWNED); + this.state = 2420; + this.match(PostgreSqlParser.KW_BY); + this.state = 2421; this.role_list(); } } - this.state = 2422; - this.match(PostgreSqlParser.KW_SET); - this.state = 2423; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2424; - this.tablespace_name_create(); + this.match(PostgreSqlParser.KW_SET); + this.state = 2425; + this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2426; + this.tablespace_name_create(); + this.state = 2428; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { case 1: { - this.state = 2425; + this.state = 2427; this.opt_nowait(); } break; @@ -8430,25 +8433,25 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2428; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2429; - this.match(PostgreSqlParser.KW_FOREIGN); this.state = 2430; - this.match(PostgreSqlParser.KW_TABLE); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2431; + this.match(PostgreSqlParser.KW_FOREIGN); this.state = 2432; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2434; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 73, this.context) ) { case 1: { - this.state = 2431; + this.state = 2433; this.opt_if_exists(); } break; } - this.state = 2434; + this.state = 2436; this.relation_expr(); - this.state = 2435; + this.state = 2437; this.alter_table_cmds(); } break; @@ -8475,21 +8478,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2439; + this.state = 2441; this.alter_table_cmd(); - this.state = 2444; + this.state = 2446; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2440; + this.state = 2442; this.match(PostgreSqlParser.COMMA); - this.state = 2441; + this.state = 2443; this.alter_table_cmd(); } } - this.state = 2446; + this.state = 2448; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -8513,37 +8516,37 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Partition_bound_specContext(this.context, this.state); this.enterRule(localContext, 108, PostgreSqlParser.RULE_partition_bound_spec); try { - this.state = 2456; + this.state = 2458; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 1); { - this.state = 2447; + this.state = 2449; this.match(PostgreSqlParser.KW_IN); - this.state = 2448; + this.state = 2450; this.opt_type_modifiers(); } break; case PostgreSqlParser.KW_FROM: this.enterOuterAlt(localContext, 2); { - this.state = 2449; - this.match(PostgreSqlParser.KW_FROM); - this.state = 2450; - this.partition_bound_cluase(); this.state = 2451; - this.match(PostgreSqlParser.KW_TO); + this.match(PostgreSqlParser.KW_FROM); this.state = 2452; this.partition_bound_cluase(); + this.state = 2453; + this.match(PostgreSqlParser.KW_TO); + this.state = 2454; + this.partition_bound_cluase(); } break; case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 3); { - this.state = 2454; + this.state = 2456; this.match(PostgreSqlParser.KW_WITH); - this.state = 2455; + this.state = 2457; this.partition_with_cluase(); } break; @@ -8572,27 +8575,27 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2458; + this.state = 2460; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2459; + this.state = 2461; this.partition_bound_choose(); - this.state = 2464; + this.state = 2466; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2460; + this.state = 2462; this.match(PostgreSqlParser.COMMA); - this.state = 2461; + this.state = 2463; this.partition_bound_choose(); } } - this.state = 2466; + this.state = 2468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2467; + this.state = 2469; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -8614,27 +8617,27 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Partition_bound_chooseContext(this.context, this.state); this.enterRule(localContext, 112, PostgreSqlParser.RULE_partition_bound_choose); try { - this.state = 2472; + this.state = 2474; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 1); { - this.state = 2469; + this.state = 2471; this.opt_type_modifiers(); } break; case PostgreSqlParser.KW_MINVALUE: this.enterOuterAlt(localContext, 2); { - this.state = 2470; + this.state = 2472; this.match(PostgreSqlParser.KW_MINVALUE); } break; case PostgreSqlParser.KW_MAXVALUE: this.enterOuterAlt(localContext, 3); { - this.state = 2471; + this.state = 2473; this.match(PostgreSqlParser.KW_MAXVALUE); } break; @@ -8662,19 +8665,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2474; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2475; - this.match(PostgreSqlParser.KW_MODULUS); this.state = 2476; - this.numericonly(); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2477; - this.match(PostgreSqlParser.COMMA); + this.match(PostgreSqlParser.KW_MODULUS); this.state = 2478; - this.match(PostgreSqlParser.KW_REMAINDER); - this.state = 2479; this.numericonly(); + this.state = 2479; + this.match(PostgreSqlParser.COMMA); this.state = 2480; + this.match(PostgreSqlParser.KW_REMAINDER); + this.state = 2481; + this.numericonly(); + this.state = 2482; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -8696,30 +8699,30 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Partition_cmdContext(this.context, this.state); this.enterRule(localContext, 116, PostgreSqlParser.RULE_partition_cmd); try { - this.state = 2490; + this.state = 2492; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ATTACH: this.enterOuterAlt(localContext, 1); { - this.state = 2482; - this.match(PostgreSqlParser.KW_ATTACH); - this.state = 2483; - this.match(PostgreSqlParser.KW_PARTITION); this.state = 2484; - this.qualified_name(); + this.match(PostgreSqlParser.KW_ATTACH); this.state = 2485; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2486; + this.qualified_name(); + this.state = 2487; this.partitionboundspec(); } break; case PostgreSqlParser.KW_DETACH: this.enterOuterAlt(localContext, 2); { - this.state = 2487; - this.match(PostgreSqlParser.KW_DETACH); - this.state = 2488; - this.match(PostgreSqlParser.KW_PARTITION); this.state = 2489; + this.match(PostgreSqlParser.KW_DETACH); + this.state = 2490; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2491; this.qualified_name(); } break; @@ -8747,11 +8750,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2492; - this.match(PostgreSqlParser.KW_ATTACH); - this.state = 2493; - this.match(PostgreSqlParser.KW_PARTITION); this.state = 2494; + this.match(PostgreSqlParser.KW_ATTACH); + this.state = 2495; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2496; this.qualified_name(); } } @@ -8774,79 +8777,79 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 120, PostgreSqlParser.RULE_alter_table_cmd); let _la: number; try { - this.state = 2713; + this.state = 2715; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 108, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2496; + this.state = 2498; this.match(PostgreSqlParser.KW_ADD); - this.state = 2499; + this.state = 2501; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 2497; + this.state = 2499; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 2498; + this.state = 2500; this.name(); } } - this.state = 2501; + this.state = 2503; this.constraintelem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2502; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2503; - this.match(PostgreSqlParser.KW_CONSTRAINT); this.state = 2504; - this.name(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2505; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 2506; + this.name(); + this.state = 2507; this.constraintattributespec(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2507; - this.match(PostgreSqlParser.KW_VALIDATE); - this.state = 2508; - this.match(PostgreSqlParser.KW_CONSTRAINT); this.state = 2509; + this.match(PostgreSqlParser.KW_VALIDATE); + this.state = 2510; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 2511; this.name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2510; + this.state = 2512; this.match(PostgreSqlParser.KW_DROP); - this.state = 2511; - this.match(PostgreSqlParser.KW_CONSTRAINT); this.state = 2513; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 2515; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 81, this.context) ) { case 1: { - this.state = 2512; + this.state = 2514; this.opt_if_exists(); } break; } - this.state = 2515; - this.name(); this.state = 2517; + this.name(); + this.state = 2519; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 82, this.context) ) { case 1: { - this.state = 2516; + this.state = 2518; this.opt_drop_behavior(); } break; @@ -8856,42 +8859,42 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2519; - this.match(PostgreSqlParser.KW_SET); - this.state = 2520; - this.match(PostgreSqlParser.KW_WITHOUT); this.state = 2521; + this.match(PostgreSqlParser.KW_SET); + this.state = 2522; + this.match(PostgreSqlParser.KW_WITHOUT); + this.state = 2523; this.match(PostgreSqlParser.KW_OIDS); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2522; - this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 2523; - this.match(PostgreSqlParser.KW_ON); this.state = 2524; + this.match(PostgreSqlParser.KW_CLUSTER); + this.state = 2525; + this.match(PostgreSqlParser.KW_ON); + this.state = 2526; this.name(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2525; - this.match(PostgreSqlParser.KW_SET); - this.state = 2526; - this.match(PostgreSqlParser.KW_WITHOUT); this.state = 2527; + this.match(PostgreSqlParser.KW_SET); + this.state = 2528; + this.match(PostgreSqlParser.KW_WITHOUT); + this.state = 2529; this.match(PostgreSqlParser.KW_CLUSTER); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2528; + this.state = 2530; this.match(PostgreSqlParser.KW_SET); - this.state = 2529; + this.state = 2531; _la = this.tokenStream.LA(1); if(!(_la === 367 || _la === 439)) { this.errorHandler.recoverInline(this); @@ -8905,14 +8908,14 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2530; - this.match(PostgreSqlParser.KW_ENABLE); this.state = 2532; + this.match(PostgreSqlParser.KW_ENABLE); + this.state = 2534; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 139 || _la === 312) { { - this.state = 2531; + this.state = 2533; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -8924,29 +8927,29 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 2534; + this.state = 2536; this.match(PostgreSqlParser.KW_TRIGGER); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2535; + this.state = 2537; this.match(PostgreSqlParser.KW_DISABLE); - this.state = 2536; + this.state = 2538; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 2540; + this.state = 2542; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 2537; + this.state = 2539; this.match(PostgreSqlParser.KW_ALL); } break; case PostgreSqlParser.KW_USER: { - this.state = 2538; + this.state = 2540; this.match(PostgreSqlParser.KW_USER); } break; @@ -9350,7 +9353,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2539; + this.state = 2541; this.name(); } break; @@ -9362,9 +9365,9 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2542; + this.state = 2544; this.match(PostgreSqlParser.KW_ENABLE); - this.state = 2543; + this.state = 2545; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -9373,198 +9376,198 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2544; + this.state = 2546; this.match(PostgreSqlParser.KW_RULE); - this.state = 2545; + this.state = 2547; this.name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2546; - this.match(PostgreSqlParser.KW_DISABLE); - this.state = 2547; - this.match(PostgreSqlParser.KW_RULE); this.state = 2548; + this.match(PostgreSqlParser.KW_DISABLE); + this.state = 2549; + this.match(PostgreSqlParser.KW_RULE); + this.state = 2550; this.name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 2550; + this.state = 2552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 2549; + this.state = 2551; this.match(PostgreSqlParser.KW_NO); } } - this.state = 2552; + this.state = 2554; this.match(PostgreSqlParser.KW_INHERIT); - this.state = 2553; + this.state = 2555; this.qualified_name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 2554; + this.state = 2556; this.match(PostgreSqlParser.KW_OF); - this.state = 2555; + this.state = 2557; this.any_name(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 2556; + this.state = 2558; this.match(PostgreSqlParser.KW_NOT); - this.state = 2557; + this.state = 2559; this.match(PostgreSqlParser.KW_OF); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 2558; - this.match(PostgreSqlParser.KW_OWNER); - this.state = 2559; - this.match(PostgreSqlParser.KW_TO); this.state = 2560; + this.match(PostgreSqlParser.KW_OWNER); + this.state = 2561; + this.match(PostgreSqlParser.KW_TO); + this.state = 2562; this.rolespec(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 2561; - this.match(PostgreSqlParser.KW_SET); - this.state = 2562; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2563; + this.match(PostgreSqlParser.KW_SET); + this.state = 2564; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2565; this.tablespace_name_create(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 2564; + this.state = 2566; this.match(PostgreSqlParser.KW_SET); - this.state = 2565; + this.state = 2567; this.reloptions(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 2566; + this.state = 2568; this.match(PostgreSqlParser.KW_RESET); - this.state = 2567; + this.state = 2569; this.reloptions(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 2568; - this.match(PostgreSqlParser.KW_REPLICA); - this.state = 2569; - this.match(PostgreSqlParser.KW_IDENTITY); this.state = 2570; + this.match(PostgreSqlParser.KW_REPLICA); + this.state = 2571; + this.match(PostgreSqlParser.KW_IDENTITY); + this.state = 2572; this.replica_identity(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 2571; - this.match(PostgreSqlParser.KW_ENABLE); - this.state = 2572; - this.match(PostgreSqlParser.KW_ROW); this.state = 2573; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_ENABLE); this.state = 2574; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2575; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2576; this.match(PostgreSqlParser.KW_SECURITY); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 2575; - this.match(PostgreSqlParser.KW_DISABLE); - this.state = 2576; - this.match(PostgreSqlParser.KW_ROW); this.state = 2577; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_DISABLE); this.state = 2578; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2579; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2580; this.match(PostgreSqlParser.KW_SECURITY); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 2579; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2580; - this.match(PostgreSqlParser.KW_ROW); this.state = 2581; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_FORCE); this.state = 2582; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2583; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2584; this.match(PostgreSqlParser.KW_SECURITY); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 2583; - this.match(PostgreSqlParser.KW_NO); - this.state = 2584; - this.match(PostgreSqlParser.KW_FORCE); this.state = 2585; - this.match(PostgreSqlParser.KW_ROW); + this.match(PostgreSqlParser.KW_NO); this.state = 2586; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_FORCE); this.state = 2587; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2588; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2589; this.match(PostgreSqlParser.KW_SECURITY); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 2588; - this.match(PostgreSqlParser.KW_DROP); this.state = 2590; + this.match(PostgreSqlParser.KW_DROP); + this.state = 2592; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 86, this.context) ) { case 1: { - this.state = 2589; + this.state = 2591; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2593; + this.state = 2595; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 87, this.context) ) { case 1: { - this.state = 2592; + this.state = 2594; this.opt_if_exists(); } break; } - this.state = 2595; - this.column_name(); this.state = 2597; + this.column_name(); + this.state = 2599; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { case 1: { - this.state = 2596; + this.state = 2598; this.opt_drop_behavior(); } break; @@ -9574,71 +9577,71 @@ export class PostgreSqlParser extends SQLParserBase { case 26: this.enterOuterAlt(localContext, 26); { - this.state = 2599; - this.match(PostgreSqlParser.KW_ADD); this.state = 2601; + this.match(PostgreSqlParser.KW_ADD); + this.state = 2603; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 44) { { - this.state = 2600; + this.state = 2602; this.match(PostgreSqlParser.KW_COLUMN); } } - this.state = 2604; + this.state = 2606; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 90, this.context) ) { case 1: { - this.state = 2603; + this.state = 2605; this.opt_if_not_exists(); } break; } - this.state = 2606; + this.state = 2608; this.column_def(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 2607; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2609; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2611; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 91, this.context) ) { case 1: { - this.state = 2608; + this.state = 2610; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2611; + this.state = 2613; this.column_name(); - this.state = 2612; + this.state = 2614; this.alter_column_default(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 2614; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2616; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2618; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { case 1: { - this.state = 2615; + this.state = 2617; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2618; + this.state = 2620; this.column_name(); - this.state = 2619; + this.state = 2621; _la = this.tokenStream.LA(1); if(!(_la === 191 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -9647,39 +9650,39 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2620; + this.state = 2622; this.match(PostgreSqlParser.KW_NOT); - this.state = 2621; + this.state = 2623; this.match(PostgreSqlParser.KW_NULL); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 2623; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2625; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2627; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 93, this.context) ) { case 1: { - this.state = 2624; + this.state = 2626; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2627; - this.column_name(); - this.state = 2628; - this.match(PostgreSqlParser.KW_DROP); this.state = 2629; - this.match(PostgreSqlParser.KW_EXPRESSION); + this.column_name(); + this.state = 2630; + this.match(PostgreSqlParser.KW_DROP); this.state = 2631; + this.match(PostgreSqlParser.KW_EXPRESSION); + this.state = 2633; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 94, this.context) ) { case 1: { - this.state = 2630; + this.state = 2632; this.opt_if_exists(); } break; @@ -9689,46 +9692,46 @@ export class PostgreSqlParser extends SQLParserBase { case 30: this.enterOuterAlt(localContext, 30); { - this.state = 2633; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2635; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2637; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 95, this.context) ) { case 1: { - this.state = 2634; + this.state = 2636; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2637; - this.column_name(); - this.state = 2638; - this.match(PostgreSqlParser.KW_SET); this.state = 2639; - this.match(PostgreSqlParser.KW_STATISTICS); + this.column_name(); this.state = 2640; + this.match(PostgreSqlParser.KW_SET); + this.state = 2641; + this.match(PostgreSqlParser.KW_STATISTICS); + this.state = 2642; this.signediconst(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 2642; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2644; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2646; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 96, this.context) ) { case 1: { - this.state = 2643; + this.state = 2645; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2646; + this.state = 2648; this.column_name(); - this.state = 2647; + this.state = 2649; _la = this.tokenStream.LA(1); if(!(_la === 313 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -9737,68 +9740,68 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2648; + this.state = 2650; this.reloptions(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 2650; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2652; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2654; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 97, this.context) ) { case 1: { - this.state = 2651; + this.state = 2653; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2654; - this.column_name(); - this.state = 2655; - this.match(PostgreSqlParser.KW_SET); this.state = 2656; - this.match(PostgreSqlParser.KW_STORAGE); + this.column_name(); this.state = 2657; + this.match(PostgreSqlParser.KW_SET); + this.state = 2658; + this.match(PostgreSqlParser.KW_STORAGE); + this.state = 2659; this.colid(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 2659; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2661; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2663; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 98, this.context) ) { case 1: { - this.state = 2660; + this.state = 2662; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2663; - this.column_name(); - this.state = 2664; - this.match(PostgreSqlParser.KW_ADD); this.state = 2665; - this.match(PostgreSqlParser.KW_GENERATED); + this.column_name(); this.state = 2666; - this.generated_when(); + this.match(PostgreSqlParser.KW_ADD); this.state = 2667; - this.match(PostgreSqlParser.KW_AS); + this.match(PostgreSqlParser.KW_GENERATED); this.state = 2668; - this.match(PostgreSqlParser.KW_IDENTITY); + this.generated_when(); + this.state = 2669; + this.match(PostgreSqlParser.KW_AS); this.state = 2670; + this.match(PostgreSqlParser.KW_IDENTITY); + this.state = 2672; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 99, this.context) ) { case 1: { - this.state = 2669; + this.state = 2671; this.optparenthesizedseqoptlist(); } break; @@ -9808,51 +9811,51 @@ export class PostgreSqlParser extends SQLParserBase { case 34: this.enterOuterAlt(localContext, 34); { - this.state = 2672; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2674; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2676; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 100, this.context) ) { case 1: { - this.state = 2673; + this.state = 2675; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2676; + this.state = 2678; this.column_name(); - this.state = 2677; + this.state = 2679; this.alter_identity_column_option_list(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 2679; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2681; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2683; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 101, this.context) ) { case 1: { - this.state = 2680; + this.state = 2682; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2683; - this.column_name(); - this.state = 2684; - this.match(PostgreSqlParser.KW_DROP); this.state = 2685; - this.match(PostgreSqlParser.KW_IDENTITY); + this.column_name(); + this.state = 2686; + this.match(PostgreSqlParser.KW_DROP); this.state = 2687; + this.match(PostgreSqlParser.KW_IDENTITY); + this.state = 2689; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 102, this.context) ) { case 1: { - this.state = 2686; + this.state = 2688; this.opt_if_exists(); } break; @@ -9862,50 +9865,50 @@ export class PostgreSqlParser extends SQLParserBase { case 36: this.enterOuterAlt(localContext, 36); { - this.state = 2689; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2691; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2693; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: { - this.state = 2690; + this.state = 2692; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2693; - this.column_name(); this.state = 2695; + this.column_name(); + this.state = 2697; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 2694; + this.state = 2696; this.opt_set_data(); } } - this.state = 2697; + this.state = 2699; this.match(PostgreSqlParser.KW_TYPE); - this.state = 2698; - this.typename(); this.state = 2700; + this.typename(); + this.state = 2702; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 105, this.context) ) { case 1: { - this.state = 2699; + this.state = 2701; this.opt_collate_clause(); } break; } - this.state = 2703; + this.state = 2705; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2702; + this.state = 2704; this.alter_using(); } } @@ -9915,28 +9918,28 @@ export class PostgreSqlParser extends SQLParserBase { case 37: this.enterOuterAlt(localContext, 37); { - this.state = 2705; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2707; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2709; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 107, this.context) ) { case 1: { - this.state = 2706; + this.state = 2708; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2709; + this.state = 2711; this.column_name(); - this.state = 2710; + this.state = 2712; this.alter_generic_options(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 2712; + this.state = 2714; this.alter_generic_options(); } break; @@ -9960,26 +9963,26 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Alter_column_defaultContext(this.context, this.state); this.enterRule(localContext, 122, PostgreSqlParser.RULE_alter_column_default); try { - this.state = 2720; + this.state = 2722; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 2715; - this.match(PostgreSqlParser.KW_SET); - this.state = 2716; - this.match(PostgreSqlParser.KW_DEFAULT); this.state = 2717; + this.match(PostgreSqlParser.KW_SET); + this.state = 2718; + this.match(PostgreSqlParser.KW_DEFAULT); + this.state = 2719; this.a_expr(); } break; case PostgreSqlParser.KW_DROP: this.enterOuterAlt(localContext, 2); { - this.state = 2718; + this.state = 2720; this.match(PostgreSqlParser.KW_DROP); - this.state = 2719; + this.state = 2721; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -10008,7 +10011,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2722; + this.state = 2724; _la = this.tokenStream.LA(1); if(!(_la === 150 || _la === 315)) { this.errorHandler.recoverInline(this); @@ -10039,9 +10042,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2724; + this.state = 2726; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 2725; + this.state = 2727; this.any_name(); } } @@ -10065,9 +10068,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2727; + this.state = 2729; this.match(PostgreSqlParser.KW_USING); - this.state = 2728; + this.state = 2730; this.a_expr(); } } @@ -10089,38 +10092,38 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Replica_identityContext(this.context, this.state); this.enterRule(localContext, 130, PostgreSqlParser.RULE_replica_identity); try { - this.state = 2736; + this.state = 2738; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOTHING: this.enterOuterAlt(localContext, 1); { - this.state = 2730; + this.state = 2732; this.match(PostgreSqlParser.KW_NOTHING); } break; case PostgreSqlParser.KW_FULL: this.enterOuterAlt(localContext, 2); { - this.state = 2731; + this.state = 2733; this.match(PostgreSqlParser.KW_FULL); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 3); { - this.state = 2732; + this.state = 2734; this.match(PostgreSqlParser.KW_DEFAULT); } break; case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 4); { - this.state = 2733; - this.match(PostgreSqlParser.KW_USING); - this.state = 2734; - this.match(PostgreSqlParser.KW_INDEX); this.state = 2735; + this.match(PostgreSqlParser.KW_USING); + this.state = 2736; + this.match(PostgreSqlParser.KW_INDEX); + this.state = 2737; this.name(); } break; @@ -10148,11 +10151,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2738; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2739; - this.reloption_list(); this.state = 2740; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2741; + this.reloption_list(); + this.state = 2742; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -10176,9 +10179,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2742; + this.state = 2744; this.match(PostgreSqlParser.KW_WITH); - this.state = 2743; + this.state = 2745; this.reloptions(); } } @@ -10203,21 +10206,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2745; + this.state = 2747; this.reloption_elem(); - this.state = 2750; + this.state = 2752; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2746; + this.state = 2748; this.match(PostgreSqlParser.COMMA); - this.state = 2747; + this.state = 2749; this.reloption_elem(); } } - this.state = 2752; + this.state = 2754; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10244,33 +10247,33 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2753; + this.state = 2755; this.collabel(); - this.state = 2762; + this.state = 2764; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EQUAL: { - this.state = 2754; + this.state = 2756; this.match(PostgreSqlParser.EQUAL); - this.state = 2755; + this.state = 2757; this.def_arg(); } break; case PostgreSqlParser.DOT: { - this.state = 2756; + this.state = 2758; this.match(PostgreSqlParser.DOT); - this.state = 2757; + this.state = 2759; this.collabel(); - this.state = 2760; + this.state = 2762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 2758; + this.state = 2760; this.match(PostgreSqlParser.EQUAL); - this.state = 2759; + this.state = 2761; this.def_arg(); } } @@ -10306,7 +10309,7 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2765; + this.state = 2767; this.errorHandler.sync(this); alternative = 1; do { @@ -10314,7 +10317,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 2764; + this.state = 2766; this.alter_identity_column_option(); } } @@ -10322,7 +10325,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2767; + this.state = 2769; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 114, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -10347,30 +10350,30 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 142, PostgreSqlParser.RULE_alter_identity_column_option); let _la: number; try { - this.state = 2782; + this.state = 2784; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RESTART: this.enterOuterAlt(localContext, 1); { - this.state = 2769; + this.state = 2771; this.match(PostgreSqlParser.KW_RESTART); - this.state = 2774; + this.state = 2776; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 116, this.context) ) { case 1: { - this.state = 2771; + this.state = 2773; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 2770; + this.state = 2772; this.opt_with(); } } - this.state = 2773; + this.state = 2775; this.numericonly(); } break; @@ -10380,9 +10383,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 2); { - this.state = 2776; + this.state = 2778; this.match(PostgreSqlParser.KW_SET); - this.state = 2780; + this.state = 2782; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: @@ -10397,15 +10400,15 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SEQUENCE: case PostgreSqlParser.KW_START: { - this.state = 2777; + this.state = 2779; this.seqoptelem(); } break; case PostgreSqlParser.KW_GENERATED: { - this.state = 2778; + this.state = 2780; this.match(PostgreSqlParser.KW_GENERATED); - this.state = 2779; + this.state = 2781; this.generated_when(); } break; @@ -10436,72 +10439,72 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new PartitionboundspecContext(this.context, this.state); this.enterRule(localContext, 144, PostgreSqlParser.RULE_partitionboundspec); try { - this.state = 2810; + this.state = 2812; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 119, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2784; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2785; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2786; - this.match(PostgreSqlParser.KW_WITH); + this.match(PostgreSqlParser.KW_FOR); this.state = 2787; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_VALUES); this.state = 2788; - this.hash_partbound(); + this.match(PostgreSqlParser.KW_WITH); this.state = 2789; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2790; + this.hash_partbound(); + this.state = 2791; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2791; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2792; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2793; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_FOR); this.state = 2794; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_VALUES); this.state = 2795; - this.expr_list(); + this.match(PostgreSqlParser.KW_IN); this.state = 2796; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2797; + this.expr_list(); + this.state = 2798; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2798; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2799; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2800; - this.match(PostgreSqlParser.KW_FROM); + this.match(PostgreSqlParser.KW_FOR); this.state = 2801; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_VALUES); this.state = 2802; - this.expr_list(); + this.match(PostgreSqlParser.KW_FROM); this.state = 2803; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2804; - this.match(PostgreSqlParser.KW_TO); - this.state = 2805; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2806; + this.state = 2804; this.expr_list(); + this.state = 2805; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 2806; + this.match(PostgreSqlParser.KW_TO); this.state = 2807; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2808; + this.expr_list(); + this.state = 2809; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2809; + this.state = 2811; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -10527,9 +10530,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2812; + this.state = 2814; this.nonreservedword(); - this.state = 2813; + this.state = 2815; this.iconst(); } } @@ -10554,21 +10557,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2815; + this.state = 2817; this.hash_partbound_elem(); - this.state = 2820; + this.state = 2822; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2816; + this.state = 2818; this.match(PostgreSqlParser.COMMA); - this.state = 2817; + this.state = 2819; this.hash_partbound_elem(); } } - this.state = 2822; + this.state = 2824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10594,13 +10597,13 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2823; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2824; - this.match(PostgreSqlParser.KW_TYPE); this.state = 2825; - this.any_name(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2826; + this.match(PostgreSqlParser.KW_TYPE); + this.state = 2827; + this.any_name(); + this.state = 2828; this.alter_type_cmds(); } } @@ -10625,21 +10628,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2828; + this.state = 2830; this.alter_type_cmd(); - this.state = 2833; + this.state = 2835; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2829; + this.state = 2831; this.match(PostgreSqlParser.COMMA); - this.state = 2830; + this.state = 2832; this.alter_type_cmd(); } } - this.state = 2835; + this.state = 2837; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10664,24 +10667,24 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 154, PostgreSqlParser.RULE_alter_type_cmd); let _la: number; try { - this.state = 2865; + this.state = 2867; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ADD: this.enterOuterAlt(localContext, 1); { - this.state = 2836; - this.match(PostgreSqlParser.KW_ADD); - this.state = 2837; - this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2838; - this.tablefuncelement(); + this.match(PostgreSqlParser.KW_ADD); + this.state = 2839; + this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2840; + this.tablefuncelement(); + this.state = 2842; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 122, this.context) ) { case 1: { - this.state = 2839; + this.state = 2841; this.opt_drop_behavior(); } break; @@ -10691,28 +10694,28 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DROP: this.enterOuterAlt(localContext, 2); { - this.state = 2842; + this.state = 2844; this.match(PostgreSqlParser.KW_DROP); - this.state = 2843; - this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2845; + this.match(PostgreSqlParser.KW_ATTRIBUTE); + this.state = 2847; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 123, this.context) ) { case 1: { - this.state = 2844; + this.state = 2846; this.opt_if_exists(); } break; } - this.state = 2847; - this.colid(); this.state = 2849; + this.colid(); + this.state = 2851; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 124, this.context) ) { case 1: { - this.state = 2848; + this.state = 2850; this.opt_drop_behavior(); } break; @@ -10722,42 +10725,42 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ALTER: this.enterOuterAlt(localContext, 3); { - this.state = 2851; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2852; - this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2853; - this.colid(); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2854; + this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2855; + this.colid(); + this.state = 2857; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 2854; + this.state = 2856; this.opt_set_data(); } } - this.state = 2857; + this.state = 2859; this.match(PostgreSqlParser.KW_TYPE); - this.state = 2858; - this.typename(); this.state = 2860; + this.typename(); + this.state = 2862; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 126, this.context) ) { case 1: { - this.state = 2859; + this.state = 2861; this.opt_collate_clause(); } break; } - this.state = 2863; + this.state = 2865; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { case 1: { - this.state = 2862; + this.state = 2864; this.opt_drop_behavior(); } break; @@ -10788,9 +10791,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2867; + this.state = 2869; this.match(PostgreSqlParser.KW_CLOSE); - this.state = 2870; + this.state = 2872; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -11193,13 +11196,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2868; + this.state = 2870; this.cursor_name(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 2869; + this.state = 2871; this.match(PostgreSqlParser.KW_ALL); } break; @@ -11227,78 +11230,78 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 158, PostgreSqlParser.RULE_copystmt); let _la: number; try { - this.state = 2909; + this.state = 2911; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 138, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2872; - this.match(PostgreSqlParser.KW_COPY); this.state = 2874; + this.match(PostgreSqlParser.KW_COPY); + this.state = 2876; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 2873; + this.state = 2875; this.opt_binary(); } } - this.state = 2876; - this.table_name(); this.state = 2878; + this.table_name(); + this.state = 2880; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 2877; + this.state = 2879; this.opt_column_list(); } } - this.state = 2880; - this.copy_from(); this.state = 2882; + this.copy_from(); + this.state = 2884; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 297) { { - this.state = 2881; + this.state = 2883; this.opt_program(); } } - this.state = 2884; - this.copy_file_name(); this.state = 2886; + this.copy_file_name(); + this.state = 2888; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 133, this.context) ) { case 1: { - this.state = 2885; + this.state = 2887; this.copy_delimiter(); } break; } - this.state = 2889; + this.state = 2891; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 134, this.context) ) { case 1: { - this.state = 2888; + this.state = 2890; this.opt_with(); } break; } - this.state = 2891; - this.copy_options(); this.state = 2893; + this.copy_options(); + this.state = 2895; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 2892; + this.state = 2894; this.where_clause(); } } @@ -11308,39 +11311,39 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2895; - this.match(PostgreSqlParser.KW_COPY); - this.state = 2896; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2897; - this.preparablestmt(); + this.match(PostgreSqlParser.KW_COPY); this.state = 2898; - this.match(PostgreSqlParser.CLOSE_PAREN); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2899; - this.match(PostgreSqlParser.KW_TO); + this.preparablestmt(); + this.state = 2900; + this.match(PostgreSqlParser.CLOSE_PAREN); this.state = 2901; + this.match(PostgreSqlParser.KW_TO); + this.state = 2903; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 297) { { - this.state = 2900; + this.state = 2902; this.opt_program(); } } - this.state = 2903; - this.copy_file_name(); this.state = 2905; + this.copy_file_name(); + this.state = 2907; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: { - this.state = 2904; + this.state = 2906; this.opt_with(); } break; } - this.state = 2907; + this.state = 2909; this.copy_options(); } break; @@ -11367,7 +11370,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2911; + this.state = 2913; _la = this.tokenStream.LA(1); if(!(_la === 64 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -11398,7 +11401,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2913; + this.state = 2915; this.match(PostgreSqlParser.KW_PROGRAM); } } @@ -11420,7 +11423,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Copy_file_nameContext(this.context, this.state); this.enterRule(localContext, 164, PostgreSqlParser.RULE_copy_file_name); try { - this.state = 2918; + this.state = 2920; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -11429,21 +11432,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2915; + this.state = 2917; this.sconst(); } break; case PostgreSqlParser.KW_STDIN: this.enterOuterAlt(localContext, 2); { - this.state = 2916; + this.state = 2918; this.match(PostgreSqlParser.KW_STDIN); } break; case PostgreSqlParser.KW_STDOUT: this.enterOuterAlt(localContext, 3); { - this.state = 2917; + this.state = 2919; this.match(PostgreSqlParser.KW_STDOUT); } break; @@ -11469,24 +11472,24 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Copy_optionsContext(this.context, this.state); this.enterRule(localContext, 166, PostgreSqlParser.RULE_copy_options); try { - this.state = 2925; + this.state = 2927; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2920; + this.state = 2922; this.copy_opt_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2921; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2922; - this.copy_generic_opt_list(); this.state = 2923; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2924; + this.copy_generic_opt_list(); + this.state = 2925; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -11513,19 +11516,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2930; + this.state = 2932; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 141, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2927; + this.state = 2929; this.copy_opt_item(); } } } - this.state = 2932; + this.state = 2934; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 141, this.context); } @@ -11550,165 +11553,165 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 170, PostgreSqlParser.RULE_copy_opt_item); let _la: number; try { - this.state = 2972; + this.state = 2974; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 146, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2933; + this.state = 2935; this.match(PostgreSqlParser.KW_BINARY); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2934; + this.state = 2936; this.match(PostgreSqlParser.KW_FREEZE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2935; - this.match(PostgreSqlParser.KW_DELIMITER); this.state = 2937; + this.match(PostgreSqlParser.KW_DELIMITER); + this.state = 2939; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2936; + this.state = 2938; this.opt_as(); } } - this.state = 2939; + this.state = 2941; this.sconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2940; - this.match(PostgreSqlParser.KW_NULL); this.state = 2942; + this.match(PostgreSqlParser.KW_NULL); + this.state = 2944; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2941; + this.state = 2943; this.opt_as(); } } - this.state = 2944; + this.state = 2946; this.sconst(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2945; + this.state = 2947; this.match(PostgreSqlParser.KW_CSV); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2946; + this.state = 2948; this.match(PostgreSqlParser.KW_HEADER); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2947; - this.match(PostgreSqlParser.KW_QUOTE); this.state = 2949; + this.match(PostgreSqlParser.KW_QUOTE); + this.state = 2951; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2948; + this.state = 2950; this.opt_as(); } } - this.state = 2951; + this.state = 2953; this.sconst(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2952; - this.match(PostgreSqlParser.KW_ESCAPE); this.state = 2954; + this.match(PostgreSqlParser.KW_ESCAPE); + this.state = 2956; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2953; + this.state = 2955; this.opt_as(); } } - this.state = 2956; + this.state = 2958; this.sconst(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2957; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2958; - this.match(PostgreSqlParser.KW_QUOTE); this.state = 2959; + this.match(PostgreSqlParser.KW_FORCE); + this.state = 2960; + this.match(PostgreSqlParser.KW_QUOTE); + this.state = 2961; this.column_list(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2960; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2961; - this.match(PostgreSqlParser.KW_QUOTE); this.state = 2962; + this.match(PostgreSqlParser.KW_FORCE); + this.state = 2963; + this.match(PostgreSqlParser.KW_QUOTE); + this.state = 2964; this.match(PostgreSqlParser.STAR); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2963; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2964; - this.match(PostgreSqlParser.KW_NOT); this.state = 2965; - this.match(PostgreSqlParser.KW_NULL); + this.match(PostgreSqlParser.KW_FORCE); this.state = 2966; + this.match(PostgreSqlParser.KW_NOT); + this.state = 2967; + this.match(PostgreSqlParser.KW_NULL); + this.state = 2968; this.column_list(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2967; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2968; - this.match(PostgreSqlParser.KW_NULL); this.state = 2969; + this.match(PostgreSqlParser.KW_FORCE); + this.state = 2970; + this.match(PostgreSqlParser.KW_NULL); + this.state = 2971; this.column_list(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 2970; + this.state = 2972; this.match(PostgreSqlParser.KW_ENCODING); - this.state = 2971; + this.state = 2973; this.sconst(); } break; @@ -11734,7 +11737,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2974; + this.state = 2976; this.match(PostgreSqlParser.KW_BINARY); } } @@ -11759,19 +11762,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2977; + this.state = 2979; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2976; + this.state = 2978; this.opt_using(); } } - this.state = 2979; + this.state = 2981; this.match(PostgreSqlParser.KW_DELIMITERS); - this.state = 2980; + this.state = 2982; this.sconst(); } } @@ -11795,7 +11798,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2982; + this.state = 2984; this.match(PostgreSqlParser.KW_USING); } } @@ -11820,21 +11823,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2984; + this.state = 2986; this.copy_generic_opt_elem(); - this.state = 2989; + this.state = 2991; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2985; + this.state = 2987; this.match(PostgreSqlParser.COMMA); - this.state = 2986; + this.state = 2988; this.copy_generic_opt_elem(); } } - this.state = 2991; + this.state = 2993; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11861,14 +11864,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2992; - this.collabel(); this.state = 2994; + this.collabel(); + this.state = 2996; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 12804) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 420484101) !== 0) || ((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 4227923969) !== 0) || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 4294967295) !== 0) || ((((_la - 144)) & ~0x1F) === 0 && ((1 << (_la - 144)) & 4294967295) !== 0) || ((((_la - 176)) & ~0x1F) === 0 && ((1 << (_la - 176)) & 4294967295) !== 0) || ((((_la - 208)) & ~0x1F) === 0 && ((1 << (_la - 208)) & 3223322623) !== 0) || ((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 4294967295) !== 0) || ((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 4294967295) !== 0) || ((((_la - 304)) & ~0x1F) === 0 && ((1 << (_la - 304)) & 4294967295) !== 0) || ((((_la - 336)) & ~0x1F) === 0 && ((1 << (_la - 336)) & 4294967295) !== 0) || ((((_la - 368)) & ~0x1F) === 0 && ((1 << (_la - 368)) & 4294967295) !== 0) || ((((_la - 400)) & ~0x1F) === 0 && ((1 << (_la - 400)) & 4294967295) !== 0) || ((((_la - 432)) & ~0x1F) === 0 && ((1 << (_la - 432)) & 4290772991) !== 0) || ((((_la - 464)) & ~0x1F) === 0 && ((1 << (_la - 464)) & 4294967295) !== 0) || ((((_la - 496)) & ~0x1F) === 0 && ((1 << (_la - 496)) & 25165183) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 973164827) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 12804) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 420484101) !== 0) || ((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 4227923969) !== 0) || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 4294967295) !== 0) || ((((_la - 144)) & ~0x1F) === 0 && ((1 << (_la - 144)) & 4294967295) !== 0) || ((((_la - 176)) & ~0x1F) === 0 && ((1 << (_la - 176)) & 4294967295) !== 0) || ((((_la - 208)) & ~0x1F) === 0 && ((1 << (_la - 208)) & 3223322623) !== 0) || ((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 4294967295) !== 0) || ((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 4294967295) !== 0) || ((((_la - 304)) & ~0x1F) === 0 && ((1 << (_la - 304)) & 4294967295) !== 0) || ((((_la - 336)) & ~0x1F) === 0 && ((1 << (_la - 336)) & 4294967295) !== 0) || ((((_la - 368)) & ~0x1F) === 0 && ((1 << (_la - 368)) & 4294967295) !== 0) || ((((_la - 400)) & ~0x1F) === 0 && ((1 << (_la - 400)) & 4294967295) !== 0) || ((((_la - 432)) & ~0x1F) === 0 && ((1 << (_la - 432)) & 4290772991) !== 0) || ((((_la - 464)) & ~0x1F) === 0 && ((1 << (_la - 464)) & 4294967295) !== 0) || ((((_la - 496)) & ~0x1F) === 0 && ((1 << (_la - 496)) & 25165183) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1946329651) !== 0) || _la === 586) { { - this.state = 2993; + this.state = 2995; this.copy_generic_opt_arg(); } } @@ -11893,7 +11896,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Copy_generic_opt_argContext(this.context, this.state); this.enterRule(localContext, 182, PostgreSqlParser.RULE_copy_generic_opt_arg); try { - this.state = 3003; + this.state = 3005; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -12321,7 +12324,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2996; + this.state = 2998; this.opt_boolean_or_string(); } break; @@ -12331,25 +12334,25 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 2997; + this.state = 2999; this.numericonly(); } break; case PostgreSqlParser.STAR: this.enterOuterAlt(localContext, 3); { - this.state = 2998; + this.state = 3000; this.match(PostgreSqlParser.STAR); } break; case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 4); { - this.state = 2999; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3000; - this.copy_generic_opt_arg_list(); this.state = 3001; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 3002; + this.copy_generic_opt_arg_list(); + this.state = 3003; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -12378,21 +12381,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3005; + this.state = 3007; this.copy_generic_opt_arg_list_item(); - this.state = 3010; + this.state = 3012; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3006; + this.state = 3008; this.match(PostgreSqlParser.COMMA); - this.state = 3007; + this.state = 3009; this.copy_generic_opt_arg_list_item(); } } - this.state = 3012; + this.state = 3014; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12418,7 +12421,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3013; + this.state = 3015; this.opt_boolean_or_string_column(); } } @@ -12444,175 +12447,173 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ColumnCreateTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3015; - this.match(PostgreSqlParser.KW_CREATE); this.state = 3017; - 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 = 3016; - this.opttemp(); - } - } - + this.create_table_clause(); this.state = 3019; - this.match(PostgreSqlParser.KW_TABLE); - this.state = 3021; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 153, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { case 1: { - this.state = 3020; + this.state = 3018; this.opt_if_not_exists(); } break; } - this.state = 3023; + this.state = 3021; this.table_name_create(); - this.state = 3089; + this.state = 3090; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3024; + this.state = 3022; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3026; + this.state = 3024; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 1360008709) !== 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)) & 24575) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 1360008709) !== 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)) & 24575) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3025; + this.state = 3023; this.table_column_list(); } } - this.state = 3028; + this.state = 3026; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3030; + this.state = 3028; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 154, this.context) ) { case 1: { - this.state = 3029; + this.state = 3027; this.optinherit(); } break; } - this.state = 3033; + this.state = 3031; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { case 1: { - this.state = 3032; + this.state = 3030; this.optpartitionspec(); } break; } - this.state = 3036; + this.state = 3034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3035; + this.state = 3033; this.table_access_method_clause(); } } - this.state = 3039; + this.state = 3037; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 158, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 157, this.context) ) { case 1: { - this.state = 3038; + this.state = 3036; this.optwith(); } break; } - this.state = 3042; + this.state = 3040; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3041; + this.state = 3039; this.oncommitoption(); } } - this.state = 3045; + this.state = 3043; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 160, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 159, this.context) ) { case 1: { - this.state = 3044; + this.state = 3042; this.opttablespace(); } break; } + this.state = 3046; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 549) { + { + this.state = 3045; + this.optdistributed(); + } + } + } break; case PostgreSqlParser.KW_OF: { - this.state = 3047; - this.match(PostgreSqlParser.KW_OF); this.state = 3048; + this.match(PostgreSqlParser.KW_OF); + this.state = 3049; this.any_name(); - this.state = 3050; + this.state = 3051; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 161, this.context) ) { case 1: { - this.state = 3049; + this.state = 3050; this.opttypedtableelementlist(); } break; } - this.state = 3053; + this.state = 3054; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { case 1: { - this.state = 3052; + this.state = 3053; this.optpartitionspec(); } break; } - this.state = 3056; + this.state = 3057; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3055; + this.state = 3056; this.table_access_method_clause(); } } - this.state = 3059; + this.state = 3060; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 164, this.context) ) { case 1: { - this.state = 3058; + this.state = 3059; this.optwith(); } break; } - this.state = 3062; + this.state = 3063; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3061; + this.state = 3062; this.oncommitoption(); } } - this.state = 3065; + this.state = 3066; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 166, this.context) ) { case 1: { - this.state = 3064; + this.state = 3065; this.opttablespace(); } break; @@ -12621,70 +12622,70 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_PARTITION: { - this.state = 3067; - this.match(PostgreSqlParser.KW_PARTITION); this.state = 3068; - this.match(PostgreSqlParser.KW_OF); + this.match(PostgreSqlParser.KW_PARTITION); this.state = 3069; + this.match(PostgreSqlParser.KW_OF); + this.state = 3070; this.qualified_name(); - this.state = 3071; + this.state = 3072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3070; + this.state = 3071; this.opttypedtableelementlist(); } } - this.state = 3073; + this.state = 3074; this.partitionboundspec(); - this.state = 3075; + this.state = 3076; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 168, this.context) ) { case 1: { - this.state = 3074; + this.state = 3075; this.optpartitionspec(); } break; } - this.state = 3078; + this.state = 3079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3077; + this.state = 3078; this.table_access_method_clause(); } } - this.state = 3081; + this.state = 3082; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 170, this.context) ) { case 1: { - this.state = 3080; + this.state = 3081; this.optwith(); } break; } - this.state = 3084; + this.state = 3085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3083; + this.state = 3084; this.oncommitoption(); } } - this.state = 3087; + this.state = 3088; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 172, this.context) ) { case 1: { - this.state = 3086; + this.state = 3087; this.opttablespace(); } break; @@ -12710,21 +12711,78 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public optdistributed(): OptdistributedContext { - let localContext = new OptdistributedContext(this.context, this.state); - this.enterRule(localContext, 190, PostgreSqlParser.RULE_optdistributed); + public create_table_clause(): Create_table_clauseContext { + let localContext = new Create_table_clauseContext(this.context, this.state); + this.enterRule(localContext, 190, PostgreSqlParser.RULE_create_table_clause); + let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3091; - this.match(PostgreSqlParser.KW_DISTRIBUTED); this.state = 3092; - this.match(PostgreSqlParser.KW_BY); - this.state = 3093; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_CREATE); this.state = 3094; + 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 = 3093; + this.opttemp(); + } + } + + this.state = 3097; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 550) { + { + this.state = 3096; + this.match(PostgreSqlParser.KW_WRITABLE); + } + } + + this.state = 3100; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 205) { + { + this.state = 3099; + this.match(PostgreSqlParser.KW_EXTERNAL); + } + } + + this.state = 3102; + this.match(PostgreSqlParser.KW_TABLE); + } + } + 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 optdistributed(): OptdistributedContext { + let localContext = new OptdistributedContext(this.context, this.state); + this.enterRule(localContext, 192, PostgreSqlParser.RULE_optdistributed); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3104; + this.match(PostgreSqlParser.KW_DISTRIBUTED); + this.state = 3105; + this.match(PostgreSqlParser.KW_BY); + this.state = 3106; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 3107; this.column_list(); - this.state = 3095; + this.state = 3108; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12744,32 +12802,32 @@ export class PostgreSqlParser extends SQLParserBase { } public opttemp(): OpttempContext { let localContext = new OpttempContext(this.context, this.state); - this.enterRule(localContext, 192, PostgreSqlParser.RULE_opttemp); + this.enterRule(localContext, 194, PostgreSqlParser.RULE_opttemp); let _la: number; try { - this.state = 3104; + this.state = 3117; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TEMPORARY: this.enterOuterAlt(localContext, 1); { - this.state = 3097; + this.state = 3110; this.match(PostgreSqlParser.KW_TEMPORARY); } break; case PostgreSqlParser.KW_TEMP: this.enterOuterAlt(localContext, 2); { - this.state = 3098; + this.state = 3111; this.match(PostgreSqlParser.KW_TEMP); } break; case PostgreSqlParser.KW_LOCAL: this.enterOuterAlt(localContext, 3); { - this.state = 3099; + this.state = 3112; this.match(PostgreSqlParser.KW_LOCAL); - this.state = 3100; + this.state = 3113; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -12783,9 +12841,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_GLOBAL: this.enterOuterAlt(localContext, 4); { - this.state = 3101; + this.state = 3114; this.match(PostgreSqlParser.KW_GLOBAL); - this.state = 3102; + this.state = 3115; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -12799,7 +12857,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_UNLOGGED: this.enterOuterAlt(localContext, 5); { - this.state = 3103; + this.state = 3116; this.match(PostgreSqlParser.KW_UNLOGGED); } break; @@ -12823,11 +12881,11 @@ export class PostgreSqlParser extends SQLParserBase { } public table_column_list(): Table_column_listContext { let localContext = new Table_column_listContext(this.context, this.state); - this.enterRule(localContext, 194, PostgreSqlParser.RULE_table_column_list); + this.enterRule(localContext, 196, PostgreSqlParser.RULE_table_column_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 3106; + this.state = 3119; this.tableelementlist(); } } @@ -12847,11 +12905,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opttableelementlist(): OpttableelementlistContext { let localContext = new OpttableelementlistContext(this.context, this.state); - this.enterRule(localContext, 196, PostgreSqlParser.RULE_opttableelementlist); + this.enterRule(localContext, 198, PostgreSqlParser.RULE_opttableelementlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3108; + this.state = 3121; this.tableelementlist(); } } @@ -12871,15 +12929,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opttypedtableelementlist(): OpttypedtableelementlistContext { let localContext = new OpttypedtableelementlistContext(this.context, this.state); - this.enterRule(localContext, 198, PostgreSqlParser.RULE_opttypedtableelementlist); + this.enterRule(localContext, 200, PostgreSqlParser.RULE_opttypedtableelementlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3110; + this.state = 3123; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3111; + this.state = 3124; this.typedtableelementlist(); - this.state = 3112; + this.state = 3125; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12899,26 +12957,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tableelementlist(): TableelementlistContext { let localContext = new TableelementlistContext(this.context, this.state); - this.enterRule(localContext, 200, PostgreSqlParser.RULE_tableelementlist); + this.enterRule(localContext, 202, PostgreSqlParser.RULE_tableelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3114; + this.state = 3127; this.tableelement(); - this.state = 3119; + this.state = 3132; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3115; + this.state = 3128; this.match(PostgreSqlParser.COMMA); - this.state = 3116; + this.state = 3129; this.tableelement(); } } - this.state = 3121; + this.state = 3134; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12940,26 +12998,26 @@ export class PostgreSqlParser extends SQLParserBase { } public typedtableelementlist(): TypedtableelementlistContext { let localContext = new TypedtableelementlistContext(this.context, this.state); - this.enterRule(localContext, 202, PostgreSqlParser.RULE_typedtableelementlist); + this.enterRule(localContext, 204, PostgreSqlParser.RULE_typedtableelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3122; + this.state = 3135; this.typedtableelement(); - this.state = 3127; + this.state = 3140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3123; + this.state = 3136; this.match(PostgreSqlParser.COMMA); - this.state = 3124; + this.state = 3137; this.typedtableelement(); } } - this.state = 3129; + this.state = 3142; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12981,29 +13039,29 @@ export class PostgreSqlParser extends SQLParserBase { } public tableelement(): TableelementContext { let localContext = new TableelementContext(this.context, this.state); - this.enterRule(localContext, 204, PostgreSqlParser.RULE_tableelement); + this.enterRule(localContext, 206, PostgreSqlParser.RULE_tableelement); try { - this.state = 3133; + this.state = 3146; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 177, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3130; + this.state = 3143; this.column_def(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3131; + this.state = 3144; this.tablelikeclause(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3132; + this.state = 3145; this.tableconstraint(); } break; @@ -13025,22 +13083,22 @@ export class PostgreSqlParser extends SQLParserBase { } public typedtableelement(): TypedtableelementContext { let localContext = new TypedtableelementContext(this.context, this.state); - this.enterRule(localContext, 206, PostgreSqlParser.RULE_typedtableelement); + this.enterRule(localContext, 208, PostgreSqlParser.RULE_typedtableelement); try { - this.state = 3137; + this.state = 3150; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 178, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3135; + this.state = 3148; this.columnOptions(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3136; + this.state = 3149; this.tableconstraint(); } break; @@ -13062,70 +13120,70 @@ export class PostgreSqlParser extends SQLParserBase { } public column_def(): Column_defContext { let localContext = new Column_defContext(this.context, this.state); - this.enterRule(localContext, 208, PostgreSqlParser.RULE_column_def); + this.enterRule(localContext, 210, PostgreSqlParser.RULE_column_def); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3139; - this.column_name_create(); - this.state = 3140; - this.typename(); - this.state = 3142; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 179, this.context) ) { - case 1: - { - this.state = 3141; - this.create_generic_options(); - } - break; - } - this.state = 3145; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { - case 1: - { - this.state = 3144; - this.storageCluase(); - } - break; - } - this.state = 3148; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 543) { - { - this.state = 3147; - this.compressionCluase(); - } - } - this.state = 3152; + this.column_name_create(); + this.state = 3153; + this.typename(); + this.state = 3155; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { - case 1: - { - this.state = 3150; - this.match(PostgreSqlParser.KW_COLLATE); - this.state = 3151; - this.any_name(); - } - break; - } - this.state = 3156; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { case 1: { this.state = 3154; - this.match(PostgreSqlParser.KW_WITH); - this.state = 3155; - this.match(PostgreSqlParser.KW_OPTIONS); + this.create_generic_options(); } break; } this.state = 3158; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { + case 1: + { + this.state = 3157; + this.storageCluase(); + } + break; + } + this.state = 3161; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 543) { + { + this.state = 3160; + this.compressionCluase(); + } + } + + this.state = 3165; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { + case 1: + { + this.state = 3163; + this.match(PostgreSqlParser.KW_COLLATE); + this.state = 3164; + this.any_name(); + } + break; + } + this.state = 3169; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { + case 1: + { + this.state = 3167; + this.match(PostgreSqlParser.KW_WITH); + this.state = 3168; + this.match(PostgreSqlParser.KW_OPTIONS); + } + break; + } + this.state = 3171; this.colquallist(); } } @@ -13145,13 +13203,13 @@ export class PostgreSqlParser extends SQLParserBase { } public compressionCluase(): CompressionCluaseContext { let localContext = new CompressionCluaseContext(this.context, this.state); - this.enterRule(localContext, 210, PostgreSqlParser.RULE_compressionCluase); + this.enterRule(localContext, 212, PostgreSqlParser.RULE_compressionCluase); try { this.enterOuterAlt(localContext, 1); { - this.state = 3160; + this.state = 3173; this.match(PostgreSqlParser.KW_COMPRESSION); - this.state = 3161; + this.state = 3174; this.colid(); } } @@ -13171,48 +13229,48 @@ export class PostgreSqlParser extends SQLParserBase { } public storageCluase(): StorageCluaseContext { let localContext = new StorageCluaseContext(this.context, this.state); - this.enterRule(localContext, 212, PostgreSqlParser.RULE_storageCluase); + this.enterRule(localContext, 214, PostgreSqlParser.RULE_storageCluase); try { this.enterOuterAlt(localContext, 1); { - this.state = 3163; + this.state = 3176; this.match(PostgreSqlParser.KW_STORAGE); - this.state = 3170; + this.state = 3183; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 187, this.context) ) { case 1: { - this.state = 3164; + this.state = 3177; this.match(PostgreSqlParser.KW_PLAIN); } break; case 2: { - this.state = 3165; + this.state = 3178; this.match(PostgreSqlParser.KW_EXTERNAL); } break; case 3: { - this.state = 3166; + this.state = 3179; this.match(PostgreSqlParser.KW_EXTENDED); } break; case 4: { - this.state = 3167; + this.state = 3180; this.match(PostgreSqlParser.KW_MAIN); } break; case 5: { - this.state = 3168; + this.state = 3181; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 6: { - this.state = 3169; + this.state = 3182; this.colid(); } break; @@ -13235,26 +13293,26 @@ export class PostgreSqlParser extends SQLParserBase { } public columnOptions(): ColumnOptionsContext { let localContext = new ColumnOptionsContext(this.context, this.state); - this.enterRule(localContext, 214, PostgreSqlParser.RULE_columnOptions); + this.enterRule(localContext, 216, PostgreSqlParser.RULE_columnOptions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3172; + this.state = 3185; this.column_name_create(); - this.state = 3175; + this.state = 3188; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 3173; + this.state = 3186; this.match(PostgreSqlParser.KW_WITH); - this.state = 3174; + this.state = 3187; this.match(PostgreSqlParser.KW_OPTIONS); } } - this.state = 3177; + this.state = 3190; this.colquallist(); } } @@ -13274,26 +13332,26 @@ export class PostgreSqlParser extends SQLParserBase { } public colquallist(): ColquallistContext { let localContext = new ColquallistContext(this.context, this.state); - this.enterRule(localContext, 216, PostgreSqlParser.RULE_colquallist); + this.enterRule(localContext, 218, PostgreSqlParser.RULE_colquallist); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3182; + this.state = 3195; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 186, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 189, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3179; + this.state = 3192; this.colconstraint(); } } } - this.state = 3184; + this.state = 3197; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 186, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 189, this.context); } } } @@ -13313,45 +13371,45 @@ export class PostgreSqlParser extends SQLParserBase { } public colconstraint(): ColconstraintContext { let localContext = new ColconstraintContext(this.context, this.state); - this.enterRule(localContext, 218, PostgreSqlParser.RULE_colconstraint); + this.enterRule(localContext, 220, PostgreSqlParser.RULE_colconstraint); let _la: number; try { - this.state = 3203; + this.state = 3216; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 192, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3187; + this.state = 3200; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 3185; + this.state = 3198; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 3186; + this.state = 3199; this.name(); } } - this.state = 3189; + this.state = 3202; this.colconstraintelem(); - this.state = 3191; + this.state = 3204; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 188, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 191, this.context) ) { case 1: { - this.state = 3190; + this.state = 3203; this.deferrable_trigger(); } break; } - this.state = 3194; + this.state = 3207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 69) { { - this.state = 3193; + this.state = 3206; this.initially_trigger(); } } @@ -13361,24 +13419,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3196; + this.state = 3209; this.colconstraintelem(); - this.state = 3198; + this.state = 3211; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 190, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { case 1: { - this.state = 3197; + this.state = 3210; this.deferrable_trigger(); } break; } - this.state = 3201; + this.state = 3214; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 69) { { - this.state = 3200; + this.state = 3213; this.initially_trigger(); } } @@ -13403,81 +13461,33 @@ export class PostgreSqlParser extends SQLParserBase { } public colconstraintelem(): ColconstraintelemContext { let localContext = new ColconstraintelemContext(this.context, this.state); - this.enterRule(localContext, 220, PostgreSqlParser.RULE_colconstraintelem); + this.enterRule(localContext, 222, PostgreSqlParser.RULE_colconstraintelem); let _la: number; try { - this.state = 3263; + this.state = 3276; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 204, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3205; + this.state = 3218; this.match(PostgreSqlParser.KW_NOT); - this.state = 3206; + this.state = 3219; this.match(PostgreSqlParser.KW_NULL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3207; + this.state = 3220; this.match(PostgreSqlParser.KW_NULL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3208; - this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 3210; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { - case 1: - { - this.state = 3209; - this.opt_definition(); - } - break; - } - this.state = 3213; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 100) { - { - this.state = 3212; - this.optconstablespace(); - } - } - - } - break; - case 4: - this.enterOuterAlt(localContext, 4); - { - this.state = 3215; - this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 3217; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { - case 1: - { - this.state = 3216; - this.nulls_distinct(); - } - break; - } - this.state = 3219; - this.index_paramenters_create(); - } - break; - case 5: - this.enterOuterAlt(localContext, 5); - { - this.state = 3220; - this.match(PostgreSqlParser.KW_PRIMARY); this.state = 3221; - this.match(PostgreSqlParser.KW_KEY); + this.match(PostgreSqlParser.KW_UNIQUE); this.state = 3223; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 196, this.context) ) { @@ -13500,23 +13510,71 @@ export class PostgreSqlParser extends SQLParserBase { } break; - case 6: - this.enterOuterAlt(localContext, 6); + case 4: + this.enterOuterAlt(localContext, 4); { this.state = 3228; - this.match(PostgreSqlParser.KW_CHECK); - this.state = 3229; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_UNIQUE); this.state = 3230; - this.a_expr(); - this.state = 3231; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3233; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 198, this.context) ) { case 1: { - this.state = 3232; + this.state = 3229; + this.nulls_distinct(); + } + break; + } + this.state = 3232; + this.index_paramenters_create(); + } + break; + case 5: + this.enterOuterAlt(localContext, 5); + { + this.state = 3233; + this.match(PostgreSqlParser.KW_PRIMARY); + this.state = 3234; + this.match(PostgreSqlParser.KW_KEY); + this.state = 3236; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 199, this.context) ) { + case 1: + { + this.state = 3235; + this.opt_definition(); + } + break; + } + this.state = 3239; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 100) { + { + this.state = 3238; + this.optconstablespace(); + } + } + + } + break; + case 6: + this.enterOuterAlt(localContext, 6); + { + this.state = 3241; + this.match(PostgreSqlParser.KW_CHECK); + this.state = 3242; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 3243; + this.a_expr(); + this.state = 3244; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 3246; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 201, this.context) ) { + case 1: + { + this.state = 3245; this.opt_no_inherit(); } break; @@ -13526,34 +13584,34 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 3235; + this.state = 3248; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 3236; + this.state = 3249; this.b_expr(0); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 3237; + this.state = 3250; this.match(PostgreSqlParser.KW_GENERATED); - this.state = 3238; + this.state = 3251; this.generated_when(); - this.state = 3239; + this.state = 3252; this.match(PostgreSqlParser.KW_AS); - this.state = 3249; + this.state = 3262; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IDENTITY: { - this.state = 3240; + this.state = 3253; this.match(PostgreSqlParser.KW_IDENTITY); - this.state = 3242; + this.state = 3255; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 199, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 202, this.context) ) { case 1: { - this.state = 3241; + this.state = 3254; this.optparenthesizedseqoptlist(); } break; @@ -13562,13 +13620,13 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 3244; + this.state = 3257; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3245; + this.state = 3258; this.a_expr(); - this.state = 3246; + this.state = 3259; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3247; + this.state = 3260; this.match(PostgreSqlParser.KW_STORED); } break; @@ -13580,36 +13638,36 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 3251; + this.state = 3264; this.match(PostgreSqlParser.KW_REFERENCES); - this.state = 3252; + this.state = 3265; this.qualified_name(); - this.state = 3254; + this.state = 3267; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 201, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 204, this.context) ) { case 1: { - this.state = 3253; + this.state = 3266; this.opt_column_list(); } break; } - this.state = 3257; + this.state = 3270; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 202, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 205, this.context) ) { case 1: { - this.state = 3256; + this.state = 3269; this.key_match(); } break; } - this.state = 3260; + this.state = 3273; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3259; + this.state = 3272; this.key_actions(); } } @@ -13619,7 +13677,7 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 3262; + this.state = 3275; this.opt_collate(); } break; @@ -13641,24 +13699,24 @@ export class PostgreSqlParser extends SQLParserBase { } public nulls_distinct(): Nulls_distinctContext { let localContext = new Nulls_distinctContext(this.context, this.state); - this.enterRule(localContext, 222, PostgreSqlParser.RULE_nulls_distinct); + this.enterRule(localContext, 224, PostgreSqlParser.RULE_nulls_distinct); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3265; + this.state = 3278; this.match(PostgreSqlParser.KW_NULLS); - this.state = 3267; + this.state = 3280; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 3266; + this.state = 3279; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 3269; + this.state = 3282; this.match(PostgreSqlParser.KW_DISTINCT); } } @@ -13678,24 +13736,24 @@ export class PostgreSqlParser extends SQLParserBase { } public generated_when(): Generated_whenContext { let localContext = new Generated_whenContext(this.context, this.state); - this.enterRule(localContext, 224, PostgreSqlParser.RULE_generated_when); + this.enterRule(localContext, 226, PostgreSqlParser.RULE_generated_when); try { - this.state = 3274; + this.state = 3287; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALWAYS: this.enterOuterAlt(localContext, 1); { - this.state = 3271; + this.state = 3284; this.match(PostgreSqlParser.KW_ALWAYS); } break; case PostgreSqlParser.KW_BY: this.enterOuterAlt(localContext, 2); { - this.state = 3272; + this.state = 3285; this.match(PostgreSqlParser.KW_BY); - this.state = 3273; + this.state = 3286; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -13719,24 +13777,24 @@ export class PostgreSqlParser extends SQLParserBase { } public deferrable_trigger(): Deferrable_triggerContext { let localContext = new Deferrable_triggerContext(this.context, this.state); - this.enterRule(localContext, 226, PostgreSqlParser.RULE_deferrable_trigger); + this.enterRule(localContext, 228, PostgreSqlParser.RULE_deferrable_trigger); try { - this.state = 3279; + this.state = 3292; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFERRABLE: this.enterOuterAlt(localContext, 1); { - this.state = 3276; + this.state = 3289; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 3277; + this.state = 3290; this.match(PostgreSqlParser.KW_NOT); - this.state = 3278; + this.state = 3291; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; @@ -13760,14 +13818,14 @@ export class PostgreSqlParser extends SQLParserBase { } public initially_trigger(): Initially_triggerContext { let localContext = new Initially_triggerContext(this.context, this.state); - this.enterRule(localContext, 228, PostgreSqlParser.RULE_initially_trigger); + this.enterRule(localContext, 230, PostgreSqlParser.RULE_initially_trigger); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3281; + this.state = 3294; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 3282; + this.state = 3295; _la = this.tokenStream.LA(1); if(!(_la === 180 || _la === 221)) { this.errorHandler.recoverInline(this); @@ -13794,15 +13852,15 @@ export class PostgreSqlParser extends SQLParserBase { } public tablelikeclause(): TablelikeclauseContext { let localContext = new TablelikeclauseContext(this.context, this.state); - this.enterRule(localContext, 230, PostgreSqlParser.RULE_tablelikeclause); + this.enterRule(localContext, 232, PostgreSqlParser.RULE_tablelikeclause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3284; + this.state = 3297; this.match(PostgreSqlParser.KW_LIKE); - this.state = 3285; + this.state = 3298; this.qualified_name(); - this.state = 3286; + this.state = 3299; this.tablelikeoptionlist(); } } @@ -13822,18 +13880,18 @@ export class PostgreSqlParser extends SQLParserBase { } public tablelikeoptionlist(): TablelikeoptionlistContext { let localContext = new TablelikeoptionlistContext(this.context, this.state); - this.enterRule(localContext, 232, PostgreSqlParser.RULE_tablelikeoptionlist); + this.enterRule(localContext, 234, PostgreSqlParser.RULE_tablelikeoptionlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3292; + this.state = 3305; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 200 || _la === 224) { { { - this.state = 3288; + this.state = 3301; _la = this.tokenStream.LA(1); if(!(_la === 200 || _la === 224)) { this.errorHandler.recoverInline(this); @@ -13842,11 +13900,11 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3289; + this.state = 3302; this.tablelikeoption(); } } - this.state = 3294; + this.state = 3307; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13868,12 +13926,12 @@ export class PostgreSqlParser extends SQLParserBase { } public tablelikeoption(): TablelikeoptionContext { let localContext = new TablelikeoptionContext(this.context, this.state); - this.enterRule(localContext, 234, PostgreSqlParser.RULE_tablelikeoption); + this.enterRule(localContext, 236, PostgreSqlParser.RULE_tablelikeoption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3295; + this.state = 3308; _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); @@ -13900,19 +13958,19 @@ export class PostgreSqlParser extends SQLParserBase { } public tableconstraint(): TableconstraintContext { let localContext = new TableconstraintContext(this.context, this.state); - this.enterRule(localContext, 236, PostgreSqlParser.RULE_tableconstraint); + this.enterRule(localContext, 238, PostgreSqlParser.RULE_tableconstraint); try { - this.state = 3302; + this.state = 3315; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CONSTRAINT: this.enterOuterAlt(localContext, 1); { - this.state = 3297; + this.state = 3310; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 3298; + this.state = 3311; this.name(); - this.state = 3299; + this.state = 3312; this.constraintelem(); } break; @@ -13923,7 +13981,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCLUDE: this.enterOuterAlt(localContext, 2); { - this.state = 3301; + this.state = 3314; this.constraintelem(); } break; @@ -13947,82 +14005,82 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintelem(): ConstraintelemContext { let localContext = new ConstraintelemContext(this.context, this.state); - this.enterRule(localContext, 238, PostgreSqlParser.RULE_constraintelem); + this.enterRule(localContext, 240, PostgreSqlParser.RULE_constraintelem); let _la: number; try { - this.state = 3390; + this.state = 3403; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CHECK: this.enterOuterAlt(localContext, 1); { - this.state = 3304; + this.state = 3317; this.match(PostgreSqlParser.KW_CHECK); - this.state = 3305; + this.state = 3318; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3306; + this.state = 3319; this.a_expr(); - this.state = 3307; + this.state = 3320; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3308; + this.state = 3321; this.constraintattributespec(); } break; case PostgreSqlParser.KW_UNIQUE: this.enterOuterAlt(localContext, 2); { - this.state = 3310; + this.state = 3323; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 3328; + this.state = 3341; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3311; + this.state = 3324; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3312; + this.state = 3325; this.column_list(); - this.state = 3313; + this.state = 3326; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3315; + this.state = 3328; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 210, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { case 1: { - this.state = 3314; + this.state = 3327; this.opt_c_include(); } break; } - this.state = 3318; + this.state = 3331; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 211, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { case 1: { - this.state = 3317; + this.state = 3330; this.opt_definition(); } break; } - this.state = 3321; + this.state = 3334; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3320; + this.state = 3333; this.optconstablespace(); } } - this.state = 3323; + this.state = 3336; this.constraintattributespec(); } break; case PostgreSqlParser.KW_USING: { - this.state = 3325; + this.state = 3338; this.existingindex(); - this.state = 3326; + this.state = 3339; this.constraintattributespec(); } break; @@ -14034,60 +14092,60 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_PRIMARY: this.enterOuterAlt(localContext, 3); { - this.state = 3330; + this.state = 3343; this.match(PostgreSqlParser.KW_PRIMARY); - this.state = 3331; + this.state = 3344; this.match(PostgreSqlParser.KW_KEY); - this.state = 3349; + this.state = 3362; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3332; + this.state = 3345; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3333; + this.state = 3346; this.column_list(); - this.state = 3334; + this.state = 3347; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3336; + this.state = 3349; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { case 1: { - this.state = 3335; + this.state = 3348; this.opt_c_include(); } break; } - this.state = 3339; + this.state = 3352; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 215, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { case 1: { - this.state = 3338; + this.state = 3351; this.opt_definition(); } break; } - this.state = 3342; + this.state = 3355; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3341; + this.state = 3354; this.optconstablespace(); } } - this.state = 3344; + this.state = 3357; this.constraintattributespec(); } break; case PostgreSqlParser.KW_USING: { - this.state = 3346; + this.state = 3359; this.existingindex(); - this.state = 3347; + this.state = 3360; this.constraintattributespec(); } break; @@ -14099,116 +14157,116 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCLUDE: this.enterOuterAlt(localContext, 4); { - this.state = 3351; + this.state = 3364; this.match(PostgreSqlParser.KW_EXCLUDE); - this.state = 3353; + this.state = 3366; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3352; + this.state = 3365; this.access_method_clause(); } } - this.state = 3355; + this.state = 3368; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3356; + this.state = 3369; this.exclusionconstraintlist(); - this.state = 3357; + this.state = 3370; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3359; + this.state = 3372; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 219, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 222, this.context) ) { case 1: { - this.state = 3358; + this.state = 3371; this.opt_c_include(); } break; } - this.state = 3362; + this.state = 3375; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 220, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { case 1: { - this.state = 3361; + this.state = 3374; this.opt_definition(); } break; } - this.state = 3365; + this.state = 3378; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3364; + this.state = 3377; this.optconstablespace(); } } - this.state = 3368; + this.state = 3381; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 3367; + this.state = 3380; this.exclusionwhereclause(); } } - this.state = 3370; + this.state = 3383; this.constraintattributespec(); } break; case PostgreSqlParser.KW_FOREIGN: this.enterOuterAlt(localContext, 5); { - this.state = 3372; + this.state = 3385; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3373; + this.state = 3386; this.match(PostgreSqlParser.KW_KEY); - this.state = 3374; + this.state = 3387; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3375; + this.state = 3388; this.column_list(); - this.state = 3376; + this.state = 3389; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3377; + this.state = 3390; this.match(PostgreSqlParser.KW_REFERENCES); - this.state = 3378; + this.state = 3391; this.qualified_name(); - this.state = 3380; + this.state = 3393; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 226, this.context) ) { case 1: { - this.state = 3379; + this.state = 3392; this.opt_column_list(); } break; } - this.state = 3383; + this.state = 3396; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 224, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 227, this.context) ) { case 1: { - this.state = 3382; + this.state = 3395; this.key_match(); } break; } - this.state = 3386; + this.state = 3399; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3385; + this.state = 3398; this.key_actions(); } } - this.state = 3388; + this.state = 3401; this.constraintattributespec(); } break; @@ -14232,13 +14290,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_no_inherit(): Opt_no_inheritContext { let localContext = new Opt_no_inheritContext(this.context, this.state); - this.enterRule(localContext, 240, PostgreSqlParser.RULE_opt_no_inherit); + this.enterRule(localContext, 242, PostgreSqlParser.RULE_opt_no_inherit); try { this.enterOuterAlt(localContext, 1); { - this.state = 3392; + this.state = 3405; this.match(PostgreSqlParser.KW_NO); - this.state = 3393; + this.state = 3406; this.match(PostgreSqlParser.KW_INHERIT); } } @@ -14258,15 +14316,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, 242, PostgreSqlParser.RULE_opt_column_list); + this.enterRule(localContext, 244, PostgreSqlParser.RULE_opt_column_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 3395; + this.state = 3408; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3396; + this.state = 3409; this.column_list(); - this.state = 3397; + this.state = 3410; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14286,15 +14344,15 @@ 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, 244, PostgreSqlParser.RULE_opt_column_list_create); + this.enterRule(localContext, 246, PostgreSqlParser.RULE_opt_column_list_create); try { this.enterOuterAlt(localContext, 1); { - this.state = 3399; + this.state = 3412; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3400; + this.state = 3413; this.column_list_create(); - this.state = 3401; + this.state = 3414; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14314,30 +14372,30 @@ export class PostgreSqlParser extends SQLParserBase { } public column_list(): Column_listContext { let localContext = new Column_listContext(this.context, this.state); - this.enterRule(localContext, 246, PostgreSqlParser.RULE_column_list); + this.enterRule(localContext, 248, PostgreSqlParser.RULE_column_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3403; + this.state = 3416; this.column_name(); - this.state = 3408; + this.state = 3421; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 227, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3404; + this.state = 3417; this.match(PostgreSqlParser.COMMA); - this.state = 3405; + this.state = 3418; this.column_name(); } } } - this.state = 3410; + this.state = 3423; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 227, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); } } } @@ -14357,26 +14415,26 @@ export class PostgreSqlParser extends SQLParserBase { } public column_list_create(): Column_list_createContext { let localContext = new Column_list_createContext(this.context, this.state); - this.enterRule(localContext, 248, PostgreSqlParser.RULE_column_list_create); + this.enterRule(localContext, 250, PostgreSqlParser.RULE_column_list_create); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3411; + this.state = 3424; this.column_name_create(); - this.state = 3416; + this.state = 3429; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3412; + this.state = 3425; this.match(PostgreSqlParser.COMMA); - this.state = 3413; + this.state = 3426; this.column_name_create(); } } - this.state = 3418; + this.state = 3431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -14398,17 +14456,17 @@ 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, 250, PostgreSqlParser.RULE_opt_c_include); + this.enterRule(localContext, 252, PostgreSqlParser.RULE_opt_c_include); try { this.enterOuterAlt(localContext, 1); { - this.state = 3419; + this.state = 3432; this.match(PostgreSqlParser.KW_INCLUDE); - this.state = 3420; + this.state = 3433; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3421; + this.state = 3434; this.column_list(); - this.state = 3422; + this.state = 3435; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14428,14 +14486,14 @@ export class PostgreSqlParser extends SQLParserBase { } public key_match(): Key_matchContext { let localContext = new Key_matchContext(this.context, this.state); - this.enterRule(localContext, 252, PostgreSqlParser.RULE_key_match); + this.enterRule(localContext, 254, PostgreSqlParser.RULE_key_match); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3424; + this.state = 3437; this.match(PostgreSqlParser.KW_MATCH); - this.state = 3425; + this.state = 3438; _la = this.tokenStream.LA(1); if(!(_la === 113 || _la === 284 || _la === 336)) { this.errorHandler.recoverInline(this); @@ -14462,26 +14520,26 @@ export class PostgreSqlParser extends SQLParserBase { } public exclusionconstraintlist(): ExclusionconstraintlistContext { let localContext = new ExclusionconstraintlistContext(this.context, this.state); - this.enterRule(localContext, 254, PostgreSqlParser.RULE_exclusionconstraintlist); + this.enterRule(localContext, 256, PostgreSqlParser.RULE_exclusionconstraintlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3427; + this.state = 3440; this.exclusionconstraintelem(); - this.state = 3432; + this.state = 3445; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3428; + this.state = 3441; this.match(PostgreSqlParser.COMMA); - this.state = 3429; + this.state = 3442; this.exclusionconstraintelem(); } } - this.state = 3434; + this.state = 3447; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -14503,32 +14561,32 @@ export class PostgreSqlParser extends SQLParserBase { } public exclusionconstraintelem(): ExclusionconstraintelemContext { let localContext = new ExclusionconstraintelemContext(this.context, this.state); - this.enterRule(localContext, 256, PostgreSqlParser.RULE_exclusionconstraintelem); + this.enterRule(localContext, 258, PostgreSqlParser.RULE_exclusionconstraintelem); try { this.enterOuterAlt(localContext, 1); { - this.state = 3435; + this.state = 3448; this.index_elem(); - this.state = 3436; + this.state = 3449; this.match(PostgreSqlParser.KW_WITH); - this.state = 3443; + this.state = 3456; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { case 1: { - this.state = 3437; + this.state = 3450; this.any_operator(); } break; case 2: { - this.state = 3438; + this.state = 3451; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3439; + this.state = 3452; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3440; + this.state = 3453; this.any_operator(); - this.state = 3441; + this.state = 3454; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -14551,17 +14609,17 @@ export class PostgreSqlParser extends SQLParserBase { } public exclusionwhereclause(): ExclusionwhereclauseContext { let localContext = new ExclusionwhereclauseContext(this.context, this.state); - this.enterRule(localContext, 258, PostgreSqlParser.RULE_exclusionwhereclause); + this.enterRule(localContext, 260, PostgreSqlParser.RULE_exclusionwhereclause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3445; + this.state = 3458; this.match(PostgreSqlParser.KW_WHERE); - this.state = 3446; + this.state = 3459; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3447; + this.state = 3460; this.a_expr(); - this.state = 3448; + this.state = 3461; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14581,40 +14639,40 @@ export class PostgreSqlParser extends SQLParserBase { } public key_actions(): Key_actionsContext { let localContext = new Key_actionsContext(this.context, this.state); - this.enterRule(localContext, 260, PostgreSqlParser.RULE_key_actions); + this.enterRule(localContext, 262, PostgreSqlParser.RULE_key_actions); try { - this.state = 3458; + this.state = 3471; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 231, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3450; + this.state = 3463; this.key_update(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3451; + this.state = 3464; this.key_delete(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3452; + this.state = 3465; this.key_update(); - this.state = 3453; + this.state = 3466; this.key_delete(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3455; + this.state = 3468; this.key_delete(); - this.state = 3456; + this.state = 3469; this.key_update(); } break; @@ -14636,15 +14694,15 @@ export class PostgreSqlParser extends SQLParserBase { } public key_update(): Key_updateContext { let localContext = new Key_updateContext(this.context, this.state); - this.enterRule(localContext, 262, PostgreSqlParser.RULE_key_update); + this.enterRule(localContext, 264, PostgreSqlParser.RULE_key_update); try { this.enterOuterAlt(localContext, 1); { - this.state = 3460; + this.state = 3473; this.match(PostgreSqlParser.KW_ON); - this.state = 3461; + this.state = 3474; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 3462; + this.state = 3475; this.key_action(); } } @@ -14664,15 +14722,15 @@ export class PostgreSqlParser extends SQLParserBase { } public key_delete(): Key_deleteContext { let localContext = new Key_deleteContext(this.context, this.state); - this.enterRule(localContext, 264, PostgreSqlParser.RULE_key_delete); + this.enterRule(localContext, 266, PostgreSqlParser.RULE_key_delete); try { this.enterOuterAlt(localContext, 1); { - this.state = 3464; + this.state = 3477; this.match(PostgreSqlParser.KW_ON); - this.state = 3465; + this.state = 3478; this.match(PostgreSqlParser.KW_DELETE); - this.state = 3466; + this.state = 3479; this.key_action(); } } @@ -14692,41 +14750,41 @@ export class PostgreSqlParser extends SQLParserBase { } public key_action(): Key_actionContext { let localContext = new Key_actionContext(this.context, this.state); - this.enterRule(localContext, 266, PostgreSqlParser.RULE_key_action); + this.enterRule(localContext, 268, PostgreSqlParser.RULE_key_action); let _la: number; try { - this.state = 3477; + this.state = 3490; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 1); { - this.state = 3468; + this.state = 3481; this.match(PostgreSqlParser.KW_NO); - this.state = 3469; + this.state = 3482; this.match(PostgreSqlParser.KW_ACTION); } break; case PostgreSqlParser.KW_RESTRICT: this.enterOuterAlt(localContext, 2); { - this.state = 3470; + this.state = 3483; this.match(PostgreSqlParser.KW_RESTRICT); } break; case PostgreSqlParser.KW_CASCADE: this.enterOuterAlt(localContext, 3); { - this.state = 3471; + this.state = 3484; this.match(PostgreSqlParser.KW_CASCADE); } break; case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 4); { - this.state = 3472; + this.state = 3485; this.match(PostgreSqlParser.KW_SET); - this.state = 3473; + this.state = 3486; _la = this.tokenStream.LA(1); if(!(_la === 53 || _la === 78)) { this.errorHandler.recoverInline(this); @@ -14735,12 +14793,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3475; + this.state = 3488; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 232, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: { - this.state = 3474; + this.state = 3487; this.column_list(); } break; @@ -14767,17 +14825,17 @@ export class PostgreSqlParser extends SQLParserBase { } public optinherit(): OptinheritContext { let localContext = new OptinheritContext(this.context, this.state); - this.enterRule(localContext, 268, PostgreSqlParser.RULE_optinherit); + this.enterRule(localContext, 270, PostgreSqlParser.RULE_optinherit); try { this.enterOuterAlt(localContext, 1); { - this.state = 3479; + this.state = 3492; this.match(PostgreSqlParser.KW_INHERITS); - this.state = 3480; + this.state = 3493; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3481; + this.state = 3494; this.qualified_name_list(); - this.state = 3482; + this.state = 3495; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14797,11 +14855,11 @@ export class PostgreSqlParser extends SQLParserBase { } public optpartitionspec(): OptpartitionspecContext { let localContext = new OptpartitionspecContext(this.context, this.state); - this.enterRule(localContext, 270, PostgreSqlParser.RULE_optpartitionspec); + this.enterRule(localContext, 272, PostgreSqlParser.RULE_optpartitionspec); try { this.enterOuterAlt(localContext, 1); { - this.state = 3484; + this.state = 3497; this.partitionspec(); } } @@ -14821,21 +14879,21 @@ export class PostgreSqlParser extends SQLParserBase { } public partitionspec(): PartitionspecContext { let localContext = new PartitionspecContext(this.context, this.state); - this.enterRule(localContext, 272, PostgreSqlParser.RULE_partitionspec); + this.enterRule(localContext, 274, PostgreSqlParser.RULE_partitionspec); try { this.enterOuterAlt(localContext, 1); { - this.state = 3486; + this.state = 3499; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 3487; + this.state = 3500; this.match(PostgreSqlParser.KW_BY); - this.state = 3488; + this.state = 3501; this.colid(); - this.state = 3489; + this.state = 3502; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3490; + this.state = 3503; this.part_params(); - this.state = 3491; + this.state = 3504; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14855,26 +14913,26 @@ export class PostgreSqlParser extends SQLParserBase { } public part_params(): Part_paramsContext { let localContext = new Part_paramsContext(this.context, this.state); - this.enterRule(localContext, 274, PostgreSqlParser.RULE_part_params); + this.enterRule(localContext, 276, PostgreSqlParser.RULE_part_params); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3493; + this.state = 3506; this.part_elem(); - this.state = 3498; + this.state = 3511; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3494; + this.state = 3507; this.match(PostgreSqlParser.COMMA); - this.state = 3495; + this.state = 3508; this.part_elem(); } } - this.state = 3500; + this.state = 3513; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -14896,33 +14954,33 @@ export class PostgreSqlParser extends SQLParserBase { } public part_elem(): Part_elemContext { let localContext = new Part_elemContext(this.context, this.state); - this.enterRule(localContext, 276, PostgreSqlParser.RULE_part_elem); + this.enterRule(localContext, 278, PostgreSqlParser.RULE_part_elem); let _la: number; try { - this.state = 3524; + this.state = 3537; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 241, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 244, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3501; + this.state = 3514; this.column_name(); - this.state = 3503; + this.state = 3516; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 238, this.context) ) { case 1: { - this.state = 3502; + this.state = 3515; this.opt_collate(); } break; } - this.state = 3506; + this.state = 3519; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3505; + this.state = 3518; this.opt_class(); } } @@ -14932,24 +14990,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3508; + this.state = 3521; this.func_expr_windowless(); - this.state = 3510; + this.state = 3523; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 237, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 240, this.context) ) { case 1: { - this.state = 3509; + this.state = 3522; this.opt_collate(); } break; } - this.state = 3513; + this.state = 3526; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3512; + this.state = 3525; this.opt_class(); } } @@ -14959,28 +15017,28 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3515; + this.state = 3528; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3516; + this.state = 3529; this.a_expr(); - this.state = 3517; + this.state = 3530; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3519; + this.state = 3532; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 239, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { case 1: { - this.state = 3518; + this.state = 3531; this.opt_collate(); } break; } - this.state = 3522; + this.state = 3535; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3521; + this.state = 3534; this.opt_class(); } } @@ -15005,13 +15063,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, 278, PostgreSqlParser.RULE_table_access_method_clause); + this.enterRule(localContext, 280, PostgreSqlParser.RULE_table_access_method_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3526; + this.state = 3539; this.match(PostgreSqlParser.KW_USING); - this.state = 3527; + this.state = 3540; this.name(); } } @@ -15031,35 +15089,35 @@ export class PostgreSqlParser extends SQLParserBase { } public optwith(): OptwithContext { let localContext = new OptwithContext(this.context, this.state); - this.enterRule(localContext, 280, PostgreSqlParser.RULE_optwith); + this.enterRule(localContext, 282, PostgreSqlParser.RULE_optwith); try { - this.state = 3535; + this.state = 3548; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 245, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3529; + this.state = 3542; this.match(PostgreSqlParser.KW_WITH); - this.state = 3530; + this.state = 3543; this.reloptions(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3531; + this.state = 3544; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 3532; + this.state = 3545; this.match(PostgreSqlParser.KW_OIDS); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3533; + this.state = 3546; this.match(PostgreSqlParser.KW_WITH); - this.state = 3534; + this.state = 3547; this.match(PostgreSqlParser.KW_OIDS); } break; @@ -15081,36 +15139,36 @@ export class PostgreSqlParser extends SQLParserBase { } public oncommitoption(): OncommitoptionContext { let localContext = new OncommitoptionContext(this.context, this.state); - this.enterRule(localContext, 282, PostgreSqlParser.RULE_oncommitoption); + this.enterRule(localContext, 284, PostgreSqlParser.RULE_oncommitoption); try { this.enterOuterAlt(localContext, 1); { - this.state = 3537; + this.state = 3550; this.match(PostgreSqlParser.KW_ON); - this.state = 3538; + this.state = 3551; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 3544; + this.state = 3557; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DROP: { - this.state = 3539; + this.state = 3552; this.match(PostgreSqlParser.KW_DROP); } break; case PostgreSqlParser.KW_DELETE: { - this.state = 3540; + this.state = 3553; this.match(PostgreSqlParser.KW_DELETE); - this.state = 3541; + this.state = 3554; this.match(PostgreSqlParser.KW_ROWS); } break; case PostgreSqlParser.KW_PRESERVE: { - this.state = 3542; + this.state = 3555; this.match(PostgreSqlParser.KW_PRESERVE); - this.state = 3543; + this.state = 3556; this.match(PostgreSqlParser.KW_ROWS); } break; @@ -15135,13 +15193,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opttablespace(): OpttablespaceContext { let localContext = new OpttablespaceContext(this.context, this.state); - this.enterRule(localContext, 284, PostgreSqlParser.RULE_opttablespace); + this.enterRule(localContext, 286, PostgreSqlParser.RULE_opttablespace); try { this.enterOuterAlt(localContext, 1); { - this.state = 3546; + this.state = 3559; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 3547; + this.state = 3560; this.tablespace_name(); } } @@ -15161,37 +15219,37 @@ export class PostgreSqlParser extends SQLParserBase { } public index_paramenters_create(): Index_paramenters_createContext { let localContext = new Index_paramenters_createContext(this.context, this.state); - this.enterRule(localContext, 286, PostgreSqlParser.RULE_index_paramenters_create); + this.enterRule(localContext, 288, PostgreSqlParser.RULE_index_paramenters_create); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3550; + this.state = 3563; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 244, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 247, this.context) ) { case 1: { - this.state = 3549; + this.state = 3562; this.opt_include(); } break; } - this.state = 3553; + this.state = 3566; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 245, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 248, this.context) ) { case 1: { - this.state = 3552; + this.state = 3565; this.with_clause(); } break; } - this.state = 3556; + this.state = 3569; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3555; + this.state = 3568; this.optconstablespace(); } } @@ -15214,17 +15272,17 @@ export class PostgreSqlParser extends SQLParserBase { } public optconstablespace(): OptconstablespaceContext { let localContext = new OptconstablespaceContext(this.context, this.state); - this.enterRule(localContext, 288, PostgreSqlParser.RULE_optconstablespace); + this.enterRule(localContext, 290, PostgreSqlParser.RULE_optconstablespace); try { this.enterOuterAlt(localContext, 1); { - this.state = 3558; + this.state = 3571; this.match(PostgreSqlParser.KW_USING); - this.state = 3559; + this.state = 3572; this.match(PostgreSqlParser.KW_INDEX); - this.state = 3560; + this.state = 3573; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 3561; + this.state = 3574; this.tablespace_name(); } } @@ -15244,15 +15302,15 @@ export class PostgreSqlParser extends SQLParserBase { } public existingindex(): ExistingindexContext { let localContext = new ExistingindexContext(this.context, this.state); - this.enterRule(localContext, 290, PostgreSqlParser.RULE_existingindex); + this.enterRule(localContext, 292, PostgreSqlParser.RULE_existingindex); try { this.enterOuterAlt(localContext, 1); { - this.state = 3563; + this.state = 3576; this.match(PostgreSqlParser.KW_USING); - this.state = 3564; + this.state = 3577; this.match(PostgreSqlParser.KW_INDEX); - this.state = 3565; + this.state = 3578; this.name(); } } @@ -15272,66 +15330,66 @@ export class PostgreSqlParser extends SQLParserBase { } public createstatsstmt(): CreatestatsstmtContext { let localContext = new CreatestatsstmtContext(this.context, this.state); - this.enterRule(localContext, 292, PostgreSqlParser.RULE_createstatsstmt); + this.enterRule(localContext, 294, PostgreSqlParser.RULE_createstatsstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3567; + this.state = 3580; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3568; + this.state = 3581; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 3573; + this.state = 3586; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3570; + this.state = 3583; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 247, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 250, this.context) ) { case 1: { - this.state = 3569; + this.state = 3582; this.opt_if_not_exists(); } break; } - this.state = 3572; + this.state = 3585; this.any_name(); } } - this.state = 3576; + this.state = 3589; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3575; + this.state = 3588; this.opt_name_list(); } } - this.state = 3578; + this.state = 3591; this.match(PostgreSqlParser.KW_ON); - this.state = 3581; + this.state = 3594; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 250, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { case 1: { - this.state = 3579; + this.state = 3592; this.column_expr_list(); } break; case 2: { - this.state = 3580; + this.state = 3593; this.expr_list(); } break; } - this.state = 3583; + this.state = 3596; this.match(PostgreSqlParser.KW_FROM); - this.state = 3584; + this.state = 3597; this.from_list(); } } @@ -15351,31 +15409,31 @@ export class PostgreSqlParser extends SQLParserBase { } public alterstatsstmt(): AlterstatsstmtContext { let localContext = new AlterstatsstmtContext(this.context, this.state); - this.enterRule(localContext, 294, PostgreSqlParser.RULE_alterstatsstmt); + this.enterRule(localContext, 296, PostgreSqlParser.RULE_alterstatsstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3586; + this.state = 3599; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3587; + this.state = 3600; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 3589; + this.state = 3602; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 251, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { case 1: { - this.state = 3588; + this.state = 3601; this.opt_if_exists(); } break; } - this.state = 3591; + this.state = 3604; this.any_name(); - this.state = 3592; + this.state = 3605; this.match(PostgreSqlParser.KW_SET); - this.state = 3593; + this.state = 3606; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 3594; + this.state = 3607; this.signediconst(); } } @@ -15395,48 +15453,35 @@ export class PostgreSqlParser extends SQLParserBase { } public createasstmt(): CreateasstmtContext { let localContext = new CreateasstmtContext(this.context, this.state); - this.enterRule(localContext, 296, PostgreSqlParser.RULE_createasstmt); - let _la: number; + this.enterRule(localContext, 298, PostgreSqlParser.RULE_createasstmt); try { localContext = new QueryCreateTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3596; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 3598; + this.state = 3609; + this.create_table_clause(); + this.state = 3611; 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 = 3597; - this.opttemp(); - } - } - - this.state = 3600; - this.match(PostgreSqlParser.KW_TABLE); - this.state = 3602; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 255, this.context) ) { case 1: { - this.state = 3601; + this.state = 3610; this.opt_if_not_exists(); } break; } - this.state = 3604; + this.state = 3613; this.create_as_target(); - this.state = 3605; + this.state = 3614; this.match(PostgreSqlParser.KW_AS); - this.state = 3606; + this.state = 3615; this.selectstmt(); - this.state = 3608; + this.state = 3617; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { case 1: { - this.state = 3607; + this.state = 3616; this.opt_with_data(); } break; @@ -15459,59 +15504,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, 298, PostgreSqlParser.RULE_create_as_target); + this.enterRule(localContext, 300, PostgreSqlParser.RULE_create_as_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3610; + this.state = 3619; this.table_name_create(); - this.state = 3612; + this.state = 3621; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { - { - this.state = 3611; - this.opt_column_list_create(); - } - } - - this.state = 3615; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 100) { - { - this.state = 3614; - this.table_access_method_clause(); - } - } - - this.state = 3618; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 105 || _la === 379) { - { - this.state = 3617; - this.optwith(); - } - } - - this.state = 3621; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 80) { { this.state = 3620; - this.oncommitoption(); + this.opt_column_list_create(); } } this.state = 3624; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 351) { + if (_la === 100) { { this.state = 3623; + this.table_access_method_clause(); + } + } + + this.state = 3627; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 105 || _la === 379) { + { + this.state = 3626; + this.optwith(); + } + } + + this.state = 3630; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 80) { + { + this.state = 3629; + this.oncommitoption(); + } + } + + this.state = 3633; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 351) { + { + this.state = 3632; this.opttablespace(); } } @@ -15534,26 +15579,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, 300, PostgreSqlParser.RULE_opt_with_data); + this.enterRule(localContext, 302, PostgreSqlParser.RULE_opt_with_data); try { this.enterOuterAlt(localContext, 1); { - this.state = 3626; + this.state = 3635; this.match(PostgreSqlParser.KW_WITH); - this.state = 3630; + this.state = 3639; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DATA: { - this.state = 3627; + this.state = 3636; this.match(PostgreSqlParser.KW_DATA); } break; case PostgreSqlParser.KW_NO: { - this.state = 3628; + this.state = 3637; this.match(PostgreSqlParser.KW_NO); - this.state = 3629; + this.state = 3638; this.match(PostgreSqlParser.KW_DATA); } break; @@ -15578,50 +15623,50 @@ export class PostgreSqlParser extends SQLParserBase { } public creatematviewstmt(): CreatematviewstmtContext { let localContext = new CreatematviewstmtContext(this.context, this.state); - this.enterRule(localContext, 302, PostgreSqlParser.RULE_creatematviewstmt); + this.enterRule(localContext, 304, PostgreSqlParser.RULE_creatematviewstmt); let _la: number; try { localContext = new CreateMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3632; + this.state = 3641; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3634; + this.state = 3643; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 367) { { - this.state = 3633; + this.state = 3642; this.optnolog(); } } - this.state = 3636; + this.state = 3645; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 3637; + this.state = 3646; this.match(PostgreSqlParser.KW_VIEW); - this.state = 3639; + this.state = 3648; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 262, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 264, this.context) ) { case 1: { - this.state = 3638; + this.state = 3647; this.opt_if_not_exists(); } break; } - this.state = 3641; + this.state = 3650; this.create_mv_target(); - this.state = 3642; + this.state = 3651; this.match(PostgreSqlParser.KW_AS); - this.state = 3643; + this.state = 3652; this.selectstmt(); - this.state = 3645; + this.state = 3654; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 263, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 265, this.context) ) { case 1: { - this.state = 3644; + this.state = 3653; this.opt_with_data(); } break; @@ -15644,49 +15689,49 @@ export class PostgreSqlParser extends SQLParserBase { } public create_mv_target(): Create_mv_targetContext { let localContext = new Create_mv_targetContext(this.context, this.state); - this.enterRule(localContext, 304, PostgreSqlParser.RULE_create_mv_target); + this.enterRule(localContext, 306, PostgreSqlParser.RULE_create_mv_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3647; + this.state = 3656; this.view_name_create(); - this.state = 3649; + this.state = 3658; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3648; + this.state = 3657; this.opt_column_list_create(); } } - this.state = 3652; + this.state = 3661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3651; + this.state = 3660; this.table_access_method_clause(); } } - this.state = 3655; + this.state = 3664; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 3654; + this.state = 3663; this.opt_reloptions(); } } - this.state = 3658; + this.state = 3667; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 351) { { - this.state = 3657; + this.state = 3666; this.opttablespace(); } } @@ -15709,11 +15754,11 @@ export class PostgreSqlParser extends SQLParserBase { } public optnolog(): OptnologContext { let localContext = new OptnologContext(this.context, this.state); - this.enterRule(localContext, 306, PostgreSqlParser.RULE_optnolog); + this.enterRule(localContext, 308, PostgreSqlParser.RULE_optnolog); try { this.enterOuterAlt(localContext, 1); { - this.state = 3660; + this.state = 3669; this.match(PostgreSqlParser.KW_UNLOGGED); } } @@ -15733,35 +15778,35 @@ export class PostgreSqlParser extends SQLParserBase { } public refreshmatviewstmt(): RefreshmatviewstmtContext { let localContext = new RefreshmatviewstmtContext(this.context, this.state); - this.enterRule(localContext, 308, PostgreSqlParser.RULE_refreshmatviewstmt); + this.enterRule(localContext, 310, PostgreSqlParser.RULE_refreshmatviewstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3662; + this.state = 3671; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 3663; + this.state = 3672; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 3664; + this.state = 3673; this.match(PostgreSqlParser.KW_VIEW); - this.state = 3666; + this.state = 3675; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 3665; + this.state = 3674; this.opt_concurrently(); } } - this.state = 3668; + this.state = 3677; this.view_name(); - this.state = 3670; + this.state = 3679; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 269, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 271, this.context) ) { case 1: { - this.state = 3669; + this.state = 3678; this.opt_with_data(); } break; @@ -15784,43 +15829,43 @@ export class PostgreSqlParser extends SQLParserBase { } public createseqstmt(): CreateseqstmtContext { let localContext = new CreateseqstmtContext(this.context, this.state); - this.enterRule(localContext, 310, PostgreSqlParser.RULE_createseqstmt); + this.enterRule(localContext, 312, PostgreSqlParser.RULE_createseqstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3672; + this.state = 3681; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3674; + this.state = 3683; 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 = 3673; + this.state = 3682; this.opttemp(); } } - this.state = 3676; + this.state = 3685; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 3678; + this.state = 3687; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 271, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 273, this.context) ) { case 1: { - this.state = 3677; + this.state = 3686; this.opt_if_not_exists(); } break; } - this.state = 3680; + this.state = 3689; this.qualified_name(); - this.state = 3682; + this.state = 3691; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 272, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 274, this.context) ) { case 1: { - this.state = 3681; + this.state = 3690; this.optseqoptlist(); } break; @@ -15843,27 +15888,27 @@ export class PostgreSqlParser extends SQLParserBase { } public alterseqstmt(): AlterseqstmtContext { let localContext = new AlterseqstmtContext(this.context, this.state); - this.enterRule(localContext, 312, PostgreSqlParser.RULE_alterseqstmt); + this.enterRule(localContext, 314, PostgreSqlParser.RULE_alterseqstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3684; + this.state = 3693; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3685; + this.state = 3694; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 3687; + this.state = 3696; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 273, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 275, this.context) ) { case 1: { - this.state = 3686; + this.state = 3695; this.opt_if_exists(); } break; } - this.state = 3689; + this.state = 3698; this.qualified_name(); - this.state = 3690; + this.state = 3699; this.seqoptlist(); } } @@ -15883,11 +15928,11 @@ export class PostgreSqlParser extends SQLParserBase { } public optseqoptlist(): OptseqoptlistContext { let localContext = new OptseqoptlistContext(this.context, this.state); - this.enterRule(localContext, 314, PostgreSqlParser.RULE_optseqoptlist); + this.enterRule(localContext, 316, PostgreSqlParser.RULE_optseqoptlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3692; + this.state = 3701; this.seqoptlist(); } } @@ -15907,15 +15952,15 @@ export class PostgreSqlParser extends SQLParserBase { } public optparenthesizedseqoptlist(): OptparenthesizedseqoptlistContext { let localContext = new OptparenthesizedseqoptlistContext(this.context, this.state); - this.enterRule(localContext, 316, PostgreSqlParser.RULE_optparenthesizedseqoptlist); + this.enterRule(localContext, 318, PostgreSqlParser.RULE_optparenthesizedseqoptlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3694; + this.state = 3703; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3695; + this.state = 3704; this.seqoptlist(); - this.state = 3696; + this.state = 3705; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -15935,12 +15980,12 @@ export class PostgreSqlParser extends SQLParserBase { } public seqoptlist(): SeqoptlistContext { let localContext = new SeqoptlistContext(this.context, this.state); - this.enterRule(localContext, 318, PostgreSqlParser.RULE_seqoptlist); + this.enterRule(localContext, 320, PostgreSqlParser.RULE_seqoptlist); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3699; + this.state = 3708; this.errorHandler.sync(this); alternative = 1; do { @@ -15948,7 +15993,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 3698; + this.state = 3707; this.seqoptelem(); } } @@ -15956,9 +16001,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3701; + this.state = 3710; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 274, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 276, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -15978,80 +16023,80 @@ export class PostgreSqlParser extends SQLParserBase { } public seqoptelem(): SeqoptelemContext { let localContext = new SeqoptelemContext(this.context, this.state); - this.enterRule(localContext, 320, PostgreSqlParser.RULE_seqoptelem); + this.enterRule(localContext, 322, PostgreSqlParser.RULE_seqoptelem); let _la: number; try { - this.state = 3737; + this.state = 3746; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: this.enterOuterAlt(localContext, 1); { - this.state = 3703; + this.state = 3712; this.match(PostgreSqlParser.KW_AS); - this.state = 3704; + this.state = 3713; this.simpletypename(); } break; case PostgreSqlParser.KW_CACHE: this.enterOuterAlt(localContext, 2); { - this.state = 3705; + this.state = 3714; this.match(PostgreSqlParser.KW_CACHE); - this.state = 3706; + this.state = 3715; this.numericonly(); } break; case PostgreSqlParser.KW_CYCLE: this.enterOuterAlt(localContext, 3); { - this.state = 3707; + this.state = 3716; this.match(PostgreSqlParser.KW_CYCLE); } break; case PostgreSqlParser.KW_INCREMENT: this.enterOuterAlt(localContext, 4); { - this.state = 3708; + this.state = 3717; this.match(PostgreSqlParser.KW_INCREMENT); - this.state = 3710; + this.state = 3719; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 3709; + this.state = 3718; this.opt_by(); } } - this.state = 3712; + this.state = 3721; this.numericonly(); } break; case PostgreSqlParser.KW_MAXVALUE: this.enterOuterAlt(localContext, 5); { - this.state = 3713; + this.state = 3722; this.match(PostgreSqlParser.KW_MAXVALUE); - this.state = 3714; + this.state = 3723; this.numericonly(); } break; case PostgreSqlParser.KW_MINVALUE: this.enterOuterAlt(localContext, 6); { - this.state = 3715; + this.state = 3724; this.match(PostgreSqlParser.KW_MINVALUE); - this.state = 3716; + this.state = 3725; this.numericonly(); } break; case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 7); { - this.state = 3717; + this.state = 3726; this.match(PostgreSqlParser.KW_NO); - this.state = 3718; + this.state = 3727; _la = this.tokenStream.LA(1); if(!(_la === 173 || _la === 260 || _la === 262)) { this.errorHandler.recoverInline(this); @@ -16065,65 +16110,65 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OWNED: this.enterOuterAlt(localContext, 8); { - this.state = 3719; + this.state = 3728; this.match(PostgreSqlParser.KW_OWNED); - this.state = 3720; + this.state = 3729; this.match(PostgreSqlParser.KW_BY); - this.state = 3721; + this.state = 3730; this.column_name(); } break; case PostgreSqlParser.KW_SEQUENCE: this.enterOuterAlt(localContext, 9); { - this.state = 3722; + this.state = 3731; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 3723; + this.state = 3732; this.match(PostgreSqlParser.KW_NAME); - this.state = 3724; + this.state = 3733; this.any_name(); } break; case PostgreSqlParser.KW_START: this.enterOuterAlt(localContext, 10); { - this.state = 3725; + this.state = 3734; this.match(PostgreSqlParser.KW_START); - this.state = 3727; + this.state = 3736; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 3726; + this.state = 3735; this.opt_with(); } } - this.state = 3729; + this.state = 3738; this.numericonly(); } break; case PostgreSqlParser.KW_RESTART: this.enterOuterAlt(localContext, 11); { - this.state = 3730; + this.state = 3739; this.match(PostgreSqlParser.KW_RESTART); - this.state = 3732; + this.state = 3741; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 277, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 279, this.context) ) { case 1: { - this.state = 3731; + this.state = 3740; this.opt_with(); } break; } - this.state = 3735; + this.state = 3744; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 12 || _la === 13 || _la === 572 || _la === 574) { + if (_la === 12 || _la === 13 || _la === 573 || _la === 575) { { - this.state = 3734; + this.state = 3743; this.numericonly(); } } @@ -16150,11 +16195,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_by(): Opt_byContext { let localContext = new Opt_byContext(this.context, this.state); - this.enterRule(localContext, 322, PostgreSqlParser.RULE_opt_by); + this.enterRule(localContext, 324, PostgreSqlParser.RULE_opt_by); try { this.enterOuterAlt(localContext, 1); { - this.state = 3739; + this.state = 3748; this.match(PostgreSqlParser.KW_BY); } } @@ -16174,40 +16219,40 @@ export class PostgreSqlParser extends SQLParserBase { } public numericonly(): NumericonlyContext { let localContext = new NumericonlyContext(this.context, this.state); - this.enterRule(localContext, 324, PostgreSqlParser.RULE_numericonly); + this.enterRule(localContext, 326, PostgreSqlParser.RULE_numericonly); try { - this.state = 3747; + this.state = 3756; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 280, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 282, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3741; + this.state = 3750; this.fconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3742; + this.state = 3751; this.match(PostgreSqlParser.PLUS); - this.state = 3743; + this.state = 3752; this.fconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3744; + this.state = 3753; this.match(PostgreSqlParser.MINUS); - this.state = 3745; + this.state = 3754; this.fconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3746; + this.state = 3755; this.signediconst(); } break; @@ -16229,26 +16274,26 @@ export class PostgreSqlParser extends SQLParserBase { } public numericonly_list(): Numericonly_listContext { let localContext = new Numericonly_listContext(this.context, this.state); - this.enterRule(localContext, 326, PostgreSqlParser.RULE_numericonly_list); + this.enterRule(localContext, 328, PostgreSqlParser.RULE_numericonly_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3749; + this.state = 3758; this.numericonly(); - this.state = 3754; + this.state = 3763; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3750; + this.state = 3759; this.match(PostgreSqlParser.COMMA); - this.state = 3751; + this.state = 3760; this.numericonly(); } } - this.state = 3756; + this.state = 3765; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -16270,72 +16315,72 @@ export class PostgreSqlParser extends SQLParserBase { } public createplangstmt(): CreateplangstmtContext { let localContext = new CreateplangstmtContext(this.context, this.state); - this.enterRule(localContext, 328, PostgreSqlParser.RULE_createplangstmt); + this.enterRule(localContext, 330, PostgreSqlParser.RULE_createplangstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3757; + this.state = 3766; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3759; + this.state = 3768; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 3758; + this.state = 3767; this.opt_or_replace(); } } - this.state = 3762; + this.state = 3771; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 359) { { - this.state = 3761; + this.state = 3770; this.opt_trusted(); } } - this.state = 3765; + this.state = 3774; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 3764; + this.state = 3773; this.opt_procedural(); } } - this.state = 3767; + this.state = 3776; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 3768; - this.name(); this.state = 3777; + this.name(); + this.state = 3786; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 287, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 289, this.context) ) { case 1: { - this.state = 3769; + this.state = 3778; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 3770; + this.state = 3779; this.handler_name(); - this.state = 3772; + this.state = 3781; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 285, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 287, this.context) ) { case 1: { - this.state = 3771; + this.state = 3780; this.opt_inline_handler(); } break; } - this.state = 3775; + this.state = 3784; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 286, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 288, this.context) ) { case 1: { - this.state = 3774; + this.state = 3783; this.opt_validator(); } break; @@ -16361,11 +16406,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_trusted(): Opt_trustedContext { let localContext = new Opt_trustedContext(this.context, this.state); - this.enterRule(localContext, 330, PostgreSqlParser.RULE_opt_trusted); + this.enterRule(localContext, 332, PostgreSqlParser.RULE_opt_trusted); try { this.enterOuterAlt(localContext, 1); { - this.state = 3779; + this.state = 3788; this.match(PostgreSqlParser.KW_TRUSTED); } } @@ -16385,19 +16430,19 @@ export class PostgreSqlParser extends SQLParserBase { } public handler_name(): Handler_nameContext { let localContext = new Handler_nameContext(this.context, this.state); - this.enterRule(localContext, 332, PostgreSqlParser.RULE_handler_name); + this.enterRule(localContext, 334, PostgreSqlParser.RULE_handler_name); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3781; + this.state = 3790; this.name(); - this.state = 3783; + this.state = 3792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 3782; + this.state = 3791; this.attrs(); } } @@ -16420,13 +16465,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_inline_handler(): Opt_inline_handlerContext { let localContext = new Opt_inline_handlerContext(this.context, this.state); - this.enterRule(localContext, 334, PostgreSqlParser.RULE_opt_inline_handler); + this.enterRule(localContext, 336, PostgreSqlParser.RULE_opt_inline_handler); try { this.enterOuterAlt(localContext, 1); { - this.state = 3785; + this.state = 3794; this.match(PostgreSqlParser.KW_INLINE); - this.state = 3786; + this.state = 3795; this.handler_name(); } } @@ -16446,26 +16491,26 @@ export class PostgreSqlParser extends SQLParserBase { } public validator_clause(): Validator_clauseContext { let localContext = new Validator_clauseContext(this.context, this.state); - this.enterRule(localContext, 336, PostgreSqlParser.RULE_validator_clause); + this.enterRule(localContext, 338, PostgreSqlParser.RULE_validator_clause); try { - this.state = 3792; + this.state = 3801; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VALIDATOR: this.enterOuterAlt(localContext, 1); { - this.state = 3788; + this.state = 3797; this.match(PostgreSqlParser.KW_VALIDATOR); - this.state = 3789; + this.state = 3798; this.handler_name(); } break; case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 2); { - this.state = 3790; + this.state = 3799; this.match(PostgreSqlParser.KW_NO); - this.state = 3791; + this.state = 3800; this.match(PostgreSqlParser.KW_VALIDATOR); } break; @@ -16489,11 +16534,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_validator(): Opt_validatorContext { let localContext = new Opt_validatorContext(this.context, this.state); - this.enterRule(localContext, 338, PostgreSqlParser.RULE_opt_validator); + this.enterRule(localContext, 340, PostgreSqlParser.RULE_opt_validator); try { this.enterOuterAlt(localContext, 1); { - this.state = 3794; + this.state = 3803; this.validator_clause(); } } @@ -16513,11 +16558,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_procedural(): Opt_proceduralContext { let localContext = new Opt_proceduralContext(this.context, this.state); - this.enterRule(localContext, 340, PostgreSqlParser.RULE_opt_procedural); + this.enterRule(localContext, 342, PostgreSqlParser.RULE_opt_procedural); try { this.enterOuterAlt(localContext, 1); { - this.state = 3796; + this.state = 3805; this.match(PostgreSqlParser.KW_PROCEDURAL); } } @@ -16537,37 +16582,37 @@ export class PostgreSqlParser extends SQLParserBase { } public createtablespacestmt(): CreatetablespacestmtContext { let localContext = new CreatetablespacestmtContext(this.context, this.state); - this.enterRule(localContext, 342, PostgreSqlParser.RULE_createtablespacestmt); + this.enterRule(localContext, 344, PostgreSqlParser.RULE_createtablespacestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3798; + this.state = 3807; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3799; + this.state = 3808; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 3800; + this.state = 3809; this.tablespace_name(); - this.state = 3802; + this.state = 3811; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 282) { { - this.state = 3801; + this.state = 3810; this.opttablespaceowner(); } } - this.state = 3804; + this.state = 3813; this.match(PostgreSqlParser.KW_LOCATION); - this.state = 3805; + this.state = 3814; this.sconst(); - this.state = 3807; + this.state = 3816; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 291, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 293, this.context) ) { case 1: { - this.state = 3806; + this.state = 3815; this.opt_reloptions(); } break; @@ -16590,13 +16635,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opttablespaceowner(): OpttablespaceownerContext { let localContext = new OpttablespaceownerContext(this.context, this.state); - this.enterRule(localContext, 344, PostgreSqlParser.RULE_opttablespaceowner); + this.enterRule(localContext, 346, PostgreSqlParser.RULE_opttablespaceowner); try { this.enterOuterAlt(localContext, 1); { - this.state = 3809; + this.state = 3818; this.match(PostgreSqlParser.KW_OWNER); - this.state = 3810; + this.state = 3819; this.rolespec(); } } @@ -16616,37 +16661,37 @@ export class PostgreSqlParser extends SQLParserBase { } public createextensionstmt(): CreateextensionstmtContext { let localContext = new CreateextensionstmtContext(this.context, this.state); - this.enterRule(localContext, 346, PostgreSqlParser.RULE_createextensionstmt); + this.enterRule(localContext, 348, PostgreSqlParser.RULE_createextensionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3812; + this.state = 3821; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3813; + this.state = 3822; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3815; + this.state = 3824; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 292, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 294, this.context) ) { case 1: { - this.state = 3814; + this.state = 3823; this.opt_if_not_exists(); } break; } - this.state = 3817; + this.state = 3826; this.name(); - this.state = 3819; + this.state = 3828; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 293, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 295, this.context) ) { case 1: { - this.state = 3818; + this.state = 3827; this.opt_with(); } break; } - this.state = 3821; + this.state = 3830; this.create_extension_opt_list(); } } @@ -16666,26 +16711,26 @@ export class PostgreSqlParser extends SQLParserBase { } public create_extension_opt_list(): Create_extension_opt_listContext { let localContext = new Create_extension_opt_listContext(this.context, this.state); - this.enterRule(localContext, 348, PostgreSqlParser.RULE_create_extension_opt_list); + this.enterRule(localContext, 350, PostgreSqlParser.RULE_create_extension_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3826; + this.state = 3835; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 294, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 296, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3823; + this.state = 3832; this.create_extension_opt_item(); } } } - this.state = 3828; + this.state = 3837; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 294, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 296, this.context); } } } @@ -16705,42 +16750,42 @@ export class PostgreSqlParser extends SQLParserBase { } public create_extension_opt_item(): Create_extension_opt_itemContext { let localContext = new Create_extension_opt_itemContext(this.context, this.state); - this.enterRule(localContext, 350, PostgreSqlParser.RULE_create_extension_opt_item); + this.enterRule(localContext, 352, PostgreSqlParser.RULE_create_extension_opt_item); try { - this.state = 3836; + this.state = 3845; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SCHEMA: this.enterOuterAlt(localContext, 1); { - this.state = 3829; + this.state = 3838; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 3830; + this.state = 3839; this.schema_name(); } break; case PostgreSqlParser.KW_VERSION: this.enterOuterAlt(localContext, 2); { - this.state = 3831; + this.state = 3840; this.match(PostgreSqlParser.KW_VERSION); - this.state = 3832; + this.state = 3841; this.nonreservedword_or_sconst(); } break; case PostgreSqlParser.KW_FROM: this.enterOuterAlt(localContext, 3); { - this.state = 3833; + this.state = 3842; this.match(PostgreSqlParser.KW_FROM); - this.state = 3834; + this.state = 3843; this.nonreservedword_or_sconst(); } break; case PostgreSqlParser.KW_CASCADE: this.enterOuterAlt(localContext, 4); { - this.state = 3835; + this.state = 3844; this.match(PostgreSqlParser.KW_CASCADE); } break; @@ -16764,19 +16809,19 @@ export class PostgreSqlParser extends SQLParserBase { } public alterextensionstmt(): AlterextensionstmtContext { let localContext = new AlterextensionstmtContext(this.context, this.state); - this.enterRule(localContext, 352, PostgreSqlParser.RULE_alterextensionstmt); + this.enterRule(localContext, 354, PostgreSqlParser.RULE_alterextensionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3838; + this.state = 3847; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3839; + this.state = 3848; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3840; + this.state = 3849; this.name(); - this.state = 3841; + this.state = 3850; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 3842; + this.state = 3851; this.alter_extension_opt_list(); } } @@ -16796,22 +16841,22 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_extension_opt_list(): Alter_extension_opt_listContext { let localContext = new Alter_extension_opt_listContext(this.context, this.state); - this.enterRule(localContext, 354, PostgreSqlParser.RULE_alter_extension_opt_list); + this.enterRule(localContext, 356, PostgreSqlParser.RULE_alter_extension_opt_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3847; + this.state = 3856; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 94) { { { - this.state = 3844; + this.state = 3853; this.alter_extension_opt_item(); } } - this.state = 3849; + this.state = 3858; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -16833,13 +16878,13 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_extension_opt_item(): Alter_extension_opt_itemContext { let localContext = new Alter_extension_opt_itemContext(this.context, this.state); - this.enterRule(localContext, 356, PostgreSqlParser.RULE_alter_extension_opt_item); + this.enterRule(localContext, 358, PostgreSqlParser.RULE_alter_extension_opt_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 3850; + this.state = 3859; this.match(PostgreSqlParser.KW_TO); - this.state = 3851; + this.state = 3860; this.nonreservedword_or_sconst(); } } @@ -16859,251 +16904,251 @@ export class PostgreSqlParser extends SQLParserBase { } public alterextensioncontentsstmt(): AlterextensioncontentsstmtContext { let localContext = new AlterextensioncontentsstmtContext(this.context, this.state); - this.enterRule(localContext, 358, PostgreSqlParser.RULE_alterextensioncontentsstmt); + this.enterRule(localContext, 360, PostgreSqlParser.RULE_alterextensioncontentsstmt); try { - this.state = 3955; + this.state = 3964; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 297, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3853; + this.state = 3862; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3854; + this.state = 3863; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3855; + this.state = 3864; this.name(); - this.state = 3856; + this.state = 3865; this.add_drop(); - this.state = 3857; + this.state = 3866; this.object_type_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3859; + this.state = 3868; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3860; + this.state = 3869; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3861; + this.state = 3870; this.name(); - this.state = 3862; + this.state = 3871; this.add_drop(); - this.state = 3863; + this.state = 3872; this.object_type_any_name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3865; + this.state = 3874; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3866; + this.state = 3875; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3867; + this.state = 3876; this.name(); - this.state = 3868; + this.state = 3877; this.add_drop(); - this.state = 3869; + this.state = 3878; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 3870; + this.state = 3879; this.aggregate_with_argtypes(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3872; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 3873; - this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3874; - this.name(); - this.state = 3875; - this.add_drop(); - this.state = 3876; - this.match(PostgreSqlParser.KW_CAST); - this.state = 3877; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3878; - this.typename(); - this.state = 3879; - this.match(PostgreSqlParser.KW_AS); - this.state = 3880; - this.typename(); this.state = 3881; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 3882; + this.match(PostgreSqlParser.KW_EXTENSION); + this.state = 3883; + this.name(); + this.state = 3884; + this.add_drop(); + this.state = 3885; + this.match(PostgreSqlParser.KW_CAST); + this.state = 3886; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 3887; + this.typename(); + this.state = 3888; + this.match(PostgreSqlParser.KW_AS); + this.state = 3889; + this.typename(); + this.state = 3890; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3883; + this.state = 3892; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3884; + this.state = 3893; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3885; + this.state = 3894; this.name(); - this.state = 3886; + this.state = 3895; this.add_drop(); - this.state = 3887; + this.state = 3896; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 3888; + this.state = 3897; this.typename(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3890; + this.state = 3899; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3891; + this.state = 3900; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3892; + this.state = 3901; this.name(); - this.state = 3893; + this.state = 3902; this.add_drop(); - this.state = 3894; + this.state = 3903; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 3895; + this.state = 3904; this.function_with_argtypes(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 3897; + this.state = 3906; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3898; + this.state = 3907; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3899; + this.state = 3908; this.name(); - this.state = 3900; + this.state = 3909; this.add_drop(); - this.state = 3901; + this.state = 3910; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3902; + this.state = 3911; this.operator_with_argtypes(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 3904; + this.state = 3913; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3905; + this.state = 3914; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3906; + this.state = 3915; this.name(); - this.state = 3907; + this.state = 3916; this.add_drop(); - this.state = 3908; + this.state = 3917; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3909; + this.state = 3918; this.match(PostgreSqlParser.KW_CLASS); - this.state = 3910; + this.state = 3919; this.any_name(); - this.state = 3911; + this.state = 3920; this.match(PostgreSqlParser.KW_USING); - this.state = 3912; + this.state = 3921; this.name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 3914; + this.state = 3923; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3915; + this.state = 3924; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3916; + this.state = 3925; this.name(); - this.state = 3917; + this.state = 3926; this.add_drop(); - this.state = 3918; + this.state = 3927; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3919; + this.state = 3928; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 3920; + this.state = 3929; this.any_name(); - this.state = 3921; + this.state = 3930; this.match(PostgreSqlParser.KW_USING); - this.state = 3922; + this.state = 3931; this.name(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 3924; + this.state = 3933; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3925; + this.state = 3934; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3926; + this.state = 3935; this.name(); - this.state = 3927; + this.state = 3936; this.add_drop(); - this.state = 3928; + this.state = 3937; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 3929; + this.state = 3938; this.procedure_with_argtypes(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 3931; + this.state = 3940; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3932; + this.state = 3941; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3933; + this.state = 3942; this.name(); - this.state = 3934; + this.state = 3943; this.add_drop(); - this.state = 3935; + this.state = 3944; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 3936; + this.state = 3945; this.routine_with_argtypes(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 3938; + this.state = 3947; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3939; + this.state = 3948; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3940; + this.state = 3949; this.name(); - this.state = 3941; + this.state = 3950; this.add_drop(); - this.state = 3942; + this.state = 3951; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 3943; + this.state = 3952; this.match(PostgreSqlParser.KW_FOR); - this.state = 3944; + this.state = 3953; this.typename(); - this.state = 3945; + this.state = 3954; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 3946; + this.state = 3955; this.name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 3948; + this.state = 3957; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3949; + this.state = 3958; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3950; + this.state = 3959; this.name(); - this.state = 3951; + this.state = 3960; this.add_drop(); - this.state = 3952; + this.state = 3961; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3953; + this.state = 3962; this.typename(); } break; @@ -17125,36 +17170,36 @@ export class PostgreSqlParser extends SQLParserBase { } public createfdwstmt(): CreatefdwstmtContext { let localContext = new CreatefdwstmtContext(this.context, this.state); - this.enterRule(localContext, 360, PostgreSqlParser.RULE_createfdwstmt); + this.enterRule(localContext, 362, PostgreSqlParser.RULE_createfdwstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3957; + this.state = 3966; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3958; + this.state = 3967; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3959; + this.state = 3968; this.match(PostgreSqlParser.KW_DATA); - this.state = 3960; + this.state = 3969; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 3961; + this.state = 3970; this.name(); - this.state = 3963; + this.state = 3972; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 298, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 300, this.context) ) { case 1: { - this.state = 3962; + this.state = 3971; this.opt_fdw_options(); } break; } - this.state = 3966; + this.state = 3975; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 301, this.context) ) { case 1: { - this.state = 3965; + this.state = 3974; this.create_generic_options(); } break; @@ -17177,44 +17222,44 @@ export class PostgreSqlParser extends SQLParserBase { } public fdw_option(): Fdw_optionContext { let localContext = new Fdw_optionContext(this.context, this.state); - this.enterRule(localContext, 362, PostgreSqlParser.RULE_fdw_option); + this.enterRule(localContext, 364, PostgreSqlParser.RULE_fdw_option); try { - this.state = 3976; + this.state = 3985; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 300, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 302, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3968; + this.state = 3977; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 3969; + this.state = 3978; this.handler_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3970; + this.state = 3979; this.match(PostgreSqlParser.KW_NO); - this.state = 3971; + this.state = 3980; this.match(PostgreSqlParser.KW_HANDLER); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3972; + this.state = 3981; this.match(PostgreSqlParser.KW_VALIDATOR); - this.state = 3973; + this.state = 3982; this.handler_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3974; + this.state = 3983; this.match(PostgreSqlParser.KW_NO); - this.state = 3975; + this.state = 3984; this.match(PostgreSqlParser.KW_VALIDATOR); } break; @@ -17236,12 +17281,12 @@ export class PostgreSqlParser extends SQLParserBase { } public fdw_options(): Fdw_optionsContext { let localContext = new Fdw_optionsContext(this.context, this.state); - this.enterRule(localContext, 364, PostgreSqlParser.RULE_fdw_options); + this.enterRule(localContext, 366, PostgreSqlParser.RULE_fdw_options); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3979; + this.state = 3988; this.errorHandler.sync(this); alternative = 1; do { @@ -17249,7 +17294,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 3978; + this.state = 3987; this.fdw_option(); } } @@ -17257,9 +17302,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3981; + this.state = 3990; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 301, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 303, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -17279,11 +17324,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_fdw_options(): Opt_fdw_optionsContext { let localContext = new Opt_fdw_optionsContext(this.context, this.state); - this.enterRule(localContext, 366, PostgreSqlParser.RULE_opt_fdw_options); + this.enterRule(localContext, 368, PostgreSqlParser.RULE_opt_fdw_options); try { this.enterOuterAlt(localContext, 1); { - this.state = 3983; + this.state = 3992; this.fdw_options(); } } @@ -17303,53 +17348,53 @@ export class PostgreSqlParser extends SQLParserBase { } public alterfdwstmt(): AlterfdwstmtContext { let localContext = new AlterfdwstmtContext(this.context, this.state); - this.enterRule(localContext, 368, PostgreSqlParser.RULE_alterfdwstmt); + this.enterRule(localContext, 370, PostgreSqlParser.RULE_alterfdwstmt); let _la: number; try { - this.state = 4002; + this.state = 4011; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 303, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 305, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3985; + this.state = 3994; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3986; + this.state = 3995; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3987; + this.state = 3996; this.match(PostgreSqlParser.KW_DATA); - this.state = 3988; + this.state = 3997; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 3989; + this.state = 3998; this.name(); - this.state = 3991; + this.state = 4000; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 215 || _la === 269 || _la === 373) { { - this.state = 3990; + this.state = 3999; this.opt_fdw_options(); } } - this.state = 3993; + this.state = 4002; this.alter_generic_options(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3995; + this.state = 4004; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3996; + this.state = 4005; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3997; + this.state = 4006; this.match(PostgreSqlParser.KW_DATA); - this.state = 3998; + this.state = 4007; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 3999; + this.state = 4008; this.name(); - this.state = 4000; + this.state = 4009; this.fdw_options(); } break; @@ -17371,17 +17416,17 @@ 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, 370, PostgreSqlParser.RULE_create_generic_options); + this.enterRule(localContext, 372, PostgreSqlParser.RULE_create_generic_options); try { this.enterOuterAlt(localContext, 1); { - this.state = 4004; + this.state = 4013; this.match(PostgreSqlParser.KW_OPTIONS); - this.state = 4005; + this.state = 4014; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4006; + this.state = 4015; this.generic_option_list(); - this.state = 4007; + this.state = 4016; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -17401,26 +17446,26 @@ export class PostgreSqlParser extends SQLParserBase { } public generic_option_list(): Generic_option_listContext { let localContext = new Generic_option_listContext(this.context, this.state); - this.enterRule(localContext, 372, PostgreSqlParser.RULE_generic_option_list); + this.enterRule(localContext, 374, PostgreSqlParser.RULE_generic_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4009; + this.state = 4018; this.generic_option_elem(); - this.state = 4014; + this.state = 4023; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4010; + this.state = 4019; this.match(PostgreSqlParser.COMMA); - this.state = 4011; + this.state = 4020; this.generic_option_elem(); } } - this.state = 4016; + this.state = 4025; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17442,17 +17487,17 @@ 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, 374, PostgreSqlParser.RULE_alter_generic_options); + this.enterRule(localContext, 376, PostgreSqlParser.RULE_alter_generic_options); try { this.enterOuterAlt(localContext, 1); { - this.state = 4017; + this.state = 4026; this.match(PostgreSqlParser.KW_OPTIONS); - this.state = 4018; + this.state = 4027; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4019; + this.state = 4028; this.alter_generic_option_list(); - this.state = 4020; + this.state = 4029; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -17472,26 +17517,26 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_generic_option_list(): Alter_generic_option_listContext { let localContext = new Alter_generic_option_listContext(this.context, this.state); - this.enterRule(localContext, 376, PostgreSqlParser.RULE_alter_generic_option_list); + this.enterRule(localContext, 378, PostgreSqlParser.RULE_alter_generic_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4022; + this.state = 4031; this.alter_generic_option_elem(); - this.state = 4027; + this.state = 4036; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4023; + this.state = 4032; this.match(PostgreSqlParser.COMMA); - this.state = 4024; + this.state = 4033; this.alter_generic_option_elem(); } } - this.state = 4029; + this.state = 4038; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17513,42 +17558,42 @@ 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, 378, PostgreSqlParser.RULE_alter_generic_option_elem); + this.enterRule(localContext, 380, PostgreSqlParser.RULE_alter_generic_option_elem); try { - this.state = 4037; + this.state = 4046; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 306, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 308, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4030; + this.state = 4039; this.generic_option_elem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4031; + this.state = 4040; this.match(PostgreSqlParser.KW_SET); - this.state = 4032; + this.state = 4041; this.generic_option_elem(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4033; + this.state = 4042; this.match(PostgreSqlParser.KW_ADD); - this.state = 4034; + this.state = 4043; this.generic_option_elem(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4035; + this.state = 4044; this.match(PostgreSqlParser.KW_DROP); - this.state = 4036; + this.state = 4045; this.generic_option_elem(); } break; @@ -17570,13 +17615,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, 380, PostgreSqlParser.RULE_generic_option_elem); + this.enterRule(localContext, 382, PostgreSqlParser.RULE_generic_option_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 4039; + this.state = 4048; this.generic_option_name(); - this.state = 4040; + this.state = 4049; this.generic_option_arg(); } } @@ -17596,11 +17641,11 @@ export class PostgreSqlParser extends SQLParserBase { } public generic_option_name(): Generic_option_nameContext { let localContext = new Generic_option_nameContext(this.context, this.state); - this.enterRule(localContext, 382, PostgreSqlParser.RULE_generic_option_name); + this.enterRule(localContext, 384, PostgreSqlParser.RULE_generic_option_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 4042; + this.state = 4051; this.collabel(); } } @@ -17620,11 +17665,11 @@ export class PostgreSqlParser extends SQLParserBase { } public generic_option_arg(): Generic_option_argContext { let localContext = new Generic_option_argContext(this.context, this.state); - this.enterRule(localContext, 384, PostgreSqlParser.RULE_generic_option_arg); + this.enterRule(localContext, 386, PostgreSqlParser.RULE_generic_option_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 4044; + this.state = 4053; this.sconst(); } } @@ -17644,61 +17689,61 @@ export class PostgreSqlParser extends SQLParserBase { } public createforeignserverstmt(): CreateforeignserverstmtContext { let localContext = new CreateforeignserverstmtContext(this.context, this.state); - this.enterRule(localContext, 386, PostgreSqlParser.RULE_createforeignserverstmt); + this.enterRule(localContext, 388, PostgreSqlParser.RULE_createforeignserverstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4046; + this.state = 4055; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4047; + this.state = 4056; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4049; + this.state = 4058; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 307, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 309, this.context) ) { case 1: { - this.state = 4048; + this.state = 4057; this.opt_if_not_exists(); } break; } - this.state = 4051; + this.state = 4060; this.name(); - this.state = 4053; + this.state = 4062; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 360) { { - this.state = 4052; + this.state = 4061; this.opt_type(); } } - this.state = 4056; + this.state = 4065; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 375) { { - this.state = 4055; + this.state = 4064; this.opt_foreign_server_version(); } } - this.state = 4058; + this.state = 4067; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4059; + this.state = 4068; this.match(PostgreSqlParser.KW_DATA); - this.state = 4060; + this.state = 4069; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 4061; + this.state = 4070; this.name(); - this.state = 4063; + this.state = 4072; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 310, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 312, this.context) ) { case 1: { - this.state = 4062; + this.state = 4071; this.create_generic_options(); } break; @@ -17721,13 +17766,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_type(): Opt_typeContext { let localContext = new Opt_typeContext(this.context, this.state); - this.enterRule(localContext, 388, PostgreSqlParser.RULE_opt_type); + this.enterRule(localContext, 390, PostgreSqlParser.RULE_opt_type); try { this.enterOuterAlt(localContext, 1); { - this.state = 4065; + this.state = 4074; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4066; + this.state = 4075; this.sconst(); } } @@ -17747,13 +17792,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, 390, PostgreSqlParser.RULE_foreign_server_version); + this.enterRule(localContext, 392, PostgreSqlParser.RULE_foreign_server_version); try { this.enterOuterAlt(localContext, 1); { - this.state = 4068; + this.state = 4077; this.match(PostgreSqlParser.KW_VERSION); - this.state = 4071; + this.state = 4080; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -17761,13 +17806,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4069; + this.state = 4078; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 4070; + this.state = 4079; this.match(PostgreSqlParser.KW_NULL); } break; @@ -17792,11 +17837,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_foreign_server_version(): Opt_foreign_server_versionContext { let localContext = new Opt_foreign_server_versionContext(this.context, this.state); - this.enterRule(localContext, 392, PostgreSqlParser.RULE_opt_foreign_server_version); + this.enterRule(localContext, 394, PostgreSqlParser.RULE_opt_foreign_server_version); try { this.enterOuterAlt(localContext, 1); { - this.state = 4073; + this.state = 4082; this.foreign_server_version(); } } @@ -17816,35 +17861,35 @@ export class PostgreSqlParser extends SQLParserBase { } public alterforeignserverstmt(): AlterforeignserverstmtContext { let localContext = new AlterforeignserverstmtContext(this.context, this.state); - this.enterRule(localContext, 394, PostgreSqlParser.RULE_alterforeignserverstmt); + this.enterRule(localContext, 396, PostgreSqlParser.RULE_alterforeignserverstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4075; + this.state = 4084; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4076; + this.state = 4085; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4077; + this.state = 4086; this.name(); - this.state = 4083; + this.state = 4092; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_OPTIONS: { - this.state = 4078; + this.state = 4087; this.alter_generic_options(); } break; case PostgreSqlParser.KW_VERSION: { - this.state = 4079; + this.state = 4088; this.foreign_server_version(); - this.state = 4081; + this.state = 4090; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 312, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { case 1: { - this.state = 4080; + this.state = 4089; this.alter_generic_options(); } break; @@ -17872,68 +17917,68 @@ export class PostgreSqlParser extends SQLParserBase { } public createforeigntablestmt(): CreateforeigntablestmtContext { let localContext = new CreateforeigntablestmtContext(this.context, this.state); - this.enterRule(localContext, 396, PostgreSqlParser.RULE_createforeigntablestmt); + this.enterRule(localContext, 398, PostgreSqlParser.RULE_createforeigntablestmt); let _la: number; try { - this.state = 4124; + this.state = 4133; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 321, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 323, this.context) ) { case 1: localContext = new CreateForeignTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4085; + this.state = 4094; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4086; + this.state = 4095; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4087; + this.state = 4096; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4089; + this.state = 4098; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 316, this.context) ) { case 1: { - this.state = 4088; + this.state = 4097; this.opt_if_not_exists(); } break; } - this.state = 4091; + this.state = 4100; this.table_name_create(); - this.state = 4092; + this.state = 4101; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4094; + this.state = 4103; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 1360008709) !== 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)) & 24575) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 1360008709) !== 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)) & 24575) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 4093; + this.state = 4102; this.opttableelementlist(); } } - this.state = 4096; + this.state = 4105; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 4098; + this.state = 4107; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 4097; + this.state = 4106; this.optinherit(); } } - this.state = 4100; + this.state = 4109; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4101; + this.state = 4110; this.name(); - this.state = 4103; + this.state = 4112; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 317, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 319, this.context) ) { case 1: { - this.state = 4102; + this.state = 4111; this.create_generic_options(); } break; @@ -17944,52 +17989,52 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new CreatePartitionForeignTableContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4105; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 4106; - this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4107; - this.match(PostgreSqlParser.KW_TABLE); - this.state = 4109; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 318, this.context) ) { - case 1: - { - this.state = 4108; - this.opt_if_not_exists(); - } - break; - } - this.state = 4111; - this.table_name_create(); - this.state = 4112; - this.match(PostgreSqlParser.KW_PARTITION); - this.state = 4113; - this.match(PostgreSqlParser.KW_OF); this.state = 4114; - this.table_name(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 4115; + this.match(PostgreSqlParser.KW_FOREIGN); this.state = 4116; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 2) { - { - this.state = 4115; - this.opttypedtableelementlist(); - } - } - + this.match(PostgreSqlParser.KW_TABLE); this.state = 4118; - this.partitionboundspec(); - this.state = 4119; - this.match(PostgreSqlParser.KW_SERVER); - this.state = 4120; - this.name(); - this.state = 4122; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 320, this.context) ) { case 1: { - this.state = 4121; + this.state = 4117; + this.opt_if_not_exists(); + } + break; + } + this.state = 4120; + this.table_name_create(); + this.state = 4121; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 4122; + this.match(PostgreSqlParser.KW_OF); + this.state = 4123; + this.table_name(); + this.state = 4125; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 2) { + { + this.state = 4124; + this.opttypedtableelementlist(); + } + } + + this.state = 4127; + this.partitionboundspec(); + this.state = 4128; + this.match(PostgreSqlParser.KW_SERVER); + this.state = 4129; + this.name(); + this.state = 4131; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 322, this.context) ) { + case 1: + { + this.state = 4130; this.create_generic_options(); } break; @@ -18014,45 +18059,45 @@ export class PostgreSqlParser extends SQLParserBase { } public importforeignschemastmt(): ImportforeignschemastmtContext { let localContext = new ImportforeignschemastmtContext(this.context, this.state); - this.enterRule(localContext, 398, PostgreSqlParser.RULE_importforeignschemastmt); + this.enterRule(localContext, 400, PostgreSqlParser.RULE_importforeignschemastmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4126; + this.state = 4135; this.match(PostgreSqlParser.KW_IMPORT); - this.state = 4127; + this.state = 4136; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4128; + this.state = 4137; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4129; + this.state = 4138; this.schema_name(); - this.state = 4131; + this.state = 4140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59 || _la === 74) { { - this.state = 4130; + this.state = 4139; this.import_qualification(); } } - this.state = 4133; + this.state = 4142; this.match(PostgreSqlParser.KW_FROM); - this.state = 4134; + this.state = 4143; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4135; + this.state = 4144; this.name(); - this.state = 4136; + this.state = 4145; this.match(PostgreSqlParser.KW_INTO); - this.state = 4137; + this.state = 4146; this.name(); - this.state = 4139; + this.state = 4148; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 323, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 325, this.context) ) { case 1: { - this.state = 4138; + this.state = 4147; this.create_generic_options(); } break; @@ -18075,24 +18120,24 @@ export class PostgreSqlParser extends SQLParserBase { } public import_qualification_type(): Import_qualification_typeContext { let localContext = new Import_qualification_typeContext(this.context, this.state); - this.enterRule(localContext, 400, PostgreSqlParser.RULE_import_qualification_type); + this.enterRule(localContext, 402, PostgreSqlParser.RULE_import_qualification_type); try { - this.state = 4144; + this.state = 4153; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIMIT: this.enterOuterAlt(localContext, 1); { - this.state = 4141; + this.state = 4150; this.match(PostgreSqlParser.KW_LIMIT); - this.state = 4142; + this.state = 4151; this.match(PostgreSqlParser.KW_TO); } break; case PostgreSqlParser.KW_EXCEPT: this.enterOuterAlt(localContext, 2); { - this.state = 4143; + this.state = 4152; this.match(PostgreSqlParser.KW_EXCEPT); } break; @@ -18116,17 +18161,17 @@ export class PostgreSqlParser extends SQLParserBase { } public import_qualification(): Import_qualificationContext { let localContext = new Import_qualificationContext(this.context, this.state); - this.enterRule(localContext, 402, PostgreSqlParser.RULE_import_qualification); + this.enterRule(localContext, 404, PostgreSqlParser.RULE_import_qualification); try { this.enterOuterAlt(localContext, 1); { - this.state = 4146; + this.state = 4155; this.import_qualification_type(); - this.state = 4147; + this.state = 4156; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4148; + this.state = 4157; this.relation_expr_list(); - this.state = 4149; + this.state = 4158; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -18146,41 +18191,41 @@ export class PostgreSqlParser extends SQLParserBase { } public createusermappingstmt(): CreateusermappingstmtContext { let localContext = new CreateusermappingstmtContext(this.context, this.state); - this.enterRule(localContext, 404, PostgreSqlParser.RULE_createusermappingstmt); + this.enterRule(localContext, 406, PostgreSqlParser.RULE_createusermappingstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4151; + this.state = 4160; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4152; + this.state = 4161; this.match(PostgreSqlParser.KW_USER); - this.state = 4153; + this.state = 4162; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 4155; + this.state = 4164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 4154; + this.state = 4163; this.opt_if_not_exists(); } } - this.state = 4157; + this.state = 4166; this.match(PostgreSqlParser.KW_FOR); - this.state = 4158; + this.state = 4167; this.auth_ident(); - this.state = 4159; + this.state = 4168; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4160; + this.state = 4169; this.name(); - this.state = 4162; + this.state = 4171; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 326, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 328, this.context) ) { case 1: { - this.state = 4161; + this.state = 4170; this.create_generic_options(); } break; @@ -18203,9 +18248,9 @@ export class PostgreSqlParser extends SQLParserBase { } public auth_ident(): Auth_identContext { let localContext = new Auth_identContext(this.context, this.state); - this.enterRule(localContext, 406, PostgreSqlParser.RULE_auth_ident); + this.enterRule(localContext, 408, PostgreSqlParser.RULE_auth_ident); try { - this.state = 4166; + this.state = 4175; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -18634,14 +18679,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 4164; + this.state = 4173; this.rolespec(); } break; case PostgreSqlParser.KW_USER: this.enterOuterAlt(localContext, 2); { - this.state = 4165; + this.state = 4174; this.match(PostgreSqlParser.KW_USER); } break; @@ -18665,25 +18710,25 @@ export class PostgreSqlParser extends SQLParserBase { } public alterusermappingstmt(): AlterusermappingstmtContext { let localContext = new AlterusermappingstmtContext(this.context, this.state); - this.enterRule(localContext, 408, PostgreSqlParser.RULE_alterusermappingstmt); + this.enterRule(localContext, 410, PostgreSqlParser.RULE_alterusermappingstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4168; + this.state = 4177; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4169; + this.state = 4178; this.match(PostgreSqlParser.KW_USER); - this.state = 4170; + this.state = 4179; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 4171; + this.state = 4180; this.match(PostgreSqlParser.KW_FOR); - this.state = 4172; + this.state = 4181; this.auth_ident(); - this.state = 4173; + this.state = 4182; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4174; + this.state = 4183; this.name(); - this.state = 4175; + this.state = 4184; this.alter_generic_options(); } } @@ -18703,67 +18748,67 @@ export class PostgreSqlParser extends SQLParserBase { } public createpolicystmt(): CreatepolicystmtContext { let localContext = new CreatepolicystmtContext(this.context, this.state); - this.enterRule(localContext, 410, PostgreSqlParser.RULE_createpolicystmt); + this.enterRule(localContext, 412, PostgreSqlParser.RULE_createpolicystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4177; + this.state = 4186; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4178; + this.state = 4187; this.match(PostgreSqlParser.KW_POLICY); - this.state = 4179; + this.state = 4188; this.name(); - this.state = 4180; + this.state = 4189; this.match(PostgreSqlParser.KW_ON); - this.state = 4181; + this.state = 4190; this.qualified_name(); - this.state = 4183; + this.state = 4192; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 328, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 330, this.context) ) { case 1: { - this.state = 4182; + this.state = 4191; this.rowsecuritydefaultpermissive(); } break; } - this.state = 4186; + this.state = 4195; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4185; + this.state = 4194; this.rowsecuritydefaultforcmd(); } } - this.state = 4189; + this.state = 4198; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 4188; + this.state = 4197; this.rowsecuritydefaulttorole(); } } - this.state = 4192; + this.state = 4201; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 4191; + this.state = 4200; this.rowsecurityoptionalexpr(); } } - this.state = 4195; + this.state = 4204; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 332, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 334, this.context) ) { case 1: { - this.state = 4194; + this.state = 4203; this.rowsecurityoptionalwithcheck(); } break; @@ -18786,47 +18831,47 @@ export class PostgreSqlParser extends SQLParserBase { } public alterpolicystmt(): AlterpolicystmtContext { let localContext = new AlterpolicystmtContext(this.context, this.state); - this.enterRule(localContext, 412, PostgreSqlParser.RULE_alterpolicystmt); + this.enterRule(localContext, 414, PostgreSqlParser.RULE_alterpolicystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4197; + this.state = 4206; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4198; + this.state = 4207; this.match(PostgreSqlParser.KW_POLICY); - this.state = 4199; + this.state = 4208; this.name(); - this.state = 4200; + this.state = 4209; this.match(PostgreSqlParser.KW_ON); - this.state = 4201; + this.state = 4210; this.qualified_name(); - this.state = 4203; + this.state = 4212; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 4202; + this.state = 4211; this.rowsecurityoptionaltorole(); } } - this.state = 4206; + this.state = 4215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 4205; + this.state = 4214; this.rowsecurityoptionalexpr(); } } - this.state = 4209; + this.state = 4218; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 335, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 337, this.context) ) { case 1: { - this.state = 4208; + this.state = 4217; this.rowsecurityoptionalwithcheck(); } break; @@ -18849,28 +18894,28 @@ export class PostgreSqlParser extends SQLParserBase { } public alterprocedurestmt(): AlterprocedurestmtContext { let localContext = new AlterprocedurestmtContext(this.context, this.state); - this.enterRule(localContext, 414, PostgreSqlParser.RULE_alterprocedurestmt); + this.enterRule(localContext, 416, PostgreSqlParser.RULE_alterprocedurestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4211; + this.state = 4220; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4212; + this.state = 4221; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4213; + this.state = 4222; this.procedure_name(); - this.state = 4215; + this.state = 4224; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 4214; + this.state = 4223; this.func_args(); } } - this.state = 4217; + this.state = 4226; this.procedure_cluase(); } } @@ -18890,40 +18935,40 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_cluase(): Procedure_cluaseContext { let localContext = new Procedure_cluaseContext(this.context, this.state); - this.enterRule(localContext, 416, PostgreSqlParser.RULE_procedure_cluase); + this.enterRule(localContext, 418, PostgreSqlParser.RULE_procedure_cluase); let _la: number; try { let alternative: number; - this.state = 4245; + this.state = 4254; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 340, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 342, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4219; + this.state = 4228; this.procedure_action(); - this.state = 4223; + this.state = 4232; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 337, 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 = 4220; + this.state = 4229; this.procedure_action(); } } } - this.state = 4225; + this.state = 4234; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 337, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 339, this.context); } - this.state = 4227; + this.state = 4236; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 338, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 340, this.context) ) { case 1: { - this.state = 4226; + this.state = 4235; this.match(PostgreSqlParser.KW_RESTRICT); } break; @@ -18933,56 +18978,56 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4229; + this.state = 4238; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4230; + this.state = 4239; this.match(PostgreSqlParser.KW_TO); - this.state = 4231; + this.state = 4240; this.procedure_name_create(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4232; + this.state = 4241; this.match(PostgreSqlParser.KW_OWNER); - this.state = 4233; + this.state = 4242; this.match(PostgreSqlParser.KW_TO); - this.state = 4234; + this.state = 4243; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4235; + this.state = 4244; this.match(PostgreSqlParser.KW_SET); - this.state = 4236; + this.state = 4245; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4237; + this.state = 4246; this.schema_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4239; + this.state = 4248; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 4238; + this.state = 4247; this.match(PostgreSqlParser.KW_NO); } } - this.state = 4241; + this.state = 4250; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 4242; + this.state = 4251; this.match(PostgreSqlParser.KW_ON); - this.state = 4243; + this.state = 4252; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 4244; + this.state = 4253; this.name(); } break; @@ -19004,51 +19049,51 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_action(): Procedure_actionContext { let localContext = new Procedure_actionContext(this.context, this.state); - this.enterRule(localContext, 418, PostgreSqlParser.RULE_procedure_action); + this.enterRule(localContext, 420, PostgreSqlParser.RULE_procedure_action); let _la: number; try { - this.state = 4275; + this.state = 4284; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 345, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 347, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4257; + this.state = 4266; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 343, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 345, this.context) ) { case 1: { - this.state = 4248; + this.state = 4257; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 4247; + this.state = 4256; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 4250; + this.state = 4259; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 4251; + this.state = 4260; this.match(PostgreSqlParser.KW_INVOKER); } break; case 2: { - this.state = 4253; + this.state = 4262; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 4252; + this.state = 4261; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 4255; + this.state = 4264; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 4256; + this.state = 4265; this.match(PostgreSqlParser.KW_DEFINER); } break; @@ -19058,11 +19103,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4259; + this.state = 4268; this.match(PostgreSqlParser.KW_SET); - this.state = 4260; + this.state = 4269; this.name(); - this.state = 4261; + this.state = 4270; _la = this.tokenStream.LA(1); if(!(_la === 9 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -19071,18 +19116,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4264; + this.state = 4273; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 344, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 346, this.context) ) { case 1: { - this.state = 4262; + this.state = 4271; this.name(); } break; case 2: { - this.state = 4263; + this.state = 4272; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -19092,31 +19137,31 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4266; + this.state = 4275; this.match(PostgreSqlParser.KW_SET); - this.state = 4267; + this.state = 4276; this.name(); - this.state = 4268; + this.state = 4277; this.match(PostgreSqlParser.KW_FROM); - this.state = 4269; + this.state = 4278; this.match(PostgreSqlParser.KW_CURRENT); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4271; + this.state = 4280; this.match(PostgreSqlParser.KW_RESET); - this.state = 4272; + this.state = 4281; this.name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4273; + this.state = 4282; this.match(PostgreSqlParser.KW_RESET); - this.state = 4274; + this.state = 4283; this.match(PostgreSqlParser.KW_ALL); } break; @@ -19138,17 +19183,17 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionalexpr(): RowsecurityoptionalexprContext { let localContext = new RowsecurityoptionalexprContext(this.context, this.state); - this.enterRule(localContext, 420, PostgreSqlParser.RULE_rowsecurityoptionalexpr); + this.enterRule(localContext, 422, PostgreSqlParser.RULE_rowsecurityoptionalexpr); try { this.enterOuterAlt(localContext, 1); { - this.state = 4277; + this.state = 4286; this.match(PostgreSqlParser.KW_USING); - this.state = 4278; + this.state = 4287; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4279; + this.state = 4288; this.a_expr(); - this.state = 4280; + this.state = 4289; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -19168,19 +19213,19 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionalwithcheck(): RowsecurityoptionalwithcheckContext { let localContext = new RowsecurityoptionalwithcheckContext(this.context, this.state); - this.enterRule(localContext, 422, PostgreSqlParser.RULE_rowsecurityoptionalwithcheck); + this.enterRule(localContext, 424, PostgreSqlParser.RULE_rowsecurityoptionalwithcheck); try { this.enterOuterAlt(localContext, 1); { - this.state = 4282; + this.state = 4291; this.match(PostgreSqlParser.KW_WITH); - this.state = 4283; + this.state = 4292; this.match(PostgreSqlParser.KW_CHECK); - this.state = 4284; + this.state = 4293; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4285; + this.state = 4294; this.a_expr(); - this.state = 4286; + this.state = 4295; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -19200,13 +19245,13 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecuritydefaulttorole(): RowsecuritydefaulttoroleContext { let localContext = new RowsecuritydefaulttoroleContext(this.context, this.state); - this.enterRule(localContext, 424, PostgreSqlParser.RULE_rowsecuritydefaulttorole); + this.enterRule(localContext, 426, PostgreSqlParser.RULE_rowsecuritydefaulttorole); try { this.enterOuterAlt(localContext, 1); { - this.state = 4288; + this.state = 4297; this.match(PostgreSqlParser.KW_TO); - this.state = 4289; + this.state = 4298; this.role_list(); } } @@ -19226,13 +19271,13 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionaltorole(): RowsecurityoptionaltoroleContext { let localContext = new RowsecurityoptionaltoroleContext(this.context, this.state); - this.enterRule(localContext, 426, PostgreSqlParser.RULE_rowsecurityoptionaltorole); + this.enterRule(localContext, 428, PostgreSqlParser.RULE_rowsecurityoptionaltorole); try { this.enterOuterAlt(localContext, 1); { - this.state = 4291; + this.state = 4300; this.match(PostgreSqlParser.KW_TO); - this.state = 4292; + this.state = 4301; this.role_list(); } } @@ -19252,24 +19297,24 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecuritydefaultpermissive(): RowsecuritydefaultpermissiveContext { let localContext = new RowsecuritydefaultpermissiveContext(this.context, this.state); - this.enterRule(localContext, 428, PostgreSqlParser.RULE_rowsecuritydefaultpermissive); + this.enterRule(localContext, 430, PostgreSqlParser.RULE_rowsecuritydefaultpermissive); try { this.enterOuterAlt(localContext, 1); { - this.state = 4294; + this.state = 4303; this.match(PostgreSqlParser.KW_AS); - this.state = 4298; + this.state = 4307; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_PERMISSIVE: { - this.state = 4295; + this.state = 4304; this.match(PostgreSqlParser.KW_PERMISSIVE); } break; case PostgreSqlParser.KW_RESTRICTIVE: { - this.state = 4296; + this.state = 4305; this.match(PostgreSqlParser.KW_RESTRICTIVE); } break; @@ -19346,7 +19391,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4297; + this.state = 4306; this.identifier(); } break; @@ -19371,13 +19416,13 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecuritydefaultforcmd(): RowsecuritydefaultforcmdContext { let localContext = new RowsecuritydefaultforcmdContext(this.context, this.state); - this.enterRule(localContext, 430, PostgreSqlParser.RULE_rowsecuritydefaultforcmd); + this.enterRule(localContext, 432, PostgreSqlParser.RULE_rowsecuritydefaultforcmd); try { this.enterOuterAlt(localContext, 1); { - this.state = 4300; + this.state = 4309; this.match(PostgreSqlParser.KW_FOR); - this.state = 4301; + this.state = 4310; this.row_security_cmd(); } } @@ -19397,12 +19442,12 @@ export class PostgreSqlParser extends SQLParserBase { } public row_security_cmd(): Row_security_cmdContext { let localContext = new Row_security_cmdContext(this.context, this.state); - this.enterRule(localContext, 432, PostgreSqlParser.RULE_row_security_cmd); + this.enterRule(localContext, 434, PostgreSqlParser.RULE_row_security_cmd); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4303; + this.state = 4312; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 88 || _la === 182 || _la === 241 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -19429,25 +19474,25 @@ export class PostgreSqlParser extends SQLParserBase { } public createamstmt(): CreateamstmtContext { let localContext = new CreateamstmtContext(this.context, this.state); - this.enterRule(localContext, 434, PostgreSqlParser.RULE_createamstmt); + this.enterRule(localContext, 436, PostgreSqlParser.RULE_createamstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4305; + this.state = 4314; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4306; + this.state = 4315; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 4307; + this.state = 4316; this.match(PostgreSqlParser.KW_METHOD); - this.state = 4308; + this.state = 4317; this.name(); - this.state = 4309; + this.state = 4318; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4310; + this.state = 4319; this.am_type(); - this.state = 4311; + this.state = 4320; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 4312; + this.state = 4321; this.handler_name(); } } @@ -19467,12 +19512,12 @@ export class PostgreSqlParser extends SQLParserBase { } public am_type(): Am_typeContext { let localContext = new Am_typeContext(this.context, this.state); - this.enterRule(localContext, 436, PostgreSqlParser.RULE_am_type); + this.enterRule(localContext, 438, PostgreSqlParser.RULE_am_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4314; + this.state = 4323; _la = this.tokenStream.LA(1); if(!(_la === 92 || _la === 226)) { this.errorHandler.recoverInline(this); @@ -19499,159 +19544,159 @@ export class PostgreSqlParser extends SQLParserBase { } public createtrigstmt(): CreatetrigstmtContext { let localContext = new CreatetrigstmtContext(this.context, this.state); - this.enterRule(localContext, 438, PostgreSqlParser.RULE_createtrigstmt); + this.enterRule(localContext, 440, PostgreSqlParser.RULE_createtrigstmt); let _la: number; try { - this.state = 4370; + this.state = 4379; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 356, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 358, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4316; + this.state = 4325; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4318; + this.state = 4327; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4317; + this.state = 4326; this.opt_or_replace(); } } - this.state = 4320; + this.state = 4329; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4321; + this.state = 4330; this.name(); - this.state = 4322; + this.state = 4331; this.triggeractiontime(); - this.state = 4323; + this.state = 4332; this.triggerevents(); - this.state = 4324; + this.state = 4333; this.match(PostgreSqlParser.KW_ON); - this.state = 4325; + this.state = 4334; this.table_name(); - this.state = 4327; + this.state = 4336; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 447) { { - this.state = 4326; + this.state = 4335; this.triggerreferencing(); } } - this.state = 4330; + this.state = 4339; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4329; + this.state = 4338; this.triggerforspec(); } } - this.state = 4333; + this.state = 4342; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 4332; + this.state = 4341; this.triggerwhen(); } } - this.state = 4335; + this.state = 4344; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 4336; + this.state = 4345; this.function_or_procedure(); - this.state = 4337; + this.state = 4346; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4338; + this.state = 4347; this.triggerfuncargs(); - this.state = 4339; + this.state = 4348; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4341; + this.state = 4350; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4343; + this.state = 4352; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4342; + this.state = 4351; this.opt_or_replace(); } } - this.state = 4346; + this.state = 4355; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 4345; + this.state = 4354; this.match(PostgreSqlParser.KW_CONSTRAINT); } } - this.state = 4348; + this.state = 4357; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4349; + this.state = 4358; this.name(); - this.state = 4350; + this.state = 4359; this.triggeractiontime(); - this.state = 4351; + this.state = 4360; this.triggerevents(); - this.state = 4352; + this.state = 4361; this.match(PostgreSqlParser.KW_ON); - this.state = 4353; + this.state = 4362; this.table_name(); - this.state = 4355; + this.state = 4364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 4354; + this.state = 4363; this.optconstrfromtable(); } } - this.state = 4357; + this.state = 4366; this.constraintattributespec(); - this.state = 4359; + this.state = 4368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4358; + this.state = 4367; this.foreachrow(); } } - this.state = 4362; + this.state = 4371; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 4361; + this.state = 4370; this.triggerwhen(); } } - this.state = 4364; + this.state = 4373; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 4365; + this.state = 4374; this.function_or_procedure(); - this.state = 4366; + this.state = 4375; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4367; + this.state = 4376; this.triggerfuncargs(); - this.state = 4368; + this.state = 4377; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -19673,31 +19718,31 @@ export class PostgreSqlParser extends SQLParserBase { } public triggeractiontime(): TriggeractiontimeContext { let localContext = new TriggeractiontimeContext(this.context, this.state); - this.enterRule(localContext, 440, PostgreSqlParser.RULE_triggeractiontime); + this.enterRule(localContext, 442, PostgreSqlParser.RULE_triggeractiontime); try { - this.state = 4376; + this.state = 4385; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_BEFORE: this.enterOuterAlt(localContext, 1); { - this.state = 4372; + this.state = 4381; this.match(PostgreSqlParser.KW_BEFORE); } break; case PostgreSqlParser.KW_AFTER: this.enterOuterAlt(localContext, 2); { - this.state = 4373; + this.state = 4382; this.match(PostgreSqlParser.KW_AFTER); } break; case PostgreSqlParser.KW_INSTEAD: this.enterOuterAlt(localContext, 3); { - this.state = 4374; + this.state = 4383; this.match(PostgreSqlParser.KW_INSTEAD); - this.state = 4375; + this.state = 4384; this.match(PostgreSqlParser.KW_OF); } break; @@ -19721,24 +19766,24 @@ export class PostgreSqlParser extends SQLParserBase { } public foreachrow(): ForeachrowContext { let localContext = new ForeachrowContext(this.context, this.state); - this.enterRule(localContext, 442, PostgreSqlParser.RULE_foreachrow); + this.enterRule(localContext, 444, PostgreSqlParser.RULE_foreachrow); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4378; + this.state = 4387; this.match(PostgreSqlParser.KW_FOR); - this.state = 4380; + this.state = 4389; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 4379; + this.state = 4388; this.match(PostgreSqlParser.KW_EACH); } } - this.state = 4382; + this.state = 4391; this.roworstatment(); } } @@ -19758,12 +19803,12 @@ export class PostgreSqlParser extends SQLParserBase { } public roworstatment(): RoworstatmentContext { let localContext = new RoworstatmentContext(this.context, this.state); - this.enterRule(localContext, 444, PostgreSqlParser.RULE_roworstatment); + this.enterRule(localContext, 446, PostgreSqlParser.RULE_roworstatment); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4384; + this.state = 4393; _la = this.tokenStream.LA(1); if(!(_la === 341 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -19790,26 +19835,26 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerevents(): TriggereventsContext { let localContext = new TriggereventsContext(this.context, this.state); - this.enterRule(localContext, 446, PostgreSqlParser.RULE_triggerevents); + this.enterRule(localContext, 448, PostgreSqlParser.RULE_triggerevents); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4386; + this.state = 4395; this.triggeroneevent(); - this.state = 4391; + this.state = 4400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 82) { { { - this.state = 4387; + this.state = 4396; this.match(PostgreSqlParser.KW_OR); - this.state = 4388; + this.state = 4397; this.triggeroneevent(); } } - this.state = 4393; + this.state = 4402; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19831,47 +19876,47 @@ export class PostgreSqlParser extends SQLParserBase { } public triggeroneevent(): TriggeroneeventContext { let localContext = new TriggeroneeventContext(this.context, this.state); - this.enterRule(localContext, 448, PostgreSqlParser.RULE_triggeroneevent); + this.enterRule(localContext, 450, PostgreSqlParser.RULE_triggeroneevent); try { - this.state = 4401; + this.state = 4410; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 360, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 362, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4394; + this.state = 4403; this.match(PostgreSqlParser.KW_INSERT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4395; + this.state = 4404; this.match(PostgreSqlParser.KW_DELETE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4396; + this.state = 4405; this.match(PostgreSqlParser.KW_UPDATE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4397; + this.state = 4406; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 4398; + this.state = 4407; this.match(PostgreSqlParser.KW_OF); - this.state = 4399; + this.state = 4408; this.column_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4400; + this.state = 4409; this.match(PostgreSqlParser.KW_TRUNCATE); } break; @@ -19893,13 +19938,13 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerreferencing(): TriggerreferencingContext { let localContext = new TriggerreferencingContext(this.context, this.state); - this.enterRule(localContext, 450, PostgreSqlParser.RULE_triggerreferencing); + this.enterRule(localContext, 452, PostgreSqlParser.RULE_triggerreferencing); try { this.enterOuterAlt(localContext, 1); { - this.state = 4403; + this.state = 4412; this.match(PostgreSqlParser.KW_REFERENCING); - this.state = 4404; + this.state = 4413; this.triggertransitions(); } } @@ -19919,22 +19964,22 @@ export class PostgreSqlParser extends SQLParserBase { } public triggertransitions(): TriggertransitionsContext { let localContext = new TriggertransitionsContext(this.context, this.state); - this.enterRule(localContext, 452, PostgreSqlParser.RULE_triggertransitions); + this.enterRule(localContext, 454, PostgreSqlParser.RULE_triggertransitions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4407; + this.state = 4416; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 4406; + this.state = 4415; this.triggertransition(); } } - this.state = 4409; + this.state = 4418; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 448 || _la === 449); @@ -19956,26 +20001,26 @@ export class PostgreSqlParser extends SQLParserBase { } public triggertransition(): TriggertransitionContext { let localContext = new TriggertransitionContext(this.context, this.state); - this.enterRule(localContext, 454, PostgreSqlParser.RULE_triggertransition); + this.enterRule(localContext, 456, PostgreSqlParser.RULE_triggertransition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4411; + this.state = 4420; this.transitionoldornew(); - this.state = 4412; + this.state = 4421; this.transitionrowortable(); - this.state = 4414; + this.state = 4423; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 4413; + this.state = 4422; this.opt_as(); } } - this.state = 4416; + this.state = 4425; this.transitionrelname(); } } @@ -19995,12 +20040,12 @@ export class PostgreSqlParser extends SQLParserBase { } public transitionoldornew(): TransitionoldornewContext { let localContext = new TransitionoldornewContext(this.context, this.state); - this.enterRule(localContext, 456, PostgreSqlParser.RULE_transitionoldornew); + this.enterRule(localContext, 458, PostgreSqlParser.RULE_transitionoldornew); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4418; + this.state = 4427; _la = this.tokenStream.LA(1); if(!(_la === 448 || _la === 449)) { this.errorHandler.recoverInline(this); @@ -20027,12 +20072,12 @@ export class PostgreSqlParser extends SQLParserBase { } public transitionrowortable(): TransitionrowortableContext { let localContext = new TransitionrowortableContext(this.context, this.state); - this.enterRule(localContext, 458, PostgreSqlParser.RULE_transitionrowortable); + this.enterRule(localContext, 460, PostgreSqlParser.RULE_transitionrowortable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4420; + this.state = 4429; _la = this.tokenStream.LA(1); if(!(_la === 92 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -20059,11 +20104,11 @@ export class PostgreSqlParser extends SQLParserBase { } public transitionrelname(): TransitionrelnameContext { let localContext = new TransitionrelnameContext(this.context, this.state); - this.enterRule(localContext, 460, PostgreSqlParser.RULE_transitionrelname); + this.enterRule(localContext, 462, PostgreSqlParser.RULE_transitionrelname); try { this.enterOuterAlt(localContext, 1); { - this.state = 4422; + this.state = 4431; this.colid(); } } @@ -20083,24 +20128,24 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerforspec(): TriggerforspecContext { let localContext = new TriggerforspecContext(this.context, this.state); - this.enterRule(localContext, 462, PostgreSqlParser.RULE_triggerforspec); + this.enterRule(localContext, 464, PostgreSqlParser.RULE_triggerforspec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4424; + this.state = 4433; this.match(PostgreSqlParser.KW_FOR); - this.state = 4426; + this.state = 4435; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 4425; + this.state = 4434; this.triggerforopteach(); } } - this.state = 4428; + this.state = 4437; this.triggerfortype(); } } @@ -20120,11 +20165,11 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerforopteach(): TriggerforopteachContext { let localContext = new TriggerforopteachContext(this.context, this.state); - this.enterRule(localContext, 464, PostgreSqlParser.RULE_triggerforopteach); + this.enterRule(localContext, 466, PostgreSqlParser.RULE_triggerforopteach); try { this.enterOuterAlt(localContext, 1); { - this.state = 4430; + this.state = 4439; this.match(PostgreSqlParser.KW_EACH); } } @@ -20144,12 +20189,12 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfortype(): TriggerfortypeContext { let localContext = new TriggerfortypeContext(this.context, this.state); - this.enterRule(localContext, 466, PostgreSqlParser.RULE_triggerfortype); + this.enterRule(localContext, 468, PostgreSqlParser.RULE_triggerfortype); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4432; + this.state = 4441; _la = this.tokenStream.LA(1); if(!(_la === 341 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -20176,17 +20221,17 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerwhen(): TriggerwhenContext { let localContext = new TriggerwhenContext(this.context, this.state); - this.enterRule(localContext, 468, PostgreSqlParser.RULE_triggerwhen); + this.enterRule(localContext, 470, PostgreSqlParser.RULE_triggerwhen); try { this.enterOuterAlt(localContext, 1); { - this.state = 4434; + this.state = 4443; this.match(PostgreSqlParser.KW_WHEN); - this.state = 4435; + this.state = 4444; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4436; + this.state = 4445; this.a_expr(); - this.state = 4437; + this.state = 4446; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -20206,26 +20251,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, 470, PostgreSqlParser.RULE_function_or_procedure); + this.enterRule(localContext, 472, PostgreSqlParser.RULE_function_or_procedure); try { - this.state = 4443; + this.state = 4452; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 1); { - this.state = 4439; + this.state = 4448; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4440; + this.state = 4449; this.function_name(); } break; case PostgreSqlParser.KW_PROCEDURE: this.enterOuterAlt(localContext, 2); { - this.state = 4441; + this.state = 4450; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4442; + this.state = 4451; this.procedure_name(); } break; @@ -20249,12 +20294,12 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfuncargs(): TriggerfuncargsContext { let localContext = new TriggerfuncargsContext(this.context, this.state); - this.enterRule(localContext, 472, PostgreSqlParser.RULE_triggerfuncargs); + this.enterRule(localContext, 474, PostgreSqlParser.RULE_triggerfuncargs); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4447; + this.state = 4456; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -20749,7 +20794,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4445; + this.state = 4454; this.triggerfuncarg(); } break; @@ -20762,19 +20807,19 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4453; + this.state = 4462; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4449; + this.state = 4458; this.match(PostgreSqlParser.COMMA); - this.state = 4450; + this.state = 4459; this.triggerfuncarg(); } } - this.state = 4455; + this.state = 4464; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -20796,36 +20841,36 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfuncarg(): TriggerfuncargContext { let localContext = new TriggerfuncargContext(this.context, this.state); - this.enterRule(localContext, 474, PostgreSqlParser.RULE_triggerfuncarg); + this.enterRule(localContext, 476, PostgreSqlParser.RULE_triggerfuncarg); try { - this.state = 4460; + this.state = 4469; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 367, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 369, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4456; + this.state = 4465; this.iconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4457; + this.state = 4466; this.fconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4458; + this.state = 4467; this.sconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4459; + this.state = 4468; this.collabel(); } break; @@ -20847,13 +20892,13 @@ export class PostgreSqlParser extends SQLParserBase { } public optconstrfromtable(): OptconstrfromtableContext { let localContext = new OptconstrfromtableContext(this.context, this.state); - this.enterRule(localContext, 476, PostgreSqlParser.RULE_optconstrfromtable); + this.enterRule(localContext, 478, PostgreSqlParser.RULE_optconstrfromtable); try { this.enterOuterAlt(localContext, 1); { - this.state = 4462; + this.state = 4471; this.match(PostgreSqlParser.KW_FROM); - this.state = 4463; + this.state = 4472; this.qualified_name(); } } @@ -20873,26 +20918,26 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintattributespec(): ConstraintattributespecContext { let localContext = new ConstraintattributespecContext(this.context, this.state); - this.enterRule(localContext, 478, PostgreSqlParser.RULE_constraintattributespec); + this.enterRule(localContext, 480, PostgreSqlParser.RULE_constraintattributespec); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4468; + this.state = 4477; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 368, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 370, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4465; + this.state = 4474; this.constraintattributeElem(); } } } - this.state = 4470; + this.state = 4479; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 368, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 370, this.context); } } } @@ -20912,60 +20957,60 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintattributeElem(): ConstraintattributeElemContext { let localContext = new ConstraintattributeElemContext(this.context, this.state); - this.enterRule(localContext, 480, PostgreSqlParser.RULE_constraintattributeElem); + this.enterRule(localContext, 482, PostgreSqlParser.RULE_constraintattributeElem); try { - this.state = 4482; + this.state = 4491; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 369, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 371, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4471; + this.state = 4480; this.match(PostgreSqlParser.KW_NOT); - this.state = 4472; + this.state = 4481; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4473; + this.state = 4482; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4474; + this.state = 4483; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 4475; + this.state = 4484; this.match(PostgreSqlParser.KW_IMMEDIATE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4476; + this.state = 4485; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 4477; + this.state = 4486; this.match(PostgreSqlParser.KW_DEFERRED); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4478; + this.state = 4487; this.match(PostgreSqlParser.KW_NOT); - this.state = 4479; + this.state = 4488; this.match(PostgreSqlParser.KW_VALID); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4480; + this.state = 4489; this.match(PostgreSqlParser.KW_NO); - this.state = 4481; + this.state = 4490; this.match(PostgreSqlParser.KW_INHERIT); } break; @@ -20987,62 +21032,62 @@ export class PostgreSqlParser extends SQLParserBase { } public createeventtrigstmt(): CreateeventtrigstmtContext { let localContext = new CreateeventtrigstmtContext(this.context, this.state); - this.enterRule(localContext, 482, PostgreSqlParser.RULE_createeventtrigstmt); + this.enterRule(localContext, 484, PostgreSqlParser.RULE_createeventtrigstmt); try { - this.state = 4508; + this.state = 4517; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 370, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 372, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4484; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 4485; - this.match(PostgreSqlParser.KW_EVENT); - this.state = 4486; - this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4487; - this.name(); - this.state = 4488; - this.match(PostgreSqlParser.KW_ON); - this.state = 4489; - this.collabel(); - this.state = 4490; - this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 4491; - this.function_or_procedure(); - this.state = 4492; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 4493; + this.match(PostgreSqlParser.KW_CREATE); + this.state = 4494; + this.match(PostgreSqlParser.KW_EVENT); + this.state = 4495; + this.match(PostgreSqlParser.KW_TRIGGER); + this.state = 4496; + this.name(); + this.state = 4497; + this.match(PostgreSqlParser.KW_ON); + this.state = 4498; + this.collabel(); + this.state = 4499; + this.match(PostgreSqlParser.KW_EXECUTE); + this.state = 4500; + this.function_or_procedure(); + this.state = 4501; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 4502; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4495; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 4496; - this.match(PostgreSqlParser.KW_EVENT); - this.state = 4497; - this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4498; - this.name(); - this.state = 4499; - this.match(PostgreSqlParser.KW_ON); - this.state = 4500; - this.collabel(); - this.state = 4501; - this.match(PostgreSqlParser.KW_WHEN); - this.state = 4502; - this.event_trigger_when_list(); - this.state = 4503; - this.match(PostgreSqlParser.KW_EXECUTE); this.state = 4504; - this.function_or_procedure(); + this.match(PostgreSqlParser.KW_CREATE); this.state = 4505; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_EVENT); this.state = 4506; + this.match(PostgreSqlParser.KW_TRIGGER); + this.state = 4507; + this.name(); + this.state = 4508; + this.match(PostgreSqlParser.KW_ON); + this.state = 4509; + this.collabel(); + this.state = 4510; + this.match(PostgreSqlParser.KW_WHEN); + this.state = 4511; + this.event_trigger_when_list(); + this.state = 4512; + this.match(PostgreSqlParser.KW_EXECUTE); + this.state = 4513; + this.function_or_procedure(); + this.state = 4514; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 4515; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -21064,26 +21109,26 @@ export class PostgreSqlParser extends SQLParserBase { } public event_trigger_when_list(): Event_trigger_when_listContext { let localContext = new Event_trigger_when_listContext(this.context, this.state); - this.enterRule(localContext, 484, PostgreSqlParser.RULE_event_trigger_when_list); + this.enterRule(localContext, 486, PostgreSqlParser.RULE_event_trigger_when_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4510; + this.state = 4519; this.event_trigger_when_item(); - this.state = 4515; + this.state = 4524; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 33) { { { - this.state = 4511; + this.state = 4520; this.match(PostgreSqlParser.KW_AND); - this.state = 4512; + this.state = 4521; this.event_trigger_when_item(); } } - this.state = 4517; + this.state = 4526; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21105,19 +21150,19 @@ 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, 486, PostgreSqlParser.RULE_event_trigger_when_item); + this.enterRule(localContext, 488, PostgreSqlParser.RULE_event_trigger_when_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 4518; + this.state = 4527; this.colid(); - this.state = 4519; + this.state = 4528; this.match(PostgreSqlParser.KW_IN); - this.state = 4520; + this.state = 4529; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4521; + this.state = 4530; this.event_trigger_value_list(); - this.state = 4522; + this.state = 4531; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -21137,26 +21182,26 @@ export class PostgreSqlParser extends SQLParserBase { } public event_trigger_value_list(): Event_trigger_value_listContext { let localContext = new Event_trigger_value_listContext(this.context, this.state); - this.enterRule(localContext, 488, PostgreSqlParser.RULE_event_trigger_value_list); + this.enterRule(localContext, 490, PostgreSqlParser.RULE_event_trigger_value_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4524; + this.state = 4533; this.sconst(); - this.state = 4529; + this.state = 4538; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4525; + this.state = 4534; this.match(PostgreSqlParser.COMMA); - this.state = 4526; + this.state = 4535; this.sconst(); } } - this.state = 4531; + this.state = 4540; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21178,19 +21223,19 @@ export class PostgreSqlParser extends SQLParserBase { } public altereventtrigstmt(): AltereventtrigstmtContext { let localContext = new AltereventtrigstmtContext(this.context, this.state); - this.enterRule(localContext, 490, PostgreSqlParser.RULE_altereventtrigstmt); + this.enterRule(localContext, 492, PostgreSqlParser.RULE_altereventtrigstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4532; + this.state = 4541; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4533; + this.state = 4542; this.match(PostgreSqlParser.KW_EVENT); - this.state = 4534; + this.state = 4543; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4535; + this.state = 4544; this.name(); - this.state = 4536; + this.state = 4545; this.enable_trigger(); } } @@ -21210,23 +21255,23 @@ export class PostgreSqlParser extends SQLParserBase { } public enable_trigger(): Enable_triggerContext { let localContext = new Enable_triggerContext(this.context, this.state); - this.enterRule(localContext, 492, PostgreSqlParser.RULE_enable_trigger); + this.enterRule(localContext, 494, PostgreSqlParser.RULE_enable_trigger); let _la: number; try { - this.state = 4543; + this.state = 4552; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ENABLE: this.enterOuterAlt(localContext, 1); { - this.state = 4538; + this.state = 4547; this.match(PostgreSqlParser.KW_ENABLE); - this.state = 4540; + this.state = 4549; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 373, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 375, this.context) ) { case 1: { - this.state = 4539; + this.state = 4548; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -21243,7 +21288,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DISABLE: this.enterOuterAlt(localContext, 2); { - this.state = 4542; + this.state = 4551; this.match(PostgreSqlParser.KW_DISABLE); } break; @@ -21267,25 +21312,25 @@ export class PostgreSqlParser extends SQLParserBase { } public createassertionstmt(): CreateassertionstmtContext { let localContext = new CreateassertionstmtContext(this.context, this.state); - this.enterRule(localContext, 494, PostgreSqlParser.RULE_createassertionstmt); + this.enterRule(localContext, 496, PostgreSqlParser.RULE_createassertionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4545; + this.state = 4554; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4546; + this.state = 4555; this.match(PostgreSqlParser.KW_ASSERTION); - this.state = 4547; + this.state = 4556; this.any_name(); - this.state = 4548; + this.state = 4557; this.match(PostgreSqlParser.KW_CHECK); - this.state = 4549; + this.state = 4558; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4550; + this.state = 4559; this.a_expr(); - this.state = 4551; + this.state = 4560; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 4552; + this.state = 4561; this.constraintattributespec(); } } @@ -21305,40 +21350,15 @@ export class PostgreSqlParser extends SQLParserBase { } public definestmt(): DefinestmtContext { let localContext = new DefinestmtContext(this.context, this.state); - this.enterRule(localContext, 496, PostgreSqlParser.RULE_definestmt); + this.enterRule(localContext, 498, PostgreSqlParser.RULE_definestmt); let _la: number; try { - this.state = 4657; + this.state = 4666; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 381, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 383, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4554; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 4556; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 82) { - { - this.state = 4555; - this.opt_or_replace(); - } - } - - this.state = 4558; - this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 4559; - this.function_name(); - this.state = 4560; - this.aggr_args(); - this.state = 4561; - this.definition(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { this.state = 4563; this.match(PostgreSqlParser.KW_CREATE); this.state = 4565; @@ -21356,232 +21376,257 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 4568; this.function_name(); this.state = 4569; + this.aggr_args(); + this.state = 4570; + this.definition(); + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 4572; + this.match(PostgreSqlParser.KW_CREATE); + this.state = 4574; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 82) { + { + this.state = 4573; + this.opt_or_replace(); + } + } + + this.state = 4576; + this.match(PostgreSqlParser.KW_AGGREGATE); + this.state = 4577; + this.function_name(); + this.state = 4578; this.old_aggr_definition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4571; + this.state = 4580; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4572; + this.state = 4581; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4573; + this.state = 4582; this.any_operator(); - this.state = 4574; + this.state = 4583; this.definition(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4576; + this.state = 4585; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4577; + this.state = 4586; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4578; + this.state = 4587; this.any_name(); - this.state = 4579; + this.state = 4588; this.definition(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4581; + this.state = 4590; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4582; + this.state = 4591; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4583; + this.state = 4592; this.any_name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4584; + this.state = 4593; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4585; + this.state = 4594; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4586; + this.state = 4595; this.any_name(); - this.state = 4587; + this.state = 4596; this.match(PostgreSqlParser.KW_AS); - this.state = 4588; + this.state = 4597; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4590; + this.state = 4599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 4589; + this.state = 4598; this.opttablefuncelementlist(); } } - this.state = 4592; + this.state = 4601; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4594; + this.state = 4603; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4595; + this.state = 4604; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4596; + this.state = 4605; this.any_name(); - this.state = 4597; + this.state = 4606; this.match(PostgreSqlParser.KW_AS); - this.state = 4598; + this.state = 4607; this.match(PostgreSqlParser.KW_ENUM); - this.state = 4599; + this.state = 4608; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4601; + this.state = 4610; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 559)) & ~0x1F) === 0 && ((1 << (_la - 559)) & 67108885) !== 0)) { + if (((((_la - 560)) & ~0x1F) === 0 && ((1 << (_la - 560)) & 67108885) !== 0)) { { - this.state = 4600; + this.state = 4609; this.opt_enum_val_list(); } } - this.state = 4603; + this.state = 4612; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4605; + this.state = 4614; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4606; + this.state = 4615; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4607; + this.state = 4616; this.any_name(); - this.state = 4608; + this.state = 4617; this.match(PostgreSqlParser.KW_AS); - this.state = 4609; + this.state = 4618; this.match(PostgreSqlParser.KW_RANGE); - this.state = 4610; + this.state = 4619; this.definition(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4612; + this.state = 4621; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4613; + this.state = 4622; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4614; + this.state = 4623; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4615; + this.state = 4624; this.match(PostgreSqlParser.KW_PARSER); - this.state = 4616; + this.state = 4625; this.any_name(); - this.state = 4617; + this.state = 4626; this.definition(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4619; + this.state = 4628; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4620; + this.state = 4629; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4621; + this.state = 4630; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4622; + this.state = 4631; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 4623; + this.state = 4632; this.any_name(); - this.state = 4624; + this.state = 4633; this.definition(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4626; + this.state = 4635; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4627; + this.state = 4636; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4628; + this.state = 4637; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4629; + this.state = 4638; this.match(PostgreSqlParser.KW_TEMPLATE); - this.state = 4630; + this.state = 4639; this.any_name(); - this.state = 4631; + this.state = 4640; this.definition(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4633; + this.state = 4642; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4634; + this.state = 4643; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4635; + this.state = 4644; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4636; + this.state = 4645; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 4637; + this.state = 4646; this.any_name(); - this.state = 4638; + this.state = 4647; this.definition(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 4640; + this.state = 4649; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4641; + this.state = 4650; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 4643; + this.state = 4652; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 379, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 381, this.context) ) { case 1: { - this.state = 4642; + this.state = 4651; this.opt_if_not_exists(); } break; } - this.state = 4645; + this.state = 4654; this.any_name(); - this.state = 4646; + this.state = 4655; this.definition(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 4648; + this.state = 4657; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4649; + this.state = 4658; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 4651; + this.state = 4660; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 380, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 382, this.context) ) { case 1: { - this.state = 4650; + this.state = 4659; this.opt_if_not_exists(); } break; } - this.state = 4653; + this.state = 4662; this.any_name(); - this.state = 4654; + this.state = 4663; this.match(PostgreSqlParser.KW_FROM); - this.state = 4655; + this.state = 4664; this.any_name(); } break; @@ -21603,15 +21648,15 @@ export class PostgreSqlParser extends SQLParserBase { } public definition(): DefinitionContext { let localContext = new DefinitionContext(this.context, this.state); - this.enterRule(localContext, 498, PostgreSqlParser.RULE_definition); + this.enterRule(localContext, 500, PostgreSqlParser.RULE_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 4659; + this.state = 4668; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4660; + this.state = 4669; this.def_list(); - this.state = 4661; + this.state = 4670; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -21631,26 +21676,26 @@ export class PostgreSqlParser extends SQLParserBase { } public def_list(): Def_listContext { let localContext = new Def_listContext(this.context, this.state); - this.enterRule(localContext, 500, PostgreSqlParser.RULE_def_list); + this.enterRule(localContext, 502, PostgreSqlParser.RULE_def_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4663; + this.state = 4672; this.def_elem(); - this.state = 4668; + this.state = 4677; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4664; + this.state = 4673; this.match(PostgreSqlParser.COMMA); - this.state = 4665; + this.state = 4674; this.def_elem(); } } - this.state = 4670; + this.state = 4679; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21672,21 +21717,21 @@ export class PostgreSqlParser extends SQLParserBase { } public def_elem(): Def_elemContext { let localContext = new Def_elemContext(this.context, this.state); - this.enterRule(localContext, 502, PostgreSqlParser.RULE_def_elem); + this.enterRule(localContext, 504, PostgreSqlParser.RULE_def_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4671; + this.state = 4680; this.collabel(); - this.state = 4674; + this.state = 4683; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 4672; + this.state = 4681; this.match(PostgreSqlParser.EQUAL); - this.state = 4673; + this.state = 4682; this.def_arg(); } } @@ -21709,50 +21754,50 @@ export class PostgreSqlParser extends SQLParserBase { } public def_arg(): Def_argContext { let localContext = new Def_argContext(this.context, this.state); - this.enterRule(localContext, 504, PostgreSqlParser.RULE_def_arg); + this.enterRule(localContext, 506, PostgreSqlParser.RULE_def_arg); try { - this.state = 4682; + this.state = 4691; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 384, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 386, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4676; + this.state = 4685; this.func_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4677; + this.state = 4686; this.reserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4678; + this.state = 4687; this.qual_all_op(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4679; + this.state = 4688; this.numericonly(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4680; + this.state = 4689; this.sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4681; + this.state = 4690; this.match(PostgreSqlParser.KW_NONE); } break; @@ -21774,15 +21819,15 @@ export class PostgreSqlParser extends SQLParserBase { } public old_aggr_definition(): Old_aggr_definitionContext { let localContext = new Old_aggr_definitionContext(this.context, this.state); - this.enterRule(localContext, 506, PostgreSqlParser.RULE_old_aggr_definition); + this.enterRule(localContext, 508, PostgreSqlParser.RULE_old_aggr_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 4684; + this.state = 4693; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4685; + this.state = 4694; this.old_aggr_list(); - this.state = 4686; + this.state = 4695; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -21802,26 +21847,26 @@ export class PostgreSqlParser extends SQLParserBase { } public old_aggr_list(): Old_aggr_listContext { let localContext = new Old_aggr_listContext(this.context, this.state); - this.enterRule(localContext, 508, PostgreSqlParser.RULE_old_aggr_list); + this.enterRule(localContext, 510, PostgreSqlParser.RULE_old_aggr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4688; + this.state = 4697; this.old_aggr_elem(); - this.state = 4693; + this.state = 4702; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4689; + this.state = 4698; this.match(PostgreSqlParser.COMMA); - this.state = 4690; + this.state = 4699; this.old_aggr_elem(); } } - this.state = 4695; + this.state = 4704; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21843,15 +21888,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, 510, PostgreSqlParser.RULE_old_aggr_elem); + this.enterRule(localContext, 512, PostgreSqlParser.RULE_old_aggr_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 4696; + this.state = 4705; this.identifier(); - this.state = 4697; + this.state = 4706; this.match(PostgreSqlParser.EQUAL); - this.state = 4698; + this.state = 4707; this.def_arg(); } } @@ -21871,11 +21916,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_enum_val_list(): Opt_enum_val_listContext { let localContext = new Opt_enum_val_listContext(this.context, this.state); - this.enterRule(localContext, 512, PostgreSqlParser.RULE_opt_enum_val_list); + this.enterRule(localContext, 514, PostgreSqlParser.RULE_opt_enum_val_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 4700; + this.state = 4709; this.enum_val_list(); } } @@ -21895,26 +21940,26 @@ export class PostgreSqlParser extends SQLParserBase { } public enum_val_list(): Enum_val_listContext { let localContext = new Enum_val_listContext(this.context, this.state); - this.enterRule(localContext, 514, PostgreSqlParser.RULE_enum_val_list); + this.enterRule(localContext, 516, PostgreSqlParser.RULE_enum_val_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4702; + this.state = 4711; this.sconst(); - this.state = 4707; + this.state = 4716; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4703; + this.state = 4712; this.match(PostgreSqlParser.COMMA); - this.state = 4704; + this.state = 4713; this.sconst(); } } - this.state = 4709; + this.state = 4718; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21936,43 +21981,43 @@ export class PostgreSqlParser extends SQLParserBase { } public alterenumstmt(): AlterenumstmtContext { let localContext = new AlterenumstmtContext(this.context, this.state); - this.enterRule(localContext, 516, PostgreSqlParser.RULE_alterenumstmt); + this.enterRule(localContext, 518, PostgreSqlParser.RULE_alterenumstmt); let _la: number; try { - this.state = 4732; + this.state = 4741; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 389, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 391, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4710; + this.state = 4719; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4711; + this.state = 4720; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4712; + this.state = 4721; this.any_name(); - this.state = 4713; + this.state = 4722; this.match(PostgreSqlParser.KW_ADD); - this.state = 4714; + this.state = 4723; this.match(PostgreSqlParser.KW_VALUE); - this.state = 4716; + this.state = 4725; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 4715; + this.state = 4724; this.opt_if_not_exists(); } } - this.state = 4718; + this.state = 4727; this.sconst(); - this.state = 4721; + this.state = 4730; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 388, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 390, this.context) ) { case 1: { - this.state = 4719; + this.state = 4728; _la = this.tokenStream.LA(1); if(!(_la === 135 || _la === 145)) { this.errorHandler.recoverInline(this); @@ -21981,7 +22026,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4720; + this.state = 4729; this.sconst(); } break; @@ -21991,21 +22036,21 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4723; + this.state = 4732; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4724; + this.state = 4733; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4725; + this.state = 4734; this.any_name(); - this.state = 4726; + this.state = 4735; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4727; + this.state = 4736; this.match(PostgreSqlParser.KW_VALUE); - this.state = 4728; + this.state = 4737; this.sconst(); - this.state = 4729; + this.state = 4738; this.match(PostgreSqlParser.KW_TO); - this.state = 4730; + this.state = 4739; this.sconst(); } break; @@ -22027,15 +22072,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, 518, PostgreSqlParser.RULE_opt_if_not_exists); + this.enterRule(localContext, 520, PostgreSqlParser.RULE_opt_if_not_exists); try { this.enterOuterAlt(localContext, 1); { - this.state = 4734; + this.state = 4743; this.match(PostgreSqlParser.KW_IF); - this.state = 4735; + this.state = 4744; this.match(PostgreSqlParser.KW_NOT); - this.state = 4736; + this.state = 4745; this.match(PostgreSqlParser.KW_EXISTS); } } @@ -22055,52 +22100,52 @@ export class PostgreSqlParser extends SQLParserBase { } public createopclassstmt(): CreateopclassstmtContext { let localContext = new CreateopclassstmtContext(this.context, this.state); - this.enterRule(localContext, 520, PostgreSqlParser.RULE_createopclassstmt); + this.enterRule(localContext, 522, PostgreSqlParser.RULE_createopclassstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4738; + this.state = 4747; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4739; + this.state = 4748; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4740; + this.state = 4749; this.match(PostgreSqlParser.KW_CLASS); - this.state = 4741; + this.state = 4750; this.any_name(); - this.state = 4743; + this.state = 4752; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 4742; + this.state = 4751; this.opt_default(); } } - this.state = 4745; + this.state = 4754; this.match(PostgreSqlParser.KW_FOR); - this.state = 4746; + this.state = 4755; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4747; + this.state = 4756; this.typename(); - this.state = 4748; + this.state = 4757; this.match(PostgreSqlParser.KW_USING); - this.state = 4749; + this.state = 4758; this.name(); - this.state = 4751; + this.state = 4760; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 206) { { - this.state = 4750; + this.state = 4759; this.opt_opfamily(); } } - this.state = 4753; + this.state = 4762; this.match(PostgreSqlParser.KW_AS); - this.state = 4754; + this.state = 4763; this.opclass_item_list(); } } @@ -22120,26 +22165,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_item_list(): Opclass_item_listContext { let localContext = new Opclass_item_listContext(this.context, this.state); - this.enterRule(localContext, 522, PostgreSqlParser.RULE_opclass_item_list); + this.enterRule(localContext, 524, PostgreSqlParser.RULE_opclass_item_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4756; + this.state = 4765; this.opclass_item(); - this.state = 4761; + this.state = 4770; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4757; + this.state = 4766; this.match(PostgreSqlParser.COMMA); - this.state = 4758; + this.state = 4767; this.opclass_item(); } } - this.state = 4763; + this.state = 4772; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -22161,52 +22206,21 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_item(): Opclass_itemContext { let localContext = new Opclass_itemContext(this.context, this.state); - this.enterRule(localContext, 524, PostgreSqlParser.RULE_opclass_item); + this.enterRule(localContext, 526, PostgreSqlParser.RULE_opclass_item); let _la: number; try { - this.state = 4795; + this.state = 4804; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 397, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 399, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4764; - this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4765; - this.iconst(); - this.state = 4766; - this.any_operator(); - this.state = 4768; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 62) { - { - this.state = 4767; - this.opclass_purpose(); - } - } - - this.state = 4771; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 394, this.context) ) { - case 1: - { - this.state = 4770; - this.opt_recheck(); - } - break; - } - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { this.state = 4773; this.match(PostgreSqlParser.KW_OPERATOR); this.state = 4774; this.iconst(); this.state = 4775; - this.operator_with_argtypes(); + this.any_operator(); this.state = 4777; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -22229,40 +22243,71 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 3: - this.enterOuterAlt(localContext, 3); + case 2: + this.enterOuterAlt(localContext, 2); { this.state = 4782; - this.match(PostgreSqlParser.KW_FUNCTION); + this.match(PostgreSqlParser.KW_OPERATOR); this.state = 4783; this.iconst(); this.state = 4784; + this.operator_with_argtypes(); + this.state = 4786; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 62) { + { + this.state = 4785; + this.opclass_purpose(); + } + } + + this.state = 4789; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 398, this.context) ) { + case 1: + { + this.state = 4788; + this.opt_recheck(); + } + break; + } + } + break; + case 3: + this.enterOuterAlt(localContext, 3); + { + this.state = 4791; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 4792; + this.iconst(); + this.state = 4793; this.function_with_argtypes(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4786; + this.state = 4795; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4787; + this.state = 4796; this.iconst(); - this.state = 4788; + this.state = 4797; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4789; + this.state = 4798; this.type_list(); - this.state = 4790; + this.state = 4799; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 4791; + this.state = 4800; this.function_with_argtypes(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4793; + this.state = 4802; this.match(PostgreSqlParser.KW_STORAGE); - this.state = 4794; + this.state = 4803; this.typename(); } break; @@ -22284,11 +22329,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_default(): Opt_defaultContext { let localContext = new Opt_defaultContext(this.context, this.state); - this.enterRule(localContext, 526, PostgreSqlParser.RULE_opt_default); + this.enterRule(localContext, 528, PostgreSqlParser.RULE_opt_default); try { this.enterOuterAlt(localContext, 1); { - this.state = 4797; + this.state = 4806; this.match(PostgreSqlParser.KW_DEFAULT); } } @@ -22308,13 +22353,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_opfamily(): Opt_opfamilyContext { let localContext = new Opt_opfamilyContext(this.context, this.state); - this.enterRule(localContext, 528, PostgreSqlParser.RULE_opt_opfamily); + this.enterRule(localContext, 530, PostgreSqlParser.RULE_opt_opfamily); try { this.enterOuterAlt(localContext, 1); { - this.state = 4799; + this.state = 4808; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 4800; + this.state = 4809; this.any_name(); } } @@ -22334,30 +22379,30 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_purpose(): Opclass_purposeContext { let localContext = new Opclass_purposeContext(this.context, this.state); - this.enterRule(localContext, 530, PostgreSqlParser.RULE_opclass_purpose); + this.enterRule(localContext, 532, PostgreSqlParser.RULE_opclass_purpose); try { - this.state = 4808; + this.state = 4817; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 398, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 400, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4802; + this.state = 4811; this.match(PostgreSqlParser.KW_FOR); - this.state = 4803; + this.state = 4812; this.match(PostgreSqlParser.KW_SEARCH); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4804; + this.state = 4813; this.match(PostgreSqlParser.KW_FOR); - this.state = 4805; + this.state = 4814; this.match(PostgreSqlParser.KW_ORDER); - this.state = 4806; + this.state = 4815; this.match(PostgreSqlParser.KW_BY); - this.state = 4807; + this.state = 4816; this.any_name(); } break; @@ -22379,11 +22424,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_recheck(): Opt_recheckContext { let localContext = new Opt_recheckContext(this.context, this.state); - this.enterRule(localContext, 532, PostgreSqlParser.RULE_opt_recheck); + this.enterRule(localContext, 534, PostgreSqlParser.RULE_opt_recheck); try { this.enterOuterAlt(localContext, 1); { - this.state = 4810; + this.state = 4819; this.match(PostgreSqlParser.KW_RECHECK); } } @@ -22403,21 +22448,21 @@ export class PostgreSqlParser extends SQLParserBase { } public createopfamilystmt(): CreateopfamilystmtContext { let localContext = new CreateopfamilystmtContext(this.context, this.state); - this.enterRule(localContext, 534, PostgreSqlParser.RULE_createopfamilystmt); + this.enterRule(localContext, 536, PostgreSqlParser.RULE_createopfamilystmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4812; + this.state = 4821; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4813; + this.state = 4822; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4814; + this.state = 4823; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 4815; + this.state = 4824; this.any_name(); - this.state = 4816; + this.state = 4825; this.match(PostgreSqlParser.KW_USING); - this.state = 4817; + this.state = 4826; this.name(); } } @@ -22437,35 +22482,14 @@ export class PostgreSqlParser extends SQLParserBase { } public alteropfamilystmt(): AlteropfamilystmtContext { let localContext = new AlteropfamilystmtContext(this.context, this.state); - this.enterRule(localContext, 536, PostgreSqlParser.RULE_alteropfamilystmt); + this.enterRule(localContext, 538, PostgreSqlParser.RULE_alteropfamilystmt); try { - this.state = 4837; + this.state = 4846; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 399, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4819; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 4820; - this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4821; - this.match(PostgreSqlParser.KW_FAMILY); - this.state = 4822; - this.any_name(); - this.state = 4823; - this.match(PostgreSqlParser.KW_USING); - this.state = 4824; - this.name(); - this.state = 4825; - this.match(PostgreSqlParser.KW_ADD); - this.state = 4826; - this.opclass_item_list(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { this.state = 4828; this.match(PostgreSqlParser.KW_ALTER); this.state = 4829; @@ -22479,8 +22503,29 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 4833; this.name(); this.state = 4834; - this.match(PostgreSqlParser.KW_DROP); + this.match(PostgreSqlParser.KW_ADD); this.state = 4835; + this.opclass_item_list(); + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 4837; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 4838; + this.match(PostgreSqlParser.KW_OPERATOR); + this.state = 4839; + this.match(PostgreSqlParser.KW_FAMILY); + this.state = 4840; + this.any_name(); + this.state = 4841; + this.match(PostgreSqlParser.KW_USING); + this.state = 4842; + this.name(); + this.state = 4843; + this.match(PostgreSqlParser.KW_DROP); + this.state = 4844; this.opclass_drop_list(); } break; @@ -22502,26 +22547,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_drop_list(): Opclass_drop_listContext { let localContext = new Opclass_drop_listContext(this.context, this.state); - this.enterRule(localContext, 538, PostgreSqlParser.RULE_opclass_drop_list); + this.enterRule(localContext, 540, PostgreSqlParser.RULE_opclass_drop_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4839; + this.state = 4848; this.opclass_drop(); - this.state = 4844; + this.state = 4853; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4840; + this.state = 4849; this.match(PostgreSqlParser.COMMA); - this.state = 4841; + this.state = 4850; this.opclass_drop(); } } - this.state = 4846; + this.state = 4855; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -22543,38 +22588,38 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_drop(): Opclass_dropContext { let localContext = new Opclass_dropContext(this.context, this.state); - this.enterRule(localContext, 540, PostgreSqlParser.RULE_opclass_drop); + this.enterRule(localContext, 542, PostgreSqlParser.RULE_opclass_drop); try { - this.state = 4859; + this.state = 4868; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 1); { - this.state = 4847; + this.state = 4856; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4848; + this.state = 4857; this.iconst(); - this.state = 4849; + this.state = 4858; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4850; + this.state = 4859; this.type_list(); - this.state = 4851; + this.state = 4860; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 2); { - this.state = 4853; + this.state = 4862; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4854; + this.state = 4863; this.iconst(); - this.state = 4855; + this.state = 4864; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4856; + this.state = 4865; this.type_list(); - this.state = 4857; + this.state = 4866; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -22598,21 +22643,21 @@ export class PostgreSqlParser extends SQLParserBase { } public reassignownedstmt(): ReassignownedstmtContext { let localContext = new ReassignownedstmtContext(this.context, this.state); - this.enterRule(localContext, 542, PostgreSqlParser.RULE_reassignownedstmt); + this.enterRule(localContext, 544, PostgreSqlParser.RULE_reassignownedstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4861; + this.state = 4870; this.match(PostgreSqlParser.KW_REASSIGN); - this.state = 4862; + this.state = 4871; this.match(PostgreSqlParser.KW_OWNED); - this.state = 4863; + this.state = 4872; this.match(PostgreSqlParser.KW_BY); - this.state = 4864; + this.state = 4873; this.role_list(); - this.state = 4865; + this.state = 4874; this.match(PostgreSqlParser.KW_TO); - this.state = 4866; + this.state = 4875; this.rolespec(); } } @@ -22632,50 +22677,19 @@ export class PostgreSqlParser extends SQLParserBase { } public dropstmt(): DropstmtContext { let localContext = new DropstmtContext(this.context, this.state); - this.enterRule(localContext, 544, PostgreSqlParser.RULE_dropstmt); + this.enterRule(localContext, 546, PostgreSqlParser.RULE_dropstmt); let _la: number; try { - this.state = 5247; + this.state = 5256; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 476, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 478, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4868; - this.match(PostgreSqlParser.KW_DROP); - this.state = 4869; - this.match(PostgreSqlParser.KW_TABLE); - this.state = 4871; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 402, this.context) ) { - case 1: - { - this.state = 4870; - this.opt_if_exists(); - } - break; - } - this.state = 4873; - this.table_name_list(); - this.state = 4875; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 403, this.context) ) { - case 1: - { - this.state = 4874; - this.opt_drop_behavior(); - } - break; - } - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { this.state = 4877; this.match(PostgreSqlParser.KW_DROP); this.state = 4878; - this.match(PostgreSqlParser.KW_SEQUENCE); + this.match(PostgreSqlParser.KW_TABLE); this.state = 4880; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 404, this.context) ) { @@ -22687,7 +22701,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 4882; - this.name_list(); + this.table_name_list(); this.state = 4884; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 405, this.context) ) { @@ -22700,13 +22714,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 3: - this.enterOuterAlt(localContext, 3); + case 2: + this.enterOuterAlt(localContext, 2); { this.state = 4886; this.match(PostgreSqlParser.KW_DROP); this.state = 4887; - this.match(PostgreSqlParser.KW_VIEW); + this.match(PostgreSqlParser.KW_SEQUENCE); this.state = 4889; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 406, this.context) ) { @@ -22718,7 +22732,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 4891; - this.view_nameList(); + this.name_list(); this.state = 4893; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 407, this.context) ) { @@ -22731,46 +22745,46 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 4: - this.enterOuterAlt(localContext, 4); + case 3: + this.enterOuterAlt(localContext, 3); { this.state = 4895; this.match(PostgreSqlParser.KW_DROP); this.state = 4896; - this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 4897; this.match(PostgreSqlParser.KW_VIEW); - this.state = 4899; + this.state = 4898; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 408, this.context) ) { case 1: { - this.state = 4898; + this.state = 4897; this.opt_if_exists(); } break; } - this.state = 4901; + this.state = 4900; this.view_nameList(); - this.state = 4903; + this.state = 4902; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 409, this.context) ) { case 1: { - this.state = 4902; + this.state = 4901; this.opt_drop_behavior(); } break; } } break; - case 5: - this.enterOuterAlt(localContext, 5); + case 4: + this.enterOuterAlt(localContext, 4); { - this.state = 4905; + this.state = 4904; this.match(PostgreSqlParser.KW_DROP); + this.state = 4905; + this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 4906; - this.match(PostgreSqlParser.KW_INDEX); + this.match(PostgreSqlParser.KW_VIEW); this.state = 4908; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 410, this.context) ) { @@ -22782,7 +22796,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 4910; - this.name_list(); + this.view_nameList(); this.state = 4912; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 411, this.context) ) { @@ -22795,46 +22809,46 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 6: - this.enterOuterAlt(localContext, 6); + case 5: + this.enterOuterAlt(localContext, 5); { this.state = 4914; this.match(PostgreSqlParser.KW_DROP); this.state = 4915; - this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4916; - this.match(PostgreSqlParser.KW_TABLE); - this.state = 4918; + this.match(PostgreSqlParser.KW_INDEX); + this.state = 4917; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 412, this.context) ) { case 1: { - this.state = 4917; + this.state = 4916; this.opt_if_exists(); } break; } - this.state = 4920; - this.table_name_list(); - this.state = 4922; + this.state = 4919; + this.name_list(); + this.state = 4921; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 413, this.context) ) { case 1: { - this.state = 4921; + this.state = 4920; this.opt_drop_behavior(); } break; } } break; - case 7: - this.enterOuterAlt(localContext, 7); + case 6: + this.enterOuterAlt(localContext, 6); { - this.state = 4924; + this.state = 4923; this.match(PostgreSqlParser.KW_DROP); + this.state = 4924; + this.match(PostgreSqlParser.KW_FOREIGN); this.state = 4925; - this.match(PostgreSqlParser.KW_COLLATION); + this.match(PostgreSqlParser.KW_TABLE); this.state = 4927; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 414, this.context) ) { @@ -22846,7 +22860,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 4929; - this.name_list(); + this.table_name_list(); this.state = 4931; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 415, this.context) ) { @@ -22859,13 +22873,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 8: - this.enterOuterAlt(localContext, 8); + case 7: + this.enterOuterAlt(localContext, 7); { this.state = 4933; this.match(PostgreSqlParser.KW_DROP); this.state = 4934; - this.match(PostgreSqlParser.KW_CONVERSION); + this.match(PostgreSqlParser.KW_COLLATION); this.state = 4936; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 416, this.context) ) { @@ -22890,13 +22904,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 9: - this.enterOuterAlt(localContext, 9); + case 8: + this.enterOuterAlt(localContext, 8); { this.state = 4942; this.match(PostgreSqlParser.KW_DROP); this.state = 4943; - this.match(PostgreSqlParser.KW_STATISTICS); + this.match(PostgreSqlParser.KW_CONVERSION); this.state = 4945; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 418, this.context) ) { @@ -22921,35 +22935,66 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 10: - this.enterOuterAlt(localContext, 10); + case 9: + this.enterOuterAlt(localContext, 9); { this.state = 4951; this.match(PostgreSqlParser.KW_DROP); this.state = 4952; - this.match(PostgreSqlParser.KW_TEXT); - this.state = 4953; - this.match(PostgreSqlParser.KW_SEARCH); + this.match(PostgreSqlParser.KW_STATISTICS); this.state = 4954; - this.match(PostgreSqlParser.KW_PARSER); - this.state = 4956; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 420, this.context) ) { case 1: { - this.state = 4955; + this.state = 4953; this.opt_if_exists(); } break; } - this.state = 4958; + this.state = 4956; this.name_list(); - this.state = 4960; + this.state = 4958; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 421, this.context) ) { case 1: { - this.state = 4959; + this.state = 4957; + this.opt_drop_behavior(); + } + break; + } + } + break; + case 10: + this.enterOuterAlt(localContext, 10); + { + this.state = 4960; + this.match(PostgreSqlParser.KW_DROP); + this.state = 4961; + this.match(PostgreSqlParser.KW_TEXT); + this.state = 4962; + this.match(PostgreSqlParser.KW_SEARCH); + this.state = 4963; + this.match(PostgreSqlParser.KW_PARSER); + this.state = 4965; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { + case 1: + { + this.state = 4964; + this.opt_if_exists(); + } + break; + } + this.state = 4967; + this.name_list(); + this.state = 4969; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { + case 1: + { + this.state = 4968; this.opt_drop_behavior(); } break; @@ -22959,32 +23004,32 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4962; + this.state = 4971; this.match(PostgreSqlParser.KW_DROP); - this.state = 4963; + this.state = 4972; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4964; + this.state = 4973; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4965; + this.state = 4974; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 4967; + this.state = 4976; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { case 1: { - this.state = 4966; + this.state = 4975; this.opt_if_exists(); } break; } - this.state = 4969; + this.state = 4978; this.name_list(); - this.state = 4971; + this.state = 4980; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 425, this.context) ) { case 1: { - this.state = 4970; + this.state = 4979; this.opt_drop_behavior(); } break; @@ -22994,32 +23039,32 @@ export class PostgreSqlParser extends SQLParserBase { case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4973; + this.state = 4982; this.match(PostgreSqlParser.KW_DROP); - this.state = 4974; + this.state = 4983; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4975; + this.state = 4984; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4976; + this.state = 4985; this.match(PostgreSqlParser.KW_TEMPLATE); - this.state = 4978; + this.state = 4987; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 426, this.context) ) { case 1: { - this.state = 4977; + this.state = 4986; this.opt_if_exists(); } break; } - this.state = 4980; + this.state = 4989; this.name_list(); - this.state = 4982; + this.state = 4991; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 425, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { case 1: { - this.state = 4981; + this.state = 4990; this.opt_drop_behavior(); } break; @@ -23029,32 +23074,32 @@ export class PostgreSqlParser extends SQLParserBase { case 13: this.enterOuterAlt(localContext, 13); { - this.state = 4984; + this.state = 4993; this.match(PostgreSqlParser.KW_DROP); - this.state = 4985; + this.state = 4994; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4986; + this.state = 4995; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4987; + this.state = 4996; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 4989; + this.state = 4998; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 426, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 428, this.context) ) { case 1: { - this.state = 4988; + this.state = 4997; this.opt_if_exists(); } break; } - this.state = 4991; + this.state = 5000; this.name_list(); - this.state = 4993; + this.state = 5002; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 429, this.context) ) { case 1: { - this.state = 4992; + this.state = 5001; this.opt_drop_behavior(); } break; @@ -23064,30 +23109,30 @@ export class PostgreSqlParser extends SQLParserBase { case 14: this.enterOuterAlt(localContext, 14); { - this.state = 4995; + this.state = 5004; this.match(PostgreSqlParser.KW_DROP); - this.state = 4996; + this.state = 5005; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 4997; + this.state = 5006; this.match(PostgreSqlParser.KW_METHOD); - this.state = 4999; + this.state = 5008; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 428, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 430, this.context) ) { case 1: { - this.state = 4998; + this.state = 5007; this.opt_if_exists(); } break; } - this.state = 5001; + this.state = 5010; this.name_list(); - this.state = 5003; + this.state = 5012; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 429, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { case 1: { - this.state = 5002; + this.state = 5011; this.opt_drop_behavior(); } break; @@ -23097,43 +23142,12 @@ export class PostgreSqlParser extends SQLParserBase { case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5005; + this.state = 5014; this.match(PostgreSqlParser.KW_DROP); - this.state = 5006; - this.match(PostgreSqlParser.KW_EVENT); - this.state = 5007; - this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5009; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 430, this.context) ) { - case 1: - { - this.state = 5008; - this.opt_if_exists(); - } - break; - } - this.state = 5011; - this.name_list(); - this.state = 5013; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { - case 1: - { - this.state = 5012; - this.opt_drop_behavior(); - } - break; - } - } - break; - case 16: - this.enterOuterAlt(localContext, 16); - { this.state = 5015; - this.match(PostgreSqlParser.KW_DROP); + this.match(PostgreSqlParser.KW_EVENT); this.state = 5016; - this.match(PostgreSqlParser.KW_EXTENSION); + this.match(PostgreSqlParser.KW_TRIGGER); this.state = 5018; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { @@ -23158,35 +23172,66 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 17: - this.enterOuterAlt(localContext, 17); + case 16: + this.enterOuterAlt(localContext, 16); { this.state = 5024; this.match(PostgreSqlParser.KW_DROP); this.state = 5025; - this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5026; - this.match(PostgreSqlParser.KW_DATA); + this.match(PostgreSqlParser.KW_EXTENSION); this.state = 5027; - this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 5029; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 434, this.context) ) { case 1: { - this.state = 5028; + this.state = 5026; this.opt_if_exists(); } break; } - this.state = 5031; + this.state = 5029; this.name_list(); - this.state = 5033; + this.state = 5031; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 435, this.context) ) { case 1: { - this.state = 5032; + this.state = 5030; + this.opt_drop_behavior(); + } + break; + } + } + break; + case 17: + this.enterOuterAlt(localContext, 17); + { + this.state = 5033; + this.match(PostgreSqlParser.KW_DROP); + this.state = 5034; + this.match(PostgreSqlParser.KW_FOREIGN); + this.state = 5035; + this.match(PostgreSqlParser.KW_DATA); + this.state = 5036; + this.match(PostgreSqlParser.KW_WRAPPER); + this.state = 5038; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 436, this.context) ) { + case 1: + { + this.state = 5037; + this.opt_if_exists(); + } + break; + } + this.state = 5040; + this.name_list(); + this.state = 5042; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 437, this.context) ) { + case 1: + { + this.state = 5041; this.opt_drop_behavior(); } break; @@ -23196,51 +23241,20 @@ export class PostgreSqlParser extends SQLParserBase { case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5035; + this.state = 5044; this.match(PostgreSqlParser.KW_DROP); - this.state = 5037; + this.state = 5046; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 5036; + this.state = 5045; this.opt_procedural(); } } - this.state = 5039; - this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5041; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 437, this.context) ) { - case 1: - { - this.state = 5040; - this.opt_if_exists(); - } - break; - } - this.state = 5043; - this.name_list(); - this.state = 5045; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 438, this.context) ) { - case 1: - { - this.state = 5044; - this.opt_drop_behavior(); - } - break; - } - } - break; - case 19: - this.enterOuterAlt(localContext, 19); - { - this.state = 5047; - this.match(PostgreSqlParser.KW_DROP); this.state = 5048; - this.match(PostgreSqlParser.KW_PUBLICATION); + this.match(PostgreSqlParser.KW_LANGUAGE); this.state = 5050; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 439, this.context) ) { @@ -23265,13 +23279,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 20: - this.enterOuterAlt(localContext, 20); + case 19: + this.enterOuterAlt(localContext, 19); { this.state = 5056; this.match(PostgreSqlParser.KW_DROP); this.state = 5057; - this.match(PostgreSqlParser.KW_SERVER); + this.match(PostgreSqlParser.KW_PUBLICATION); this.state = 5059; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 441, this.context) ) { @@ -23296,13 +23310,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 21: - this.enterOuterAlt(localContext, 21); + case 20: + this.enterOuterAlt(localContext, 20); { this.state = 5065; this.match(PostgreSqlParser.KW_DROP); this.state = 5066; - this.match(PostgreSqlParser.KW_SCHEMA); + this.match(PostgreSqlParser.KW_SERVER); this.state = 5068; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 443, this.context) ) { @@ -23314,7 +23328,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 5070; - this.schema_name_list(); + this.name_list(); this.state = 5072; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 444, this.context) ) { @@ -23327,13 +23341,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 22: - this.enterOuterAlt(localContext, 22); + case 21: + this.enterOuterAlt(localContext, 21); { this.state = 5074; this.match(PostgreSqlParser.KW_DROP); this.state = 5075; - this.match(PostgreSqlParser.KW_POLICY); + this.match(PostgreSqlParser.KW_SCHEMA); this.state = 5077; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 445, this.context) ) { @@ -23345,17 +23359,48 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 5079; - this.name(); - this.state = 5080; - this.match(PostgreSqlParser.KW_ON); + this.schema_name_list(); this.state = 5081; - this.any_name(); - this.state = 5083; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 446, this.context) ) { case 1: { - this.state = 5082; + this.state = 5080; + this.opt_drop_behavior(); + } + break; + } + } + break; + case 22: + this.enterOuterAlt(localContext, 22); + { + this.state = 5083; + this.match(PostgreSqlParser.KW_DROP); + this.state = 5084; + this.match(PostgreSqlParser.KW_POLICY); + this.state = 5086; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 447, this.context) ) { + case 1: + { + this.state = 5085; + this.opt_if_exists(); + } + break; + } + this.state = 5088; + this.name(); + this.state = 5089; + this.match(PostgreSqlParser.KW_ON); + this.state = 5090; + this.any_name(); + this.state = 5092; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 448, this.context) ) { + case 1: + { + this.state = 5091; this.opt_drop_behavior(); } break; @@ -23365,32 +23410,32 @@ export class PostgreSqlParser extends SQLParserBase { case 23: this.enterOuterAlt(localContext, 23); { - this.state = 5085; + this.state = 5094; this.match(PostgreSqlParser.KW_DROP); - this.state = 5086; + this.state = 5095; this.match(PostgreSqlParser.KW_RULE); - this.state = 5088; + this.state = 5097; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 447, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 449, this.context) ) { case 1: { - this.state = 5087; + this.state = 5096; this.opt_if_exists(); } break; } - this.state = 5090; + this.state = 5099; this.name(); - this.state = 5091; + this.state = 5100; this.match(PostgreSqlParser.KW_ON); - this.state = 5092; + this.state = 5101; this.any_name(); - this.state = 5094; + this.state = 5103; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 448, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 450, this.context) ) { case 1: { - this.state = 5093; + this.state = 5102; this.opt_drop_behavior(); } break; @@ -23400,57 +23445,26 @@ export class PostgreSqlParser extends SQLParserBase { case 24: this.enterOuterAlt(localContext, 24); { - this.state = 5096; - this.match(PostgreSqlParser.KW_DROP); - this.state = 5097; - this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5099; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 449, this.context) ) { - case 1: - { - this.state = 5098; - this.opt_if_exists(); - } - break; - } - this.state = 5101; - this.name(); - this.state = 5102; - this.match(PostgreSqlParser.KW_ON); - this.state = 5103; - this.any_name(); this.state = 5105; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 450, this.context) ) { - case 1: - { - this.state = 5104; - this.opt_drop_behavior(); - } - break; - } - } - break; - case 25: - this.enterOuterAlt(localContext, 25); - { - this.state = 5107; this.match(PostgreSqlParser.KW_DROP); + this.state = 5106; + this.match(PostgreSqlParser.KW_TRIGGER); this.state = 5108; - this.match(PostgreSqlParser.KW_TYPE); - this.state = 5110; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 451, this.context) ) { case 1: { - this.state = 5109; + this.state = 5107; this.opt_if_exists(); } break; } + this.state = 5110; + this.name(); + this.state = 5111; + this.match(PostgreSqlParser.KW_ON); this.state = 5112; - this.type_name_list(); + this.any_name(); this.state = 5114; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 452, this.context) ) { @@ -23463,13 +23477,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 26: - this.enterOuterAlt(localContext, 26); + case 25: + this.enterOuterAlt(localContext, 25); { this.state = 5116; this.match(PostgreSqlParser.KW_DROP); this.state = 5117; - this.match(PostgreSqlParser.KW_DOMAIN); + this.match(PostgreSqlParser.KW_TYPE); this.state = 5119; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 453, this.context) ) { @@ -23494,33 +23508,64 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 27: - this.enterOuterAlt(localContext, 27); + case 26: + this.enterOuterAlt(localContext, 26); { this.state = 5125; this.match(PostgreSqlParser.KW_DROP); this.state = 5126; - this.match(PostgreSqlParser.KW_INDEX); - this.state = 5127; - this.match(PostgreSqlParser.KW_CONCURRENTLY); - this.state = 5129; + this.match(PostgreSqlParser.KW_DOMAIN); + this.state = 5128; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 455, this.context) ) { case 1: { - this.state = 5128; + this.state = 5127; this.opt_if_exists(); } break; } - this.state = 5131; - this.any_name_list(); - this.state = 5133; + this.state = 5130; + this.type_name_list(); + this.state = 5132; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 456, this.context) ) { case 1: { - this.state = 5132; + this.state = 5131; + this.opt_drop_behavior(); + } + break; + } + } + break; + case 27: + this.enterOuterAlt(localContext, 27); + { + this.state = 5134; + this.match(PostgreSqlParser.KW_DROP); + this.state = 5135; + this.match(PostgreSqlParser.KW_INDEX); + this.state = 5136; + this.match(PostgreSqlParser.KW_CONCURRENTLY); + this.state = 5138; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 457, this.context) ) { + case 1: + { + this.state = 5137; + this.opt_if_exists(); + } + break; + } + this.state = 5140; + this.any_name_list(); + this.state = 5142; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 458, this.context) ) { + case 1: + { + this.state = 5141; this.opt_drop_behavior(); } break; @@ -23530,36 +23575,36 @@ export class PostgreSqlParser extends SQLParserBase { case 28: this.enterOuterAlt(localContext, 28); { - this.state = 5135; + this.state = 5144; this.match(PostgreSqlParser.KW_DROP); - this.state = 5136; + this.state = 5145; this.match(PostgreSqlParser.KW_CAST); - this.state = 5138; + this.state = 5147; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 5137; + this.state = 5146; this.opt_if_exists(); } } - this.state = 5140; + this.state = 5149; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5141; + this.state = 5150; this.typename(); - this.state = 5142; + this.state = 5151; this.match(PostgreSqlParser.KW_AS); - this.state = 5143; + this.state = 5152; this.typename(); - this.state = 5144; + this.state = 5153; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 5146; + this.state = 5155; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 458, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { case 1: { - this.state = 5145; + this.state = 5154; this.opt_drop_behavior(); } break; @@ -23569,34 +23614,34 @@ export class PostgreSqlParser extends SQLParserBase { case 29: this.enterOuterAlt(localContext, 29); { - this.state = 5148; + this.state = 5157; this.match(PostgreSqlParser.KW_DROP); - this.state = 5149; + this.state = 5158; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5150; + this.state = 5159; this.match(PostgreSqlParser.KW_CLASS); - this.state = 5152; + this.state = 5161; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 459, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 461, this.context) ) { case 1: { - this.state = 5151; + this.state = 5160; this.opt_if_exists(); } break; } - this.state = 5154; + this.state = 5163; this.any_name(); - this.state = 5155; + this.state = 5164; this.match(PostgreSqlParser.KW_USING); - this.state = 5156; + this.state = 5165; this.name(); - this.state = 5158; + this.state = 5167; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 462, this.context) ) { case 1: { - this.state = 5157; + this.state = 5166; this.opt_drop_behavior(); } break; @@ -23606,34 +23651,34 @@ export class PostgreSqlParser extends SQLParserBase { case 30: this.enterOuterAlt(localContext, 30); { - this.state = 5160; + this.state = 5169; this.match(PostgreSqlParser.KW_DROP); - this.state = 5161; + this.state = 5170; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5162; + this.state = 5171; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 5164; + this.state = 5173; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 461, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { case 1: { - this.state = 5163; + this.state = 5172; this.opt_if_exists(); } break; } - this.state = 5166; + this.state = 5175; this.any_name(); - this.state = 5167; + this.state = 5176; this.match(PostgreSqlParser.KW_USING); - this.state = 5168; + this.state = 5177; this.name(); - this.state = 5170; + this.state = 5179; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 462, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { case 1: { - this.state = 5169; + this.state = 5178; this.opt_drop_behavior(); } break; @@ -23643,45 +23688,14 @@ export class PostgreSqlParser extends SQLParserBase { case 31: this.enterOuterAlt(localContext, 31); { - this.state = 5172; + this.state = 5181; this.match(PostgreSqlParser.KW_DROP); - this.state = 5173; - this.match(PostgreSqlParser.KW_OWNED); - this.state = 5174; - this.match(PostgreSqlParser.KW_BY); - this.state = 5175; - this.role_list(); - this.state = 5177; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { - case 1: - { - this.state = 5176; - this.opt_drop_behavior(); - } - break; - } - } - break; - case 32: - this.enterOuterAlt(localContext, 32); - { - this.state = 5179; - this.match(PostgreSqlParser.KW_DROP); - this.state = 5180; - this.match(PostgreSqlParser.KW_VIEW); this.state = 5182; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { - case 1: - { - this.state = 5181; - this.opt_if_exists(); - } - break; - } + this.match(PostgreSqlParser.KW_OWNED); + this.state = 5183; + this.match(PostgreSqlParser.KW_BY); this.state = 5184; - this.view_nameList(); + this.role_list(); this.state = 5186; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 465, this.context) ) { @@ -23694,13 +23708,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 33: - this.enterOuterAlt(localContext, 33); + case 32: + this.enterOuterAlt(localContext, 32); { this.state = 5188; this.match(PostgreSqlParser.KW_DROP); this.state = 5189; - this.match(PostgreSqlParser.KW_SUBSCRIPTION); + this.match(PostgreSqlParser.KW_VIEW); this.state = 5191; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 466, this.context) ) { @@ -23712,7 +23726,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 5193; - this.name(); + this.view_nameList(); this.state = 5195; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 467, this.context) ) { @@ -23725,13 +23739,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 34: - this.enterOuterAlt(localContext, 34); + case 33: + this.enterOuterAlt(localContext, 33); { this.state = 5197; this.match(PostgreSqlParser.KW_DROP); this.state = 5198; - this.match(PostgreSqlParser.KW_TABLESPACE); + this.match(PostgreSqlParser.KW_SUBSCRIPTION); this.state = 5200; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 468, this.context) ) { @@ -23743,40 +23757,71 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 5202; + this.name(); + this.state = 5204; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 469, this.context) ) { + case 1: + { + this.state = 5203; + this.opt_drop_behavior(); + } + break; + } + } + break; + case 34: + this.enterOuterAlt(localContext, 34); + { + this.state = 5206; + this.match(PostgreSqlParser.KW_DROP); + this.state = 5207; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 5209; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 470, this.context) ) { + case 1: + { + this.state = 5208; + this.opt_if_exists(); + } + break; + } + this.state = 5211; this.tablespace_name(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 5203; + this.state = 5212; this.match(PostgreSqlParser.KW_DROP); - this.state = 5204; + this.state = 5213; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 5206; + this.state = 5215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 5205; + this.state = 5214; this.opt_if_exists(); } } - this.state = 5208; + this.state = 5217; this.match(PostgreSqlParser.KW_FOR); - this.state = 5209; + this.state = 5218; this.typename(); - this.state = 5210; + this.state = 5219; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5211; + this.state = 5220; this.name(); - this.state = 5213; + this.state = 5222; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 470, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 472, this.context) ) { case 1: { - this.state = 5212; + this.state = 5221; this.opt_drop_behavior(); } break; @@ -23786,9 +23831,9 @@ export class PostgreSqlParser extends SQLParserBase { case 36: this.enterOuterAlt(localContext, 36); { - this.state = 5215; + this.state = 5224; this.match(PostgreSqlParser.KW_DROP); - this.state = 5216; + this.state = 5225; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -23797,88 +23842,88 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5218; + this.state = 5227; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 471, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 473, this.context) ) { case 1: { - this.state = 5217; + this.state = 5226; this.opt_if_exists(); } break; } - this.state = 5220; + this.state = 5229; this.role_list(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 5221; + this.state = 5230; this.match(PostgreSqlParser.KW_DROP); - this.state = 5222; + this.state = 5231; this.match(PostgreSqlParser.KW_USER); - this.state = 5223; + this.state = 5232; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 5225; + this.state = 5234; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 5224; + this.state = 5233; this.opt_if_exists(); } } - this.state = 5227; + this.state = 5236; this.match(PostgreSqlParser.KW_FOR); - this.state = 5228; + this.state = 5237; this.auth_ident(); - this.state = 5229; + this.state = 5238; this.match(PostgreSqlParser.KW_SERVER); - this.state = 5230; + this.state = 5239; this.name(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 5232; + this.state = 5241; this.match(PostgreSqlParser.KW_DROP); - this.state = 5233; + this.state = 5242; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5235; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 473, this.context) ) { - case 1: - { - this.state = 5234; - this.opt_if_exists(); - } - break; - } - this.state = 5237; - this.database_name(); - this.state = 5245; + this.state = 5244; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 475, this.context) ) { case 1: { - this.state = 5239; + this.state = 5243; + this.opt_if_exists(); + } + break; + } + this.state = 5246; + this.database_name(); + this.state = 5254; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 477, this.context) ) { + case 1: + { + this.state = 5248; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5238; + this.state = 5247; this.opt_with(); } } - this.state = 5241; + this.state = 5250; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5242; + this.state = 5251; this.drop_option_list(); - this.state = 5243; + this.state = 5252; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -23903,26 +23948,26 @@ export class PostgreSqlParser extends SQLParserBase { } public view_nameList(): View_nameListContext { let localContext = new View_nameListContext(this.context, this.state); - this.enterRule(localContext, 546, PostgreSqlParser.RULE_view_nameList); + this.enterRule(localContext, 548, PostgreSqlParser.RULE_view_nameList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5249; + this.state = 5258; this.view_name(); - this.state = 5254; + this.state = 5263; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5250; + this.state = 5259; this.match(PostgreSqlParser.COMMA); - this.state = 5251; + this.state = 5260; this.view_name(); } } - this.state = 5256; + this.state = 5265; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -23944,29 +23989,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, 548, PostgreSqlParser.RULE_object_type_any_name); + this.enterRule(localContext, 550, PostgreSqlParser.RULE_object_type_any_name); let _la: number; try { - this.state = 5281; + this.state = 5290; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOREIGN: case PostgreSqlParser.KW_TABLE: this.enterOuterAlt(localContext, 1); { - this.state = 5258; + this.state = 5267; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 63) { { - this.state = 5257; + this.state = 5266; this.match(PostgreSqlParser.KW_FOREIGN); } } - this.state = 5260; + this.state = 5269; this.match(PostgreSqlParser.KW_TABLE); - this.state = 5261; + this.state = 5270; this.table_name(); } break; @@ -23974,75 +24019,75 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VIEW: this.enterOuterAlt(localContext, 2); { - this.state = 5263; + this.state = 5272; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 5262; + this.state = 5271; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 5265; + this.state = 5274; this.match(PostgreSqlParser.KW_VIEW); - this.state = 5266; + this.state = 5275; this.view_name(); } break; case PostgreSqlParser.KW_INDEX: this.enterOuterAlt(localContext, 3); { - this.state = 5267; + this.state = 5276; this.match(PostgreSqlParser.KW_INDEX); - this.state = 5268; + this.state = 5277; this.any_name(); } break; case PostgreSqlParser.KW_COLLATION: this.enterOuterAlt(localContext, 4); { - this.state = 5269; + this.state = 5278; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 5270; + this.state = 5279; this.any_name(); } break; case PostgreSqlParser.KW_CONVERSION: this.enterOuterAlt(localContext, 5); { - this.state = 5271; + this.state = 5280; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 5272; + this.state = 5281; this.any_name(); } break; case PostgreSqlParser.KW_STATISTICS: this.enterOuterAlt(localContext, 6); { - this.state = 5273; + this.state = 5282; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 5274; + this.state = 5283; this.any_name(); } break; case PostgreSqlParser.KW_SEQUENCE: this.enterOuterAlt(localContext, 7); { - this.state = 5275; + this.state = 5284; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 5276; + this.state = 5285; this.any_name(); } break; case PostgreSqlParser.KW_TEXT: this.enterOuterAlt(localContext, 8); { - this.state = 5277; + this.state = 5286; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5278; + this.state = 5287; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5279; + this.state = 5288; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185 || _la === 283 || _la === 353)) { this.errorHandler.recoverInline(this); @@ -24051,7 +24096,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5280; + this.state = 5289; this.any_name(); } break; @@ -24075,21 +24120,21 @@ 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, 550, PostgreSqlParser.RULE_object_type_name); + this.enterRule(localContext, 552, PostgreSqlParser.RULE_object_type_name); let _la: number; try { - this.state = 5314; + this.state = 5323; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ACCESS: this.enterOuterAlt(localContext, 1); { { - this.state = 5283; + this.state = 5292; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 5284; + this.state = 5293; this.match(PostgreSqlParser.KW_METHOD); - this.state = 5285; + this.state = 5294; this.name(); } } @@ -24098,11 +24143,11 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 5286; + this.state = 5295; this.match(PostgreSqlParser.KW_EVENT); - this.state = 5287; + this.state = 5296; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5288; + this.state = 5297; this.name(); } } @@ -24111,9 +24156,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 5289; + this.state = 5298; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 5290; + this.state = 5299; this.name(); } } @@ -24122,13 +24167,13 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 4); { { - this.state = 5291; + this.state = 5300; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5292; + this.state = 5301; this.match(PostgreSqlParser.KW_DATA); - this.state = 5293; + this.state = 5302; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 5294; + this.state = 5303; this.name(); } } @@ -24138,19 +24183,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 5); { { - this.state = 5296; + this.state = 5305; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 5295; + this.state = 5304; this.opt_procedural(); } } - this.state = 5298; + this.state = 5307; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5299; + this.state = 5308; this.name(); } } @@ -24159,9 +24204,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 6); { { - this.state = 5300; + this.state = 5309; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 5301; + this.state = 5310; this.name(); } } @@ -24170,9 +24215,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 7); { { - this.state = 5302; + this.state = 5311; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5303; + this.state = 5312; this.schema_name(); } } @@ -24181,9 +24226,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 8); { { - this.state = 5304; + this.state = 5313; this.match(PostgreSqlParser.KW_SERVER); - this.state = 5305; + this.state = 5314; this.name(); } } @@ -24192,9 +24237,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 9); { { - this.state = 5306; + this.state = 5315; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5307; + this.state = 5316; this.database_name(); } } @@ -24203,9 +24248,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 10); { { - this.state = 5308; + this.state = 5317; this.match(PostgreSqlParser.KW_ROLE); - this.state = 5309; + this.state = 5318; this.name(); } } @@ -24214,9 +24259,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 11); { { - this.state = 5310; + this.state = 5319; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5311; + this.state = 5320; this.name(); } } @@ -24225,9 +24270,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 12); { { - this.state = 5312; + this.state = 5321; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 5313; + this.state = 5322; this.tablespace_name(); } } @@ -24252,12 +24297,12 @@ export class PostgreSqlParser extends SQLParserBase { } public object_type_name_on_any_name(): Object_type_name_on_any_nameContext { let localContext = new Object_type_name_on_any_nameContext(this.context, this.state); - this.enterRule(localContext, 552, PostgreSqlParser.RULE_object_type_name_on_any_name); + this.enterRule(localContext, 554, PostgreSqlParser.RULE_object_type_name_on_any_name); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5316; + this.state = 5325; _la = this.tokenStream.LA(1); if(!(_la === 321 || _la === 357 || _la === 445)) { this.errorHandler.recoverInline(this); @@ -24284,26 +24329,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, 554, PostgreSqlParser.RULE_any_name_list); + this.enterRule(localContext, 556, PostgreSqlParser.RULE_any_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5318; + this.state = 5327; this.any_name(); - this.state = 5323; + this.state = 5332; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5319; + this.state = 5328; this.match(PostgreSqlParser.COMMA); - this.state = 5320; + this.state = 5329; this.any_name(); } } - this.state = 5325; + this.state = 5334; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -24325,15 +24370,15 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_column_name(): Relation_column_nameContext { let localContext = new Relation_column_nameContext(this.context, this.state); - this.enterRule(localContext, 556, PostgreSqlParser.RULE_relation_column_name); + this.enterRule(localContext, 558, PostgreSqlParser.RULE_relation_column_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 5326; + this.state = 5335; this.relation_name(); - this.state = 5327; + this.state = 5336; this.match(PostgreSqlParser.DOT); - this.state = 5328; + this.state = 5337; this.column_name(); } } @@ -24353,18 +24398,18 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_name(): Relation_nameContext { let localContext = new Relation_nameContext(this.context, this.state); - this.enterRule(localContext, 558, PostgreSqlParser.RULE_relation_name); + this.enterRule(localContext, 560, PostgreSqlParser.RULE_relation_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 5330; + this.state = 5339; this.colid(); - this.state = 5332; + this.state = 5341; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 484, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 486, this.context) ) { case 1: { - this.state = 5331; + this.state = 5340; this.attrs(); } break; @@ -24387,18 +24432,18 @@ export class PostgreSqlParser extends SQLParserBase { } public any_name(): Any_nameContext { let localContext = new Any_nameContext(this.context, this.state); - this.enterRule(localContext, 560, PostgreSqlParser.RULE_any_name); + this.enterRule(localContext, 562, PostgreSqlParser.RULE_any_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 5334; + this.state = 5343; this.colid(); - this.state = 5336; + this.state = 5345; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 485, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 487, this.context) ) { case 1: { - this.state = 5335; + this.state = 5344; this.attrs(); } break; @@ -24421,12 +24466,12 @@ export class PostgreSqlParser extends SQLParserBase { } public attrs(): AttrsContext { let localContext = new AttrsContext(this.context, this.state); - this.enterRule(localContext, 562, PostgreSqlParser.RULE_attrs); + this.enterRule(localContext, 564, PostgreSqlParser.RULE_attrs); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5340; + this.state = 5349; this.errorHandler.sync(this); alternative = 1; do { @@ -24434,9 +24479,9 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 5338; + this.state = 5347; this.match(PostgreSqlParser.DOT); - this.state = 5339; + this.state = 5348; this.attr_name(); } } @@ -24444,9 +24489,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5342; + this.state = 5351; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 486, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 488, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -24466,26 +24511,26 @@ export class PostgreSqlParser extends SQLParserBase { } public type_name_list(): Type_name_listContext { let localContext = new Type_name_listContext(this.context, this.state); - this.enterRule(localContext, 564, PostgreSqlParser.RULE_type_name_list); + this.enterRule(localContext, 566, PostgreSqlParser.RULE_type_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5344; + this.state = 5353; this.typename(); - this.state = 5349; + this.state = 5358; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5345; + this.state = 5354; this.match(PostgreSqlParser.COMMA); - this.state = 5346; + this.state = 5355; this.typename(); } } - this.state = 5351; + this.state = 5360; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -24507,47 +24552,47 @@ export class PostgreSqlParser extends SQLParserBase { } public truncatestmt(): TruncatestmtContext { let localContext = new TruncatestmtContext(this.context, this.state); - this.enterRule(localContext, 566, PostgreSqlParser.RULE_truncatestmt); + this.enterRule(localContext, 568, PostgreSqlParser.RULE_truncatestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5352; + this.state = 5361; this.match(PostgreSqlParser.KW_TRUNCATE); - this.state = 5354; + this.state = 5363; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 5353; + this.state = 5362; this.match(PostgreSqlParser.KW_TABLE); } } - this.state = 5356; + this.state = 5365; this.truncate_table(); - this.state = 5361; + this.state = 5370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5357; + this.state = 5366; this.match(PostgreSqlParser.COMMA); - this.state = 5358; + this.state = 5367; this.truncate_table(); } } - this.state = 5363; + this.state = 5372; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5366; + this.state = 5375; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 490, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 492, this.context) ) { case 1: { - this.state = 5364; + this.state = 5373; _la = this.tokenStream.LA(1); if(!(_la === 167 || _la === 314)) { this.errorHandler.recoverInline(this); @@ -24556,17 +24601,17 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5365; + this.state = 5374; this.match(PostgreSqlParser.KW_IDENTITY); } break; } - this.state = 5369; + this.state = 5378; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 491, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 493, this.context) ) { case 1: { - this.state = 5368; + this.state = 5377; this.opt_drop_behavior(); } break; @@ -24589,29 +24634,29 @@ export class PostgreSqlParser extends SQLParserBase { } public truncate_table(): Truncate_tableContext { let localContext = new Truncate_tableContext(this.context, this.state); - this.enterRule(localContext, 568, PostgreSqlParser.RULE_truncate_table); + this.enterRule(localContext, 570, PostgreSqlParser.RULE_truncate_table); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5372; + this.state = 5381; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 5371; + this.state = 5380; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 5374; + this.state = 5383; this.table_name(); - this.state = 5376; + this.state = 5385; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 5375; + this.state = 5384; this.match(PostgreSqlParser.STAR); } } @@ -24634,166 +24679,145 @@ export class PostgreSqlParser extends SQLParserBase { } public commentstmt(): CommentstmtContext { let localContext = new CommentstmtContext(this.context, this.state); - this.enterRule(localContext, 570, PostgreSqlParser.RULE_commentstmt); + this.enterRule(localContext, 572, PostgreSqlParser.RULE_commentstmt); try { - this.state = 5543; + this.state = 5552; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 495, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 497, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5378; + this.state = 5387; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5379; + this.state = 5388; this.match(PostgreSqlParser.KW_ON); - this.state = 5380; + this.state = 5389; this.object_type_any_name(); - this.state = 5381; + this.state = 5390; this.match(PostgreSqlParser.KW_IS); - this.state = 5382; + this.state = 5391; this.comment_text(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5384; + this.state = 5393; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5385; + this.state = 5394; this.match(PostgreSqlParser.KW_ON); - this.state = 5386; + this.state = 5395; this.match(PostgreSqlParser.KW_COLUMN); - this.state = 5387; + this.state = 5396; this.relation_column_name(); - this.state = 5388; + this.state = 5397; this.match(PostgreSqlParser.KW_IS); - this.state = 5389; + this.state = 5398; this.comment_text(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5391; + this.state = 5400; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5392; + this.state = 5401; this.match(PostgreSqlParser.KW_ON); - this.state = 5393; + this.state = 5402; this.object_type_name(); - this.state = 5394; + this.state = 5403; this.match(PostgreSqlParser.KW_IS); - this.state = 5395; + this.state = 5404; this.comment_text(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5397; + this.state = 5406; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5398; + this.state = 5407; this.match(PostgreSqlParser.KW_ON); - this.state = 5399; + this.state = 5408; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5400; + this.state = 5409; this.typename(); - this.state = 5401; + this.state = 5410; this.match(PostgreSqlParser.KW_IS); - this.state = 5402; + this.state = 5411; this.comment_text(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5404; + this.state = 5413; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5405; + this.state = 5414; this.match(PostgreSqlParser.KW_ON); - this.state = 5406; + this.state = 5415; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5407; + this.state = 5416; this.typename(); - this.state = 5408; + this.state = 5417; this.match(PostgreSqlParser.KW_IS); - this.state = 5409; + this.state = 5418; this.comment_text(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5411; + this.state = 5420; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5412; + this.state = 5421; this.match(PostgreSqlParser.KW_ON); - this.state = 5413; + this.state = 5422; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 5414; + this.state = 5423; this.aggregate_with_argtypes(); - this.state = 5415; + this.state = 5424; this.match(PostgreSqlParser.KW_IS); - this.state = 5416; + this.state = 5425; this.comment_text(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5418; + this.state = 5427; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5419; + this.state = 5428; this.match(PostgreSqlParser.KW_ON); - this.state = 5420; + this.state = 5429; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5421; + this.state = 5430; this.function_with_argtypes(); - this.state = 5422; + this.state = 5431; this.match(PostgreSqlParser.KW_IS); - this.state = 5423; + this.state = 5432; this.comment_text(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5425; - this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5426; - this.match(PostgreSqlParser.KW_ON); - this.state = 5427; - this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5428; - this.operator_with_argtypes(); - this.state = 5429; - this.match(PostgreSqlParser.KW_IS); - this.state = 5430; - this.comment_text(); - } - break; - case 9: - this.enterOuterAlt(localContext, 9); - { - this.state = 5432; - this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5433; - this.match(PostgreSqlParser.KW_ON); this.state = 5434; - this.match(PostgreSqlParser.KW_CONSTRAINT); + this.match(PostgreSqlParser.KW_COMMENT); this.state = 5435; - this.name(); - this.state = 5436; this.match(PostgreSqlParser.KW_ON); + this.state = 5436; + this.match(PostgreSqlParser.KW_OPERATOR); this.state = 5437; - this.table_name(); + this.operator_with_argtypes(); this.state = 5438; this.match(PostgreSqlParser.KW_IS); this.state = 5439; this.comment_text(); } break; - case 10: - this.enterOuterAlt(localContext, 10); + case 9: + this.enterOuterAlt(localContext, 9); { this.state = 5441; this.match(PostgreSqlParser.KW_COMMENT); @@ -24805,37 +24829,37 @@ export class PostgreSqlParser extends SQLParserBase { this.name(); this.state = 5445; this.match(PostgreSqlParser.KW_ON); + this.state = 5446; + this.table_name(); this.state = 5447; + this.match(PostgreSqlParser.KW_IS); + this.state = 5448; + this.comment_text(); + } + break; + case 10: + this.enterOuterAlt(localContext, 10); + { + this.state = 5450; + this.match(PostgreSqlParser.KW_COMMENT); + this.state = 5451; + this.match(PostgreSqlParser.KW_ON); + this.state = 5452; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 5453; + this.name(); + this.state = 5454; + this.match(PostgreSqlParser.KW_ON); + this.state = 5456; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 494, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 496, this.context) ) { case 1: { - this.state = 5446; + this.state = 5455; this.match(PostgreSqlParser.KW_DOMAIN); } break; } - this.state = 5449; - this.any_name(); - this.state = 5450; - this.match(PostgreSqlParser.KW_IS); - this.state = 5451; - this.comment_text(); - } - break; - case 11: - this.enterOuterAlt(localContext, 11); - { - this.state = 5453; - this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5454; - this.match(PostgreSqlParser.KW_ON); - this.state = 5455; - this.match(PostgreSqlParser.KW_POLICY); - this.state = 5456; - this.name(); - this.state = 5457; - this.match(PostgreSqlParser.KW_ON); this.state = 5458; this.any_name(); this.state = 5459; @@ -24844,15 +24868,15 @@ export class PostgreSqlParser extends SQLParserBase { this.comment_text(); } break; - case 12: - this.enterOuterAlt(localContext, 12); + case 11: + this.enterOuterAlt(localContext, 11); { this.state = 5462; this.match(PostgreSqlParser.KW_COMMENT); this.state = 5463; this.match(PostgreSqlParser.KW_ON); this.state = 5464; - this.match(PostgreSqlParser.KW_RULE); + this.match(PostgreSqlParser.KW_POLICY); this.state = 5465; this.name(); this.state = 5466; @@ -24865,15 +24889,15 @@ export class PostgreSqlParser extends SQLParserBase { this.comment_text(); } break; - case 13: - this.enterOuterAlt(localContext, 13); + case 12: + this.enterOuterAlt(localContext, 12); { this.state = 5471; this.match(PostgreSqlParser.KW_COMMENT); this.state = 5472; this.match(PostgreSqlParser.KW_ON); this.state = 5473; - this.match(PostgreSqlParser.KW_TRIGGER); + this.match(PostgreSqlParser.KW_RULE); this.state = 5474; this.name(); this.state = 5475; @@ -24886,150 +24910,171 @@ export class PostgreSqlParser extends SQLParserBase { this.comment_text(); } break; - case 14: - this.enterOuterAlt(localContext, 14); + case 13: + this.enterOuterAlt(localContext, 13); { this.state = 5480; this.match(PostgreSqlParser.KW_COMMENT); this.state = 5481; this.match(PostgreSqlParser.KW_ON); this.state = 5482; - this.match(PostgreSqlParser.KW_PROCEDURE); + this.match(PostgreSqlParser.KW_TRIGGER); this.state = 5483; - this.procedure_with_argtypes(); + this.name(); this.state = 5484; - this.match(PostgreSqlParser.KW_IS); + this.match(PostgreSqlParser.KW_ON); this.state = 5485; + this.any_name(); + this.state = 5486; + this.match(PostgreSqlParser.KW_IS); + this.state = 5487; + this.comment_text(); + } + break; + case 14: + this.enterOuterAlt(localContext, 14); + { + this.state = 5489; + this.match(PostgreSqlParser.KW_COMMENT); + this.state = 5490; + this.match(PostgreSqlParser.KW_ON); + this.state = 5491; + this.match(PostgreSqlParser.KW_PROCEDURE); + this.state = 5492; + this.procedure_with_argtypes(); + this.state = 5493; + this.match(PostgreSqlParser.KW_IS); + this.state = 5494; this.comment_text(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5487; + this.state = 5496; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5488; + this.state = 5497; this.match(PostgreSqlParser.KW_ON); - this.state = 5489; + this.state = 5498; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5490; + this.state = 5499; this.routine_with_argtypes(); - this.state = 5491; + this.state = 5500; this.match(PostgreSqlParser.KW_IS); - this.state = 5492; + this.state = 5501; this.comment_text(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5494; + this.state = 5503; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5495; + this.state = 5504; this.match(PostgreSqlParser.KW_ON); - this.state = 5496; + this.state = 5505; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 5497; + this.state = 5506; this.match(PostgreSqlParser.KW_FOR); - this.state = 5498; + this.state = 5507; this.typename(); - this.state = 5499; + this.state = 5508; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5500; + this.state = 5509; this.name(); - this.state = 5501; + this.state = 5510; this.match(PostgreSqlParser.KW_IS); - this.state = 5502; + this.state = 5511; this.comment_text(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 5504; + this.state = 5513; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5505; + this.state = 5514; this.match(PostgreSqlParser.KW_ON); - this.state = 5506; + this.state = 5515; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5507; + this.state = 5516; this.match(PostgreSqlParser.KW_CLASS); - this.state = 5508; + this.state = 5517; this.any_name(); - this.state = 5509; + this.state = 5518; this.match(PostgreSqlParser.KW_USING); - this.state = 5510; + this.state = 5519; this.name(); - this.state = 5511; + this.state = 5520; this.match(PostgreSqlParser.KW_IS); - this.state = 5512; + this.state = 5521; this.comment_text(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5514; + this.state = 5523; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5515; + this.state = 5524; this.match(PostgreSqlParser.KW_ON); - this.state = 5516; + this.state = 5525; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5517; + this.state = 5526; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 5518; + this.state = 5527; this.any_name(); - this.state = 5519; + this.state = 5528; this.match(PostgreSqlParser.KW_USING); - this.state = 5520; + this.state = 5529; this.name(); - this.state = 5521; + this.state = 5530; this.match(PostgreSqlParser.KW_IS); - this.state = 5522; + this.state = 5531; this.comment_text(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 5524; + this.state = 5533; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5525; + this.state = 5534; this.match(PostgreSqlParser.KW_ON); - this.state = 5526; + this.state = 5535; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5527; + this.state = 5536; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5528; + this.state = 5537; this.numericonly(); - this.state = 5529; + this.state = 5538; this.match(PostgreSqlParser.KW_IS); - this.state = 5530; + this.state = 5539; this.comment_text(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 5532; - this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5533; - this.match(PostgreSqlParser.KW_ON); - this.state = 5534; - this.match(PostgreSqlParser.KW_CAST); - this.state = 5535; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5536; - this.typename(); - this.state = 5537; - this.match(PostgreSqlParser.KW_AS); - this.state = 5538; - this.typename(); - this.state = 5539; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 5540; - this.match(PostgreSqlParser.KW_IS); this.state = 5541; + this.match(PostgreSqlParser.KW_COMMENT); + this.state = 5542; + this.match(PostgreSqlParser.KW_ON); + this.state = 5543; + this.match(PostgreSqlParser.KW_CAST); + this.state = 5544; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 5545; + this.typename(); + this.state = 5546; + this.match(PostgreSqlParser.KW_AS); + this.state = 5547; + this.typename(); + this.state = 5548; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 5549; + this.match(PostgreSqlParser.KW_IS); + this.state = 5550; this.comment_text(); } break; @@ -25051,9 +25096,9 @@ export class PostgreSqlParser extends SQLParserBase { } public comment_text(): Comment_textContext { let localContext = new Comment_textContext(this.context, this.state); - this.enterRule(localContext, 572, PostgreSqlParser.RULE_comment_text); + this.enterRule(localContext, 574, PostgreSqlParser.RULE_comment_text); try { - this.state = 5547; + this.state = 5556; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -25062,14 +25107,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 5545; + this.state = 5554; this.sconst(); } break; case PostgreSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 5546; + this.state = 5555; this.match(PostgreSqlParser.KW_NULL); } break; @@ -25093,297 +25138,297 @@ export class PostgreSqlParser extends SQLParserBase { } public seclabelstmt(): SeclabelstmtContext { let localContext = new SeclabelstmtContext(this.context, this.state); - this.enterRule(localContext, 574, PostgreSqlParser.RULE_seclabelstmt); + this.enterRule(localContext, 576, PostgreSqlParser.RULE_seclabelstmt); let _la: number; try { - this.state = 5658; + this.state = 5667; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 507, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 509, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5549; + this.state = 5558; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5550; + this.state = 5559; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5552; + this.state = 5561; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5551; + this.state = 5560; this.opt_provider(); } } - this.state = 5554; + this.state = 5563; this.match(PostgreSqlParser.KW_ON); - this.state = 5555; + this.state = 5564; this.match(PostgreSqlParser.KW_COLUMN); - this.state = 5556; + this.state = 5565; this.column_name(); - this.state = 5557; + this.state = 5566; this.match(PostgreSqlParser.KW_IS); - this.state = 5558; + this.state = 5567; this.security_label(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5560; + this.state = 5569; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5561; + this.state = 5570; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5563; + this.state = 5572; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5562; + this.state = 5571; this.opt_provider(); } } - this.state = 5565; + this.state = 5574; this.match(PostgreSqlParser.KW_ON); - this.state = 5566; + this.state = 5575; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5567; + this.state = 5576; this.typename(); - this.state = 5568; + this.state = 5577; this.match(PostgreSqlParser.KW_IS); - this.state = 5569; + this.state = 5578; this.security_label(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5571; + this.state = 5580; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5572; + this.state = 5581; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5574; + this.state = 5583; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5573; + this.state = 5582; this.opt_provider(); } } - this.state = 5576; + this.state = 5585; this.match(PostgreSqlParser.KW_ON); - this.state = 5577; + this.state = 5586; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5578; + this.state = 5587; this.typename(); - this.state = 5579; + this.state = 5588; this.match(PostgreSqlParser.KW_IS); - this.state = 5580; + this.state = 5589; this.security_label(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5582; + this.state = 5591; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5583; + this.state = 5592; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5585; + this.state = 5594; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5584; + this.state = 5593; this.opt_provider(); } } - this.state = 5587; + this.state = 5596; this.match(PostgreSqlParser.KW_ON); - this.state = 5588; + this.state = 5597; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 5589; + this.state = 5598; this.aggregate_with_argtypes(); - this.state = 5590; + this.state = 5599; this.match(PostgreSqlParser.KW_IS); - this.state = 5591; + this.state = 5600; this.security_label(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5593; + this.state = 5602; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5594; + this.state = 5603; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5596; + this.state = 5605; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5595; + this.state = 5604; this.opt_provider(); } } - this.state = 5598; + this.state = 5607; this.match(PostgreSqlParser.KW_ON); - this.state = 5599; + this.state = 5608; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5600; + this.state = 5609; this.function_with_argtypes(); - this.state = 5601; + this.state = 5610; this.match(PostgreSqlParser.KW_IS); - this.state = 5602; + this.state = 5611; this.security_label(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5604; + this.state = 5613; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5605; + this.state = 5614; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5607; + this.state = 5616; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5606; + this.state = 5615; this.opt_provider(); } } - this.state = 5609; + this.state = 5618; this.match(PostgreSqlParser.KW_ON); - this.state = 5610; + this.state = 5619; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5611; + this.state = 5620; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5612; + this.state = 5621; this.numericonly(); - this.state = 5613; + this.state = 5622; this.match(PostgreSqlParser.KW_IS); - this.state = 5614; + this.state = 5623; this.security_label(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5616; + this.state = 5625; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5617; + this.state = 5626; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5619; + this.state = 5628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5618; + this.state = 5627; this.opt_provider(); } } - this.state = 5621; + this.state = 5630; this.match(PostgreSqlParser.KW_ON); - this.state = 5622; + this.state = 5631; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5623; + this.state = 5632; this.procedure_with_argtypes(); - this.state = 5624; + this.state = 5633; this.match(PostgreSqlParser.KW_IS); - this.state = 5625; + this.state = 5634; this.security_label(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5627; + this.state = 5636; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5628; + this.state = 5637; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5630; + this.state = 5639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5629; + this.state = 5638; this.opt_provider(); } } - this.state = 5632; + this.state = 5641; this.match(PostgreSqlParser.KW_ON); - this.state = 5633; + this.state = 5642; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5634; + this.state = 5643; this.routine_with_argtypes(); - this.state = 5635; + this.state = 5644; this.match(PostgreSqlParser.KW_IS); - this.state = 5636; + this.state = 5645; this.security_label(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5638; + this.state = 5647; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5639; + this.state = 5648; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5641; + this.state = 5650; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5640; + this.state = 5649; this.opt_provider(); } } - this.state = 5643; + this.state = 5652; this.match(PostgreSqlParser.KW_ON); - this.state = 5644; + this.state = 5653; this.object_type_any_name(); - this.state = 5645; + this.state = 5654; this.match(PostgreSqlParser.KW_IS); - this.state = 5646; + this.state = 5655; this.security_label(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5648; + this.state = 5657; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5649; + this.state = 5658; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5651; + this.state = 5660; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5650; + this.state = 5659; this.opt_provider(); } } - this.state = 5653; + this.state = 5662; this.match(PostgreSqlParser.KW_ON); - this.state = 5654; + this.state = 5663; this.object_type_name(); - this.state = 5655; + this.state = 5664; this.match(PostgreSqlParser.KW_IS); - this.state = 5656; + this.state = 5665; this.security_label(); } break; @@ -25405,13 +25450,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_provider(): Opt_providerContext { let localContext = new Opt_providerContext(this.context, this.state); - this.enterRule(localContext, 576, PostgreSqlParser.RULE_opt_provider); + this.enterRule(localContext, 578, PostgreSqlParser.RULE_opt_provider); try { this.enterOuterAlt(localContext, 1); { - this.state = 5660; + this.state = 5669; this.match(PostgreSqlParser.KW_FOR); - this.state = 5661; + this.state = 5670; this.nonreservedword_or_sconst(); } } @@ -25431,9 +25476,9 @@ export class PostgreSqlParser extends SQLParserBase { } public security_label(): Security_labelContext { let localContext = new Security_labelContext(this.context, this.state); - this.enterRule(localContext, 578, PostgreSqlParser.RULE_security_label); + this.enterRule(localContext, 580, PostgreSqlParser.RULE_security_label); try { - this.state = 5665; + this.state = 5674; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -25442,14 +25487,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 5663; + this.state = 5672; this.sconst(); } break; case PostgreSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 5664; + this.state = 5673; this.match(PostgreSqlParser.KW_NULL); } break; @@ -25473,26 +25518,26 @@ export class PostgreSqlParser extends SQLParserBase { } public fetchstmt(): FetchstmtContext { let localContext = new FetchstmtContext(this.context, this.state); - this.enterRule(localContext, 580, PostgreSqlParser.RULE_fetchstmt); + this.enterRule(localContext, 582, PostgreSqlParser.RULE_fetchstmt); try { - this.state = 5671; + this.state = 5680; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FETCH: this.enterOuterAlt(localContext, 1); { - this.state = 5667; + this.state = 5676; this.match(PostgreSqlParser.KW_FETCH); - this.state = 5668; + this.state = 5677; this.fetch_args(); } break; case PostgreSqlParser.KW_MOVE: this.enterOuterAlt(localContext, 2); { - this.state = 5669; + this.state = 5678; this.match(PostgreSqlParser.KW_MOVE); - this.state = 5670; + this.state = 5679; this.fetch_args(); } break; @@ -25516,303 +25561,303 @@ export class PostgreSqlParser extends SQLParserBase { } public fetch_args(): Fetch_argsContext { let localContext = new Fetch_argsContext(this.context, this.state); - this.enterRule(localContext, 582, PostgreSqlParser.RULE_fetch_args); + this.enterRule(localContext, 584, PostgreSqlParser.RULE_fetch_args); let _la: number; try { - this.state = 5758; + this.state = 5767; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 524, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 526, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5673; + this.state = 5682; this.cursor_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5674; + this.state = 5683; this.from_in(); - this.state = 5675; + this.state = 5684; this.cursor_name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5677; + this.state = 5686; this.match(PostgreSqlParser.KW_NEXT); - this.state = 5679; + this.state = 5688; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5678; + this.state = 5687; this.opt_from_in(); } } - this.state = 5681; + this.state = 5690; this.cursor_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5682; + this.state = 5691; this.match(PostgreSqlParser.KW_PRIOR); - this.state = 5684; + this.state = 5693; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5683; + this.state = 5692; this.opt_from_in(); } } - this.state = 5686; + this.state = 5695; this.cursor_name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5687; + this.state = 5696; this.match(PostgreSqlParser.KW_FIRST); - this.state = 5689; + this.state = 5698; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5688; + this.state = 5697; this.opt_from_in(); } } - this.state = 5691; + this.state = 5700; this.cursor_name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5692; + this.state = 5701; this.match(PostgreSqlParser.KW_LAST); - this.state = 5694; + this.state = 5703; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5693; + this.state = 5702; this.opt_from_in(); } } - this.state = 5696; + this.state = 5705; this.cursor_name(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5697; + this.state = 5706; this.match(PostgreSqlParser.KW_ABSOLUTE); - this.state = 5698; + this.state = 5707; this.signediconst(); - this.state = 5700; + this.state = 5709; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5699; + this.state = 5708; this.opt_from_in(); } } - this.state = 5702; + this.state = 5711; this.cursor_name(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5704; + this.state = 5713; this.match(PostgreSqlParser.KW_RELATIVE); - this.state = 5705; + this.state = 5714; this.signediconst(); - this.state = 5707; + this.state = 5716; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5706; + this.state = 5715; this.opt_from_in(); } } - this.state = 5709; + this.state = 5718; this.cursor_name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5711; + this.state = 5720; this.signediconst(); - this.state = 5713; + this.state = 5722; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5712; + this.state = 5721; this.opt_from_in(); } } - this.state = 5715; + this.state = 5724; this.cursor_name(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5717; + this.state = 5726; this.match(PostgreSqlParser.KW_ALL); - this.state = 5719; + this.state = 5728; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5718; + this.state = 5727; this.opt_from_in(); } } - this.state = 5721; + this.state = 5730; this.cursor_name(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 5722; + this.state = 5731; this.match(PostgreSqlParser.KW_FORWARD); - this.state = 5724; + this.state = 5733; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5723; + this.state = 5732; this.opt_from_in(); } } - this.state = 5726; + this.state = 5735; this.cursor_name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 5727; + this.state = 5736; this.match(PostgreSqlParser.KW_FORWARD); - this.state = 5728; + this.state = 5737; this.signediconst(); - this.state = 5730; + this.state = 5739; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5729; + this.state = 5738; this.opt_from_in(); } } - this.state = 5732; + this.state = 5741; this.cursor_name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 5734; + this.state = 5743; this.match(PostgreSqlParser.KW_FORWARD); - this.state = 5735; + this.state = 5744; this.match(PostgreSqlParser.KW_ALL); - this.state = 5737; + this.state = 5746; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5736; + this.state = 5745; this.opt_from_in(); } } - this.state = 5739; + this.state = 5748; this.cursor_name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 5740; + this.state = 5749; this.match(PostgreSqlParser.KW_BACKWARD); - this.state = 5742; + this.state = 5751; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5741; + this.state = 5750; this.opt_from_in(); } } - this.state = 5744; + this.state = 5753; this.cursor_name(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5745; + this.state = 5754; this.match(PostgreSqlParser.KW_BACKWARD); - this.state = 5746; + this.state = 5755; this.signediconst(); - this.state = 5748; + this.state = 5757; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5747; + this.state = 5756; this.opt_from_in(); } } - this.state = 5750; + this.state = 5759; this.cursor_name(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5752; + this.state = 5761; this.match(PostgreSqlParser.KW_BACKWARD); - this.state = 5753; + this.state = 5762; this.match(PostgreSqlParser.KW_ALL); - this.state = 5755; + this.state = 5764; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5754; + this.state = 5763; this.opt_from_in(); } } - this.state = 5757; + this.state = 5766; this.cursor_name(); } break; @@ -25834,12 +25879,12 @@ export class PostgreSqlParser extends SQLParserBase { } public from_in(): From_inContext { let localContext = new From_inContext(this.context, this.state); - this.enterRule(localContext, 584, PostgreSqlParser.RULE_from_in); + this.enterRule(localContext, 586, PostgreSqlParser.RULE_from_in); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5760; + this.state = 5769; _la = this.tokenStream.LA(1); if(!(_la === 64 || _la === 68)) { this.errorHandler.recoverInline(this); @@ -25866,11 +25911,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_from_in(): Opt_from_inContext { let localContext = new Opt_from_inContext(this.context, this.state); - this.enterRule(localContext, 586, PostgreSqlParser.RULE_opt_from_in); + this.enterRule(localContext, 588, PostgreSqlParser.RULE_opt_from_in); try { this.enterOuterAlt(localContext, 1); { - this.state = 5762; + this.state = 5771; this.from_in(); } } @@ -25890,28 +25935,28 @@ export class PostgreSqlParser extends SQLParserBase { } public grantstmt(): GrantstmtContext { let localContext = new GrantstmtContext(this.context, this.state); - this.enterRule(localContext, 588, PostgreSqlParser.RULE_grantstmt); + this.enterRule(localContext, 590, PostgreSqlParser.RULE_grantstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5764; + this.state = 5773; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5765; + this.state = 5774; this.privileges(); - this.state = 5766; + this.state = 5775; this.match(PostgreSqlParser.KW_ON); - this.state = 5767; + this.state = 5776; this.privilege_target(); - this.state = 5768; + this.state = 5777; this.match(PostgreSqlParser.KW_TO); - this.state = 5769; + this.state = 5778; this.grantee_list(); - this.state = 5771; + this.state = 5780; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 525, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 527, this.context) ) { case 1: { - this.state = 5770; + this.state = 5779; this.opt_grant_grant_option(); } break; @@ -25934,32 +25979,32 @@ export class PostgreSqlParser extends SQLParserBase { } public revokestmt(): RevokestmtContext { let localContext = new RevokestmtContext(this.context, this.state); - this.enterRule(localContext, 590, PostgreSqlParser.RULE_revokestmt); + this.enterRule(localContext, 592, PostgreSqlParser.RULE_revokestmt); try { - this.state = 5794; + this.state = 5803; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 528, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 530, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5773; + this.state = 5782; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5774; + this.state = 5783; this.privileges(); - this.state = 5775; + this.state = 5784; this.match(PostgreSqlParser.KW_ON); - this.state = 5776; + this.state = 5785; this.privilege_target(); - this.state = 5777; + this.state = 5786; this.match(PostgreSqlParser.KW_FROM); - this.state = 5778; + this.state = 5787; this.grantee_list(); - this.state = 5780; + this.state = 5789; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 526, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 528, this.context) ) { case 1: { - this.state = 5779; + this.state = 5788; this.opt_drop_behavior(); } break; @@ -25969,30 +26014,30 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5782; + this.state = 5791; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5783; - this.match(PostgreSqlParser.KW_GRANT); - this.state = 5784; - this.match(PostgreSqlParser.KW_OPTION); - this.state = 5785; - this.match(PostgreSqlParser.KW_FOR); - this.state = 5786; - this.privileges(); - this.state = 5787; - this.match(PostgreSqlParser.KW_ON); - this.state = 5788; - this.privilege_target(); - this.state = 5789; - this.match(PostgreSqlParser.KW_FROM); - this.state = 5790; - this.grantee_list(); this.state = 5792; + this.match(PostgreSqlParser.KW_GRANT); + this.state = 5793; + this.match(PostgreSqlParser.KW_OPTION); + this.state = 5794; + this.match(PostgreSqlParser.KW_FOR); + this.state = 5795; + this.privileges(); + this.state = 5796; + this.match(PostgreSqlParser.KW_ON); + this.state = 5797; + this.privilege_target(); + this.state = 5798; + this.match(PostgreSqlParser.KW_FROM); + this.state = 5799; + this.grantee_list(); + this.state = 5801; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 527, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 529, this.context) ) { case 1: { - this.state = 5791; + this.state = 5800; this.opt_drop_behavior(); } break; @@ -26017,66 +26062,66 @@ export class PostgreSqlParser extends SQLParserBase { } public privileges(): PrivilegesContext { let localContext = new PrivilegesContext(this.context, this.state); - this.enterRule(localContext, 592, PostgreSqlParser.RULE_privileges); + this.enterRule(localContext, 594, PostgreSqlParser.RULE_privileges); try { - this.state = 5812; + this.state = 5821; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 529, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 531, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5796; + this.state = 5805; this.privilege_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5797; + this.state = 5806; this.match(PostgreSqlParser.KW_ALL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5798; + this.state = 5807; this.match(PostgreSqlParser.KW_ALL); - this.state = 5799; + this.state = 5808; this.match(PostgreSqlParser.KW_PRIVILEGES); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5800; + this.state = 5809; this.match(PostgreSqlParser.KW_ALL); - this.state = 5801; + this.state = 5810; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5802; + this.state = 5811; this.column_list(); - this.state = 5803; + this.state = 5812; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5805; + this.state = 5814; this.match(PostgreSqlParser.KW_ALL); - this.state = 5806; + this.state = 5815; this.match(PostgreSqlParser.KW_PRIVILEGES); - this.state = 5807; + this.state = 5816; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5808; + this.state = 5817; this.column_list(); - this.state = 5809; + this.state = 5818; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5811; + this.state = 5820; this.beforeprivilegeselectlist(); } break; @@ -26098,26 +26143,26 @@ export class PostgreSqlParser extends SQLParserBase { } public beforeprivilegeselectlist(): BeforeprivilegeselectlistContext { let localContext = new BeforeprivilegeselectlistContext(this.context, this.state); - this.enterRule(localContext, 594, PostgreSqlParser.RULE_beforeprivilegeselectlist); + this.enterRule(localContext, 596, PostgreSqlParser.RULE_beforeprivilegeselectlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5814; + this.state = 5823; this.beforeprivilegeselect(); - this.state = 5819; + this.state = 5828; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5815; + this.state = 5824; this.match(PostgreSqlParser.COMMA); - this.state = 5816; + this.state = 5825; this.beforeprivilegeselect(); } } - this.state = 5821; + this.state = 5830; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -26139,12 +26184,12 @@ export class PostgreSqlParser extends SQLParserBase { } public beforeprivilegeselect(): BeforeprivilegeselectContext { let localContext = new BeforeprivilegeselectContext(this.context, this.state); - this.enterRule(localContext, 596, PostgreSqlParser.RULE_beforeprivilegeselect); + this.enterRule(localContext, 598, PostgreSqlParser.RULE_beforeprivilegeselect); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5822; + this.state = 5831; _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); @@ -26171,26 +26216,26 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege_list(): Privilege_listContext { let localContext = new Privilege_listContext(this.context, this.state); - this.enterRule(localContext, 598, PostgreSqlParser.RULE_privilege_list); + this.enterRule(localContext, 600, PostgreSqlParser.RULE_privilege_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5824; + this.state = 5833; this.privilege(); - this.state = 5829; + this.state = 5838; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5825; + this.state = 5834; this.match(PostgreSqlParser.COMMA); - this.state = 5826; + this.state = 5835; this.privilege(); } } - this.state = 5831; + this.state = 5840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -26212,23 +26257,23 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege(): PrivilegeContext { let localContext = new PrivilegeContext(this.context, this.state); - this.enterRule(localContext, 600, PostgreSqlParser.RULE_privilege); + this.enterRule(localContext, 602, PostgreSqlParser.RULE_privilege); let _la: number; try { - this.state = 5848; + this.state = 5857; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SELECT: this.enterOuterAlt(localContext, 1); { - this.state = 5832; + this.state = 5841; this.match(PostgreSqlParser.KW_SELECT); - this.state = 5834; + this.state = 5843; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 5833; + this.state = 5842; this.opt_column_list(); } } @@ -26238,14 +26283,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_REFERENCES: this.enterOuterAlt(localContext, 2); { - this.state = 5836; + this.state = 5845; this.match(PostgreSqlParser.KW_REFERENCES); - this.state = 5838; + this.state = 5847; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 5837; + this.state = 5846; this.opt_column_list(); } } @@ -26255,14 +26300,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CREATE: this.enterOuterAlt(localContext, 3); { - this.state = 5840; + this.state = 5849; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5842; + this.state = 5851; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 5841; + this.state = 5850; this.opt_column_list(); } } @@ -26670,14 +26715,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 5844; + this.state = 5853; this.colid(); - this.state = 5846; + this.state = 5855; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 5845; + this.state = 5854; this.opt_column_list(); } } @@ -26704,224 +26749,224 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege_target(): Privilege_targetContext { let localContext = new Privilege_targetContext(this.context, this.state); - this.enterRule(localContext, 602, PostgreSqlParser.RULE_privilege_target); + this.enterRule(localContext, 604, PostgreSqlParser.RULE_privilege_target); try { - this.state = 5908; + this.state = 5917; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 537, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 539, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5850; + this.state = 5859; this.qualified_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5851; + this.state = 5860; this.match(PostgreSqlParser.KW_TABLE); - this.state = 5852; + this.state = 5861; this.table_name_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5853; + this.state = 5862; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 5854; + this.state = 5863; this.qualified_name_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5855; + this.state = 5864; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5856; + this.state = 5865; this.match(PostgreSqlParser.KW_DATA); - this.state = 5857; + this.state = 5866; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 5858; + this.state = 5867; this.name_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5859; + this.state = 5868; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5860; + this.state = 5869; this.match(PostgreSqlParser.KW_SERVER); - this.state = 5861; + this.state = 5870; this.name_list(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5862; + this.state = 5871; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5863; + this.state = 5872; this.function_with_argtypes_list(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5864; + this.state = 5873; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5865; + this.state = 5874; this.procedure_with_argtypes_list(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5866; + this.state = 5875; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5867; + this.state = 5876; this.routine_with_argtypes_list(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5868; + this.state = 5877; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5869; + this.state = 5878; this.database_nameList(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5870; + this.state = 5879; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5871; + this.state = 5880; this.any_name_list(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 5872; + this.state = 5881; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5873; + this.state = 5882; this.name_list(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 5874; + this.state = 5883; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5875; + this.state = 5884; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5876; + this.state = 5885; this.numericonly_list(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 5877; - this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5878; - this.schema_name_list(); - } - break; - case 14: - this.enterOuterAlt(localContext, 14); - { - this.state = 5879; - this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 5880; - this.tablespace_name_list(); - } - break; - case 15: - this.enterOuterAlt(localContext, 15); - { - this.state = 5881; - this.match(PostgreSqlParser.KW_TYPE); - this.state = 5882; - this.any_name_list(); - } - break; - case 16: - this.enterOuterAlt(localContext, 16); - { - this.state = 5883; - this.match(PostgreSqlParser.KW_ALL); - this.state = 5884; - this.match(PostgreSqlParser.KW_TABLES); - this.state = 5885; - this.match(PostgreSqlParser.KW_IN); this.state = 5886; this.match(PostgreSqlParser.KW_SCHEMA); this.state = 5887; this.schema_name_list(); } break; + case 14: + this.enterOuterAlt(localContext, 14); + { + this.state = 5888; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 5889; + this.tablespace_name_list(); + } + break; + case 15: + this.enterOuterAlt(localContext, 15); + { + this.state = 5890; + this.match(PostgreSqlParser.KW_TYPE); + this.state = 5891; + this.any_name_list(); + } + break; + case 16: + this.enterOuterAlt(localContext, 16); + { + this.state = 5892; + this.match(PostgreSqlParser.KW_ALL); + this.state = 5893; + this.match(PostgreSqlParser.KW_TABLES); + this.state = 5894; + this.match(PostgreSqlParser.KW_IN); + this.state = 5895; + this.match(PostgreSqlParser.KW_SCHEMA); + this.state = 5896; + this.schema_name_list(); + } + break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 5888; + this.state = 5897; this.match(PostgreSqlParser.KW_ALL); - this.state = 5889; + this.state = 5898; this.match(PostgreSqlParser.KW_SEQUENCES); - this.state = 5890; + this.state = 5899; this.match(PostgreSqlParser.KW_IN); - this.state = 5891; + this.state = 5900; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5892; + this.state = 5901; this.schema_name_list(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5893; + this.state = 5902; this.match(PostgreSqlParser.KW_ALL); - this.state = 5894; + this.state = 5903; this.match(PostgreSqlParser.KW_FUNCTIONS); - this.state = 5895; + this.state = 5904; this.match(PostgreSqlParser.KW_IN); - this.state = 5896; + this.state = 5905; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5897; + this.state = 5906; this.schema_name_list(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 5898; + this.state = 5907; this.match(PostgreSqlParser.KW_ALL); - this.state = 5899; + this.state = 5908; this.match(PostgreSqlParser.KW_PROCEDURES); - this.state = 5900; + this.state = 5909; this.match(PostgreSqlParser.KW_IN); - this.state = 5901; + this.state = 5910; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5902; + this.state = 5911; this.schema_name_list(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 5903; + this.state = 5912; this.match(PostgreSqlParser.KW_ALL); - this.state = 5904; + this.state = 5913; this.match(PostgreSqlParser.KW_ROUTINES); - this.state = 5905; + this.state = 5914; this.match(PostgreSqlParser.KW_IN); - this.state = 5906; + this.state = 5915; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5907; + this.state = 5916; this.schema_name_list(); } break; @@ -26943,26 +26988,26 @@ export class PostgreSqlParser extends SQLParserBase { } public grantee_list(): Grantee_listContext { let localContext = new Grantee_listContext(this.context, this.state); - this.enterRule(localContext, 604, PostgreSqlParser.RULE_grantee_list); + this.enterRule(localContext, 606, PostgreSqlParser.RULE_grantee_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5910; + this.state = 5919; this.grantee(); - this.state = 5915; + this.state = 5924; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5911; + this.state = 5920; this.match(PostgreSqlParser.COMMA); - this.state = 5912; + this.state = 5921; this.grantee(); } } - this.state = 5917; + this.state = 5926; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -26984,9 +27029,9 @@ export class PostgreSqlParser extends SQLParserBase { } public grantee(): GranteeContext { let localContext = new GranteeContext(this.context, this.state); - this.enterRule(localContext, 606, PostgreSqlParser.RULE_grantee); + this.enterRule(localContext, 608, PostgreSqlParser.RULE_grantee); try { - this.state = 5921; + this.state = 5930; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -27415,16 +27460,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 5918; + this.state = 5927; this.rolespec(); } break; case PostgreSqlParser.KW_GROUP: this.enterOuterAlt(localContext, 2); { - this.state = 5919; + this.state = 5928; this.match(PostgreSqlParser.KW_GROUP); - this.state = 5920; + this.state = 5929; this.rolespec(); } break; @@ -27448,15 +27493,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_grant_grant_option(): Opt_grant_grant_optionContext { let localContext = new Opt_grant_grant_optionContext(this.context, this.state); - this.enterRule(localContext, 608, PostgreSqlParser.RULE_opt_grant_grant_option); + this.enterRule(localContext, 610, PostgreSqlParser.RULE_opt_grant_grant_option); try { this.enterOuterAlt(localContext, 1); { - this.state = 5923; + this.state = 5932; this.match(PostgreSqlParser.KW_WITH); - this.state = 5924; + this.state = 5933; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5925; + this.state = 5934; this.match(PostgreSqlParser.KW_OPTION); } } @@ -27476,34 +27521,34 @@ export class PostgreSqlParser extends SQLParserBase { } public grantrolestmt(): GrantrolestmtContext { let localContext = new GrantrolestmtContext(this.context, this.state); - this.enterRule(localContext, 610, PostgreSqlParser.RULE_grantrolestmt); + this.enterRule(localContext, 612, PostgreSqlParser.RULE_grantrolestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5927; + this.state = 5936; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5928; + this.state = 5937; this.privilege_list(); - this.state = 5929; + this.state = 5938; this.match(PostgreSqlParser.KW_TO); - this.state = 5930; + this.state = 5939; this.role_list(); - this.state = 5932; + this.state = 5941; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 540, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 542, this.context) ) { case 1: { - this.state = 5931; + this.state = 5940; this.opt_grant_admin_option(); } break; } - this.state = 5935; + this.state = 5944; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 541, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 543, this.context) ) { case 1: { - this.state = 5934; + this.state = 5943; this.opt_granted_by(); } break; @@ -27526,38 +27571,38 @@ export class PostgreSqlParser extends SQLParserBase { } public revokerolestmt(): RevokerolestmtContext { let localContext = new RevokerolestmtContext(this.context, this.state); - this.enterRule(localContext, 612, PostgreSqlParser.RULE_revokerolestmt); + this.enterRule(localContext, 614, PostgreSqlParser.RULE_revokerolestmt); try { - this.state = 5960; + this.state = 5969; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 546, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5937; + this.state = 5946; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5938; + this.state = 5947; this.privilege_list(); - this.state = 5939; + this.state = 5948; this.match(PostgreSqlParser.KW_FROM); - this.state = 5940; + this.state = 5949; this.role_list(); - this.state = 5942; + this.state = 5951; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 542, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 544, this.context) ) { case 1: { - this.state = 5941; + this.state = 5950; this.opt_granted_by(); } break; } - this.state = 5945; + this.state = 5954; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 543, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 545, this.context) ) { case 1: { - this.state = 5944; + this.state = 5953; this.opt_drop_behavior(); } break; @@ -27567,36 +27612,36 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5947; + this.state = 5956; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5948; + this.state = 5957; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 5949; + this.state = 5958; this.match(PostgreSqlParser.KW_OPTION); - this.state = 5950; + this.state = 5959; this.match(PostgreSqlParser.KW_FOR); - this.state = 5951; + this.state = 5960; this.privilege_list(); - this.state = 5952; + this.state = 5961; this.match(PostgreSqlParser.KW_FROM); - this.state = 5953; + this.state = 5962; this.role_list(); - this.state = 5955; + this.state = 5964; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 544, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 546, this.context) ) { case 1: { - this.state = 5954; + this.state = 5963; this.opt_granted_by(); } break; } - this.state = 5958; + this.state = 5967; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 545, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 547, this.context) ) { case 1: { - this.state = 5957; + this.state = 5966; this.opt_drop_behavior(); } break; @@ -27621,15 +27666,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_grant_admin_option(): Opt_grant_admin_optionContext { let localContext = new Opt_grant_admin_optionContext(this.context, this.state); - this.enterRule(localContext, 614, PostgreSqlParser.RULE_opt_grant_admin_option); + this.enterRule(localContext, 616, PostgreSqlParser.RULE_opt_grant_admin_option); try { this.enterOuterAlt(localContext, 1); { - this.state = 5962; + this.state = 5971; this.match(PostgreSqlParser.KW_WITH); - this.state = 5963; + this.state = 5972; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 5964; + this.state = 5973; this.match(PostgreSqlParser.KW_OPTION); } } @@ -27649,15 +27694,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_granted_by(): Opt_granted_byContext { let localContext = new Opt_granted_byContext(this.context, this.state); - this.enterRule(localContext, 616, PostgreSqlParser.RULE_opt_granted_by); + this.enterRule(localContext, 618, PostgreSqlParser.RULE_opt_granted_by); try { this.enterOuterAlt(localContext, 1); { - this.state = 5966; + this.state = 5975; this.match(PostgreSqlParser.KW_GRANTED); - this.state = 5967; + this.state = 5976; this.match(PostgreSqlParser.KW_BY); - this.state = 5968; + this.state = 5977; this.rolespec(); } } @@ -27677,19 +27722,19 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdefaultprivilegesstmt(): AlterdefaultprivilegesstmtContext { let localContext = new AlterdefaultprivilegesstmtContext(this.context, this.state); - this.enterRule(localContext, 618, PostgreSqlParser.RULE_alterdefaultprivilegesstmt); + this.enterRule(localContext, 620, PostgreSqlParser.RULE_alterdefaultprivilegesstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5970; + this.state = 5979; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5971; + this.state = 5980; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 5972; + this.state = 5981; this.match(PostgreSqlParser.KW_PRIVILEGES); - this.state = 5973; + this.state = 5982; this.defacloptionlist(); - this.state = 5974; + this.state = 5983; this.defaclaction(); } } @@ -27709,22 +27754,22 @@ export class PostgreSqlParser extends SQLParserBase { } public defacloptionlist(): DefacloptionlistContext { let localContext = new DefacloptionlistContext(this.context, this.state); - this.enterRule(localContext, 620, PostgreSqlParser.RULE_defacloptionlist); + this.enterRule(localContext, 622, PostgreSqlParser.RULE_defacloptionlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5979; + this.state = 5988; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 62 || _la === 68) { { { - this.state = 5976; + this.state = 5985; this.defacloption(); } } - this.state = 5981; + this.state = 5990; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -27746,41 +27791,41 @@ export class PostgreSqlParser extends SQLParserBase { } public defacloption(): DefacloptionContext { let localContext = new DefacloptionContext(this.context, this.state); - this.enterRule(localContext, 622, PostgreSqlParser.RULE_defacloption); + this.enterRule(localContext, 624, PostgreSqlParser.RULE_defacloption); try { - this.state = 5991; + this.state = 6000; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 550, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5982; + this.state = 5991; this.match(PostgreSqlParser.KW_IN); - this.state = 5983; + this.state = 5992; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5984; + this.state = 5993; this.schema_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5985; + this.state = 5994; this.match(PostgreSqlParser.KW_FOR); - this.state = 5986; + this.state = 5995; this.match(PostgreSqlParser.KW_ROLE); - this.state = 5987; + this.state = 5996; this.role_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5988; + this.state = 5997; this.match(PostgreSqlParser.KW_FOR); - this.state = 5989; + this.state = 5998; this.match(PostgreSqlParser.KW_USER); - this.state = 5990; + this.state = 5999; this.role_list(); } break; @@ -27802,32 +27847,32 @@ export class PostgreSqlParser extends SQLParserBase { } public defaclaction(): DefaclactionContext { let localContext = new DefaclactionContext(this.context, this.state); - this.enterRule(localContext, 624, PostgreSqlParser.RULE_defaclaction); + this.enterRule(localContext, 626, PostgreSqlParser.RULE_defaclaction); try { - this.state = 6023; + this.state = 6032; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 552, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 554, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5993; + this.state = 6002; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5994; + this.state = 6003; this.privileges(); - this.state = 5995; + this.state = 6004; this.match(PostgreSqlParser.KW_ON); - this.state = 5996; + this.state = 6005; this.defacl_privilege_target(); - this.state = 5997; + this.state = 6006; this.match(PostgreSqlParser.KW_TO); - this.state = 5998; + this.state = 6007; this.grantee_list(); - this.state = 6000; + this.state = 6009; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 549, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 551, this.context) ) { case 1: { - this.state = 5999; + this.state = 6008; this.opt_grant_grant_option(); } break; @@ -27837,24 +27882,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6002; + this.state = 6011; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 6003; + this.state = 6012; this.privileges(); - this.state = 6004; + this.state = 6013; this.match(PostgreSqlParser.KW_ON); - this.state = 6005; + this.state = 6014; this.defacl_privilege_target(); - this.state = 6006; + this.state = 6015; this.match(PostgreSqlParser.KW_FROM); - this.state = 6007; + this.state = 6016; this.grantee_list(); - this.state = 6009; + this.state = 6018; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 550, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 552, this.context) ) { case 1: { - this.state = 6008; + this.state = 6017; this.opt_drop_behavior(); } break; @@ -27864,30 +27909,30 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6011; + this.state = 6020; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 6012; - this.match(PostgreSqlParser.KW_GRANT); - this.state = 6013; - this.match(PostgreSqlParser.KW_OPTION); - this.state = 6014; - this.match(PostgreSqlParser.KW_FOR); - this.state = 6015; - this.privileges(); - this.state = 6016; - this.match(PostgreSqlParser.KW_ON); - this.state = 6017; - this.defacl_privilege_target(); - this.state = 6018; - this.match(PostgreSqlParser.KW_FROM); - this.state = 6019; - this.grantee_list(); this.state = 6021; + this.match(PostgreSqlParser.KW_GRANT); + this.state = 6022; + this.match(PostgreSqlParser.KW_OPTION); + this.state = 6023; + this.match(PostgreSqlParser.KW_FOR); + this.state = 6024; + this.privileges(); + this.state = 6025; + this.match(PostgreSqlParser.KW_ON); + this.state = 6026; + this.defacl_privilege_target(); + this.state = 6027; + this.match(PostgreSqlParser.KW_FROM); + this.state = 6028; + this.grantee_list(); + this.state = 6030; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 551, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 553, this.context) ) { case 1: { - this.state = 6020; + this.state = 6029; this.opt_drop_behavior(); } break; @@ -27912,12 +27957,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, 626, PostgreSqlParser.RULE_defacl_privilege_target); + this.enterRule(localContext, 628, PostgreSqlParser.RULE_defacl_privilege_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6025; + this.state = 6034; _la = this.tokenStream.LA(1); if(!(_la === 212 || _la === 329 || _la === 350 || _la === 361 || _la === 455 || _la === 456)) { this.errorHandler.recoverInline(this); @@ -27944,121 +27989,121 @@ export class PostgreSqlParser extends SQLParserBase { } public indexstmt(): IndexstmtContext { let localContext = new IndexstmtContext(this.context, this.state); - this.enterRule(localContext, 628, PostgreSqlParser.RULE_indexstmt); + this.enterRule(localContext, 630, PostgreSqlParser.RULE_indexstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6027; + this.state = 6036; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6029; + this.state = 6038; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 98) { { - this.state = 6028; + this.state = 6037; this.opt_unique(); } } - this.state = 6031; + this.state = 6040; this.match(PostgreSqlParser.KW_INDEX); - this.state = 6033; + this.state = 6042; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6032; + this.state = 6041; this.opt_concurrently(); } } - this.state = 6036; + this.state = 6045; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 555, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 557, this.context) ) { case 1: { - this.state = 6035; + this.state = 6044; this.opt_if_not_exists(); } break; } - this.state = 6039; + this.state = 6048; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 6038; + this.state = 6047; this.opt_index_name(); } } - this.state = 6041; + this.state = 6050; this.match(PostgreSqlParser.KW_ON); - this.state = 6042; + this.state = 6051; this.relation_expr(); - this.state = 6044; + this.state = 6053; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 6043; + this.state = 6052; this.access_method_clause(); } } - this.state = 6046; + this.state = 6055; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6047; - this.index_params(); - this.state = 6048; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6050; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 558, this.context) ) { - case 1: - { - this.state = 6049; - this.opt_include(); - } - break; - } - this.state = 6053; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 559, this.context) ) { - case 1: - { - this.state = 6052; - this.nulls_distinct(); - } - break; - } this.state = 6056; + this.index_params(); + this.state = 6057; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 6059; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 560, this.context) ) { - case 1: - { - this.state = 6055; - this.opt_reloptions(); - } - break; - } - this.state = 6059; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 561, this.context) ) { case 1: { this.state = 6058; - this.opttablespace(); + this.opt_include(); } break; } this.state = 6062; this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 561, this.context) ) { + case 1: + { + this.state = 6061; + this.nulls_distinct(); + } + break; + } + this.state = 6065; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 562, this.context) ) { + case 1: + { + this.state = 6064; + this.opt_reloptions(); + } + break; + } + this.state = 6068; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 563, this.context) ) { + case 1: + { + this.state = 6067; + this.opttablespace(); + } + break; + } + this.state = 6071; + this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 6061; + this.state = 6070; this.where_clause(); } } @@ -28081,11 +28126,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_unique(): Opt_uniqueContext { let localContext = new Opt_uniqueContext(this.context, this.state); - this.enterRule(localContext, 630, PostgreSqlParser.RULE_opt_unique); + this.enterRule(localContext, 632, PostgreSqlParser.RULE_opt_unique); try { this.enterOuterAlt(localContext, 1); { - this.state = 6064; + this.state = 6073; this.match(PostgreSqlParser.KW_UNIQUE); } } @@ -28105,11 +28150,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_concurrently(): Opt_concurrentlyContext { let localContext = new Opt_concurrentlyContext(this.context, this.state); - this.enterRule(localContext, 632, PostgreSqlParser.RULE_opt_concurrently); + this.enterRule(localContext, 634, PostgreSqlParser.RULE_opt_concurrently); try { this.enterOuterAlt(localContext, 1); { - this.state = 6066; + this.state = 6075; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } @@ -28129,11 +28174,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_index_name(): Opt_index_nameContext { let localContext = new Opt_index_nameContext(this.context, this.state); - this.enterRule(localContext, 634, PostgreSqlParser.RULE_opt_index_name); + this.enterRule(localContext, 636, PostgreSqlParser.RULE_opt_index_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 6068; + this.state = 6077; this.name(); } } @@ -28153,13 +28198,13 @@ export class PostgreSqlParser extends SQLParserBase { } public access_method_clause(): Access_method_clauseContext { let localContext = new Access_method_clauseContext(this.context, this.state); - this.enterRule(localContext, 636, PostgreSqlParser.RULE_access_method_clause); + this.enterRule(localContext, 638, PostgreSqlParser.RULE_access_method_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6070; + this.state = 6079; this.match(PostgreSqlParser.KW_USING); - this.state = 6071; + this.state = 6080; this.name(); } } @@ -28179,26 +28224,26 @@ export class PostgreSqlParser extends SQLParserBase { } public index_params(): Index_paramsContext { let localContext = new Index_paramsContext(this.context, this.state); - this.enterRule(localContext, 638, PostgreSqlParser.RULE_index_params); + this.enterRule(localContext, 640, PostgreSqlParser.RULE_index_params); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6073; + this.state = 6082; this.index_elem(); - this.state = 6078; + this.state = 6087; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6074; + this.state = 6083; this.match(PostgreSqlParser.COMMA); - this.state = 6075; + this.state = 6084; this.index_elem(); } } - this.state = 6080; + this.state = 6089; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -28220,51 +28265,51 @@ export class PostgreSqlParser extends SQLParserBase { } public index_elem_options(): Index_elem_optionsContext { let localContext = new Index_elem_optionsContext(this.context, this.state); - this.enterRule(localContext, 640, PostgreSqlParser.RULE_index_elem_options); + this.enterRule(localContext, 642, PostgreSqlParser.RULE_index_elem_options); let _la: number; try { - this.state = 6104; + this.state = 6113; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 571, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 573, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6082; + this.state = 6091; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 564, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 566, this.context) ) { case 1: { - this.state = 6081; + this.state = 6090; this.opt_collate(); } break; } - this.state = 6085; + this.state = 6094; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 565, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 567, this.context) ) { case 1: { - this.state = 6084; + this.state = 6093; this.opt_class(); } break; } - this.state = 6088; + this.state = 6097; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 37 || _la === 55) { { - this.state = 6087; + this.state = 6096; this.opt_asc_desc(); } } - this.state = 6091; + this.state = 6100; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 6090; + this.state = 6099; this.opt_nulls_order(); } } @@ -28274,36 +28319,36 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6094; + this.state = 6103; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 568, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 570, this.context) ) { case 1: { - this.state = 6093; + this.state = 6102; this.opt_collate(); } break; } - this.state = 6096; + this.state = 6105; this.any_name(); - this.state = 6097; + this.state = 6106; this.reloptions(); - this.state = 6099; + this.state = 6108; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 37 || _la === 55) { { - this.state = 6098; + this.state = 6107; this.opt_asc_desc(); } } - this.state = 6102; + this.state = 6111; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 6101; + this.state = 6110; this.opt_nulls_order(); } } @@ -28328,39 +28373,39 @@ export class PostgreSqlParser extends SQLParserBase { } public index_elem(): Index_elemContext { let localContext = new Index_elemContext(this.context, this.state); - this.enterRule(localContext, 642, PostgreSqlParser.RULE_index_elem); + this.enterRule(localContext, 644, PostgreSqlParser.RULE_index_elem); try { - this.state = 6117; + this.state = 6126; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 572, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 574, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6106; + this.state = 6115; this.column_name(); - this.state = 6107; + this.state = 6116; this.index_elem_options(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6109; + this.state = 6118; this.func_expr_windowless(); - this.state = 6110; + this.state = 6119; this.index_elem_options(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6112; + this.state = 6121; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6113; + this.state = 6122; this.a_expr(); - this.state = 6114; + this.state = 6123; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6115; + this.state = 6124; this.index_elem_options(); } break; @@ -28382,17 +28427,17 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_include(): Opt_includeContext { let localContext = new Opt_includeContext(this.context, this.state); - this.enterRule(localContext, 644, PostgreSqlParser.RULE_opt_include); + this.enterRule(localContext, 646, PostgreSqlParser.RULE_opt_include); try { this.enterOuterAlt(localContext, 1); { - this.state = 6119; + this.state = 6128; this.match(PostgreSqlParser.KW_INCLUDE); - this.state = 6120; + this.state = 6129; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6121; + this.state = 6130; this.index_including_params(); - this.state = 6122; + this.state = 6131; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -28412,26 +28457,26 @@ export class PostgreSqlParser extends SQLParserBase { } public index_including_params(): Index_including_paramsContext { let localContext = new Index_including_paramsContext(this.context, this.state); - this.enterRule(localContext, 646, PostgreSqlParser.RULE_index_including_params); + this.enterRule(localContext, 648, PostgreSqlParser.RULE_index_including_params); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6124; + this.state = 6133; this.index_elem(); - this.state = 6129; + this.state = 6138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6125; + this.state = 6134; this.match(PostgreSqlParser.COMMA); - this.state = 6126; + this.state = 6135; this.index_elem(); } } - this.state = 6131; + this.state = 6140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -28453,13 +28498,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_collate(): Opt_collateContext { let localContext = new Opt_collateContext(this.context, this.state); - this.enterRule(localContext, 648, PostgreSqlParser.RULE_opt_collate); + this.enterRule(localContext, 650, PostgreSqlParser.RULE_opt_collate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6132; + this.state = 6141; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 6133; + this.state = 6142; this.any_name(); } } @@ -28479,11 +28524,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_class(): Opt_classContext { let localContext = new Opt_classContext(this.context, this.state); - this.enterRule(localContext, 650, PostgreSqlParser.RULE_opt_class); + this.enterRule(localContext, 652, PostgreSqlParser.RULE_opt_class); try { this.enterOuterAlt(localContext, 1); { - this.state = 6135; + this.state = 6144; this.any_name(); } } @@ -28503,12 +28548,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_asc_desc(): Opt_asc_descContext { let localContext = new Opt_asc_descContext(this.context, this.state); - this.enterRule(localContext, 652, PostgreSqlParser.RULE_opt_asc_desc); + this.enterRule(localContext, 654, PostgreSqlParser.RULE_opt_asc_desc); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6137; + this.state = 6146; _la = this.tokenStream.LA(1); if(!(_la === 37 || _la === 55)) { this.errorHandler.recoverInline(this); @@ -28535,26 +28580,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_nulls_order(): Opt_nulls_orderContext { let localContext = new Opt_nulls_orderContext(this.context, this.state); - this.enterRule(localContext, 654, PostgreSqlParser.RULE_opt_nulls_order); + this.enterRule(localContext, 656, PostgreSqlParser.RULE_opt_nulls_order); try { - this.state = 6143; + this.state = 6152; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 574, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 576, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6139; + this.state = 6148; this.match(PostgreSqlParser.KW_NULLS); - this.state = 6140; + this.state = 6149; this.match(PostgreSqlParser.KW_FIRST); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6141; + this.state = 6150; this.match(PostgreSqlParser.KW_NULLS); - this.state = 6142; + this.state = 6151; this.match(PostgreSqlParser.KW_LAST); } break; @@ -28576,55 +28621,55 @@ export class PostgreSqlParser extends SQLParserBase { } public createfunctionstmt(): CreatefunctionstmtContext { let localContext = new CreatefunctionstmtContext(this.context, this.state); - this.enterRule(localContext, 656, PostgreSqlParser.RULE_createfunctionstmt); + this.enterRule(localContext, 658, PostgreSqlParser.RULE_createfunctionstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6145; + this.state = 6154; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6147; + this.state = 6156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 6146; + this.state = 6155; this.opt_or_replace(); } } - this.state = 6153; + this.state = 6162; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: { - this.state = 6149; + this.state = 6158; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6150; + this.state = 6159; this.function_name_create(); } break; case PostgreSqlParser.KW_PROCEDURE: { - this.state = 6151; + this.state = 6160; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 6152; + this.state = 6161; this.procedure_name_create(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6155; + this.state = 6164; this.func_args_with_defaults(); - this.state = 6165; + this.state = 6174; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 578, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 580, this.context) ) { case 1: { - this.state = 6156; + this.state = 6165; this.match(PostgreSqlParser.KW_RETURNS); - this.state = 6163; + this.state = 6172; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -29048,19 +29093,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6157; + this.state = 6166; this.func_return(); } break; case PostgreSqlParser.KW_TABLE: { - this.state = 6158; + this.state = 6167; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6159; + this.state = 6168; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6160; + this.state = 6169; this.table_func_column_list(); - this.state = 6161; + this.state = 6170; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -29070,16 +29115,16 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 6167; + this.state = 6176; this.createfunc_opt_list(); - this.state = 6170; + this.state = 6179; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 579, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 581, this.context) ) { case 1: { - this.state = 6168; + this.state = 6177; this.match(PostgreSqlParser.KW_WITH); - this.state = 6169; + this.state = 6178; this.attrilist(); } break; @@ -29102,32 +29147,32 @@ export class PostgreSqlParser extends SQLParserBase { } public attrilist(): AttrilistContext { let localContext = new AttrilistContext(this.context, this.state); - this.enterRule(localContext, 658, PostgreSqlParser.RULE_attrilist); + this.enterRule(localContext, 660, PostgreSqlParser.RULE_attrilist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6172; + this.state = 6181; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6173; + this.state = 6182; this.colid(); - this.state = 6178; + this.state = 6187; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6174; + this.state = 6183; this.match(PostgreSqlParser.COMMA); - this.state = 6175; + this.state = 6184; this.colid(); } } - this.state = 6180; + this.state = 6189; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6181; + this.state = 6190; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -29147,13 +29192,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, 660, PostgreSqlParser.RULE_opt_or_replace); + this.enterRule(localContext, 662, PostgreSqlParser.RULE_opt_or_replace); try { this.enterOuterAlt(localContext, 1); { - this.state = 6183; + this.state = 6192; this.match(PostgreSqlParser.KW_OR); - this.state = 6184; + this.state = 6193; this.match(PostgreSqlParser.KW_REPLACE); } } @@ -29173,24 +29218,24 @@ export class PostgreSqlParser extends SQLParserBase { } public func_args(): Func_argsContext { let localContext = new Func_argsContext(this.context, this.state); - this.enterRule(localContext, 662, PostgreSqlParser.RULE_func_args); + this.enterRule(localContext, 664, PostgreSqlParser.RULE_func_args); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6186; + this.state = 6195; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6188; + this.state = 6197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 6187; + this.state = 6196; this.func_args_list(); } } - this.state = 6190; + this.state = 6199; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -29210,26 +29255,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, 664, PostgreSqlParser.RULE_func_args_list); + this.enterRule(localContext, 666, PostgreSqlParser.RULE_func_args_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6192; + this.state = 6201; this.func_arg(); - this.state = 6197; + this.state = 6206; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6193; + this.state = 6202; this.match(PostgreSqlParser.COMMA); - this.state = 6194; + this.state = 6203; this.func_arg(); } } - this.state = 6199; + this.state = 6208; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29251,26 +29296,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, 666, PostgreSqlParser.RULE_routine_with_argtypes_list); + this.enterRule(localContext, 668, PostgreSqlParser.RULE_routine_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6200; + this.state = 6209; this.routine_with_argtypes(); - this.state = 6205; + this.state = 6214; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6201; + this.state = 6210; this.match(PostgreSqlParser.COMMA); - this.state = 6202; + this.state = 6211; this.routine_with_argtypes(); } } - this.state = 6207; + this.state = 6216; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29292,39 +29337,39 @@ 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, 668, PostgreSqlParser.RULE_routine_with_argtypes); + this.enterRule(localContext, 670, PostgreSqlParser.RULE_routine_with_argtypes); let _la: number; try { - this.state = 6216; + this.state = 6225; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 585, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 587, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6208; + this.state = 6217; this.routine_name(); - this.state = 6209; + this.state = 6218; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6211; + this.state = 6220; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6212; + this.state = 6221; this.colid(); - this.state = 6214; + this.state = 6223; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 6213; + this.state = 6222; this.indirection(); } } @@ -29349,26 +29394,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, 670, PostgreSqlParser.RULE_procedure_with_argtypes_list); + this.enterRule(localContext, 672, PostgreSqlParser.RULE_procedure_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6218; + this.state = 6227; this.procedure_with_argtypes(); - this.state = 6223; + this.state = 6232; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6219; + this.state = 6228; this.match(PostgreSqlParser.COMMA); - this.state = 6220; + this.state = 6229; this.procedure_with_argtypes(); } } - this.state = 6225; + this.state = 6234; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29390,39 +29435,39 @@ 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, 672, PostgreSqlParser.RULE_procedure_with_argtypes); + this.enterRule(localContext, 674, PostgreSqlParser.RULE_procedure_with_argtypes); let _la: number; try { - this.state = 6234; + this.state = 6243; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 588, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 590, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6226; + this.state = 6235; this.procedure_name(); - this.state = 6227; + this.state = 6236; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6229; + this.state = 6238; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6230; + this.state = 6239; this.colid(); - this.state = 6232; + this.state = 6241; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 6231; + this.state = 6240; this.indirection(); } } @@ -29447,26 +29492,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, 674, PostgreSqlParser.RULE_function_with_argtypes_list); + this.enterRule(localContext, 676, PostgreSqlParser.RULE_function_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6236; + this.state = 6245; this.function_with_argtypes(); - this.state = 6241; + this.state = 6250; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6237; + this.state = 6246; this.match(PostgreSqlParser.COMMA); - this.state = 6238; + this.state = 6247; this.function_with_argtypes(); } } - this.state = 6243; + this.state = 6252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29488,39 +29533,39 @@ 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, 676, PostgreSqlParser.RULE_function_with_argtypes); + this.enterRule(localContext, 678, PostgreSqlParser.RULE_function_with_argtypes); let _la: number; try { - this.state = 6252; + this.state = 6261; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 591, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 593, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6244; + this.state = 6253; this.function_name(); - this.state = 6245; + this.state = 6254; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6247; + this.state = 6256; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6248; + this.state = 6257; this.colid(); - this.state = 6250; + this.state = 6259; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 6249; + this.state = 6258; this.indirection(); } } @@ -29545,24 +29590,24 @@ export class PostgreSqlParser extends SQLParserBase { } public func_args_with_defaults(): Func_args_with_defaultsContext { let localContext = new Func_args_with_defaultsContext(this.context, this.state); - this.enterRule(localContext, 678, PostgreSqlParser.RULE_func_args_with_defaults); + this.enterRule(localContext, 680, PostgreSqlParser.RULE_func_args_with_defaults); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6254; + this.state = 6263; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6256; + this.state = 6265; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 6255; + this.state = 6264; this.func_args_with_defaults_list(); } } - this.state = 6258; + this.state = 6267; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -29582,26 +29627,26 @@ export class PostgreSqlParser extends SQLParserBase { } public func_args_with_defaults_list(): Func_args_with_defaults_listContext { let localContext = new Func_args_with_defaults_listContext(this.context, this.state); - this.enterRule(localContext, 680, PostgreSqlParser.RULE_func_args_with_defaults_list); + this.enterRule(localContext, 682, PostgreSqlParser.RULE_func_args_with_defaults_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6260; + this.state = 6269; this.func_arg_with_default(); - this.state = 6265; + this.state = 6274; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6261; + this.state = 6270; this.match(PostgreSqlParser.COMMA); - this.state = 6262; + this.state = 6271; this.func_arg_with_default(); } } - this.state = 6267; + this.state = 6276; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29623,53 +29668,53 @@ export class PostgreSqlParser extends SQLParserBase { } public func_arg(): Func_argContext { let localContext = new Func_argContext(this.context, this.state); - this.enterRule(localContext, 682, PostgreSqlParser.RULE_func_arg); + this.enterRule(localContext, 684, PostgreSqlParser.RULE_func_arg); try { - this.state = 6281; + this.state = 6290; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 596, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 598, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6268; + this.state = 6277; this.arg_class(); - this.state = 6270; + this.state = 6279; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 594, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 596, this.context) ) { case 1: { - this.state = 6269; + this.state = 6278; this.param_name(); } break; } - this.state = 6272; + this.state = 6281; this.func_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6274; + this.state = 6283; this.param_name(); - this.state = 6276; + this.state = 6285; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 595, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 597, this.context) ) { case 1: { - this.state = 6275; + this.state = 6284; this.arg_class(); } break; } - this.state = 6278; + this.state = 6287; this.func_type(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6280; + this.state = 6289; this.func_type(); } break; @@ -29691,22 +29736,22 @@ export class PostgreSqlParser extends SQLParserBase { } public arg_class(): Arg_classContext { let localContext = new Arg_classContext(this.context, this.state); - this.enterRule(localContext, 684, PostgreSqlParser.RULE_arg_class); + this.enterRule(localContext, 686, PostgreSqlParser.RULE_arg_class); try { - this.state = 6290; + this.state = 6299; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 1); { - this.state = 6283; + this.state = 6292; this.match(PostgreSqlParser.KW_IN); - this.state = 6285; + this.state = 6294; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 597, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 599, this.context) ) { case 1: { - this.state = 6284; + this.state = 6293; this.match(PostgreSqlParser.KW_OUT); } break; @@ -29716,21 +29761,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OUT: this.enterOuterAlt(localContext, 2); { - this.state = 6287; + this.state = 6296; this.match(PostgreSqlParser.KW_OUT); } break; case PostgreSqlParser.KW_INOUT: this.enterOuterAlt(localContext, 3); { - this.state = 6288; + this.state = 6297; this.match(PostgreSqlParser.KW_INOUT); } break; case PostgreSqlParser.KW_VARIADIC: this.enterOuterAlt(localContext, 4); { - this.state = 6289; + this.state = 6298; this.match(PostgreSqlParser.KW_VARIADIC); } break; @@ -29754,11 +29799,11 @@ export class PostgreSqlParser extends SQLParserBase { } public param_name(): Param_nameContext { let localContext = new Param_nameContext(this.context, this.state); - this.enterRule(localContext, 686, PostgreSqlParser.RULE_param_name); + this.enterRule(localContext, 688, PostgreSqlParser.RULE_param_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 6292; + this.state = 6301; this.type_function_name(); } } @@ -29778,11 +29823,11 @@ export class PostgreSqlParser extends SQLParserBase { } public func_return(): Func_returnContext { let localContext = new Func_returnContext(this.context, this.state); - this.enterRule(localContext, 688, PostgreSqlParser.RULE_func_return); + this.enterRule(localContext, 690, PostgreSqlParser.RULE_func_return); try { this.enterOuterAlt(localContext, 1); { - this.state = 6294; + this.state = 6303; this.func_type(); } } @@ -29802,43 +29847,43 @@ export class PostgreSqlParser extends SQLParserBase { } public func_type(): Func_typeContext { let localContext = new Func_typeContext(this.context, this.state); - this.enterRule(localContext, 690, PostgreSqlParser.RULE_func_type); + this.enterRule(localContext, 692, PostgreSqlParser.RULE_func_type); try { - this.state = 6308; + this.state = 6317; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 599, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 601, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6296; + this.state = 6305; this.typename(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6297; + this.state = 6306; this.type_function_name(); - this.state = 6298; + this.state = 6307; this.attrs(); - this.state = 6299; + this.state = 6308; this.match(PostgreSqlParser.PERCENT); - this.state = 6300; + this.state = 6309; this.match(PostgreSqlParser.KW_TYPE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6302; + this.state = 6311; this.match(PostgreSqlParser.KW_SETOF); - this.state = 6303; + this.state = 6312; this.type_function_name(); - this.state = 6304; + this.state = 6313; this.attrs(); - this.state = 6305; + this.state = 6314; this.match(PostgreSqlParser.PERCENT); - this.state = 6306; + this.state = 6315; this.match(PostgreSqlParser.KW_TYPE); } break; @@ -29860,19 +29905,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, 692, PostgreSqlParser.RULE_func_arg_with_default); + this.enterRule(localContext, 694, PostgreSqlParser.RULE_func_arg_with_default); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6310; + this.state = 6319; this.func_arg(); - this.state = 6313; + this.state = 6322; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 53) { { - this.state = 6311; + this.state = 6320; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 53)) { this.errorHandler.recoverInline(this); @@ -29881,7 +29926,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6312; + this.state = 6321; this.a_expr(); } } @@ -29904,11 +29949,11 @@ export class PostgreSqlParser extends SQLParserBase { } public aggr_arg(): Aggr_argContext { let localContext = new Aggr_argContext(this.context, this.state); - this.enterRule(localContext, 694, PostgreSqlParser.RULE_aggr_arg); + this.enterRule(localContext, 696, PostgreSqlParser.RULE_aggr_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 6315; + this.state = 6324; this.func_arg(); } } @@ -29928,51 +29973,51 @@ export class PostgreSqlParser extends SQLParserBase { } public aggr_args(): Aggr_argsContext { let localContext = new Aggr_argsContext(this.context, this.state); - this.enterRule(localContext, 696, PostgreSqlParser.RULE_aggr_args); + this.enterRule(localContext, 698, PostgreSqlParser.RULE_aggr_args); try { this.enterOuterAlt(localContext, 1); { - this.state = 6317; + this.state = 6326; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6328; + this.state = 6337; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 601, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 603, this.context) ) { case 1: { - this.state = 6318; + this.state = 6327; this.match(PostgreSqlParser.STAR); } break; case 2: { - this.state = 6319; + this.state = 6328; this.aggr_args_list(); } break; case 3: { - this.state = 6320; + this.state = 6329; this.match(PostgreSqlParser.KW_ORDER); - this.state = 6321; + this.state = 6330; this.match(PostgreSqlParser.KW_BY); - this.state = 6322; + this.state = 6331; this.aggr_args_list(); } break; case 4: { - this.state = 6323; + this.state = 6332; this.aggr_args_list(); - this.state = 6324; + this.state = 6333; this.match(PostgreSqlParser.KW_ORDER); - this.state = 6325; + this.state = 6334; this.match(PostgreSqlParser.KW_BY); - this.state = 6326; + this.state = 6335; this.aggr_args_list(); } break; } - this.state = 6330; + this.state = 6339; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -29992,26 +30037,26 @@ export class PostgreSqlParser extends SQLParserBase { } public aggr_args_list(): Aggr_args_listContext { let localContext = new Aggr_args_listContext(this.context, this.state); - this.enterRule(localContext, 698, PostgreSqlParser.RULE_aggr_args_list); + this.enterRule(localContext, 700, PostgreSqlParser.RULE_aggr_args_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6332; + this.state = 6341; this.aggr_arg(); - this.state = 6337; + this.state = 6346; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6333; + this.state = 6342; this.match(PostgreSqlParser.COMMA); - this.state = 6334; + this.state = 6343; this.aggr_arg(); } } - this.state = 6339; + this.state = 6348; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30033,13 +30078,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, 700, PostgreSqlParser.RULE_aggregate_with_argtypes); + this.enterRule(localContext, 702, PostgreSqlParser.RULE_aggregate_with_argtypes); try { this.enterOuterAlt(localContext, 1); { - this.state = 6340; + this.state = 6349; this.function_name(); - this.state = 6341; + this.state = 6350; this.aggr_args(); } } @@ -30059,26 +30104,26 @@ export class PostgreSqlParser extends SQLParserBase { } public aggregate_with_argtypes_list(): Aggregate_with_argtypes_listContext { let localContext = new Aggregate_with_argtypes_listContext(this.context, this.state); - this.enterRule(localContext, 702, PostgreSqlParser.RULE_aggregate_with_argtypes_list); + this.enterRule(localContext, 704, PostgreSqlParser.RULE_aggregate_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6343; + this.state = 6352; this.aggregate_with_argtypes(); - this.state = 6348; + this.state = 6357; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6344; + this.state = 6353; this.match(PostgreSqlParser.COMMA); - this.state = 6345; + this.state = 6354; this.aggregate_with_argtypes(); } } - this.state = 6350; + this.state = 6359; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30100,12 +30145,12 @@ export class PostgreSqlParser extends SQLParserBase { } public createfunc_opt_list(): Createfunc_opt_listContext { let localContext = new Createfunc_opt_listContext(this.context, this.state); - this.enterRule(localContext, 704, PostgreSqlParser.RULE_createfunc_opt_list); + this.enterRule(localContext, 706, PostgreSqlParser.RULE_createfunc_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6352; + this.state = 6361; this.errorHandler.sync(this); alternative = 1; do { @@ -30113,7 +30158,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 6351; + this.state = 6360; this.createfunc_opt_item(); } } @@ -30121,9 +30166,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6354; + this.state = 6363; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 604, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 606, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -30143,163 +30188,163 @@ 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, 706, PostgreSqlParser.RULE_common_func_opt_item); + this.enterRule(localContext, 708, PostgreSqlParser.RULE_common_func_opt_item); try { - this.state = 6391; + this.state = 6400; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 605, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 607, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6356; + this.state = 6365; this.match(PostgreSqlParser.KW_CALLED); - this.state = 6357; + this.state = 6366; this.match(PostgreSqlParser.KW_ON); - this.state = 6358; + this.state = 6367; this.match(PostgreSqlParser.KW_NULL); - this.state = 6359; + this.state = 6368; this.match(PostgreSqlParser.KW_INPUT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6360; + this.state = 6369; this.match(PostgreSqlParser.KW_RETURNS); - this.state = 6361; + this.state = 6370; this.match(PostgreSqlParser.KW_NULL); - this.state = 6362; + this.state = 6371; this.match(PostgreSqlParser.KW_ON); - this.state = 6363; + this.state = 6372; this.match(PostgreSqlParser.KW_NULL); - this.state = 6364; + this.state = 6373; this.match(PostgreSqlParser.KW_INPUT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6365; + this.state = 6374; this.match(PostgreSqlParser.KW_STRICT); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6366; + this.state = 6375; this.match(PostgreSqlParser.KW_IMMUTABLE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 6367; + this.state = 6376; this.match(PostgreSqlParser.KW_STABLE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 6368; + this.state = 6377; this.match(PostgreSqlParser.KW_VOLATILE); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 6369; + this.state = 6378; this.match(PostgreSqlParser.KW_EXTERNAL); - this.state = 6370; + this.state = 6379; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6371; + this.state = 6380; this.match(PostgreSqlParser.KW_DEFINER); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 6372; + this.state = 6381; this.match(PostgreSqlParser.KW_EXTERNAL); - this.state = 6373; + this.state = 6382; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6374; + this.state = 6383; this.match(PostgreSqlParser.KW_INVOKER); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 6375; + this.state = 6384; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6376; + this.state = 6385; this.match(PostgreSqlParser.KW_DEFINER); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 6377; + this.state = 6386; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6378; + this.state = 6387; this.match(PostgreSqlParser.KW_INVOKER); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 6379; + this.state = 6388; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 6380; + this.state = 6389; this.match(PostgreSqlParser.KW_NOT); - this.state = 6381; + this.state = 6390; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 6382; + this.state = 6391; this.match(PostgreSqlParser.KW_COST); - this.state = 6383; + this.state = 6392; this.numericonly(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 6384; + this.state = 6393; this.match(PostgreSqlParser.KW_ROWS); - this.state = 6385; + this.state = 6394; this.numericonly(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 6386; + this.state = 6395; this.match(PostgreSqlParser.KW_SUPPORT); - this.state = 6387; + this.state = 6396; this.any_name(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 6388; + this.state = 6397; this.functionsetresetclause(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 6389; + this.state = 6398; this.match(PostgreSqlParser.KW_PARALLEL); - this.state = 6390; + this.state = 6399; this.colid(); } break; @@ -30321,80 +30366,80 @@ 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, 708, PostgreSqlParser.RULE_createfunc_opt_item); + this.enterRule(localContext, 710, PostgreSqlParser.RULE_createfunc_opt_item); try { - this.state = 6418; + this.state = 6427; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 607, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 609, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6393; + this.state = 6402; this.match(PostgreSqlParser.KW_AS); - this.state = 6394; + this.state = 6403; this.sconst(); - this.state = 6395; + this.state = 6404; this.match(PostgreSqlParser.COMMA); - this.state = 6396; + this.state = 6405; this.sconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6398; + this.state = 6407; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6399; + this.state = 6408; this.nonreservedword_or_sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6400; + this.state = 6409; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 6401; + this.state = 6410; this.transform_type_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6402; + this.state = 6411; this.match(PostgreSqlParser.KW_WINDOW); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 6403; + this.state = 6412; this.match(PostgreSqlParser.KW_SET); - this.state = 6404; + this.state = 6413; this.colid(); - this.state = 6411; + this.state = 6420; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TO: { - this.state = 6405; + this.state = 6414; this.match(PostgreSqlParser.KW_TO); - this.state = 6406; + this.state = 6415; this.colid(); } break; case PostgreSqlParser.EQUAL: { - this.state = 6407; + this.state = 6416; this.match(PostgreSqlParser.EQUAL); - this.state = 6408; + this.state = 6417; this.colid(); } break; case PostgreSqlParser.KW_FROM: { - this.state = 6409; + this.state = 6418; this.match(PostgreSqlParser.KW_FROM); - this.state = 6410; + this.state = 6419; this.match(PostgreSqlParser.KW_CURRENT); } break; @@ -30406,30 +30451,30 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 6413; + this.state = 6422; this.match(PostgreSqlParser.KW_AS); - this.state = 6414; + this.state = 6423; this.colid(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 6415; + this.state = 6424; this.stmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 6416; + this.state = 6425; this.common_func_opt_item(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 6417; + this.state = 6426; this.colid(); } break; @@ -30451,34 +30496,34 @@ export class PostgreSqlParser extends SQLParserBase { } public transform_type_list(): Transform_type_listContext { let localContext = new Transform_type_listContext(this.context, this.state); - this.enterRule(localContext, 710, PostgreSqlParser.RULE_transform_type_list); + this.enterRule(localContext, 712, PostgreSqlParser.RULE_transform_type_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6420; - this.match(PostgreSqlParser.KW_FOR); - this.state = 6421; - this.match(PostgreSqlParser.KW_TYPE); - this.state = 6422; - this.typename(); this.state = 6429; + this.match(PostgreSqlParser.KW_FOR); + this.state = 6430; + this.match(PostgreSqlParser.KW_TYPE); + this.state = 6431; + this.typename(); + this.state = 6438; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6423; + this.state = 6432; this.match(PostgreSqlParser.COMMA); - this.state = 6424; + this.state = 6433; this.match(PostgreSqlParser.KW_FOR); - this.state = 6425; + this.state = 6434; this.match(PostgreSqlParser.KW_TYPE); - this.state = 6426; + this.state = 6435; this.typename(); } } - this.state = 6431; + this.state = 6440; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30500,13 +30545,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_definition(): Opt_definitionContext { let localContext = new Opt_definitionContext(this.context, this.state); - this.enterRule(localContext, 712, PostgreSqlParser.RULE_opt_definition); + this.enterRule(localContext, 714, PostgreSqlParser.RULE_opt_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 6432; + this.state = 6441; this.match(PostgreSqlParser.KW_WITH); - this.state = 6433; + this.state = 6442; this.definition(); } } @@ -30526,13 +30571,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, 714, PostgreSqlParser.RULE_table_func_column); + this.enterRule(localContext, 716, PostgreSqlParser.RULE_table_func_column); try { this.enterOuterAlt(localContext, 1); { - this.state = 6435; + this.state = 6444; this.column_name(); - this.state = 6436; + this.state = 6445; this.func_type(); } } @@ -30552,26 +30597,26 @@ export class PostgreSqlParser extends SQLParserBase { } public table_func_column_list(): Table_func_column_listContext { let localContext = new Table_func_column_listContext(this.context, this.state); - this.enterRule(localContext, 716, PostgreSqlParser.RULE_table_func_column_list); + this.enterRule(localContext, 718, PostgreSqlParser.RULE_table_func_column_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6438; + this.state = 6447; this.table_func_column(); - this.state = 6443; + this.state = 6452; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6439; + this.state = 6448; this.match(PostgreSqlParser.COMMA); - this.state = 6440; + this.state = 6449; this.table_func_column(); } } - this.state = 6445; + this.state = 6454; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30593,22 +30638,22 @@ export class PostgreSqlParser extends SQLParserBase { } public alterfunctionstmt(): AlterfunctionstmtContext { let localContext = new AlterfunctionstmtContext(this.context, this.state); - this.enterRule(localContext, 718, PostgreSqlParser.RULE_alterfunctionstmt); + this.enterRule(localContext, 720, PostgreSqlParser.RULE_alterfunctionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 6446; + this.state = 6455; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6447; + this.state = 6456; this.alterFunctionTypeClause(); - this.state = 6448; + this.state = 6457; this.alterfunc_opt_list(); - this.state = 6450; + this.state = 6459; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 610, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 612, this.context) ) { case 1: { - this.state = 6449; + this.state = 6458; this.opt_restrict(); } break; @@ -30631,35 +30676,35 @@ export class PostgreSqlParser extends SQLParserBase { } public alterFunctionTypeClause(): AlterFunctionTypeClauseContext { let localContext = new AlterFunctionTypeClauseContext(this.context, this.state); - this.enterRule(localContext, 720, PostgreSqlParser.RULE_alterFunctionTypeClause); + this.enterRule(localContext, 722, PostgreSqlParser.RULE_alterFunctionTypeClause); try { - this.state = 6458; + this.state = 6467; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 1); { - this.state = 6452; + this.state = 6461; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6453; + this.state = 6462; this.function_with_argtypes(); } break; case PostgreSqlParser.KW_PROCEDURE: this.enterOuterAlt(localContext, 2); { - this.state = 6454; + this.state = 6463; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 6455; + this.state = 6464; this.procedure_with_argtypes(); } break; case PostgreSqlParser.KW_ROUTINE: this.enterOuterAlt(localContext, 3); { - this.state = 6456; + this.state = 6465; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 6457; + this.state = 6466; this.routine_with_argtypes(); } break; @@ -30683,12 +30728,12 @@ export class PostgreSqlParser extends SQLParserBase { } public alterfunc_opt_list(): Alterfunc_opt_listContext { let localContext = new Alterfunc_opt_listContext(this.context, this.state); - this.enterRule(localContext, 722, PostgreSqlParser.RULE_alterfunc_opt_list); + this.enterRule(localContext, 724, PostgreSqlParser.RULE_alterfunc_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6461; + this.state = 6470; this.errorHandler.sync(this); alternative = 1; do { @@ -30696,7 +30741,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 6460; + this.state = 6469; this.common_func_opt_item(); } } @@ -30704,9 +30749,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6463; + this.state = 6472; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 612, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 614, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -30726,11 +30771,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_restrict(): Opt_restrictContext { let localContext = new Opt_restrictContext(this.context, this.state); - this.enterRule(localContext, 724, PostgreSqlParser.RULE_opt_restrict); + this.enterRule(localContext, 726, PostgreSqlParser.RULE_opt_restrict); try { this.enterOuterAlt(localContext, 1); { - this.state = 6465; + this.state = 6474; this.match(PostgreSqlParser.KW_RESTRICT); } } @@ -30750,49 +30795,18 @@ export class PostgreSqlParser extends SQLParserBase { } public removefuncstmt(): RemovefuncstmtContext { let localContext = new RemovefuncstmtContext(this.context, this.state); - this.enterRule(localContext, 726, PostgreSqlParser.RULE_removefuncstmt); + this.enterRule(localContext, 728, PostgreSqlParser.RULE_removefuncstmt); try { - this.state = 6494; + this.state = 6503; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 619, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 621, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6467; - this.match(PostgreSqlParser.KW_DROP); - this.state = 6468; - this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6470; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 613, this.context) ) { - case 1: - { - this.state = 6469; - this.opt_if_exists(); - } - break; - } - this.state = 6472; - this.function_with_argtypes_list(); - this.state = 6474; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 614, this.context) ) { - case 1: - { - this.state = 6473; - this.opt_drop_behavior(); - } - break; - } - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { this.state = 6476; this.match(PostgreSqlParser.KW_DROP); this.state = 6477; - this.match(PostgreSqlParser.KW_PROCEDURE); + this.match(PostgreSqlParser.KW_FUNCTION); this.state = 6479; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 615, this.context) ) { @@ -30804,7 +30818,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 6481; - this.procedure_with_argtypes_list(); + this.function_with_argtypes_list(); this.state = 6483; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 616, this.context) ) { @@ -30817,13 +30831,13 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 3: - this.enterOuterAlt(localContext, 3); + case 2: + this.enterOuterAlt(localContext, 2); { this.state = 6485; this.match(PostgreSqlParser.KW_DROP); this.state = 6486; - this.match(PostgreSqlParser.KW_ROUTINE); + this.match(PostgreSqlParser.KW_PROCEDURE); this.state = 6488; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 617, this.context) ) { @@ -30835,7 +30849,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 6490; - this.routine_with_argtypes_list(); + this.procedure_with_argtypes_list(); this.state = 6492; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 618, this.context) ) { @@ -30848,6 +30862,37 @@ export class PostgreSqlParser extends SQLParserBase { } } break; + case 3: + this.enterOuterAlt(localContext, 3); + { + this.state = 6494; + this.match(PostgreSqlParser.KW_DROP); + this.state = 6495; + this.match(PostgreSqlParser.KW_ROUTINE); + this.state = 6497; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 619, this.context) ) { + case 1: + { + this.state = 6496; + this.opt_if_exists(); + } + break; + } + this.state = 6499; + this.routine_with_argtypes_list(); + this.state = 6501; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 620, this.context) ) { + case 1: + { + this.state = 6500; + this.opt_drop_behavior(); + } + break; + } + } + break; } } catch (re) { @@ -30866,62 +30911,14 @@ export class PostgreSqlParser extends SQLParserBase { } public removeaggrstmt(): RemoveaggrstmtContext { let localContext = new RemoveaggrstmtContext(this.context, this.state); - this.enterRule(localContext, 728, PostgreSqlParser.RULE_removeaggrstmt); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 6496; - this.match(PostgreSqlParser.KW_DROP); - this.state = 6497; - this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 6499; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 620, this.context) ) { - case 1: - { - this.state = 6498; - this.opt_if_exists(); - } - break; - } - this.state = 6501; - this.aggregate_with_argtypes_list(); - this.state = 6503; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 621, this.context) ) { - case 1: - { - this.state = 6502; - this.opt_drop_behavior(); - } - break; - } - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public removeoperstmt(): RemoveoperstmtContext { - let localContext = new RemoveoperstmtContext(this.context, this.state); - this.enterRule(localContext, 730, PostgreSqlParser.RULE_removeoperstmt); + this.enterRule(localContext, 730, PostgreSqlParser.RULE_removeaggrstmt); try { this.enterOuterAlt(localContext, 1); { this.state = 6505; this.match(PostgreSqlParser.KW_DROP); this.state = 6506; - this.match(PostgreSqlParser.KW_OPERATOR); + this.match(PostgreSqlParser.KW_AGGREGATE); this.state = 6508; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 622, this.context) ) { @@ -30933,7 +30930,7 @@ export class PostgreSqlParser extends SQLParserBase { break; } this.state = 6510; - this.operator_with_argtypes_list(); + this.aggregate_with_argtypes_list(); this.state = 6512; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 623, this.context) ) { @@ -30960,66 +30957,114 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public oper_argtypes(): Oper_argtypesContext { - let localContext = new Oper_argtypesContext(this.context, this.state); - this.enterRule(localContext, 732, PostgreSqlParser.RULE_oper_argtypes); + public removeoperstmt(): RemoveoperstmtContext { + let localContext = new RemoveoperstmtContext(this.context, this.state); + this.enterRule(localContext, 732, PostgreSqlParser.RULE_removeoperstmt); try { - this.state = 6536; + this.enterOuterAlt(localContext, 1); + { + this.state = 6514; + this.match(PostgreSqlParser.KW_DROP); + this.state = 6515; + this.match(PostgreSqlParser.KW_OPERATOR); + this.state = 6517; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 624, this.context) ) { + case 1: + { + this.state = 6516; + this.opt_if_exists(); + } + break; + } + this.state = 6519; + this.operator_with_argtypes_list(); + this.state = 6521; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 625, this.context) ) { + case 1: + { + this.state = 6520; + this.opt_drop_behavior(); + } + break; + } + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public oper_argtypes(): Oper_argtypesContext { + let localContext = new Oper_argtypesContext(this.context, this.state); + this.enterRule(localContext, 734, PostgreSqlParser.RULE_oper_argtypes); + try { + this.state = 6545; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 626, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6514; + this.state = 6523; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6515; + this.state = 6524; this.typename(); - this.state = 6516; + this.state = 6525; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6518; + this.state = 6527; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6519; + this.state = 6528; this.typename(); - this.state = 6520; + this.state = 6529; this.match(PostgreSqlParser.COMMA); - this.state = 6521; + this.state = 6530; this.typename(); - this.state = 6522; + this.state = 6531; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6524; + this.state = 6533; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6525; + this.state = 6534; this.match(PostgreSqlParser.KW_NONE); - this.state = 6526; + this.state = 6535; this.match(PostgreSqlParser.COMMA); - this.state = 6527; + this.state = 6536; this.typename(); - this.state = 6528; + this.state = 6537; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6530; + this.state = 6539; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6531; + this.state = 6540; this.typename(); - this.state = 6532; + this.state = 6541; this.match(PostgreSqlParser.COMMA); - this.state = 6533; + this.state = 6542; this.match(PostgreSqlParser.KW_NONE); - this.state = 6534; + this.state = 6543; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -31041,28 +31086,28 @@ export class PostgreSqlParser extends SQLParserBase { } public any_operator(): Any_operatorContext { let localContext = new Any_operatorContext(this.context, this.state); - this.enterRule(localContext, 734, PostgreSqlParser.RULE_any_operator); + this.enterRule(localContext, 736, PostgreSqlParser.RULE_any_operator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6543; + this.state = 6552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - while (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + while (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { { - this.state = 6538; + this.state = 6547; this.colid(); - this.state = 6539; + this.state = 6548; this.match(PostgreSqlParser.DOT); } } - this.state = 6545; + this.state = 6554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6546; + this.state = 6555; this.all_op(); } } @@ -31082,26 +31127,26 @@ export class PostgreSqlParser extends SQLParserBase { } public operator_with_argtypes_list(): Operator_with_argtypes_listContext { let localContext = new Operator_with_argtypes_listContext(this.context, this.state); - this.enterRule(localContext, 736, PostgreSqlParser.RULE_operator_with_argtypes_list); + this.enterRule(localContext, 738, PostgreSqlParser.RULE_operator_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6548; + this.state = 6557; this.operator_with_argtypes(); - this.state = 6553; + this.state = 6562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6549; + this.state = 6558; this.match(PostgreSqlParser.COMMA); - this.state = 6550; + this.state = 6559; this.operator_with_argtypes(); } } - this.state = 6555; + this.state = 6564; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -31123,13 +31168,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, 738, PostgreSqlParser.RULE_operator_with_argtypes); + this.enterRule(localContext, 740, PostgreSqlParser.RULE_operator_with_argtypes); try { this.enterOuterAlt(localContext, 1); { - this.state = 6556; + this.state = 6565; this.any_operator(); - this.state = 6557; + this.state = 6566; this.oper_argtypes(); } } @@ -31149,13 +31194,13 @@ export class PostgreSqlParser extends SQLParserBase { } public dostmt(): DostmtContext { let localContext = new DostmtContext(this.context, this.state); - this.enterRule(localContext, 740, PostgreSqlParser.RULE_dostmt); + this.enterRule(localContext, 742, PostgreSqlParser.RULE_dostmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 6559; + this.state = 6568; this.match(PostgreSqlParser.KW_DO); - this.state = 6560; + this.state = 6569; this.dostmt_opt_list(); } } @@ -31175,12 +31220,12 @@ export class PostgreSqlParser extends SQLParserBase { } public dostmt_opt_list(): Dostmt_opt_listContext { let localContext = new Dostmt_opt_listContext(this.context, this.state); - this.enterRule(localContext, 742, PostgreSqlParser.RULE_dostmt_opt_list); + this.enterRule(localContext, 744, PostgreSqlParser.RULE_dostmt_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6563; + this.state = 6572; this.errorHandler.sync(this); alternative = 1; do { @@ -31188,7 +31233,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 6562; + this.state = 6571; this.dostmt_opt_item(); } } @@ -31196,9 +31241,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6565; + this.state = 6574; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 627, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 629, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -31218,9 +31263,9 @@ export class PostgreSqlParser extends SQLParserBase { } public dostmt_opt_item(): Dostmt_opt_itemContext { let localContext = new Dostmt_opt_itemContext(this.context, this.state); - this.enterRule(localContext, 744, PostgreSqlParser.RULE_dostmt_opt_item); + this.enterRule(localContext, 746, PostgreSqlParser.RULE_dostmt_opt_item); try { - this.state = 6570; + this.state = 6579; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -31229,16 +31274,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 6567; + this.state = 6576; this.sconst(); } break; case PostgreSqlParser.KW_LANGUAGE: this.enterOuterAlt(localContext, 2); { - this.state = 6568; + this.state = 6577; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6569; + this.state = 6578; this.nonreservedword_or_sconst(); } break; @@ -31262,40 +31307,40 @@ export class PostgreSqlParser extends SQLParserBase { } public createcaststmt(): CreatecaststmtContext { let localContext = new CreatecaststmtContext(this.context, this.state); - this.enterRule(localContext, 746, PostgreSqlParser.RULE_createcaststmt); + this.enterRule(localContext, 748, PostgreSqlParser.RULE_createcaststmt); try { - this.state = 6609; + this.state = 6618; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 632, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 634, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6572; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 6573; - this.match(PostgreSqlParser.KW_CAST); - this.state = 6574; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6575; - this.typename(); - this.state = 6576; - this.match(PostgreSqlParser.KW_AS); - this.state = 6577; - this.typename(); - this.state = 6578; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6579; - this.match(PostgreSqlParser.KW_WITH); - this.state = 6580; - this.match(PostgreSqlParser.KW_FUNCTION); this.state = 6581; - this.function_with_argtypes(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 6582; + this.match(PostgreSqlParser.KW_CAST); this.state = 6583; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 6584; + this.typename(); + this.state = 6585; + this.match(PostgreSqlParser.KW_AS); + this.state = 6586; + this.typename(); + this.state = 6587; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 6588; + this.match(PostgreSqlParser.KW_WITH); + this.state = 6589; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 6590; + this.function_with_argtypes(); + this.state = 6592; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 629, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 631, this.context) ) { case 1: { - this.state = 6582; + this.state = 6591; this.cast_context(); } break; @@ -31305,30 +31350,30 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6585; + this.state = 6594; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6586; - this.match(PostgreSqlParser.KW_CAST); - this.state = 6587; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6588; - this.typename(); - this.state = 6589; - this.match(PostgreSqlParser.KW_AS); - this.state = 6590; - this.typename(); - this.state = 6591; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6592; - this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 6593; - this.match(PostgreSqlParser.KW_FUNCTION); this.state = 6595; + this.match(PostgreSqlParser.KW_CAST); + this.state = 6596; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 6597; + this.typename(); + this.state = 6598; + this.match(PostgreSqlParser.KW_AS); + this.state = 6599; + this.typename(); + this.state = 6600; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 6601; + this.match(PostgreSqlParser.KW_WITHOUT); + this.state = 6602; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 6604; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 630, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 632, this.context) ) { case 1: { - this.state = 6594; + this.state = 6603; this.cast_context(); } break; @@ -31338,30 +31383,30 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6597; + this.state = 6606; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6598; - this.match(PostgreSqlParser.KW_CAST); - this.state = 6599; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6600; - this.typename(); - this.state = 6601; - this.match(PostgreSqlParser.KW_AS); - this.state = 6602; - this.typename(); - this.state = 6603; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6604; - this.match(PostgreSqlParser.KW_WITH); - this.state = 6605; - this.match(PostgreSqlParser.KW_INOUT); this.state = 6607; + this.match(PostgreSqlParser.KW_CAST); + this.state = 6608; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 6609; + this.typename(); + this.state = 6610; + this.match(PostgreSqlParser.KW_AS); + this.state = 6611; + this.typename(); + this.state = 6612; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 6613; + this.match(PostgreSqlParser.KW_WITH); + this.state = 6614; + this.match(PostgreSqlParser.KW_INOUT); + this.state = 6616; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 631, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 633, this.context) ) { case 1: { - this.state = 6606; + this.state = 6615; this.cast_context(); } break; @@ -31386,26 +31431,26 @@ export class PostgreSqlParser extends SQLParserBase { } public cast_context(): Cast_contextContext { let localContext = new Cast_contextContext(this.context, this.state); - this.enterRule(localContext, 748, PostgreSqlParser.RULE_cast_context); + this.enterRule(localContext, 750, PostgreSqlParser.RULE_cast_context); try { - this.state = 6615; + this.state = 6624; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 633, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 635, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6611; + this.state = 6620; this.match(PostgreSqlParser.KW_AS); - this.state = 6612; + this.state = 6621; this.match(PostgreSqlParser.KW_IMPLICIT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6613; + this.state = 6622; this.match(PostgreSqlParser.KW_AS); - this.state = 6614; + this.state = 6623; this.match(PostgreSqlParser.KW_ASSIGNMENT); } break; @@ -31427,13 +31472,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, 750, PostgreSqlParser.RULE_opt_if_exists); + this.enterRule(localContext, 752, PostgreSqlParser.RULE_opt_if_exists); try { this.enterOuterAlt(localContext, 1); { - this.state = 6617; + this.state = 6626; this.match(PostgreSqlParser.KW_IF); - this.state = 6618; + this.state = 6627; this.match(PostgreSqlParser.KW_EXISTS); } } @@ -31453,38 +31498,38 @@ export class PostgreSqlParser extends SQLParserBase { } public createtransformstmt(): CreatetransformstmtContext { let localContext = new CreatetransformstmtContext(this.context, this.state); - this.enterRule(localContext, 752, PostgreSqlParser.RULE_createtransformstmt); + this.enterRule(localContext, 754, PostgreSqlParser.RULE_createtransformstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6620; + this.state = 6629; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6622; + this.state = 6631; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 6621; + this.state = 6630; this.opt_or_replace(); } } - this.state = 6624; + this.state = 6633; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 6625; + this.state = 6634; this.match(PostgreSqlParser.KW_FOR); - this.state = 6626; + this.state = 6635; this.typename(); - this.state = 6627; + this.state = 6636; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6628; + this.state = 6637; this.name(); - this.state = 6629; + this.state = 6638; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6630; + this.state = 6639; this.transform_element_list(); - this.state = 6631; + this.state = 6640; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -31504,92 +31549,92 @@ export class PostgreSqlParser extends SQLParserBase { } public transform_element_list(): Transform_element_listContext { let localContext = new Transform_element_listContext(this.context, this.state); - this.enterRule(localContext, 754, PostgreSqlParser.RULE_transform_element_list); + this.enterRule(localContext, 756, PostgreSqlParser.RULE_transform_element_list); try { - this.state = 6667; + this.state = 6676; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 635, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 637, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6633; - this.match(PostgreSqlParser.KW_FROM); - this.state = 6634; - this.match(PostgreSqlParser.KW_SQL); - this.state = 6635; - this.match(PostgreSqlParser.KW_WITH); - this.state = 6636; - this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6637; - this.function_with_argtypes(); - this.state = 6638; - this.match(PostgreSqlParser.COMMA); - this.state = 6639; - this.match(PostgreSqlParser.KW_TO); - this.state = 6640; - this.match(PostgreSqlParser.KW_SQL); - this.state = 6641; - this.match(PostgreSqlParser.KW_WITH); this.state = 6642; - this.match(PostgreSqlParser.KW_FUNCTION); + this.match(PostgreSqlParser.KW_FROM); this.state = 6643; + this.match(PostgreSqlParser.KW_SQL); + this.state = 6644; + this.match(PostgreSqlParser.KW_WITH); + this.state = 6645; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 6646; + this.function_with_argtypes(); + this.state = 6647; + this.match(PostgreSqlParser.COMMA); + this.state = 6648; + this.match(PostgreSqlParser.KW_TO); + this.state = 6649; + this.match(PostgreSqlParser.KW_SQL); + this.state = 6650; + this.match(PostgreSqlParser.KW_WITH); + this.state = 6651; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 6652; this.function_with_argtypes(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6645; - this.match(PostgreSqlParser.KW_TO); - this.state = 6646; - this.match(PostgreSqlParser.KW_SQL); - this.state = 6647; - this.match(PostgreSqlParser.KW_WITH); - this.state = 6648; - this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6649; - this.function_with_argtypes(); - this.state = 6650; - this.match(PostgreSqlParser.COMMA); - this.state = 6651; - this.match(PostgreSqlParser.KW_FROM); - this.state = 6652; - this.match(PostgreSqlParser.KW_SQL); - this.state = 6653; - this.match(PostgreSqlParser.KW_WITH); this.state = 6654; - this.match(PostgreSqlParser.KW_FUNCTION); + this.match(PostgreSqlParser.KW_TO); this.state = 6655; + this.match(PostgreSqlParser.KW_SQL); + this.state = 6656; + this.match(PostgreSqlParser.KW_WITH); + this.state = 6657; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 6658; + this.function_with_argtypes(); + this.state = 6659; + this.match(PostgreSqlParser.COMMA); + this.state = 6660; + this.match(PostgreSqlParser.KW_FROM); + this.state = 6661; + this.match(PostgreSqlParser.KW_SQL); + this.state = 6662; + this.match(PostgreSqlParser.KW_WITH); + this.state = 6663; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 6664; this.function_with_argtypes(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6657; + this.state = 6666; this.match(PostgreSqlParser.KW_FROM); - this.state = 6658; + this.state = 6667; this.match(PostgreSqlParser.KW_SQL); - this.state = 6659; + this.state = 6668; this.match(PostgreSqlParser.KW_WITH); - this.state = 6660; + this.state = 6669; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6661; + this.state = 6670; this.function_with_argtypes(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6662; + this.state = 6671; this.match(PostgreSqlParser.KW_TO); - this.state = 6663; + this.state = 6672; this.match(PostgreSqlParser.KW_SQL); - this.state = 6664; + this.state = 6673; this.match(PostgreSqlParser.KW_WITH); - this.state = 6665; + this.state = 6674; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6666; + this.state = 6675; this.function_with_argtypes(); } break; @@ -31611,56 +31656,56 @@ export class PostgreSqlParser extends SQLParserBase { } public reindexstmt(): ReindexstmtContext { let localContext = new ReindexstmtContext(this.context, this.state); - this.enterRule(localContext, 756, PostgreSqlParser.RULE_reindexstmt); + this.enterRule(localContext, 758, PostgreSqlParser.RULE_reindexstmt); try { - this.state = 6685; + this.state = 6694; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 636, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 638, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6669; + this.state = 6678; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6670; + this.state = 6679; this.reindex_target_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6671; + this.state = 6680; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6672; + this.state = 6681; this.reindex_target_multitable(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6673; + this.state = 6682; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6674; + this.state = 6683; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6675; + this.state = 6684; this.reindex_option_list(); - this.state = 6676; + this.state = 6685; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6677; + this.state = 6686; this.reindex_target_type(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6679; + this.state = 6688; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6680; + this.state = 6689; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6681; + this.state = 6690; this.reindex_option_list(); - this.state = 6682; + this.state = 6691; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6683; + this.state = 6692; this.reindex_target_multitable(); } break; @@ -31682,29 +31727,29 @@ export class PostgreSqlParser extends SQLParserBase { } public reindex_target_type(): Reindex_target_typeContext { let localContext = new Reindex_target_typeContext(this.context, this.state); - this.enterRule(localContext, 758, PostgreSqlParser.RULE_reindex_target_type); + this.enterRule(localContext, 760, PostgreSqlParser.RULE_reindex_target_type); let _la: number; try { - this.state = 6697; + this.state = 6706; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INDEX: this.enterOuterAlt(localContext, 1); { { - this.state = 6687; + this.state = 6696; this.match(PostgreSqlParser.KW_INDEX); - this.state = 6689; + this.state = 6698; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6688; + this.state = 6697; this.opt_concurrently(); } } - this.state = 6691; + this.state = 6700; this.qualified_name(); } } @@ -31713,19 +31758,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 6692; + this.state = 6701; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6694; + this.state = 6703; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6693; + this.state = 6702; this.opt_concurrently(); } } - this.state = 6696; + this.state = 6705; this.table_name(); } } @@ -31750,29 +31795,29 @@ export class PostgreSqlParser extends SQLParserBase { } public reindex_target_multitable(): Reindex_target_multitableContext { let localContext = new Reindex_target_multitableContext(this.context, this.state); - this.enterRule(localContext, 760, PostgreSqlParser.RULE_reindex_target_multitable); + this.enterRule(localContext, 762, PostgreSqlParser.RULE_reindex_target_multitable); let _la: number; try { - this.state = 6714; + this.state = 6723; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SCHEMA: this.enterOuterAlt(localContext, 1); { { - this.state = 6699; + this.state = 6708; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 6701; + this.state = 6710; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6700; + this.state = 6709; this.opt_concurrently(); } } - this.state = 6703; + this.state = 6712; this.schema_name(); } } @@ -31781,19 +31826,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 6704; + this.state = 6713; this.match(PostgreSqlParser.KW_SYSTEM); - this.state = 6706; + this.state = 6715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6705; + this.state = 6714; this.opt_concurrently(); } } - this.state = 6708; + this.state = 6717; this.name(); } } @@ -31802,19 +31847,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 6709; + this.state = 6718; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 6711; + this.state = 6720; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6710; + this.state = 6719; this.opt_concurrently(); } } - this.state = 6713; + this.state = 6722; this.database_name(); } } @@ -31839,26 +31884,26 @@ export class PostgreSqlParser extends SQLParserBase { } public reindex_option_list(): Reindex_option_listContext { let localContext = new Reindex_option_listContext(this.context, this.state); - this.enterRule(localContext, 762, PostgreSqlParser.RULE_reindex_option_list); + this.enterRule(localContext, 764, PostgreSqlParser.RULE_reindex_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6716; + this.state = 6725; this.reindex_option_elem(); - this.state = 6721; + this.state = 6730; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6717; + this.state = 6726; this.match(PostgreSqlParser.COMMA); - this.state = 6718; + this.state = 6727; this.reindex_option_elem(); } } - this.state = 6723; + this.state = 6732; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -31880,11 +31925,11 @@ export class PostgreSqlParser extends SQLParserBase { } public reindex_option_elem(): Reindex_option_elemContext { let localContext = new Reindex_option_elemContext(this.context, this.state); - this.enterRule(localContext, 764, PostgreSqlParser.RULE_reindex_option_elem); + this.enterRule(localContext, 766, PostgreSqlParser.RULE_reindex_option_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 6724; + this.state = 6733; this.match(PostgreSqlParser.KW_VERBOSE); } } @@ -31904,38 +31949,38 @@ export class PostgreSqlParser extends SQLParserBase { } public altertblspcstmt(): AltertblspcstmtContext { let localContext = new AltertblspcstmtContext(this.context, this.state); - this.enterRule(localContext, 766, PostgreSqlParser.RULE_altertblspcstmt); + this.enterRule(localContext, 768, PostgreSqlParser.RULE_altertblspcstmt); try { - this.state = 6738; + this.state = 6747; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 645, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 647, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6726; + this.state = 6735; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6727; + this.state = 6736; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 6728; + this.state = 6737; this.tablespace_name(); - this.state = 6729; + this.state = 6738; this.match(PostgreSqlParser.KW_SET); - this.state = 6730; + this.state = 6739; this.reloptions(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6732; + this.state = 6741; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6733; + this.state = 6742; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 6734; + this.state = 6743; this.tablespace_name(); - this.state = 6735; + this.state = 6744; this.match(PostgreSqlParser.KW_RESET); - this.state = 6736; + this.state = 6745; this.reloptions(); } break; @@ -31957,764 +32002,743 @@ export class PostgreSqlParser extends SQLParserBase { } public renamestmt(): RenamestmtContext { let localContext = new RenamestmtContext(this.context, this.state); - this.enterRule(localContext, 768, PostgreSqlParser.RULE_renamestmt); + this.enterRule(localContext, 770, PostgreSqlParser.RULE_renamestmt); let _la: number; try { - this.state = 7131; + this.state = 7140; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 664, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 666, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6740; + this.state = 6749; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6741; + this.state = 6750; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 6742; + this.state = 6751; this.aggregate_with_argtypes(); - this.state = 6743; + this.state = 6752; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6744; + this.state = 6753; this.match(PostgreSqlParser.KW_TO); - this.state = 6745; + this.state = 6754; this.name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6747; + this.state = 6756; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6748; + this.state = 6757; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 6749; + this.state = 6758; this.any_name(); - this.state = 6750; + this.state = 6759; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6751; + this.state = 6760; this.match(PostgreSqlParser.KW_TO); - this.state = 6752; + this.state = 6761; this.name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6754; + this.state = 6763; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6755; + this.state = 6764; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 6756; + this.state = 6765; this.any_name(); - this.state = 6757; + this.state = 6766; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6758; + this.state = 6767; this.match(PostgreSqlParser.KW_TO); - this.state = 6759; + this.state = 6768; this.name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6761; + this.state = 6770; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6762; + this.state = 6771; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 6763; + this.state = 6772; this.database_name(); - this.state = 6764; + this.state = 6773; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6765; + this.state = 6774; this.match(PostgreSqlParser.KW_TO); - this.state = 6766; + this.state = 6775; this.database_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 6768; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 6769; - this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 6770; - this.any_name(); - this.state = 6771; - this.match(PostgreSqlParser.KW_RENAME); - this.state = 6772; - this.match(PostgreSqlParser.KW_TO); - this.state = 6773; - this.name(); - } - break; - case 6: - this.enterOuterAlt(localContext, 6); - { - this.state = 6775; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 6776; - this.match(PostgreSqlParser.KW_DOMAIN); this.state = 6777; - this.any_name(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 6778; - this.match(PostgreSqlParser.KW_RENAME); + this.match(PostgreSqlParser.KW_DOMAIN); this.state = 6779; - this.match(PostgreSqlParser.KW_CONSTRAINT); + this.any_name(); this.state = 6780; - this.name(); + this.match(PostgreSqlParser.KW_RENAME); this.state = 6781; this.match(PostgreSqlParser.KW_TO); this.state = 6782; this.name(); } break; - case 7: - this.enterOuterAlt(localContext, 7); + case 6: + this.enterOuterAlt(localContext, 6); { this.state = 6784; this.match(PostgreSqlParser.KW_ALTER); this.state = 6785; - this.match(PostgreSqlParser.KW_FOREIGN); + this.match(PostgreSqlParser.KW_DOMAIN); this.state = 6786; - this.match(PostgreSqlParser.KW_DATA); + this.any_name(); this.state = 6787; - this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 6788; - this.name(); - this.state = 6789; this.match(PostgreSqlParser.KW_RENAME); + this.state = 6788; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 6789; + this.name(); this.state = 6790; this.match(PostgreSqlParser.KW_TO); this.state = 6791; this.name(); } break; - case 8: - this.enterOuterAlt(localContext, 8); + case 7: + this.enterOuterAlt(localContext, 7); { this.state = 6793; this.match(PostgreSqlParser.KW_ALTER); this.state = 6794; - this.match(PostgreSqlParser.KW_FUNCTION); + this.match(PostgreSqlParser.KW_FOREIGN); this.state = 6795; - this.function_with_argtypes(); + this.match(PostgreSqlParser.KW_DATA); this.state = 6796; - this.match(PostgreSqlParser.KW_RENAME); + this.match(PostgreSqlParser.KW_WRAPPER); this.state = 6797; - this.match(PostgreSqlParser.KW_TO); + this.name(); this.state = 6798; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 6799; + this.match(PostgreSqlParser.KW_TO); + this.state = 6800; + this.name(); + } + break; + case 8: + this.enterOuterAlt(localContext, 8); + { + this.state = 6802; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 6803; + this.match(PostgreSqlParser.KW_FUNCTION); + this.state = 6804; + this.function_with_argtypes(); + this.state = 6805; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 6806; + this.match(PostgreSqlParser.KW_TO); + this.state = 6807; this.function_name_create(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 6800; + this.state = 6809; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6801; + this.state = 6810; this.match(PostgreSqlParser.KW_GROUP); - this.state = 6802; + this.state = 6811; this.roleid(); - this.state = 6803; + this.state = 6812; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6804; + this.state = 6813; this.match(PostgreSqlParser.KW_TO); - this.state = 6805; + this.state = 6814; this.roleid(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 6807; + this.state = 6816; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6809; + this.state = 6818; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 6808; + this.state = 6817; this.opt_procedural(); } } - this.state = 6811; + this.state = 6820; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6812; + this.state = 6821; this.name(); - this.state = 6813; + this.state = 6822; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6814; + this.state = 6823; this.match(PostgreSqlParser.KW_TO); - this.state = 6815; + this.state = 6824; this.name(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 6817; + this.state = 6826; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6818; + this.state = 6827; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 6819; + this.state = 6828; this.match(PostgreSqlParser.KW_CLASS); - this.state = 6820; + this.state = 6829; this.any_name(); - this.state = 6821; + this.state = 6830; this.match(PostgreSqlParser.KW_USING); - this.state = 6822; + this.state = 6831; this.name(); - this.state = 6823; + this.state = 6832; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6824; + this.state = 6833; this.match(PostgreSqlParser.KW_TO); - this.state = 6825; + this.state = 6834; this.name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 6827; + this.state = 6836; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6828; + this.state = 6837; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 6829; + this.state = 6838; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 6830; + this.state = 6839; this.any_name(); - this.state = 6831; + this.state = 6840; this.match(PostgreSqlParser.KW_USING); - this.state = 6832; + this.state = 6841; this.name(); - this.state = 6833; + this.state = 6842; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6834; + this.state = 6843; this.match(PostgreSqlParser.KW_TO); - this.state = 6835; + this.state = 6844; this.name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 6837; + this.state = 6846; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6838; + this.state = 6847; this.match(PostgreSqlParser.KW_POLICY); - this.state = 6840; + this.state = 6849; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 647, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 649, this.context) ) { case 1: { - this.state = 6839; + this.state = 6848; this.opt_if_exists(); } break; } - this.state = 6842; + this.state = 6851; this.name(); - this.state = 6843; + this.state = 6852; this.match(PostgreSqlParser.KW_ON); - this.state = 6844; + this.state = 6853; this.qualified_name(); - this.state = 6845; + this.state = 6854; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6846; + this.state = 6855; this.match(PostgreSqlParser.KW_TO); - this.state = 6847; + this.state = 6856; this.name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 6849; + this.state = 6858; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6850; + this.state = 6859; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 6851; + this.state = 6860; this.procedure_with_argtypes(); - this.state = 6852; + this.state = 6861; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6853; + this.state = 6862; this.match(PostgreSqlParser.KW_TO); - this.state = 6854; + this.state = 6863; this.procedure_name_create(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 6856; + this.state = 6865; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6857; + this.state = 6866; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 6858; + this.state = 6867; this.name(); - this.state = 6859; + this.state = 6868; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6860; + this.state = 6869; this.match(PostgreSqlParser.KW_TO); - this.state = 6861; + this.state = 6870; this.name(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 6863; + this.state = 6872; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6864; + this.state = 6873; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 6865; + this.state = 6874; this.routine_with_argtypes(); - this.state = 6866; + this.state = 6875; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6867; + this.state = 6876; this.match(PostgreSqlParser.KW_TO); - this.state = 6868; + this.state = 6877; this.name(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 6870; + this.state = 6879; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6871; + this.state = 6880; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 6872; + this.state = 6881; this.schema_name(); - this.state = 6873; + this.state = 6882; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6874; + this.state = 6883; this.match(PostgreSqlParser.KW_TO); - this.state = 6875; + this.state = 6884; this.schema_name_create(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 6877; + this.state = 6886; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6878; + this.state = 6887; this.match(PostgreSqlParser.KW_SERVER); - this.state = 6879; + this.state = 6888; this.name(); - this.state = 6880; + this.state = 6889; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6881; + this.state = 6890; this.match(PostgreSqlParser.KW_TO); - this.state = 6882; + this.state = 6891; this.name(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 6884; + this.state = 6893; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6885; + this.state = 6894; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 6886; + this.state = 6895; this.name(); - this.state = 6887; + this.state = 6896; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6888; + this.state = 6897; this.match(PostgreSqlParser.KW_TO); - this.state = 6889; + this.state = 6898; this.name(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 6891; + this.state = 6900; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6892; + this.state = 6901; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6894; + this.state = 6903; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 648, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 650, this.context) ) { case 1: { - this.state = 6893; + this.state = 6902; this.opt_if_exists(); } break; } - this.state = 6896; + this.state = 6905; this.relation_expr(); - this.state = 6897; + this.state = 6906; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6898; + this.state = 6907; this.match(PostgreSqlParser.KW_TO); - this.state = 6899; + this.state = 6908; this.table_name_create(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 6901; + this.state = 6910; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6902; + this.state = 6911; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 6904; + this.state = 6913; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 649, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 651, this.context) ) { case 1: { - this.state = 6903; + this.state = 6912; this.opt_if_exists(); } break; } - this.state = 6906; + this.state = 6915; this.qualified_name(); - this.state = 6907; + this.state = 6916; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6908; + this.state = 6917; this.match(PostgreSqlParser.KW_TO); - this.state = 6909; + this.state = 6918; this.name(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 6911; + this.state = 6920; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6912; + this.state = 6921; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6914; + this.state = 6923; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 650, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 652, this.context) ) { case 1: { - this.state = 6913; + this.state = 6922; this.opt_if_exists(); } break; } - this.state = 6916; + this.state = 6925; this.view_name(); - this.state = 6917; + this.state = 6926; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6918; + this.state = 6927; this.match(PostgreSqlParser.KW_TO); - this.state = 6919; + this.state = 6928; this.view_name_create(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 6921; + this.state = 6930; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6922; + this.state = 6931; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 6923; + this.state = 6932; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6925; + this.state = 6934; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 651, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 653, this.context) ) { case 1: { - this.state = 6924; + this.state = 6933; this.opt_if_exists(); } break; } - this.state = 6927; + this.state = 6936; this.view_name(); - this.state = 6928; + this.state = 6937; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6929; + this.state = 6938; this.match(PostgreSqlParser.KW_TO); - this.state = 6930; + this.state = 6939; this.view_name_create(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 6932; + this.state = 6941; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6933; + this.state = 6942; this.match(PostgreSqlParser.KW_INDEX); - this.state = 6935; + this.state = 6944; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 652, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 654, this.context) ) { case 1: { - this.state = 6934; + this.state = 6943; this.opt_if_exists(); } break; } - this.state = 6937; + this.state = 6946; this.qualified_name(); - this.state = 6938; + this.state = 6947; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6939; + this.state = 6948; this.match(PostgreSqlParser.KW_TO); - this.state = 6940; + this.state = 6949; this.name(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 6942; + this.state = 6951; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6943; + this.state = 6952; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 6944; + this.state = 6953; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6946; + this.state = 6955; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 653, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 655, this.context) ) { case 1: { - this.state = 6945; + this.state = 6954; this.opt_if_exists(); } break; } - this.state = 6948; + this.state = 6957; this.relation_expr(); - this.state = 6949; + this.state = 6958; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6950; + this.state = 6959; this.match(PostgreSqlParser.KW_TO); - this.state = 6951; + this.state = 6960; this.table_name_create(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 6953; + this.state = 6962; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6954; + this.state = 6963; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6956; + this.state = 6965; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 654, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 656, this.context) ) { case 1: { - this.state = 6955; + this.state = 6964; this.opt_if_exists(); } break; } - this.state = 6958; + this.state = 6967; this.relation_expr(); - this.state = 6959; + this.state = 6968; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6961; + this.state = 6970; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 655, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 657, this.context) ) { case 1: { - this.state = 6960; + this.state = 6969; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 6963; + this.state = 6972; this.column_name(); - this.state = 6964; + this.state = 6973; this.match(PostgreSqlParser.KW_TO); - this.state = 6965; + this.state = 6974; this.column_name_create(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 6967; + this.state = 6976; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6968; + this.state = 6977; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6970; + this.state = 6979; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 656, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 658, this.context) ) { case 1: { - this.state = 6969; + this.state = 6978; this.opt_if_exists(); } break; } - this.state = 6972; + this.state = 6981; this.view_name(); - this.state = 6973; + this.state = 6982; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6975; + this.state = 6984; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 657, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 659, this.context) ) { case 1: { - this.state = 6974; + this.state = 6983; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 6977; + this.state = 6986; this.column_name(); - this.state = 6978; + this.state = 6987; this.match(PostgreSqlParser.KW_TO); - this.state = 6979; + this.state = 6988; this.column_name_create(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 6981; + this.state = 6990; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6982; + this.state = 6991; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 6983; + this.state = 6992; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6985; + this.state = 6994; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 658, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 660, this.context) ) { case 1: { - this.state = 6984; + this.state = 6993; this.opt_if_exists(); } break; } - this.state = 6987; + this.state = 6996; this.view_name(); - this.state = 6988; + this.state = 6997; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6990; + this.state = 6999; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 659, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 661, this.context) ) { case 1: { - this.state = 6989; + this.state = 6998; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 6992; + this.state = 7001; this.column_name(); - this.state = 6993; + this.state = 7002; this.match(PostgreSqlParser.KW_TO); - this.state = 6994; + this.state = 7003; this.column_name_create(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 6996; + this.state = 7005; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6997; + this.state = 7006; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6999; + this.state = 7008; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 660, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 662, this.context) ) { case 1: { - this.state = 6998; + this.state = 7007; this.opt_if_exists(); } break; } - this.state = 7001; + this.state = 7010; this.relation_expr(); - this.state = 7002; + this.state = 7011; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7003; + this.state = 7012; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 7004; + this.state = 7013; this.name(); - this.state = 7005; + this.state = 7014; this.match(PostgreSqlParser.KW_TO); - this.state = 7006; + this.state = 7015; this.name(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 7008; + this.state = 7017; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7009; + this.state = 7018; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 7010; + this.state = 7019; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7012; + this.state = 7021; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 661, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 663, this.context) ) { case 1: { - this.state = 7011; + this.state = 7020; this.opt_if_exists(); } break; } - this.state = 7014; + this.state = 7023; this.relation_expr(); - this.state = 7015; + this.state = 7024; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7017; + this.state = 7026; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 662, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 664, this.context) ) { case 1: { - this.state = 7016; + this.state = 7025; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 7019; + this.state = 7028; this.column_name(); - this.state = 7020; + this.state = 7029; this.match(PostgreSqlParser.KW_TO); - this.state = 7021; + this.state = 7030; this.column_name_create(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 7023; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7024; - this.match(PostgreSqlParser.KW_RULE); - this.state = 7025; - this.name(); - this.state = 7026; - this.match(PostgreSqlParser.KW_ON); - this.state = 7027; - this.qualified_name(); - this.state = 7028; - this.match(PostgreSqlParser.KW_RENAME); - this.state = 7029; - this.match(PostgreSqlParser.KW_TO); - this.state = 7030; - this.name(); - } - break; - case 32: - this.enterOuterAlt(localContext, 32); - { this.state = 7032; this.match(PostgreSqlParser.KW_ALTER); this.state = 7033; - this.match(PostgreSqlParser.KW_TRIGGER); + this.match(PostgreSqlParser.KW_RULE); this.state = 7034; this.name(); this.state = 7035; @@ -32729,104 +32753,104 @@ export class PostgreSqlParser extends SQLParserBase { this.name(); } break; - case 33: - this.enterOuterAlt(localContext, 33); + case 32: + this.enterOuterAlt(localContext, 32); { this.state = 7041; this.match(PostgreSqlParser.KW_ALTER); this.state = 7042; - this.match(PostgreSqlParser.KW_EVENT); - this.state = 7043; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 7044; + this.state = 7043; this.name(); + this.state = 7044; + this.match(PostgreSqlParser.KW_ON); this.state = 7045; - this.match(PostgreSqlParser.KW_RENAME); + this.qualified_name(); this.state = 7046; - this.match(PostgreSqlParser.KW_TO); + this.match(PostgreSqlParser.KW_RENAME); this.state = 7047; + this.match(PostgreSqlParser.KW_TO); + this.state = 7048; + this.name(); + } + break; + case 33: + this.enterOuterAlt(localContext, 33); + { + this.state = 7050; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 7051; + this.match(PostgreSqlParser.KW_EVENT); + this.state = 7052; + this.match(PostgreSqlParser.KW_TRIGGER); + this.state = 7053; + this.name(); + this.state = 7054; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 7055; + this.match(PostgreSqlParser.KW_TO); + this.state = 7056; this.name(); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 7049; + this.state = 7058; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7050; + this.state = 7059; this.match(PostgreSqlParser.KW_ROLE); - this.state = 7051; + this.state = 7060; this.roleid(); - this.state = 7052; + this.state = 7061; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7053; + this.state = 7062; this.match(PostgreSqlParser.KW_TO); - this.state = 7054; + this.state = 7063; this.roleid(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 7056; + this.state = 7065; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7057; + this.state = 7066; this.match(PostgreSqlParser.KW_USER); - this.state = 7058; + this.state = 7067; this.roleid(); - this.state = 7059; + this.state = 7068; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7060; + this.state = 7069; this.match(PostgreSqlParser.KW_TO); - this.state = 7061; + this.state = 7070; this.roleid(); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 7063; + this.state = 7072; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7064; + this.state = 7073; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 7065; + this.state = 7074; this.tablespace_name(); - this.state = 7066; + this.state = 7075; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7067; + this.state = 7076; this.match(PostgreSqlParser.KW_TO); - this.state = 7068; + this.state = 7077; this.tablespace_name_create(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 7070; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7071; - this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 7072; - this.any_name(); - this.state = 7073; - this.match(PostgreSqlParser.KW_RENAME); - this.state = 7074; - this.match(PostgreSqlParser.KW_TO); - this.state = 7075; - this.name(); - } - break; - case 38: - this.enterOuterAlt(localContext, 38); - { - this.state = 7077; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7078; - this.match(PostgreSqlParser.KW_TEXT); this.state = 7079; - this.match(PostgreSqlParser.KW_SEARCH); + this.match(PostgreSqlParser.KW_ALTER); this.state = 7080; - this.match(PostgreSqlParser.KW_PARSER); + this.match(PostgreSqlParser.KW_STATISTICS); this.state = 7081; this.any_name(); this.state = 7082; @@ -32837,8 +32861,8 @@ export class PostgreSqlParser extends SQLParserBase { this.name(); } break; - case 39: - this.enterOuterAlt(localContext, 39); + case 38: + this.enterOuterAlt(localContext, 38); { this.state = 7086; this.match(PostgreSqlParser.KW_ALTER); @@ -32847,7 +32871,7 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7088; this.match(PostgreSqlParser.KW_SEARCH); this.state = 7089; - this.match(PostgreSqlParser.KW_DICTIONARY); + this.match(PostgreSqlParser.KW_PARSER); this.state = 7090; this.any_name(); this.state = 7091; @@ -32858,8 +32882,8 @@ export class PostgreSqlParser extends SQLParserBase { this.name(); } break; - case 40: - this.enterOuterAlt(localContext, 40); + case 39: + this.enterOuterAlt(localContext, 39); { this.state = 7095; this.match(PostgreSqlParser.KW_ALTER); @@ -32868,7 +32892,7 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7097; this.match(PostgreSqlParser.KW_SEARCH); this.state = 7098; - this.match(PostgreSqlParser.KW_TEMPLATE); + this.match(PostgreSqlParser.KW_DICTIONARY); this.state = 7099; this.any_name(); this.state = 7100; @@ -32879,8 +32903,8 @@ export class PostgreSqlParser extends SQLParserBase { this.name(); } break; - case 41: - this.enterOuterAlt(localContext, 41); + case 40: + this.enterOuterAlt(localContext, 40); { this.state = 7104; this.match(PostgreSqlParser.KW_ALTER); @@ -32889,7 +32913,7 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7106; this.match(PostgreSqlParser.KW_SEARCH); this.state = 7107; - this.match(PostgreSqlParser.KW_CONFIGURATION); + this.match(PostgreSqlParser.KW_TEMPLATE); this.state = 7108; this.any_name(); this.state = 7109; @@ -32900,48 +32924,69 @@ export class PostgreSqlParser extends SQLParserBase { this.name(); } break; - case 42: - this.enterOuterAlt(localContext, 42); + case 41: + this.enterOuterAlt(localContext, 41); { this.state = 7113; this.match(PostgreSqlParser.KW_ALTER); this.state = 7114; - this.match(PostgreSqlParser.KW_TYPE); + this.match(PostgreSqlParser.KW_TEXT); this.state = 7115; - this.any_name(); + this.match(PostgreSqlParser.KW_SEARCH); this.state = 7116; - this.match(PostgreSqlParser.KW_RENAME); + this.match(PostgreSqlParser.KW_CONFIGURATION); this.state = 7117; - this.match(PostgreSqlParser.KW_TO); + this.any_name(); this.state = 7118; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 7119; + this.match(PostgreSqlParser.KW_TO); + this.state = 7120; + this.name(); + } + break; + case 42: + this.enterOuterAlt(localContext, 42); + { + this.state = 7122; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 7123; + this.match(PostgreSqlParser.KW_TYPE); + this.state = 7124; + this.any_name(); + this.state = 7125; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 7126; + this.match(PostgreSqlParser.KW_TO); + this.state = 7127; this.name(); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 7120; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7121; - this.match(PostgreSqlParser.KW_TYPE); - this.state = 7122; - this.any_name(); - this.state = 7123; - this.match(PostgreSqlParser.KW_RENAME); - this.state = 7124; - this.match(PostgreSqlParser.KW_ATTRIBUTE); - this.state = 7125; - this.name(); - this.state = 7126; - this.match(PostgreSqlParser.KW_TO); - this.state = 7127; - this.name(); this.state = 7129; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 7130; + this.match(PostgreSqlParser.KW_TYPE); + this.state = 7131; + this.any_name(); + this.state = 7132; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 7133; + this.match(PostgreSqlParser.KW_ATTRIBUTE); + this.state = 7134; + this.name(); + this.state = 7135; + this.match(PostgreSqlParser.KW_TO); + this.state = 7136; + this.name(); + this.state = 7138; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 663, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 665, this.context) ) { case 1: { - this.state = 7128; + this.state = 7137; this.opt_drop_behavior(); } break; @@ -32966,13 +33011,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_set_data(): Opt_set_dataContext { let localContext = new Opt_set_dataContext(this.context, this.state); - this.enterRule(localContext, 770, PostgreSqlParser.RULE_opt_set_data); + this.enterRule(localContext, 772, PostgreSqlParser.RULE_opt_set_data); try { this.enterOuterAlt(localContext, 1); { - this.state = 7133; + this.state = 7142; this.match(PostgreSqlParser.KW_SET); - this.state = 7134; + this.state = 7143; this.match(PostgreSqlParser.KW_DATA); } } @@ -32992,189 +33037,189 @@ export class PostgreSqlParser extends SQLParserBase { } public alterobjectdependsstmt(): AlterobjectdependsstmtContext { let localContext = new AlterobjectdependsstmtContext(this.context, this.state); - this.enterRule(localContext, 772, PostgreSqlParser.RULE_alterobjectdependsstmt); + this.enterRule(localContext, 774, PostgreSqlParser.RULE_alterobjectdependsstmt); let _la: number; try { - this.state = 7205; + this.state = 7214; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 671, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 673, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7136; + this.state = 7145; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7137; + this.state = 7146; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 7138; + this.state = 7147; this.function_with_argtypes(); - this.state = 7140; + this.state = 7149; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7139; + this.state = 7148; this.opt_no(); } } - this.state = 7142; + this.state = 7151; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7143; + this.state = 7152; this.match(PostgreSqlParser.KW_ON); - this.state = 7144; + this.state = 7153; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7145; + this.state = 7154; this.name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7147; + this.state = 7156; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7148; + this.state = 7157; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 7149; + this.state = 7158; this.procedure_with_argtypes(); - this.state = 7151; + this.state = 7160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7150; + this.state = 7159; this.opt_no(); } } - this.state = 7153; + this.state = 7162; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7154; + this.state = 7163; this.match(PostgreSqlParser.KW_ON); - this.state = 7155; + this.state = 7164; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7156; + this.state = 7165; this.name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7158; + this.state = 7167; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7159; + this.state = 7168; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 7160; + this.state = 7169; this.routine_with_argtypes(); - this.state = 7162; + this.state = 7171; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7161; + this.state = 7170; this.opt_no(); } } - this.state = 7164; + this.state = 7173; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7165; + this.state = 7174; this.match(PostgreSqlParser.KW_ON); - this.state = 7166; + this.state = 7175; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7167; + this.state = 7176; this.name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7169; + this.state = 7178; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7170; + this.state = 7179; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 7171; + this.state = 7180; this.name(); - this.state = 7172; + this.state = 7181; this.match(PostgreSqlParser.KW_ON); - this.state = 7173; + this.state = 7182; this.qualified_name(); - this.state = 7175; + this.state = 7184; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7174; + this.state = 7183; this.opt_no(); } } - this.state = 7177; + this.state = 7186; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7178; + this.state = 7187; this.match(PostgreSqlParser.KW_ON); - this.state = 7179; + this.state = 7188; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7180; + this.state = 7189; this.name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7182; + this.state = 7191; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7183; + this.state = 7192; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 7184; + this.state = 7193; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7185; + this.state = 7194; this.view_name(); - this.state = 7187; + this.state = 7196; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7186; + this.state = 7195; this.opt_no(); } } - this.state = 7189; + this.state = 7198; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7190; + this.state = 7199; this.match(PostgreSqlParser.KW_ON); - this.state = 7191; + this.state = 7200; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7192; + this.state = 7201; this.name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7194; + this.state = 7203; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7195; + this.state = 7204; this.match(PostgreSqlParser.KW_INDEX); - this.state = 7196; + this.state = 7205; this.qualified_name(); - this.state = 7198; + this.state = 7207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7197; + this.state = 7206; this.opt_no(); } } - this.state = 7200; + this.state = 7209; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7201; + this.state = 7210; this.match(PostgreSqlParser.KW_ON); - this.state = 7202; + this.state = 7211; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7203; + this.state = 7212; this.name(); } break; @@ -33196,11 +33241,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_no(): Opt_noContext { let localContext = new Opt_noContext(this.context, this.state); - this.enterRule(localContext, 774, PostgreSqlParser.RULE_opt_no); + this.enterRule(localContext, 776, PostgreSqlParser.RULE_opt_no); try { this.enterOuterAlt(localContext, 1); { - this.state = 7207; + this.state = 7216; this.match(PostgreSqlParser.KW_NO); } } @@ -33220,265 +33265,244 @@ export class PostgreSqlParser extends SQLParserBase { } public alterobjectschemastmt(): AlterobjectschemastmtContext { let localContext = new AlterobjectschemastmtContext(this.context, this.state); - this.enterRule(localContext, 776, PostgreSqlParser.RULE_alterobjectschemastmt); + this.enterRule(localContext, 778, PostgreSqlParser.RULE_alterobjectschemastmt); try { - this.state = 7394; + this.state = 7403; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 677, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 679, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7209; + this.state = 7218; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7210; + this.state = 7219; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 7211; + this.state = 7220; this.aggregate_with_argtypes(); - this.state = 7212; + this.state = 7221; this.match(PostgreSqlParser.KW_SET); - this.state = 7213; + this.state = 7222; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7214; + this.state = 7223; this.schema_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7216; + this.state = 7225; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7217; + this.state = 7226; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 7218; + this.state = 7227; this.any_name(); - this.state = 7219; + this.state = 7228; this.match(PostgreSqlParser.KW_SET); - this.state = 7220; + this.state = 7229; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7221; + this.state = 7230; this.schema_name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7223; + this.state = 7232; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7224; + this.state = 7233; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 7225; + this.state = 7234; this.any_name(); - this.state = 7226; + this.state = 7235; this.match(PostgreSqlParser.KW_SET); - this.state = 7227; + this.state = 7236; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7228; + this.state = 7237; this.schema_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7230; + this.state = 7239; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7231; + this.state = 7240; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 7232; + this.state = 7241; this.any_name(); - this.state = 7233; + this.state = 7242; this.match(PostgreSqlParser.KW_SET); - this.state = 7234; + this.state = 7243; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7235; + this.state = 7244; this.schema_name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7237; + this.state = 7246; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7238; + this.state = 7247; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7239; + this.state = 7248; this.name(); - this.state = 7240; + this.state = 7249; this.match(PostgreSqlParser.KW_SET); - this.state = 7241; + this.state = 7250; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7242; + this.state = 7251; this.schema_name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7244; + this.state = 7253; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7245; + this.state = 7254; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 7246; + this.state = 7255; this.function_with_argtypes(); - this.state = 7247; + this.state = 7256; this.match(PostgreSqlParser.KW_SET); - this.state = 7248; + this.state = 7257; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7249; + this.state = 7258; this.schema_name(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7251; + this.state = 7260; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7252; + this.state = 7261; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7253; + this.state = 7262; this.operator_with_argtypes(); - this.state = 7254; + this.state = 7263; this.match(PostgreSqlParser.KW_SET); - this.state = 7255; + this.state = 7264; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7256; + this.state = 7265; this.schema_name(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7258; + this.state = 7267; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7259; + this.state = 7268; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7260; + this.state = 7269; this.match(PostgreSqlParser.KW_CLASS); - this.state = 7261; + this.state = 7270; this.any_name(); - this.state = 7262; + this.state = 7271; this.match(PostgreSqlParser.KW_USING); - this.state = 7263; + this.state = 7272; this.name(); - this.state = 7264; + this.state = 7273; this.match(PostgreSqlParser.KW_SET); - this.state = 7265; + this.state = 7274; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7266; + this.state = 7275; this.schema_name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7268; + this.state = 7277; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7269; + this.state = 7278; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7270; + this.state = 7279; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 7271; + this.state = 7280; this.any_name(); - this.state = 7272; + this.state = 7281; this.match(PostgreSqlParser.KW_USING); - this.state = 7273; + this.state = 7282; this.name(); - this.state = 7274; + this.state = 7283; this.match(PostgreSqlParser.KW_SET); - this.state = 7275; + this.state = 7284; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7276; + this.state = 7285; this.schema_name(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7278; + this.state = 7287; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7279; + this.state = 7288; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 7280; + this.state = 7289; this.procedure_with_argtypes(); - this.state = 7281; + this.state = 7290; this.match(PostgreSqlParser.KW_SET); - this.state = 7282; + this.state = 7291; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7283; + this.state = 7292; this.schema_name(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7285; + this.state = 7294; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7286; + this.state = 7295; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 7287; + this.state = 7296; this.routine_with_argtypes(); - this.state = 7288; + this.state = 7297; this.match(PostgreSqlParser.KW_SET); - this.state = 7289; + this.state = 7298; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7290; + this.state = 7299; this.schema_name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7292; + this.state = 7301; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7293; + this.state = 7302; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7295; + this.state = 7304; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 672, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 674, this.context) ) { case 1: { - this.state = 7294; + this.state = 7303; this.opt_if_exists(); } break; } - this.state = 7297; + this.state = 7306; this.relation_expr(); - this.state = 7298; + this.state = 7307; this.match(PostgreSqlParser.KW_SET); - this.state = 7299; + this.state = 7308; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7300; + this.state = 7309; this.schema_name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7302; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7303; - this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 7304; - this.any_name(); - this.state = 7305; - this.match(PostgreSqlParser.KW_SET); - this.state = 7306; - this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7307; - this.schema_name(); - } - break; - case 14: - this.enterOuterAlt(localContext, 14); - { - this.state = 7309; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7310; - this.match(PostgreSqlParser.KW_TEXT); this.state = 7311; - this.match(PostgreSqlParser.KW_SEARCH); + this.match(PostgreSqlParser.KW_ALTER); this.state = 7312; - this.match(PostgreSqlParser.KW_PARSER); + this.match(PostgreSqlParser.KW_STATISTICS); this.state = 7313; this.any_name(); this.state = 7314; @@ -33489,8 +33513,8 @@ export class PostgreSqlParser extends SQLParserBase { this.schema_name(); } break; - case 15: - this.enterOuterAlt(localContext, 15); + case 14: + this.enterOuterAlt(localContext, 14); { this.state = 7318; this.match(PostgreSqlParser.KW_ALTER); @@ -33499,7 +33523,7 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7320; this.match(PostgreSqlParser.KW_SEARCH); this.state = 7321; - this.match(PostgreSqlParser.KW_DICTIONARY); + this.match(PostgreSqlParser.KW_PARSER); this.state = 7322; this.any_name(); this.state = 7323; @@ -33510,8 +33534,8 @@ export class PostgreSqlParser extends SQLParserBase { this.schema_name(); } break; - case 16: - this.enterOuterAlt(localContext, 16); + case 15: + this.enterOuterAlt(localContext, 15); { this.state = 7327; this.match(PostgreSqlParser.KW_ALTER); @@ -33520,7 +33544,7 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7329; this.match(PostgreSqlParser.KW_SEARCH); this.state = 7330; - this.match(PostgreSqlParser.KW_TEMPLATE); + this.match(PostgreSqlParser.KW_DICTIONARY); this.state = 7331; this.any_name(); this.state = 7332; @@ -33531,8 +33555,8 @@ export class PostgreSqlParser extends SQLParserBase { this.schema_name(); } break; - case 17: - this.enterOuterAlt(localContext, 17); + case 16: + this.enterOuterAlt(localContext, 16); { this.state = 7336; this.match(PostgreSqlParser.KW_ALTER); @@ -33541,7 +33565,7 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7338; this.match(PostgreSqlParser.KW_SEARCH); this.state = 7339; - this.match(PostgreSqlParser.KW_CONFIGURATION); + this.match(PostgreSqlParser.KW_TEMPLATE); this.state = 7340; this.any_name(); this.state = 7341; @@ -33552,132 +33576,153 @@ export class PostgreSqlParser extends SQLParserBase { this.schema_name(); } break; - case 18: - this.enterOuterAlt(localContext, 18); + case 17: + this.enterOuterAlt(localContext, 17); { this.state = 7345; this.match(PostgreSqlParser.KW_ALTER); this.state = 7346; - this.match(PostgreSqlParser.KW_SEQUENCE); + this.match(PostgreSqlParser.KW_TEXT); + this.state = 7347; + this.match(PostgreSqlParser.KW_SEARCH); this.state = 7348; + this.match(PostgreSqlParser.KW_CONFIGURATION); + this.state = 7349; + this.any_name(); + this.state = 7350; + this.match(PostgreSqlParser.KW_SET); + this.state = 7351; + this.match(PostgreSqlParser.KW_SCHEMA); + this.state = 7352; + this.schema_name(); + } + break; + case 18: + this.enterOuterAlt(localContext, 18); + { + this.state = 7354; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 7355; + this.match(PostgreSqlParser.KW_SEQUENCE); + this.state = 7357; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 673, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 675, this.context) ) { case 1: { - this.state = 7347; + this.state = 7356; this.opt_if_exists(); } break; } - this.state = 7350; + this.state = 7359; this.qualified_name(); - this.state = 7351; + this.state = 7360; this.match(PostgreSqlParser.KW_SET); - this.state = 7352; + this.state = 7361; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7353; + this.state = 7362; this.schema_name(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 7355; + this.state = 7364; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7356; + this.state = 7365; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7358; + this.state = 7367; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 674, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 676, this.context) ) { case 1: { - this.state = 7357; + this.state = 7366; this.opt_if_exists(); } break; } - this.state = 7360; + this.state = 7369; this.view_name(); - this.state = 7361; + this.state = 7370; this.match(PostgreSqlParser.KW_SET); - this.state = 7362; + this.state = 7371; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7363; + this.state = 7372; this.schema_name(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 7365; + this.state = 7374; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7366; + this.state = 7375; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 7367; + this.state = 7376; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7369; + this.state = 7378; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 675, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 677, this.context) ) { case 1: { - this.state = 7368; + this.state = 7377; this.opt_if_exists(); } break; } - this.state = 7371; + this.state = 7380; this.view_name(); - this.state = 7372; + this.state = 7381; this.match(PostgreSqlParser.KW_SET); - this.state = 7373; + this.state = 7382; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7374; + this.state = 7383; this.schema_name(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 7376; + this.state = 7385; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7377; + this.state = 7386; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 7378; + this.state = 7387; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7380; + this.state = 7389; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 676, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 678, this.context) ) { case 1: { - this.state = 7379; + this.state = 7388; this.opt_if_exists(); } break; } - this.state = 7382; + this.state = 7391; this.relation_expr(); - this.state = 7383; + this.state = 7392; this.match(PostgreSqlParser.KW_SET); - this.state = 7384; + this.state = 7393; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7385; + this.state = 7394; this.schema_name(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7387; + this.state = 7396; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7388; + this.state = 7397; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7389; + this.state = 7398; this.any_name(); - this.state = 7390; + this.state = 7399; this.match(PostgreSqlParser.KW_SET); - this.state = 7391; + this.state = 7400; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7392; + this.state = 7401; this.schema_name(); } break; @@ -33699,23 +33744,23 @@ export class PostgreSqlParser extends SQLParserBase { } public alteroperatorstmt(): AlteroperatorstmtContext { let localContext = new AlteroperatorstmtContext(this.context, this.state); - this.enterRule(localContext, 778, PostgreSqlParser.RULE_alteroperatorstmt); + this.enterRule(localContext, 780, PostgreSqlParser.RULE_alteroperatorstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7396; + this.state = 7405; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7397; + this.state = 7406; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7398; + this.state = 7407; this.operator_with_argtypes(); - this.state = 7399; + this.state = 7408; this.match(PostgreSqlParser.KW_SET); - this.state = 7400; + this.state = 7409; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7401; + this.state = 7410; this.operator_def_list(); - this.state = 7402; + this.state = 7411; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -33735,26 +33780,26 @@ 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, 780, PostgreSqlParser.RULE_operator_def_list); + this.enterRule(localContext, 782, PostgreSqlParser.RULE_operator_def_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7404; + this.state = 7413; this.operator_def_elem(); - this.state = 7409; + this.state = 7418; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7405; + this.state = 7414; this.match(PostgreSqlParser.COMMA); - this.state = 7406; + this.state = 7415; this.operator_def_elem(); } } - this.state = 7411; + this.state = 7420; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -33776,30 +33821,30 @@ 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, 782, PostgreSqlParser.RULE_operator_def_elem); + this.enterRule(localContext, 784, PostgreSqlParser.RULE_operator_def_elem); try { - this.state = 7420; + this.state = 7429; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 679, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 681, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7412; + this.state = 7421; this.collabel(); - this.state = 7413; + this.state = 7422; this.match(PostgreSqlParser.EQUAL); - this.state = 7414; + this.state = 7423; this.match(PostgreSqlParser.KW_NONE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7416; + this.state = 7425; this.collabel(); - this.state = 7417; + this.state = 7426; this.match(PostgreSqlParser.EQUAL); - this.state = 7418; + this.state = 7427; this.operator_def_arg(); } break; @@ -33821,43 +33866,43 @@ export class PostgreSqlParser extends SQLParserBase { } public operator_def_arg(): Operator_def_argContext { let localContext = new Operator_def_argContext(this.context, this.state); - this.enterRule(localContext, 784, PostgreSqlParser.RULE_operator_def_arg); + this.enterRule(localContext, 786, PostgreSqlParser.RULE_operator_def_arg); try { - this.state = 7427; + this.state = 7436; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 680, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 682, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7422; + this.state = 7431; this.func_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7423; + this.state = 7432; this.reserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7424; + this.state = 7433; this.qual_all_op(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7425; + this.state = 7434; this.numericonly(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7426; + this.state = 7435; this.sconst(); } break; @@ -33879,23 +33924,23 @@ export class PostgreSqlParser extends SQLParserBase { } public altertypestmt(): AltertypestmtContext { let localContext = new AltertypestmtContext(this.context, this.state); - this.enterRule(localContext, 786, PostgreSqlParser.RULE_altertypestmt); + this.enterRule(localContext, 788, PostgreSqlParser.RULE_altertypestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7429; + this.state = 7438; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7430; + this.state = 7439; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7431; + this.state = 7440; this.any_name(); - this.state = 7432; + this.state = 7441; this.match(PostgreSqlParser.KW_SET); - this.state = 7433; + this.state = 7442; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7434; + this.state = 7443; this.operator_def_list(); - this.state = 7435; + this.state = 7444; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -33915,336 +33960,315 @@ export class PostgreSqlParser extends SQLParserBase { } public alterownerstmt(): AlterownerstmtContext { let localContext = new AlterownerstmtContext(this.context, this.state); - this.enterRule(localContext, 788, PostgreSqlParser.RULE_alterownerstmt); + this.enterRule(localContext, 790, PostgreSqlParser.RULE_alterownerstmt); let _la: number; try { - this.state = 7622; + this.state = 7631; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 682, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 684, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7437; + this.state = 7446; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7438; + this.state = 7447; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 7439; + this.state = 7448; this.aggregate_with_argtypes(); - this.state = 7440; + this.state = 7449; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7441; + this.state = 7450; this.match(PostgreSqlParser.KW_TO); - this.state = 7442; + this.state = 7451; this.rolespec(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7444; + this.state = 7453; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7445; + this.state = 7454; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 7446; + this.state = 7455; this.any_name(); - this.state = 7447; + this.state = 7456; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7448; + this.state = 7457; this.match(PostgreSqlParser.KW_TO); - this.state = 7449; + this.state = 7458; this.rolespec(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7451; + this.state = 7460; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7452; + this.state = 7461; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 7453; + this.state = 7462; this.any_name(); - this.state = 7454; + this.state = 7463; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7455; + this.state = 7464; this.match(PostgreSqlParser.KW_TO); - this.state = 7456; + this.state = 7465; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7458; + this.state = 7467; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7459; + this.state = 7468; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 7460; + this.state = 7469; this.database_name(); - this.state = 7461; + this.state = 7470; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7462; + this.state = 7471; this.match(PostgreSqlParser.KW_TO); - this.state = 7463; + this.state = 7472; this.rolespec(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7465; + this.state = 7474; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7466; + this.state = 7475; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 7467; + this.state = 7476; this.any_name(); - this.state = 7468; + this.state = 7477; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7469; + this.state = 7478; this.match(PostgreSqlParser.KW_TO); - this.state = 7470; + this.state = 7479; this.rolespec(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7472; + this.state = 7481; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7473; + this.state = 7482; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 7474; + this.state = 7483; this.function_with_argtypes(); - this.state = 7475; + this.state = 7484; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7476; + this.state = 7485; this.match(PostgreSqlParser.KW_TO); - this.state = 7477; + this.state = 7486; this.rolespec(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7479; + this.state = 7488; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7481; + this.state = 7490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 7480; + this.state = 7489; this.opt_procedural(); } } - this.state = 7483; + this.state = 7492; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 7484; + this.state = 7493; this.name(); - this.state = 7485; + this.state = 7494; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7486; + this.state = 7495; this.match(PostgreSqlParser.KW_TO); - this.state = 7487; + this.state = 7496; this.rolespec(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7489; + this.state = 7498; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7490; + this.state = 7499; this.match(PostgreSqlParser.KW_LARGE); - this.state = 7491; + this.state = 7500; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 7492; + this.state = 7501; this.numericonly(); - this.state = 7493; + this.state = 7502; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7494; + this.state = 7503; this.match(PostgreSqlParser.KW_TO); - this.state = 7495; + this.state = 7504; this.rolespec(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7497; + this.state = 7506; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7498; + this.state = 7507; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7499; + this.state = 7508; this.operator_with_argtypes(); - this.state = 7500; + this.state = 7509; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7501; + this.state = 7510; this.match(PostgreSqlParser.KW_TO); - this.state = 7502; + this.state = 7511; this.rolespec(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7504; + this.state = 7513; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7505; + this.state = 7514; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7506; + this.state = 7515; this.match(PostgreSqlParser.KW_CLASS); - this.state = 7507; + this.state = 7516; this.any_name(); - this.state = 7508; + this.state = 7517; this.match(PostgreSqlParser.KW_USING); - this.state = 7509; + this.state = 7518; this.name(); - this.state = 7510; + this.state = 7519; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7511; + this.state = 7520; this.match(PostgreSqlParser.KW_TO); - this.state = 7512; + this.state = 7521; this.rolespec(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7514; + this.state = 7523; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7515; + this.state = 7524; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7516; + this.state = 7525; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 7517; + this.state = 7526; this.any_name(); - this.state = 7518; + this.state = 7527; this.match(PostgreSqlParser.KW_USING); - this.state = 7519; + this.state = 7528; this.name(); - this.state = 7520; + this.state = 7529; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7521; + this.state = 7530; this.match(PostgreSqlParser.KW_TO); - this.state = 7522; + this.state = 7531; this.rolespec(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7524; + this.state = 7533; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7525; + this.state = 7534; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 7526; + this.state = 7535; this.procedure_with_argtypes(); - this.state = 7527; + this.state = 7536; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7528; + this.state = 7537; this.match(PostgreSqlParser.KW_TO); - this.state = 7529; + this.state = 7538; this.rolespec(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7531; + this.state = 7540; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7532; + this.state = 7541; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 7533; + this.state = 7542; this.routine_with_argtypes(); - this.state = 7534; + this.state = 7543; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7535; + this.state = 7544; this.match(PostgreSqlParser.KW_TO); - this.state = 7536; + this.state = 7545; this.rolespec(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 7538; + this.state = 7547; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7539; + this.state = 7548; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7540; + this.state = 7549; this.schema_name(); - this.state = 7541; + this.state = 7550; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7542; + this.state = 7551; this.match(PostgreSqlParser.KW_TO); - this.state = 7543; + this.state = 7552; this.rolespec(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 7545; + this.state = 7554; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7546; + this.state = 7555; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7547; + this.state = 7556; this.any_name(); - this.state = 7548; + this.state = 7557; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7549; + this.state = 7558; this.match(PostgreSqlParser.KW_TO); - this.state = 7550; + this.state = 7559; this.rolespec(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 7552; + this.state = 7561; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7553; + this.state = 7562; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 7554; + this.state = 7563; this.tablespace_name(); - this.state = 7555; + this.state = 7564; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7556; + this.state = 7565; this.match(PostgreSqlParser.KW_TO); - this.state = 7557; + this.state = 7566; this.rolespec(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 7559; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7560; - this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 7561; - this.any_name(); - this.state = 7562; - this.match(PostgreSqlParser.KW_OWNER); - this.state = 7563; - this.match(PostgreSqlParser.KW_TO); - this.state = 7564; - this.rolespec(); - } - break; - case 18: - this.enterOuterAlt(localContext, 18); - { - this.state = 7566; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7567; - this.match(PostgreSqlParser.KW_TEXT); this.state = 7568; - this.match(PostgreSqlParser.KW_SEARCH); + this.match(PostgreSqlParser.KW_ALTER); this.state = 7569; - this.match(PostgreSqlParser.KW_DICTIONARY); + this.match(PostgreSqlParser.KW_STATISTICS); this.state = 7570; this.any_name(); this.state = 7571; @@ -34255,8 +34279,8 @@ export class PostgreSqlParser extends SQLParserBase { this.rolespec(); } break; - case 19: - this.enterOuterAlt(localContext, 19); + case 18: + this.enterOuterAlt(localContext, 18); { this.state = 7575; this.match(PostgreSqlParser.KW_ALTER); @@ -34265,7 +34289,7 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7577; this.match(PostgreSqlParser.KW_SEARCH); this.state = 7578; - this.match(PostgreSqlParser.KW_CONFIGURATION); + this.match(PostgreSqlParser.KW_DICTIONARY); this.state = 7579; this.any_name(); this.state = 7580; @@ -34276,19 +34300,19 @@ export class PostgreSqlParser extends SQLParserBase { this.rolespec(); } break; - case 20: - this.enterOuterAlt(localContext, 20); + case 19: + this.enterOuterAlt(localContext, 19); { this.state = 7584; this.match(PostgreSqlParser.KW_ALTER); this.state = 7585; - this.match(PostgreSqlParser.KW_FOREIGN); + this.match(PostgreSqlParser.KW_TEXT); this.state = 7586; - this.match(PostgreSqlParser.KW_DATA); + this.match(PostgreSqlParser.KW_SEARCH); this.state = 7587; - this.match(PostgreSqlParser.KW_WRAPPER); + this.match(PostgreSqlParser.KW_CONFIGURATION); this.state = 7588; - this.name(); + this.any_name(); this.state = 7589; this.match(PostgreSqlParser.KW_OWNER); this.state = 7590; @@ -34297,73 +34321,94 @@ export class PostgreSqlParser extends SQLParserBase { this.rolespec(); } break; - case 21: - this.enterOuterAlt(localContext, 21); + case 20: + this.enterOuterAlt(localContext, 20); { this.state = 7593; this.match(PostgreSqlParser.KW_ALTER); this.state = 7594; - this.match(PostgreSqlParser.KW_SERVER); + this.match(PostgreSqlParser.KW_FOREIGN); this.state = 7595; - this.name(); + this.match(PostgreSqlParser.KW_DATA); this.state = 7596; - this.match(PostgreSqlParser.KW_OWNER); + this.match(PostgreSqlParser.KW_WRAPPER); this.state = 7597; - this.match(PostgreSqlParser.KW_TO); + this.name(); this.state = 7598; + this.match(PostgreSqlParser.KW_OWNER); + this.state = 7599; + this.match(PostgreSqlParser.KW_TO); + this.state = 7600; + this.rolespec(); + } + break; + case 21: + this.enterOuterAlt(localContext, 21); + { + this.state = 7602; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 7603; + this.match(PostgreSqlParser.KW_SERVER); + this.state = 7604; + this.name(); + this.state = 7605; + this.match(PostgreSqlParser.KW_OWNER); + this.state = 7606; + this.match(PostgreSqlParser.KW_TO); + this.state = 7607; this.rolespec(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7600; + this.state = 7609; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7601; + this.state = 7610; this.match(PostgreSqlParser.KW_EVENT); - this.state = 7602; + this.state = 7611; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 7603; + this.state = 7612; this.name(); - this.state = 7604; + this.state = 7613; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7605; + this.state = 7614; this.match(PostgreSqlParser.KW_TO); - this.state = 7606; + this.state = 7615; this.rolespec(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 7608; + this.state = 7617; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7609; + this.state = 7618; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7610; + this.state = 7619; this.name(); - this.state = 7611; + this.state = 7620; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7612; + this.state = 7621; this.match(PostgreSqlParser.KW_TO); - this.state = 7613; + this.state = 7622; this.rolespec(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 7615; + this.state = 7624; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7616; + this.state = 7625; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7617; + this.state = 7626; this.name(); - this.state = 7618; + this.state = 7627; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7619; + this.state = 7628; this.match(PostgreSqlParser.KW_TO); - this.state = 7620; + this.state = 7629; this.rolespec(); } break; @@ -34385,33 +34430,33 @@ export class PostgreSqlParser extends SQLParserBase { } public createpublicationstmt(): CreatepublicationstmtContext { let localContext = new CreatepublicationstmtContext(this.context, this.state); - this.enterRule(localContext, 790, PostgreSqlParser.RULE_createpublicationstmt); + this.enterRule(localContext, 792, PostgreSqlParser.RULE_createpublicationstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7624; + this.state = 7633; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7625; + this.state = 7634; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7626; + this.state = 7635; this.name(); - this.state = 7628; + this.state = 7637; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 7627; + this.state = 7636; this.opt_publication_for_tables(); } } - this.state = 7631; + this.state = 7640; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 684, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 686, this.context) ) { case 1: { - this.state = 7630; + this.state = 7639; this.opt_definition(); } break; @@ -34434,11 +34479,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_publication_for_tables(): Opt_publication_for_tablesContext { let localContext = new Opt_publication_for_tablesContext(this.context, this.state); - this.enterRule(localContext, 792, PostgreSqlParser.RULE_opt_publication_for_tables); + this.enterRule(localContext, 794, PostgreSqlParser.RULE_opt_publication_for_tables); try { this.enterOuterAlt(localContext, 1); { - this.state = 7633; + this.state = 7642; this.publication_for_tables(); } } @@ -34458,30 +34503,30 @@ export class PostgreSqlParser extends SQLParserBase { } public publication_for_tables(): Publication_for_tablesContext { let localContext = new Publication_for_tablesContext(this.context, this.state); - this.enterRule(localContext, 794, PostgreSqlParser.RULE_publication_for_tables); + this.enterRule(localContext, 796, PostgreSqlParser.RULE_publication_for_tables); try { - this.state = 7641; + this.state = 7650; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 685, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 687, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7635; + this.state = 7644; this.match(PostgreSqlParser.KW_FOR); - this.state = 7636; + this.state = 7645; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7637; + this.state = 7646; this.relation_expr_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7638; + this.state = 7647; this.match(PostgreSqlParser.KW_FOR); - this.state = 7639; + this.state = 7648; this.match(PostgreSqlParser.KW_ALL); - this.state = 7640; + this.state = 7649; this.match(PostgreSqlParser.KW_TABLES); } break; @@ -34503,102 +34548,102 @@ export class PostgreSqlParser extends SQLParserBase { } public alterpublicationstmt(): AlterpublicationstmtContext { let localContext = new AlterpublicationstmtContext(this.context, this.state); - this.enterRule(localContext, 796, PostgreSqlParser.RULE_alterpublicationstmt); + this.enterRule(localContext, 798, PostgreSqlParser.RULE_alterpublicationstmt); try { - this.state = 7681; + this.state = 7690; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 686, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 688, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7643; + this.state = 7652; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7644; + this.state = 7653; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7645; + this.state = 7654; this.name(); - this.state = 7646; + this.state = 7655; this.match(PostgreSqlParser.KW_SET); - this.state = 7647; + this.state = 7656; this.definition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7649; + this.state = 7658; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7650; + this.state = 7659; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7651; + this.state = 7660; this.name(); - this.state = 7652; + this.state = 7661; this.match(PostgreSqlParser.KW_ADD); - this.state = 7653; + this.state = 7662; this.publication_relation_expr_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7655; + this.state = 7664; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7656; + this.state = 7665; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7657; + this.state = 7666; this.name(); - this.state = 7658; + this.state = 7667; this.match(PostgreSqlParser.KW_SET); - this.state = 7659; + this.state = 7668; this.publication_relation_expr_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7661; + this.state = 7670; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7662; + this.state = 7671; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7663; + this.state = 7672; this.name(); - this.state = 7664; + this.state = 7673; this.match(PostgreSqlParser.KW_DROP); - this.state = 7665; + this.state = 7674; this.publication_relation_expr_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7667; + this.state = 7676; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7668; + this.state = 7677; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7669; + this.state = 7678; this.name(); - this.state = 7670; + this.state = 7679; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7671; + this.state = 7680; this.match(PostgreSqlParser.KW_TO); - this.state = 7672; + this.state = 7681; this.rolespec(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7674; + this.state = 7683; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7675; + this.state = 7684; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7676; + this.state = 7685; this.name(); - this.state = 7677; + this.state = 7686; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7678; + this.state = 7687; this.match(PostgreSqlParser.KW_TO); - this.state = 7679; + this.state = 7688; this.name(); } break; @@ -34620,30 +34665,30 @@ export class PostgreSqlParser extends SQLParserBase { } public createsubscriptionstmt(): CreatesubscriptionstmtContext { let localContext = new CreatesubscriptionstmtContext(this.context, this.state); - this.enterRule(localContext, 798, PostgreSqlParser.RULE_createsubscriptionstmt); + this.enterRule(localContext, 800, PostgreSqlParser.RULE_createsubscriptionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7683; + this.state = 7692; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7684; + this.state = 7693; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7685; + this.state = 7694; this.name(); - this.state = 7686; + this.state = 7695; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 7687; + this.state = 7696; this.sconst(); - this.state = 7688; + this.state = 7697; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7689; + this.state = 7698; this.publication_name_list(); - this.state = 7691; + this.state = 7700; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 687, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 689, this.context) ) { case 1: { - this.state = 7690; + this.state = 7699; this.opt_definition(); } break; @@ -34666,26 +34711,26 @@ export class PostgreSqlParser extends SQLParserBase { } public publication_name_list(): Publication_name_listContext { let localContext = new Publication_name_listContext(this.context, this.state); - this.enterRule(localContext, 800, PostgreSqlParser.RULE_publication_name_list); + this.enterRule(localContext, 802, PostgreSqlParser.RULE_publication_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7693; + this.state = 7702; this.publication_name_item(); - this.state = 7698; + this.state = 7707; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7694; + this.state = 7703; this.match(PostgreSqlParser.COMMA); - this.state = 7695; + this.state = 7704; this.publication_name_item(); } } - this.state = 7700; + this.state = 7709; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -34707,11 +34752,11 @@ export class PostgreSqlParser extends SQLParserBase { } public publication_name_item(): Publication_name_itemContext { let localContext = new Publication_name_itemContext(this.context, this.state); - this.enterRule(localContext, 802, PostgreSqlParser.RULE_publication_name_item); + this.enterRule(localContext, 804, PostgreSqlParser.RULE_publication_name_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 7701; + this.state = 7710; this.collabel(); } } @@ -34731,84 +34776,57 @@ export class PostgreSqlParser extends SQLParserBase { } public altersubscriptionstmt(): AltersubscriptionstmtContext { let localContext = new AltersubscriptionstmtContext(this.context, this.state); - this.enterRule(localContext, 804, PostgreSqlParser.RULE_altersubscriptionstmt); + this.enterRule(localContext, 806, PostgreSqlParser.RULE_altersubscriptionstmt); try { - this.state = 7781; + this.state = 7790; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 693, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 695, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7703; + this.state = 7712; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7704; + this.state = 7713; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7705; + this.state = 7714; this.name(); - this.state = 7706; + this.state = 7715; this.match(PostgreSqlParser.KW_SET); - this.state = 7707; + this.state = 7716; this.definition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7709; + this.state = 7718; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7710; + this.state = 7719; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7711; + this.state = 7720; this.name(); - this.state = 7712; + this.state = 7721; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 7713; + this.state = 7722; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7715; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 7716; - this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7717; - this.name(); - this.state = 7718; - this.match(PostgreSqlParser.KW_REFRESH); - this.state = 7719; - this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7721; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 689, this.context) ) { - case 1: - { - this.state = 7720; - this.opt_definition(); - } - break; - } - } - break; - case 4: - this.enterOuterAlt(localContext, 4); - { - this.state = 7723; - this.match(PostgreSqlParser.KW_ALTER); this.state = 7724; - this.match(PostgreSqlParser.KW_SUBSCRIPTION); + this.match(PostgreSqlParser.KW_ALTER); this.state = 7725; - this.name(); + this.match(PostgreSqlParser.KW_SUBSCRIPTION); this.state = 7726; - this.match(PostgreSqlParser.KW_SET); + this.name(); this.state = 7727; - this.match(PostgreSqlParser.KW_PUBLICATION); + this.match(PostgreSqlParser.KW_REFRESH); this.state = 7728; - this.publication_name_list(); + this.match(PostgreSqlParser.KW_PUBLICATION); this.state = 7730; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 690, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 691, this.context) ) { case 1: { this.state = 7729; @@ -34818,8 +34836,8 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 5: - this.enterOuterAlt(localContext, 5); + case 4: + this.enterOuterAlt(localContext, 4); { this.state = 7732; this.match(PostgreSqlParser.KW_ALTER); @@ -34828,14 +34846,14 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7734; this.name(); this.state = 7735; - this.match(PostgreSqlParser.KW_ADD); + this.match(PostgreSqlParser.KW_SET); this.state = 7736; this.match(PostgreSqlParser.KW_PUBLICATION); this.state = 7737; this.publication_name_list(); this.state = 7739; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 691, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 692, this.context) ) { case 1: { this.state = 7738; @@ -34845,8 +34863,8 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 6: - this.enterOuterAlt(localContext, 6); + case 5: + this.enterOuterAlt(localContext, 5); { this.state = 7741; this.match(PostgreSqlParser.KW_ALTER); @@ -34855,14 +34873,14 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7743; this.name(); this.state = 7744; - this.match(PostgreSqlParser.KW_DROP); + this.match(PostgreSqlParser.KW_ADD); this.state = 7745; this.match(PostgreSqlParser.KW_PUBLICATION); this.state = 7746; this.publication_name_list(); this.state = 7748; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 692, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 693, this.context) ) { case 1: { this.state = 7747; @@ -34872,8 +34890,8 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 7: - this.enterOuterAlt(localContext, 7); + case 6: + this.enterOuterAlt(localContext, 6); { this.state = 7750; this.match(PostgreSqlParser.KW_ALTER); @@ -34882,70 +34900,97 @@ export class PostgreSqlParser extends SQLParserBase { this.state = 7752; this.name(); this.state = 7753; + this.match(PostgreSqlParser.KW_DROP); + this.state = 7754; + this.match(PostgreSqlParser.KW_PUBLICATION); + this.state = 7755; + this.publication_name_list(); + this.state = 7757; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 694, this.context) ) { + case 1: + { + this.state = 7756; + this.opt_definition(); + } + break; + } + } + break; + case 7: + this.enterOuterAlt(localContext, 7); + { + this.state = 7759; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 7760; + this.match(PostgreSqlParser.KW_SUBSCRIPTION); + this.state = 7761; + this.name(); + this.state = 7762; this.match(PostgreSqlParser.KW_ENABLE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7755; + this.state = 7764; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7756; + this.state = 7765; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7757; + this.state = 7766; this.name(); - this.state = 7758; + this.state = 7767; this.match(PostgreSqlParser.KW_DISABLE); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7760; + this.state = 7769; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7761; + this.state = 7770; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7762; + this.state = 7771; this.name(); - this.state = 7763; + this.state = 7772; this.match(PostgreSqlParser.KW_SET); - this.state = 7764; + this.state = 7773; this.definition(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7766; + this.state = 7775; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7767; + this.state = 7776; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7768; + this.state = 7777; this.name(); - this.state = 7769; + this.state = 7778; this.match(PostgreSqlParser.KW_SKIP); - this.state = 7770; + this.state = 7779; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7771; + this.state = 7780; this.old_aggr_elem(); - this.state = 7772; + this.state = 7781; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7774; + this.state = 7783; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7775; + this.state = 7784; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7776; + this.state = 7785; this.name(); - this.state = 7777; + this.state = 7786; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7778; + this.state = 7787; this.match(PostgreSqlParser.KW_TO); - this.state = 7779; + this.state = 7788; this.rolespec(); } break; @@ -34967,60 +35012,60 @@ export class PostgreSqlParser extends SQLParserBase { } public rulestmt(): RulestmtContext { let localContext = new RulestmtContext(this.context, this.state); - this.enterRule(localContext, 806, PostgreSqlParser.RULE_rulestmt); + this.enterRule(localContext, 808, PostgreSqlParser.RULE_rulestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7783; + this.state = 7792; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7785; + this.state = 7794; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 7784; + this.state = 7793; this.opt_or_replace(); } } - this.state = 7787; + this.state = 7796; this.match(PostgreSqlParser.KW_RULE); - this.state = 7788; + this.state = 7797; this.name(); - this.state = 7789; + this.state = 7798; this.match(PostgreSqlParser.KW_AS); - this.state = 7790; + this.state = 7799; this.match(PostgreSqlParser.KW_ON); - this.state = 7791; + this.state = 7800; this.event(); - this.state = 7792; + this.state = 7801; this.match(PostgreSqlParser.KW_TO); - this.state = 7793; + this.state = 7802; this.qualified_name(); - this.state = 7795; + this.state = 7804; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 7794; + this.state = 7803; this.where_clause(); } } - this.state = 7797; + this.state = 7806; this.match(PostgreSqlParser.KW_DO); - this.state = 7799; + this.state = 7808; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137 || _la === 242) { { - this.state = 7798; + this.state = 7807; this.opt_instead(); } } - this.state = 7801; + this.state = 7810; this.ruleactionlist(); } } @@ -35040,33 +35085,33 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionlist(): RuleactionlistContext { let localContext = new RuleactionlistContext(this.context, this.state); - this.enterRule(localContext, 808, PostgreSqlParser.RULE_ruleactionlist); + this.enterRule(localContext, 810, PostgreSqlParser.RULE_ruleactionlist); try { - this.state = 7809; + this.state = 7818; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 697, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 699, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7803; + this.state = 7812; this.match(PostgreSqlParser.KW_NOTHING); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7804; + this.state = 7813; this.ruleactionstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7805; + this.state = 7814; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7806; + this.state = 7815; this.ruleactionmulti(); - this.state = 7807; + this.state = 7816; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -35088,42 +35133,42 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionmulti(): RuleactionmultiContext { let localContext = new RuleactionmultiContext(this.context, this.state); - this.enterRule(localContext, 810, PostgreSqlParser.RULE_ruleactionmulti); + this.enterRule(localContext, 812, PostgreSqlParser.RULE_ruleactionmulti); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7812; + this.state = 7821; 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 = 7811; + this.state = 7820; this.ruleactionstmtOrEmpty(); } } - this.state = 7820; + this.state = 7829; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 7) { { { - this.state = 7814; + this.state = 7823; this.match(PostgreSqlParser.SEMI); - this.state = 7816; + this.state = 7825; 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 = 7815; + this.state = 7824; this.ruleactionstmtOrEmpty(); } } } } - this.state = 7822; + this.state = 7831; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -35145,43 +35190,43 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionstmt(): RuleactionstmtContext { let localContext = new RuleactionstmtContext(this.context, this.state); - this.enterRule(localContext, 812, PostgreSqlParser.RULE_ruleactionstmt); + this.enterRule(localContext, 814, PostgreSqlParser.RULE_ruleactionstmt); try { - this.state = 7828; + this.state = 7837; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 701, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 703, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7823; + this.state = 7832; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7824; + this.state = 7833; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7825; + this.state = 7834; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7826; + this.state = 7835; this.deletestmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7827; + this.state = 7836; this.notifystmt(); } break; @@ -35203,11 +35248,11 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionstmtOrEmpty(): RuleactionstmtOrEmptyContext { let localContext = new RuleactionstmtOrEmptyContext(this.context, this.state); - this.enterRule(localContext, 814, PostgreSqlParser.RULE_ruleactionstmtOrEmpty); + this.enterRule(localContext, 816, PostgreSqlParser.RULE_ruleactionstmtOrEmpty); try { this.enterOuterAlt(localContext, 1); { - this.state = 7830; + this.state = 7839; this.ruleactionstmt(); } } @@ -35227,12 +35272,12 @@ export class PostgreSqlParser extends SQLParserBase { } public event(): EventContext { let localContext = new EventContext(this.context, this.state); - this.enterRule(localContext, 816, PostgreSqlParser.RULE_event); + this.enterRule(localContext, 818, PostgreSqlParser.RULE_event); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7832; + this.state = 7841; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 182 || _la === 241 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -35259,12 +35304,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_instead(): Opt_insteadContext { let localContext = new Opt_insteadContext(this.context, this.state); - this.enterRule(localContext, 818, PostgreSqlParser.RULE_opt_instead); + this.enterRule(localContext, 820, PostgreSqlParser.RULE_opt_instead); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7834; + this.state = 7843; _la = this.tokenStream.LA(1); if(!(_la === 137 || _la === 242)) { this.errorHandler.recoverInline(this); @@ -35291,21 +35336,21 @@ export class PostgreSqlParser extends SQLParserBase { } public notifystmt(): NotifystmtContext { let localContext = new NotifystmtContext(this.context, this.state); - this.enterRule(localContext, 820, PostgreSqlParser.RULE_notifystmt); + this.enterRule(localContext, 822, PostgreSqlParser.RULE_notifystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7836; + this.state = 7845; this.match(PostgreSqlParser.KW_NOTIFY); - this.state = 7837; + this.state = 7846; this.colid(); - this.state = 7839; + this.state = 7848; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7838; + this.state = 7847; this.notify_payload(); } } @@ -35328,13 +35373,13 @@ export class PostgreSqlParser extends SQLParserBase { } public notify_payload(): Notify_payloadContext { let localContext = new Notify_payloadContext(this.context, this.state); - this.enterRule(localContext, 822, PostgreSqlParser.RULE_notify_payload); + this.enterRule(localContext, 824, PostgreSqlParser.RULE_notify_payload); try { this.enterOuterAlt(localContext, 1); { - this.state = 7841; + this.state = 7850; this.match(PostgreSqlParser.COMMA); - this.state = 7842; + this.state = 7851; this.sconst(); } } @@ -35354,13 +35399,13 @@ export class PostgreSqlParser extends SQLParserBase { } public listenstmt(): ListenstmtContext { let localContext = new ListenstmtContext(this.context, this.state); - this.enterRule(localContext, 824, PostgreSqlParser.RULE_listenstmt); + this.enterRule(localContext, 826, PostgreSqlParser.RULE_listenstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7844; + this.state = 7853; this.match(PostgreSqlParser.KW_LISTEN); - this.state = 7845; + this.state = 7854; this.colid(); } } @@ -35380,26 +35425,26 @@ export class PostgreSqlParser extends SQLParserBase { } public unlistenstmt(): UnlistenstmtContext { let localContext = new UnlistenstmtContext(this.context, this.state); - this.enterRule(localContext, 826, PostgreSqlParser.RULE_unlistenstmt); + this.enterRule(localContext, 828, PostgreSqlParser.RULE_unlistenstmt); try { - this.state = 7851; + this.state = 7860; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 703, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 705, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7847; + this.state = 7856; this.match(PostgreSqlParser.KW_UNLISTEN); - this.state = 7848; + this.state = 7857; this.colid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7849; + this.state = 7858; this.match(PostgreSqlParser.KW_UNLISTEN); - this.state = 7850; + this.state = 7859; this.match(PostgreSqlParser.STAR); } break; @@ -35421,33 +35466,33 @@ export class PostgreSqlParser extends SQLParserBase { } public transactionstmt(): TransactionstmtContext { let localContext = new TransactionstmtContext(this.context, this.state); - this.enterRule(localContext, 828, PostgreSqlParser.RULE_transactionstmt); + this.enterRule(localContext, 830, PostgreSqlParser.RULE_transactionstmt); let _la: number; try { - this.state = 7918; + this.state = 7927; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 718, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 720, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7853; + this.state = 7862; this.match(PostgreSqlParser.KW_ABORT); - this.state = 7855; + this.state = 7864; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 704, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 706, this.context) ) { case 1: { - this.state = 7854; + this.state = 7863; this.opt_transaction(); } break; } - this.state = 7858; + this.state = 7867; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 705, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 707, this.context) ) { case 1: { - this.state = 7857; + this.state = 7866; this.opt_transaction_chain(); } break; @@ -35457,24 +35502,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7860; + this.state = 7869; this.match(PostgreSqlParser.KW_BEGIN); - this.state = 7862; + this.state = 7871; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 706, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 708, this.context) ) { case 1: { - this.state = 7861; + this.state = 7870; this.opt_transaction(); } break; } - this.state = 7865; + this.state = 7874; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 707, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 709, this.context) ) { case 1: { - this.state = 7864; + this.state = 7873; this.transaction_mode_list_or_empty(); } break; @@ -35484,16 +35529,16 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7867; + this.state = 7876; this.match(PostgreSqlParser.KW_START); - this.state = 7868; + this.state = 7877; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 7870; + this.state = 7879; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 708, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 710, this.context) ) { case 1: { - this.state = 7869; + this.state = 7878; this.transaction_mode_list_or_empty(); } break; @@ -35503,24 +35548,24 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7872; + this.state = 7881; this.match(PostgreSqlParser.KW_END); - this.state = 7874; + this.state = 7883; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 709, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 711, this.context) ) { case 1: { - this.state = 7873; + this.state = 7882; this.opt_transaction(); } break; } - this.state = 7877; + this.state = 7886; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 710, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 712, this.context) ) { case 1: { - this.state = 7876; + this.state = 7885; this.opt_transaction_chain(); } break; @@ -35530,74 +35575,74 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7879; + this.state = 7888; this.match(PostgreSqlParser.KW_SAVEPOINT); - this.state = 7880; + this.state = 7889; this.colid(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7881; + this.state = 7890; this.match(PostgreSqlParser.KW_RELEASE); - this.state = 7883; + this.state = 7892; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 711, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 713, this.context) ) { case 1: { - this.state = 7882; + this.state = 7891; this.match(PostgreSqlParser.KW_SAVEPOINT); } break; } - this.state = 7885; + this.state = 7894; this.colid(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7886; + this.state = 7895; this.match(PostgreSqlParser.KW_PREPARE); - this.state = 7887; + this.state = 7896; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 7888; + this.state = 7897; this.sconst(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7889; + this.state = 7898; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 7890; + this.state = 7899; this.match(PostgreSqlParser.KW_PREPARED); - this.state = 7891; + this.state = 7900; this.sconst(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7892; + this.state = 7901; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 7894; + this.state = 7903; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 712, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 714, this.context) ) { case 1: { - this.state = 7893; + this.state = 7902; this.opt_transaction(); } break; } - this.state = 7897; + this.state = 7906; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 713, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 715, this.context) ) { case 1: { - this.state = 7896; + this.state = 7905; this.opt_transaction_chain(); } break; @@ -35607,66 +35652,66 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7899; + this.state = 7908; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 7900; + this.state = 7909; this.match(PostgreSqlParser.KW_PREPARED); - this.state = 7901; + this.state = 7910; this.sconst(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7902; + this.state = 7911; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 7904; + this.state = 7913; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 356 || _la === 380) { { - this.state = 7903; + this.state = 7912; this.opt_transaction(); } } - this.state = 7906; + this.state = 7915; this.match(PostgreSqlParser.KW_TO); - this.state = 7908; + this.state = 7917; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 715, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 717, this.context) ) { case 1: { - this.state = 7907; + this.state = 7916; this.match(PostgreSqlParser.KW_SAVEPOINT); } break; } - this.state = 7910; + this.state = 7919; this.colid(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7911; + this.state = 7920; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 7913; + this.state = 7922; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 716, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 718, this.context) ) { case 1: { - this.state = 7912; + this.state = 7921; this.opt_transaction(); } break; } - this.state = 7916; + this.state = 7925; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 717, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 719, this.context) ) { case 1: { - this.state = 7915; + this.state = 7924; this.opt_transaction_chain(); } break; @@ -35691,12 +35736,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_transaction(): Opt_transactionContext { let localContext = new Opt_transactionContext(this.context, this.state); - this.enterRule(localContext, 830, PostgreSqlParser.RULE_opt_transaction); + this.enterRule(localContext, 832, PostgreSqlParser.RULE_opt_transaction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7920; + this.state = 7929; _la = this.tokenStream.LA(1); if(!(_la === 356 || _la === 380)) { this.errorHandler.recoverInline(this); @@ -35723,53 +35768,53 @@ 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, 832, PostgreSqlParser.RULE_transaction_mode_item); + this.enterRule(localContext, 834, PostgreSqlParser.RULE_transaction_mode_item); try { - this.state = 7932; + this.state = 7941; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 719, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 721, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7922; + this.state = 7931; this.match(PostgreSqlParser.KW_ISOLATION); - this.state = 7923; + this.state = 7932; this.match(PostgreSqlParser.KW_LEVEL); - this.state = 7924; + this.state = 7933; this.iso_level(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7925; + this.state = 7934; this.match(PostgreSqlParser.KW_READ); - this.state = 7926; + this.state = 7935; this.match(PostgreSqlParser.KW_ONLY); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7927; + this.state = 7936; this.match(PostgreSqlParser.KW_READ); - this.state = 7928; + this.state = 7937; this.match(PostgreSqlParser.KW_WRITE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7929; + this.state = 7938; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7930; + this.state = 7939; this.match(PostgreSqlParser.KW_NOT); - this.state = 7931; + this.state = 7940; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; @@ -35791,39 +35836,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, 834, PostgreSqlParser.RULE_transaction_mode_list); + this.enterRule(localContext, 836, PostgreSqlParser.RULE_transaction_mode_list); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7934; + this.state = 7943; this.transaction_mode_item(); - this.state = 7941; + this.state = 7950; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 721, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 723, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7936; + this.state = 7945; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7935; + this.state = 7944; this.match(PostgreSqlParser.COMMA); } } - this.state = 7938; + this.state = 7947; this.transaction_mode_item(); } } } - this.state = 7943; + this.state = 7952; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 721, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 723, this.context); } } } @@ -35843,11 +35888,11 @@ export class PostgreSqlParser extends SQLParserBase { } public transaction_mode_list_or_empty(): Transaction_mode_list_or_emptyContext { let localContext = new Transaction_mode_list_or_emptyContext(this.context, this.state); - this.enterRule(localContext, 836, PostgreSqlParser.RULE_transaction_mode_list_or_empty); + this.enterRule(localContext, 838, PostgreSqlParser.RULE_transaction_mode_list_or_empty); try { this.enterOuterAlt(localContext, 1); { - this.state = 7944; + this.state = 7953; this.transaction_mode_list(); } } @@ -35867,24 +35912,24 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_transaction_chain(): Opt_transaction_chainContext { let localContext = new Opt_transaction_chainContext(this.context, this.state); - this.enterRule(localContext, 838, PostgreSqlParser.RULE_opt_transaction_chain); + this.enterRule(localContext, 840, PostgreSqlParser.RULE_opt_transaction_chain); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7946; + this.state = 7955; this.match(PostgreSqlParser.KW_AND); - this.state = 7948; + this.state = 7957; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7947; + this.state = 7956; this.match(PostgreSqlParser.KW_NO); } } - this.state = 7950; + this.state = 7959; this.match(PostgreSqlParser.KW_CHAIN); } } @@ -35904,81 +35949,55 @@ export class PostgreSqlParser extends SQLParserBase { } public viewstmt(): ViewstmtContext { let localContext = new ViewstmtContext(this.context, this.state); - this.enterRule(localContext, 840, PostgreSqlParser.RULE_viewstmt); + this.enterRule(localContext, 842, PostgreSqlParser.RULE_viewstmt); let _la: number; try { localContext = new CreateViewContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7952; + this.state = 7961; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7955; + this.state = 7964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 7953; + this.state = 7962; this.match(PostgreSqlParser.KW_OR); - this.state = 7954; + this.state = 7963; this.match(PostgreSqlParser.KW_REPLACE); } } - this.state = 7958; + this.state = 7967; 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 = 7957; + this.state = 7966; this.opttemp(); } } - this.state = 7977; + this.state = 7986; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VIEW: { - this.state = 7960; - this.match(PostgreSqlParser.KW_VIEW); - this.state = 7961; - this.view_name_create(); - this.state = 7963; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 2) { - { - this.state = 7962; - this.opt_column_list_create(); - } - } - - this.state = 7966; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 105) { - { - this.state = 7965; - this.opt_reloptions(); - } - } - - } - break; - case PostgreSqlParser.KW_RECURSIVE: - { - this.state = 7968; - this.match(PostgreSqlParser.KW_RECURSIVE); this.state = 7969; this.match(PostgreSqlParser.KW_VIEW); this.state = 7970; this.view_name_create(); - this.state = 7971; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 7972; - this.column_list(); - this.state = 7973; - this.match(PostgreSqlParser.CLOSE_PAREN); + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 2) { + { + this.state = 7971; + this.opt_column_list_create(); + } + } + this.state = 7975; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -35989,21 +36008,47 @@ export class PostgreSqlParser extends SQLParserBase { } } + } + break; + case PostgreSqlParser.KW_RECURSIVE: + { + this.state = 7977; + this.match(PostgreSqlParser.KW_RECURSIVE); + this.state = 7978; + this.match(PostgreSqlParser.KW_VIEW); + this.state = 7979; + this.view_name_create(); + this.state = 7980; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 7981; + this.column_list(); + this.state = 7982; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 7984; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 105) { + { + this.state = 7983; + this.opt_reloptions(); + } + } + } break; default: throw new antlr.NoViableAltException(this); } - this.state = 7979; + this.state = 7988; this.match(PostgreSqlParser.KW_AS); - this.state = 7980; + this.state = 7989; this.selectstmt(); - this.state = 7982; + this.state = 7991; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 729, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 731, this.context) ) { case 1: { - this.state = 7981; + this.state = 7990; this.opt_check_option(); } break; @@ -36026,19 +36071,19 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_check_option(): Opt_check_optionContext { let localContext = new Opt_check_optionContext(this.context, this.state); - this.enterRule(localContext, 842, PostgreSqlParser.RULE_opt_check_option); + this.enterRule(localContext, 844, PostgreSqlParser.RULE_opt_check_option); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7984; + this.state = 7993; this.match(PostgreSqlParser.KW_WITH); - this.state = 7986; + this.state = 7995; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151 || _la === 254) { { - this.state = 7985; + this.state = 7994; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -36050,9 +36095,9 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7988; + this.state = 7997; this.match(PostgreSqlParser.KW_CHECK); - this.state = 7989; + this.state = 7998; this.match(PostgreSqlParser.KW_OPTION); } } @@ -36072,13 +36117,13 @@ export class PostgreSqlParser extends SQLParserBase { } public loadstmt(): LoadstmtContext { let localContext = new LoadstmtContext(this.context, this.state); - this.enterRule(localContext, 844, PostgreSqlParser.RULE_loadstmt); + this.enterRule(localContext, 846, PostgreSqlParser.RULE_loadstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7991; + this.state = 8000; this.match(PostgreSqlParser.KW_LOAD); - this.state = 7992; + this.state = 8001; this.file_name(); } } @@ -36098,33 +36143,33 @@ export class PostgreSqlParser extends SQLParserBase { } public createdbstmt(): CreatedbstmtContext { let localContext = new CreatedbstmtContext(this.context, this.state); - this.enterRule(localContext, 846, PostgreSqlParser.RULE_createdbstmt); + this.enterRule(localContext, 848, PostgreSqlParser.RULE_createdbstmt); try { localContext = new CreateDatabaseContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7994; + this.state = 8003; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7995; + this.state = 8004; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 7996; + this.state = 8005; this.database_name_create(); - this.state = 7998; + this.state = 8007; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 731, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 733, this.context) ) { case 1: { - this.state = 7997; + this.state = 8006; this.opt_with(); } break; } - this.state = 8001; + this.state = 8010; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 732, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 734, this.context) ) { case 1: { - this.state = 8000; + this.state = 8009; this.createdb_opt_list(); } break; @@ -36147,11 +36192,11 @@ export class PostgreSqlParser extends SQLParserBase { } public createdb_opt_list(): Createdb_opt_listContext { let localContext = new Createdb_opt_listContext(this.context, this.state); - this.enterRule(localContext, 848, PostgreSqlParser.RULE_createdb_opt_list); + this.enterRule(localContext, 850, PostgreSqlParser.RULE_createdb_opt_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 8003; + this.state = 8012; this.createdb_opt_items(); } } @@ -36171,12 +36216,12 @@ export class PostgreSqlParser extends SQLParserBase { } public createdb_opt_items(): Createdb_opt_itemsContext { let localContext = new Createdb_opt_itemsContext(this.context, this.state); - this.enterRule(localContext, 850, PostgreSqlParser.RULE_createdb_opt_items); + this.enterRule(localContext, 852, PostgreSqlParser.RULE_createdb_opt_items); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8006; + this.state = 8015; this.errorHandler.sync(this); alternative = 1; do { @@ -36184,7 +36229,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 8005; + this.state = 8014; this.createdb_opt_item(); } } @@ -36192,9 +36237,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 8008; + this.state = 8017; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 733, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 735, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -36214,41 +36259,41 @@ 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, 852, PostgreSqlParser.RULE_createdb_opt_item); + this.enterRule(localContext, 854, PostgreSqlParser.RULE_createdb_opt_item); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8010; + this.state = 8019; this.createdb_opt_name(); - this.state = 8012; + this.state = 8021; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 8011; + this.state = 8020; this.opt_equal(); } } - this.state = 8017; + this.state = 8026; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 735, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 737, this.context) ) { case 1: { - this.state = 8014; + this.state = 8023; this.signediconst(); } break; case 2: { - this.state = 8015; + this.state = 8024; this.opt_boolean_or_string(); } break; case 3: { - this.state = 8016; + this.state = 8025; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -36271,52 +36316,52 @@ export class PostgreSqlParser extends SQLParserBase { } public createdb_opt_name(): Createdb_opt_nameContext { let localContext = new Createdb_opt_nameContext(this.context, this.state); - this.enterRule(localContext, 854, PostgreSqlParser.RULE_createdb_opt_name); + this.enterRule(localContext, 856, PostgreSqlParser.RULE_createdb_opt_name); try { - this.state = 8027; + this.state = 8036; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CONNECTION: this.enterOuterAlt(localContext, 1); { - this.state = 8019; + this.state = 8028; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 8020; + this.state = 8029; this.match(PostgreSqlParser.KW_LIMIT); } break; case PostgreSqlParser.KW_ENCODING: this.enterOuterAlt(localContext, 2); { - this.state = 8021; + this.state = 8030; this.match(PostgreSqlParser.KW_ENCODING); } break; case PostgreSqlParser.KW_LOCATION: this.enterOuterAlt(localContext, 3); { - this.state = 8022; + this.state = 8031; this.match(PostgreSqlParser.KW_LOCATION); } break; case PostgreSqlParser.KW_OWNER: this.enterOuterAlt(localContext, 4); { - this.state = 8023; + this.state = 8032; this.match(PostgreSqlParser.KW_OWNER); } break; case PostgreSqlParser.KW_TABLESPACE: this.enterOuterAlt(localContext, 5); { - this.state = 8024; + this.state = 8033; this.match(PostgreSqlParser.KW_TABLESPACE); } break; case PostgreSqlParser.KW_TEMPLATE: this.enterOuterAlt(localContext, 6); { - this.state = 8025; + this.state = 8034; this.match(PostgreSqlParser.KW_TEMPLATE); } break; @@ -36394,7 +36439,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 7); { - this.state = 8026; + this.state = 8035; this.identifier(); } break; @@ -36418,11 +36463,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_equal(): Opt_equalContext { let localContext = new Opt_equalContext(this.context, this.state); - this.enterRule(localContext, 856, PostgreSqlParser.RULE_opt_equal); + this.enterRule(localContext, 858, PostgreSqlParser.RULE_opt_equal); try { this.enterOuterAlt(localContext, 1); { - this.state = 8029; + this.state = 8038; this.match(PostgreSqlParser.EQUAL); } } @@ -36442,32 +36487,32 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdatabasestmt(): AlterdatabasestmtContext { let localContext = new AlterdatabasestmtContext(this.context, this.state); - this.enterRule(localContext, 858, PostgreSqlParser.RULE_alterdatabasestmt); + this.enterRule(localContext, 860, PostgreSqlParser.RULE_alterdatabasestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8031; + this.state = 8040; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8032; + this.state = 8041; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 8033; + this.state = 8042; this.database_name(); - this.state = 8045; + this.state = 8054; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 740, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 742, this.context) ) { case 1: { - this.state = 8037; + this.state = 8046; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 737, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 739, this.context) ) { case 1: { - this.state = 8034; + this.state = 8043; this.match(PostgreSqlParser.KW_SET); - this.state = 8035; + this.state = 8044; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 8036; + this.state = 8045; this.tablespace_name_create(); } break; @@ -36476,22 +36521,22 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8043; + this.state = 8052; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 739, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 741, this.context) ) { case 1: { - this.state = 8040; + this.state = 8049; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8039; + this.state = 8048; this.match(PostgreSqlParser.KW_WITH); } } - this.state = 8042; + this.state = 8051; this.createdb_opt_list(); } break; @@ -36517,22 +36562,22 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdatabasesetstmt(): AlterdatabasesetstmtContext { let localContext = new AlterdatabasesetstmtContext(this.context, this.state); - this.enterRule(localContext, 860, PostgreSqlParser.RULE_alterdatabasesetstmt); + this.enterRule(localContext, 862, PostgreSqlParser.RULE_alterdatabasesetstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8047; + this.state = 8056; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8048; + this.state = 8057; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 8049; + this.state = 8058; this.database_name(); - this.state = 8051; + this.state = 8060; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 741, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 743, this.context) ) { case 1: { - this.state = 8050; + this.state = 8059; this.setresetclause(); } break; @@ -36555,26 +36600,26 @@ export class PostgreSqlParser extends SQLParserBase { } public drop_option_list(): Drop_option_listContext { let localContext = new Drop_option_listContext(this.context, this.state); - this.enterRule(localContext, 862, PostgreSqlParser.RULE_drop_option_list); + this.enterRule(localContext, 864, PostgreSqlParser.RULE_drop_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8053; + this.state = 8062; this.drop_option(); - this.state = 8058; + this.state = 8067; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8054; + this.state = 8063; this.match(PostgreSqlParser.COMMA); - this.state = 8055; + this.state = 8064; this.drop_option(); } } - this.state = 8060; + this.state = 8069; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -36596,11 +36641,11 @@ export class PostgreSqlParser extends SQLParserBase { } public drop_option(): Drop_optionContext { let localContext = new Drop_optionContext(this.context, this.state); - this.enterRule(localContext, 864, PostgreSqlParser.RULE_drop_option); + this.enterRule(localContext, 866, PostgreSqlParser.RULE_drop_option); try { this.enterOuterAlt(localContext, 1); { - this.state = 8061; + this.state = 8070; this.match(PostgreSqlParser.KW_FORCE); } } @@ -36620,19 +36665,19 @@ export class PostgreSqlParser extends SQLParserBase { } public altercollationstmt(): AltercollationstmtContext { let localContext = new AltercollationstmtContext(this.context, this.state); - this.enterRule(localContext, 866, PostgreSqlParser.RULE_altercollationstmt); + this.enterRule(localContext, 868, PostgreSqlParser.RULE_altercollationstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8063; + this.state = 8072; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8064; + this.state = 8073; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 8065; + this.state = 8074; this.any_name(); - this.state = 8066; + this.state = 8075; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 8067; + this.state = 8076; this.match(PostgreSqlParser.KW_VERSION); } } @@ -36652,16 +36697,16 @@ export class PostgreSqlParser extends SQLParserBase { } public altersystemstmt(): AltersystemstmtContext { let localContext = new AltersystemstmtContext(this.context, this.state); - this.enterRule(localContext, 868, PostgreSqlParser.RULE_altersystemstmt); + this.enterRule(localContext, 870, PostgreSqlParser.RULE_altersystemstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8069; + this.state = 8078; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8070; + this.state = 8079; this.match(PostgreSqlParser.KW_SYSTEM); - this.state = 8071; + this.state = 8080; _la = this.tokenStream.LA(1); if(!(_la === 313 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -36670,7 +36715,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8072; + this.state = 8081; this.generic_set(); } } @@ -36690,30 +36735,30 @@ export class PostgreSqlParser extends SQLParserBase { } public createdomainstmt(): CreatedomainstmtContext { let localContext = new CreatedomainstmtContext(this.context, this.state); - this.enterRule(localContext, 870, PostgreSqlParser.RULE_createdomainstmt); + this.enterRule(localContext, 872, PostgreSqlParser.RULE_createdomainstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8074; + this.state = 8083; this.match(PostgreSqlParser.KW_CREATE); - this.state = 8075; + this.state = 8084; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 8076; + this.state = 8085; this.any_name(); - this.state = 8078; + this.state = 8087; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8077; + this.state = 8086; this.opt_as(); } } - this.state = 8080; + this.state = 8089; this.typename(); - this.state = 8081; + this.state = 8090; this.colquallist(); } } @@ -36733,77 +36778,77 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdomainstmt(): AlterdomainstmtContext { let localContext = new AlterdomainstmtContext(this.context, this.state); - this.enterRule(localContext, 872, PostgreSqlParser.RULE_alterdomainstmt); + this.enterRule(localContext, 874, PostgreSqlParser.RULE_alterdomainstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8083; + this.state = 8092; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8084; + this.state = 8093; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 8085; + this.state = 8094; this.any_name(); - this.state = 8107; + this.state = 8116; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 746, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 748, this.context) ) { case 1: { - this.state = 8086; + this.state = 8095; this.alter_column_default(); } break; case 2: { - this.state = 8087; + this.state = 8096; this.match(PostgreSqlParser.KW_DROP); - this.state = 8088; + this.state = 8097; this.match(PostgreSqlParser.KW_NOT); - this.state = 8089; + this.state = 8098; this.match(PostgreSqlParser.KW_NULL); } break; case 3: { - this.state = 8090; + this.state = 8099; this.match(PostgreSqlParser.KW_SET); - this.state = 8091; + this.state = 8100; this.match(PostgreSqlParser.KW_NOT); - this.state = 8092; + this.state = 8101; this.match(PostgreSqlParser.KW_NULL); } break; case 4: { - this.state = 8093; + this.state = 8102; this.match(PostgreSqlParser.KW_ADD); - this.state = 8094; + this.state = 8103; this.tableconstraint(); } break; case 5: { - this.state = 8095; + this.state = 8104; this.match(PostgreSqlParser.KW_DROP); - this.state = 8096; + this.state = 8105; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 8098; + this.state = 8107; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 744, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 746, this.context) ) { case 1: { - this.state = 8097; + this.state = 8106; this.opt_if_exists(); } break; } - this.state = 8100; + this.state = 8109; this.name(); - this.state = 8102; + this.state = 8111; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 745, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 747, this.context) ) { case 1: { - this.state = 8101; + this.state = 8110; this.opt_drop_behavior(); } break; @@ -36812,11 +36857,11 @@ export class PostgreSqlParser extends SQLParserBase { break; case 6: { - this.state = 8104; + this.state = 8113; this.match(PostgreSqlParser.KW_VALIDATE); - this.state = 8105; + this.state = 8114; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 8106; + this.state = 8115; this.name(); } break; @@ -36839,11 +36884,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_as(): Opt_asContext { let localContext = new Opt_asContext(this.context, this.state); - this.enterRule(localContext, 874, PostgreSqlParser.RULE_opt_as); + this.enterRule(localContext, 876, PostgreSqlParser.RULE_opt_as); try { this.enterOuterAlt(localContext, 1); { - this.state = 8109; + this.state = 8118; this.match(PostgreSqlParser.KW_AS); } } @@ -36863,21 +36908,21 @@ export class PostgreSqlParser extends SQLParserBase { } public altertsdictionarystmt(): AltertsdictionarystmtContext { let localContext = new AltertsdictionarystmtContext(this.context, this.state); - this.enterRule(localContext, 876, PostgreSqlParser.RULE_altertsdictionarystmt); + this.enterRule(localContext, 878, PostgreSqlParser.RULE_altertsdictionarystmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8111; + this.state = 8120; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8112; + this.state = 8121; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8113; + this.state = 8122; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8114; + this.state = 8123; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 8115; + this.state = 8124; this.any_name(); - this.state = 8116; + this.state = 8125; this.definition(); } } @@ -36897,154 +36942,154 @@ export class PostgreSqlParser extends SQLParserBase { } public altertsconfigurationstmt(): AltertsconfigurationstmtContext { let localContext = new AltertsconfigurationstmtContext(this.context, this.state); - this.enterRule(localContext, 878, PostgreSqlParser.RULE_altertsconfigurationstmt); + this.enterRule(localContext, 880, PostgreSqlParser.RULE_altertsconfigurationstmt); let _la: number; try { - this.state = 8181; + this.state = 8190; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 748, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 750, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8118; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 8119; - this.match(PostgreSqlParser.KW_TEXT); - this.state = 8120; - this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8121; - this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8122; - this.any_name(); - this.state = 8123; - this.match(PostgreSqlParser.KW_ADD); - this.state = 8124; - this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8125; - this.match(PostgreSqlParser.KW_FOR); - this.state = 8126; - this.name_list(); this.state = 8127; - this.any_with(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 8128; + this.match(PostgreSqlParser.KW_TEXT); + this.state = 8129; + this.match(PostgreSqlParser.KW_SEARCH); + this.state = 8130; + this.match(PostgreSqlParser.KW_CONFIGURATION); + this.state = 8131; + this.any_name(); + this.state = 8132; + this.match(PostgreSqlParser.KW_ADD); + this.state = 8133; + this.match(PostgreSqlParser.KW_MAPPING); + this.state = 8134; + this.match(PostgreSqlParser.KW_FOR); + this.state = 8135; + this.name_list(); + this.state = 8136; + this.any_with(); + this.state = 8137; this.any_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8130; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 8131; - this.match(PostgreSqlParser.KW_TEXT); - this.state = 8132; - this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8133; - this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8134; - this.any_name(); - this.state = 8135; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 8136; - this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8137; - this.match(PostgreSqlParser.KW_FOR); - this.state = 8138; - this.name_list(); this.state = 8139; - this.any_with(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 8140; + this.match(PostgreSqlParser.KW_TEXT); + this.state = 8141; + this.match(PostgreSqlParser.KW_SEARCH); + this.state = 8142; + this.match(PostgreSqlParser.KW_CONFIGURATION); + this.state = 8143; + this.any_name(); + this.state = 8144; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 8145; + this.match(PostgreSqlParser.KW_MAPPING); + this.state = 8146; + this.match(PostgreSqlParser.KW_FOR); + this.state = 8147; + this.name_list(); + this.state = 8148; + this.any_with(); + this.state = 8149; this.any_name_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8142; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 8143; - this.match(PostgreSqlParser.KW_TEXT); - this.state = 8144; - this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8145; - this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8146; - this.any_name(); - this.state = 8147; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 8148; - this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8149; - this.match(PostgreSqlParser.KW_REPLACE); - this.state = 8150; - this.any_name(); this.state = 8151; - this.any_with(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 8152; + this.match(PostgreSqlParser.KW_TEXT); + this.state = 8153; + this.match(PostgreSqlParser.KW_SEARCH); + this.state = 8154; + this.match(PostgreSqlParser.KW_CONFIGURATION); + this.state = 8155; + this.any_name(); + this.state = 8156; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 8157; + this.match(PostgreSqlParser.KW_MAPPING); + this.state = 8158; + this.match(PostgreSqlParser.KW_REPLACE); + this.state = 8159; + this.any_name(); + this.state = 8160; + this.any_with(); + this.state = 8161; this.any_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8154; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 8155; - this.match(PostgreSqlParser.KW_TEXT); - this.state = 8156; - this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8157; - this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8158; - this.any_name(); - this.state = 8159; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 8160; - this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8161; - this.match(PostgreSqlParser.KW_FOR); - this.state = 8162; - this.name_list(); this.state = 8163; - this.match(PostgreSqlParser.KW_REPLACE); + this.match(PostgreSqlParser.KW_ALTER); this.state = 8164; - this.any_name(); + this.match(PostgreSqlParser.KW_TEXT); this.state = 8165; - this.any_with(); + this.match(PostgreSqlParser.KW_SEARCH); this.state = 8166; + this.match(PostgreSqlParser.KW_CONFIGURATION); + this.state = 8167; + this.any_name(); + this.state = 8168; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 8169; + this.match(PostgreSqlParser.KW_MAPPING); + this.state = 8170; + this.match(PostgreSqlParser.KW_FOR); + this.state = 8171; + this.name_list(); + this.state = 8172; + this.match(PostgreSqlParser.KW_REPLACE); + this.state = 8173; + this.any_name(); + this.state = 8174; + this.any_with(); + this.state = 8175; this.any_name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8168; + this.state = 8177; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8169; + this.state = 8178; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8170; + this.state = 8179; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8171; + this.state = 8180; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8172; + this.state = 8181; this.any_name(); - this.state = 8173; + this.state = 8182; this.match(PostgreSqlParser.KW_DROP); - this.state = 8174; + this.state = 8183; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8176; + this.state = 8185; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 8175; + this.state = 8184; this.opt_if_exists(); } } - this.state = 8178; + this.state = 8187; this.match(PostgreSqlParser.KW_FOR); - this.state = 8179; + this.state = 8188; this.name_list(); } break; @@ -37066,11 +37111,11 @@ export class PostgreSqlParser extends SQLParserBase { } public any_with(): Any_withContext { let localContext = new Any_withContext(this.context, this.state); - this.enterRule(localContext, 880, PostgreSqlParser.RULE_any_with); + this.enterRule(localContext, 882, PostgreSqlParser.RULE_any_with); try { this.enterOuterAlt(localContext, 1); { - this.state = 8183; + this.state = 8192; this.match(PostgreSqlParser.KW_WITH); } } @@ -37090,38 +37135,38 @@ export class PostgreSqlParser extends SQLParserBase { } public createconversionstmt(): CreateconversionstmtContext { let localContext = new CreateconversionstmtContext(this.context, this.state); - this.enterRule(localContext, 882, PostgreSqlParser.RULE_createconversionstmt); + this.enterRule(localContext, 884, PostgreSqlParser.RULE_createconversionstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8185; + this.state = 8194; this.match(PostgreSqlParser.KW_CREATE); - this.state = 8187; + this.state = 8196; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 8186; + this.state = 8195; this.opt_default(); } } - this.state = 8189; + this.state = 8198; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 8190; + this.state = 8199; this.any_name(); - this.state = 8191; + this.state = 8200; this.match(PostgreSqlParser.KW_FOR); - this.state = 8192; + this.state = 8201; this.sconst(); - this.state = 8193; + this.state = 8202; this.match(PostgreSqlParser.KW_TO); - this.state = 8194; + this.state = 8203; this.sconst(); - this.state = 8195; + this.state = 8204; this.match(PostgreSqlParser.KW_FROM); - this.state = 8196; + this.state = 8205; this.any_name(); } } @@ -37141,35 +37186,35 @@ export class PostgreSqlParser extends SQLParserBase { } public clusterstmt(): ClusterstmtContext { let localContext = new ClusterstmtContext(this.context, this.state); - this.enterRule(localContext, 884, PostgreSqlParser.RULE_clusterstmt); + this.enterRule(localContext, 886, PostgreSqlParser.RULE_clusterstmt); let _la: number; try { - this.state = 8216; + this.state = 8225; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 754, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 756, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8198; + this.state = 8207; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 8200; + this.state = 8209; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8199; + this.state = 8208; this.opt_verbose(); } } - this.state = 8202; + this.state = 8211; this.table_name(); - this.state = 8204; + this.state = 8213; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8203; + this.state = 8212; this.cluster_index_specification(); } } @@ -37179,14 +37224,14 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8206; + this.state = 8215; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 8208; + this.state = 8217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8207; + this.state = 8216; this.opt_verbose(); } } @@ -37196,18 +37241,18 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8210; + this.state = 8219; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 8211; + this.state = 8220; this.opt_verbose_list(); - this.state = 8212; + this.state = 8221; this.table_name(); - this.state = 8214; + this.state = 8223; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8213; + this.state = 8222; this.cluster_index_specification(); } } @@ -37232,32 +37277,32 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_verbose_list(): Opt_verbose_listContext { let localContext = new Opt_verbose_listContext(this.context, this.state); - this.enterRule(localContext, 886, PostgreSqlParser.RULE_opt_verbose_list); + this.enterRule(localContext, 888, PostgreSqlParser.RULE_opt_verbose_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8218; + this.state = 8227; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8219; + this.state = 8228; this.opt_verbose(); - this.state = 8224; + this.state = 8233; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8220; + this.state = 8229; this.match(PostgreSqlParser.COMMA); - this.state = 8221; + this.state = 8230; this.opt_verbose(); } } - this.state = 8226; + this.state = 8235; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 8227; + this.state = 8236; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -37277,13 +37322,13 @@ export class PostgreSqlParser extends SQLParserBase { } public cluster_index_specification(): Cluster_index_specificationContext { let localContext = new Cluster_index_specificationContext(this.context, this.state); - this.enterRule(localContext, 888, PostgreSqlParser.RULE_cluster_index_specification); + this.enterRule(localContext, 890, PostgreSqlParser.RULE_cluster_index_specification); try { this.enterOuterAlt(localContext, 1); { - this.state = 8229; + this.state = 8238; this.match(PostgreSqlParser.KW_USING); - this.state = 8230; + this.state = 8239; this.name(); } } @@ -37303,63 +37348,63 @@ export class PostgreSqlParser extends SQLParserBase { } public vacuumstmt(): VacuumstmtContext { let localContext = new VacuumstmtContext(this.context, this.state); - this.enterRule(localContext, 890, PostgreSqlParser.RULE_vacuumstmt); + this.enterRule(localContext, 892, PostgreSqlParser.RULE_vacuumstmt); let _la: number; try { - this.state = 8258; + this.state = 8267; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 763, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 765, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8232; + this.state = 8241; this.match(PostgreSqlParser.KW_VACUUM); - this.state = 8234; + this.state = 8243; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 113) { { - this.state = 8233; + this.state = 8242; this.opt_full(); } } - this.state = 8237; + this.state = 8246; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 112) { { - this.state = 8236; + this.state = 8245; this.opt_freeze(); } } - this.state = 8240; + this.state = 8249; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8239; + this.state = 8248; this.opt_verbose(); } } - this.state = 8243; + this.state = 8252; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 759, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 761, this.context) ) { case 1: { - this.state = 8242; + this.state = 8251; this.opt_analyze(); } break; } - this.state = 8246; + this.state = 8255; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 760, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 762, this.context) ) { case 1: { - this.state = 8245; + this.state = 8254; this.opt_vacuum_relation_list(); } break; @@ -37369,28 +37414,28 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8248; + this.state = 8257; this.match(PostgreSqlParser.KW_VACUUM); - this.state = 8253; + this.state = 8262; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 761, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 763, this.context) ) { case 1: { - this.state = 8249; + this.state = 8258; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8250; + this.state = 8259; this.vac_analyze_option_list(); - this.state = 8251; + this.state = 8260; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 8256; + this.state = 8265; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 762, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 764, this.context) ) { case 1: { - this.state = 8255; + this.state = 8264; this.opt_vacuum_relation_list(); } break; @@ -37415,33 +37460,33 @@ export class PostgreSqlParser extends SQLParserBase { } public analyzestmt(): AnalyzestmtContext { let localContext = new AnalyzestmtContext(this.context, this.state); - this.enterRule(localContext, 892, PostgreSqlParser.RULE_analyzestmt); + this.enterRule(localContext, 894, PostgreSqlParser.RULE_analyzestmt); let _la: number; try { - this.state = 8274; + this.state = 8283; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 767, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 769, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8260; + this.state = 8269; this.analyze_keyword(); - this.state = 8262; + this.state = 8271; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8261; + this.state = 8270; this.opt_verbose(); } } - this.state = 8265; + this.state = 8274; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 765, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 767, this.context) ) { case 1: { - this.state = 8264; + this.state = 8273; this.opt_vacuum_relation_list(); } break; @@ -37451,20 +37496,20 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8267; + this.state = 8276; this.analyze_keyword(); - this.state = 8268; + this.state = 8277; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8269; + this.state = 8278; this.analyze_options_list(); - this.state = 8270; + this.state = 8279; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8272; + this.state = 8281; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 766, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 768, this.context) ) { case 1: { - this.state = 8271; + this.state = 8280; this.opt_vacuum_relation_list(); } break; @@ -37489,26 +37534,26 @@ export class PostgreSqlParser extends SQLParserBase { } public vac_analyze_option_list(): Vac_analyze_option_listContext { let localContext = new Vac_analyze_option_listContext(this.context, this.state); - this.enterRule(localContext, 894, PostgreSqlParser.RULE_vac_analyze_option_list); + this.enterRule(localContext, 896, PostgreSqlParser.RULE_vac_analyze_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8276; + this.state = 8285; this.vac_analyze_option_elem(); - this.state = 8281; + this.state = 8290; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8277; + this.state = 8286; this.match(PostgreSqlParser.COMMA); - this.state = 8278; + this.state = 8287; this.vac_analyze_option_elem(); } } - this.state = 8283; + this.state = 8292; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -37530,12 +37575,12 @@ export class PostgreSqlParser extends SQLParserBase { } public analyze_keyword(): Analyze_keywordContext { let localContext = new Analyze_keywordContext(this.context, this.state); - this.enterRule(localContext, 896, PostgreSqlParser.RULE_analyze_keyword); + this.enterRule(localContext, 898, PostgreSqlParser.RULE_analyze_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8284; + this.state = 8293; _la = this.tokenStream.LA(1); if(!(_la === 31 || _la === 32)) { this.errorHandler.recoverInline(this); @@ -37562,19 +37607,19 @@ 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, 898, PostgreSqlParser.RULE_vac_analyze_option_elem); + this.enterRule(localContext, 900, PostgreSqlParser.RULE_vac_analyze_option_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8286; + this.state = 8295; this.vac_analyze_option_name(); - this.state = 8288; + this.state = 8297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 12 || _la === 13 || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 420484101) !== 0) || ((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 4227923969) !== 0) || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 4294967295) !== 0) || ((((_la - 144)) & ~0x1F) === 0 && ((1 << (_la - 144)) & 4294967295) !== 0) || ((((_la - 176)) & ~0x1F) === 0 && ((1 << (_la - 176)) & 4294967295) !== 0) || ((((_la - 208)) & ~0x1F) === 0 && ((1 << (_la - 208)) & 3223322623) !== 0) || ((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 4294967295) !== 0) || ((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 4294967295) !== 0) || ((((_la - 304)) & ~0x1F) === 0 && ((1 << (_la - 304)) & 4294967295) !== 0) || ((((_la - 336)) & ~0x1F) === 0 && ((1 << (_la - 336)) & 4294967295) !== 0) || ((((_la - 368)) & ~0x1F) === 0 && ((1 << (_la - 368)) & 4294967295) !== 0) || ((((_la - 400)) & ~0x1F) === 0 && ((1 << (_la - 400)) & 4294967295) !== 0) || ((((_la - 432)) & ~0x1F) === 0 && ((1 << (_la - 432)) & 4290772991) !== 0) || ((((_la - 464)) & ~0x1F) === 0 && ((1 << (_la - 464)) & 4294967295) !== 0) || ((((_la - 496)) & ~0x1F) === 0 && ((1 << (_la - 496)) & 25165183) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 973164827) !== 0) || _la === 585) { + if (_la === 12 || _la === 13 || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 420484101) !== 0) || ((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 4227923969) !== 0) || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 4294967295) !== 0) || ((((_la - 144)) & ~0x1F) === 0 && ((1 << (_la - 144)) & 4294967295) !== 0) || ((((_la - 176)) & ~0x1F) === 0 && ((1 << (_la - 176)) & 4294967295) !== 0) || ((((_la - 208)) & ~0x1F) === 0 && ((1 << (_la - 208)) & 3223322623) !== 0) || ((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 4294967295) !== 0) || ((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 4294967295) !== 0) || ((((_la - 304)) & ~0x1F) === 0 && ((1 << (_la - 304)) & 4294967295) !== 0) || ((((_la - 336)) & ~0x1F) === 0 && ((1 << (_la - 336)) & 4294967295) !== 0) || ((((_la - 368)) & ~0x1F) === 0 && ((1 << (_la - 368)) & 4294967295) !== 0) || ((((_la - 400)) & ~0x1F) === 0 && ((1 << (_la - 400)) & 4294967295) !== 0) || ((((_la - 432)) & ~0x1F) === 0 && ((1 << (_la - 432)) & 4290772991) !== 0) || ((((_la - 464)) & ~0x1F) === 0 && ((1 << (_la - 464)) & 4294967295) !== 0) || ((((_la - 496)) & ~0x1F) === 0 && ((1 << (_la - 496)) & 25165183) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1946329651) !== 0) || _la === 586) { { - this.state = 8287; + this.state = 8296; this.vac_analyze_option_arg(); } } @@ -37597,9 +37642,9 @@ export class PostgreSqlParser extends SQLParserBase { } public vac_analyze_option_name(): Vac_analyze_option_nameContext { let localContext = new Vac_analyze_option_nameContext(this.context, this.state); - this.enterRule(localContext, 900, PostgreSqlParser.RULE_vac_analyze_option_name); + this.enterRule(localContext, 902, PostgreSqlParser.RULE_vac_analyze_option_name); try { - this.state = 8292; + this.state = 8301; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -38024,7 +38069,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8290; + this.state = 8299; this.nonreservedword(); } break; @@ -38032,7 +38077,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ANALYZE: this.enterOuterAlt(localContext, 2); { - this.state = 8291; + this.state = 8300; this.analyze_keyword(); } break; @@ -38056,9 +38101,9 @@ export class PostgreSqlParser extends SQLParserBase { } public vac_analyze_option_arg(): Vac_analyze_option_argContext { let localContext = new Vac_analyze_option_argContext(this.context, this.state); - this.enterRule(localContext, 902, PostgreSqlParser.RULE_vac_analyze_option_arg); + this.enterRule(localContext, 904, PostgreSqlParser.RULE_vac_analyze_option_arg); try { - this.state = 8296; + this.state = 8305; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -38486,7 +38531,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8294; + this.state = 8303; this.opt_boolean_or_string(); } break; @@ -38496,7 +38541,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 8295; + this.state = 8304; this.numericonly(); } break; @@ -38520,11 +38565,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_analyze(): Opt_analyzeContext { let localContext = new Opt_analyzeContext(this.context, this.state); - this.enterRule(localContext, 904, PostgreSqlParser.RULE_opt_analyze); + this.enterRule(localContext, 906, PostgreSqlParser.RULE_opt_analyze); try { this.enterOuterAlt(localContext, 1); { - this.state = 8298; + this.state = 8307; this.analyze_keyword(); } } @@ -38544,26 +38589,26 @@ export class PostgreSqlParser extends SQLParserBase { } public analyze_options_list(): Analyze_options_listContext { let localContext = new Analyze_options_listContext(this.context, this.state); - this.enterRule(localContext, 906, PostgreSqlParser.RULE_analyze_options_list); + this.enterRule(localContext, 908, PostgreSqlParser.RULE_analyze_options_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8300; + this.state = 8309; this.analyze_option_elem(); - this.state = 8305; + this.state = 8314; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8301; + this.state = 8310; this.match(PostgreSqlParser.COMMA); - this.state = 8302; + this.state = 8311; this.analyze_option_elem(); } } - this.state = 8307; + this.state = 8316; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -38585,29 +38630,29 @@ 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, 908, PostgreSqlParser.RULE_analyze_option_elem); + this.enterRule(localContext, 910, PostgreSqlParser.RULE_analyze_option_elem); try { - this.state = 8311; + this.state = 8320; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VERBOSE: this.enterOuterAlt(localContext, 1); { - this.state = 8308; + this.state = 8317; this.opt_verbose(); } break; case PostgreSqlParser.KW_SKIP_LOCKED: this.enterOuterAlt(localContext, 2); { - this.state = 8309; + this.state = 8318; this.opt_skiplock(); } break; case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: this.enterOuterAlt(localContext, 3); { - this.state = 8310; + this.state = 8319; this.opt_buffer_usage_limit(); } break; @@ -38631,19 +38676,19 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_verbose(): Opt_verboseContext { let localContext = new Opt_verboseContext(this.context, this.state); - this.enterRule(localContext, 910, PostgreSqlParser.RULE_opt_verbose); + this.enterRule(localContext, 912, PostgreSqlParser.RULE_opt_verbose); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8313; + this.state = 8322; this.match(PostgreSqlParser.KW_VERBOSE); - this.state = 8315; + this.state = 8324; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 60 || _la === 96) { { - this.state = 8314; + this.state = 8323; _la = this.tokenStream.LA(1); if(!(_la === 60 || _la === 96)) { this.errorHandler.recoverInline(this); @@ -38673,19 +38718,19 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_skiplock(): Opt_skiplockContext { let localContext = new Opt_skiplockContext(this.context, this.state); - this.enterRule(localContext, 912, PostgreSqlParser.RULE_opt_skiplock); + this.enterRule(localContext, 914, PostgreSqlParser.RULE_opt_skiplock); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8317; + this.state = 8326; this.match(PostgreSqlParser.KW_SKIP_LOCKED); - this.state = 8319; + this.state = 8328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 60 || _la === 96) { { - this.state = 8318; + this.state = 8327; _la = this.tokenStream.LA(1); if(!(_la === 60 || _la === 96)) { this.errorHandler.recoverInline(this); @@ -38715,13 +38760,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_buffer_usage_limit(): Opt_buffer_usage_limitContext { let localContext = new Opt_buffer_usage_limitContext(this.context, this.state); - this.enterRule(localContext, 914, PostgreSqlParser.RULE_opt_buffer_usage_limit); + this.enterRule(localContext, 916, PostgreSqlParser.RULE_opt_buffer_usage_limit); try { this.enterOuterAlt(localContext, 1); { - this.state = 8321; + this.state = 8330; this.match(PostgreSqlParser.KW_BUFFER_USAGE_LIMIT); - this.state = 8324; + this.state = 8333; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PLUS: @@ -38729,7 +38774,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Integral: case PostgreSqlParser.Numeric: { - this.state = 8322; + this.state = 8331; this.numericonly(); } break; @@ -38738,7 +38783,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 8323; + this.state = 8332; this.sconst(); } break; @@ -38763,11 +38808,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_full(): Opt_fullContext { let localContext = new Opt_fullContext(this.context, this.state); - this.enterRule(localContext, 916, PostgreSqlParser.RULE_opt_full); + this.enterRule(localContext, 918, PostgreSqlParser.RULE_opt_full); try { this.enterOuterAlt(localContext, 1); { - this.state = 8326; + this.state = 8335; this.match(PostgreSqlParser.KW_FULL); } } @@ -38787,11 +38832,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_freeze(): Opt_freezeContext { let localContext = new Opt_freezeContext(this.context, this.state); - this.enterRule(localContext, 918, PostgreSqlParser.RULE_opt_freeze); + this.enterRule(localContext, 920, PostgreSqlParser.RULE_opt_freeze); try { this.enterOuterAlt(localContext, 1); { - this.state = 8328; + this.state = 8337; this.match(PostgreSqlParser.KW_FREEZE); } } @@ -38811,15 +38856,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_name_list(): Opt_name_listContext { let localContext = new Opt_name_listContext(this.context, this.state); - this.enterRule(localContext, 920, PostgreSqlParser.RULE_opt_name_list); + this.enterRule(localContext, 922, PostgreSqlParser.RULE_opt_name_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 8330; + this.state = 8339; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8331; + this.state = 8340; this.column_list(); - this.state = 8332; + this.state = 8341; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -38839,18 +38884,18 @@ export class PostgreSqlParser extends SQLParserBase { } public vacuum_relation(): Vacuum_relationContext { let localContext = new Vacuum_relationContext(this.context, this.state); - this.enterRule(localContext, 922, PostgreSqlParser.RULE_vacuum_relation); + this.enterRule(localContext, 924, PostgreSqlParser.RULE_vacuum_relation); try { this.enterOuterAlt(localContext, 1); { - this.state = 8334; + this.state = 8343; this.table_name(); - this.state = 8336; + this.state = 8345; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 777, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 779, this.context) ) { case 1: { - this.state = 8335; + this.state = 8344; this.opt_name_list(); } break; @@ -38873,26 +38918,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, 924, PostgreSqlParser.RULE_vacuum_relation_list); + this.enterRule(localContext, 926, PostgreSqlParser.RULE_vacuum_relation_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8338; + this.state = 8347; this.vacuum_relation(); - this.state = 8343; + this.state = 8352; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8339; + this.state = 8348; this.match(PostgreSqlParser.COMMA); - this.state = 8340; + this.state = 8349; this.vacuum_relation(); } } - this.state = 8345; + this.state = 8354; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -38914,11 +38959,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_vacuum_relation_list(): Opt_vacuum_relation_listContext { let localContext = new Opt_vacuum_relation_listContext(this.context, this.state); - this.enterRule(localContext, 926, PostgreSqlParser.RULE_opt_vacuum_relation_list); + this.enterRule(localContext, 928, PostgreSqlParser.RULE_opt_vacuum_relation_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 8346; + this.state = 8355; this.vacuum_relation_list(); } } @@ -38938,65 +38983,65 @@ export class PostgreSqlParser extends SQLParserBase { } public explainstmt(): ExplainstmtContext { let localContext = new ExplainstmtContext(this.context, this.state); - this.enterRule(localContext, 928, PostgreSqlParser.RULE_explainstmt); + this.enterRule(localContext, 930, PostgreSqlParser.RULE_explainstmt); let _la: number; try { - this.state = 8366; + this.state = 8375; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 780, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 782, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8348; + this.state = 8357; this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8349; + this.state = 8358; this.explainablestmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8350; + this.state = 8359; this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8351; + this.state = 8360; this.analyze_keyword(); - this.state = 8353; + this.state = 8362; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8352; + this.state = 8361; this.opt_verbose(); } } - this.state = 8355; + this.state = 8364; this.explainablestmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8357; + this.state = 8366; this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8358; + this.state = 8367; this.match(PostgreSqlParser.KW_VERBOSE); - this.state = 8359; + this.state = 8368; this.explainablestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8360; + this.state = 8369; this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8361; + this.state = 8370; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8362; + this.state = 8371; this.explain_option_list(); - this.state = 8363; + this.state = 8372; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8364; + this.state = 8373; this.explainablestmt(); } break; @@ -39018,71 +39063,71 @@ export class PostgreSqlParser extends SQLParserBase { } public explainablestmt(): ExplainablestmtContext { let localContext = new ExplainablestmtContext(this.context, this.state); - this.enterRule(localContext, 930, PostgreSqlParser.RULE_explainablestmt); + this.enterRule(localContext, 932, PostgreSqlParser.RULE_explainablestmt); try { - this.state = 8377; + this.state = 8386; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 781, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 783, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8368; + this.state = 8377; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8369; + this.state = 8378; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8370; + this.state = 8379; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8371; + this.state = 8380; this.deletestmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8372; + this.state = 8381; this.declarecursorstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 8373; + this.state = 8382; this.createasstmt(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 8374; + this.state = 8383; this.creatematviewstmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 8375; + this.state = 8384; this.refreshmatviewstmt(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 8376; + this.state = 8385; this.executestmt(); } break; @@ -39104,26 +39149,26 @@ 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, 932, PostgreSqlParser.RULE_explain_option_list); + this.enterRule(localContext, 934, PostgreSqlParser.RULE_explain_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8379; + this.state = 8388; this.explain_option_elem(); - this.state = 8384; + this.state = 8393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8380; + this.state = 8389; this.match(PostgreSqlParser.COMMA); - this.state = 8381; + this.state = 8390; this.explain_option_elem(); } } - this.state = 8386; + this.state = 8395; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -39145,19 +39190,19 @@ export class PostgreSqlParser extends SQLParserBase { } public explain_option_elem(): Explain_option_elemContext { let localContext = new Explain_option_elemContext(this.context, this.state); - this.enterRule(localContext, 934, PostgreSqlParser.RULE_explain_option_elem); + this.enterRule(localContext, 936, PostgreSqlParser.RULE_explain_option_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8387; + this.state = 8396; this.explain_option_name(); - this.state = 8389; + this.state = 8398; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 12 || _la === 13 || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 420484101) !== 0) || ((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 4227923969) !== 0) || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 4294967295) !== 0) || ((((_la - 144)) & ~0x1F) === 0 && ((1 << (_la - 144)) & 4294967295) !== 0) || ((((_la - 176)) & ~0x1F) === 0 && ((1 << (_la - 176)) & 4294967295) !== 0) || ((((_la - 208)) & ~0x1F) === 0 && ((1 << (_la - 208)) & 3223322623) !== 0) || ((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 4294967295) !== 0) || ((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 4294967295) !== 0) || ((((_la - 304)) & ~0x1F) === 0 && ((1 << (_la - 304)) & 4294967295) !== 0) || ((((_la - 336)) & ~0x1F) === 0 && ((1 << (_la - 336)) & 4294967295) !== 0) || ((((_la - 368)) & ~0x1F) === 0 && ((1 << (_la - 368)) & 4294967295) !== 0) || ((((_la - 400)) & ~0x1F) === 0 && ((1 << (_la - 400)) & 4294967295) !== 0) || ((((_la - 432)) & ~0x1F) === 0 && ((1 << (_la - 432)) & 4290772991) !== 0) || ((((_la - 464)) & ~0x1F) === 0 && ((1 << (_la - 464)) & 4294967295) !== 0) || ((((_la - 496)) & ~0x1F) === 0 && ((1 << (_la - 496)) & 25165183) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 973164827) !== 0) || _la === 585) { + if (_la === 12 || _la === 13 || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 420484101) !== 0) || ((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 4227923969) !== 0) || ((((_la - 112)) & ~0x1F) === 0 && ((1 << (_la - 112)) & 4294967295) !== 0) || ((((_la - 144)) & ~0x1F) === 0 && ((1 << (_la - 144)) & 4294967295) !== 0) || ((((_la - 176)) & ~0x1F) === 0 && ((1 << (_la - 176)) & 4294967295) !== 0) || ((((_la - 208)) & ~0x1F) === 0 && ((1 << (_la - 208)) & 3223322623) !== 0) || ((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 4294967295) !== 0) || ((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 4294967295) !== 0) || ((((_la - 304)) & ~0x1F) === 0 && ((1 << (_la - 304)) & 4294967295) !== 0) || ((((_la - 336)) & ~0x1F) === 0 && ((1 << (_la - 336)) & 4294967295) !== 0) || ((((_la - 368)) & ~0x1F) === 0 && ((1 << (_la - 368)) & 4294967295) !== 0) || ((((_la - 400)) & ~0x1F) === 0 && ((1 << (_la - 400)) & 4294967295) !== 0) || ((((_la - 432)) & ~0x1F) === 0 && ((1 << (_la - 432)) & 4290772991) !== 0) || ((((_la - 464)) & ~0x1F) === 0 && ((1 << (_la - 464)) & 4294967295) !== 0) || ((((_la - 496)) & ~0x1F) === 0 && ((1 << (_la - 496)) & 25165183) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1946329651) !== 0) || _la === 586) { { - this.state = 8388; + this.state = 8397; this.explain_option_arg(); } } @@ -39180,9 +39225,9 @@ export class PostgreSqlParser extends SQLParserBase { } public explain_option_name(): Explain_option_nameContext { let localContext = new Explain_option_nameContext(this.context, this.state); - this.enterRule(localContext, 936, PostgreSqlParser.RULE_explain_option_name); + this.enterRule(localContext, 938, PostgreSqlParser.RULE_explain_option_name); try { - this.state = 8393; + this.state = 8402; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -39607,7 +39652,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8391; + this.state = 8400; this.nonreservedword(); } break; @@ -39615,7 +39660,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ANALYZE: this.enterOuterAlt(localContext, 2); { - this.state = 8392; + this.state = 8401; this.analyze_keyword(); } break; @@ -39639,9 +39684,9 @@ export class PostgreSqlParser extends SQLParserBase { } public explain_option_arg(): Explain_option_argContext { let localContext = new Explain_option_argContext(this.context, this.state); - this.enterRule(localContext, 938, PostgreSqlParser.RULE_explain_option_arg); + this.enterRule(localContext, 940, PostgreSqlParser.RULE_explain_option_arg); try { - this.state = 8397; + this.state = 8406; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -40069,7 +40114,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8395; + this.state = 8404; this.opt_boolean_or_string(); } break; @@ -40079,7 +40124,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 8396; + this.state = 8405; this.numericonly(); } break; @@ -40103,28 +40148,28 @@ export class PostgreSqlParser extends SQLParserBase { } public preparestmt(): PreparestmtContext { let localContext = new PreparestmtContext(this.context, this.state); - this.enterRule(localContext, 940, PostgreSqlParser.RULE_preparestmt); + this.enterRule(localContext, 942, PostgreSqlParser.RULE_preparestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8399; + this.state = 8408; this.match(PostgreSqlParser.KW_PREPARE); - this.state = 8400; + this.state = 8409; this.name(); - this.state = 8402; + this.state = 8411; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8401; + this.state = 8410; this.prep_type_clause(); } } - this.state = 8404; + this.state = 8413; this.match(PostgreSqlParser.KW_AS); - this.state = 8405; + this.state = 8414; this.preparablestmt(); } } @@ -40144,15 +40189,15 @@ 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, 942, PostgreSqlParser.RULE_prep_type_clause); + this.enterRule(localContext, 944, PostgreSqlParser.RULE_prep_type_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8407; + this.state = 8416; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8408; + this.state = 8417; this.type_list(); - this.state = 8409; + this.state = 8418; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -40172,36 +40217,36 @@ export class PostgreSqlParser extends SQLParserBase { } public preparablestmt(): PreparablestmtContext { let localContext = new PreparablestmtContext(this.context, this.state); - this.enterRule(localContext, 944, PostgreSqlParser.RULE_preparablestmt); + this.enterRule(localContext, 946, PostgreSqlParser.RULE_preparablestmt); try { - this.state = 8415; + this.state = 8424; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 787, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 789, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8411; + this.state = 8420; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8412; + this.state = 8421; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8413; + this.state = 8422; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8414; + this.state = 8423; this.deletestmt(); } break; @@ -40223,25 +40268,24 @@ export class PostgreSqlParser extends SQLParserBase { } public executestmt(): ExecutestmtContext { let localContext = new ExecutestmtContext(this.context, this.state); - this.enterRule(localContext, 946, PostgreSqlParser.RULE_executestmt); - let _la: number; + this.enterRule(localContext, 948, PostgreSqlParser.RULE_executestmt); try { - this.state = 8440; + this.state = 8445; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EXECUTE: this.enterOuterAlt(localContext, 1); { - this.state = 8417; + this.state = 8426; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8418; + this.state = 8427; this.name(); - this.state = 8420; + this.state = 8429; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 788, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 790, this.context) ) { case 1: { - this.state = 8419; + this.state = 8428; this.execute_param_clause(); } break; @@ -40251,54 +40295,42 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CREATE: this.enterOuterAlt(localContext, 2); { - this.state = 8422; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 8424; - 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 = 8423; - this.opttemp(); - } - } - - this.state = 8426; - this.match(PostgreSqlParser.KW_TABLE); - this.state = 8428; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 790, this.context) ) { - case 1: - { - this.state = 8427; - this.opt_if_not_exists(); - } - break; - } - this.state = 8430; - this.create_as_target(); this.state = 8431; - this.match(PostgreSqlParser.KW_AS); - this.state = 8432; - this.match(PostgreSqlParser.KW_EXECUTE); + this.create_table_clause(); this.state = 8433; - this.name(); - this.state = 8435; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 791, this.context) ) { case 1: { - this.state = 8434; - this.execute_param_clause(); + this.state = 8432; + this.opt_if_not_exists(); } break; } + this.state = 8435; + this.create_as_target(); + this.state = 8436; + this.match(PostgreSqlParser.KW_AS); + this.state = 8437; + this.match(PostgreSqlParser.KW_EXECUTE); this.state = 8438; + this.name(); + this.state = 8440; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 792, this.context) ) { case 1: { - this.state = 8437; + this.state = 8439; + this.execute_param_clause(); + } + break; + } + this.state = 8443; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 793, this.context) ) { + case 1: + { + this.state = 8442; this.opt_with_data(); } break; @@ -40325,15 +40357,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, 948, PostgreSqlParser.RULE_execute_param_clause); + this.enterRule(localContext, 950, PostgreSqlParser.RULE_execute_param_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8442; + this.state = 8447; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8443; + this.state = 8448; this.expr_list(); - this.state = 8444; + this.state = 8449; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -40353,23 +40385,23 @@ export class PostgreSqlParser extends SQLParserBase { } public deallocatestmt(): DeallocatestmtContext { let localContext = new DeallocatestmtContext(this.context, this.state); - this.enterRule(localContext, 950, PostgreSqlParser.RULE_deallocatestmt); + this.enterRule(localContext, 952, PostgreSqlParser.RULE_deallocatestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8446; + this.state = 8451; this.match(PostgreSqlParser.KW_DEALLOCATE); - this.state = 8448; + this.state = 8453; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 794, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 795, this.context) ) { case 1: { - this.state = 8447; + this.state = 8452; this.match(PostgreSqlParser.KW_PREPARE); } break; } - this.state = 8452; + this.state = 8457; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -40772,13 +40804,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 8450; + this.state = 8455; this.name(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 8451; + this.state = 8456; this.match(PostgreSqlParser.KW_ALL); } break; @@ -40803,46 +40835,46 @@ export class PostgreSqlParser extends SQLParserBase { } public insertstmt(): InsertstmtContext { let localContext = new InsertstmtContext(this.context, this.state); - this.enterRule(localContext, 952, PostgreSqlParser.RULE_insertstmt); + this.enterRule(localContext, 954, PostgreSqlParser.RULE_insertstmt); let _la: number; try { localContext = new InsertStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 8455; + this.state = 8460; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8454; + this.state = 8459; this.opt_with_clause(); } } - this.state = 8457; - this.match(PostgreSqlParser.KW_INSERT); - this.state = 8458; - this.match(PostgreSqlParser.KW_INTO); - this.state = 8459; - this.insert_target(); - this.state = 8460; - this.insert_rest(); this.state = 8462; + this.match(PostgreSqlParser.KW_INSERT); + this.state = 8463; + this.match(PostgreSqlParser.KW_INTO); + this.state = 8464; + this.insert_target(); + this.state = 8465; + this.insert_rest(); + this.state = 8467; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 8461; + this.state = 8466; this.opt_on_conflict(); } } - this.state = 8465; + this.state = 8470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 8464; + this.state = 8469; this.returning_clause(); } } @@ -40865,21 +40897,21 @@ export class PostgreSqlParser extends SQLParserBase { } public insert_target(): Insert_targetContext { let localContext = new Insert_targetContext(this.context, this.state); - this.enterRule(localContext, 954, PostgreSqlParser.RULE_insert_target); + this.enterRule(localContext, 956, PostgreSqlParser.RULE_insert_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8467; + this.state = 8472; this.table_name(); - this.state = 8470; + this.state = 8475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8468; + this.state = 8473; this.match(PostgreSqlParser.KW_AS); - this.state = 8469; + this.state = 8474; this.colid(); } } @@ -40902,51 +40934,51 @@ export class PostgreSqlParser extends SQLParserBase { } public insert_rest(): Insert_restContext { let localContext = new Insert_restContext(this.context, this.state); - this.enterRule(localContext, 956, PostgreSqlParser.RULE_insert_rest); + this.enterRule(localContext, 958, PostgreSqlParser.RULE_insert_rest); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8476; + this.state = 8481; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 800, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 801, this.context) ) { case 1: { - this.state = 8472; + this.state = 8477; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8473; + this.state = 8478; this.insert_column_list(); - this.state = 8474; + this.state = 8479; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 8482; + this.state = 8487; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 463) { { - this.state = 8478; + this.state = 8483; this.match(PostgreSqlParser.KW_OVERRIDING); - this.state = 8479; + this.state = 8484; this.override_kind(); - this.state = 8480; + this.state = 8485; this.match(PostgreSqlParser.KW_VALUE); } } - this.state = 8486; + this.state = 8491; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 802, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 803, this.context) ) { case 1: { - this.state = 8484; + this.state = 8489; this.default_values_or_values(); } break; case 2: { - this.state = 8485; + this.state = 8490; this.selectstmt(); } break; @@ -40969,12 +41001,12 @@ export class PostgreSqlParser extends SQLParserBase { } public override_kind(): Override_kindContext { let localContext = new Override_kindContext(this.context, this.state); - this.enterRule(localContext, 958, PostgreSqlParser.RULE_override_kind); + this.enterRule(localContext, 960, PostgreSqlParser.RULE_override_kind); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8488; + this.state = 8493; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 349)) { this.errorHandler.recoverInline(this); @@ -41001,26 +41033,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, 960, PostgreSqlParser.RULE_insert_column_list); + this.enterRule(localContext, 962, PostgreSqlParser.RULE_insert_column_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8490; - this.insert_column_item(); this.state = 8495; + this.insert_column_item(); + this.state = 8500; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8491; + this.state = 8496; this.match(PostgreSqlParser.COMMA); - this.state = 8492; + this.state = 8497; this.insert_column_item(); } } - this.state = 8497; + this.state = 8502; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41042,13 +41074,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, 962, PostgreSqlParser.RULE_insert_column_item); + this.enterRule(localContext, 964, PostgreSqlParser.RULE_insert_column_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 8498; + this.state = 8503; this.column_name(); - this.state = 8499; + this.state = 8504; this.opt_indirection(); } } @@ -41068,44 +41100,44 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_on_conflict(): Opt_on_conflictContext { let localContext = new Opt_on_conflictContext(this.context, this.state); - this.enterRule(localContext, 964, PostgreSqlParser.RULE_opt_on_conflict); + this.enterRule(localContext, 966, PostgreSqlParser.RULE_opt_on_conflict); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8501; + this.state = 8506; this.match(PostgreSqlParser.KW_ON); - this.state = 8502; + this.state = 8507; this.match(PostgreSqlParser.KW_CONFLICT); - this.state = 8504; + this.state = 8509; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2 || _la === 80) { { - this.state = 8503; + this.state = 8508; this.opt_conf_expr(); } } - this.state = 8506; + this.state = 8511; this.match(PostgreSqlParser.KW_DO); - this.state = 8514; + this.state = 8519; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 8507; + this.state = 8512; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8508; + this.state = 8513; this.match(PostgreSqlParser.KW_SET); - this.state = 8509; + this.state = 8514; this.set_clause_list(); - this.state = 8511; + this.state = 8516; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8510; + this.state = 8515; this.where_clause(); } } @@ -41114,7 +41146,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_NOTHING: { - this.state = 8513; + this.state = 8518; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -41139,27 +41171,27 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_conf_expr(): Opt_conf_exprContext { let localContext = new Opt_conf_exprContext(this.context, this.state); - this.enterRule(localContext, 966, PostgreSqlParser.RULE_opt_conf_expr); + this.enterRule(localContext, 968, PostgreSqlParser.RULE_opt_conf_expr); let _la: number; try { - this.state = 8525; + this.state = 8530; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 1); { - this.state = 8516; + this.state = 8521; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8517; + this.state = 8522; this.index_params(); - this.state = 8518; + this.state = 8523; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8520; + this.state = 8525; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8519; + this.state = 8524; this.where_clause(); } } @@ -41169,11 +41201,11 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 2); { - this.state = 8522; + this.state = 8527; this.match(PostgreSqlParser.KW_ON); - this.state = 8523; + this.state = 8528; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 8524; + this.state = 8529; this.name(); } break; @@ -41197,13 +41229,13 @@ export class PostgreSqlParser extends SQLParserBase { } public returning_clause(): Returning_clauseContext { let localContext = new Returning_clauseContext(this.context, this.state); - this.enterRule(localContext, 968, PostgreSqlParser.RULE_returning_clause); + this.enterRule(localContext, 970, PostgreSqlParser.RULE_returning_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8527; + this.state = 8532; this.match(PostgreSqlParser.KW_RETURNING); - this.state = 8528; + this.state = 8533; this.target_list(); } } @@ -41223,53 +41255,53 @@ export class PostgreSqlParser extends SQLParserBase { } public deletestmt(): DeletestmtContext { let localContext = new DeletestmtContext(this.context, this.state); - this.enterRule(localContext, 970, PostgreSqlParser.RULE_deletestmt); + this.enterRule(localContext, 972, PostgreSqlParser.RULE_deletestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8531; + this.state = 8536; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8530; + this.state = 8535; this.opt_with_clause(); } } - this.state = 8533; + this.state = 8538; this.match(PostgreSqlParser.KW_DELETE); - this.state = 8534; + this.state = 8539; this.match(PostgreSqlParser.KW_FROM); - this.state = 8535; + this.state = 8540; this.relation_expr_opt_alias(); - this.state = 8537; + this.state = 8542; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8536; + this.state = 8541; this.using_clause(); } } - this.state = 8540; + this.state = 8545; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8539; + this.state = 8544; this.where_or_current_clause(); } } - this.state = 8543; + this.state = 8548; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 8542; + this.state = 8547; this.returning_clause(); } } @@ -41292,13 +41324,13 @@ export class PostgreSqlParser extends SQLParserBase { } public using_clause(): Using_clauseContext { let localContext = new Using_clauseContext(this.context, this.state); - this.enterRule(localContext, 972, PostgreSqlParser.RULE_using_clause); + this.enterRule(localContext, 974, PostgreSqlParser.RULE_using_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8545; + this.state = 8550; this.match(PostgreSqlParser.KW_USING); - this.state = 8546; + this.state = 8551; this.from_list(); } } @@ -41318,41 +41350,41 @@ export class PostgreSqlParser extends SQLParserBase { } public lockstmt(): LockstmtContext { let localContext = new LockstmtContext(this.context, this.state); - this.enterRule(localContext, 974, PostgreSqlParser.RULE_lockstmt); + this.enterRule(localContext, 976, PostgreSqlParser.RULE_lockstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8548; + this.state = 8553; this.match(PostgreSqlParser.KW_LOCK); - this.state = 8550; + this.state = 8555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 8549; + this.state = 8554; this.opt_table(); } } - this.state = 8552; + this.state = 8557; this.relation_expr_list(); - this.state = 8554; + this.state = 8559; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68) { { - this.state = 8553; + this.state = 8558; this.opt_lock(); } } - this.state = 8557; + this.state = 8562; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 815, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 816, this.context) ) { case 1: { - this.state = 8556; + this.state = 8561; this.opt_nowait(); } break; @@ -41375,15 +41407,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_lock(): Opt_lockContext { let localContext = new Opt_lockContext(this.context, this.state); - this.enterRule(localContext, 976, PostgreSqlParser.RULE_opt_lock); + this.enterRule(localContext, 978, PostgreSqlParser.RULE_opt_lock); try { this.enterOuterAlt(localContext, 1); { - this.state = 8559; + this.state = 8564; this.match(PostgreSqlParser.KW_IN); - this.state = 8560; + this.state = 8565; this.lock_type(); - this.state = 8561; + this.state = 8566; this.match(PostgreSqlParser.KW_MODE); } } @@ -41403,18 +41435,18 @@ export class PostgreSqlParser extends SQLParserBase { } public lock_type(): Lock_typeContext { let localContext = new Lock_typeContext(this.context, this.state); - this.enterRule(localContext, 978, PostgreSqlParser.RULE_lock_type); + this.enterRule(localContext, 980, PostgreSqlParser.RULE_lock_type); let _la: number; try { - this.state = 8575; + this.state = 8580; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ACCESS: this.enterOuterAlt(localContext, 1); { - this.state = 8563; + this.state = 8568; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 8564; + this.state = 8569; _la = this.tokenStream.LA(1); if(!(_la === 201 || _la === 334)) { this.errorHandler.recoverInline(this); @@ -41428,9 +41460,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ROW: this.enterOuterAlt(localContext, 2); { - this.state = 8565; + this.state = 8570; this.match(PostgreSqlParser.KW_ROW); - this.state = 8566; + this.state = 8571; _la = this.tokenStream.LA(1); if(!(_la === 201 || _la === 334)) { this.errorHandler.recoverInline(this); @@ -41444,24 +41476,24 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SHARE: this.enterOuterAlt(localContext, 3); { - this.state = 8567; - this.match(PostgreSqlParser.KW_SHARE); this.state = 8572; + this.match(PostgreSqlParser.KW_SHARE); + this.state = 8577; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 8568; + this.state = 8573; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8569; + this.state = 8574; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; case PostgreSqlParser.KW_ROW: { - this.state = 8570; + this.state = 8575; this.match(PostgreSqlParser.KW_ROW); - this.state = 8571; + this.state = 8576; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; @@ -41475,7 +41507,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCLUSIVE: this.enterOuterAlt(localContext, 4); { - this.state = 8574; + this.state = 8579; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; @@ -41499,11 +41531,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_nowait(): Opt_nowaitContext { let localContext = new Opt_nowaitContext(this.context, this.state); - this.enterRule(localContext, 980, PostgreSqlParser.RULE_opt_nowait); + this.enterRule(localContext, 982, PostgreSqlParser.RULE_opt_nowait); try { this.enterOuterAlt(localContext, 1); { - this.state = 8577; + this.state = 8582; this.match(PostgreSqlParser.KW_NOWAIT); } } @@ -41523,24 +41555,24 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_nowait_or_skip(): Opt_nowait_or_skipContext { let localContext = new Opt_nowait_or_skipContext(this.context, this.state); - this.enterRule(localContext, 982, PostgreSqlParser.RULE_opt_nowait_or_skip); + this.enterRule(localContext, 984, PostgreSqlParser.RULE_opt_nowait_or_skip); try { - this.state = 8582; + this.state = 8587; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOWAIT: this.enterOuterAlt(localContext, 1); { - this.state = 8579; + this.state = 8584; this.match(PostgreSqlParser.KW_NOWAIT); } break; case PostgreSqlParser.KW_SKIP: this.enterOuterAlt(localContext, 2); { - this.state = 8580; + this.state = 8585; this.match(PostgreSqlParser.KW_SKIP); - this.state = 8581; + this.state = 8586; this.match(PostgreSqlParser.KW_LOCKED); } break; @@ -41564,55 +41596,55 @@ export class PostgreSqlParser extends SQLParserBase { } public updatestmt(): UpdatestmtContext { let localContext = new UpdatestmtContext(this.context, this.state); - this.enterRule(localContext, 984, PostgreSqlParser.RULE_updatestmt); + this.enterRule(localContext, 986, PostgreSqlParser.RULE_updatestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8585; + this.state = 8590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8584; + this.state = 8589; this.opt_with_clause(); } } - this.state = 8587; - this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8588; - this.relation_expr_opt_alias(); - this.state = 8589; - this.match(PostgreSqlParser.KW_SET); - this.state = 8590; - this.set_clause_list(); this.state = 8592; + this.match(PostgreSqlParser.KW_UPDATE); + this.state = 8593; + this.relation_expr_opt_alias(); + this.state = 8594; + this.match(PostgreSqlParser.KW_SET); + this.state = 8595; + this.set_clause_list(); + this.state = 8597; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 8591; + this.state = 8596; this.from_clause(); } } - this.state = 8595; + this.state = 8600; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8594; + this.state = 8599; this.where_or_current_clause(); } } - this.state = 8598; + this.state = 8603; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 8597; + this.state = 8602; this.returning_clause(); } } @@ -41635,26 +41667,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, 986, PostgreSqlParser.RULE_set_clause_list); + this.enterRule(localContext, 988, PostgreSqlParser.RULE_set_clause_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8600; - this.set_clause(); this.state = 8605; + this.set_clause(); + this.state = 8610; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8601; + this.state = 8606; this.match(PostgreSqlParser.COMMA); - this.state = 8602; + this.state = 8607; this.set_clause(); } } - this.state = 8607; + this.state = 8612; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41676,59 +41708,59 @@ export class PostgreSqlParser extends SQLParserBase { } public set_clause(): Set_clauseContext { let localContext = new Set_clauseContext(this.context, this.state); - this.enterRule(localContext, 988, PostgreSqlParser.RULE_set_clause); + this.enterRule(localContext, 990, PostgreSqlParser.RULE_set_clause); try { - this.state = 8626; + this.state = 8631; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 826, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 827, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8608; + this.state = 8613; this.set_target(); - this.state = 8609; + this.state = 8614; this.match(PostgreSqlParser.EQUAL); - this.state = 8610; + this.state = 8615; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8612; + this.state = 8617; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8613; + this.state = 8618; this.set_target_list(); - this.state = 8614; + this.state = 8619; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8615; + this.state = 8620; this.match(PostgreSqlParser.EQUAL); - this.state = 8624; + this.state = 8629; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 825, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 826, this.context) ) { case 1: { - this.state = 8617; + this.state = 8622; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 824, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 825, this.context) ) { case 1: { - this.state = 8616; + this.state = 8621; this.match(PostgreSqlParser.KW_ROW); } break; } - this.state = 8619; + this.state = 8624; this.a_expr(); } break; case 2: { - this.state = 8620; + this.state = 8625; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8621; + this.state = 8626; this.select_clause(); - this.state = 8622; + this.state = 8627; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -41753,13 +41785,13 @@ export class PostgreSqlParser extends SQLParserBase { } public set_target(): Set_targetContext { let localContext = new Set_targetContext(this.context, this.state); - this.enterRule(localContext, 990, PostgreSqlParser.RULE_set_target); + this.enterRule(localContext, 992, PostgreSqlParser.RULE_set_target); try { this.enterOuterAlt(localContext, 1); { - this.state = 8628; + this.state = 8633; this.column_name(); - this.state = 8629; + this.state = 8634; this.opt_indirection(); } } @@ -41779,26 +41811,26 @@ export class PostgreSqlParser extends SQLParserBase { } public set_target_list(): Set_target_listContext { let localContext = new Set_target_listContext(this.context, this.state); - this.enterRule(localContext, 992, PostgreSqlParser.RULE_set_target_list); + this.enterRule(localContext, 994, PostgreSqlParser.RULE_set_target_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8631; - this.set_target(); this.state = 8636; + this.set_target(); + this.state = 8641; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8632; + this.state = 8637; this.match(PostgreSqlParser.COMMA); - this.state = 8633; + this.state = 8638; this.set_target(); } } - this.state = 8638; + this.state = 8643; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41820,23 +41852,23 @@ export class PostgreSqlParser extends SQLParserBase { } public declarecursorstmt(): DeclarecursorstmtContext { let localContext = new DeclarecursorstmtContext(this.context, this.state); - this.enterRule(localContext, 994, PostgreSqlParser.RULE_declarecursorstmt); + this.enterRule(localContext, 996, PostgreSqlParser.RULE_declarecursorstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8639; - this.match(PostgreSqlParser.KW_DECLARE); - this.state = 8640; - this.cursor_name(); - this.state = 8641; - this.cursor_options(); - this.state = 8642; - this.match(PostgreSqlParser.KW_CURSOR); - this.state = 8643; - this.opt_hold(); this.state = 8644; - this.match(PostgreSqlParser.KW_FOR); + this.match(PostgreSqlParser.KW_DECLARE); this.state = 8645; + this.cursor_name(); + this.state = 8646; + this.cursor_options(); + this.state = 8647; + this.match(PostgreSqlParser.KW_CURSOR); + this.state = 8648; + this.opt_hold(); + this.state = 8649; + this.match(PostgreSqlParser.KW_FOR); + this.state = 8650; this.selectstmt(); } } @@ -41856,11 +41888,11 @@ export class PostgreSqlParser extends SQLParserBase { } public cursor_name(): Cursor_nameContext { let localContext = new Cursor_nameContext(this.context, this.state); - this.enterRule(localContext, 996, PostgreSqlParser.RULE_cursor_name); + this.enterRule(localContext, 998, PostgreSqlParser.RULE_cursor_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 8647; + this.state = 8652; this.name(); } } @@ -41880,42 +41912,42 @@ export class PostgreSqlParser extends SQLParserBase { } public cursor_options(): Cursor_optionsContext { let localContext = new Cursor_optionsContext(this.context, this.state); - this.enterRule(localContext, 998, PostgreSqlParser.RULE_cursor_options); + this.enterRule(localContext, 1000, PostgreSqlParser.RULE_cursor_options); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8656; + this.state = 8661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 107 || _la === 240 || _la === 269 || _la === 324) { { - this.state = 8654; + this.state = 8659; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: { - this.state = 8649; + this.state = 8654; this.match(PostgreSqlParser.KW_NO); - this.state = 8650; + this.state = 8655; this.match(PostgreSqlParser.KW_SCROLL); } break; case PostgreSqlParser.KW_SCROLL: { - this.state = 8651; + this.state = 8656; this.match(PostgreSqlParser.KW_SCROLL); } break; case PostgreSqlParser.KW_BINARY: { - this.state = 8652; + this.state = 8657; this.match(PostgreSqlParser.KW_BINARY); } break; case PostgreSqlParser.KW_INSENSITIVE: { - this.state = 8653; + this.state = 8658; this.match(PostgreSqlParser.KW_INSENSITIVE); } break; @@ -41923,7 +41955,7 @@ export class PostgreSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 8658; + this.state = 8663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41945,9 +41977,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_hold(): Opt_holdContext { let localContext = new Opt_holdContext(this.context, this.state); - this.enterRule(localContext, 1000, PostgreSqlParser.RULE_opt_hold); + this.enterRule(localContext, 1002, PostgreSqlParser.RULE_opt_hold); try { - this.state = 8664; + this.state = 8669; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: @@ -41959,18 +41991,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 2); { - this.state = 8660; + this.state = 8665; this.match(PostgreSqlParser.KW_WITH); - this.state = 8661; + this.state = 8666; this.match(PostgreSqlParser.KW_HOLD); } break; case PostgreSqlParser.KW_WITHOUT: this.enterOuterAlt(localContext, 3); { - this.state = 8662; + this.state = 8667; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 8663; + this.state = 8668; this.match(PostgreSqlParser.KW_HOLD); } break; @@ -41994,16 +42026,16 @@ export class PostgreSqlParser extends SQLParserBase { } public selectstmt(): SelectstmtContext { let localContext = new SelectstmtContext(this.context, this.state); - this.enterRule(localContext, 1002, PostgreSqlParser.RULE_selectstmt); + this.enterRule(localContext, 1004, PostgreSqlParser.RULE_selectstmt); try { - this.state = 8668; + this.state = 8673; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 831, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 832, this.context) ) { case 1: localContext = new SelectStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 8666; + this.state = 8671; this.select_no_parens(); } break; @@ -42011,7 +42043,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new SelectStatementContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 8667; + this.state = 8672; this.select_with_parens(); } break; @@ -42033,30 +42065,30 @@ 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, 1004, PostgreSqlParser.RULE_select_with_parens); + this.enterRule(localContext, 1006, PostgreSqlParser.RULE_select_with_parens); try { - this.state = 8678; + this.state = 8683; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 832, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 833, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8670; + this.state = 8675; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8671; + this.state = 8676; this.select_no_parens(); - this.state = 8672; + this.state = 8677; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8674; + this.state = 8679; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8675; + this.state = 8680; this.select_with_parens(); - this.state = 8676; + this.state = 8681; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -42078,10 +42110,10 @@ 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, 1006, PostgreSqlParser.RULE_select_no_parens); + this.enterRule(localContext, 1008, PostgreSqlParser.RULE_select_no_parens); let _la: number; try { - this.state = 8709; + this.state = 8714; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -42090,31 +42122,31 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 1); { - this.state = 8680; + this.state = 8685; this.select_clause(); - this.state = 8682; + this.state = 8687; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 8681; + this.state = 8686; this.opt_sort_clause(); } } - this.state = 8692; + this.state = 8697; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 836, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 837, this.context) ) { case 1: { - this.state = 8684; + this.state = 8689; this.for_locking_clause(); - this.state = 8686; + this.state = 8691; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 834, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 835, this.context) ) { case 1: { - this.state = 8685; + this.state = 8690; this.opt_select_limit(); } break; @@ -42123,14 +42155,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8688; + this.state = 8693; this.select_limit(); - this.state = 8690; + this.state = 8695; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 8689; + this.state = 8694; this.opt_for_locking_clause(); } } @@ -42143,33 +42175,33 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 2); { - this.state = 8694; + this.state = 8699; this.with_clause(); - this.state = 8695; + this.state = 8700; this.select_clause(); - this.state = 8697; + this.state = 8702; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 8696; + this.state = 8701; this.opt_sort_clause(); } } - this.state = 8707; + this.state = 8712; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 840, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 841, this.context) ) { case 1: { - this.state = 8699; + this.state = 8704; this.for_locking_clause(); - this.state = 8701; + this.state = 8706; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 838, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 839, this.context) ) { case 1: { - this.state = 8700; + this.state = 8705; this.opt_select_limit(); } break; @@ -42178,14 +42210,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8703; + this.state = 8708; this.select_limit(); - this.state = 8705; + this.state = 8710; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 8704; + this.state = 8709; this.opt_for_locking_clause(); } } @@ -42215,22 +42247,22 @@ export class PostgreSqlParser extends SQLParserBase { } public select_clause(): Select_clauseContext { let localContext = new Select_clauseContext(this.context, this.state); - this.enterRule(localContext, 1008, PostgreSqlParser.RULE_select_clause); + this.enterRule(localContext, 1010, PostgreSqlParser.RULE_select_clause); try { - this.state = 8713; + this.state = 8718; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 842, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 843, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8711; + this.state = 8716; this.simple_select(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8712; + this.state = 8717; this.select_with_parens(); } break; @@ -42252,50 +42284,50 @@ export class PostgreSqlParser extends SQLParserBase { } public simple_select(): Simple_selectContext { let localContext = new Simple_selectContext(this.context, this.state); - this.enterRule(localContext, 1010, PostgreSqlParser.RULE_simple_select); + this.enterRule(localContext, 1012, PostgreSqlParser.RULE_simple_select); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8760; + this.state = 8765; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SELECT: { - this.state = 8715; + this.state = 8720; this.match(PostgreSqlParser.KW_SELECT); - this.state = 8731; + this.state = 8736; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 848, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 849, this.context) ) { case 1: { - this.state = 8717; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 843, this.context) ) { - case 1: - { - this.state = 8716; - this.opt_all_clause(); - } - break; - } - this.state = 8720; + this.state = 8722; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 844, this.context) ) { case 1: { - this.state = 8719; - this.into_clause(); + this.state = 8721; + this.opt_all_clause(); } break; } - this.state = 8723; + this.state = 8725; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 845, this.context) ) { case 1: { - this.state = 8722; + this.state = 8724; + this.into_clause(); + } + break; + } + this.state = 8728; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 846, this.context) ) { + case 1: + { + this.state = 8727; this.opt_target_list(); } break; @@ -42304,22 +42336,22 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8726; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 846, this.context) ) { - case 1: - { - this.state = 8725; - this.distinct_clause(); - } - break; - } - this.state = 8729; + this.state = 8731; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 847, this.context) ) { case 1: { - this.state = 8728; + this.state = 8730; + this.distinct_clause(); + } + break; + } + this.state = 8734; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 848, this.context) ) { + case 1: + { + this.state = 8733; this.target_list(); } break; @@ -42327,62 +42359,62 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8734; + this.state = 8739; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 849, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 850, this.context) ) { case 1: { - this.state = 8733; + this.state = 8738; this.into_clause(); } break; } - this.state = 8737; + this.state = 8742; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 8736; + this.state = 8741; this.from_clause(); } } - this.state = 8740; + this.state = 8745; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8739; + this.state = 8744; this.where_clause(); } } - this.state = 8743; + this.state = 8748; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 8742; + this.state = 8747; this.group_clause(); } } - this.state = 8746; + this.state = 8751; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 8745; + this.state = 8750; this.having_clause(); } } - this.state = 8749; + this.state = 8754; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 854, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 855, this.context) ) { case 1: { - this.state = 8748; + this.state = 8753; this.window_clause(); } break; @@ -42391,36 +42423,36 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_VALUES: { - this.state = 8751; + this.state = 8756; this.values_clause(); } break; case PostgreSqlParser.KW_TABLE: { - this.state = 8752; + this.state = 8757; this.match(PostgreSqlParser.KW_TABLE); - this.state = 8753; + this.state = 8758; this.relation_expr(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 8754; + this.state = 8759; this.select_with_parens(); - this.state = 8755; + this.state = 8760; this.set_operator_with_all_or_distinct(); - this.state = 8758; + this.state = 8763; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 855, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 856, this.context) ) { case 1: { - this.state = 8756; + this.state = 8761; this.simple_select(); } break; case 2: { - this.state = 8757; + this.state = 8762; this.select_with_parens(); } break; @@ -42430,27 +42462,27 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 8769; + this.state = 8774; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 858, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 859, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8762; + this.state = 8767; this.set_operator_with_all_or_distinct(); - this.state = 8765; + this.state = 8770; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 857, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 858, this.context) ) { case 1: { - this.state = 8763; + this.state = 8768; this.simple_select(); } break; case 2: { - this.state = 8764; + this.state = 8769; this.select_with_parens(); } break; @@ -42458,9 +42490,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 8771; + this.state = 8776; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 858, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 859, this.context); } } } @@ -42480,16 +42512,16 @@ export class PostgreSqlParser extends SQLParserBase { } public set_operator(): Set_operatorContext { let localContext = new Set_operatorContext(this.context, this.state); - this.enterRule(localContext, 1012, PostgreSqlParser.RULE_set_operator); + this.enterRule(localContext, 1014, PostgreSqlParser.RULE_set_operator); try { - this.state = 8775; + this.state = 8780; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UNION: localContext = new UnionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 8772; + this.state = 8777; this.match(PostgreSqlParser.KW_UNION); } break; @@ -42497,7 +42529,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new IntersectContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 8773; + this.state = 8778; this.match(PostgreSqlParser.KW_INTERSECT); } break; @@ -42505,7 +42537,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ExceptContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 8774; + this.state = 8779; this.match(PostgreSqlParser.KW_EXCEPT); } break; @@ -42529,19 +42561,19 @@ 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, 1014, PostgreSqlParser.RULE_set_operator_with_all_or_distinct); + this.enterRule(localContext, 1016, PostgreSqlParser.RULE_set_operator_with_all_or_distinct); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8777; + this.state = 8782; this.set_operator(); - this.state = 8779; + this.state = 8784; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 30 || _la === 56) { { - this.state = 8778; + this.state = 8783; this.all_or_distinct(); } } @@ -42564,23 +42596,23 @@ export class PostgreSqlParser extends SQLParserBase { } public with_clause(): With_clauseContext { let localContext = new With_clauseContext(this.context, this.state); - this.enterRule(localContext, 1016, PostgreSqlParser.RULE_with_clause); + this.enterRule(localContext, 1018, PostgreSqlParser.RULE_with_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8781; + this.state = 8786; this.match(PostgreSqlParser.KW_WITH); - this.state = 8783; + this.state = 8788; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 861, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 862, this.context) ) { case 1: { - this.state = 8782; + this.state = 8787; this.match(PostgreSqlParser.KW_RECURSIVE); } break; } - this.state = 8785; + this.state = 8790; this.cte_list(); } } @@ -42600,30 +42632,30 @@ export class PostgreSqlParser extends SQLParserBase { } public cte_list(): Cte_listContext { let localContext = new Cte_listContext(this.context, this.state); - this.enterRule(localContext, 1018, PostgreSqlParser.RULE_cte_list); + this.enterRule(localContext, 1020, PostgreSqlParser.RULE_cte_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8787; - this.common_table_expr(); this.state = 8792; + this.common_table_expr(); + this.state = 8797; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 862, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 863, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8788; + this.state = 8793; this.match(PostgreSqlParser.COMMA); - this.state = 8789; + this.state = 8794; this.common_table_expr(); } } } - this.state = 8794; + this.state = 8799; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 862, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 863, this.context); } } } @@ -42643,57 +42675,57 @@ 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, 1020, PostgreSqlParser.RULE_common_table_expr); + this.enterRule(localContext, 1022, PostgreSqlParser.RULE_common_table_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8795; + this.state = 8800; this.name(); - this.state = 8797; + this.state = 8802; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8796; + this.state = 8801; this.opt_name_list(); } } - this.state = 8799; + this.state = 8804; this.match(PostgreSqlParser.KW_AS); - this.state = 8801; + this.state = 8806; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77 || _la === 259) { { - this.state = 8800; + this.state = 8805; this.opt_materialized(); } } - this.state = 8803; + this.state = 8808; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8804; + this.state = 8809; this.preparablestmt(); - this.state = 8805; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8807; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 865, this.context) ) { - case 1: - { - this.state = 8806; - this.search_cluase(); - } - break; - } this.state = 8810; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 8812; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 866, this.context) ) { case 1: { - this.state = 8809; + this.state = 8811; + this.search_cluase(); + } + break; + } + this.state = 8815; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 867, this.context) ) { + case 1: + { + this.state = 8814; this.cycle_cluase(); } break; @@ -42716,14 +42748,14 @@ export class PostgreSqlParser extends SQLParserBase { } public search_cluase(): Search_cluaseContext { let localContext = new Search_cluaseContext(this.context, this.state); - this.enterRule(localContext, 1022, PostgreSqlParser.RULE_search_cluase); + this.enterRule(localContext, 1024, PostgreSqlParser.RULE_search_cluase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8812; + this.state = 8817; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8813; + this.state = 8818; _la = this.tokenStream.LA(1); if(!(_la === 527 || _la === 528)) { this.errorHandler.recoverInline(this); @@ -42732,15 +42764,15 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8814; + this.state = 8819; this.match(PostgreSqlParser.KW_FIRST); - this.state = 8815; + this.state = 8820; this.match(PostgreSqlParser.KW_BY); - this.state = 8816; + this.state = 8821; this.column_list(); - this.state = 8817; + this.state = 8822; this.match(PostgreSqlParser.KW_SET); - this.state = 8818; + this.state = 8823; this.column_name(); } } @@ -42760,38 +42792,38 @@ export class PostgreSqlParser extends SQLParserBase { } public cycle_cluase(): Cycle_cluaseContext { let localContext = new Cycle_cluaseContext(this.context, this.state); - this.enterRule(localContext, 1024, PostgreSqlParser.RULE_cycle_cluase); + this.enterRule(localContext, 1026, PostgreSqlParser.RULE_cycle_cluase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8820; + this.state = 8825; this.match(PostgreSqlParser.KW_CYCLE); - this.state = 8821; + this.state = 8826; this.column_list(); - this.state = 8822; + this.state = 8827; this.match(PostgreSqlParser.KW_SET); - this.state = 8823; + this.state = 8828; this.column_name(); - this.state = 8829; + this.state = 8834; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 8824; + this.state = 8829; this.match(PostgreSqlParser.KW_TO); - this.state = 8825; + this.state = 8830; this.name(); - this.state = 8826; + this.state = 8831; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 8827; + this.state = 8832; this.name(); } } - this.state = 8831; + this.state = 8836; this.match(PostgreSqlParser.KW_USING); - this.state = 8832; + this.state = 8837; this.column_name(); } } @@ -42811,24 +42843,24 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_materialized(): Opt_materializedContext { let localContext = new Opt_materializedContext(this.context, this.state); - this.enterRule(localContext, 1026, PostgreSqlParser.RULE_opt_materialized); + this.enterRule(localContext, 1028, PostgreSqlParser.RULE_opt_materialized); try { - this.state = 8837; + this.state = 8842; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_MATERIALIZED: this.enterOuterAlt(localContext, 1); { - this.state = 8834; + this.state = 8839; this.match(PostgreSqlParser.KW_MATERIALIZED); } break; case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 8835; + this.state = 8840; this.match(PostgreSqlParser.KW_NOT); - this.state = 8836; + this.state = 8841; this.match(PostgreSqlParser.KW_MATERIALIZED); } break; @@ -42852,11 +42884,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_with_clause(): Opt_with_clauseContext { let localContext = new Opt_with_clauseContext(this.context, this.state); - this.enterRule(localContext, 1028, PostgreSqlParser.RULE_opt_with_clause); + this.enterRule(localContext, 1030, PostgreSqlParser.RULE_opt_with_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8839; + this.state = 8844; this.with_clause(); } } @@ -42876,26 +42908,26 @@ export class PostgreSqlParser extends SQLParserBase { } public into_clause(): Into_clauseContext { let localContext = new Into_clauseContext(this.context, this.state); - this.enterRule(localContext, 1030, PostgreSqlParser.RULE_into_clause); + this.enterRule(localContext, 1032, PostgreSqlParser.RULE_into_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8841; - this.match(PostgreSqlParser.KW_INTO); this.state = 8846; + this.match(PostgreSqlParser.KW_INTO); + this.state = 8851; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 869, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 870, this.context) ) { case 1: { - this.state = 8842; + this.state = 8847; this.opt_strict(); - this.state = 8843; + this.state = 8848; this.opttempTableName(); } break; case 2: { - this.state = 8845; + this.state = 8850; this.into_target(); } break; @@ -42918,11 +42950,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_strict(): Opt_strictContext { let localContext = new Opt_strictContext(this.context, this.state); - this.enterRule(localContext, 1032, PostgreSqlParser.RULE_opt_strict); + this.enterRule(localContext, 1034, PostgreSqlParser.RULE_opt_strict); try { - this.state = 8850; + this.state = 8855; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 870, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 871, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -42932,7 +42964,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8849; + this.state = 8854; this.match(PostgreSqlParser.KW_STRICT); } break; @@ -42954,21 +42986,21 @@ export class PostgreSqlParser extends SQLParserBase { } public opttempTableName(): OpttempTableNameContext { let localContext = new OpttempTableNameContext(this.context, this.state); - this.enterRule(localContext, 1034, PostgreSqlParser.RULE_opttempTableName); + this.enterRule(localContext, 1036, PostgreSqlParser.RULE_opttempTableName); let _la: number; try { - this.state = 8868; + this.state = 8873; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 874, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 875, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8853; + this.state = 8858; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254) { { - this.state = 8852; + this.state = 8857; _la = this.tokenStream.LA(1); if(!(_la === 213 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -42980,7 +43012,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 8855; + this.state = 8860; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -42989,25 +43021,6 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8857; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 92) { - { - this.state = 8856; - this.opt_table(); - } - } - - this.state = 8859; - this.table_name_create(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { - this.state = 8860; - this.match(PostgreSqlParser.KW_UNLOGGED); this.state = 8862; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -43022,19 +43035,38 @@ export class PostgreSqlParser extends SQLParserBase { this.table_name_create(); } break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 8865; + this.match(PostgreSqlParser.KW_UNLOGGED); + this.state = 8867; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 92) { + { + this.state = 8866; + this.opt_table(); + } + } + + this.state = 8869; + this.table_name_create(); + } + break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8865; + this.state = 8870; this.match(PostgreSqlParser.KW_TABLE); - this.state = 8866; + this.state = 8871; this.table_name_create(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8867; + this.state = 8872; this.table_name_create(); } break; @@ -43056,11 +43088,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_table(): Opt_tableContext { let localContext = new Opt_tableContext(this.context, this.state); - this.enterRule(localContext, 1036, PostgreSqlParser.RULE_opt_table); + this.enterRule(localContext, 1038, PostgreSqlParser.RULE_opt_table); try { this.enterOuterAlt(localContext, 1); { - this.state = 8870; + this.state = 8875; this.match(PostgreSqlParser.KW_TABLE); } } @@ -43080,12 +43112,12 @@ export class PostgreSqlParser extends SQLParserBase { } public all_or_distinct(): All_or_distinctContext { let localContext = new All_or_distinctContext(this.context, this.state); - this.enterRule(localContext, 1038, PostgreSqlParser.RULE_all_or_distinct); + this.enterRule(localContext, 1040, PostgreSqlParser.RULE_all_or_distinct); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8872; + this.state = 8877; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 56)) { this.errorHandler.recoverInline(this); @@ -43112,24 +43144,24 @@ export class PostgreSqlParser extends SQLParserBase { } public distinct_clause(): Distinct_clauseContext { let localContext = new Distinct_clauseContext(this.context, this.state); - this.enterRule(localContext, 1040, PostgreSqlParser.RULE_distinct_clause); + this.enterRule(localContext, 1042, PostgreSqlParser.RULE_distinct_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8874; + this.state = 8879; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 8880; + this.state = 8885; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 875, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 876, this.context) ) { case 1: { - this.state = 8875; + this.state = 8880; this.match(PostgreSqlParser.KW_ON); - this.state = 8876; + this.state = 8881; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8877; + this.state = 8882; this.expr_list(); - this.state = 8878; + this.state = 8883; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -43152,11 +43184,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_all_clause(): Opt_all_clauseContext { let localContext = new Opt_all_clauseContext(this.context, this.state); - this.enterRule(localContext, 1042, PostgreSqlParser.RULE_opt_all_clause); + this.enterRule(localContext, 1044, PostgreSqlParser.RULE_opt_all_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8882; + this.state = 8887; this.match(PostgreSqlParser.KW_ALL); } } @@ -43176,11 +43208,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_sort_clause(): Opt_sort_clauseContext { let localContext = new Opt_sort_clauseContext(this.context, this.state); - this.enterRule(localContext, 1044, PostgreSqlParser.RULE_opt_sort_clause); + this.enterRule(localContext, 1046, PostgreSqlParser.RULE_opt_sort_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8884; + this.state = 8889; this.sort_clause(); } } @@ -43200,15 +43232,15 @@ export class PostgreSqlParser extends SQLParserBase { } public sort_clause(): Sort_clauseContext { let localContext = new Sort_clauseContext(this.context, this.state); - this.enterRule(localContext, 1046, PostgreSqlParser.RULE_sort_clause); + this.enterRule(localContext, 1048, PostgreSqlParser.RULE_sort_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8886; + this.state = 8891; this.match(PostgreSqlParser.KW_ORDER); - this.state = 8887; + this.state = 8892; this.match(PostgreSqlParser.KW_BY); - this.state = 8888; + this.state = 8893; this.sortby_list(); } } @@ -43228,26 +43260,26 @@ export class PostgreSqlParser extends SQLParserBase { } public sortby_list(): Sortby_listContext { let localContext = new Sortby_listContext(this.context, this.state); - this.enterRule(localContext, 1048, PostgreSqlParser.RULE_sortby_list); + this.enterRule(localContext, 1050, PostgreSqlParser.RULE_sortby_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8890; - this.sortby(); this.state = 8895; + this.sortby(); + this.state = 8900; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8891; + this.state = 8896; this.match(PostgreSqlParser.COMMA); - this.state = 8892; + this.state = 8897; this.sortby(); } } - this.state = 8897; + this.state = 8902; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -43269,36 +43301,36 @@ export class PostgreSqlParser extends SQLParserBase { } public sortby(): SortbyContext { let localContext = new SortbyContext(this.context, this.state); - this.enterRule(localContext, 1050, PostgreSqlParser.RULE_sortby); + this.enterRule(localContext, 1052, PostgreSqlParser.RULE_sortby); try { this.enterOuterAlt(localContext, 1); { - this.state = 8898; + this.state = 8903; this.column_expr_noparen(); - this.state = 8902; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 877, this.context) ) { - case 1: - { - this.state = 8899; - this.match(PostgreSqlParser.KW_USING); - this.state = 8900; - this.qual_all_op(); - } - break; - case 2: - { - this.state = 8901; - this.opt_asc_desc(); - } - break; - } - this.state = 8905; + this.state = 8907; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 878, this.context) ) { case 1: { this.state = 8904; + this.match(PostgreSqlParser.KW_USING); + this.state = 8905; + this.qual_all_op(); + } + break; + case 2: + { + this.state = 8906; + this.opt_asc_desc(); + } + break; + } + this.state = 8910; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 879, this.context) ) { + case 1: + { + this.state = 8909; this.opt_nulls_order(); } break; @@ -43321,23 +43353,23 @@ export class PostgreSqlParser extends SQLParserBase { } public select_limit(): Select_limitContext { let localContext = new Select_limitContext(this.context, this.state); - this.enterRule(localContext, 1052, PostgreSqlParser.RULE_select_limit); + this.enterRule(localContext, 1054, PostgreSqlParser.RULE_select_limit); let _la: number; try { - this.state = 8919; + this.state = 8924; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIMIT: this.enterOuterAlt(localContext, 1); { - this.state = 8907; + this.state = 8912; this.limit_clause(); - this.state = 8909; + this.state = 8914; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 8908; + this.state = 8913; this.offset_clause(); } } @@ -43347,14 +43379,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OFFSET: this.enterOuterAlt(localContext, 2); { - this.state = 8911; + this.state = 8916; this.offset_clause(); - this.state = 8913; + this.state = 8918; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 880, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 881, this.context) ) { case 1: { - this.state = 8912; + this.state = 8917; this.fetch_clause(); } break; @@ -43364,14 +43396,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_FETCH: this.enterOuterAlt(localContext, 3); { - this.state = 8915; + this.state = 8920; this.fetch_clause(); - this.state = 8917; + this.state = 8922; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 8916; + this.state = 8921; this.offset_clause(); } } @@ -43398,11 +43430,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_select_limit(): Opt_select_limitContext { let localContext = new Opt_select_limitContext(this.context, this.state); - this.enterRule(localContext, 1054, PostgreSqlParser.RULE_opt_select_limit); + this.enterRule(localContext, 1056, PostgreSqlParser.RULE_opt_select_limit); try { this.enterOuterAlt(localContext, 1); { - this.state = 8921; + this.state = 8926; this.select_limit(); } } @@ -43422,23 +43454,23 @@ export class PostgreSqlParser extends SQLParserBase { } public limit_clause(): Limit_clauseContext { let localContext = new Limit_clauseContext(this.context, this.state); - this.enterRule(localContext, 1056, PostgreSqlParser.RULE_limit_clause); + this.enterRule(localContext, 1058, PostgreSqlParser.RULE_limit_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8923; + this.state = 8928; this.match(PostgreSqlParser.KW_LIMIT); - this.state = 8924; + this.state = 8929; this.select_limit_value(); - this.state = 8927; + this.state = 8932; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 8925; + this.state = 8930; this.match(PostgreSqlParser.COMMA); - this.state = 8926; + this.state = 8931; this.select_offset_value(); } } @@ -43461,37 +43493,37 @@ export class PostgreSqlParser extends SQLParserBase { } public fetch_clause(): Fetch_clauseContext { let localContext = new Fetch_clauseContext(this.context, this.state); - this.enterRule(localContext, 1058, PostgreSqlParser.RULE_fetch_clause); + this.enterRule(localContext, 1060, PostgreSqlParser.RULE_fetch_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8929; + this.state = 8934; this.match(PostgreSqlParser.KW_FETCH); - this.state = 8930; + this.state = 8935; this.first_or_next(); - this.state = 8944; + this.state = 8949; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 886, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 887, this.context) ) { case 1: { - this.state = 8931; - this.select_fetch_first_value(); - this.state = 8932; - this.row_or_rows(); this.state = 8936; + this.select_fetch_first_value(); + this.state = 8937; + this.row_or_rows(); + this.state = 8941; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ONLY: { - this.state = 8933; + this.state = 8938; this.match(PostgreSqlParser.KW_ONLY); } break; case PostgreSqlParser.KW_WITH: { - this.state = 8934; + this.state = 8939; this.match(PostgreSqlParser.KW_WITH); - this.state = 8935; + this.state = 8940; this.match(PostgreSqlParser.KW_TIES); } break; @@ -43502,22 +43534,22 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8938; + this.state = 8943; this.row_or_rows(); - this.state = 8942; + this.state = 8947; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ONLY: { - this.state = 8939; + this.state = 8944; this.match(PostgreSqlParser.KW_ONLY); } break; case PostgreSqlParser.KW_WITH: { - this.state = 8940; + this.state = 8945; this.match(PostgreSqlParser.KW_WITH); - this.state = 8941; + this.state = 8946; this.match(PostgreSqlParser.KW_TIES); } break; @@ -43545,26 +43577,26 @@ export class PostgreSqlParser extends SQLParserBase { } public offset_clause(): Offset_clauseContext { let localContext = new Offset_clauseContext(this.context, this.state); - this.enterRule(localContext, 1060, PostgreSqlParser.RULE_offset_clause); + this.enterRule(localContext, 1062, PostgreSqlParser.RULE_offset_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8946; - this.match(PostgreSqlParser.KW_OFFSET); this.state = 8951; + this.match(PostgreSqlParser.KW_OFFSET); + this.state = 8956; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 887, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 888, this.context) ) { case 1: { - this.state = 8947; + this.state = 8952; this.select_fetch_first_value(); - this.state = 8948; + this.state = 8953; this.row_or_rows(); } break; case 2: { - this.state = 8950; + this.state = 8955; this.select_offset_value(); } break; @@ -43587,9 +43619,9 @@ export class PostgreSqlParser extends SQLParserBase { } public select_limit_value(): Select_limit_valueContext { let localContext = new Select_limit_valueContext(this.context, this.state); - this.enterRule(localContext, 1062, PostgreSqlParser.RULE_select_limit_value); + this.enterRule(localContext, 1064, PostgreSqlParser.RULE_select_limit_value); try { - this.state = 8955; + this.state = 8960; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -44040,14 +44072,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8953; + this.state = 8958; this.a_expr(); } break; case PostgreSqlParser.KW_ALL: this.enterOuterAlt(localContext, 2); { - this.state = 8954; + this.state = 8959; this.match(PostgreSqlParser.KW_ALL); } break; @@ -44071,11 +44103,11 @@ export class PostgreSqlParser extends SQLParserBase { } public select_offset_value(): Select_offset_valueContext { let localContext = new Select_offset_valueContext(this.context, this.state); - this.enterRule(localContext, 1064, PostgreSqlParser.RULE_select_offset_value); + this.enterRule(localContext, 1066, PostgreSqlParser.RULE_select_offset_value); try { this.enterOuterAlt(localContext, 1); { - this.state = 8957; + this.state = 8962; this.a_expr(); } } @@ -44095,26 +44127,26 @@ 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, 1066, PostgreSqlParser.RULE_select_fetch_first_value); + this.enterRule(localContext, 1068, PostgreSqlParser.RULE_select_fetch_first_value); try { - this.state = 8964; + this.state = 8969; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PLUS: this.enterOuterAlt(localContext, 1); { - this.state = 8959; + this.state = 8964; this.match(PostgreSqlParser.PLUS); - this.state = 8960; + this.state = 8965; this.i_or_f_const(); } break; case PostgreSqlParser.MINUS: this.enterOuterAlt(localContext, 2); { - this.state = 8961; + this.state = 8966; this.match(PostgreSqlParser.MINUS); - this.state = 8962; + this.state = 8967; this.i_or_f_const(); } break; @@ -44562,7 +44594,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 3); { - this.state = 8963; + this.state = 8968; this.c_expr(); } break; @@ -44586,22 +44618,22 @@ export class PostgreSqlParser extends SQLParserBase { } public i_or_f_const(): I_or_f_constContext { let localContext = new I_or_f_constContext(this.context, this.state); - this.enterRule(localContext, 1068, PostgreSqlParser.RULE_i_or_f_const); + this.enterRule(localContext, 1070, PostgreSqlParser.RULE_i_or_f_const); try { - this.state = 8968; + this.state = 8973; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Integral: this.enterOuterAlt(localContext, 1); { - this.state = 8966; + this.state = 8971; this.iconst(); } break; case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 8967; + this.state = 8972; this.fconst(); } break; @@ -44625,12 +44657,12 @@ export class PostgreSqlParser extends SQLParserBase { } public row_or_rows(): Row_or_rowsContext { let localContext = new Row_or_rowsContext(this.context, this.state); - this.enterRule(localContext, 1070, PostgreSqlParser.RULE_row_or_rows); + this.enterRule(localContext, 1072, PostgreSqlParser.RULE_row_or_rows); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8970; + this.state = 8975; _la = this.tokenStream.LA(1); if(!(_la === 320 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -44657,12 +44689,12 @@ export class PostgreSqlParser extends SQLParserBase { } public first_or_next(): First_or_nextContext { let localContext = new First_or_nextContext(this.context, this.state); - this.enterRule(localContext, 1072, PostgreSqlParser.RULE_first_or_next); + this.enterRule(localContext, 1074, PostgreSqlParser.RULE_first_or_next); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8972; + this.state = 8977; _la = this.tokenStream.LA(1); if(!(_la === 207 || _la === 268)) { this.errorHandler.recoverInline(this); @@ -44689,25 +44721,25 @@ export class PostgreSqlParser extends SQLParserBase { } public group_clause(): Group_clauseContext { let localContext = new Group_clauseContext(this.context, this.state); - this.enterRule(localContext, 1074, PostgreSqlParser.RULE_group_clause); + this.enterRule(localContext, 1076, PostgreSqlParser.RULE_group_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8974; + this.state = 8979; this.match(PostgreSqlParser.KW_GROUP); - this.state = 8975; + this.state = 8980; this.match(PostgreSqlParser.KW_BY); - this.state = 8977; + this.state = 8982; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 891, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 892, this.context) ) { case 1: { - this.state = 8976; + this.state = 8981; this.all_or_distinct(); } break; } - this.state = 8979; + this.state = 8984; this.group_by_list(); } } @@ -44727,30 +44759,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, 1076, PostgreSqlParser.RULE_group_by_list); + this.enterRule(localContext, 1078, PostgreSqlParser.RULE_group_by_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8981; - this.group_by_item(); this.state = 8986; + this.group_by_item(); + this.state = 8991; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 892, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 893, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8982; + this.state = 8987; this.match(PostgreSqlParser.COMMA); - this.state = 8983; + this.state = 8988; this.group_by_item(); } } } - this.state = 8988; + this.state = 8993; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 892, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 893, this.context); } } } @@ -44770,54 +44802,54 @@ 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, 1078, PostgreSqlParser.RULE_group_by_item); + this.enterRule(localContext, 1080, PostgreSqlParser.RULE_group_by_item); try { - this.state = 8998; + this.state = 9003; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 893, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 894, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8989; + this.state = 8994; this.column_expr_noparen(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8990; + this.state = 8995; this.empty_grouping_set(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8991; + this.state = 8996; this.cube_clause(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8992; + this.state = 8997; this.rollup_clause(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8993; + this.state = 8998; this.grouping_sets_clause(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 8994; + this.state = 8999; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8995; + this.state = 9000; this.column_expr_list_noparen(); - this.state = 8996; + this.state = 9001; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -44839,13 +44871,13 @@ export class PostgreSqlParser extends SQLParserBase { } public empty_grouping_set(): Empty_grouping_setContext { let localContext = new Empty_grouping_setContext(this.context, this.state); - this.enterRule(localContext, 1080, PostgreSqlParser.RULE_empty_grouping_set); + this.enterRule(localContext, 1082, PostgreSqlParser.RULE_empty_grouping_set); try { this.enterOuterAlt(localContext, 1); { - this.state = 9000; + this.state = 9005; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9001; + this.state = 9006; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44865,42 +44897,12 @@ export class PostgreSqlParser extends SQLParserBase { } public rollup_clause(): Rollup_clauseContext { let localContext = new Rollup_clauseContext(this.context, this.state); - this.enterRule(localContext, 1082, PostgreSqlParser.RULE_rollup_clause); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 9003; - this.match(PostgreSqlParser.KW_ROLLUP); - this.state = 9004; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9005; - this.column_expr_list_noparen(); - this.state = 9006; - 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 cube_clause(): Cube_clauseContext { - let localContext = new Cube_clauseContext(this.context, this.state); - this.enterRule(localContext, 1084, PostgreSqlParser.RULE_cube_clause); + this.enterRule(localContext, 1084, PostgreSqlParser.RULE_rollup_clause); try { this.enterOuterAlt(localContext, 1); { this.state = 9008; - this.match(PostgreSqlParser.KW_CUBE); + this.match(PostgreSqlParser.KW_ROLLUP); this.state = 9009; this.match(PostgreSqlParser.OPEN_PAREN); this.state = 9010; @@ -44923,21 +44925,51 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public grouping_sets_clause(): Grouping_sets_clauseContext { - let localContext = new Grouping_sets_clauseContext(this.context, this.state); - this.enterRule(localContext, 1086, PostgreSqlParser.RULE_grouping_sets_clause); + public cube_clause(): Cube_clauseContext { + let localContext = new Cube_clauseContext(this.context, this.state); + this.enterRule(localContext, 1086, PostgreSqlParser.RULE_cube_clause); try { this.enterOuterAlt(localContext, 1); { this.state = 9013; - this.match(PostgreSqlParser.KW_GROUPING); + this.match(PostgreSqlParser.KW_CUBE); this.state = 9014; - this.match(PostgreSqlParser.KW_SETS); - this.state = 9015; this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 9015; + this.column_expr_list_noparen(); this.state = 9016; + 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 grouping_sets_clause(): Grouping_sets_clauseContext { + let localContext = new Grouping_sets_clauseContext(this.context, this.state); + this.enterRule(localContext, 1088, PostgreSqlParser.RULE_grouping_sets_clause); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 9018; + this.match(PostgreSqlParser.KW_GROUPING); + this.state = 9019; + this.match(PostgreSqlParser.KW_SETS); + this.state = 9020; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 9021; this.group_by_list(); - this.state = 9017; + this.state = 9022; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44957,13 +44989,13 @@ export class PostgreSqlParser extends SQLParserBase { } public having_clause(): Having_clauseContext { let localContext = new Having_clauseContext(this.context, this.state); - this.enterRule(localContext, 1088, PostgreSqlParser.RULE_having_clause); + this.enterRule(localContext, 1090, PostgreSqlParser.RULE_having_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9019; + this.state = 9024; this.match(PostgreSqlParser.KW_HAVING); - this.state = 9020; + this.state = 9025; this.a_expr(); } } @@ -44983,26 +45015,26 @@ 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, 1090, PostgreSqlParser.RULE_for_locking_clause); + this.enterRule(localContext, 1092, PostgreSqlParser.RULE_for_locking_clause); try { - this.state = 9026; + this.state = 9031; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 894, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 895, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9022; + this.state = 9027; this.for_locking_items(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9023; + this.state = 9028; this.match(PostgreSqlParser.KW_FOR); - this.state = 9024; + this.state = 9029; this.match(PostgreSqlParser.KW_READ); - this.state = 9025; + this.state = 9030; this.match(PostgreSqlParser.KW_ONLY); } break; @@ -45024,11 +45056,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_for_locking_clause(): Opt_for_locking_clauseContext { let localContext = new Opt_for_locking_clauseContext(this.context, this.state); - this.enterRule(localContext, 1092, PostgreSqlParser.RULE_opt_for_locking_clause); + this.enterRule(localContext, 1094, PostgreSqlParser.RULE_opt_for_locking_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9028; + this.state = 9033; this.for_locking_clause(); } } @@ -45048,22 +45080,22 @@ export class PostgreSqlParser extends SQLParserBase { } public for_locking_items(): For_locking_itemsContext { let localContext = new For_locking_itemsContext(this.context, this.state); - this.enterRule(localContext, 1094, PostgreSqlParser.RULE_for_locking_items); + this.enterRule(localContext, 1096, PostgreSqlParser.RULE_for_locking_items); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9031; + this.state = 9036; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 9030; + this.state = 9035; this.for_locking_item(); } } - this.state = 9033; + this.state = 9038; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 62); @@ -45085,28 +45117,28 @@ export class PostgreSqlParser extends SQLParserBase { } public for_locking_item(): For_locking_itemContext { let localContext = new For_locking_itemContext(this.context, this.state); - this.enterRule(localContext, 1096, PostgreSqlParser.RULE_for_locking_item); + this.enterRule(localContext, 1098, PostgreSqlParser.RULE_for_locking_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 9035; - this.for_locking_strength(); - this.state = 9037; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 896, this.context) ) { - case 1: - { - this.state = 9036; - this.locked_rels_list(); - } - break; - } this.state = 9040; + this.for_locking_strength(); + this.state = 9042; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 897, this.context) ) { case 1: { - this.state = 9039; + this.state = 9041; + this.locked_rels_list(); + } + break; + } + this.state = 9045; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 898, this.context) ) { + case 1: + { + this.state = 9044; this.opt_nowait_or_skip(); } break; @@ -45129,49 +45161,49 @@ export class PostgreSqlParser extends SQLParserBase { } public for_locking_strength(): For_locking_strengthContext { let localContext = new For_locking_strengthContext(this.context, this.state); - this.enterRule(localContext, 1098, PostgreSqlParser.RULE_for_locking_strength); + this.enterRule(localContext, 1100, PostgreSqlParser.RULE_for_locking_strength); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9042; + this.state = 9047; this.match(PostgreSqlParser.KW_FOR); - this.state = 9052; + this.state = 9057; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: case PostgreSqlParser.KW_UPDATE: { - this.state = 9045; + this.state = 9050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 9043; + this.state = 9048; this.match(PostgreSqlParser.KW_NO); - this.state = 9044; + this.state = 9049; this.match(PostgreSqlParser.KW_KEY); } } - this.state = 9047; + this.state = 9052; this.match(PostgreSqlParser.KW_UPDATE); } break; case PostgreSqlParser.KW_KEY: case PostgreSqlParser.KW_SHARE: { - this.state = 9049; + this.state = 9054; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 245) { { - this.state = 9048; + this.state = 9053; this.match(PostgreSqlParser.KW_KEY); } } - this.state = 9051; + this.state = 9056; this.match(PostgreSqlParser.KW_SHARE); } break; @@ -45196,13 +45228,13 @@ export class PostgreSqlParser extends SQLParserBase { } public locked_rels_list(): Locked_rels_listContext { let localContext = new Locked_rels_listContext(this.context, this.state); - this.enterRule(localContext, 1100, PostgreSqlParser.RULE_locked_rels_list); + this.enterRule(localContext, 1102, PostgreSqlParser.RULE_locked_rels_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 9054; + this.state = 9059; this.match(PostgreSqlParser.KW_OF); - this.state = 9055; + this.state = 9060; this.qualified_name_list(); } } @@ -45222,36 +45254,36 @@ export class PostgreSqlParser extends SQLParserBase { } public values_clause(): Values_clauseContext { let localContext = new Values_clauseContext(this.context, this.state); - this.enterRule(localContext, 1102, PostgreSqlParser.RULE_values_clause); + this.enterRule(localContext, 1104, PostgreSqlParser.RULE_values_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9057; + this.state = 9062; this.match(PostgreSqlParser.KW_VALUES); - this.state = 9058; + this.state = 9063; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9059; + this.state = 9064; this.expr_list(); - this.state = 9060; + this.state = 9065; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9068; + this.state = 9073; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9061; + this.state = 9066; this.match(PostgreSqlParser.COMMA); - this.state = 9062; + this.state = 9067; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9063; + this.state = 9068; this.expr_list(); - this.state = 9064; + this.state = 9069; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 9070; + this.state = 9075; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -45273,13 +45305,13 @@ export class PostgreSqlParser extends SQLParserBase { } public from_clause(): From_clauseContext { let localContext = new From_clauseContext(this.context, this.state); - this.enterRule(localContext, 1104, PostgreSqlParser.RULE_from_clause); + this.enterRule(localContext, 1106, PostgreSqlParser.RULE_from_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9071; + this.state = 9076; this.match(PostgreSqlParser.KW_FROM); - this.state = 9072; + this.state = 9077; this.from_list(); } } @@ -45299,30 +45331,30 @@ export class PostgreSqlParser extends SQLParserBase { } public from_list(): From_listContext { let localContext = new From_listContext(this.context, this.state); - this.enterRule(localContext, 1106, PostgreSqlParser.RULE_from_list); + this.enterRule(localContext, 1108, PostgreSqlParser.RULE_from_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9074; - this.table_ref(); this.state = 9079; + this.table_ref(); + this.state = 9084; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 902, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 903, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9075; + this.state = 9080; this.match(PostgreSqlParser.COMMA); - this.state = 9076; + this.state = 9081; this.table_ref(); } } } - this.state = 9081; + this.state = 9086; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 902, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 903, this.context); } } } @@ -45342,49 +45374,49 @@ export class PostgreSqlParser extends SQLParserBase { } public table_ref(): Table_refContext { let localContext = new Table_refContext(this.context, this.state); - this.enterRule(localContext, 1108, PostgreSqlParser.RULE_table_ref); + this.enterRule(localContext, 1110, PostgreSqlParser.RULE_table_ref); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9143; + this.state = 9148; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 917, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 918, this.context) ) { case 1: { - this.state = 9084; + this.state = 9089; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 903, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 904, this.context) ) { case 1: { - this.state = 9082; + this.state = 9087; this.relation_expr(); } break; case 2: { - this.state = 9083; + this.state = 9088; this.view_relation_expr(); } break; } - this.state = 9087; + this.state = 9092; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 904, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 905, this.context) ) { case 1: { - this.state = 9086; + this.state = 9091; this.opt_alias_clause(); } break; } - this.state = 9090; + this.state = 9095; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 472) { { - this.state = 9089; + this.state = 9094; this.tablesample_clause(); } } @@ -45393,14 +45425,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 9092; + this.state = 9097; this.func_table(); - this.state = 9094; + this.state = 9099; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 906, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 907, this.context) ) { case 1: { - this.state = 9093; + this.state = 9098; this.func_alias_clause(); } break; @@ -45409,14 +45441,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 9096; + this.state = 9101; this.xmltable(); - this.state = 9098; + this.state = 9103; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 907, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 908, this.context) ) { case 1: { - this.state = 9097; + this.state = 9102; this.opt_alias_clause(); } break; @@ -45425,14 +45457,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 4: { - this.state = 9100; + this.state = 9105; this.select_with_parens(); - this.state = 9102; + this.state = 9107; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 908, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 909, this.context) ) { case 1: { - this.state = 9101; + this.state = 9106; this.opt_alias_clause(); } break; @@ -45441,21 +45473,21 @@ export class PostgreSqlParser extends SQLParserBase { break; case 5: { - this.state = 9104; + this.state = 9109; this.match(PostgreSqlParser.KW_LATERAL); - this.state = 9117; + this.state = 9122; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 912, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 913, this.context) ) { case 1: { - this.state = 9105; + this.state = 9110; this.xmltable(); - this.state = 9107; + this.state = 9112; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 909, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 910, this.context) ) { case 1: { - this.state = 9106; + this.state = 9111; this.opt_alias_clause(); } break; @@ -45464,14 +45496,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 9109; + this.state = 9114; this.func_table(); - this.state = 9111; + this.state = 9116; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 910, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 911, this.context) ) { case 1: { - this.state = 9110; + this.state = 9115; this.func_alias_clause(); } break; @@ -45480,14 +45512,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 9113; + this.state = 9118; this.select_with_parens(); - this.state = 9115; + this.state = 9120; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 911, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 912, this.context) ) { case 1: { - this.state = 9114; + this.state = 9119; this.opt_alias_clause(); } break; @@ -45499,49 +45531,27 @@ export class PostgreSqlParser extends SQLParserBase { break; case 6: { - this.state = 9119; + this.state = 9124; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9120; + this.state = 9125; this.table_ref(); - this.state = 9137; + this.state = 9142; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CROSS: { - this.state = 9121; + this.state = 9126; this.match(PostgreSqlParser.KW_CROSS); - this.state = 9122; + this.state = 9127; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9123; + this.state = 9128; this.table_ref(); } break; case PostgreSqlParser.KW_NATURAL: { - this.state = 9124; - this.match(PostgreSqlParser.KW_NATURAL); - this.state = 9126; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { - { - this.state = 9125; - this.join_type(); - } - } - - this.state = 9128; - this.match(PostgreSqlParser.KW_JOIN); this.state = 9129; - this.table_ref(); - } - break; - case PostgreSqlParser.KW_FULL: - case PostgreSqlParser.KW_INNER: - case PostgreSqlParser.KW_JOIN: - case PostgreSqlParser.KW_LEFT: - case PostgreSqlParser.KW_RIGHT: - { + this.match(PostgreSqlParser.KW_NATURAL); this.state = 9131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -45556,7 +45566,29 @@ export class PostgreSqlParser extends SQLParserBase { this.match(PostgreSqlParser.KW_JOIN); this.state = 9134; this.table_ref(); - this.state = 9135; + } + break; + case PostgreSqlParser.KW_FULL: + case PostgreSqlParser.KW_INNER: + case PostgreSqlParser.KW_JOIN: + case PostgreSqlParser.KW_LEFT: + case PostgreSqlParser.KW_RIGHT: + { + this.state = 9136; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { + { + this.state = 9135; + this.join_type(); + } + } + + this.state = 9138; + this.match(PostgreSqlParser.KW_JOIN); + this.state = 9139; + this.table_ref(); + this.state = 9140; this.join_qual(); } break; @@ -45565,14 +45597,14 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 9139; + this.state = 9144; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9141; + this.state = 9146; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 916, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 917, this.context) ) { case 1: { - this.state = 9140; + this.state = 9145; this.opt_alias_clause(); } break; @@ -45580,51 +45612,29 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 9163; + this.state = 9168; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 921, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 922, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 9161; + this.state = 9166; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CROSS: { - this.state = 9145; + this.state = 9150; this.match(PostgreSqlParser.KW_CROSS); - this.state = 9146; + this.state = 9151; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9147; + this.state = 9152; this.table_ref(); } break; case PostgreSqlParser.KW_NATURAL: { - this.state = 9148; - this.match(PostgreSqlParser.KW_NATURAL); - this.state = 9150; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { - { - this.state = 9149; - this.join_type(); - } - } - - this.state = 9152; - this.match(PostgreSqlParser.KW_JOIN); this.state = 9153; - this.table_ref(); - } - break; - case PostgreSqlParser.KW_FULL: - case PostgreSqlParser.KW_INNER: - case PostgreSqlParser.KW_JOIN: - case PostgreSqlParser.KW_LEFT: - case PostgreSqlParser.KW_RIGHT: - { + this.match(PostgreSqlParser.KW_NATURAL); this.state = 9155; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -45639,7 +45649,29 @@ export class PostgreSqlParser extends SQLParserBase { this.match(PostgreSqlParser.KW_JOIN); this.state = 9158; this.table_ref(); - this.state = 9159; + } + break; + case PostgreSqlParser.KW_FULL: + case PostgreSqlParser.KW_INNER: + case PostgreSqlParser.KW_JOIN: + case PostgreSqlParser.KW_LEFT: + case PostgreSqlParser.KW_RIGHT: + { + this.state = 9160; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { + { + this.state = 9159; + this.join_type(); + } + } + + this.state = 9162; + this.match(PostgreSqlParser.KW_JOIN); + this.state = 9163; + this.table_ref(); + this.state = 9164; this.join_qual(); } break; @@ -45648,9 +45680,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 9165; + this.state = 9170; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 921, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 922, this.context); } } } @@ -45670,33 +45702,33 @@ export class PostgreSqlParser extends SQLParserBase { } public alias_clause(): Alias_clauseContext { let localContext = new Alias_clauseContext(this.context, this.state); - this.enterRule(localContext, 1110, PostgreSqlParser.RULE_alias_clause); + this.enterRule(localContext, 1112, PostgreSqlParser.RULE_alias_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9167; + this.state = 9172; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 9166; + this.state = 9171; this.match(PostgreSqlParser.KW_AS); } } - this.state = 9169; - this.colid(); this.state = 9174; + this.colid(); + this.state = 9179; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 923, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 924, this.context) ) { case 1: { - this.state = 9170; + this.state = 9175; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9171; + this.state = 9176; this.name_list(); - this.state = 9172; + this.state = 9177; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45719,11 +45751,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_alias_clause(): Opt_alias_clauseContext { let localContext = new Opt_alias_clauseContext(this.context, this.state); - this.enterRule(localContext, 1112, PostgreSqlParser.RULE_opt_alias_clause); + this.enterRule(localContext, 1114, PostgreSqlParser.RULE_opt_alias_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9176; + this.state = 9181; this.alias_clause(); } } @@ -45743,35 +45775,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, 1114, PostgreSqlParser.RULE_func_alias_clause); + this.enterRule(localContext, 1116, PostgreSqlParser.RULE_func_alias_clause); let _la: number; try { - this.state = 9190; + this.state = 9195; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 926, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 927, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9178; + this.state = 9183; this.alias_clause(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9184; + this.state = 9189; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: { - this.state = 9179; + this.state = 9184; this.match(PostgreSqlParser.KW_AS); - this.state = 9181; + this.state = 9186; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 9180; + this.state = 9185; this.colid(); } } @@ -46178,18 +46210,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9183; + this.state = 9188; this.colid(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 9186; + this.state = 9191; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9187; + this.state = 9192; this.tablefuncelementlist(); - this.state = 9188; + this.state = 9193; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -46211,12 +46243,12 @@ export class PostgreSqlParser extends SQLParserBase { } public join_type(): Join_typeContext { let localContext = new Join_typeContext(this.context, this.state); - this.enterRule(localContext, 1116, PostgreSqlParser.RULE_join_type); + this.enterRule(localContext, 1118, PostgreSqlParser.RULE_join_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9192; + this.state = 9197; _la = this.tokenStream.LA(1); if(!(((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0))) { this.errorHandler.recoverInline(this); @@ -46225,12 +46257,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9194; + this.state = 9199; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 123) { { - this.state = 9193; + this.state = 9198; this.match(PostgreSqlParser.KW_OUTER); } } @@ -46253,30 +46285,30 @@ export class PostgreSqlParser extends SQLParserBase { } public join_qual(): Join_qualContext { let localContext = new Join_qualContext(this.context, this.state); - this.enterRule(localContext, 1118, PostgreSqlParser.RULE_join_qual); + this.enterRule(localContext, 1120, PostgreSqlParser.RULE_join_qual); try { - this.state = 9203; + this.state = 9208; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 1); { - this.state = 9196; + this.state = 9201; this.match(PostgreSqlParser.KW_USING); - this.state = 9197; + this.state = 9202; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9198; + this.state = 9203; this.column_list(); - this.state = 9199; + this.state = 9204; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 2); { - this.state = 9201; + this.state = 9206; this.match(PostgreSqlParser.KW_ON); - this.state = 9202; + this.state = 9207; this.a_expr(); } break; @@ -46300,33 +46332,33 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_expr(): Relation_exprContext { let localContext = new Relation_exprContext(this.context, this.state); - this.enterRule(localContext, 1120, PostgreSqlParser.RULE_relation_expr); + this.enterRule(localContext, 1122, PostgreSqlParser.RULE_relation_expr); let _la: number; try { - this.state = 9226; + this.state = 9231; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 933, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 934, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9206; + this.state = 9211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 9205; + this.state = 9210; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 9208; + this.state = 9213; this.table_name(); - this.state = 9210; + this.state = 9215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 9209; + this.state = 9214; this.match(PostgreSqlParser.STAR); } } @@ -46336,9 +46368,9 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9212; + this.state = 9217; this.match(PostgreSqlParser.KW_ONLY); - this.state = 9218; + this.state = 9223; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -46741,17 +46773,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9213; + this.state = 9218; this.table_name(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 9214; + this.state = 9219; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9215; + this.state = 9220; this.table_name(); - this.state = 9216; + this.state = 9221; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -46763,11 +46795,11 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9220; + this.state = 9225; this.match(PostgreSqlParser.KW_IN); - this.state = 9221; + this.state = 9226; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 9224; + this.state = 9229; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -47170,13 +47202,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9222; + this.state = 9227; this.schema_name(); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: { - this.state = 9223; + this.state = 9228; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -47203,49 +47235,49 @@ export class PostgreSqlParser extends SQLParserBase { } public view_relation_expr(): View_relation_exprContext { let localContext = new View_relation_exprContext(this.context, this.state); - this.enterRule(localContext, 1122, PostgreSqlParser.RULE_view_relation_expr); + this.enterRule(localContext, 1124, PostgreSqlParser.RULE_view_relation_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9229; + this.state = 9234; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 9228; + this.state = 9233; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 9231; - this.view_name(); - this.state = 9233; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 935, this.context) ) { - case 1: - { - this.state = 9232; - this.match(PostgreSqlParser.STAR); - } - break; - } this.state = 9236; + this.view_name(); + this.state = 9238; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 936, this.context) ) { case 1: { - this.state = 9235; - this.column_list(); + this.state = 9237; + this.match(PostgreSqlParser.STAR); } break; } - this.state = 9239; + this.state = 9241; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 937, this.context) ) { case 1: { - this.state = 9238; + this.state = 9240; + this.column_list(); + } + break; + } + this.state = 9244; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 938, this.context) ) { + case 1: + { + this.state = 9243; this.where_clause(); } break; @@ -47268,59 +47300,59 @@ 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, 1124, PostgreSqlParser.RULE_publication_relation_expr); + this.enterRule(localContext, 1126, PostgreSqlParser.RULE_publication_relation_expr); let _la: number; try { - this.state = 9274; + this.state = 9279; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 944, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 945, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9241; + this.state = 9246; this.match(PostgreSqlParser.KW_TABLE); - this.state = 9243; + this.state = 9248; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 9242; + this.state = 9247; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 9245; + this.state = 9250; this.table_name(); - this.state = 9247; + this.state = 9252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 9246; + this.state = 9251; this.match(PostgreSqlParser.STAR); } } - this.state = 9253; + this.state = 9258; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 940, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 941, this.context) ) { case 1: { - this.state = 9249; + this.state = 9254; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9250; + this.state = 9255; this.column_list(); - this.state = 9251; + this.state = 9256; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 9256; + this.state = 9261; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 9255; + this.state = 9260; this.where_clause(); } } @@ -47330,11 +47362,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9258; + this.state = 9263; this.match(PostgreSqlParser.KW_TABLE); - this.state = 9259; + this.state = 9264; this.match(PostgreSqlParser.KW_ONLY); - this.state = 9265; + this.state = 9270; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -47737,17 +47769,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9260; + this.state = 9265; this.table_name(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 9261; + this.state = 9266; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9262; + this.state = 9267; this.table_name(); - this.state = 9263; + this.state = 9268; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -47759,13 +47791,13 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9267; - this.match(PostgreSqlParser.KW_TABLES); - this.state = 9268; - this.match(PostgreSqlParser.KW_IN); - this.state = 9269; - this.match(PostgreSqlParser.KW_SCHEMA); this.state = 9272; + this.match(PostgreSqlParser.KW_TABLES); + this.state = 9273; + this.match(PostgreSqlParser.KW_IN); + this.state = 9274; + this.match(PostgreSqlParser.KW_SCHEMA); + this.state = 9277; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -48168,13 +48200,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9270; + this.state = 9275; this.schema_name(); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: { - this.state = 9271; + this.state = 9276; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -48201,26 +48233,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, 1126, PostgreSqlParser.RULE_relation_expr_list); + this.enterRule(localContext, 1128, PostgreSqlParser.RULE_relation_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9276; - this.relation_expr(); this.state = 9281; + this.relation_expr(); + this.state = 9286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9277; + this.state = 9282; this.match(PostgreSqlParser.COMMA); - this.state = 9278; + this.state = 9283; this.relation_expr(); } } - this.state = 9283; + this.state = 9288; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48242,26 +48274,26 @@ export class PostgreSqlParser extends SQLParserBase { } public publication_relation_expr_list(): Publication_relation_expr_listContext { let localContext = new Publication_relation_expr_listContext(this.context, this.state); - this.enterRule(localContext, 1128, PostgreSqlParser.RULE_publication_relation_expr_list); + this.enterRule(localContext, 1130, PostgreSqlParser.RULE_publication_relation_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9284; - this.publication_relation_expr(); this.state = 9289; + this.publication_relation_expr(); + this.state = 9294; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9285; + this.state = 9290; this.match(PostgreSqlParser.COMMA); - this.state = 9286; + this.state = 9291; this.publication_relation_expr(); } } - this.state = 9291; + this.state = 9296; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48283,29 +48315,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, 1130, PostgreSqlParser.RULE_relation_expr_opt_alias); + this.enterRule(localContext, 1132, PostgreSqlParser.RULE_relation_expr_opt_alias); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9292; - this.relation_expr(); this.state = 9297; + this.relation_expr(); + this.state = 9302; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 948, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 949, this.context) ) { case 1: { - this.state = 9294; + this.state = 9299; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 9293; + this.state = 9298; this.match(PostgreSqlParser.KW_AS); } } - this.state = 9296; + this.state = 9301; this.colid(); } break; @@ -48328,26 +48360,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tablesample_clause(): Tablesample_clauseContext { let localContext = new Tablesample_clauseContext(this.context, this.state); - this.enterRule(localContext, 1132, PostgreSqlParser.RULE_tablesample_clause); + this.enterRule(localContext, 1134, PostgreSqlParser.RULE_tablesample_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9299; + this.state = 9304; this.match(PostgreSqlParser.KW_TABLESAMPLE); - this.state = 9300; - this.function_name(); - this.state = 9301; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9302; - this.expr_list(); - this.state = 9303; - this.match(PostgreSqlParser.CLOSE_PAREN); this.state = 9305; + this.function_name(); + this.state = 9306; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 9307; + this.expr_list(); + this.state = 9308; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 9310; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 949, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 950, this.context) ) { case 1: { - this.state = 9304; + this.state = 9309; this.opt_repeatable_clause(); } break; @@ -48370,17 +48402,17 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_repeatable_clause(): Opt_repeatable_clauseContext { let localContext = new Opt_repeatable_clauseContext(this.context, this.state); - this.enterRule(localContext, 1134, PostgreSqlParser.RULE_opt_repeatable_clause); + this.enterRule(localContext, 1136, PostgreSqlParser.RULE_opt_repeatable_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9307; + this.state = 9312; this.match(PostgreSqlParser.KW_REPEATABLE); - this.state = 9308; + this.state = 9313; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9309; + this.state = 9314; this.a_expr(); - this.state = 9310; + this.state = 9315; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -48400,22 +48432,22 @@ export class PostgreSqlParser extends SQLParserBase { } public func_table(): Func_tableContext { let localContext = new Func_tableContext(this.context, this.state); - this.enterRule(localContext, 1136, PostgreSqlParser.RULE_func_table); + this.enterRule(localContext, 1138, PostgreSqlParser.RULE_func_table); try { - this.state = 9324; + this.state = 9329; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 952, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 953, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9312; + this.state = 9317; this.func_expr_windowless(); - this.state = 9314; + this.state = 9319; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 950, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 951, this.context) ) { case 1: { - this.state = 9313; + this.state = 9318; this.opt_ordinality(); } break; @@ -48425,22 +48457,22 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9316; + this.state = 9321; this.match(PostgreSqlParser.KW_ROWS); - this.state = 9317; - this.match(PostgreSqlParser.KW_FROM); - this.state = 9318; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9319; - this.rowsfrom_list(); - this.state = 9320; - this.match(PostgreSqlParser.CLOSE_PAREN); this.state = 9322; + this.match(PostgreSqlParser.KW_FROM); + this.state = 9323; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 9324; + this.rowsfrom_list(); + this.state = 9325; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 9327; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 951, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 952, this.context) ) { case 1: { - this.state = 9321; + this.state = 9326; this.opt_ordinality(); } break; @@ -48465,19 +48497,19 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsfrom_item(): Rowsfrom_itemContext { let localContext = new Rowsfrom_itemContext(this.context, this.state); - this.enterRule(localContext, 1138, PostgreSqlParser.RULE_rowsfrom_item); + this.enterRule(localContext, 1140, PostgreSqlParser.RULE_rowsfrom_item); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9326; + this.state = 9331; this.func_expr_windowless(); - this.state = 9328; + this.state = 9333; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 9327; + this.state = 9332; this.opt_col_def_list(); } } @@ -48500,26 +48532,26 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsfrom_list(): Rowsfrom_listContext { let localContext = new Rowsfrom_listContext(this.context, this.state); - this.enterRule(localContext, 1140, PostgreSqlParser.RULE_rowsfrom_list); + this.enterRule(localContext, 1142, PostgreSqlParser.RULE_rowsfrom_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9330; - this.rowsfrom_item(); this.state = 9335; + this.rowsfrom_item(); + this.state = 9340; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9331; + this.state = 9336; this.match(PostgreSqlParser.COMMA); - this.state = 9332; + this.state = 9337; this.rowsfrom_item(); } } - this.state = 9337; + this.state = 9342; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48541,17 +48573,17 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_col_def_list(): Opt_col_def_listContext { let localContext = new Opt_col_def_listContext(this.context, this.state); - this.enterRule(localContext, 1142, PostgreSqlParser.RULE_opt_col_def_list); + this.enterRule(localContext, 1144, PostgreSqlParser.RULE_opt_col_def_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 9338; + this.state = 9343; this.match(PostgreSqlParser.KW_AS); - this.state = 9339; + this.state = 9344; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9340; + this.state = 9345; this.tablefuncelementlist(); - this.state = 9341; + this.state = 9346; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -48571,13 +48603,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_ordinality(): Opt_ordinalityContext { let localContext = new Opt_ordinalityContext(this.context, this.state); - this.enterRule(localContext, 1144, PostgreSqlParser.RULE_opt_ordinality); + this.enterRule(localContext, 1146, PostgreSqlParser.RULE_opt_ordinality); try { this.enterOuterAlt(localContext, 1); { - this.state = 9343; + this.state = 9348; this.match(PostgreSqlParser.KW_WITH); - this.state = 9344; + this.state = 9349; this.match(PostgreSqlParser.KW_ORDINALITY); } } @@ -48597,13 +48629,13 @@ export class PostgreSqlParser extends SQLParserBase { } public where_clause(): Where_clauseContext { let localContext = new Where_clauseContext(this.context, this.state); - this.enterRule(localContext, 1146, PostgreSqlParser.RULE_where_clause); + this.enterRule(localContext, 1148, PostgreSqlParser.RULE_where_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9346; + this.state = 9351; this.match(PostgreSqlParser.KW_WHERE); - this.state = 9347; + this.state = 9352; this.column_expr_noparen(); } } @@ -48623,28 +48655,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, 1148, PostgreSqlParser.RULE_where_or_current_clause); + this.enterRule(localContext, 1150, PostgreSqlParser.RULE_where_or_current_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9349; - this.match(PostgreSqlParser.KW_WHERE); this.state = 9354; + this.match(PostgreSqlParser.KW_WHERE); + this.state = 9359; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 955, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 956, this.context) ) { case 1: { - this.state = 9350; + this.state = 9355; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 9351; + this.state = 9356; this.match(PostgreSqlParser.KW_OF); - this.state = 9352; + this.state = 9357; this.cursor_name(); } break; case 2: { - this.state = 9353; + this.state = 9358; this.a_expr(); } break; @@ -48667,11 +48699,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opttablefuncelementlist(): OpttablefuncelementlistContext { let localContext = new OpttablefuncelementlistContext(this.context, this.state); - this.enterRule(localContext, 1150, PostgreSqlParser.RULE_opttablefuncelementlist); + this.enterRule(localContext, 1152, PostgreSqlParser.RULE_opttablefuncelementlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 9356; + this.state = 9361; this.tablefuncelementlist(); } } @@ -48691,26 +48723,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tablefuncelementlist(): TablefuncelementlistContext { let localContext = new TablefuncelementlistContext(this.context, this.state); - this.enterRule(localContext, 1152, PostgreSqlParser.RULE_tablefuncelementlist); + this.enterRule(localContext, 1154, PostgreSqlParser.RULE_tablefuncelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9358; - this.tablefuncelement(); this.state = 9363; + this.tablefuncelement(); + this.state = 9368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9359; + this.state = 9364; this.match(PostgreSqlParser.COMMA); - this.state = 9360; + this.state = 9365; this.tablefuncelement(); } } - this.state = 9365; + this.state = 9370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48732,20 +48764,20 @@ export class PostgreSqlParser extends SQLParserBase { } public tablefuncelement(): TablefuncelementContext { let localContext = new TablefuncelementContext(this.context, this.state); - this.enterRule(localContext, 1154, PostgreSqlParser.RULE_tablefuncelement); + this.enterRule(localContext, 1156, PostgreSqlParser.RULE_tablefuncelement); try { this.enterOuterAlt(localContext, 1); { - this.state = 9366; + this.state = 9371; this.colid(); - this.state = 9367; + this.state = 9372; this.typename(); - this.state = 9369; + this.state = 9374; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 957, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 958, this.context) ) { case 1: { - this.state = 9368; + this.state = 9373; this.opt_collate_clause(); } break; @@ -48768,53 +48800,53 @@ export class PostgreSqlParser extends SQLParserBase { } public xmltable(): XmltableContext { let localContext = new XmltableContext(this.context, this.state); - this.enterRule(localContext, 1156, PostgreSqlParser.RULE_xmltable); + this.enterRule(localContext, 1158, PostgreSqlParser.RULE_xmltable); try { this.enterOuterAlt(localContext, 1); { - this.state = 9371; + this.state = 9376; this.match(PostgreSqlParser.KW_XMLTABLE); - this.state = 9372; + this.state = 9377; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9388; + this.state = 9393; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 958, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 959, this.context) ) { case 1: { - this.state = 9373; + this.state = 9378; this.c_expr(); - this.state = 9374; + this.state = 9379; this.xmlexists_argument(); - this.state = 9375; + this.state = 9380; this.match(PostgreSqlParser.KW_COLUMNS); - this.state = 9376; + this.state = 9381; this.xmltable_column_list(); } break; case 2: { - this.state = 9378; - this.match(PostgreSqlParser.KW_XMLNAMESPACES); - this.state = 9379; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9380; - this.xml_namespace_list(); - this.state = 9381; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9382; - this.match(PostgreSqlParser.COMMA); this.state = 9383; - this.c_expr(); + this.match(PostgreSqlParser.KW_XMLNAMESPACES); this.state = 9384; - this.xmlexists_argument(); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 9385; - this.match(PostgreSqlParser.KW_COLUMNS); + this.xml_namespace_list(); this.state = 9386; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 9387; + this.match(PostgreSqlParser.COMMA); + this.state = 9388; + this.c_expr(); + this.state = 9389; + this.xmlexists_argument(); + this.state = 9390; + this.match(PostgreSqlParser.KW_COLUMNS); + this.state = 9391; this.xmltable_column_list(); } break; } - this.state = 9390; + this.state = 9395; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -48834,26 +48866,26 @@ export class PostgreSqlParser extends SQLParserBase { } public xmltable_column_list(): Xmltable_column_listContext { let localContext = new Xmltable_column_listContext(this.context, this.state); - this.enterRule(localContext, 1158, PostgreSqlParser.RULE_xmltable_column_list); + this.enterRule(localContext, 1160, PostgreSqlParser.RULE_xmltable_column_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9392; - this.xmltable_column_el(); this.state = 9397; + this.xmltable_column_el(); + this.state = 9402; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9393; + this.state = 9398; this.match(PostgreSqlParser.COMMA); - this.state = 9394; + this.state = 9399; this.xmltable_column_el(); } } - this.state = 9399; + this.state = 9404; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48875,14 +48907,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, 1160, PostgreSqlParser.RULE_xmltable_column_el); + this.enterRule(localContext, 1162, PostgreSqlParser.RULE_xmltable_column_el); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9400; + this.state = 9405; this.colid(); - this.state = 9407; + this.state = 9412; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -49306,14 +49338,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9401; + this.state = 9406; this.typename(); - this.state = 9403; + this.state = 9408; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _la === 77 || _la === 78 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 268451969) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 540945) !== 0) || _la === 207 || _la === 210 || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 419430657) !== 0) || ((((_la - 279)) & ~0x1F) === 0 && ((1 << (_la - 279)) & 268451841) !== 0) || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 1051713) !== 0) || _la === 360 || _la === 433 || _la === 434 || ((((_la - 477)) & ~0x1F) === 0 && ((1 << (_la - 477)) & 3959414785) !== 0) || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3071) !== 0) || ((((_la - 550)) & ~0x1F) === 0 && ((1 << (_la - 550)) & 100674083) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _la === 77 || _la === 78 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 268451969) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 540945) !== 0) || _la === 207 || _la === 210 || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 419430657) !== 0) || ((((_la - 279)) & ~0x1F) === 0 && ((1 << (_la - 279)) & 268451841) !== 0) || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 1051713) !== 0) || _la === 360 || _la === 433 || _la === 434 || ((((_la - 477)) & ~0x1F) === 0 && ((1 << (_la - 477)) & 3959414785) !== 0) || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3071) !== 0) || ((((_la - 551)) & ~0x1F) === 0 && ((1 << (_la - 551)) & 100674083) !== 0) || _la === 586) { { - this.state = 9402; + this.state = 9407; this.xmltable_column_option_list(); } } @@ -49322,9 +49354,9 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_FOR: { - this.state = 9405; + this.state = 9410; this.match(PostgreSqlParser.KW_FOR); - this.state = 9406; + this.state = 9411; this.match(PostgreSqlParser.KW_ORDINALITY); } break; @@ -49349,25 +49381,25 @@ export class PostgreSqlParser extends SQLParserBase { } public xmltable_column_option_list(): Xmltable_column_option_listContext { let localContext = new Xmltable_column_option_listContext(this.context, this.state); - this.enterRule(localContext, 1162, PostgreSqlParser.RULE_xmltable_column_option_list); + this.enterRule(localContext, 1164, PostgreSqlParser.RULE_xmltable_column_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9410; + this.state = 9415; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 9409; + this.state = 9414; this.xmltable_column_option_el(); } } - this.state = 9412; + this.state = 9417; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - } while (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _la === 77 || _la === 78 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 268451969) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 540945) !== 0) || _la === 207 || _la === 210 || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 419430657) !== 0) || ((((_la - 279)) & ~0x1F) === 0 && ((1 << (_la - 279)) & 268451841) !== 0) || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 1051713) !== 0) || _la === 360 || _la === 433 || _la === 434 || ((((_la - 477)) & ~0x1F) === 0 && ((1 << (_la - 477)) & 3959414785) !== 0) || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3071) !== 0) || ((((_la - 550)) & ~0x1F) === 0 && ((1 << (_la - 550)) & 100674083) !== 0) || _la === 585); + } while (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || _la === 77 || _la === 78 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 268451969) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 540945) !== 0) || _la === 207 || _la === 210 || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 419430657) !== 0) || ((((_la - 279)) & ~0x1F) === 0 && ((1 << (_la - 279)) & 268451841) !== 0) || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 1051713) !== 0) || _la === 360 || _la === 433 || _la === 434 || ((((_la - 477)) & ~0x1F) === 0 && ((1 << (_la - 477)) & 3959414785) !== 0) || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3071) !== 0) || ((((_la - 551)) & ~0x1F) === 0 && ((1 << (_la - 551)) & 100674083) !== 0) || _la === 586); } } catch (re) { @@ -49386,42 +49418,42 @@ export class PostgreSqlParser extends SQLParserBase { } public xmltable_column_option_el(): Xmltable_column_option_elContext { let localContext = new Xmltable_column_option_elContext(this.context, this.state); - this.enterRule(localContext, 1164, PostgreSqlParser.RULE_xmltable_column_option_el); + this.enterRule(localContext, 1166, PostgreSqlParser.RULE_xmltable_column_option_el); try { - this.state = 9422; + this.state = 9427; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 963, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 964, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9414; + this.state = 9419; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 9415; + this.state = 9420; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9416; + this.state = 9421; this.identifier(); - this.state = 9417; + this.state = 9422; this.a_expr(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9419; + this.state = 9424; this.match(PostgreSqlParser.KW_NOT); - this.state = 9420; + this.state = 9425; this.match(PostgreSqlParser.KW_NULL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 9421; + this.state = 9426; this.match(PostgreSqlParser.KW_NULL); } break; @@ -49443,26 +49475,26 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_namespace_list(): Xml_namespace_listContext { let localContext = new Xml_namespace_listContext(this.context, this.state); - this.enterRule(localContext, 1166, PostgreSqlParser.RULE_xml_namespace_list); + this.enterRule(localContext, 1168, PostgreSqlParser.RULE_xml_namespace_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9424; - this.xml_namespace_el(); this.state = 9429; + this.xml_namespace_el(); + this.state = 9434; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9425; + this.state = 9430; this.match(PostgreSqlParser.COMMA); - this.state = 9426; + this.state = 9431; this.xml_namespace_el(); } } - this.state = 9431; + this.state = 9436; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -49484,28 +49516,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, 1168, PostgreSqlParser.RULE_xml_namespace_el); + this.enterRule(localContext, 1170, PostgreSqlParser.RULE_xml_namespace_el); try { - this.state = 9438; + this.state = 9443; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 965, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 966, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9432; + this.state = 9437; this.b_expr(0); - this.state = 9433; + this.state = 9438; this.match(PostgreSqlParser.KW_AS); - this.state = 9434; + this.state = 9439; this.collabel(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9436; + this.state = 9441; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 9437; + this.state = 9442; this.b_expr(0); } break; @@ -49527,50 +49559,50 @@ export class PostgreSqlParser extends SQLParserBase { } public typename(): TypenameContext { let localContext = new TypenameContext(this.context, this.state); - this.enterRule(localContext, 1170, PostgreSqlParser.RULE_typename); + this.enterRule(localContext, 1172, PostgreSqlParser.RULE_typename); let _la: number; try { - this.state = 9458; + this.state = 9463; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 969, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 970, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9441; + this.state = 9446; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 415) { { - this.state = 9440; + this.state = 9445; this.match(PostgreSqlParser.KW_SETOF); } } - this.state = 9443; + this.state = 9448; this.simpletypename(); - this.state = 9452; + this.state = 9457; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 968, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 969, this.context) ) { case 1: { - this.state = 9444; + this.state = 9449; this.opt_array_bounds(); } break; case 2: { - this.state = 9445; - this.match(PostgreSqlParser.KW_ARRAY); this.state = 9450; + this.match(PostgreSqlParser.KW_ARRAY); + this.state = 9455; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 967, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 968, this.context) ) { case 1: { - this.state = 9446; + this.state = 9451; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 9447; + this.state = 9452; this.iconst(); - this.state = 9448; + this.state = 9453; this.match(PostgreSqlParser.CLOSE_BRACKET); } break; @@ -49583,11 +49615,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9454; + this.state = 9459; this.qualified_name(); - this.state = 9455; + this.state = 9460; this.match(PostgreSqlParser.PERCENT); - this.state = 9456; + this.state = 9461; _la = this.tokenStream.LA(1); if(!(_la === 360 || _la === 477)) { this.errorHandler.recoverInline(this); @@ -49616,39 +49648,39 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_array_bounds(): Opt_array_boundsContext { let localContext = new Opt_array_boundsContext(this.context, this.state); - this.enterRule(localContext, 1172, PostgreSqlParser.RULE_opt_array_bounds); + this.enterRule(localContext, 1174, PostgreSqlParser.RULE_opt_array_bounds); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9467; + this.state = 9472; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 971, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 972, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9460; + this.state = 9465; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 9462; + this.state = 9467; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (_la === 572) { + if (_la === 573) { { - this.state = 9461; + this.state = 9466; this.iconst(); } } - this.state = 9464; + this.state = 9469; this.match(PostgreSqlParser.CLOSE_BRACKET); } } } - this.state = 9469; + this.state = 9474; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 971, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 972, this.context); } } } @@ -49668,62 +49700,62 @@ export class PostgreSqlParser extends SQLParserBase { } public simpletypename(): SimpletypenameContext { let localContext = new SimpletypenameContext(this.context, this.state); - this.enterRule(localContext, 1174, PostgreSqlParser.RULE_simpletypename); + this.enterRule(localContext, 1176, PostgreSqlParser.RULE_simpletypename); try { - this.state = 9485; + this.state = 9490; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 974, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 975, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9470; + this.state = 9475; this.generictype(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9471; + this.state = 9476; this.numeric(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9472; + this.state = 9477; this.bit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 9473; + this.state = 9478; this.character(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 9474; + this.state = 9479; this.constdatetime(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 9475; + this.state = 9480; this.constinterval(); - this.state = 9483; + this.state = 9488; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 973, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 974, this.context) ) { case 1: { - this.state = 9477; + this.state = 9482; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 972, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 973, this.context) ) { case 1: { - this.state = 9476; + this.state = 9481; this.opt_interval(); } break; @@ -49732,11 +49764,11 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 9479; + this.state = 9484; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9480; + this.state = 9485; this.iconst(); - this.state = 9481; + this.state = 9486; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -49761,9 +49793,9 @@ export class PostgreSqlParser extends SQLParserBase { } public consttypename(): ConsttypenameContext { let localContext = new ConsttypenameContext(this.context, this.state); - this.enterRule(localContext, 1176, PostgreSqlParser.RULE_consttypename); + this.enterRule(localContext, 1178, PostgreSqlParser.RULE_consttypename); try { - this.state = 9491; + this.state = 9496; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DOUBLE: @@ -49779,14 +49811,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SMALLINT: this.enterOuterAlt(localContext, 1); { - this.state = 9487; + this.state = 9492; this.numeric(); } break; case PostgreSqlParser.KW_BIT: this.enterOuterAlt(localContext, 2); { - this.state = 9488; + this.state = 9493; this.constbit(); } break; @@ -49797,7 +49829,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 3); { - this.state = 9489; + this.state = 9494; this.constcharacter(); } break; @@ -49805,7 +49837,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 4); { - this.state = 9490; + this.state = 9495; this.constdatetime(); } break; @@ -49829,28 +49861,28 @@ export class PostgreSqlParser extends SQLParserBase { } public generictype(): GenerictypeContext { let localContext = new GenerictypeContext(this.context, this.state); - this.enterRule(localContext, 1178, PostgreSqlParser.RULE_generictype); + this.enterRule(localContext, 1180, PostgreSqlParser.RULE_generictype); try { this.enterOuterAlt(localContext, 1); { - this.state = 9493; - this.type_function_name(); - this.state = 9495; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 976, this.context) ) { - case 1: - { - this.state = 9494; - this.attrs(); - } - break; - } this.state = 9498; + this.type_function_name(); + this.state = 9500; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 977, this.context) ) { case 1: { - this.state = 9497; + this.state = 9499; + this.attrs(); + } + break; + } + this.state = 9503; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 978, this.context) ) { + case 1: + { + this.state = 9502; this.opt_type_modifiers(); } break; @@ -49873,15 +49905,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_type_modifiers(): Opt_type_modifiersContext { let localContext = new Opt_type_modifiersContext(this.context, this.state); - this.enterRule(localContext, 1180, PostgreSqlParser.RULE_opt_type_modifiers); + this.enterRule(localContext, 1182, PostgreSqlParser.RULE_opt_type_modifiers); try { this.enterOuterAlt(localContext, 1); { - this.state = 9500; + this.state = 9505; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9501; + this.state = 9506; this.expr_list(); - this.state = 9502; + this.state = 9507; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -49901,57 +49933,57 @@ export class PostgreSqlParser extends SQLParserBase { } public numeric(): NumericContext { let localContext = new NumericContext(this.context, this.state); - this.enterRule(localContext, 1182, PostgreSqlParser.RULE_numeric); + this.enterRule(localContext, 1184, PostgreSqlParser.RULE_numeric); try { - this.state = 9528; + this.state = 9533; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INT: this.enterOuterAlt(localContext, 1); { - this.state = 9504; + this.state = 9509; this.match(PostgreSqlParser.KW_INT); } break; case PostgreSqlParser.KW_INTEGER: this.enterOuterAlt(localContext, 2); { - this.state = 9505; + this.state = 9510; this.match(PostgreSqlParser.KW_INTEGER); } break; case PostgreSqlParser.KW_SMALLINT: this.enterOuterAlt(localContext, 3); { - this.state = 9506; + this.state = 9511; this.match(PostgreSqlParser.KW_SMALLINT); } break; case PostgreSqlParser.KW_BIGINT: this.enterOuterAlt(localContext, 4); { - this.state = 9507; + this.state = 9512; this.match(PostgreSqlParser.KW_BIGINT); } break; case PostgreSqlParser.KW_REAL: this.enterOuterAlt(localContext, 5); { - this.state = 9508; + this.state = 9513; this.match(PostgreSqlParser.KW_REAL); } break; case PostgreSqlParser.KW_FLOAT: this.enterOuterAlt(localContext, 6); { - this.state = 9509; + this.state = 9514; this.match(PostgreSqlParser.KW_FLOAT); - this.state = 9511; + this.state = 9516; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 978, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 979, this.context) ) { case 1: { - this.state = 9510; + this.state = 9515; this.opt_float(); } break; @@ -49961,23 +49993,23 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DOUBLE: this.enterOuterAlt(localContext, 7); { - this.state = 9513; + this.state = 9518; this.match(PostgreSqlParser.KW_DOUBLE); - this.state = 9514; + this.state = 9519; this.match(PostgreSqlParser.KW_PRECISION); } break; case PostgreSqlParser.KW_DECIMAL: this.enterOuterAlt(localContext, 8); { - this.state = 9515; + this.state = 9520; this.match(PostgreSqlParser.KW_DECIMAL); - this.state = 9517; + this.state = 9522; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 979, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 980, this.context) ) { case 1: { - this.state = 9516; + this.state = 9521; this.opt_type_modifiers(); } break; @@ -49987,14 +50019,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DEC: this.enterOuterAlt(localContext, 9); { - this.state = 9519; + this.state = 9524; this.match(PostgreSqlParser.KW_DEC); - this.state = 9521; + this.state = 9526; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 980, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 981, this.context) ) { case 1: { - this.state = 9520; + this.state = 9525; this.opt_type_modifiers(); } break; @@ -50004,14 +50036,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NUMERIC: this.enterOuterAlt(localContext, 10); { - this.state = 9523; + this.state = 9528; this.match(PostgreSqlParser.KW_NUMERIC); - this.state = 9525; + this.state = 9530; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 981, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 982, this.context) ) { case 1: { - this.state = 9524; + this.state = 9529; this.opt_type_modifiers(); } break; @@ -50021,7 +50053,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BOOLEAN: this.enterOuterAlt(localContext, 11); { - this.state = 9527; + this.state = 9532; this.match(PostgreSqlParser.KW_BOOLEAN); } break; @@ -50045,15 +50077,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_float(): Opt_floatContext { let localContext = new Opt_floatContext(this.context, this.state); - this.enterRule(localContext, 1184, PostgreSqlParser.RULE_opt_float); + this.enterRule(localContext, 1186, PostgreSqlParser.RULE_opt_float); try { this.enterOuterAlt(localContext, 1); { - this.state = 9530; + this.state = 9535; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9531; + this.state = 9536; this.iconst(); - this.state = 9532; + this.state = 9537; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -50073,22 +50105,22 @@ export class PostgreSqlParser extends SQLParserBase { } public bit(): BitContext { let localContext = new BitContext(this.context, this.state); - this.enterRule(localContext, 1186, PostgreSqlParser.RULE_bit); + this.enterRule(localContext, 1188, PostgreSqlParser.RULE_bit); try { - this.state = 9536; + this.state = 9541; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 983, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 984, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9534; + this.state = 9539; this.bitwithlength(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9535; + this.state = 9540; this.bitwithoutlength(); } break; @@ -50110,22 +50142,22 @@ export class PostgreSqlParser extends SQLParserBase { } public constbit(): ConstbitContext { let localContext = new ConstbitContext(this.context, this.state); - this.enterRule(localContext, 1188, PostgreSqlParser.RULE_constbit); + this.enterRule(localContext, 1190, PostgreSqlParser.RULE_constbit); try { - this.state = 9540; + this.state = 9545; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 984, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 985, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9538; + this.state = 9543; this.bitwithlength(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9539; + this.state = 9544; this.bitwithoutlength(); } break; @@ -50147,28 +50179,28 @@ export class PostgreSqlParser extends SQLParserBase { } public bitwithlength(): BitwithlengthContext { let localContext = new BitwithlengthContext(this.context, this.state); - this.enterRule(localContext, 1190, PostgreSqlParser.RULE_bitwithlength); + this.enterRule(localContext, 1192, PostgreSqlParser.RULE_bitwithlength); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9542; + this.state = 9547; this.match(PostgreSqlParser.KW_BIT); - this.state = 9544; + this.state = 9549; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 374) { { - this.state = 9543; + this.state = 9548; this.opt_varying(); } } - this.state = 9546; + this.state = 9551; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9547; + this.state = 9552; this.expr_list(); - this.state = 9548; + this.state = 9553; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -50188,18 +50220,18 @@ export class PostgreSqlParser extends SQLParserBase { } public bitwithoutlength(): BitwithoutlengthContext { let localContext = new BitwithoutlengthContext(this.context, this.state); - this.enterRule(localContext, 1192, PostgreSqlParser.RULE_bitwithoutlength); + this.enterRule(localContext, 1194, PostgreSqlParser.RULE_bitwithoutlength); try { this.enterOuterAlt(localContext, 1); { - this.state = 9550; + this.state = 9555; this.match(PostgreSqlParser.KW_BIT); - this.state = 9552; + this.state = 9557; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 986, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 987, this.context) ) { case 1: { - this.state = 9551; + this.state = 9556; this.opt_varying(); } break; @@ -50222,22 +50254,22 @@ export class PostgreSqlParser extends SQLParserBase { } public character(): CharacterContext { let localContext = new CharacterContext(this.context, this.state); - this.enterRule(localContext, 1194, PostgreSqlParser.RULE_character); + this.enterRule(localContext, 1196, PostgreSqlParser.RULE_character); try { this.enterOuterAlt(localContext, 1); { - this.state = 9554; - this.character_c(); this.state = 9559; + this.character_c(); + this.state = 9564; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 987, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 988, this.context) ) { case 1: { - this.state = 9555; + this.state = 9560; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9556; + this.state = 9561; this.iconst(); - this.state = 9557; + this.state = 9562; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -50260,23 +50292,23 @@ export class PostgreSqlParser extends SQLParserBase { } public constcharacter(): ConstcharacterContext { let localContext = new ConstcharacterContext(this.context, this.state); - this.enterRule(localContext, 1196, PostgreSqlParser.RULE_constcharacter); + this.enterRule(localContext, 1198, PostgreSqlParser.RULE_constcharacter); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9561; - this.character_c(); this.state = 9566; + this.character_c(); + this.state = 9571; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 9562; + this.state = 9567; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9563; + this.state = 9568; this.iconst(); - this.state = 9564; + this.state = 9569; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -50299,10 +50331,10 @@ export class PostgreSqlParser extends SQLParserBase { } public character_c(): Character_cContext { let localContext = new Character_cContext(this.context, this.state); - this.enterRule(localContext, 1198, PostgreSqlParser.RULE_character_c); + this.enterRule(localContext, 1200, PostgreSqlParser.RULE_character_c); let _la: number; try { - this.state = 9578; + this.state = 9583; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CHAR: @@ -50310,7 +50342,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NCHAR: this.enterOuterAlt(localContext, 1); { - this.state = 9568; + this.state = 9573; _la = this.tokenStream.LA(1); if(!(((((_la - 391)) & ~0x1F) === 0 && ((1 << (_la - 391)) & 32771) !== 0))) { this.errorHandler.recoverInline(this); @@ -50319,12 +50351,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9570; + this.state = 9575; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 989, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 990, this.context) ) { case 1: { - this.state = 9569; + this.state = 9574; this.opt_varying(); } break; @@ -50334,16 +50366,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 2); { - this.state = 9572; + this.state = 9577; this.match(PostgreSqlParser.KW_VARCHAR); } break; case PostgreSqlParser.KW_NATIONAL: this.enterOuterAlt(localContext, 3); { - this.state = 9573; + this.state = 9578; this.match(PostgreSqlParser.KW_NATIONAL); - this.state = 9574; + this.state = 9579; _la = this.tokenStream.LA(1); if(!(_la === 391 || _la === 392)) { this.errorHandler.recoverInline(this); @@ -50352,12 +50384,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9576; + this.state = 9581; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 990, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 991, this.context) ) { case 1: { - this.state = 9575; + this.state = 9580; this.opt_varying(); } break; @@ -50384,11 +50416,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_varying(): Opt_varyingContext { let localContext = new Opt_varyingContext(this.context, this.state); - this.enterRule(localContext, 1200, PostgreSqlParser.RULE_opt_varying); + this.enterRule(localContext, 1202, PostgreSqlParser.RULE_opt_varying); try { this.enterOuterAlt(localContext, 1); { - this.state = 9580; + this.state = 9585; this.match(PostgreSqlParser.KW_VARYING); } } @@ -50408,12 +50440,12 @@ export class PostgreSqlParser extends SQLParserBase { } public constdatetime(): ConstdatetimeContext { let localContext = new ConstdatetimeContext(this.context, this.state); - this.enterRule(localContext, 1202, PostgreSqlParser.RULE_constdatetime); + this.enterRule(localContext, 1204, PostgreSqlParser.RULE_constdatetime); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9582; + this.state = 9587; _la = this.tokenStream.LA(1); if(!(_la === 418 || _la === 419)) { this.errorHandler.recoverInline(this); @@ -50422,26 +50454,26 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9587; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 992, this.context) ) { - case 1: - { - this.state = 9583; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9584; - this.iconst(); - this.state = 9585; - this.match(PostgreSqlParser.CLOSE_PAREN); - } - break; - } - this.state = 9590; + this.state = 9592; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 993, this.context) ) { case 1: { + this.state = 9588; + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 9589; + this.iconst(); + this.state = 9590; + this.match(PostgreSqlParser.CLOSE_PAREN); + } + break; + } + this.state = 9595; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 994, this.context) ) { + case 1: + { + this.state = 9594; this.opt_timezone(); } break; @@ -50464,11 +50496,11 @@ export class PostgreSqlParser extends SQLParserBase { } public constinterval(): ConstintervalContext { let localContext = new ConstintervalContext(this.context, this.state); - this.enterRule(localContext, 1204, PostgreSqlParser.RULE_constinterval); + this.enterRule(localContext, 1206, PostgreSqlParser.RULE_constinterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 9592; + this.state = 9597; this.match(PostgreSqlParser.KW_INTERVAL); } } @@ -50488,30 +50520,30 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_timezone(): Opt_timezoneContext { let localContext = new Opt_timezoneContext(this.context, this.state); - this.enterRule(localContext, 1206, PostgreSqlParser.RULE_opt_timezone); + this.enterRule(localContext, 1208, PostgreSqlParser.RULE_opt_timezone); try { - this.state = 9600; + this.state = 9605; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 1); { - this.state = 9594; + this.state = 9599; this.match(PostgreSqlParser.KW_WITH); - this.state = 9595; + this.state = 9600; this.match(PostgreSqlParser.KW_TIME); - this.state = 9596; + this.state = 9601; this.match(PostgreSqlParser.KW_ZONE); } break; case PostgreSqlParser.KW_WITHOUT: this.enterOuterAlt(localContext, 2); { - this.state = 9597; + this.state = 9602; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 9598; + this.state = 9603; this.match(PostgreSqlParser.KW_TIME); - this.state = 9599; + this.state = 9604; this.match(PostgreSqlParser.KW_ZONE); } break; @@ -50535,89 +50567,89 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_interval(): Opt_intervalContext { let localContext = new Opt_intervalContext(this.context, this.state); - this.enterRule(localContext, 1208, PostgreSqlParser.RULE_opt_interval); + this.enterRule(localContext, 1210, PostgreSqlParser.RULE_opt_interval); try { - this.state = 9627; + this.state = 9632; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 997, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 998, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9602; + this.state = 9607; this.match(PostgreSqlParser.KW_YEAR); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9603; + this.state = 9608; this.match(PostgreSqlParser.KW_MONTH); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9604; + this.state = 9609; this.match(PostgreSqlParser.KW_DAY); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 9605; + this.state = 9610; this.match(PostgreSqlParser.KW_HOUR); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 9606; + this.state = 9611; this.match(PostgreSqlParser.KW_MINUTE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 9607; + this.state = 9612; this.interval_second(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 9608; + this.state = 9613; this.match(PostgreSqlParser.KW_YEAR); - this.state = 9609; + this.state = 9614; this.match(PostgreSqlParser.KW_TO); - this.state = 9610; + this.state = 9615; this.match(PostgreSqlParser.KW_MONTH); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 9611; - this.match(PostgreSqlParser.KW_DAY); - this.state = 9612; - this.match(PostgreSqlParser.KW_TO); this.state = 9616; + this.match(PostgreSqlParser.KW_DAY); + this.state = 9617; + this.match(PostgreSqlParser.KW_TO); + this.state = 9621; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_HOUR: { - this.state = 9613; + this.state = 9618; this.match(PostgreSqlParser.KW_HOUR); } break; case PostgreSqlParser.KW_MINUTE: { - this.state = 9614; + this.state = 9619; this.match(PostgreSqlParser.KW_MINUTE); } break; case PostgreSqlParser.KW_SECOND: { - this.state = 9615; + this.state = 9620; this.interval_second(); } break; @@ -50629,22 +50661,22 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 9618; + this.state = 9623; this.match(PostgreSqlParser.KW_HOUR); - this.state = 9619; + this.state = 9624; this.match(PostgreSqlParser.KW_TO); - this.state = 9622; + this.state = 9627; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_MINUTE: { - this.state = 9620; + this.state = 9625; this.match(PostgreSqlParser.KW_MINUTE); } break; case PostgreSqlParser.KW_SECOND: { - this.state = 9621; + this.state = 9626; this.interval_second(); } break; @@ -50656,11 +50688,11 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 9624; + this.state = 9629; this.match(PostgreSqlParser.KW_MINUTE); - this.state = 9625; + this.state = 9630; this.match(PostgreSqlParser.KW_TO); - this.state = 9626; + this.state = 9631; this.interval_second(); } break; @@ -50682,22 +50714,22 @@ export class PostgreSqlParser extends SQLParserBase { } public interval_second(): Interval_secondContext { let localContext = new Interval_secondContext(this.context, this.state); - this.enterRule(localContext, 1210, PostgreSqlParser.RULE_interval_second); + this.enterRule(localContext, 1212, PostgreSqlParser.RULE_interval_second); try { this.enterOuterAlt(localContext, 1); { - this.state = 9629; - this.match(PostgreSqlParser.KW_SECOND); this.state = 9634; + this.match(PostgreSqlParser.KW_SECOND); + this.state = 9639; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 998, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 999, this.context) ) { case 1: { - this.state = 9630; + this.state = 9635; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9631; + this.state = 9636; this.iconst(); - this.state = 9632; + this.state = 9637; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -50720,13 +50752,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_escape(): Opt_escapeContext { let localContext = new Opt_escapeContext(this.context, this.state); - this.enterRule(localContext, 1212, PostgreSqlParser.RULE_opt_escape); + this.enterRule(localContext, 1214, PostgreSqlParser.RULE_opt_escape); try { this.enterOuterAlt(localContext, 1); { - this.state = 9636; + this.state = 9641; this.match(PostgreSqlParser.KW_ESCAPE); - this.state = 9637; + this.state = 9642; this.a_expr(); } } @@ -50746,11 +50778,11 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr(): A_exprContext { let localContext = new A_exprContext(this.context, this.state); - this.enterRule(localContext, 1214, PostgreSqlParser.RULE_a_expr); + this.enterRule(localContext, 1216, PostgreSqlParser.RULE_a_expr); try { this.enterOuterAlt(localContext, 1); { - this.state = 9639; + this.state = 9644; this.a_expr_qual(); } } @@ -50770,18 +50802,18 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_qual(): A_expr_qualContext { let localContext = new A_expr_qualContext(this.context, this.state); - this.enterRule(localContext, 1216, PostgreSqlParser.RULE_a_expr_qual); + this.enterRule(localContext, 1218, PostgreSqlParser.RULE_a_expr_qual); try { this.enterOuterAlt(localContext, 1); { - this.state = 9641; + this.state = 9646; this.a_expr_lessless(); - this.state = 9643; + this.state = 9648; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 999, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context) ) { case 1: { - this.state = 9642; + this.state = 9647; this.qual_op(); } break; @@ -50804,22 +50836,22 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_lessless(): A_expr_lesslessContext { let localContext = new A_expr_lesslessContext(this.context, this.state); - this.enterRule(localContext, 1218, PostgreSqlParser.RULE_a_expr_lessless); + this.enterRule(localContext, 1220, PostgreSqlParser.RULE_a_expr_lessless); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9645; - this.a_expr_or(); this.state = 9650; + this.a_expr_or(); + this.state = 9655; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1001, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9646; + this.state = 9651; _la = this.tokenStream.LA(1); if(!(_la === 18 || _la === 19)) { this.errorHandler.recoverInline(this); @@ -50828,55 +50860,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9647; + this.state = 9652; this.a_expr_or(); } } } - this.state = 9652; - this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context); - } - } - } - 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 a_expr_or(): A_expr_orContext { - let localContext = new A_expr_orContext(this.context, this.state); - this.enterRule(localContext, 1220, PostgreSqlParser.RULE_a_expr_or); - try { - let alternative: number; - this.enterOuterAlt(localContext, 1); - { - this.state = 9653; - this.a_expr_and(); - this.state = 9658; - this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1001, this.context); - while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { - if (alternative === 1) { - { - { - this.state = 9654; - this.match(PostgreSqlParser.KW_OR); - this.state = 9655; - this.a_expr_and(); - } - } - } - this.state = 9660; + this.state = 9657; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1001, this.context); } @@ -50896,30 +50885,30 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public a_expr_and(): A_expr_andContext { - let localContext = new A_expr_andContext(this.context, this.state); - this.enterRule(localContext, 1222, PostgreSqlParser.RULE_a_expr_and); + public a_expr_or(): A_expr_orContext { + let localContext = new A_expr_orContext(this.context, this.state); + this.enterRule(localContext, 1222, PostgreSqlParser.RULE_a_expr_or); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9661; - this.a_expr_in(); - this.state = 9666; + this.state = 9658; + this.a_expr_and(); + this.state = 9663; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1002, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9662; - this.match(PostgreSqlParser.KW_AND); - this.state = 9663; - this.a_expr_in(); + this.state = 9659; + this.match(PostgreSqlParser.KW_OR); + this.state = 9660; + this.a_expr_and(); } } } - this.state = 9668; + this.state = 9665; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1002, this.context); } @@ -50939,33 +50928,76 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } + public a_expr_and(): A_expr_andContext { + let localContext = new A_expr_andContext(this.context, this.state); + this.enterRule(localContext, 1224, PostgreSqlParser.RULE_a_expr_and); + try { + let alternative: number; + this.enterOuterAlt(localContext, 1); + { + this.state = 9666; + this.a_expr_in(); + this.state = 9671; + this.errorHandler.sync(this); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1003, this.context); + while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { + if (alternative === 1) { + { + { + this.state = 9667; + this.match(PostgreSqlParser.KW_AND); + this.state = 9668; + this.a_expr_in(); + } + } + } + this.state = 9673; + this.errorHandler.sync(this); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1003, this.context); + } + } + } + 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 a_expr_in(): A_expr_inContext { let localContext = new A_expr_inContext(this.context, this.state); - this.enterRule(localContext, 1224, PostgreSqlParser.RULE_a_expr_in); + this.enterRule(localContext, 1226, PostgreSqlParser.RULE_a_expr_in); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9669; + this.state = 9674; this.a_expr_unary_not(); - this.state = 9675; + this.state = 9680; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1004, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1005, this.context) ) { case 1: { - this.state = 9671; + this.state = 9676; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9670; + this.state = 9675; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9673; + this.state = 9678; this.match(PostgreSqlParser.KW_IN); - this.state = 9674; + this.state = 9679; this.in_expr(); } break; @@ -50988,22 +51020,22 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_unary_not(): A_expr_unary_notContext { let localContext = new A_expr_unary_notContext(this.context, this.state); - this.enterRule(localContext, 1226, PostgreSqlParser.RULE_a_expr_unary_not); + this.enterRule(localContext, 1228, PostgreSqlParser.RULE_a_expr_unary_not); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9678; + this.state = 9683; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9677; + this.state = 9682; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9680; + this.state = 9685; this.a_expr_isnull(); } } @@ -51023,19 +51055,19 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_isnull(): A_expr_isnullContext { let localContext = new A_expr_isnullContext(this.context, this.state); - this.enterRule(localContext, 1228, PostgreSqlParser.RULE_a_expr_isnull); + this.enterRule(localContext, 1230, PostgreSqlParser.RULE_a_expr_isnull); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9682; + this.state = 9687; this.a_expr_is_not(); - this.state = 9684; + this.state = 9689; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1006, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1007, this.context) ) { case 1: { - this.state = 9683; + this.state = 9688; _la = this.tokenStream.LA(1); if(!(_la === 117 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -51065,82 +51097,82 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_is_not(): A_expr_is_notContext { let localContext = new A_expr_is_notContext(this.context, this.state); - this.enterRule(localContext, 1230, PostgreSqlParser.RULE_a_expr_is_not); + this.enterRule(localContext, 1232, PostgreSqlParser.RULE_a_expr_is_not); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9686; + this.state = 9691; this.a_expr_compare(); - this.state = 9710; + this.state = 9715; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1010, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1011, this.context) ) { case 1: { - this.state = 9687; + this.state = 9692; this.match(PostgreSqlParser.KW_IS); - this.state = 9689; + this.state = 9694; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9688; + this.state = 9693; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9708; + this.state = 9713; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NULL: { - this.state = 9691; + this.state = 9696; this.match(PostgreSqlParser.KW_NULL); } break; case PostgreSqlParser.KW_TRUE: { - this.state = 9692; + this.state = 9697; this.match(PostgreSqlParser.KW_TRUE); } break; case PostgreSqlParser.KW_FALSE: { - this.state = 9693; + this.state = 9698; this.match(PostgreSqlParser.KW_FALSE); } break; case PostgreSqlParser.KW_UNKNOWN: { - this.state = 9694; + this.state = 9699; this.match(PostgreSqlParser.KW_UNKNOWN); } break; case PostgreSqlParser.KW_DISTINCT: { - this.state = 9695; + this.state = 9700; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 9696; + this.state = 9701; this.match(PostgreSqlParser.KW_FROM); - this.state = 9697; + this.state = 9702; this.a_expr(); } break; case PostgreSqlParser.KW_OF: { - this.state = 9698; + this.state = 9703; this.match(PostgreSqlParser.KW_OF); - this.state = 9699; + this.state = 9704; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9700; + this.state = 9705; this.type_list(); - this.state = 9701; + this.state = 9706; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_DOCUMENT: { - this.state = 9703; + this.state = 9708; this.match(PostgreSqlParser.KW_DOCUMENT); } break; @@ -51150,17 +51182,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NFKC: case PostgreSqlParser.KW_NFKD: { - this.state = 9705; + this.state = 9710; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 15) !== 0)) { { - this.state = 9704; + this.state = 9709; this.unicode_normal_form(); } } - this.state = 9707; + this.state = 9712; this.match(PostgreSqlParser.KW_NORMALIZED); } break; @@ -51188,19 +51220,19 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_compare(): A_expr_compareContext { let localContext = new A_expr_compareContext(this.context, this.state); - this.enterRule(localContext, 1232, PostgreSqlParser.RULE_a_expr_compare); + this.enterRule(localContext, 1234, PostgreSqlParser.RULE_a_expr_compare); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9712; + this.state = 9717; this.a_expr_like(); - this.state = 9724; + this.state = 9729; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1012, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1013, this.context) ) { case 1: { - this.state = 9713; + this.state = 9718; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 44237824) !== 0))) { this.errorHandler.recoverInline(this); @@ -51209,32 +51241,32 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9714; + this.state = 9719; this.a_expr_like(); } break; case 2: { - this.state = 9715; + this.state = 9720; this.subquery_Op(); - this.state = 9716; + this.state = 9721; this.sub_type(); - this.state = 9722; + this.state = 9727; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1011, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1012, this.context) ) { case 1: { - this.state = 9717; + this.state = 9722; this.select_with_parens(); } break; case 2: { - this.state = 9718; + this.state = 9723; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9719; + this.state = 9724; this.a_expr(); - this.state = 9720; + this.state = 9725; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -51260,61 +51292,61 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_like(): A_expr_likeContext { let localContext = new A_expr_likeContext(this.context, this.state); - this.enterRule(localContext, 1234, PostgreSqlParser.RULE_a_expr_like); + this.enterRule(localContext, 1236, PostgreSqlParser.RULE_a_expr_like); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9726; + this.state = 9731; this.a_expr_qual_op(); - this.state = 9744; + this.state = 9749; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context) ) { case 1: { - this.state = 9728; + this.state = 9733; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9727; + this.state = 9732; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9738; + this.state = 9743; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIKE: { - this.state = 9730; + this.state = 9735; this.match(PostgreSqlParser.KW_LIKE); } break; case PostgreSqlParser.KW_ILIKE: { - this.state = 9731; + this.state = 9736; this.match(PostgreSqlParser.KW_ILIKE); } break; case PostgreSqlParser.KW_SIMILAR: { - this.state = 9732; + this.state = 9737; this.match(PostgreSqlParser.KW_SIMILAR); - this.state = 9733; + this.state = 9738; this.match(PostgreSqlParser.KW_TO); } break; case PostgreSqlParser.KW_BETWEEN: { - this.state = 9734; + this.state = 9739; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 9736; + this.state = 9741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 91) { { - this.state = 9735; + this.state = 9740; this.match(PostgreSqlParser.KW_SYMMETRIC); } } @@ -51324,14 +51356,14 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 9740; + this.state = 9745; this.a_expr_qual_op(); - this.state = 9742; + this.state = 9747; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1016, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context) ) { case 1: { - this.state = 9741; + this.state = 9746; this.opt_escape(); } break; @@ -51357,30 +51389,30 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_qual_op(): A_expr_qual_opContext { let localContext = new A_expr_qual_opContext(this.context, this.state); - this.enterRule(localContext, 1236, PostgreSqlParser.RULE_a_expr_qual_op); + this.enterRule(localContext, 1238, PostgreSqlParser.RULE_a_expr_qual_op); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9746; + this.state = 9751; this.a_expr_unary_qualop(); - this.state = 9752; + this.state = 9757; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9747; + this.state = 9752; this.qual_op(); - this.state = 9748; + this.state = 9753; this.a_expr_unary_qualop(); } } } - this.state = 9754; + this.state = 9759; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context); } } } @@ -51400,21 +51432,21 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_unary_qualop(): A_expr_unary_qualopContext { let localContext = new A_expr_unary_qualopContext(this.context, this.state); - this.enterRule(localContext, 1238, PostgreSqlParser.RULE_a_expr_unary_qualop); + this.enterRule(localContext, 1240, PostgreSqlParser.RULE_a_expr_unary_qualop); try { this.enterOuterAlt(localContext, 1); { - this.state = 9756; + this.state = 9761; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1020, this.context) ) { case 1: { - this.state = 9755; + this.state = 9760; this.qual_op(); } break; } - this.state = 9758; + this.state = 9763; this.a_expr_add(); } } @@ -51434,22 +51466,22 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_add(): A_expr_addContext { let localContext = new A_expr_addContext(this.context, this.state); - this.enterRule(localContext, 1240, PostgreSqlParser.RULE_a_expr_add); + this.enterRule(localContext, 1242, PostgreSqlParser.RULE_a_expr_add); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9760; - this.a_expr_mul(); this.state = 9765; + this.a_expr_mul(); + this.state = 9770; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1020, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9761; + this.state = 9766; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51458,63 +51490,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9762; + this.state = 9767; this.a_expr_mul(); } } } - this.state = 9767; - this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1020, this.context); - } - } - } - 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 a_expr_mul(): A_expr_mulContext { - let localContext = new A_expr_mulContext(this.context, this.state); - this.enterRule(localContext, 1242, PostgreSqlParser.RULE_a_expr_mul); - let _la: number; - try { - let alternative: number; - this.enterOuterAlt(localContext, 1); - { - this.state = 9768; - this.a_expr_caret(); - this.state = 9773; - this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context); - while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { - if (alternative === 1) { - { - { - this.state = 9769; - _la = this.tokenStream.LA(1); - if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 134234624) !== 0))) { - this.errorHandler.recoverInline(this); - } - else { - this.errorHandler.reportMatch(this); - this.consume(); - } - this.state = 9770; - this.a_expr_caret(); - } - } - } - this.state = 9775; + this.state = 9772; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context); } @@ -51534,22 +51515,73 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } + public a_expr_mul(): A_expr_mulContext { + let localContext = new A_expr_mulContext(this.context, this.state); + this.enterRule(localContext, 1244, PostgreSqlParser.RULE_a_expr_mul); + let _la: number; + try { + let alternative: number; + this.enterOuterAlt(localContext, 1); + { + this.state = 9773; + this.a_expr_caret(); + this.state = 9778; + this.errorHandler.sync(this); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1022, this.context); + while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { + if (alternative === 1) { + { + { + this.state = 9774; + _la = this.tokenStream.LA(1); + if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 134234624) !== 0))) { + this.errorHandler.recoverInline(this); + } + else { + this.errorHandler.reportMatch(this); + this.consume(); + } + this.state = 9775; + this.a_expr_caret(); + } + } + } + this.state = 9780; + this.errorHandler.sync(this); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1022, this.context); + } + } + } + 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 a_expr_caret(): A_expr_caretContext { let localContext = new A_expr_caretContext(this.context, this.state); - this.enterRule(localContext, 1244, PostgreSqlParser.RULE_a_expr_caret); + this.enterRule(localContext, 1246, PostgreSqlParser.RULE_a_expr_caret); try { this.enterOuterAlt(localContext, 1); { - this.state = 9776; + this.state = 9781; this.a_expr_unary_sign(); - this.state = 9779; + this.state = 9784; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1022, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1023, this.context) ) { case 1: { - this.state = 9777; + this.state = 9782; this.match(PostgreSqlParser.CARET); - this.state = 9778; + this.state = 9783; this.a_expr(); } break; @@ -51572,17 +51604,17 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_unary_sign(): A_expr_unary_signContext { let localContext = new A_expr_unary_signContext(this.context, this.state); - this.enterRule(localContext, 1246, PostgreSqlParser.RULE_a_expr_unary_sign); + this.enterRule(localContext, 1248, PostgreSqlParser.RULE_a_expr_unary_sign); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9782; + this.state = 9787; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13) { { - this.state = 9781; + this.state = 9786; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51594,7 +51626,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 9784; + this.state = 9789; this.a_expr_at_time_zone(); } } @@ -51614,24 +51646,24 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_at_time_zone(): A_expr_at_time_zoneContext { let localContext = new A_expr_at_time_zoneContext(this.context, this.state); - this.enterRule(localContext, 1248, PostgreSqlParser.RULE_a_expr_at_time_zone); + this.enterRule(localContext, 1250, PostgreSqlParser.RULE_a_expr_at_time_zone); try { this.enterOuterAlt(localContext, 1); { - this.state = 9786; - this.a_expr_collate(); this.state = 9791; + this.a_expr_collate(); + this.state = 9796; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1024, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1025, this.context) ) { case 1: { - this.state = 9787; + this.state = 9792; this.match(PostgreSqlParser.KW_AT); - this.state = 9788; + this.state = 9793; this.match(PostgreSqlParser.KW_TIME); - this.state = 9789; + this.state = 9794; this.match(PostgreSqlParser.KW_ZONE); - this.state = 9790; + this.state = 9795; this.a_expr(); } break; @@ -51654,20 +51686,20 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_collate(): A_expr_collateContext { let localContext = new A_expr_collateContext(this.context, this.state); - this.enterRule(localContext, 1250, PostgreSqlParser.RULE_a_expr_collate); + this.enterRule(localContext, 1252, PostgreSqlParser.RULE_a_expr_collate); try { this.enterOuterAlt(localContext, 1); { - this.state = 9793; + this.state = 9798; this.a_expr_typecast(); - this.state = 9796; + this.state = 9801; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1025, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1026, this.context) ) { case 1: { - this.state = 9794; + this.state = 9799; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 9795; + this.state = 9800; this.any_name(); } break; @@ -51690,30 +51722,30 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_typecast(): A_expr_typecastContext { let localContext = new A_expr_typecastContext(this.context, this.state); - this.enterRule(localContext, 1252, PostgreSqlParser.RULE_a_expr_typecast); + this.enterRule(localContext, 1254, PostgreSqlParser.RULE_a_expr_typecast); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9798; - this.c_expr(); this.state = 9803; + this.c_expr(); + this.state = 9808; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1026, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9799; + this.state = 9804; this.match(PostgreSqlParser.TYPECAST); - this.state = 9800; + this.state = 9805; this.typename(); } } } - this.state = 9805; + this.state = 9810; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1026, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context); } } } @@ -51743,25 +51775,25 @@ export class PostgreSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new B_exprContext(this.context, parentState); let previousContext = localContext; - let _startState = 1254; - this.enterRecursionRule(localContext, 1254, PostgreSqlParser.RULE_b_expr, _p); + let _startState = 1256; + this.enterRecursionRule(localContext, 1256, PostgreSqlParser.RULE_b_expr, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9813; + this.state = 9818; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1028, this.context) ) { case 1: { - this.state = 9807; + this.state = 9812; this.c_expr(); } break; case 2: { - this.state = 9808; + this.state = 9813; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51770,23 +51802,23 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9809; + this.state = 9814; this.b_expr(9); } break; case 3: { - this.state = 9810; + this.state = 9815; this.qual_op(); - this.state = 9811; + this.state = 9816; this.b_expr(3); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 9854; + this.state = 9859; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1031, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1032, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -51794,20 +51826,20 @@ export class PostgreSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 9852; + this.state = 9857; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1030, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1031, this.context) ) { case 1: { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9815; + this.state = 9820; if (!(this.precpred(this.context, 8))) { throw this.createFailedPredicateException("this.precpred(this.context, 8)"); } - this.state = 9816; + this.state = 9821; this.match(PostgreSqlParser.CARET); - this.state = 9817; + this.state = 9822; this.b_expr(9); } break; @@ -51815,11 +51847,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9818; + this.state = 9823; if (!(this.precpred(this.context, 7))) { throw this.createFailedPredicateException("this.precpred(this.context, 7)"); } - this.state = 9819; + this.state = 9824; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 134234624) !== 0))) { this.errorHandler.recoverInline(this); @@ -51828,7 +51860,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9820; + this.state = 9825; this.b_expr(8); } break; @@ -51836,11 +51868,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9821; + this.state = 9826; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 9822; + this.state = 9827; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51849,7 +51881,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9823; + this.state = 9828; this.b_expr(7); } break; @@ -51857,13 +51889,13 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9824; + this.state = 9829; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 9825; + this.state = 9830; this.qual_op(); - this.state = 9826; + this.state = 9831; this.b_expr(6); } break; @@ -51871,11 +51903,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9828; + this.state = 9833; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 9829; + this.state = 9834; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 44237824) !== 0))) { this.errorHandler.recoverInline(this); @@ -51884,7 +51916,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9830; + this.state = 9835; this.b_expr(5); } break; @@ -51892,13 +51924,13 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9831; + this.state = 9836; if (!(this.precpred(this.context, 10))) { throw this.createFailedPredicateException("this.precpred(this.context, 10)"); } - this.state = 9832; + this.state = 9837; this.match(PostgreSqlParser.TYPECAST); - this.state = 9833; + this.state = 9838; this.typename(); } break; @@ -51906,11 +51938,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9834; + this.state = 9839; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 9835; + this.state = 9840; this.qual_op(); } break; @@ -51918,50 +51950,50 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9836; + this.state = 9841; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 9837; + this.state = 9842; this.match(PostgreSqlParser.KW_IS); - this.state = 9839; + this.state = 9844; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9838; + this.state = 9843; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9850; + this.state = 9855; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DISTINCT: { - this.state = 9841; + this.state = 9846; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 9842; + this.state = 9847; this.match(PostgreSqlParser.KW_FROM); - this.state = 9843; + this.state = 9848; this.b_expr(0); } break; case PostgreSqlParser.KW_OF: { - this.state = 9844; + this.state = 9849; this.match(PostgreSqlParser.KW_OF); - this.state = 9845; + this.state = 9850; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9846; + this.state = 9851; this.type_list(); - this.state = 9847; + this.state = 9852; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_DOCUMENT: { - this.state = 9849; + this.state = 9854; this.match(PostgreSqlParser.KW_DOCUMENT); } break; @@ -51973,9 +52005,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 9856; + this.state = 9861; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1031, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1032, this.context); } } } @@ -51995,18 +52027,18 @@ export class PostgreSqlParser extends SQLParserBase { } public c_expr(): C_exprContext { let localContext = new C_exprContext(this.context, this.state); - this.enterRule(localContext, 1256, PostgreSqlParser.RULE_c_expr); + this.enterRule(localContext, 1258, PostgreSqlParser.RULE_c_expr); try { - this.state = 9893; + this.state = 9898; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1034, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1035, this.context) ) { case 1: localContext = new C_expr_existsContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 9857; + this.state = 9862; this.match(PostgreSqlParser.KW_EXISTS); - this.state = 9858; + this.state = 9863; this.select_with_parens(); } break; @@ -52014,20 +52046,20 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 9859; + this.state = 9864; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 9862; + this.state = 9867; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 9860; + this.state = 9865; this.select_with_parens(); } break; case PostgreSqlParser.OPEN_BRACKET: { - this.state = 9861; + this.state = 9866; this.array_expr(); } break; @@ -52040,9 +52072,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 9864; + this.state = 9869; this.match(PostgreSqlParser.PARAM); - this.state = 9865; + this.state = 9870; this.opt_indirection(); } break; @@ -52050,13 +52082,13 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 9866; + this.state = 9871; this.match(PostgreSqlParser.KW_GROUPING); - this.state = 9867; + this.state = 9872; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9868; + this.state = 9873; this.expr_list(); - this.state = 9869; + this.state = 9874; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52064,9 +52096,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 9871; + this.state = 9876; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 9872; + this.state = 9877; this.select_with_parens(); } break; @@ -52074,7 +52106,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 9873; + this.state = 9878; this.aexprconst(); } break; @@ -52082,7 +52114,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 9874; + this.state = 9879; this.plsqlvariablename(); } break; @@ -52090,13 +52122,13 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 9875; + this.state = 9880; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9876; + this.state = 9881; (localContext as C_expr_exprContext)._a_expr_in_parens = this.a_expr(); - this.state = 9877; + this.state = 9882; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9878; + this.state = 9883; this.opt_indirection(); } break; @@ -52104,7 +52136,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_caseContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 9880; + this.state = 9885; this.case_expr(); } break; @@ -52112,7 +52144,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 9881; + this.state = 9886; this.func_expr(); } break; @@ -52120,14 +52152,14 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 9882; + this.state = 9887; this.select_with_parens(); - this.state = 9884; + this.state = 9889; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1033, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1034, this.context) ) { case 1: { - this.state = 9883; + this.state = 9888; this.indirection(); } break; @@ -52138,7 +52170,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 9886; + this.state = 9891; this.explicit_row(); } break; @@ -52146,7 +52178,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 9887; + this.state = 9892; this.implicit_row(); } break; @@ -52154,11 +52186,11 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 9888; + this.state = 9893; this.row(); - this.state = 9889; + this.state = 9894; this.match(PostgreSqlParser.KW_OVERLAPS); - this.state = 9890; + this.state = 9895; this.row(); } break; @@ -52166,7 +52198,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 9892; + this.state = 9897; this.columnref(); } break; @@ -52188,11 +52220,11 @@ export class PostgreSqlParser extends SQLParserBase { } public plsqlvariablename(): PlsqlvariablenameContext { let localContext = new PlsqlvariablenameContext(this.context, this.state); - this.enterRule(localContext, 1258, PostgreSqlParser.RULE_plsqlvariablename); + this.enterRule(localContext, 1260, PostgreSqlParser.RULE_plsqlvariablename); try { this.enterOuterAlt(localContext, 1); { - this.state = 9895; + this.state = 9900; this.match(PostgreSqlParser.PLSQLVARIABLENAME); } } @@ -52212,21 +52244,21 @@ export class PostgreSqlParser extends SQLParserBase { } public func_application(): Func_applicationContext { let localContext = new Func_applicationContext(this.context, this.state); - this.enterRule(localContext, 1260, PostgreSqlParser.RULE_func_application); + this.enterRule(localContext, 1262, PostgreSqlParser.RULE_func_application); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9897; + this.state = 9902; this.function_name(); - this.state = 9923; + this.state = 9928; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1040, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1041, this.context) ) { case 1: { - this.state = 9898; + this.state = 9903; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9920; + this.state = 9925; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -52676,40 +52708,22 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9899; + this.state = 9904; this.func_arg_list(); - this.state = 9903; + this.state = 9908; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 9900; + this.state = 9905; this.match(PostgreSqlParser.COMMA); - this.state = 9901; + this.state = 9906; this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 9902; + this.state = 9907; this.func_arg_expr(); } } - this.state = 9906; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 83) { - { - this.state = 9905; - this.opt_sort_clause(); - } - } - - } - break; - case PostgreSqlParser.KW_VARIADIC: - { - this.state = 9908; - this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 9909; - this.func_arg_expr(); this.state = 9911; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -52722,20 +52736,12 @@ export class PostgreSqlParser extends SQLParserBase { } break; - case PostgreSqlParser.KW_ALL: - case PostgreSqlParser.KW_DISTINCT: + case PostgreSqlParser.KW_VARIADIC: { this.state = 9913; - _la = this.tokenStream.LA(1); - if(!(_la === 30 || _la === 56)) { - this.errorHandler.recoverInline(this); - } - else { - this.errorHandler.reportMatch(this); - this.consume(); - } + this.match(PostgreSqlParser.KW_VARIADIC); this.state = 9914; - this.func_arg_list(); + this.func_arg_expr(); this.state = 9916; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -52748,9 +52754,35 @@ export class PostgreSqlParser extends SQLParserBase { } break; - case PostgreSqlParser.STAR: + case PostgreSqlParser.KW_ALL: + case PostgreSqlParser.KW_DISTINCT: { this.state = 9918; + _la = this.tokenStream.LA(1); + if(!(_la === 30 || _la === 56)) { + this.errorHandler.recoverInline(this); + } + else { + this.errorHandler.reportMatch(this); + this.consume(); + } + this.state = 9919; + this.func_arg_list(); + this.state = 9921; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 83) { + { + this.state = 9920; + this.opt_sort_clause(); + } + } + + } + break; + case PostgreSqlParser.STAR: + { + this.state = 9923; this.match(PostgreSqlParser.STAR); } break; @@ -52762,7 +52794,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 9922; + this.state = 9927; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52785,42 +52817,42 @@ export class PostgreSqlParser extends SQLParserBase { } public func_expr(): Func_exprContext { let localContext = new Func_exprContext(this.context, this.state); - this.enterRule(localContext, 1262, PostgreSqlParser.RULE_func_expr); + this.enterRule(localContext, 1264, PostgreSqlParser.RULE_func_expr); try { - this.state = 9936; + this.state = 9941; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1044, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1045, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9925; - this.func_application(); - this.state = 9927; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1041, this.context) ) { - case 1: - { - this.state = 9926; - this.within_group_clause(); - } - break; - } this.state = 9930; + this.func_application(); + this.state = 9932; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1042, this.context) ) { case 1: { - this.state = 9929; - this.filter_clause(); + this.state = 9931; + this.within_group_clause(); } break; } - this.state = 9933; + this.state = 9935; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1043, this.context) ) { case 1: { - this.state = 9932; + this.state = 9934; + this.filter_clause(); + } + break; + } + this.state = 9938; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 1044, this.context) ) { + case 1: + { + this.state = 9937; this.over_clause(); } break; @@ -52830,7 +52862,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9935; + this.state = 9940; this.func_expr_common_subexpr(); } break; @@ -52852,22 +52884,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, 1264, PostgreSqlParser.RULE_func_expr_windowless); + this.enterRule(localContext, 1266, PostgreSqlParser.RULE_func_expr_windowless); try { - this.state = 9940; + this.state = 9945; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1045, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1046, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9938; + this.state = 9943; this.func_application(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9939; + this.state = 9944; this.func_expr_common_subexpr(); } break; @@ -52889,49 +52921,49 @@ 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, 1266, PostgreSqlParser.RULE_func_expr_common_subexpr); + this.enterRule(localContext, 1268, PostgreSqlParser.RULE_func_expr_common_subexpr); let _la: number; try { - this.state = 10126; + this.state = 10131; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_COLLATION: this.enterOuterAlt(localContext, 1); { - this.state = 9942; + this.state = 9947; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 9943; + this.state = 9948; this.match(PostgreSqlParser.KW_FOR); - this.state = 9944; + this.state = 9949; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9945; + this.state = 9950; this.a_expr(); - this.state = 9946; + this.state = 9951; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_CURRENT_DATE: this.enterOuterAlt(localContext, 2); { - this.state = 9948; + this.state = 9953; this.match(PostgreSqlParser.KW_CURRENT_DATE); } break; case PostgreSqlParser.KW_CURRENT_TIME: this.enterOuterAlt(localContext, 3); { - this.state = 9949; - this.match(PostgreSqlParser.KW_CURRENT_TIME); this.state = 9954; + this.match(PostgreSqlParser.KW_CURRENT_TIME); + this.state = 9959; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1046, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1047, this.context) ) { case 1: { - this.state = 9950; + this.state = 9955; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9951; + this.state = 9956; this.iconst(); - this.state = 9952; + this.state = 9957; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52941,18 +52973,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT_TIMESTAMP: this.enterOuterAlt(localContext, 4); { - this.state = 9956; - this.match(PostgreSqlParser.KW_CURRENT_TIMESTAMP); this.state = 9961; + this.match(PostgreSqlParser.KW_CURRENT_TIMESTAMP); + this.state = 9966; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1047, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1048, this.context) ) { case 1: { - this.state = 9957; + this.state = 9962; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9958; + this.state = 9963; this.iconst(); - this.state = 9959; + this.state = 9964; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52962,18 +52994,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LOCALTIME: this.enterOuterAlt(localContext, 5); { - this.state = 9963; - this.match(PostgreSqlParser.KW_LOCALTIME); this.state = 9968; + this.match(PostgreSqlParser.KW_LOCALTIME); + this.state = 9973; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1048, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1049, this.context) ) { case 1: { - this.state = 9964; + this.state = 9969; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9965; + this.state = 9970; this.iconst(); - this.state = 9966; + this.state = 9971; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52983,18 +53015,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LOCALTIMESTAMP: this.enterOuterAlt(localContext, 6); { - this.state = 9970; - this.match(PostgreSqlParser.KW_LOCALTIMESTAMP); this.state = 9975; + this.match(PostgreSqlParser.KW_LOCALTIMESTAMP); + this.state = 9980; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1049, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1050, this.context) ) { case 1: { - this.state = 9971; + this.state = 9976; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9972; + this.state = 9977; this.iconst(); - this.state = 9973; + this.state = 9978; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -53004,193 +53036,193 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT_ROLE: this.enterOuterAlt(localContext, 7); { - this.state = 9977; + this.state = 9982; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case PostgreSqlParser.KW_CURRENT_USER: this.enterOuterAlt(localContext, 8); { - this.state = 9978; + this.state = 9983; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case PostgreSqlParser.KW_SESSION_USER: this.enterOuterAlt(localContext, 9); { - this.state = 9979; + this.state = 9984; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case PostgreSqlParser.KW_USER: this.enterOuterAlt(localContext, 10); { - this.state = 9980; + this.state = 9985; this.match(PostgreSqlParser.KW_USER); } break; case PostgreSqlParser.KW_CURRENT_CATALOG: this.enterOuterAlt(localContext, 11); { - this.state = 9981; + this.state = 9986; this.match(PostgreSqlParser.KW_CURRENT_CATALOG); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: this.enterOuterAlt(localContext, 12); { - this.state = 9982; + this.state = 9987; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; case PostgreSqlParser.KW_CAST: this.enterOuterAlt(localContext, 13); { - this.state = 9983; - this.match(PostgreSqlParser.KW_CAST); - this.state = 9984; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9985; - this.a_expr(); - this.state = 9986; - this.match(PostgreSqlParser.KW_AS); - this.state = 9987; - this.typename(); this.state = 9988; + this.match(PostgreSqlParser.KW_CAST); + this.state = 9989; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 9990; + this.a_expr(); + this.state = 9991; + this.match(PostgreSqlParser.KW_AS); + this.state = 9992; + this.typename(); + this.state = 9993; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_EXTRACT: this.enterOuterAlt(localContext, 14); { - this.state = 9990; + this.state = 9995; this.match(PostgreSqlParser.KW_EXTRACT); - this.state = 9991; + this.state = 9996; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9993; + this.state = 9998; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 268451969) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 8929553) !== 0) || ((((_la - 207)) & ~0x1F) === 0 && ((1 << (_la - 207)) & 2057) !== 0) || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 428867841) !== 0) || ((((_la - 279)) & ~0x1F) === 0 && ((1 << (_la - 279)) & 268451841) !== 0) || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 1059905) !== 0) || _la === 360 || _la === 384 || _la === 433 || _la === 434 || ((((_la - 477)) & ~0x1F) === 0 && ((1 << (_la - 477)) & 3959414785) !== 0) || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3071) !== 0) || ((((_la - 550)) & ~0x1F) === 0 && ((1 << (_la - 550)) & 100674083) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 268451969) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 8929553) !== 0) || ((((_la - 207)) & ~0x1F) === 0 && ((1 << (_la - 207)) & 2057) !== 0) || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 428867841) !== 0) || ((((_la - 279)) & ~0x1F) === 0 && ((1 << (_la - 279)) & 268451841) !== 0) || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 1059905) !== 0) || _la === 360 || _la === 384 || _la === 433 || _la === 434 || ((((_la - 477)) & ~0x1F) === 0 && ((1 << (_la - 477)) & 3959414785) !== 0) || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3071) !== 0) || ((((_la - 551)) & ~0x1F) === 0 && ((1 << (_la - 551)) & 100674083) !== 0) || _la === 586) { { - this.state = 9992; + this.state = 9997; this.extract_list(); } } - this.state = 9995; + this.state = 10000; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NORMALIZE: this.enterOuterAlt(localContext, 15); { - this.state = 9996; - this.match(PostgreSqlParser.KW_NORMALIZE); - this.state = 9997; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9998; - this.a_expr(); this.state = 10001; + this.match(PostgreSqlParser.KW_NORMALIZE); + this.state = 10002; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 10003; + this.a_expr(); + this.state = 10006; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 9999; + this.state = 10004; this.match(PostgreSqlParser.COMMA); - this.state = 10000; + this.state = 10005; this.unicode_normal_form(); } } - this.state = 10003; + this.state = 10008; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_OVERLAY: this.enterOuterAlt(localContext, 16); { - this.state = 10005; + this.state = 10010; this.match(PostgreSqlParser.KW_OVERLAY); - this.state = 10006; + this.state = 10011; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10007; + this.state = 10012; this.overlay_list(); - this.state = 10008; + this.state = 10013; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_POSITION: this.enterOuterAlt(localContext, 17); { - this.state = 10010; + this.state = 10015; this.match(PostgreSqlParser.KW_POSITION); - this.state = 10011; + this.state = 10016; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10013; + this.state = 10018; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 975393051) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10012; + this.state = 10017; this.position_list(); } } - this.state = 10015; + this.state = 10020; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_SUBSTRING: this.enterOuterAlt(localContext, 18); { - this.state = 10016; + this.state = 10021; this.match(PostgreSqlParser.KW_SUBSTRING); - this.state = 10017; + this.state = 10022; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10019; + this.state = 10024; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 975393051) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10018; + this.state = 10023; this.substr_list(); } } - this.state = 10021; + this.state = 10026; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_TREAT: this.enterOuterAlt(localContext, 19); { - this.state = 10022; - this.match(PostgreSqlParser.KW_TREAT); - this.state = 10023; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10024; - this.a_expr(); - this.state = 10025; - this.match(PostgreSqlParser.KW_AS); - this.state = 10026; - this.typename(); this.state = 10027; + this.match(PostgreSqlParser.KW_TREAT); + this.state = 10028; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 10029; + this.a_expr(); + this.state = 10030; + this.match(PostgreSqlParser.KW_AS); + this.state = 10031; + this.typename(); + this.state = 10032; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_TRIM: this.enterOuterAlt(localContext, 20); { - this.state = 10029; + this.state = 10034; this.match(PostgreSqlParser.KW_TRIM); - this.state = 10030; + this.state = 10035; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10032; + this.state = 10037; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39 || _la === 73 || _la === 95) { { - this.state = 10031; + this.state = 10036; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 73 || _la === 95)) { this.errorHandler.recoverInline(this); @@ -53202,47 +53234,34 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 10034; + this.state = 10039; this.trim_list(); - this.state = 10035; + this.state = 10040; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NULLIF: this.enterOuterAlt(localContext, 21); { - this.state = 10037; - this.match(PostgreSqlParser.KW_NULLIF); - this.state = 10038; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10039; - this.a_expr(); - this.state = 10040; - this.match(PostgreSqlParser.COMMA); - this.state = 10041; - this.a_expr(); this.state = 10042; + this.match(PostgreSqlParser.KW_NULLIF); + this.state = 10043; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 10044; + this.a_expr(); + this.state = 10045; + this.match(PostgreSqlParser.COMMA); + this.state = 10046; + this.a_expr(); + this.state = 10047; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_COALESCE: this.enterOuterAlt(localContext, 22); { - this.state = 10044; - this.match(PostgreSqlParser.KW_COALESCE); - this.state = 10045; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10046; - this.expr_list(); - this.state = 10047; - this.match(PostgreSqlParser.CLOSE_PAREN); - } - break; - case PostgreSqlParser.KW_GREATEST: - this.enterOuterAlt(localContext, 23); - { this.state = 10049; - this.match(PostgreSqlParser.KW_GREATEST); + this.match(PostgreSqlParser.KW_COALESCE); this.state = 10050; this.match(PostgreSqlParser.OPEN_PAREN); this.state = 10051; @@ -53251,11 +53270,11 @@ export class PostgreSqlParser extends SQLParserBase { this.match(PostgreSqlParser.CLOSE_PAREN); } break; - case PostgreSqlParser.KW_LEAST: - this.enterOuterAlt(localContext, 24); + case PostgreSqlParser.KW_GREATEST: + this.enterOuterAlt(localContext, 23); { this.state = 10054; - this.match(PostgreSqlParser.KW_LEAST); + this.match(PostgreSqlParser.KW_GREATEST); this.state = 10055; this.match(PostgreSqlParser.OPEN_PAREN); this.state = 10056; @@ -53264,11 +53283,11 @@ export class PostgreSqlParser extends SQLParserBase { this.match(PostgreSqlParser.CLOSE_PAREN); } break; - case PostgreSqlParser.KW_XMLCONCAT: - this.enterOuterAlt(localContext, 25); + case PostgreSqlParser.KW_LEAST: + this.enterOuterAlt(localContext, 24); { this.state = 10059; - this.match(PostgreSqlParser.KW_XMLCONCAT); + this.match(PostgreSqlParser.KW_LEAST); this.state = 10060; this.match(PostgreSqlParser.OPEN_PAREN); this.state = 10061; @@ -53277,36 +53296,49 @@ export class PostgreSqlParser extends SQLParserBase { this.match(PostgreSqlParser.CLOSE_PAREN); } break; - case PostgreSqlParser.KW_XMLELEMENT: - this.enterOuterAlt(localContext, 26); + case PostgreSqlParser.KW_XMLCONCAT: + this.enterOuterAlt(localContext, 25); { this.state = 10064; - this.match(PostgreSqlParser.KW_XMLELEMENT); + this.match(PostgreSqlParser.KW_XMLCONCAT); this.state = 10065; this.match(PostgreSqlParser.OPEN_PAREN); this.state = 10066; - this.match(PostgreSqlParser.KW_NAME); + this.expr_list(); this.state = 10067; + this.match(PostgreSqlParser.CLOSE_PAREN); + } + break; + case PostgreSqlParser.KW_XMLELEMENT: + this.enterOuterAlt(localContext, 26); + { + this.state = 10069; + this.match(PostgreSqlParser.KW_XMLELEMENT); + this.state = 10070; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 10071; + this.match(PostgreSqlParser.KW_NAME); + this.state = 10072; this.collabel(); - this.state = 10073; + this.state = 10078; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 10068; + this.state = 10073; this.match(PostgreSqlParser.COMMA); - this.state = 10071; + this.state = 10076; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1055, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1056, this.context) ) { case 1: { - this.state = 10069; + this.state = 10074; this.xml_attributes(); } break; case 2: { - this.state = 10070; + this.state = 10075; this.expr_list(); } break; @@ -53314,135 +53346,135 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 10075; + this.state = 10080; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLEXISTS: this.enterOuterAlt(localContext, 27); { - this.state = 10077; + this.state = 10082; this.match(PostgreSqlParser.KW_XMLEXISTS); - this.state = 10078; + this.state = 10083; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10079; + this.state = 10084; this.c_expr(); - this.state = 10080; + this.state = 10085; this.xmlexists_argument(); - this.state = 10081; + this.state = 10086; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLFOREST: this.enterOuterAlt(localContext, 28); { - this.state = 10083; + this.state = 10088; this.match(PostgreSqlParser.KW_XMLFOREST); - this.state = 10084; + this.state = 10089; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10085; + this.state = 10090; this.xml_attribute_list(); - this.state = 10086; + this.state = 10091; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPARSE: this.enterOuterAlt(localContext, 29); { - this.state = 10088; - this.match(PostgreSqlParser.KW_XMLPARSE); - this.state = 10089; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10090; - this.document_or_content(); - this.state = 10091; - this.a_expr(); this.state = 10093; + this.match(PostgreSqlParser.KW_XMLPARSE); + this.state = 10094; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 10095; + this.document_or_content(); + this.state = 10096; + this.a_expr(); + this.state = 10098; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 292 || _la === 347) { { - this.state = 10092; + this.state = 10097; this.xml_whitespace_option(); } } - this.state = 10095; + this.state = 10100; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPI: this.enterOuterAlt(localContext, 30); { - this.state = 10097; + this.state = 10102; this.match(PostgreSqlParser.KW_XMLPI); - this.state = 10098; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10099; - this.match(PostgreSqlParser.KW_NAME); - this.state = 10100; - this.collabel(); this.state = 10103; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 10104; + this.match(PostgreSqlParser.KW_NAME); + this.state = 10105; + this.collabel(); + this.state = 10108; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 10101; + this.state = 10106; this.match(PostgreSqlParser.COMMA); - this.state = 10102; + this.state = 10107; this.a_expr(); } } - this.state = 10105; + this.state = 10110; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLROOT: this.enterOuterAlt(localContext, 31); { - this.state = 10107; - this.match(PostgreSqlParser.KW_XMLROOT); - this.state = 10108; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10109; - this.match(PostgreSqlParser.KW_XML); - this.state = 10110; - this.a_expr(); - this.state = 10111; - this.match(PostgreSqlParser.COMMA); this.state = 10112; - this.xml_root_version(); + this.match(PostgreSqlParser.KW_XMLROOT); + this.state = 10113; + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 10114; + this.match(PostgreSqlParser.KW_XML); + this.state = 10115; + this.a_expr(); + this.state = 10116; + this.match(PostgreSqlParser.COMMA); + this.state = 10117; + this.xml_root_version(); + this.state = 10119; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 10113; + this.state = 10118; this.opt_xml_root_standalone(); } } - this.state = 10116; + this.state = 10121; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLSERIALIZE: this.enterOuterAlt(localContext, 32); { - this.state = 10118; - this.match(PostgreSqlParser.KW_XMLSERIALIZE); - this.state = 10119; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10120; - this.document_or_content(); - this.state = 10121; - this.a_expr(); - this.state = 10122; - this.match(PostgreSqlParser.KW_AS); this.state = 10123; - this.simpletypename(); + this.match(PostgreSqlParser.KW_XMLSERIALIZE); this.state = 10124; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 10125; + this.document_or_content(); + this.state = 10126; + this.a_expr(); + this.state = 10127; + this.match(PostgreSqlParser.KW_AS); + this.state = 10128; + this.simpletypename(); + this.state = 10129; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -53466,28 +53498,28 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_root_version(): Xml_root_versionContext { let localContext = new Xml_root_versionContext(this.context, this.state); - this.enterRule(localContext, 1268, PostgreSqlParser.RULE_xml_root_version); + this.enterRule(localContext, 1270, PostgreSqlParser.RULE_xml_root_version); try { - this.state = 10133; + this.state = 10138; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1061, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10128; + this.state = 10133; this.match(PostgreSqlParser.KW_VERSION); - this.state = 10129; + this.state = 10134; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10130; + this.state = 10135; this.match(PostgreSqlParser.KW_VERSION); - this.state = 10131; + this.state = 10136; this.match(PostgreSqlParser.KW_NO); - this.state = 10132; + this.state = 10137; this.match(PostgreSqlParser.KW_VALUE); } break; @@ -53509,43 +53541,43 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_xml_root_standalone(): Opt_xml_root_standaloneContext { let localContext = new Opt_xml_root_standaloneContext(this.context, this.state); - this.enterRule(localContext, 1270, PostgreSqlParser.RULE_opt_xml_root_standalone); + this.enterRule(localContext, 1272, PostgreSqlParser.RULE_opt_xml_root_standalone); try { - this.state = 10145; + this.state = 10150; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1063, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10135; + this.state = 10140; this.match(PostgreSqlParser.COMMA); - this.state = 10136; + this.state = 10141; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 10137; + this.state = 10142; this.match(PostgreSqlParser.KW_YES); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10138; + this.state = 10143; this.match(PostgreSqlParser.COMMA); - this.state = 10139; + this.state = 10144; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 10140; + this.state = 10145; this.match(PostgreSqlParser.KW_NO); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10141; + this.state = 10146; this.match(PostgreSqlParser.COMMA); - this.state = 10142; + this.state = 10147; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 10143; + this.state = 10148; this.match(PostgreSqlParser.KW_NO); - this.state = 10144; + this.state = 10149; this.match(PostgreSqlParser.KW_VALUE); } break; @@ -53567,17 +53599,17 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_attributes(): Xml_attributesContext { let localContext = new Xml_attributesContext(this.context, this.state); - this.enterRule(localContext, 1272, PostgreSqlParser.RULE_xml_attributes); + this.enterRule(localContext, 1274, PostgreSqlParser.RULE_xml_attributes); try { this.enterOuterAlt(localContext, 1); { - this.state = 10147; + this.state = 10152; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); - this.state = 10148; + this.state = 10153; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10149; + this.state = 10154; this.xml_attribute_list(); - this.state = 10150; + this.state = 10155; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -53597,26 +53629,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, 1274, PostgreSqlParser.RULE_xml_attribute_list); + this.enterRule(localContext, 1276, PostgreSqlParser.RULE_xml_attribute_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10152; - this.xml_attribute_el(); this.state = 10157; + this.xml_attribute_el(); + this.state = 10162; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10153; + this.state = 10158; this.match(PostgreSqlParser.COMMA); - this.state = 10154; + this.state = 10159; this.xml_attribute_el(); } } - this.state = 10159; + this.state = 10164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -53638,21 +53670,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, 1276, PostgreSqlParser.RULE_xml_attribute_el); + this.enterRule(localContext, 1278, PostgreSqlParser.RULE_xml_attribute_el); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10160; + this.state = 10165; this.a_expr(); - this.state = 10163; + this.state = 10168; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 10161; + this.state = 10166; this.match(PostgreSqlParser.KW_AS); - this.state = 10162; + this.state = 10167; this.collabel(); } } @@ -53675,12 +53707,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, 1278, PostgreSqlParser.RULE_document_or_content); + this.enterRule(localContext, 1280, PostgreSqlParser.RULE_document_or_content); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10165; + this.state = 10170; _la = this.tokenStream.LA(1); if(!(_la === 166 || _la === 188)) { this.errorHandler.recoverInline(this); @@ -53707,26 +53739,26 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_whitespace_option(): Xml_whitespace_optionContext { let localContext = new Xml_whitespace_optionContext(this.context, this.state); - this.enterRule(localContext, 1280, PostgreSqlParser.RULE_xml_whitespace_option); + this.enterRule(localContext, 1282, PostgreSqlParser.RULE_xml_whitespace_option); try { - this.state = 10171; + this.state = 10176; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_PRESERVE: this.enterOuterAlt(localContext, 1); { - this.state = 10167; + this.state = 10172; this.match(PostgreSqlParser.KW_PRESERVE); - this.state = 10168; + this.state = 10173; this.match(PostgreSqlParser.KW_WHITESPACE); } break; case PostgreSqlParser.KW_STRIP: this.enterOuterAlt(localContext, 2); { - this.state = 10169; + this.state = 10174; this.match(PostgreSqlParser.KW_STRIP); - this.state = 10170; + this.state = 10175; this.match(PostgreSqlParser.KW_WHITESPACE); } break; @@ -53750,52 +53782,52 @@ export class PostgreSqlParser extends SQLParserBase { } public xmlexists_argument(): Xmlexists_argumentContext { let localContext = new Xmlexists_argumentContext(this.context, this.state); - this.enterRule(localContext, 1282, PostgreSqlParser.RULE_xmlexists_argument); + this.enterRule(localContext, 1284, PostgreSqlParser.RULE_xmlexists_argument); try { - this.state = 10188; + this.state = 10193; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1066, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1067, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10173; + this.state = 10178; this.match(PostgreSqlParser.KW_PASSING); - this.state = 10174; + this.state = 10179; this.c_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10175; + this.state = 10180; this.match(PostgreSqlParser.KW_PASSING); - this.state = 10176; + this.state = 10181; this.c_expr(); - this.state = 10177; + this.state = 10182; this.xml_passing_mech(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10179; + this.state = 10184; this.match(PostgreSqlParser.KW_PASSING); - this.state = 10180; + this.state = 10185; this.xml_passing_mech(); - this.state = 10181; + this.state = 10186; this.c_expr(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10183; + this.state = 10188; this.match(PostgreSqlParser.KW_PASSING); - this.state = 10184; + this.state = 10189; this.xml_passing_mech(); - this.state = 10185; + this.state = 10190; this.c_expr(); - this.state = 10186; + this.state = 10191; this.xml_passing_mech(); } break; @@ -53817,14 +53849,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, 1284, PostgreSqlParser.RULE_xml_passing_mech); + this.enterRule(localContext, 1286, PostgreSqlParser.RULE_xml_passing_mech); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10190; + this.state = 10195; this.match(PostgreSqlParser.KW_BY); - this.state = 10191; + this.state = 10196; _la = this.tokenStream.LA(1); if(!(_la === 304 || _la === 450)) { this.errorHandler.recoverInline(this); @@ -53851,19 +53883,19 @@ export class PostgreSqlParser extends SQLParserBase { } public within_group_clause(): Within_group_clauseContext { let localContext = new Within_group_clauseContext(this.context, this.state); - this.enterRule(localContext, 1286, PostgreSqlParser.RULE_within_group_clause); + this.enterRule(localContext, 1288, PostgreSqlParser.RULE_within_group_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10193; + this.state = 10198; this.match(PostgreSqlParser.KW_WITHIN); - this.state = 10194; + this.state = 10199; this.match(PostgreSqlParser.KW_GROUP); - this.state = 10195; + this.state = 10200; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10196; + this.state = 10201; this.sort_clause(); - this.state = 10197; + this.state = 10202; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -53883,19 +53915,19 @@ export class PostgreSqlParser extends SQLParserBase { } public filter_clause(): Filter_clauseContext { let localContext = new Filter_clauseContext(this.context, this.state); - this.enterRule(localContext, 1288, PostgreSqlParser.RULE_filter_clause); + this.enterRule(localContext, 1290, PostgreSqlParser.RULE_filter_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10199; + this.state = 10204; this.match(PostgreSqlParser.KW_FILTER); - this.state = 10200; + this.state = 10205; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10201; + this.state = 10206; this.match(PostgreSqlParser.KW_WHERE); - this.state = 10202; + this.state = 10207; this.a_expr(); - this.state = 10203; + this.state = 10208; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -53915,13 +53947,13 @@ export class PostgreSqlParser extends SQLParserBase { } public window_clause(): Window_clauseContext { let localContext = new Window_clauseContext(this.context, this.state); - this.enterRule(localContext, 1290, PostgreSqlParser.RULE_window_clause); + this.enterRule(localContext, 1292, PostgreSqlParser.RULE_window_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10205; + this.state = 10210; this.match(PostgreSqlParser.KW_WINDOW); - this.state = 10206; + this.state = 10211; this.window_definition_list(); } } @@ -53941,30 +53973,30 @@ export class PostgreSqlParser extends SQLParserBase { } public window_definition_list(): Window_definition_listContext { let localContext = new Window_definition_listContext(this.context, this.state); - this.enterRule(localContext, 1292, PostgreSqlParser.RULE_window_definition_list); + this.enterRule(localContext, 1294, PostgreSqlParser.RULE_window_definition_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10208; - this.window_definition(); this.state = 10213; + this.window_definition(); + this.state = 10218; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1067, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10209; + this.state = 10214; this.match(PostgreSqlParser.COMMA); - this.state = 10210; + this.state = 10215; this.window_definition(); } } } - this.state = 10215; + this.state = 10220; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1067, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context); } } } @@ -53984,15 +54016,15 @@ export class PostgreSqlParser extends SQLParserBase { } public window_definition(): Window_definitionContext { let localContext = new Window_definitionContext(this.context, this.state); - this.enterRule(localContext, 1294, PostgreSqlParser.RULE_window_definition); + this.enterRule(localContext, 1296, PostgreSqlParser.RULE_window_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 10216; + this.state = 10221; this.colid(); - this.state = 10217; + this.state = 10222; this.match(PostgreSqlParser.KW_AS); - this.state = 10218; + this.state = 10223; this.window_specification(); } } @@ -54012,18 +54044,18 @@ export class PostgreSqlParser extends SQLParserBase { } public over_clause(): Over_clauseContext { let localContext = new Over_clauseContext(this.context, this.state); - this.enterRule(localContext, 1296, PostgreSqlParser.RULE_over_clause); + this.enterRule(localContext, 1298, PostgreSqlParser.RULE_over_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10220; + this.state = 10225; this.match(PostgreSqlParser.KW_OVER); - this.state = 10223; + this.state = 10228; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 10221; + this.state = 10226; this.window_specification(); } break; @@ -54427,7 +54459,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10222; + this.state = 10227; this.colid(); } break; @@ -54452,54 +54484,54 @@ export class PostgreSqlParser extends SQLParserBase { } public window_specification(): Window_specificationContext { let localContext = new Window_specificationContext(this.context, this.state); - this.enterRule(localContext, 1298, PostgreSqlParser.RULE_window_specification); + this.enterRule(localContext, 1300, PostgreSqlParser.RULE_window_specification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10225; + this.state = 10230; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10227; + this.state = 10232; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1069, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1070, this.context) ) { case 1: { - this.state = 10226; + this.state = 10231; this.opt_existing_window_name(); } break; } - this.state = 10230; + this.state = 10235; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 285) { { - this.state = 10229; + this.state = 10234; this.opt_partition_clause(); } } - this.state = 10233; + this.state = 10238; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 10232; + this.state = 10237; this.opt_sort_clause(); } } - this.state = 10236; + this.state = 10241; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 299 || _la === 320 || _la === 481) { { - this.state = 10235; + this.state = 10240; this.opt_frame_clause(); } } - this.state = 10238; + this.state = 10243; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -54519,11 +54551,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_existing_window_name(): Opt_existing_window_nameContext { let localContext = new Opt_existing_window_nameContext(this.context, this.state); - this.enterRule(localContext, 1300, PostgreSqlParser.RULE_opt_existing_window_name); + this.enterRule(localContext, 1302, PostgreSqlParser.RULE_opt_existing_window_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10240; + this.state = 10245; this.colid(); } } @@ -54543,15 +54575,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_partition_clause(): Opt_partition_clauseContext { let localContext = new Opt_partition_clauseContext(this.context, this.state); - this.enterRule(localContext, 1302, PostgreSqlParser.RULE_opt_partition_clause); + this.enterRule(localContext, 1304, PostgreSqlParser.RULE_opt_partition_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10242; + this.state = 10247; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 10243; + this.state = 10248; this.match(PostgreSqlParser.KW_BY); - this.state = 10244; + this.state = 10249; this.expr_list(); } } @@ -54571,36 +54603,17 @@ 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, 1304, PostgreSqlParser.RULE_opt_frame_clause); + this.enterRule(localContext, 1306, PostgreSqlParser.RULE_opt_frame_clause); let _la: number; try { - this.state = 10261; + this.state = 10266; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RANGE: this.enterOuterAlt(localContext, 1); { - this.state = 10246; - this.match(PostgreSqlParser.KW_RANGE); - this.state = 10247; - this.frame_extent(); - this.state = 10249; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 199) { - { - this.state = 10248; - this.opt_window_exclusion_clause(); - } - } - - } - break; - case PostgreSqlParser.KW_ROWS: - this.enterOuterAlt(localContext, 2); - { this.state = 10251; - this.match(PostgreSqlParser.KW_ROWS); + this.match(PostgreSqlParser.KW_RANGE); this.state = 10252; this.frame_extent(); this.state = 10254; @@ -54615,11 +54628,11 @@ export class PostgreSqlParser extends SQLParserBase { } break; - case PostgreSqlParser.KW_GROUPS: - this.enterOuterAlt(localContext, 3); + case PostgreSqlParser.KW_ROWS: + this.enterOuterAlt(localContext, 2); { this.state = 10256; - this.match(PostgreSqlParser.KW_GROUPS); + this.match(PostgreSqlParser.KW_ROWS); this.state = 10257; this.frame_extent(); this.state = 10259; @@ -54632,6 +54645,25 @@ export class PostgreSqlParser extends SQLParserBase { } } + } + break; + case PostgreSqlParser.KW_GROUPS: + this.enterOuterAlt(localContext, 3); + { + this.state = 10261; + this.match(PostgreSqlParser.KW_GROUPS); + this.state = 10262; + this.frame_extent(); + this.state = 10264; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 199) { + { + this.state = 10263; + this.opt_window_exclusion_clause(); + } + } + } break; default: @@ -54654,28 +54686,28 @@ export class PostgreSqlParser extends SQLParserBase { } public frame_extent(): Frame_extentContext { let localContext = new Frame_extentContext(this.context, this.state); - this.enterRule(localContext, 1306, PostgreSqlParser.RULE_frame_extent); + this.enterRule(localContext, 1308, PostgreSqlParser.RULE_frame_extent); try { - this.state = 10269; + this.state = 10274; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1077, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1078, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10263; + this.state = 10268; this.frame_bound(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10264; + this.state = 10269; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 10265; + this.state = 10270; this.frame_bound(); - this.state = 10266; + this.state = 10271; this.match(PostgreSqlParser.KW_AND); - this.state = 10267; + this.state = 10272; this.frame_bound(); } break; @@ -54697,18 +54729,18 @@ export class PostgreSqlParser extends SQLParserBase { } public frame_bound(): Frame_boundContext { let localContext = new Frame_boundContext(this.context, this.state); - this.enterRule(localContext, 1308, PostgreSqlParser.RULE_frame_bound); + this.enterRule(localContext, 1310, PostgreSqlParser.RULE_frame_bound); let _la: number; try { - this.state = 10278; + this.state = 10283; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1078, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1079, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10271; + this.state = 10276; this.match(PostgreSqlParser.KW_UNBOUNDED); - this.state = 10272; + this.state = 10277; _la = this.tokenStream.LA(1); if(!(_la === 208 || _la === 289)) { this.errorHandler.recoverInline(this); @@ -54722,18 +54754,18 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10273; + this.state = 10278; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 10274; + this.state = 10279; this.match(PostgreSqlParser.KW_ROW); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10275; + this.state = 10280; this.a_expr(); - this.state = 10276; + this.state = 10281; _la = this.tokenStream.LA(1); if(!(_la === 208 || _la === 289)) { this.errorHandler.recoverInline(this); @@ -54762,40 +54794,40 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_window_exclusion_clause(): Opt_window_exclusion_clauseContext { let localContext = new Opt_window_exclusion_clauseContext(this.context, this.state); - this.enterRule(localContext, 1310, PostgreSqlParser.RULE_opt_window_exclusion_clause); + this.enterRule(localContext, 1312, PostgreSqlParser.RULE_opt_window_exclusion_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10280; + this.state = 10285; this.match(PostgreSqlParser.KW_EXCLUDE); - this.state = 10287; + this.state = 10292; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURRENT: { - this.state = 10281; + this.state = 10286; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 10282; + this.state = 10287; this.match(PostgreSqlParser.KW_ROW); } break; case PostgreSqlParser.KW_GROUP: { - this.state = 10283; + this.state = 10288; this.match(PostgreSqlParser.KW_GROUP); } break; case PostgreSqlParser.KW_TIES: { - this.state = 10284; + this.state = 10289; this.match(PostgreSqlParser.KW_TIES); } break; case PostgreSqlParser.KW_NO: { - this.state = 10285; + this.state = 10290; this.match(PostgreSqlParser.KW_NO); - this.state = 10286; + this.state = 10291; this.match(PostgreSqlParser.KW_OTHERS); } break; @@ -54820,45 +54852,45 @@ export class PostgreSqlParser extends SQLParserBase { } public row(): RowContext { let localContext = new RowContext(this.context, this.state); - this.enterRule(localContext, 1312, PostgreSqlParser.RULE_row); + this.enterRule(localContext, 1314, PostgreSqlParser.RULE_row); let _la: number; try { - this.state = 10301; + this.state = 10306; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ROW: this.enterOuterAlt(localContext, 1); { - this.state = 10289; + this.state = 10294; this.match(PostgreSqlParser.KW_ROW); - this.state = 10290; + this.state = 10295; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10292; + this.state = 10297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 975393051) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10291; + this.state = 10296; this.expr_list(); } } - this.state = 10294; + this.state = 10299; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 10295; + this.state = 10300; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10296; + this.state = 10301; this.expr_list(); - this.state = 10297; + this.state = 10302; this.match(PostgreSqlParser.COMMA); - this.state = 10298; + this.state = 10303; this.a_expr(); - this.state = 10299; + this.state = 10304; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -54882,26 +54914,26 @@ export class PostgreSqlParser extends SQLParserBase { } public explicit_row(): Explicit_rowContext { let localContext = new Explicit_rowContext(this.context, this.state); - this.enterRule(localContext, 1314, PostgreSqlParser.RULE_explicit_row); + this.enterRule(localContext, 1316, PostgreSqlParser.RULE_explicit_row); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10303; + this.state = 10308; this.match(PostgreSqlParser.KW_ROW); - this.state = 10304; + this.state = 10309; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10306; + this.state = 10311; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 975393051) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10305; + this.state = 10310; this.expr_list(); } } - this.state = 10308; + this.state = 10313; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -54921,19 +54953,19 @@ export class PostgreSqlParser extends SQLParserBase { } public implicit_row(): Implicit_rowContext { let localContext = new Implicit_rowContext(this.context, this.state); - this.enterRule(localContext, 1316, PostgreSqlParser.RULE_implicit_row); + this.enterRule(localContext, 1318, PostgreSqlParser.RULE_implicit_row); try { this.enterOuterAlt(localContext, 1); { - this.state = 10310; + this.state = 10315; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10311; + this.state = 10316; this.a_expr(); - this.state = 10312; + this.state = 10317; this.match(PostgreSqlParser.COMMA); - this.state = 10313; + this.state = 10318; this.expr_list(); - this.state = 10314; + this.state = 10319; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -54953,12 +54985,12 @@ export class PostgreSqlParser extends SQLParserBase { } public sub_type(): Sub_typeContext { let localContext = new Sub_typeContext(this.context, this.state); - this.enterRule(localContext, 1318, PostgreSqlParser.RULE_sub_type); + this.enterRule(localContext, 1320, PostgreSqlParser.RULE_sub_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10316; + this.state = 10321; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 34 || _la === 90)) { this.errorHandler.recoverInline(this); @@ -54985,15 +55017,15 @@ export class PostgreSqlParser extends SQLParserBase { } public all_op(): All_opContext { let localContext = new All_opContext(this.context, this.state); - this.enterRule(localContext, 1320, PostgreSqlParser.RULE_all_op); + this.enterRule(localContext, 1322, PostgreSqlParser.RULE_all_op); try { - this.state = 10320; + this.state = 10325; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 10318; + this.state = 10323; this.match(PostgreSqlParser.Operator); } break; @@ -55011,7 +55043,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PERCENT: this.enterOuterAlt(localContext, 2); { - this.state = 10319; + this.state = 10324; this.mathop(); } break; @@ -55035,12 +55067,12 @@ export class PostgreSqlParser extends SQLParserBase { } public mathop(): MathopContext { let localContext = new MathopContext(this.context, this.state); - this.enterRule(localContext, 1322, PostgreSqlParser.RULE_mathop); + this.enterRule(localContext, 1324, PostgreSqlParser.RULE_mathop); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10322; + this.state = 10327; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 178517504) !== 0))) { this.errorHandler.recoverInline(this); @@ -55067,28 +55099,28 @@ export class PostgreSqlParser extends SQLParserBase { } public qual_op(): Qual_opContext { let localContext = new Qual_opContext(this.context, this.state); - this.enterRule(localContext, 1324, PostgreSqlParser.RULE_qual_op); + this.enterRule(localContext, 1326, PostgreSqlParser.RULE_qual_op); try { - this.state = 10330; + this.state = 10335; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 10324; + this.state = 10329; this.match(PostgreSqlParser.Operator); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 10325; + this.state = 10330; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 10326; + this.state = 10331; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10327; + this.state = 10332; this.any_operator(); - this.state = 10328; + this.state = 10333; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -55112,9 +55144,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, 1326, PostgreSqlParser.RULE_qual_all_op); + this.enterRule(localContext, 1328, PostgreSqlParser.RULE_qual_all_op); try { - this.state = 10338; + this.state = 10343; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.STAR: @@ -55132,20 +55164,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 10332; + this.state = 10337; this.all_op(); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 10333; + this.state = 10338; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 10334; + this.state = 10339; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10335; + this.state = 10340; this.any_operator(); - this.state = 10336; + this.state = 10341; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -55169,60 +55201,60 @@ export class PostgreSqlParser extends SQLParserBase { } public subquery_Op(): Subquery_OpContext { let localContext = new Subquery_OpContext(this.context, this.state); - this.enterRule(localContext, 1328, PostgreSqlParser.RULE_subquery_Op); + this.enterRule(localContext, 1330, PostgreSqlParser.RULE_subquery_Op); try { - this.state = 10352; + this.state = 10357; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1086, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1087, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10340; + this.state = 10345; this.all_op(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10341; + this.state = 10346; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 10342; + this.state = 10347; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10343; + this.state = 10348; this.any_operator(); - this.state = 10344; + this.state = 10349; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10346; + this.state = 10351; this.match(PostgreSqlParser.KW_LIKE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10347; + this.state = 10352; this.match(PostgreSqlParser.KW_NOT); - this.state = 10348; + this.state = 10353; this.match(PostgreSqlParser.KW_LIKE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10349; + this.state = 10354; this.match(PostgreSqlParser.KW_ILIKE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10350; + this.state = 10355; this.match(PostgreSqlParser.KW_NOT); - this.state = 10351; + this.state = 10356; this.match(PostgreSqlParser.KW_ILIKE); } break; @@ -55244,30 +55276,30 @@ export class PostgreSqlParser extends SQLParserBase { } public expr_list(): Expr_listContext { let localContext = new Expr_listContext(this.context, this.state); - this.enterRule(localContext, 1330, PostgreSqlParser.RULE_expr_list); + this.enterRule(localContext, 1332, PostgreSqlParser.RULE_expr_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10354; - this.a_expr(); this.state = 10359; + this.a_expr(); + this.state = 10364; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1087, 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 = 10355; + this.state = 10360; this.match(PostgreSqlParser.COMMA); - this.state = 10356; + this.state = 10361; this.a_expr(); } } } - this.state = 10361; + this.state = 10366; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1087, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1088, this.context); } } } @@ -55287,26 +55319,26 @@ export class PostgreSqlParser extends SQLParserBase { } public column_expr_list_noparen(): Column_expr_list_noparenContext { let localContext = new Column_expr_list_noparenContext(this.context, this.state); - this.enterRule(localContext, 1332, PostgreSqlParser.RULE_column_expr_list_noparen); + this.enterRule(localContext, 1334, PostgreSqlParser.RULE_column_expr_list_noparen); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10362; - this.column_expr_noparen(); this.state = 10367; + this.column_expr_noparen(); + this.state = 10372; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10363; + this.state = 10368; this.match(PostgreSqlParser.COMMA); - this.state = 10364; + this.state = 10369; this.column_expr_noparen(); } } - this.state = 10369; + this.state = 10374; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -55328,26 +55360,26 @@ export class PostgreSqlParser extends SQLParserBase { } public column_expr_list(): Column_expr_listContext { let localContext = new Column_expr_listContext(this.context, this.state); - this.enterRule(localContext, 1334, PostgreSqlParser.RULE_column_expr_list); + this.enterRule(localContext, 1336, PostgreSqlParser.RULE_column_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10370; - this.column_expr(); this.state = 10375; + this.column_expr(); + this.state = 10380; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10371; + this.state = 10376; this.match(PostgreSqlParser.COMMA); - this.state = 10372; + this.state = 10377; this.column_expr(); } } - this.state = 10377; + this.state = 10382; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -55369,20 +55401,20 @@ export class PostgreSqlParser extends SQLParserBase { } public column_expr(): Column_exprContext { let localContext = new Column_exprContext(this.context, this.state); - this.enterRule(localContext, 1336, PostgreSqlParser.RULE_column_expr); + this.enterRule(localContext, 1338, PostgreSqlParser.RULE_column_expr); try { - this.state = 10383; + this.state = 10388; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1090, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 10378; + this.state = 10383; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10379; + this.state = 10384; this.a_expr(); - this.state = 10380; + this.state = 10385; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -55390,7 +55422,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10382; + this.state = 10387; this.column_name(); } break; @@ -55412,22 +55444,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, 1338, PostgreSqlParser.RULE_column_expr_noparen); + this.enterRule(localContext, 1340, PostgreSqlParser.RULE_column_expr_noparen); try { - this.state = 10387; + this.state = 10392; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1092, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10385; + this.state = 10390; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10386; + this.state = 10391; this.column_name(); } break; @@ -55449,30 +55481,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, 1340, PostgreSqlParser.RULE_func_arg_list); + this.enterRule(localContext, 1342, PostgreSqlParser.RULE_func_arg_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10389; - this.func_arg_expr(); this.state = 10394; + this.func_arg_expr(); + this.state = 10399; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1092, 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 = 10390; + this.state = 10395; this.match(PostgreSqlParser.COMMA); - this.state = 10391; + this.state = 10396; this.func_arg_expr(); } } } - this.state = 10396; + this.state = 10401; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1092, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context); } } } @@ -55492,25 +55524,25 @@ 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, 1342, PostgreSqlParser.RULE_func_arg_expr); + this.enterRule(localContext, 1344, PostgreSqlParser.RULE_func_arg_expr); let _la: number; try { - this.state = 10402; + this.state = 10407; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1094, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10397; + this.state = 10402; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10398; + this.state = 10403; this.param_name(); - this.state = 10399; + this.state = 10404; _la = this.tokenStream.LA(1); if(!(_la === 20 || _la === 22)) { this.errorHandler.recoverInline(this); @@ -55519,7 +55551,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 10400; + this.state = 10405; this.a_expr(); } break; @@ -55541,26 +55573,26 @@ export class PostgreSqlParser extends SQLParserBase { } public type_list(): Type_listContext { let localContext = new Type_listContext(this.context, this.state); - this.enterRule(localContext, 1344, PostgreSqlParser.RULE_type_list); + this.enterRule(localContext, 1346, PostgreSqlParser.RULE_type_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10404; - this.typename(); this.state = 10409; + this.typename(); + this.state = 10414; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10405; + this.state = 10410; this.match(PostgreSqlParser.COMMA); - this.state = 10406; + this.state = 10411; this.typename(); } } - this.state = 10411; + this.state = 10416; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -55582,13 +55614,13 @@ export class PostgreSqlParser extends SQLParserBase { } public array_expr(): Array_exprContext { let localContext = new Array_exprContext(this.context, this.state); - this.enterRule(localContext, 1346, PostgreSqlParser.RULE_array_expr); + this.enterRule(localContext, 1348, PostgreSqlParser.RULE_array_expr); try { this.enterOuterAlt(localContext, 1); { - this.state = 10412; + this.state = 10417; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 10415; + this.state = 10420; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -56038,13 +56070,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10413; + this.state = 10418; this.expr_list(); } break; case PostgreSqlParser.OPEN_BRACKET: { - this.state = 10414; + this.state = 10419; this.array_expr_list(); } break; @@ -56053,7 +56085,7 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 10417; + this.state = 10422; this.match(PostgreSqlParser.CLOSE_BRACKET); } } @@ -56073,26 +56105,26 @@ export class PostgreSqlParser extends SQLParserBase { } public array_expr_list(): Array_expr_listContext { let localContext = new Array_expr_listContext(this.context, this.state); - this.enterRule(localContext, 1348, PostgreSqlParser.RULE_array_expr_list); + this.enterRule(localContext, 1350, PostgreSqlParser.RULE_array_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10419; - this.array_expr(); this.state = 10424; + this.array_expr(); + this.state = 10429; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10420; + this.state = 10425; this.match(PostgreSqlParser.COMMA); - this.state = 10421; + this.state = 10426; this.array_expr(); } } - this.state = 10426; + this.state = 10431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -56114,15 +56146,15 @@ export class PostgreSqlParser extends SQLParserBase { } public extract_list(): Extract_listContext { let localContext = new Extract_listContext(this.context, this.state); - this.enterRule(localContext, 1350, PostgreSqlParser.RULE_extract_list); + this.enterRule(localContext, 1352, PostgreSqlParser.RULE_extract_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 10427; + this.state = 10432; this.extract_arg(); - this.state = 10428; + this.state = 10433; this.match(PostgreSqlParser.KW_FROM); - this.state = 10429; + this.state = 10434; this.a_expr(); } } @@ -56142,64 +56174,64 @@ export class PostgreSqlParser extends SQLParserBase { } public extract_arg(): Extract_argContext { let localContext = new Extract_argContext(this.context, this.state); - this.enterRule(localContext, 1352, PostgreSqlParser.RULE_extract_arg); + this.enterRule(localContext, 1354, PostgreSqlParser.RULE_extract_arg); try { - this.state = 10439; + this.state = 10444; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1097, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1098, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10431; + this.state = 10436; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10432; + this.state = 10437; this.match(PostgreSqlParser.KW_YEAR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10433; + this.state = 10438; this.match(PostgreSqlParser.KW_MONTH); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10434; + this.state = 10439; this.match(PostgreSqlParser.KW_DAY); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10435; + this.state = 10440; this.match(PostgreSqlParser.KW_HOUR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10436; + this.state = 10441; this.match(PostgreSqlParser.KW_MINUTE); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 10437; + this.state = 10442; this.match(PostgreSqlParser.KW_SECOND); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 10438; + this.state = 10443; this.sconst(); } break; @@ -56221,12 +56253,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, 1354, PostgreSqlParser.RULE_unicode_normal_form); + this.enterRule(localContext, 1356, PostgreSqlParser.RULE_unicode_normal_form); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10441; + this.state = 10446; _la = this.tokenStream.LA(1); if(!(((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -56253,29 +56285,29 @@ export class PostgreSqlParser extends SQLParserBase { } public overlay_list(): Overlay_listContext { let localContext = new Overlay_listContext(this.context, this.state); - this.enterRule(localContext, 1356, PostgreSqlParser.RULE_overlay_list); + this.enterRule(localContext, 1358, PostgreSqlParser.RULE_overlay_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10443; + this.state = 10448; this.a_expr(); - this.state = 10444; + this.state = 10449; this.match(PostgreSqlParser.KW_PLACING); - this.state = 10445; - this.a_expr(); - this.state = 10446; - this.match(PostgreSqlParser.KW_FROM); - this.state = 10447; - this.a_expr(); this.state = 10450; + this.a_expr(); + this.state = 10451; + this.match(PostgreSqlParser.KW_FROM); + this.state = 10452; + this.a_expr(); + this.state = 10455; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 10448; + this.state = 10453; this.match(PostgreSqlParser.KW_FOR); - this.state = 10449; + this.state = 10454; this.a_expr(); } } @@ -56298,15 +56330,15 @@ export class PostgreSqlParser extends SQLParserBase { } public position_list(): Position_listContext { let localContext = new Position_listContext(this.context, this.state); - this.enterRule(localContext, 1358, PostgreSqlParser.RULE_position_list); + this.enterRule(localContext, 1360, PostgreSqlParser.RULE_position_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 10452; + this.state = 10457; this.b_expr(0); - this.state = 10453; + this.state = 10458; this.match(PostgreSqlParser.KW_IN); - this.state = 10454; + this.state = 10459; this.b_expr(0); } } @@ -56326,82 +56358,82 @@ export class PostgreSqlParser extends SQLParserBase { } public substr_list(): Substr_listContext { let localContext = new Substr_listContext(this.context, this.state); - this.enterRule(localContext, 1360, PostgreSqlParser.RULE_substr_list); + this.enterRule(localContext, 1362, PostgreSqlParser.RULE_substr_list); try { - this.state = 10483; + this.state = 10488; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1099, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1100, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10456; + this.state = 10461; this.a_expr(); - this.state = 10457; + this.state = 10462; this.match(PostgreSqlParser.KW_FROM); - this.state = 10458; + this.state = 10463; this.a_expr(); - this.state = 10459; + this.state = 10464; this.match(PostgreSqlParser.KW_FOR); - this.state = 10460; + this.state = 10465; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10462; + this.state = 10467; this.a_expr(); - this.state = 10463; + this.state = 10468; this.match(PostgreSqlParser.KW_FOR); - this.state = 10464; + this.state = 10469; this.a_expr(); - this.state = 10465; + this.state = 10470; this.match(PostgreSqlParser.KW_FROM); - this.state = 10466; + this.state = 10471; this.a_expr(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10468; + this.state = 10473; this.a_expr(); - this.state = 10469; + this.state = 10474; this.match(PostgreSqlParser.KW_FROM); - this.state = 10470; + this.state = 10475; this.a_expr(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10472; + this.state = 10477; this.a_expr(); - this.state = 10473; + this.state = 10478; this.match(PostgreSqlParser.KW_FOR); - this.state = 10474; + this.state = 10479; this.a_expr(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10476; + this.state = 10481; this.a_expr(); - this.state = 10477; + this.state = 10482; this.match(PostgreSqlParser.KW_SIMILAR); - this.state = 10478; + this.state = 10483; this.a_expr(); - this.state = 10479; + this.state = 10484; this.match(PostgreSqlParser.KW_ESCAPE); - this.state = 10480; + this.state = 10485; this.a_expr(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10482; + this.state = 10487; this.expr_list(); } break; @@ -56423,35 +56455,35 @@ export class PostgreSqlParser extends SQLParserBase { } public trim_list(): Trim_listContext { let localContext = new Trim_listContext(this.context, this.state); - this.enterRule(localContext, 1362, PostgreSqlParser.RULE_trim_list); + this.enterRule(localContext, 1364, PostgreSqlParser.RULE_trim_list); try { - this.state = 10492; + this.state = 10497; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1100, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1101, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10485; + this.state = 10490; this.a_expr(); - this.state = 10486; + this.state = 10491; this.match(PostgreSqlParser.KW_FROM); - this.state = 10487; + this.state = 10492; this.expr_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10489; + this.state = 10494; this.match(PostgreSqlParser.KW_FROM); - this.state = 10490; + this.state = 10495; this.expr_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10491; + this.state = 10496; this.expr_list(); } break; @@ -56473,16 +56505,16 @@ export class PostgreSqlParser extends SQLParserBase { } public in_expr(): In_exprContext { let localContext = new In_exprContext(this.context, this.state); - this.enterRule(localContext, 1364, PostgreSqlParser.RULE_in_expr); + this.enterRule(localContext, 1366, PostgreSqlParser.RULE_in_expr); try { - this.state = 10499; + this.state = 10504; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1101, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1102, this.context) ) { case 1: localContext = new In_expr_selectContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10494; + this.state = 10499; this.select_with_parens(); } break; @@ -56490,11 +56522,11 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new In_expr_listContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10495; + this.state = 10500; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10496; + this.state = 10501; this.expr_list(); - this.state = 10497; + this.state = 10502; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -56516,36 +56548,36 @@ export class PostgreSqlParser extends SQLParserBase { } public case_expr(): Case_exprContext { let localContext = new Case_exprContext(this.context, this.state); - this.enterRule(localContext, 1366, PostgreSqlParser.RULE_case_expr); + this.enterRule(localContext, 1368, PostgreSqlParser.RULE_case_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10501; + this.state = 10506; this.match(PostgreSqlParser.KW_CASE); - this.state = 10503; + this.state = 10508; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 975393051) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10502; + this.state = 10507; this.case_arg(); } } - this.state = 10505; + this.state = 10510; this.when_clause_list(); - this.state = 10507; + this.state = 10512; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 58) { { - this.state = 10506; + this.state = 10511; this.case_default(); } } - this.state = 10509; + this.state = 10514; this.match(PostgreSqlParser.KW_END); } } @@ -56565,22 +56597,22 @@ export class PostgreSqlParser extends SQLParserBase { } public when_clause_list(): When_clause_listContext { let localContext = new When_clause_listContext(this.context, this.state); - this.enterRule(localContext, 1368, PostgreSqlParser.RULE_when_clause_list); + this.enterRule(localContext, 1370, PostgreSqlParser.RULE_when_clause_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10512; + this.state = 10517; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 10511; + this.state = 10516; this.when_clause(); } } - this.state = 10514; + this.state = 10519; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -56602,17 +56634,17 @@ export class PostgreSqlParser extends SQLParserBase { } public when_clause(): When_clauseContext { let localContext = new When_clauseContext(this.context, this.state); - this.enterRule(localContext, 1370, PostgreSqlParser.RULE_when_clause); + this.enterRule(localContext, 1372, PostgreSqlParser.RULE_when_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10516; + this.state = 10521; this.match(PostgreSqlParser.KW_WHEN); - this.state = 10517; + this.state = 10522; this.a_expr(); - this.state = 10518; + this.state = 10523; this.match(PostgreSqlParser.KW_THEN); - this.state = 10519; + this.state = 10524; this.a_expr(); } } @@ -56632,13 +56664,13 @@ export class PostgreSqlParser extends SQLParserBase { } public case_default(): Case_defaultContext { let localContext = new Case_defaultContext(this.context, this.state); - this.enterRule(localContext, 1372, PostgreSqlParser.RULE_case_default); + this.enterRule(localContext, 1374, PostgreSqlParser.RULE_case_default); try { this.enterOuterAlt(localContext, 1); { - this.state = 10521; + this.state = 10526; this.match(PostgreSqlParser.KW_ELSE); - this.state = 10522; + this.state = 10527; this.a_expr(); } } @@ -56658,11 +56690,11 @@ export class PostgreSqlParser extends SQLParserBase { } public case_arg(): Case_argContext { let localContext = new Case_argContext(this.context, this.state); - this.enterRule(localContext, 1374, PostgreSqlParser.RULE_case_arg); + this.enterRule(localContext, 1376, PostgreSqlParser.RULE_case_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 10524; + this.state = 10529; this.a_expr(); } } @@ -56682,18 +56714,18 @@ export class PostgreSqlParser extends SQLParserBase { } public columnref(): ColumnrefContext { let localContext = new ColumnrefContext(this.context, this.state); - this.enterRule(localContext, 1376, PostgreSqlParser.RULE_columnref); + this.enterRule(localContext, 1378, PostgreSqlParser.RULE_columnref); try { this.enterOuterAlt(localContext, 1); { - this.state = 10526; + this.state = 10531; this.colid(); - this.state = 10528; + this.state = 10533; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1105, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1106, this.context) ) { case 1: { - this.state = 10527; + this.state = 10532; this.indirection(); } break; @@ -56716,18 +56748,18 @@ export class PostgreSqlParser extends SQLParserBase { } public indirection_el(): Indirection_elContext { let localContext = new Indirection_elContext(this.context, this.state); - this.enterRule(localContext, 1378, PostgreSqlParser.RULE_indirection_el); + this.enterRule(localContext, 1380, PostgreSqlParser.RULE_indirection_el); let _la: number; try { - this.state = 10547; + this.state = 10552; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.DOT: this.enterOuterAlt(localContext, 1); { - this.state = 10530; + this.state = 10535; this.match(PostgreSqlParser.DOT); - this.state = 10533; + this.state = 10538; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -57220,13 +57252,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10531; + this.state = 10536; this.attr_name(); } break; case PostgreSqlParser.STAR: { - this.state = 10532; + this.state = 10537; this.match(PostgreSqlParser.STAR); } break; @@ -57238,37 +57270,37 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_BRACKET: this.enterOuterAlt(localContext, 2); { - this.state = 10535; + this.state = 10540; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 10544; + this.state = 10549; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1109, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1110, this.context) ) { case 1: { - this.state = 10536; + this.state = 10541; this.a_expr(); } break; case 2: { - this.state = 10538; + this.state = 10543; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 975393051) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10537; + this.state = 10542; this.opt_slice_bound(); } } - this.state = 10540; + this.state = 10545; this.match(PostgreSqlParser.COLON); - this.state = 10542; + this.state = 10547; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 975393051) !== 0) || _la === 585) { + if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 421516677) !== 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)) & 100660735) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10541; + this.state = 10546; this.opt_slice_bound(); } } @@ -57276,7 +57308,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 10546; + this.state = 10551; this.match(PostgreSqlParser.CLOSE_BRACKET); } break; @@ -57300,11 +57332,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_slice_bound(): Opt_slice_boundContext { let localContext = new Opt_slice_boundContext(this.context, this.state); - this.enterRule(localContext, 1380, PostgreSqlParser.RULE_opt_slice_bound); + this.enterRule(localContext, 1382, PostgreSqlParser.RULE_opt_slice_bound); try { this.enterOuterAlt(localContext, 1); { - this.state = 10549; + this.state = 10554; this.a_expr(); } } @@ -57324,12 +57356,12 @@ export class PostgreSqlParser extends SQLParserBase { } public indirection(): IndirectionContext { let localContext = new IndirectionContext(this.context, this.state); - this.enterRule(localContext, 1382, PostgreSqlParser.RULE_indirection); + this.enterRule(localContext, 1384, PostgreSqlParser.RULE_indirection); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10552; + this.state = 10557; this.errorHandler.sync(this); alternative = 1; do { @@ -57337,7 +57369,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 10551; + this.state = 10556; this.indirection_el(); } } @@ -57345,9 +57377,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 10554; + this.state = 10559; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1111, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1112, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -57367,91 +57399,24 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_indirection(): Opt_indirectionContext { let localContext = new Opt_indirectionContext(this.context, this.state); - this.enterRule(localContext, 1384, PostgreSqlParser.RULE_opt_indirection); - try { - let alternative: number; - this.enterOuterAlt(localContext, 1); - { - this.state = 10559; - this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1112, this.context); - while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { - if (alternative === 1) { - { - { - this.state = 10556; - this.indirection_el(); - } - } - } - this.state = 10561; - this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1112, this.context); - } - } - } - 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 opt_target_list(): Opt_target_listContext { - let localContext = new Opt_target_listContext(this.context, this.state); - this.enterRule(localContext, 1386, PostgreSqlParser.RULE_opt_target_list); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 10562; - this.target_list(); - } - } - 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 target_list(): Target_listContext { - let localContext = new Target_listContext(this.context, this.state); - this.enterRule(localContext, 1388, PostgreSqlParser.RULE_target_list); + this.enterRule(localContext, 1386, PostgreSqlParser.RULE_opt_indirection); try { let alternative: number; this.enterOuterAlt(localContext, 1); { this.state = 10564; - this.target_el(); - this.state = 10569; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1113, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10565; - this.match(PostgreSqlParser.COMMA); - this.state = 10566; - this.target_el(); + this.state = 10561; + this.indirection_el(); } } } - this.state = 10571; + this.state = 10566; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1113, this.context); } @@ -57471,33 +57436,100 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } + public opt_target_list(): Opt_target_listContext { + let localContext = new Opt_target_listContext(this.context, this.state); + this.enterRule(localContext, 1388, PostgreSqlParser.RULE_opt_target_list); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 10567; + this.target_list(); + } + } + 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 target_list(): Target_listContext { + let localContext = new Target_listContext(this.context, this.state); + this.enterRule(localContext, 1390, PostgreSqlParser.RULE_target_list); + try { + let alternative: number; + this.enterOuterAlt(localContext, 1); + { + this.state = 10569; + this.target_el(); + this.state = 10574; + this.errorHandler.sync(this); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1114, this.context); + while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { + if (alternative === 1) { + { + { + this.state = 10570; + this.match(PostgreSqlParser.COMMA); + this.state = 10571; + this.target_el(); + } + } + } + this.state = 10576; + this.errorHandler.sync(this); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1114, this.context); + } + } + } + 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 target_el(): Target_elContext { let localContext = new Target_elContext(this.context, this.state); - this.enterRule(localContext, 1390, PostgreSqlParser.RULE_target_el); + this.enterRule(localContext, 1392, PostgreSqlParser.RULE_target_el); try { - this.state = 10580; + this.state = 10585; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1115, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1116, this.context) ) { case 1: localContext = new Target_labelContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10572; - this.column_expr_noparen(); this.state = 10577; + this.column_expr_noparen(); + this.state = 10582; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1114, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1115, this.context) ) { case 1: { - this.state = 10573; + this.state = 10578; this.match(PostgreSqlParser.KW_AS); - this.state = 10574; + this.state = 10579; this.collabel(); } break; case 2: { - this.state = 10575; + this.state = 10580; this.identifier(); } break; @@ -57513,7 +57545,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new Target_starContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10579; + this.state = 10584; this.match(PostgreSqlParser.STAR); } break; @@ -57535,26 +57567,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, 1392, PostgreSqlParser.RULE_qualified_name_list); + this.enterRule(localContext, 1394, PostgreSqlParser.RULE_qualified_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10582; - this.qualified_name(); this.state = 10587; + this.qualified_name(); + this.state = 10592; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10583; + this.state = 10588; this.match(PostgreSqlParser.COMMA); - this.state = 10584; + this.state = 10589; this.qualified_name(); } } - this.state = 10589; + this.state = 10594; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57576,26 +57608,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, 1394, PostgreSqlParser.RULE_table_name_list); + this.enterRule(localContext, 1396, PostgreSqlParser.RULE_table_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10590; - this.table_name(); this.state = 10595; + this.table_name(); + this.state = 10600; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10591; + this.state = 10596; this.match(PostgreSqlParser.COMMA); - this.state = 10592; + this.state = 10597; this.table_name(); } } - this.state = 10597; + this.state = 10602; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57617,26 +57649,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, 1396, PostgreSqlParser.RULE_schema_name_list); + this.enterRule(localContext, 1398, PostgreSqlParser.RULE_schema_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10598; - this.schema_name(); this.state = 10603; + this.schema_name(); + this.state = 10608; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10599; + this.state = 10604; this.match(PostgreSqlParser.COMMA); - this.state = 10600; + this.state = 10605; this.schema_name(); } } - this.state = 10605; + this.state = 10610; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57658,26 +57690,26 @@ export class PostgreSqlParser extends SQLParserBase { } public database_nameList(): Database_nameListContext { let localContext = new Database_nameListContext(this.context, this.state); - this.enterRule(localContext, 1398, PostgreSqlParser.RULE_database_nameList); + this.enterRule(localContext, 1400, PostgreSqlParser.RULE_database_nameList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10606; - this.database_name(); this.state = 10611; + this.database_name(); + this.state = 10616; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10607; + this.state = 10612; this.match(PostgreSqlParser.COMMA); - this.state = 10608; + this.state = 10613; this.database_name(); } } - this.state = 10613; + this.state = 10618; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57699,26 +57731,26 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_name_list(): Procedure_name_listContext { let localContext = new Procedure_name_listContext(this.context, this.state); - this.enterRule(localContext, 1400, PostgreSqlParser.RULE_procedure_name_list); + this.enterRule(localContext, 1402, PostgreSqlParser.RULE_procedure_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10614; - this.procedure_name(); this.state = 10619; + this.procedure_name(); + this.state = 10624; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10615; + this.state = 10620; this.match(PostgreSqlParser.COMMA); - this.state = 10616; + this.state = 10621; this.procedure_name(); } } - this.state = 10621; + this.state = 10626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57740,20 +57772,20 @@ 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, 1402, PostgreSqlParser.RULE_tablespace_name_create); + this.enterRule(localContext, 1404, PostgreSqlParser.RULE_tablespace_name_create); let _la: number; try { localContext = new TablespaceNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10622; + this.state = 10627; this.colid(); - this.state = 10624; + this.state = 10629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 10623; + this.state = 10628; this.indirection(); } } @@ -57776,20 +57808,20 @@ export class PostgreSqlParser extends SQLParserBase { } public tablespace_name(): Tablespace_nameContext { let localContext = new Tablespace_nameContext(this.context, this.state); - this.enterRule(localContext, 1404, PostgreSqlParser.RULE_tablespace_name); + this.enterRule(localContext, 1406, PostgreSqlParser.RULE_tablespace_name); let _la: number; try { localContext = new TablespaceNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10626; + this.state = 10631; this.colid(); - this.state = 10628; + this.state = 10633; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 10627; + this.state = 10632; this.indirection(); } } @@ -57812,19 +57844,19 @@ 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, 1406, PostgreSqlParser.RULE_table_name_create); + this.enterRule(localContext, 1408, PostgreSqlParser.RULE_table_name_create); try { localContext = new TableNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10630; + this.state = 10635; this.colid(); - this.state = 10632; + this.state = 10637; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1123, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1124, this.context) ) { case 1: { - this.state = 10631; + this.state = 10636; this.indirection(); } break; @@ -57847,20 +57879,20 @@ export class PostgreSqlParser extends SQLParserBase { } public table_name(): Table_nameContext { let localContext = new Table_nameContext(this.context, this.state); - this.enterRule(localContext, 1408, PostgreSqlParser.RULE_table_name); + this.enterRule(localContext, 1410, PostgreSqlParser.RULE_table_name); let _la: number; try { localContext = new TableNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10634; + this.state = 10639; this.colid(); - this.state = 10636; + this.state = 10641; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 10635; + this.state = 10640; this.indirection(); } } @@ -57883,20 +57915,20 @@ 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, 1410, PostgreSqlParser.RULE_view_name_create); + this.enterRule(localContext, 1412, PostgreSqlParser.RULE_view_name_create); let _la: number; try { localContext = new ViewNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10638; + this.state = 10643; this.colid(); - this.state = 10640; + this.state = 10645; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 10639; + this.state = 10644; this.indirection(); } } @@ -57919,19 +57951,19 @@ export class PostgreSqlParser extends SQLParserBase { } public view_name(): View_nameContext { let localContext = new View_nameContext(this.context, this.state); - this.enterRule(localContext, 1412, PostgreSqlParser.RULE_view_name); + this.enterRule(localContext, 1414, PostgreSqlParser.RULE_view_name); try { localContext = new ViewNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10642; + this.state = 10647; this.colid(); - this.state = 10644; + this.state = 10649; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1126, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1127, this.context) ) { case 1: { - this.state = 10643; + this.state = 10648; this.attrs(); } break; @@ -57954,19 +57986,19 @@ export class PostgreSqlParser extends SQLParserBase { } public qualified_name(): Qualified_nameContext { let localContext = new Qualified_nameContext(this.context, this.state); - this.enterRule(localContext, 1414, PostgreSqlParser.RULE_qualified_name); + this.enterRule(localContext, 1416, PostgreSqlParser.RULE_qualified_name); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10646; + this.state = 10651; this.colid(); - this.state = 10648; + this.state = 10653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 10647; + this.state = 10652; this.indirection(); } } @@ -57989,26 +58021,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, 1416, PostgreSqlParser.RULE_tablespace_name_list); + this.enterRule(localContext, 1418, PostgreSqlParser.RULE_tablespace_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10650; - this.tablespace_name(); this.state = 10655; + this.tablespace_name(); + this.state = 10660; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10651; + this.state = 10656; this.match(PostgreSqlParser.COMMA); - this.state = 10652; + this.state = 10657; this.tablespace_name(); } } - this.state = 10657; + this.state = 10662; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -58030,26 +58062,26 @@ export class PostgreSqlParser extends SQLParserBase { } public name_list(): Name_listContext { let localContext = new Name_listContext(this.context, this.state); - this.enterRule(localContext, 1418, PostgreSqlParser.RULE_name_list); + this.enterRule(localContext, 1420, PostgreSqlParser.RULE_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10658; - this.name(); this.state = 10663; + this.name(); + this.state = 10668; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10659; + this.state = 10664; this.match(PostgreSqlParser.COMMA); - this.state = 10660; + this.state = 10665; this.name(); } } - this.state = 10665; + this.state = 10670; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -58071,20 +58103,20 @@ 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, 1420, PostgreSqlParser.RULE_database_name_create); + this.enterRule(localContext, 1422, PostgreSqlParser.RULE_database_name_create); let _la: number; try { localContext = new DatabaseNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10666; + this.state = 10671; this.colid(); - this.state = 10668; + this.state = 10673; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 10667; + this.state = 10672; this.attrs(); } } @@ -58107,20 +58139,20 @@ export class PostgreSqlParser extends SQLParserBase { } public database_name(): Database_nameContext { let localContext = new Database_nameContext(this.context, this.state); - this.enterRule(localContext, 1422, PostgreSqlParser.RULE_database_name); + this.enterRule(localContext, 1424, PostgreSqlParser.RULE_database_name); let _la: number; try { localContext = new DatabaseNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10670; + this.state = 10675; this.colid(); - this.state = 10672; + this.state = 10677; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 10671; + this.state = 10676; this.attrs(); } } @@ -58143,20 +58175,20 @@ export class PostgreSqlParser extends SQLParserBase { } public schema_name(): Schema_nameContext { let localContext = new Schema_nameContext(this.context, this.state); - this.enterRule(localContext, 1424, PostgreSqlParser.RULE_schema_name); + this.enterRule(localContext, 1426, PostgreSqlParser.RULE_schema_name); let _la: number; try { localContext = new SchemaNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10674; + this.state = 10679; this.colid(); - this.state = 10676; + this.state = 10681; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 10675; + this.state = 10680; this.attrs(); } } @@ -58179,12 +58211,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, 1426, PostgreSqlParser.RULE_routine_name_create); + this.enterRule(localContext, 1428, PostgreSqlParser.RULE_routine_name_create); try { localContext = new RoutineNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10678; + this.state = 10683; this.colid(); } } @@ -58204,12 +58236,12 @@ export class PostgreSqlParser extends SQLParserBase { } public routine_name(): Routine_nameContext { let localContext = new Routine_nameContext(this.context, this.state); - this.enterRule(localContext, 1428, PostgreSqlParser.RULE_routine_name); + this.enterRule(localContext, 1430, PostgreSqlParser.RULE_routine_name); try { localContext = new RoutineNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10680; + this.state = 10685; this.colid(); } } @@ -58229,16 +58261,16 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_name(): Procedure_nameContext { let localContext = new Procedure_nameContext(this.context, this.state); - this.enterRule(localContext, 1430, PostgreSqlParser.RULE_procedure_name); + this.enterRule(localContext, 1432, PostgreSqlParser.RULE_procedure_name); try { - this.state = 10686; + this.state = 10691; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1133, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1134, this.context) ) { case 1: localContext = new ProcedureNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10682; + this.state = 10687; this.type_function_name(); } break; @@ -58246,9 +58278,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ProcedureNameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10683; + this.state = 10688; this.colid(); - this.state = 10684; + this.state = 10689; this.indirection(); } break; @@ -58270,16 +58302,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, 1432, PostgreSqlParser.RULE_procedure_name_create); + this.enterRule(localContext, 1434, PostgreSqlParser.RULE_procedure_name_create); try { - this.state = 10692; + this.state = 10697; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1134, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1135, this.context) ) { case 1: localContext = new ProcedureNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10688; + this.state = 10693; this.type_function_name(); } break; @@ -58287,9 +58319,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ProcedureNameCreateContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10689; + this.state = 10694; this.colid(); - this.state = 10690; + this.state = 10695; this.indirection(); } break; @@ -58311,33 +58343,33 @@ export class PostgreSqlParser extends SQLParserBase { } public column_name(): Column_nameContext { let localContext = new Column_nameContext(this.context, this.state); - this.enterRule(localContext, 1434, PostgreSqlParser.RULE_column_name); + this.enterRule(localContext, 1436, PostgreSqlParser.RULE_column_name); try { let alternative: number; - this.state = 10702; + this.state = 10707; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1136, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1137, this.context) ) { case 1: localContext = new ColumnNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10694; + this.state = 10699; this.colid(); - this.state = 10698; + this.state = 10703; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1135, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1136, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10695; + this.state = 10700; this.indirection_el(); } } } - this.state = 10700; + this.state = 10705; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1135, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1136, this.context); } } break; @@ -58345,7 +58377,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ColumnNameMatchContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10701; + this.state = 10706; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -58369,12 +58401,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, 1436, PostgreSqlParser.RULE_column_name_create); + this.enterRule(localContext, 1438, PostgreSqlParser.RULE_column_name_create); try { localContext = new ColumnNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10704; + this.state = 10709; this.colid(); } } @@ -58394,11 +58426,11 @@ export class PostgreSqlParser extends SQLParserBase { } public name(): NameContext { let localContext = new NameContext(this.context, this.state); - this.enterRule(localContext, 1438, PostgreSqlParser.RULE_name); + this.enterRule(localContext, 1440, PostgreSqlParser.RULE_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10706; + this.state = 10711; this.colid(); } } @@ -58418,11 +58450,11 @@ export class PostgreSqlParser extends SQLParserBase { } public attr_name(): Attr_nameContext { let localContext = new Attr_nameContext(this.context, this.state); - this.enterRule(localContext, 1440, PostgreSqlParser.RULE_attr_name); + this.enterRule(localContext, 1442, PostgreSqlParser.RULE_attr_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10708; + this.state = 10713; this.collabel(); } } @@ -58442,11 +58474,11 @@ export class PostgreSqlParser extends SQLParserBase { } public file_name(): File_nameContext { let localContext = new File_nameContext(this.context, this.state); - this.enterRule(localContext, 1442, PostgreSqlParser.RULE_file_name); + this.enterRule(localContext, 1444, PostgreSqlParser.RULE_file_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10710; + this.state = 10715; this.sconst(); } } @@ -58466,16 +58498,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, 1444, PostgreSqlParser.RULE_function_name_create); + this.enterRule(localContext, 1446, PostgreSqlParser.RULE_function_name_create); try { - this.state = 10716; + this.state = 10721; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1137, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1138, this.context) ) { case 1: localContext = new FunctionNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10712; + this.state = 10717; this.type_function_name(); } break; @@ -58483,9 +58515,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new FunctionNameCreateContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10713; + this.state = 10718; this.colid(); - this.state = 10714; + this.state = 10719; this.indirection(); } break; @@ -58507,16 +58539,16 @@ export class PostgreSqlParser extends SQLParserBase { } public function_name(): Function_nameContext { let localContext = new Function_nameContext(this.context, this.state); - this.enterRule(localContext, 1446, PostgreSqlParser.RULE_function_name); + this.enterRule(localContext, 1448, PostgreSqlParser.RULE_function_name); try { - this.state = 10722; + this.state = 10727; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1138, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1139, this.context) ) { case 1: localContext = new FunctionNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10718; + this.state = 10723; this.type_function_name(); } break; @@ -58524,9 +58556,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new FunctionNameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10719; + this.state = 10724; this.colid(); - this.state = 10720; + this.state = 10725; this.indirection(); } break; @@ -58548,24 +58580,24 @@ export class PostgreSqlParser extends SQLParserBase { } public usual_name(): Usual_nameContext { let localContext = new Usual_nameContext(this.context, this.state); - this.enterRule(localContext, 1448, PostgreSqlParser.RULE_usual_name); + this.enterRule(localContext, 1450, PostgreSqlParser.RULE_usual_name); try { - this.state = 10728; + this.state = 10733; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1139, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1140, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10724; + this.state = 10729; this.type_usual_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10725; + this.state = 10730; this.colid(); - this.state = 10726; + this.state = 10731; this.indirection(); } break; @@ -58587,53 +58619,53 @@ export class PostgreSqlParser extends SQLParserBase { } public aexprconst(): AexprconstContext { let localContext = new AexprconstContext(this.context, this.state); - this.enterRule(localContext, 1450, PostgreSqlParser.RULE_aexprconst); + this.enterRule(localContext, 1452, PostgreSqlParser.RULE_aexprconst); let _la: number; try { - this.state = 10765; + this.state = 10770; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1144, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1145, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10730; + this.state = 10735; this.iconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10731; + this.state = 10736; this.fconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10732; + this.state = 10737; this.sconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10733; + this.state = 10738; this.bconst(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10734; + this.state = 10739; this.xconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10735; + this.state = 10740; this.function_name(); - this.state = 10745; + this.state = 10750; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -58641,29 +58673,29 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10736; + this.state = 10741; this.sconst(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 10737; + this.state = 10742; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10738; + this.state = 10743; this.func_arg_list(); - this.state = 10740; + this.state = 10745; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 10739; + this.state = 10744; this.opt_sort_clause(); } } - this.state = 10742; + this.state = 10747; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 10743; + this.state = 10748; this.sconst(); } break; @@ -58675,18 +58707,18 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 10747; + this.state = 10752; this.consttypename(); - this.state = 10748; + this.state = 10753; this.sconst(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 10750; + this.state = 10755; this.constinterval(); - this.state = 10760; + this.state = 10765; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -58694,14 +58726,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10751; + this.state = 10756; this.sconst(); - this.state = 10753; + this.state = 10758; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1142, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1143, this.context) ) { case 1: { - this.state = 10752; + this.state = 10757; this.opt_interval(); } break; @@ -58710,13 +58742,13 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 10755; + this.state = 10760; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10756; + this.state = 10761; this.iconst(); - this.state = 10757; + this.state = 10762; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 10758; + this.state = 10763; this.sconst(); } break; @@ -58728,21 +58760,21 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 10762; + this.state = 10767; this.match(PostgreSqlParser.KW_TRUE); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 10763; + this.state = 10768; this.match(PostgreSqlParser.KW_FALSE); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 10764; + this.state = 10769; this.match(PostgreSqlParser.KW_NULL); } break; @@ -58764,11 +58796,11 @@ export class PostgreSqlParser extends SQLParserBase { } public xconst(): XconstContext { let localContext = new XconstContext(this.context, this.state); - this.enterRule(localContext, 1452, PostgreSqlParser.RULE_xconst); + this.enterRule(localContext, 1454, PostgreSqlParser.RULE_xconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10767; + this.state = 10772; this.match(PostgreSqlParser.HexadecimalStringConstant); } } @@ -58788,11 +58820,11 @@ export class PostgreSqlParser extends SQLParserBase { } public bconst(): BconstContext { let localContext = new BconstContext(this.context, this.state); - this.enterRule(localContext, 1454, PostgreSqlParser.RULE_bconst); + this.enterRule(localContext, 1456, PostgreSqlParser.RULE_bconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10769; + this.state = 10774; this.match(PostgreSqlParser.BinaryStringConstant); } } @@ -58812,11 +58844,11 @@ export class PostgreSqlParser extends SQLParserBase { } public fconst(): FconstContext { let localContext = new FconstContext(this.context, this.state); - this.enterRule(localContext, 1456, PostgreSqlParser.RULE_fconst); + this.enterRule(localContext, 1458, PostgreSqlParser.RULE_fconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10771; + this.state = 10776; this.match(PostgreSqlParser.Numeric); } } @@ -58836,11 +58868,11 @@ export class PostgreSqlParser extends SQLParserBase { } public iconst(): IconstContext { let localContext = new IconstContext(this.context, this.state); - this.enterRule(localContext, 1458, PostgreSqlParser.RULE_iconst); + this.enterRule(localContext, 1460, PostgreSqlParser.RULE_iconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10773; + this.state = 10778; this.match(PostgreSqlParser.Integral); } } @@ -58860,18 +58892,18 @@ export class PostgreSqlParser extends SQLParserBase { } public sconst(): SconstContext { let localContext = new SconstContext(this.context, this.state); - this.enterRule(localContext, 1460, PostgreSqlParser.RULE_sconst); + this.enterRule(localContext, 1462, PostgreSqlParser.RULE_sconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10775; + this.state = 10780; this.anysconst(); - this.state = 10777; + this.state = 10782; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1145, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1146, this.context) ) { case 1: { - this.state = 10776; + this.state = 10781; this.opt_uescape(); } break; @@ -58894,53 +58926,53 @@ export class PostgreSqlParser extends SQLParserBase { } public anysconst(): AnysconstContext { let localContext = new AnysconstContext(this.context, this.state); - this.enterRule(localContext, 1462, PostgreSqlParser.RULE_anysconst); + this.enterRule(localContext, 1464, PostgreSqlParser.RULE_anysconst); let _la: number; try { - this.state = 10790; + this.state = 10795; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 10779; + this.state = 10784; this.match(PostgreSqlParser.StringConstant); } break; case PostgreSqlParser.UnicodeEscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 10780; + this.state = 10785; this.match(PostgreSqlParser.UnicodeEscapeStringConstant); } break; case PostgreSqlParser.BeginDollarStringConstant: this.enterOuterAlt(localContext, 3); { - this.state = 10781; + this.state = 10786; this.match(PostgreSqlParser.BeginDollarStringConstant); - this.state = 10785; + this.state = 10790; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - while (_la === 589) { + while (_la === 590) { { { - this.state = 10782; + this.state = 10787; this.match(PostgreSqlParser.DollarText); } } - this.state = 10787; + this.state = 10792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 10788; + this.state = 10793; this.match(PostgreSqlParser.EndDollarStringConstant); } break; case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 10789; + this.state = 10794; this.match(PostgreSqlParser.EscapeStringConstant); } break; @@ -58964,13 +58996,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_uescape(): Opt_uescapeContext { let localContext = new Opt_uescapeContext(this.context, this.state); - this.enterRule(localContext, 1464, PostgreSqlParser.RULE_opt_uescape); + this.enterRule(localContext, 1466, PostgreSqlParser.RULE_opt_uescape); try { this.enterOuterAlt(localContext, 1); { - this.state = 10792; + this.state = 10797; this.match(PostgreSqlParser.KW_UESCAPE); - this.state = 10793; + this.state = 10798; this.anysconst(); } } @@ -58990,33 +59022,33 @@ export class PostgreSqlParser extends SQLParserBase { } public signediconst(): SignediconstContext { let localContext = new SignediconstContext(this.context, this.state); - this.enterRule(localContext, 1466, PostgreSqlParser.RULE_signediconst); + this.enterRule(localContext, 1468, PostgreSqlParser.RULE_signediconst); try { - this.state = 10800; + this.state = 10805; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Integral: this.enterOuterAlt(localContext, 1); { - this.state = 10795; + this.state = 10800; this.iconst(); } break; case PostgreSqlParser.PLUS: this.enterOuterAlt(localContext, 2); { - this.state = 10796; + this.state = 10801; this.match(PostgreSqlParser.PLUS); - this.state = 10797; + this.state = 10802; this.iconst(); } break; case PostgreSqlParser.MINUS: this.enterOuterAlt(localContext, 3); { - this.state = 10798; + this.state = 10803; this.match(PostgreSqlParser.MINUS); - this.state = 10799; + this.state = 10804; this.iconst(); } break; @@ -59040,11 +59072,11 @@ export class PostgreSqlParser extends SQLParserBase { } public groupname(): GroupnameContext { let localContext = new GroupnameContext(this.context, this.state); - this.enterRule(localContext, 1468, PostgreSqlParser.RULE_groupname); + this.enterRule(localContext, 1470, PostgreSqlParser.RULE_groupname); try { this.enterOuterAlt(localContext, 1); { - this.state = 10802; + this.state = 10807; this.rolespec(); } } @@ -59064,11 +59096,11 @@ export class PostgreSqlParser extends SQLParserBase { } public roleid(): RoleidContext { let localContext = new RoleidContext(this.context, this.state); - this.enterRule(localContext, 1470, PostgreSqlParser.RULE_roleid); + this.enterRule(localContext, 1472, PostgreSqlParser.RULE_roleid); try { this.enterOuterAlt(localContext, 1); { - this.state = 10804; + this.state = 10809; this.rolespec(); } } @@ -59088,9 +59120,9 @@ export class PostgreSqlParser extends SQLParserBase { } public rolespec(): RolespecContext { let localContext = new RolespecContext(this.context, this.state); - this.enterRule(localContext, 1472, PostgreSqlParser.RULE_rolespec); + this.enterRule(localContext, 1474, PostgreSqlParser.RULE_rolespec); try { - this.state = 10811; + this.state = 10816; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -59515,35 +59547,35 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 10806; + this.state = 10811; this.nonreservedword(); } break; case PostgreSqlParser.KW_CURRENT_USER: this.enterOuterAlt(localContext, 2); { - this.state = 10807; + this.state = 10812; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case PostgreSqlParser.KW_CURRENT_ROLE: this.enterOuterAlt(localContext, 3); { - this.state = 10808; + this.state = 10813; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case PostgreSqlParser.KW_SESSION_USER: this.enterOuterAlt(localContext, 4); { - this.state = 10809; + this.state = 10814; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case PostgreSqlParser.KW_PUBLIC: this.enterOuterAlt(localContext, 5); { - this.state = 10810; + this.state = 10815; this.match(PostgreSqlParser.KW_PUBLIC); } break; @@ -59567,26 +59599,26 @@ export class PostgreSqlParser extends SQLParserBase { } public role_list(): Role_listContext { let localContext = new Role_listContext(this.context, this.state); - this.enterRule(localContext, 1474, PostgreSqlParser.RULE_role_list); + this.enterRule(localContext, 1476, PostgreSqlParser.RULE_role_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10813; - this.rolespec(); this.state = 10818; + this.rolespec(); + this.state = 10823; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10814; + this.state = 10819; this.match(PostgreSqlParser.COMMA); - this.state = 10815; + this.state = 10820; this.rolespec(); } } - this.state = 10820; + this.state = 10825; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -59608,36 +59640,36 @@ export class PostgreSqlParser extends SQLParserBase { } public colid(): ColidContext { let localContext = new ColidContext(this.context, this.state); - this.enterRule(localContext, 1476, PostgreSqlParser.RULE_colid); + this.enterRule(localContext, 1478, PostgreSqlParser.RULE_colid); try { - this.state = 10825; + this.state = 10830; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1151, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1152, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10821; + this.state = 10826; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10822; + this.state = 10827; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10823; + this.state = 10828; this.col_name_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10824; + this.state = 10829; this.plsql_unreserved_keyword(); } break; @@ -59659,11 +59691,11 @@ export class PostgreSqlParser extends SQLParserBase { } public index_method_choices(): Index_method_choicesContext { let localContext = new Index_method_choicesContext(this.context, this.state); - this.enterRule(localContext, 1478, PostgreSqlParser.RULE_index_method_choices); + this.enterRule(localContext, 1480, PostgreSqlParser.RULE_index_method_choices); try { this.enterOuterAlt(localContext, 1); { - this.state = 10827; + this.state = 10832; this.identifier(); } } @@ -59683,16 +59715,16 @@ export class PostgreSqlParser extends SQLParserBase { } public exclude_element(): Exclude_elementContext { let localContext = new Exclude_elementContext(this.context, this.state); - this.enterRule(localContext, 1480, PostgreSqlParser.RULE_exclude_element); + this.enterRule(localContext, 1482, PostgreSqlParser.RULE_exclude_element); let _la: number; try { - this.state = 10841; + this.state = 10846; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 1); { - this.state = 10829; + this.state = 10834; this.opt_definition(); } break; @@ -59700,31 +59732,31 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 10830; + this.state = 10835; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10831; + this.state = 10836; this.a_expr(); - this.state = 10832; + this.state = 10837; this.match(PostgreSqlParser.CLOSE_PAREN); } - this.state = 10834; + this.state = 10839; this.identifier(); - this.state = 10836; + this.state = 10841; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 37 || _la === 55) { { - this.state = 10835; + this.state = 10840; this.opt_asc_desc(); } } - this.state = 10839; + this.state = 10844; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 10838; + this.state = 10843; this.opt_nulls_order(); } } @@ -59751,29 +59783,29 @@ export class PostgreSqlParser extends SQLParserBase { } public index_paramenters(): Index_paramentersContext { let localContext = new Index_paramentersContext(this.context, this.state); - this.enterRule(localContext, 1482, PostgreSqlParser.RULE_index_paramenters); + this.enterRule(localContext, 1484, PostgreSqlParser.RULE_index_paramenters); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10845; + this.state = 10850; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 10843; + this.state = 10848; this.match(PostgreSqlParser.KW_WITH); - this.state = 10844; + this.state = 10849; this.reloptions(); } } - this.state = 10848; + this.state = 10853; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 10847; + this.state = 10852; this.optconstablespace(); } } @@ -59796,36 +59828,36 @@ 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, 1484, PostgreSqlParser.RULE_type_function_name); + this.enterRule(localContext, 1486, PostgreSqlParser.RULE_type_function_name); try { - this.state = 10854; + this.state = 10859; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1157, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1158, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10850; + this.state = 10855; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10851; + this.state = 10856; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10852; + this.state = 10857; this.plsql_unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10853; + this.state = 10858; this.type_func_name_keyword(); } break; @@ -59847,36 +59879,36 @@ export class PostgreSqlParser extends SQLParserBase { } public type_usual_name(): Type_usual_nameContext { let localContext = new Type_usual_nameContext(this.context, this.state); - this.enterRule(localContext, 1486, PostgreSqlParser.RULE_type_usual_name); + this.enterRule(localContext, 1488, PostgreSqlParser.RULE_type_usual_name); try { - this.state = 10860; + this.state = 10865; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1158, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1159, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10856; + this.state = 10861; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10857; + this.state = 10862; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10858; + this.state = 10863; this.plsql_unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10859; + this.state = 10864; this.type_func_name_keyword(); } break; @@ -59898,22 +59930,22 @@ export class PostgreSqlParser extends SQLParserBase { } public nonreservedword_column(): Nonreservedword_columnContext { let localContext = new Nonreservedword_columnContext(this.context, this.state); - this.enterRule(localContext, 1488, PostgreSqlParser.RULE_nonreservedword_column); + this.enterRule(localContext, 1490, PostgreSqlParser.RULE_nonreservedword_column); try { - this.state = 10864; + this.state = 10869; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1159, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1160, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10862; + this.state = 10867; this.column_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10863; + this.state = 10868; this.type_func_name_keyword(); } break; @@ -59935,36 +59967,36 @@ export class PostgreSqlParser extends SQLParserBase { } public nonreservedword(): NonreservedwordContext { let localContext = new NonreservedwordContext(this.context, this.state); - this.enterRule(localContext, 1490, PostgreSqlParser.RULE_nonreservedword); + this.enterRule(localContext, 1492, PostgreSqlParser.RULE_nonreservedword); try { - this.state = 10870; + this.state = 10875; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1160, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1161, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10866; + this.state = 10871; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10867; + this.state = 10872; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10868; + this.state = 10873; this.col_name_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10869; + this.state = 10874; this.type_func_name_keyword(); } break; @@ -59986,50 +60018,50 @@ export class PostgreSqlParser extends SQLParserBase { } public collabel(): CollabelContext { let localContext = new CollabelContext(this.context, this.state); - this.enterRule(localContext, 1492, PostgreSqlParser.RULE_collabel); + this.enterRule(localContext, 1494, PostgreSqlParser.RULE_collabel); try { - this.state = 10878; + this.state = 10883; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1161, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1162, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10872; + this.state = 10877; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10873; + this.state = 10878; this.plsql_unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10874; + this.state = 10879; this.unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10875; + this.state = 10880; this.col_name_keyword(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10876; + this.state = 10881; this.type_func_name_keyword(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10877; + this.state = 10882; this.reserved_keyword(); } break; @@ -60051,22 +60083,22 @@ export class PostgreSqlParser extends SQLParserBase { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 1494, PostgreSqlParser.RULE_identifier); + this.enterRule(localContext, 1496, PostgreSqlParser.RULE_identifier); try { - this.state = 10890; + this.state = 10895; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 10880; + this.state = 10885; this.match(PostgreSqlParser.Identifier); - this.state = 10882; + this.state = 10887; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1162, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1163, this.context) ) { case 1: { - this.state = 10881; + this.state = 10886; this.opt_uescape(); } break; @@ -60079,35 +60111,35 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 10884; + this.state = 10889; this.sconst(); } break; case PostgreSqlParser.QuotedIdentifier: this.enterOuterAlt(localContext, 3); { - this.state = 10885; + this.state = 10890; this.match(PostgreSqlParser.QuotedIdentifier); } break; case PostgreSqlParser.UnicodeQuotedIdentifier: this.enterOuterAlt(localContext, 4); { - this.state = 10886; + this.state = 10891; this.match(PostgreSqlParser.UnicodeQuotedIdentifier); } break; case PostgreSqlParser.PLSQLVARIABLENAME: this.enterOuterAlt(localContext, 5); { - this.state = 10887; + this.state = 10892; this.plsqlvariablename(); } break; case PostgreSqlParser.PLSQLIDENTIFIER: this.enterOuterAlt(localContext, 6); { - this.state = 10888; + this.state = 10893; this.plsqlidentifier(); } break; @@ -60176,7 +60208,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OPEN: this.enterOuterAlt(localContext, 7); { - this.state = 10889; + this.state = 10894; this.plsql_unreserved_keyword(); } break; @@ -60200,11 +60232,11 @@ export class PostgreSqlParser extends SQLParserBase { } public plsqlidentifier(): PlsqlidentifierContext { let localContext = new PlsqlidentifierContext(this.context, this.state); - this.enterRule(localContext, 1496, PostgreSqlParser.RULE_plsqlidentifier); + this.enterRule(localContext, 1498, PostgreSqlParser.RULE_plsqlidentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 10892; + this.state = 10897; this.match(PostgreSqlParser.PLSQLIDENTIFIER); } } @@ -60224,12 +60256,12 @@ export class PostgreSqlParser extends SQLParserBase { } public unreserved_keyword(): Unreserved_keywordContext { let localContext = new Unreserved_keywordContext(this.context, this.state); - this.enterRule(localContext, 1498, PostgreSqlParser.RULE_unreserved_keyword); + this.enterRule(localContext, 1500, PostgreSqlParser.RULE_unreserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10894; + this.state = 10899; _la = this.tokenStream.LA(1); if(!(((((_la - 124)) & ~0x1F) === 0 && ((1 << (_la - 124)) & 4294967265) !== 0) || ((((_la - 156)) & ~0x1F) === 0 && ((1 << (_la - 156)) & 4294967295) !== 0) || ((((_la - 188)) & ~0x1F) === 0 && ((1 << (_la - 188)) & 4294967295) !== 0) || ((((_la - 220)) & ~0x1F) === 0 && ((1 << (_la - 220)) & 4294705663) !== 0) || ((((_la - 252)) & ~0x1F) === 0 && ((1 << (_la - 252)) & 4294967295) !== 0) || ((((_la - 284)) & ~0x1F) === 0 && ((1 << (_la - 284)) & 4294967295) !== 0) || ((((_la - 316)) & ~0x1F) === 0 && ((1 << (_la - 316)) & 4294967295) !== 0) || ((((_la - 348)) & ~0x1F) === 0 && ((1 << (_la - 348)) & 4294967295) !== 0) || ((((_la - 380)) & ~0x1F) === 0 && ((1 << (_la - 380)) & 127) !== 0) || ((((_la - 433)) & ~0x1F) === 0 && ((1 << (_la - 433)) & 4291821567) !== 0) || ((((_la - 465)) & ~0x1F) === 0 && ((1 << (_la - 465)) & 16770399) !== 0) || _la === 547 || _la === 548)) { this.errorHandler.recoverInline(this); @@ -60256,365 +60288,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, 1500, PostgreSqlParser.RULE_col_name_keyword); + this.enterRule(localContext, 1502, PostgreSqlParser.RULE_col_name_keyword); try { - this.state = 10947; + this.state = 10952; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1164, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1165, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10896; + this.state = 10901; this.match(PostgreSqlParser.KW_BETWEEN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10897; + this.state = 10902; this.match(PostgreSqlParser.KW_BIGINT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10898; + this.state = 10903; this.bit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10899; + this.state = 10904; this.match(PostgreSqlParser.KW_BOOLEAN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10900; + this.state = 10905; this.match(PostgreSqlParser.KW_CHAR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10901; + this.state = 10906; this.character(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 10902; + this.state = 10907; this.match(PostgreSqlParser.KW_COALESCE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 10903; + this.state = 10908; this.match(PostgreSqlParser.KW_DEC); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 10904; + this.state = 10909; this.match(PostgreSqlParser.KW_DECIMAL); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 10905; + this.state = 10910; this.match(PostgreSqlParser.KW_EXISTS); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 10906; + this.state = 10911; this.match(PostgreSqlParser.KW_EXTRACT); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 10907; + this.state = 10912; this.match(PostgreSqlParser.KW_FLOAT); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 10908; + this.state = 10913; this.match(PostgreSqlParser.KW_GREATEST); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 10909; + this.state = 10914; this.match(PostgreSqlParser.KW_GROUPING); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 10910; + this.state = 10915; this.match(PostgreSqlParser.KW_INOUT); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 10911; + this.state = 10916; this.match(PostgreSqlParser.KW_INT); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 10912; + this.state = 10917; this.match(PostgreSqlParser.KW_INTEGER); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 10913; + this.state = 10918; this.match(PostgreSqlParser.KW_INTERVAL); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 10914; + this.state = 10919; this.match(PostgreSqlParser.KW_LEAST); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 10915; + this.state = 10920; this.match(PostgreSqlParser.KW_NATIONAL); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 10916; + this.state = 10921; this.match(PostgreSqlParser.KW_NCHAR); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 10917; + this.state = 10922; this.match(PostgreSqlParser.KW_NONE); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 10918; + this.state = 10923; this.match(PostgreSqlParser.KW_NORMALIZE); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 10919; + this.state = 10924; this.match(PostgreSqlParser.KW_NULLIF); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 10920; + this.state = 10925; this.numeric(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 10921; + this.state = 10926; this.match(PostgreSqlParser.KW_OUT); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 10922; + this.state = 10927; this.match(PostgreSqlParser.KW_OVERLAY); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 10923; + this.state = 10928; this.match(PostgreSqlParser.KW_POSITION); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 10924; + this.state = 10929; this.match(PostgreSqlParser.KW_PRECISION); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 10925; + this.state = 10930; this.match(PostgreSqlParser.KW_REAL); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 10926; + this.state = 10931; this.match(PostgreSqlParser.KW_ROW); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 10927; + this.state = 10932; this.match(PostgreSqlParser.KW_SETOF); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 10928; + this.state = 10933; this.match(PostgreSqlParser.KW_SMALLINT); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 10929; + this.state = 10934; this.match(PostgreSqlParser.KW_SUBSTRING); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 10930; + this.state = 10935; this.match(PostgreSqlParser.KW_TIME); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 10931; + this.state = 10936; this.match(PostgreSqlParser.KW_TIMESTAMP); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 10932; + this.state = 10937; this.match(PostgreSqlParser.KW_TREAT); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 10933; + this.state = 10938; this.match(PostgreSqlParser.KW_TRIM); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 10934; + this.state = 10939; this.match(PostgreSqlParser.KW_VALUES); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 10935; + this.state = 10940; this.match(PostgreSqlParser.KW_VARCHAR); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 10936; + this.state = 10941; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 10937; + this.state = 10942; this.match(PostgreSqlParser.KW_XMLCONCAT); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 10938; + this.state = 10943; this.match(PostgreSqlParser.KW_XMLELEMENT); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 10939; + this.state = 10944; this.match(PostgreSqlParser.KW_XMLEXISTS); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 10940; + this.state = 10945; this.match(PostgreSqlParser.KW_XMLFOREST); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 10941; + this.state = 10946; this.match(PostgreSqlParser.KW_XMLNAMESPACES); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 10942; + this.state = 10947; this.match(PostgreSqlParser.KW_XMLPARSE); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 10943; + this.state = 10948; this.match(PostgreSqlParser.KW_XMLPI); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 10944; + this.state = 10949; this.match(PostgreSqlParser.KW_XMLROOT); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 10945; + this.state = 10950; this.match(PostgreSqlParser.KW_XMLSERIALIZE); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 10946; + this.state = 10951; this.match(PostgreSqlParser.KW_XMLTABLE); } break; @@ -60636,12 +60668,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, 1502, PostgreSqlParser.RULE_type_func_name_keyword); + this.enterRule(localContext, 1504, PostgreSqlParser.RULE_type_func_name_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10949; + this.state = 10954; _la = this.tokenStream.LA(1); if(!(((((_la - 106)) & ~0x1F) === 0 && ((1 << (_la - 106)) & 8126463) !== 0) || _la === 472)) { this.errorHandler.recoverInline(this); @@ -60668,12 +60700,12 @@ export class PostgreSqlParser extends SQLParserBase { } public reserved_keyword(): Reserved_keywordContext { let localContext = new Reserved_keywordContext(this.context, this.state); - this.enterRule(localContext, 1504, PostgreSqlParser.RULE_reserved_keyword); + this.enterRule(localContext, 1506, PostgreSqlParser.RULE_reserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10951; + this.state = 10956; _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); @@ -60700,15 +60732,15 @@ export class PostgreSqlParser extends SQLParserBase { } public pl_function(): Pl_functionContext { let localContext = new Pl_functionContext(this.context, this.state); - this.enterRule(localContext, 1506, PostgreSqlParser.RULE_pl_function); + this.enterRule(localContext, 1508, PostgreSqlParser.RULE_pl_function); try { this.enterOuterAlt(localContext, 1); { - this.state = 10953; + this.state = 10958; this.comp_options(); - this.state = 10954; + this.state = 10959; this.pl_block(); - this.state = 10955; + this.state = 10960; this.opt_semi(); } } @@ -60728,22 +60760,22 @@ export class PostgreSqlParser extends SQLParserBase { } public comp_options(): Comp_optionsContext { let localContext = new Comp_optionsContext(this.context, this.state); - this.enterRule(localContext, 1508, PostgreSqlParser.RULE_comp_options); + this.enterRule(localContext, 1510, PostgreSqlParser.RULE_comp_options); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10960; + this.state = 10965; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 29) { { { - this.state = 10957; + this.state = 10962; this.comp_option(); } } - this.state = 10962; + this.state = 10967; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -60765,63 +60797,63 @@ export class PostgreSqlParser extends SQLParserBase { } public comp_option(): Comp_optionContext { let localContext = new Comp_optionContext(this.context, this.state); - this.enterRule(localContext, 1510, PostgreSqlParser.RULE_comp_option); + this.enterRule(localContext, 1512, PostgreSqlParser.RULE_comp_option); try { - this.state = 10983; + this.state = 10988; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1166, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1167, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10963; + this.state = 10968; this.sharp(); - this.state = 10964; + this.state = 10969; this.match(PostgreSqlParser.KW_OPTION); - this.state = 10965; + this.state = 10970; this.match(PostgreSqlParser.KW_DUMP); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10967; + this.state = 10972; this.sharp(); - this.state = 10968; + this.state = 10973; this.match(PostgreSqlParser.KW_PRINT_STRICT_PARAMS); - this.state = 10969; + this.state = 10974; this.option_value(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10971; + this.state = 10976; this.sharp(); - this.state = 10972; + this.state = 10977; this.match(PostgreSqlParser.KW_VARIABLE_CONFLICT); - this.state = 10973; + this.state = 10978; this.match(PostgreSqlParser.KW_ERROR); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10975; + this.state = 10980; this.sharp(); - this.state = 10976; + this.state = 10981; this.match(PostgreSqlParser.KW_VARIABLE_CONFLICT); - this.state = 10977; + this.state = 10982; this.match(PostgreSqlParser.KW_USE_VARIABLE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10979; + this.state = 10984; this.sharp(); - this.state = 10980; + this.state = 10985; this.match(PostgreSqlParser.KW_VARIABLE_CONFLICT); - this.state = 10981; + this.state = 10986; this.match(PostgreSqlParser.KW_USE_COLUMN); } break; @@ -60843,11 +60875,11 @@ export class PostgreSqlParser extends SQLParserBase { } public sharp(): SharpContext { let localContext = new SharpContext(this.context, this.state); - this.enterRule(localContext, 1512, PostgreSqlParser.RULE_sharp); + this.enterRule(localContext, 1514, PostgreSqlParser.RULE_sharp); try { this.enterOuterAlt(localContext, 1); { - this.state = 10985; + this.state = 10990; this.match(PostgreSqlParser.Operator); } } @@ -60867,36 +60899,36 @@ export class PostgreSqlParser extends SQLParserBase { } public option_value(): Option_valueContext { let localContext = new Option_valueContext(this.context, this.state); - this.enterRule(localContext, 1514, PostgreSqlParser.RULE_option_value); + this.enterRule(localContext, 1516, PostgreSqlParser.RULE_option_value); try { - this.state = 10991; + this.state = 10996; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1167, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1168, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10987; + this.state = 10992; this.sconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10988; + this.state = 10993; this.reserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10989; + this.state = 10994; this.plsql_unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10990; + this.state = 10995; this.unreserved_keyword(); } break; @@ -60918,9 +60950,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_semi(): Opt_semiContext { let localContext = new Opt_semiContext(this.context, this.state); - this.enterRule(localContext, 1516, PostgreSqlParser.RULE_opt_semi); + this.enterRule(localContext, 1518, PostgreSqlParser.RULE_opt_semi); try { - this.state = 10995; + this.state = 11000; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EOF: @@ -60932,7 +60964,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.SEMI: this.enterOuterAlt(localContext, 2); { - this.state = 10994; + this.state = 10999; this.match(PostgreSqlParser.SEMI); } break; @@ -60956,21 +60988,21 @@ export class PostgreSqlParser extends SQLParserBase { } public pl_block(): Pl_blockContext { let localContext = new Pl_blockContext(this.context, this.state); - this.enterRule(localContext, 1518, PostgreSqlParser.RULE_pl_block); + this.enterRule(localContext, 1520, PostgreSqlParser.RULE_pl_block); try { this.enterOuterAlt(localContext, 1); { - this.state = 10997; - this.decl_sect(); - this.state = 10998; - this.match(PostgreSqlParser.KW_BEGIN); - this.state = 10999; - this.proc_sect(); - this.state = 11000; - this.exception_sect(); - this.state = 11001; - this.match(PostgreSqlParser.KW_END); this.state = 11002; + this.decl_sect(); + this.state = 11003; + this.match(PostgreSqlParser.KW_BEGIN); + this.state = 11004; + this.proc_sect(); + this.state = 11005; + this.exception_sect(); + this.state = 11006; + this.match(PostgreSqlParser.KW_END); + this.state = 11007; this.opt_label(); } } @@ -60990,26 +61022,26 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_sect(): Decl_sectContext { let localContext = new Decl_sectContext(this.context, this.state); - this.enterRule(localContext, 1520, PostgreSqlParser.RULE_decl_sect); + this.enterRule(localContext, 1522, PostgreSqlParser.RULE_decl_sect); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11004; - this.opt_block_label(); this.state = 11009; + this.opt_block_label(); + this.state = 11014; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 11005; + this.state = 11010; this.decl_start(); - this.state = 11007; + this.state = 11012; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1169, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1170, this.context) ) { case 1: { - this.state = 11006; + this.state = 11011; this.decl_stmts(); } break; @@ -61035,11 +61067,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_start(): Decl_startContext { let localContext = new Decl_startContext(this.context, this.state); - this.enterRule(localContext, 1522, PostgreSqlParser.RULE_decl_start); + this.enterRule(localContext, 1524, PostgreSqlParser.RULE_decl_start); try { this.enterOuterAlt(localContext, 1); { - this.state = 11011; + this.state = 11016; this.match(PostgreSqlParser.KW_DECLARE); } } @@ -61059,12 +61091,12 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_stmts(): Decl_stmtsContext { let localContext = new Decl_stmtsContext(this.context, this.state); - this.enterRule(localContext, 1524, PostgreSqlParser.RULE_decl_stmts); + this.enterRule(localContext, 1526, PostgreSqlParser.RULE_decl_stmts); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 11014; + this.state = 11019; this.errorHandler.sync(this); alternative = 1; do { @@ -61072,7 +61104,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 11013; + this.state = 11018; this.decl_stmt(); } } @@ -61080,9 +61112,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 11016; + this.state = 11021; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1171, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1172, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -61102,15 +61134,15 @@ export class PostgreSqlParser extends SQLParserBase { } public label_decl(): Label_declContext { let localContext = new Label_declContext(this.context, this.state); - this.enterRule(localContext, 1526, PostgreSqlParser.RULE_label_decl); + this.enterRule(localContext, 1528, PostgreSqlParser.RULE_label_decl); try { this.enterOuterAlt(localContext, 1); { - this.state = 11018; + this.state = 11023; this.match(PostgreSqlParser.LESS_LESS); - this.state = 11019; + this.state = 11024; this.any_identifier(); - this.state = 11020; + this.state = 11025; this.match(PostgreSqlParser.GREATER_GREATER); } } @@ -61130,29 +61162,29 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_stmt(): Decl_stmtContext { let localContext = new Decl_stmtContext(this.context, this.state); - this.enterRule(localContext, 1528, PostgreSqlParser.RULE_decl_stmt); + this.enterRule(localContext, 1530, PostgreSqlParser.RULE_decl_stmt); try { - this.state = 11025; + this.state = 11030; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1172, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1173, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11022; + this.state = 11027; this.decl_statement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11023; + this.state = 11028; this.match(PostgreSqlParser.KW_DECLARE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11024; + this.state = 11029; this.label_decl(); } break; @@ -61174,55 +61206,55 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_statement(): Decl_statementContext { let localContext = new Decl_statementContext(this.context, this.state); - this.enterRule(localContext, 1530, PostgreSqlParser.RULE_decl_statement); + this.enterRule(localContext, 1532, PostgreSqlParser.RULE_decl_statement); try { this.enterOuterAlt(localContext, 1); { - this.state = 11027; + this.state = 11032; this.decl_varname(); - this.state = 11043; + this.state = 11048; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1173, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1174, this.context) ) { case 1: { - this.state = 11028; + this.state = 11033; this.match(PostgreSqlParser.KW_ALIAS); - this.state = 11029; + this.state = 11034; this.match(PostgreSqlParser.KW_FOR); - this.state = 11030; + this.state = 11035; this.decl_aliasitem(); } break; case 2: { - this.state = 11031; + this.state = 11036; this.decl_const(); - this.state = 11032; + this.state = 11037; this.decl_datatype(); - this.state = 11033; + this.state = 11038; this.decl_collate(); - this.state = 11034; + this.state = 11039; this.decl_notnull(); - this.state = 11035; + this.state = 11040; this.decl_defval(); } break; case 3: { - this.state = 11037; + this.state = 11042; this.opt_scrollable(); - this.state = 11038; + this.state = 11043; this.match(PostgreSqlParser.KW_CURSOR); - this.state = 11039; + this.state = 11044; this.decl_cursor_args(); - this.state = 11040; + this.state = 11045; this.decl_is_for(); - this.state = 11041; + this.state = 11046; this.decl_cursor_query(); } break; } - this.state = 11045; + this.state = 11050; this.match(PostgreSqlParser.SEMI); } } @@ -61242,9 +61274,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_scrollable(): Opt_scrollableContext { let localContext = new Opt_scrollableContext(this.context, this.state); - this.enterRule(localContext, 1532, PostgreSqlParser.RULE_opt_scrollable); + this.enterRule(localContext, 1534, PostgreSqlParser.RULE_opt_scrollable); try { - this.state = 11051; + this.state = 11056; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURSOR: @@ -61256,16 +61288,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 2); { - this.state = 11048; + this.state = 11053; this.match(PostgreSqlParser.KW_NO); - this.state = 11049; + this.state = 11054; this.match(PostgreSqlParser.KW_SCROLL); } break; case PostgreSqlParser.KW_SCROLL: this.enterOuterAlt(localContext, 3); { - this.state = 11050; + this.state = 11055; this.match(PostgreSqlParser.KW_SCROLL); } break; @@ -61289,11 +61321,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_cursor_query(): Decl_cursor_queryContext { let localContext = new Decl_cursor_queryContext(this.context, this.state); - this.enterRule(localContext, 1534, PostgreSqlParser.RULE_decl_cursor_query); + this.enterRule(localContext, 1536, PostgreSqlParser.RULE_decl_cursor_query); try { this.enterOuterAlt(localContext, 1); { - this.state = 11053; + this.state = 11058; this.selectstmt(); } } @@ -61313,9 +61345,9 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_cursor_args(): Decl_cursor_argsContext { let localContext = new Decl_cursor_argsContext(this.context, this.state); - this.enterRule(localContext, 1536, PostgreSqlParser.RULE_decl_cursor_args); + this.enterRule(localContext, 1538, PostgreSqlParser.RULE_decl_cursor_args); try { - this.state = 11060; + this.state = 11065; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: @@ -61328,11 +61360,11 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 11056; + this.state = 11061; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11057; + this.state = 11062; this.decl_cursor_arglist(); - this.state = 11058; + this.state = 11063; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -61356,26 +61388,26 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_cursor_arglist(): Decl_cursor_arglistContext { let localContext = new Decl_cursor_arglistContext(this.context, this.state); - this.enterRule(localContext, 1538, PostgreSqlParser.RULE_decl_cursor_arglist); + this.enterRule(localContext, 1540, PostgreSqlParser.RULE_decl_cursor_arglist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11062; - this.decl_cursor_arg(); this.state = 11067; + this.decl_cursor_arg(); + this.state = 11072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11063; + this.state = 11068; this.match(PostgreSqlParser.COMMA); - this.state = 11064; + this.state = 11069; this.decl_cursor_arg(); } } - this.state = 11069; + this.state = 11074; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -61397,13 +61429,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, 1540, PostgreSqlParser.RULE_decl_cursor_arg); + this.enterRule(localContext, 1542, PostgreSqlParser.RULE_decl_cursor_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 11070; + this.state = 11075; this.decl_varname(); - this.state = 11071; + this.state = 11076; this.decl_datatype(); } } @@ -61423,12 +61455,12 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_is_for(): Decl_is_forContext { let localContext = new Decl_is_forContext(this.context, this.state); - this.enterRule(localContext, 1542, PostgreSqlParser.RULE_decl_is_for); + this.enterRule(localContext, 1544, PostgreSqlParser.RULE_decl_is_for); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11073; + this.state = 11078; _la = this.tokenStream.LA(1); if(!(_la === 62 || _la === 116)) { this.errorHandler.recoverInline(this); @@ -61455,15 +61487,15 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_aliasitem(): Decl_aliasitemContext { let localContext = new Decl_aliasitemContext(this.context, this.state); - this.enterRule(localContext, 1544, PostgreSqlParser.RULE_decl_aliasitem); + this.enterRule(localContext, 1546, PostgreSqlParser.RULE_decl_aliasitem); try { - this.state = 11077; + this.state = 11082; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PARAM: this.enterOuterAlt(localContext, 1); { - this.state = 11075; + this.state = 11080; this.match(PostgreSqlParser.PARAM); } break; @@ -61868,7 +61900,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 11076; + this.state = 11081; this.colid(); } break; @@ -61892,11 +61924,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_varname(): Decl_varnameContext { let localContext = new Decl_varnameContext(this.context, this.state); - this.enterRule(localContext, 1546, PostgreSqlParser.RULE_decl_varname); + this.enterRule(localContext, 1548, PostgreSqlParser.RULE_decl_varname); try { this.enterOuterAlt(localContext, 1); { - this.state = 11079; + this.state = 11084; this.any_identifier(); } } @@ -61916,11 +61948,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_const(): Decl_constContext { let localContext = new Decl_constContext(this.context, this.state); - this.enterRule(localContext, 1548, PostgreSqlParser.RULE_decl_const); + this.enterRule(localContext, 1550, PostgreSqlParser.RULE_decl_const); try { - this.state = 11083; + this.state = 11088; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1178, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1179, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -61930,7 +61962,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11082; + this.state = 11087; this.match(PostgreSqlParser.KW_CONSTANT); } break; @@ -61952,11 +61984,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_datatype(): Decl_datatypeContext { let localContext = new Decl_datatypeContext(this.context, this.state); - this.enterRule(localContext, 1550, PostgreSqlParser.RULE_decl_datatype); + this.enterRule(localContext, 1552, PostgreSqlParser.RULE_decl_datatype); try { this.enterOuterAlt(localContext, 1); { - this.state = 11085; + this.state = 11090; this.typename(); } } @@ -61976,9 +62008,9 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_collate(): Decl_collateContext { let localContext = new Decl_collateContext(this.context, this.state); - this.enterRule(localContext, 1552, PostgreSqlParser.RULE_decl_collate); + this.enterRule(localContext, 1554, PostgreSqlParser.RULE_decl_collate); try { - this.state = 11090; + this.state = 11095; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -61994,9 +62026,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_COLLATE: this.enterOuterAlt(localContext, 2); { - this.state = 11088; + this.state = 11093; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 11089; + this.state = 11094; this.any_name(); } break; @@ -62020,9 +62052,9 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_notnull(): Decl_notnullContext { let localContext = new Decl_notnullContext(this.context, this.state); - this.enterRule(localContext, 1554, PostgreSqlParser.RULE_decl_notnull); + this.enterRule(localContext, 1556, PostgreSqlParser.RULE_decl_notnull); try { - this.state = 11095; + this.state = 11100; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -62037,9 +62069,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 11093; + this.state = 11098; this.match(PostgreSqlParser.KW_NOT); - this.state = 11094; + this.state = 11099; this.match(PostgreSqlParser.KW_NULL); } break; @@ -62063,9 +62095,9 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_defval(): Decl_defvalContext { let localContext = new Decl_defvalContext(this.context, this.state); - this.enterRule(localContext, 1556, PostgreSqlParser.RULE_decl_defval); + this.enterRule(localContext, 1558, PostgreSqlParser.RULE_decl_defval); try { - this.state = 11101; + this.state = 11106; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -62079,9 +62111,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 11098; + this.state = 11103; this.decl_defkey(); - this.state = 11099; + this.state = 11104; this.sql_expression(); } break; @@ -62105,23 +62137,23 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_defkey(): Decl_defkeyContext { let localContext = new Decl_defkeyContext(this.context, this.state); - this.enterRule(localContext, 1558, PostgreSqlParser.RULE_decl_defkey); + this.enterRule(localContext, 1560, PostgreSqlParser.RULE_decl_defkey); try { - this.state = 11105; + this.state = 11110; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EQUAL: case PostgreSqlParser.COLON_EQUALS: this.enterOuterAlt(localContext, 1); { - this.state = 11103; + this.state = 11108; this.assign_operator(); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 11104; + this.state = 11109; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -62145,12 +62177,12 @@ export class PostgreSqlParser extends SQLParserBase { } public assign_operator(): Assign_operatorContext { let localContext = new Assign_operatorContext(this.context, this.state); - this.enterRule(localContext, 1560, PostgreSqlParser.RULE_assign_operator); + this.enterRule(localContext, 1562, PostgreSqlParser.RULE_assign_operator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11107; + this.state = 11112; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 20)) { this.errorHandler.recoverInline(this); @@ -62177,26 +62209,26 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_sect(): Proc_sectContext { let localContext = new Proc_sectContext(this.context, this.state); - this.enterRule(localContext, 1562, PostgreSqlParser.RULE_proc_sect); + this.enterRule(localContext, 1564, PostgreSqlParser.RULE_proc_sect); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 11112; + this.state = 11117; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1183, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1184, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 11109; + this.state = 11114; this.proc_stmt(); } } } - this.state = 11114; + this.state = 11119; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1183, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1184, this.context); } } } @@ -62216,185 +62248,185 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_stmt(): Proc_stmtContext { let localContext = new Proc_stmtContext(this.context, this.state); - this.enterRule(localContext, 1564, PostgreSqlParser.RULE_proc_stmt); + this.enterRule(localContext, 1566, PostgreSqlParser.RULE_proc_stmt); try { - this.state = 11142; + this.state = 11147; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1184, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1185, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11115; + this.state = 11120; this.pl_block(); - this.state = 11116; + this.state = 11121; this.match(PostgreSqlParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11118; + this.state = 11123; this.stmt_return(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11119; + this.state = 11124; this.stmt_raise(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 11120; + this.state = 11125; this.stmt_assign(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 11121; + this.state = 11126; this.stmt_if(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 11122; + this.state = 11127; this.stmt_case(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 11123; + this.state = 11128; this.stmt_loop(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 11124; + this.state = 11129; this.stmt_while(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 11125; + this.state = 11130; this.stmt_for(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 11126; + this.state = 11131; this.stmt_foreach_a(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 11127; + this.state = 11132; this.stmt_exit(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 11128; + this.state = 11133; this.stmt_assert(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 11129; + this.state = 11134; this.stmt_execsql(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 11130; + this.state = 11135; this.stmt_dynexecute(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 11131; + this.state = 11136; this.stmt_perform(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 11132; + this.state = 11137; this.stmt_call(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 11133; + this.state = 11138; this.stmt_getdiag(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 11134; + this.state = 11139; this.stmt_open(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 11135; + this.state = 11140; this.stmt_fetch(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 11136; + this.state = 11141; this.stmt_move(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 11137; + this.state = 11142; this.stmt_close(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 11138; + this.state = 11143; this.stmt_null(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 11139; + this.state = 11144; this.stmt_commit(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 11140; + this.state = 11145; this.stmt_rollback(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 11141; + this.state = 11146; this.stmt_set(); } break; @@ -62416,15 +62448,15 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_perform(): Stmt_performContext { let localContext = new Stmt_performContext(this.context, this.state); - this.enterRule(localContext, 1566, PostgreSqlParser.RULE_stmt_perform); + this.enterRule(localContext, 1568, PostgreSqlParser.RULE_stmt_perform); try { this.enterOuterAlt(localContext, 1); { - this.state = 11144; + this.state = 11149; this.match(PostgreSqlParser.KW_PERFORM); - this.state = 11145; + this.state = 11150; this.expr_until_semi(); - this.state = 11146; + this.state = 11151; this.match(PostgreSqlParser.SEMI); } } @@ -62444,30 +62476,30 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_call(): Stmt_callContext { let localContext = new Stmt_callContext(this.context, this.state); - this.enterRule(localContext, 1568, PostgreSqlParser.RULE_stmt_call); + this.enterRule(localContext, 1570, PostgreSqlParser.RULE_stmt_call); try { - this.state = 11164; + this.state = 11169; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CALL: this.enterOuterAlt(localContext, 1); { - this.state = 11148; + this.state = 11153; this.match(PostgreSqlParser.KW_CALL); - this.state = 11149; + this.state = 11154; this.any_identifier(); - this.state = 11155; + this.state = 11160; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1185, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1186, this.context) ) { case 1: { - this.state = 11150; + this.state = 11155; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11151; + this.state = 11156; this.opt_expr_list(); - this.state = 11152; + this.state = 11157; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 11153; + this.state = 11158; this.match(PostgreSqlParser.SEMI); } break; @@ -62477,17 +62509,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DO: this.enterOuterAlt(localContext, 2); { - this.state = 11157; - this.match(PostgreSqlParser.KW_DO); - this.state = 11158; - this.any_identifier(); - this.state = 11159; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11160; - this.opt_expr_list(); - this.state = 11161; - this.match(PostgreSqlParser.CLOSE_PAREN); this.state = 11162; + this.match(PostgreSqlParser.KW_DO); + this.state = 11163; + this.any_identifier(); + this.state = 11164; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 11165; + this.opt_expr_list(); + this.state = 11166; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 11167; this.match(PostgreSqlParser.SEMI); } break; @@ -62511,9 +62543,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_expr_list(): Opt_expr_listContext { let localContext = new Opt_expr_listContext(this.context, this.state); - this.enterRule(localContext, 1570, PostgreSqlParser.RULE_opt_expr_list); + this.enterRule(localContext, 1572, PostgreSqlParser.RULE_opt_expr_list); try { - this.state = 11168; + this.state = 11173; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.CLOSE_PAREN: @@ -62970,7 +63002,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 11167; + this.state = 11172; this.expr_list(); } break; @@ -62994,17 +63026,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_assign(): Stmt_assignContext { let localContext = new Stmt_assignContext(this.context, this.state); - this.enterRule(localContext, 1572, PostgreSqlParser.RULE_stmt_assign); + this.enterRule(localContext, 1574, PostgreSqlParser.RULE_stmt_assign); try { this.enterOuterAlt(localContext, 1); { - this.state = 11170; + this.state = 11175; this.assign_var(); - this.state = 11171; + this.state = 11176; this.assign_operator(); - this.state = 11172; + this.state = 11177; this.sql_expression(); - this.state = 11173; + this.state = 11178; this.match(PostgreSqlParser.SEMI); } } @@ -63024,19 +63056,19 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_getdiag(): Stmt_getdiagContext { let localContext = new Stmt_getdiagContext(this.context, this.state); - this.enterRule(localContext, 1574, PostgreSqlParser.RULE_stmt_getdiag); + this.enterRule(localContext, 1576, PostgreSqlParser.RULE_stmt_getdiag); try { this.enterOuterAlt(localContext, 1); { - this.state = 11175; + this.state = 11180; this.match(PostgreSqlParser.KW_GET); - this.state = 11176; + this.state = 11181; this.getdiag_area_opt(); - this.state = 11177; + this.state = 11182; this.match(PostgreSqlParser.KW_DIAGNOSTICS); - this.state = 11178; + this.state = 11183; this.getdiag_list(); - this.state = 11179; + this.state = 11184; this.match(PostgreSqlParser.SEMI); } } @@ -63056,9 +63088,9 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_area_opt(): Getdiag_area_optContext { let localContext = new Getdiag_area_optContext(this.context, this.state); - this.enterRule(localContext, 1576, PostgreSqlParser.RULE_getdiag_area_opt); + this.enterRule(localContext, 1578, PostgreSqlParser.RULE_getdiag_area_opt); try { - this.state = 11184; + this.state = 11189; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DIAGNOSTICS: @@ -63070,14 +63102,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT: this.enterOuterAlt(localContext, 2); { - this.state = 11182; + this.state = 11187; this.match(PostgreSqlParser.KW_CURRENT); } break; case PostgreSqlParser.KW_STACKED: this.enterOuterAlt(localContext, 3); { - this.state = 11183; + this.state = 11188; this.match(PostgreSqlParser.KW_STACKED); } break; @@ -63101,26 +63133,26 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_list(): Getdiag_listContext { let localContext = new Getdiag_listContext(this.context, this.state); - this.enterRule(localContext, 1578, PostgreSqlParser.RULE_getdiag_list); + this.enterRule(localContext, 1580, PostgreSqlParser.RULE_getdiag_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11186; - this.getdiag_list_item(); this.state = 11191; + this.getdiag_list_item(); + this.state = 11196; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11187; + this.state = 11192; this.match(PostgreSqlParser.COMMA); - this.state = 11188; + this.state = 11193; this.getdiag_list_item(); } } - this.state = 11193; + this.state = 11198; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -63142,15 +63174,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, 1580, PostgreSqlParser.RULE_getdiag_list_item); + this.enterRule(localContext, 1582, PostgreSqlParser.RULE_getdiag_list_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 11194; + this.state = 11199; this.getdiag_target(); - this.state = 11195; + this.state = 11200; this.assign_operator(); - this.state = 11196; + this.state = 11201; this.getdiag_item(); } } @@ -63170,11 +63202,11 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_item(): Getdiag_itemContext { let localContext = new Getdiag_itemContext(this.context, this.state); - this.enterRule(localContext, 1582, PostgreSqlParser.RULE_getdiag_item); + this.enterRule(localContext, 1584, PostgreSqlParser.RULE_getdiag_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 11198; + this.state = 11203; this.colid(); } } @@ -63194,11 +63226,11 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_target(): Getdiag_targetContext { let localContext = new Getdiag_targetContext(this.context, this.state); - this.enterRule(localContext, 1584, PostgreSqlParser.RULE_getdiag_target); + this.enterRule(localContext, 1586, PostgreSqlParser.RULE_getdiag_target); try { this.enterOuterAlt(localContext, 1); { - this.state = 11200; + this.state = 11205; this.assign_var(); } } @@ -63218,12 +63250,12 @@ export class PostgreSqlParser extends SQLParserBase { } public assign_var(): Assign_varContext { let localContext = new Assign_varContext(this.context, this.state); - this.enterRule(localContext, 1586, PostgreSqlParser.RULE_assign_var); + this.enterRule(localContext, 1588, PostgreSqlParser.RULE_assign_var); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11204; + this.state = 11209; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -63626,34 +63658,34 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 11202; + this.state = 11207; this.any_name(); } break; case PostgreSqlParser.PARAM: { - this.state = 11203; + this.state = 11208; this.match(PostgreSqlParser.PARAM); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 11212; + this.state = 11217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 4) { { { - this.state = 11206; + this.state = 11211; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 11207; + this.state = 11212; this.expr_until_rightbracket(); - this.state = 11208; + this.state = 11213; this.match(PostgreSqlParser.CLOSE_BRACKET); } } - this.state = 11214; + this.state = 11219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -63675,27 +63707,27 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_if(): Stmt_ifContext { let localContext = new Stmt_ifContext(this.context, this.state); - this.enterRule(localContext, 1588, PostgreSqlParser.RULE_stmt_if); + this.enterRule(localContext, 1590, PostgreSqlParser.RULE_stmt_if); try { this.enterOuterAlt(localContext, 1); { - this.state = 11215; - this.match(PostgreSqlParser.KW_IF); - this.state = 11216; - this.expr_until_then(); - this.state = 11217; - this.match(PostgreSqlParser.KW_THEN); - this.state = 11218; - this.proc_sect(); - this.state = 11219; - this.stmt_elsifs(); this.state = 11220; - this.stmt_else(); - this.state = 11221; - this.match(PostgreSqlParser.KW_END); - this.state = 11222; this.match(PostgreSqlParser.KW_IF); + this.state = 11221; + this.expr_until_then(); + this.state = 11222; + this.match(PostgreSqlParser.KW_THEN); this.state = 11223; + this.proc_sect(); + this.state = 11224; + this.stmt_elsifs(); + this.state = 11225; + this.stmt_else(); + this.state = 11226; + this.match(PostgreSqlParser.KW_END); + this.state = 11227; + this.match(PostgreSqlParser.KW_IF); + this.state = 11228; this.match(PostgreSqlParser.SEMI); } } @@ -63715,28 +63747,28 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_elsifs(): Stmt_elsifsContext { let localContext = new Stmt_elsifsContext(this.context, this.state); - this.enterRule(localContext, 1590, PostgreSqlParser.RULE_stmt_elsifs); + this.enterRule(localContext, 1592, PostgreSqlParser.RULE_stmt_elsifs); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11232; + this.state = 11237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 502) { { { - this.state = 11225; + this.state = 11230; this.match(PostgreSqlParser.KW_ELSIF); - this.state = 11226; + this.state = 11231; this.a_expr(); - this.state = 11227; + this.state = 11232; this.match(PostgreSqlParser.KW_THEN); - this.state = 11228; + this.state = 11233; this.proc_sect(); } } - this.state = 11234; + this.state = 11239; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -63758,9 +63790,9 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_else(): Stmt_elseContext { let localContext = new Stmt_elseContext(this.context, this.state); - this.enterRule(localContext, 1592, PostgreSqlParser.RULE_stmt_else); + this.enterRule(localContext, 1594, PostgreSqlParser.RULE_stmt_else); try { - this.state = 11238; + this.state = 11243; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_END: @@ -63772,9 +63804,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ELSE: this.enterOuterAlt(localContext, 2); { - this.state = 11236; + this.state = 11241; this.match(PostgreSqlParser.KW_ELSE); - this.state = 11237; + this.state = 11242; this.proc_sect(); } break; @@ -63798,23 +63830,23 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_case(): Stmt_caseContext { let localContext = new Stmt_caseContext(this.context, this.state); - this.enterRule(localContext, 1594, PostgreSqlParser.RULE_stmt_case); + this.enterRule(localContext, 1596, PostgreSqlParser.RULE_stmt_case); try { this.enterOuterAlt(localContext, 1); { - this.state = 11240; - this.match(PostgreSqlParser.KW_CASE); - this.state = 11241; - this.opt_expr_until_when(); - this.state = 11242; - this.case_when_list(); - this.state = 11243; - this.opt_case_else(); - this.state = 11244; - this.match(PostgreSqlParser.KW_END); this.state = 11245; this.match(PostgreSqlParser.KW_CASE); this.state = 11246; + this.opt_expr_until_when(); + this.state = 11247; + this.case_when_list(); + this.state = 11248; + this.opt_case_else(); + this.state = 11249; + this.match(PostgreSqlParser.KW_END); + this.state = 11250; + this.match(PostgreSqlParser.KW_CASE); + this.state = 11251; this.match(PostgreSqlParser.SEMI); } } @@ -63834,11 +63866,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_expr_until_when(): Opt_expr_until_whenContext { let localContext = new Opt_expr_until_whenContext(this.context, this.state); - this.enterRule(localContext, 1596, PostgreSqlParser.RULE_opt_expr_until_when); + this.enterRule(localContext, 1598, PostgreSqlParser.RULE_opt_expr_until_when); try { - this.state = 11250; + this.state = 11255; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1194, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1195, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -63848,7 +63880,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11249; + this.state = 11254; this.sql_expression(); } break; @@ -63870,22 +63902,22 @@ export class PostgreSqlParser extends SQLParserBase { } public case_when_list(): Case_when_listContext { let localContext = new Case_when_listContext(this.context, this.state); - this.enterRule(localContext, 1598, PostgreSqlParser.RULE_case_when_list); + this.enterRule(localContext, 1600, PostgreSqlParser.RULE_case_when_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11253; + this.state = 11258; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11252; + this.state = 11257; this.case_when(); } } - this.state = 11255; + this.state = 11260; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -63907,17 +63939,17 @@ export class PostgreSqlParser extends SQLParserBase { } public case_when(): Case_whenContext { let localContext = new Case_whenContext(this.context, this.state); - this.enterRule(localContext, 1600, PostgreSqlParser.RULE_case_when); + this.enterRule(localContext, 1602, PostgreSqlParser.RULE_case_when); try { this.enterOuterAlt(localContext, 1); { - this.state = 11257; + this.state = 11262; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11258; + this.state = 11263; this.expr_list(); - this.state = 11259; + this.state = 11264; this.match(PostgreSqlParser.KW_THEN); - this.state = 11260; + this.state = 11265; this.proc_sect(); } } @@ -63937,9 +63969,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_case_else(): Opt_case_elseContext { let localContext = new Opt_case_elseContext(this.context, this.state); - this.enterRule(localContext, 1602, PostgreSqlParser.RULE_opt_case_else); + this.enterRule(localContext, 1604, PostgreSqlParser.RULE_opt_case_else); try { - this.state = 11265; + this.state = 11270; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_END: @@ -63951,9 +63983,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ELSE: this.enterOuterAlt(localContext, 2); { - this.state = 11263; + this.state = 11268; this.match(PostgreSqlParser.KW_ELSE); - this.state = 11264; + this.state = 11269; this.proc_sect(); } break; @@ -63977,13 +64009,13 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_loop(): Stmt_loopContext { let localContext = new Stmt_loopContext(this.context, this.state); - this.enterRule(localContext, 1604, PostgreSqlParser.RULE_stmt_loop); + this.enterRule(localContext, 1606, PostgreSqlParser.RULE_stmt_loop); try { this.enterOuterAlt(localContext, 1); { - this.state = 11267; + this.state = 11272; this.opt_loop_label(); - this.state = 11268; + this.state = 11273; this.loop_body(); } } @@ -64003,17 +64035,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_while(): Stmt_whileContext { let localContext = new Stmt_whileContext(this.context, this.state); - this.enterRule(localContext, 1606, PostgreSqlParser.RULE_stmt_while); + this.enterRule(localContext, 1608, PostgreSqlParser.RULE_stmt_while); try { this.enterOuterAlt(localContext, 1); { - this.state = 11270; + this.state = 11275; this.opt_loop_label(); - this.state = 11271; + this.state = 11276; this.match(PostgreSqlParser.KW_WHILE); - this.state = 11272; + this.state = 11277; this.expr_until_loop(); - this.state = 11273; + this.state = 11278; this.loop_body(); } } @@ -64033,17 +64065,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_for(): Stmt_forContext { let localContext = new Stmt_forContext(this.context, this.state); - this.enterRule(localContext, 1608, PostgreSqlParser.RULE_stmt_for); + this.enterRule(localContext, 1610, PostgreSqlParser.RULE_stmt_for); try { this.enterOuterAlt(localContext, 1); { - this.state = 11275; + this.state = 11280; this.opt_loop_label(); - this.state = 11276; + this.state = 11281; this.match(PostgreSqlParser.KW_FOR); - this.state = 11277; + this.state = 11282; this.for_control(); - this.state = 11278; + this.state = 11283; this.loop_body(); } } @@ -64063,58 +64095,58 @@ export class PostgreSqlParser extends SQLParserBase { } public for_control(): For_controlContext { let localContext = new For_controlContext(this.context, this.state); - this.enterRule(localContext, 1610, PostgreSqlParser.RULE_for_control); + this.enterRule(localContext, 1612, PostgreSqlParser.RULE_for_control); try { this.enterOuterAlt(localContext, 1); { - this.state = 11280; + this.state = 11285; this.for_variable(); - this.state = 11281; + this.state = 11286; this.match(PostgreSqlParser.KW_IN); - this.state = 11297; + this.state = 11302; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1197, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1198, this.context) ) { case 1: { - this.state = 11282; + this.state = 11287; this.cursor_name(); - this.state = 11283; + this.state = 11288; this.opt_cursor_parameters(); } break; case 2: { - this.state = 11285; + this.state = 11290; this.selectstmt(); } break; case 3: { - this.state = 11286; + this.state = 11291; this.explainstmt(); } break; case 4: { - this.state = 11287; + this.state = 11292; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11288; + this.state = 11293; this.a_expr(); - this.state = 11289; + this.state = 11294; this.opt_for_using_expression(); } break; case 5: { - this.state = 11291; + this.state = 11296; this.opt_reverse(); - this.state = 11292; + this.state = 11297; this.a_expr(); - this.state = 11293; + this.state = 11298; this.match(PostgreSqlParser.DOT_DOT); - this.state = 11294; + this.state = 11299; this.a_expr(); - this.state = 11295; + this.state = 11300; this.opt_by_expression(); } break; @@ -64137,9 +64169,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_for_using_expression(): Opt_for_using_expressionContext { let localContext = new Opt_for_using_expressionContext(this.context, this.state); - this.enterRule(localContext, 1612, PostgreSqlParser.RULE_opt_for_using_expression); + this.enterRule(localContext, 1614, PostgreSqlParser.RULE_opt_for_using_expression); try { - this.state = 11302; + this.state = 11307; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64152,9 +64184,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11300; + this.state = 11305; this.match(PostgreSqlParser.KW_USING); - this.state = 11301; + this.state = 11306; this.expr_list(); } break; @@ -64178,10 +64210,10 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_cursor_parameters(): Opt_cursor_parametersContext { let localContext = new Opt_cursor_parametersContext(this.context, this.state); - this.enterRule(localContext, 1614, PostgreSqlParser.RULE_opt_cursor_parameters); + this.enterRule(localContext, 1616, PostgreSqlParser.RULE_opt_cursor_parameters); let _la: number; try { - this.state = 11316; + this.state = 11321; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LOOP: @@ -64193,27 +64225,27 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 11305; + this.state = 11310; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11306; - this.a_expr(); this.state = 11311; + this.a_expr(); + this.state = 11316; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11307; + this.state = 11312; this.match(PostgreSqlParser.COMMA); - this.state = 11308; + this.state = 11313; this.a_expr(); } } - this.state = 11313; + this.state = 11318; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 11314; + this.state = 11319; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -64237,11 +64269,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_reverse(): Opt_reverseContext { let localContext = new Opt_reverseContext(this.context, this.state); - this.enterRule(localContext, 1616, PostgreSqlParser.RULE_opt_reverse); + this.enterRule(localContext, 1618, PostgreSqlParser.RULE_opt_reverse); try { - this.state = 11320; + this.state = 11325; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1201, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1202, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -64251,7 +64283,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11319; + this.state = 11324; this.match(PostgreSqlParser.KW_REVERSE); } break; @@ -64273,9 +64305,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_by_expression(): Opt_by_expressionContext { let localContext = new Opt_by_expressionContext(this.context, this.state); - this.enterRule(localContext, 1618, PostgreSqlParser.RULE_opt_by_expression); + this.enterRule(localContext, 1620, PostgreSqlParser.RULE_opt_by_expression); try { - this.state = 11325; + this.state = 11330; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LOOP: @@ -64287,9 +64319,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BY: this.enterOuterAlt(localContext, 2); { - this.state = 11323; + this.state = 11328; this.match(PostgreSqlParser.KW_BY); - this.state = 11324; + this.state = 11329; this.a_expr(); } break; @@ -64313,11 +64345,11 @@ export class PostgreSqlParser extends SQLParserBase { } public for_variable(): For_variableContext { let localContext = new For_variableContext(this.context, this.state); - this.enterRule(localContext, 1620, PostgreSqlParser.RULE_for_variable); + this.enterRule(localContext, 1622, PostgreSqlParser.RULE_for_variable); try { this.enterOuterAlt(localContext, 1); { - this.state = 11327; + this.state = 11332; this.any_name_list(); } } @@ -64337,25 +64369,25 @@ 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, 1622, PostgreSqlParser.RULE_stmt_foreach_a); + this.enterRule(localContext, 1624, PostgreSqlParser.RULE_stmt_foreach_a); try { this.enterOuterAlt(localContext, 1); { - this.state = 11329; - this.opt_loop_label(); - this.state = 11330; - this.match(PostgreSqlParser.KW_FOREACH); - this.state = 11331; - this.for_variable(); - this.state = 11332; - this.foreach_slice(); - this.state = 11333; - this.match(PostgreSqlParser.KW_IN); this.state = 11334; - this.match(PostgreSqlParser.KW_ARRAY); + this.opt_loop_label(); this.state = 11335; - this.a_expr(); + this.match(PostgreSqlParser.KW_FOREACH); this.state = 11336; + this.for_variable(); + this.state = 11337; + this.foreach_slice(); + this.state = 11338; + this.match(PostgreSqlParser.KW_IN); + this.state = 11339; + this.match(PostgreSqlParser.KW_ARRAY); + this.state = 11340; + this.a_expr(); + this.state = 11341; this.loop_body(); } } @@ -64375,9 +64407,9 @@ export class PostgreSqlParser extends SQLParserBase { } public foreach_slice(): Foreach_sliceContext { let localContext = new Foreach_sliceContext(this.context, this.state); - this.enterRule(localContext, 1624, PostgreSqlParser.RULE_foreach_slice); + this.enterRule(localContext, 1626, PostgreSqlParser.RULE_foreach_slice); try { - this.state = 11341; + this.state = 11346; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: @@ -64389,9 +64421,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SLICE: this.enterOuterAlt(localContext, 2); { - this.state = 11339; + this.state = 11344; this.match(PostgreSqlParser.KW_SLICE); - this.state = 11340; + this.state = 11345; this.iconst(); } break; @@ -64415,26 +64447,26 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_exit(): Stmt_exitContext { let localContext = new Stmt_exitContext(this.context, this.state); - this.enterRule(localContext, 1626, PostgreSqlParser.RULE_stmt_exit); + this.enterRule(localContext, 1628, PostgreSqlParser.RULE_stmt_exit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11343; + this.state = 11348; this.exit_type(); - this.state = 11344; + this.state = 11349; this.opt_label(); - this.state = 11346; + this.state = 11351; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 11345; + this.state = 11350; this.opt_exitcond(); } } - this.state = 11348; + this.state = 11353; this.match(PostgreSqlParser.SEMI); } } @@ -64454,12 +64486,12 @@ export class PostgreSqlParser extends SQLParserBase { } public exit_type(): Exit_typeContext { let localContext = new Exit_typeContext(this.context, this.state); - this.enterRule(localContext, 1628, PostgreSqlParser.RULE_exit_type); + this.enterRule(localContext, 1630, PostgreSqlParser.RULE_exit_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11350; + this.state = 11355; _la = this.tokenStream.LA(1); if(!(_la === 167 || _la === 507)) { this.errorHandler.recoverInline(this); @@ -64486,37 +64518,37 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_return(): Stmt_returnContext { let localContext = new Stmt_returnContext(this.context, this.state); - this.enterRule(localContext, 1630, PostgreSqlParser.RULE_stmt_return); + this.enterRule(localContext, 1632, PostgreSqlParser.RULE_stmt_return); try { this.enterOuterAlt(localContext, 1); { - this.state = 11352; + this.state = 11357; this.match(PostgreSqlParser.KW_RETURN); - this.state = 11364; + this.state = 11369; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1206, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1207, this.context) ) { case 1: { - this.state = 11353; + this.state = 11358; this.match(PostgreSqlParser.KW_NEXT); - this.state = 11354; + this.state = 11359; this.sql_expression(); } break; case 2: { - this.state = 11355; + this.state = 11360; this.match(PostgreSqlParser.KW_QUERY); - this.state = 11361; + this.state = 11366; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EXECUTE: { - this.state = 11356; + this.state = 11361; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11357; + this.state = 11362; this.a_expr(); - this.state = 11358; + this.state = 11363; this.opt_for_using_expression(); } break; @@ -64526,7 +64558,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 11360; + this.state = 11365; this.selectstmt(); } break; @@ -64537,12 +64569,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 11363; + this.state = 11368; this.opt_return_result(); } break; } - this.state = 11366; + this.state = 11371; this.match(PostgreSqlParser.SEMI); } } @@ -64562,11 +64594,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_return_result(): Opt_return_resultContext { let localContext = new Opt_return_resultContext(this.context, this.state); - this.enterRule(localContext, 1632, PostgreSqlParser.RULE_opt_return_result); + this.enterRule(localContext, 1634, PostgreSqlParser.RULE_opt_return_result); try { - this.state = 11370; + this.state = 11375; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1207, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1208, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -64576,7 +64608,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11369; + this.state = 11374; this.sql_expression(); } break; @@ -64598,110 +64630,110 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_raise(): Stmt_raiseContext { let localContext = new Stmt_raiseContext(this.context, this.state); - this.enterRule(localContext, 1634, PostgreSqlParser.RULE_stmt_raise); + this.enterRule(localContext, 1636, PostgreSqlParser.RULE_stmt_raise); let _la: number; try { - this.state = 11406; + this.state = 11411; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1212, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1213, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11372; + this.state = 11377; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11374; + this.state = 11379; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0)) { { - this.state = 11373; + this.state = 11378; this.opt_stmt_raise_level(); } } - this.state = 11376; + this.state = 11381; this.sconst(); - this.state = 11377; + this.state = 11382; this.opt_raise_list(); - this.state = 11378; + this.state = 11383; this.opt_raise_using(); - this.state = 11379; + this.state = 11384; this.match(PostgreSqlParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11381; + this.state = 11386; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11383; + this.state = 11388; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1209, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1210, this.context) ) { case 1: { - this.state = 11382; + this.state = 11387; this.opt_stmt_raise_level(); } break; } - this.state = 11385; + this.state = 11390; this.identifier(); - this.state = 11386; + this.state = 11391; this.opt_raise_using(); - this.state = 11387; + this.state = 11392; this.match(PostgreSqlParser.SEMI); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11389; + this.state = 11394; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11391; + this.state = 11396; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0)) { { - this.state = 11390; + this.state = 11395; this.opt_stmt_raise_level(); } } - this.state = 11393; + this.state = 11398; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 11394; + this.state = 11399; this.sconst(); - this.state = 11395; + this.state = 11400; this.opt_raise_using(); - this.state = 11396; + this.state = 11401; this.match(PostgreSqlParser.SEMI); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 11398; + this.state = 11403; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11400; + this.state = 11405; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0)) { { - this.state = 11399; + this.state = 11404; this.opt_stmt_raise_level(); } } - this.state = 11402; + this.state = 11407; this.opt_raise_using(); - this.state = 11403; + this.state = 11408; this.match(PostgreSqlParser.SEMI); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 11405; + this.state = 11410; this.match(PostgreSqlParser.KW_RAISE); } break; @@ -64723,12 +64755,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_stmt_raise_level(): Opt_stmt_raise_levelContext { let localContext = new Opt_stmt_raise_levelContext(this.context, this.state); - this.enterRule(localContext, 1636, PostgreSqlParser.RULE_opt_stmt_raise_level); + this.enterRule(localContext, 1638, PostgreSqlParser.RULE_opt_stmt_raise_level); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11408; + this.state = 11413; _la = this.tokenStream.LA(1); if(!(((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0))) { this.errorHandler.recoverInline(this); @@ -64755,10 +64787,10 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_raise_list(): Opt_raise_listContext { let localContext = new Opt_raise_listContext(this.context, this.state); - this.enterRule(localContext, 1638, PostgreSqlParser.RULE_opt_raise_list); + this.enterRule(localContext, 1640, PostgreSqlParser.RULE_opt_raise_list); let _la: number; try { - this.state = 11417; + this.state = 11422; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64771,19 +64803,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.COMMA: this.enterOuterAlt(localContext, 2); { - this.state = 11413; + this.state = 11418; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11411; + this.state = 11416; this.match(PostgreSqlParser.COMMA); - this.state = 11412; + this.state = 11417; this.a_expr(); } } - this.state = 11415; + this.state = 11420; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 6); @@ -64809,9 +64841,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_raise_using(): Opt_raise_usingContext { let localContext = new Opt_raise_usingContext(this.context, this.state); - this.enterRule(localContext, 1640, PostgreSqlParser.RULE_opt_raise_using); + this.enterRule(localContext, 1642, PostgreSqlParser.RULE_opt_raise_using); try { - this.state = 11422; + this.state = 11427; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64823,9 +64855,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11420; + this.state = 11425; this.match(PostgreSqlParser.KW_USING); - this.state = 11421; + this.state = 11426; this.opt_raise_using_elem_list(); } break; @@ -64849,15 +64881,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, 1642, PostgreSqlParser.RULE_opt_raise_using_elem); + this.enterRule(localContext, 1644, PostgreSqlParser.RULE_opt_raise_using_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 11424; + this.state = 11429; this.identifier(); - this.state = 11425; + this.state = 11430; this.match(PostgreSqlParser.EQUAL); - this.state = 11426; + this.state = 11431; this.a_expr(); } } @@ -64877,26 +64909,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_raise_using_elem_list(): Opt_raise_using_elem_listContext { let localContext = new Opt_raise_using_elem_listContext(this.context, this.state); - this.enterRule(localContext, 1644, PostgreSqlParser.RULE_opt_raise_using_elem_list); + this.enterRule(localContext, 1646, PostgreSqlParser.RULE_opt_raise_using_elem_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11428; - this.opt_raise_using_elem(); this.state = 11433; + this.opt_raise_using_elem(); + this.state = 11438; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11429; + this.state = 11434; this.match(PostgreSqlParser.COMMA); - this.state = 11430; + this.state = 11435; this.opt_raise_using_elem(); } } - this.state = 11435; + this.state = 11440; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -64918,17 +64950,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_assert(): Stmt_assertContext { let localContext = new Stmt_assertContext(this.context, this.state); - this.enterRule(localContext, 1646, PostgreSqlParser.RULE_stmt_assert); + this.enterRule(localContext, 1648, PostgreSqlParser.RULE_stmt_assert); try { this.enterOuterAlt(localContext, 1); { - this.state = 11436; + this.state = 11441; this.match(PostgreSqlParser.KW_ASSERT); - this.state = 11437; + this.state = 11442; this.sql_expression(); - this.state = 11438; + this.state = 11443; this.opt_stmt_assert_message(); - this.state = 11439; + this.state = 11444; this.match(PostgreSqlParser.SEMI); } } @@ -64948,9 +64980,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_stmt_assert_message(): Opt_stmt_assert_messageContext { let localContext = new Opt_stmt_assert_messageContext(this.context, this.state); - this.enterRule(localContext, 1648, PostgreSqlParser.RULE_opt_stmt_assert_message); + this.enterRule(localContext, 1650, PostgreSqlParser.RULE_opt_stmt_assert_message); try { - this.state = 11444; + this.state = 11449; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64962,9 +64994,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.COMMA: this.enterOuterAlt(localContext, 2); { - this.state = 11442; + this.state = 11447; this.match(PostgreSqlParser.COMMA); - this.state = 11443; + this.state = 11448; this.sql_expression(); } break; @@ -64988,21 +65020,21 @@ export class PostgreSqlParser extends SQLParserBase { } public loop_body(): Loop_bodyContext { let localContext = new Loop_bodyContext(this.context, this.state); - this.enterRule(localContext, 1650, PostgreSqlParser.RULE_loop_body); + this.enterRule(localContext, 1652, PostgreSqlParser.RULE_loop_body); try { this.enterOuterAlt(localContext, 1); { - this.state = 11446; - this.match(PostgreSqlParser.KW_LOOP); - this.state = 11447; - this.proc_sect(); - this.state = 11448; - this.match(PostgreSqlParser.KW_END); - this.state = 11449; - this.match(PostgreSqlParser.KW_LOOP); - this.state = 11450; - this.opt_label(); this.state = 11451; + this.match(PostgreSqlParser.KW_LOOP); + this.state = 11452; + this.proc_sect(); + this.state = 11453; + this.match(PostgreSqlParser.KW_END); + this.state = 11454; + this.match(PostgreSqlParser.KW_LOOP); + this.state = 11455; + this.opt_label(); + this.state = 11456; this.match(PostgreSqlParser.SEMI); } } @@ -65022,13 +65054,13 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_execsql(): Stmt_execsqlContext { let localContext = new Stmt_execsqlContext(this.context, this.state); - this.enterRule(localContext, 1652, PostgreSqlParser.RULE_stmt_execsql); + this.enterRule(localContext, 1654, PostgreSqlParser.RULE_stmt_execsql); try { this.enterOuterAlt(localContext, 1); { - this.state = 11453; + this.state = 11458; this.make_execsql_stmt(); - this.state = 11454; + this.state = 11459; this.match(PostgreSqlParser.SEMI); } } @@ -65048,30 +65080,30 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_dynexecute(): Stmt_dynexecuteContext { let localContext = new Stmt_dynexecuteContext(this.context, this.state); - this.enterRule(localContext, 1654, PostgreSqlParser.RULE_stmt_dynexecute); + this.enterRule(localContext, 1656, PostgreSqlParser.RULE_stmt_dynexecute); try { this.enterOuterAlt(localContext, 1); { - this.state = 11456; + this.state = 11461; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11457; + this.state = 11462; this.a_expr(); - this.state = 11465; + this.state = 11470; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1218, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1219, this.context) ) { case 1: { - this.state = 11458; + this.state = 11463; this.opt_execute_into(); - this.state = 11459; + this.state = 11464; this.opt_execute_using(); } break; case 2: { - this.state = 11461; + this.state = 11466; this.opt_execute_using(); - this.state = 11462; + this.state = 11467; this.opt_execute_into(); } break; @@ -65081,7 +65113,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 11467; + this.state = 11472; this.match(PostgreSqlParser.SEMI); } } @@ -65101,9 +65133,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_execute_using(): Opt_execute_usingContext { let localContext = new Opt_execute_usingContext(this.context, this.state); - this.enterRule(localContext, 1656, PostgreSqlParser.RULE_opt_execute_using); + this.enterRule(localContext, 1658, PostgreSqlParser.RULE_opt_execute_using); try { - this.state = 11472; + this.state = 11477; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -65116,9 +65148,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11470; + this.state = 11475; this.match(PostgreSqlParser.KW_USING); - this.state = 11471; + this.state = 11476; this.opt_execute_using_list(); } break; @@ -65142,26 +65174,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_execute_using_list(): Opt_execute_using_listContext { let localContext = new Opt_execute_using_listContext(this.context, this.state); - this.enterRule(localContext, 1658, PostgreSqlParser.RULE_opt_execute_using_list); + this.enterRule(localContext, 1660, PostgreSqlParser.RULE_opt_execute_using_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11474; - this.a_expr(); this.state = 11479; + this.a_expr(); + this.state = 11484; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11475; + this.state = 11480; this.match(PostgreSqlParser.COMMA); - this.state = 11476; + this.state = 11481; this.a_expr(); } } - this.state = 11481; + this.state = 11486; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -65183,9 +65215,9 @@ 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, 1660, PostgreSqlParser.RULE_opt_execute_into); + this.enterRule(localContext, 1662, PostgreSqlParser.RULE_opt_execute_into); try { - this.state = 11488; + this.state = 11493; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -65198,19 +65230,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_INTO: this.enterOuterAlt(localContext, 2); { - this.state = 11483; + this.state = 11488; this.match(PostgreSqlParser.KW_INTO); - this.state = 11485; + this.state = 11490; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1221, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1222, this.context) ) { case 1: { - this.state = 11484; + this.state = 11489; this.match(PostgreSqlParser.KW_STRICT); } break; } - this.state = 11487; + this.state = 11492; this.into_target(); } break; @@ -65234,25 +65266,25 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_open(): Stmt_openContext { let localContext = new Stmt_openContext(this.context, this.state); - this.enterRule(localContext, 1662, PostgreSqlParser.RULE_stmt_open); + this.enterRule(localContext, 1664, PostgreSqlParser.RULE_stmt_open); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11490; + this.state = 11495; this.match(PostgreSqlParser.KW_OPEN); - this.state = 11508; + this.state = 11513; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1225, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1226, this.context) ) { case 1: { - this.state = 11491; + this.state = 11496; this.cursor_variable(); - this.state = 11492; + this.state = 11497; this.opt_scroll_option(); - this.state = 11493; + this.state = 11498; this.match(PostgreSqlParser.KW_FOR); - this.state = 11499; + this.state = 11504; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -65261,17 +65293,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 11494; + this.state = 11499; this.selectstmt(); } break; case PostgreSqlParser.KW_EXECUTE: { - this.state = 11495; + this.state = 11500; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11496; + this.state = 11501; this.sql_expression(); - this.state = 11497; + this.state = 11502; this.opt_open_using(); } break; @@ -65282,18 +65314,18 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 11501; - this.colid(); this.state = 11506; + this.colid(); + this.state = 11511; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 11502; + this.state = 11507; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11503; + this.state = 11508; this.opt_open_bound_list(); - this.state = 11504; + this.state = 11509; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -65301,7 +65333,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 11510; + this.state = 11515; this.match(PostgreSqlParser.SEMI); } } @@ -65321,26 +65353,26 @@ 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, 1664, PostgreSqlParser.RULE_opt_open_bound_list_item); + this.enterRule(localContext, 1666, PostgreSqlParser.RULE_opt_open_bound_list_item); try { - this.state = 11517; + this.state = 11522; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1226, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1227, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11512; + this.state = 11517; this.colid(); - this.state = 11513; + this.state = 11518; this.match(PostgreSqlParser.COLON_EQUALS); - this.state = 11514; + this.state = 11519; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11516; + this.state = 11521; this.a_expr(); } break; @@ -65362,26 +65394,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_open_bound_list(): Opt_open_bound_listContext { let localContext = new Opt_open_bound_listContext(this.context, this.state); - this.enterRule(localContext, 1666, PostgreSqlParser.RULE_opt_open_bound_list); + this.enterRule(localContext, 1668, PostgreSqlParser.RULE_opt_open_bound_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11519; - this.opt_open_bound_list_item(); this.state = 11524; + this.opt_open_bound_list_item(); + this.state = 11529; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11520; + this.state = 11525; this.match(PostgreSqlParser.COMMA); - this.state = 11521; + this.state = 11526; this.opt_open_bound_list_item(); } } - this.state = 11526; + this.state = 11531; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -65403,9 +65435,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_open_using(): Opt_open_usingContext { let localContext = new Opt_open_usingContext(this.context, this.state); - this.enterRule(localContext, 1668, PostgreSqlParser.RULE_opt_open_using); + this.enterRule(localContext, 1670, PostgreSqlParser.RULE_opt_open_using); try { - this.state = 11530; + this.state = 11535; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -65417,9 +65449,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11528; + this.state = 11533; this.match(PostgreSqlParser.KW_USING); - this.state = 11529; + this.state = 11534; this.expr_list(); } break; @@ -65443,9 +65475,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_scroll_option(): Opt_scroll_optionContext { let localContext = new Opt_scroll_optionContext(this.context, this.state); - this.enterRule(localContext, 1670, PostgreSqlParser.RULE_opt_scroll_option); + this.enterRule(localContext, 1672, PostgreSqlParser.RULE_opt_scroll_option); try { - this.state = 11536; + this.state = 11541; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: @@ -65458,9 +65490,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SCROLL: this.enterOuterAlt(localContext, 2); { - this.state = 11533; + this.state = 11538; this.opt_scroll_option_no(); - this.state = 11534; + this.state = 11539; this.match(PostgreSqlParser.KW_SCROLL); } break; @@ -65484,9 +65516,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_scroll_option_no(): Opt_scroll_option_noContext { let localContext = new Opt_scroll_option_noContext(this.context, this.state); - this.enterRule(localContext, 1672, PostgreSqlParser.RULE_opt_scroll_option_no); + this.enterRule(localContext, 1674, PostgreSqlParser.RULE_opt_scroll_option_no); try { - this.state = 11540; + this.state = 11545; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SCROLL: @@ -65498,7 +65530,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 2); { - this.state = 11539; + this.state = 11544; this.match(PostgreSqlParser.KW_NO); } break; @@ -65522,31 +65554,31 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_fetch(): Stmt_fetchContext { let localContext = new Stmt_fetchContext(this.context, this.state); - this.enterRule(localContext, 1674, PostgreSqlParser.RULE_stmt_fetch); + this.enterRule(localContext, 1676, PostgreSqlParser.RULE_stmt_fetch); try { this.enterOuterAlt(localContext, 1); { - this.state = 11542; + this.state = 11547; this.match(PostgreSqlParser.KW_FETCH); - this.state = 11544; + this.state = 11549; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1231, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1232, this.context) ) { case 1: { - this.state = 11543; + this.state = 11548; localContext._direction = this.opt_fetch_direction(); } break; } - this.state = 11546; + this.state = 11551; this.opt_cursor_from(); - this.state = 11547; + this.state = 11552; this.cursor_variable(); - this.state = 11548; + this.state = 11553; this.match(PostgreSqlParser.KW_INTO); - this.state = 11549; + this.state = 11554; this.into_target(); - this.state = 11550; + this.state = 11555; this.match(PostgreSqlParser.SEMI); } } @@ -65566,11 +65598,11 @@ export class PostgreSqlParser extends SQLParserBase { } public into_target(): Into_targetContext { let localContext = new Into_targetContext(this.context, this.state); - this.enterRule(localContext, 1676, PostgreSqlParser.RULE_into_target); + this.enterRule(localContext, 1678, PostgreSqlParser.RULE_into_target); try { this.enterOuterAlt(localContext, 1); { - this.state = 11552; + this.state = 11557; this.expr_list(); } } @@ -65590,9 +65622,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_cursor_from(): Opt_cursor_fromContext { let localContext = new Opt_cursor_fromContext(this.context, this.state); - this.enterRule(localContext, 1678, PostgreSqlParser.RULE_opt_cursor_from); + this.enterRule(localContext, 1680, PostgreSqlParser.RULE_opt_cursor_from); try { - this.state = 11557; + this.state = 11562; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PARAM: @@ -66003,14 +66035,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_FROM: this.enterOuterAlt(localContext, 2); { - this.state = 11555; + this.state = 11560; this.match(PostgreSqlParser.KW_FROM); } break; case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 3); { - this.state = 11556; + this.state = 11561; this.match(PostgreSqlParser.KW_IN); } break; @@ -66034,76 +66066,76 @@ 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, 1680, PostgreSqlParser.RULE_opt_fetch_direction); + this.enterRule(localContext, 1682, PostgreSqlParser.RULE_opt_fetch_direction); let _la: number; try { - this.state = 11574; + this.state = 11579; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1234, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1235, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11559; + this.state = 11564; this.match(PostgreSqlParser.KW_NEXT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11560; + this.state = 11565; this.match(PostgreSqlParser.KW_PRIOR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11561; + this.state = 11566; this.match(PostgreSqlParser.KW_FIRST); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 11562; + this.state = 11567; this.match(PostgreSqlParser.KW_LAST); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 11563; + this.state = 11568; this.match(PostgreSqlParser.KW_ABSOLUTE); - this.state = 11564; + this.state = 11569; this.a_expr(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 11565; + this.state = 11570; this.match(PostgreSqlParser.KW_RELATIVE); - this.state = 11566; + this.state = 11571; this.a_expr(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 11567; + this.state = 11572; this.a_expr(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 11568; + this.state = 11573; this.match(PostgreSqlParser.KW_ALL); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 11569; + this.state = 11574; _la = this.tokenStream.LA(1); if(!(_la === 144 || _la === 210)) { this.errorHandler.recoverInline(this); @@ -66112,18 +66144,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 11572; + this.state = 11577; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1233, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1234, this.context) ) { case 1: { - this.state = 11570; + this.state = 11575; this.a_expr(); } break; case 2: { - this.state = 11571; + this.state = 11576; this.match(PostgreSqlParser.KW_ALL); } break; @@ -66148,25 +66180,25 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_move(): Stmt_moveContext { let localContext = new Stmt_moveContext(this.context, this.state); - this.enterRule(localContext, 1682, PostgreSqlParser.RULE_stmt_move); + this.enterRule(localContext, 1684, PostgreSqlParser.RULE_stmt_move); try { this.enterOuterAlt(localContext, 1); { - this.state = 11576; + this.state = 11581; this.match(PostgreSqlParser.KW_MOVE); - this.state = 11578; + this.state = 11583; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1235, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1236, this.context) ) { case 1: { - this.state = 11577; + this.state = 11582; this.opt_fetch_direction(); } break; } - this.state = 11580; + this.state = 11585; this.cursor_variable(); - this.state = 11581; + this.state = 11586; this.match(PostgreSqlParser.SEMI); } } @@ -66186,86 +66218,86 @@ export class PostgreSqlParser extends SQLParserBase { } public mergestmt(): MergestmtContext { let localContext = new MergestmtContext(this.context, this.state); - this.enterRule(localContext, 1684, PostgreSqlParser.RULE_mergestmt); + this.enterRule(localContext, 1686, PostgreSqlParser.RULE_mergestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11584; + this.state = 11589; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 11583; + this.state = 11588; this.with_clause(); } } - this.state = 11586; + this.state = 11591; this.match(PostgreSqlParser.KW_MERGE); - this.state = 11587; + this.state = 11592; this.match(PostgreSqlParser.KW_INTO); - this.state = 11589; + this.state = 11594; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 11588; + this.state = 11593; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 11591; + this.state = 11596; this.table_name(); - this.state = 11593; + this.state = 11598; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 11592; + this.state = 11597; this.match(PostgreSqlParser.STAR); } } - this.state = 11599; + this.state = 11604; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266381) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266381) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 11596; + this.state = 11601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 11595; + this.state = 11600; this.match(PostgreSqlParser.KW_AS); } } - this.state = 11598; + this.state = 11603; this.colid(); } } - this.state = 11601; - this.match(PostgreSqlParser.KW_USING); - this.state = 11602; - this.data_source(); - this.state = 11603; - this.match(PostgreSqlParser.KW_ON); - this.state = 11604; - this.join_condition(); this.state = 11606; + this.match(PostgreSqlParser.KW_USING); + this.state = 11607; + this.data_source(); + this.state = 11608; + this.match(PostgreSqlParser.KW_ON); + this.state = 11609; + this.join_condition(); + this.state = 11611; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11605; + this.state = 11610; this.merge_when_clause(); } } - this.state = 11608; + this.state = 11613; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -66287,34 +66319,34 @@ export class PostgreSqlParser extends SQLParserBase { } public data_source(): Data_sourceContext { let localContext = new Data_sourceContext(this.context, this.state); - this.enterRule(localContext, 1686, PostgreSqlParser.RULE_data_source); + this.enterRule(localContext, 1688, PostgreSqlParser.RULE_data_source); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11621; + this.state = 11626; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1245, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1246, this.context) ) { case 1: { - this.state = 11611; + this.state = 11616; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 11610; + this.state = 11615; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 11613; + this.state = 11618; this.table_name(); - this.state = 11615; + this.state = 11620; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 11614; + this.state = 11619; this.match(PostgreSqlParser.STAR); } } @@ -66323,18 +66355,18 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 11619; + this.state = 11624; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1244, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1245, this.context) ) { case 1: { - this.state = 11617; + this.state = 11622; this.select_no_parens(); } break; case 2: { - this.state = 11618; + this.state = 11623; this.values_clause(); } break; @@ -66342,22 +66374,22 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 11627; + this.state = 11632; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); - if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266381) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 805392667) !== 0) || _la === 585) { + if (((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266381) !== 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)) & 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)) & 1572823) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 1610785331) !== 0) || _la === 586) { { - this.state = 11624; + this.state = 11629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 11623; + this.state = 11628; this.match(PostgreSqlParser.KW_AS); } } - this.state = 11626; + this.state = 11631; this.colid(); } } @@ -66380,11 +66412,11 @@ export class PostgreSqlParser extends SQLParserBase { } public join_condition(): Join_conditionContext { let localContext = new Join_conditionContext(this.context, this.state); - this.enterRule(localContext, 1688, PostgreSqlParser.RULE_join_condition); + this.enterRule(localContext, 1690, PostgreSqlParser.RULE_join_condition); try { this.enterOuterAlt(localContext, 1); { - this.state = 11629; + this.state = 11634; this.a_expr(); } } @@ -66404,53 +66436,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, 1690, PostgreSqlParser.RULE_merge_when_clause); + this.enterRule(localContext, 1692, PostgreSqlParser.RULE_merge_when_clause); let _la: number; try { - this.state = 11657; + this.state = 11662; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1252, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1253, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11631; + this.state = 11636; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11632; + this.state = 11637; this.match(PostgreSqlParser.KW_MATCHED); - this.state = 11635; + this.state = 11640; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11633; + this.state = 11638; this.match(PostgreSqlParser.KW_AND); - this.state = 11634; + this.state = 11639; this.a_expr(); } } - this.state = 11637; - this.match(PostgreSqlParser.KW_THEN); this.state = 11642; + this.match(PostgreSqlParser.KW_THEN); + this.state = 11647; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 11638; + this.state = 11643; this.merge_update(); } break; case PostgreSqlParser.KW_DELETE: { - this.state = 11639; + this.state = 11644; this.match(PostgreSqlParser.KW_DELETE); } break; case PostgreSqlParser.KW_DO: { - this.state = 11640; + this.state = 11645; this.match(PostgreSqlParser.KW_DO); - this.state = 11641; + this.state = 11646; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -66462,40 +66494,40 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11644; - this.match(PostgreSqlParser.KW_WHEN); - this.state = 11645; - this.match(PostgreSqlParser.KW_NOT); - this.state = 11646; - this.match(PostgreSqlParser.KW_MATCHED); this.state = 11649; + this.match(PostgreSqlParser.KW_WHEN); + this.state = 11650; + this.match(PostgreSqlParser.KW_NOT); + this.state = 11651; + this.match(PostgreSqlParser.KW_MATCHED); + this.state = 11654; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11647; + this.state = 11652; this.match(PostgreSqlParser.KW_AND); - this.state = 11648; + this.state = 11653; this.a_expr(); } } - this.state = 11651; + this.state = 11656; this.match(PostgreSqlParser.KW_THEN); - this.state = 11655; + this.state = 11660; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INSERT: { - this.state = 11652; + this.state = 11657; this.merge_insert(); } break; case PostgreSqlParser.KW_DO: { - this.state = 11653; + this.state = 11658; this.match(PostgreSqlParser.KW_DO); - this.state = 11654; + this.state = 11659; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -66522,35 +66554,35 @@ export class PostgreSqlParser extends SQLParserBase { } public merge_insert(): Merge_insertContext { let localContext = new Merge_insertContext(this.context, this.state); - this.enterRule(localContext, 1692, PostgreSqlParser.RULE_merge_insert); + this.enterRule(localContext, 1694, PostgreSqlParser.RULE_merge_insert); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11659; - this.match(PostgreSqlParser.KW_INSERT); this.state = 11664; + this.match(PostgreSqlParser.KW_INSERT); + this.state = 11669; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 11660; + this.state = 11665; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11661; + this.state = 11666; this.column_list(); - this.state = 11662; + this.state = 11667; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 11669; + this.state = 11674; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 463) { { - this.state = 11666; + this.state = 11671; this.match(PostgreSqlParser.KW_OVERRIDING); - this.state = 11667; + this.state = 11672; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 349)) { this.errorHandler.recoverInline(this); @@ -66559,12 +66591,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 11668; + this.state = 11673; this.match(PostgreSqlParser.KW_VALUE); } } - this.state = 11671; + this.state = 11676; this.default_values_or_values(); } } @@ -66584,50 +66616,50 @@ export class PostgreSqlParser extends SQLParserBase { } public merge_update(): Merge_updateContext { let localContext = new Merge_updateContext(this.context, this.state); - this.enterRule(localContext, 1694, PostgreSqlParser.RULE_merge_update); + this.enterRule(localContext, 1696, PostgreSqlParser.RULE_merge_update); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 11673; + this.state = 11678; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 11674; + this.state = 11679; this.match(PostgreSqlParser.KW_SET); - this.state = 11687; + this.state = 11692; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 11687; + this.state = 11692; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1255, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1256, this.context) ) { case 1: { - this.state = 11675; + this.state = 11680; this.column_name(); - this.state = 11676; + this.state = 11681; this.match(PostgreSqlParser.EQUAL); - this.state = 11677; + this.state = 11682; this.exprofdefault(); } break; case 2: { - this.state = 11679; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11680; - this.column_list(); - this.state = 11681; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 11682; - this.match(PostgreSqlParser.EQUAL); - this.state = 11683; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 11684; - this.exprofdefaultlist(); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 11685; + this.column_list(); + this.state = 11686; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 11687; + this.match(PostgreSqlParser.EQUAL); + this.state = 11688; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 11689; + this.exprofdefaultlist(); + this.state = 11690; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -66637,9 +66669,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 11689; + this.state = 11694; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1256, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1257, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -66659,26 +66691,26 @@ 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, 1696, PostgreSqlParser.RULE_default_values_or_values); + this.enterRule(localContext, 1698, PostgreSqlParser.RULE_default_values_or_values); try { - this.state = 11695; + this.state = 11700; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 1); { - this.state = 11691; + this.state = 11696; this.match(PostgreSqlParser.KW_VALUES); - this.state = 11692; + this.state = 11697; this.exprofdefaultlist(); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 11693; + this.state = 11698; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 11694; + this.state = 11699; this.match(PostgreSqlParser.KW_VALUES); } break; @@ -66702,32 +66734,32 @@ export class PostgreSqlParser extends SQLParserBase { } public exprofdefaultlist(): ExprofdefaultlistContext { let localContext = new ExprofdefaultlistContext(this.context, this.state); - this.enterRule(localContext, 1698, PostgreSqlParser.RULE_exprofdefaultlist); + this.enterRule(localContext, 1700, PostgreSqlParser.RULE_exprofdefaultlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11697; + this.state = 11702; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11698; - this.exprofdefault(); this.state = 11703; + this.exprofdefault(); + this.state = 11708; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11699; + this.state = 11704; this.match(PostgreSqlParser.COMMA); - this.state = 11700; + this.state = 11705; this.exprofdefault(); } } - this.state = 11705; + this.state = 11710; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 11706; + this.state = 11711; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -66747,22 +66779,22 @@ export class PostgreSqlParser extends SQLParserBase { } public exprofdefault(): ExprofdefaultContext { let localContext = new ExprofdefaultContext(this.context, this.state); - this.enterRule(localContext, 1700, PostgreSqlParser.RULE_exprofdefault); + this.enterRule(localContext, 1702, PostgreSqlParser.RULE_exprofdefault); try { - this.state = 11710; + this.state = 11715; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1259, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1260, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11708; + this.state = 11713; this.sortby(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11709; + this.state = 11714; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -66784,15 +66816,15 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_close(): Stmt_closeContext { let localContext = new Stmt_closeContext(this.context, this.state); - this.enterRule(localContext, 1702, PostgreSqlParser.RULE_stmt_close); + this.enterRule(localContext, 1704, PostgreSqlParser.RULE_stmt_close); try { this.enterOuterAlt(localContext, 1); { - this.state = 11712; + this.state = 11717; this.match(PostgreSqlParser.KW_CLOSE); - this.state = 11713; + this.state = 11718; this.cursor_variable(); - this.state = 11714; + this.state = 11719; this.match(PostgreSqlParser.SEMI); } } @@ -66812,13 +66844,13 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_null(): Stmt_nullContext { let localContext = new Stmt_nullContext(this.context, this.state); - this.enterRule(localContext, 1704, PostgreSqlParser.RULE_stmt_null); + this.enterRule(localContext, 1706, PostgreSqlParser.RULE_stmt_null); try { this.enterOuterAlt(localContext, 1); { - this.state = 11716; + this.state = 11721; this.match(PostgreSqlParser.KW_NULL); - this.state = 11717; + this.state = 11722; this.match(PostgreSqlParser.SEMI); } } @@ -66838,24 +66870,24 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_commit(): Stmt_commitContext { let localContext = new Stmt_commitContext(this.context, this.state); - this.enterRule(localContext, 1706, PostgreSqlParser.RULE_stmt_commit); + this.enterRule(localContext, 1708, PostgreSqlParser.RULE_stmt_commit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11719; + this.state = 11724; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 11721; + this.state = 11726; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11720; + this.state = 11725; this.plsql_opt_transaction_chain(); } } - this.state = 11723; + this.state = 11728; this.match(PostgreSqlParser.SEMI); } } @@ -66875,24 +66907,24 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_rollback(): Stmt_rollbackContext { let localContext = new Stmt_rollbackContext(this.context, this.state); - this.enterRule(localContext, 1708, PostgreSqlParser.RULE_stmt_rollback); + this.enterRule(localContext, 1710, PostgreSqlParser.RULE_stmt_rollback); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11725; + this.state = 11730; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 11727; + this.state = 11732; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11726; + this.state = 11731; this.plsql_opt_transaction_chain(); } } - this.state = 11729; + this.state = 11734; this.match(PostgreSqlParser.SEMI); } } @@ -66912,24 +66944,24 @@ export class PostgreSqlParser extends SQLParserBase { } public plsql_opt_transaction_chain(): Plsql_opt_transaction_chainContext { let localContext = new Plsql_opt_transaction_chainContext(this.context, this.state); - this.enterRule(localContext, 1710, PostgreSqlParser.RULE_plsql_opt_transaction_chain); + this.enterRule(localContext, 1712, PostgreSqlParser.RULE_plsql_opt_transaction_chain); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11731; + this.state = 11736; this.match(PostgreSqlParser.KW_AND); - this.state = 11733; + this.state = 11738; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 11732; + this.state = 11737; this.match(PostgreSqlParser.KW_NO); } } - this.state = 11735; + this.state = 11740; this.match(PostgreSqlParser.KW_CHAIN); } } @@ -66949,32 +66981,32 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_set(): Stmt_setContext { let localContext = new Stmt_setContext(this.context, this.state); - this.enterRule(localContext, 1712, PostgreSqlParser.RULE_stmt_set); + this.enterRule(localContext, 1714, PostgreSqlParser.RULE_stmt_set); try { - this.state = 11749; + this.state = 11754; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 11737; + this.state = 11742; this.match(PostgreSqlParser.KW_SET); - this.state = 11738; + this.state = 11743; this.any_name(); - this.state = 11739; + this.state = 11744; this.match(PostgreSqlParser.KW_TO); - this.state = 11740; + this.state = 11745; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 11741; + this.state = 11746; this.match(PostgreSqlParser.SEMI); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 11743; + this.state = 11748; this.match(PostgreSqlParser.KW_RESET); - this.state = 11746; + this.state = 11751; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -67377,20 +67409,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 11744; + this.state = 11749; this.any_name(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 11745; + this.state = 11750; this.match(PostgreSqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 11748; + this.state = 11753; this.match(PostgreSqlParser.SEMI); } break; @@ -67414,9 +67446,9 @@ export class PostgreSqlParser extends SQLParserBase { } public cursor_variable(): Cursor_variableContext { let localContext = new Cursor_variableContext(this.context, this.state); - this.enterRule(localContext, 1714, PostgreSqlParser.RULE_cursor_variable); + this.enterRule(localContext, 1716, PostgreSqlParser.RULE_cursor_variable); try { - this.state = 11753; + this.state = 11758; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -67820,14 +67852,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 11751; + this.state = 11756; this.colid(); } break; case PostgreSqlParser.PARAM: this.enterOuterAlt(localContext, 2); { - this.state = 11752; + this.state = 11757; this.match(PostgreSqlParser.PARAM); } break; @@ -67851,9 +67883,9 @@ export class PostgreSqlParser extends SQLParserBase { } public exception_sect(): Exception_sectContext { let localContext = new Exception_sectContext(this.context, this.state); - this.enterRule(localContext, 1716, PostgreSqlParser.RULE_exception_sect); + this.enterRule(localContext, 1718, PostgreSqlParser.RULE_exception_sect); try { - this.state = 11758; + this.state = 11763; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_END: @@ -67865,9 +67897,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCEPTION: this.enterOuterAlt(localContext, 2); { - this.state = 11756; + this.state = 11761; this.match(PostgreSqlParser.KW_EXCEPTION); - this.state = 11757; + this.state = 11762; this.proc_exceptions(); } break; @@ -67891,22 +67923,22 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_exceptions(): Proc_exceptionsContext { let localContext = new Proc_exceptionsContext(this.context, this.state); - this.enterRule(localContext, 1718, PostgreSqlParser.RULE_proc_exceptions); + this.enterRule(localContext, 1720, PostgreSqlParser.RULE_proc_exceptions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11761; + this.state = 11766; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11760; + this.state = 11765; this.proc_exception(); } } - this.state = 11763; + this.state = 11768; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -67928,17 +67960,17 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_exception(): Proc_exceptionContext { let localContext = new Proc_exceptionContext(this.context, this.state); - this.enterRule(localContext, 1720, PostgreSqlParser.RULE_proc_exception); + this.enterRule(localContext, 1722, PostgreSqlParser.RULE_proc_exception); try { this.enterOuterAlt(localContext, 1); { - this.state = 11765; + this.state = 11770; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11766; + this.state = 11771; this.proc_conditions(); - this.state = 11767; + this.state = 11772; this.match(PostgreSqlParser.KW_THEN); - this.state = 11768; + this.state = 11773; this.proc_sect(); } } @@ -67958,26 +67990,26 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_conditions(): Proc_conditionsContext { let localContext = new Proc_conditionsContext(this.context, this.state); - this.enterRule(localContext, 1722, PostgreSqlParser.RULE_proc_conditions); + this.enterRule(localContext, 1724, PostgreSqlParser.RULE_proc_conditions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11770; - this.proc_condition(); this.state = 11775; + this.proc_condition(); + this.state = 11780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 82) { { { - this.state = 11771; + this.state = 11776; this.match(PostgreSqlParser.KW_OR); - this.state = 11772; + this.state = 11777; this.proc_condition(); } } - this.state = 11777; + this.state = 11782; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -67999,24 +68031,24 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_condition(): Proc_conditionContext { let localContext = new Proc_conditionContext(this.context, this.state); - this.enterRule(localContext, 1724, PostgreSqlParser.RULE_proc_condition); + this.enterRule(localContext, 1726, PostgreSqlParser.RULE_proc_condition); try { - this.state = 11781; + this.state = 11786; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1269, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1270, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11778; + this.state = 11783; this.any_identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11779; + this.state = 11784; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 11780; + this.state = 11785; this.sconst(); } break; @@ -68038,9 +68070,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_block_label(): Opt_block_labelContext { let localContext = new Opt_block_labelContext(this.context, this.state); - this.enterRule(localContext, 1726, PostgreSqlParser.RULE_opt_block_label); + this.enterRule(localContext, 1728, PostgreSqlParser.RULE_opt_block_label); try { - this.state = 11785; + this.state = 11790; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_BEGIN: @@ -68053,7 +68085,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.LESS_LESS: this.enterOuterAlt(localContext, 2); { - this.state = 11784; + this.state = 11789; this.label_decl(); } break; @@ -68077,9 +68109,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_loop_label(): Opt_loop_labelContext { let localContext = new Opt_loop_labelContext(this.context, this.state); - this.enterRule(localContext, 1728, PostgreSqlParser.RULE_opt_loop_label); + this.enterRule(localContext, 1730, PostgreSqlParser.RULE_opt_loop_label); try { - this.state = 11789; + this.state = 11794; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: @@ -68094,7 +68126,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.LESS_LESS: this.enterOuterAlt(localContext, 2); { - this.state = 11788; + this.state = 11793; this.label_decl(); } break; @@ -68118,9 +68150,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_label(): Opt_labelContext { let localContext = new Opt_labelContext(this.context, this.state); - this.enterRule(localContext, 1730, PostgreSqlParser.RULE_opt_label); + this.enterRule(localContext, 1732, PostgreSqlParser.RULE_opt_label); try { - this.state = 11793; + this.state = 11798; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EOF: @@ -68532,7 +68564,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 11792; + this.state = 11797; this.any_identifier(); } break; @@ -68556,13 +68588,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_exitcond(): Opt_exitcondContext { let localContext = new Opt_exitcondContext(this.context, this.state); - this.enterRule(localContext, 1732, PostgreSqlParser.RULE_opt_exitcond); + this.enterRule(localContext, 1734, PostgreSqlParser.RULE_opt_exitcond); try { this.enterOuterAlt(localContext, 1); { - this.state = 11795; + this.state = 11800; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11796; + this.state = 11801; this.expr_until_semi(); } } @@ -68582,22 +68614,22 @@ export class PostgreSqlParser extends SQLParserBase { } public any_identifier(): Any_identifierContext { let localContext = new Any_identifierContext(this.context, this.state); - this.enterRule(localContext, 1734, PostgreSqlParser.RULE_any_identifier); + this.enterRule(localContext, 1736, PostgreSqlParser.RULE_any_identifier); try { - this.state = 11800; + this.state = 11805; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1273, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1274, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11798; + this.state = 11803; this.colid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11799; + this.state = 11804; this.plsql_unreserved_keyword(); } break; @@ -68619,12 +68651,12 @@ export class PostgreSqlParser extends SQLParserBase { } public plsql_unreserved_keyword(): Plsql_unreserved_keywordContext { let localContext = new Plsql_unreserved_keywordContext(this.context, this.state); - this.enterRule(localContext, 1736, PostgreSqlParser.RULE_plsql_unreserved_keyword); + this.enterRule(localContext, 1738, PostgreSqlParser.RULE_plsql_unreserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11802; + this.state = 11807; _la = this.tokenStream.LA(1); if(!(((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 286266373) !== 0) || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 268451969) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 540945) !== 0) || _la === 207 || _la === 210 || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 419430657) !== 0) || ((((_la - 279)) & ~0x1F) === 0 && ((1 << (_la - 279)) & 268451841) !== 0) || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 1051713) !== 0) || _la === 360 || _la === 433 || _la === 434 || ((((_la - 477)) & ~0x1F) === 0 && ((1 << (_la - 477)) & 3959414785) !== 0) || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 3071) !== 0))) { this.errorHandler.recoverInline(this); @@ -68651,77 +68683,77 @@ export class PostgreSqlParser extends SQLParserBase { } public sql_expression(): Sql_expressionContext { let localContext = new Sql_expressionContext(this.context, this.state); - this.enterRule(localContext, 1738, PostgreSqlParser.RULE_sql_expression); + this.enterRule(localContext, 1740, PostgreSqlParser.RULE_sql_expression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11805; + this.state = 11810; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1274, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1275, this.context) ) { case 1: { - this.state = 11804; + this.state = 11809; this.opt_target_list(); } break; } - this.state = 11808; + this.state = 11813; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 11807; + this.state = 11812; this.into_clause(); } } - this.state = 11811; + this.state = 11816; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 11810; + this.state = 11815; this.from_clause(); } } - this.state = 11814; + this.state = 11819; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 11813; + this.state = 11818; this.where_clause(); } } - this.state = 11817; + this.state = 11822; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 11816; + this.state = 11821; this.group_clause(); } } - this.state = 11820; + this.state = 11825; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 11819; + this.state = 11824; this.having_clause(); } } - this.state = 11823; + this.state = 11828; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 104) { { - this.state = 11822; + this.state = 11827; this.window_clause(); } } @@ -68744,11 +68776,11 @@ export class PostgreSqlParser extends SQLParserBase { } public expr_until_then(): Expr_until_thenContext { let localContext = new Expr_until_thenContext(this.context, this.state); - this.enterRule(localContext, 1740, PostgreSqlParser.RULE_expr_until_then); + this.enterRule(localContext, 1742, PostgreSqlParser.RULE_expr_until_then); try { this.enterOuterAlt(localContext, 1); { - this.state = 11825; + this.state = 11830; this.sql_expression(); } } @@ -68768,11 +68800,11 @@ export class PostgreSqlParser extends SQLParserBase { } public expr_until_semi(): Expr_until_semiContext { let localContext = new Expr_until_semiContext(this.context, this.state); - this.enterRule(localContext, 1742, PostgreSqlParser.RULE_expr_until_semi); + this.enterRule(localContext, 1744, PostgreSqlParser.RULE_expr_until_semi); try { this.enterOuterAlt(localContext, 1); { - this.state = 11827; + this.state = 11832; this.sql_expression(); } } @@ -68792,11 +68824,11 @@ export class PostgreSqlParser extends SQLParserBase { } public expr_until_rightbracket(): Expr_until_rightbracketContext { let localContext = new Expr_until_rightbracketContext(this.context, this.state); - this.enterRule(localContext, 1744, PostgreSqlParser.RULE_expr_until_rightbracket); + this.enterRule(localContext, 1746, PostgreSqlParser.RULE_expr_until_rightbracket); try { this.enterOuterAlt(localContext, 1); { - this.state = 11829; + this.state = 11834; this.a_expr(); } } @@ -68816,11 +68848,11 @@ export class PostgreSqlParser extends SQLParserBase { } public expr_until_loop(): Expr_until_loopContext { let localContext = new Expr_until_loopContext(this.context, this.state); - this.enterRule(localContext, 1746, PostgreSqlParser.RULE_expr_until_loop); + this.enterRule(localContext, 1748, PostgreSqlParser.RULE_expr_until_loop); try { this.enterOuterAlt(localContext, 1); { - this.state = 11831; + this.state = 11836; this.a_expr(); } } @@ -68840,19 +68872,19 @@ export class PostgreSqlParser extends SQLParserBase { } public make_execsql_stmt(): Make_execsql_stmtContext { let localContext = new Make_execsql_stmtContext(this.context, this.state); - this.enterRule(localContext, 1748, PostgreSqlParser.RULE_make_execsql_stmt); + this.enterRule(localContext, 1750, PostgreSqlParser.RULE_make_execsql_stmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11833; + this.state = 11838; this.stmt(); - this.state = 11835; + this.state = 11840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 11834; + this.state = 11839; this.opt_returning_clause_into(); } } @@ -68875,15 +68907,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_returning_clause_into(): Opt_returning_clause_intoContext { let localContext = new Opt_returning_clause_intoContext(this.context, this.state); - this.enterRule(localContext, 1750, PostgreSqlParser.RULE_opt_returning_clause_into); + this.enterRule(localContext, 1752, PostgreSqlParser.RULE_opt_returning_clause_into); try { this.enterOuterAlt(localContext, 1); { - this.state = 11837; + this.state = 11842; this.match(PostgreSqlParser.KW_INTO); - this.state = 11838; + this.state = 11843; this.opt_strict(); - this.state = 11839; + this.state = 11844; this.into_target(); } } @@ -68904,9 +68936,9 @@ export class PostgreSqlParser extends SQLParserBase { public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { - case 627: + case 628: return this.b_expr_sempred(localContext as B_exprContext, predIndex); - case 717: + case 718: return this.column_name_sempred(localContext as Column_nameContext, predIndex); } return true; @@ -68941,7 +68973,7 @@ export class PostgreSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,591,11842,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, + 4,1,592,11847,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, @@ -69097,5170 +69129,5172 @@ export class PostgreSqlParser extends SQLParserBase { 2,857,7,857,2,858,7,858,2,859,7,859,2,860,7,860,2,861,7,861,2,862, 7,862,2,863,7,863,2,864,7,864,2,865,7,865,2,866,7,866,2,867,7,867, 2,868,7,868,2,869,7,869,2,870,7,870,2,871,7,871,2,872,7,872,2,873, - 7,873,2,874,7,874,2,875,7,875,1,0,5,0,1754,8,0,10,0,12,0,1757,9, - 0,1,0,1,0,1,1,1,1,1,2,1,2,3,2,1765,8,2,1,3,1,3,1,3,1,3,1,3,1,3,1, + 7,873,2,874,7,874,2,875,7,875,2,876,7,876,1,0,5,0,1756,8,0,10,0, + 12,0,1759,9,0,1,0,1,0,1,1,1,1,1,2,1,2,3,2,1767,8,2,1,3,1,3,1,3,1, 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1, 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1, 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1, 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1, 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1, 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1, - 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,3,3,1884, - 8,3,1,4,1,4,3,4,1888,8,4,1,5,1,5,1,5,1,6,1,6,1,6,1,6,3,6,1897,8, - 6,1,6,1,6,1,7,1,7,1,8,5,8,1904,8,8,10,8,12,8,1907,9,8,1,9,5,9,1910, - 8,9,10,9,12,9,1913,9,9,1,10,1,10,1,10,3,10,1918,8,10,1,10,1,10,1, - 10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1, - 10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1, - 10,1,10,3,10,1950,8,10,1,11,1,11,1,11,1,11,1,11,1,11,1,11,1,11,1, - 11,1,11,3,11,1962,8,11,1,12,1,12,1,12,1,12,3,12,1968,8,12,1,12,1, - 12,1,13,1,13,1,13,1,13,3,13,1976,8,13,1,13,1,13,1,14,1,14,1,14,1, - 14,3,14,1984,8,14,1,15,1,15,1,15,1,15,3,15,1990,8,15,1,15,1,15,1, - 15,1,16,1,16,1,16,1,16,3,16,1999,8,16,1,16,1,16,1,17,1,17,3,17,2005, - 8,17,1,17,1,17,1,17,1,17,1,17,1,17,1,17,1,17,1,17,1,17,3,17,2017, - 8,17,1,17,1,17,1,17,1,17,3,17,2023,8,17,1,18,1,18,5,18,2027,8,18, - 10,18,12,18,2030,9,18,1,19,1,19,1,19,1,19,3,19,2036,8,19,1,19,1, - 19,3,19,2040,8,19,1,19,1,19,1,19,3,19,2045,8,19,1,19,1,19,3,19,2049, - 8,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,3,19, - 2062,8,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,3,19,2073, - 8,19,1,20,1,20,1,20,1,20,3,20,2079,8,20,1,20,1,20,1,21,1,21,1,21, - 1,21,1,21,1,21,1,21,1,22,1,22,1,23,1,23,1,23,3,23,2095,8,23,1,23, - 3,23,2098,8,23,1,23,1,23,1,23,3,23,2103,8,23,1,23,1,23,1,24,1,24, - 3,24,2109,8,24,1,25,5,25,2112,8,25,10,25,12,25,2115,9,25,1,26,1, - 26,1,26,1,26,1,26,1,26,3,26,2123,8,26,1,27,1,27,3,27,2127,8,27,1, - 27,1,27,1,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,3,28,2139,8,28,1, - 29,1,29,3,29,2143,8,29,1,29,3,29,2146,8,29,1,29,1,29,3,29,2150,8, - 29,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,3,30,2161,8,30,1, - 30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1, - 30,1,30,1,30,3,30,2179,8,30,1,31,1,31,1,31,5,31,2184,8,31,10,31, - 12,31,2187,9,31,1,32,1,32,1,32,5,32,2192,8,32,10,32,12,32,2195,9, - 32,1,33,1,33,3,33,2199,8,33,1,34,1,34,1,34,1,34,1,34,3,34,2206,8, - 34,1,35,1,35,1,35,1,35,3,35,2212,8,35,1,36,1,36,1,36,1,36,3,36,2218, - 8,36,1,37,1,37,1,37,1,37,1,37,3,37,2225,8,37,1,37,1,37,1,37,1,37, - 1,37,1,37,1,37,1,37,1,37,3,37,2236,8,37,1,38,1,38,3,38,2240,8,38, - 1,39,1,39,3,39,2244,8,39,1,40,1,40,3,40,2248,8,40,1,41,1,41,1,41, - 1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,3,42,2261,8,42,1,43,1,43, - 3,43,2265,8,43,1,44,1,44,1,44,3,44,2270,8,44,1,45,1,45,1,45,3,45, - 2275,8,45,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,3,46, - 2287,8,46,1,47,1,47,1,47,1,47,1,47,1,48,1,48,3,48,2296,8,48,1,49, - 1,49,1,50,1,50,1,51,1,51,1,51,1,52,1,52,1,52,3,52,2308,8,52,1,52, - 1,52,1,52,3,52,2313,8,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52, - 1,52,3,52,2324,8,52,1,52,1,52,1,52,1,52,3,52,2330,8,52,1,52,1,52, - 1,52,3,52,2335,8,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52, - 2345,8,52,1,52,1,52,1,52,3,52,2350,8,52,1,52,1,52,1,52,1,52,1,52, - 3,52,2357,8,52,1,52,1,52,1,52,3,52,2362,8,52,1,52,1,52,1,52,3,52, - 2367,8,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52,2378, - 8,52,1,52,1,52,1,52,1,52,3,52,2384,8,52,1,52,1,52,1,52,3,52,2389, - 8,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52,2397,8,52,1,52,1,52,1,52, - 1,52,1,52,1,52,1,52,3,52,2406,8,52,1,52,1,52,1,52,1,52,1,52,1,52, - 1,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52,2421,8,52,1,52,1,52,1,52, - 1,52,3,52,2427,8,52,1,52,1,52,1,52,1,52,3,52,2433,8,52,1,52,1,52, - 1,52,3,52,2438,8,52,1,53,1,53,1,53,5,53,2443,8,53,10,53,12,53,2446, - 9,53,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,1,54,3,54,2457,8,54, - 1,55,1,55,1,55,1,55,5,55,2463,8,55,10,55,12,55,2466,9,55,1,55,1, - 55,1,56,1,56,1,56,3,56,2473,8,56,1,57,1,57,1,57,1,57,1,57,1,57,1, - 57,1,57,1,58,1,58,1,58,1,58,1,58,1,58,1,58,1,58,3,58,2491,8,58,1, - 59,1,59,1,59,1,59,1,60,1,60,1,60,3,60,2500,8,60,1,60,1,60,1,60,1, - 60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2514,8,60,1,60,1, - 60,3,60,2518,8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1, - 60,1,60,1,60,1,60,3,60,2533,8,60,1,60,1,60,1,60,1,60,1,60,1,60,3, - 60,2541,8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2551,8, - 60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1, - 60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1, - 60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3, - 60,2591,8,60,1,60,3,60,2594,8,60,1,60,1,60,3,60,2598,8,60,1,60,1, - 60,3,60,2602,8,60,1,60,3,60,2605,8,60,1,60,1,60,1,60,3,60,2610,8, - 60,1,60,1,60,1,60,1,60,1,60,3,60,2617,8,60,1,60,1,60,1,60,1,60,1, - 60,1,60,1,60,3,60,2626,8,60,1,60,1,60,1,60,1,60,3,60,2632,8,60,1, - 60,1,60,3,60,2636,8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2645, - 8,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2653,8,60,1,60,1,60,1,60, - 1,60,1,60,1,60,1,60,3,60,2662,8,60,1,60,1,60,1,60,1,60,1,60,1,60, - 1,60,3,60,2671,8,60,1,60,1,60,3,60,2675,8,60,1,60,1,60,1,60,1,60, - 1,60,3,60,2682,8,60,1,60,1,60,1,60,1,60,3,60,2688,8,60,1,60,1,60, - 3,60,2692,8,60,1,60,1,60,3,60,2696,8,60,1,60,1,60,1,60,3,60,2701, - 8,60,1,60,3,60,2704,8,60,1,60,1,60,3,60,2708,8,60,1,60,1,60,1,60, - 1,60,3,60,2714,8,60,1,61,1,61,1,61,1,61,1,61,3,61,2721,8,61,1,62, - 1,62,1,63,1,63,1,63,1,64,1,64,1,64,1,65,1,65,1,65,1,65,1,65,1,65, - 3,65,2737,8,65,1,66,1,66,1,66,1,66,1,67,1,67,1,67,1,68,1,68,1,68, - 5,68,2749,8,68,10,68,12,68,2752,9,68,1,69,1,69,1,69,1,69,1,69,1, - 69,1,69,3,69,2761,8,69,3,69,2763,8,69,1,70,4,70,2766,8,70,11,70, - 12,70,2767,1,71,1,71,3,71,2772,8,71,1,71,3,71,2775,8,71,1,71,1,71, - 1,71,1,71,3,71,2781,8,71,3,71,2783,8,71,1,72,1,72,1,72,1,72,1,72, + 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1, + 3,1,3,3,3,1886,8,3,1,4,1,4,3,4,1890,8,4,1,5,1,5,1,5,1,6,1,6,1,6, + 1,6,3,6,1899,8,6,1,6,1,6,1,7,1,7,1,8,5,8,1906,8,8,10,8,12,8,1909, + 9,8,1,9,5,9,1912,8,9,10,9,12,9,1915,9,9,1,10,1,10,1,10,3,10,1920, + 8,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10, + 1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10,1,10, + 1,10,1,10,1,10,1,10,1,10,3,10,1952,8,10,1,11,1,11,1,11,1,11,1,11, + 1,11,1,11,1,11,1,11,1,11,3,11,1964,8,11,1,12,1,12,1,12,1,12,3,12, + 1970,8,12,1,12,1,12,1,13,1,13,1,13,1,13,3,13,1978,8,13,1,13,1,13, + 1,14,1,14,1,14,1,14,3,14,1986,8,14,1,15,1,15,1,15,1,15,3,15,1992, + 8,15,1,15,1,15,1,15,1,16,1,16,1,16,1,16,3,16,2001,8,16,1,16,1,16, + 1,17,1,17,3,17,2007,8,17,1,17,1,17,1,17,1,17,1,17,1,17,1,17,1,17, + 1,17,1,17,3,17,2019,8,17,1,17,1,17,1,17,1,17,3,17,2025,8,17,1,18, + 1,18,5,18,2029,8,18,10,18,12,18,2032,9,18,1,19,1,19,1,19,1,19,3, + 19,2038,8,19,1,19,1,19,3,19,2042,8,19,1,19,1,19,1,19,3,19,2047,8, + 19,1,19,1,19,3,19,2051,8,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1, + 19,1,19,1,19,1,19,3,19,2064,8,19,1,19,1,19,1,19,1,19,1,19,1,19,1, + 19,1,19,1,19,3,19,2075,8,19,1,20,1,20,1,20,1,20,3,20,2081,8,20,1, + 20,1,20,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,22,1,22,1,23,1,23,1, + 23,3,23,2097,8,23,1,23,3,23,2100,8,23,1,23,1,23,1,23,3,23,2105,8, + 23,1,23,1,23,1,24,1,24,3,24,2111,8,24,1,25,5,25,2114,8,25,10,25, + 12,25,2117,9,25,1,26,1,26,1,26,1,26,1,26,1,26,3,26,2125,8,26,1,27, + 1,27,3,27,2129,8,27,1,27,1,27,1,28,1,28,1,28,1,28,1,28,1,28,1,28, + 1,28,3,28,2141,8,28,1,29,1,29,3,29,2145,8,29,1,29,3,29,2148,8,29, + 1,29,1,29,3,29,2152,8,29,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30, + 1,30,3,30,2163,8,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30,1,30, + 1,30,1,30,1,30,1,30,1,30,1,30,1,30,3,30,2181,8,30,1,31,1,31,1,31, + 5,31,2186,8,31,10,31,12,31,2189,9,31,1,32,1,32,1,32,5,32,2194,8, + 32,10,32,12,32,2197,9,32,1,33,1,33,3,33,2201,8,33,1,34,1,34,1,34, + 1,34,1,34,3,34,2208,8,34,1,35,1,35,1,35,1,35,3,35,2214,8,35,1,36, + 1,36,1,36,1,36,3,36,2220,8,36,1,37,1,37,1,37,1,37,1,37,3,37,2227, + 8,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,3,37,2238,8,37, + 1,38,1,38,3,38,2242,8,38,1,39,1,39,3,39,2246,8,39,1,40,1,40,3,40, + 2250,8,40,1,41,1,41,1,41,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42, + 3,42,2263,8,42,1,43,1,43,3,43,2267,8,43,1,44,1,44,1,44,3,44,2272, + 8,44,1,45,1,45,1,45,3,45,2277,8,45,1,46,1,46,1,46,1,46,1,46,1,46, + 1,46,1,46,1,46,1,46,3,46,2289,8,46,1,47,1,47,1,47,1,47,1,47,1,48, + 1,48,3,48,2298,8,48,1,49,1,49,1,50,1,50,1,51,1,51,1,51,1,52,1,52, + 1,52,3,52,2310,8,52,1,52,1,52,1,52,3,52,2315,8,52,1,52,1,52,1,52, + 1,52,1,52,1,52,1,52,1,52,1,52,3,52,2326,8,52,1,52,1,52,1,52,1,52, + 3,52,2332,8,52,1,52,1,52,1,52,3,52,2337,8,52,1,52,1,52,1,52,1,52, + 1,52,1,52,1,52,1,52,3,52,2347,8,52,1,52,1,52,1,52,3,52,2352,8,52, + 1,52,1,52,1,52,1,52,1,52,3,52,2359,8,52,1,52,1,52,1,52,3,52,2364, + 8,52,1,52,1,52,1,52,3,52,2369,8,52,1,52,1,52,1,52,1,52,1,52,1,52, + 1,52,1,52,1,52,3,52,2380,8,52,1,52,1,52,1,52,1,52,3,52,2386,8,52, + 1,52,1,52,1,52,3,52,2391,8,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52, + 2399,8,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52,2408,8,52,1,52, + 1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52, + 2423,8,52,1,52,1,52,1,52,1,52,3,52,2429,8,52,1,52,1,52,1,52,1,52, + 3,52,2435,8,52,1,52,1,52,1,52,3,52,2440,8,52,1,53,1,53,1,53,5,53, + 2445,8,53,10,53,12,53,2448,9,53,1,54,1,54,1,54,1,54,1,54,1,54,1, + 54,1,54,1,54,3,54,2459,8,54,1,55,1,55,1,55,1,55,5,55,2465,8,55,10, + 55,12,55,2468,9,55,1,55,1,55,1,56,1,56,1,56,3,56,2475,8,56,1,57, + 1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,58,1,58,1,58,1,58,1,58,1,58, + 1,58,1,58,3,58,2493,8,58,1,59,1,59,1,59,1,59,1,60,1,60,1,60,3,60, + 2502,8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60, + 1,60,3,60,2516,8,60,1,60,1,60,3,60,2520,8,60,1,60,1,60,1,60,1,60, + 1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2535,8,60,1,60, + 1,60,1,60,1,60,1,60,1,60,3,60,2543,8,60,1,60,1,60,1,60,1,60,1,60, + 1,60,1,60,1,60,3,60,2553,8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60, + 1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60, + 1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60, + 1,60,1,60,1,60,1,60,1,60,3,60,2593,8,60,1,60,3,60,2596,8,60,1,60, + 1,60,3,60,2600,8,60,1,60,1,60,3,60,2604,8,60,1,60,3,60,2607,8,60, + 1,60,1,60,1,60,3,60,2612,8,60,1,60,1,60,1,60,1,60,1,60,3,60,2619, + 8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2628,8,60,1,60,1,60, + 1,60,1,60,3,60,2634,8,60,1,60,1,60,3,60,2638,8,60,1,60,1,60,1,60, + 1,60,1,60,1,60,1,60,3,60,2647,8,60,1,60,1,60,1,60,1,60,1,60,1,60, + 3,60,2655,8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2664,8,60, + 1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2673,8,60,1,60,1,60,3,60, + 2677,8,60,1,60,1,60,1,60,1,60,1,60,3,60,2684,8,60,1,60,1,60,1,60, + 1,60,3,60,2690,8,60,1,60,1,60,3,60,2694,8,60,1,60,1,60,3,60,2698, + 8,60,1,60,1,60,1,60,3,60,2703,8,60,1,60,3,60,2706,8,60,1,60,1,60, + 3,60,2710,8,60,1,60,1,60,1,60,1,60,3,60,2716,8,60,1,61,1,61,1,61, + 1,61,1,61,3,61,2723,8,61,1,62,1,62,1,63,1,63,1,63,1,64,1,64,1,64, + 1,65,1,65,1,65,1,65,1,65,1,65,3,65,2739,8,65,1,66,1,66,1,66,1,66, + 1,67,1,67,1,67,1,68,1,68,1,68,5,68,2751,8,68,10,68,12,68,2754,9, + 68,1,69,1,69,1,69,1,69,1,69,1,69,1,69,3,69,2763,8,69,3,69,2765,8, + 69,1,70,4,70,2768,8,70,11,70,12,70,2769,1,71,1,71,3,71,2774,8,71, + 1,71,3,71,2777,8,71,1,71,1,71,1,71,1,71,3,71,2783,8,71,3,71,2785, + 8,71,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, - 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2811,8,72,1,73,1,73, - 1,73,1,74,1,74,1,74,5,74,2819,8,74,10,74,12,74,2822,9,74,1,75,1, - 75,1,75,1,75,1,75,1,76,1,76,1,76,5,76,2832,8,76,10,76,12,76,2835, - 9,76,1,77,1,77,1,77,1,77,3,77,2841,8,77,1,77,1,77,1,77,3,77,2846, - 8,77,1,77,1,77,3,77,2850,8,77,1,77,1,77,1,77,1,77,3,77,2856,8,77, - 1,77,1,77,1,77,3,77,2861,8,77,1,77,3,77,2864,8,77,3,77,2866,8,77, - 1,78,1,78,1,78,3,78,2871,8,78,1,79,1,79,3,79,2875,8,79,1,79,1,79, - 3,79,2879,8,79,1,79,1,79,3,79,2883,8,79,1,79,1,79,3,79,2887,8,79, - 1,79,3,79,2890,8,79,1,79,1,79,3,79,2894,8,79,1,79,1,79,1,79,1,79, - 1,79,1,79,3,79,2902,8,79,1,79,1,79,3,79,2906,8,79,1,79,1,79,3,79, - 2910,8,79,1,80,1,80,1,81,1,81,1,82,1,82,1,82,3,82,2919,8,82,1,83, - 1,83,1,83,1,83,1,83,3,83,2926,8,83,1,84,5,84,2929,8,84,10,84,12, - 84,2932,9,84,1,85,1,85,1,85,1,85,3,85,2938,8,85,1,85,1,85,1,85,3, - 85,2943,8,85,1,85,1,85,1,85,1,85,1,85,3,85,2950,8,85,1,85,1,85,1, - 85,3,85,2955,8,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1, - 85,1,85,1,85,1,85,1,85,1,85,1,85,3,85,2973,8,85,1,86,1,86,1,87,3, - 87,2978,8,87,1,87,1,87,1,87,1,88,1,88,1,89,1,89,1,89,5,89,2988,8, - 89,10,89,12,89,2991,9,89,1,90,1,90,3,90,2995,8,90,1,91,1,91,1,91, - 1,91,1,91,1,91,1,91,3,91,3004,8,91,1,92,1,92,1,92,5,92,3009,8,92, - 10,92,12,92,3012,9,92,1,93,1,93,1,94,1,94,3,94,3018,8,94,1,94,1, - 94,3,94,3022,8,94,1,94,1,94,1,94,3,94,3027,8,94,1,94,1,94,3,94,3031, - 8,94,1,94,3,94,3034,8,94,1,94,3,94,3037,8,94,1,94,3,94,3040,8,94, - 1,94,3,94,3043,8,94,1,94,3,94,3046,8,94,1,94,1,94,1,94,3,94,3051, - 8,94,1,94,3,94,3054,8,94,1,94,3,94,3057,8,94,1,94,3,94,3060,8,94, - 1,94,3,94,3063,8,94,1,94,3,94,3066,8,94,1,94,1,94,1,94,1,94,3,94, - 3072,8,94,1,94,1,94,3,94,3076,8,94,1,94,3,94,3079,8,94,1,94,3,94, - 3082,8,94,1,94,3,94,3085,8,94,1,94,3,94,3088,8,94,3,94,3090,8,94, - 1,95,1,95,1,95,1,95,1,95,1,95,1,96,1,96,1,96,1,96,1,96,1,96,1,96, - 3,96,3105,8,96,1,97,1,97,1,98,1,98,1,99,1,99,1,99,1,99,1,100,1,100, - 1,100,5,100,3118,8,100,10,100,12,100,3121,9,100,1,101,1,101,1,101, - 5,101,3126,8,101,10,101,12,101,3129,9,101,1,102,1,102,1,102,3,102, - 3134,8,102,1,103,1,103,3,103,3138,8,103,1,104,1,104,1,104,3,104, - 3143,8,104,1,104,3,104,3146,8,104,1,104,3,104,3149,8,104,1,104,1, - 104,3,104,3153,8,104,1,104,1,104,3,104,3157,8,104,1,104,1,104,1, - 105,1,105,1,105,1,106,1,106,1,106,1,106,1,106,1,106,1,106,3,106, - 3171,8,106,1,107,1,107,1,107,3,107,3176,8,107,1,107,1,107,1,108, - 5,108,3181,8,108,10,108,12,108,3184,9,108,1,109,1,109,3,109,3188, - 8,109,1,109,1,109,3,109,3192,8,109,1,109,3,109,3195,8,109,1,109, - 1,109,3,109,3199,8,109,1,109,3,109,3202,8,109,3,109,3204,8,109,1, - 110,1,110,1,110,1,110,1,110,3,110,3211,8,110,1,110,3,110,3214,8, - 110,1,110,1,110,3,110,3218,8,110,1,110,1,110,1,110,1,110,3,110,3224, - 8,110,1,110,3,110,3227,8,110,1,110,1,110,1,110,1,110,1,110,3,110, - 3234,8,110,1,110,1,110,1,110,1,110,1,110,1,110,1,110,3,110,3243, - 8,110,1,110,1,110,1,110,1,110,1,110,3,110,3250,8,110,1,110,1,110, - 1,110,3,110,3255,8,110,1,110,3,110,3258,8,110,1,110,3,110,3261,8, - 110,1,110,3,110,3264,8,110,1,111,1,111,3,111,3268,8,111,1,111,1, - 111,1,112,1,112,1,112,3,112,3275,8,112,1,113,1,113,1,113,3,113,3280, - 8,113,1,114,1,114,1,114,1,115,1,115,1,115,1,115,1,116,1,116,5,116, - 3291,8,116,10,116,12,116,3294,9,116,1,117,1,117,1,118,1,118,1,118, - 1,118,1,118,3,118,3303,8,118,1,119,1,119,1,119,1,119,1,119,1,119, - 1,119,1,119,1,119,1,119,1,119,3,119,3316,8,119,1,119,3,119,3319, - 8,119,1,119,3,119,3322,8,119,1,119,1,119,1,119,1,119,1,119,3,119, - 3329,8,119,1,119,1,119,1,119,1,119,1,119,1,119,3,119,3337,8,119, - 1,119,3,119,3340,8,119,1,119,3,119,3343,8,119,1,119,1,119,1,119, - 1,119,1,119,3,119,3350,8,119,1,119,1,119,3,119,3354,8,119,1,119, - 1,119,1,119,1,119,3,119,3360,8,119,1,119,3,119,3363,8,119,1,119, - 3,119,3366,8,119,1,119,3,119,3369,8,119,1,119,1,119,1,119,1,119, - 1,119,1,119,1,119,1,119,1,119,1,119,3,119,3381,8,119,1,119,3,119, - 3384,8,119,1,119,3,119,3387,8,119,1,119,1,119,3,119,3391,8,119,1, - 120,1,120,1,120,1,121,1,121,1,121,1,121,1,122,1,122,1,122,1,122, - 1,123,1,123,1,123,5,123,3407,8,123,10,123,12,123,3410,9,123,1,124, - 1,124,1,124,5,124,3415,8,124,10,124,12,124,3418,9,124,1,125,1,125, - 1,125,1,125,1,125,1,126,1,126,1,126,1,127,1,127,1,127,5,127,3431, - 8,127,10,127,12,127,3434,9,127,1,128,1,128,1,128,1,128,1,128,1,128, - 1,128,1,128,3,128,3444,8,128,1,129,1,129,1,129,1,129,1,129,1,130, - 1,130,1,130,1,130,1,130,1,130,1,130,1,130,3,130,3459,8,130,1,131, - 1,131,1,131,1,131,1,132,1,132,1,132,1,132,1,133,1,133,1,133,1,133, - 1,133,1,133,1,133,3,133,3476,8,133,3,133,3478,8,133,1,134,1,134, - 1,134,1,134,1,134,1,135,1,135,1,136,1,136,1,136,1,136,1,136,1,136, - 1,136,1,137,1,137,1,137,5,137,3497,8,137,10,137,12,137,3500,9,137, - 1,138,1,138,3,138,3504,8,138,1,138,3,138,3507,8,138,1,138,1,138, - 3,138,3511,8,138,1,138,3,138,3514,8,138,1,138,1,138,1,138,1,138, - 3,138,3520,8,138,1,138,3,138,3523,8,138,3,138,3525,8,138,1,139,1, - 139,1,139,1,140,1,140,1,140,1,140,1,140,1,140,3,140,3536,8,140,1, - 141,1,141,1,141,1,141,1,141,1,141,1,141,3,141,3545,8,141,1,142,1, - 142,1,142,1,143,3,143,3551,8,143,1,143,3,143,3554,8,143,1,143,3, - 143,3557,8,143,1,144,1,144,1,144,1,144,1,144,1,145,1,145,1,145,1, - 145,1,146,1,146,1,146,3,146,3571,8,146,1,146,3,146,3574,8,146,1, - 146,3,146,3577,8,146,1,146,1,146,1,146,3,146,3582,8,146,1,146,1, - 146,1,146,1,147,1,147,1,147,3,147,3590,8,147,1,147,1,147,1,147,1, - 147,1,147,1,148,1,148,3,148,3599,8,148,1,148,1,148,3,148,3603,8, - 148,1,148,1,148,1,148,1,148,3,148,3609,8,148,1,149,1,149,3,149,3613, - 8,149,1,149,3,149,3616,8,149,1,149,3,149,3619,8,149,1,149,3,149, - 3622,8,149,1,149,3,149,3625,8,149,1,150,1,150,1,150,1,150,3,150, - 3631,8,150,1,151,1,151,3,151,3635,8,151,1,151,1,151,1,151,3,151, - 3640,8,151,1,151,1,151,1,151,1,151,3,151,3646,8,151,1,152,1,152, - 3,152,3650,8,152,1,152,3,152,3653,8,152,1,152,3,152,3656,8,152,1, - 152,3,152,3659,8,152,1,153,1,153,1,154,1,154,1,154,1,154,3,154,3667, - 8,154,1,154,1,154,3,154,3671,8,154,1,155,1,155,3,155,3675,8,155, - 1,155,1,155,3,155,3679,8,155,1,155,1,155,3,155,3683,8,155,1,156, - 1,156,1,156,3,156,3688,8,156,1,156,1,156,1,156,1,157,1,157,1,158, - 1,158,1,158,1,158,1,159,4,159,3700,8,159,11,159,12,159,3701,1,160, - 1,160,1,160,1,160,1,160,1,160,1,160,3,160,3711,8,160,1,160,1,160, - 1,160,1,160,1,160,1,160,1,160,1,160,1,160,1,160,1,160,1,160,1,160, - 1,160,1,160,3,160,3728,8,160,1,160,1,160,1,160,3,160,3733,8,160, - 1,160,3,160,3736,8,160,3,160,3738,8,160,1,161,1,161,1,162,1,162, - 1,162,1,162,1,162,1,162,3,162,3748,8,162,1,163,1,163,1,163,5,163, - 3753,8,163,10,163,12,163,3756,9,163,1,164,1,164,3,164,3760,8,164, - 1,164,3,164,3763,8,164,1,164,3,164,3766,8,164,1,164,1,164,1,164, - 1,164,1,164,3,164,3773,8,164,1,164,3,164,3776,8,164,3,164,3778,8, - 164,1,165,1,165,1,166,1,166,3,166,3784,8,166,1,167,1,167,1,167,1, - 168,1,168,1,168,1,168,3,168,3793,8,168,1,169,1,169,1,170,1,170,1, - 171,1,171,1,171,1,171,3,171,3803,8,171,1,171,1,171,1,171,3,171,3808, - 8,171,1,172,1,172,1,172,1,173,1,173,1,173,3,173,3816,8,173,1,173, - 1,173,3,173,3820,8,173,1,173,1,173,1,174,5,174,3825,8,174,10,174, - 12,174,3828,9,174,1,175,1,175,1,175,1,175,1,175,1,175,1,175,3,175, - 3837,8,175,1,176,1,176,1,176,1,176,1,176,1,176,1,177,5,177,3846, - 8,177,10,177,12,177,3849,9,177,1,178,1,178,1,178,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179,1,179, - 3,179,3956,8,179,1,180,1,180,1,180,1,180,1,180,1,180,3,180,3964, - 8,180,1,180,3,180,3967,8,180,1,181,1,181,1,181,1,181,1,181,1,181, - 1,181,1,181,3,181,3977,8,181,1,182,4,182,3980,8,182,11,182,12,182, - 3981,1,183,1,183,1,184,1,184,1,184,1,184,1,184,1,184,3,184,3992, - 8,184,1,184,1,184,1,184,1,184,1,184,1,184,1,184,1,184,1,184,3,184, - 4003,8,184,1,185,1,185,1,185,1,185,1,185,1,186,1,186,1,186,5,186, - 4013,8,186,10,186,12,186,4016,9,186,1,187,1,187,1,187,1,187,1,187, - 1,188,1,188,1,188,5,188,4026,8,188,10,188,12,188,4029,9,188,1,189, - 1,189,1,189,1,189,1,189,1,189,1,189,3,189,4038,8,189,1,190,1,190, - 1,190,1,191,1,191,1,192,1,192,1,193,1,193,1,193,3,193,4050,8,193, - 1,193,1,193,3,193,4054,8,193,1,193,3,193,4057,8,193,1,193,1,193, - 1,193,1,193,1,193,3,193,4064,8,193,1,194,1,194,1,194,1,195,1,195, - 1,195,3,195,4072,8,195,1,196,1,196,1,197,1,197,1,197,1,197,1,197, - 1,197,3,197,4082,8,197,3,197,4084,8,197,1,198,1,198,1,198,1,198, - 3,198,4090,8,198,1,198,1,198,1,198,3,198,4095,8,198,1,198,1,198, - 3,198,4099,8,198,1,198,1,198,1,198,3,198,4104,8,198,1,198,1,198, - 1,198,1,198,3,198,4110,8,198,1,198,1,198,1,198,1,198,1,198,3,198, - 4117,8,198,1,198,1,198,1,198,1,198,3,198,4123,8,198,3,198,4125,8, - 198,1,199,1,199,1,199,1,199,1,199,3,199,4132,8,199,1,199,1,199,1, - 199,1,199,1,199,1,199,3,199,4140,8,199,1,200,1,200,1,200,3,200,4145, - 8,200,1,201,1,201,1,201,1,201,1,201,1,202,1,202,1,202,1,202,3,202, - 4156,8,202,1,202,1,202,1,202,1,202,1,202,3,202,4163,8,202,1,203, - 1,203,3,203,4167,8,203,1,204,1,204,1,204,1,204,1,204,1,204,1,204, - 1,204,1,204,1,205,1,205,1,205,1,205,1,205,1,205,3,205,4184,8,205, - 1,205,3,205,4187,8,205,1,205,3,205,4190,8,205,1,205,3,205,4193,8, - 205,1,205,3,205,4196,8,205,1,206,1,206,1,206,1,206,1,206,1,206,3, - 206,4204,8,206,1,206,3,206,4207,8,206,1,206,3,206,4210,8,206,1,207, - 1,207,1,207,1,207,3,207,4216,8,207,1,207,1,207,1,208,1,208,5,208, - 4222,8,208,10,208,12,208,4225,9,208,1,208,3,208,4228,8,208,1,208, - 1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,3,208,4240, - 8,208,1,208,1,208,1,208,1,208,3,208,4246,8,208,1,209,3,209,4249, - 8,209,1,209,1,209,1,209,3,209,4254,8,209,1,209,1,209,3,209,4258, - 8,209,1,209,1,209,1,209,1,209,1,209,3,209,4265,8,209,1,209,1,209, - 1,209,1,209,1,209,1,209,1,209,1,209,1,209,3,209,4276,8,209,1,210, - 1,210,1,210,1,210,1,210,1,211,1,211,1,211,1,211,1,211,1,211,1,212, - 1,212,1,212,1,213,1,213,1,213,1,214,1,214,1,214,1,214,3,214,4299, - 8,214,1,215,1,215,1,215,1,216,1,216,1,217,1,217,1,217,1,217,1,217, - 1,217,1,217,1,217,1,217,1,218,1,218,1,219,1,219,3,219,4319,8,219, - 1,219,1,219,1,219,1,219,1,219,1,219,1,219,3,219,4328,8,219,1,219, - 3,219,4331,8,219,1,219,3,219,4334,8,219,1,219,1,219,1,219,1,219, - 1,219,1,219,1,219,1,219,3,219,4344,8,219,1,219,3,219,4347,8,219, - 1,219,1,219,1,219,1,219,1,219,1,219,1,219,3,219,4356,8,219,1,219, - 1,219,3,219,4360,8,219,1,219,3,219,4363,8,219,1,219,1,219,1,219, - 1,219,1,219,1,219,3,219,4371,8,219,1,220,1,220,1,220,1,220,3,220, - 4377,8,220,1,221,1,221,3,221,4381,8,221,1,221,1,221,1,222,1,222, - 1,223,1,223,1,223,5,223,4390,8,223,10,223,12,223,4393,9,223,1,224, - 1,224,1,224,1,224,1,224,1,224,1,224,3,224,4402,8,224,1,225,1,225, - 1,225,1,226,4,226,4408,8,226,11,226,12,226,4409,1,227,1,227,1,227, - 3,227,4415,8,227,1,227,1,227,1,228,1,228,1,229,1,229,1,230,1,230, - 1,231,1,231,3,231,4427,8,231,1,231,1,231,1,232,1,232,1,233,1,233, - 1,234,1,234,1,234,1,234,1,234,1,235,1,235,1,235,1,235,3,235,4444, - 8,235,1,236,1,236,3,236,4448,8,236,1,236,1,236,5,236,4452,8,236, - 10,236,12,236,4455,9,236,1,237,1,237,1,237,1,237,3,237,4461,8,237, - 1,238,1,238,1,238,1,239,5,239,4467,8,239,10,239,12,239,4470,9,239, - 1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240,1,240, - 3,240,4483,8,240,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241, - 1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241, - 1,241,1,241,1,241,1,241,1,241,3,241,4509,8,241,1,242,1,242,1,242, - 5,242,4514,8,242,10,242,12,242,4517,9,242,1,243,1,243,1,243,1,243, - 1,243,1,243,1,244,1,244,1,244,5,244,4528,8,244,10,244,12,244,4531, - 9,244,1,245,1,245,1,245,1,245,1,245,1,245,1,246,1,246,3,246,4541, - 8,246,1,246,3,246,4544,8,246,1,247,1,247,1,247,1,247,1,247,1,247, - 1,247,1,247,1,247,1,248,1,248,3,248,4557,8,248,1,248,1,248,1,248, - 1,248,1,248,1,248,1,248,3,248,4566,8,248,1,248,1,248,1,248,1,248, - 1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248, - 1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,3,248,4591,8,248, - 1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,3,248,4602, - 8,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248, - 1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248, - 1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248, - 1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,3,248,4644,8,248, - 1,248,1,248,1,248,1,248,1,248,1,248,3,248,4652,8,248,1,248,1,248, - 1,248,1,248,3,248,4658,8,248,1,249,1,249,1,249,1,249,1,250,1,250, - 1,250,5,250,4667,8,250,10,250,12,250,4670,9,250,1,251,1,251,1,251, - 3,251,4675,8,251,1,252,1,252,1,252,1,252,1,252,1,252,3,252,4683, - 8,252,1,253,1,253,1,253,1,253,1,254,1,254,1,254,5,254,4692,8,254, - 10,254,12,254,4695,9,254,1,255,1,255,1,255,1,255,1,256,1,256,1,257, - 1,257,1,257,5,257,4706,8,257,10,257,12,257,4709,9,257,1,258,1,258, - 1,258,1,258,1,258,1,258,3,258,4717,8,258,1,258,1,258,1,258,3,258, - 4722,8,258,1,258,1,258,1,258,1,258,1,258,1,258,1,258,1,258,1,258, - 3,258,4733,8,258,1,259,1,259,1,259,1,259,1,260,1,260,1,260,1,260, - 1,260,3,260,4744,8,260,1,260,1,260,1,260,1,260,1,260,1,260,3,260, - 4752,8,260,1,260,1,260,1,260,1,261,1,261,1,261,5,261,4760,8,261, - 10,261,12,261,4763,9,261,1,262,1,262,1,262,1,262,3,262,4769,8,262, - 1,262,3,262,4772,8,262,1,262,1,262,1,262,1,262,3,262,4778,8,262, - 1,262,3,262,4781,8,262,1,262,1,262,1,262,1,262,1,262,1,262,1,262, - 1,262,1,262,1,262,1,262,1,262,1,262,3,262,4796,8,262,1,263,1,263, - 1,264,1,264,1,264,1,265,1,265,1,265,1,265,1,265,1,265,3,265,4809, - 8,265,1,266,1,266,1,267,1,267,1,267,1,267,1,267,1,267,1,267,1,268, - 1,268,1,268,1,268,1,268,1,268,1,268,1,268,1,268,1,268,1,268,1,268, - 1,268,1,268,1,268,1,268,1,268,1,268,3,268,4838,8,268,1,269,1,269, - 1,269,5,269,4843,8,269,10,269,12,269,4846,9,269,1,270,1,270,1,270, - 1,270,1,270,1,270,1,270,1,270,1,270,1,270,1,270,1,270,3,270,4860, - 8,270,1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,272,1,272,1,272, - 3,272,4872,8,272,1,272,1,272,3,272,4876,8,272,1,272,1,272,1,272, - 3,272,4881,8,272,1,272,1,272,3,272,4885,8,272,1,272,1,272,1,272, - 3,272,4890,8,272,1,272,1,272,3,272,4894,8,272,1,272,1,272,1,272, - 1,272,3,272,4900,8,272,1,272,1,272,3,272,4904,8,272,1,272,1,272, - 1,272,3,272,4909,8,272,1,272,1,272,3,272,4913,8,272,1,272,1,272, - 1,272,1,272,3,272,4919,8,272,1,272,1,272,3,272,4923,8,272,1,272, - 1,272,1,272,3,272,4928,8,272,1,272,1,272,3,272,4932,8,272,1,272, - 1,272,1,272,3,272,4937,8,272,1,272,1,272,3,272,4941,8,272,1,272, - 1,272,1,272,3,272,4946,8,272,1,272,1,272,3,272,4950,8,272,1,272, - 1,272,1,272,1,272,1,272,3,272,4957,8,272,1,272,1,272,3,272,4961, - 8,272,1,272,1,272,1,272,1,272,1,272,3,272,4968,8,272,1,272,1,272, - 3,272,4972,8,272,1,272,1,272,1,272,1,272,1,272,3,272,4979,8,272, - 1,272,1,272,3,272,4983,8,272,1,272,1,272,1,272,1,272,1,272,3,272, - 4990,8,272,1,272,1,272,3,272,4994,8,272,1,272,1,272,1,272,1,272, - 3,272,5000,8,272,1,272,1,272,3,272,5004,8,272,1,272,1,272,1,272, - 1,272,3,272,5010,8,272,1,272,1,272,3,272,5014,8,272,1,272,1,272, - 1,272,3,272,5019,8,272,1,272,1,272,3,272,5023,8,272,1,272,1,272, - 1,272,1,272,1,272,3,272,5030,8,272,1,272,1,272,3,272,5034,8,272, - 1,272,1,272,3,272,5038,8,272,1,272,1,272,3,272,5042,8,272,1,272, - 1,272,3,272,5046,8,272,1,272,1,272,1,272,3,272,5051,8,272,1,272, - 1,272,3,272,5055,8,272,1,272,1,272,1,272,3,272,5060,8,272,1,272, - 1,272,3,272,5064,8,272,1,272,1,272,1,272,3,272,5069,8,272,1,272, - 1,272,3,272,5073,8,272,1,272,1,272,1,272,3,272,5078,8,272,1,272, - 1,272,1,272,1,272,3,272,5084,8,272,1,272,1,272,1,272,3,272,5089, - 8,272,1,272,1,272,1,272,1,272,3,272,5095,8,272,1,272,1,272,1,272, - 3,272,5100,8,272,1,272,1,272,1,272,1,272,3,272,5106,8,272,1,272, - 1,272,1,272,3,272,5111,8,272,1,272,1,272,3,272,5115,8,272,1,272, - 1,272,1,272,3,272,5120,8,272,1,272,1,272,3,272,5124,8,272,1,272, - 1,272,1,272,1,272,3,272,5130,8,272,1,272,1,272,3,272,5134,8,272, - 1,272,1,272,1,272,3,272,5139,8,272,1,272,1,272,1,272,1,272,1,272, - 1,272,3,272,5147,8,272,1,272,1,272,1,272,1,272,3,272,5153,8,272, - 1,272,1,272,1,272,1,272,3,272,5159,8,272,1,272,1,272,1,272,1,272, - 3,272,5165,8,272,1,272,1,272,1,272,1,272,3,272,5171,8,272,1,272, - 1,272,1,272,1,272,1,272,3,272,5178,8,272,1,272,1,272,1,272,3,272, - 5183,8,272,1,272,1,272,3,272,5187,8,272,1,272,1,272,1,272,3,272, - 5192,8,272,1,272,1,272,3,272,5196,8,272,1,272,1,272,1,272,3,272, - 5201,8,272,1,272,1,272,1,272,1,272,3,272,5207,8,272,1,272,1,272, - 1,272,1,272,1,272,3,272,5214,8,272,1,272,1,272,1,272,3,272,5219, - 8,272,1,272,1,272,1,272,1,272,1,272,3,272,5226,8,272,1,272,1,272, - 1,272,1,272,1,272,1,272,1,272,1,272,3,272,5236,8,272,1,272,1,272, - 3,272,5240,8,272,1,272,1,272,1,272,1,272,3,272,5246,8,272,3,272, - 5248,8,272,1,273,1,273,1,273,5,273,5253,8,273,10,273,12,273,5256, - 9,273,1,274,3,274,5259,8,274,1,274,1,274,1,274,3,274,5264,8,274, - 1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,274, - 1,274,1,274,1,274,1,274,1,274,3,274,5282,8,274,1,275,1,275,1,275, - 1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,3,275, - 5297,8,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275, - 1,275,1,275,1,275,1,275,1,275,1,275,1,275,3,275,5315,8,275,1,276, - 1,276,1,277,1,277,1,277,5,277,5322,8,277,10,277,12,277,5325,9,277, - 1,278,1,278,1,278,1,278,1,279,1,279,3,279,5333,8,279,1,280,1,280, - 3,280,5337,8,280,1,281,1,281,4,281,5341,8,281,11,281,12,281,5342, - 1,282,1,282,1,282,5,282,5348,8,282,10,282,12,282,5351,9,282,1,283, - 1,283,3,283,5355,8,283,1,283,1,283,1,283,5,283,5360,8,283,10,283, - 12,283,5363,9,283,1,283,1,283,3,283,5367,8,283,1,283,3,283,5370, - 8,283,1,284,3,284,5373,8,284,1,284,1,284,3,284,5377,8,284,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,3,285,5448,8,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285, - 3,285,5544,8,285,1,286,1,286,3,286,5548,8,286,1,287,1,287,1,287, - 3,287,5553,8,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, - 1,287,3,287,5564,8,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, - 1,287,1,287,3,287,5575,8,287,1,287,1,287,1,287,1,287,1,287,1,287, - 1,287,1,287,1,287,3,287,5586,8,287,1,287,1,287,1,287,1,287,1,287, - 1,287,1,287,1,287,1,287,3,287,5597,8,287,1,287,1,287,1,287,1,287, - 1,287,1,287,1,287,1,287,1,287,3,287,5608,8,287,1,287,1,287,1,287, - 1,287,1,287,1,287,1,287,1,287,1,287,1,287,3,287,5620,8,287,1,287, - 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,3,287,5631,8,287, - 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,3,287,5642, - 8,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,3,287,5652, - 8,287,1,287,1,287,1,287,1,287,1,287,3,287,5659,8,287,1,288,1,288, - 1,288,1,289,1,289,3,289,5666,8,289,1,290,1,290,1,290,1,290,3,290, - 5672,8,290,1,291,1,291,1,291,1,291,1,291,1,291,3,291,5680,8,291, - 1,291,1,291,1,291,3,291,5685,8,291,1,291,1,291,1,291,3,291,5690, - 8,291,1,291,1,291,1,291,3,291,5695,8,291,1,291,1,291,1,291,1,291, - 3,291,5701,8,291,1,291,1,291,1,291,1,291,1,291,3,291,5708,8,291, - 1,291,1,291,1,291,1,291,3,291,5714,8,291,1,291,1,291,1,291,1,291, - 3,291,5720,8,291,1,291,1,291,1,291,3,291,5725,8,291,1,291,1,291, - 1,291,1,291,3,291,5731,8,291,1,291,1,291,1,291,1,291,1,291,3,291, - 5738,8,291,1,291,1,291,1,291,3,291,5743,8,291,1,291,1,291,1,291, - 1,291,3,291,5749,8,291,1,291,1,291,1,291,1,291,1,291,3,291,5756, - 8,291,1,291,3,291,5759,8,291,1,292,1,292,1,293,1,293,1,294,1,294, - 1,294,1,294,1,294,1,294,1,294,3,294,5772,8,294,1,295,1,295,1,295, - 1,295,1,295,1,295,1,295,3,295,5781,8,295,1,295,1,295,1,295,1,295, - 1,295,1,295,1,295,1,295,1,295,1,295,3,295,5793,8,295,3,295,5795, - 8,295,1,296,1,296,1,296,1,296,1,296,1,296,1,296,1,296,1,296,1,296, - 1,296,1,296,1,296,1,296,1,296,1,296,3,296,5813,8,296,1,297,1,297, - 1,297,5,297,5818,8,297,10,297,12,297,5821,9,297,1,298,1,298,1,299, - 1,299,1,299,5,299,5828,8,299,10,299,12,299,5831,9,299,1,300,1,300, - 3,300,5835,8,300,1,300,1,300,3,300,5839,8,300,1,300,1,300,3,300, - 5843,8,300,1,300,1,300,3,300,5847,8,300,3,300,5849,8,300,1,301,1, - 301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301, - 1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301, - 1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301, - 1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301, - 1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301,1,301, - 1,301,1,301,3,301,5909,8,301,1,302,1,302,1,302,5,302,5914,8,302, - 10,302,12,302,5917,9,302,1,303,1,303,1,303,3,303,5922,8,303,1,304, - 1,304,1,304,1,304,1,305,1,305,1,305,1,305,1,305,3,305,5933,8,305, - 1,305,3,305,5936,8,305,1,306,1,306,1,306,1,306,1,306,3,306,5943, - 8,306,1,306,3,306,5946,8,306,1,306,1,306,1,306,1,306,1,306,1,306, - 1,306,1,306,3,306,5956,8,306,1,306,3,306,5959,8,306,3,306,5961,8, - 306,1,307,1,307,1,307,1,307,1,308,1,308,1,308,1,308,1,309,1,309, - 1,309,1,309,1,309,1,309,1,310,5,310,5978,8,310,10,310,12,310,5981, - 9,310,1,311,1,311,1,311,1,311,1,311,1,311,1,311,1,311,1,311,3,311, - 5992,8,311,1,312,1,312,1,312,1,312,1,312,1,312,1,312,3,312,6001, - 8,312,1,312,1,312,1,312,1,312,1,312,1,312,1,312,3,312,6010,8,312, - 1,312,1,312,1,312,1,312,1,312,1,312,1,312,1,312,1,312,1,312,3,312, - 6022,8,312,3,312,6024,8,312,1,313,1,313,1,314,1,314,3,314,6030,8, - 314,1,314,1,314,3,314,6034,8,314,1,314,3,314,6037,8,314,1,314,3, - 314,6040,8,314,1,314,1,314,1,314,3,314,6045,8,314,1,314,1,314,1, - 314,1,314,3,314,6051,8,314,1,314,3,314,6054,8,314,1,314,3,314,6057, - 8,314,1,314,3,314,6060,8,314,1,314,3,314,6063,8,314,1,315,1,315, - 1,316,1,316,1,317,1,317,1,318,1,318,1,318,1,319,1,319,1,319,5,319, - 6077,8,319,10,319,12,319,6080,9,319,1,320,3,320,6083,8,320,1,320, - 3,320,6086,8,320,1,320,3,320,6089,8,320,1,320,3,320,6092,8,320,1, - 320,3,320,6095,8,320,1,320,1,320,1,320,3,320,6100,8,320,1,320,3, - 320,6103,8,320,3,320,6105,8,320,1,321,1,321,1,321,1,321,1,321,1, - 321,1,321,1,321,1,321,1,321,1,321,3,321,6118,8,321,1,322,1,322,1, - 322,1,322,1,322,1,323,1,323,1,323,5,323,6128,8,323,10,323,12,323, - 6131,9,323,1,324,1,324,1,324,1,325,1,325,1,326,1,326,1,327,1,327, - 1,327,1,327,3,327,6144,8,327,1,328,1,328,3,328,6148,8,328,1,328, - 1,328,1,328,1,328,3,328,6154,8,328,1,328,1,328,1,328,1,328,1,328, - 1,328,1,328,1,328,3,328,6164,8,328,3,328,6166,8,328,1,328,1,328, - 1,328,3,328,6171,8,328,1,329,1,329,1,329,1,329,5,329,6177,8,329, - 10,329,12,329,6180,9,329,1,329,1,329,1,330,1,330,1,330,1,331,1,331, - 3,331,6189,8,331,1,331,1,331,1,332,1,332,1,332,5,332,6196,8,332, - 10,332,12,332,6199,9,332,1,333,1,333,1,333,5,333,6204,8,333,10,333, - 12,333,6207,9,333,1,334,1,334,1,334,1,334,1,334,1,334,3,334,6215, - 8,334,3,334,6217,8,334,1,335,1,335,1,335,5,335,6222,8,335,10,335, - 12,335,6225,9,335,1,336,1,336,1,336,1,336,1,336,1,336,3,336,6233, - 8,336,3,336,6235,8,336,1,337,1,337,1,337,5,337,6240,8,337,10,337, - 12,337,6243,9,337,1,338,1,338,1,338,1,338,1,338,1,338,3,338,6251, - 8,338,3,338,6253,8,338,1,339,1,339,3,339,6257,8,339,1,339,1,339, - 1,340,1,340,1,340,5,340,6264,8,340,10,340,12,340,6267,9,340,1,341, - 1,341,3,341,6271,8,341,1,341,1,341,1,341,1,341,3,341,6277,8,341, - 1,341,1,341,1,341,3,341,6282,8,341,1,342,1,342,3,342,6286,8,342, - 1,342,1,342,1,342,3,342,6291,8,342,1,343,1,343,1,344,1,344,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,6309,8,345,1,346,1,346,1,346,3,346,6314,8,346,1,347,1,347, - 1,348,1,348,1,348,1,348,1,348,1,348,1,348,1,348,1,348,1,348,1,348, - 3,348,6329,8,348,1,348,1,348,1,349,1,349,1,349,5,349,6336,8,349, - 10,349,12,349,6339,9,349,1,350,1,350,1,350,1,351,1,351,1,351,5,351, - 6347,8,351,10,351,12,351,6350,9,351,1,352,4,352,6353,8,352,11,352, - 12,352,6354,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353, - 1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353, - 1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353, - 1,353,1,353,1,353,1,353,3,353,6392,8,353,1,354,1,354,1,354,1,354, + 1,72,3,72,2813,8,72,1,73,1,73,1,73,1,74,1,74,1,74,5,74,2821,8,74, + 10,74,12,74,2824,9,74,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,5, + 76,2834,8,76,10,76,12,76,2837,9,76,1,77,1,77,1,77,1,77,3,77,2843, + 8,77,1,77,1,77,1,77,3,77,2848,8,77,1,77,1,77,3,77,2852,8,77,1,77, + 1,77,1,77,1,77,3,77,2858,8,77,1,77,1,77,1,77,3,77,2863,8,77,1,77, + 3,77,2866,8,77,3,77,2868,8,77,1,78,1,78,1,78,3,78,2873,8,78,1,79, + 1,79,3,79,2877,8,79,1,79,1,79,3,79,2881,8,79,1,79,1,79,3,79,2885, + 8,79,1,79,1,79,3,79,2889,8,79,1,79,3,79,2892,8,79,1,79,1,79,3,79, + 2896,8,79,1,79,1,79,1,79,1,79,1,79,1,79,3,79,2904,8,79,1,79,1,79, + 3,79,2908,8,79,1,79,1,79,3,79,2912,8,79,1,80,1,80,1,81,1,81,1,82, + 1,82,1,82,3,82,2921,8,82,1,83,1,83,1,83,1,83,1,83,3,83,2928,8,83, + 1,84,5,84,2931,8,84,10,84,12,84,2934,9,84,1,85,1,85,1,85,1,85,3, + 85,2940,8,85,1,85,1,85,1,85,3,85,2945,8,85,1,85,1,85,1,85,1,85,1, + 85,3,85,2952,8,85,1,85,1,85,1,85,3,85,2957,8,85,1,85,1,85,1,85,1, + 85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,3, + 85,2975,8,85,1,86,1,86,1,87,3,87,2980,8,87,1,87,1,87,1,87,1,88,1, + 88,1,89,1,89,1,89,5,89,2990,8,89,10,89,12,89,2993,9,89,1,90,1,90, + 3,90,2997,8,90,1,91,1,91,1,91,1,91,1,91,1,91,1,91,3,91,3006,8,91, + 1,92,1,92,1,92,5,92,3011,8,92,10,92,12,92,3014,9,92,1,93,1,93,1, + 94,1,94,3,94,3020,8,94,1,94,1,94,1,94,3,94,3025,8,94,1,94,1,94,3, + 94,3029,8,94,1,94,3,94,3032,8,94,1,94,3,94,3035,8,94,1,94,3,94,3038, + 8,94,1,94,3,94,3041,8,94,1,94,3,94,3044,8,94,1,94,3,94,3047,8,94, + 1,94,1,94,1,94,3,94,3052,8,94,1,94,3,94,3055,8,94,1,94,3,94,3058, + 8,94,1,94,3,94,3061,8,94,1,94,3,94,3064,8,94,1,94,3,94,3067,8,94, + 1,94,1,94,1,94,1,94,3,94,3073,8,94,1,94,1,94,3,94,3077,8,94,1,94, + 3,94,3080,8,94,1,94,3,94,3083,8,94,1,94,3,94,3086,8,94,1,94,3,94, + 3089,8,94,3,94,3091,8,94,1,95,1,95,3,95,3095,8,95,1,95,3,95,3098, + 8,95,1,95,3,95,3101,8,95,1,95,1,95,1,96,1,96,1,96,1,96,1,96,1,96, + 1,97,1,97,1,97,1,97,1,97,1,97,1,97,3,97,3118,8,97,1,98,1,98,1,99, + 1,99,1,100,1,100,1,100,1,100,1,101,1,101,1,101,5,101,3131,8,101, + 10,101,12,101,3134,9,101,1,102,1,102,1,102,5,102,3139,8,102,10,102, + 12,102,3142,9,102,1,103,1,103,1,103,3,103,3147,8,103,1,104,1,104, + 3,104,3151,8,104,1,105,1,105,1,105,3,105,3156,8,105,1,105,3,105, + 3159,8,105,1,105,3,105,3162,8,105,1,105,1,105,3,105,3166,8,105,1, + 105,1,105,3,105,3170,8,105,1,105,1,105,1,106,1,106,1,106,1,107,1, + 107,1,107,1,107,1,107,1,107,1,107,3,107,3184,8,107,1,108,1,108,1, + 108,3,108,3189,8,108,1,108,1,108,1,109,5,109,3194,8,109,10,109,12, + 109,3197,9,109,1,110,1,110,3,110,3201,8,110,1,110,1,110,3,110,3205, + 8,110,1,110,3,110,3208,8,110,1,110,1,110,3,110,3212,8,110,1,110, + 3,110,3215,8,110,3,110,3217,8,110,1,111,1,111,1,111,1,111,1,111, + 3,111,3224,8,111,1,111,3,111,3227,8,111,1,111,1,111,3,111,3231,8, + 111,1,111,1,111,1,111,1,111,3,111,3237,8,111,1,111,3,111,3240,8, + 111,1,111,1,111,1,111,1,111,1,111,3,111,3247,8,111,1,111,1,111,1, + 111,1,111,1,111,1,111,1,111,3,111,3256,8,111,1,111,1,111,1,111,1, + 111,1,111,3,111,3263,8,111,1,111,1,111,1,111,3,111,3268,8,111,1, + 111,3,111,3271,8,111,1,111,3,111,3274,8,111,1,111,3,111,3277,8,111, + 1,112,1,112,3,112,3281,8,112,1,112,1,112,1,113,1,113,1,113,3,113, + 3288,8,113,1,114,1,114,1,114,3,114,3293,8,114,1,115,1,115,1,115, + 1,116,1,116,1,116,1,116,1,117,1,117,5,117,3304,8,117,10,117,12,117, + 3307,9,117,1,118,1,118,1,119,1,119,1,119,1,119,1,119,3,119,3316, + 8,119,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120, + 1,120,3,120,3329,8,120,1,120,3,120,3332,8,120,1,120,3,120,3335,8, + 120,1,120,1,120,1,120,1,120,1,120,3,120,3342,8,120,1,120,1,120,1, + 120,1,120,1,120,1,120,3,120,3350,8,120,1,120,3,120,3353,8,120,1, + 120,3,120,3356,8,120,1,120,1,120,1,120,1,120,1,120,3,120,3363,8, + 120,1,120,1,120,3,120,3367,8,120,1,120,1,120,1,120,1,120,3,120,3373, + 8,120,1,120,3,120,3376,8,120,1,120,3,120,3379,8,120,1,120,3,120, + 3382,8,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120, + 1,120,3,120,3394,8,120,1,120,3,120,3397,8,120,1,120,3,120,3400,8, + 120,1,120,1,120,3,120,3404,8,120,1,121,1,121,1,121,1,122,1,122,1, + 122,1,122,1,123,1,123,1,123,1,123,1,124,1,124,1,124,5,124,3420,8, + 124,10,124,12,124,3423,9,124,1,125,1,125,1,125,5,125,3428,8,125, + 10,125,12,125,3431,9,125,1,126,1,126,1,126,1,126,1,126,1,127,1,127, + 1,127,1,128,1,128,1,128,5,128,3444,8,128,10,128,12,128,3447,9,128, + 1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,129,3,129,3457,8,129, + 1,130,1,130,1,130,1,130,1,130,1,131,1,131,1,131,1,131,1,131,1,131, + 1,131,1,131,3,131,3472,8,131,1,132,1,132,1,132,1,132,1,133,1,133, + 1,133,1,133,1,134,1,134,1,134,1,134,1,134,1,134,1,134,3,134,3489, + 8,134,3,134,3491,8,134,1,135,1,135,1,135,1,135,1,135,1,136,1,136, + 1,137,1,137,1,137,1,137,1,137,1,137,1,137,1,138,1,138,1,138,5,138, + 3510,8,138,10,138,12,138,3513,9,138,1,139,1,139,3,139,3517,8,139, + 1,139,3,139,3520,8,139,1,139,1,139,3,139,3524,8,139,1,139,3,139, + 3527,8,139,1,139,1,139,1,139,1,139,3,139,3533,8,139,1,139,3,139, + 3536,8,139,3,139,3538,8,139,1,140,1,140,1,140,1,141,1,141,1,141, + 1,141,1,141,1,141,3,141,3549,8,141,1,142,1,142,1,142,1,142,1,142, + 1,142,1,142,3,142,3558,8,142,1,143,1,143,1,143,1,144,3,144,3564, + 8,144,1,144,3,144,3567,8,144,1,144,3,144,3570,8,144,1,145,1,145, + 1,145,1,145,1,145,1,146,1,146,1,146,1,146,1,147,1,147,1,147,3,147, + 3584,8,147,1,147,3,147,3587,8,147,1,147,3,147,3590,8,147,1,147,1, + 147,1,147,3,147,3595,8,147,1,147,1,147,1,147,1,148,1,148,1,148,3, + 148,3603,8,148,1,148,1,148,1,148,1,148,1,148,1,149,1,149,3,149,3612, + 8,149,1,149,1,149,1,149,1,149,3,149,3618,8,149,1,150,1,150,3,150, + 3622,8,150,1,150,3,150,3625,8,150,1,150,3,150,3628,8,150,1,150,3, + 150,3631,8,150,1,150,3,150,3634,8,150,1,151,1,151,1,151,1,151,3, + 151,3640,8,151,1,152,1,152,3,152,3644,8,152,1,152,1,152,1,152,3, + 152,3649,8,152,1,152,1,152,1,152,1,152,3,152,3655,8,152,1,153,1, + 153,3,153,3659,8,153,1,153,3,153,3662,8,153,1,153,3,153,3665,8,153, + 1,153,3,153,3668,8,153,1,154,1,154,1,155,1,155,1,155,1,155,3,155, + 3676,8,155,1,155,1,155,3,155,3680,8,155,1,156,1,156,3,156,3684,8, + 156,1,156,1,156,3,156,3688,8,156,1,156,1,156,3,156,3692,8,156,1, + 157,1,157,1,157,3,157,3697,8,157,1,157,1,157,1,157,1,158,1,158,1, + 159,1,159,1,159,1,159,1,160,4,160,3709,8,160,11,160,12,160,3710, + 1,161,1,161,1,161,1,161,1,161,1,161,1,161,3,161,3720,8,161,1,161, + 1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,161,1,161, + 1,161,1,161,1,161,3,161,3737,8,161,1,161,1,161,1,161,3,161,3742, + 8,161,1,161,3,161,3745,8,161,3,161,3747,8,161,1,162,1,162,1,163, + 1,163,1,163,1,163,1,163,1,163,3,163,3757,8,163,1,164,1,164,1,164, + 5,164,3762,8,164,10,164,12,164,3765,9,164,1,165,1,165,3,165,3769, + 8,165,1,165,3,165,3772,8,165,1,165,3,165,3775,8,165,1,165,1,165, + 1,165,1,165,1,165,3,165,3782,8,165,1,165,3,165,3785,8,165,3,165, + 3787,8,165,1,166,1,166,1,167,1,167,3,167,3793,8,167,1,168,1,168, + 1,168,1,169,1,169,1,169,1,169,3,169,3802,8,169,1,170,1,170,1,171, + 1,171,1,172,1,172,1,172,1,172,3,172,3812,8,172,1,172,1,172,1,172, + 3,172,3817,8,172,1,173,1,173,1,173,1,174,1,174,1,174,3,174,3825, + 8,174,1,174,1,174,3,174,3829,8,174,1,174,1,174,1,175,5,175,3834, + 8,175,10,175,12,175,3837,9,175,1,176,1,176,1,176,1,176,1,176,1,176, + 1,176,3,176,3846,8,176,1,177,1,177,1,177,1,177,1,177,1,177,1,178, + 5,178,3855,8,178,10,178,12,178,3858,9,178,1,179,1,179,1,179,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180,1,180, + 1,180,1,180,3,180,3965,8,180,1,181,1,181,1,181,1,181,1,181,1,181, + 3,181,3973,8,181,1,181,3,181,3976,8,181,1,182,1,182,1,182,1,182, + 1,182,1,182,1,182,1,182,3,182,3986,8,182,1,183,4,183,3989,8,183, + 11,183,12,183,3990,1,184,1,184,1,185,1,185,1,185,1,185,1,185,1,185, + 3,185,4001,8,185,1,185,1,185,1,185,1,185,1,185,1,185,1,185,1,185, + 1,185,3,185,4012,8,185,1,186,1,186,1,186,1,186,1,186,1,187,1,187, + 1,187,5,187,4022,8,187,10,187,12,187,4025,9,187,1,188,1,188,1,188, + 1,188,1,188,1,189,1,189,1,189,5,189,4035,8,189,10,189,12,189,4038, + 9,189,1,190,1,190,1,190,1,190,1,190,1,190,1,190,3,190,4047,8,190, + 1,191,1,191,1,191,1,192,1,192,1,193,1,193,1,194,1,194,1,194,3,194, + 4059,8,194,1,194,1,194,3,194,4063,8,194,1,194,3,194,4066,8,194,1, + 194,1,194,1,194,1,194,1,194,3,194,4073,8,194,1,195,1,195,1,195,1, + 196,1,196,1,196,3,196,4081,8,196,1,197,1,197,1,198,1,198,1,198,1, + 198,1,198,1,198,3,198,4091,8,198,3,198,4093,8,198,1,199,1,199,1, + 199,1,199,3,199,4099,8,199,1,199,1,199,1,199,3,199,4104,8,199,1, + 199,1,199,3,199,4108,8,199,1,199,1,199,1,199,3,199,4113,8,199,1, + 199,1,199,1,199,1,199,3,199,4119,8,199,1,199,1,199,1,199,1,199,1, + 199,3,199,4126,8,199,1,199,1,199,1,199,1,199,3,199,4132,8,199,3, + 199,4134,8,199,1,200,1,200,1,200,1,200,1,200,3,200,4141,8,200,1, + 200,1,200,1,200,1,200,1,200,1,200,3,200,4149,8,200,1,201,1,201,1, + 201,3,201,4154,8,201,1,202,1,202,1,202,1,202,1,202,1,203,1,203,1, + 203,1,203,3,203,4165,8,203,1,203,1,203,1,203,1,203,1,203,3,203,4172, + 8,203,1,204,1,204,3,204,4176,8,204,1,205,1,205,1,205,1,205,1,205, + 1,205,1,205,1,205,1,205,1,206,1,206,1,206,1,206,1,206,1,206,3,206, + 4193,8,206,1,206,3,206,4196,8,206,1,206,3,206,4199,8,206,1,206,3, + 206,4202,8,206,1,206,3,206,4205,8,206,1,207,1,207,1,207,1,207,1, + 207,1,207,3,207,4213,8,207,1,207,3,207,4216,8,207,1,207,3,207,4219, + 8,207,1,208,1,208,1,208,1,208,3,208,4225,8,208,1,208,1,208,1,209, + 1,209,5,209,4231,8,209,10,209,12,209,4234,9,209,1,209,3,209,4237, + 8,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209, + 3,209,4249,8,209,1,209,1,209,1,209,1,209,3,209,4255,8,209,1,210, + 3,210,4258,8,210,1,210,1,210,1,210,3,210,4263,8,210,1,210,1,210, + 3,210,4267,8,210,1,210,1,210,1,210,1,210,1,210,3,210,4274,8,210, + 1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210,3,210,4285, + 8,210,1,211,1,211,1,211,1,211,1,211,1,212,1,212,1,212,1,212,1,212, + 1,212,1,213,1,213,1,213,1,214,1,214,1,214,1,215,1,215,1,215,1,215, + 3,215,4308,8,215,1,216,1,216,1,216,1,217,1,217,1,218,1,218,1,218, + 1,218,1,218,1,218,1,218,1,218,1,218,1,219,1,219,1,220,1,220,3,220, + 4328,8,220,1,220,1,220,1,220,1,220,1,220,1,220,1,220,3,220,4337, + 8,220,1,220,3,220,4340,8,220,1,220,3,220,4343,8,220,1,220,1,220, + 1,220,1,220,1,220,1,220,1,220,1,220,3,220,4353,8,220,1,220,3,220, + 4356,8,220,1,220,1,220,1,220,1,220,1,220,1,220,1,220,3,220,4365, + 8,220,1,220,1,220,3,220,4369,8,220,1,220,3,220,4372,8,220,1,220, + 1,220,1,220,1,220,1,220,1,220,3,220,4380,8,220,1,221,1,221,1,221, + 1,221,3,221,4386,8,221,1,222,1,222,3,222,4390,8,222,1,222,1,222, + 1,223,1,223,1,224,1,224,1,224,5,224,4399,8,224,10,224,12,224,4402, + 9,224,1,225,1,225,1,225,1,225,1,225,1,225,1,225,3,225,4411,8,225, + 1,226,1,226,1,226,1,227,4,227,4417,8,227,11,227,12,227,4418,1,228, + 1,228,1,228,3,228,4424,8,228,1,228,1,228,1,229,1,229,1,230,1,230, + 1,231,1,231,1,232,1,232,3,232,4436,8,232,1,232,1,232,1,233,1,233, + 1,234,1,234,1,235,1,235,1,235,1,235,1,235,1,236,1,236,1,236,1,236, + 3,236,4453,8,236,1,237,1,237,3,237,4457,8,237,1,237,1,237,5,237, + 4461,8,237,10,237,12,237,4464,9,237,1,238,1,238,1,238,1,238,3,238, + 4470,8,238,1,239,1,239,1,239,1,240,5,240,4476,8,240,10,240,12,240, + 4479,9,240,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,241, + 1,241,1,241,3,241,4492,8,241,1,242,1,242,1,242,1,242,1,242,1,242, + 1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,242, + 1,242,1,242,1,242,1,242,1,242,1,242,1,242,3,242,4518,8,242,1,243, + 1,243,1,243,5,243,4523,8,243,10,243,12,243,4526,9,243,1,244,1,244, + 1,244,1,244,1,244,1,244,1,245,1,245,1,245,5,245,4537,8,245,10,245, + 12,245,4540,9,245,1,246,1,246,1,246,1,246,1,246,1,246,1,247,1,247, + 3,247,4550,8,247,1,247,3,247,4553,8,247,1,248,1,248,1,248,1,248, + 1,248,1,248,1,248,1,248,1,248,1,249,1,249,3,249,4566,8,249,1,249, + 1,249,1,249,1,249,1,249,1,249,1,249,3,249,4575,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, + 1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,3,249, + 4600,8,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249, + 3,249,4611,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,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,1,249,1,249,1,249,1,249,1,249,1,249,3,249, + 4653,8,249,1,249,1,249,1,249,1,249,1,249,1,249,3,249,4661,8,249, + 1,249,1,249,1,249,1,249,3,249,4667,8,249,1,250,1,250,1,250,1,250, + 1,251,1,251,1,251,5,251,4676,8,251,10,251,12,251,4679,9,251,1,252, + 1,252,1,252,3,252,4684,8,252,1,253,1,253,1,253,1,253,1,253,1,253, + 3,253,4692,8,253,1,254,1,254,1,254,1,254,1,255,1,255,1,255,5,255, + 4701,8,255,10,255,12,255,4704,9,255,1,256,1,256,1,256,1,256,1,257, + 1,257,1,258,1,258,1,258,5,258,4715,8,258,10,258,12,258,4718,9,258, + 1,259,1,259,1,259,1,259,1,259,1,259,3,259,4726,8,259,1,259,1,259, + 1,259,3,259,4731,8,259,1,259,1,259,1,259,1,259,1,259,1,259,1,259, + 1,259,1,259,3,259,4742,8,259,1,260,1,260,1,260,1,260,1,261,1,261, + 1,261,1,261,1,261,3,261,4753,8,261,1,261,1,261,1,261,1,261,1,261, + 1,261,3,261,4761,8,261,1,261,1,261,1,261,1,262,1,262,1,262,5,262, + 4769,8,262,10,262,12,262,4772,9,262,1,263,1,263,1,263,1,263,3,263, + 4778,8,263,1,263,3,263,4781,8,263,1,263,1,263,1,263,1,263,3,263, + 4787,8,263,1,263,3,263,4790,8,263,1,263,1,263,1,263,1,263,1,263, + 1,263,1,263,1,263,1,263,1,263,1,263,1,263,1,263,3,263,4805,8,263, + 1,264,1,264,1,265,1,265,1,265,1,266,1,266,1,266,1,266,1,266,1,266, + 3,266,4818,8,266,1,267,1,267,1,268,1,268,1,268,1,268,1,268,1,268, + 1,268,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269, + 1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,3,269,4847,8,269, + 1,270,1,270,1,270,5,270,4852,8,270,10,270,12,270,4855,9,270,1,271, + 1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,271, + 3,271,4869,8,271,1,272,1,272,1,272,1,272,1,272,1,272,1,272,1,273, + 1,273,1,273,3,273,4881,8,273,1,273,1,273,3,273,4885,8,273,1,273, + 1,273,1,273,3,273,4890,8,273,1,273,1,273,3,273,4894,8,273,1,273, + 1,273,1,273,3,273,4899,8,273,1,273,1,273,3,273,4903,8,273,1,273, + 1,273,1,273,1,273,3,273,4909,8,273,1,273,1,273,3,273,4913,8,273, + 1,273,1,273,1,273,3,273,4918,8,273,1,273,1,273,3,273,4922,8,273, + 1,273,1,273,1,273,1,273,3,273,4928,8,273,1,273,1,273,3,273,4932, + 8,273,1,273,1,273,1,273,3,273,4937,8,273,1,273,1,273,3,273,4941, + 8,273,1,273,1,273,1,273,3,273,4946,8,273,1,273,1,273,3,273,4950, + 8,273,1,273,1,273,1,273,3,273,4955,8,273,1,273,1,273,3,273,4959, + 8,273,1,273,1,273,1,273,1,273,1,273,3,273,4966,8,273,1,273,1,273, + 3,273,4970,8,273,1,273,1,273,1,273,1,273,1,273,3,273,4977,8,273, + 1,273,1,273,3,273,4981,8,273,1,273,1,273,1,273,1,273,1,273,3,273, + 4988,8,273,1,273,1,273,3,273,4992,8,273,1,273,1,273,1,273,1,273, + 1,273,3,273,4999,8,273,1,273,1,273,3,273,5003,8,273,1,273,1,273, + 1,273,1,273,3,273,5009,8,273,1,273,1,273,3,273,5013,8,273,1,273, + 1,273,1,273,1,273,3,273,5019,8,273,1,273,1,273,3,273,5023,8,273, + 1,273,1,273,1,273,3,273,5028,8,273,1,273,1,273,3,273,5032,8,273, + 1,273,1,273,1,273,1,273,1,273,3,273,5039,8,273,1,273,1,273,3,273, + 5043,8,273,1,273,1,273,3,273,5047,8,273,1,273,1,273,3,273,5051,8, + 273,1,273,1,273,3,273,5055,8,273,1,273,1,273,1,273,3,273,5060,8, + 273,1,273,1,273,3,273,5064,8,273,1,273,1,273,1,273,3,273,5069,8, + 273,1,273,1,273,3,273,5073,8,273,1,273,1,273,1,273,3,273,5078,8, + 273,1,273,1,273,3,273,5082,8,273,1,273,1,273,1,273,3,273,5087,8, + 273,1,273,1,273,1,273,1,273,3,273,5093,8,273,1,273,1,273,1,273,3, + 273,5098,8,273,1,273,1,273,1,273,1,273,3,273,5104,8,273,1,273,1, + 273,1,273,3,273,5109,8,273,1,273,1,273,1,273,1,273,3,273,5115,8, + 273,1,273,1,273,1,273,3,273,5120,8,273,1,273,1,273,3,273,5124,8, + 273,1,273,1,273,1,273,3,273,5129,8,273,1,273,1,273,3,273,5133,8, + 273,1,273,1,273,1,273,1,273,3,273,5139,8,273,1,273,1,273,3,273,5143, + 8,273,1,273,1,273,1,273,3,273,5148,8,273,1,273,1,273,1,273,1,273, + 1,273,1,273,3,273,5156,8,273,1,273,1,273,1,273,1,273,3,273,5162, + 8,273,1,273,1,273,1,273,1,273,3,273,5168,8,273,1,273,1,273,1,273, + 1,273,3,273,5174,8,273,1,273,1,273,1,273,1,273,3,273,5180,8,273, + 1,273,1,273,1,273,1,273,1,273,3,273,5187,8,273,1,273,1,273,1,273, + 3,273,5192,8,273,1,273,1,273,3,273,5196,8,273,1,273,1,273,1,273, + 3,273,5201,8,273,1,273,1,273,3,273,5205,8,273,1,273,1,273,1,273, + 3,273,5210,8,273,1,273,1,273,1,273,1,273,3,273,5216,8,273,1,273, + 1,273,1,273,1,273,1,273,3,273,5223,8,273,1,273,1,273,1,273,3,273, + 5228,8,273,1,273,1,273,1,273,1,273,1,273,3,273,5235,8,273,1,273, + 1,273,1,273,1,273,1,273,1,273,1,273,1,273,3,273,5245,8,273,1,273, + 1,273,3,273,5249,8,273,1,273,1,273,1,273,1,273,3,273,5255,8,273, + 3,273,5257,8,273,1,274,1,274,1,274,5,274,5262,8,274,10,274,12,274, + 5265,9,274,1,275,3,275,5268,8,275,1,275,1,275,1,275,3,275,5273,8, + 275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275, + 1,275,1,275,1,275,1,275,1,275,1,275,3,275,5291,8,275,1,276,1,276, + 1,276,1,276,1,276,1,276,1,276,1,276,1,276,1,276,1,276,1,276,1,276, + 3,276,5306,8,276,1,276,1,276,1,276,1,276,1,276,1,276,1,276,1,276, + 1,276,1,276,1,276,1,276,1,276,1,276,1,276,1,276,3,276,5324,8,276, + 1,277,1,277,1,278,1,278,1,278,5,278,5331,8,278,10,278,12,278,5334, + 9,278,1,279,1,279,1,279,1,279,1,280,1,280,3,280,5342,8,280,1,281, + 1,281,3,281,5346,8,281,1,282,1,282,4,282,5350,8,282,11,282,12,282, + 5351,1,283,1,283,1,283,5,283,5357,8,283,10,283,12,283,5360,9,283, + 1,284,1,284,3,284,5364,8,284,1,284,1,284,1,284,5,284,5369,8,284, + 10,284,12,284,5372,9,284,1,284,1,284,3,284,5376,8,284,1,284,3,284, + 5379,8,284,1,285,3,285,5382,8,285,1,285,1,285,3,285,5386,8,285,1, + 286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,3,286,5457,8,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, + 1,286,3,286,5553,8,286,1,287,1,287,3,287,5557,8,287,1,288,1,288, + 1,288,3,288,5562,8,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288, + 1,288,1,288,3,288,5573,8,288,1,288,1,288,1,288,1,288,1,288,1,288, + 1,288,1,288,1,288,3,288,5584,8,288,1,288,1,288,1,288,1,288,1,288, + 1,288,1,288,1,288,1,288,3,288,5595,8,288,1,288,1,288,1,288,1,288, + 1,288,1,288,1,288,1,288,1,288,3,288,5606,8,288,1,288,1,288,1,288, + 1,288,1,288,1,288,1,288,1,288,1,288,3,288,5617,8,288,1,288,1,288, + 1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,3,288,5629,8,288, + 1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,3,288,5640, + 8,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,3,288, + 5651,8,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,3,288, + 5661,8,288,1,288,1,288,1,288,1,288,1,288,3,288,5668,8,288,1,289, + 1,289,1,289,1,290,1,290,3,290,5675,8,290,1,291,1,291,1,291,1,291, + 3,291,5681,8,291,1,292,1,292,1,292,1,292,1,292,1,292,3,292,5689, + 8,292,1,292,1,292,1,292,3,292,5694,8,292,1,292,1,292,1,292,3,292, + 5699,8,292,1,292,1,292,1,292,3,292,5704,8,292,1,292,1,292,1,292, + 1,292,3,292,5710,8,292,1,292,1,292,1,292,1,292,1,292,3,292,5717, + 8,292,1,292,1,292,1,292,1,292,3,292,5723,8,292,1,292,1,292,1,292, + 1,292,3,292,5729,8,292,1,292,1,292,1,292,3,292,5734,8,292,1,292, + 1,292,1,292,1,292,3,292,5740,8,292,1,292,1,292,1,292,1,292,1,292, + 3,292,5747,8,292,1,292,1,292,1,292,3,292,5752,8,292,1,292,1,292, + 1,292,1,292,3,292,5758,8,292,1,292,1,292,1,292,1,292,1,292,3,292, + 5765,8,292,1,292,3,292,5768,8,292,1,293,1,293,1,294,1,294,1,295, + 1,295,1,295,1,295,1,295,1,295,1,295,3,295,5781,8,295,1,296,1,296, + 1,296,1,296,1,296,1,296,1,296,3,296,5790,8,296,1,296,1,296,1,296, + 1,296,1,296,1,296,1,296,1,296,1,296,1,296,3,296,5802,8,296,3,296, + 5804,8,296,1,297,1,297,1,297,1,297,1,297,1,297,1,297,1,297,1,297, + 1,297,1,297,1,297,1,297,1,297,1,297,1,297,3,297,5822,8,297,1,298, + 1,298,1,298,5,298,5827,8,298,10,298,12,298,5830,9,298,1,299,1,299, + 1,300,1,300,1,300,5,300,5837,8,300,10,300,12,300,5840,9,300,1,301, + 1,301,3,301,5844,8,301,1,301,1,301,3,301,5848,8,301,1,301,1,301, + 3,301,5852,8,301,1,301,1,301,3,301,5856,8,301,3,301,5858,8,301,1, + 302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302, + 1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302, + 1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302, + 1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302, + 1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302, + 1,302,1,302,1,302,3,302,5918,8,302,1,303,1,303,1,303,5,303,5923, + 8,303,10,303,12,303,5926,9,303,1,304,1,304,1,304,3,304,5931,8,304, + 1,305,1,305,1,305,1,305,1,306,1,306,1,306,1,306,1,306,3,306,5942, + 8,306,1,306,3,306,5945,8,306,1,307,1,307,1,307,1,307,1,307,3,307, + 5952,8,307,1,307,3,307,5955,8,307,1,307,1,307,1,307,1,307,1,307, + 1,307,1,307,1,307,3,307,5965,8,307,1,307,3,307,5968,8,307,3,307, + 5970,8,307,1,308,1,308,1,308,1,308,1,309,1,309,1,309,1,309,1,310, + 1,310,1,310,1,310,1,310,1,310,1,311,5,311,5987,8,311,10,311,12,311, + 5990,9,311,1,312,1,312,1,312,1,312,1,312,1,312,1,312,1,312,1,312, + 3,312,6001,8,312,1,313,1,313,1,313,1,313,1,313,1,313,1,313,3,313, + 6010,8,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,3,313,6019, + 8,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313, + 3,313,6031,8,313,3,313,6033,8,313,1,314,1,314,1,315,1,315,3,315, + 6039,8,315,1,315,1,315,3,315,6043,8,315,1,315,3,315,6046,8,315,1, + 315,3,315,6049,8,315,1,315,1,315,1,315,3,315,6054,8,315,1,315,1, + 315,1,315,1,315,3,315,6060,8,315,1,315,3,315,6063,8,315,1,315,3, + 315,6066,8,315,1,315,3,315,6069,8,315,1,315,3,315,6072,8,315,1,316, + 1,316,1,317,1,317,1,318,1,318,1,319,1,319,1,319,1,320,1,320,1,320, + 5,320,6086,8,320,10,320,12,320,6089,9,320,1,321,3,321,6092,8,321, + 1,321,3,321,6095,8,321,1,321,3,321,6098,8,321,1,321,3,321,6101,8, + 321,1,321,3,321,6104,8,321,1,321,1,321,1,321,3,321,6109,8,321,1, + 321,3,321,6112,8,321,3,321,6114,8,321,1,322,1,322,1,322,1,322,1, + 322,1,322,1,322,1,322,1,322,1,322,1,322,3,322,6127,8,322,1,323,1, + 323,1,323,1,323,1,323,1,324,1,324,1,324,5,324,6137,8,324,10,324, + 12,324,6140,9,324,1,325,1,325,1,325,1,326,1,326,1,327,1,327,1,328, + 1,328,1,328,1,328,3,328,6153,8,328,1,329,1,329,3,329,6157,8,329, + 1,329,1,329,1,329,1,329,3,329,6163,8,329,1,329,1,329,1,329,1,329, + 1,329,1,329,1,329,1,329,3,329,6173,8,329,3,329,6175,8,329,1,329, + 1,329,1,329,3,329,6180,8,329,1,330,1,330,1,330,1,330,5,330,6186, + 8,330,10,330,12,330,6189,9,330,1,330,1,330,1,331,1,331,1,331,1,332, + 1,332,3,332,6198,8,332,1,332,1,332,1,333,1,333,1,333,5,333,6205, + 8,333,10,333,12,333,6208,9,333,1,334,1,334,1,334,5,334,6213,8,334, + 10,334,12,334,6216,9,334,1,335,1,335,1,335,1,335,1,335,1,335,3,335, + 6224,8,335,3,335,6226,8,335,1,336,1,336,1,336,5,336,6231,8,336,10, + 336,12,336,6234,9,336,1,337,1,337,1,337,1,337,1,337,1,337,3,337, + 6242,8,337,3,337,6244,8,337,1,338,1,338,1,338,5,338,6249,8,338,10, + 338,12,338,6252,9,338,1,339,1,339,1,339,1,339,1,339,1,339,3,339, + 6260,8,339,3,339,6262,8,339,1,340,1,340,3,340,6266,8,340,1,340,1, + 340,1,341,1,341,1,341,5,341,6273,8,341,10,341,12,341,6276,9,341, + 1,342,1,342,3,342,6280,8,342,1,342,1,342,1,342,1,342,3,342,6286, + 8,342,1,342,1,342,1,342,3,342,6291,8,342,1,343,1,343,3,343,6295, + 8,343,1,343,1,343,1,343,3,343,6300,8,343,1,344,1,344,1,345,1,345, + 1,346,1,346,1,346,1,346,1,346,1,346,1,346,1,346,1,346,1,346,1,346, + 1,346,3,346,6318,8,346,1,347,1,347,1,347,3,347,6323,8,347,1,348, + 1,348,1,349,1,349,1,349,1,349,1,349,1,349,1,349,1,349,1,349,1,349, + 1,349,3,349,6338,8,349,1,349,1,349,1,350,1,350,1,350,5,350,6345, + 8,350,10,350,12,350,6348,9,350,1,351,1,351,1,351,1,352,1,352,1,352, + 5,352,6356,8,352,10,352,12,352,6359,9,352,1,353,4,353,6362,8,353, + 11,353,12,353,6363,1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354, 1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354, - 1,354,1,354,1,354,3,354,6412,8,354,1,354,1,354,1,354,1,354,1,354, - 3,354,6419,8,354,1,355,1,355,1,355,1,355,1,355,1,355,1,355,5,355, - 6428,8,355,10,355,12,355,6431,9,355,1,356,1,356,1,356,1,357,1,357, - 1,357,1,358,1,358,1,358,5,358,6442,8,358,10,358,12,358,6445,9,358, - 1,359,1,359,1,359,1,359,3,359,6451,8,359,1,360,1,360,1,360,1,360, - 1,360,1,360,3,360,6459,8,360,1,361,4,361,6462,8,361,11,361,12,361, - 6463,1,362,1,362,1,363,1,363,1,363,3,363,6471,8,363,1,363,1,363, - 3,363,6475,8,363,1,363,1,363,1,363,3,363,6480,8,363,1,363,1,363, - 3,363,6484,8,363,1,363,1,363,1,363,3,363,6489,8,363,1,363,1,363, - 3,363,6493,8,363,3,363,6495,8,363,1,364,1,364,1,364,3,364,6500,8, - 364,1,364,1,364,3,364,6504,8,364,1,365,1,365,1,365,3,365,6509,8, - 365,1,365,1,365,3,365,6513,8,365,1,366,1,366,1,366,1,366,1,366,1, - 366,1,366,1,366,1,366,1,366,1,366,1,366,1,366,1,366,1,366,1,366, - 1,366,1,366,1,366,1,366,1,366,1,366,3,366,6537,8,366,1,367,1,367, - 1,367,5,367,6542,8,367,10,367,12,367,6545,9,367,1,367,1,367,1,368, - 1,368,1,368,5,368,6552,8,368,10,368,12,368,6555,9,368,1,369,1,369, - 1,369,1,370,1,370,1,370,1,371,4,371,6564,8,371,11,371,12,371,6565, - 1,372,1,372,1,372,3,372,6571,8,372,1,373,1,373,1,373,1,373,1,373, - 1,373,1,373,1,373,1,373,1,373,1,373,3,373,6584,8,373,1,373,1,373, - 1,373,1,373,1,373,1,373,1,373,1,373,1,373,1,373,3,373,6596,8,373, - 1,373,1,373,1,373,1,373,1,373,1,373,1,373,1,373,1,373,1,373,3,373, - 6608,8,373,3,373,6610,8,373,1,374,1,374,1,374,1,374,3,374,6616,8, - 374,1,375,1,375,1,375,1,376,1,376,3,376,6623,8,376,1,376,1,376,1, - 376,1,376,1,376,1,376,1,376,1,376,1,376,1,377,1,377,1,377,1,377, - 1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377, - 1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377, - 1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,3,377,6668,8,377, + 1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354,1,354, + 1,354,1,354,1,354,1,354,1,354,3,354,6401,8,354,1,355,1,355,1,355, + 1,355,1,355,1,355,1,355,1,355,1,355,1,355,1,355,1,355,1,355,1,355, + 1,355,1,355,1,355,1,355,3,355,6421,8,355,1,355,1,355,1,355,1,355, + 1,355,3,355,6428,8,355,1,356,1,356,1,356,1,356,1,356,1,356,1,356, + 5,356,6437,8,356,10,356,12,356,6440,9,356,1,357,1,357,1,357,1,358, + 1,358,1,358,1,359,1,359,1,359,5,359,6451,8,359,10,359,12,359,6454, + 9,359,1,360,1,360,1,360,1,360,3,360,6460,8,360,1,361,1,361,1,361, + 1,361,1,361,1,361,3,361,6468,8,361,1,362,4,362,6471,8,362,11,362, + 12,362,6472,1,363,1,363,1,364,1,364,1,364,3,364,6480,8,364,1,364, + 1,364,3,364,6484,8,364,1,364,1,364,1,364,3,364,6489,8,364,1,364, + 1,364,3,364,6493,8,364,1,364,1,364,1,364,3,364,6498,8,364,1,364, + 1,364,3,364,6502,8,364,3,364,6504,8,364,1,365,1,365,1,365,3,365, + 6509,8,365,1,365,1,365,3,365,6513,8,365,1,366,1,366,1,366,3,366, + 6518,8,366,1,366,1,366,3,366,6522,8,366,1,367,1,367,1,367,1,367, + 1,367,1,367,1,367,1,367,1,367,1,367,1,367,1,367,1,367,1,367,1,367, + 1,367,1,367,1,367,1,367,1,367,1,367,1,367,3,367,6546,8,367,1,368, + 1,368,1,368,5,368,6551,8,368,10,368,12,368,6554,9,368,1,368,1,368, + 1,369,1,369,1,369,5,369,6561,8,369,10,369,12,369,6564,9,369,1,370, + 1,370,1,370,1,371,1,371,1,371,1,372,4,372,6573,8,372,11,372,12,372, + 6574,1,373,1,373,1,373,3,373,6580,8,373,1,374,1,374,1,374,1,374, + 1,374,1,374,1,374,1,374,1,374,1,374,1,374,3,374,6593,8,374,1,374, + 1,374,1,374,1,374,1,374,1,374,1,374,1,374,1,374,1,374,3,374,6605, + 8,374,1,374,1,374,1,374,1,374,1,374,1,374,1,374,1,374,1,374,1,374, + 3,374,6617,8,374,3,374,6619,8,374,1,375,1,375,1,375,1,375,3,375, + 6625,8,375,1,376,1,376,1,376,1,377,1,377,3,377,6632,8,377,1,377, + 1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,377,1,378,1,378,1,378, 1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378, - 1,378,1,378,1,378,1,378,1,378,3,378,6686,8,378,1,379,1,379,3,379, - 6690,8,379,1,379,1,379,1,379,3,379,6695,8,379,1,379,3,379,6698,8, - 379,1,380,1,380,3,380,6702,8,380,1,380,1,380,1,380,3,380,6707,8, - 380,1,380,1,380,1,380,3,380,6712,8,380,1,380,3,380,6715,8,380,1, - 381,1,381,1,381,5,381,6720,8,381,10,381,12,381,6723,9,381,1,382, - 1,382,1,383,1,383,1,383,1,383,1,383,1,383,1,383,1,383,1,383,1,383, - 1,383,1,383,3,383,6739,8,383,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6810,8,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6841,8,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6895,8,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6905,8,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6915,8,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6926,8,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6936,8,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6947, - 8,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6957, - 8,384,1,384,1,384,1,384,3,384,6962,8,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,3,384,6971,8,384,1,384,1,384,1,384,3,384,6976, - 8,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,3,384,6986, - 8,384,1,384,1,384,1,384,3,384,6991,8,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,3,384,7000,8,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,3,384,7013,8,384,1,384,1,384, - 1,384,3,384,7018,8,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, - 1,384,1,384,1,384,1,384,3,384,7130,8,384,3,384,7132,8,384,1,385, - 1,385,1,385,1,386,1,386,1,386,1,386,3,386,7141,8,386,1,386,1,386, - 1,386,1,386,1,386,1,386,1,386,1,386,1,386,3,386,7152,8,386,1,386, - 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,3,386,7163,8,386, - 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, - 3,386,7176,8,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, - 1,386,1,386,3,386,7188,8,386,1,386,1,386,1,386,1,386,1,386,1,386, - 1,386,1,386,1,386,3,386,7199,8,386,1,386,1,386,1,386,1,386,1,386, - 3,386,7206,8,386,1,387,1,387,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,3,388,7296,8,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,3,388,7349,8,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,3,388,7359,8,388,1,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,3,388,7370,8,388,1,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,3,388,7381,8,388,1,388,1,388,1,388,1,388, - 1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,3,388,7395,8,388, - 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,390,1,390,1,390, - 5,390,7408,8,390,10,390,12,390,7411,9,390,1,391,1,391,1,391,1,391, - 1,391,1,391,1,391,1,391,3,391,7421,8,391,1,392,1,392,1,392,1,392, - 1,392,3,392,7428,8,392,1,393,1,393,1,393,1,393,1,393,1,393,1,393, - 1,393,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,3,394,7482,8,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394,1,394, - 3,394,7623,8,394,1,395,1,395,1,395,1,395,3,395,7629,8,395,1,395, - 3,395,7632,8,395,1,396,1,396,1,397,1,397,1,397,1,397,1,397,1,397, - 3,397,7642,8,397,1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398, - 1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398, - 1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398, - 1,398,1,398,1,398,1,398,1,398,1,398,1,398,1,398,3,398,7682,8,398, - 1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,3,399,7692,8,399, - 1,400,1,400,1,400,5,400,7697,8,400,10,400,12,400,7700,9,400,1,401, - 1,401,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402, - 1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,3,402,7722,8,402, - 1,402,1,402,1,402,1,402,1,402,1,402,1,402,3,402,7731,8,402,1,402, - 1,402,1,402,1,402,1,402,1,402,1,402,3,402,7740,8,402,1,402,1,402, - 1,402,1,402,1,402,1,402,1,402,3,402,7749,8,402,1,402,1,402,1,402, - 1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402, - 1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402,1,402, - 1,402,1,402,1,402,1,402,1,402,1,402,3,402,7782,8,402,1,403,1,403, - 3,403,7786,8,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403, - 3,403,7796,8,403,1,403,1,403,3,403,7800,8,403,1,403,1,403,1,404, - 1,404,1,404,1,404,1,404,1,404,3,404,7810,8,404,1,405,3,405,7813, - 8,405,1,405,1,405,3,405,7817,8,405,5,405,7819,8,405,10,405,12,405, - 7822,9,405,1,406,1,406,1,406,1,406,1,406,3,406,7829,8,406,1,407, - 1,407,1,408,1,408,1,409,1,409,1,410,1,410,1,410,3,410,7840,8,410, - 1,411,1,411,1,411,1,412,1,412,1,412,1,413,1,413,1,413,1,413,3,413, - 7852,8,413,1,414,1,414,3,414,7856,8,414,1,414,3,414,7859,8,414,1, - 414,1,414,3,414,7863,8,414,1,414,3,414,7866,8,414,1,414,1,414,1, - 414,3,414,7871,8,414,1,414,1,414,3,414,7875,8,414,1,414,3,414,7878, - 8,414,1,414,1,414,1,414,1,414,3,414,7884,8,414,1,414,1,414,1,414, - 1,414,1,414,1,414,1,414,1,414,1,414,3,414,7895,8,414,1,414,3,414, - 7898,8,414,1,414,1,414,1,414,1,414,1,414,3,414,7905,8,414,1,414, - 1,414,3,414,7909,8,414,1,414,1,414,1,414,3,414,7914,8,414,1,414, - 3,414,7917,8,414,3,414,7919,8,414,1,415,1,415,1,416,1,416,1,416, - 1,416,1,416,1,416,1,416,1,416,1,416,1,416,3,416,7933,8,416,1,417, - 1,417,3,417,7937,8,417,1,417,5,417,7940,8,417,10,417,12,417,7943, - 9,417,1,418,1,418,1,419,1,419,3,419,7949,8,419,1,419,1,419,1,420, - 1,420,1,420,3,420,7956,8,420,1,420,3,420,7959,8,420,1,420,1,420, - 1,420,3,420,7964,8,420,1,420,3,420,7967,8,420,1,420,1,420,1,420, - 1,420,1,420,1,420,1,420,3,420,7976,8,420,3,420,7978,8,420,1,420, - 1,420,1,420,3,420,7983,8,420,1,421,1,421,3,421,7987,8,421,1,421, - 1,421,1,421,1,422,1,422,1,422,1,423,1,423,1,423,1,423,3,423,7999, - 8,423,1,423,3,423,8002,8,423,1,424,1,424,1,425,4,425,8007,8,425, - 11,425,12,425,8008,1,426,1,426,3,426,8013,8,426,1,426,1,426,1,426, - 3,426,8018,8,426,1,427,1,427,1,427,1,427,1,427,1,427,1,427,1,427, - 3,427,8028,8,427,1,428,1,428,1,429,1,429,1,429,1,429,1,429,1,429, - 3,429,8038,8,429,1,429,3,429,8041,8,429,1,429,3,429,8044,8,429,3, - 429,8046,8,429,1,430,1,430,1,430,1,430,3,430,8052,8,430,1,431,1, - 431,1,431,5,431,8057,8,431,10,431,12,431,8060,9,431,1,432,1,432, - 1,433,1,433,1,433,1,433,1,433,1,433,1,434,1,434,1,434,1,434,1,434, - 1,435,1,435,1,435,1,435,3,435,8079,8,435,1,435,1,435,1,435,1,436, - 1,436,1,436,1,436,1,436,1,436,1,436,1,436,1,436,1,436,1,436,1,436, - 1,436,1,436,1,436,3,436,8099,8,436,1,436,1,436,3,436,8103,8,436, - 1,436,1,436,1,436,3,436,8108,8,436,1,437,1,437,1,438,1,438,1,438, - 1,438,1,438,1,438,1,438,1,439,1,439,1,439,1,439,1,439,1,439,1,439, - 1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439, - 1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439, - 1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439, - 1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439,1,439, - 1,439,1,439,1,439,1,439,1,439,1,439,1,439,3,439,8177,8,439,1,439, - 1,439,1,439,3,439,8182,8,439,1,440,1,440,1,441,1,441,3,441,8188, - 8,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,442, - 1,442,3,442,8201,8,442,1,442,1,442,3,442,8205,8,442,1,442,1,442, - 3,442,8209,8,442,1,442,1,442,1,442,1,442,3,442,8215,8,442,3,442, - 8217,8,442,1,443,1,443,1,443,1,443,5,443,8223,8,443,10,443,12,443, - 8226,9,443,1,443,1,443,1,444,1,444,1,444,1,445,1,445,3,445,8235, - 8,445,1,445,3,445,8238,8,445,1,445,3,445,8241,8,445,1,445,3,445, - 8244,8,445,1,445,3,445,8247,8,445,1,445,1,445,1,445,1,445,1,445, - 3,445,8254,8,445,1,445,3,445,8257,8,445,3,445,8259,8,445,1,446,1, - 446,3,446,8263,8,446,1,446,3,446,8266,8,446,1,446,1,446,1,446,1, - 446,1,446,3,446,8273,8,446,3,446,8275,8,446,1,447,1,447,1,447,5, - 447,8280,8,447,10,447,12,447,8283,9,447,1,448,1,448,1,449,1,449, - 3,449,8289,8,449,1,450,1,450,3,450,8293,8,450,1,451,1,451,3,451, - 8297,8,451,1,452,1,452,1,453,1,453,1,453,5,453,8304,8,453,10,453, - 12,453,8307,9,453,1,454,1,454,1,454,3,454,8312,8,454,1,455,1,455, - 3,455,8316,8,455,1,456,1,456,3,456,8320,8,456,1,457,1,457,1,457, - 3,457,8325,8,457,1,458,1,458,1,459,1,459,1,460,1,460,1,460,1,460, - 1,461,1,461,3,461,8337,8,461,1,462,1,462,1,462,5,462,8342,8,462, - 10,462,12,462,8345,9,462,1,463,1,463,1,464,1,464,1,464,1,464,1,464, - 3,464,8354,8,464,1,464,1,464,1,464,1,464,1,464,1,464,1,464,1,464, - 1,464,1,464,1,464,3,464,8367,8,464,1,465,1,465,1,465,1,465,1,465, - 1,465,1,465,1,465,1,465,3,465,8378,8,465,1,466,1,466,1,466,5,466, - 8383,8,466,10,466,12,466,8386,9,466,1,467,1,467,3,467,8390,8,467, - 1,468,1,468,3,468,8394,8,468,1,469,1,469,3,469,8398,8,469,1,470, - 1,470,1,470,3,470,8403,8,470,1,470,1,470,1,470,1,471,1,471,1,471, - 1,471,1,472,1,472,1,472,1,472,3,472,8416,8,472,1,473,1,473,1,473, - 3,473,8421,8,473,1,473,1,473,3,473,8425,8,473,1,473,1,473,3,473, - 8429,8,473,1,473,1,473,1,473,1,473,1,473,3,473,8436,8,473,1,473, - 3,473,8439,8,473,3,473,8441,8,473,1,474,1,474,1,474,1,474,1,475, - 1,475,3,475,8449,8,475,1,475,1,475,3,475,8453,8,475,1,476,3,476, - 8456,8,476,1,476,1,476,1,476,1,476,1,476,3,476,8463,8,476,1,476, - 3,476,8466,8,476,1,477,1,477,1,477,3,477,8471,8,477,1,478,1,478, - 1,478,1,478,3,478,8477,8,478,1,478,1,478,1,478,1,478,3,478,8483, - 8,478,1,478,1,478,3,478,8487,8,478,1,479,1,479,1,480,1,480,1,480, - 5,480,8494,8,480,10,480,12,480,8497,9,480,1,481,1,481,1,481,1,482, - 1,482,1,482,3,482,8505,8,482,1,482,1,482,1,482,1,482,1,482,3,482, - 8512,8,482,1,482,3,482,8515,8,482,1,483,1,483,1,483,1,483,3,483, - 8521,8,483,1,483,1,483,1,483,3,483,8526,8,483,1,484,1,484,1,484, - 1,485,3,485,8532,8,485,1,485,1,485,1,485,1,485,3,485,8538,8,485, - 1,485,3,485,8541,8,485,1,485,3,485,8544,8,485,1,486,1,486,1,486, - 1,487,1,487,3,487,8551,8,487,1,487,1,487,3,487,8555,8,487,1,487, - 3,487,8558,8,487,1,488,1,488,1,488,1,488,1,489,1,489,1,489,1,489, - 1,489,1,489,1,489,1,489,1,489,3,489,8573,8,489,1,489,3,489,8576, - 8,489,1,490,1,490,1,491,1,491,1,491,3,491,8583,8,491,1,492,3,492, - 8586,8,492,1,492,1,492,1,492,1,492,1,492,3,492,8593,8,492,1,492, - 3,492,8596,8,492,1,492,3,492,8599,8,492,1,493,1,493,1,493,5,493, - 8604,8,493,10,493,12,493,8607,9,493,1,494,1,494,1,494,1,494,1,494, - 1,494,1,494,1,494,1,494,3,494,8618,8,494,1,494,1,494,1,494,1,494, - 1,494,3,494,8625,8,494,3,494,8627,8,494,1,495,1,495,1,495,1,496, - 1,496,1,496,5,496,8635,8,496,10,496,12,496,8638,9,496,1,497,1,497, - 1,497,1,497,1,497,1,497,1,497,1,497,1,498,1,498,1,499,1,499,1,499, - 1,499,1,499,5,499,8655,8,499,10,499,12,499,8658,9,499,1,500,1,500, - 1,500,1,500,1,500,3,500,8665,8,500,1,501,1,501,3,501,8669,8,501, - 1,502,1,502,1,502,1,502,1,502,1,502,1,502,1,502,3,502,8679,8,502, - 1,503,1,503,3,503,8683,8,503,1,503,1,503,3,503,8687,8,503,1,503, - 1,503,3,503,8691,8,503,3,503,8693,8,503,1,503,1,503,1,503,3,503, - 8698,8,503,1,503,1,503,3,503,8702,8,503,1,503,1,503,3,503,8706,8, - 503,3,503,8708,8,503,3,503,8710,8,503,1,504,1,504,3,504,8714,8,504, - 1,505,1,505,3,505,8718,8,505,1,505,3,505,8721,8,505,1,505,3,505, - 8724,8,505,1,505,3,505,8727,8,505,1,505,3,505,8730,8,505,3,505,8732, - 8,505,1,505,3,505,8735,8,505,1,505,3,505,8738,8,505,1,505,3,505, - 8741,8,505,1,505,3,505,8744,8,505,1,505,3,505,8747,8,505,1,505,3, - 505,8750,8,505,1,505,1,505,1,505,1,505,1,505,1,505,1,505,3,505,8759, - 8,505,3,505,8761,8,505,1,505,1,505,1,505,3,505,8766,8,505,5,505, - 8768,8,505,10,505,12,505,8771,9,505,1,506,1,506,1,506,3,506,8776, - 8,506,1,507,1,507,3,507,8780,8,507,1,508,1,508,3,508,8784,8,508, - 1,508,1,508,1,509,1,509,1,509,5,509,8791,8,509,10,509,12,509,8794, - 9,509,1,510,1,510,3,510,8798,8,510,1,510,1,510,3,510,8802,8,510, - 1,510,1,510,1,510,1,510,3,510,8808,8,510,1,510,3,510,8811,8,510, - 1,511,1,511,1,511,1,511,1,511,1,511,1,511,1,511,1,512,1,512,1,512, - 1,512,1,512,1,512,1,512,1,512,1,512,3,512,8830,8,512,1,512,1,512, - 1,512,1,513,1,513,1,513,3,513,8838,8,513,1,514,1,514,1,515,1,515, - 1,515,1,515,1,515,3,515,8847,8,515,1,516,1,516,3,516,8851,8,516, - 1,517,3,517,8854,8,517,1,517,1,517,3,517,8858,8,517,1,517,1,517, - 1,517,3,517,8863,8,517,1,517,1,517,1,517,1,517,3,517,8869,8,517, - 1,518,1,518,1,519,1,519,1,520,1,520,1,520,1,520,1,520,1,520,3,520, - 8881,8,520,1,521,1,521,1,522,1,522,1,523,1,523,1,523,1,523,1,524, - 1,524,1,524,5,524,8894,8,524,10,524,12,524,8897,9,524,1,525,1,525, - 1,525,1,525,3,525,8903,8,525,1,525,3,525,8906,8,525,1,526,1,526, - 3,526,8910,8,526,1,526,1,526,3,526,8914,8,526,1,526,1,526,3,526, - 8918,8,526,3,526,8920,8,526,1,527,1,527,1,528,1,528,1,528,1,528, - 3,528,8928,8,528,1,529,1,529,1,529,1,529,1,529,1,529,1,529,3,529, - 8937,8,529,1,529,1,529,1,529,1,529,3,529,8943,8,529,3,529,8945,8, - 529,1,530,1,530,1,530,1,530,1,530,3,530,8952,8,530,1,531,1,531,3, - 531,8956,8,531,1,532,1,532,1,533,1,533,1,533,1,533,1,533,3,533,8965, - 8,533,1,534,1,534,3,534,8969,8,534,1,535,1,535,1,536,1,536,1,537, - 1,537,1,537,3,537,8978,8,537,1,537,1,537,1,538,1,538,1,538,5,538, - 8985,8,538,10,538,12,538,8988,9,538,1,539,1,539,1,539,1,539,1,539, - 1,539,1,539,1,539,1,539,3,539,8999,8,539,1,540,1,540,1,540,1,541, - 1,541,1,541,1,541,1,541,1,542,1,542,1,542,1,542,1,542,1,543,1,543, - 1,543,1,543,1,543,1,543,1,544,1,544,1,544,1,545,1,545,1,545,1,545, - 3,545,9027,8,545,1,546,1,546,1,547,4,547,9032,8,547,11,547,12,547, - 9033,1,548,1,548,3,548,9038,8,548,1,548,3,548,9041,8,548,1,549,1, - 549,1,549,3,549,9046,8,549,1,549,1,549,3,549,9050,8,549,1,549,3, - 549,9053,8,549,1,550,1,550,1,550,1,551,1,551,1,551,1,551,1,551,1, - 551,1,551,1,551,1,551,5,551,9067,8,551,10,551,12,551,9070,9,551, - 1,552,1,552,1,552,1,553,1,553,1,553,5,553,9078,8,553,10,553,12,553, - 9081,9,553,1,554,1,554,3,554,9085,8,554,1,554,3,554,9088,8,554,1, - 554,3,554,9091,8,554,1,554,1,554,3,554,9095,8,554,1,554,1,554,3, - 554,9099,8,554,1,554,1,554,3,554,9103,8,554,1,554,1,554,1,554,3, - 554,9108,8,554,1,554,1,554,3,554,9112,8,554,1,554,1,554,3,554,9116, - 8,554,3,554,9118,8,554,1,554,1,554,1,554,1,554,1,554,1,554,1,554, - 3,554,9127,8,554,1,554,1,554,1,554,3,554,9132,8,554,1,554,1,554, - 1,554,1,554,3,554,9138,8,554,1,554,1,554,3,554,9142,8,554,3,554, - 9144,8,554,1,554,1,554,1,554,1,554,1,554,3,554,9151,8,554,1,554, - 1,554,1,554,3,554,9156,8,554,1,554,1,554,1,554,1,554,5,554,9162, - 8,554,10,554,12,554,9165,9,554,1,555,3,555,9168,8,555,1,555,1,555, - 1,555,1,555,1,555,3,555,9175,8,555,1,556,1,556,1,557,1,557,1,557, - 3,557,9182,8,557,1,557,3,557,9185,8,557,1,557,1,557,1,557,1,557, - 3,557,9191,8,557,1,558,1,558,3,558,9195,8,558,1,559,1,559,1,559, - 1,559,1,559,1,559,1,559,3,559,9204,8,559,1,560,3,560,9207,8,560, - 1,560,1,560,3,560,9211,8,560,1,560,1,560,1,560,1,560,1,560,1,560, - 3,560,9219,8,560,1,560,1,560,1,560,1,560,3,560,9225,8,560,3,560, - 9227,8,560,1,561,3,561,9230,8,561,1,561,1,561,3,561,9234,8,561,1, - 561,3,561,9237,8,561,1,561,3,561,9240,8,561,1,562,1,562,3,562,9244, - 8,562,1,562,1,562,3,562,9248,8,562,1,562,1,562,1,562,1,562,3,562, - 9254,8,562,1,562,3,562,9257,8,562,1,562,1,562,1,562,1,562,1,562, - 1,562,1,562,3,562,9266,8,562,1,562,1,562,1,562,1,562,1,562,3,562, - 9273,8,562,3,562,9275,8,562,1,563,1,563,1,563,5,563,9280,8,563,10, - 563,12,563,9283,9,563,1,564,1,564,1,564,5,564,9288,8,564,10,564, - 12,564,9291,9,564,1,565,1,565,3,565,9295,8,565,1,565,3,565,9298, - 8,565,1,566,1,566,1,566,1,566,1,566,1,566,3,566,9306,8,566,1,567, - 1,567,1,567,1,567,1,567,1,568,1,568,3,568,9315,8,568,1,568,1,568, - 1,568,1,568,1,568,1,568,3,568,9323,8,568,3,568,9325,8,568,1,569, - 1,569,3,569,9329,8,569,1,570,1,570,1,570,5,570,9334,8,570,10,570, - 12,570,9337,9,570,1,571,1,571,1,571,1,571,1,571,1,572,1,572,1,572, - 1,573,1,573,1,573,1,574,1,574,1,574,1,574,1,574,3,574,9355,8,574, - 1,575,1,575,1,576,1,576,1,576,5,576,9362,8,576,10,576,12,576,9365, - 9,576,1,577,1,577,1,577,3,577,9370,8,577,1,578,1,578,1,578,1,578, - 1,578,1,578,1,578,1,578,1,578,1,578,1,578,1,578,1,578,1,578,1,578, - 1,578,1,578,3,578,9389,8,578,1,578,1,578,1,579,1,579,1,579,5,579, - 9396,8,579,10,579,12,579,9399,9,579,1,580,1,580,1,580,3,580,9404, - 8,580,1,580,1,580,3,580,9408,8,580,1,581,4,581,9411,8,581,11,581, - 12,581,9412,1,582,1,582,1,582,1,582,1,582,1,582,1,582,1,582,3,582, - 9423,8,582,1,583,1,583,1,583,5,583,9428,8,583,10,583,12,583,9431, - 9,583,1,584,1,584,1,584,1,584,1,584,1,584,3,584,9439,8,584,1,585, - 3,585,9442,8,585,1,585,1,585,1,585,1,585,1,585,1,585,1,585,3,585, - 9451,8,585,3,585,9453,8,585,1,585,1,585,1,585,1,585,3,585,9459,8, - 585,1,586,1,586,3,586,9463,8,586,1,586,5,586,9466,8,586,10,586,12, - 586,9469,9,586,1,587,1,587,1,587,1,587,1,587,1,587,1,587,3,587,9478, - 8,587,1,587,1,587,1,587,1,587,3,587,9484,8,587,3,587,9486,8,587, - 1,588,1,588,1,588,1,588,3,588,9492,8,588,1,589,1,589,3,589,9496, - 8,589,1,589,3,589,9499,8,589,1,590,1,590,1,590,1,590,1,591,1,591, - 1,591,1,591,1,591,1,591,1,591,3,591,9512,8,591,1,591,1,591,1,591, - 1,591,3,591,9518,8,591,1,591,1,591,3,591,9522,8,591,1,591,1,591, - 3,591,9526,8,591,1,591,3,591,9529,8,591,1,592,1,592,1,592,1,592, - 1,593,1,593,3,593,9537,8,593,1,594,1,594,3,594,9541,8,594,1,595, - 1,595,3,595,9545,8,595,1,595,1,595,1,595,1,595,1,596,1,596,3,596, - 9553,8,596,1,597,1,597,1,597,1,597,1,597,3,597,9560,8,597,1,598, - 1,598,1,598,1,598,1,598,3,598,9567,8,598,1,599,1,599,3,599,9571, - 8,599,1,599,1,599,1,599,1,599,3,599,9577,8,599,3,599,9579,8,599, - 1,600,1,600,1,601,1,601,1,601,1,601,1,601,3,601,9588,8,601,1,601, - 3,601,9591,8,601,1,602,1,602,1,603,1,603,1,603,1,603,1,603,1,603, - 3,603,9601,8,603,1,604,1,604,1,604,1,604,1,604,1,604,1,604,1,604, - 1,604,1,604,1,604,1,604,1,604,1,604,3,604,9617,8,604,1,604,1,604, - 1,604,1,604,3,604,9623,8,604,1,604,1,604,1,604,3,604,9628,8,604, - 1,605,1,605,1,605,1,605,1,605,3,605,9635,8,605,1,606,1,606,1,606, - 1,607,1,607,1,608,1,608,3,608,9644,8,608,1,609,1,609,1,609,5,609, - 9649,8,609,10,609,12,609,9652,9,609,1,610,1,610,1,610,5,610,9657, - 8,610,10,610,12,610,9660,9,610,1,611,1,611,1,611,5,611,9665,8,611, - 10,611,12,611,9668,9,611,1,612,1,612,3,612,9672,8,612,1,612,1,612, - 3,612,9676,8,612,1,613,3,613,9679,8,613,1,613,1,613,1,614,1,614, - 3,614,9685,8,614,1,615,1,615,1,615,3,615,9690,8,615,1,615,1,615, - 1,615,1,615,1,615,1,615,1,615,1,615,1,615,1,615,1,615,1,615,1,615, - 1,615,3,615,9706,8,615,1,615,3,615,9709,8,615,3,615,9711,8,615,1, - 616,1,616,1,616,1,616,1,616,1,616,1,616,1,616,1,616,1,616,3,616, - 9723,8,616,3,616,9725,8,616,1,617,1,617,3,617,9729,8,617,1,617,1, - 617,1,617,1,617,1,617,1,617,3,617,9737,8,617,3,617,9739,8,617,1, - 617,1,617,3,617,9743,8,617,3,617,9745,8,617,1,618,1,618,1,618,1, - 618,5,618,9751,8,618,10,618,12,618,9754,9,618,1,619,3,619,9757,8, - 619,1,619,1,619,1,620,1,620,1,620,5,620,9764,8,620,10,620,12,620, - 9767,9,620,1,621,1,621,1,621,5,621,9772,8,621,10,621,12,621,9775, - 9,621,1,622,1,622,1,622,3,622,9780,8,622,1,623,3,623,9783,8,623, - 1,623,1,623,1,624,1,624,1,624,1,624,1,624,3,624,9792,8,624,1,625, - 1,625,1,625,3,625,9797,8,625,1,626,1,626,1,626,5,626,9802,8,626, - 10,626,12,626,9805,9,626,1,627,1,627,1,627,1,627,1,627,1,627,1,627, - 3,627,9814,8,627,1,627,1,627,1,627,1,627,1,627,1,627,1,627,1,627, - 1,627,1,627,1,627,1,627,1,627,1,627,1,627,1,627,1,627,1,627,1,627, - 1,627,1,627,1,627,1,627,1,627,3,627,9840,8,627,1,627,1,627,1,627, - 1,627,1,627,1,627,1,627,1,627,1,627,3,627,9851,8,627,5,627,9853, - 8,627,10,627,12,627,9856,9,627,1,628,1,628,1,628,1,628,1,628,3,628, - 9863,8,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628, + 1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378, + 1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,1,378,3,378,6677, + 8,378,1,379,1,379,1,379,1,379,1,379,1,379,1,379,1,379,1,379,1,379, + 1,379,1,379,1,379,1,379,1,379,1,379,3,379,6695,8,379,1,380,1,380, + 3,380,6699,8,380,1,380,1,380,1,380,3,380,6704,8,380,1,380,3,380, + 6707,8,380,1,381,1,381,3,381,6711,8,381,1,381,1,381,1,381,3,381, + 6716,8,381,1,381,1,381,1,381,3,381,6721,8,381,1,381,3,381,6724,8, + 381,1,382,1,382,1,382,5,382,6729,8,382,10,382,12,382,6732,9,382, + 1,383,1,383,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384,1,384, + 1,384,1,384,1,384,3,384,6748,8,384,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,6819, + 8,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,6850,8,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,6904,8,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,6914,8,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,6924,8,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,6935, + 8,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,6945, + 8,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385, + 6956,8,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385, + 6966,8,385,1,385,1,385,1,385,3,385,6971,8,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,3,385,6980,8,385,1,385,1,385,1,385,3,385, + 6985,8,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385, + 6995,8,385,1,385,1,385,1,385,3,385,7000,8,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,3,385,7009,8,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,3,385,7022,8,385,1,385, + 1,385,1,385,3,385,7027,8,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385,1,385, + 1,385,1,385,1,385,1,385,1,385,3,385,7139,8,385,3,385,7141,8,385, + 1,386,1,386,1,386,1,387,1,387,1,387,1,387,3,387,7150,8,387,1,387, + 1,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387,3,387,7161,8,387, + 1,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387,3,387,7172, + 8,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387, + 1,387,3,387,7185,8,387,1,387,1,387,1,387,1,387,1,387,1,387,1,387, + 1,387,1,387,1,387,3,387,7197,8,387,1,387,1,387,1,387,1,387,1,387, + 1,387,1,387,1,387,1,387,3,387,7208,8,387,1,387,1,387,1,387,1,387, + 1,387,3,387,7215,8,387,1,388,1,388,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,3,389,7305,8,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,3,389,7358,8,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,3,389,7368,8,389,1,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,3,389,7379,8,389,1,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,3,389,7390,8,389,1,389,1,389,1,389, + 1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,1,389,3,389,7404, + 8,389,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,391,1,391, + 1,391,5,391,7417,8,391,10,391,12,391,7420,9,391,1,392,1,392,1,392, + 1,392,1,392,1,392,1,392,1,392,3,392,7430,8,392,1,393,1,393,1,393, + 1,393,1,393,3,393,7437,8,393,1,394,1,394,1,394,1,394,1,394,1,394, + 1,394,1,394,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,3,395,7491,8,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395,1,395, + 1,395,3,395,7632,8,395,1,396,1,396,1,396,1,396,3,396,7638,8,396, + 1,396,3,396,7641,8,396,1,397,1,397,1,398,1,398,1,398,1,398,1,398, + 1,398,3,398,7651,8,398,1,399,1,399,1,399,1,399,1,399,1,399,1,399, + 1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399, + 1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399, + 1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,1,399,3,399,7691, + 8,399,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,3,400,7701, + 8,400,1,401,1,401,1,401,5,401,7706,8,401,10,401,12,401,7709,9,401, + 1,402,1,402,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403, + 1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,3,403,7731, + 8,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,3,403,7740,8,403, + 1,403,1,403,1,403,1,403,1,403,1,403,1,403,3,403,7749,8,403,1,403, + 1,403,1,403,1,403,1,403,1,403,1,403,3,403,7758,8,403,1,403,1,403, + 1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403, + 1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403,1,403, + 1,403,1,403,1,403,1,403,1,403,1,403,1,403,3,403,7791,8,403,1,404, + 1,404,3,404,7795,8,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404, + 1,404,3,404,7805,8,404,1,404,1,404,3,404,7809,8,404,1,404,1,404, + 1,405,1,405,1,405,1,405,1,405,1,405,3,405,7819,8,405,1,406,3,406, + 7822,8,406,1,406,1,406,3,406,7826,8,406,5,406,7828,8,406,10,406, + 12,406,7831,9,406,1,407,1,407,1,407,1,407,1,407,3,407,7838,8,407, + 1,408,1,408,1,409,1,409,1,410,1,410,1,411,1,411,1,411,3,411,7849, + 8,411,1,412,1,412,1,412,1,413,1,413,1,413,1,414,1,414,1,414,1,414, + 3,414,7861,8,414,1,415,1,415,3,415,7865,8,415,1,415,3,415,7868,8, + 415,1,415,1,415,3,415,7872,8,415,1,415,3,415,7875,8,415,1,415,1, + 415,1,415,3,415,7880,8,415,1,415,1,415,3,415,7884,8,415,1,415,3, + 415,7887,8,415,1,415,1,415,1,415,1,415,3,415,7893,8,415,1,415,1, + 415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,3,415,7904,8,415,1, + 415,3,415,7907,8,415,1,415,1,415,1,415,1,415,1,415,3,415,7914,8, + 415,1,415,1,415,3,415,7918,8,415,1,415,1,415,1,415,3,415,7923,8, + 415,1,415,3,415,7926,8,415,3,415,7928,8,415,1,416,1,416,1,417,1, + 417,1,417,1,417,1,417,1,417,1,417,1,417,1,417,1,417,3,417,7942,8, + 417,1,418,1,418,3,418,7946,8,418,1,418,5,418,7949,8,418,10,418,12, + 418,7952,9,418,1,419,1,419,1,420,1,420,3,420,7958,8,420,1,420,1, + 420,1,421,1,421,1,421,3,421,7965,8,421,1,421,3,421,7968,8,421,1, + 421,1,421,1,421,3,421,7973,8,421,1,421,3,421,7976,8,421,1,421,1, + 421,1,421,1,421,1,421,1,421,1,421,3,421,7985,8,421,3,421,7987,8, + 421,1,421,1,421,1,421,3,421,7992,8,421,1,422,1,422,3,422,7996,8, + 422,1,422,1,422,1,422,1,423,1,423,1,423,1,424,1,424,1,424,1,424, + 3,424,8008,8,424,1,424,3,424,8011,8,424,1,425,1,425,1,426,4,426, + 8016,8,426,11,426,12,426,8017,1,427,1,427,3,427,8022,8,427,1,427, + 1,427,1,427,3,427,8027,8,427,1,428,1,428,1,428,1,428,1,428,1,428, + 1,428,1,428,3,428,8037,8,428,1,429,1,429,1,430,1,430,1,430,1,430, + 1,430,1,430,3,430,8047,8,430,1,430,3,430,8050,8,430,1,430,3,430, + 8053,8,430,3,430,8055,8,430,1,431,1,431,1,431,1,431,3,431,8061,8, + 431,1,432,1,432,1,432,5,432,8066,8,432,10,432,12,432,8069,9,432, + 1,433,1,433,1,434,1,434,1,434,1,434,1,434,1,434,1,435,1,435,1,435, + 1,435,1,435,1,436,1,436,1,436,1,436,3,436,8088,8,436,1,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, + 1,437,1,437,1,437,1,437,1,437,3,437,8108,8,437,1,437,1,437,3,437, + 8112,8,437,1,437,1,437,1,437,3,437,8117,8,437,1,438,1,438,1,439, + 1,439,1,439,1,439,1,439,1,439,1,439,1,440,1,440,1,440,1,440,1,440, + 1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440, + 1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440, + 1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440, + 1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440, + 1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,1,440,3,440,8186, + 8,440,1,440,1,440,1,440,3,440,8191,8,440,1,441,1,441,1,442,1,442, + 3,442,8197,8,442,1,442,1,442,1,442,1,442,1,442,1,442,1,442,1,442, + 1,442,1,443,1,443,3,443,8210,8,443,1,443,1,443,3,443,8214,8,443, + 1,443,1,443,3,443,8218,8,443,1,443,1,443,1,443,1,443,3,443,8224, + 8,443,3,443,8226,8,443,1,444,1,444,1,444,1,444,5,444,8232,8,444, + 10,444,12,444,8235,9,444,1,444,1,444,1,445,1,445,1,445,1,446,1,446, + 3,446,8244,8,446,1,446,3,446,8247,8,446,1,446,3,446,8250,8,446,1, + 446,3,446,8253,8,446,1,446,3,446,8256,8,446,1,446,1,446,1,446,1, + 446,1,446,3,446,8263,8,446,1,446,3,446,8266,8,446,3,446,8268,8,446, + 1,447,1,447,3,447,8272,8,447,1,447,3,447,8275,8,447,1,447,1,447, + 1,447,1,447,1,447,3,447,8282,8,447,3,447,8284,8,447,1,448,1,448, + 1,448,5,448,8289,8,448,10,448,12,448,8292,9,448,1,449,1,449,1,450, + 1,450,3,450,8298,8,450,1,451,1,451,3,451,8302,8,451,1,452,1,452, + 3,452,8306,8,452,1,453,1,453,1,454,1,454,1,454,5,454,8313,8,454, + 10,454,12,454,8316,9,454,1,455,1,455,1,455,3,455,8321,8,455,1,456, + 1,456,3,456,8325,8,456,1,457,1,457,3,457,8329,8,457,1,458,1,458, + 1,458,3,458,8334,8,458,1,459,1,459,1,460,1,460,1,461,1,461,1,461, + 1,461,1,462,1,462,3,462,8346,8,462,1,463,1,463,1,463,5,463,8351, + 8,463,10,463,12,463,8354,9,463,1,464,1,464,1,465,1,465,1,465,1,465, + 1,465,3,465,8363,8,465,1,465,1,465,1,465,1,465,1,465,1,465,1,465, + 1,465,1,465,1,465,1,465,3,465,8376,8,465,1,466,1,466,1,466,1,466, + 1,466,1,466,1,466,1,466,1,466,3,466,8387,8,466,1,467,1,467,1,467, + 5,467,8392,8,467,10,467,12,467,8395,9,467,1,468,1,468,3,468,8399, + 8,468,1,469,1,469,3,469,8403,8,469,1,470,1,470,3,470,8407,8,470, + 1,471,1,471,1,471,3,471,8412,8,471,1,471,1,471,1,471,1,472,1,472, + 1,472,1,472,1,473,1,473,1,473,1,473,3,473,8425,8,473,1,474,1,474, + 1,474,3,474,8430,8,474,1,474,1,474,3,474,8434,8,474,1,474,1,474, + 1,474,1,474,1,474,3,474,8441,8,474,1,474,3,474,8444,8,474,3,474, + 8446,8,474,1,475,1,475,1,475,1,475,1,476,1,476,3,476,8454,8,476, + 1,476,1,476,3,476,8458,8,476,1,477,3,477,8461,8,477,1,477,1,477, + 1,477,1,477,1,477,3,477,8468,8,477,1,477,3,477,8471,8,477,1,478, + 1,478,1,478,3,478,8476,8,478,1,479,1,479,1,479,1,479,3,479,8482, + 8,479,1,479,1,479,1,479,1,479,3,479,8488,8,479,1,479,1,479,3,479, + 8492,8,479,1,480,1,480,1,481,1,481,1,481,5,481,8499,8,481,10,481, + 12,481,8502,9,481,1,482,1,482,1,482,1,483,1,483,1,483,3,483,8510, + 8,483,1,483,1,483,1,483,1,483,1,483,3,483,8517,8,483,1,483,3,483, + 8520,8,483,1,484,1,484,1,484,1,484,3,484,8526,8,484,1,484,1,484, + 1,484,3,484,8531,8,484,1,485,1,485,1,485,1,486,3,486,8537,8,486, + 1,486,1,486,1,486,1,486,3,486,8543,8,486,1,486,3,486,8546,8,486, + 1,486,3,486,8549,8,486,1,487,1,487,1,487,1,488,1,488,3,488,8556, + 8,488,1,488,1,488,3,488,8560,8,488,1,488,3,488,8563,8,488,1,489, + 1,489,1,489,1,489,1,490,1,490,1,490,1,490,1,490,1,490,1,490,1,490, + 1,490,3,490,8578,8,490,1,490,3,490,8581,8,490,1,491,1,491,1,492, + 1,492,1,492,3,492,8588,8,492,1,493,3,493,8591,8,493,1,493,1,493, + 1,493,1,493,1,493,3,493,8598,8,493,1,493,3,493,8601,8,493,1,493, + 3,493,8604,8,493,1,494,1,494,1,494,5,494,8609,8,494,10,494,12,494, + 8612,9,494,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495,1,495, + 3,495,8623,8,495,1,495,1,495,1,495,1,495,1,495,3,495,8630,8,495, + 3,495,8632,8,495,1,496,1,496,1,496,1,497,1,497,1,497,5,497,8640, + 8,497,10,497,12,497,8643,9,497,1,498,1,498,1,498,1,498,1,498,1,498, + 1,498,1,498,1,499,1,499,1,500,1,500,1,500,1,500,1,500,5,500,8660, + 8,500,10,500,12,500,8663,9,500,1,501,1,501,1,501,1,501,1,501,3,501, + 8670,8,501,1,502,1,502,3,502,8674,8,502,1,503,1,503,1,503,1,503, + 1,503,1,503,1,503,1,503,3,503,8684,8,503,1,504,1,504,3,504,8688, + 8,504,1,504,1,504,3,504,8692,8,504,1,504,1,504,3,504,8696,8,504, + 3,504,8698,8,504,1,504,1,504,1,504,3,504,8703,8,504,1,504,1,504, + 3,504,8707,8,504,1,504,1,504,3,504,8711,8,504,3,504,8713,8,504,3, + 504,8715,8,504,1,505,1,505,3,505,8719,8,505,1,506,1,506,3,506,8723, + 8,506,1,506,3,506,8726,8,506,1,506,3,506,8729,8,506,1,506,3,506, + 8732,8,506,1,506,3,506,8735,8,506,3,506,8737,8,506,1,506,3,506,8740, + 8,506,1,506,3,506,8743,8,506,1,506,3,506,8746,8,506,1,506,3,506, + 8749,8,506,1,506,3,506,8752,8,506,1,506,3,506,8755,8,506,1,506,1, + 506,1,506,1,506,1,506,1,506,1,506,3,506,8764,8,506,3,506,8766,8, + 506,1,506,1,506,1,506,3,506,8771,8,506,5,506,8773,8,506,10,506,12, + 506,8776,9,506,1,507,1,507,1,507,3,507,8781,8,507,1,508,1,508,3, + 508,8785,8,508,1,509,1,509,3,509,8789,8,509,1,509,1,509,1,510,1, + 510,1,510,5,510,8796,8,510,10,510,12,510,8799,9,510,1,511,1,511, + 3,511,8803,8,511,1,511,1,511,3,511,8807,8,511,1,511,1,511,1,511, + 1,511,3,511,8813,8,511,1,511,3,511,8816,8,511,1,512,1,512,1,512, + 1,512,1,512,1,512,1,512,1,512,1,513,1,513,1,513,1,513,1,513,1,513, + 1,513,1,513,1,513,3,513,8835,8,513,1,513,1,513,1,513,1,514,1,514, + 1,514,3,514,8843,8,514,1,515,1,515,1,516,1,516,1,516,1,516,1,516, + 3,516,8852,8,516,1,517,1,517,3,517,8856,8,517,1,518,3,518,8859,8, + 518,1,518,1,518,3,518,8863,8,518,1,518,1,518,1,518,3,518,8868,8, + 518,1,518,1,518,1,518,1,518,3,518,8874,8,518,1,519,1,519,1,520,1, + 520,1,521,1,521,1,521,1,521,1,521,1,521,3,521,8886,8,521,1,522,1, + 522,1,523,1,523,1,524,1,524,1,524,1,524,1,525,1,525,1,525,5,525, + 8899,8,525,10,525,12,525,8902,9,525,1,526,1,526,1,526,1,526,3,526, + 8908,8,526,1,526,3,526,8911,8,526,1,527,1,527,3,527,8915,8,527,1, + 527,1,527,3,527,8919,8,527,1,527,1,527,3,527,8923,8,527,3,527,8925, + 8,527,1,528,1,528,1,529,1,529,1,529,1,529,3,529,8933,8,529,1,530, + 1,530,1,530,1,530,1,530,1,530,1,530,3,530,8942,8,530,1,530,1,530, + 1,530,1,530,3,530,8948,8,530,3,530,8950,8,530,1,531,1,531,1,531, + 1,531,1,531,3,531,8957,8,531,1,532,1,532,3,532,8961,8,532,1,533, + 1,533,1,534,1,534,1,534,1,534,1,534,3,534,8970,8,534,1,535,1,535, + 3,535,8974,8,535,1,536,1,536,1,537,1,537,1,538,1,538,1,538,3,538, + 8983,8,538,1,538,1,538,1,539,1,539,1,539,5,539,8990,8,539,10,539, + 12,539,8993,9,539,1,540,1,540,1,540,1,540,1,540,1,540,1,540,1,540, + 1,540,3,540,9004,8,540,1,541,1,541,1,541,1,542,1,542,1,542,1,542, + 1,542,1,543,1,543,1,543,1,543,1,543,1,544,1,544,1,544,1,544,1,544, + 1,544,1,545,1,545,1,545,1,546,1,546,1,546,1,546,3,546,9032,8,546, + 1,547,1,547,1,548,4,548,9037,8,548,11,548,12,548,9038,1,549,1,549, + 3,549,9043,8,549,1,549,3,549,9046,8,549,1,550,1,550,1,550,3,550, + 9051,8,550,1,550,1,550,3,550,9055,8,550,1,550,3,550,9058,8,550,1, + 551,1,551,1,551,1,552,1,552,1,552,1,552,1,552,1,552,1,552,1,552, + 1,552,5,552,9072,8,552,10,552,12,552,9075,9,552,1,553,1,553,1,553, + 1,554,1,554,1,554,5,554,9083,8,554,10,554,12,554,9086,9,554,1,555, + 1,555,3,555,9090,8,555,1,555,3,555,9093,8,555,1,555,3,555,9096,8, + 555,1,555,1,555,3,555,9100,8,555,1,555,1,555,3,555,9104,8,555,1, + 555,1,555,3,555,9108,8,555,1,555,1,555,1,555,3,555,9113,8,555,1, + 555,1,555,3,555,9117,8,555,1,555,1,555,3,555,9121,8,555,3,555,9123, + 8,555,1,555,1,555,1,555,1,555,1,555,1,555,1,555,3,555,9132,8,555, + 1,555,1,555,1,555,3,555,9137,8,555,1,555,1,555,1,555,1,555,3,555, + 9143,8,555,1,555,1,555,3,555,9147,8,555,3,555,9149,8,555,1,555,1, + 555,1,555,1,555,1,555,3,555,9156,8,555,1,555,1,555,1,555,3,555,9161, + 8,555,1,555,1,555,1,555,1,555,5,555,9167,8,555,10,555,12,555,9170, + 9,555,1,556,3,556,9173,8,556,1,556,1,556,1,556,1,556,1,556,3,556, + 9180,8,556,1,557,1,557,1,558,1,558,1,558,3,558,9187,8,558,1,558, + 3,558,9190,8,558,1,558,1,558,1,558,1,558,3,558,9196,8,558,1,559, + 1,559,3,559,9200,8,559,1,560,1,560,1,560,1,560,1,560,1,560,1,560, + 3,560,9209,8,560,1,561,3,561,9212,8,561,1,561,1,561,3,561,9216,8, + 561,1,561,1,561,1,561,1,561,1,561,1,561,3,561,9224,8,561,1,561,1, + 561,1,561,1,561,3,561,9230,8,561,3,561,9232,8,561,1,562,3,562,9235, + 8,562,1,562,1,562,3,562,9239,8,562,1,562,3,562,9242,8,562,1,562, + 3,562,9245,8,562,1,563,1,563,3,563,9249,8,563,1,563,1,563,3,563, + 9253,8,563,1,563,1,563,1,563,1,563,3,563,9259,8,563,1,563,3,563, + 9262,8,563,1,563,1,563,1,563,1,563,1,563,1,563,1,563,3,563,9271, + 8,563,1,563,1,563,1,563,1,563,1,563,3,563,9278,8,563,3,563,9280, + 8,563,1,564,1,564,1,564,5,564,9285,8,564,10,564,12,564,9288,9,564, + 1,565,1,565,1,565,5,565,9293,8,565,10,565,12,565,9296,9,565,1,566, + 1,566,3,566,9300,8,566,1,566,3,566,9303,8,566,1,567,1,567,1,567, + 1,567,1,567,1,567,3,567,9311,8,567,1,568,1,568,1,568,1,568,1,568, + 1,569,1,569,3,569,9320,8,569,1,569,1,569,1,569,1,569,1,569,1,569, + 3,569,9328,8,569,3,569,9330,8,569,1,570,1,570,3,570,9334,8,570,1, + 571,1,571,1,571,5,571,9339,8,571,10,571,12,571,9342,9,571,1,572, + 1,572,1,572,1,572,1,572,1,573,1,573,1,573,1,574,1,574,1,574,1,575, + 1,575,1,575,1,575,1,575,3,575,9360,8,575,1,576,1,576,1,577,1,577, + 1,577,5,577,9367,8,577,10,577,12,577,9370,9,577,1,578,1,578,1,578, + 3,578,9375,8,578,1,579,1,579,1,579,1,579,1,579,1,579,1,579,1,579, + 1,579,1,579,1,579,1,579,1,579,1,579,1,579,1,579,1,579,3,579,9394, + 8,579,1,579,1,579,1,580,1,580,1,580,5,580,9401,8,580,10,580,12,580, + 9404,9,580,1,581,1,581,1,581,3,581,9409,8,581,1,581,1,581,3,581, + 9413,8,581,1,582,4,582,9416,8,582,11,582,12,582,9417,1,583,1,583, + 1,583,1,583,1,583,1,583,1,583,1,583,3,583,9428,8,583,1,584,1,584, + 1,584,5,584,9433,8,584,10,584,12,584,9436,9,584,1,585,1,585,1,585, + 1,585,1,585,1,585,3,585,9444,8,585,1,586,3,586,9447,8,586,1,586, + 1,586,1,586,1,586,1,586,1,586,1,586,3,586,9456,8,586,3,586,9458, + 8,586,1,586,1,586,1,586,1,586,3,586,9464,8,586,1,587,1,587,3,587, + 9468,8,587,1,587,5,587,9471,8,587,10,587,12,587,9474,9,587,1,588, + 1,588,1,588,1,588,1,588,1,588,1,588,3,588,9483,8,588,1,588,1,588, + 1,588,1,588,3,588,9489,8,588,3,588,9491,8,588,1,589,1,589,1,589, + 1,589,3,589,9497,8,589,1,590,1,590,3,590,9501,8,590,1,590,3,590, + 9504,8,590,1,591,1,591,1,591,1,591,1,592,1,592,1,592,1,592,1,592, + 1,592,1,592,3,592,9517,8,592,1,592,1,592,1,592,1,592,3,592,9523, + 8,592,1,592,1,592,3,592,9527,8,592,1,592,1,592,3,592,9531,8,592, + 1,592,3,592,9534,8,592,1,593,1,593,1,593,1,593,1,594,1,594,3,594, + 9542,8,594,1,595,1,595,3,595,9546,8,595,1,596,1,596,3,596,9550,8, + 596,1,596,1,596,1,596,1,596,1,597,1,597,3,597,9558,8,597,1,598,1, + 598,1,598,1,598,1,598,3,598,9565,8,598,1,599,1,599,1,599,1,599,1, + 599,3,599,9572,8,599,1,600,1,600,3,600,9576,8,600,1,600,1,600,1, + 600,1,600,3,600,9582,8,600,3,600,9584,8,600,1,601,1,601,1,602,1, + 602,1,602,1,602,1,602,3,602,9593,8,602,1,602,3,602,9596,8,602,1, + 603,1,603,1,604,1,604,1,604,1,604,1,604,1,604,3,604,9606,8,604,1, + 605,1,605,1,605,1,605,1,605,1,605,1,605,1,605,1,605,1,605,1,605, + 1,605,1,605,1,605,3,605,9622,8,605,1,605,1,605,1,605,1,605,3,605, + 9628,8,605,1,605,1,605,1,605,3,605,9633,8,605,1,606,1,606,1,606, + 1,606,1,606,3,606,9640,8,606,1,607,1,607,1,607,1,608,1,608,1,609, + 1,609,3,609,9649,8,609,1,610,1,610,1,610,5,610,9654,8,610,10,610, + 12,610,9657,9,610,1,611,1,611,1,611,5,611,9662,8,611,10,611,12,611, + 9665,9,611,1,612,1,612,1,612,5,612,9670,8,612,10,612,12,612,9673, + 9,612,1,613,1,613,3,613,9677,8,613,1,613,1,613,3,613,9681,8,613, + 1,614,3,614,9684,8,614,1,614,1,614,1,615,1,615,3,615,9690,8,615, + 1,616,1,616,1,616,3,616,9695,8,616,1,616,1,616,1,616,1,616,1,616, + 1,616,1,616,1,616,1,616,1,616,1,616,1,616,1,616,1,616,3,616,9711, + 8,616,1,616,3,616,9714,8,616,3,616,9716,8,616,1,617,1,617,1,617, + 1,617,1,617,1,617,1,617,1,617,1,617,1,617,3,617,9728,8,617,3,617, + 9730,8,617,1,618,1,618,3,618,9734,8,618,1,618,1,618,1,618,1,618, + 1,618,1,618,3,618,9742,8,618,3,618,9744,8,618,1,618,1,618,3,618, + 9748,8,618,3,618,9750,8,618,1,619,1,619,1,619,1,619,5,619,9756,8, + 619,10,619,12,619,9759,9,619,1,620,3,620,9762,8,620,1,620,1,620, + 1,621,1,621,1,621,5,621,9769,8,621,10,621,12,621,9772,9,621,1,622, + 1,622,1,622,5,622,9777,8,622,10,622,12,622,9780,9,622,1,623,1,623, + 1,623,3,623,9785,8,623,1,624,3,624,9788,8,624,1,624,1,624,1,625, + 1,625,1,625,1,625,1,625,3,625,9797,8,625,1,626,1,626,1,626,3,626, + 9802,8,626,1,627,1,627,1,627,5,627,9807,8,627,10,627,12,627,9810, + 9,627,1,628,1,628,1,628,1,628,1,628,1,628,1,628,3,628,9819,8,628, 1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628, - 3,628,9885,8,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,3,628, - 9894,8,628,1,629,1,629,1,630,1,630,1,630,1,630,1,630,1,630,3,630, - 9904,8,630,1,630,3,630,9907,8,630,1,630,1,630,1,630,3,630,9912,8, - 630,1,630,1,630,1,630,3,630,9917,8,630,1,630,1,630,3,630,9921,8, - 630,1,630,3,630,9924,8,630,1,631,1,631,3,631,9928,8,631,1,631,3, - 631,9931,8,631,1,631,3,631,9934,8,631,1,631,3,631,9937,8,631,1,632, - 1,632,3,632,9941,8,632,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,1,633,3,633,9955,8,633,1,633,1,633,1,633, - 1,633,1,633,3,633,9962,8,633,1,633,1,633,1,633,1,633,1,633,3,633, - 9969,8,633,1,633,1,633,1,633,1,633,1,633,3,633,9976,8,633,1,633, - 1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,3,633,9994,8,633,1,633,1,633,1,633,1,633, - 1,633,1,633,3,633,10002,8,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,3,633,10014,8,633,1,633,1,633,1,633,1,633, - 3,633,10020,8,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,3,633,10033,8,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,3,633, - 10072,8,633,3,633,10074,8,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,3,633,10094,8,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,3,633,10104,8,633,1,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,3,633,10115,8,633,1,633,1,633,1,633,1,633,1,633,1,633, - 1,633,1,633,1,633,1,633,3,633,10127,8,633,1,634,1,634,1,634,1,634, - 1,634,3,634,10134,8,634,1,635,1,635,1,635,1,635,1,635,1,635,1,635, - 1,635,1,635,1,635,3,635,10146,8,635,1,636,1,636,1,636,1,636,1,636, - 1,637,1,637,1,637,5,637,10156,8,637,10,637,12,637,10159,9,637,1, - 638,1,638,1,638,3,638,10164,8,638,1,639,1,639,1,640,1,640,1,640, - 1,640,3,640,10172,8,640,1,641,1,641,1,641,1,641,1,641,1,641,1,641, - 1,641,1,641,1,641,1,641,1,641,1,641,1,641,1,641,3,641,10189,8,641, - 1,642,1,642,1,642,1,643,1,643,1,643,1,643,1,643,1,643,1,644,1,644, - 1,644,1,644,1,644,1,644,1,645,1,645,1,645,1,646,1,646,1,646,5,646, - 10212,8,646,10,646,12,646,10215,9,646,1,647,1,647,1,647,1,647,1, - 648,1,648,1,648,3,648,10224,8,648,1,649,1,649,3,649,10228,8,649, - 1,649,3,649,10231,8,649,1,649,3,649,10234,8,649,1,649,3,649,10237, - 8,649,1,649,1,649,1,650,1,650,1,651,1,651,1,651,1,651,1,652,1,652, - 1,652,3,652,10250,8,652,1,652,1,652,1,652,3,652,10255,8,652,1,652, - 1,652,1,652,3,652,10260,8,652,3,652,10262,8,652,1,653,1,653,1,653, - 1,653,1,653,1,653,3,653,10270,8,653,1,654,1,654,1,654,1,654,1,654, - 1,654,1,654,3,654,10279,8,654,1,655,1,655,1,655,1,655,1,655,1,655, - 1,655,3,655,10288,8,655,1,656,1,656,1,656,3,656,10293,8,656,1,656, - 1,656,1,656,1,656,1,656,1,656,1,656,3,656,10302,8,656,1,657,1,657, - 1,657,3,657,10307,8,657,1,657,1,657,1,658,1,658,1,658,1,658,1,658, - 1,658,1,659,1,659,1,660,1,660,3,660,10321,8,660,1,661,1,661,1,662, - 1,662,1,662,1,662,1,662,1,662,3,662,10331,8,662,1,663,1,663,1,663, - 1,663,1,663,1,663,3,663,10339,8,663,1,664,1,664,1,664,1,664,1,664, - 1,664,1,664,1,664,1,664,1,664,1,664,1,664,3,664,10353,8,664,1,665, - 1,665,1,665,5,665,10358,8,665,10,665,12,665,10361,9,665,1,666,1, - 666,1,666,5,666,10366,8,666,10,666,12,666,10369,9,666,1,667,1,667, - 1,667,5,667,10374,8,667,10,667,12,667,10377,9,667,1,668,1,668,1, - 668,1,668,1,668,3,668,10384,8,668,1,669,1,669,3,669,10388,8,669, - 1,670,1,670,1,670,5,670,10393,8,670,10,670,12,670,10396,9,670,1, - 671,1,671,1,671,1,671,1,671,3,671,10403,8,671,1,672,1,672,1,672, - 5,672,10408,8,672,10,672,12,672,10411,9,672,1,673,1,673,1,673,3, - 673,10416,8,673,1,673,1,673,1,674,1,674,1,674,5,674,10423,8,674, - 10,674,12,674,10426,9,674,1,675,1,675,1,675,1,675,1,676,1,676,1, - 676,1,676,1,676,1,676,1,676,1,676,3,676,10440,8,676,1,677,1,677, - 1,678,1,678,1,678,1,678,1,678,1,678,1,678,3,678,10451,8,678,1,679, - 1,679,1,679,1,679,1,680,1,680,1,680,1,680,1,680,1,680,1,680,1,680, - 1,680,1,680,1,680,1,680,1,680,1,680,1,680,1,680,1,680,1,680,1,680, - 1,680,1,680,1,680,1,680,1,680,1,680,1,680,1,680,3,680,10484,8,680, - 1,681,1,681,1,681,1,681,1,681,1,681,1,681,3,681,10493,8,681,1,682, - 1,682,1,682,1,682,1,682,3,682,10500,8,682,1,683,1,683,3,683,10504, - 8,683,1,683,1,683,3,683,10508,8,683,1,683,1,683,1,684,4,684,10513, - 8,684,11,684,12,684,10514,1,685,1,685,1,685,1,685,1,685,1,686,1, - 686,1,686,1,687,1,687,1,688,1,688,3,688,10529,8,688,1,689,1,689, - 1,689,3,689,10534,8,689,1,689,1,689,1,689,3,689,10539,8,689,1,689, - 1,689,3,689,10543,8,689,3,689,10545,8,689,1,689,3,689,10548,8,689, - 1,690,1,690,1,691,4,691,10553,8,691,11,691,12,691,10554,1,692,5, - 692,10558,8,692,10,692,12,692,10561,9,692,1,693,1,693,1,694,1,694, - 1,694,5,694,10568,8,694,10,694,12,694,10571,9,694,1,695,1,695,1, - 695,1,695,1,695,3,695,10578,8,695,1,695,3,695,10581,8,695,1,696, - 1,696,1,696,5,696,10586,8,696,10,696,12,696,10589,9,696,1,697,1, - 697,1,697,5,697,10594,8,697,10,697,12,697,10597,9,697,1,698,1,698, - 1,698,5,698,10602,8,698,10,698,12,698,10605,9,698,1,699,1,699,1, - 699,5,699,10610,8,699,10,699,12,699,10613,9,699,1,700,1,700,1,700, - 5,700,10618,8,700,10,700,12,700,10621,9,700,1,701,1,701,3,701,10625, - 8,701,1,702,1,702,3,702,10629,8,702,1,703,1,703,3,703,10633,8,703, - 1,704,1,704,3,704,10637,8,704,1,705,1,705,3,705,10641,8,705,1,706, - 1,706,3,706,10645,8,706,1,707,1,707,3,707,10649,8,707,1,708,1,708, - 1,708,5,708,10654,8,708,10,708,12,708,10657,9,708,1,709,1,709,1, - 709,5,709,10662,8,709,10,709,12,709,10665,9,709,1,710,1,710,3,710, - 10669,8,710,1,711,1,711,3,711,10673,8,711,1,712,1,712,3,712,10677, - 8,712,1,713,1,713,1,714,1,714,1,715,1,715,1,715,1,715,3,715,10687, - 8,715,1,716,1,716,1,716,1,716,3,716,10693,8,716,1,717,1,717,5,717, - 10697,8,717,10,717,12,717,10700,9,717,1,717,3,717,10703,8,717,1, - 718,1,718,1,719,1,719,1,720,1,720,1,721,1,721,1,722,1,722,1,722, - 1,722,3,722,10717,8,722,1,723,1,723,1,723,1,723,3,723,10723,8,723, - 1,724,1,724,1,724,1,724,3,724,10729,8,724,1,725,1,725,1,725,1,725, - 1,725,1,725,1,725,1,725,1,725,1,725,3,725,10741,8,725,1,725,1,725, - 1,725,3,725,10746,8,725,1,725,1,725,1,725,1,725,1,725,1,725,3,725, - 10754,8,725,1,725,1,725,1,725,1,725,1,725,3,725,10761,8,725,1,725, - 1,725,1,725,3,725,10766,8,725,1,726,1,726,1,727,1,727,1,728,1,728, - 1,729,1,729,1,730,1,730,3,730,10778,8,730,1,731,1,731,1,731,1,731, - 5,731,10784,8,731,10,731,12,731,10787,9,731,1,731,1,731,3,731,10791, - 8,731,1,732,1,732,1,732,1,733,1,733,1,733,1,733,1,733,3,733,10801, - 8,733,1,734,1,734,1,735,1,735,1,736,1,736,1,736,1,736,1,736,3,736, - 10812,8,736,1,737,1,737,1,737,5,737,10817,8,737,10,737,12,737,10820, - 9,737,1,738,1,738,1,738,1,738,3,738,10826,8,738,1,739,1,739,1,740, - 1,740,1,740,1,740,1,740,1,740,1,740,3,740,10837,8,740,1,740,3,740, - 10840,8,740,3,740,10842,8,740,1,741,1,741,3,741,10846,8,741,1,741, - 3,741,10849,8,741,1,742,1,742,1,742,1,742,3,742,10855,8,742,1,743, - 1,743,1,743,1,743,3,743,10861,8,743,1,744,1,744,3,744,10865,8,744, - 1,745,1,745,1,745,1,745,3,745,10871,8,745,1,746,1,746,1,746,1,746, - 1,746,1,746,3,746,10879,8,746,1,747,1,747,3,747,10883,8,747,1,747, - 1,747,1,747,1,747,1,747,1,747,3,747,10891,8,747,1,748,1,748,1,749, - 1,749,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750, - 1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750, - 1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750, - 1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750, - 1,750,1,750,1,750,1,750,1,750,1,750,1,750,1,750,3,750,10948,8,750, - 1,751,1,751,1,752,1,752,1,753,1,753,1,753,1,753,1,754,5,754,10959, - 8,754,10,754,12,754,10962,9,754,1,755,1,755,1,755,1,755,1,755,1, - 755,1,755,1,755,1,755,1,755,1,755,1,755,1,755,1,755,1,755,1,755, - 1,755,1,755,1,755,1,755,3,755,10984,8,755,1,756,1,756,1,757,1,757, - 1,757,1,757,3,757,10992,8,757,1,758,1,758,3,758,10996,8,758,1,759, - 1,759,1,759,1,759,1,759,1,759,1,759,1,760,1,760,1,760,3,760,11008, - 8,760,3,760,11010,8,760,1,761,1,761,1,762,4,762,11015,8,762,11,762, - 12,762,11016,1,763,1,763,1,763,1,763,1,764,1,764,1,764,3,764,11026, - 8,764,1,765,1,765,1,765,1,765,1,765,1,765,1,765,1,765,1,765,1,765, - 1,765,1,765,1,765,1,765,1,765,1,765,3,765,11044,8,765,1,765,1,765, - 1,766,1,766,1,766,1,766,3,766,11052,8,766,1,767,1,767,1,768,1,768, - 1,768,1,768,1,768,3,768,11061,8,768,1,769,1,769,1,769,5,769,11066, - 8,769,10,769,12,769,11069,9,769,1,770,1,770,1,770,1,771,1,771,1, - 772,1,772,3,772,11078,8,772,1,773,1,773,1,774,1,774,3,774,11084, - 8,774,1,775,1,775,1,776,1,776,1,776,3,776,11091,8,776,1,777,1,777, - 1,777,3,777,11096,8,777,1,778,1,778,1,778,1,778,3,778,11102,8,778, - 1,779,1,779,3,779,11106,8,779,1,780,1,780,1,781,5,781,11111,8,781, - 10,781,12,781,11114,9,781,1,782,1,782,1,782,1,782,1,782,1,782,1, - 782,1,782,1,782,1,782,1,782,1,782,1,782,1,782,1,782,1,782,1,782, - 1,782,1,782,1,782,1,782,1,782,1,782,1,782,1,782,1,782,1,782,3,782, - 11143,8,782,1,783,1,783,1,783,1,783,1,784,1,784,1,784,1,784,1,784, - 1,784,1,784,3,784,11156,8,784,1,784,1,784,1,784,1,784,1,784,1,784, - 1,784,3,784,11165,8,784,1,785,1,785,3,785,11169,8,785,1,786,1,786, - 1,786,1,786,1,786,1,787,1,787,1,787,1,787,1,787,1,787,1,788,1,788, - 1,788,3,788,11185,8,788,1,789,1,789,1,789,5,789,11190,8,789,10,789, - 12,789,11193,9,789,1,790,1,790,1,790,1,790,1,791,1,791,1,792,1,792, - 1,793,1,793,3,793,11205,8,793,1,793,1,793,1,793,1,793,5,793,11211, - 8,793,10,793,12,793,11214,9,793,1,794,1,794,1,794,1,794,1,794,1, - 794,1,794,1,794,1,794,1,794,1,795,1,795,1,795,1,795,1,795,5,795, - 11231,8,795,10,795,12,795,11234,9,795,1,796,1,796,1,796,3,796,11239, - 8,796,1,797,1,797,1,797,1,797,1,797,1,797,1,797,1,797,1,798,1,798, - 3,798,11251,8,798,1,799,4,799,11254,8,799,11,799,12,799,11255,1, - 800,1,800,1,800,1,800,1,800,1,801,1,801,1,801,3,801,11266,8,801, - 1,802,1,802,1,802,1,803,1,803,1,803,1,803,1,803,1,804,1,804,1,804, - 1,804,1,804,1,805,1,805,1,805,1,805,1,805,1,805,1,805,1,805,1,805, - 1,805,1,805,1,805,1,805,1,805,1,805,1,805,1,805,3,805,11298,8,805, - 1,806,1,806,1,806,3,806,11303,8,806,1,807,1,807,1,807,1,807,1,807, - 5,807,11310,8,807,10,807,12,807,11313,9,807,1,807,1,807,3,807,11317, - 8,807,1,808,1,808,3,808,11321,8,808,1,809,1,809,1,809,3,809,11326, - 8,809,1,810,1,810,1,811,1,811,1,811,1,811,1,811,1,811,1,811,1,811, - 1,811,1,812,1,812,1,812,3,812,11342,8,812,1,813,1,813,1,813,3,813, - 11347,8,813,1,813,1,813,1,814,1,814,1,815,1,815,1,815,1,815,1,815, - 1,815,1,815,1,815,1,815,3,815,11362,8,815,1,815,3,815,11365,8,815, - 1,815,1,815,1,816,1,816,3,816,11371,8,816,1,817,1,817,3,817,11375, - 8,817,1,817,1,817,1,817,1,817,1,817,1,817,1,817,3,817,11384,8,817, - 1,817,1,817,1,817,1,817,1,817,1,817,3,817,11392,8,817,1,817,1,817, - 1,817,1,817,1,817,1,817,1,817,3,817,11401,8,817,1,817,1,817,1,817, - 1,817,3,817,11407,8,817,1,818,1,818,1,819,1,819,1,819,4,819,11414, - 8,819,11,819,12,819,11415,3,819,11418,8,819,1,820,1,820,1,820,3, - 820,11423,8,820,1,821,1,821,1,821,1,821,1,822,1,822,1,822,5,822, - 11432,8,822,10,822,12,822,11435,9,822,1,823,1,823,1,823,1,823,1, - 823,1,824,1,824,1,824,3,824,11445,8,824,1,825,1,825,1,825,1,825, - 1,825,1,825,1,825,1,826,1,826,1,826,1,827,1,827,1,827,1,827,1,827, - 1,827,1,827,1,827,1,827,3,827,11466,8,827,1,827,1,827,1,828,1,828, - 1,828,3,828,11473,8,828,1,829,1,829,1,829,5,829,11478,8,829,10,829, - 12,829,11481,9,829,1,830,1,830,1,830,3,830,11486,8,830,1,830,3,830, - 11489,8,830,1,831,1,831,1,831,1,831,1,831,1,831,1,831,1,831,1,831, - 3,831,11500,8,831,1,831,1,831,1,831,1,831,1,831,3,831,11507,8,831, - 3,831,11509,8,831,1,831,1,831,1,832,1,832,1,832,1,832,1,832,3,832, - 11518,8,832,1,833,1,833,1,833,5,833,11523,8,833,10,833,12,833,11526, - 9,833,1,834,1,834,1,834,3,834,11531,8,834,1,835,1,835,1,835,1,835, - 3,835,11537,8,835,1,836,1,836,3,836,11541,8,836,1,837,1,837,3,837, - 11545,8,837,1,837,1,837,1,837,1,837,1,837,1,837,1,838,1,838,1,839, - 1,839,1,839,3,839,11558,8,839,1,840,1,840,1,840,1,840,1,840,1,840, - 1,840,1,840,1,840,1,840,1,840,1,840,1,840,3,840,11573,8,840,3,840, - 11575,8,840,1,841,1,841,3,841,11579,8,841,1,841,1,841,1,841,1,842, - 3,842,11585,8,842,1,842,1,842,1,842,3,842,11590,8,842,1,842,1,842, - 3,842,11594,8,842,1,842,3,842,11597,8,842,1,842,3,842,11600,8,842, - 1,842,1,842,1,842,1,842,1,842,4,842,11607,8,842,11,842,12,842,11608, - 1,843,3,843,11612,8,843,1,843,1,843,3,843,11616,8,843,1,843,1,843, - 3,843,11620,8,843,3,843,11622,8,843,1,843,3,843,11625,8,843,1,843, - 3,843,11628,8,843,1,844,1,844,1,845,1,845,1,845,1,845,3,845,11636, - 8,845,1,845,1,845,1,845,1,845,1,845,3,845,11643,8,845,1,845,1,845, - 1,845,1,845,1,845,3,845,11650,8,845,1,845,1,845,1,845,1,845,3,845, - 11656,8,845,3,845,11658,8,845,1,846,1,846,1,846,1,846,1,846,3,846, - 11665,8,846,1,846,1,846,1,846,3,846,11670,8,846,1,846,1,846,1,847, - 1,847,1,847,1,847,1,847,1,847,1,847,1,847,1,847,1,847,1,847,1,847, - 1,847,1,847,4,847,11688,8,847,11,847,12,847,11689,1,848,1,848,1, - 848,1,848,3,848,11696,8,848,1,849,1,849,1,849,1,849,5,849,11702, - 8,849,10,849,12,849,11705,9,849,1,849,1,849,1,850,1,850,3,850,11711, - 8,850,1,851,1,851,1,851,1,851,1,852,1,852,1,852,1,853,1,853,3,853, - 11722,8,853,1,853,1,853,1,854,1,854,3,854,11728,8,854,1,854,1,854, - 1,855,1,855,3,855,11734,8,855,1,855,1,855,1,856,1,856,1,856,1,856, - 1,856,1,856,1,856,1,856,1,856,3,856,11747,8,856,1,856,3,856,11750, - 8,856,1,857,1,857,3,857,11754,8,857,1,858,1,858,1,858,3,858,11759, - 8,858,1,859,4,859,11762,8,859,11,859,12,859,11763,1,860,1,860,1, - 860,1,860,1,860,1,861,1,861,1,861,5,861,11774,8,861,10,861,12,861, - 11777,9,861,1,862,1,862,1,862,3,862,11782,8,862,1,863,1,863,3,863, - 11786,8,863,1,864,1,864,3,864,11790,8,864,1,865,1,865,3,865,11794, - 8,865,1,866,1,866,1,866,1,867,1,867,3,867,11801,8,867,1,868,1,868, - 1,869,3,869,11806,8,869,1,869,3,869,11809,8,869,1,869,3,869,11812, - 8,869,1,869,3,869,11815,8,869,1,869,3,869,11818,8,869,1,869,3,869, - 11821,8,869,1,869,3,869,11824,8,869,1,870,1,870,1,871,1,871,1,872, - 1,872,1,873,1,873,1,874,1,874,3,874,11836,8,874,1,875,1,875,1,875, - 1,875,1,875,0,1,1254,876,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,932,934,936,938,940,942,944, - 946,948,950,952,954,956,958,960,962,964,966,968,970,972,974,976, - 978,980,982,984,986,988,990,992,994,996,998,1000,1002,1004,1006, - 1008,1010,1012,1014,1016,1018,1020,1022,1024,1026,1028,1030,1032, - 1034,1036,1038,1040,1042,1044,1046,1048,1050,1052,1054,1056,1058, - 1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084, - 1086,1088,1090,1092,1094,1096,1098,1100,1102,1104,1106,1108,1110, - 1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1132,1134,1136, - 1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162, - 1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188, - 1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214, - 1216,1218,1220,1222,1224,1226,1228,1230,1232,1234,1236,1238,1240, - 1242,1244,1246,1248,1250,1252,1254,1256,1258,1260,1262,1264,1266, - 1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290,1292, - 1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318, - 1320,1322,1324,1326,1328,1330,1332,1334,1336,1338,1340,1342,1344, - 1346,1348,1350,1352,1354,1356,1358,1360,1362,1364,1366,1368,1370, - 1372,1374,1376,1378,1380,1382,1384,1386,1388,1390,1392,1394,1396, - 1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,1420,1422, - 1424,1426,1428,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448, - 1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474, - 1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500, - 1502,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526, - 1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552, - 1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578, - 1580,1582,1584,1586,1588,1590,1592,1594,1596,1598,1600,1602,1604, - 1606,1608,1610,1612,1614,1616,1618,1620,1622,1624,1626,1628,1630, - 1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652,1654,1656, - 1658,1660,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1682, - 1684,1686,1688,1690,1692,1694,1696,1698,1700,1702,1704,1706,1708, - 1710,1712,1714,1716,1718,1720,1722,1724,1726,1728,1730,1732,1734, - 1736,1738,1740,1742,1744,1746,1748,1750,0,87,2,0,195,195,364,364, - 1,0,228,229,1,0,236,237,1,0,234,235,1,0,232,233,1,0,230,231,1,0, - 535,536,1,0,537,538,1,0,539,540,2,0,66,66,318,318,2,0,99,99,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,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,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,3,0, - 173,173,260,260,262,262,2,0,9,9,94,94,5,0,30,30,88,88,182,182,241, - 241,369,369,2,0,92,92,226,226,2,0,341,341,414,414,1,0,448,449,2, - 0,92,92,414,414,2,0,135,135,145,145,3,0,66,66,99,99,318,318,4,0, - 163,163,185,185,283,283,353,353,3,0,321,321,357,357,445,445,2,0, - 167,167,314,314,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,361,361,455,456,2,0,37,37,55,55,2,0,10,10,53,53,4,0, - 88,88,182,182,241,241,369,369,2,0,137,137,242,242,2,0,356,356,380, - 380,2,0,151,151,254,254,1,0,31,32,2,0,60,60,96,96,2,0,99,99,349, - 349,2,0,201,201,334,334,1,0,527,528,2,0,213,213,254,254,2,0,30,30, - 56,56,2,0,320,320,414,414,2,0,207,207,268,268,4,0,113,113,115,115, - 119,119,126,126,2,0,360,360,477,477,2,0,391,392,406,406,1,0,391, - 392,1,0,418,419,1,0,18,19,2,0,117,117,122,122,5,0,10,10,16,17,21, - 21,23,23,25,25,1,0,12,13,3,0,9,9,14,14,27,27,3,0,39,39,73,73,95, - 95,2,0,166,166,188,188,2,0,304,304,450,450,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,20, - 20,22,22,1,0,483,486,10,0,124,124,129,228,238,386,433,452,455,469, - 471,471,473,473,475,475,478,488,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,167,167,507,507,1,0,512,517,2,0,144,144,210,210,36,0,33,33, - 35,35,43,43,45,45,53,53,57,57,61,61,116,116,123,123,130,130,144, - 144,153,153,157,157,161,161,167,167,172,172,207,207,210,210,241, - 241,249,249,265,265,268,269,279,279,293,293,307,307,313,313,319, - 319,323,324,333,333,360,360,433,434,477,477,490,502,504,504,506, - 518,520,520,13164,0,1755,1,0,0,0,2,1760,1,0,0,0,4,1762,1,0,0,0,6, - 1883,1,0,0,0,8,1885,1,0,0,0,10,1889,1,0,0,0,12,1892,1,0,0,0,14,1900, - 1,0,0,0,16,1905,1,0,0,0,18,1911,1,0,0,0,20,1949,1,0,0,0,22,1961, - 1,0,0,0,24,1963,1,0,0,0,26,1971,1,0,0,0,28,1983,1,0,0,0,30,1985, - 1,0,0,0,32,1994,1,0,0,0,34,2022,1,0,0,0,36,2024,1,0,0,0,38,2072, - 1,0,0,0,40,2074,1,0,0,0,42,2082,1,0,0,0,44,2089,1,0,0,0,46,2091, - 1,0,0,0,48,2106,1,0,0,0,50,2113,1,0,0,0,52,2122,1,0,0,0,54,2124, - 1,0,0,0,56,2138,1,0,0,0,58,2142,1,0,0,0,60,2178,1,0,0,0,62,2180, - 1,0,0,0,64,2188,1,0,0,0,66,2198,1,0,0,0,68,2205,1,0,0,0,70,2211, - 1,0,0,0,72,2217,1,0,0,0,74,2235,1,0,0,0,76,2239,1,0,0,0,78,2243, - 1,0,0,0,80,2247,1,0,0,0,82,2249,1,0,0,0,84,2260,1,0,0,0,86,2264, - 1,0,0,0,88,2269,1,0,0,0,90,2274,1,0,0,0,92,2276,1,0,0,0,94,2288, - 1,0,0,0,96,2295,1,0,0,0,98,2297,1,0,0,0,100,2299,1,0,0,0,102,2301, - 1,0,0,0,104,2437,1,0,0,0,106,2439,1,0,0,0,108,2456,1,0,0,0,110,2458, - 1,0,0,0,112,2472,1,0,0,0,114,2474,1,0,0,0,116,2490,1,0,0,0,118,2492, - 1,0,0,0,120,2713,1,0,0,0,122,2720,1,0,0,0,124,2722,1,0,0,0,126,2724, - 1,0,0,0,128,2727,1,0,0,0,130,2736,1,0,0,0,132,2738,1,0,0,0,134,2742, - 1,0,0,0,136,2745,1,0,0,0,138,2753,1,0,0,0,140,2765,1,0,0,0,142,2782, - 1,0,0,0,144,2810,1,0,0,0,146,2812,1,0,0,0,148,2815,1,0,0,0,150,2823, - 1,0,0,0,152,2828,1,0,0,0,154,2865,1,0,0,0,156,2867,1,0,0,0,158,2909, - 1,0,0,0,160,2911,1,0,0,0,162,2913,1,0,0,0,164,2918,1,0,0,0,166,2925, - 1,0,0,0,168,2930,1,0,0,0,170,2972,1,0,0,0,172,2974,1,0,0,0,174,2977, - 1,0,0,0,176,2982,1,0,0,0,178,2984,1,0,0,0,180,2992,1,0,0,0,182,3003, - 1,0,0,0,184,3005,1,0,0,0,186,3013,1,0,0,0,188,3015,1,0,0,0,190,3091, - 1,0,0,0,192,3104,1,0,0,0,194,3106,1,0,0,0,196,3108,1,0,0,0,198,3110, - 1,0,0,0,200,3114,1,0,0,0,202,3122,1,0,0,0,204,3133,1,0,0,0,206,3137, - 1,0,0,0,208,3139,1,0,0,0,210,3160,1,0,0,0,212,3163,1,0,0,0,214,3172, - 1,0,0,0,216,3182,1,0,0,0,218,3203,1,0,0,0,220,3263,1,0,0,0,222,3265, - 1,0,0,0,224,3274,1,0,0,0,226,3279,1,0,0,0,228,3281,1,0,0,0,230,3284, - 1,0,0,0,232,3292,1,0,0,0,234,3295,1,0,0,0,236,3302,1,0,0,0,238,3390, - 1,0,0,0,240,3392,1,0,0,0,242,3395,1,0,0,0,244,3399,1,0,0,0,246,3403, - 1,0,0,0,248,3411,1,0,0,0,250,3419,1,0,0,0,252,3424,1,0,0,0,254,3427, - 1,0,0,0,256,3435,1,0,0,0,258,3445,1,0,0,0,260,3458,1,0,0,0,262,3460, - 1,0,0,0,264,3464,1,0,0,0,266,3477,1,0,0,0,268,3479,1,0,0,0,270,3484, - 1,0,0,0,272,3486,1,0,0,0,274,3493,1,0,0,0,276,3524,1,0,0,0,278,3526, - 1,0,0,0,280,3535,1,0,0,0,282,3537,1,0,0,0,284,3546,1,0,0,0,286,3550, - 1,0,0,0,288,3558,1,0,0,0,290,3563,1,0,0,0,292,3567,1,0,0,0,294,3586, - 1,0,0,0,296,3596,1,0,0,0,298,3610,1,0,0,0,300,3626,1,0,0,0,302,3632, - 1,0,0,0,304,3647,1,0,0,0,306,3660,1,0,0,0,308,3662,1,0,0,0,310,3672, - 1,0,0,0,312,3684,1,0,0,0,314,3692,1,0,0,0,316,3694,1,0,0,0,318,3699, - 1,0,0,0,320,3737,1,0,0,0,322,3739,1,0,0,0,324,3747,1,0,0,0,326,3749, - 1,0,0,0,328,3757,1,0,0,0,330,3779,1,0,0,0,332,3781,1,0,0,0,334,3785, - 1,0,0,0,336,3792,1,0,0,0,338,3794,1,0,0,0,340,3796,1,0,0,0,342,3798, - 1,0,0,0,344,3809,1,0,0,0,346,3812,1,0,0,0,348,3826,1,0,0,0,350,3836, - 1,0,0,0,352,3838,1,0,0,0,354,3847,1,0,0,0,356,3850,1,0,0,0,358,3955, - 1,0,0,0,360,3957,1,0,0,0,362,3976,1,0,0,0,364,3979,1,0,0,0,366,3983, - 1,0,0,0,368,4002,1,0,0,0,370,4004,1,0,0,0,372,4009,1,0,0,0,374,4017, - 1,0,0,0,376,4022,1,0,0,0,378,4037,1,0,0,0,380,4039,1,0,0,0,382,4042, - 1,0,0,0,384,4044,1,0,0,0,386,4046,1,0,0,0,388,4065,1,0,0,0,390,4068, - 1,0,0,0,392,4073,1,0,0,0,394,4075,1,0,0,0,396,4124,1,0,0,0,398,4126, - 1,0,0,0,400,4144,1,0,0,0,402,4146,1,0,0,0,404,4151,1,0,0,0,406,4166, - 1,0,0,0,408,4168,1,0,0,0,410,4177,1,0,0,0,412,4197,1,0,0,0,414,4211, - 1,0,0,0,416,4245,1,0,0,0,418,4275,1,0,0,0,420,4277,1,0,0,0,422,4282, - 1,0,0,0,424,4288,1,0,0,0,426,4291,1,0,0,0,428,4294,1,0,0,0,430,4300, - 1,0,0,0,432,4303,1,0,0,0,434,4305,1,0,0,0,436,4314,1,0,0,0,438,4370, - 1,0,0,0,440,4376,1,0,0,0,442,4378,1,0,0,0,444,4384,1,0,0,0,446,4386, - 1,0,0,0,448,4401,1,0,0,0,450,4403,1,0,0,0,452,4407,1,0,0,0,454,4411, - 1,0,0,0,456,4418,1,0,0,0,458,4420,1,0,0,0,460,4422,1,0,0,0,462,4424, - 1,0,0,0,464,4430,1,0,0,0,466,4432,1,0,0,0,468,4434,1,0,0,0,470,4443, - 1,0,0,0,472,4447,1,0,0,0,474,4460,1,0,0,0,476,4462,1,0,0,0,478,4468, - 1,0,0,0,480,4482,1,0,0,0,482,4508,1,0,0,0,484,4510,1,0,0,0,486,4518, - 1,0,0,0,488,4524,1,0,0,0,490,4532,1,0,0,0,492,4543,1,0,0,0,494,4545, - 1,0,0,0,496,4657,1,0,0,0,498,4659,1,0,0,0,500,4663,1,0,0,0,502,4671, - 1,0,0,0,504,4682,1,0,0,0,506,4684,1,0,0,0,508,4688,1,0,0,0,510,4696, - 1,0,0,0,512,4700,1,0,0,0,514,4702,1,0,0,0,516,4732,1,0,0,0,518,4734, - 1,0,0,0,520,4738,1,0,0,0,522,4756,1,0,0,0,524,4795,1,0,0,0,526,4797, - 1,0,0,0,528,4799,1,0,0,0,530,4808,1,0,0,0,532,4810,1,0,0,0,534,4812, - 1,0,0,0,536,4837,1,0,0,0,538,4839,1,0,0,0,540,4859,1,0,0,0,542,4861, - 1,0,0,0,544,5247,1,0,0,0,546,5249,1,0,0,0,548,5281,1,0,0,0,550,5314, - 1,0,0,0,552,5316,1,0,0,0,554,5318,1,0,0,0,556,5326,1,0,0,0,558,5330, - 1,0,0,0,560,5334,1,0,0,0,562,5340,1,0,0,0,564,5344,1,0,0,0,566,5352, - 1,0,0,0,568,5372,1,0,0,0,570,5543,1,0,0,0,572,5547,1,0,0,0,574,5658, - 1,0,0,0,576,5660,1,0,0,0,578,5665,1,0,0,0,580,5671,1,0,0,0,582,5758, - 1,0,0,0,584,5760,1,0,0,0,586,5762,1,0,0,0,588,5764,1,0,0,0,590,5794, - 1,0,0,0,592,5812,1,0,0,0,594,5814,1,0,0,0,596,5822,1,0,0,0,598,5824, - 1,0,0,0,600,5848,1,0,0,0,602,5908,1,0,0,0,604,5910,1,0,0,0,606,5921, - 1,0,0,0,608,5923,1,0,0,0,610,5927,1,0,0,0,612,5960,1,0,0,0,614,5962, - 1,0,0,0,616,5966,1,0,0,0,618,5970,1,0,0,0,620,5979,1,0,0,0,622,5991, - 1,0,0,0,624,6023,1,0,0,0,626,6025,1,0,0,0,628,6027,1,0,0,0,630,6064, - 1,0,0,0,632,6066,1,0,0,0,634,6068,1,0,0,0,636,6070,1,0,0,0,638,6073, - 1,0,0,0,640,6104,1,0,0,0,642,6117,1,0,0,0,644,6119,1,0,0,0,646,6124, - 1,0,0,0,648,6132,1,0,0,0,650,6135,1,0,0,0,652,6137,1,0,0,0,654,6143, - 1,0,0,0,656,6145,1,0,0,0,658,6172,1,0,0,0,660,6183,1,0,0,0,662,6186, - 1,0,0,0,664,6192,1,0,0,0,666,6200,1,0,0,0,668,6216,1,0,0,0,670,6218, - 1,0,0,0,672,6234,1,0,0,0,674,6236,1,0,0,0,676,6252,1,0,0,0,678,6254, - 1,0,0,0,680,6260,1,0,0,0,682,6281,1,0,0,0,684,6290,1,0,0,0,686,6292, - 1,0,0,0,688,6294,1,0,0,0,690,6308,1,0,0,0,692,6310,1,0,0,0,694,6315, - 1,0,0,0,696,6317,1,0,0,0,698,6332,1,0,0,0,700,6340,1,0,0,0,702,6343, - 1,0,0,0,704,6352,1,0,0,0,706,6391,1,0,0,0,708,6418,1,0,0,0,710,6420, - 1,0,0,0,712,6432,1,0,0,0,714,6435,1,0,0,0,716,6438,1,0,0,0,718,6446, - 1,0,0,0,720,6458,1,0,0,0,722,6461,1,0,0,0,724,6465,1,0,0,0,726,6494, - 1,0,0,0,728,6496,1,0,0,0,730,6505,1,0,0,0,732,6536,1,0,0,0,734,6543, - 1,0,0,0,736,6548,1,0,0,0,738,6556,1,0,0,0,740,6559,1,0,0,0,742,6563, - 1,0,0,0,744,6570,1,0,0,0,746,6609,1,0,0,0,748,6615,1,0,0,0,750,6617, - 1,0,0,0,752,6620,1,0,0,0,754,6667,1,0,0,0,756,6685,1,0,0,0,758,6697, - 1,0,0,0,760,6714,1,0,0,0,762,6716,1,0,0,0,764,6724,1,0,0,0,766,6738, - 1,0,0,0,768,7131,1,0,0,0,770,7133,1,0,0,0,772,7205,1,0,0,0,774,7207, - 1,0,0,0,776,7394,1,0,0,0,778,7396,1,0,0,0,780,7404,1,0,0,0,782,7420, - 1,0,0,0,784,7427,1,0,0,0,786,7429,1,0,0,0,788,7622,1,0,0,0,790,7624, - 1,0,0,0,792,7633,1,0,0,0,794,7641,1,0,0,0,796,7681,1,0,0,0,798,7683, - 1,0,0,0,800,7693,1,0,0,0,802,7701,1,0,0,0,804,7781,1,0,0,0,806,7783, - 1,0,0,0,808,7809,1,0,0,0,810,7812,1,0,0,0,812,7828,1,0,0,0,814,7830, - 1,0,0,0,816,7832,1,0,0,0,818,7834,1,0,0,0,820,7836,1,0,0,0,822,7841, - 1,0,0,0,824,7844,1,0,0,0,826,7851,1,0,0,0,828,7918,1,0,0,0,830,7920, - 1,0,0,0,832,7932,1,0,0,0,834,7934,1,0,0,0,836,7944,1,0,0,0,838,7946, - 1,0,0,0,840,7952,1,0,0,0,842,7984,1,0,0,0,844,7991,1,0,0,0,846,7994, - 1,0,0,0,848,8003,1,0,0,0,850,8006,1,0,0,0,852,8010,1,0,0,0,854,8027, - 1,0,0,0,856,8029,1,0,0,0,858,8031,1,0,0,0,860,8047,1,0,0,0,862,8053, - 1,0,0,0,864,8061,1,0,0,0,866,8063,1,0,0,0,868,8069,1,0,0,0,870,8074, - 1,0,0,0,872,8083,1,0,0,0,874,8109,1,0,0,0,876,8111,1,0,0,0,878,8181, - 1,0,0,0,880,8183,1,0,0,0,882,8185,1,0,0,0,884,8216,1,0,0,0,886,8218, - 1,0,0,0,888,8229,1,0,0,0,890,8258,1,0,0,0,892,8274,1,0,0,0,894,8276, - 1,0,0,0,896,8284,1,0,0,0,898,8286,1,0,0,0,900,8292,1,0,0,0,902,8296, - 1,0,0,0,904,8298,1,0,0,0,906,8300,1,0,0,0,908,8311,1,0,0,0,910,8313, - 1,0,0,0,912,8317,1,0,0,0,914,8321,1,0,0,0,916,8326,1,0,0,0,918,8328, - 1,0,0,0,920,8330,1,0,0,0,922,8334,1,0,0,0,924,8338,1,0,0,0,926,8346, - 1,0,0,0,928,8366,1,0,0,0,930,8377,1,0,0,0,932,8379,1,0,0,0,934,8387, - 1,0,0,0,936,8393,1,0,0,0,938,8397,1,0,0,0,940,8399,1,0,0,0,942,8407, - 1,0,0,0,944,8415,1,0,0,0,946,8440,1,0,0,0,948,8442,1,0,0,0,950,8446, - 1,0,0,0,952,8455,1,0,0,0,954,8467,1,0,0,0,956,8476,1,0,0,0,958,8488, - 1,0,0,0,960,8490,1,0,0,0,962,8498,1,0,0,0,964,8501,1,0,0,0,966,8525, - 1,0,0,0,968,8527,1,0,0,0,970,8531,1,0,0,0,972,8545,1,0,0,0,974,8548, - 1,0,0,0,976,8559,1,0,0,0,978,8575,1,0,0,0,980,8577,1,0,0,0,982,8582, - 1,0,0,0,984,8585,1,0,0,0,986,8600,1,0,0,0,988,8626,1,0,0,0,990,8628, - 1,0,0,0,992,8631,1,0,0,0,994,8639,1,0,0,0,996,8647,1,0,0,0,998,8656, - 1,0,0,0,1000,8664,1,0,0,0,1002,8668,1,0,0,0,1004,8678,1,0,0,0,1006, - 8709,1,0,0,0,1008,8713,1,0,0,0,1010,8760,1,0,0,0,1012,8775,1,0,0, - 0,1014,8777,1,0,0,0,1016,8781,1,0,0,0,1018,8787,1,0,0,0,1020,8795, - 1,0,0,0,1022,8812,1,0,0,0,1024,8820,1,0,0,0,1026,8837,1,0,0,0,1028, - 8839,1,0,0,0,1030,8841,1,0,0,0,1032,8850,1,0,0,0,1034,8868,1,0,0, - 0,1036,8870,1,0,0,0,1038,8872,1,0,0,0,1040,8874,1,0,0,0,1042,8882, - 1,0,0,0,1044,8884,1,0,0,0,1046,8886,1,0,0,0,1048,8890,1,0,0,0,1050, - 8898,1,0,0,0,1052,8919,1,0,0,0,1054,8921,1,0,0,0,1056,8923,1,0,0, - 0,1058,8929,1,0,0,0,1060,8946,1,0,0,0,1062,8955,1,0,0,0,1064,8957, - 1,0,0,0,1066,8964,1,0,0,0,1068,8968,1,0,0,0,1070,8970,1,0,0,0,1072, - 8972,1,0,0,0,1074,8974,1,0,0,0,1076,8981,1,0,0,0,1078,8998,1,0,0, - 0,1080,9000,1,0,0,0,1082,9003,1,0,0,0,1084,9008,1,0,0,0,1086,9013, - 1,0,0,0,1088,9019,1,0,0,0,1090,9026,1,0,0,0,1092,9028,1,0,0,0,1094, - 9031,1,0,0,0,1096,9035,1,0,0,0,1098,9042,1,0,0,0,1100,9054,1,0,0, - 0,1102,9057,1,0,0,0,1104,9071,1,0,0,0,1106,9074,1,0,0,0,1108,9143, - 1,0,0,0,1110,9167,1,0,0,0,1112,9176,1,0,0,0,1114,9190,1,0,0,0,1116, - 9192,1,0,0,0,1118,9203,1,0,0,0,1120,9226,1,0,0,0,1122,9229,1,0,0, - 0,1124,9274,1,0,0,0,1126,9276,1,0,0,0,1128,9284,1,0,0,0,1130,9292, - 1,0,0,0,1132,9299,1,0,0,0,1134,9307,1,0,0,0,1136,9324,1,0,0,0,1138, - 9326,1,0,0,0,1140,9330,1,0,0,0,1142,9338,1,0,0,0,1144,9343,1,0,0, - 0,1146,9346,1,0,0,0,1148,9349,1,0,0,0,1150,9356,1,0,0,0,1152,9358, - 1,0,0,0,1154,9366,1,0,0,0,1156,9371,1,0,0,0,1158,9392,1,0,0,0,1160, - 9400,1,0,0,0,1162,9410,1,0,0,0,1164,9422,1,0,0,0,1166,9424,1,0,0, - 0,1168,9438,1,0,0,0,1170,9458,1,0,0,0,1172,9467,1,0,0,0,1174,9485, - 1,0,0,0,1176,9491,1,0,0,0,1178,9493,1,0,0,0,1180,9500,1,0,0,0,1182, - 9528,1,0,0,0,1184,9530,1,0,0,0,1186,9536,1,0,0,0,1188,9540,1,0,0, - 0,1190,9542,1,0,0,0,1192,9550,1,0,0,0,1194,9554,1,0,0,0,1196,9561, - 1,0,0,0,1198,9578,1,0,0,0,1200,9580,1,0,0,0,1202,9582,1,0,0,0,1204, - 9592,1,0,0,0,1206,9600,1,0,0,0,1208,9627,1,0,0,0,1210,9629,1,0,0, - 0,1212,9636,1,0,0,0,1214,9639,1,0,0,0,1216,9641,1,0,0,0,1218,9645, - 1,0,0,0,1220,9653,1,0,0,0,1222,9661,1,0,0,0,1224,9669,1,0,0,0,1226, - 9678,1,0,0,0,1228,9682,1,0,0,0,1230,9686,1,0,0,0,1232,9712,1,0,0, - 0,1234,9726,1,0,0,0,1236,9746,1,0,0,0,1238,9756,1,0,0,0,1240,9760, - 1,0,0,0,1242,9768,1,0,0,0,1244,9776,1,0,0,0,1246,9782,1,0,0,0,1248, - 9786,1,0,0,0,1250,9793,1,0,0,0,1252,9798,1,0,0,0,1254,9813,1,0,0, - 0,1256,9893,1,0,0,0,1258,9895,1,0,0,0,1260,9897,1,0,0,0,1262,9936, - 1,0,0,0,1264,9940,1,0,0,0,1266,10126,1,0,0,0,1268,10133,1,0,0,0, - 1270,10145,1,0,0,0,1272,10147,1,0,0,0,1274,10152,1,0,0,0,1276,10160, - 1,0,0,0,1278,10165,1,0,0,0,1280,10171,1,0,0,0,1282,10188,1,0,0,0, - 1284,10190,1,0,0,0,1286,10193,1,0,0,0,1288,10199,1,0,0,0,1290,10205, - 1,0,0,0,1292,10208,1,0,0,0,1294,10216,1,0,0,0,1296,10220,1,0,0,0, - 1298,10225,1,0,0,0,1300,10240,1,0,0,0,1302,10242,1,0,0,0,1304,10261, - 1,0,0,0,1306,10269,1,0,0,0,1308,10278,1,0,0,0,1310,10280,1,0,0,0, - 1312,10301,1,0,0,0,1314,10303,1,0,0,0,1316,10310,1,0,0,0,1318,10316, - 1,0,0,0,1320,10320,1,0,0,0,1322,10322,1,0,0,0,1324,10330,1,0,0,0, - 1326,10338,1,0,0,0,1328,10352,1,0,0,0,1330,10354,1,0,0,0,1332,10362, - 1,0,0,0,1334,10370,1,0,0,0,1336,10383,1,0,0,0,1338,10387,1,0,0,0, - 1340,10389,1,0,0,0,1342,10402,1,0,0,0,1344,10404,1,0,0,0,1346,10412, - 1,0,0,0,1348,10419,1,0,0,0,1350,10427,1,0,0,0,1352,10439,1,0,0,0, - 1354,10441,1,0,0,0,1356,10443,1,0,0,0,1358,10452,1,0,0,0,1360,10483, - 1,0,0,0,1362,10492,1,0,0,0,1364,10499,1,0,0,0,1366,10501,1,0,0,0, - 1368,10512,1,0,0,0,1370,10516,1,0,0,0,1372,10521,1,0,0,0,1374,10524, - 1,0,0,0,1376,10526,1,0,0,0,1378,10547,1,0,0,0,1380,10549,1,0,0,0, - 1382,10552,1,0,0,0,1384,10559,1,0,0,0,1386,10562,1,0,0,0,1388,10564, - 1,0,0,0,1390,10580,1,0,0,0,1392,10582,1,0,0,0,1394,10590,1,0,0,0, - 1396,10598,1,0,0,0,1398,10606,1,0,0,0,1400,10614,1,0,0,0,1402,10622, - 1,0,0,0,1404,10626,1,0,0,0,1406,10630,1,0,0,0,1408,10634,1,0,0,0, - 1410,10638,1,0,0,0,1412,10642,1,0,0,0,1414,10646,1,0,0,0,1416,10650, - 1,0,0,0,1418,10658,1,0,0,0,1420,10666,1,0,0,0,1422,10670,1,0,0,0, - 1424,10674,1,0,0,0,1426,10678,1,0,0,0,1428,10680,1,0,0,0,1430,10686, - 1,0,0,0,1432,10692,1,0,0,0,1434,10702,1,0,0,0,1436,10704,1,0,0,0, - 1438,10706,1,0,0,0,1440,10708,1,0,0,0,1442,10710,1,0,0,0,1444,10716, - 1,0,0,0,1446,10722,1,0,0,0,1448,10728,1,0,0,0,1450,10765,1,0,0,0, - 1452,10767,1,0,0,0,1454,10769,1,0,0,0,1456,10771,1,0,0,0,1458,10773, - 1,0,0,0,1460,10775,1,0,0,0,1462,10790,1,0,0,0,1464,10792,1,0,0,0, - 1466,10800,1,0,0,0,1468,10802,1,0,0,0,1470,10804,1,0,0,0,1472,10811, - 1,0,0,0,1474,10813,1,0,0,0,1476,10825,1,0,0,0,1478,10827,1,0,0,0, - 1480,10841,1,0,0,0,1482,10845,1,0,0,0,1484,10854,1,0,0,0,1486,10860, - 1,0,0,0,1488,10864,1,0,0,0,1490,10870,1,0,0,0,1492,10878,1,0,0,0, - 1494,10890,1,0,0,0,1496,10892,1,0,0,0,1498,10894,1,0,0,0,1500,10947, - 1,0,0,0,1502,10949,1,0,0,0,1504,10951,1,0,0,0,1506,10953,1,0,0,0, - 1508,10960,1,0,0,0,1510,10983,1,0,0,0,1512,10985,1,0,0,0,1514,10991, - 1,0,0,0,1516,10995,1,0,0,0,1518,10997,1,0,0,0,1520,11004,1,0,0,0, - 1522,11011,1,0,0,0,1524,11014,1,0,0,0,1526,11018,1,0,0,0,1528,11025, - 1,0,0,0,1530,11027,1,0,0,0,1532,11051,1,0,0,0,1534,11053,1,0,0,0, - 1536,11060,1,0,0,0,1538,11062,1,0,0,0,1540,11070,1,0,0,0,1542,11073, - 1,0,0,0,1544,11077,1,0,0,0,1546,11079,1,0,0,0,1548,11083,1,0,0,0, - 1550,11085,1,0,0,0,1552,11090,1,0,0,0,1554,11095,1,0,0,0,1556,11101, - 1,0,0,0,1558,11105,1,0,0,0,1560,11107,1,0,0,0,1562,11112,1,0,0,0, - 1564,11142,1,0,0,0,1566,11144,1,0,0,0,1568,11164,1,0,0,0,1570,11168, - 1,0,0,0,1572,11170,1,0,0,0,1574,11175,1,0,0,0,1576,11184,1,0,0,0, - 1578,11186,1,0,0,0,1580,11194,1,0,0,0,1582,11198,1,0,0,0,1584,11200, - 1,0,0,0,1586,11204,1,0,0,0,1588,11215,1,0,0,0,1590,11232,1,0,0,0, - 1592,11238,1,0,0,0,1594,11240,1,0,0,0,1596,11250,1,0,0,0,1598,11253, - 1,0,0,0,1600,11257,1,0,0,0,1602,11265,1,0,0,0,1604,11267,1,0,0,0, - 1606,11270,1,0,0,0,1608,11275,1,0,0,0,1610,11280,1,0,0,0,1612,11302, - 1,0,0,0,1614,11316,1,0,0,0,1616,11320,1,0,0,0,1618,11325,1,0,0,0, - 1620,11327,1,0,0,0,1622,11329,1,0,0,0,1624,11341,1,0,0,0,1626,11343, - 1,0,0,0,1628,11350,1,0,0,0,1630,11352,1,0,0,0,1632,11370,1,0,0,0, - 1634,11406,1,0,0,0,1636,11408,1,0,0,0,1638,11417,1,0,0,0,1640,11422, - 1,0,0,0,1642,11424,1,0,0,0,1644,11428,1,0,0,0,1646,11436,1,0,0,0, - 1648,11444,1,0,0,0,1650,11446,1,0,0,0,1652,11453,1,0,0,0,1654,11456, - 1,0,0,0,1656,11472,1,0,0,0,1658,11474,1,0,0,0,1660,11488,1,0,0,0, - 1662,11490,1,0,0,0,1664,11517,1,0,0,0,1666,11519,1,0,0,0,1668,11530, - 1,0,0,0,1670,11536,1,0,0,0,1672,11540,1,0,0,0,1674,11542,1,0,0,0, - 1676,11552,1,0,0,0,1678,11557,1,0,0,0,1680,11574,1,0,0,0,1682,11576, - 1,0,0,0,1684,11584,1,0,0,0,1686,11621,1,0,0,0,1688,11629,1,0,0,0, - 1690,11657,1,0,0,0,1692,11659,1,0,0,0,1694,11673,1,0,0,0,1696,11695, - 1,0,0,0,1698,11697,1,0,0,0,1700,11710,1,0,0,0,1702,11712,1,0,0,0, - 1704,11716,1,0,0,0,1706,11719,1,0,0,0,1708,11725,1,0,0,0,1710,11731, - 1,0,0,0,1712,11749,1,0,0,0,1714,11753,1,0,0,0,1716,11758,1,0,0,0, - 1718,11761,1,0,0,0,1720,11765,1,0,0,0,1722,11770,1,0,0,0,1724,11781, - 1,0,0,0,1726,11785,1,0,0,0,1728,11789,1,0,0,0,1730,11793,1,0,0,0, - 1732,11795,1,0,0,0,1734,11800,1,0,0,0,1736,11802,1,0,0,0,1738,11805, - 1,0,0,0,1740,11825,1,0,0,0,1742,11827,1,0,0,0,1744,11829,1,0,0,0, - 1746,11831,1,0,0,0,1748,11833,1,0,0,0,1750,11837,1,0,0,0,1752,1754, - 3,4,2,0,1753,1752,1,0,0,0,1754,1757,1,0,0,0,1755,1753,1,0,0,0,1755, - 1756,1,0,0,0,1756,1758,1,0,0,0,1757,1755,1,0,0,0,1758,1759,5,0,0, - 1,1759,1,1,0,0,0,1760,1761,3,1506,753,0,1761,3,1,0,0,0,1762,1764, - 3,6,3,0,1763,1765,5,7,0,0,1764,1763,1,0,0,0,1764,1765,1,0,0,0,1765, - 5,1,0,0,0,1766,1884,3,490,245,0,1767,1884,3,866,433,0,1768,1884, - 3,858,429,0,1769,1884,3,860,430,0,1770,1884,3,618,309,0,1771,1884, - 3,872,436,0,1772,1884,3,516,258,0,1773,1884,3,352,176,0,1774,1884, - 3,358,179,0,1775,1884,3,368,184,0,1776,1884,3,394,197,0,1777,1884, - 3,718,359,0,1778,1884,3,42,21,0,1779,1884,3,772,386,0,1780,1884, - 3,776,388,0,1781,1884,3,788,394,0,1782,1884,3,778,389,0,1783,1884, - 3,786,393,0,1784,1884,3,412,206,0,1785,1884,3,414,207,0,1786,1884, - 3,312,156,0,1787,1884,3,868,434,0,1788,1884,3,104,52,0,1789,1884, - 3,766,383,0,1790,1884,3,150,75,0,1791,1884,3,796,398,0,1792,1884, - 3,30,15,0,1793,1884,3,32,16,0,1794,1884,3,26,13,0,1795,1884,3,804, - 402,0,1796,1884,3,294,147,0,1797,1884,3,878,439,0,1798,1884,3,876, - 438,0,1799,1884,3,408,204,0,1800,1884,3,892,446,0,1801,1884,3,10, - 5,0,1802,1884,3,100,50,0,1803,1884,3,156,78,0,1804,1884,3,884,442, - 0,1805,1884,3,570,285,0,1806,1884,3,94,47,0,1807,1884,3,158,79,0, - 1808,1884,3,434,217,0,1809,1884,3,296,148,0,1810,1884,3,494,247, - 0,1811,1884,3,746,373,0,1812,1884,3,882,441,0,1813,1884,3,870,435, - 0,1814,1884,3,346,173,0,1815,1884,3,360,180,0,1816,1884,3,386,193, - 0,1817,1884,3,396,198,0,1818,1884,3,656,328,0,1819,1884,3,40,20, - 0,1820,1884,3,302,151,0,1821,1884,3,520,260,0,1822,1884,3,534,267, - 0,1823,1884,3,790,395,0,1824,1884,3,536,268,0,1825,1884,3,410,205, - 0,1826,1884,3,328,164,0,1827,1884,3,46,23,0,1828,1884,3,310,155, - 0,1829,1884,3,188,94,0,1830,1884,3,798,399,0,1831,1884,3,292,146, - 0,1832,1884,3,342,171,0,1833,1884,3,752,376,0,1834,1884,3,438,219, - 0,1835,1884,3,482,241,0,1836,1884,3,12,6,0,1837,1884,3,24,12,0,1838, - 1884,3,404,202,0,1839,1884,3,846,423,0,1840,1884,3,950,475,0,1841, - 1884,3,994,497,0,1842,1884,3,496,248,0,1843,1884,3,970,485,0,1844, - 1884,3,102,51,0,1845,1884,3,740,370,0,1846,1884,3,544,272,0,1847, - 1884,3,946,473,0,1848,1884,3,928,464,0,1849,1884,3,580,290,0,1850, - 1884,3,588,294,0,1851,1884,3,610,305,0,1852,1884,3,1684,842,0,1853, - 1884,3,398,199,0,1854,1884,3,628,314,0,1855,1884,3,952,476,0,1856, - 1884,3,824,412,0,1857,1884,3,308,154,0,1858,1884,3,844,422,0,1859, - 1884,3,974,487,0,1860,1884,3,820,410,0,1861,1884,3,940,470,0,1862, - 1884,3,542,271,0,1863,1884,3,756,378,0,1864,1884,3,728,364,0,1865, - 1884,3,726,363,0,1866,1884,3,730,365,0,1867,1884,3,768,384,0,1868, - 1884,3,590,295,0,1869,1884,3,612,306,0,1870,1884,3,806,403,0,1871, - 1884,3,574,287,0,1872,1884,3,1002,501,0,1873,1884,3,828,414,0,1874, - 1884,3,566,283,0,1875,1884,3,826,413,0,1876,1884,3,984,492,0,1877, - 1884,3,890,445,0,1878,1884,3,82,41,0,1879,1884,3,54,27,0,1880,1884, - 3,92,46,0,1881,1884,3,840,420,0,1882,1884,3,8,4,0,1883,1766,1,0, - 0,0,1883,1767,1,0,0,0,1883,1768,1,0,0,0,1883,1769,1,0,0,0,1883,1770, - 1,0,0,0,1883,1771,1,0,0,0,1883,1772,1,0,0,0,1883,1773,1,0,0,0,1883, - 1774,1,0,0,0,1883,1775,1,0,0,0,1883,1776,1,0,0,0,1883,1777,1,0,0, - 0,1883,1778,1,0,0,0,1883,1779,1,0,0,0,1883,1780,1,0,0,0,1883,1781, - 1,0,0,0,1883,1782,1,0,0,0,1883,1783,1,0,0,0,1883,1784,1,0,0,0,1883, - 1785,1,0,0,0,1883,1786,1,0,0,0,1883,1787,1,0,0,0,1883,1788,1,0,0, - 0,1883,1789,1,0,0,0,1883,1790,1,0,0,0,1883,1791,1,0,0,0,1883,1792, - 1,0,0,0,1883,1793,1,0,0,0,1883,1794,1,0,0,0,1883,1795,1,0,0,0,1883, - 1796,1,0,0,0,1883,1797,1,0,0,0,1883,1798,1,0,0,0,1883,1799,1,0,0, - 0,1883,1800,1,0,0,0,1883,1801,1,0,0,0,1883,1802,1,0,0,0,1883,1803, - 1,0,0,0,1883,1804,1,0,0,0,1883,1805,1,0,0,0,1883,1806,1,0,0,0,1883, - 1807,1,0,0,0,1883,1808,1,0,0,0,1883,1809,1,0,0,0,1883,1810,1,0,0, - 0,1883,1811,1,0,0,0,1883,1812,1,0,0,0,1883,1813,1,0,0,0,1883,1814, - 1,0,0,0,1883,1815,1,0,0,0,1883,1816,1,0,0,0,1883,1817,1,0,0,0,1883, - 1818,1,0,0,0,1883,1819,1,0,0,0,1883,1820,1,0,0,0,1883,1821,1,0,0, - 0,1883,1822,1,0,0,0,1883,1823,1,0,0,0,1883,1824,1,0,0,0,1883,1825, - 1,0,0,0,1883,1826,1,0,0,0,1883,1827,1,0,0,0,1883,1828,1,0,0,0,1883, - 1829,1,0,0,0,1883,1830,1,0,0,0,1883,1831,1,0,0,0,1883,1832,1,0,0, - 0,1883,1833,1,0,0,0,1883,1834,1,0,0,0,1883,1835,1,0,0,0,1883,1836, - 1,0,0,0,1883,1837,1,0,0,0,1883,1838,1,0,0,0,1883,1839,1,0,0,0,1883, - 1840,1,0,0,0,1883,1841,1,0,0,0,1883,1842,1,0,0,0,1883,1843,1,0,0, - 0,1883,1844,1,0,0,0,1883,1845,1,0,0,0,1883,1846,1,0,0,0,1883,1847, - 1,0,0,0,1883,1848,1,0,0,0,1883,1849,1,0,0,0,1883,1850,1,0,0,0,1883, - 1851,1,0,0,0,1883,1852,1,0,0,0,1883,1853,1,0,0,0,1883,1854,1,0,0, - 0,1883,1855,1,0,0,0,1883,1856,1,0,0,0,1883,1857,1,0,0,0,1883,1858, - 1,0,0,0,1883,1859,1,0,0,0,1883,1860,1,0,0,0,1883,1861,1,0,0,0,1883, - 1862,1,0,0,0,1883,1863,1,0,0,0,1883,1864,1,0,0,0,1883,1865,1,0,0, - 0,1883,1866,1,0,0,0,1883,1867,1,0,0,0,1883,1868,1,0,0,0,1883,1869, - 1,0,0,0,1883,1870,1,0,0,0,1883,1871,1,0,0,0,1883,1872,1,0,0,0,1883, - 1873,1,0,0,0,1883,1874,1,0,0,0,1883,1875,1,0,0,0,1883,1876,1,0,0, - 0,1883,1877,1,0,0,0,1883,1878,1,0,0,0,1883,1879,1,0,0,0,1883,1880, - 1,0,0,0,1883,1881,1,0,0,0,1883,1882,1,0,0,0,1884,7,1,0,0,0,1885, - 1887,5,582,0,0,1886,1888,5,583,0,0,1887,1886,1,0,0,0,1887,1888,1, - 0,0,0,1888,9,1,0,0,0,1889,1890,5,433,0,0,1890,1891,3,1260,630,0, - 1891,11,1,0,0,0,1892,1893,5,46,0,0,1893,1894,5,318,0,0,1894,1896, - 3,1470,735,0,1895,1897,3,14,7,0,1896,1895,1,0,0,0,1896,1897,1,0, - 0,0,1897,1898,1,0,0,0,1898,1899,3,16,8,0,1899,13,1,0,0,0,1900,1901, - 5,105,0,0,1901,15,1,0,0,0,1902,1904,3,22,11,0,1903,1902,1,0,0,0, - 1904,1907,1,0,0,0,1905,1903,1,0,0,0,1905,1906,1,0,0,0,1906,17,1, - 0,0,0,1907,1905,1,0,0,0,1908,1910,3,20,10,0,1909,1908,1,0,0,0,1910, - 1913,1,0,0,0,1911,1909,1,0,0,0,1911,1912,1,0,0,0,1912,19,1,0,0,0, - 1913,1911,1,0,0,0,1914,1917,5,287,0,0,1915,1918,3,1460,730,0,1916, - 1918,5,78,0,0,1917,1915,1,0,0,0,1917,1916,1,0,0,0,1918,1950,1,0, - 0,0,1919,1920,7,0,0,0,1920,1921,5,287,0,0,1921,1950,3,1460,730,0, - 1922,1950,7,1,0,0,1923,1950,7,2,0,0,1924,1950,7,3,0,0,1925,1950, - 7,4,0,0,1926,1950,7,5,0,0,1927,1950,7,6,0,0,1928,1950,7,7,0,0,1929, - 1950,7,8,0,0,1930,1931,5,164,0,0,1931,1932,5,74,0,0,1932,1950,3, - 1466,733,0,1933,1934,5,371,0,0,1934,1935,5,368,0,0,1935,1950,3,1460, - 730,0,1936,1937,5,68,0,0,1937,1938,5,318,0,0,1938,1950,3,1418,709, - 0,1939,1940,5,68,0,0,1940,1941,5,66,0,0,1941,1950,3,1418,709,0,1942, - 1943,5,318,0,0,1943,1950,3,1474,737,0,1944,1945,5,134,0,0,1945,1950, - 3,1418,709,0,1946,1947,5,99,0,0,1947,1950,3,1474,737,0,1948,1950, - 3,1494,747,0,1949,1914,1,0,0,0,1949,1919,1,0,0,0,1949,1922,1,0,0, - 0,1949,1923,1,0,0,0,1949,1924,1,0,0,0,1949,1925,1,0,0,0,1949,1926, - 1,0,0,0,1949,1927,1,0,0,0,1949,1928,1,0,0,0,1949,1929,1,0,0,0,1949, - 1930,1,0,0,0,1949,1933,1,0,0,0,1949,1936,1,0,0,0,1949,1939,1,0,0, - 0,1949,1942,1,0,0,0,1949,1944,1,0,0,0,1949,1946,1,0,0,0,1949,1948, - 1,0,0,0,1950,21,1,0,0,0,1951,1962,3,20,10,0,1952,1953,5,348,0,0, - 1953,1962,3,1458,729,0,1954,1955,5,134,0,0,1955,1962,3,1474,737, - 0,1956,1957,5,318,0,0,1957,1962,3,1474,737,0,1958,1959,5,68,0,0, - 1959,1960,7,9,0,0,1960,1962,3,1474,737,0,1961,1951,1,0,0,0,1961, - 1952,1,0,0,0,1961,1954,1,0,0,0,1961,1956,1,0,0,0,1961,1958,1,0,0, - 0,1962,23,1,0,0,0,1963,1964,5,46,0,0,1964,1965,5,99,0,0,1965,1967, - 3,1470,735,0,1966,1968,3,14,7,0,1967,1966,1,0,0,0,1967,1968,1,0, - 0,0,1968,1969,1,0,0,0,1969,1970,3,16,8,0,1970,25,1,0,0,0,1971,1972, - 5,138,0,0,1972,1973,7,10,0,0,1973,1975,3,1472,736,0,1974,1976,3, - 14,7,0,1975,1974,1,0,0,0,1975,1976,1,0,0,0,1976,1977,1,0,0,0,1977, - 1978,3,18,9,0,1978,27,1,0,0,0,1979,1984,1,0,0,0,1980,1981,5,68,0, - 0,1981,1982,5,175,0,0,1982,1984,3,1422,711,0,1983,1979,1,0,0,0,1983, - 1980,1,0,0,0,1984,29,1,0,0,0,1985,1986,5,138,0,0,1986,1989,7,10, - 0,0,1987,1990,5,30,0,0,1988,1990,3,1472,736,0,1989,1987,1,0,0,0, - 1989,1988,1,0,0,0,1990,1991,1,0,0,0,1991,1992,3,28,14,0,1992,1993, - 3,88,44,0,1993,31,1,0,0,0,1994,1995,5,138,0,0,1995,1996,5,442,0, - 0,1996,1998,3,1428,714,0,1997,1999,3,662,331,0,1998,1997,1,0,0,0, - 1998,1999,1,0,0,0,1999,2000,1,0,0,0,2000,2001,3,34,17,0,2001,33, - 1,0,0,0,2002,2004,3,36,18,0,2003,2005,5,315,0,0,2004,2003,1,0,0, - 0,2004,2005,1,0,0,0,2005,2023,1,0,0,0,2006,2007,5,309,0,0,2007,2008, - 5,94,0,0,2008,2023,3,1426,713,0,2009,2010,5,282,0,0,2010,2011,5, - 94,0,0,2011,2023,3,1472,736,0,2012,2013,5,333,0,0,2013,2014,5,323, - 0,0,2014,2023,3,48,24,0,2015,2017,5,269,0,0,2016,2015,1,0,0,0,2016, - 2017,1,0,0,0,2017,2018,1,0,0,0,2018,2019,5,462,0,0,2019,2020,5,80, - 0,0,2020,2021,5,204,0,0,2021,2023,3,1438,719,0,2022,2002,1,0,0,0, - 2022,2006,1,0,0,0,2022,2009,1,0,0,0,2022,2012,1,0,0,0,2022,2016, - 1,0,0,0,2023,35,1,0,0,0,2024,2028,3,38,19,0,2025,2027,3,38,19,0, - 2026,2025,1,0,0,0,2027,2030,1,0,0,0,2028,2026,1,0,0,0,2028,2029, - 1,0,0,0,2029,37,1,0,0,0,2030,2028,1,0,0,0,2031,2073,5,222,0,0,2032, - 2073,5,338,0,0,2033,2073,5,377,0,0,2034,2036,5,77,0,0,2035,2034, - 1,0,0,0,2035,2036,1,0,0,0,2036,2037,1,0,0,0,2037,2073,5,250,0,0, - 2038,2040,5,205,0,0,2039,2038,1,0,0,0,2039,2040,1,0,0,0,2040,2041, - 1,0,0,0,2041,2042,5,327,0,0,2042,2049,5,243,0,0,2043,2045,5,205, - 0,0,2044,2043,1,0,0,0,2044,2045,1,0,0,0,2045,2046,1,0,0,0,2046,2047, - 5,327,0,0,2047,2049,5,181,0,0,2048,2039,1,0,0,0,2048,2044,1,0,0, - 0,2049,2073,1,0,0,0,2050,2051,5,460,0,0,2051,2073,7,11,0,0,2052, - 2053,5,170,0,0,2053,2073,3,1440,720,0,2054,2055,5,320,0,0,2055,2073, - 3,1438,719,0,2056,2057,5,333,0,0,2057,2058,3,1438,719,0,2058,2061, - 7,12,0,0,2059,2062,3,1438,719,0,2060,2062,5,53,0,0,2061,2059,1,0, - 0,0,2061,2060,1,0,0,0,2062,2073,1,0,0,0,2063,2064,5,333,0,0,2064, - 2065,3,1438,719,0,2065,2066,5,64,0,0,2066,2067,5,434,0,0,2067,2073, - 1,0,0,0,2068,2069,5,313,0,0,2069,2073,3,1438,719,0,2070,2071,5,313, - 0,0,2071,2073,5,30,0,0,2072,2031,1,0,0,0,2072,2032,1,0,0,0,2072, - 2033,1,0,0,0,2072,2035,1,0,0,0,2072,2048,1,0,0,0,2072,2050,1,0,0, - 0,2072,2052,1,0,0,0,2072,2054,1,0,0,0,2072,2056,1,0,0,0,2072,2063, - 1,0,0,0,2072,2068,1,0,0,0,2072,2070,1,0,0,0,2073,39,1,0,0,0,2074, - 2075,5,46,0,0,2075,2076,5,66,0,0,2076,2078,3,1468,734,0,2077,2079, - 3,14,7,0,2078,2077,1,0,0,0,2078,2079,1,0,0,0,2079,2080,1,0,0,0,2080, - 2081,3,16,8,0,2081,41,1,0,0,0,2082,2083,5,138,0,0,2083,2084,5,66, - 0,0,2084,2085,3,1472,736,0,2085,2086,3,44,22,0,2086,2087,5,99,0, - 0,2087,2088,3,1474,737,0,2088,43,1,0,0,0,2089,2090,7,13,0,0,2090, - 45,1,0,0,0,2091,2092,5,46,0,0,2092,2094,5,323,0,0,2093,2095,3,518, - 259,0,2094,2093,1,0,0,0,2094,2095,1,0,0,0,2095,2102,1,0,0,0,2096, - 2098,3,48,24,0,2097,2096,1,0,0,0,2097,2098,1,0,0,0,2098,2099,1,0, - 0,0,2099,2100,5,106,0,0,2100,2103,3,1472,736,0,2101,2103,3,48,24, - 0,2102,2097,1,0,0,0,2102,2101,1,0,0,0,2103,2104,1,0,0,0,2104,2105, - 3,50,25,0,2105,47,1,0,0,0,2106,2108,3,1476,738,0,2107,2109,3,562, - 281,0,2108,2107,1,0,0,0,2108,2109,1,0,0,0,2109,49,1,0,0,0,2110,2112, - 3,52,26,0,2111,2110,1,0,0,0,2112,2115,1,0,0,0,2113,2111,1,0,0,0, - 2113,2114,1,0,0,0,2114,51,1,0,0,0,2115,2113,1,0,0,0,2116,2123,3, - 188,94,0,2117,2123,3,628,314,0,2118,2123,3,310,155,0,2119,2123,3, - 438,219,0,2120,2123,3,588,294,0,2121,2123,3,840,420,0,2122,2116, - 1,0,0,0,2122,2117,1,0,0,0,2122,2118,1,0,0,0,2122,2119,1,0,0,0,2122, - 2120,1,0,0,0,2122,2121,1,0,0,0,2123,53,1,0,0,0,2124,2126,5,333,0, - 0,2125,2127,7,14,0,0,2126,2125,1,0,0,0,2126,2127,1,0,0,0,2127,2128, - 1,0,0,0,2128,2129,3,56,28,0,2129,55,1,0,0,0,2130,2131,5,356,0,0, - 2131,2139,3,834,417,0,2132,2133,5,332,0,0,2133,2134,5,154,0,0,2134, - 2135,5,36,0,0,2135,2136,5,356,0,0,2136,2139,3,834,417,0,2137,2139, - 3,60,30,0,2138,2130,1,0,0,0,2138,2132,1,0,0,0,2138,2137,1,0,0,0, - 2139,57,1,0,0,0,2140,2143,5,30,0,0,2141,2143,3,62,31,0,2142,2140, - 1,0,0,0,2142,2141,1,0,0,0,2143,2145,1,0,0,0,2144,2146,7,12,0,0,2145, - 2144,1,0,0,0,2145,2146,1,0,0,0,2146,2149,1,0,0,0,2147,2150,5,53, - 0,0,2148,2150,3,64,32,0,2149,2147,1,0,0,0,2149,2148,1,0,0,0,2149, - 2150,1,0,0,0,2150,59,1,0,0,0,2151,2152,5,418,0,0,2152,2153,5,386, - 0,0,2153,2179,3,74,37,0,2154,2155,5,152,0,0,2155,2179,3,1460,730, - 0,2156,2157,5,323,0,0,2157,2179,3,1424,712,0,2158,2160,5,267,0,0, - 2159,2161,3,76,38,0,2160,2159,1,0,0,0,2160,2161,1,0,0,0,2161,2179, - 1,0,0,0,2162,2163,5,318,0,0,2163,2179,3,80,40,0,2164,2165,5,332, - 0,0,2165,2166,5,106,0,0,2166,2179,3,80,40,0,2167,2168,5,383,0,0, - 2168,2169,5,279,0,0,2169,2179,3,1278,639,0,2170,2171,5,356,0,0,2171, - 2172,5,337,0,0,2172,2179,3,1460,730,0,2173,2174,3,62,31,0,2174,2175, - 5,64,0,0,2175,2176,5,434,0,0,2176,2179,1,0,0,0,2177,2179,3,58,29, - 0,2178,2151,1,0,0,0,2178,2154,1,0,0,0,2178,2156,1,0,0,0,2178,2158, - 1,0,0,0,2178,2162,1,0,0,0,2178,2164,1,0,0,0,2178,2167,1,0,0,0,2178, - 2170,1,0,0,0,2178,2173,1,0,0,0,2178,2177,1,0,0,0,2179,61,1,0,0,0, - 2180,2185,3,1476,738,0,2181,2182,5,11,0,0,2182,2184,3,1476,738,0, - 2183,2181,1,0,0,0,2184,2187,1,0,0,0,2185,2183,1,0,0,0,2185,2186, - 1,0,0,0,2186,63,1,0,0,0,2187,2185,1,0,0,0,2188,2193,3,66,33,0,2189, - 2190,5,6,0,0,2190,2192,3,66,33,0,2191,2189,1,0,0,0,2192,2195,1,0, - 0,0,2193,2191,1,0,0,0,2193,2194,1,0,0,0,2194,65,1,0,0,0,2195,2193, - 1,0,0,0,2196,2199,3,72,36,0,2197,2199,3,324,162,0,2198,2196,1,0, - 0,0,2198,2197,1,0,0,0,2199,67,1,0,0,0,2200,2201,5,300,0,0,2201,2206, - 7,15,0,0,2202,2203,5,310,0,0,2203,2206,5,300,0,0,2204,2206,5,330, - 0,0,2205,2200,1,0,0,0,2205,2202,1,0,0,0,2205,2204,1,0,0,0,2206,69, - 1,0,0,0,2207,2212,5,96,0,0,2208,2212,5,60,0,0,2209,2212,5,80,0,0, - 2210,2212,3,78,39,0,2211,2207,1,0,0,0,2211,2208,1,0,0,0,2211,2209, - 1,0,0,0,2211,2210,1,0,0,0,2212,71,1,0,0,0,2213,2218,5,96,0,0,2214, - 2218,5,60,0,0,2215,2218,5,80,0,0,2216,2218,3,80,40,0,2217,2213,1, - 0,0,0,2217,2214,1,0,0,0,2217,2215,1,0,0,0,2217,2216,1,0,0,0,2218, - 73,1,0,0,0,2219,2236,3,1460,730,0,2220,2236,3,1494,747,0,2221,2222, - 3,1204,602,0,2222,2224,3,1460,730,0,2223,2225,3,1208,604,0,2224, - 2223,1,0,0,0,2224,2225,1,0,0,0,2225,2236,1,0,0,0,2226,2227,3,1204, - 602,0,2227,2228,5,2,0,0,2228,2229,3,1458,729,0,2229,2230,5,3,0,0, - 2230,2231,3,1460,730,0,2231,2236,1,0,0,0,2232,2236,3,324,162,0,2233, - 2236,5,53,0,0,2234,2236,5,254,0,0,2235,2219,1,0,0,0,2235,2220,1, - 0,0,0,2235,2221,1,0,0,0,2235,2226,1,0,0,0,2235,2232,1,0,0,0,2235, - 2233,1,0,0,0,2235,2234,1,0,0,0,2236,75,1,0,0,0,2237,2240,3,1460, - 730,0,2238,2240,5,53,0,0,2239,2237,1,0,0,0,2239,2238,1,0,0,0,2240, - 77,1,0,0,0,2241,2244,3,1488,744,0,2242,2244,3,1460,730,0,2243,2241, - 1,0,0,0,2243,2242,1,0,0,0,2244,79,1,0,0,0,2245,2248,3,1490,745,0, - 2246,2248,3,1460,730,0,2247,2245,1,0,0,0,2247,2246,1,0,0,0,2248, - 81,1,0,0,0,2249,2250,5,313,0,0,2250,2251,3,84,42,0,2251,83,1,0,0, - 0,2252,2253,5,418,0,0,2253,2261,5,386,0,0,2254,2255,5,356,0,0,2255, - 2256,5,244,0,0,2256,2261,5,251,0,0,2257,2258,5,332,0,0,2258,2261, - 5,106,0,0,2259,2261,3,86,43,0,2260,2252,1,0,0,0,2260,2254,1,0,0, - 0,2260,2257,1,0,0,0,2260,2259,1,0,0,0,2261,85,1,0,0,0,2262,2265, - 5,30,0,0,2263,2265,3,62,31,0,2264,2262,1,0,0,0,2264,2263,1,0,0,0, - 2265,87,1,0,0,0,2266,2267,5,333,0,0,2267,2270,3,56,28,0,2268,2270, - 3,82,41,0,2269,2266,1,0,0,0,2269,2268,1,0,0,0,2270,89,1,0,0,0,2271, - 2272,5,333,0,0,2272,2275,3,60,30,0,2273,2275,3,82,41,0,2274,2271, - 1,0,0,0,2274,2273,1,0,0,0,2275,91,1,0,0,0,2276,2286,5,335,0,0,2277, - 2287,3,62,31,0,2278,2279,5,418,0,0,2279,2287,5,386,0,0,2280,2281, - 5,356,0,0,2281,2282,5,244,0,0,2282,2287,5,251,0,0,2283,2284,5,332, - 0,0,2284,2287,5,106,0,0,2285,2287,5,30,0,0,2286,2277,1,0,0,0,2286, - 2278,1,0,0,0,2286,2280,1,0,0,0,2286,2283,1,0,0,0,2286,2285,1,0,0, - 0,2287,93,1,0,0,0,2288,2289,5,333,0,0,2289,2290,5,165,0,0,2290,2291, - 3,96,48,0,2291,2292,3,98,49,0,2292,95,1,0,0,0,2293,2296,5,30,0,0, - 2294,2296,3,1392,696,0,2295,2293,1,0,0,0,2295,2294,1,0,0,0,2296, - 97,1,0,0,0,2297,2298,7,16,0,0,2298,99,1,0,0,0,2299,2300,5,155,0, - 0,2300,101,1,0,0,0,2301,2302,5,187,0,0,2302,2303,7,17,0,0,2303,103, - 1,0,0,0,2304,2305,5,138,0,0,2305,2307,5,92,0,0,2306,2308,3,750,375, - 0,2307,2306,1,0,0,0,2307,2308,1,0,0,0,2308,2309,1,0,0,0,2309,2312, - 3,1120,560,0,2310,2313,3,106,53,0,2311,2313,3,116,58,0,2312,2310, - 1,0,0,0,2312,2311,1,0,0,0,2313,2438,1,0,0,0,2314,2315,5,138,0,0, - 2315,2316,5,92,0,0,2316,2317,5,30,0,0,2317,2318,5,68,0,0,2318,2319, - 5,351,0,0,2319,2323,3,1404,702,0,2320,2321,5,281,0,0,2321,2322,5, - 147,0,0,2322,2324,3,1474,737,0,2323,2320,1,0,0,0,2323,2324,1,0,0, - 0,2324,2325,1,0,0,0,2325,2326,5,333,0,0,2326,2327,5,351,0,0,2327, - 2329,3,1402,701,0,2328,2330,3,980,490,0,2329,2328,1,0,0,0,2329,2330, - 1,0,0,0,2330,2438,1,0,0,0,2331,2332,5,138,0,0,2332,2334,5,92,0,0, - 2333,2335,3,750,375,0,2334,2333,1,0,0,0,2334,2335,1,0,0,0,2335,2336, - 1,0,0,0,2336,2337,3,1408,704,0,2337,2338,5,435,0,0,2338,2339,5,285, - 0,0,2339,2344,3,1414,707,0,2340,2341,5,62,0,0,2341,2342,5,422,0, - 0,2342,2345,3,108,54,0,2343,2345,5,53,0,0,2344,2340,1,0,0,0,2344, - 2343,1,0,0,0,2345,2438,1,0,0,0,2346,2347,5,138,0,0,2347,2349,5,92, - 0,0,2348,2350,3,750,375,0,2349,2348,1,0,0,0,2349,2350,1,0,0,0,2350, - 2351,1,0,0,0,2351,2352,3,1408,704,0,2352,2353,5,436,0,0,2353,2354, - 5,285,0,0,2354,2356,3,1414,707,0,2355,2357,7,18,0,0,2356,2355,1, - 0,0,0,2356,2357,1,0,0,0,2357,2438,1,0,0,0,2358,2359,5,138,0,0,2359, - 2361,5,226,0,0,2360,2362,3,750,375,0,2361,2360,1,0,0,0,2361,2362, - 1,0,0,0,2362,2363,1,0,0,0,2363,2366,3,1414,707,0,2364,2367,3,106, - 53,0,2365,2367,3,118,59,0,2366,2364,1,0,0,0,2366,2365,1,0,0,0,2367, - 2438,1,0,0,0,2368,2369,5,138,0,0,2369,2370,5,226,0,0,2370,2371,5, - 30,0,0,2371,2372,5,68,0,0,2372,2373,5,351,0,0,2373,2377,3,1404,702, - 0,2374,2375,5,281,0,0,2375,2376,5,147,0,0,2376,2378,3,1474,737,0, - 2377,2374,1,0,0,0,2377,2378,1,0,0,0,2378,2379,1,0,0,0,2379,2380, - 5,333,0,0,2380,2381,5,351,0,0,2381,2383,3,1404,702,0,2382,2384,3, - 980,490,0,2383,2382,1,0,0,0,2383,2384,1,0,0,0,2384,2438,1,0,0,0, - 2385,2386,5,138,0,0,2386,2388,5,328,0,0,2387,2389,3,750,375,0,2388, - 2387,1,0,0,0,2388,2389,1,0,0,0,2389,2390,1,0,0,0,2390,2391,3,1414, - 707,0,2391,2392,3,106,53,0,2392,2438,1,0,0,0,2393,2394,5,138,0,0, - 2394,2396,5,376,0,0,2395,2397,3,750,375,0,2396,2395,1,0,0,0,2396, - 2397,1,0,0,0,2397,2398,1,0,0,0,2398,2399,3,1412,706,0,2399,2400, - 3,106,53,0,2400,2438,1,0,0,0,2401,2402,5,138,0,0,2402,2403,5,259, - 0,0,2403,2405,5,376,0,0,2404,2406,3,750,375,0,2405,2404,1,0,0,0, - 2405,2406,1,0,0,0,2406,2407,1,0,0,0,2407,2408,3,1412,706,0,2408, - 2409,3,106,53,0,2409,2438,1,0,0,0,2410,2411,5,138,0,0,2411,2412, - 5,259,0,0,2412,2413,5,376,0,0,2413,2414,5,30,0,0,2414,2415,5,68, - 0,0,2415,2416,5,351,0,0,2416,2420,3,1404,702,0,2417,2418,5,281,0, - 0,2418,2419,5,147,0,0,2419,2421,3,1474,737,0,2420,2417,1,0,0,0,2420, - 2421,1,0,0,0,2421,2422,1,0,0,0,2422,2423,5,333,0,0,2423,2424,5,351, - 0,0,2424,2426,3,1402,701,0,2425,2427,3,980,490,0,2426,2425,1,0,0, - 0,2426,2427,1,0,0,0,2427,2438,1,0,0,0,2428,2429,5,138,0,0,2429,2430, - 5,63,0,0,2430,2432,5,92,0,0,2431,2433,3,750,375,0,2432,2431,1,0, - 0,0,2432,2433,1,0,0,0,2433,2434,1,0,0,0,2434,2435,3,1120,560,0,2435, - 2436,3,106,53,0,2436,2438,1,0,0,0,2437,2304,1,0,0,0,2437,2314,1, - 0,0,0,2437,2331,1,0,0,0,2437,2346,1,0,0,0,2437,2358,1,0,0,0,2437, - 2368,1,0,0,0,2437,2385,1,0,0,0,2437,2393,1,0,0,0,2437,2401,1,0,0, - 0,2437,2410,1,0,0,0,2437,2428,1,0,0,0,2438,105,1,0,0,0,2439,2444, - 3,120,60,0,2440,2441,5,6,0,0,2441,2443,3,120,60,0,2442,2440,1,0, - 0,0,2443,2446,1,0,0,0,2444,2442,1,0,0,0,2444,2445,1,0,0,0,2445,107, - 1,0,0,0,2446,2444,1,0,0,0,2447,2448,5,68,0,0,2448,2457,3,1180,590, - 0,2449,2450,5,64,0,0,2450,2451,3,110,55,0,2451,2452,5,94,0,0,2452, - 2453,3,110,55,0,2453,2457,1,0,0,0,2454,2455,5,105,0,0,2455,2457, - 3,114,57,0,2456,2447,1,0,0,0,2456,2449,1,0,0,0,2456,2454,1,0,0,0, - 2457,109,1,0,0,0,2458,2459,5,2,0,0,2459,2464,3,112,56,0,2460,2461, - 5,6,0,0,2461,2463,3,112,56,0,2462,2460,1,0,0,0,2463,2466,1,0,0,0, - 2464,2462,1,0,0,0,2464,2465,1,0,0,0,2465,2467,1,0,0,0,2466,2464, - 1,0,0,0,2467,2468,5,3,0,0,2468,111,1,0,0,0,2469,2473,3,1180,590, - 0,2470,2473,5,262,0,0,2471,2473,5,260,0,0,2472,2469,1,0,0,0,2472, - 2470,1,0,0,0,2472,2471,1,0,0,0,2473,113,1,0,0,0,2474,2475,5,2,0, - 0,2475,2476,5,533,0,0,2476,2477,3,324,162,0,2477,2478,5,6,0,0,2478, - 2479,5,534,0,0,2479,2480,3,324,162,0,2480,2481,5,3,0,0,2481,115, - 1,0,0,0,2482,2483,5,435,0,0,2483,2484,5,285,0,0,2484,2485,3,1414, - 707,0,2485,2486,3,144,72,0,2486,2491,1,0,0,0,2487,2488,5,436,0,0, - 2488,2489,5,285,0,0,2489,2491,3,1414,707,0,2490,2482,1,0,0,0,2490, - 2487,1,0,0,0,2491,117,1,0,0,0,2492,2493,5,435,0,0,2493,2494,5,285, - 0,0,2494,2495,3,1414,707,0,2495,119,1,0,0,0,2496,2499,5,133,0,0, - 2497,2498,5,45,0,0,2498,2500,3,1438,719,0,2499,2497,1,0,0,0,2499, - 2500,1,0,0,0,2500,2501,1,0,0,0,2501,2714,3,238,119,0,2502,2503,5, - 138,0,0,2503,2504,5,45,0,0,2504,2505,3,1438,719,0,2505,2506,3,478, - 239,0,2506,2714,1,0,0,0,2507,2508,5,372,0,0,2508,2509,5,45,0,0,2509, - 2714,3,1438,719,0,2510,2511,5,191,0,0,2511,2513,5,45,0,0,2512,2514, - 3,750,375,0,2513,2512,1,0,0,0,2513,2514,1,0,0,0,2514,2515,1,0,0, - 0,2515,2517,3,1438,719,0,2516,2518,3,124,62,0,2517,2516,1,0,0,0, - 2517,2518,1,0,0,0,2518,2714,1,0,0,0,2519,2520,5,333,0,0,2520,2521, - 5,379,0,0,2521,2714,5,277,0,0,2522,2523,5,158,0,0,2523,2524,5,80, - 0,0,2524,2714,3,1438,719,0,2525,2526,5,333,0,0,2526,2527,5,379,0, - 0,2527,2714,5,158,0,0,2528,2529,5,333,0,0,2529,2714,7,19,0,0,2530, - 2532,5,193,0,0,2531,2533,7,20,0,0,2532,2531,1,0,0,0,2532,2533,1, - 0,0,0,2533,2534,1,0,0,0,2534,2714,5,357,0,0,2535,2536,5,186,0,0, - 2536,2540,5,357,0,0,2537,2541,5,30,0,0,2538,2541,5,99,0,0,2539,2541, - 3,1438,719,0,2540,2537,1,0,0,0,2540,2538,1,0,0,0,2540,2539,1,0,0, - 0,2541,2714,1,0,0,0,2542,2543,5,193,0,0,2543,2544,7,20,0,0,2544, - 2545,5,321,0,0,2545,2714,3,1438,719,0,2546,2547,5,186,0,0,2547,2548, - 5,321,0,0,2548,2714,3,1438,719,0,2549,2551,5,269,0,0,2550,2549,1, - 0,0,0,2550,2551,1,0,0,0,2551,2552,1,0,0,0,2552,2553,5,228,0,0,2553, - 2714,3,1414,707,0,2554,2555,5,275,0,0,2555,2714,3,560,280,0,2556, - 2557,5,77,0,0,2557,2714,5,275,0,0,2558,2559,5,282,0,0,2559,2560, - 5,94,0,0,2560,2714,3,1472,736,0,2561,2562,5,333,0,0,2562,2563,5, - 351,0,0,2563,2714,3,1402,701,0,2564,2565,5,333,0,0,2565,2714,3,132, - 66,0,2566,2567,5,313,0,0,2567,2714,3,132,66,0,2568,2569,5,312,0, - 0,2569,2570,5,219,0,0,2570,2714,3,130,65,0,2571,2572,5,193,0,0,2572, - 2573,5,414,0,0,2573,2574,5,251,0,0,2574,2714,5,327,0,0,2575,2576, - 5,186,0,0,2576,2577,5,414,0,0,2577,2578,5,251,0,0,2578,2714,5,327, - 0,0,2579,2580,5,209,0,0,2580,2581,5,414,0,0,2581,2582,5,251,0,0, - 2582,2714,5,327,0,0,2583,2584,5,269,0,0,2584,2585,5,209,0,0,2585, - 2586,5,414,0,0,2586,2587,5,251,0,0,2587,2714,5,327,0,0,2588,2590, - 5,191,0,0,2589,2591,5,44,0,0,2590,2589,1,0,0,0,2590,2591,1,0,0,0, - 2591,2593,1,0,0,0,2592,2594,3,750,375,0,2593,2592,1,0,0,0,2593,2594, - 1,0,0,0,2594,2595,1,0,0,0,2595,2597,3,1434,717,0,2596,2598,3,124, - 62,0,2597,2596,1,0,0,0,2597,2598,1,0,0,0,2598,2714,1,0,0,0,2599, - 2601,5,133,0,0,2600,2602,5,44,0,0,2601,2600,1,0,0,0,2601,2602,1, - 0,0,0,2602,2604,1,0,0,0,2603,2605,3,518,259,0,2604,2603,1,0,0,0, - 2604,2605,1,0,0,0,2605,2606,1,0,0,0,2606,2714,3,208,104,0,2607,2609, - 5,138,0,0,2608,2610,5,44,0,0,2609,2608,1,0,0,0,2609,2610,1,0,0,0, - 2610,2611,1,0,0,0,2611,2612,3,1434,717,0,2612,2613,3,122,61,0,2613, - 2714,1,0,0,0,2614,2616,5,138,0,0,2615,2617,5,44,0,0,2616,2615,1, - 0,0,0,2616,2617,1,0,0,0,2617,2618,1,0,0,0,2618,2619,3,1434,717,0, - 2619,2620,7,21,0,0,2620,2621,5,77,0,0,2621,2622,5,78,0,0,2622,2714, - 1,0,0,0,2623,2625,5,138,0,0,2624,2626,5,44,0,0,2625,2624,1,0,0,0, - 2625,2626,1,0,0,0,2626,2627,1,0,0,0,2627,2628,3,1434,717,0,2628, - 2629,5,191,0,0,2629,2631,5,437,0,0,2630,2632,3,750,375,0,2631,2630, - 1,0,0,0,2631,2632,1,0,0,0,2632,2714,1,0,0,0,2633,2635,5,138,0,0, - 2634,2636,5,44,0,0,2635,2634,1,0,0,0,2635,2636,1,0,0,0,2636,2637, - 1,0,0,0,2637,2638,3,1434,717,0,2638,2639,5,333,0,0,2639,2640,5,342, - 0,0,2640,2641,3,1466,733,0,2641,2714,1,0,0,0,2642,2644,5,138,0,0, - 2643,2645,5,44,0,0,2644,2643,1,0,0,0,2644,2645,1,0,0,0,2645,2646, - 1,0,0,0,2646,2647,3,1434,717,0,2647,2648,7,22,0,0,2648,2649,3,132, - 66,0,2649,2714,1,0,0,0,2650,2652,5,138,0,0,2651,2653,5,44,0,0,2652, - 2651,1,0,0,0,2652,2653,1,0,0,0,2653,2654,1,0,0,0,2654,2655,3,1434, - 717,0,2655,2656,5,333,0,0,2656,2657,5,345,0,0,2657,2658,3,1476,738, - 0,2658,2714,1,0,0,0,2659,2661,5,138,0,0,2660,2662,5,44,0,0,2661, - 2660,1,0,0,0,2661,2662,1,0,0,0,2662,2663,1,0,0,0,2663,2664,3,1434, - 717,0,2664,2665,5,133,0,0,2665,2666,5,438,0,0,2666,2667,3,224,112, - 0,2667,2668,5,36,0,0,2668,2670,5,219,0,0,2669,2671,3,316,158,0,2670, - 2669,1,0,0,0,2670,2671,1,0,0,0,2671,2714,1,0,0,0,2672,2674,5,138, - 0,0,2673,2675,5,44,0,0,2674,2673,1,0,0,0,2674,2675,1,0,0,0,2675, - 2676,1,0,0,0,2676,2677,3,1434,717,0,2677,2678,3,140,70,0,2678,2714, - 1,0,0,0,2679,2681,5,138,0,0,2680,2682,5,44,0,0,2681,2680,1,0,0,0, - 2681,2682,1,0,0,0,2682,2683,1,0,0,0,2683,2684,3,1434,717,0,2684, - 2685,5,191,0,0,2685,2687,5,219,0,0,2686,2688,3,750,375,0,2687,2686, - 1,0,0,0,2687,2688,1,0,0,0,2688,2714,1,0,0,0,2689,2691,5,138,0,0, - 2690,2692,5,44,0,0,2691,2690,1,0,0,0,2691,2692,1,0,0,0,2692,2693, - 1,0,0,0,2693,2695,3,1434,717,0,2694,2696,3,770,385,0,2695,2694,1, - 0,0,0,2695,2696,1,0,0,0,2696,2697,1,0,0,0,2697,2698,5,360,0,0,2698, - 2700,3,1170,585,0,2699,2701,3,126,63,0,2700,2699,1,0,0,0,2700,2701, - 1,0,0,0,2701,2703,1,0,0,0,2702,2704,3,128,64,0,2703,2702,1,0,0,0, - 2703,2704,1,0,0,0,2704,2714,1,0,0,0,2705,2707,5,138,0,0,2706,2708, - 5,44,0,0,2707,2706,1,0,0,0,2707,2708,1,0,0,0,2708,2709,1,0,0,0,2709, - 2710,3,1434,717,0,2710,2711,3,374,187,0,2711,2714,1,0,0,0,2712,2714, - 3,374,187,0,2713,2496,1,0,0,0,2713,2502,1,0,0,0,2713,2507,1,0,0, - 0,2713,2510,1,0,0,0,2713,2519,1,0,0,0,2713,2522,1,0,0,0,2713,2525, - 1,0,0,0,2713,2528,1,0,0,0,2713,2530,1,0,0,0,2713,2535,1,0,0,0,2713, - 2542,1,0,0,0,2713,2546,1,0,0,0,2713,2550,1,0,0,0,2713,2554,1,0,0, - 0,2713,2556,1,0,0,0,2713,2558,1,0,0,0,2713,2561,1,0,0,0,2713,2564, - 1,0,0,0,2713,2566,1,0,0,0,2713,2568,1,0,0,0,2713,2571,1,0,0,0,2713, - 2575,1,0,0,0,2713,2579,1,0,0,0,2713,2583,1,0,0,0,2713,2588,1,0,0, - 0,2713,2599,1,0,0,0,2713,2607,1,0,0,0,2713,2614,1,0,0,0,2713,2623, - 1,0,0,0,2713,2633,1,0,0,0,2713,2642,1,0,0,0,2713,2650,1,0,0,0,2713, - 2659,1,0,0,0,2713,2672,1,0,0,0,2713,2679,1,0,0,0,2713,2689,1,0,0, - 0,2713,2705,1,0,0,0,2713,2712,1,0,0,0,2714,121,1,0,0,0,2715,2716, - 5,333,0,0,2716,2717,5,53,0,0,2717,2721,3,1214,607,0,2718,2719,5, - 191,0,0,2719,2721,5,53,0,0,2720,2715,1,0,0,0,2720,2718,1,0,0,0,2721, - 123,1,0,0,0,2722,2723,7,23,0,0,2723,125,1,0,0,0,2724,2725,5,43,0, - 0,2725,2726,3,560,280,0,2726,127,1,0,0,0,2727,2728,5,100,0,0,2728, - 2729,3,1214,607,0,2729,129,1,0,0,0,2730,2737,5,270,0,0,2731,2737, - 5,113,0,0,2732,2737,5,53,0,0,2733,2734,5,100,0,0,2734,2735,5,226, - 0,0,2735,2737,3,1438,719,0,2736,2730,1,0,0,0,2736,2731,1,0,0,0,2736, - 2732,1,0,0,0,2736,2733,1,0,0,0,2737,131,1,0,0,0,2738,2739,5,2,0, - 0,2739,2740,3,136,68,0,2740,2741,5,3,0,0,2741,133,1,0,0,0,2742,2743, - 5,105,0,0,2743,2744,3,132,66,0,2744,135,1,0,0,0,2745,2750,3,138, - 69,0,2746,2747,5,6,0,0,2747,2749,3,138,69,0,2748,2746,1,0,0,0,2749, - 2752,1,0,0,0,2750,2748,1,0,0,0,2750,2751,1,0,0,0,2751,137,1,0,0, - 0,2752,2750,1,0,0,0,2753,2762,3,1492,746,0,2754,2755,5,10,0,0,2755, - 2763,3,504,252,0,2756,2757,5,11,0,0,2757,2760,3,1492,746,0,2758, - 2759,5,10,0,0,2759,2761,3,504,252,0,2760,2758,1,0,0,0,2760,2761, - 1,0,0,0,2761,2763,1,0,0,0,2762,2754,1,0,0,0,2762,2756,1,0,0,0,2762, - 2763,1,0,0,0,2763,139,1,0,0,0,2764,2766,3,142,71,0,2765,2764,1,0, - 0,0,2766,2767,1,0,0,0,2767,2765,1,0,0,0,2767,2768,1,0,0,0,2768,141, - 1,0,0,0,2769,2774,5,314,0,0,2770,2772,3,14,7,0,2771,2770,1,0,0,0, - 2771,2772,1,0,0,0,2772,2773,1,0,0,0,2773,2775,3,324,162,0,2774,2771, - 1,0,0,0,2774,2775,1,0,0,0,2775,2783,1,0,0,0,2776,2780,5,333,0,0, - 2777,2781,3,320,160,0,2778,2779,5,438,0,0,2779,2781,3,224,112,0, - 2780,2777,1,0,0,0,2780,2778,1,0,0,0,2781,2783,1,0,0,0,2782,2769, - 1,0,0,0,2782,2776,1,0,0,0,2783,143,1,0,0,0,2784,2785,5,62,0,0,2785, - 2786,5,422,0,0,2786,2787,5,105,0,0,2787,2788,5,2,0,0,2788,2789,3, - 148,74,0,2789,2790,5,3,0,0,2790,2811,1,0,0,0,2791,2792,5,62,0,0, - 2792,2793,5,422,0,0,2793,2794,5,68,0,0,2794,2795,5,2,0,0,2795,2796, - 3,1330,665,0,2796,2797,5,3,0,0,2797,2811,1,0,0,0,2798,2799,5,62, - 0,0,2799,2800,5,422,0,0,2800,2801,5,64,0,0,2801,2802,5,2,0,0,2802, - 2803,3,1330,665,0,2803,2804,5,3,0,0,2804,2805,5,94,0,0,2805,2806, - 5,2,0,0,2806,2807,3,1330,665,0,2807,2808,5,3,0,0,2808,2811,1,0,0, - 0,2809,2811,5,53,0,0,2810,2784,1,0,0,0,2810,2791,1,0,0,0,2810,2798, - 1,0,0,0,2810,2809,1,0,0,0,2811,145,1,0,0,0,2812,2813,3,1490,745, - 0,2813,2814,3,1458,729,0,2814,147,1,0,0,0,2815,2820,3,146,73,0,2816, - 2817,5,6,0,0,2817,2819,3,146,73,0,2818,2816,1,0,0,0,2819,2822,1, - 0,0,0,2820,2818,1,0,0,0,2820,2821,1,0,0,0,2821,149,1,0,0,0,2822, - 2820,1,0,0,0,2823,2824,5,138,0,0,2824,2825,5,360,0,0,2825,2826,3, - 560,280,0,2826,2827,3,152,76,0,2827,151,1,0,0,0,2828,2833,3,154, - 77,0,2829,2830,5,6,0,0,2830,2832,3,154,77,0,2831,2829,1,0,0,0,2832, - 2835,1,0,0,0,2833,2831,1,0,0,0,2833,2834,1,0,0,0,2834,153,1,0,0, - 0,2835,2833,1,0,0,0,2836,2837,5,133,0,0,2837,2838,5,143,0,0,2838, - 2840,3,1154,577,0,2839,2841,3,124,62,0,2840,2839,1,0,0,0,2840,2841, - 1,0,0,0,2841,2866,1,0,0,0,2842,2843,5,191,0,0,2843,2845,5,143,0, - 0,2844,2846,3,750,375,0,2845,2844,1,0,0,0,2845,2846,1,0,0,0,2846, - 2847,1,0,0,0,2847,2849,3,1476,738,0,2848,2850,3,124,62,0,2849,2848, - 1,0,0,0,2849,2850,1,0,0,0,2850,2866,1,0,0,0,2851,2852,5,138,0,0, - 2852,2853,5,143,0,0,2853,2855,3,1476,738,0,2854,2856,3,770,385,0, - 2855,2854,1,0,0,0,2855,2856,1,0,0,0,2856,2857,1,0,0,0,2857,2858, - 5,360,0,0,2858,2860,3,1170,585,0,2859,2861,3,126,63,0,2860,2859, - 1,0,0,0,2860,2861,1,0,0,0,2861,2863,1,0,0,0,2862,2864,3,124,62,0, - 2863,2862,1,0,0,0,2863,2864,1,0,0,0,2864,2866,1,0,0,0,2865,2836, - 1,0,0,0,2865,2842,1,0,0,0,2865,2851,1,0,0,0,2866,155,1,0,0,0,2867, - 2870,5,157,0,0,2868,2871,3,996,498,0,2869,2871,5,30,0,0,2870,2868, - 1,0,0,0,2870,2869,1,0,0,0,2871,157,1,0,0,0,2872,2874,5,169,0,0,2873, - 2875,3,172,86,0,2874,2873,1,0,0,0,2874,2875,1,0,0,0,2875,2876,1, - 0,0,0,2876,2878,3,1408,704,0,2877,2879,3,242,121,0,2878,2877,1,0, - 0,0,2878,2879,1,0,0,0,2879,2880,1,0,0,0,2880,2882,3,160,80,0,2881, - 2883,3,162,81,0,2882,2881,1,0,0,0,2882,2883,1,0,0,0,2883,2884,1, - 0,0,0,2884,2886,3,164,82,0,2885,2887,3,174,87,0,2886,2885,1,0,0, - 0,2886,2887,1,0,0,0,2887,2889,1,0,0,0,2888,2890,3,14,7,0,2889,2888, - 1,0,0,0,2889,2890,1,0,0,0,2890,2891,1,0,0,0,2891,2893,3,166,83,0, - 2892,2894,3,1146,573,0,2893,2892,1,0,0,0,2893,2894,1,0,0,0,2894, - 2910,1,0,0,0,2895,2896,5,169,0,0,2896,2897,5,2,0,0,2897,2898,3,944, - 472,0,2898,2899,5,3,0,0,2899,2901,5,94,0,0,2900,2902,3,162,81,0, - 2901,2900,1,0,0,0,2901,2902,1,0,0,0,2902,2903,1,0,0,0,2903,2905, - 3,164,82,0,2904,2906,3,14,7,0,2905,2904,1,0,0,0,2905,2906,1,0,0, - 0,2906,2907,1,0,0,0,2907,2908,3,166,83,0,2908,2910,1,0,0,0,2909, - 2872,1,0,0,0,2909,2895,1,0,0,0,2910,159,1,0,0,0,2911,2912,7,24,0, - 0,2912,161,1,0,0,0,2913,2914,5,297,0,0,2914,163,1,0,0,0,2915,2919, - 3,1460,730,0,2916,2919,5,343,0,0,2917,2919,5,344,0,0,2918,2915,1, - 0,0,0,2918,2916,1,0,0,0,2918,2917,1,0,0,0,2919,165,1,0,0,0,2920, - 2926,3,168,84,0,2921,2922,5,2,0,0,2922,2923,3,178,89,0,2923,2924, - 5,3,0,0,2924,2926,1,0,0,0,2925,2920,1,0,0,0,2925,2921,1,0,0,0,2926, - 167,1,0,0,0,2927,2929,3,170,85,0,2928,2927,1,0,0,0,2929,2932,1,0, - 0,0,2930,2928,1,0,0,0,2930,2931,1,0,0,0,2931,169,1,0,0,0,2932,2930, - 1,0,0,0,2933,2973,5,107,0,0,2934,2973,5,112,0,0,2935,2937,5,183, - 0,0,2936,2938,3,874,437,0,2937,2936,1,0,0,0,2937,2938,1,0,0,0,2938, - 2939,1,0,0,0,2939,2973,3,1460,730,0,2940,2942,5,78,0,0,2941,2943, - 3,874,437,0,2942,2941,1,0,0,0,2942,2943,1,0,0,0,2943,2944,1,0,0, - 0,2944,2973,3,1460,730,0,2945,2973,5,171,0,0,2946,2973,5,216,0,0, - 2947,2949,5,298,0,0,2948,2950,3,874,437,0,2949,2948,1,0,0,0,2949, - 2950,1,0,0,0,2950,2951,1,0,0,0,2951,2973,3,1460,730,0,2952,2954, - 5,197,0,0,2953,2955,3,874,437,0,2954,2953,1,0,0,0,2954,2955,1,0, - 0,0,2955,2956,1,0,0,0,2956,2973,3,1460,730,0,2957,2958,5,209,0,0, - 2958,2959,5,298,0,0,2959,2973,3,246,123,0,2960,2961,5,209,0,0,2961, - 2962,5,298,0,0,2962,2973,5,9,0,0,2963,2964,5,209,0,0,2964,2965,5, - 77,0,0,2965,2966,5,78,0,0,2966,2973,3,246,123,0,2967,2968,5,209, - 0,0,2968,2969,5,78,0,0,2969,2973,3,246,123,0,2970,2971,5,194,0,0, - 2971,2973,3,1460,730,0,2972,2933,1,0,0,0,2972,2934,1,0,0,0,2972, - 2935,1,0,0,0,2972,2940,1,0,0,0,2972,2945,1,0,0,0,2972,2946,1,0,0, - 0,2972,2947,1,0,0,0,2972,2952,1,0,0,0,2972,2957,1,0,0,0,2972,2960, - 1,0,0,0,2972,2963,1,0,0,0,2972,2967,1,0,0,0,2972,2970,1,0,0,0,2973, - 171,1,0,0,0,2974,2975,5,107,0,0,2975,173,1,0,0,0,2976,2978,3,176, - 88,0,2977,2976,1,0,0,0,2977,2978,1,0,0,0,2978,2979,1,0,0,0,2979, - 2980,5,184,0,0,2980,2981,3,1460,730,0,2981,175,1,0,0,0,2982,2983, - 5,100,0,0,2983,177,1,0,0,0,2984,2989,3,180,90,0,2985,2986,5,6,0, - 0,2986,2988,3,180,90,0,2987,2985,1,0,0,0,2988,2991,1,0,0,0,2989, - 2987,1,0,0,0,2989,2990,1,0,0,0,2990,179,1,0,0,0,2991,2989,1,0,0, - 0,2992,2994,3,1492,746,0,2993,2995,3,182,91,0,2994,2993,1,0,0,0, - 2994,2995,1,0,0,0,2995,181,1,0,0,0,2996,3004,3,72,36,0,2997,3004, - 3,324,162,0,2998,3004,5,9,0,0,2999,3000,5,2,0,0,3000,3001,3,184, - 92,0,3001,3002,5,3,0,0,3002,3004,1,0,0,0,3003,2996,1,0,0,0,3003, - 2997,1,0,0,0,3003,2998,1,0,0,0,3003,2999,1,0,0,0,3004,183,1,0,0, - 0,3005,3010,3,186,93,0,3006,3007,5,6,0,0,3007,3009,3,186,93,0,3008, - 3006,1,0,0,0,3009,3012,1,0,0,0,3010,3008,1,0,0,0,3010,3011,1,0,0, - 0,3011,185,1,0,0,0,3012,3010,1,0,0,0,3013,3014,3,70,35,0,3014,187, - 1,0,0,0,3015,3017,5,46,0,0,3016,3018,3,192,96,0,3017,3016,1,0,0, - 0,3017,3018,1,0,0,0,3018,3019,1,0,0,0,3019,3021,5,92,0,0,3020,3022, - 3,518,259,0,3021,3020,1,0,0,0,3021,3022,1,0,0,0,3022,3023,1,0,0, - 0,3023,3089,3,1406,703,0,3024,3026,5,2,0,0,3025,3027,3,194,97,0, - 3026,3025,1,0,0,0,3026,3027,1,0,0,0,3027,3028,1,0,0,0,3028,3030, - 5,3,0,0,3029,3031,3,268,134,0,3030,3029,1,0,0,0,3030,3031,1,0,0, - 0,3031,3033,1,0,0,0,3032,3034,3,270,135,0,3033,3032,1,0,0,0,3033, - 3034,1,0,0,0,3034,3036,1,0,0,0,3035,3037,3,278,139,0,3036,3035,1, - 0,0,0,3036,3037,1,0,0,0,3037,3039,1,0,0,0,3038,3040,3,280,140,0, - 3039,3038,1,0,0,0,3039,3040,1,0,0,0,3040,3042,1,0,0,0,3041,3043, - 3,282,141,0,3042,3041,1,0,0,0,3042,3043,1,0,0,0,3043,3045,1,0,0, - 0,3044,3046,3,284,142,0,3045,3044,1,0,0,0,3045,3046,1,0,0,0,3046, - 3090,1,0,0,0,3047,3048,5,275,0,0,3048,3050,3,560,280,0,3049,3051, - 3,198,99,0,3050,3049,1,0,0,0,3050,3051,1,0,0,0,3051,3053,1,0,0,0, - 3052,3054,3,270,135,0,3053,3052,1,0,0,0,3053,3054,1,0,0,0,3054,3056, - 1,0,0,0,3055,3057,3,278,139,0,3056,3055,1,0,0,0,3056,3057,1,0,0, - 0,3057,3059,1,0,0,0,3058,3060,3,280,140,0,3059,3058,1,0,0,0,3059, - 3060,1,0,0,0,3060,3062,1,0,0,0,3061,3063,3,282,141,0,3062,3061,1, - 0,0,0,3062,3063,1,0,0,0,3063,3065,1,0,0,0,3064,3066,3,284,142,0, - 3065,3064,1,0,0,0,3065,3066,1,0,0,0,3066,3090,1,0,0,0,3067,3068, - 5,285,0,0,3068,3069,5,275,0,0,3069,3071,3,1414,707,0,3070,3072,3, - 198,99,0,3071,3070,1,0,0,0,3071,3072,1,0,0,0,3072,3073,1,0,0,0,3073, - 3075,3,144,72,0,3074,3076,3,270,135,0,3075,3074,1,0,0,0,3075,3076, - 1,0,0,0,3076,3078,1,0,0,0,3077,3079,3,278,139,0,3078,3077,1,0,0, - 0,3078,3079,1,0,0,0,3079,3081,1,0,0,0,3080,3082,3,280,140,0,3081, - 3080,1,0,0,0,3081,3082,1,0,0,0,3082,3084,1,0,0,0,3083,3085,3,282, - 141,0,3084,3083,1,0,0,0,3084,3085,1,0,0,0,3085,3087,1,0,0,0,3086, - 3088,3,284,142,0,3087,3086,1,0,0,0,3087,3088,1,0,0,0,3088,3090,1, - 0,0,0,3089,3024,1,0,0,0,3089,3047,1,0,0,0,3089,3067,1,0,0,0,3090, - 189,1,0,0,0,3091,3092,5,549,0,0,3092,3093,5,147,0,0,3093,3094,5, - 2,0,0,3094,3095,3,246,123,0,3095,3096,5,3,0,0,3096,191,1,0,0,0,3097, - 3105,5,354,0,0,3098,3105,5,352,0,0,3099,3100,5,254,0,0,3100,3105, - 7,25,0,0,3101,3102,5,213,0,0,3102,3105,7,25,0,0,3103,3105,5,367, - 0,0,3104,3097,1,0,0,0,3104,3098,1,0,0,0,3104,3099,1,0,0,0,3104,3101, - 1,0,0,0,3104,3103,1,0,0,0,3105,193,1,0,0,0,3106,3107,3,200,100,0, - 3107,195,1,0,0,0,3108,3109,3,200,100,0,3109,197,1,0,0,0,3110,3111, - 5,2,0,0,3111,3112,3,202,101,0,3112,3113,5,3,0,0,3113,199,1,0,0,0, - 3114,3119,3,204,102,0,3115,3116,5,6,0,0,3116,3118,3,204,102,0,3117, - 3115,1,0,0,0,3118,3121,1,0,0,0,3119,3117,1,0,0,0,3119,3120,1,0,0, - 0,3120,201,1,0,0,0,3121,3119,1,0,0,0,3122,3127,3,206,103,0,3123, - 3124,5,6,0,0,3124,3126,3,206,103,0,3125,3123,1,0,0,0,3126,3129,1, - 0,0,0,3127,3125,1,0,0,0,3127,3128,1,0,0,0,3128,203,1,0,0,0,3129, - 3127,1,0,0,0,3130,3134,3,208,104,0,3131,3134,3,230,115,0,3132,3134, - 3,236,118,0,3133,3130,1,0,0,0,3133,3131,1,0,0,0,3133,3132,1,0,0, - 0,3134,205,1,0,0,0,3135,3138,3,214,107,0,3136,3138,3,236,118,0,3137, - 3135,1,0,0,0,3137,3136,1,0,0,0,3138,207,1,0,0,0,3139,3140,3,1436, - 718,0,3140,3142,3,1170,585,0,3141,3143,3,370,185,0,3142,3141,1,0, - 0,0,3142,3143,1,0,0,0,3143,3145,1,0,0,0,3144,3146,3,212,106,0,3145, - 3144,1,0,0,0,3145,3146,1,0,0,0,3146,3148,1,0,0,0,3147,3149,3,210, - 105,0,3148,3147,1,0,0,0,3148,3149,1,0,0,0,3149,3152,1,0,0,0,3150, - 3151,5,43,0,0,3151,3153,3,560,280,0,3152,3150,1,0,0,0,3152,3153, - 1,0,0,0,3153,3156,1,0,0,0,3154,3155,5,105,0,0,3155,3157,5,280,0, - 0,3156,3154,1,0,0,0,3156,3157,1,0,0,0,3157,3158,1,0,0,0,3158,3159, - 3,216,108,0,3159,209,1,0,0,0,3160,3161,5,543,0,0,3161,3162,3,1476, - 738,0,3162,211,1,0,0,0,3163,3170,5,345,0,0,3164,3171,5,544,0,0,3165, - 3171,5,205,0,0,3166,3171,5,545,0,0,3167,3171,5,546,0,0,3168,3171, - 5,53,0,0,3169,3171,3,1476,738,0,3170,3164,1,0,0,0,3170,3165,1,0, - 0,0,3170,3166,1,0,0,0,3170,3167,1,0,0,0,3170,3168,1,0,0,0,3170,3169, - 1,0,0,0,3171,213,1,0,0,0,3172,3175,3,1436,718,0,3173,3174,5,105, - 0,0,3174,3176,5,280,0,0,3175,3173,1,0,0,0,3175,3176,1,0,0,0,3176, - 3177,1,0,0,0,3177,3178,3,216,108,0,3178,215,1,0,0,0,3179,3181,3, - 218,109,0,3180,3179,1,0,0,0,3181,3184,1,0,0,0,3182,3180,1,0,0,0, - 3182,3183,1,0,0,0,3183,217,1,0,0,0,3184,3182,1,0,0,0,3185,3186,5, - 45,0,0,3186,3188,3,1438,719,0,3187,3185,1,0,0,0,3187,3188,1,0,0, - 0,3188,3189,1,0,0,0,3189,3191,3,220,110,0,3190,3192,3,226,113,0, - 3191,3190,1,0,0,0,3191,3192,1,0,0,0,3192,3194,1,0,0,0,3193,3195, - 3,228,114,0,3194,3193,1,0,0,0,3194,3195,1,0,0,0,3195,3204,1,0,0, - 0,3196,3198,3,220,110,0,3197,3199,3,226,113,0,3198,3197,1,0,0,0, - 3198,3199,1,0,0,0,3199,3201,1,0,0,0,3200,3202,3,228,114,0,3201,3200, - 1,0,0,0,3201,3202,1,0,0,0,3202,3204,1,0,0,0,3203,3187,1,0,0,0,3203, - 3196,1,0,0,0,3204,219,1,0,0,0,3205,3206,5,77,0,0,3206,3264,5,78, - 0,0,3207,3264,5,78,0,0,3208,3210,5,98,0,0,3209,3211,3,712,356,0, - 3210,3209,1,0,0,0,3210,3211,1,0,0,0,3211,3213,1,0,0,0,3212,3214, - 3,288,144,0,3213,3212,1,0,0,0,3213,3214,1,0,0,0,3214,3264,1,0,0, - 0,3215,3217,5,98,0,0,3216,3218,3,222,111,0,3217,3216,1,0,0,0,3217, - 3218,1,0,0,0,3218,3219,1,0,0,0,3219,3264,3,286,143,0,3220,3221,5, - 85,0,0,3221,3223,5,245,0,0,3222,3224,3,712,356,0,3223,3222,1,0,0, - 0,3223,3224,1,0,0,0,3224,3226,1,0,0,0,3225,3227,3,288,144,0,3226, - 3225,1,0,0,0,3226,3227,1,0,0,0,3227,3264,1,0,0,0,3228,3229,5,42, - 0,0,3229,3230,5,2,0,0,3230,3231,3,1214,607,0,3231,3233,5,3,0,0,3232, - 3234,3,240,120,0,3233,3232,1,0,0,0,3233,3234,1,0,0,0,3234,3264,1, - 0,0,0,3235,3236,5,53,0,0,3236,3264,3,1254,627,0,3237,3238,5,438, - 0,0,3238,3239,3,224,112,0,3239,3249,5,36,0,0,3240,3242,5,219,0,0, - 3241,3243,3,316,158,0,3242,3241,1,0,0,0,3242,3243,1,0,0,0,3243,3250, - 1,0,0,0,3244,3245,5,2,0,0,3245,3246,3,1214,607,0,3246,3247,5,3,0, - 0,3247,3248,5,440,0,0,3248,3250,1,0,0,0,3249,3240,1,0,0,0,3249,3244, - 1,0,0,0,3250,3264,1,0,0,0,3251,3252,5,86,0,0,3252,3254,3,1414,707, - 0,3253,3255,3,242,121,0,3254,3253,1,0,0,0,3254,3255,1,0,0,0,3255, - 3257,1,0,0,0,3256,3258,3,252,126,0,3257,3256,1,0,0,0,3257,3258,1, - 0,0,0,3258,3260,1,0,0,0,3259,3261,3,260,130,0,3260,3259,1,0,0,0, - 3260,3261,1,0,0,0,3261,3264,1,0,0,0,3262,3264,3,648,324,0,3263,3205, - 1,0,0,0,3263,3207,1,0,0,0,3263,3208,1,0,0,0,3263,3215,1,0,0,0,3263, - 3220,1,0,0,0,3263,3228,1,0,0,0,3263,3235,1,0,0,0,3263,3237,1,0,0, - 0,3263,3251,1,0,0,0,3263,3262,1,0,0,0,3264,221,1,0,0,0,3265,3267, - 5,273,0,0,3266,3268,5,77,0,0,3267,3266,1,0,0,0,3267,3268,1,0,0,0, - 3268,3269,1,0,0,0,3269,3270,5,56,0,0,3270,223,1,0,0,0,3271,3275, - 5,139,0,0,3272,3273,5,147,0,0,3273,3275,5,53,0,0,3274,3271,1,0,0, - 0,3274,3272,1,0,0,0,3275,225,1,0,0,0,3276,3280,5,54,0,0,3277,3278, - 5,77,0,0,3278,3280,5,54,0,0,3279,3276,1,0,0,0,3279,3277,1,0,0,0, - 3280,227,1,0,0,0,3281,3282,5,69,0,0,3282,3283,7,16,0,0,3283,229, - 1,0,0,0,3284,3285,5,120,0,0,3285,3286,3,1414,707,0,3286,3287,3,232, - 116,0,3287,231,1,0,0,0,3288,3289,7,26,0,0,3289,3291,3,234,117,0, - 3290,3288,1,0,0,0,3291,3294,1,0,0,0,3292,3290,1,0,0,0,3292,3293, - 1,0,0,0,3293,233,1,0,0,0,3294,3292,1,0,0,0,3295,3296,7,27,0,0,3296, - 235,1,0,0,0,3297,3298,5,45,0,0,3298,3299,3,1438,719,0,3299,3300, - 3,238,119,0,3300,3303,1,0,0,0,3301,3303,3,238,119,0,3302,3297,1, - 0,0,0,3302,3301,1,0,0,0,3303,237,1,0,0,0,3304,3305,5,42,0,0,3305, - 3306,5,2,0,0,3306,3307,3,1214,607,0,3307,3308,5,3,0,0,3308,3309, - 3,478,239,0,3309,3391,1,0,0,0,3310,3328,5,98,0,0,3311,3312,5,2,0, - 0,3312,3313,3,246,123,0,3313,3315,5,3,0,0,3314,3316,3,250,125,0, - 3315,3314,1,0,0,0,3315,3316,1,0,0,0,3316,3318,1,0,0,0,3317,3319, - 3,712,356,0,3318,3317,1,0,0,0,3318,3319,1,0,0,0,3319,3321,1,0,0, - 0,3320,3322,3,288,144,0,3321,3320,1,0,0,0,3321,3322,1,0,0,0,3322, - 3323,1,0,0,0,3323,3324,3,478,239,0,3324,3329,1,0,0,0,3325,3326,3, - 290,145,0,3326,3327,3,478,239,0,3327,3329,1,0,0,0,3328,3311,1,0, - 0,0,3328,3325,1,0,0,0,3329,3391,1,0,0,0,3330,3331,5,85,0,0,3331, - 3349,5,245,0,0,3332,3333,5,2,0,0,3333,3334,3,246,123,0,3334,3336, - 5,3,0,0,3335,3337,3,250,125,0,3336,3335,1,0,0,0,3336,3337,1,0,0, - 0,3337,3339,1,0,0,0,3338,3340,3,712,356,0,3339,3338,1,0,0,0,3339, - 3340,1,0,0,0,3340,3342,1,0,0,0,3341,3343,3,288,144,0,3342,3341,1, - 0,0,0,3342,3343,1,0,0,0,3343,3344,1,0,0,0,3344,3345,3,478,239,0, - 3345,3350,1,0,0,0,3346,3347,3,290,145,0,3347,3348,3,478,239,0,3348, - 3350,1,0,0,0,3349,3332,1,0,0,0,3349,3346,1,0,0,0,3350,3391,1,0,0, - 0,3351,3353,5,199,0,0,3352,3354,3,636,318,0,3353,3352,1,0,0,0,3353, - 3354,1,0,0,0,3354,3355,1,0,0,0,3355,3356,5,2,0,0,3356,3357,3,254, - 127,0,3357,3359,5,3,0,0,3358,3360,3,250,125,0,3359,3358,1,0,0,0, - 3359,3360,1,0,0,0,3360,3362,1,0,0,0,3361,3363,3,712,356,0,3362,3361, - 1,0,0,0,3362,3363,1,0,0,0,3363,3365,1,0,0,0,3364,3366,3,288,144, - 0,3365,3364,1,0,0,0,3365,3366,1,0,0,0,3366,3368,1,0,0,0,3367,3369, - 3,258,129,0,3368,3367,1,0,0,0,3368,3369,1,0,0,0,3369,3370,1,0,0, - 0,3370,3371,3,478,239,0,3371,3391,1,0,0,0,3372,3373,5,63,0,0,3373, - 3374,5,245,0,0,3374,3375,5,2,0,0,3375,3376,3,246,123,0,3376,3377, - 5,3,0,0,3377,3378,5,86,0,0,3378,3380,3,1414,707,0,3379,3381,3,242, - 121,0,3380,3379,1,0,0,0,3380,3381,1,0,0,0,3381,3383,1,0,0,0,3382, - 3384,3,252,126,0,3383,3382,1,0,0,0,3383,3384,1,0,0,0,3384,3386,1, - 0,0,0,3385,3387,3,260,130,0,3386,3385,1,0,0,0,3386,3387,1,0,0,0, - 3387,3388,1,0,0,0,3388,3389,3,478,239,0,3389,3391,1,0,0,0,3390,3304, - 1,0,0,0,3390,3310,1,0,0,0,3390,3330,1,0,0,0,3390,3351,1,0,0,0,3390, - 3372,1,0,0,0,3391,239,1,0,0,0,3392,3393,5,269,0,0,3393,3394,5,228, - 0,0,3394,241,1,0,0,0,3395,3396,5,2,0,0,3396,3397,3,246,123,0,3397, - 3398,5,3,0,0,3398,243,1,0,0,0,3399,3400,5,2,0,0,3400,3401,3,248, - 124,0,3401,3402,5,3,0,0,3402,245,1,0,0,0,3403,3408,3,1434,717,0, - 3404,3405,5,6,0,0,3405,3407,3,1434,717,0,3406,3404,1,0,0,0,3407, - 3410,1,0,0,0,3408,3406,1,0,0,0,3408,3409,1,0,0,0,3409,247,1,0,0, - 0,3410,3408,1,0,0,0,3411,3416,3,1436,718,0,3412,3413,5,6,0,0,3413, - 3415,3,1436,718,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,249,1,0,0,0,3418,3416,1,0,0,0,3419, - 3420,5,441,0,0,3420,3421,5,2,0,0,3421,3422,3,246,123,0,3422,3423, - 5,3,0,0,3423,251,1,0,0,0,3424,3425,5,258,0,0,3425,3426,7,28,0,0, - 3426,253,1,0,0,0,3427,3432,3,256,128,0,3428,3429,5,6,0,0,3429,3431, - 3,256,128,0,3430,3428,1,0,0,0,3431,3434,1,0,0,0,3432,3430,1,0,0, - 0,3432,3433,1,0,0,0,3433,255,1,0,0,0,3434,3432,1,0,0,0,3435,3436, - 3,642,321,0,3436,3443,5,105,0,0,3437,3444,3,734,367,0,3438,3439, - 5,278,0,0,3439,3440,5,2,0,0,3440,3441,3,734,367,0,3441,3442,5,3, - 0,0,3442,3444,1,0,0,0,3443,3437,1,0,0,0,3443,3438,1,0,0,0,3444,257, - 1,0,0,0,3445,3446,5,103,0,0,3446,3447,5,2,0,0,3447,3448,3,1214,607, - 0,3448,3449,5,3,0,0,3449,259,1,0,0,0,3450,3459,3,262,131,0,3451, - 3459,3,264,132,0,3452,3453,3,262,131,0,3453,3454,3,264,132,0,3454, - 3459,1,0,0,0,3455,3456,3,264,132,0,3456,3457,3,262,131,0,3457,3459, - 1,0,0,0,3458,3450,1,0,0,0,3458,3451,1,0,0,0,3458,3452,1,0,0,0,3458, - 3455,1,0,0,0,3459,261,1,0,0,0,3460,3461,5,80,0,0,3461,3462,5,369, - 0,0,3462,3463,3,266,133,0,3463,263,1,0,0,0,3464,3465,5,80,0,0,3465, - 3466,5,182,0,0,3466,3467,3,266,133,0,3467,265,1,0,0,0,3468,3469, - 5,269,0,0,3469,3478,5,132,0,0,3470,3478,5,315,0,0,3471,3478,5,150, - 0,0,3472,3473,5,333,0,0,3473,3475,7,29,0,0,3474,3476,3,246,123,0, - 3475,3474,1,0,0,0,3475,3476,1,0,0,0,3476,3478,1,0,0,0,3477,3468, - 1,0,0,0,3477,3470,1,0,0,0,3477,3471,1,0,0,0,3477,3472,1,0,0,0,3478, - 267,1,0,0,0,3479,3480,5,238,0,0,3480,3481,5,2,0,0,3481,3482,3,1392, - 696,0,3482,3483,5,3,0,0,3483,269,1,0,0,0,3484,3485,3,272,136,0,3485, - 271,1,0,0,0,3486,3487,5,285,0,0,3487,3488,5,147,0,0,3488,3489,3, - 1476,738,0,3489,3490,5,2,0,0,3490,3491,3,274,137,0,3491,3492,5,3, - 0,0,3492,273,1,0,0,0,3493,3498,3,276,138,0,3494,3495,5,6,0,0,3495, - 3497,3,276,138,0,3496,3494,1,0,0,0,3497,3500,1,0,0,0,3498,3496,1, - 0,0,0,3498,3499,1,0,0,0,3499,275,1,0,0,0,3500,3498,1,0,0,0,3501, - 3503,3,1434,717,0,3502,3504,3,648,324,0,3503,3502,1,0,0,0,3503,3504, - 1,0,0,0,3504,3506,1,0,0,0,3505,3507,3,650,325,0,3506,3505,1,0,0, - 0,3506,3507,1,0,0,0,3507,3525,1,0,0,0,3508,3510,3,1264,632,0,3509, - 3511,3,648,324,0,3510,3509,1,0,0,0,3510,3511,1,0,0,0,3511,3513,1, - 0,0,0,3512,3514,3,650,325,0,3513,3512,1,0,0,0,3513,3514,1,0,0,0, - 3514,3525,1,0,0,0,3515,3516,5,2,0,0,3516,3517,3,1214,607,0,3517, - 3519,5,3,0,0,3518,3520,3,648,324,0,3519,3518,1,0,0,0,3519,3520,1, - 0,0,0,3520,3522,1,0,0,0,3521,3523,3,650,325,0,3522,3521,1,0,0,0, - 3522,3523,1,0,0,0,3523,3525,1,0,0,0,3524,3501,1,0,0,0,3524,3508, - 1,0,0,0,3524,3515,1,0,0,0,3525,277,1,0,0,0,3526,3527,5,100,0,0,3527, - 3528,3,1438,719,0,3528,279,1,0,0,0,3529,3530,5,105,0,0,3530,3536, - 3,132,66,0,3531,3532,5,379,0,0,3532,3536,5,277,0,0,3533,3534,5,105, - 0,0,3534,3536,5,277,0,0,3535,3529,1,0,0,0,3535,3531,1,0,0,0,3535, - 3533,1,0,0,0,3536,281,1,0,0,0,3537,3538,5,80,0,0,3538,3544,5,161, - 0,0,3539,3545,5,191,0,0,3540,3541,5,182,0,0,3541,3545,5,320,0,0, - 3542,3543,5,292,0,0,3543,3545,5,320,0,0,3544,3539,1,0,0,0,3544,3540, - 1,0,0,0,3544,3542,1,0,0,0,3545,283,1,0,0,0,3546,3547,5,351,0,0,3547, - 3548,3,1404,702,0,3548,285,1,0,0,0,3549,3551,3,644,322,0,3550,3549, - 1,0,0,0,3550,3551,1,0,0,0,3551,3553,1,0,0,0,3552,3554,3,1016,508, - 0,3553,3552,1,0,0,0,3553,3554,1,0,0,0,3554,3556,1,0,0,0,3555,3557, - 3,288,144,0,3556,3555,1,0,0,0,3556,3557,1,0,0,0,3557,287,1,0,0,0, - 3558,3559,5,100,0,0,3559,3560,5,226,0,0,3560,3561,5,351,0,0,3561, - 3562,3,1404,702,0,3562,289,1,0,0,0,3563,3564,5,100,0,0,3564,3565, - 5,226,0,0,3565,3566,3,1438,719,0,3566,291,1,0,0,0,3567,3568,5,46, - 0,0,3568,3573,5,342,0,0,3569,3571,3,518,259,0,3570,3569,1,0,0,0, - 3570,3571,1,0,0,0,3571,3572,1,0,0,0,3572,3574,3,560,280,0,3573,3570, - 1,0,0,0,3573,3574,1,0,0,0,3574,3576,1,0,0,0,3575,3577,3,920,460, - 0,3576,3575,1,0,0,0,3576,3577,1,0,0,0,3577,3578,1,0,0,0,3578,3581, - 5,80,0,0,3579,3582,3,1334,667,0,3580,3582,3,1330,665,0,3581,3579, - 1,0,0,0,3581,3580,1,0,0,0,3582,3583,1,0,0,0,3583,3584,5,64,0,0,3584, - 3585,3,1106,553,0,3585,293,1,0,0,0,3586,3587,5,138,0,0,3587,3589, - 5,342,0,0,3588,3590,3,750,375,0,3589,3588,1,0,0,0,3589,3590,1,0, - 0,0,3590,3591,1,0,0,0,3591,3592,3,560,280,0,3592,3593,5,333,0,0, - 3593,3594,5,342,0,0,3594,3595,3,1466,733,0,3595,295,1,0,0,0,3596, - 3598,5,46,0,0,3597,3599,3,192,96,0,3598,3597,1,0,0,0,3598,3599,1, - 0,0,0,3599,3600,1,0,0,0,3600,3602,5,92,0,0,3601,3603,3,518,259,0, - 3602,3601,1,0,0,0,3602,3603,1,0,0,0,3603,3604,1,0,0,0,3604,3605, - 3,298,149,0,3605,3606,5,36,0,0,3606,3608,3,1002,501,0,3607,3609, - 3,300,150,0,3608,3607,1,0,0,0,3608,3609,1,0,0,0,3609,297,1,0,0,0, - 3610,3612,3,1406,703,0,3611,3613,3,244,122,0,3612,3611,1,0,0,0,3612, - 3613,1,0,0,0,3613,3615,1,0,0,0,3614,3616,3,278,139,0,3615,3614,1, - 0,0,0,3615,3616,1,0,0,0,3616,3618,1,0,0,0,3617,3619,3,280,140,0, - 3618,3617,1,0,0,0,3618,3619,1,0,0,0,3619,3621,1,0,0,0,3620,3622, - 3,282,141,0,3621,3620,1,0,0,0,3621,3622,1,0,0,0,3622,3624,1,0,0, - 0,3623,3625,3,284,142,0,3624,3623,1,0,0,0,3624,3625,1,0,0,0,3625, - 299,1,0,0,0,3626,3630,5,105,0,0,3627,3631,5,174,0,0,3628,3629,5, - 269,0,0,3629,3631,5,174,0,0,3630,3627,1,0,0,0,3630,3628,1,0,0,0, - 3631,301,1,0,0,0,3632,3634,5,46,0,0,3633,3635,3,306,153,0,3634,3633, - 1,0,0,0,3634,3635,1,0,0,0,3635,3636,1,0,0,0,3636,3637,5,259,0,0, - 3637,3639,5,376,0,0,3638,3640,3,518,259,0,3639,3638,1,0,0,0,3639, - 3640,1,0,0,0,3640,3641,1,0,0,0,3641,3642,3,304,152,0,3642,3643,5, - 36,0,0,3643,3645,3,1002,501,0,3644,3646,3,300,150,0,3645,3644,1, - 0,0,0,3645,3646,1,0,0,0,3646,303,1,0,0,0,3647,3649,3,1410,705,0, - 3648,3650,3,244,122,0,3649,3648,1,0,0,0,3649,3650,1,0,0,0,3650,3652, - 1,0,0,0,3651,3653,3,278,139,0,3652,3651,1,0,0,0,3652,3653,1,0,0, - 0,3653,3655,1,0,0,0,3654,3656,3,134,67,0,3655,3654,1,0,0,0,3655, - 3656,1,0,0,0,3656,3658,1,0,0,0,3657,3659,3,284,142,0,3658,3657,1, - 0,0,0,3658,3659,1,0,0,0,3659,305,1,0,0,0,3660,3661,5,367,0,0,3661, - 307,1,0,0,0,3662,3663,5,305,0,0,3663,3664,5,259,0,0,3664,3666,5, - 376,0,0,3665,3667,3,632,316,0,3666,3665,1,0,0,0,3666,3667,1,0,0, - 0,3667,3668,1,0,0,0,3668,3670,3,1412,706,0,3669,3671,3,300,150,0, - 3670,3669,1,0,0,0,3670,3671,1,0,0,0,3671,309,1,0,0,0,3672,3674,5, - 46,0,0,3673,3675,3,192,96,0,3674,3673,1,0,0,0,3674,3675,1,0,0,0, - 3675,3676,1,0,0,0,3676,3678,5,328,0,0,3677,3679,3,518,259,0,3678, - 3677,1,0,0,0,3678,3679,1,0,0,0,3679,3680,1,0,0,0,3680,3682,3,1414, - 707,0,3681,3683,3,314,157,0,3682,3681,1,0,0,0,3682,3683,1,0,0,0, - 3683,311,1,0,0,0,3684,3685,5,138,0,0,3685,3687,5,328,0,0,3686,3688, - 3,750,375,0,3687,3686,1,0,0,0,3687,3688,1,0,0,0,3688,3689,1,0,0, - 0,3689,3690,3,1414,707,0,3690,3691,3,318,159,0,3691,313,1,0,0,0, - 3692,3693,3,318,159,0,3693,315,1,0,0,0,3694,3695,5,2,0,0,3695,3696, - 3,318,159,0,3696,3697,5,3,0,0,3697,317,1,0,0,0,3698,3700,3,320,160, - 0,3699,3698,1,0,0,0,3700,3701,1,0,0,0,3701,3699,1,0,0,0,3701,3702, - 1,0,0,0,3702,319,1,0,0,0,3703,3704,5,36,0,0,3704,3738,3,1174,587, - 0,3705,3706,5,148,0,0,3706,3738,3,324,162,0,3707,3738,5,173,0,0, - 3708,3710,5,225,0,0,3709,3711,3,322,161,0,3710,3709,1,0,0,0,3710, - 3711,1,0,0,0,3711,3712,1,0,0,0,3712,3738,3,324,162,0,3713,3714,5, - 260,0,0,3714,3738,3,324,162,0,3715,3716,5,262,0,0,3716,3738,3,324, - 162,0,3717,3718,5,269,0,0,3718,3738,7,30,0,0,3719,3720,5,281,0,0, - 3720,3721,5,147,0,0,3721,3738,3,1434,717,0,3722,3723,5,328,0,0,3723, - 3724,5,266,0,0,3724,3738,3,560,280,0,3725,3727,5,340,0,0,3726,3728, - 3,14,7,0,3727,3726,1,0,0,0,3727,3728,1,0,0,0,3728,3729,1,0,0,0,3729, - 3738,3,324,162,0,3730,3732,5,314,0,0,3731,3733,3,14,7,0,3732,3731, - 1,0,0,0,3732,3733,1,0,0,0,3733,3735,1,0,0,0,3734,3736,3,324,162, - 0,3735,3734,1,0,0,0,3735,3736,1,0,0,0,3736,3738,1,0,0,0,3737,3703, - 1,0,0,0,3737,3705,1,0,0,0,3737,3707,1,0,0,0,3737,3708,1,0,0,0,3737, - 3713,1,0,0,0,3737,3715,1,0,0,0,3737,3717,1,0,0,0,3737,3719,1,0,0, - 0,3737,3722,1,0,0,0,3737,3725,1,0,0,0,3737,3730,1,0,0,0,3738,321, - 1,0,0,0,3739,3740,5,147,0,0,3740,323,1,0,0,0,3741,3748,3,1456,728, - 0,3742,3743,5,12,0,0,3743,3748,3,1456,728,0,3744,3745,5,13,0,0,3745, - 3748,3,1456,728,0,3746,3748,3,1466,733,0,3747,3741,1,0,0,0,3747, - 3742,1,0,0,0,3747,3744,1,0,0,0,3747,3746,1,0,0,0,3748,325,1,0,0, - 0,3749,3754,3,324,162,0,3750,3751,5,6,0,0,3751,3753,3,324,162,0, - 3752,3750,1,0,0,0,3753,3756,1,0,0,0,3754,3752,1,0,0,0,3754,3755, - 1,0,0,0,3755,327,1,0,0,0,3756,3754,1,0,0,0,3757,3759,5,46,0,0,3758, - 3760,3,660,330,0,3759,3758,1,0,0,0,3759,3760,1,0,0,0,3760,3762,1, - 0,0,0,3761,3763,3,330,165,0,3762,3761,1,0,0,0,3762,3763,1,0,0,0, - 3763,3765,1,0,0,0,3764,3766,3,340,170,0,3765,3764,1,0,0,0,3765,3766, - 1,0,0,0,3766,3767,1,0,0,0,3767,3768,5,247,0,0,3768,3777,3,1438,719, - 0,3769,3770,5,215,0,0,3770,3772,3,332,166,0,3771,3773,3,334,167, - 0,3772,3771,1,0,0,0,3772,3773,1,0,0,0,3773,3775,1,0,0,0,3774,3776, - 3,338,169,0,3775,3774,1,0,0,0,3775,3776,1,0,0,0,3776,3778,1,0,0, - 0,3777,3769,1,0,0,0,3777,3778,1,0,0,0,3778,329,1,0,0,0,3779,3780, - 5,359,0,0,3780,331,1,0,0,0,3781,3783,3,1438,719,0,3782,3784,3,562, - 281,0,3783,3782,1,0,0,0,3783,3784,1,0,0,0,3784,333,1,0,0,0,3785, - 3786,5,239,0,0,3786,3787,3,332,166,0,3787,335,1,0,0,0,3788,3789, - 5,373,0,0,3789,3793,3,332,166,0,3790,3791,5,269,0,0,3791,3793,5, - 373,0,0,3792,3788,1,0,0,0,3792,3790,1,0,0,0,3793,337,1,0,0,0,3794, - 3795,3,336,168,0,3795,339,1,0,0,0,3796,3797,5,295,0,0,3797,341,1, - 0,0,0,3798,3799,5,46,0,0,3799,3800,5,351,0,0,3800,3802,3,1404,702, - 0,3801,3803,3,344,172,0,3802,3801,1,0,0,0,3802,3803,1,0,0,0,3803, - 3804,1,0,0,0,3804,3805,5,255,0,0,3805,3807,3,1460,730,0,3806,3808, - 3,134,67,0,3807,3806,1,0,0,0,3807,3808,1,0,0,0,3808,343,1,0,0,0, - 3809,3810,5,282,0,0,3810,3811,3,1472,736,0,3811,345,1,0,0,0,3812, - 3813,5,46,0,0,3813,3815,5,204,0,0,3814,3816,3,518,259,0,3815,3814, - 1,0,0,0,3815,3816,1,0,0,0,3816,3817,1,0,0,0,3817,3819,3,1438,719, - 0,3818,3820,3,14,7,0,3819,3818,1,0,0,0,3819,3820,1,0,0,0,3820,3821, - 1,0,0,0,3821,3822,3,348,174,0,3822,347,1,0,0,0,3823,3825,3,350,175, - 0,3824,3823,1,0,0,0,3825,3828,1,0,0,0,3826,3824,1,0,0,0,3826,3827, - 1,0,0,0,3827,349,1,0,0,0,3828,3826,1,0,0,0,3829,3830,5,323,0,0,3830, - 3837,3,1424,712,0,3831,3832,5,375,0,0,3832,3837,3,80,40,0,3833,3834, - 5,64,0,0,3834,3837,3,80,40,0,3835,3837,5,150,0,0,3836,3829,1,0,0, - 0,3836,3831,1,0,0,0,3836,3833,1,0,0,0,3836,3835,1,0,0,0,3837,351, - 1,0,0,0,3838,3839,5,138,0,0,3839,3840,5,204,0,0,3840,3841,3,1438, - 719,0,3841,3842,5,369,0,0,3842,3843,3,354,177,0,3843,353,1,0,0,0, - 3844,3846,3,356,178,0,3845,3844,1,0,0,0,3846,3849,1,0,0,0,3847,3845, - 1,0,0,0,3847,3848,1,0,0,0,3848,355,1,0,0,0,3849,3847,1,0,0,0,3850, - 3851,5,94,0,0,3851,3852,3,80,40,0,3852,357,1,0,0,0,3853,3854,5,138, - 0,0,3854,3855,5,204,0,0,3855,3856,3,1438,719,0,3856,3857,3,44,22, - 0,3857,3858,3,550,275,0,3858,3956,1,0,0,0,3859,3860,5,138,0,0,3860, - 3861,5,204,0,0,3861,3862,3,1438,719,0,3862,3863,3,44,22,0,3863,3864, - 3,548,274,0,3864,3956,1,0,0,0,3865,3866,5,138,0,0,3866,3867,5,204, - 0,0,3867,3868,3,1438,719,0,3868,3869,3,44,22,0,3869,3870,5,136,0, - 0,3870,3871,3,700,350,0,3871,3956,1,0,0,0,3872,3873,5,138,0,0,3873, - 3874,5,204,0,0,3874,3875,3,1438,719,0,3875,3876,3,44,22,0,3876,3877, - 5,41,0,0,3877,3878,5,2,0,0,3878,3879,3,1170,585,0,3879,3880,5,36, - 0,0,3880,3881,3,1170,585,0,3881,3882,5,3,0,0,3882,3956,1,0,0,0,3883, - 3884,5,138,0,0,3884,3885,5,204,0,0,3885,3886,3,1438,719,0,3886,3887, - 3,44,22,0,3887,3888,5,189,0,0,3888,3889,3,1170,585,0,3889,3956,1, - 0,0,0,3890,3891,5,138,0,0,3891,3892,5,204,0,0,3892,3893,3,1438,719, - 0,3893,3894,3,44,22,0,3894,3895,5,211,0,0,3895,3896,3,676,338,0, - 3896,3956,1,0,0,0,3897,3898,5,138,0,0,3898,3899,5,204,0,0,3899,3900, - 3,1438,719,0,3900,3901,3,44,22,0,3901,3902,5,278,0,0,3902,3903,3, - 738,369,0,3903,3956,1,0,0,0,3904,3905,5,138,0,0,3905,3906,5,204, - 0,0,3906,3907,3,1438,719,0,3907,3908,3,44,22,0,3908,3909,5,278,0, - 0,3909,3910,5,156,0,0,3910,3911,3,560,280,0,3911,3912,5,100,0,0, - 3912,3913,3,1438,719,0,3913,3956,1,0,0,0,3914,3915,5,138,0,0,3915, - 3916,5,204,0,0,3916,3917,3,1438,719,0,3917,3918,3,44,22,0,3918,3919, - 5,278,0,0,3919,3920,5,206,0,0,3920,3921,3,560,280,0,3921,3922,5, - 100,0,0,3922,3923,3,1438,719,0,3923,3956,1,0,0,0,3924,3925,5,138, - 0,0,3925,3926,5,204,0,0,3926,3927,3,1438,719,0,3927,3928,3,44,22, - 0,3928,3929,5,296,0,0,3929,3930,3,672,336,0,3930,3956,1,0,0,0,3931, - 3932,5,138,0,0,3932,3933,5,204,0,0,3933,3934,3,1438,719,0,3934,3935, - 3,44,22,0,3935,3936,5,442,0,0,3936,3937,3,668,334,0,3937,3956,1, - 0,0,0,3938,3939,5,138,0,0,3939,3940,5,204,0,0,3940,3941,3,1438,719, - 0,3941,3942,3,44,22,0,3942,3943,5,443,0,0,3943,3944,5,62,0,0,3944, - 3945,3,1170,585,0,3945,3946,5,247,0,0,3946,3947,3,1438,719,0,3947, - 3956,1,0,0,0,3948,3949,5,138,0,0,3949,3950,5,204,0,0,3950,3951,3, - 1438,719,0,3951,3952,3,44,22,0,3952,3953,5,360,0,0,3953,3954,3,1170, - 585,0,3954,3956,1,0,0,0,3955,3853,1,0,0,0,3955,3859,1,0,0,0,3955, - 3865,1,0,0,0,3955,3872,1,0,0,0,3955,3883,1,0,0,0,3955,3890,1,0,0, - 0,3955,3897,1,0,0,0,3955,3904,1,0,0,0,3955,3914,1,0,0,0,3955,3924, - 1,0,0,0,3955,3931,1,0,0,0,3955,3938,1,0,0,0,3955,3948,1,0,0,0,3956, - 359,1,0,0,0,3957,3958,5,46,0,0,3958,3959,5,63,0,0,3959,3960,5,174, - 0,0,3960,3961,5,381,0,0,3961,3963,3,1438,719,0,3962,3964,3,366,183, - 0,3963,3962,1,0,0,0,3963,3964,1,0,0,0,3964,3966,1,0,0,0,3965,3967, - 3,370,185,0,3966,3965,1,0,0,0,3966,3967,1,0,0,0,3967,361,1,0,0,0, - 3968,3969,5,215,0,0,3969,3977,3,332,166,0,3970,3971,5,269,0,0,3971, - 3977,5,215,0,0,3972,3973,5,373,0,0,3973,3977,3,332,166,0,3974,3975, - 5,269,0,0,3975,3977,5,373,0,0,3976,3968,1,0,0,0,3976,3970,1,0,0, - 0,3976,3972,1,0,0,0,3976,3974,1,0,0,0,3977,363,1,0,0,0,3978,3980, - 3,362,181,0,3979,3978,1,0,0,0,3980,3981,1,0,0,0,3981,3979,1,0,0, - 0,3981,3982,1,0,0,0,3982,365,1,0,0,0,3983,3984,3,364,182,0,3984, - 367,1,0,0,0,3985,3986,5,138,0,0,3986,3987,5,63,0,0,3987,3988,5,174, - 0,0,3988,3989,5,381,0,0,3989,3991,3,1438,719,0,3990,3992,3,366,183, - 0,3991,3990,1,0,0,0,3991,3992,1,0,0,0,3992,3993,1,0,0,0,3993,3994, - 3,374,187,0,3994,4003,1,0,0,0,3995,3996,5,138,0,0,3996,3997,5,63, - 0,0,3997,3998,5,174,0,0,3998,3999,5,381,0,0,3999,4000,3,1438,719, - 0,4000,4001,3,364,182,0,4001,4003,1,0,0,0,4002,3985,1,0,0,0,4002, - 3995,1,0,0,0,4003,369,1,0,0,0,4004,4005,5,280,0,0,4005,4006,5,2, - 0,0,4006,4007,3,372,186,0,4007,4008,5,3,0,0,4008,371,1,0,0,0,4009, - 4014,3,380,190,0,4010,4011,5,6,0,0,4011,4013,3,380,190,0,4012,4010, - 1,0,0,0,4013,4016,1,0,0,0,4014,4012,1,0,0,0,4014,4015,1,0,0,0,4015, - 373,1,0,0,0,4016,4014,1,0,0,0,4017,4018,5,280,0,0,4018,4019,5,2, - 0,0,4019,4020,3,376,188,0,4020,4021,5,3,0,0,4021,375,1,0,0,0,4022, - 4027,3,378,189,0,4023,4024,5,6,0,0,4024,4026,3,378,189,0,4025,4023, - 1,0,0,0,4026,4029,1,0,0,0,4027,4025,1,0,0,0,4027,4028,1,0,0,0,4028, - 377,1,0,0,0,4029,4027,1,0,0,0,4030,4038,3,380,190,0,4031,4032,5, - 333,0,0,4032,4038,3,380,190,0,4033,4034,5,133,0,0,4034,4038,3,380, - 190,0,4035,4036,5,191,0,0,4036,4038,3,380,190,0,4037,4030,1,0,0, - 0,4037,4031,1,0,0,0,4037,4033,1,0,0,0,4037,4035,1,0,0,0,4038,379, - 1,0,0,0,4039,4040,3,382,191,0,4040,4041,3,384,192,0,4041,381,1,0, - 0,0,4042,4043,3,1492,746,0,4043,383,1,0,0,0,4044,4045,3,1460,730, - 0,4045,385,1,0,0,0,4046,4047,5,46,0,0,4047,4049,5,331,0,0,4048,4050, - 3,518,259,0,4049,4048,1,0,0,0,4049,4050,1,0,0,0,4050,4051,1,0,0, - 0,4051,4053,3,1438,719,0,4052,4054,3,388,194,0,4053,4052,1,0,0,0, - 4053,4054,1,0,0,0,4054,4056,1,0,0,0,4055,4057,3,392,196,0,4056,4055, - 1,0,0,0,4056,4057,1,0,0,0,4057,4058,1,0,0,0,4058,4059,5,63,0,0,4059, - 4060,5,174,0,0,4060,4061,5,381,0,0,4061,4063,3,1438,719,0,4062,4064, - 3,370,185,0,4063,4062,1,0,0,0,4063,4064,1,0,0,0,4064,387,1,0,0,0, - 4065,4066,5,360,0,0,4066,4067,3,1460,730,0,4067,389,1,0,0,0,4068, - 4071,5,375,0,0,4069,4072,3,1460,730,0,4070,4072,5,78,0,0,4071,4069, - 1,0,0,0,4071,4070,1,0,0,0,4072,391,1,0,0,0,4073,4074,3,390,195,0, - 4074,393,1,0,0,0,4075,4076,5,138,0,0,4076,4077,5,331,0,0,4077,4083, - 3,1438,719,0,4078,4084,3,374,187,0,4079,4081,3,390,195,0,4080,4082, - 3,374,187,0,4081,4080,1,0,0,0,4081,4082,1,0,0,0,4082,4084,1,0,0, - 0,4083,4078,1,0,0,0,4083,4079,1,0,0,0,4084,395,1,0,0,0,4085,4086, - 5,46,0,0,4086,4087,5,63,0,0,4087,4089,5,92,0,0,4088,4090,3,518,259, - 0,4089,4088,1,0,0,0,4089,4090,1,0,0,0,4090,4091,1,0,0,0,4091,4092, - 3,1406,703,0,4092,4094,5,2,0,0,4093,4095,3,196,98,0,4094,4093,1, - 0,0,0,4094,4095,1,0,0,0,4095,4096,1,0,0,0,4096,4098,5,3,0,0,4097, - 4099,3,268,134,0,4098,4097,1,0,0,0,4098,4099,1,0,0,0,4099,4100,1, - 0,0,0,4100,4101,5,331,0,0,4101,4103,3,1438,719,0,4102,4104,3,370, - 185,0,4103,4102,1,0,0,0,4103,4104,1,0,0,0,4104,4125,1,0,0,0,4105, - 4106,5,46,0,0,4106,4107,5,63,0,0,4107,4109,5,92,0,0,4108,4110,3, - 518,259,0,4109,4108,1,0,0,0,4109,4110,1,0,0,0,4110,4111,1,0,0,0, - 4111,4112,3,1406,703,0,4112,4113,5,285,0,0,4113,4114,5,275,0,0,4114, - 4116,3,1408,704,0,4115,4117,3,198,99,0,4116,4115,1,0,0,0,4116,4117, - 1,0,0,0,4117,4118,1,0,0,0,4118,4119,3,144,72,0,4119,4120,5,331,0, - 0,4120,4122,3,1438,719,0,4121,4123,3,370,185,0,4122,4121,1,0,0,0, - 4122,4123,1,0,0,0,4123,4125,1,0,0,0,4124,4085,1,0,0,0,4124,4105, - 1,0,0,0,4125,397,1,0,0,0,4126,4127,5,444,0,0,4127,4128,5,63,0,0, - 4128,4129,5,323,0,0,4129,4131,3,1424,712,0,4130,4132,3,402,201,0, - 4131,4130,1,0,0,0,4131,4132,1,0,0,0,4132,4133,1,0,0,0,4133,4134, - 5,64,0,0,4134,4135,5,331,0,0,4135,4136,3,1438,719,0,4136,4137,5, - 71,0,0,4137,4139,3,1438,719,0,4138,4140,3,370,185,0,4139,4138,1, - 0,0,0,4139,4140,1,0,0,0,4140,399,1,0,0,0,4141,4142,5,74,0,0,4142, - 4145,5,94,0,0,4143,4145,5,59,0,0,4144,4141,1,0,0,0,4144,4143,1,0, - 0,0,4145,401,1,0,0,0,4146,4147,3,400,200,0,4147,4148,5,2,0,0,4148, - 4149,3,1126,563,0,4149,4150,5,3,0,0,4150,403,1,0,0,0,4151,4152,5, - 46,0,0,4152,4153,5,99,0,0,4153,4155,5,257,0,0,4154,4156,3,518,259, - 0,4155,4154,1,0,0,0,4155,4156,1,0,0,0,4156,4157,1,0,0,0,4157,4158, - 5,62,0,0,4158,4159,3,406,203,0,4159,4160,5,331,0,0,4160,4162,3,1438, - 719,0,4161,4163,3,370,185,0,4162,4161,1,0,0,0,4162,4163,1,0,0,0, - 4163,405,1,0,0,0,4164,4167,3,1472,736,0,4165,4167,5,99,0,0,4166, - 4164,1,0,0,0,4166,4165,1,0,0,0,4167,407,1,0,0,0,4168,4169,5,138, - 0,0,4169,4170,5,99,0,0,4170,4171,5,257,0,0,4171,4172,5,62,0,0,4172, - 4173,3,406,203,0,4173,4174,5,331,0,0,4174,4175,3,1438,719,0,4175, - 4176,3,374,187,0,4176,409,1,0,0,0,4177,4178,5,46,0,0,4178,4179,5, - 445,0,0,4179,4180,3,1438,719,0,4180,4181,5,80,0,0,4181,4183,3,1414, - 707,0,4182,4184,3,428,214,0,4183,4182,1,0,0,0,4183,4184,1,0,0,0, - 4184,4186,1,0,0,0,4185,4187,3,430,215,0,4186,4185,1,0,0,0,4186,4187, - 1,0,0,0,4187,4189,1,0,0,0,4188,4190,3,424,212,0,4189,4188,1,0,0, - 0,4189,4190,1,0,0,0,4190,4192,1,0,0,0,4191,4193,3,420,210,0,4192, - 4191,1,0,0,0,4192,4193,1,0,0,0,4193,4195,1,0,0,0,4194,4196,3,422, - 211,0,4195,4194,1,0,0,0,4195,4196,1,0,0,0,4196,411,1,0,0,0,4197, - 4198,5,138,0,0,4198,4199,5,445,0,0,4199,4200,3,1438,719,0,4200,4201, - 5,80,0,0,4201,4203,3,1414,707,0,4202,4204,3,426,213,0,4203,4202, - 1,0,0,0,4203,4204,1,0,0,0,4204,4206,1,0,0,0,4205,4207,3,420,210, - 0,4206,4205,1,0,0,0,4206,4207,1,0,0,0,4207,4209,1,0,0,0,4208,4210, - 3,422,211,0,4209,4208,1,0,0,0,4209,4210,1,0,0,0,4210,413,1,0,0,0, - 4211,4212,5,138,0,0,4212,4213,5,296,0,0,4213,4215,3,1430,715,0,4214, - 4216,3,662,331,0,4215,4214,1,0,0,0,4215,4216,1,0,0,0,4216,4217,1, - 0,0,0,4217,4218,3,416,208,0,4218,415,1,0,0,0,4219,4223,3,418,209, - 0,4220,4222,3,418,209,0,4221,4220,1,0,0,0,4222,4225,1,0,0,0,4223, - 4221,1,0,0,0,4223,4224,1,0,0,0,4224,4227,1,0,0,0,4225,4223,1,0,0, - 0,4226,4228,5,315,0,0,4227,4226,1,0,0,0,4227,4228,1,0,0,0,4228,4246, - 1,0,0,0,4229,4230,5,309,0,0,4230,4231,5,94,0,0,4231,4246,3,1432, - 716,0,4232,4233,5,282,0,0,4233,4234,5,94,0,0,4234,4246,3,1472,736, - 0,4235,4236,5,333,0,0,4236,4237,5,323,0,0,4237,4246,3,48,24,0,4238, - 4240,5,269,0,0,4239,4238,1,0,0,0,4239,4240,1,0,0,0,4240,4241,1,0, - 0,0,4241,4242,5,462,0,0,4242,4243,5,80,0,0,4243,4244,5,204,0,0,4244, - 4246,3,1438,719,0,4245,4219,1,0,0,0,4245,4229,1,0,0,0,4245,4232, - 1,0,0,0,4245,4235,1,0,0,0,4245,4239,1,0,0,0,4246,417,1,0,0,0,4247, - 4249,5,205,0,0,4248,4247,1,0,0,0,4248,4249,1,0,0,0,4249,4250,1,0, - 0,0,4250,4251,5,327,0,0,4251,4258,5,243,0,0,4252,4254,5,205,0,0, - 4253,4252,1,0,0,0,4253,4254,1,0,0,0,4254,4255,1,0,0,0,4255,4256, - 5,327,0,0,4256,4258,5,181,0,0,4257,4248,1,0,0,0,4257,4253,1,0,0, - 0,4258,4276,1,0,0,0,4259,4260,5,333,0,0,4260,4261,3,1438,719,0,4261, - 4264,7,31,0,0,4262,4265,3,1438,719,0,4263,4265,5,53,0,0,4264,4262, - 1,0,0,0,4264,4263,1,0,0,0,4265,4276,1,0,0,0,4266,4267,5,333,0,0, - 4267,4268,3,1438,719,0,4268,4269,5,64,0,0,4269,4270,5,434,0,0,4270, - 4276,1,0,0,0,4271,4272,5,313,0,0,4272,4276,3,1438,719,0,4273,4274, - 5,313,0,0,4274,4276,5,30,0,0,4275,4257,1,0,0,0,4275,4259,1,0,0,0, - 4275,4266,1,0,0,0,4275,4271,1,0,0,0,4275,4273,1,0,0,0,4276,419,1, - 0,0,0,4277,4278,5,100,0,0,4278,4279,5,2,0,0,4279,4280,3,1214,607, - 0,4280,4281,5,3,0,0,4281,421,1,0,0,0,4282,4283,5,105,0,0,4283,4284, - 5,42,0,0,4284,4285,5,2,0,0,4285,4286,3,1214,607,0,4286,4287,5,3, - 0,0,4287,423,1,0,0,0,4288,4289,5,94,0,0,4289,4290,3,1474,737,0,4290, - 425,1,0,0,0,4291,4292,5,94,0,0,4292,4293,3,1474,737,0,4293,427,1, - 0,0,0,4294,4298,5,36,0,0,4295,4299,5,541,0,0,4296,4299,5,542,0,0, - 4297,4299,3,1494,747,0,4298,4295,1,0,0,0,4298,4296,1,0,0,0,4298, - 4297,1,0,0,0,4299,429,1,0,0,0,4300,4301,5,62,0,0,4301,4302,3,432, - 216,0,4302,431,1,0,0,0,4303,4304,7,32,0,0,4304,433,1,0,0,0,4305, - 4306,5,46,0,0,4306,4307,5,131,0,0,4307,4308,5,446,0,0,4308,4309, - 3,1438,719,0,4309,4310,5,360,0,0,4310,4311,3,436,218,0,4311,4312, - 5,215,0,0,4312,4313,3,332,166,0,4313,435,1,0,0,0,4314,4315,7,33, - 0,0,4315,437,1,0,0,0,4316,4318,5,46,0,0,4317,4319,3,660,330,0,4318, - 4317,1,0,0,0,4318,4319,1,0,0,0,4319,4320,1,0,0,0,4320,4321,5,357, - 0,0,4321,4322,3,1438,719,0,4322,4323,3,440,220,0,4323,4324,3,446, - 223,0,4324,4325,5,80,0,0,4325,4327,3,1408,704,0,4326,4328,3,450, - 225,0,4327,4326,1,0,0,0,4327,4328,1,0,0,0,4328,4330,1,0,0,0,4329, - 4331,3,462,231,0,4330,4329,1,0,0,0,4330,4331,1,0,0,0,4331,4333,1, - 0,0,0,4332,4334,3,468,234,0,4333,4332,1,0,0,0,4333,4334,1,0,0,0, - 4334,4335,1,0,0,0,4335,4336,5,202,0,0,4336,4337,3,470,235,0,4337, - 4338,5,2,0,0,4338,4339,3,472,236,0,4339,4340,5,3,0,0,4340,4371,1, - 0,0,0,4341,4343,5,46,0,0,4342,4344,3,660,330,0,4343,4342,1,0,0,0, - 4343,4344,1,0,0,0,4344,4346,1,0,0,0,4345,4347,5,45,0,0,4346,4345, - 1,0,0,0,4346,4347,1,0,0,0,4347,4348,1,0,0,0,4348,4349,5,357,0,0, - 4349,4350,3,1438,719,0,4350,4351,3,440,220,0,4351,4352,3,446,223, - 0,4352,4353,5,80,0,0,4353,4355,3,1408,704,0,4354,4356,3,476,238, - 0,4355,4354,1,0,0,0,4355,4356,1,0,0,0,4356,4357,1,0,0,0,4357,4359, - 3,478,239,0,4358,4360,3,442,221,0,4359,4358,1,0,0,0,4359,4360,1, - 0,0,0,4360,4362,1,0,0,0,4361,4363,3,468,234,0,4362,4361,1,0,0,0, - 4362,4363,1,0,0,0,4363,4364,1,0,0,0,4364,4365,5,202,0,0,4365,4366, - 3,470,235,0,4366,4367,5,2,0,0,4367,4368,3,472,236,0,4368,4369,5, - 3,0,0,4369,4371,1,0,0,0,4370,4316,1,0,0,0,4370,4341,1,0,0,0,4371, - 439,1,0,0,0,4372,4377,5,145,0,0,4373,4377,5,135,0,0,4374,4375,5, - 242,0,0,4375,4377,5,275,0,0,4376,4372,1,0,0,0,4376,4373,1,0,0,0, - 4376,4374,1,0,0,0,4377,441,1,0,0,0,4378,4380,5,62,0,0,4379,4381, - 5,192,0,0,4380,4379,1,0,0,0,4380,4381,1,0,0,0,4381,4382,1,0,0,0, - 4382,4383,3,444,222,0,4383,443,1,0,0,0,4384,4385,7,34,0,0,4385,445, - 1,0,0,0,4386,4391,3,448,224,0,4387,4388,5,82,0,0,4388,4390,3,448, - 224,0,4389,4387,1,0,0,0,4390,4393,1,0,0,0,4391,4389,1,0,0,0,4391, - 4392,1,0,0,0,4392,447,1,0,0,0,4393,4391,1,0,0,0,4394,4402,5,241, - 0,0,4395,4402,5,182,0,0,4396,4402,5,369,0,0,4397,4398,5,369,0,0, - 4398,4399,5,275,0,0,4399,4402,3,246,123,0,4400,4402,5,358,0,0,4401, - 4394,1,0,0,0,4401,4395,1,0,0,0,4401,4396,1,0,0,0,4401,4397,1,0,0, - 0,4401,4400,1,0,0,0,4402,449,1,0,0,0,4403,4404,5,447,0,0,4404,4405, - 3,452,226,0,4405,451,1,0,0,0,4406,4408,3,454,227,0,4407,4406,1,0, - 0,0,4408,4409,1,0,0,0,4409,4407,1,0,0,0,4409,4410,1,0,0,0,4410,453, - 1,0,0,0,4411,4412,3,456,228,0,4412,4414,3,458,229,0,4413,4415,3, - 874,437,0,4414,4413,1,0,0,0,4414,4415,1,0,0,0,4415,4416,1,0,0,0, - 4416,4417,3,460,230,0,4417,455,1,0,0,0,4418,4419,7,35,0,0,4419,457, - 1,0,0,0,4420,4421,7,36,0,0,4421,459,1,0,0,0,4422,4423,3,1476,738, - 0,4423,461,1,0,0,0,4424,4426,5,62,0,0,4425,4427,3,464,232,0,4426, - 4425,1,0,0,0,4426,4427,1,0,0,0,4427,4428,1,0,0,0,4428,4429,3,466, - 233,0,4429,463,1,0,0,0,4430,4431,5,192,0,0,4431,465,1,0,0,0,4432, - 4433,7,34,0,0,4433,467,1,0,0,0,4434,4435,5,102,0,0,4435,4436,5,2, - 0,0,4436,4437,3,1214,607,0,4437,4438,5,3,0,0,4438,469,1,0,0,0,4439, - 4440,5,211,0,0,4440,4444,3,1446,723,0,4441,4442,5,296,0,0,4442,4444, - 3,1430,715,0,4443,4439,1,0,0,0,4443,4441,1,0,0,0,4444,471,1,0,0, - 0,4445,4448,3,474,237,0,4446,4448,1,0,0,0,4447,4445,1,0,0,0,4447, - 4446,1,0,0,0,4448,4453,1,0,0,0,4449,4450,5,6,0,0,4450,4452,3,474, - 237,0,4451,4449,1,0,0,0,4452,4455,1,0,0,0,4453,4451,1,0,0,0,4453, - 4454,1,0,0,0,4454,473,1,0,0,0,4455,4453,1,0,0,0,4456,4461,3,1458, - 729,0,4457,4461,3,1456,728,0,4458,4461,3,1460,730,0,4459,4461,3, - 1492,746,0,4460,4456,1,0,0,0,4460,4457,1,0,0,0,4460,4458,1,0,0,0, - 4460,4459,1,0,0,0,4461,475,1,0,0,0,4462,4463,5,64,0,0,4463,4464, - 3,1414,707,0,4464,477,1,0,0,0,4465,4467,3,480,240,0,4466,4465,1, - 0,0,0,4467,4470,1,0,0,0,4468,4466,1,0,0,0,4468,4469,1,0,0,0,4469, - 479,1,0,0,0,4470,4468,1,0,0,0,4471,4472,5,77,0,0,4472,4483,5,54, - 0,0,4473,4483,5,54,0,0,4474,4475,5,69,0,0,4475,4483,5,221,0,0,4476, - 4477,5,69,0,0,4477,4483,5,180,0,0,4478,4479,5,77,0,0,4479,4483,5, - 371,0,0,4480,4481,5,269,0,0,4481,4483,5,228,0,0,4482,4471,1,0,0, - 0,4482,4473,1,0,0,0,4482,4474,1,0,0,0,4482,4476,1,0,0,0,4482,4478, - 1,0,0,0,4482,4480,1,0,0,0,4483,481,1,0,0,0,4484,4485,5,46,0,0,4485, - 4486,5,198,0,0,4486,4487,5,357,0,0,4487,4488,3,1438,719,0,4488,4489, - 5,80,0,0,4489,4490,3,1492,746,0,4490,4491,5,202,0,0,4491,4492,3, - 470,235,0,4492,4493,5,2,0,0,4493,4494,5,3,0,0,4494,4509,1,0,0,0, - 4495,4496,5,46,0,0,4496,4497,5,198,0,0,4497,4498,5,357,0,0,4498, - 4499,3,1438,719,0,4499,4500,5,80,0,0,4500,4501,3,1492,746,0,4501, - 4502,5,102,0,0,4502,4503,3,484,242,0,4503,4504,5,202,0,0,4504,4505, - 3,470,235,0,4505,4506,5,2,0,0,4506,4507,5,3,0,0,4507,4509,1,0,0, - 0,4508,4484,1,0,0,0,4508,4495,1,0,0,0,4509,483,1,0,0,0,4510,4515, - 3,486,243,0,4511,4512,5,33,0,0,4512,4514,3,486,243,0,4513,4511,1, - 0,0,0,4514,4517,1,0,0,0,4515,4513,1,0,0,0,4515,4516,1,0,0,0,4516, - 485,1,0,0,0,4517,4515,1,0,0,0,4518,4519,3,1476,738,0,4519,4520,5, - 68,0,0,4520,4521,5,2,0,0,4521,4522,3,488,244,0,4522,4523,5,3,0,0, - 4523,487,1,0,0,0,4524,4529,3,1460,730,0,4525,4526,5,6,0,0,4526,4528, - 3,1460,730,0,4527,4525,1,0,0,0,4528,4531,1,0,0,0,4529,4527,1,0,0, - 0,4529,4530,1,0,0,0,4530,489,1,0,0,0,4531,4529,1,0,0,0,4532,4533, - 5,138,0,0,4533,4534,5,198,0,0,4534,4535,5,357,0,0,4535,4536,3,1438, - 719,0,4536,4537,3,492,246,0,4537,491,1,0,0,0,4538,4540,5,193,0,0, - 4539,4541,7,20,0,0,4540,4539,1,0,0,0,4540,4541,1,0,0,0,4541,4544, - 1,0,0,0,4542,4544,5,186,0,0,4543,4538,1,0,0,0,4543,4542,1,0,0,0, - 4544,493,1,0,0,0,4545,4546,5,46,0,0,4546,4547,5,140,0,0,4547,4548, - 3,560,280,0,4548,4549,5,42,0,0,4549,4550,5,2,0,0,4550,4551,3,1214, - 607,0,4551,4552,5,3,0,0,4552,4553,3,478,239,0,4553,495,1,0,0,0,4554, - 4556,5,46,0,0,4555,4557,3,660,330,0,4556,4555,1,0,0,0,4556,4557, - 1,0,0,0,4557,4558,1,0,0,0,4558,4559,5,136,0,0,4559,4560,3,1446,723, - 0,4560,4561,3,696,348,0,4561,4562,3,498,249,0,4562,4658,1,0,0,0, - 4563,4565,5,46,0,0,4564,4566,3,660,330,0,4565,4564,1,0,0,0,4565, - 4566,1,0,0,0,4566,4567,1,0,0,0,4567,4568,5,136,0,0,4568,4569,3,1446, - 723,0,4569,4570,3,506,253,0,4570,4658,1,0,0,0,4571,4572,5,46,0,0, - 4572,4573,5,278,0,0,4573,4574,3,734,367,0,4574,4575,3,498,249,0, - 4575,4658,1,0,0,0,4576,4577,5,46,0,0,4577,4578,5,360,0,0,4578,4579, - 3,560,280,0,4579,4580,3,498,249,0,4580,4658,1,0,0,0,4581,4582,5, - 46,0,0,4582,4583,5,360,0,0,4583,4658,3,560,280,0,4584,4585,5,46, - 0,0,4585,4586,5,360,0,0,4586,4587,3,560,280,0,4587,4588,5,36,0,0, - 4588,4590,5,2,0,0,4589,4591,3,1150,575,0,4590,4589,1,0,0,0,4590, - 4591,1,0,0,0,4591,4592,1,0,0,0,4592,4593,5,3,0,0,4593,4658,1,0,0, - 0,4594,4595,5,46,0,0,4595,4596,5,360,0,0,4596,4597,3,560,280,0,4597, - 4598,5,36,0,0,4598,4599,5,196,0,0,4599,4601,5,2,0,0,4600,4602,3, - 512,256,0,4601,4600,1,0,0,0,4601,4602,1,0,0,0,4602,4603,1,0,0,0, - 4603,4604,5,3,0,0,4604,4658,1,0,0,0,4605,4606,5,46,0,0,4606,4607, - 5,360,0,0,4607,4608,3,560,280,0,4608,4609,5,36,0,0,4609,4610,5,299, - 0,0,4610,4611,3,498,249,0,4611,4658,1,0,0,0,4612,4613,5,46,0,0,4613, - 4614,5,355,0,0,4614,4615,5,325,0,0,4615,4616,5,283,0,0,4616,4617, - 3,560,280,0,4617,4618,3,498,249,0,4618,4658,1,0,0,0,4619,4620,5, - 46,0,0,4620,4621,5,355,0,0,4621,4622,5,325,0,0,4622,4623,5,185,0, - 0,4623,4624,3,560,280,0,4624,4625,3,498,249,0,4625,4658,1,0,0,0, - 4626,4627,5,46,0,0,4627,4628,5,355,0,0,4628,4629,5,325,0,0,4629, - 4630,5,353,0,0,4630,4631,3,560,280,0,4631,4632,3,498,249,0,4632, - 4658,1,0,0,0,4633,4634,5,46,0,0,4634,4635,5,355,0,0,4635,4636,5, - 325,0,0,4636,4637,5,163,0,0,4637,4638,3,560,280,0,4638,4639,3,498, - 249,0,4639,4658,1,0,0,0,4640,4641,5,46,0,0,4641,4643,5,108,0,0,4642, - 4644,3,518,259,0,4643,4642,1,0,0,0,4643,4644,1,0,0,0,4644,4645,1, - 0,0,0,4645,4646,3,560,280,0,4646,4647,3,498,249,0,4647,4658,1,0, - 0,0,4648,4649,5,46,0,0,4649,4651,5,108,0,0,4650,4652,3,518,259,0, - 4651,4650,1,0,0,0,4651,4652,1,0,0,0,4652,4653,1,0,0,0,4653,4654, - 3,560,280,0,4654,4655,5,64,0,0,4655,4656,3,560,280,0,4656,4658,1, - 0,0,0,4657,4554,1,0,0,0,4657,4563,1,0,0,0,4657,4571,1,0,0,0,4657, - 4576,1,0,0,0,4657,4581,1,0,0,0,4657,4584,1,0,0,0,4657,4594,1,0,0, - 0,4657,4605,1,0,0,0,4657,4612,1,0,0,0,4657,4619,1,0,0,0,4657,4626, - 1,0,0,0,4657,4633,1,0,0,0,4657,4640,1,0,0,0,4657,4648,1,0,0,0,4658, - 497,1,0,0,0,4659,4660,5,2,0,0,4660,4661,3,500,250,0,4661,4662,5, - 3,0,0,4662,499,1,0,0,0,4663,4668,3,502,251,0,4664,4665,5,6,0,0,4665, - 4667,3,502,251,0,4666,4664,1,0,0,0,4667,4670,1,0,0,0,4668,4666,1, - 0,0,0,4668,4669,1,0,0,0,4669,501,1,0,0,0,4670,4668,1,0,0,0,4671, - 4674,3,1492,746,0,4672,4673,5,10,0,0,4673,4675,3,504,252,0,4674, - 4672,1,0,0,0,4674,4675,1,0,0,0,4675,503,1,0,0,0,4676,4683,3,690, - 345,0,4677,4683,3,1504,752,0,4678,4683,3,1326,663,0,4679,4683,3, - 324,162,0,4680,4683,3,1460,730,0,4681,4683,5,407,0,0,4682,4676,1, - 0,0,0,4682,4677,1,0,0,0,4682,4678,1,0,0,0,4682,4679,1,0,0,0,4682, - 4680,1,0,0,0,4682,4681,1,0,0,0,4683,505,1,0,0,0,4684,4685,5,2,0, - 0,4685,4686,3,508,254,0,4686,4687,5,3,0,0,4687,507,1,0,0,0,4688, - 4693,3,510,255,0,4689,4690,5,6,0,0,4690,4692,3,510,255,0,4691,4689, - 1,0,0,0,4692,4695,1,0,0,0,4693,4691,1,0,0,0,4693,4694,1,0,0,0,4694, - 509,1,0,0,0,4695,4693,1,0,0,0,4696,4697,3,1494,747,0,4697,4698,5, - 10,0,0,4698,4699,3,504,252,0,4699,511,1,0,0,0,4700,4701,3,514,257, - 0,4701,513,1,0,0,0,4702,4707,3,1460,730,0,4703,4704,5,6,0,0,4704, - 4706,3,1460,730,0,4705,4703,1,0,0,0,4706,4709,1,0,0,0,4707,4705, - 1,0,0,0,4707,4708,1,0,0,0,4708,515,1,0,0,0,4709,4707,1,0,0,0,4710, - 4711,5,138,0,0,4711,4712,5,360,0,0,4712,4713,3,560,280,0,4713,4714, - 5,133,0,0,4714,4716,5,450,0,0,4715,4717,3,518,259,0,4716,4715,1, - 0,0,0,4716,4717,1,0,0,0,4717,4718,1,0,0,0,4718,4721,3,1460,730,0, - 4719,4720,7,37,0,0,4720,4722,3,1460,730,0,4721,4719,1,0,0,0,4721, - 4722,1,0,0,0,4722,4733,1,0,0,0,4723,4724,5,138,0,0,4724,4725,5,360, - 0,0,4725,4726,3,560,280,0,4726,4727,5,309,0,0,4727,4728,5,450,0, - 0,4728,4729,3,1460,730,0,4729,4730,5,94,0,0,4730,4731,3,1460,730, - 0,4731,4733,1,0,0,0,4732,4710,1,0,0,0,4732,4723,1,0,0,0,4733,517, - 1,0,0,0,4734,4735,5,220,0,0,4735,4736,5,77,0,0,4736,4737,5,396,0, - 0,4737,519,1,0,0,0,4738,4739,5,46,0,0,4739,4740,5,278,0,0,4740,4741, - 5,156,0,0,4741,4743,3,560,280,0,4742,4744,3,526,263,0,4743,4742, - 1,0,0,0,4743,4744,1,0,0,0,4744,4745,1,0,0,0,4745,4746,5,62,0,0,4746, - 4747,5,360,0,0,4747,4748,3,1170,585,0,4748,4749,5,100,0,0,4749,4751, - 3,1438,719,0,4750,4752,3,528,264,0,4751,4750,1,0,0,0,4751,4752,1, - 0,0,0,4752,4753,1,0,0,0,4753,4754,5,36,0,0,4754,4755,3,522,261,0, - 4755,521,1,0,0,0,4756,4761,3,524,262,0,4757,4758,5,6,0,0,4758,4760, - 3,524,262,0,4759,4757,1,0,0,0,4760,4763,1,0,0,0,4761,4759,1,0,0, - 0,4761,4762,1,0,0,0,4762,523,1,0,0,0,4763,4761,1,0,0,0,4764,4765, - 5,278,0,0,4765,4766,3,1458,729,0,4766,4768,3,734,367,0,4767,4769, - 3,530,265,0,4768,4767,1,0,0,0,4768,4769,1,0,0,0,4769,4771,1,0,0, - 0,4770,4772,3,532,266,0,4771,4770,1,0,0,0,4771,4772,1,0,0,0,4772, - 4796,1,0,0,0,4773,4774,5,278,0,0,4774,4775,3,1458,729,0,4775,4777, - 3,738,369,0,4776,4778,3,530,265,0,4777,4776,1,0,0,0,4777,4778,1, - 0,0,0,4778,4780,1,0,0,0,4779,4781,3,532,266,0,4780,4779,1,0,0,0, - 4780,4781,1,0,0,0,4781,4796,1,0,0,0,4782,4783,5,211,0,0,4783,4784, - 3,1458,729,0,4784,4785,3,676,338,0,4785,4796,1,0,0,0,4786,4787,5, - 211,0,0,4787,4788,3,1458,729,0,4788,4789,5,2,0,0,4789,4790,3,1344, - 672,0,4790,4791,5,3,0,0,4791,4792,3,676,338,0,4792,4796,1,0,0,0, - 4793,4794,5,345,0,0,4794,4796,3,1170,585,0,4795,4764,1,0,0,0,4795, - 4773,1,0,0,0,4795,4782,1,0,0,0,4795,4786,1,0,0,0,4795,4793,1,0,0, - 0,4796,525,1,0,0,0,4797,4798,5,53,0,0,4798,527,1,0,0,0,4799,4800, - 5,206,0,0,4800,4801,3,560,280,0,4801,529,1,0,0,0,4802,4803,5,62, - 0,0,4803,4809,5,325,0,0,4804,4805,5,62,0,0,4805,4806,5,83,0,0,4806, - 4807,5,147,0,0,4807,4809,3,560,280,0,4808,4802,1,0,0,0,4808,4804, - 1,0,0,0,4809,531,1,0,0,0,4810,4811,5,302,0,0,4811,533,1,0,0,0,4812, - 4813,5,46,0,0,4813,4814,5,278,0,0,4814,4815,5,206,0,0,4815,4816, - 3,560,280,0,4816,4817,5,100,0,0,4817,4818,3,1438,719,0,4818,535, - 1,0,0,0,4819,4820,5,138,0,0,4820,4821,5,278,0,0,4821,4822,5,206, - 0,0,4822,4823,3,560,280,0,4823,4824,5,100,0,0,4824,4825,3,1438,719, - 0,4825,4826,5,133,0,0,4826,4827,3,522,261,0,4827,4838,1,0,0,0,4828, - 4829,5,138,0,0,4829,4830,5,278,0,0,4830,4831,5,206,0,0,4831,4832, - 3,560,280,0,4832,4833,5,100,0,0,4833,4834,3,1438,719,0,4834,4835, - 5,191,0,0,4835,4836,3,538,269,0,4836,4838,1,0,0,0,4837,4819,1,0, - 0,0,4837,4828,1,0,0,0,4838,537,1,0,0,0,4839,4844,3,540,270,0,4840, - 4841,5,6,0,0,4841,4843,3,540,270,0,4842,4840,1,0,0,0,4843,4846,1, - 0,0,0,4844,4842,1,0,0,0,4844,4845,1,0,0,0,4845,539,1,0,0,0,4846, - 4844,1,0,0,0,4847,4848,5,278,0,0,4848,4849,3,1458,729,0,4849,4850, - 5,2,0,0,4850,4851,3,1344,672,0,4851,4852,5,3,0,0,4852,4860,1,0,0, - 0,4853,4854,5,211,0,0,4854,4855,3,1458,729,0,4855,4856,5,2,0,0,4856, - 4857,3,1344,672,0,4857,4858,5,3,0,0,4858,4860,1,0,0,0,4859,4847, - 1,0,0,0,4859,4853,1,0,0,0,4860,541,1,0,0,0,4861,4862,5,301,0,0,4862, - 4863,5,281,0,0,4863,4864,5,147,0,0,4864,4865,3,1474,737,0,4865,4866, - 5,94,0,0,4866,4867,3,1472,736,0,4867,543,1,0,0,0,4868,4869,5,191, - 0,0,4869,4871,5,92,0,0,4870,4872,3,750,375,0,4871,4870,1,0,0,0,4871, - 4872,1,0,0,0,4872,4873,1,0,0,0,4873,4875,3,1394,697,0,4874,4876, - 3,124,62,0,4875,4874,1,0,0,0,4875,4876,1,0,0,0,4876,5248,1,0,0,0, - 4877,4878,5,191,0,0,4878,4880,5,328,0,0,4879,4881,3,750,375,0,4880, - 4879,1,0,0,0,4880,4881,1,0,0,0,4881,4882,1,0,0,0,4882,4884,3,1418, - 709,0,4883,4885,3,124,62,0,4884,4883,1,0,0,0,4884,4885,1,0,0,0,4885, - 5248,1,0,0,0,4886,4887,5,191,0,0,4887,4889,5,376,0,0,4888,4890,3, - 750,375,0,4889,4888,1,0,0,0,4889,4890,1,0,0,0,4890,4891,1,0,0,0, - 4891,4893,3,546,273,0,4892,4894,3,124,62,0,4893,4892,1,0,0,0,4893, - 4894,1,0,0,0,4894,5248,1,0,0,0,4895,4896,5,191,0,0,4896,4897,5,259, - 0,0,4897,4899,5,376,0,0,4898,4900,3,750,375,0,4899,4898,1,0,0,0, - 4899,4900,1,0,0,0,4900,4901,1,0,0,0,4901,4903,3,546,273,0,4902,4904, - 3,124,62,0,4903,4902,1,0,0,0,4903,4904,1,0,0,0,4904,5248,1,0,0,0, - 4905,4906,5,191,0,0,4906,4908,5,226,0,0,4907,4909,3,750,375,0,4908, - 4907,1,0,0,0,4908,4909,1,0,0,0,4909,4910,1,0,0,0,4910,4912,3,1418, - 709,0,4911,4913,3,124,62,0,4912,4911,1,0,0,0,4912,4913,1,0,0,0,4913, - 5248,1,0,0,0,4914,4915,5,191,0,0,4915,4916,5,63,0,0,4916,4918,5, - 92,0,0,4917,4919,3,750,375,0,4918,4917,1,0,0,0,4918,4919,1,0,0,0, - 4919,4920,1,0,0,0,4920,4922,3,1394,697,0,4921,4923,3,124,62,0,4922, - 4921,1,0,0,0,4922,4923,1,0,0,0,4923,5248,1,0,0,0,4924,4925,5,191, - 0,0,4925,4927,5,108,0,0,4926,4928,3,750,375,0,4927,4926,1,0,0,0, - 4927,4928,1,0,0,0,4928,4929,1,0,0,0,4929,4931,3,1418,709,0,4930, - 4932,3,124,62,0,4931,4930,1,0,0,0,4931,4932,1,0,0,0,4932,5248,1, - 0,0,0,4933,4934,5,191,0,0,4934,4936,5,168,0,0,4935,4937,3,750,375, - 0,4936,4935,1,0,0,0,4936,4937,1,0,0,0,4937,4938,1,0,0,0,4938,4940, - 3,1418,709,0,4939,4941,3,124,62,0,4940,4939,1,0,0,0,4940,4941,1, - 0,0,0,4941,5248,1,0,0,0,4942,4943,5,191,0,0,4943,4945,5,342,0,0, - 4944,4946,3,750,375,0,4945,4944,1,0,0,0,4945,4946,1,0,0,0,4946,4947, - 1,0,0,0,4947,4949,3,1418,709,0,4948,4950,3,124,62,0,4949,4948,1, - 0,0,0,4949,4950,1,0,0,0,4950,5248,1,0,0,0,4951,4952,5,191,0,0,4952, - 4953,5,355,0,0,4953,4954,5,325,0,0,4954,4956,5,283,0,0,4955,4957, - 3,750,375,0,4956,4955,1,0,0,0,4956,4957,1,0,0,0,4957,4958,1,0,0, - 0,4958,4960,3,1418,709,0,4959,4961,3,124,62,0,4960,4959,1,0,0,0, - 4960,4961,1,0,0,0,4961,5248,1,0,0,0,4962,4963,5,191,0,0,4963,4964, - 5,355,0,0,4964,4965,5,325,0,0,4965,4967,5,185,0,0,4966,4968,3,750, - 375,0,4967,4966,1,0,0,0,4967,4968,1,0,0,0,4968,4969,1,0,0,0,4969, - 4971,3,1418,709,0,4970,4972,3,124,62,0,4971,4970,1,0,0,0,4971,4972, - 1,0,0,0,4972,5248,1,0,0,0,4973,4974,5,191,0,0,4974,4975,5,355,0, - 0,4975,4976,5,325,0,0,4976,4978,5,353,0,0,4977,4979,3,750,375,0, - 4978,4977,1,0,0,0,4978,4979,1,0,0,0,4979,4980,1,0,0,0,4980,4982, - 3,1418,709,0,4981,4983,3,124,62,0,4982,4981,1,0,0,0,4982,4983,1, - 0,0,0,4983,5248,1,0,0,0,4984,4985,5,191,0,0,4985,4986,5,355,0,0, - 4986,4987,5,325,0,0,4987,4989,5,163,0,0,4988,4990,3,750,375,0,4989, - 4988,1,0,0,0,4989,4990,1,0,0,0,4990,4991,1,0,0,0,4991,4993,3,1418, - 709,0,4992,4994,3,124,62,0,4993,4992,1,0,0,0,4993,4994,1,0,0,0,4994, - 5248,1,0,0,0,4995,4996,5,191,0,0,4996,4997,5,131,0,0,4997,4999,5, - 446,0,0,4998,5000,3,750,375,0,4999,4998,1,0,0,0,4999,5000,1,0,0, - 0,5000,5001,1,0,0,0,5001,5003,3,1418,709,0,5002,5004,3,124,62,0, - 5003,5002,1,0,0,0,5003,5004,1,0,0,0,5004,5248,1,0,0,0,5005,5006, - 5,191,0,0,5006,5007,5,198,0,0,5007,5009,5,357,0,0,5008,5010,3,750, - 375,0,5009,5008,1,0,0,0,5009,5010,1,0,0,0,5010,5011,1,0,0,0,5011, - 5013,3,1418,709,0,5012,5014,3,124,62,0,5013,5012,1,0,0,0,5013,5014, - 1,0,0,0,5014,5248,1,0,0,0,5015,5016,5,191,0,0,5016,5018,5,204,0, - 0,5017,5019,3,750,375,0,5018,5017,1,0,0,0,5018,5019,1,0,0,0,5019, - 5020,1,0,0,0,5020,5022,3,1418,709,0,5021,5023,3,124,62,0,5022,5021, - 1,0,0,0,5022,5023,1,0,0,0,5023,5248,1,0,0,0,5024,5025,5,191,0,0, - 5025,5026,5,63,0,0,5026,5027,5,174,0,0,5027,5029,5,381,0,0,5028, - 5030,3,750,375,0,5029,5028,1,0,0,0,5029,5030,1,0,0,0,5030,5031,1, - 0,0,0,5031,5033,3,1418,709,0,5032,5034,3,124,62,0,5033,5032,1,0, - 0,0,5033,5034,1,0,0,0,5034,5248,1,0,0,0,5035,5037,5,191,0,0,5036, - 5038,3,340,170,0,5037,5036,1,0,0,0,5037,5038,1,0,0,0,5038,5039,1, - 0,0,0,5039,5041,5,247,0,0,5040,5042,3,750,375,0,5041,5040,1,0,0, - 0,5041,5042,1,0,0,0,5042,5043,1,0,0,0,5043,5045,3,1418,709,0,5044, - 5046,3,124,62,0,5045,5044,1,0,0,0,5045,5046,1,0,0,0,5046,5248,1, - 0,0,0,5047,5048,5,191,0,0,5048,5050,5,452,0,0,5049,5051,3,750,375, - 0,5050,5049,1,0,0,0,5050,5051,1,0,0,0,5051,5052,1,0,0,0,5052,5054, - 3,1418,709,0,5053,5055,3,124,62,0,5054,5053,1,0,0,0,5054,5055,1, - 0,0,0,5055,5248,1,0,0,0,5056,5057,5,191,0,0,5057,5059,5,331,0,0, - 5058,5060,3,750,375,0,5059,5058,1,0,0,0,5059,5060,1,0,0,0,5060,5061, - 1,0,0,0,5061,5063,3,1418,709,0,5062,5064,3,124,62,0,5063,5062,1, - 0,0,0,5063,5064,1,0,0,0,5064,5248,1,0,0,0,5065,5066,5,191,0,0,5066, - 5068,5,323,0,0,5067,5069,3,750,375,0,5068,5067,1,0,0,0,5068,5069, - 1,0,0,0,5069,5070,1,0,0,0,5070,5072,3,1396,698,0,5071,5073,3,124, - 62,0,5072,5071,1,0,0,0,5072,5073,1,0,0,0,5073,5248,1,0,0,0,5074, - 5075,5,191,0,0,5075,5077,5,445,0,0,5076,5078,3,750,375,0,5077,5076, - 1,0,0,0,5077,5078,1,0,0,0,5078,5079,1,0,0,0,5079,5080,3,1438,719, - 0,5080,5081,5,80,0,0,5081,5083,3,560,280,0,5082,5084,3,124,62,0, - 5083,5082,1,0,0,0,5083,5084,1,0,0,0,5084,5248,1,0,0,0,5085,5086, - 5,191,0,0,5086,5088,5,321,0,0,5087,5089,3,750,375,0,5088,5087,1, - 0,0,0,5088,5089,1,0,0,0,5089,5090,1,0,0,0,5090,5091,3,1438,719,0, - 5091,5092,5,80,0,0,5092,5094,3,560,280,0,5093,5095,3,124,62,0,5094, - 5093,1,0,0,0,5094,5095,1,0,0,0,5095,5248,1,0,0,0,5096,5097,5,191, - 0,0,5097,5099,5,357,0,0,5098,5100,3,750,375,0,5099,5098,1,0,0,0, - 5099,5100,1,0,0,0,5100,5101,1,0,0,0,5101,5102,3,1438,719,0,5102, - 5103,5,80,0,0,5103,5105,3,560,280,0,5104,5106,3,124,62,0,5105,5104, - 1,0,0,0,5105,5106,1,0,0,0,5106,5248,1,0,0,0,5107,5108,5,191,0,0, - 5108,5110,5,360,0,0,5109,5111,3,750,375,0,5110,5109,1,0,0,0,5110, - 5111,1,0,0,0,5111,5112,1,0,0,0,5112,5114,3,564,282,0,5113,5115,3, - 124,62,0,5114,5113,1,0,0,0,5114,5115,1,0,0,0,5115,5248,1,0,0,0,5116, - 5117,5,191,0,0,5117,5119,5,189,0,0,5118,5120,3,750,375,0,5119,5118, - 1,0,0,0,5119,5120,1,0,0,0,5120,5121,1,0,0,0,5121,5123,3,564,282, - 0,5122,5124,3,124,62,0,5123,5122,1,0,0,0,5123,5124,1,0,0,0,5124, - 5248,1,0,0,0,5125,5126,5,191,0,0,5126,5127,5,226,0,0,5127,5129,5, - 109,0,0,5128,5130,3,750,375,0,5129,5128,1,0,0,0,5129,5130,1,0,0, - 0,5130,5131,1,0,0,0,5131,5133,3,554,277,0,5132,5134,3,124,62,0,5133, - 5132,1,0,0,0,5133,5134,1,0,0,0,5134,5248,1,0,0,0,5135,5136,5,191, - 0,0,5136,5138,5,41,0,0,5137,5139,3,750,375,0,5138,5137,1,0,0,0,5138, - 5139,1,0,0,0,5139,5140,1,0,0,0,5140,5141,5,2,0,0,5141,5142,3,1170, - 585,0,5142,5143,5,36,0,0,5143,5144,3,1170,585,0,5144,5146,5,3,0, - 0,5145,5147,3,124,62,0,5146,5145,1,0,0,0,5146,5147,1,0,0,0,5147, - 5248,1,0,0,0,5148,5149,5,191,0,0,5149,5150,5,278,0,0,5150,5152,5, - 156,0,0,5151,5153,3,750,375,0,5152,5151,1,0,0,0,5152,5153,1,0,0, - 0,5153,5154,1,0,0,0,5154,5155,3,560,280,0,5155,5156,5,100,0,0,5156, - 5158,3,1438,719,0,5157,5159,3,124,62,0,5158,5157,1,0,0,0,5158,5159, - 1,0,0,0,5159,5248,1,0,0,0,5160,5161,5,191,0,0,5161,5162,5,278,0, - 0,5162,5164,5,206,0,0,5163,5165,3,750,375,0,5164,5163,1,0,0,0,5164, - 5165,1,0,0,0,5165,5166,1,0,0,0,5166,5167,3,560,280,0,5167,5168,5, - 100,0,0,5168,5170,3,1438,719,0,5169,5171,3,124,62,0,5170,5169,1, - 0,0,0,5170,5171,1,0,0,0,5171,5248,1,0,0,0,5172,5173,5,191,0,0,5173, - 5174,5,281,0,0,5174,5175,5,147,0,0,5175,5177,3,1474,737,0,5176,5178, - 3,124,62,0,5177,5176,1,0,0,0,5177,5178,1,0,0,0,5178,5248,1,0,0,0, - 5179,5180,5,191,0,0,5180,5182,5,376,0,0,5181,5183,3,750,375,0,5182, - 5181,1,0,0,0,5182,5183,1,0,0,0,5183,5184,1,0,0,0,5184,5186,3,546, - 273,0,5185,5187,3,124,62,0,5186,5185,1,0,0,0,5186,5187,1,0,0,0,5187, - 5248,1,0,0,0,5188,5189,5,191,0,0,5189,5191,5,451,0,0,5190,5192,3, - 750,375,0,5191,5190,1,0,0,0,5191,5192,1,0,0,0,5192,5193,1,0,0,0, - 5193,5195,3,1438,719,0,5194,5196,3,124,62,0,5195,5194,1,0,0,0,5195, - 5196,1,0,0,0,5196,5248,1,0,0,0,5197,5198,5,191,0,0,5198,5200,5,351, - 0,0,5199,5201,3,750,375,0,5200,5199,1,0,0,0,5200,5201,1,0,0,0,5201, - 5202,1,0,0,0,5202,5248,3,1404,702,0,5203,5204,5,191,0,0,5204,5206, - 5,443,0,0,5205,5207,3,750,375,0,5206,5205,1,0,0,0,5206,5207,1,0, - 0,0,5207,5208,1,0,0,0,5208,5209,5,62,0,0,5209,5210,3,1170,585,0, - 5210,5211,5,247,0,0,5211,5213,3,1438,719,0,5212,5214,3,124,62,0, - 5213,5212,1,0,0,0,5213,5214,1,0,0,0,5214,5248,1,0,0,0,5215,5216, - 5,191,0,0,5216,5218,7,38,0,0,5217,5219,3,750,375,0,5218,5217,1,0, - 0,0,5218,5219,1,0,0,0,5219,5220,1,0,0,0,5220,5248,3,1474,737,0,5221, - 5222,5,191,0,0,5222,5223,5,99,0,0,5223,5225,5,257,0,0,5224,5226, - 3,750,375,0,5225,5224,1,0,0,0,5225,5226,1,0,0,0,5226,5227,1,0,0, - 0,5227,5228,5,62,0,0,5228,5229,3,406,203,0,5229,5230,5,331,0,0,5230, - 5231,3,1438,719,0,5231,5248,1,0,0,0,5232,5233,5,191,0,0,5233,5235, - 5,175,0,0,5234,5236,3,750,375,0,5235,5234,1,0,0,0,5235,5236,1,0, - 0,0,5236,5237,1,0,0,0,5237,5245,3,1422,711,0,5238,5240,3,14,7,0, - 5239,5238,1,0,0,0,5239,5240,1,0,0,0,5240,5241,1,0,0,0,5241,5242, - 5,2,0,0,5242,5243,3,862,431,0,5243,5244,5,3,0,0,5244,5246,1,0,0, - 0,5245,5239,1,0,0,0,5245,5246,1,0,0,0,5246,5248,1,0,0,0,5247,4868, - 1,0,0,0,5247,4877,1,0,0,0,5247,4886,1,0,0,0,5247,4895,1,0,0,0,5247, - 4905,1,0,0,0,5247,4914,1,0,0,0,5247,4924,1,0,0,0,5247,4933,1,0,0, - 0,5247,4942,1,0,0,0,5247,4951,1,0,0,0,5247,4962,1,0,0,0,5247,4973, - 1,0,0,0,5247,4984,1,0,0,0,5247,4995,1,0,0,0,5247,5005,1,0,0,0,5247, - 5015,1,0,0,0,5247,5024,1,0,0,0,5247,5035,1,0,0,0,5247,5047,1,0,0, - 0,5247,5056,1,0,0,0,5247,5065,1,0,0,0,5247,5074,1,0,0,0,5247,5085, - 1,0,0,0,5247,5096,1,0,0,0,5247,5107,1,0,0,0,5247,5116,1,0,0,0,5247, - 5125,1,0,0,0,5247,5135,1,0,0,0,5247,5148,1,0,0,0,5247,5160,1,0,0, - 0,5247,5172,1,0,0,0,5247,5179,1,0,0,0,5247,5188,1,0,0,0,5247,5197, - 1,0,0,0,5247,5203,1,0,0,0,5247,5215,1,0,0,0,5247,5221,1,0,0,0,5247, - 5232,1,0,0,0,5248,545,1,0,0,0,5249,5254,3,1412,706,0,5250,5251,5, - 6,0,0,5251,5253,3,1412,706,0,5252,5250,1,0,0,0,5253,5256,1,0,0,0, - 5254,5252,1,0,0,0,5254,5255,1,0,0,0,5255,547,1,0,0,0,5256,5254,1, - 0,0,0,5257,5259,5,63,0,0,5258,5257,1,0,0,0,5258,5259,1,0,0,0,5259, - 5260,1,0,0,0,5260,5261,5,92,0,0,5261,5282,3,1408,704,0,5262,5264, - 5,259,0,0,5263,5262,1,0,0,0,5263,5264,1,0,0,0,5264,5265,1,0,0,0, - 5265,5266,5,376,0,0,5266,5282,3,1412,706,0,5267,5268,5,226,0,0,5268, - 5282,3,560,280,0,5269,5270,5,108,0,0,5270,5282,3,560,280,0,5271, - 5272,5,168,0,0,5272,5282,3,560,280,0,5273,5274,5,342,0,0,5274,5282, - 3,560,280,0,5275,5276,5,328,0,0,5276,5282,3,560,280,0,5277,5278, - 5,355,0,0,5278,5279,5,325,0,0,5279,5280,7,39,0,0,5280,5282,3,560, - 280,0,5281,5258,1,0,0,0,5281,5263,1,0,0,0,5281,5267,1,0,0,0,5281, - 5269,1,0,0,0,5281,5271,1,0,0,0,5281,5273,1,0,0,0,5281,5275,1,0,0, - 0,5281,5277,1,0,0,0,5282,549,1,0,0,0,5283,5284,5,131,0,0,5284,5285, - 5,446,0,0,5285,5315,3,1438,719,0,5286,5287,5,198,0,0,5287,5288,5, - 357,0,0,5288,5315,3,1438,719,0,5289,5290,5,204,0,0,5290,5315,3,1438, - 719,0,5291,5292,5,63,0,0,5292,5293,5,174,0,0,5293,5294,5,381,0,0, - 5294,5315,3,1438,719,0,5295,5297,3,340,170,0,5296,5295,1,0,0,0,5296, - 5297,1,0,0,0,5297,5298,1,0,0,0,5298,5299,5,247,0,0,5299,5315,3,1438, - 719,0,5300,5301,5,452,0,0,5301,5315,3,1438,719,0,5302,5303,5,323, - 0,0,5303,5315,3,1424,712,0,5304,5305,5,331,0,0,5305,5315,3,1438, - 719,0,5306,5307,5,175,0,0,5307,5315,3,1422,711,0,5308,5309,5,318, - 0,0,5309,5315,3,1438,719,0,5310,5311,5,451,0,0,5311,5315,3,1438, - 719,0,5312,5313,5,351,0,0,5313,5315,3,1404,702,0,5314,5283,1,0,0, - 0,5314,5286,1,0,0,0,5314,5289,1,0,0,0,5314,5291,1,0,0,0,5314,5296, - 1,0,0,0,5314,5300,1,0,0,0,5314,5302,1,0,0,0,5314,5304,1,0,0,0,5314, - 5306,1,0,0,0,5314,5308,1,0,0,0,5314,5310,1,0,0,0,5314,5312,1,0,0, - 0,5315,551,1,0,0,0,5316,5317,7,40,0,0,5317,553,1,0,0,0,5318,5323, - 3,560,280,0,5319,5320,5,6,0,0,5320,5322,3,560,280,0,5321,5319,1, - 0,0,0,5322,5325,1,0,0,0,5323,5321,1,0,0,0,5323,5324,1,0,0,0,5324, - 555,1,0,0,0,5325,5323,1,0,0,0,5326,5327,3,558,279,0,5327,5328,5, - 11,0,0,5328,5329,3,1434,717,0,5329,557,1,0,0,0,5330,5332,3,1476, - 738,0,5331,5333,3,562,281,0,5332,5331,1,0,0,0,5332,5333,1,0,0,0, - 5333,559,1,0,0,0,5334,5336,3,1476,738,0,5335,5337,3,562,281,0,5336, - 5335,1,0,0,0,5336,5337,1,0,0,0,5337,561,1,0,0,0,5338,5339,5,11,0, - 0,5339,5341,3,1440,720,0,5340,5338,1,0,0,0,5341,5342,1,0,0,0,5342, - 5340,1,0,0,0,5342,5343,1,0,0,0,5343,563,1,0,0,0,5344,5349,3,1170, - 585,0,5345,5346,5,6,0,0,5346,5348,3,1170,585,0,5347,5345,1,0,0,0, - 5348,5351,1,0,0,0,5349,5347,1,0,0,0,5349,5350,1,0,0,0,5350,565,1, - 0,0,0,5351,5349,1,0,0,0,5352,5354,5,358,0,0,5353,5355,5,92,0,0,5354, - 5353,1,0,0,0,5354,5355,1,0,0,0,5355,5356,1,0,0,0,5356,5361,3,568, - 284,0,5357,5358,5,6,0,0,5358,5360,3,568,284,0,5359,5357,1,0,0,0, - 5360,5363,1,0,0,0,5361,5359,1,0,0,0,5361,5362,1,0,0,0,5362,5366, - 1,0,0,0,5363,5361,1,0,0,0,5364,5365,7,41,0,0,5365,5367,5,219,0,0, - 5366,5364,1,0,0,0,5366,5367,1,0,0,0,5367,5369,1,0,0,0,5368,5370, - 3,124,62,0,5369,5368,1,0,0,0,5369,5370,1,0,0,0,5370,567,1,0,0,0, - 5371,5373,5,81,0,0,5372,5371,1,0,0,0,5372,5373,1,0,0,0,5373,5374, - 1,0,0,0,5374,5376,3,1408,704,0,5375,5377,5,9,0,0,5376,5375,1,0,0, - 0,5376,5377,1,0,0,0,5377,569,1,0,0,0,5378,5379,5,159,0,0,5379,5380, - 5,80,0,0,5380,5381,3,548,274,0,5381,5382,5,116,0,0,5382,5383,3,572, - 286,0,5383,5544,1,0,0,0,5384,5385,5,159,0,0,5385,5386,5,80,0,0,5386, - 5387,5,44,0,0,5387,5388,3,556,278,0,5388,5389,5,116,0,0,5389,5390, - 3,572,286,0,5390,5544,1,0,0,0,5391,5392,5,159,0,0,5392,5393,5,80, - 0,0,5393,5394,3,550,275,0,5394,5395,5,116,0,0,5395,5396,3,572,286, - 0,5396,5544,1,0,0,0,5397,5398,5,159,0,0,5398,5399,5,80,0,0,5399, - 5400,5,360,0,0,5400,5401,3,1170,585,0,5401,5402,5,116,0,0,5402,5403, - 3,572,286,0,5403,5544,1,0,0,0,5404,5405,5,159,0,0,5405,5406,5,80, - 0,0,5406,5407,5,189,0,0,5407,5408,3,1170,585,0,5408,5409,5,116,0, - 0,5409,5410,3,572,286,0,5410,5544,1,0,0,0,5411,5412,5,159,0,0,5412, - 5413,5,80,0,0,5413,5414,5,136,0,0,5414,5415,3,700,350,0,5415,5416, - 5,116,0,0,5416,5417,3,572,286,0,5417,5544,1,0,0,0,5418,5419,5,159, - 0,0,5419,5420,5,80,0,0,5420,5421,5,211,0,0,5421,5422,3,676,338,0, - 5422,5423,5,116,0,0,5423,5424,3,572,286,0,5424,5544,1,0,0,0,5425, - 5426,5,159,0,0,5426,5427,5,80,0,0,5427,5428,5,278,0,0,5428,5429, - 3,738,369,0,5429,5430,5,116,0,0,5430,5431,3,572,286,0,5431,5544, - 1,0,0,0,5432,5433,5,159,0,0,5433,5434,5,80,0,0,5434,5435,5,45,0, - 0,5435,5436,3,1438,719,0,5436,5437,5,80,0,0,5437,5438,3,1408,704, - 0,5438,5439,5,116,0,0,5439,5440,3,572,286,0,5440,5544,1,0,0,0,5441, - 5442,5,159,0,0,5442,5443,5,80,0,0,5443,5444,5,45,0,0,5444,5445,3, - 1438,719,0,5445,5447,5,80,0,0,5446,5448,5,189,0,0,5447,5446,1,0, - 0,0,5447,5448,1,0,0,0,5448,5449,1,0,0,0,5449,5450,3,560,280,0,5450, - 5451,5,116,0,0,5451,5452,3,572,286,0,5452,5544,1,0,0,0,5453,5454, - 5,159,0,0,5454,5455,5,80,0,0,5455,5456,5,445,0,0,5456,5457,3,1438, - 719,0,5457,5458,5,80,0,0,5458,5459,3,560,280,0,5459,5460,5,116,0, - 0,5460,5461,3,572,286,0,5461,5544,1,0,0,0,5462,5463,5,159,0,0,5463, - 5464,5,80,0,0,5464,5465,5,321,0,0,5465,5466,3,1438,719,0,5466,5467, - 5,80,0,0,5467,5468,3,560,280,0,5468,5469,5,116,0,0,5469,5470,3,572, - 286,0,5470,5544,1,0,0,0,5471,5472,5,159,0,0,5472,5473,5,80,0,0,5473, - 5474,5,357,0,0,5474,5475,3,1438,719,0,5475,5476,5,80,0,0,5476,5477, - 3,560,280,0,5477,5478,5,116,0,0,5478,5479,3,572,286,0,5479,5544, - 1,0,0,0,5480,5481,5,159,0,0,5481,5482,5,80,0,0,5482,5483,5,296,0, - 0,5483,5484,3,672,336,0,5484,5485,5,116,0,0,5485,5486,3,572,286, - 0,5486,5544,1,0,0,0,5487,5488,5,159,0,0,5488,5489,5,80,0,0,5489, - 5490,5,442,0,0,5490,5491,3,668,334,0,5491,5492,5,116,0,0,5492,5493, - 3,572,286,0,5493,5544,1,0,0,0,5494,5495,5,159,0,0,5495,5496,5,80, - 0,0,5496,5497,5,443,0,0,5497,5498,5,62,0,0,5498,5499,3,1170,585, - 0,5499,5500,5,247,0,0,5500,5501,3,1438,719,0,5501,5502,5,116,0,0, - 5502,5503,3,572,286,0,5503,5544,1,0,0,0,5504,5505,5,159,0,0,5505, - 5506,5,80,0,0,5506,5507,5,278,0,0,5507,5508,5,156,0,0,5508,5509, - 3,560,280,0,5509,5510,5,100,0,0,5510,5511,3,1438,719,0,5511,5512, - 5,116,0,0,5512,5513,3,572,286,0,5513,5544,1,0,0,0,5514,5515,5,159, - 0,0,5515,5516,5,80,0,0,5516,5517,5,278,0,0,5517,5518,5,206,0,0,5518, - 5519,3,560,280,0,5519,5520,5,100,0,0,5520,5521,3,1438,719,0,5521, - 5522,5,116,0,0,5522,5523,3,572,286,0,5523,5544,1,0,0,0,5524,5525, - 5,159,0,0,5525,5526,5,80,0,0,5526,5527,5,248,0,0,5527,5528,5,274, - 0,0,5528,5529,3,324,162,0,5529,5530,5,116,0,0,5530,5531,3,572,286, - 0,5531,5544,1,0,0,0,5532,5533,5,159,0,0,5533,5534,5,80,0,0,5534, - 5535,5,41,0,0,5535,5536,5,2,0,0,5536,5537,3,1170,585,0,5537,5538, - 5,36,0,0,5538,5539,3,1170,585,0,5539,5540,5,3,0,0,5540,5541,5,116, - 0,0,5541,5542,3,572,286,0,5542,5544,1,0,0,0,5543,5378,1,0,0,0,5543, - 5384,1,0,0,0,5543,5391,1,0,0,0,5543,5397,1,0,0,0,5543,5404,1,0,0, - 0,5543,5411,1,0,0,0,5543,5418,1,0,0,0,5543,5425,1,0,0,0,5543,5432, - 1,0,0,0,5543,5441,1,0,0,0,5543,5453,1,0,0,0,5543,5462,1,0,0,0,5543, - 5471,1,0,0,0,5543,5480,1,0,0,0,5543,5487,1,0,0,0,5543,5494,1,0,0, - 0,5543,5504,1,0,0,0,5543,5514,1,0,0,0,5543,5524,1,0,0,0,5543,5532, - 1,0,0,0,5544,571,1,0,0,0,5545,5548,3,1460,730,0,5546,5548,5,78,0, - 0,5547,5545,1,0,0,0,5547,5546,1,0,0,0,5548,573,1,0,0,0,5549,5550, - 5,327,0,0,5550,5552,5,246,0,0,5551,5553,3,576,288,0,5552,5551,1, - 0,0,0,5552,5553,1,0,0,0,5553,5554,1,0,0,0,5554,5555,5,80,0,0,5555, - 5556,5,44,0,0,5556,5557,3,1434,717,0,5557,5558,5,116,0,0,5558,5559, - 3,578,289,0,5559,5659,1,0,0,0,5560,5561,5,327,0,0,5561,5563,5,246, - 0,0,5562,5564,3,576,288,0,5563,5562,1,0,0,0,5563,5564,1,0,0,0,5564, - 5565,1,0,0,0,5565,5566,5,80,0,0,5566,5567,5,360,0,0,5567,5568,3, - 1170,585,0,5568,5569,5,116,0,0,5569,5570,3,578,289,0,5570,5659,1, - 0,0,0,5571,5572,5,327,0,0,5572,5574,5,246,0,0,5573,5575,3,576,288, - 0,5574,5573,1,0,0,0,5574,5575,1,0,0,0,5575,5576,1,0,0,0,5576,5577, - 5,80,0,0,5577,5578,5,189,0,0,5578,5579,3,1170,585,0,5579,5580,5, - 116,0,0,5580,5581,3,578,289,0,5581,5659,1,0,0,0,5582,5583,5,327, - 0,0,5583,5585,5,246,0,0,5584,5586,3,576,288,0,5585,5584,1,0,0,0, - 5585,5586,1,0,0,0,5586,5587,1,0,0,0,5587,5588,5,80,0,0,5588,5589, - 5,136,0,0,5589,5590,3,700,350,0,5590,5591,5,116,0,0,5591,5592,3, - 578,289,0,5592,5659,1,0,0,0,5593,5594,5,327,0,0,5594,5596,5,246, - 0,0,5595,5597,3,576,288,0,5596,5595,1,0,0,0,5596,5597,1,0,0,0,5597, - 5598,1,0,0,0,5598,5599,5,80,0,0,5599,5600,5,211,0,0,5600,5601,3, - 676,338,0,5601,5602,5,116,0,0,5602,5603,3,578,289,0,5603,5659,1, - 0,0,0,5604,5605,5,327,0,0,5605,5607,5,246,0,0,5606,5608,3,576,288, - 0,5607,5606,1,0,0,0,5607,5608,1,0,0,0,5608,5609,1,0,0,0,5609,5610, - 5,80,0,0,5610,5611,5,248,0,0,5611,5612,5,274,0,0,5612,5613,3,324, - 162,0,5613,5614,5,116,0,0,5614,5615,3,578,289,0,5615,5659,1,0,0, - 0,5616,5617,5,327,0,0,5617,5619,5,246,0,0,5618,5620,3,576,288,0, - 5619,5618,1,0,0,0,5619,5620,1,0,0,0,5620,5621,1,0,0,0,5621,5622, - 5,80,0,0,5622,5623,5,296,0,0,5623,5624,3,672,336,0,5624,5625,5,116, - 0,0,5625,5626,3,578,289,0,5626,5659,1,0,0,0,5627,5628,5,327,0,0, - 5628,5630,5,246,0,0,5629,5631,3,576,288,0,5630,5629,1,0,0,0,5630, - 5631,1,0,0,0,5631,5632,1,0,0,0,5632,5633,5,80,0,0,5633,5634,5,442, - 0,0,5634,5635,3,668,334,0,5635,5636,5,116,0,0,5636,5637,3,578,289, - 0,5637,5659,1,0,0,0,5638,5639,5,327,0,0,5639,5641,5,246,0,0,5640, - 5642,3,576,288,0,5641,5640,1,0,0,0,5641,5642,1,0,0,0,5642,5643,1, - 0,0,0,5643,5644,5,80,0,0,5644,5645,3,548,274,0,5645,5646,5,116,0, - 0,5646,5647,3,578,289,0,5647,5659,1,0,0,0,5648,5649,5,327,0,0,5649, - 5651,5,246,0,0,5650,5652,3,576,288,0,5651,5650,1,0,0,0,5651,5652, - 1,0,0,0,5652,5653,1,0,0,0,5653,5654,5,80,0,0,5654,5655,3,550,275, - 0,5655,5656,5,116,0,0,5656,5657,3,578,289,0,5657,5659,1,0,0,0,5658, - 5549,1,0,0,0,5658,5560,1,0,0,0,5658,5571,1,0,0,0,5658,5582,1,0,0, - 0,5658,5593,1,0,0,0,5658,5604,1,0,0,0,5658,5616,1,0,0,0,5658,5627, - 1,0,0,0,5658,5638,1,0,0,0,5658,5648,1,0,0,0,5659,575,1,0,0,0,5660, - 5661,5,62,0,0,5661,5662,3,80,40,0,5662,577,1,0,0,0,5663,5666,3,1460, - 730,0,5664,5666,5,78,0,0,5665,5663,1,0,0,0,5665,5664,1,0,0,0,5666, - 579,1,0,0,0,5667,5668,5,61,0,0,5668,5672,3,582,291,0,5669,5670,5, - 265,0,0,5670,5672,3,582,291,0,5671,5667,1,0,0,0,5671,5669,1,0,0, - 0,5672,581,1,0,0,0,5673,5759,3,996,498,0,5674,5675,3,584,292,0,5675, - 5676,3,996,498,0,5676,5759,1,0,0,0,5677,5679,5,268,0,0,5678,5680, - 3,586,293,0,5679,5678,1,0,0,0,5679,5680,1,0,0,0,5680,5681,1,0,0, - 0,5681,5759,3,996,498,0,5682,5684,5,293,0,0,5683,5685,3,586,293, - 0,5684,5683,1,0,0,0,5684,5685,1,0,0,0,5685,5686,1,0,0,0,5686,5759, - 3,996,498,0,5687,5689,5,207,0,0,5688,5690,3,586,293,0,5689,5688, - 1,0,0,0,5689,5690,1,0,0,0,5690,5691,1,0,0,0,5691,5759,3,996,498, - 0,5692,5694,5,249,0,0,5693,5695,3,586,293,0,5694,5693,1,0,0,0,5694, - 5695,1,0,0,0,5695,5696,1,0,0,0,5696,5759,3,996,498,0,5697,5698,5, - 130,0,0,5698,5700,3,1466,733,0,5699,5701,3,586,293,0,5700,5699,1, - 0,0,0,5700,5701,1,0,0,0,5701,5702,1,0,0,0,5702,5703,3,996,498,0, - 5703,5759,1,0,0,0,5704,5705,5,307,0,0,5705,5707,3,1466,733,0,5706, - 5708,3,586,293,0,5707,5706,1,0,0,0,5707,5708,1,0,0,0,5708,5709,1, - 0,0,0,5709,5710,3,996,498,0,5710,5759,1,0,0,0,5711,5713,3,1466,733, - 0,5712,5714,3,586,293,0,5713,5712,1,0,0,0,5713,5714,1,0,0,0,5714, - 5715,1,0,0,0,5715,5716,3,996,498,0,5716,5759,1,0,0,0,5717,5719,5, - 30,0,0,5718,5720,3,586,293,0,5719,5718,1,0,0,0,5719,5720,1,0,0,0, - 5720,5721,1,0,0,0,5721,5759,3,996,498,0,5722,5724,5,210,0,0,5723, - 5725,3,586,293,0,5724,5723,1,0,0,0,5724,5725,1,0,0,0,5725,5726,1, - 0,0,0,5726,5759,3,996,498,0,5727,5728,5,210,0,0,5728,5730,3,1466, - 733,0,5729,5731,3,586,293,0,5730,5729,1,0,0,0,5730,5731,1,0,0,0, - 5731,5732,1,0,0,0,5732,5733,3,996,498,0,5733,5759,1,0,0,0,5734,5735, - 5,210,0,0,5735,5737,5,30,0,0,5736,5738,3,586,293,0,5737,5736,1,0, - 0,0,5737,5738,1,0,0,0,5738,5739,1,0,0,0,5739,5759,3,996,498,0,5740, - 5742,5,144,0,0,5741,5743,3,586,293,0,5742,5741,1,0,0,0,5742,5743, - 1,0,0,0,5743,5744,1,0,0,0,5744,5759,3,996,498,0,5745,5746,5,144, - 0,0,5746,5748,3,1466,733,0,5747,5749,3,586,293,0,5748,5747,1,0,0, - 0,5748,5749,1,0,0,0,5749,5750,1,0,0,0,5750,5751,3,996,498,0,5751, - 5759,1,0,0,0,5752,5753,5,144,0,0,5753,5755,5,30,0,0,5754,5756,3, - 586,293,0,5755,5754,1,0,0,0,5755,5756,1,0,0,0,5756,5757,1,0,0,0, - 5757,5759,3,996,498,0,5758,5673,1,0,0,0,5758,5674,1,0,0,0,5758,5677, - 1,0,0,0,5758,5682,1,0,0,0,5758,5687,1,0,0,0,5758,5692,1,0,0,0,5758, - 5697,1,0,0,0,5758,5704,1,0,0,0,5758,5711,1,0,0,0,5758,5717,1,0,0, - 0,5758,5722,1,0,0,0,5758,5727,1,0,0,0,5758,5734,1,0,0,0,5758,5740, - 1,0,0,0,5758,5745,1,0,0,0,5758,5752,1,0,0,0,5759,583,1,0,0,0,5760, - 5761,7,42,0,0,5761,585,1,0,0,0,5762,5763,3,584,292,0,5763,587,1, - 0,0,0,5764,5765,5,65,0,0,5765,5766,3,592,296,0,5766,5767,5,80,0, - 0,5767,5768,3,602,301,0,5768,5769,5,94,0,0,5769,5771,3,604,302,0, - 5770,5772,3,608,304,0,5771,5770,1,0,0,0,5771,5772,1,0,0,0,5772,589, - 1,0,0,0,5773,5774,5,317,0,0,5774,5775,3,592,296,0,5775,5776,5,80, - 0,0,5776,5777,3,602,301,0,5777,5778,5,64,0,0,5778,5780,3,604,302, - 0,5779,5781,3,124,62,0,5780,5779,1,0,0,0,5780,5781,1,0,0,0,5781, - 5795,1,0,0,0,5782,5783,5,317,0,0,5783,5784,5,65,0,0,5784,5785,5, - 279,0,0,5785,5786,5,62,0,0,5786,5787,3,592,296,0,5787,5788,5,80, - 0,0,5788,5789,3,602,301,0,5789,5790,5,64,0,0,5790,5792,3,604,302, - 0,5791,5793,3,124,62,0,5792,5791,1,0,0,0,5792,5793,1,0,0,0,5793, - 5795,1,0,0,0,5794,5773,1,0,0,0,5794,5782,1,0,0,0,5795,591,1,0,0, - 0,5796,5813,3,598,299,0,5797,5813,5,30,0,0,5798,5799,5,30,0,0,5799, - 5813,5,294,0,0,5800,5801,5,30,0,0,5801,5802,5,2,0,0,5802,5803,3, - 246,123,0,5803,5804,5,3,0,0,5804,5813,1,0,0,0,5805,5806,5,30,0,0, - 5806,5807,5,294,0,0,5807,5808,5,2,0,0,5808,5809,3,246,123,0,5809, - 5810,5,3,0,0,5810,5813,1,0,0,0,5811,5813,3,594,297,0,5812,5796,1, - 0,0,0,5812,5797,1,0,0,0,5812,5798,1,0,0,0,5812,5800,1,0,0,0,5812, - 5805,1,0,0,0,5812,5811,1,0,0,0,5813,593,1,0,0,0,5814,5819,3,596, - 298,0,5815,5816,5,6,0,0,5816,5818,3,596,298,0,5817,5815,1,0,0,0, - 5818,5821,1,0,0,0,5819,5817,1,0,0,0,5819,5820,1,0,0,0,5820,595,1, - 0,0,0,5821,5819,1,0,0,0,5822,5823,7,43,0,0,5823,597,1,0,0,0,5824, - 5829,3,600,300,0,5825,5826,5,6,0,0,5826,5828,3,600,300,0,5827,5825, - 1,0,0,0,5828,5831,1,0,0,0,5829,5827,1,0,0,0,5829,5830,1,0,0,0,5830, - 599,1,0,0,0,5831,5829,1,0,0,0,5832,5834,5,88,0,0,5833,5835,3,242, - 121,0,5834,5833,1,0,0,0,5834,5835,1,0,0,0,5835,5849,1,0,0,0,5836, - 5838,5,86,0,0,5837,5839,3,242,121,0,5838,5837,1,0,0,0,5838,5839, - 1,0,0,0,5839,5849,1,0,0,0,5840,5842,5,46,0,0,5841,5843,3,242,121, - 0,5842,5841,1,0,0,0,5842,5843,1,0,0,0,5843,5849,1,0,0,0,5844,5846, - 3,1476,738,0,5845,5847,3,242,121,0,5846,5845,1,0,0,0,5846,5847,1, - 0,0,0,5847,5849,1,0,0,0,5848,5832,1,0,0,0,5848,5836,1,0,0,0,5848, - 5840,1,0,0,0,5848,5844,1,0,0,0,5849,601,1,0,0,0,5850,5909,3,1392, - 696,0,5851,5852,5,92,0,0,5852,5909,3,1394,697,0,5853,5854,5,328, - 0,0,5854,5909,3,1392,696,0,5855,5856,5,63,0,0,5856,5857,5,174,0, - 0,5857,5858,5,381,0,0,5858,5909,3,1418,709,0,5859,5860,5,63,0,0, - 5860,5861,5,331,0,0,5861,5909,3,1418,709,0,5862,5863,5,211,0,0,5863, - 5909,3,674,337,0,5864,5865,5,296,0,0,5865,5909,3,670,335,0,5866, - 5867,5,442,0,0,5867,5909,3,666,333,0,5868,5869,5,175,0,0,5869,5909, - 3,1398,699,0,5870,5871,5,189,0,0,5871,5909,3,554,277,0,5872,5873, - 5,247,0,0,5873,5909,3,1418,709,0,5874,5875,5,248,0,0,5875,5876,5, - 274,0,0,5876,5909,3,326,163,0,5877,5878,5,323,0,0,5878,5909,3,1396, - 698,0,5879,5880,5,351,0,0,5880,5909,3,1416,708,0,5881,5882,5,360, - 0,0,5882,5909,3,554,277,0,5883,5884,5,30,0,0,5884,5885,5,350,0,0, - 5885,5886,5,68,0,0,5886,5887,5,323,0,0,5887,5909,3,1396,698,0,5888, - 5889,5,30,0,0,5889,5890,5,329,0,0,5890,5891,5,68,0,0,5891,5892,5, - 323,0,0,5892,5909,3,1396,698,0,5893,5894,5,30,0,0,5894,5895,5,212, - 0,0,5895,5896,5,68,0,0,5896,5897,5,323,0,0,5897,5909,3,1396,698, - 0,5898,5899,5,30,0,0,5899,5900,5,457,0,0,5900,5901,5,68,0,0,5901, - 5902,5,323,0,0,5902,5909,3,1396,698,0,5903,5904,5,30,0,0,5904,5905, - 5,455,0,0,5905,5906,5,68,0,0,5906,5907,5,323,0,0,5907,5909,3,1396, - 698,0,5908,5850,1,0,0,0,5908,5851,1,0,0,0,5908,5853,1,0,0,0,5908, - 5855,1,0,0,0,5908,5859,1,0,0,0,5908,5862,1,0,0,0,5908,5864,1,0,0, - 0,5908,5866,1,0,0,0,5908,5868,1,0,0,0,5908,5870,1,0,0,0,5908,5872, - 1,0,0,0,5908,5874,1,0,0,0,5908,5877,1,0,0,0,5908,5879,1,0,0,0,5908, - 5881,1,0,0,0,5908,5883,1,0,0,0,5908,5888,1,0,0,0,5908,5893,1,0,0, - 0,5908,5898,1,0,0,0,5908,5903,1,0,0,0,5909,603,1,0,0,0,5910,5915, - 3,606,303,0,5911,5912,5,6,0,0,5912,5914,3,606,303,0,5913,5911,1, - 0,0,0,5914,5917,1,0,0,0,5915,5913,1,0,0,0,5915,5916,1,0,0,0,5916, - 605,1,0,0,0,5917,5915,1,0,0,0,5918,5922,3,1472,736,0,5919,5920,5, - 66,0,0,5920,5922,3,1472,736,0,5921,5918,1,0,0,0,5921,5919,1,0,0, - 0,5922,607,1,0,0,0,5923,5924,5,105,0,0,5924,5925,5,65,0,0,5925,5926, - 5,279,0,0,5926,609,1,0,0,0,5927,5928,5,65,0,0,5928,5929,3,598,299, - 0,5929,5930,5,94,0,0,5930,5932,3,1474,737,0,5931,5933,3,614,307, - 0,5932,5931,1,0,0,0,5932,5933,1,0,0,0,5933,5935,1,0,0,0,5934,5936, - 3,616,308,0,5935,5934,1,0,0,0,5935,5936,1,0,0,0,5936,611,1,0,0,0, - 5937,5938,5,317,0,0,5938,5939,3,598,299,0,5939,5940,5,64,0,0,5940, - 5942,3,1474,737,0,5941,5943,3,616,308,0,5942,5941,1,0,0,0,5942,5943, - 1,0,0,0,5943,5945,1,0,0,0,5944,5946,3,124,62,0,5945,5944,1,0,0,0, - 5945,5946,1,0,0,0,5946,5961,1,0,0,0,5947,5948,5,317,0,0,5948,5949, - 5,134,0,0,5949,5950,5,279,0,0,5950,5951,5,62,0,0,5951,5952,3,598, - 299,0,5952,5953,5,64,0,0,5953,5955,3,1474,737,0,5954,5956,3,616, - 308,0,5955,5954,1,0,0,0,5955,5956,1,0,0,0,5956,5958,1,0,0,0,5957, - 5959,3,124,62,0,5958,5957,1,0,0,0,5958,5959,1,0,0,0,5959,5961,1, - 0,0,0,5960,5937,1,0,0,0,5960,5947,1,0,0,0,5961,613,1,0,0,0,5962, - 5963,5,105,0,0,5963,5964,5,134,0,0,5964,5965,5,279,0,0,5965,615, - 1,0,0,0,5966,5967,5,214,0,0,5967,5968,5,147,0,0,5968,5969,3,1472, - 736,0,5969,617,1,0,0,0,5970,5971,5,138,0,0,5971,5972,5,53,0,0,5972, - 5973,5,294,0,0,5973,5974,3,620,310,0,5974,5975,3,624,312,0,5975, - 619,1,0,0,0,5976,5978,3,622,311,0,5977,5976,1,0,0,0,5978,5981,1, - 0,0,0,5979,5977,1,0,0,0,5979,5980,1,0,0,0,5980,621,1,0,0,0,5981, - 5979,1,0,0,0,5982,5983,5,68,0,0,5983,5984,5,323,0,0,5984,5992,3, - 1396,698,0,5985,5986,5,62,0,0,5986,5987,5,318,0,0,5987,5992,3,1474, - 737,0,5988,5989,5,62,0,0,5989,5990,5,99,0,0,5990,5992,3,1474,737, - 0,5991,5982,1,0,0,0,5991,5985,1,0,0,0,5991,5988,1,0,0,0,5992,623, - 1,0,0,0,5993,5994,5,65,0,0,5994,5995,3,592,296,0,5995,5996,5,80, - 0,0,5996,5997,3,626,313,0,5997,5998,5,94,0,0,5998,6000,3,604,302, - 0,5999,6001,3,608,304,0,6000,5999,1,0,0,0,6000,6001,1,0,0,0,6001, - 6024,1,0,0,0,6002,6003,5,317,0,0,6003,6004,3,592,296,0,6004,6005, - 5,80,0,0,6005,6006,3,626,313,0,6006,6007,5,64,0,0,6007,6009,3,604, - 302,0,6008,6010,3,124,62,0,6009,6008,1,0,0,0,6009,6010,1,0,0,0,6010, - 6024,1,0,0,0,6011,6012,5,317,0,0,6012,6013,5,65,0,0,6013,6014,5, - 279,0,0,6014,6015,5,62,0,0,6015,6016,3,592,296,0,6016,6017,5,80, - 0,0,6017,6018,3,626,313,0,6018,6019,5,64,0,0,6019,6021,3,604,302, - 0,6020,6022,3,124,62,0,6021,6020,1,0,0,0,6021,6022,1,0,0,0,6022, - 6024,1,0,0,0,6023,5993,1,0,0,0,6023,6002,1,0,0,0,6023,6011,1,0,0, - 0,6024,625,1,0,0,0,6025,6026,7,44,0,0,6026,627,1,0,0,0,6027,6029, - 5,46,0,0,6028,6030,3,630,315,0,6029,6028,1,0,0,0,6029,6030,1,0,0, - 0,6030,6031,1,0,0,0,6031,6033,5,226,0,0,6032,6034,3,632,316,0,6033, - 6032,1,0,0,0,6033,6034,1,0,0,0,6034,6036,1,0,0,0,6035,6037,3,518, - 259,0,6036,6035,1,0,0,0,6036,6037,1,0,0,0,6037,6039,1,0,0,0,6038, - 6040,3,634,317,0,6039,6038,1,0,0,0,6039,6040,1,0,0,0,6040,6041,1, - 0,0,0,6041,6042,5,80,0,0,6042,6044,3,1120,560,0,6043,6045,3,636, - 318,0,6044,6043,1,0,0,0,6044,6045,1,0,0,0,6045,6046,1,0,0,0,6046, - 6047,5,2,0,0,6047,6048,3,638,319,0,6048,6050,5,3,0,0,6049,6051,3, - 644,322,0,6050,6049,1,0,0,0,6050,6051,1,0,0,0,6051,6053,1,0,0,0, - 6052,6054,3,222,111,0,6053,6052,1,0,0,0,6053,6054,1,0,0,0,6054,6056, - 1,0,0,0,6055,6057,3,134,67,0,6056,6055,1,0,0,0,6056,6057,1,0,0,0, - 6057,6059,1,0,0,0,6058,6060,3,284,142,0,6059,6058,1,0,0,0,6059,6060, - 1,0,0,0,6060,6062,1,0,0,0,6061,6063,3,1146,573,0,6062,6061,1,0,0, - 0,6062,6063,1,0,0,0,6063,629,1,0,0,0,6064,6065,5,98,0,0,6065,631, - 1,0,0,0,6066,6067,5,109,0,0,6067,633,1,0,0,0,6068,6069,3,1438,719, - 0,6069,635,1,0,0,0,6070,6071,5,100,0,0,6071,6072,3,1438,719,0,6072, - 637,1,0,0,0,6073,6078,3,642,321,0,6074,6075,5,6,0,0,6075,6077,3, - 642,321,0,6076,6074,1,0,0,0,6077,6080,1,0,0,0,6078,6076,1,0,0,0, - 6078,6079,1,0,0,0,6079,639,1,0,0,0,6080,6078,1,0,0,0,6081,6083,3, - 648,324,0,6082,6081,1,0,0,0,6082,6083,1,0,0,0,6083,6085,1,0,0,0, - 6084,6086,3,650,325,0,6085,6084,1,0,0,0,6085,6086,1,0,0,0,6086,6088, - 1,0,0,0,6087,6089,3,652,326,0,6088,6087,1,0,0,0,6088,6089,1,0,0, - 0,6089,6091,1,0,0,0,6090,6092,3,654,327,0,6091,6090,1,0,0,0,6091, - 6092,1,0,0,0,6092,6105,1,0,0,0,6093,6095,3,648,324,0,6094,6093,1, - 0,0,0,6094,6095,1,0,0,0,6095,6096,1,0,0,0,6096,6097,3,560,280,0, - 6097,6099,3,132,66,0,6098,6100,3,652,326,0,6099,6098,1,0,0,0,6099, - 6100,1,0,0,0,6100,6102,1,0,0,0,6101,6103,3,654,327,0,6102,6101,1, - 0,0,0,6102,6103,1,0,0,0,6103,6105,1,0,0,0,6104,6082,1,0,0,0,6104, - 6094,1,0,0,0,6105,641,1,0,0,0,6106,6107,3,1434,717,0,6107,6108,3, - 640,320,0,6108,6118,1,0,0,0,6109,6110,3,1264,632,0,6110,6111,3,640, - 320,0,6111,6118,1,0,0,0,6112,6113,5,2,0,0,6113,6114,3,1214,607,0, - 6114,6115,5,3,0,0,6115,6116,3,640,320,0,6116,6118,1,0,0,0,6117,6106, - 1,0,0,0,6117,6109,1,0,0,0,6117,6112,1,0,0,0,6118,643,1,0,0,0,6119, - 6120,5,441,0,0,6120,6121,5,2,0,0,6121,6122,3,646,323,0,6122,6123, - 5,3,0,0,6123,645,1,0,0,0,6124,6129,3,642,321,0,6125,6126,5,6,0,0, - 6126,6128,3,642,321,0,6127,6125,1,0,0,0,6128,6131,1,0,0,0,6129,6127, - 1,0,0,0,6129,6130,1,0,0,0,6130,647,1,0,0,0,6131,6129,1,0,0,0,6132, - 6133,5,43,0,0,6133,6134,3,560,280,0,6134,649,1,0,0,0,6135,6136,3, - 560,280,0,6136,651,1,0,0,0,6137,6138,7,45,0,0,6138,653,1,0,0,0,6139, - 6140,5,273,0,0,6140,6144,5,207,0,0,6141,6142,5,273,0,0,6142,6144, - 5,249,0,0,6143,6139,1,0,0,0,6143,6141,1,0,0,0,6144,655,1,0,0,0,6145, - 6147,5,46,0,0,6146,6148,3,660,330,0,6147,6146,1,0,0,0,6147,6148, - 1,0,0,0,6148,6153,1,0,0,0,6149,6150,5,211,0,0,6150,6154,3,1444,722, - 0,6151,6152,5,296,0,0,6152,6154,3,1432,716,0,6153,6149,1,0,0,0,6153, - 6151,1,0,0,0,6154,6155,1,0,0,0,6155,6165,3,678,339,0,6156,6163,5, - 316,0,0,6157,6164,3,688,344,0,6158,6159,5,92,0,0,6159,6160,5,2,0, - 0,6160,6161,3,716,358,0,6161,6162,5,3,0,0,6162,6164,1,0,0,0,6163, - 6157,1,0,0,0,6163,6158,1,0,0,0,6164,6166,1,0,0,0,6165,6156,1,0,0, - 0,6165,6166,1,0,0,0,6166,6167,1,0,0,0,6167,6170,3,704,352,0,6168, - 6169,5,105,0,0,6169,6171,3,658,329,0,6170,6168,1,0,0,0,6170,6171, - 1,0,0,0,6171,657,1,0,0,0,6172,6173,5,2,0,0,6173,6178,3,1476,738, - 0,6174,6175,5,6,0,0,6175,6177,3,1476,738,0,6176,6174,1,0,0,0,6177, - 6180,1,0,0,0,6178,6176,1,0,0,0,6178,6179,1,0,0,0,6179,6181,1,0,0, - 0,6180,6178,1,0,0,0,6181,6182,5,3,0,0,6182,659,1,0,0,0,6183,6184, - 5,82,0,0,6184,6185,5,311,0,0,6185,661,1,0,0,0,6186,6188,5,2,0,0, - 6187,6189,3,664,332,0,6188,6187,1,0,0,0,6188,6189,1,0,0,0,6189,6190, - 1,0,0,0,6190,6191,5,3,0,0,6191,663,1,0,0,0,6192,6197,3,682,341,0, - 6193,6194,5,6,0,0,6194,6196,3,682,341,0,6195,6193,1,0,0,0,6196,6199, - 1,0,0,0,6197,6195,1,0,0,0,6197,6198,1,0,0,0,6198,665,1,0,0,0,6199, - 6197,1,0,0,0,6200,6205,3,668,334,0,6201,6202,5,6,0,0,6202,6204,3, - 668,334,0,6203,6201,1,0,0,0,6204,6207,1,0,0,0,6205,6203,1,0,0,0, - 6205,6206,1,0,0,0,6206,667,1,0,0,0,6207,6205,1,0,0,0,6208,6209,3, - 1428,714,0,6209,6210,3,662,331,0,6210,6217,1,0,0,0,6211,6217,3,1502, - 751,0,6212,6214,3,1476,738,0,6213,6215,3,1382,691,0,6214,6213,1, - 0,0,0,6214,6215,1,0,0,0,6215,6217,1,0,0,0,6216,6208,1,0,0,0,6216, - 6211,1,0,0,0,6216,6212,1,0,0,0,6217,669,1,0,0,0,6218,6223,3,672, - 336,0,6219,6220,5,6,0,0,6220,6222,3,672,336,0,6221,6219,1,0,0,0, - 6222,6225,1,0,0,0,6223,6221,1,0,0,0,6223,6224,1,0,0,0,6224,671,1, - 0,0,0,6225,6223,1,0,0,0,6226,6227,3,1430,715,0,6227,6228,3,662,331, - 0,6228,6235,1,0,0,0,6229,6235,3,1502,751,0,6230,6232,3,1476,738, - 0,6231,6233,3,1382,691,0,6232,6231,1,0,0,0,6232,6233,1,0,0,0,6233, - 6235,1,0,0,0,6234,6226,1,0,0,0,6234,6229,1,0,0,0,6234,6230,1,0,0, - 0,6235,673,1,0,0,0,6236,6241,3,676,338,0,6237,6238,5,6,0,0,6238, - 6240,3,676,338,0,6239,6237,1,0,0,0,6240,6243,1,0,0,0,6241,6239,1, - 0,0,0,6241,6242,1,0,0,0,6242,675,1,0,0,0,6243,6241,1,0,0,0,6244, - 6245,3,1446,723,0,6245,6246,3,662,331,0,6246,6253,1,0,0,0,6247,6253, - 3,1502,751,0,6248,6250,3,1476,738,0,6249,6251,3,1382,691,0,6250, - 6249,1,0,0,0,6250,6251,1,0,0,0,6251,6253,1,0,0,0,6252,6244,1,0,0, - 0,6252,6247,1,0,0,0,6252,6248,1,0,0,0,6253,677,1,0,0,0,6254,6256, - 5,2,0,0,6255,6257,3,680,340,0,6256,6255,1,0,0,0,6256,6257,1,0,0, - 0,6257,6258,1,0,0,0,6258,6259,5,3,0,0,6259,679,1,0,0,0,6260,6265, - 3,692,346,0,6261,6262,5,6,0,0,6262,6264,3,692,346,0,6263,6261,1, - 0,0,0,6264,6267,1,0,0,0,6265,6263,1,0,0,0,6265,6266,1,0,0,0,6266, - 681,1,0,0,0,6267,6265,1,0,0,0,6268,6270,3,684,342,0,6269,6271,3, - 686,343,0,6270,6269,1,0,0,0,6270,6271,1,0,0,0,6271,6272,1,0,0,0, - 6272,6273,3,690,345,0,6273,6282,1,0,0,0,6274,6276,3,686,343,0,6275, - 6277,3,684,342,0,6276,6275,1,0,0,0,6276,6277,1,0,0,0,6277,6278,1, - 0,0,0,6278,6279,3,690,345,0,6279,6282,1,0,0,0,6280,6282,3,690,345, - 0,6281,6268,1,0,0,0,6281,6274,1,0,0,0,6281,6280,1,0,0,0,6282,683, - 1,0,0,0,6283,6285,5,68,0,0,6284,6286,5,453,0,0,6285,6284,1,0,0,0, - 6285,6286,1,0,0,0,6286,6291,1,0,0,0,6287,6291,5,453,0,0,6288,6291, - 5,400,0,0,6289,6291,5,101,0,0,6290,6283,1,0,0,0,6290,6287,1,0,0, - 0,6290,6288,1,0,0,0,6290,6289,1,0,0,0,6291,685,1,0,0,0,6292,6293, - 3,1484,742,0,6293,687,1,0,0,0,6294,6295,3,690,345,0,6295,689,1,0, - 0,0,6296,6309,3,1170,585,0,6297,6298,3,1484,742,0,6298,6299,3,562, - 281,0,6299,6300,5,27,0,0,6300,6301,5,360,0,0,6301,6309,1,0,0,0,6302, - 6303,5,415,0,0,6303,6304,3,1484,742,0,6304,6305,3,562,281,0,6305, - 6306,5,27,0,0,6306,6307,5,360,0,0,6307,6309,1,0,0,0,6308,6296,1, - 0,0,0,6308,6297,1,0,0,0,6308,6302,1,0,0,0,6309,691,1,0,0,0,6310, - 6313,3,682,341,0,6311,6312,7,46,0,0,6312,6314,3,1214,607,0,6313, - 6311,1,0,0,0,6313,6314,1,0,0,0,6314,693,1,0,0,0,6315,6316,3,682, - 341,0,6316,695,1,0,0,0,6317,6328,5,2,0,0,6318,6329,5,9,0,0,6319, - 6329,3,698,349,0,6320,6321,5,83,0,0,6321,6322,5,147,0,0,6322,6329, - 3,698,349,0,6323,6324,3,698,349,0,6324,6325,5,83,0,0,6325,6326,5, - 147,0,0,6326,6327,3,698,349,0,6327,6329,1,0,0,0,6328,6318,1,0,0, - 0,6328,6319,1,0,0,0,6328,6320,1,0,0,0,6328,6323,1,0,0,0,6329,6330, - 1,0,0,0,6330,6331,5,3,0,0,6331,697,1,0,0,0,6332,6337,3,694,347,0, - 6333,6334,5,6,0,0,6334,6336,3,694,347,0,6335,6333,1,0,0,0,6336,6339, - 1,0,0,0,6337,6335,1,0,0,0,6337,6338,1,0,0,0,6338,699,1,0,0,0,6339, - 6337,1,0,0,0,6340,6341,3,1446,723,0,6341,6342,3,696,348,0,6342,701, - 1,0,0,0,6343,6348,3,700,350,0,6344,6345,5,6,0,0,6345,6347,3,700, - 350,0,6346,6344,1,0,0,0,6347,6350,1,0,0,0,6348,6346,1,0,0,0,6348, - 6349,1,0,0,0,6349,703,1,0,0,0,6350,6348,1,0,0,0,6351,6353,3,708, - 354,0,6352,6351,1,0,0,0,6353,6354,1,0,0,0,6354,6352,1,0,0,0,6354, - 6355,1,0,0,0,6355,705,1,0,0,0,6356,6357,5,149,0,0,6357,6358,5,80, - 0,0,6358,6359,5,78,0,0,6359,6392,5,458,0,0,6360,6361,5,316,0,0,6361, - 6362,5,78,0,0,6362,6363,5,80,0,0,6363,6364,5,78,0,0,6364,6392,5, - 458,0,0,6365,6392,5,346,0,0,6366,6392,5,222,0,0,6367,6392,5,338, - 0,0,6368,6392,5,377,0,0,6369,6370,5,205,0,0,6370,6371,5,327,0,0, - 6371,6392,5,181,0,0,6372,6373,5,205,0,0,6373,6374,5,327,0,0,6374, - 6392,5,243,0,0,6375,6376,5,327,0,0,6376,6392,5,181,0,0,6377,6378, - 5,327,0,0,6378,6392,5,243,0,0,6379,6392,5,250,0,0,6380,6381,5,77, - 0,0,6381,6392,5,250,0,0,6382,6383,5,170,0,0,6383,6392,3,324,162, - 0,6384,6385,5,320,0,0,6385,6392,3,324,162,0,6386,6387,5,459,0,0, - 6387,6392,3,560,280,0,6388,6392,3,90,45,0,6389,6390,5,460,0,0,6390, - 6392,3,1476,738,0,6391,6356,1,0,0,0,6391,6360,1,0,0,0,6391,6365, - 1,0,0,0,6391,6366,1,0,0,0,6391,6367,1,0,0,0,6391,6368,1,0,0,0,6391, - 6369,1,0,0,0,6391,6372,1,0,0,0,6391,6375,1,0,0,0,6391,6377,1,0,0, - 0,6391,6379,1,0,0,0,6391,6380,1,0,0,0,6391,6382,1,0,0,0,6391,6384, - 1,0,0,0,6391,6386,1,0,0,0,6391,6388,1,0,0,0,6391,6389,1,0,0,0,6392, - 707,1,0,0,0,6393,6394,5,36,0,0,6394,6395,3,1460,730,0,6395,6396, - 5,6,0,0,6396,6397,3,1460,730,0,6397,6419,1,0,0,0,6398,6399,5,247, - 0,0,6399,6419,3,80,40,0,6400,6401,5,443,0,0,6401,6419,3,710,355, - 0,6402,6419,5,104,0,0,6403,6404,5,333,0,0,6404,6411,3,1476,738,0, - 6405,6406,5,94,0,0,6406,6412,3,1476,738,0,6407,6408,5,10,0,0,6408, - 6412,3,1476,738,0,6409,6410,5,64,0,0,6410,6412,5,434,0,0,6411,6405, - 1,0,0,0,6411,6407,1,0,0,0,6411,6409,1,0,0,0,6412,6419,1,0,0,0,6413, - 6414,5,36,0,0,6414,6419,3,1476,738,0,6415,6419,3,6,3,0,6416,6419, - 3,706,353,0,6417,6419,3,1476,738,0,6418,6393,1,0,0,0,6418,6398,1, - 0,0,0,6418,6400,1,0,0,0,6418,6402,1,0,0,0,6418,6403,1,0,0,0,6418, - 6413,1,0,0,0,6418,6415,1,0,0,0,6418,6416,1,0,0,0,6418,6417,1,0,0, - 0,6419,709,1,0,0,0,6420,6421,5,62,0,0,6421,6422,5,360,0,0,6422,6429, - 3,1170,585,0,6423,6424,5,6,0,0,6424,6425,5,62,0,0,6425,6426,5,360, - 0,0,6426,6428,3,1170,585,0,6427,6423,1,0,0,0,6428,6431,1,0,0,0,6429, - 6427,1,0,0,0,6429,6430,1,0,0,0,6430,711,1,0,0,0,6431,6429,1,0,0, - 0,6432,6433,5,105,0,0,6433,6434,3,498,249,0,6434,713,1,0,0,0,6435, - 6436,3,1434,717,0,6436,6437,3,690,345,0,6437,715,1,0,0,0,6438,6443, - 3,714,357,0,6439,6440,5,6,0,0,6440,6442,3,714,357,0,6441,6439,1, - 0,0,0,6442,6445,1,0,0,0,6443,6441,1,0,0,0,6443,6444,1,0,0,0,6444, - 717,1,0,0,0,6445,6443,1,0,0,0,6446,6447,5,138,0,0,6447,6448,3,720, - 360,0,6448,6450,3,722,361,0,6449,6451,3,724,362,0,6450,6449,1,0, - 0,0,6450,6451,1,0,0,0,6451,719,1,0,0,0,6452,6453,5,211,0,0,6453, - 6459,3,676,338,0,6454,6455,5,296,0,0,6455,6459,3,672,336,0,6456, - 6457,5,442,0,0,6457,6459,3,668,334,0,6458,6452,1,0,0,0,6458,6454, - 1,0,0,0,6458,6456,1,0,0,0,6459,721,1,0,0,0,6460,6462,3,706,353,0, - 6461,6460,1,0,0,0,6462,6463,1,0,0,0,6463,6461,1,0,0,0,6463,6464, - 1,0,0,0,6464,723,1,0,0,0,6465,6466,5,315,0,0,6466,725,1,0,0,0,6467, - 6468,5,191,0,0,6468,6470,5,211,0,0,6469,6471,3,750,375,0,6470,6469, - 1,0,0,0,6470,6471,1,0,0,0,6471,6472,1,0,0,0,6472,6474,3,674,337, - 0,6473,6475,3,124,62,0,6474,6473,1,0,0,0,6474,6475,1,0,0,0,6475, - 6495,1,0,0,0,6476,6477,5,191,0,0,6477,6479,5,296,0,0,6478,6480,3, - 750,375,0,6479,6478,1,0,0,0,6479,6480,1,0,0,0,6480,6481,1,0,0,0, - 6481,6483,3,670,335,0,6482,6484,3,124,62,0,6483,6482,1,0,0,0,6483, - 6484,1,0,0,0,6484,6495,1,0,0,0,6485,6486,5,191,0,0,6486,6488,5,442, - 0,0,6487,6489,3,750,375,0,6488,6487,1,0,0,0,6488,6489,1,0,0,0,6489, - 6490,1,0,0,0,6490,6492,3,666,333,0,6491,6493,3,124,62,0,6492,6491, - 1,0,0,0,6492,6493,1,0,0,0,6493,6495,1,0,0,0,6494,6467,1,0,0,0,6494, - 6476,1,0,0,0,6494,6485,1,0,0,0,6495,727,1,0,0,0,6496,6497,5,191, - 0,0,6497,6499,5,136,0,0,6498,6500,3,750,375,0,6499,6498,1,0,0,0, - 6499,6500,1,0,0,0,6500,6501,1,0,0,0,6501,6503,3,702,351,0,6502,6504, - 3,124,62,0,6503,6502,1,0,0,0,6503,6504,1,0,0,0,6504,729,1,0,0,0, - 6505,6506,5,191,0,0,6506,6508,5,278,0,0,6507,6509,3,750,375,0,6508, - 6507,1,0,0,0,6508,6509,1,0,0,0,6509,6510,1,0,0,0,6510,6512,3,736, - 368,0,6511,6513,3,124,62,0,6512,6511,1,0,0,0,6512,6513,1,0,0,0,6513, - 731,1,0,0,0,6514,6515,5,2,0,0,6515,6516,3,1170,585,0,6516,6517,5, - 3,0,0,6517,6537,1,0,0,0,6518,6519,5,2,0,0,6519,6520,3,1170,585,0, - 6520,6521,5,6,0,0,6521,6522,3,1170,585,0,6522,6523,5,3,0,0,6523, - 6537,1,0,0,0,6524,6525,5,2,0,0,6525,6526,5,407,0,0,6526,6527,5,6, - 0,0,6527,6528,3,1170,585,0,6528,6529,5,3,0,0,6529,6537,1,0,0,0,6530, - 6531,5,2,0,0,6531,6532,3,1170,585,0,6532,6533,5,6,0,0,6533,6534, - 5,407,0,0,6534,6535,5,3,0,0,6535,6537,1,0,0,0,6536,6514,1,0,0,0, - 6536,6518,1,0,0,0,6536,6524,1,0,0,0,6536,6530,1,0,0,0,6537,733,1, - 0,0,0,6538,6539,3,1476,738,0,6539,6540,5,11,0,0,6540,6542,1,0,0, - 0,6541,6538,1,0,0,0,6542,6545,1,0,0,0,6543,6541,1,0,0,0,6543,6544, - 1,0,0,0,6544,6546,1,0,0,0,6545,6543,1,0,0,0,6546,6547,3,1320,660, - 0,6547,735,1,0,0,0,6548,6553,3,738,369,0,6549,6550,5,6,0,0,6550, - 6552,3,738,369,0,6551,6549,1,0,0,0,6552,6555,1,0,0,0,6553,6551,1, - 0,0,0,6553,6554,1,0,0,0,6554,737,1,0,0,0,6555,6553,1,0,0,0,6556, - 6557,3,734,367,0,6557,6558,3,732,366,0,6558,739,1,0,0,0,6559,6560, - 5,57,0,0,6560,6561,3,742,371,0,6561,741,1,0,0,0,6562,6564,3,744, - 372,0,6563,6562,1,0,0,0,6564,6565,1,0,0,0,6565,6563,1,0,0,0,6565, - 6566,1,0,0,0,6566,743,1,0,0,0,6567,6571,3,1460,730,0,6568,6569,5, - 247,0,0,6569,6571,3,80,40,0,6570,6567,1,0,0,0,6570,6568,1,0,0,0, - 6571,745,1,0,0,0,6572,6573,5,46,0,0,6573,6574,5,41,0,0,6574,6575, - 5,2,0,0,6575,6576,3,1170,585,0,6576,6577,5,36,0,0,6577,6578,3,1170, - 585,0,6578,6579,5,3,0,0,6579,6580,5,105,0,0,6580,6581,5,211,0,0, - 6581,6583,3,676,338,0,6582,6584,3,748,374,0,6583,6582,1,0,0,0,6583, - 6584,1,0,0,0,6584,6610,1,0,0,0,6585,6586,5,46,0,0,6586,6587,5,41, - 0,0,6587,6588,5,2,0,0,6588,6589,3,1170,585,0,6589,6590,5,36,0,0, - 6590,6591,3,1170,585,0,6591,6592,5,3,0,0,6592,6593,5,379,0,0,6593, - 6595,5,211,0,0,6594,6596,3,748,374,0,6595,6594,1,0,0,0,6595,6596, - 1,0,0,0,6596,6610,1,0,0,0,6597,6598,5,46,0,0,6598,6599,5,41,0,0, - 6599,6600,5,2,0,0,6600,6601,3,1170,585,0,6601,6602,5,36,0,0,6602, - 6603,3,1170,585,0,6603,6604,5,3,0,0,6604,6605,5,105,0,0,6605,6607, - 5,400,0,0,6606,6608,3,748,374,0,6607,6606,1,0,0,0,6607,6608,1,0, - 0,0,6608,6610,1,0,0,0,6609,6572,1,0,0,0,6609,6585,1,0,0,0,6609,6597, - 1,0,0,0,6610,747,1,0,0,0,6611,6612,5,36,0,0,6612,6616,5,223,0,0, - 6613,6614,5,36,0,0,6614,6616,5,141,0,0,6615,6611,1,0,0,0,6615,6613, - 1,0,0,0,6616,749,1,0,0,0,6617,6618,5,220,0,0,6618,6619,5,396,0,0, - 6619,751,1,0,0,0,6620,6622,5,46,0,0,6621,6623,3,660,330,0,6622,6621, - 1,0,0,0,6622,6623,1,0,0,0,6623,6624,1,0,0,0,6624,6625,5,443,0,0, - 6625,6626,5,62,0,0,6626,6627,3,1170,585,0,6627,6628,5,247,0,0,6628, - 6629,3,1438,719,0,6629,6630,5,2,0,0,6630,6631,3,754,377,0,6631,6632, - 5,3,0,0,6632,753,1,0,0,0,6633,6634,5,64,0,0,6634,6635,5,461,0,0, - 6635,6636,5,105,0,0,6636,6637,5,211,0,0,6637,6638,3,676,338,0,6638, - 6639,5,6,0,0,6639,6640,5,94,0,0,6640,6641,5,461,0,0,6641,6642,5, - 105,0,0,6642,6643,5,211,0,0,6643,6644,3,676,338,0,6644,6668,1,0, - 0,0,6645,6646,5,94,0,0,6646,6647,5,461,0,0,6647,6648,5,105,0,0,6648, - 6649,5,211,0,0,6649,6650,3,676,338,0,6650,6651,5,6,0,0,6651,6652, - 5,64,0,0,6652,6653,5,461,0,0,6653,6654,5,105,0,0,6654,6655,5,211, - 0,0,6655,6656,3,676,338,0,6656,6668,1,0,0,0,6657,6658,5,64,0,0,6658, - 6659,5,461,0,0,6659,6660,5,105,0,0,6660,6661,5,211,0,0,6661,6668, - 3,676,338,0,6662,6663,5,94,0,0,6663,6664,5,461,0,0,6664,6665,5,105, - 0,0,6665,6666,5,211,0,0,6666,6668,3,676,338,0,6667,6633,1,0,0,0, - 6667,6645,1,0,0,0,6667,6657,1,0,0,0,6667,6662,1,0,0,0,6668,755,1, - 0,0,0,6669,6670,5,306,0,0,6670,6686,3,758,379,0,6671,6672,5,306, - 0,0,6672,6686,3,760,380,0,6673,6674,5,306,0,0,6674,6675,5,2,0,0, - 6675,6676,3,762,381,0,6676,6677,5,3,0,0,6677,6678,3,758,379,0,6678, - 6686,1,0,0,0,6679,6680,5,306,0,0,6680,6681,5,2,0,0,6681,6682,3,762, - 381,0,6682,6683,5,3,0,0,6683,6684,3,760,380,0,6684,6686,1,0,0,0, - 6685,6669,1,0,0,0,6685,6671,1,0,0,0,6685,6673,1,0,0,0,6685,6679, - 1,0,0,0,6686,757,1,0,0,0,6687,6689,5,226,0,0,6688,6690,3,632,316, - 0,6689,6688,1,0,0,0,6689,6690,1,0,0,0,6690,6691,1,0,0,0,6691,6698, - 3,1414,707,0,6692,6694,5,92,0,0,6693,6695,3,632,316,0,6694,6693, - 1,0,0,0,6694,6695,1,0,0,0,6695,6696,1,0,0,0,6696,6698,3,1408,704, - 0,6697,6687,1,0,0,0,6697,6692,1,0,0,0,6698,759,1,0,0,0,6699,6701, - 5,323,0,0,6700,6702,3,632,316,0,6701,6700,1,0,0,0,6701,6702,1,0, - 0,0,6702,6703,1,0,0,0,6703,6715,3,1424,712,0,6704,6706,5,349,0,0, - 6705,6707,3,632,316,0,6706,6705,1,0,0,0,6706,6707,1,0,0,0,6707,6708, - 1,0,0,0,6708,6715,3,1438,719,0,6709,6711,5,175,0,0,6710,6712,3,632, - 316,0,6711,6710,1,0,0,0,6711,6712,1,0,0,0,6712,6713,1,0,0,0,6713, - 6715,3,1422,711,0,6714,6699,1,0,0,0,6714,6704,1,0,0,0,6714,6709, - 1,0,0,0,6715,761,1,0,0,0,6716,6721,3,764,382,0,6717,6718,5,6,0,0, - 6718,6720,3,764,382,0,6719,6717,1,0,0,0,6720,6723,1,0,0,0,6721,6719, - 1,0,0,0,6721,6722,1,0,0,0,6722,763,1,0,0,0,6723,6721,1,0,0,0,6724, - 6725,5,128,0,0,6725,765,1,0,0,0,6726,6727,5,138,0,0,6727,6728,5, - 351,0,0,6728,6729,3,1404,702,0,6729,6730,5,333,0,0,6730,6731,3,132, - 66,0,6731,6739,1,0,0,0,6732,6733,5,138,0,0,6733,6734,5,351,0,0,6734, - 6735,3,1404,702,0,6735,6736,5,313,0,0,6736,6737,3,132,66,0,6737, - 6739,1,0,0,0,6738,6726,1,0,0,0,6738,6732,1,0,0,0,6739,767,1,0,0, - 0,6740,6741,5,138,0,0,6741,6742,5,136,0,0,6742,6743,3,700,350,0, - 6743,6744,5,309,0,0,6744,6745,5,94,0,0,6745,6746,3,1438,719,0,6746, - 7132,1,0,0,0,6747,6748,5,138,0,0,6748,6749,5,108,0,0,6749,6750,3, - 560,280,0,6750,6751,5,309,0,0,6751,6752,5,94,0,0,6752,6753,3,1438, - 719,0,6753,7132,1,0,0,0,6754,6755,5,138,0,0,6755,6756,5,168,0,0, - 6756,6757,3,560,280,0,6757,6758,5,309,0,0,6758,6759,5,94,0,0,6759, - 6760,3,1438,719,0,6760,7132,1,0,0,0,6761,6762,5,138,0,0,6762,6763, - 5,175,0,0,6763,6764,3,1422,711,0,6764,6765,5,309,0,0,6765,6766,5, - 94,0,0,6766,6767,3,1420,710,0,6767,7132,1,0,0,0,6768,6769,5,138, - 0,0,6769,6770,5,189,0,0,6770,6771,3,560,280,0,6771,6772,5,309,0, - 0,6772,6773,5,94,0,0,6773,6774,3,1438,719,0,6774,7132,1,0,0,0,6775, - 6776,5,138,0,0,6776,6777,5,189,0,0,6777,6778,3,560,280,0,6778,6779, - 5,309,0,0,6779,6780,5,45,0,0,6780,6781,3,1438,719,0,6781,6782,5, - 94,0,0,6782,6783,3,1438,719,0,6783,7132,1,0,0,0,6784,6785,5,138, - 0,0,6785,6786,5,63,0,0,6786,6787,5,174,0,0,6787,6788,5,381,0,0,6788, - 6789,3,1438,719,0,6789,6790,5,309,0,0,6790,6791,5,94,0,0,6791,6792, - 3,1438,719,0,6792,7132,1,0,0,0,6793,6794,5,138,0,0,6794,6795,5,211, - 0,0,6795,6796,3,676,338,0,6796,6797,5,309,0,0,6797,6798,5,94,0,0, - 6798,6799,3,1444,722,0,6799,7132,1,0,0,0,6800,6801,5,138,0,0,6801, - 6802,5,66,0,0,6802,6803,3,1470,735,0,6803,6804,5,309,0,0,6804,6805, - 5,94,0,0,6805,6806,3,1470,735,0,6806,7132,1,0,0,0,6807,6809,5,138, - 0,0,6808,6810,3,340,170,0,6809,6808,1,0,0,0,6809,6810,1,0,0,0,6810, - 6811,1,0,0,0,6811,6812,5,247,0,0,6812,6813,3,1438,719,0,6813,6814, - 5,309,0,0,6814,6815,5,94,0,0,6815,6816,3,1438,719,0,6816,7132,1, - 0,0,0,6817,6818,5,138,0,0,6818,6819,5,278,0,0,6819,6820,5,156,0, - 0,6820,6821,3,560,280,0,6821,6822,5,100,0,0,6822,6823,3,1438,719, - 0,6823,6824,5,309,0,0,6824,6825,5,94,0,0,6825,6826,3,1438,719,0, - 6826,7132,1,0,0,0,6827,6828,5,138,0,0,6828,6829,5,278,0,0,6829,6830, - 5,206,0,0,6830,6831,3,560,280,0,6831,6832,5,100,0,0,6832,6833,3, - 1438,719,0,6833,6834,5,309,0,0,6834,6835,5,94,0,0,6835,6836,3,1438, - 719,0,6836,7132,1,0,0,0,6837,6838,5,138,0,0,6838,6840,5,445,0,0, - 6839,6841,3,750,375,0,6840,6839,1,0,0,0,6840,6841,1,0,0,0,6841,6842, - 1,0,0,0,6842,6843,3,1438,719,0,6843,6844,5,80,0,0,6844,6845,3,1414, - 707,0,6845,6846,5,309,0,0,6846,6847,5,94,0,0,6847,6848,3,1438,719, - 0,6848,7132,1,0,0,0,6849,6850,5,138,0,0,6850,6851,5,296,0,0,6851, - 6852,3,672,336,0,6852,6853,5,309,0,0,6853,6854,5,94,0,0,6854,6855, - 3,1432,716,0,6855,7132,1,0,0,0,6856,6857,5,138,0,0,6857,6858,5,452, - 0,0,6858,6859,3,1438,719,0,6859,6860,5,309,0,0,6860,6861,5,94,0, - 0,6861,6862,3,1438,719,0,6862,7132,1,0,0,0,6863,6864,5,138,0,0,6864, - 6865,5,442,0,0,6865,6866,3,668,334,0,6866,6867,5,309,0,0,6867,6868, - 5,94,0,0,6868,6869,3,1438,719,0,6869,7132,1,0,0,0,6870,6871,5,138, - 0,0,6871,6872,5,323,0,0,6872,6873,3,1424,712,0,6873,6874,5,309,0, - 0,6874,6875,5,94,0,0,6875,6876,3,48,24,0,6876,7132,1,0,0,0,6877, - 6878,5,138,0,0,6878,6879,5,331,0,0,6879,6880,3,1438,719,0,6880,6881, - 5,309,0,0,6881,6882,5,94,0,0,6882,6883,3,1438,719,0,6883,7132,1, - 0,0,0,6884,6885,5,138,0,0,6885,6886,5,451,0,0,6886,6887,3,1438,719, - 0,6887,6888,5,309,0,0,6888,6889,5,94,0,0,6889,6890,3,1438,719,0, - 6890,7132,1,0,0,0,6891,6892,5,138,0,0,6892,6894,5,92,0,0,6893,6895, - 3,750,375,0,6894,6893,1,0,0,0,6894,6895,1,0,0,0,6895,6896,1,0,0, - 0,6896,6897,3,1120,560,0,6897,6898,5,309,0,0,6898,6899,5,94,0,0, - 6899,6900,3,1406,703,0,6900,7132,1,0,0,0,6901,6902,5,138,0,0,6902, - 6904,5,328,0,0,6903,6905,3,750,375,0,6904,6903,1,0,0,0,6904,6905, - 1,0,0,0,6905,6906,1,0,0,0,6906,6907,3,1414,707,0,6907,6908,5,309, - 0,0,6908,6909,5,94,0,0,6909,6910,3,1438,719,0,6910,7132,1,0,0,0, - 6911,6912,5,138,0,0,6912,6914,5,376,0,0,6913,6915,3,750,375,0,6914, - 6913,1,0,0,0,6914,6915,1,0,0,0,6915,6916,1,0,0,0,6916,6917,3,1412, - 706,0,6917,6918,5,309,0,0,6918,6919,5,94,0,0,6919,6920,3,1410,705, - 0,6920,7132,1,0,0,0,6921,6922,5,138,0,0,6922,6923,5,259,0,0,6923, - 6925,5,376,0,0,6924,6926,3,750,375,0,6925,6924,1,0,0,0,6925,6926, - 1,0,0,0,6926,6927,1,0,0,0,6927,6928,3,1412,706,0,6928,6929,5,309, - 0,0,6929,6930,5,94,0,0,6930,6931,3,1410,705,0,6931,7132,1,0,0,0, - 6932,6933,5,138,0,0,6933,6935,5,226,0,0,6934,6936,3,750,375,0,6935, - 6934,1,0,0,0,6935,6936,1,0,0,0,6936,6937,1,0,0,0,6937,6938,3,1414, - 707,0,6938,6939,5,309,0,0,6939,6940,5,94,0,0,6940,6941,3,1438,719, - 0,6941,7132,1,0,0,0,6942,6943,5,138,0,0,6943,6944,5,63,0,0,6944, - 6946,5,92,0,0,6945,6947,3,750,375,0,6946,6945,1,0,0,0,6946,6947, - 1,0,0,0,6947,6948,1,0,0,0,6948,6949,3,1120,560,0,6949,6950,5,309, - 0,0,6950,6951,5,94,0,0,6951,6952,3,1406,703,0,6952,7132,1,0,0,0, - 6953,6954,5,138,0,0,6954,6956,5,92,0,0,6955,6957,3,750,375,0,6956, - 6955,1,0,0,0,6956,6957,1,0,0,0,6957,6958,1,0,0,0,6958,6959,3,1120, - 560,0,6959,6961,5,309,0,0,6960,6962,5,44,0,0,6961,6960,1,0,0,0,6961, - 6962,1,0,0,0,6962,6963,1,0,0,0,6963,6964,3,1434,717,0,6964,6965, - 5,94,0,0,6965,6966,3,1436,718,0,6966,7132,1,0,0,0,6967,6968,5,138, - 0,0,6968,6970,5,376,0,0,6969,6971,3,750,375,0,6970,6969,1,0,0,0, - 6970,6971,1,0,0,0,6971,6972,1,0,0,0,6972,6973,3,1412,706,0,6973, - 6975,5,309,0,0,6974,6976,5,44,0,0,6975,6974,1,0,0,0,6975,6976,1, - 0,0,0,6976,6977,1,0,0,0,6977,6978,3,1434,717,0,6978,6979,5,94,0, - 0,6979,6980,3,1436,718,0,6980,7132,1,0,0,0,6981,6982,5,138,0,0,6982, - 6983,5,259,0,0,6983,6985,5,376,0,0,6984,6986,3,750,375,0,6985,6984, - 1,0,0,0,6985,6986,1,0,0,0,6986,6987,1,0,0,0,6987,6988,3,1412,706, - 0,6988,6990,5,309,0,0,6989,6991,5,44,0,0,6990,6989,1,0,0,0,6990, - 6991,1,0,0,0,6991,6992,1,0,0,0,6992,6993,3,1434,717,0,6993,6994, - 5,94,0,0,6994,6995,3,1436,718,0,6995,7132,1,0,0,0,6996,6997,5,138, - 0,0,6997,6999,5,92,0,0,6998,7000,3,750,375,0,6999,6998,1,0,0,0,6999, - 7000,1,0,0,0,7000,7001,1,0,0,0,7001,7002,3,1120,560,0,7002,7003, - 5,309,0,0,7003,7004,5,45,0,0,7004,7005,3,1438,719,0,7005,7006,5, - 94,0,0,7006,7007,3,1438,719,0,7007,7132,1,0,0,0,7008,7009,5,138, - 0,0,7009,7010,5,63,0,0,7010,7012,5,92,0,0,7011,7013,3,750,375,0, - 7012,7011,1,0,0,0,7012,7013,1,0,0,0,7013,7014,1,0,0,0,7014,7015, - 3,1120,560,0,7015,7017,5,309,0,0,7016,7018,5,44,0,0,7017,7016,1, - 0,0,0,7017,7018,1,0,0,0,7018,7019,1,0,0,0,7019,7020,3,1434,717,0, - 7020,7021,5,94,0,0,7021,7022,3,1436,718,0,7022,7132,1,0,0,0,7023, - 7024,5,138,0,0,7024,7025,5,321,0,0,7025,7026,3,1438,719,0,7026,7027, - 5,80,0,0,7027,7028,3,1414,707,0,7028,7029,5,309,0,0,7029,7030,5, - 94,0,0,7030,7031,3,1438,719,0,7031,7132,1,0,0,0,7032,7033,5,138, - 0,0,7033,7034,5,357,0,0,7034,7035,3,1438,719,0,7035,7036,5,80,0, - 0,7036,7037,3,1414,707,0,7037,7038,5,309,0,0,7038,7039,5,94,0,0, - 7039,7040,3,1438,719,0,7040,7132,1,0,0,0,7041,7042,5,138,0,0,7042, - 7043,5,198,0,0,7043,7044,5,357,0,0,7044,7045,3,1438,719,0,7045,7046, - 5,309,0,0,7046,7047,5,94,0,0,7047,7048,3,1438,719,0,7048,7132,1, - 0,0,0,7049,7050,5,138,0,0,7050,7051,5,318,0,0,7051,7052,3,1470,735, - 0,7052,7053,5,309,0,0,7053,7054,5,94,0,0,7054,7055,3,1470,735,0, - 7055,7132,1,0,0,0,7056,7057,5,138,0,0,7057,7058,5,99,0,0,7058,7059, - 3,1470,735,0,7059,7060,5,309,0,0,7060,7061,5,94,0,0,7061,7062,3, - 1470,735,0,7062,7132,1,0,0,0,7063,7064,5,138,0,0,7064,7065,5,351, - 0,0,7065,7066,3,1404,702,0,7066,7067,5,309,0,0,7067,7068,5,94,0, - 0,7068,7069,3,1402,701,0,7069,7132,1,0,0,0,7070,7071,5,138,0,0,7071, - 7072,5,342,0,0,7072,7073,3,560,280,0,7073,7074,5,309,0,0,7074,7075, - 5,94,0,0,7075,7076,3,1438,719,0,7076,7132,1,0,0,0,7077,7078,5,138, - 0,0,7078,7079,5,355,0,0,7079,7080,5,325,0,0,7080,7081,5,283,0,0, - 7081,7082,3,560,280,0,7082,7083,5,309,0,0,7083,7084,5,94,0,0,7084, - 7085,3,1438,719,0,7085,7132,1,0,0,0,7086,7087,5,138,0,0,7087,7088, - 5,355,0,0,7088,7089,5,325,0,0,7089,7090,5,185,0,0,7090,7091,3,560, - 280,0,7091,7092,5,309,0,0,7092,7093,5,94,0,0,7093,7094,3,1438,719, - 0,7094,7132,1,0,0,0,7095,7096,5,138,0,0,7096,7097,5,355,0,0,7097, - 7098,5,325,0,0,7098,7099,5,353,0,0,7099,7100,3,560,280,0,7100,7101, - 5,309,0,0,7101,7102,5,94,0,0,7102,7103,3,1438,719,0,7103,7132,1, - 0,0,0,7104,7105,5,138,0,0,7105,7106,5,355,0,0,7106,7107,5,325,0, - 0,7107,7108,5,163,0,0,7108,7109,3,560,280,0,7109,7110,5,309,0,0, - 7110,7111,5,94,0,0,7111,7112,3,1438,719,0,7112,7132,1,0,0,0,7113, - 7114,5,138,0,0,7114,7115,5,360,0,0,7115,7116,3,560,280,0,7116,7117, - 5,309,0,0,7117,7118,5,94,0,0,7118,7119,3,1438,719,0,7119,7132,1, - 0,0,0,7120,7121,5,138,0,0,7121,7122,5,360,0,0,7122,7123,3,560,280, - 0,7123,7124,5,309,0,0,7124,7125,5,143,0,0,7125,7126,3,1438,719,0, - 7126,7127,5,94,0,0,7127,7129,3,1438,719,0,7128,7130,3,124,62,0,7129, - 7128,1,0,0,0,7129,7130,1,0,0,0,7130,7132,1,0,0,0,7131,6740,1,0,0, - 0,7131,6747,1,0,0,0,7131,6754,1,0,0,0,7131,6761,1,0,0,0,7131,6768, - 1,0,0,0,7131,6775,1,0,0,0,7131,6784,1,0,0,0,7131,6793,1,0,0,0,7131, - 6800,1,0,0,0,7131,6807,1,0,0,0,7131,6817,1,0,0,0,7131,6827,1,0,0, - 0,7131,6837,1,0,0,0,7131,6849,1,0,0,0,7131,6856,1,0,0,0,7131,6863, - 1,0,0,0,7131,6870,1,0,0,0,7131,6877,1,0,0,0,7131,6884,1,0,0,0,7131, - 6891,1,0,0,0,7131,6901,1,0,0,0,7131,6911,1,0,0,0,7131,6921,1,0,0, - 0,7131,6932,1,0,0,0,7131,6942,1,0,0,0,7131,6953,1,0,0,0,7131,6967, - 1,0,0,0,7131,6981,1,0,0,0,7131,6996,1,0,0,0,7131,7008,1,0,0,0,7131, - 7023,1,0,0,0,7131,7032,1,0,0,0,7131,7041,1,0,0,0,7131,7049,1,0,0, - 0,7131,7056,1,0,0,0,7131,7063,1,0,0,0,7131,7070,1,0,0,0,7131,7077, - 1,0,0,0,7131,7086,1,0,0,0,7131,7095,1,0,0,0,7131,7104,1,0,0,0,7131, - 7113,1,0,0,0,7131,7120,1,0,0,0,7132,769,1,0,0,0,7133,7134,5,333, - 0,0,7134,7135,5,174,0,0,7135,771,1,0,0,0,7136,7137,5,138,0,0,7137, - 7138,5,211,0,0,7138,7140,3,676,338,0,7139,7141,3,774,387,0,7140, - 7139,1,0,0,0,7140,7141,1,0,0,0,7141,7142,1,0,0,0,7142,7143,5,462, - 0,0,7143,7144,5,80,0,0,7144,7145,5,204,0,0,7145,7146,3,1438,719, - 0,7146,7206,1,0,0,0,7147,7148,5,138,0,0,7148,7149,5,296,0,0,7149, - 7151,3,672,336,0,7150,7152,3,774,387,0,7151,7150,1,0,0,0,7151,7152, - 1,0,0,0,7152,7153,1,0,0,0,7153,7154,5,462,0,0,7154,7155,5,80,0,0, - 7155,7156,5,204,0,0,7156,7157,3,1438,719,0,7157,7206,1,0,0,0,7158, - 7159,5,138,0,0,7159,7160,5,442,0,0,7160,7162,3,668,334,0,7161,7163, - 3,774,387,0,7162,7161,1,0,0,0,7162,7163,1,0,0,0,7163,7164,1,0,0, - 0,7164,7165,5,462,0,0,7165,7166,5,80,0,0,7166,7167,5,204,0,0,7167, - 7168,3,1438,719,0,7168,7206,1,0,0,0,7169,7170,5,138,0,0,7170,7171, - 5,357,0,0,7171,7172,3,1438,719,0,7172,7173,5,80,0,0,7173,7175,3, - 1414,707,0,7174,7176,3,774,387,0,7175,7174,1,0,0,0,7175,7176,1,0, - 0,0,7176,7177,1,0,0,0,7177,7178,5,462,0,0,7178,7179,5,80,0,0,7179, - 7180,5,204,0,0,7180,7181,3,1438,719,0,7181,7206,1,0,0,0,7182,7183, - 5,138,0,0,7183,7184,5,259,0,0,7184,7185,5,376,0,0,7185,7187,3,1412, - 706,0,7186,7188,3,774,387,0,7187,7186,1,0,0,0,7187,7188,1,0,0,0, - 7188,7189,1,0,0,0,7189,7190,5,462,0,0,7190,7191,5,80,0,0,7191,7192, - 5,204,0,0,7192,7193,3,1438,719,0,7193,7206,1,0,0,0,7194,7195,5,138, - 0,0,7195,7196,5,226,0,0,7196,7198,3,1414,707,0,7197,7199,3,774,387, - 0,7198,7197,1,0,0,0,7198,7199,1,0,0,0,7199,7200,1,0,0,0,7200,7201, - 5,462,0,0,7201,7202,5,80,0,0,7202,7203,5,204,0,0,7203,7204,3,1438, - 719,0,7204,7206,1,0,0,0,7205,7136,1,0,0,0,7205,7147,1,0,0,0,7205, - 7158,1,0,0,0,7205,7169,1,0,0,0,7205,7182,1,0,0,0,7205,7194,1,0,0, - 0,7206,773,1,0,0,0,7207,7208,5,269,0,0,7208,775,1,0,0,0,7209,7210, - 5,138,0,0,7210,7211,5,136,0,0,7211,7212,3,700,350,0,7212,7213,5, - 333,0,0,7213,7214,5,323,0,0,7214,7215,3,1424,712,0,7215,7395,1,0, - 0,0,7216,7217,5,138,0,0,7217,7218,5,108,0,0,7218,7219,3,560,280, - 0,7219,7220,5,333,0,0,7220,7221,5,323,0,0,7221,7222,3,1424,712,0, - 7222,7395,1,0,0,0,7223,7224,5,138,0,0,7224,7225,5,168,0,0,7225,7226, - 3,560,280,0,7226,7227,5,333,0,0,7227,7228,5,323,0,0,7228,7229,3, - 1424,712,0,7229,7395,1,0,0,0,7230,7231,5,138,0,0,7231,7232,5,189, - 0,0,7232,7233,3,560,280,0,7233,7234,5,333,0,0,7234,7235,5,323,0, - 0,7235,7236,3,1424,712,0,7236,7395,1,0,0,0,7237,7238,5,138,0,0,7238, - 7239,5,204,0,0,7239,7240,3,1438,719,0,7240,7241,5,333,0,0,7241,7242, - 5,323,0,0,7242,7243,3,1424,712,0,7243,7395,1,0,0,0,7244,7245,5,138, - 0,0,7245,7246,5,211,0,0,7246,7247,3,676,338,0,7247,7248,5,333,0, - 0,7248,7249,5,323,0,0,7249,7250,3,1424,712,0,7250,7395,1,0,0,0,7251, - 7252,5,138,0,0,7252,7253,5,278,0,0,7253,7254,3,738,369,0,7254,7255, - 5,333,0,0,7255,7256,5,323,0,0,7256,7257,3,1424,712,0,7257,7395,1, - 0,0,0,7258,7259,5,138,0,0,7259,7260,5,278,0,0,7260,7261,5,156,0, - 0,7261,7262,3,560,280,0,7262,7263,5,100,0,0,7263,7264,3,1438,719, - 0,7264,7265,5,333,0,0,7265,7266,5,323,0,0,7266,7267,3,1424,712,0, - 7267,7395,1,0,0,0,7268,7269,5,138,0,0,7269,7270,5,278,0,0,7270,7271, - 5,206,0,0,7271,7272,3,560,280,0,7272,7273,5,100,0,0,7273,7274,3, - 1438,719,0,7274,7275,5,333,0,0,7275,7276,5,323,0,0,7276,7277,3,1424, - 712,0,7277,7395,1,0,0,0,7278,7279,5,138,0,0,7279,7280,5,296,0,0, - 7280,7281,3,672,336,0,7281,7282,5,333,0,0,7282,7283,5,323,0,0,7283, - 7284,3,1424,712,0,7284,7395,1,0,0,0,7285,7286,5,138,0,0,7286,7287, - 5,442,0,0,7287,7288,3,668,334,0,7288,7289,5,333,0,0,7289,7290,5, - 323,0,0,7290,7291,3,1424,712,0,7291,7395,1,0,0,0,7292,7293,5,138, - 0,0,7293,7295,5,92,0,0,7294,7296,3,750,375,0,7295,7294,1,0,0,0,7295, - 7296,1,0,0,0,7296,7297,1,0,0,0,7297,7298,3,1120,560,0,7298,7299, - 5,333,0,0,7299,7300,5,323,0,0,7300,7301,3,1424,712,0,7301,7395,1, - 0,0,0,7302,7303,5,138,0,0,7303,7304,5,342,0,0,7304,7305,3,560,280, - 0,7305,7306,5,333,0,0,7306,7307,5,323,0,0,7307,7308,3,1424,712,0, - 7308,7395,1,0,0,0,7309,7310,5,138,0,0,7310,7311,5,355,0,0,7311,7312, - 5,325,0,0,7312,7313,5,283,0,0,7313,7314,3,560,280,0,7314,7315,5, - 333,0,0,7315,7316,5,323,0,0,7316,7317,3,1424,712,0,7317,7395,1,0, - 0,0,7318,7319,5,138,0,0,7319,7320,5,355,0,0,7320,7321,5,325,0,0, - 7321,7322,5,185,0,0,7322,7323,3,560,280,0,7323,7324,5,333,0,0,7324, - 7325,5,323,0,0,7325,7326,3,1424,712,0,7326,7395,1,0,0,0,7327,7328, - 5,138,0,0,7328,7329,5,355,0,0,7329,7330,5,325,0,0,7330,7331,5,353, - 0,0,7331,7332,3,560,280,0,7332,7333,5,333,0,0,7333,7334,5,323,0, - 0,7334,7335,3,1424,712,0,7335,7395,1,0,0,0,7336,7337,5,138,0,0,7337, - 7338,5,355,0,0,7338,7339,5,325,0,0,7339,7340,5,163,0,0,7340,7341, - 3,560,280,0,7341,7342,5,333,0,0,7342,7343,5,323,0,0,7343,7344,3, - 1424,712,0,7344,7395,1,0,0,0,7345,7346,5,138,0,0,7346,7348,5,328, - 0,0,7347,7349,3,750,375,0,7348,7347,1,0,0,0,7348,7349,1,0,0,0,7349, - 7350,1,0,0,0,7350,7351,3,1414,707,0,7351,7352,5,333,0,0,7352,7353, - 5,323,0,0,7353,7354,3,1424,712,0,7354,7395,1,0,0,0,7355,7356,5,138, - 0,0,7356,7358,5,376,0,0,7357,7359,3,750,375,0,7358,7357,1,0,0,0, - 7358,7359,1,0,0,0,7359,7360,1,0,0,0,7360,7361,3,1412,706,0,7361, - 7362,5,333,0,0,7362,7363,5,323,0,0,7363,7364,3,1424,712,0,7364,7395, - 1,0,0,0,7365,7366,5,138,0,0,7366,7367,5,259,0,0,7367,7369,5,376, - 0,0,7368,7370,3,750,375,0,7369,7368,1,0,0,0,7369,7370,1,0,0,0,7370, - 7371,1,0,0,0,7371,7372,3,1412,706,0,7372,7373,5,333,0,0,7373,7374, - 5,323,0,0,7374,7375,3,1424,712,0,7375,7395,1,0,0,0,7376,7377,5,138, - 0,0,7377,7378,5,63,0,0,7378,7380,5,92,0,0,7379,7381,3,750,375,0, - 7380,7379,1,0,0,0,7380,7381,1,0,0,0,7381,7382,1,0,0,0,7382,7383, - 3,1120,560,0,7383,7384,5,333,0,0,7384,7385,5,323,0,0,7385,7386,3, - 1424,712,0,7386,7395,1,0,0,0,7387,7388,5,138,0,0,7388,7389,5,360, - 0,0,7389,7390,3,560,280,0,7390,7391,5,333,0,0,7391,7392,5,323,0, - 0,7392,7393,3,1424,712,0,7393,7395,1,0,0,0,7394,7209,1,0,0,0,7394, - 7216,1,0,0,0,7394,7223,1,0,0,0,7394,7230,1,0,0,0,7394,7237,1,0,0, - 0,7394,7244,1,0,0,0,7394,7251,1,0,0,0,7394,7258,1,0,0,0,7394,7268, - 1,0,0,0,7394,7278,1,0,0,0,7394,7285,1,0,0,0,7394,7292,1,0,0,0,7394, - 7302,1,0,0,0,7394,7309,1,0,0,0,7394,7318,1,0,0,0,7394,7327,1,0,0, - 0,7394,7336,1,0,0,0,7394,7345,1,0,0,0,7394,7355,1,0,0,0,7394,7365, - 1,0,0,0,7394,7376,1,0,0,0,7394,7387,1,0,0,0,7395,777,1,0,0,0,7396, - 7397,5,138,0,0,7397,7398,5,278,0,0,7398,7399,3,738,369,0,7399,7400, - 5,333,0,0,7400,7401,5,2,0,0,7401,7402,3,780,390,0,7402,7403,5,3, - 0,0,7403,779,1,0,0,0,7404,7409,3,782,391,0,7405,7406,5,6,0,0,7406, - 7408,3,782,391,0,7407,7405,1,0,0,0,7408,7411,1,0,0,0,7409,7407,1, - 0,0,0,7409,7410,1,0,0,0,7410,781,1,0,0,0,7411,7409,1,0,0,0,7412, - 7413,3,1492,746,0,7413,7414,5,10,0,0,7414,7415,5,407,0,0,7415,7421, - 1,0,0,0,7416,7417,3,1492,746,0,7417,7418,5,10,0,0,7418,7419,3,784, - 392,0,7419,7421,1,0,0,0,7420,7412,1,0,0,0,7420,7416,1,0,0,0,7421, - 783,1,0,0,0,7422,7428,3,690,345,0,7423,7428,3,1504,752,0,7424,7428, - 3,1326,663,0,7425,7428,3,324,162,0,7426,7428,3,1460,730,0,7427,7422, - 1,0,0,0,7427,7423,1,0,0,0,7427,7424,1,0,0,0,7427,7425,1,0,0,0,7427, - 7426,1,0,0,0,7428,785,1,0,0,0,7429,7430,5,138,0,0,7430,7431,5,360, - 0,0,7431,7432,3,560,280,0,7432,7433,5,333,0,0,7433,7434,5,2,0,0, - 7434,7435,3,780,390,0,7435,7436,5,3,0,0,7436,787,1,0,0,0,7437,7438, - 5,138,0,0,7438,7439,5,136,0,0,7439,7440,3,700,350,0,7440,7441,5, - 282,0,0,7441,7442,5,94,0,0,7442,7443,3,1472,736,0,7443,7623,1,0, - 0,0,7444,7445,5,138,0,0,7445,7446,5,108,0,0,7446,7447,3,560,280, - 0,7447,7448,5,282,0,0,7448,7449,5,94,0,0,7449,7450,3,1472,736,0, - 7450,7623,1,0,0,0,7451,7452,5,138,0,0,7452,7453,5,168,0,0,7453,7454, - 3,560,280,0,7454,7455,5,282,0,0,7455,7456,5,94,0,0,7456,7457,3,1472, - 736,0,7457,7623,1,0,0,0,7458,7459,5,138,0,0,7459,7460,5,175,0,0, - 7460,7461,3,1422,711,0,7461,7462,5,282,0,0,7462,7463,5,94,0,0,7463, - 7464,3,1472,736,0,7464,7623,1,0,0,0,7465,7466,5,138,0,0,7466,7467, - 5,189,0,0,7467,7468,3,560,280,0,7468,7469,5,282,0,0,7469,7470,5, - 94,0,0,7470,7471,3,1472,736,0,7471,7623,1,0,0,0,7472,7473,5,138, - 0,0,7473,7474,5,211,0,0,7474,7475,3,676,338,0,7475,7476,5,282,0, - 0,7476,7477,5,94,0,0,7477,7478,3,1472,736,0,7478,7623,1,0,0,0,7479, - 7481,5,138,0,0,7480,7482,3,340,170,0,7481,7480,1,0,0,0,7481,7482, - 1,0,0,0,7482,7483,1,0,0,0,7483,7484,5,247,0,0,7484,7485,3,1438,719, - 0,7485,7486,5,282,0,0,7486,7487,5,94,0,0,7487,7488,3,1472,736,0, - 7488,7623,1,0,0,0,7489,7490,5,138,0,0,7490,7491,5,248,0,0,7491,7492, - 5,274,0,0,7492,7493,3,324,162,0,7493,7494,5,282,0,0,7494,7495,5, - 94,0,0,7495,7496,3,1472,736,0,7496,7623,1,0,0,0,7497,7498,5,138, - 0,0,7498,7499,5,278,0,0,7499,7500,3,738,369,0,7500,7501,5,282,0, - 0,7501,7502,5,94,0,0,7502,7503,3,1472,736,0,7503,7623,1,0,0,0,7504, - 7505,5,138,0,0,7505,7506,5,278,0,0,7506,7507,5,156,0,0,7507,7508, - 3,560,280,0,7508,7509,5,100,0,0,7509,7510,3,1438,719,0,7510,7511, - 5,282,0,0,7511,7512,5,94,0,0,7512,7513,3,1472,736,0,7513,7623,1, - 0,0,0,7514,7515,5,138,0,0,7515,7516,5,278,0,0,7516,7517,5,206,0, - 0,7517,7518,3,560,280,0,7518,7519,5,100,0,0,7519,7520,3,1438,719, - 0,7520,7521,5,282,0,0,7521,7522,5,94,0,0,7522,7523,3,1472,736,0, - 7523,7623,1,0,0,0,7524,7525,5,138,0,0,7525,7526,5,296,0,0,7526,7527, - 3,672,336,0,7527,7528,5,282,0,0,7528,7529,5,94,0,0,7529,7530,3,1472, - 736,0,7530,7623,1,0,0,0,7531,7532,5,138,0,0,7532,7533,5,442,0,0, - 7533,7534,3,668,334,0,7534,7535,5,282,0,0,7535,7536,5,94,0,0,7536, - 7537,3,1472,736,0,7537,7623,1,0,0,0,7538,7539,5,138,0,0,7539,7540, - 5,323,0,0,7540,7541,3,1424,712,0,7541,7542,5,282,0,0,7542,7543,5, - 94,0,0,7543,7544,3,1472,736,0,7544,7623,1,0,0,0,7545,7546,5,138, - 0,0,7546,7547,5,360,0,0,7547,7548,3,560,280,0,7548,7549,5,282,0, - 0,7549,7550,5,94,0,0,7550,7551,3,1472,736,0,7551,7623,1,0,0,0,7552, - 7553,5,138,0,0,7553,7554,5,351,0,0,7554,7555,3,1404,702,0,7555,7556, - 5,282,0,0,7556,7557,5,94,0,0,7557,7558,3,1472,736,0,7558,7623,1, - 0,0,0,7559,7560,5,138,0,0,7560,7561,5,342,0,0,7561,7562,3,560,280, - 0,7562,7563,5,282,0,0,7563,7564,5,94,0,0,7564,7565,3,1472,736,0, - 7565,7623,1,0,0,0,7566,7567,5,138,0,0,7567,7568,5,355,0,0,7568,7569, - 5,325,0,0,7569,7570,5,185,0,0,7570,7571,3,560,280,0,7571,7572,5, - 282,0,0,7572,7573,5,94,0,0,7573,7574,3,1472,736,0,7574,7623,1,0, - 0,0,7575,7576,5,138,0,0,7576,7577,5,355,0,0,7577,7578,5,325,0,0, - 7578,7579,5,163,0,0,7579,7580,3,560,280,0,7580,7581,5,282,0,0,7581, - 7582,5,94,0,0,7582,7583,3,1472,736,0,7583,7623,1,0,0,0,7584,7585, - 5,138,0,0,7585,7586,5,63,0,0,7586,7587,5,174,0,0,7587,7588,5,381, - 0,0,7588,7589,3,1438,719,0,7589,7590,5,282,0,0,7590,7591,5,94,0, - 0,7591,7592,3,1472,736,0,7592,7623,1,0,0,0,7593,7594,5,138,0,0,7594, - 7595,5,331,0,0,7595,7596,3,1438,719,0,7596,7597,5,282,0,0,7597,7598, - 5,94,0,0,7598,7599,3,1472,736,0,7599,7623,1,0,0,0,7600,7601,5,138, - 0,0,7601,7602,5,198,0,0,7602,7603,5,357,0,0,7603,7604,3,1438,719, - 0,7604,7605,5,282,0,0,7605,7606,5,94,0,0,7606,7607,3,1472,736,0, - 7607,7623,1,0,0,0,7608,7609,5,138,0,0,7609,7610,5,452,0,0,7610,7611, - 3,1438,719,0,7611,7612,5,282,0,0,7612,7613,5,94,0,0,7613,7614,3, - 1472,736,0,7614,7623,1,0,0,0,7615,7616,5,138,0,0,7616,7617,5,451, - 0,0,7617,7618,3,1438,719,0,7618,7619,5,282,0,0,7619,7620,5,94,0, - 0,7620,7621,3,1472,736,0,7621,7623,1,0,0,0,7622,7437,1,0,0,0,7622, - 7444,1,0,0,0,7622,7451,1,0,0,0,7622,7458,1,0,0,0,7622,7465,1,0,0, - 0,7622,7472,1,0,0,0,7622,7479,1,0,0,0,7622,7489,1,0,0,0,7622,7497, - 1,0,0,0,7622,7504,1,0,0,0,7622,7514,1,0,0,0,7622,7524,1,0,0,0,7622, - 7531,1,0,0,0,7622,7538,1,0,0,0,7622,7545,1,0,0,0,7622,7552,1,0,0, - 0,7622,7559,1,0,0,0,7622,7566,1,0,0,0,7622,7575,1,0,0,0,7622,7584, - 1,0,0,0,7622,7593,1,0,0,0,7622,7600,1,0,0,0,7622,7608,1,0,0,0,7622, - 7615,1,0,0,0,7623,789,1,0,0,0,7624,7625,5,46,0,0,7625,7626,5,452, - 0,0,7626,7628,3,1438,719,0,7627,7629,3,792,396,0,7628,7627,1,0,0, - 0,7628,7629,1,0,0,0,7629,7631,1,0,0,0,7630,7632,3,712,356,0,7631, - 7630,1,0,0,0,7631,7632,1,0,0,0,7632,791,1,0,0,0,7633,7634,3,794, - 397,0,7634,793,1,0,0,0,7635,7636,5,62,0,0,7636,7637,5,92,0,0,7637, - 7642,3,1126,563,0,7638,7639,5,62,0,0,7639,7640,5,30,0,0,7640,7642, - 5,350,0,0,7641,7635,1,0,0,0,7641,7638,1,0,0,0,7642,795,1,0,0,0,7643, - 7644,5,138,0,0,7644,7645,5,452,0,0,7645,7646,3,1438,719,0,7646,7647, - 5,333,0,0,7647,7648,3,498,249,0,7648,7682,1,0,0,0,7649,7650,5,138, - 0,0,7650,7651,5,452,0,0,7651,7652,3,1438,719,0,7652,7653,5,133,0, - 0,7653,7654,3,1128,564,0,7654,7682,1,0,0,0,7655,7656,5,138,0,0,7656, - 7657,5,452,0,0,7657,7658,3,1438,719,0,7658,7659,5,333,0,0,7659,7660, - 3,1128,564,0,7660,7682,1,0,0,0,7661,7662,5,138,0,0,7662,7663,5,452, - 0,0,7663,7664,3,1438,719,0,7664,7665,5,191,0,0,7665,7666,3,1128, - 564,0,7666,7682,1,0,0,0,7667,7668,5,138,0,0,7668,7669,5,452,0,0, - 7669,7670,3,1438,719,0,7670,7671,5,282,0,0,7671,7672,5,94,0,0,7672, - 7673,3,1472,736,0,7673,7682,1,0,0,0,7674,7675,5,138,0,0,7675,7676, - 5,452,0,0,7676,7677,3,1438,719,0,7677,7678,5,309,0,0,7678,7679,5, - 94,0,0,7679,7680,3,1438,719,0,7680,7682,1,0,0,0,7681,7643,1,0,0, - 0,7681,7649,1,0,0,0,7681,7655,1,0,0,0,7681,7661,1,0,0,0,7681,7667, - 1,0,0,0,7681,7674,1,0,0,0,7682,797,1,0,0,0,7683,7684,5,46,0,0,7684, - 7685,5,451,0,0,7685,7686,3,1438,719,0,7686,7687,5,164,0,0,7687,7688, - 3,1460,730,0,7688,7689,5,452,0,0,7689,7691,3,800,400,0,7690,7692, - 3,712,356,0,7691,7690,1,0,0,0,7691,7692,1,0,0,0,7692,799,1,0,0,0, - 7693,7698,3,802,401,0,7694,7695,5,6,0,0,7695,7697,3,802,401,0,7696, - 7694,1,0,0,0,7697,7700,1,0,0,0,7698,7696,1,0,0,0,7698,7699,1,0,0, - 0,7699,801,1,0,0,0,7700,7698,1,0,0,0,7701,7702,3,1492,746,0,7702, - 803,1,0,0,0,7703,7704,5,138,0,0,7704,7705,5,451,0,0,7705,7706,3, - 1438,719,0,7706,7707,5,333,0,0,7707,7708,3,498,249,0,7708,7782,1, - 0,0,0,7709,7710,5,138,0,0,7710,7711,5,451,0,0,7711,7712,3,1438,719, - 0,7712,7713,5,164,0,0,7713,7714,3,1460,730,0,7714,7782,1,0,0,0,7715, - 7716,5,138,0,0,7716,7717,5,451,0,0,7717,7718,3,1438,719,0,7718,7719, - 5,305,0,0,7719,7721,5,452,0,0,7720,7722,3,712,356,0,7721,7720,1, - 0,0,0,7721,7722,1,0,0,0,7722,7782,1,0,0,0,7723,7724,5,138,0,0,7724, - 7725,5,451,0,0,7725,7726,3,1438,719,0,7726,7727,5,333,0,0,7727,7728, - 5,452,0,0,7728,7730,3,800,400,0,7729,7731,3,712,356,0,7730,7729, - 1,0,0,0,7730,7731,1,0,0,0,7731,7782,1,0,0,0,7732,7733,5,138,0,0, - 7733,7734,5,451,0,0,7734,7735,3,1438,719,0,7735,7736,5,133,0,0,7736, - 7737,5,452,0,0,7737,7739,3,800,400,0,7738,7740,3,712,356,0,7739, - 7738,1,0,0,0,7739,7740,1,0,0,0,7740,7782,1,0,0,0,7741,7742,5,138, - 0,0,7742,7743,5,451,0,0,7743,7744,3,1438,719,0,7744,7745,5,191,0, - 0,7745,7746,5,452,0,0,7746,7748,3,800,400,0,7747,7749,3,712,356, - 0,7748,7747,1,0,0,0,7748,7749,1,0,0,0,7749,7782,1,0,0,0,7750,7751, - 5,138,0,0,7751,7752,5,451,0,0,7752,7753,3,1438,719,0,7753,7754,5, - 193,0,0,7754,7782,1,0,0,0,7755,7756,5,138,0,0,7756,7757,5,451,0, - 0,7757,7758,3,1438,719,0,7758,7759,5,186,0,0,7759,7782,1,0,0,0,7760, - 7761,5,138,0,0,7761,7762,5,451,0,0,7762,7763,3,1438,719,0,7763,7764, - 5,333,0,0,7764,7765,3,498,249,0,7765,7782,1,0,0,0,7766,7767,5,138, - 0,0,7767,7768,5,451,0,0,7768,7769,3,1438,719,0,7769,7770,5,465,0, - 0,7770,7771,5,2,0,0,7771,7772,3,510,255,0,7772,7773,5,3,0,0,7773, - 7782,1,0,0,0,7774,7775,5,138,0,0,7775,7776,5,451,0,0,7776,7777,3, - 1438,719,0,7777,7778,5,282,0,0,7778,7779,5,94,0,0,7779,7780,3,1472, - 736,0,7780,7782,1,0,0,0,7781,7703,1,0,0,0,7781,7709,1,0,0,0,7781, - 7715,1,0,0,0,7781,7723,1,0,0,0,7781,7732,1,0,0,0,7781,7741,1,0,0, - 0,7781,7750,1,0,0,0,7781,7755,1,0,0,0,7781,7760,1,0,0,0,7781,7766, - 1,0,0,0,7781,7774,1,0,0,0,7782,805,1,0,0,0,7783,7785,5,46,0,0,7784, - 7786,3,660,330,0,7785,7784,1,0,0,0,7785,7786,1,0,0,0,7786,7787,1, - 0,0,0,7787,7788,5,321,0,0,7788,7789,3,1438,719,0,7789,7790,5,36, - 0,0,7790,7791,5,80,0,0,7791,7792,3,816,408,0,7792,7793,5,94,0,0, - 7793,7795,3,1414,707,0,7794,7796,3,1146,573,0,7795,7794,1,0,0,0, - 7795,7796,1,0,0,0,7796,7797,1,0,0,0,7797,7799,5,57,0,0,7798,7800, - 3,818,409,0,7799,7798,1,0,0,0,7799,7800,1,0,0,0,7800,7801,1,0,0, - 0,7801,7802,3,808,404,0,7802,807,1,0,0,0,7803,7810,5,270,0,0,7804, - 7810,3,812,406,0,7805,7806,5,2,0,0,7806,7807,3,810,405,0,7807,7808, - 5,3,0,0,7808,7810,1,0,0,0,7809,7803,1,0,0,0,7809,7804,1,0,0,0,7809, - 7805,1,0,0,0,7810,809,1,0,0,0,7811,7813,3,814,407,0,7812,7811,1, - 0,0,0,7812,7813,1,0,0,0,7813,7820,1,0,0,0,7814,7816,5,7,0,0,7815, - 7817,3,814,407,0,7816,7815,1,0,0,0,7816,7817,1,0,0,0,7817,7819,1, - 0,0,0,7818,7814,1,0,0,0,7819,7822,1,0,0,0,7820,7818,1,0,0,0,7820, - 7821,1,0,0,0,7821,811,1,0,0,0,7822,7820,1,0,0,0,7823,7829,3,1002, - 501,0,7824,7829,3,952,476,0,7825,7829,3,984,492,0,7826,7829,3,970, - 485,0,7827,7829,3,820,410,0,7828,7823,1,0,0,0,7828,7824,1,0,0,0, - 7828,7825,1,0,0,0,7828,7826,1,0,0,0,7828,7827,1,0,0,0,7829,813,1, - 0,0,0,7830,7831,3,812,406,0,7831,815,1,0,0,0,7832,7833,7,47,0,0, - 7833,817,1,0,0,0,7834,7835,7,48,0,0,7835,819,1,0,0,0,7836,7837,5, - 271,0,0,7837,7839,3,1476,738,0,7838,7840,3,822,411,0,7839,7838,1, - 0,0,0,7839,7840,1,0,0,0,7840,821,1,0,0,0,7841,7842,5,6,0,0,7842, - 7843,3,1460,730,0,7843,823,1,0,0,0,7844,7845,5,252,0,0,7845,7846, - 3,1476,738,0,7846,825,1,0,0,0,7847,7848,5,366,0,0,7848,7852,3,1476, - 738,0,7849,7850,5,366,0,0,7850,7852,5,9,0,0,7851,7847,1,0,0,0,7851, - 7849,1,0,0,0,7852,827,1,0,0,0,7853,7855,5,129,0,0,7854,7856,3,830, - 415,0,7855,7854,1,0,0,0,7855,7856,1,0,0,0,7856,7858,1,0,0,0,7857, - 7859,3,838,419,0,7858,7857,1,0,0,0,7858,7859,1,0,0,0,7859,7919,1, - 0,0,0,7860,7862,5,146,0,0,7861,7863,3,830,415,0,7862,7861,1,0,0, - 0,7862,7863,1,0,0,0,7863,7865,1,0,0,0,7864,7866,3,836,418,0,7865, - 7864,1,0,0,0,7865,7866,1,0,0,0,7866,7919,1,0,0,0,7867,7868,5,340, - 0,0,7868,7870,5,356,0,0,7869,7871,3,836,418,0,7870,7869,1,0,0,0, - 7870,7871,1,0,0,0,7871,7919,1,0,0,0,7872,7874,5,454,0,0,7873,7875, - 3,830,415,0,7874,7873,1,0,0,0,7874,7875,1,0,0,0,7875,7877,1,0,0, - 0,7876,7878,3,838,419,0,7877,7876,1,0,0,0,7877,7878,1,0,0,0,7878, - 7919,1,0,0,0,7879,7880,5,322,0,0,7880,7919,3,1476,738,0,7881,7883, - 5,308,0,0,7882,7884,5,322,0,0,7883,7882,1,0,0,0,7883,7884,1,0,0, - 0,7884,7885,1,0,0,0,7885,7919,3,1476,738,0,7886,7887,5,290,0,0,7887, - 7888,5,356,0,0,7888,7919,3,1460,730,0,7889,7890,5,161,0,0,7890,7891, - 5,291,0,0,7891,7919,3,1460,730,0,7892,7894,5,161,0,0,7893,7895,3, - 830,415,0,7894,7893,1,0,0,0,7894,7895,1,0,0,0,7895,7897,1,0,0,0, - 7896,7898,3,838,419,0,7897,7896,1,0,0,0,7897,7898,1,0,0,0,7898,7919, - 1,0,0,0,7899,7900,5,319,0,0,7900,7901,5,291,0,0,7901,7919,3,1460, - 730,0,7902,7904,5,319,0,0,7903,7905,3,830,415,0,7904,7903,1,0,0, - 0,7904,7905,1,0,0,0,7905,7906,1,0,0,0,7906,7908,5,94,0,0,7907,7909, - 5,322,0,0,7908,7907,1,0,0,0,7908,7909,1,0,0,0,7909,7910,1,0,0,0, - 7910,7919,3,1476,738,0,7911,7913,5,319,0,0,7912,7914,3,830,415,0, - 7913,7912,1,0,0,0,7913,7914,1,0,0,0,7914,7916,1,0,0,0,7915,7917, - 3,838,419,0,7916,7915,1,0,0,0,7916,7917,1,0,0,0,7917,7919,1,0,0, - 0,7918,7853,1,0,0,0,7918,7860,1,0,0,0,7918,7867,1,0,0,0,7918,7872, - 1,0,0,0,7918,7879,1,0,0,0,7918,7881,1,0,0,0,7918,7886,1,0,0,0,7918, - 7889,1,0,0,0,7918,7892,1,0,0,0,7918,7899,1,0,0,0,7918,7902,1,0,0, - 0,7918,7911,1,0,0,0,7919,829,1,0,0,0,7920,7921,7,49,0,0,7921,831, - 1,0,0,0,7922,7923,5,244,0,0,7923,7924,5,251,0,0,7924,7933,3,68,34, - 0,7925,7926,5,300,0,0,7926,7933,5,81,0,0,7927,7928,5,300,0,0,7928, - 7933,5,382,0,0,7929,7933,5,54,0,0,7930,7931,5,77,0,0,7931,7933,5, - 54,0,0,7932,7922,1,0,0,0,7932,7925,1,0,0,0,7932,7927,1,0,0,0,7932, - 7929,1,0,0,0,7932,7930,1,0,0,0,7933,833,1,0,0,0,7934,7941,3,832, - 416,0,7935,7937,5,6,0,0,7936,7935,1,0,0,0,7936,7937,1,0,0,0,7937, - 7938,1,0,0,0,7938,7940,3,832,416,0,7939,7936,1,0,0,0,7940,7943,1, - 0,0,0,7941,7939,1,0,0,0,7941,7942,1,0,0,0,7942,835,1,0,0,0,7943, - 7941,1,0,0,0,7944,7945,3,834,417,0,7945,837,1,0,0,0,7946,7948,5, - 33,0,0,7947,7949,5,269,0,0,7948,7947,1,0,0,0,7948,7949,1,0,0,0,7949, - 7950,1,0,0,0,7950,7951,5,153,0,0,7951,839,1,0,0,0,7952,7955,5,46, - 0,0,7953,7954,5,82,0,0,7954,7956,5,311,0,0,7955,7953,1,0,0,0,7955, - 7956,1,0,0,0,7956,7958,1,0,0,0,7957,7959,3,192,96,0,7958,7957,1, - 0,0,0,7958,7959,1,0,0,0,7959,7977,1,0,0,0,7960,7961,5,376,0,0,7961, - 7963,3,1410,705,0,7962,7964,3,244,122,0,7963,7962,1,0,0,0,7963,7964, - 1,0,0,0,7964,7966,1,0,0,0,7965,7967,3,134,67,0,7966,7965,1,0,0,0, - 7966,7967,1,0,0,0,7967,7978,1,0,0,0,7968,7969,5,303,0,0,7969,7970, - 5,376,0,0,7970,7971,3,1410,705,0,7971,7972,5,2,0,0,7972,7973,3,246, - 123,0,7973,7975,5,3,0,0,7974,7976,3,134,67,0,7975,7974,1,0,0,0,7975, - 7976,1,0,0,0,7976,7978,1,0,0,0,7977,7960,1,0,0,0,7977,7968,1,0,0, - 0,7978,7979,1,0,0,0,7979,7980,5,36,0,0,7980,7982,3,1002,501,0,7981, - 7983,3,842,421,0,7982,7981,1,0,0,0,7982,7983,1,0,0,0,7983,841,1, - 0,0,0,7984,7986,5,105,0,0,7985,7987,7,50,0,0,7986,7985,1,0,0,0,7986, - 7987,1,0,0,0,7987,7988,1,0,0,0,7988,7989,5,42,0,0,7989,7990,5,279, - 0,0,7990,843,1,0,0,0,7991,7992,5,253,0,0,7992,7993,3,1442,721,0, - 7993,845,1,0,0,0,7994,7995,5,46,0,0,7995,7996,5,175,0,0,7996,7998, - 3,1420,710,0,7997,7999,3,14,7,0,7998,7997,1,0,0,0,7998,7999,1,0, - 0,0,7999,8001,1,0,0,0,8000,8002,3,848,424,0,8001,8000,1,0,0,0,8001, - 8002,1,0,0,0,8002,847,1,0,0,0,8003,8004,3,850,425,0,8004,849,1,0, - 0,0,8005,8007,3,852,426,0,8006,8005,1,0,0,0,8007,8008,1,0,0,0,8008, - 8006,1,0,0,0,8008,8009,1,0,0,0,8009,851,1,0,0,0,8010,8012,3,854, - 427,0,8011,8013,3,856,428,0,8012,8011,1,0,0,0,8012,8013,1,0,0,0, - 8013,8017,1,0,0,0,8014,8018,3,1466,733,0,8015,8018,3,72,36,0,8016, - 8018,5,53,0,0,8017,8014,1,0,0,0,8017,8015,1,0,0,0,8017,8016,1,0, - 0,0,8018,853,1,0,0,0,8019,8020,5,164,0,0,8020,8028,5,74,0,0,8021, - 8028,5,194,0,0,8022,8028,5,255,0,0,8023,8028,5,282,0,0,8024,8028, - 5,351,0,0,8025,8028,5,353,0,0,8026,8028,3,1494,747,0,8027,8019,1, - 0,0,0,8027,8021,1,0,0,0,8027,8022,1,0,0,0,8027,8023,1,0,0,0,8027, - 8024,1,0,0,0,8027,8025,1,0,0,0,8027,8026,1,0,0,0,8028,855,1,0,0, - 0,8029,8030,5,10,0,0,8030,857,1,0,0,0,8031,8032,5,138,0,0,8032,8033, - 5,175,0,0,8033,8045,3,1422,711,0,8034,8035,5,333,0,0,8035,8036,5, - 351,0,0,8036,8038,3,1402,701,0,8037,8034,1,0,0,0,8037,8038,1,0,0, - 0,8038,8046,1,0,0,0,8039,8041,5,105,0,0,8040,8039,1,0,0,0,8040,8041, - 1,0,0,0,8041,8042,1,0,0,0,8042,8044,3,848,424,0,8043,8040,1,0,0, - 0,8043,8044,1,0,0,0,8044,8046,1,0,0,0,8045,8037,1,0,0,0,8045,8043, - 1,0,0,0,8046,859,1,0,0,0,8047,8048,5,138,0,0,8048,8049,5,175,0,0, - 8049,8051,3,1422,711,0,8050,8052,3,88,44,0,8051,8050,1,0,0,0,8051, - 8052,1,0,0,0,8052,861,1,0,0,0,8053,8058,3,864,432,0,8054,8055,5, - 6,0,0,8055,8057,3,864,432,0,8056,8054,1,0,0,0,8057,8060,1,0,0,0, - 8058,8056,1,0,0,0,8058,8059,1,0,0,0,8059,863,1,0,0,0,8060,8058,1, - 0,0,0,8061,8062,5,209,0,0,8062,865,1,0,0,0,8063,8064,5,138,0,0,8064, - 8065,5,108,0,0,8065,8066,3,560,280,0,8066,8067,5,305,0,0,8067,8068, - 5,375,0,0,8068,867,1,0,0,0,8069,8070,5,138,0,0,8070,8071,5,349,0, - 0,8071,8072,7,22,0,0,8072,8073,3,58,29,0,8073,869,1,0,0,0,8074,8075, - 5,46,0,0,8075,8076,5,189,0,0,8076,8078,3,560,280,0,8077,8079,3,874, - 437,0,8078,8077,1,0,0,0,8078,8079,1,0,0,0,8079,8080,1,0,0,0,8080, - 8081,3,1170,585,0,8081,8082,3,216,108,0,8082,871,1,0,0,0,8083,8084, - 5,138,0,0,8084,8085,5,189,0,0,8085,8107,3,560,280,0,8086,8108,3, - 122,61,0,8087,8088,5,191,0,0,8088,8089,5,77,0,0,8089,8108,5,78,0, - 0,8090,8091,5,333,0,0,8091,8092,5,77,0,0,8092,8108,5,78,0,0,8093, - 8094,5,133,0,0,8094,8108,3,236,118,0,8095,8096,5,191,0,0,8096,8098, - 5,45,0,0,8097,8099,3,750,375,0,8098,8097,1,0,0,0,8098,8099,1,0,0, - 0,8099,8100,1,0,0,0,8100,8102,3,1438,719,0,8101,8103,3,124,62,0, - 8102,8101,1,0,0,0,8102,8103,1,0,0,0,8103,8108,1,0,0,0,8104,8105, - 5,372,0,0,8105,8106,5,45,0,0,8106,8108,3,1438,719,0,8107,8086,1, - 0,0,0,8107,8087,1,0,0,0,8107,8090,1,0,0,0,8107,8093,1,0,0,0,8107, - 8095,1,0,0,0,8107,8104,1,0,0,0,8108,873,1,0,0,0,8109,8110,5,36,0, - 0,8110,875,1,0,0,0,8111,8112,5,138,0,0,8112,8113,5,355,0,0,8113, - 8114,5,325,0,0,8114,8115,5,185,0,0,8115,8116,3,560,280,0,8116,8117, - 3,498,249,0,8117,877,1,0,0,0,8118,8119,5,138,0,0,8119,8120,5,355, - 0,0,8120,8121,5,325,0,0,8121,8122,5,163,0,0,8122,8123,3,560,280, - 0,8123,8124,5,133,0,0,8124,8125,5,257,0,0,8125,8126,5,62,0,0,8126, - 8127,3,1418,709,0,8127,8128,3,880,440,0,8128,8129,3,554,277,0,8129, - 8182,1,0,0,0,8130,8131,5,138,0,0,8131,8132,5,355,0,0,8132,8133,5, - 325,0,0,8133,8134,5,163,0,0,8134,8135,3,560,280,0,8135,8136,5,138, - 0,0,8136,8137,5,257,0,0,8137,8138,5,62,0,0,8138,8139,3,1418,709, - 0,8139,8140,3,880,440,0,8140,8141,3,554,277,0,8141,8182,1,0,0,0, - 8142,8143,5,138,0,0,8143,8144,5,355,0,0,8144,8145,5,325,0,0,8145, - 8146,5,163,0,0,8146,8147,3,560,280,0,8147,8148,5,138,0,0,8148,8149, - 5,257,0,0,8149,8150,5,311,0,0,8150,8151,3,560,280,0,8151,8152,3, - 880,440,0,8152,8153,3,560,280,0,8153,8182,1,0,0,0,8154,8155,5,138, - 0,0,8155,8156,5,355,0,0,8156,8157,5,325,0,0,8157,8158,5,163,0,0, - 8158,8159,3,560,280,0,8159,8160,5,138,0,0,8160,8161,5,257,0,0,8161, - 8162,5,62,0,0,8162,8163,3,1418,709,0,8163,8164,5,311,0,0,8164,8165, - 3,560,280,0,8165,8166,3,880,440,0,8166,8167,3,560,280,0,8167,8182, - 1,0,0,0,8168,8169,5,138,0,0,8169,8170,5,355,0,0,8170,8171,5,325, - 0,0,8171,8172,5,163,0,0,8172,8173,3,560,280,0,8173,8174,5,191,0, - 0,8174,8176,5,257,0,0,8175,8177,3,750,375,0,8176,8175,1,0,0,0,8176, - 8177,1,0,0,0,8177,8178,1,0,0,0,8178,8179,5,62,0,0,8179,8180,3,1418, - 709,0,8180,8182,1,0,0,0,8181,8118,1,0,0,0,8181,8130,1,0,0,0,8181, - 8142,1,0,0,0,8181,8154,1,0,0,0,8181,8168,1,0,0,0,8182,879,1,0,0, - 0,8183,8184,5,105,0,0,8184,881,1,0,0,0,8185,8187,5,46,0,0,8186,8188, - 3,526,263,0,8187,8186,1,0,0,0,8187,8188,1,0,0,0,8188,8189,1,0,0, - 0,8189,8190,5,168,0,0,8190,8191,3,560,280,0,8191,8192,5,62,0,0,8192, - 8193,3,1460,730,0,8193,8194,5,94,0,0,8194,8195,3,1460,730,0,8195, - 8196,5,64,0,0,8196,8197,3,560,280,0,8197,883,1,0,0,0,8198,8200,5, - 158,0,0,8199,8201,3,910,455,0,8200,8199,1,0,0,0,8200,8201,1,0,0, - 0,8201,8202,1,0,0,0,8202,8204,3,1408,704,0,8203,8205,3,888,444,0, - 8204,8203,1,0,0,0,8204,8205,1,0,0,0,8205,8217,1,0,0,0,8206,8208, - 5,158,0,0,8207,8209,3,910,455,0,8208,8207,1,0,0,0,8208,8209,1,0, - 0,0,8209,8217,1,0,0,0,8210,8211,5,158,0,0,8211,8212,3,886,443,0, - 8212,8214,3,1408,704,0,8213,8215,3,888,444,0,8214,8213,1,0,0,0,8214, - 8215,1,0,0,0,8215,8217,1,0,0,0,8216,8198,1,0,0,0,8216,8206,1,0,0, - 0,8216,8210,1,0,0,0,8217,885,1,0,0,0,8218,8219,5,2,0,0,8219,8224, - 3,910,455,0,8220,8221,5,6,0,0,8221,8223,3,910,455,0,8222,8220,1, - 0,0,0,8223,8226,1,0,0,0,8224,8222,1,0,0,0,8224,8225,1,0,0,0,8225, - 8227,1,0,0,0,8226,8224,1,0,0,0,8227,8228,5,3,0,0,8228,887,1,0,0, - 0,8229,8230,5,100,0,0,8230,8231,3,1438,719,0,8231,889,1,0,0,0,8232, - 8234,5,370,0,0,8233,8235,3,916,458,0,8234,8233,1,0,0,0,8234,8235, - 1,0,0,0,8235,8237,1,0,0,0,8236,8238,3,918,459,0,8237,8236,1,0,0, - 0,8237,8238,1,0,0,0,8238,8240,1,0,0,0,8239,8241,3,910,455,0,8240, - 8239,1,0,0,0,8240,8241,1,0,0,0,8241,8243,1,0,0,0,8242,8244,3,904, - 452,0,8243,8242,1,0,0,0,8243,8244,1,0,0,0,8244,8246,1,0,0,0,8245, - 8247,3,926,463,0,8246,8245,1,0,0,0,8246,8247,1,0,0,0,8247,8259,1, - 0,0,0,8248,8253,5,370,0,0,8249,8250,5,2,0,0,8250,8251,3,894,447, - 0,8251,8252,5,3,0,0,8252,8254,1,0,0,0,8253,8249,1,0,0,0,8253,8254, - 1,0,0,0,8254,8256,1,0,0,0,8255,8257,3,926,463,0,8256,8255,1,0,0, - 0,8256,8257,1,0,0,0,8257,8259,1,0,0,0,8258,8232,1,0,0,0,8258,8248, - 1,0,0,0,8259,891,1,0,0,0,8260,8262,3,896,448,0,8261,8263,3,910,455, - 0,8262,8261,1,0,0,0,8262,8263,1,0,0,0,8263,8265,1,0,0,0,8264,8266, - 3,926,463,0,8265,8264,1,0,0,0,8265,8266,1,0,0,0,8266,8275,1,0,0, - 0,8267,8268,3,896,448,0,8268,8269,5,2,0,0,8269,8270,3,906,453,0, - 8270,8272,5,3,0,0,8271,8273,3,926,463,0,8272,8271,1,0,0,0,8272,8273, - 1,0,0,0,8273,8275,1,0,0,0,8274,8260,1,0,0,0,8274,8267,1,0,0,0,8275, - 893,1,0,0,0,8276,8281,3,898,449,0,8277,8278,5,6,0,0,8278,8280,3, - 898,449,0,8279,8277,1,0,0,0,8280,8283,1,0,0,0,8281,8279,1,0,0,0, - 8281,8282,1,0,0,0,8282,895,1,0,0,0,8283,8281,1,0,0,0,8284,8285,7, - 51,0,0,8285,897,1,0,0,0,8286,8288,3,900,450,0,8287,8289,3,902,451, - 0,8288,8287,1,0,0,0,8288,8289,1,0,0,0,8289,899,1,0,0,0,8290,8293, - 3,1490,745,0,8291,8293,3,896,448,0,8292,8290,1,0,0,0,8292,8291,1, - 0,0,0,8293,901,1,0,0,0,8294,8297,3,72,36,0,8295,8297,3,324,162,0, - 8296,8294,1,0,0,0,8296,8295,1,0,0,0,8297,903,1,0,0,0,8298,8299,3, - 896,448,0,8299,905,1,0,0,0,8300,8305,3,908,454,0,8301,8302,5,6,0, - 0,8302,8304,3,908,454,0,8303,8301,1,0,0,0,8304,8307,1,0,0,0,8305, - 8303,1,0,0,0,8305,8306,1,0,0,0,8306,907,1,0,0,0,8307,8305,1,0,0, - 0,8308,8312,3,910,455,0,8309,8312,3,912,456,0,8310,8312,3,914,457, - 0,8311,8308,1,0,0,0,8311,8309,1,0,0,0,8311,8310,1,0,0,0,8312,909, - 1,0,0,0,8313,8315,5,128,0,0,8314,8316,7,52,0,0,8315,8314,1,0,0,0, - 8315,8316,1,0,0,0,8316,911,1,0,0,0,8317,8319,5,547,0,0,8318,8320, - 7,52,0,0,8319,8318,1,0,0,0,8319,8320,1,0,0,0,8320,913,1,0,0,0,8321, - 8324,5,548,0,0,8322,8325,3,324,162,0,8323,8325,3,1460,730,0,8324, - 8322,1,0,0,0,8324,8323,1,0,0,0,8325,915,1,0,0,0,8326,8327,5,113, - 0,0,8327,917,1,0,0,0,8328,8329,5,112,0,0,8329,919,1,0,0,0,8330,8331, - 5,2,0,0,8331,8332,3,246,123,0,8332,8333,5,3,0,0,8333,921,1,0,0,0, - 8334,8336,3,1408,704,0,8335,8337,3,920,460,0,8336,8335,1,0,0,0,8336, - 8337,1,0,0,0,8337,923,1,0,0,0,8338,8343,3,922,461,0,8339,8340,5, - 6,0,0,8340,8342,3,922,461,0,8341,8339,1,0,0,0,8342,8345,1,0,0,0, - 8343,8341,1,0,0,0,8343,8344,1,0,0,0,8344,925,1,0,0,0,8345,8343,1, - 0,0,0,8346,8347,3,924,462,0,8347,927,1,0,0,0,8348,8349,5,203,0,0, - 8349,8367,3,930,465,0,8350,8351,5,203,0,0,8351,8353,3,896,448,0, - 8352,8354,3,910,455,0,8353,8352,1,0,0,0,8353,8354,1,0,0,0,8354,8355, - 1,0,0,0,8355,8356,3,930,465,0,8356,8367,1,0,0,0,8357,8358,5,203, - 0,0,8358,8359,5,128,0,0,8359,8367,3,930,465,0,8360,8361,5,203,0, - 0,8361,8362,5,2,0,0,8362,8363,3,932,466,0,8363,8364,5,3,0,0,8364, - 8365,3,930,465,0,8365,8367,1,0,0,0,8366,8348,1,0,0,0,8366,8350,1, - 0,0,0,8366,8357,1,0,0,0,8366,8360,1,0,0,0,8367,929,1,0,0,0,8368, - 8378,3,1002,501,0,8369,8378,3,952,476,0,8370,8378,3,984,492,0,8371, - 8378,3,970,485,0,8372,8378,3,994,497,0,8373,8378,3,296,148,0,8374, - 8378,3,302,151,0,8375,8378,3,308,154,0,8376,8378,3,946,473,0,8377, - 8368,1,0,0,0,8377,8369,1,0,0,0,8377,8370,1,0,0,0,8377,8371,1,0,0, - 0,8377,8372,1,0,0,0,8377,8373,1,0,0,0,8377,8374,1,0,0,0,8377,8375, - 1,0,0,0,8377,8376,1,0,0,0,8378,931,1,0,0,0,8379,8384,3,934,467,0, - 8380,8381,5,6,0,0,8381,8383,3,934,467,0,8382,8380,1,0,0,0,8383,8386, - 1,0,0,0,8384,8382,1,0,0,0,8384,8385,1,0,0,0,8385,933,1,0,0,0,8386, - 8384,1,0,0,0,8387,8389,3,936,468,0,8388,8390,3,938,469,0,8389,8388, - 1,0,0,0,8389,8390,1,0,0,0,8390,935,1,0,0,0,8391,8394,3,1490,745, - 0,8392,8394,3,896,448,0,8393,8391,1,0,0,0,8393,8392,1,0,0,0,8394, - 937,1,0,0,0,8395,8398,3,72,36,0,8396,8398,3,324,162,0,8397,8395, - 1,0,0,0,8397,8396,1,0,0,0,8398,939,1,0,0,0,8399,8400,5,290,0,0,8400, - 8402,3,1438,719,0,8401,8403,3,942,471,0,8402,8401,1,0,0,0,8402,8403, - 1,0,0,0,8403,8404,1,0,0,0,8404,8405,5,36,0,0,8405,8406,3,944,472, - 0,8406,941,1,0,0,0,8407,8408,5,2,0,0,8408,8409,3,1344,672,0,8409, - 8410,5,3,0,0,8410,943,1,0,0,0,8411,8416,3,1002,501,0,8412,8416,3, - 952,476,0,8413,8416,3,984,492,0,8414,8416,3,970,485,0,8415,8411, - 1,0,0,0,8415,8412,1,0,0,0,8415,8413,1,0,0,0,8415,8414,1,0,0,0,8416, - 945,1,0,0,0,8417,8418,5,202,0,0,8418,8420,3,1438,719,0,8419,8421, - 3,948,474,0,8420,8419,1,0,0,0,8420,8421,1,0,0,0,8421,8441,1,0,0, - 0,8422,8424,5,46,0,0,8423,8425,3,192,96,0,8424,8423,1,0,0,0,8424, - 8425,1,0,0,0,8425,8426,1,0,0,0,8426,8428,5,92,0,0,8427,8429,3,518, - 259,0,8428,8427,1,0,0,0,8428,8429,1,0,0,0,8429,8430,1,0,0,0,8430, - 8431,3,298,149,0,8431,8432,5,36,0,0,8432,8433,5,202,0,0,8433,8435, - 3,1438,719,0,8434,8436,3,948,474,0,8435,8434,1,0,0,0,8435,8436,1, - 0,0,0,8436,8438,1,0,0,0,8437,8439,3,300,150,0,8438,8437,1,0,0,0, - 8438,8439,1,0,0,0,8439,8441,1,0,0,0,8440,8417,1,0,0,0,8440,8422, - 1,0,0,0,8441,947,1,0,0,0,8442,8443,5,2,0,0,8443,8444,3,1330,665, - 0,8444,8445,5,3,0,0,8445,949,1,0,0,0,8446,8448,5,177,0,0,8447,8449, - 5,290,0,0,8448,8447,1,0,0,0,8448,8449,1,0,0,0,8449,8452,1,0,0,0, - 8450,8453,3,1438,719,0,8451,8453,5,30,0,0,8452,8450,1,0,0,0,8452, - 8451,1,0,0,0,8453,951,1,0,0,0,8454,8456,3,1028,514,0,8455,8454,1, - 0,0,0,8455,8456,1,0,0,0,8456,8457,1,0,0,0,8457,8458,5,241,0,0,8458, - 8459,5,71,0,0,8459,8460,3,954,477,0,8460,8462,3,956,478,0,8461,8463, - 3,964,482,0,8462,8461,1,0,0,0,8462,8463,1,0,0,0,8463,8465,1,0,0, - 0,8464,8466,3,968,484,0,8465,8464,1,0,0,0,8465,8466,1,0,0,0,8466, - 953,1,0,0,0,8467,8470,3,1408,704,0,8468,8469,5,36,0,0,8469,8471, - 3,1476,738,0,8470,8468,1,0,0,0,8470,8471,1,0,0,0,8471,955,1,0,0, - 0,8472,8473,5,2,0,0,8473,8474,3,960,480,0,8474,8475,5,3,0,0,8475, - 8477,1,0,0,0,8476,8472,1,0,0,0,8476,8477,1,0,0,0,8477,8482,1,0,0, - 0,8478,8479,5,463,0,0,8479,8480,3,958,479,0,8480,8481,5,450,0,0, - 8481,8483,1,0,0,0,8482,8478,1,0,0,0,8482,8483,1,0,0,0,8483,8486, - 1,0,0,0,8484,8487,3,1696,848,0,8485,8487,3,1002,501,0,8486,8484, - 1,0,0,0,8486,8485,1,0,0,0,8487,957,1,0,0,0,8488,8489,7,53,0,0,8489, - 959,1,0,0,0,8490,8495,3,962,481,0,8491,8492,5,6,0,0,8492,8494,3, - 962,481,0,8493,8491,1,0,0,0,8494,8497,1,0,0,0,8495,8493,1,0,0,0, - 8495,8496,1,0,0,0,8496,961,1,0,0,0,8497,8495,1,0,0,0,8498,8499,3, - 1434,717,0,8499,8500,3,1384,692,0,8500,963,1,0,0,0,8501,8502,5,80, - 0,0,8502,8504,5,464,0,0,8503,8505,3,966,483,0,8504,8503,1,0,0,0, - 8504,8505,1,0,0,0,8505,8506,1,0,0,0,8506,8514,5,57,0,0,8507,8508, - 5,369,0,0,8508,8509,5,333,0,0,8509,8511,3,986,493,0,8510,8512,3, - 1146,573,0,8511,8510,1,0,0,0,8511,8512,1,0,0,0,8512,8515,1,0,0,0, - 8513,8515,5,270,0,0,8514,8507,1,0,0,0,8514,8513,1,0,0,0,8515,965, - 1,0,0,0,8516,8517,5,2,0,0,8517,8518,3,638,319,0,8518,8520,5,3,0, - 0,8519,8521,3,1146,573,0,8520,8519,1,0,0,0,8520,8521,1,0,0,0,8521, - 8526,1,0,0,0,8522,8523,5,80,0,0,8523,8524,5,45,0,0,8524,8526,3,1438, - 719,0,8525,8516,1,0,0,0,8525,8522,1,0,0,0,8526,967,1,0,0,0,8527, - 8528,5,87,0,0,8528,8529,3,1388,694,0,8529,969,1,0,0,0,8530,8532, - 3,1028,514,0,8531,8530,1,0,0,0,8531,8532,1,0,0,0,8532,8533,1,0,0, - 0,8533,8534,5,182,0,0,8534,8535,5,64,0,0,8535,8537,3,1130,565,0, - 8536,8538,3,972,486,0,8537,8536,1,0,0,0,8537,8538,1,0,0,0,8538,8540, - 1,0,0,0,8539,8541,3,1148,574,0,8540,8539,1,0,0,0,8540,8541,1,0,0, - 0,8541,8543,1,0,0,0,8542,8544,3,968,484,0,8543,8542,1,0,0,0,8543, - 8544,1,0,0,0,8544,971,1,0,0,0,8545,8546,5,100,0,0,8546,8547,3,1106, - 553,0,8547,973,1,0,0,0,8548,8550,5,256,0,0,8549,8551,3,1036,518, - 0,8550,8549,1,0,0,0,8550,8551,1,0,0,0,8551,8552,1,0,0,0,8552,8554, - 3,1126,563,0,8553,8555,3,976,488,0,8554,8553,1,0,0,0,8554,8555,1, - 0,0,0,8555,8557,1,0,0,0,8556,8558,3,980,490,0,8557,8556,1,0,0,0, - 8557,8558,1,0,0,0,8558,975,1,0,0,0,8559,8560,5,68,0,0,8560,8561, - 3,978,489,0,8561,8562,5,263,0,0,8562,977,1,0,0,0,8563,8564,5,131, - 0,0,8564,8576,7,54,0,0,8565,8566,5,414,0,0,8566,8576,7,54,0,0,8567, - 8572,5,334,0,0,8568,8569,5,369,0,0,8569,8573,5,201,0,0,8570,8571, - 5,414,0,0,8571,8573,5,201,0,0,8572,8568,1,0,0,0,8572,8570,1,0,0, - 0,8572,8573,1,0,0,0,8573,8576,1,0,0,0,8574,8576,5,201,0,0,8575,8563, - 1,0,0,0,8575,8565,1,0,0,0,8575,8567,1,0,0,0,8575,8574,1,0,0,0,8576, - 979,1,0,0,0,8577,8578,5,272,0,0,8578,981,1,0,0,0,8579,8583,5,272, - 0,0,8580,8581,5,465,0,0,8581,8583,5,466,0,0,8582,8579,1,0,0,0,8582, - 8580,1,0,0,0,8583,983,1,0,0,0,8584,8586,3,1028,514,0,8585,8584,1, - 0,0,0,8585,8586,1,0,0,0,8586,8587,1,0,0,0,8587,8588,5,369,0,0,8588, - 8589,3,1130,565,0,8589,8590,5,333,0,0,8590,8592,3,986,493,0,8591, - 8593,3,1104,552,0,8592,8591,1,0,0,0,8592,8593,1,0,0,0,8593,8595, - 1,0,0,0,8594,8596,3,1148,574,0,8595,8594,1,0,0,0,8595,8596,1,0,0, - 0,8596,8598,1,0,0,0,8597,8599,3,968,484,0,8598,8597,1,0,0,0,8598, - 8599,1,0,0,0,8599,985,1,0,0,0,8600,8605,3,988,494,0,8601,8602,5, - 6,0,0,8602,8604,3,988,494,0,8603,8601,1,0,0,0,8604,8607,1,0,0,0, - 8605,8603,1,0,0,0,8605,8606,1,0,0,0,8606,987,1,0,0,0,8607,8605,1, - 0,0,0,8608,8609,3,990,495,0,8609,8610,5,10,0,0,8610,8611,3,1214, - 607,0,8611,8627,1,0,0,0,8612,8613,5,2,0,0,8613,8614,3,992,496,0, - 8614,8615,5,3,0,0,8615,8624,5,10,0,0,8616,8618,5,414,0,0,8617,8616, - 1,0,0,0,8617,8618,1,0,0,0,8618,8619,1,0,0,0,8619,8625,3,1214,607, - 0,8620,8621,5,2,0,0,8621,8622,3,1008,504,0,8622,8623,5,3,0,0,8623, - 8625,1,0,0,0,8624,8617,1,0,0,0,8624,8620,1,0,0,0,8625,8627,1,0,0, - 0,8626,8608,1,0,0,0,8626,8612,1,0,0,0,8627,989,1,0,0,0,8628,8629, - 3,1434,717,0,8629,8630,3,1384,692,0,8630,991,1,0,0,0,8631,8636,3, - 990,495,0,8632,8633,5,6,0,0,8633,8635,3,990,495,0,8634,8632,1,0, - 0,0,8635,8638,1,0,0,0,8636,8634,1,0,0,0,8636,8637,1,0,0,0,8637,993, - 1,0,0,0,8638,8636,1,0,0,0,8639,8640,5,178,0,0,8640,8641,3,996,498, - 0,8641,8642,3,998,499,0,8642,8643,5,172,0,0,8643,8644,3,1000,500, - 0,8644,8645,5,62,0,0,8645,8646,3,1002,501,0,8646,995,1,0,0,0,8647, - 8648,3,1438,719,0,8648,997,1,0,0,0,8649,8650,5,269,0,0,8650,8655, - 5,324,0,0,8651,8655,5,324,0,0,8652,8655,5,107,0,0,8653,8655,5,240, - 0,0,8654,8649,1,0,0,0,8654,8651,1,0,0,0,8654,8652,1,0,0,0,8654,8653, - 1,0,0,0,8655,8658,1,0,0,0,8656,8654,1,0,0,0,8656,8657,1,0,0,0,8657, - 999,1,0,0,0,8658,8656,1,0,0,0,8659,8665,1,0,0,0,8660,8661,5,105, - 0,0,8661,8665,5,217,0,0,8662,8663,5,379,0,0,8663,8665,5,217,0,0, - 8664,8659,1,0,0,0,8664,8660,1,0,0,0,8664,8662,1,0,0,0,8665,1001, - 1,0,0,0,8666,8669,3,1006,503,0,8667,8669,3,1004,502,0,8668,8666, - 1,0,0,0,8668,8667,1,0,0,0,8669,1003,1,0,0,0,8670,8671,5,2,0,0,8671, - 8672,3,1006,503,0,8672,8673,5,3,0,0,8673,8679,1,0,0,0,8674,8675, - 5,2,0,0,8675,8676,3,1004,502,0,8676,8677,5,3,0,0,8677,8679,1,0,0, - 0,8678,8670,1,0,0,0,8678,8674,1,0,0,0,8679,1005,1,0,0,0,8680,8682, - 3,1008,504,0,8681,8683,3,1044,522,0,8682,8681,1,0,0,0,8682,8683, - 1,0,0,0,8683,8692,1,0,0,0,8684,8686,3,1090,545,0,8685,8687,3,1054, - 527,0,8686,8685,1,0,0,0,8686,8687,1,0,0,0,8687,8693,1,0,0,0,8688, - 8690,3,1052,526,0,8689,8691,3,1092,546,0,8690,8689,1,0,0,0,8690, - 8691,1,0,0,0,8691,8693,1,0,0,0,8692,8684,1,0,0,0,8692,8688,1,0,0, - 0,8692,8693,1,0,0,0,8693,8710,1,0,0,0,8694,8695,3,1016,508,0,8695, - 8697,3,1008,504,0,8696,8698,3,1044,522,0,8697,8696,1,0,0,0,8697, - 8698,1,0,0,0,8698,8707,1,0,0,0,8699,8701,3,1090,545,0,8700,8702, - 3,1054,527,0,8701,8700,1,0,0,0,8701,8702,1,0,0,0,8702,8708,1,0,0, - 0,8703,8705,3,1052,526,0,8704,8706,3,1092,546,0,8705,8704,1,0,0, - 0,8705,8706,1,0,0,0,8706,8708,1,0,0,0,8707,8699,1,0,0,0,8707,8703, - 1,0,0,0,8707,8708,1,0,0,0,8708,8710,1,0,0,0,8709,8680,1,0,0,0,8709, - 8694,1,0,0,0,8710,1007,1,0,0,0,8711,8714,3,1010,505,0,8712,8714, - 3,1004,502,0,8713,8711,1,0,0,0,8713,8712,1,0,0,0,8714,1009,1,0,0, - 0,8715,8731,5,88,0,0,8716,8718,3,1042,521,0,8717,8716,1,0,0,0,8717, - 8718,1,0,0,0,8718,8720,1,0,0,0,8719,8721,3,1030,515,0,8720,8719, - 1,0,0,0,8720,8721,1,0,0,0,8721,8723,1,0,0,0,8722,8724,3,1386,693, - 0,8723,8722,1,0,0,0,8723,8724,1,0,0,0,8724,8732,1,0,0,0,8725,8727, - 3,1040,520,0,8726,8725,1,0,0,0,8726,8727,1,0,0,0,8727,8729,1,0,0, - 0,8728,8730,3,1388,694,0,8729,8728,1,0,0,0,8729,8730,1,0,0,0,8730, - 8732,1,0,0,0,8731,8717,1,0,0,0,8731,8726,1,0,0,0,8732,8734,1,0,0, - 0,8733,8735,3,1030,515,0,8734,8733,1,0,0,0,8734,8735,1,0,0,0,8735, - 8737,1,0,0,0,8736,8738,3,1104,552,0,8737,8736,1,0,0,0,8737,8738, - 1,0,0,0,8738,8740,1,0,0,0,8739,8741,3,1146,573,0,8740,8739,1,0,0, - 0,8740,8741,1,0,0,0,8741,8743,1,0,0,0,8742,8744,3,1074,537,0,8743, - 8742,1,0,0,0,8743,8744,1,0,0,0,8744,8746,1,0,0,0,8745,8747,3,1088, - 544,0,8746,8745,1,0,0,0,8746,8747,1,0,0,0,8747,8749,1,0,0,0,8748, - 8750,3,1290,645,0,8749,8748,1,0,0,0,8749,8750,1,0,0,0,8750,8761, - 1,0,0,0,8751,8761,3,1102,551,0,8752,8753,5,92,0,0,8753,8761,3,1120, - 560,0,8754,8755,3,1004,502,0,8755,8758,3,1014,507,0,8756,8759,3, - 1010,505,0,8757,8759,3,1004,502,0,8758,8756,1,0,0,0,8758,8757,1, - 0,0,0,8759,8761,1,0,0,0,8760,8715,1,0,0,0,8760,8751,1,0,0,0,8760, - 8752,1,0,0,0,8760,8754,1,0,0,0,8761,8769,1,0,0,0,8762,8765,3,1014, - 507,0,8763,8766,3,1010,505,0,8764,8766,3,1004,502,0,8765,8763,1, - 0,0,0,8765,8764,1,0,0,0,8766,8768,1,0,0,0,8767,8762,1,0,0,0,8768, - 8771,1,0,0,0,8769,8767,1,0,0,0,8769,8770,1,0,0,0,8770,1011,1,0,0, - 0,8771,8769,1,0,0,0,8772,8776,5,97,0,0,8773,8776,5,70,0,0,8774,8776, - 5,59,0,0,8775,8772,1,0,0,0,8775,8773,1,0,0,0,8775,8774,1,0,0,0,8776, - 1013,1,0,0,0,8777,8779,3,1012,506,0,8778,8780,3,1038,519,0,8779, - 8778,1,0,0,0,8779,8780,1,0,0,0,8780,1015,1,0,0,0,8781,8783,5,105, - 0,0,8782,8784,5,303,0,0,8783,8782,1,0,0,0,8783,8784,1,0,0,0,8784, - 8785,1,0,0,0,8785,8786,3,1018,509,0,8786,1017,1,0,0,0,8787,8792, - 3,1020,510,0,8788,8789,5,6,0,0,8789,8791,3,1020,510,0,8790,8788, - 1,0,0,0,8791,8794,1,0,0,0,8792,8790,1,0,0,0,8792,8793,1,0,0,0,8793, - 1019,1,0,0,0,8794,8792,1,0,0,0,8795,8797,3,1438,719,0,8796,8798, - 3,920,460,0,8797,8796,1,0,0,0,8797,8798,1,0,0,0,8798,8799,1,0,0, - 0,8799,8801,5,36,0,0,8800,8802,3,1026,513,0,8801,8800,1,0,0,0,8801, - 8802,1,0,0,0,8802,8803,1,0,0,0,8803,8804,5,2,0,0,8804,8805,3,944, - 472,0,8805,8807,5,3,0,0,8806,8808,3,1022,511,0,8807,8806,1,0,0,0, - 8807,8808,1,0,0,0,8808,8810,1,0,0,0,8809,8811,3,1024,512,0,8810, - 8809,1,0,0,0,8810,8811,1,0,0,0,8811,1021,1,0,0,0,8812,8813,5,325, - 0,0,8813,8814,7,55,0,0,8814,8815,5,207,0,0,8815,8816,5,147,0,0,8816, - 8817,3,246,123,0,8817,8818,5,333,0,0,8818,8819,3,1434,717,0,8819, - 1023,1,0,0,0,8820,8821,5,173,0,0,8821,8822,3,246,123,0,8822,8823, - 5,333,0,0,8823,8829,3,1434,717,0,8824,8825,5,94,0,0,8825,8826,3, - 1438,719,0,8826,8827,5,53,0,0,8827,8828,3,1438,719,0,8828,8830,1, - 0,0,0,8829,8824,1,0,0,0,8829,8830,1,0,0,0,8830,8831,1,0,0,0,8831, - 8832,5,100,0,0,8832,8833,3,1434,717,0,8833,1025,1,0,0,0,8834,8838, - 5,259,0,0,8835,8836,5,77,0,0,8836,8838,5,259,0,0,8837,8834,1,0,0, - 0,8837,8835,1,0,0,0,8838,1027,1,0,0,0,8839,8840,3,1016,508,0,8840, - 1029,1,0,0,0,8841,8846,5,71,0,0,8842,8843,3,1032,516,0,8843,8844, - 3,1034,517,0,8844,8847,1,0,0,0,8845,8847,3,1676,838,0,8846,8842, - 1,0,0,0,8846,8845,1,0,0,0,8847,1031,1,0,0,0,8848,8851,1,0,0,0,8849, - 8851,5,346,0,0,8850,8848,1,0,0,0,8850,8849,1,0,0,0,8851,1033,1,0, - 0,0,8852,8854,7,56,0,0,8853,8852,1,0,0,0,8853,8854,1,0,0,0,8854, - 8855,1,0,0,0,8855,8857,7,25,0,0,8856,8858,3,1036,518,0,8857,8856, - 1,0,0,0,8857,8858,1,0,0,0,8858,8859,1,0,0,0,8859,8869,3,1406,703, - 0,8860,8862,5,367,0,0,8861,8863,3,1036,518,0,8862,8861,1,0,0,0,8862, - 8863,1,0,0,0,8863,8864,1,0,0,0,8864,8869,3,1406,703,0,8865,8866, - 5,92,0,0,8866,8869,3,1406,703,0,8867,8869,3,1406,703,0,8868,8853, - 1,0,0,0,8868,8860,1,0,0,0,8868,8865,1,0,0,0,8868,8867,1,0,0,0,8869, - 1035,1,0,0,0,8870,8871,5,92,0,0,8871,1037,1,0,0,0,8872,8873,7,57, - 0,0,8873,1039,1,0,0,0,8874,8880,5,56,0,0,8875,8876,5,80,0,0,8876, - 8877,5,2,0,0,8877,8878,3,1330,665,0,8878,8879,5,3,0,0,8879,8881, - 1,0,0,0,8880,8875,1,0,0,0,8880,8881,1,0,0,0,8881,1041,1,0,0,0,8882, - 8883,5,30,0,0,8883,1043,1,0,0,0,8884,8885,3,1046,523,0,8885,1045, - 1,0,0,0,8886,8887,5,83,0,0,8887,8888,5,147,0,0,8888,8889,3,1048, - 524,0,8889,1047,1,0,0,0,8890,8895,3,1050,525,0,8891,8892,5,6,0,0, - 8892,8894,3,1050,525,0,8893,8891,1,0,0,0,8894,8897,1,0,0,0,8895, - 8893,1,0,0,0,8895,8896,1,0,0,0,8896,1049,1,0,0,0,8897,8895,1,0,0, - 0,8898,8902,3,1338,669,0,8899,8900,5,100,0,0,8900,8903,3,1326,663, - 0,8901,8903,3,652,326,0,8902,8899,1,0,0,0,8902,8901,1,0,0,0,8902, - 8903,1,0,0,0,8903,8905,1,0,0,0,8904,8906,3,654,327,0,8905,8904,1, - 0,0,0,8905,8906,1,0,0,0,8906,1051,1,0,0,0,8907,8909,3,1056,528,0, - 8908,8910,3,1060,530,0,8909,8908,1,0,0,0,8909,8910,1,0,0,0,8910, - 8920,1,0,0,0,8911,8913,3,1060,530,0,8912,8914,3,1058,529,0,8913, - 8912,1,0,0,0,8913,8914,1,0,0,0,8914,8920,1,0,0,0,8915,8917,3,1058, - 529,0,8916,8918,3,1060,530,0,8917,8916,1,0,0,0,8917,8918,1,0,0,0, - 8918,8920,1,0,0,0,8919,8907,1,0,0,0,8919,8911,1,0,0,0,8919,8915, - 1,0,0,0,8920,1053,1,0,0,0,8921,8922,3,1052,526,0,8922,1055,1,0,0, - 0,8923,8924,5,74,0,0,8924,8927,3,1062,531,0,8925,8926,5,6,0,0,8926, - 8928,3,1064,532,0,8927,8925,1,0,0,0,8927,8928,1,0,0,0,8928,1057, - 1,0,0,0,8929,8930,5,61,0,0,8930,8944,3,1072,536,0,8931,8932,3,1066, - 533,0,8932,8936,3,1070,535,0,8933,8937,5,81,0,0,8934,8935,5,105, - 0,0,8935,8937,5,467,0,0,8936,8933,1,0,0,0,8936,8934,1,0,0,0,8937, - 8945,1,0,0,0,8938,8942,3,1070,535,0,8939,8943,5,81,0,0,8940,8941, - 5,105,0,0,8941,8943,5,467,0,0,8942,8939,1,0,0,0,8942,8940,1,0,0, - 0,8943,8945,1,0,0,0,8944,8931,1,0,0,0,8944,8938,1,0,0,0,8945,1059, - 1,0,0,0,8946,8951,5,79,0,0,8947,8948,3,1066,533,0,8948,8949,3,1070, - 535,0,8949,8952,1,0,0,0,8950,8952,3,1064,532,0,8951,8947,1,0,0,0, - 8951,8950,1,0,0,0,8952,1061,1,0,0,0,8953,8956,3,1214,607,0,8954, - 8956,5,30,0,0,8955,8953,1,0,0,0,8955,8954,1,0,0,0,8956,1063,1,0, - 0,0,8957,8958,3,1214,607,0,8958,1065,1,0,0,0,8959,8960,5,12,0,0, - 8960,8965,3,1068,534,0,8961,8962,5,13,0,0,8962,8965,3,1068,534,0, - 8963,8965,3,1256,628,0,8964,8959,1,0,0,0,8964,8961,1,0,0,0,8964, - 8963,1,0,0,0,8965,1067,1,0,0,0,8966,8969,3,1458,729,0,8967,8969, - 3,1456,728,0,8968,8966,1,0,0,0,8968,8967,1,0,0,0,8969,1069,1,0,0, - 0,8970,8971,7,58,0,0,8971,1071,1,0,0,0,8972,8973,7,59,0,0,8973,1073, - 1,0,0,0,8974,8975,5,66,0,0,8975,8977,5,147,0,0,8976,8978,3,1038, - 519,0,8977,8976,1,0,0,0,8977,8978,1,0,0,0,8978,8979,1,0,0,0,8979, - 8980,3,1076,538,0,8980,1075,1,0,0,0,8981,8986,3,1078,539,0,8982, - 8983,5,6,0,0,8983,8985,3,1078,539,0,8984,8982,1,0,0,0,8985,8988, - 1,0,0,0,8986,8984,1,0,0,0,8986,8987,1,0,0,0,8987,1077,1,0,0,0,8988, - 8986,1,0,0,0,8989,8999,3,1338,669,0,8990,8999,3,1080,540,0,8991, - 8999,3,1084,542,0,8992,8999,3,1082,541,0,8993,8999,3,1086,543,0, - 8994,8995,5,2,0,0,8995,8996,3,1332,666,0,8996,8997,5,3,0,0,8997, - 8999,1,0,0,0,8998,8989,1,0,0,0,8998,8990,1,0,0,0,8998,8991,1,0,0, - 0,8998,8992,1,0,0,0,8998,8993,1,0,0,0,8998,8994,1,0,0,0,8999,1079, - 1,0,0,0,9000,9001,5,2,0,0,9001,9002,5,3,0,0,9002,1081,1,0,0,0,9003, - 9004,5,468,0,0,9004,9005,5,2,0,0,9005,9006,3,1332,666,0,9006,9007, - 5,3,0,0,9007,1083,1,0,0,0,9008,9009,5,469,0,0,9009,9010,5,2,0,0, - 9010,9011,3,1332,666,0,9011,9012,5,3,0,0,9012,1085,1,0,0,0,9013, - 9014,5,470,0,0,9014,9015,5,471,0,0,9015,9016,5,2,0,0,9016,9017,3, - 1076,538,0,9017,9018,5,3,0,0,9018,1087,1,0,0,0,9019,9020,5,67,0, - 0,9020,9021,3,1214,607,0,9021,1089,1,0,0,0,9022,9027,3,1094,547, - 0,9023,9024,5,62,0,0,9024,9025,5,300,0,0,9025,9027,5,81,0,0,9026, - 9022,1,0,0,0,9026,9023,1,0,0,0,9027,1091,1,0,0,0,9028,9029,3,1090, - 545,0,9029,1093,1,0,0,0,9030,9032,3,1096,548,0,9031,9030,1,0,0,0, - 9032,9033,1,0,0,0,9033,9031,1,0,0,0,9033,9034,1,0,0,0,9034,1095, - 1,0,0,0,9035,9037,3,1098,549,0,9036,9038,3,1100,550,0,9037,9036, - 1,0,0,0,9037,9038,1,0,0,0,9038,9040,1,0,0,0,9039,9041,3,982,491, - 0,9040,9039,1,0,0,0,9040,9041,1,0,0,0,9041,1097,1,0,0,0,9042,9052, - 5,62,0,0,9043,9044,5,269,0,0,9044,9046,5,245,0,0,9045,9043,1,0,0, - 0,9045,9046,1,0,0,0,9046,9047,1,0,0,0,9047,9053,5,369,0,0,9048,9050, - 5,245,0,0,9049,9048,1,0,0,0,9049,9050,1,0,0,0,9050,9051,1,0,0,0, - 9051,9053,5,334,0,0,9052,9045,1,0,0,0,9052,9049,1,0,0,0,9053,1099, - 1,0,0,0,9054,9055,5,275,0,0,9055,9056,3,1392,696,0,9056,1101,1,0, - 0,0,9057,9058,5,422,0,0,9058,9059,5,2,0,0,9059,9060,3,1330,665,0, - 9060,9068,5,3,0,0,9061,9062,5,6,0,0,9062,9063,5,2,0,0,9063,9064, - 3,1330,665,0,9064,9065,5,3,0,0,9065,9067,1,0,0,0,9066,9061,1,0,0, - 0,9067,9070,1,0,0,0,9068,9066,1,0,0,0,9068,9069,1,0,0,0,9069,1103, - 1,0,0,0,9070,9068,1,0,0,0,9071,9072,5,64,0,0,9072,9073,3,1106,553, - 0,9073,1105,1,0,0,0,9074,9079,3,1108,554,0,9075,9076,5,6,0,0,9076, - 9078,3,1108,554,0,9077,9075,1,0,0,0,9078,9081,1,0,0,0,9079,9077, - 1,0,0,0,9079,9080,1,0,0,0,9080,1107,1,0,0,0,9081,9079,1,0,0,0,9082, - 9085,3,1120,560,0,9083,9085,3,1122,561,0,9084,9082,1,0,0,0,9084, - 9083,1,0,0,0,9085,9087,1,0,0,0,9086,9088,3,1112,556,0,9087,9086, - 1,0,0,0,9087,9088,1,0,0,0,9088,9090,1,0,0,0,9089,9091,3,1132,566, - 0,9090,9089,1,0,0,0,9090,9091,1,0,0,0,9091,9144,1,0,0,0,9092,9094, - 3,1136,568,0,9093,9095,3,1114,557,0,9094,9093,1,0,0,0,9094,9095, - 1,0,0,0,9095,9144,1,0,0,0,9096,9098,3,1156,578,0,9097,9099,3,1112, - 556,0,9098,9097,1,0,0,0,9098,9099,1,0,0,0,9099,9144,1,0,0,0,9100, - 9102,3,1004,502,0,9101,9103,3,1112,556,0,9102,9101,1,0,0,0,9102, - 9103,1,0,0,0,9103,9144,1,0,0,0,9104,9117,5,72,0,0,9105,9107,3,1156, - 578,0,9106,9108,3,1112,556,0,9107,9106,1,0,0,0,9107,9108,1,0,0,0, - 9108,9118,1,0,0,0,9109,9111,3,1136,568,0,9110,9112,3,1114,557,0, - 9111,9110,1,0,0,0,9111,9112,1,0,0,0,9112,9118,1,0,0,0,9113,9115, - 3,1004,502,0,9114,9116,3,1112,556,0,9115,9114,1,0,0,0,9115,9116, - 1,0,0,0,9116,9118,1,0,0,0,9117,9105,1,0,0,0,9117,9109,1,0,0,0,9117, - 9113,1,0,0,0,9118,9144,1,0,0,0,9119,9120,5,2,0,0,9120,9137,3,1108, - 554,0,9121,9122,5,110,0,0,9122,9123,5,118,0,0,9123,9138,3,1108,554, - 0,9124,9126,5,121,0,0,9125,9127,3,1116,558,0,9126,9125,1,0,0,0,9126, - 9127,1,0,0,0,9127,9128,1,0,0,0,9128,9129,5,118,0,0,9129,9138,3,1108, - 554,0,9130,9132,3,1116,558,0,9131,9130,1,0,0,0,9131,9132,1,0,0,0, - 9132,9133,1,0,0,0,9133,9134,5,118,0,0,9134,9135,3,1108,554,0,9135, - 9136,3,1118,559,0,9136,9138,1,0,0,0,9137,9121,1,0,0,0,9137,9124, - 1,0,0,0,9137,9131,1,0,0,0,9137,9138,1,0,0,0,9138,9139,1,0,0,0,9139, - 9141,5,3,0,0,9140,9142,3,1112,556,0,9141,9140,1,0,0,0,9141,9142, - 1,0,0,0,9142,9144,1,0,0,0,9143,9084,1,0,0,0,9143,9092,1,0,0,0,9143, - 9096,1,0,0,0,9143,9100,1,0,0,0,9143,9104,1,0,0,0,9143,9119,1,0,0, - 0,9144,9163,1,0,0,0,9145,9146,5,110,0,0,9146,9147,5,118,0,0,9147, - 9162,3,1108,554,0,9148,9150,5,121,0,0,9149,9151,3,1116,558,0,9150, - 9149,1,0,0,0,9150,9151,1,0,0,0,9151,9152,1,0,0,0,9152,9153,5,118, - 0,0,9153,9162,3,1108,554,0,9154,9156,3,1116,558,0,9155,9154,1,0, - 0,0,9155,9156,1,0,0,0,9156,9157,1,0,0,0,9157,9158,5,118,0,0,9158, - 9159,3,1108,554,0,9159,9160,3,1118,559,0,9160,9162,1,0,0,0,9161, - 9145,1,0,0,0,9161,9148,1,0,0,0,9161,9155,1,0,0,0,9162,9165,1,0,0, - 0,9163,9161,1,0,0,0,9163,9164,1,0,0,0,9164,1109,1,0,0,0,9165,9163, - 1,0,0,0,9166,9168,5,36,0,0,9167,9166,1,0,0,0,9167,9168,1,0,0,0,9168, - 9169,1,0,0,0,9169,9174,3,1476,738,0,9170,9171,5,2,0,0,9171,9172, - 3,1418,709,0,9172,9173,5,3,0,0,9173,9175,1,0,0,0,9174,9170,1,0,0, - 0,9174,9175,1,0,0,0,9175,1111,1,0,0,0,9176,9177,3,1110,555,0,9177, - 1113,1,0,0,0,9178,9191,3,1110,555,0,9179,9181,5,36,0,0,9180,9182, - 3,1476,738,0,9181,9180,1,0,0,0,9181,9182,1,0,0,0,9182,9185,1,0,0, - 0,9183,9185,3,1476,738,0,9184,9179,1,0,0,0,9184,9183,1,0,0,0,9185, - 9186,1,0,0,0,9186,9187,5,2,0,0,9187,9188,3,1152,576,0,9188,9189, - 5,3,0,0,9189,9191,1,0,0,0,9190,9178,1,0,0,0,9190,9184,1,0,0,0,9191, - 1115,1,0,0,0,9192,9194,7,60,0,0,9193,9195,5,123,0,0,9194,9193,1, - 0,0,0,9194,9195,1,0,0,0,9195,1117,1,0,0,0,9196,9197,5,100,0,0,9197, - 9198,5,2,0,0,9198,9199,3,246,123,0,9199,9200,5,3,0,0,9200,9204,1, - 0,0,0,9201,9202,5,80,0,0,9202,9204,3,1214,607,0,9203,9196,1,0,0, - 0,9203,9201,1,0,0,0,9204,1119,1,0,0,0,9205,9207,5,81,0,0,9206,9205, - 1,0,0,0,9206,9207,1,0,0,0,9207,9208,1,0,0,0,9208,9210,3,1408,704, - 0,9209,9211,5,9,0,0,9210,9209,1,0,0,0,9210,9211,1,0,0,0,9211,9227, - 1,0,0,0,9212,9218,5,81,0,0,9213,9219,3,1408,704,0,9214,9215,5,2, - 0,0,9215,9216,3,1408,704,0,9216,9217,5,3,0,0,9217,9219,1,0,0,0,9218, - 9213,1,0,0,0,9218,9214,1,0,0,0,9219,9227,1,0,0,0,9220,9221,5,68, - 0,0,9221,9224,5,323,0,0,9222,9225,3,1424,712,0,9223,9225,5,111,0, - 0,9224,9222,1,0,0,0,9224,9223,1,0,0,0,9225,9227,1,0,0,0,9226,9206, - 1,0,0,0,9226,9212,1,0,0,0,9226,9220,1,0,0,0,9227,1121,1,0,0,0,9228, - 9230,5,81,0,0,9229,9228,1,0,0,0,9229,9230,1,0,0,0,9230,9231,1,0, - 0,0,9231,9233,3,1412,706,0,9232,9234,5,9,0,0,9233,9232,1,0,0,0,9233, - 9234,1,0,0,0,9234,9236,1,0,0,0,9235,9237,3,246,123,0,9236,9235,1, - 0,0,0,9236,9237,1,0,0,0,9237,9239,1,0,0,0,9238,9240,3,1146,573,0, - 9239,9238,1,0,0,0,9239,9240,1,0,0,0,9240,1123,1,0,0,0,9241,9243, - 5,92,0,0,9242,9244,5,81,0,0,9243,9242,1,0,0,0,9243,9244,1,0,0,0, - 9244,9245,1,0,0,0,9245,9247,3,1408,704,0,9246,9248,5,9,0,0,9247, - 9246,1,0,0,0,9247,9248,1,0,0,0,9248,9253,1,0,0,0,9249,9250,5,2,0, - 0,9250,9251,3,246,123,0,9251,9252,5,3,0,0,9252,9254,1,0,0,0,9253, - 9249,1,0,0,0,9253,9254,1,0,0,0,9254,9256,1,0,0,0,9255,9257,3,1146, - 573,0,9256,9255,1,0,0,0,9256,9257,1,0,0,0,9257,9275,1,0,0,0,9258, - 9259,5,92,0,0,9259,9265,5,81,0,0,9260,9266,3,1408,704,0,9261,9262, - 5,2,0,0,9262,9263,3,1408,704,0,9263,9264,5,3,0,0,9264,9266,1,0,0, - 0,9265,9260,1,0,0,0,9265,9261,1,0,0,0,9266,9275,1,0,0,0,9267,9268, - 5,350,0,0,9268,9269,5,68,0,0,9269,9272,5,323,0,0,9270,9273,3,1424, - 712,0,9271,9273,5,111,0,0,9272,9270,1,0,0,0,9272,9271,1,0,0,0,9273, - 9275,1,0,0,0,9274,9241,1,0,0,0,9274,9258,1,0,0,0,9274,9267,1,0,0, - 0,9275,1125,1,0,0,0,9276,9281,3,1120,560,0,9277,9278,5,6,0,0,9278, - 9280,3,1120,560,0,9279,9277,1,0,0,0,9280,9283,1,0,0,0,9281,9279, - 1,0,0,0,9281,9282,1,0,0,0,9282,1127,1,0,0,0,9283,9281,1,0,0,0,9284, - 9289,3,1124,562,0,9285,9286,5,6,0,0,9286,9288,3,1124,562,0,9287, - 9285,1,0,0,0,9288,9291,1,0,0,0,9289,9287,1,0,0,0,9289,9290,1,0,0, - 0,9290,1129,1,0,0,0,9291,9289,1,0,0,0,9292,9297,3,1120,560,0,9293, - 9295,5,36,0,0,9294,9293,1,0,0,0,9294,9295,1,0,0,0,9295,9296,1,0, - 0,0,9296,9298,3,1476,738,0,9297,9294,1,0,0,0,9297,9298,1,0,0,0,9298, - 1131,1,0,0,0,9299,9300,5,472,0,0,9300,9301,3,1446,723,0,9301,9302, - 5,2,0,0,9302,9303,3,1330,665,0,9303,9305,5,3,0,0,9304,9306,3,1134, - 567,0,9305,9304,1,0,0,0,9305,9306,1,0,0,0,9306,1133,1,0,0,0,9307, - 9308,5,310,0,0,9308,9309,5,2,0,0,9309,9310,3,1214,607,0,9310,9311, - 5,3,0,0,9311,1135,1,0,0,0,9312,9314,3,1264,632,0,9313,9315,3,1144, - 572,0,9314,9313,1,0,0,0,9314,9315,1,0,0,0,9315,9325,1,0,0,0,9316, - 9317,5,320,0,0,9317,9318,5,64,0,0,9318,9319,5,2,0,0,9319,9320,3, - 1140,570,0,9320,9322,5,3,0,0,9321,9323,3,1144,572,0,9322,9321,1, - 0,0,0,9322,9323,1,0,0,0,9323,9325,1,0,0,0,9324,9312,1,0,0,0,9324, - 9316,1,0,0,0,9325,1137,1,0,0,0,9326,9328,3,1264,632,0,9327,9329, - 3,1142,571,0,9328,9327,1,0,0,0,9328,9329,1,0,0,0,9329,1139,1,0,0, - 0,9330,9335,3,1138,569,0,9331,9332,5,6,0,0,9332,9334,3,1138,569, - 0,9333,9331,1,0,0,0,9334,9337,1,0,0,0,9335,9333,1,0,0,0,9335,9336, - 1,0,0,0,9336,1141,1,0,0,0,9337,9335,1,0,0,0,9338,9339,5,36,0,0,9339, - 9340,5,2,0,0,9340,9341,3,1152,576,0,9341,9342,5,3,0,0,9342,1143, - 1,0,0,0,9343,9344,5,105,0,0,9344,9345,5,473,0,0,9345,1145,1,0,0, - 0,9346,9347,5,103,0,0,9347,9348,3,1338,669,0,9348,1147,1,0,0,0,9349, - 9354,5,103,0,0,9350,9351,5,434,0,0,9351,9352,5,275,0,0,9352,9355, - 3,996,498,0,9353,9355,3,1214,607,0,9354,9350,1,0,0,0,9354,9353,1, - 0,0,0,9355,1149,1,0,0,0,9356,9357,3,1152,576,0,9357,1151,1,0,0,0, - 9358,9363,3,1154,577,0,9359,9360,5,6,0,0,9360,9362,3,1154,577,0, - 9361,9359,1,0,0,0,9362,9365,1,0,0,0,9363,9361,1,0,0,0,9363,9364, - 1,0,0,0,9364,1153,1,0,0,0,9365,9363,1,0,0,0,9366,9367,3,1476,738, - 0,9367,9369,3,1170,585,0,9368,9370,3,126,63,0,9369,9368,1,0,0,0, - 9369,9370,1,0,0,0,9370,1155,1,0,0,0,9371,9372,5,474,0,0,9372,9388, - 5,2,0,0,9373,9374,3,1256,628,0,9374,9375,3,1282,641,0,9375,9376, - 5,475,0,0,9376,9377,3,1158,579,0,9377,9389,1,0,0,0,9378,9379,5,476, - 0,0,9379,9380,5,2,0,0,9380,9381,3,1166,583,0,9381,9382,5,3,0,0,9382, - 9383,5,6,0,0,9383,9384,3,1256,628,0,9384,9385,3,1282,641,0,9385, - 9386,5,475,0,0,9386,9387,3,1158,579,0,9387,9389,1,0,0,0,9388,9373, - 1,0,0,0,9388,9378,1,0,0,0,9389,9390,1,0,0,0,9390,9391,5,3,0,0,9391, - 1157,1,0,0,0,9392,9397,3,1160,580,0,9393,9394,5,6,0,0,9394,9396, - 3,1160,580,0,9395,9393,1,0,0,0,9396,9399,1,0,0,0,9397,9395,1,0,0, - 0,9397,9398,1,0,0,0,9398,1159,1,0,0,0,9399,9397,1,0,0,0,9400,9407, - 3,1476,738,0,9401,9403,3,1170,585,0,9402,9404,3,1162,581,0,9403, - 9402,1,0,0,0,9403,9404,1,0,0,0,9404,9408,1,0,0,0,9405,9406,5,62, - 0,0,9406,9408,5,473,0,0,9407,9401,1,0,0,0,9407,9405,1,0,0,0,9408, - 1161,1,0,0,0,9409,9411,3,1164,582,0,9410,9409,1,0,0,0,9411,9412, - 1,0,0,0,9412,9410,1,0,0,0,9412,9413,1,0,0,0,9413,1163,1,0,0,0,9414, - 9415,5,53,0,0,9415,9423,3,1214,607,0,9416,9417,3,1494,747,0,9417, - 9418,3,1214,607,0,9418,9423,1,0,0,0,9419,9420,5,77,0,0,9420,9423, - 5,78,0,0,9421,9423,5,78,0,0,9422,9414,1,0,0,0,9422,9416,1,0,0,0, - 9422,9419,1,0,0,0,9422,9421,1,0,0,0,9423,1165,1,0,0,0,9424,9429, - 3,1168,584,0,9425,9426,5,6,0,0,9426,9428,3,1168,584,0,9427,9425, - 1,0,0,0,9428,9431,1,0,0,0,9429,9427,1,0,0,0,9429,9430,1,0,0,0,9430, - 1167,1,0,0,0,9431,9429,1,0,0,0,9432,9433,3,1254,627,0,9433,9434, - 5,36,0,0,9434,9435,3,1492,746,0,9435,9439,1,0,0,0,9436,9437,5,53, - 0,0,9437,9439,3,1254,627,0,9438,9432,1,0,0,0,9438,9436,1,0,0,0,9439, - 1169,1,0,0,0,9440,9442,5,415,0,0,9441,9440,1,0,0,0,9441,9442,1,0, - 0,0,9442,9443,1,0,0,0,9443,9452,3,1174,587,0,9444,9453,3,1172,586, - 0,9445,9450,5,35,0,0,9446,9447,5,4,0,0,9447,9448,3,1458,729,0,9448, - 9449,5,5,0,0,9449,9451,1,0,0,0,9450,9446,1,0,0,0,9450,9451,1,0,0, - 0,9451,9453,1,0,0,0,9452,9444,1,0,0,0,9452,9445,1,0,0,0,9453,9459, - 1,0,0,0,9454,9455,3,1414,707,0,9455,9456,5,27,0,0,9456,9457,7,61, - 0,0,9457,9459,1,0,0,0,9458,9441,1,0,0,0,9458,9454,1,0,0,0,9459,1171, - 1,0,0,0,9460,9462,5,4,0,0,9461,9463,3,1458,729,0,9462,9461,1,0,0, - 0,9462,9463,1,0,0,0,9463,9464,1,0,0,0,9464,9466,5,5,0,0,9465,9460, - 1,0,0,0,9466,9469,1,0,0,0,9467,9465,1,0,0,0,9467,9468,1,0,0,0,9468, - 1173,1,0,0,0,9469,9467,1,0,0,0,9470,9486,3,1178,589,0,9471,9486, - 3,1182,591,0,9472,9486,3,1186,593,0,9473,9486,3,1194,597,0,9474, - 9486,3,1202,601,0,9475,9483,3,1204,602,0,9476,9478,3,1208,604,0, - 9477,9476,1,0,0,0,9477,9478,1,0,0,0,9478,9484,1,0,0,0,9479,9480, - 5,2,0,0,9480,9481,3,1458,729,0,9481,9482,5,3,0,0,9482,9484,1,0,0, - 0,9483,9477,1,0,0,0,9483,9479,1,0,0,0,9484,9486,1,0,0,0,9485,9470, - 1,0,0,0,9485,9471,1,0,0,0,9485,9472,1,0,0,0,9485,9473,1,0,0,0,9485, - 9474,1,0,0,0,9485,9475,1,0,0,0,9486,1175,1,0,0,0,9487,9492,3,1182, - 591,0,9488,9492,3,1188,594,0,9489,9492,3,1196,598,0,9490,9492,3, - 1202,601,0,9491,9487,1,0,0,0,9491,9488,1,0,0,0,9491,9489,1,0,0,0, - 9491,9490,1,0,0,0,9492,1177,1,0,0,0,9493,9495,3,1484,742,0,9494, - 9496,3,562,281,0,9495,9494,1,0,0,0,9495,9496,1,0,0,0,9496,9498,1, - 0,0,0,9497,9499,3,1180,590,0,9498,9497,1,0,0,0,9498,9499,1,0,0,0, - 9499,1179,1,0,0,0,9500,9501,5,2,0,0,9501,9502,3,1330,665,0,9502, - 9503,5,3,0,0,9503,1181,1,0,0,0,9504,9529,5,401,0,0,9505,9529,5,402, - 0,0,9506,9529,5,416,0,0,9507,9529,5,388,0,0,9508,9529,5,413,0,0, - 9509,9511,5,398,0,0,9510,9512,3,1184,592,0,9511,9510,1,0,0,0,9511, - 9512,1,0,0,0,9512,9529,1,0,0,0,9513,9514,5,190,0,0,9514,9529,5,412, - 0,0,9515,9517,5,395,0,0,9516,9518,3,1180,590,0,9517,9516,1,0,0,0, - 9517,9518,1,0,0,0,9518,9529,1,0,0,0,9519,9521,5,394,0,0,9520,9522, - 3,1180,590,0,9521,9520,1,0,0,0,9521,9522,1,0,0,0,9522,9529,1,0,0, - 0,9523,9525,5,409,0,0,9524,9526,3,1180,590,0,9525,9524,1,0,0,0,9525, - 9526,1,0,0,0,9526,9529,1,0,0,0,9527,9529,5,390,0,0,9528,9504,1,0, - 0,0,9528,9505,1,0,0,0,9528,9506,1,0,0,0,9528,9507,1,0,0,0,9528,9508, - 1,0,0,0,9528,9509,1,0,0,0,9528,9513,1,0,0,0,9528,9515,1,0,0,0,9528, - 9519,1,0,0,0,9528,9523,1,0,0,0,9528,9527,1,0,0,0,9529,1183,1,0,0, - 0,9530,9531,5,2,0,0,9531,9532,3,1458,729,0,9532,9533,5,3,0,0,9533, - 1185,1,0,0,0,9534,9537,3,1190,595,0,9535,9537,3,1192,596,0,9536, - 9534,1,0,0,0,9536,9535,1,0,0,0,9537,1187,1,0,0,0,9538,9541,3,1190, - 595,0,9539,9541,3,1192,596,0,9540,9538,1,0,0,0,9540,9539,1,0,0,0, - 9541,1189,1,0,0,0,9542,9544,5,389,0,0,9543,9545,3,1200,600,0,9544, - 9543,1,0,0,0,9544,9545,1,0,0,0,9545,9546,1,0,0,0,9546,9547,5,2,0, - 0,9547,9548,3,1330,665,0,9548,9549,5,3,0,0,9549,1191,1,0,0,0,9550, - 9552,5,389,0,0,9551,9553,3,1200,600,0,9552,9551,1,0,0,0,9552,9553, - 1,0,0,0,9553,1193,1,0,0,0,9554,9559,3,1198,599,0,9555,9556,5,2,0, - 0,9556,9557,3,1458,729,0,9557,9558,5,3,0,0,9558,9560,1,0,0,0,9559, - 9555,1,0,0,0,9559,9560,1,0,0,0,9560,1195,1,0,0,0,9561,9566,3,1198, - 599,0,9562,9563,5,2,0,0,9563,9564,3,1458,729,0,9564,9565,5,3,0,0, - 9565,9567,1,0,0,0,9566,9562,1,0,0,0,9566,9567,1,0,0,0,9567,1197, - 1,0,0,0,9568,9570,7,62,0,0,9569,9571,3,1200,600,0,9570,9569,1,0, - 0,0,9570,9571,1,0,0,0,9571,9579,1,0,0,0,9572,9579,5,423,0,0,9573, - 9574,5,405,0,0,9574,9576,7,63,0,0,9575,9577,3,1200,600,0,9576,9575, - 1,0,0,0,9576,9577,1,0,0,0,9577,9579,1,0,0,0,9578,9568,1,0,0,0,9578, - 9572,1,0,0,0,9578,9573,1,0,0,0,9579,1199,1,0,0,0,9580,9581,5,374, - 0,0,9581,1201,1,0,0,0,9582,9587,7,64,0,0,9583,9584,5,2,0,0,9584, - 9585,3,1458,729,0,9585,9586,5,3,0,0,9586,9588,1,0,0,0,9587,9583, - 1,0,0,0,9587,9588,1,0,0,0,9588,9590,1,0,0,0,9589,9591,3,1206,603, - 0,9590,9589,1,0,0,0,9590,9591,1,0,0,0,9591,1203,1,0,0,0,9592,9593, - 5,403,0,0,9593,1205,1,0,0,0,9594,9595,5,105,0,0,9595,9596,5,418, - 0,0,9596,9601,5,386,0,0,9597,9598,5,379,0,0,9598,9599,5,418,0,0, - 9599,9601,5,386,0,0,9600,9594,1,0,0,0,9600,9597,1,0,0,0,9601,1207, - 1,0,0,0,9602,9628,5,384,0,0,9603,9628,5,264,0,0,9604,9628,5,176, - 0,0,9605,9628,5,218,0,0,9606,9628,5,261,0,0,9607,9628,3,1210,605, - 0,9608,9609,5,384,0,0,9609,9610,5,94,0,0,9610,9628,5,264,0,0,9611, - 9612,5,176,0,0,9612,9616,5,94,0,0,9613,9617,5,218,0,0,9614,9617, - 5,261,0,0,9615,9617,3,1210,605,0,9616,9613,1,0,0,0,9616,9614,1,0, - 0,0,9616,9615,1,0,0,0,9617,9628,1,0,0,0,9618,9619,5,218,0,0,9619, - 9622,5,94,0,0,9620,9623,5,261,0,0,9621,9623,3,1210,605,0,9622,9620, - 1,0,0,0,9622,9621,1,0,0,0,9623,9628,1,0,0,0,9624,9625,5,261,0,0, - 9625,9626,5,94,0,0,9626,9628,3,1210,605,0,9627,9602,1,0,0,0,9627, - 9603,1,0,0,0,9627,9604,1,0,0,0,9627,9605,1,0,0,0,9627,9606,1,0,0, - 0,9627,9607,1,0,0,0,9627,9608,1,0,0,0,9627,9611,1,0,0,0,9627,9618, - 1,0,0,0,9627,9624,1,0,0,0,9628,1209,1,0,0,0,9629,9634,5,326,0,0, - 9630,9631,5,2,0,0,9631,9632,3,1458,729,0,9632,9633,5,3,0,0,9633, - 9635,1,0,0,0,9634,9630,1,0,0,0,9634,9635,1,0,0,0,9635,1211,1,0,0, - 0,9636,9637,5,197,0,0,9637,9638,3,1214,607,0,9638,1213,1,0,0,0,9639, - 9640,3,1216,608,0,9640,1215,1,0,0,0,9641,9643,3,1218,609,0,9642, - 9644,3,1324,662,0,9643,9642,1,0,0,0,9643,9644,1,0,0,0,9644,1217, - 1,0,0,0,9645,9650,3,1220,610,0,9646,9647,7,65,0,0,9647,9649,3,1220, - 610,0,9648,9646,1,0,0,0,9649,9652,1,0,0,0,9650,9648,1,0,0,0,9650, - 9651,1,0,0,0,9651,1219,1,0,0,0,9652,9650,1,0,0,0,9653,9658,3,1222, - 611,0,9654,9655,5,82,0,0,9655,9657,3,1222,611,0,9656,9654,1,0,0, - 0,9657,9660,1,0,0,0,9658,9656,1,0,0,0,9658,9659,1,0,0,0,9659,1221, - 1,0,0,0,9660,9658,1,0,0,0,9661,9666,3,1224,612,0,9662,9663,5,33, - 0,0,9663,9665,3,1224,612,0,9664,9662,1,0,0,0,9665,9668,1,0,0,0,9666, - 9664,1,0,0,0,9666,9667,1,0,0,0,9667,1223,1,0,0,0,9668,9666,1,0,0, - 0,9669,9675,3,1226,613,0,9670,9672,5,77,0,0,9671,9670,1,0,0,0,9671, - 9672,1,0,0,0,9672,9673,1,0,0,0,9673,9674,5,68,0,0,9674,9676,3,1364, - 682,0,9675,9671,1,0,0,0,9675,9676,1,0,0,0,9676,1225,1,0,0,0,9677, - 9679,5,77,0,0,9678,9677,1,0,0,0,9678,9679,1,0,0,0,9679,9680,1,0, - 0,0,9680,9681,3,1228,614,0,9681,1227,1,0,0,0,9682,9684,3,1230,615, - 0,9683,9685,7,66,0,0,9684,9683,1,0,0,0,9684,9685,1,0,0,0,9685,1229, - 1,0,0,0,9686,9710,3,1232,616,0,9687,9689,5,116,0,0,9688,9690,5,77, - 0,0,9689,9688,1,0,0,0,9689,9690,1,0,0,0,9690,9708,1,0,0,0,9691,9709, - 5,78,0,0,9692,9709,5,96,0,0,9693,9709,5,60,0,0,9694,9709,5,365,0, - 0,9695,9696,5,56,0,0,9696,9697,5,64,0,0,9697,9709,3,1214,607,0,9698, - 9699,5,275,0,0,9699,9700,5,2,0,0,9700,9701,3,1344,672,0,9701,9702, - 5,3,0,0,9702,9709,1,0,0,0,9703,9709,5,188,0,0,9704,9706,3,1354,677, - 0,9705,9704,1,0,0,0,9705,9706,1,0,0,0,9706,9707,1,0,0,0,9707,9709, - 5,478,0,0,9708,9691,1,0,0,0,9708,9692,1,0,0,0,9708,9693,1,0,0,0, - 9708,9694,1,0,0,0,9708,9695,1,0,0,0,9708,9698,1,0,0,0,9708,9703, - 1,0,0,0,9708,9705,1,0,0,0,9709,9711,1,0,0,0,9710,9687,1,0,0,0,9710, - 9711,1,0,0,0,9711,1231,1,0,0,0,9712,9724,3,1234,617,0,9713,9714, - 7,67,0,0,9714,9725,3,1234,617,0,9715,9716,3,1328,664,0,9716,9722, - 3,1318,659,0,9717,9723,3,1004,502,0,9718,9719,5,2,0,0,9719,9720, - 3,1214,607,0,9720,9721,5,3,0,0,9721,9723,1,0,0,0,9722,9717,1,0,0, - 0,9722,9718,1,0,0,0,9723,9725,1,0,0,0,9724,9713,1,0,0,0,9724,9715, - 1,0,0,0,9724,9725,1,0,0,0,9725,1233,1,0,0,0,9726,9744,3,1236,618, - 0,9727,9729,5,77,0,0,9728,9727,1,0,0,0,9728,9729,1,0,0,0,9729,9738, - 1,0,0,0,9730,9739,5,120,0,0,9731,9739,5,114,0,0,9732,9733,5,127, - 0,0,9733,9739,5,94,0,0,9734,9736,5,387,0,0,9735,9737,5,91,0,0,9736, - 9735,1,0,0,0,9736,9737,1,0,0,0,9737,9739,1,0,0,0,9738,9730,1,0,0, - 0,9738,9731,1,0,0,0,9738,9732,1,0,0,0,9738,9734,1,0,0,0,9739,9740, - 1,0,0,0,9740,9742,3,1236,618,0,9741,9743,3,1212,606,0,9742,9741, - 1,0,0,0,9742,9743,1,0,0,0,9743,9745,1,0,0,0,9744,9728,1,0,0,0,9744, - 9745,1,0,0,0,9745,1235,1,0,0,0,9746,9752,3,1238,619,0,9747,9748, - 3,1324,662,0,9748,9749,3,1238,619,0,9749,9751,1,0,0,0,9750,9747, - 1,0,0,0,9751,9754,1,0,0,0,9752,9750,1,0,0,0,9752,9753,1,0,0,0,9753, - 1237,1,0,0,0,9754,9752,1,0,0,0,9755,9757,3,1324,662,0,9756,9755, - 1,0,0,0,9756,9757,1,0,0,0,9757,9758,1,0,0,0,9758,9759,3,1240,620, - 0,9759,1239,1,0,0,0,9760,9765,3,1242,621,0,9761,9762,7,68,0,0,9762, - 9764,3,1242,621,0,9763,9761,1,0,0,0,9764,9767,1,0,0,0,9765,9763, - 1,0,0,0,9765,9766,1,0,0,0,9766,1241,1,0,0,0,9767,9765,1,0,0,0,9768, - 9773,3,1244,622,0,9769,9770,7,69,0,0,9770,9772,3,1244,622,0,9771, - 9769,1,0,0,0,9772,9775,1,0,0,0,9773,9771,1,0,0,0,9773,9774,1,0,0, - 0,9774,1243,1,0,0,0,9775,9773,1,0,0,0,9776,9779,3,1246,623,0,9777, - 9778,5,15,0,0,9778,9780,3,1214,607,0,9779,9777,1,0,0,0,9779,9780, - 1,0,0,0,9780,1245,1,0,0,0,9781,9783,7,68,0,0,9782,9781,1,0,0,0,9782, - 9783,1,0,0,0,9783,9784,1,0,0,0,9784,9785,3,1248,624,0,9785,1247, - 1,0,0,0,9786,9791,3,1250,625,0,9787,9788,5,142,0,0,9788,9789,5,418, - 0,0,9789,9790,5,386,0,0,9790,9792,3,1214,607,0,9791,9787,1,0,0,0, - 9791,9792,1,0,0,0,9792,1249,1,0,0,0,9793,9796,3,1252,626,0,9794, - 9795,5,43,0,0,9795,9797,3,560,280,0,9796,9794,1,0,0,0,9796,9797, - 1,0,0,0,9797,1251,1,0,0,0,9798,9803,3,1256,628,0,9799,9800,5,26, - 0,0,9800,9802,3,1170,585,0,9801,9799,1,0,0,0,9802,9805,1,0,0,0,9803, - 9801,1,0,0,0,9803,9804,1,0,0,0,9804,1253,1,0,0,0,9805,9803,1,0,0, - 0,9806,9807,6,627,-1,0,9807,9814,3,1256,628,0,9808,9809,7,68,0,0, - 9809,9814,3,1254,627,9,9810,9811,3,1324,662,0,9811,9812,3,1254,627, - 3,9812,9814,1,0,0,0,9813,9806,1,0,0,0,9813,9808,1,0,0,0,9813,9810, - 1,0,0,0,9814,9854,1,0,0,0,9815,9816,10,8,0,0,9816,9817,5,15,0,0, - 9817,9853,3,1254,627,9,9818,9819,10,7,0,0,9819,9820,7,69,0,0,9820, - 9853,3,1254,627,8,9821,9822,10,6,0,0,9822,9823,7,68,0,0,9823,9853, - 3,1254,627,7,9824,9825,10,5,0,0,9825,9826,3,1324,662,0,9826,9827, - 3,1254,627,6,9827,9853,1,0,0,0,9828,9829,10,4,0,0,9829,9830,7,67, - 0,0,9830,9853,3,1254,627,5,9831,9832,10,10,0,0,9832,9833,5,26,0, - 0,9833,9853,3,1170,585,0,9834,9835,10,2,0,0,9835,9853,3,1324,662, - 0,9836,9837,10,1,0,0,9837,9839,5,116,0,0,9838,9840,5,77,0,0,9839, - 9838,1,0,0,0,9839,9840,1,0,0,0,9840,9850,1,0,0,0,9841,9842,5,56, - 0,0,9842,9843,5,64,0,0,9843,9851,3,1254,627,0,9844,9845,5,275,0, - 0,9845,9846,5,2,0,0,9846,9847,3,1344,672,0,9847,9848,5,3,0,0,9848, - 9851,1,0,0,0,9849,9851,5,188,0,0,9850,9841,1,0,0,0,9850,9844,1,0, - 0,0,9850,9849,1,0,0,0,9851,9853,1,0,0,0,9852,9815,1,0,0,0,9852,9818, - 1,0,0,0,9852,9821,1,0,0,0,9852,9824,1,0,0,0,9852,9828,1,0,0,0,9852, - 9831,1,0,0,0,9852,9834,1,0,0,0,9852,9836,1,0,0,0,9853,9856,1,0,0, - 0,9854,9852,1,0,0,0,9854,9855,1,0,0,0,9855,1255,1,0,0,0,9856,9854, - 1,0,0,0,9857,9858,5,396,0,0,9858,9894,3,1004,502,0,9859,9862,5,35, - 0,0,9860,9863,3,1004,502,0,9861,9863,3,1346,673,0,9862,9860,1,0, - 0,0,9862,9861,1,0,0,0,9863,9894,1,0,0,0,9864,9865,5,28,0,0,9865, - 9894,3,1384,692,0,9866,9867,5,470,0,0,9867,9868,5,2,0,0,9868,9869, - 3,1330,665,0,9869,9870,5,3,0,0,9870,9894,1,0,0,0,9871,9872,5,98, - 0,0,9872,9894,3,1004,502,0,9873,9894,3,1450,725,0,9874,9894,3,1258, - 629,0,9875,9876,5,2,0,0,9876,9877,3,1214,607,0,9877,9878,5,3,0,0, - 9878,9879,3,1384,692,0,9879,9894,1,0,0,0,9880,9894,3,1366,683,0, - 9881,9894,3,1262,631,0,9882,9884,3,1004,502,0,9883,9885,3,1382,691, - 0,9884,9883,1,0,0,0,9884,9885,1,0,0,0,9885,9894,1,0,0,0,9886,9894, - 3,1314,657,0,9887,9894,3,1316,658,0,9888,9889,3,1312,656,0,9889, - 9890,5,125,0,0,9890,9891,3,1312,656,0,9891,9894,1,0,0,0,9892,9894, - 3,1376,688,0,9893,9857,1,0,0,0,9893,9859,1,0,0,0,9893,9864,1,0,0, - 0,9893,9866,1,0,0,0,9893,9871,1,0,0,0,9893,9873,1,0,0,0,9893,9874, - 1,0,0,0,9893,9875,1,0,0,0,9893,9880,1,0,0,0,9893,9881,1,0,0,0,9893, - 9882,1,0,0,0,9893,9886,1,0,0,0,9893,9887,1,0,0,0,9893,9888,1,0,0, - 0,9893,9892,1,0,0,0,9894,1257,1,0,0,0,9895,9896,5,575,0,0,9896,1259, - 1,0,0,0,9897,9923,3,1446,723,0,9898,9920,5,2,0,0,9899,9903,3,1340, - 670,0,9900,9901,5,6,0,0,9901,9902,5,101,0,0,9902,9904,3,1342,671, - 0,9903,9900,1,0,0,0,9903,9904,1,0,0,0,9904,9906,1,0,0,0,9905,9907, - 3,1044,522,0,9906,9905,1,0,0,0,9906,9907,1,0,0,0,9907,9921,1,0,0, - 0,9908,9909,5,101,0,0,9909,9911,3,1342,671,0,9910,9912,3,1044,522, - 0,9911,9910,1,0,0,0,9911,9912,1,0,0,0,9912,9921,1,0,0,0,9913,9914, - 7,57,0,0,9914,9916,3,1340,670,0,9915,9917,3,1044,522,0,9916,9915, - 1,0,0,0,9916,9917,1,0,0,0,9917,9921,1,0,0,0,9918,9921,5,9,0,0,9919, - 9921,1,0,0,0,9920,9899,1,0,0,0,9920,9908,1,0,0,0,9920,9913,1,0,0, - 0,9920,9918,1,0,0,0,9920,9919,1,0,0,0,9921,9922,1,0,0,0,9922,9924, - 5,3,0,0,9923,9898,1,0,0,0,9923,9924,1,0,0,0,9924,1261,1,0,0,0,9925, - 9927,3,1260,630,0,9926,9928,3,1286,643,0,9927,9926,1,0,0,0,9927, - 9928,1,0,0,0,9928,9930,1,0,0,0,9929,9931,3,1288,644,0,9930,9929, - 1,0,0,0,9930,9931,1,0,0,0,9931,9933,1,0,0,0,9932,9934,3,1296,648, - 0,9933,9932,1,0,0,0,9933,9934,1,0,0,0,9934,9937,1,0,0,0,9935,9937, - 3,1266,633,0,9936,9925,1,0,0,0,9936,9935,1,0,0,0,9937,1263,1,0,0, - 0,9938,9941,3,1260,630,0,9939,9941,3,1266,633,0,9940,9938,1,0,0, - 0,9940,9939,1,0,0,0,9941,1265,1,0,0,0,9942,9943,5,108,0,0,9943,9944, - 5,62,0,0,9944,9945,5,2,0,0,9945,9946,3,1214,607,0,9946,9947,5,3, - 0,0,9947,10127,1,0,0,0,9948,10127,5,48,0,0,9949,9954,5,50,0,0,9950, - 9951,5,2,0,0,9951,9952,3,1458,729,0,9952,9953,5,3,0,0,9953,9955, - 1,0,0,0,9954,9950,1,0,0,0,9954,9955,1,0,0,0,9955,10127,1,0,0,0,9956, - 9961,5,51,0,0,9957,9958,5,2,0,0,9958,9959,3,1458,729,0,9959,9960, - 5,3,0,0,9960,9962,1,0,0,0,9961,9957,1,0,0,0,9961,9962,1,0,0,0,9962, - 10127,1,0,0,0,9963,9968,5,75,0,0,9964,9965,5,2,0,0,9965,9966,3,1458, - 729,0,9966,9967,5,3,0,0,9967,9969,1,0,0,0,9968,9964,1,0,0,0,9968, - 9969,1,0,0,0,9969,10127,1,0,0,0,9970,9975,5,76,0,0,9971,9972,5,2, - 0,0,9972,9973,3,1458,729,0,9973,9974,5,3,0,0,9974,9976,1,0,0,0,9975, - 9971,1,0,0,0,9975,9976,1,0,0,0,9976,10127,1,0,0,0,9977,10127,5,49, - 0,0,9978,10127,5,52,0,0,9979,10127,5,89,0,0,9980,10127,5,99,0,0, - 9981,10127,5,47,0,0,9982,10127,5,111,0,0,9983,9984,5,41,0,0,9984, - 9985,5,2,0,0,9985,9986,3,1214,607,0,9986,9987,5,36,0,0,9987,9988, - 3,1170,585,0,9988,9989,5,3,0,0,9989,10127,1,0,0,0,9990,9991,5,397, - 0,0,9991,9993,5,2,0,0,9992,9994,3,1350,675,0,9993,9992,1,0,0,0,9993, - 9994,1,0,0,0,9994,9995,1,0,0,0,9995,10127,5,3,0,0,9996,9997,5,489, - 0,0,9997,9998,5,2,0,0,9998,10001,3,1214,607,0,9999,10000,5,6,0,0, - 10000,10002,3,1354,677,0,10001,9999,1,0,0,0,10001,10002,1,0,0,0, - 10002,10003,1,0,0,0,10003,10004,5,3,0,0,10004,10127,1,0,0,0,10005, - 10006,5,410,0,0,10006,10007,5,2,0,0,10007,10008,3,1356,678,0,10008, - 10009,5,3,0,0,10009,10127,1,0,0,0,10010,10011,5,411,0,0,10011,10013, - 5,2,0,0,10012,10014,3,1358,679,0,10013,10012,1,0,0,0,10013,10014, - 1,0,0,0,10014,10015,1,0,0,0,10015,10127,5,3,0,0,10016,10017,5,417, - 0,0,10017,10019,5,2,0,0,10018,10020,3,1360,680,0,10019,10018,1,0, - 0,0,10019,10020,1,0,0,0,10020,10021,1,0,0,0,10021,10127,5,3,0,0, - 10022,10023,5,420,0,0,10023,10024,5,2,0,0,10024,10025,3,1214,607, - 0,10025,10026,5,36,0,0,10026,10027,3,1170,585,0,10027,10028,5,3, - 0,0,10028,10127,1,0,0,0,10029,10030,5,421,0,0,10030,10032,5,2,0, - 0,10031,10033,7,70,0,0,10032,10031,1,0,0,0,10032,10033,1,0,0,0,10033, - 10034,1,0,0,0,10034,10035,3,1362,681,0,10035,10036,5,3,0,0,10036, - 10127,1,0,0,0,10037,10038,5,408,0,0,10038,10039,5,2,0,0,10039,10040, - 3,1214,607,0,10040,10041,5,6,0,0,10041,10042,3,1214,607,0,10042, - 10043,5,3,0,0,10043,10127,1,0,0,0,10044,10045,5,393,0,0,10045,10046, - 5,2,0,0,10046,10047,3,1330,665,0,10047,10048,5,3,0,0,10048,10127, - 1,0,0,0,10049,10050,5,399,0,0,10050,10051,5,2,0,0,10051,10052,3, - 1330,665,0,10052,10053,5,3,0,0,10053,10127,1,0,0,0,10054,10055,5, - 404,0,0,10055,10056,5,2,0,0,10056,10057,3,1330,665,0,10057,10058, - 5,3,0,0,10058,10127,1,0,0,0,10059,10060,5,425,0,0,10060,10061,5, - 2,0,0,10061,10062,3,1330,665,0,10062,10063,5,3,0,0,10063,10127,1, - 0,0,0,10064,10065,5,426,0,0,10065,10066,5,2,0,0,10066,10067,5,266, - 0,0,10067,10073,3,1492,746,0,10068,10071,5,6,0,0,10069,10072,3,1272, - 636,0,10070,10072,3,1330,665,0,10071,10069,1,0,0,0,10071,10070,1, - 0,0,0,10072,10074,1,0,0,0,10073,10068,1,0,0,0,10073,10074,1,0,0, - 0,10074,10075,1,0,0,0,10075,10076,5,3,0,0,10076,10127,1,0,0,0,10077, - 10078,5,427,0,0,10078,10079,5,2,0,0,10079,10080,3,1256,628,0,10080, - 10081,3,1282,641,0,10081,10082,5,3,0,0,10082,10127,1,0,0,0,10083, - 10084,5,428,0,0,10084,10085,5,2,0,0,10085,10086,3,1274,637,0,10086, - 10087,5,3,0,0,10087,10127,1,0,0,0,10088,10089,5,429,0,0,10089,10090, - 5,2,0,0,10090,10091,3,1278,639,0,10091,10093,3,1214,607,0,10092, - 10094,3,1280,640,0,10093,10092,1,0,0,0,10093,10094,1,0,0,0,10094, - 10095,1,0,0,0,10095,10096,5,3,0,0,10096,10127,1,0,0,0,10097,10098, - 5,430,0,0,10098,10099,5,2,0,0,10099,10100,5,266,0,0,10100,10103, - 3,1492,746,0,10101,10102,5,6,0,0,10102,10104,3,1214,607,0,10103, - 10101,1,0,0,0,10103,10104,1,0,0,0,10104,10105,1,0,0,0,10105,10106, - 5,3,0,0,10106,10127,1,0,0,0,10107,10108,5,431,0,0,10108,10109,5, - 2,0,0,10109,10110,5,383,0,0,10110,10111,3,1214,607,0,10111,10112, - 5,6,0,0,10112,10114,3,1268,634,0,10113,10115,3,1270,635,0,10114, - 10113,1,0,0,0,10114,10115,1,0,0,0,10115,10116,1,0,0,0,10116,10117, - 5,3,0,0,10117,10127,1,0,0,0,10118,10119,5,432,0,0,10119,10120,5, - 2,0,0,10120,10121,3,1278,639,0,10121,10122,3,1214,607,0,10122,10123, - 5,36,0,0,10123,10124,3,1174,587,0,10124,10125,5,3,0,0,10125,10127, - 1,0,0,0,10126,9942,1,0,0,0,10126,9948,1,0,0,0,10126,9949,1,0,0,0, - 10126,9956,1,0,0,0,10126,9963,1,0,0,0,10126,9970,1,0,0,0,10126,9977, - 1,0,0,0,10126,9978,1,0,0,0,10126,9979,1,0,0,0,10126,9980,1,0,0,0, - 10126,9981,1,0,0,0,10126,9982,1,0,0,0,10126,9983,1,0,0,0,10126,9990, - 1,0,0,0,10126,9996,1,0,0,0,10126,10005,1,0,0,0,10126,10010,1,0,0, - 0,10126,10016,1,0,0,0,10126,10022,1,0,0,0,10126,10029,1,0,0,0,10126, - 10037,1,0,0,0,10126,10044,1,0,0,0,10126,10049,1,0,0,0,10126,10054, - 1,0,0,0,10126,10059,1,0,0,0,10126,10064,1,0,0,0,10126,10077,1,0, - 0,0,10126,10083,1,0,0,0,10126,10088,1,0,0,0,10126,10097,1,0,0,0, - 10126,10107,1,0,0,0,10126,10118,1,0,0,0,10127,1267,1,0,0,0,10128, - 10129,5,375,0,0,10129,10134,3,1214,607,0,10130,10131,5,375,0,0,10131, - 10132,5,269,0,0,10132,10134,5,450,0,0,10133,10128,1,0,0,0,10133, - 10130,1,0,0,0,10134,1269,1,0,0,0,10135,10136,5,6,0,0,10136,10137, - 5,339,0,0,10137,10146,5,385,0,0,10138,10139,5,6,0,0,10139,10140, - 5,339,0,0,10140,10146,5,269,0,0,10141,10142,5,6,0,0,10142,10143, - 5,339,0,0,10143,10144,5,269,0,0,10144,10146,5,450,0,0,10145,10135, - 1,0,0,0,10145,10138,1,0,0,0,10145,10141,1,0,0,0,10146,1271,1,0,0, - 0,10147,10148,5,424,0,0,10148,10149,5,2,0,0,10149,10150,3,1274,637, - 0,10150,10151,5,3,0,0,10151,1273,1,0,0,0,10152,10157,3,1276,638, - 0,10153,10154,5,6,0,0,10154,10156,3,1276,638,0,10155,10153,1,0,0, - 0,10156,10159,1,0,0,0,10157,10155,1,0,0,0,10157,10158,1,0,0,0,10158, - 1275,1,0,0,0,10159,10157,1,0,0,0,10160,10163,3,1214,607,0,10161, - 10162,5,36,0,0,10162,10164,3,1492,746,0,10163,10161,1,0,0,0,10163, - 10164,1,0,0,0,10164,1277,1,0,0,0,10165,10166,7,71,0,0,10166,1279, - 1,0,0,0,10167,10168,5,292,0,0,10168,10172,5,378,0,0,10169,10170, - 5,347,0,0,10170,10172,5,378,0,0,10171,10167,1,0,0,0,10171,10169, - 1,0,0,0,10172,1281,1,0,0,0,10173,10174,5,286,0,0,10174,10189,3,1256, - 628,0,10175,10176,5,286,0,0,10176,10177,3,1256,628,0,10177,10178, - 3,1284,642,0,10178,10189,1,0,0,0,10179,10180,5,286,0,0,10180,10181, - 3,1284,642,0,10181,10182,3,1256,628,0,10182,10189,1,0,0,0,10183, - 10184,5,286,0,0,10184,10185,3,1284,642,0,10185,10186,3,1256,628, - 0,10186,10187,3,1284,642,0,10187,10189,1,0,0,0,10188,10173,1,0,0, - 0,10188,10175,1,0,0,0,10188,10179,1,0,0,0,10188,10183,1,0,0,0,10189, - 1283,1,0,0,0,10190,10191,5,147,0,0,10191,10192,7,72,0,0,10192,1285, - 1,0,0,0,10193,10194,5,479,0,0,10194,10195,5,66,0,0,10195,10196,5, - 2,0,0,10196,10197,3,1046,523,0,10197,10198,5,3,0,0,10198,1287,1, - 0,0,0,10199,10200,5,480,0,0,10200,10201,5,2,0,0,10201,10202,5,103, - 0,0,10202,10203,3,1214,607,0,10203,10204,5,3,0,0,10204,1289,1,0, - 0,0,10205,10206,5,104,0,0,10206,10207,3,1292,646,0,10207,1291,1, - 0,0,0,10208,10213,3,1294,647,0,10209,10210,5,6,0,0,10210,10212,3, - 1294,647,0,10211,10209,1,0,0,0,10212,10215,1,0,0,0,10213,10211,1, - 0,0,0,10213,10214,1,0,0,0,10214,1293,1,0,0,0,10215,10213,1,0,0,0, - 10216,10217,3,1476,738,0,10217,10218,5,36,0,0,10218,10219,3,1298, - 649,0,10219,1295,1,0,0,0,10220,10223,5,124,0,0,10221,10224,3,1298, - 649,0,10222,10224,3,1476,738,0,10223,10221,1,0,0,0,10223,10222,1, - 0,0,0,10224,1297,1,0,0,0,10225,10227,5,2,0,0,10226,10228,3,1300, - 650,0,10227,10226,1,0,0,0,10227,10228,1,0,0,0,10228,10230,1,0,0, - 0,10229,10231,3,1302,651,0,10230,10229,1,0,0,0,10230,10231,1,0,0, - 0,10231,10233,1,0,0,0,10232,10234,3,1044,522,0,10233,10232,1,0,0, - 0,10233,10234,1,0,0,0,10234,10236,1,0,0,0,10235,10237,3,1304,652, - 0,10236,10235,1,0,0,0,10236,10237,1,0,0,0,10237,10238,1,0,0,0,10238, - 10239,5,3,0,0,10239,1299,1,0,0,0,10240,10241,3,1476,738,0,10241, - 1301,1,0,0,0,10242,10243,5,285,0,0,10243,10244,5,147,0,0,10244,10245, - 3,1330,665,0,10245,1303,1,0,0,0,10246,10247,5,299,0,0,10247,10249, - 3,1306,653,0,10248,10250,3,1310,655,0,10249,10248,1,0,0,0,10249, - 10250,1,0,0,0,10250,10262,1,0,0,0,10251,10252,5,320,0,0,10252,10254, - 3,1306,653,0,10253,10255,3,1310,655,0,10254,10253,1,0,0,0,10254, - 10255,1,0,0,0,10255,10262,1,0,0,0,10256,10257,5,481,0,0,10257,10259, - 3,1306,653,0,10258,10260,3,1310,655,0,10259,10258,1,0,0,0,10259, - 10260,1,0,0,0,10260,10262,1,0,0,0,10261,10246,1,0,0,0,10261,10251, - 1,0,0,0,10261,10256,1,0,0,0,10262,1305,1,0,0,0,10263,10270,3,1308, - 654,0,10264,10265,5,387,0,0,10265,10266,3,1308,654,0,10266,10267, - 5,33,0,0,10267,10268,3,1308,654,0,10268,10270,1,0,0,0,10269,10263, - 1,0,0,0,10269,10264,1,0,0,0,10270,1307,1,0,0,0,10271,10272,5,362, - 0,0,10272,10279,7,73,0,0,10273,10274,5,434,0,0,10274,10279,5,414, - 0,0,10275,10276,3,1214,607,0,10276,10277,7,73,0,0,10277,10279,1, - 0,0,0,10278,10271,1,0,0,0,10278,10273,1,0,0,0,10278,10275,1,0,0, - 0,10279,1309,1,0,0,0,10280,10287,5,199,0,0,10281,10282,5,434,0,0, - 10282,10288,5,414,0,0,10283,10288,5,66,0,0,10284,10288,5,467,0,0, - 10285,10286,5,269,0,0,10286,10288,5,482,0,0,10287,10281,1,0,0,0, - 10287,10283,1,0,0,0,10287,10284,1,0,0,0,10287,10285,1,0,0,0,10288, - 1311,1,0,0,0,10289,10290,5,414,0,0,10290,10292,5,2,0,0,10291,10293, - 3,1330,665,0,10292,10291,1,0,0,0,10292,10293,1,0,0,0,10293,10294, - 1,0,0,0,10294,10302,5,3,0,0,10295,10296,5,2,0,0,10296,10297,3,1330, - 665,0,10297,10298,5,6,0,0,10298,10299,3,1214,607,0,10299,10300,5, - 3,0,0,10300,10302,1,0,0,0,10301,10289,1,0,0,0,10301,10295,1,0,0, - 0,10302,1313,1,0,0,0,10303,10304,5,414,0,0,10304,10306,5,2,0,0,10305, - 10307,3,1330,665,0,10306,10305,1,0,0,0,10306,10307,1,0,0,0,10307, - 10308,1,0,0,0,10308,10309,5,3,0,0,10309,1315,1,0,0,0,10310,10311, - 5,2,0,0,10311,10312,3,1214,607,0,10312,10313,5,6,0,0,10313,10314, - 3,1330,665,0,10314,10315,5,3,0,0,10315,1317,1,0,0,0,10316,10317, - 7,74,0,0,10317,1319,1,0,0,0,10318,10321,5,29,0,0,10319,10321,3,1322, - 661,0,10320,10318,1,0,0,0,10320,10319,1,0,0,0,10321,1321,1,0,0,0, - 10322,10323,7,75,0,0,10323,1323,1,0,0,0,10324,10331,5,29,0,0,10325, - 10326,5,278,0,0,10326,10327,5,2,0,0,10327,10328,3,734,367,0,10328, - 10329,5,3,0,0,10329,10331,1,0,0,0,10330,10324,1,0,0,0,10330,10325, - 1,0,0,0,10331,1325,1,0,0,0,10332,10339,3,1320,660,0,10333,10334, - 5,278,0,0,10334,10335,5,2,0,0,10335,10336,3,734,367,0,10336,10337, - 5,3,0,0,10337,10339,1,0,0,0,10338,10332,1,0,0,0,10338,10333,1,0, - 0,0,10339,1327,1,0,0,0,10340,10353,3,1320,660,0,10341,10342,5,278, - 0,0,10342,10343,5,2,0,0,10343,10344,3,734,367,0,10344,10345,5,3, - 0,0,10345,10353,1,0,0,0,10346,10353,5,120,0,0,10347,10348,5,77,0, - 0,10348,10353,5,120,0,0,10349,10353,5,114,0,0,10350,10351,5,77,0, - 0,10351,10353,5,114,0,0,10352,10340,1,0,0,0,10352,10341,1,0,0,0, - 10352,10346,1,0,0,0,10352,10347,1,0,0,0,10352,10349,1,0,0,0,10352, - 10350,1,0,0,0,10353,1329,1,0,0,0,10354,10359,3,1214,607,0,10355, - 10356,5,6,0,0,10356,10358,3,1214,607,0,10357,10355,1,0,0,0,10358, - 10361,1,0,0,0,10359,10357,1,0,0,0,10359,10360,1,0,0,0,10360,1331, - 1,0,0,0,10361,10359,1,0,0,0,10362,10367,3,1338,669,0,10363,10364, - 5,6,0,0,10364,10366,3,1338,669,0,10365,10363,1,0,0,0,10366,10369, - 1,0,0,0,10367,10365,1,0,0,0,10367,10368,1,0,0,0,10368,1333,1,0,0, - 0,10369,10367,1,0,0,0,10370,10375,3,1336,668,0,10371,10372,5,6,0, - 0,10372,10374,3,1336,668,0,10373,10371,1,0,0,0,10374,10377,1,0,0, - 0,10375,10373,1,0,0,0,10375,10376,1,0,0,0,10376,1335,1,0,0,0,10377, - 10375,1,0,0,0,10378,10379,5,2,0,0,10379,10380,3,1214,607,0,10380, - 10381,5,3,0,0,10381,10384,1,0,0,0,10382,10384,3,1434,717,0,10383, - 10378,1,0,0,0,10383,10382,1,0,0,0,10384,1337,1,0,0,0,10385,10388, - 3,1214,607,0,10386,10388,3,1434,717,0,10387,10385,1,0,0,0,10387, - 10386,1,0,0,0,10388,1339,1,0,0,0,10389,10394,3,1342,671,0,10390, - 10391,5,6,0,0,10391,10393,3,1342,671,0,10392,10390,1,0,0,0,10393, - 10396,1,0,0,0,10394,10392,1,0,0,0,10394,10395,1,0,0,0,10395,1341, - 1,0,0,0,10396,10394,1,0,0,0,10397,10403,3,1214,607,0,10398,10399, - 3,686,343,0,10399,10400,7,76,0,0,10400,10401,3,1214,607,0,10401, - 10403,1,0,0,0,10402,10397,1,0,0,0,10402,10398,1,0,0,0,10403,1343, - 1,0,0,0,10404,10409,3,1170,585,0,10405,10406,5,6,0,0,10406,10408, - 3,1170,585,0,10407,10405,1,0,0,0,10408,10411,1,0,0,0,10409,10407, - 1,0,0,0,10409,10410,1,0,0,0,10410,1345,1,0,0,0,10411,10409,1,0,0, - 0,10412,10415,5,4,0,0,10413,10416,3,1330,665,0,10414,10416,3,1348, - 674,0,10415,10413,1,0,0,0,10415,10414,1,0,0,0,10415,10416,1,0,0, - 0,10416,10417,1,0,0,0,10417,10418,5,5,0,0,10418,1347,1,0,0,0,10419, - 10424,3,1346,673,0,10420,10421,5,6,0,0,10421,10423,3,1346,673,0, - 10422,10420,1,0,0,0,10423,10426,1,0,0,0,10424,10422,1,0,0,0,10424, - 10425,1,0,0,0,10425,1349,1,0,0,0,10426,10424,1,0,0,0,10427,10428, - 3,1352,676,0,10428,10429,5,64,0,0,10429,10430,3,1214,607,0,10430, - 1351,1,0,0,0,10431,10440,3,1494,747,0,10432,10440,5,384,0,0,10433, - 10440,5,264,0,0,10434,10440,5,176,0,0,10435,10440,5,218,0,0,10436, - 10440,5,261,0,0,10437,10440,5,326,0,0,10438,10440,3,1460,730,0,10439, - 10431,1,0,0,0,10439,10432,1,0,0,0,10439,10433,1,0,0,0,10439,10434, - 1,0,0,0,10439,10435,1,0,0,0,10439,10436,1,0,0,0,10439,10437,1,0, - 0,0,10439,10438,1,0,0,0,10440,1353,1,0,0,0,10441,10442,7,77,0,0, - 10442,1355,1,0,0,0,10443,10444,3,1214,607,0,10444,10445,5,84,0,0, - 10445,10446,3,1214,607,0,10446,10447,5,64,0,0,10447,10450,3,1214, - 607,0,10448,10449,5,62,0,0,10449,10451,3,1214,607,0,10450,10448, - 1,0,0,0,10450,10451,1,0,0,0,10451,1357,1,0,0,0,10452,10453,3,1254, - 627,0,10453,10454,5,68,0,0,10454,10455,3,1254,627,0,10455,1359,1, - 0,0,0,10456,10457,3,1214,607,0,10457,10458,5,64,0,0,10458,10459, - 3,1214,607,0,10459,10460,5,62,0,0,10460,10461,3,1214,607,0,10461, - 10484,1,0,0,0,10462,10463,3,1214,607,0,10463,10464,5,62,0,0,10464, - 10465,3,1214,607,0,10465,10466,5,64,0,0,10466,10467,3,1214,607,0, - 10467,10484,1,0,0,0,10468,10469,3,1214,607,0,10469,10470,5,64,0, - 0,10470,10471,3,1214,607,0,10471,10484,1,0,0,0,10472,10473,3,1214, - 607,0,10473,10474,5,62,0,0,10474,10475,3,1214,607,0,10475,10484, - 1,0,0,0,10476,10477,3,1214,607,0,10477,10478,5,127,0,0,10478,10479, - 3,1214,607,0,10479,10480,5,197,0,0,10480,10481,3,1214,607,0,10481, - 10484,1,0,0,0,10482,10484,3,1330,665,0,10483,10456,1,0,0,0,10483, - 10462,1,0,0,0,10483,10468,1,0,0,0,10483,10472,1,0,0,0,10483,10476, - 1,0,0,0,10483,10482,1,0,0,0,10484,1361,1,0,0,0,10485,10486,3,1214, - 607,0,10486,10487,5,64,0,0,10487,10488,3,1330,665,0,10488,10493, - 1,0,0,0,10489,10490,5,64,0,0,10490,10493,3,1330,665,0,10491,10493, - 3,1330,665,0,10492,10485,1,0,0,0,10492,10489,1,0,0,0,10492,10491, - 1,0,0,0,10493,1363,1,0,0,0,10494,10500,3,1004,502,0,10495,10496, - 5,2,0,0,10496,10497,3,1330,665,0,10497,10498,5,3,0,0,10498,10500, - 1,0,0,0,10499,10494,1,0,0,0,10499,10495,1,0,0,0,10500,1365,1,0,0, - 0,10501,10503,5,40,0,0,10502,10504,3,1374,687,0,10503,10502,1,0, - 0,0,10503,10504,1,0,0,0,10504,10505,1,0,0,0,10505,10507,3,1368,684, - 0,10506,10508,3,1372,686,0,10507,10506,1,0,0,0,10507,10508,1,0,0, - 0,10508,10509,1,0,0,0,10509,10510,5,454,0,0,10510,1367,1,0,0,0,10511, - 10513,3,1370,685,0,10512,10511,1,0,0,0,10513,10514,1,0,0,0,10514, - 10512,1,0,0,0,10514,10515,1,0,0,0,10515,1369,1,0,0,0,10516,10517, - 5,102,0,0,10517,10518,3,1214,607,0,10518,10519,5,93,0,0,10519,10520, - 3,1214,607,0,10520,1371,1,0,0,0,10521,10522,5,58,0,0,10522,10523, - 3,1214,607,0,10523,1373,1,0,0,0,10524,10525,3,1214,607,0,10525,1375, - 1,0,0,0,10526,10528,3,1476,738,0,10527,10529,3,1382,691,0,10528, - 10527,1,0,0,0,10528,10529,1,0,0,0,10529,1377,1,0,0,0,10530,10533, - 5,11,0,0,10531,10534,3,1440,720,0,10532,10534,5,9,0,0,10533,10531, - 1,0,0,0,10533,10532,1,0,0,0,10534,10548,1,0,0,0,10535,10544,5,4, - 0,0,10536,10545,3,1214,607,0,10537,10539,3,1380,690,0,10538,10537, - 1,0,0,0,10538,10539,1,0,0,0,10539,10540,1,0,0,0,10540,10542,5,8, - 0,0,10541,10543,3,1380,690,0,10542,10541,1,0,0,0,10542,10543,1,0, - 0,0,10543,10545,1,0,0,0,10544,10536,1,0,0,0,10544,10538,1,0,0,0, - 10545,10546,1,0,0,0,10546,10548,5,5,0,0,10547,10530,1,0,0,0,10547, - 10535,1,0,0,0,10548,1379,1,0,0,0,10549,10550,3,1214,607,0,10550, - 1381,1,0,0,0,10551,10553,3,1378,689,0,10552,10551,1,0,0,0,10553, - 10554,1,0,0,0,10554,10552,1,0,0,0,10554,10555,1,0,0,0,10555,1383, - 1,0,0,0,10556,10558,3,1378,689,0,10557,10556,1,0,0,0,10558,10561, - 1,0,0,0,10559,10557,1,0,0,0,10559,10560,1,0,0,0,10560,1385,1,0,0, - 0,10561,10559,1,0,0,0,10562,10563,3,1388,694,0,10563,1387,1,0,0, - 0,10564,10569,3,1390,695,0,10565,10566,5,6,0,0,10566,10568,3,1390, - 695,0,10567,10565,1,0,0,0,10568,10571,1,0,0,0,10569,10567,1,0,0, - 0,10569,10570,1,0,0,0,10570,1389,1,0,0,0,10571,10569,1,0,0,0,10572, - 10577,3,1338,669,0,10573,10574,5,36,0,0,10574,10578,3,1492,746,0, - 10575,10578,3,1494,747,0,10576,10578,1,0,0,0,10577,10573,1,0,0,0, - 10577,10575,1,0,0,0,10577,10576,1,0,0,0,10578,10581,1,0,0,0,10579, - 10581,5,9,0,0,10580,10572,1,0,0,0,10580,10579,1,0,0,0,10581,1391, - 1,0,0,0,10582,10587,3,1414,707,0,10583,10584,5,6,0,0,10584,10586, - 3,1414,707,0,10585,10583,1,0,0,0,10586,10589,1,0,0,0,10587,10585, - 1,0,0,0,10587,10588,1,0,0,0,10588,1393,1,0,0,0,10589,10587,1,0,0, - 0,10590,10595,3,1408,704,0,10591,10592,5,6,0,0,10592,10594,3,1408, - 704,0,10593,10591,1,0,0,0,10594,10597,1,0,0,0,10595,10593,1,0,0, - 0,10595,10596,1,0,0,0,10596,1395,1,0,0,0,10597,10595,1,0,0,0,10598, - 10603,3,1424,712,0,10599,10600,5,6,0,0,10600,10602,3,1424,712,0, - 10601,10599,1,0,0,0,10602,10605,1,0,0,0,10603,10601,1,0,0,0,10603, - 10604,1,0,0,0,10604,1397,1,0,0,0,10605,10603,1,0,0,0,10606,10611, - 3,1422,711,0,10607,10608,5,6,0,0,10608,10610,3,1422,711,0,10609, - 10607,1,0,0,0,10610,10613,1,0,0,0,10611,10609,1,0,0,0,10611,10612, - 1,0,0,0,10612,1399,1,0,0,0,10613,10611,1,0,0,0,10614,10619,3,1430, - 715,0,10615,10616,5,6,0,0,10616,10618,3,1430,715,0,10617,10615,1, - 0,0,0,10618,10621,1,0,0,0,10619,10617,1,0,0,0,10619,10620,1,0,0, - 0,10620,1401,1,0,0,0,10621,10619,1,0,0,0,10622,10624,3,1476,738, - 0,10623,10625,3,1382,691,0,10624,10623,1,0,0,0,10624,10625,1,0,0, - 0,10625,1403,1,0,0,0,10626,10628,3,1476,738,0,10627,10629,3,1382, - 691,0,10628,10627,1,0,0,0,10628,10629,1,0,0,0,10629,1405,1,0,0,0, - 10630,10632,3,1476,738,0,10631,10633,3,1382,691,0,10632,10631,1, - 0,0,0,10632,10633,1,0,0,0,10633,1407,1,0,0,0,10634,10636,3,1476, - 738,0,10635,10637,3,1382,691,0,10636,10635,1,0,0,0,10636,10637,1, - 0,0,0,10637,1409,1,0,0,0,10638,10640,3,1476,738,0,10639,10641,3, - 1382,691,0,10640,10639,1,0,0,0,10640,10641,1,0,0,0,10641,1411,1, - 0,0,0,10642,10644,3,1476,738,0,10643,10645,3,562,281,0,10644,10643, - 1,0,0,0,10644,10645,1,0,0,0,10645,1413,1,0,0,0,10646,10648,3,1476, - 738,0,10647,10649,3,1382,691,0,10648,10647,1,0,0,0,10648,10649,1, - 0,0,0,10649,1415,1,0,0,0,10650,10655,3,1404,702,0,10651,10652,5, - 6,0,0,10652,10654,3,1404,702,0,10653,10651,1,0,0,0,10654,10657,1, - 0,0,0,10655,10653,1,0,0,0,10655,10656,1,0,0,0,10656,1417,1,0,0,0, - 10657,10655,1,0,0,0,10658,10663,3,1438,719,0,10659,10660,5,6,0,0, - 10660,10662,3,1438,719,0,10661,10659,1,0,0,0,10662,10665,1,0,0,0, - 10663,10661,1,0,0,0,10663,10664,1,0,0,0,10664,1419,1,0,0,0,10665, - 10663,1,0,0,0,10666,10668,3,1476,738,0,10667,10669,3,562,281,0,10668, - 10667,1,0,0,0,10668,10669,1,0,0,0,10669,1421,1,0,0,0,10670,10672, - 3,1476,738,0,10671,10673,3,562,281,0,10672,10671,1,0,0,0,10672,10673, - 1,0,0,0,10673,1423,1,0,0,0,10674,10676,3,1476,738,0,10675,10677, - 3,562,281,0,10676,10675,1,0,0,0,10676,10677,1,0,0,0,10677,1425,1, - 0,0,0,10678,10679,3,1476,738,0,10679,1427,1,0,0,0,10680,10681,3, - 1476,738,0,10681,1429,1,0,0,0,10682,10687,3,1484,742,0,10683,10684, - 3,1476,738,0,10684,10685,3,1382,691,0,10685,10687,1,0,0,0,10686, - 10682,1,0,0,0,10686,10683,1,0,0,0,10687,1431,1,0,0,0,10688,10693, - 3,1484,742,0,10689,10690,3,1476,738,0,10690,10691,3,1382,691,0,10691, - 10693,1,0,0,0,10692,10688,1,0,0,0,10692,10689,1,0,0,0,10693,1433, - 1,0,0,0,10694,10698,3,1476,738,0,10695,10697,3,1378,689,0,10696, - 10695,1,0,0,0,10697,10700,1,0,0,0,10698,10696,1,0,0,0,10698,10699, - 1,0,0,0,10699,10703,1,0,0,0,10700,10698,1,0,0,0,10701,10703,4,717, - 8,0,10702,10694,1,0,0,0,10702,10701,1,0,0,0,10703,1435,1,0,0,0,10704, - 10705,3,1476,738,0,10705,1437,1,0,0,0,10706,10707,3,1476,738,0,10707, - 1439,1,0,0,0,10708,10709,3,1492,746,0,10709,1441,1,0,0,0,10710,10711, - 3,1460,730,0,10711,1443,1,0,0,0,10712,10717,3,1484,742,0,10713,10714, - 3,1476,738,0,10714,10715,3,1382,691,0,10715,10717,1,0,0,0,10716, - 10712,1,0,0,0,10716,10713,1,0,0,0,10717,1445,1,0,0,0,10718,10723, - 3,1484,742,0,10719,10720,3,1476,738,0,10720,10721,3,1382,691,0,10721, - 10723,1,0,0,0,10722,10718,1,0,0,0,10722,10719,1,0,0,0,10723,1447, - 1,0,0,0,10724,10729,3,1486,743,0,10725,10726,3,1476,738,0,10726, - 10727,3,1382,691,0,10727,10729,1,0,0,0,10728,10724,1,0,0,0,10728, - 10725,1,0,0,0,10729,1449,1,0,0,0,10730,10766,3,1458,729,0,10731, - 10766,3,1456,728,0,10732,10766,3,1460,730,0,10733,10766,3,1454,727, - 0,10734,10766,3,1452,726,0,10735,10745,3,1446,723,0,10736,10746, - 3,1460,730,0,10737,10738,5,2,0,0,10738,10740,3,1340,670,0,10739, - 10741,3,1044,522,0,10740,10739,1,0,0,0,10740,10741,1,0,0,0,10741, - 10742,1,0,0,0,10742,10743,5,3,0,0,10743,10744,3,1460,730,0,10744, - 10746,1,0,0,0,10745,10736,1,0,0,0,10745,10737,1,0,0,0,10746,10766, - 1,0,0,0,10747,10748,3,1176,588,0,10748,10749,3,1460,730,0,10749, - 10766,1,0,0,0,10750,10760,3,1204,602,0,10751,10753,3,1460,730,0, - 10752,10754,3,1208,604,0,10753,10752,1,0,0,0,10753,10754,1,0,0,0, - 10754,10761,1,0,0,0,10755,10756,5,2,0,0,10756,10757,3,1458,729,0, - 10757,10758,5,3,0,0,10758,10759,3,1460,730,0,10759,10761,1,0,0,0, - 10760,10751,1,0,0,0,10760,10755,1,0,0,0,10761,10766,1,0,0,0,10762, - 10766,5,96,0,0,10763,10766,5,60,0,0,10764,10766,5,78,0,0,10765,10730, - 1,0,0,0,10765,10731,1,0,0,0,10765,10732,1,0,0,0,10765,10733,1,0, - 0,0,10765,10734,1,0,0,0,10765,10735,1,0,0,0,10765,10747,1,0,0,0, - 10765,10750,1,0,0,0,10765,10762,1,0,0,0,10765,10763,1,0,0,0,10765, - 10764,1,0,0,0,10766,1451,1,0,0,0,10767,10768,5,568,0,0,10768,1453, - 1,0,0,0,10769,10770,5,564,0,0,10770,1455,1,0,0,0,10771,10772,5,574, - 0,0,10772,1457,1,0,0,0,10773,10774,5,572,0,0,10774,1459,1,0,0,0, - 10775,10777,3,1462,731,0,10776,10778,3,1464,732,0,10777,10776,1, - 0,0,0,10777,10778,1,0,0,0,10778,1461,1,0,0,0,10779,10791,5,559,0, - 0,10780,10791,5,561,0,0,10781,10785,5,563,0,0,10782,10784,5,589, - 0,0,10783,10782,1,0,0,0,10784,10787,1,0,0,0,10785,10783,1,0,0,0, - 10785,10786,1,0,0,0,10786,10788,1,0,0,0,10787,10785,1,0,0,0,10788, - 10791,5,590,0,0,10789,10791,5,585,0,0,10790,10779,1,0,0,0,10790, - 10780,1,0,0,0,10790,10781,1,0,0,0,10790,10789,1,0,0,0,10791,1463, - 1,0,0,0,10792,10793,5,487,0,0,10793,10794,3,1462,731,0,10794,1465, - 1,0,0,0,10795,10801,3,1458,729,0,10796,10797,5,12,0,0,10797,10801, - 3,1458,729,0,10798,10799,5,13,0,0,10799,10801,3,1458,729,0,10800, - 10795,1,0,0,0,10800,10796,1,0,0,0,10800,10798,1,0,0,0,10801,1467, - 1,0,0,0,10802,10803,3,1472,736,0,10803,1469,1,0,0,0,10804,10805, - 3,1472,736,0,10805,1471,1,0,0,0,10806,10812,3,1490,745,0,10807,10812, - 5,52,0,0,10808,10812,5,49,0,0,10809,10812,5,89,0,0,10810,10812,5, - 524,0,0,10811,10806,1,0,0,0,10811,10807,1,0,0,0,10811,10808,1,0, - 0,0,10811,10809,1,0,0,0,10811,10810,1,0,0,0,10812,1473,1,0,0,0,10813, - 10818,3,1472,736,0,10814,10815,5,6,0,0,10815,10817,3,1472,736,0, - 10816,10814,1,0,0,0,10817,10820,1,0,0,0,10818,10816,1,0,0,0,10818, - 10819,1,0,0,0,10819,1475,1,0,0,0,10820,10818,1,0,0,0,10821,10826, - 3,1494,747,0,10822,10826,3,1498,749,0,10823,10826,3,1500,750,0,10824, - 10826,3,1736,868,0,10825,10821,1,0,0,0,10825,10822,1,0,0,0,10825, - 10823,1,0,0,0,10825,10824,1,0,0,0,10826,1477,1,0,0,0,10827,10828, - 3,1494,747,0,10828,1479,1,0,0,0,10829,10842,3,712,356,0,10830,10831, - 5,2,0,0,10831,10832,3,1214,607,0,10832,10833,5,3,0,0,10833,10834, - 1,0,0,0,10834,10836,3,1494,747,0,10835,10837,3,652,326,0,10836,10835, - 1,0,0,0,10836,10837,1,0,0,0,10837,10839,1,0,0,0,10838,10840,3,654, - 327,0,10839,10838,1,0,0,0,10839,10840,1,0,0,0,10840,10842,1,0,0, - 0,10841,10829,1,0,0,0,10841,10830,1,0,0,0,10842,1481,1,0,0,0,10843, - 10844,5,105,0,0,10844,10846,3,132,66,0,10845,10843,1,0,0,0,10845, - 10846,1,0,0,0,10846,10848,1,0,0,0,10847,10849,3,288,144,0,10848, - 10847,1,0,0,0,10848,10849,1,0,0,0,10849,1483,1,0,0,0,10850,10855, - 3,1494,747,0,10851,10855,3,1498,749,0,10852,10855,3,1736,868,0,10853, - 10855,3,1502,751,0,10854,10850,1,0,0,0,10854,10851,1,0,0,0,10854, - 10852,1,0,0,0,10854,10853,1,0,0,0,10855,1485,1,0,0,0,10856,10861, - 3,1494,747,0,10857,10861,3,1498,749,0,10858,10861,3,1736,868,0,10859, - 10861,3,1502,751,0,10860,10856,1,0,0,0,10860,10857,1,0,0,0,10860, - 10858,1,0,0,0,10860,10859,1,0,0,0,10861,1487,1,0,0,0,10862,10865, - 3,1434,717,0,10863,10865,3,1502,751,0,10864,10862,1,0,0,0,10864, - 10863,1,0,0,0,10865,1489,1,0,0,0,10866,10871,3,1494,747,0,10867, - 10871,3,1498,749,0,10868,10871,3,1500,750,0,10869,10871,3,1502,751, - 0,10870,10866,1,0,0,0,10870,10867,1,0,0,0,10870,10868,1,0,0,0,10870, - 10869,1,0,0,0,10871,1491,1,0,0,0,10872,10879,3,1494,747,0,10873, - 10879,3,1736,868,0,10874,10879,3,1498,749,0,10875,10879,3,1500,750, - 0,10876,10879,3,1502,751,0,10877,10879,3,1504,752,0,10878,10872, - 1,0,0,0,10878,10873,1,0,0,0,10878,10874,1,0,0,0,10878,10875,1,0, - 0,0,10878,10876,1,0,0,0,10878,10877,1,0,0,0,10879,1493,1,0,0,0,10880, - 10882,5,550,0,0,10881,10883,3,1464,732,0,10882,10881,1,0,0,0,10882, - 10883,1,0,0,0,10883,10891,1,0,0,0,10884,10891,3,1460,730,0,10885, - 10891,5,551,0,0,10886,10891,5,555,0,0,10887,10891,3,1258,629,0,10888, - 10891,3,1496,748,0,10889,10891,3,1736,868,0,10890,10880,1,0,0,0, - 10890,10884,1,0,0,0,10890,10885,1,0,0,0,10890,10886,1,0,0,0,10890, - 10887,1,0,0,0,10890,10888,1,0,0,0,10890,10889,1,0,0,0,10891,1495, - 1,0,0,0,10892,10893,5,576,0,0,10893,1497,1,0,0,0,10894,10895,7,78, - 0,0,10895,1499,1,0,0,0,10896,10948,5,387,0,0,10897,10948,5,388,0, - 0,10898,10948,3,1186,593,0,10899,10948,5,390,0,0,10900,10948,5,391, - 0,0,10901,10948,3,1194,597,0,10902,10948,5,393,0,0,10903,10948,5, - 394,0,0,10904,10948,5,395,0,0,10905,10948,5,396,0,0,10906,10948, - 5,397,0,0,10907,10948,5,398,0,0,10908,10948,5,399,0,0,10909,10948, - 5,470,0,0,10910,10948,5,400,0,0,10911,10948,5,401,0,0,10912,10948, - 5,402,0,0,10913,10948,5,403,0,0,10914,10948,5,404,0,0,10915,10948, - 5,405,0,0,10916,10948,5,406,0,0,10917,10948,5,407,0,0,10918,10948, - 5,489,0,0,10919,10948,5,408,0,0,10920,10948,3,1182,591,0,10921,10948, - 5,453,0,0,10922,10948,5,410,0,0,10923,10948,5,411,0,0,10924,10948, - 5,412,0,0,10925,10948,5,413,0,0,10926,10948,5,414,0,0,10927,10948, - 5,415,0,0,10928,10948,5,416,0,0,10929,10948,5,417,0,0,10930,10948, - 5,418,0,0,10931,10948,5,419,0,0,10932,10948,5,420,0,0,10933,10948, - 5,421,0,0,10934,10948,5,422,0,0,10935,10948,5,423,0,0,10936,10948, - 5,424,0,0,10937,10948,5,425,0,0,10938,10948,5,426,0,0,10939,10948, - 5,427,0,0,10940,10948,5,428,0,0,10941,10948,5,476,0,0,10942,10948, - 5,429,0,0,10943,10948,5,430,0,0,10944,10948,5,431,0,0,10945,10948, - 5,432,0,0,10946,10948,5,474,0,0,10947,10896,1,0,0,0,10947,10897, - 1,0,0,0,10947,10898,1,0,0,0,10947,10899,1,0,0,0,10947,10900,1,0, - 0,0,10947,10901,1,0,0,0,10947,10902,1,0,0,0,10947,10903,1,0,0,0, - 10947,10904,1,0,0,0,10947,10905,1,0,0,0,10947,10906,1,0,0,0,10947, - 10907,1,0,0,0,10947,10908,1,0,0,0,10947,10909,1,0,0,0,10947,10910, - 1,0,0,0,10947,10911,1,0,0,0,10947,10912,1,0,0,0,10947,10913,1,0, - 0,0,10947,10914,1,0,0,0,10947,10915,1,0,0,0,10947,10916,1,0,0,0, - 10947,10917,1,0,0,0,10947,10918,1,0,0,0,10947,10919,1,0,0,0,10947, - 10920,1,0,0,0,10947,10921,1,0,0,0,10947,10922,1,0,0,0,10947,10923, - 1,0,0,0,10947,10924,1,0,0,0,10947,10925,1,0,0,0,10947,10926,1,0, - 0,0,10947,10927,1,0,0,0,10947,10928,1,0,0,0,10947,10929,1,0,0,0, - 10947,10930,1,0,0,0,10947,10931,1,0,0,0,10947,10932,1,0,0,0,10947, - 10933,1,0,0,0,10947,10934,1,0,0,0,10947,10935,1,0,0,0,10947,10936, - 1,0,0,0,10947,10937,1,0,0,0,10947,10938,1,0,0,0,10947,10939,1,0, - 0,0,10947,10940,1,0,0,0,10947,10941,1,0,0,0,10947,10942,1,0,0,0, - 10947,10943,1,0,0,0,10947,10944,1,0,0,0,10947,10945,1,0,0,0,10947, - 10946,1,0,0,0,10948,1501,1,0,0,0,10949,10950,7,79,0,0,10950,1503, - 1,0,0,0,10951,10952,7,80,0,0,10952,1505,1,0,0,0,10953,10954,3,1508, - 754,0,10954,10955,3,1518,759,0,10955,10956,3,1516,758,0,10956,1507, - 1,0,0,0,10957,10959,3,1510,755,0,10958,10957,1,0,0,0,10959,10962, - 1,0,0,0,10960,10958,1,0,0,0,10960,10961,1,0,0,0,10961,1509,1,0,0, - 0,10962,10960,1,0,0,0,10963,10964,3,1512,756,0,10964,10965,5,279, - 0,0,10965,10966,5,490,0,0,10966,10984,1,0,0,0,10967,10968,3,1512, - 756,0,10968,10969,5,491,0,0,10969,10970,3,1514,757,0,10970,10984, - 1,0,0,0,10971,10972,3,1512,756,0,10972,10973,5,492,0,0,10973,10974, - 5,493,0,0,10974,10984,1,0,0,0,10975,10976,3,1512,756,0,10976,10977, - 5,492,0,0,10977,10978,5,494,0,0,10978,10984,1,0,0,0,10979,10980, - 3,1512,756,0,10980,10981,5,492,0,0,10981,10982,5,495,0,0,10982,10984, - 1,0,0,0,10983,10963,1,0,0,0,10983,10967,1,0,0,0,10983,10971,1,0, - 0,0,10983,10975,1,0,0,0,10983,10979,1,0,0,0,10984,1511,1,0,0,0,10985, - 10986,5,29,0,0,10986,1513,1,0,0,0,10987,10992,3,1460,730,0,10988, - 10992,3,1504,752,0,10989,10992,3,1736,868,0,10990,10992,3,1498,749, - 0,10991,10987,1,0,0,0,10991,10988,1,0,0,0,10991,10989,1,0,0,0,10991, - 10990,1,0,0,0,10992,1515,1,0,0,0,10993,10996,1,0,0,0,10994,10996, - 5,7,0,0,10995,10993,1,0,0,0,10995,10994,1,0,0,0,10996,1517,1,0,0, - 0,10997,10998,3,1520,760,0,10998,10999,5,146,0,0,10999,11000,3,1562, - 781,0,11000,11001,3,1716,858,0,11001,11002,5,454,0,0,11002,11003, - 3,1730,865,0,11003,1519,1,0,0,0,11004,11009,3,1726,863,0,11005,11007, - 3,1522,761,0,11006,11008,3,1524,762,0,11007,11006,1,0,0,0,11007, - 11008,1,0,0,0,11008,11010,1,0,0,0,11009,11005,1,0,0,0,11009,11010, - 1,0,0,0,11010,1521,1,0,0,0,11011,11012,5,178,0,0,11012,1523,1,0, - 0,0,11013,11015,3,1528,764,0,11014,11013,1,0,0,0,11015,11016,1,0, - 0,0,11016,11014,1,0,0,0,11016,11017,1,0,0,0,11017,1525,1,0,0,0,11018, - 11019,5,18,0,0,11019,11020,3,1734,867,0,11020,11021,5,19,0,0,11021, - 1527,1,0,0,0,11022,11026,3,1530,765,0,11023,11026,5,178,0,0,11024, - 11026,3,1526,763,0,11025,11022,1,0,0,0,11025,11023,1,0,0,0,11025, - 11024,1,0,0,0,11026,1529,1,0,0,0,11027,11043,3,1546,773,0,11028, - 11029,5,496,0,0,11029,11030,5,62,0,0,11030,11044,3,1544,772,0,11031, - 11032,3,1548,774,0,11032,11033,3,1550,775,0,11033,11034,3,1552,776, - 0,11034,11035,3,1554,777,0,11035,11036,3,1556,778,0,11036,11044, - 1,0,0,0,11037,11038,3,1532,766,0,11038,11039,5,172,0,0,11039,11040, - 3,1536,768,0,11040,11041,3,1542,771,0,11041,11042,3,1534,767,0,11042, - 11044,1,0,0,0,11043,11028,1,0,0,0,11043,11031,1,0,0,0,11043,11037, - 1,0,0,0,11044,11045,1,0,0,0,11045,11046,5,7,0,0,11046,1531,1,0,0, - 0,11047,11052,1,0,0,0,11048,11049,5,269,0,0,11049,11052,5,324,0, - 0,11050,11052,5,324,0,0,11051,11047,1,0,0,0,11051,11048,1,0,0,0, - 11051,11050,1,0,0,0,11052,1533,1,0,0,0,11053,11054,3,1002,501,0, - 11054,1535,1,0,0,0,11055,11061,1,0,0,0,11056,11057,5,2,0,0,11057, - 11058,3,1538,769,0,11058,11059,5,3,0,0,11059,11061,1,0,0,0,11060, - 11055,1,0,0,0,11060,11056,1,0,0,0,11061,1537,1,0,0,0,11062,11067, - 3,1540,770,0,11063,11064,5,6,0,0,11064,11066,3,1540,770,0,11065, - 11063,1,0,0,0,11066,11069,1,0,0,0,11067,11065,1,0,0,0,11067,11068, - 1,0,0,0,11068,1539,1,0,0,0,11069,11067,1,0,0,0,11070,11071,3,1546, - 773,0,11071,11072,3,1550,775,0,11072,1541,1,0,0,0,11073,11074,7, - 81,0,0,11074,1543,1,0,0,0,11075,11078,5,28,0,0,11076,11078,3,1476, - 738,0,11077,11075,1,0,0,0,11077,11076,1,0,0,0,11078,1545,1,0,0,0, - 11079,11080,3,1734,867,0,11080,1547,1,0,0,0,11081,11084,1,0,0,0, - 11082,11084,5,497,0,0,11083,11081,1,0,0,0,11083,11082,1,0,0,0,11084, - 1549,1,0,0,0,11085,11086,3,1170,585,0,11086,1551,1,0,0,0,11087,11091, - 1,0,0,0,11088,11089,5,43,0,0,11089,11091,3,560,280,0,11090,11087, - 1,0,0,0,11090,11088,1,0,0,0,11091,1553,1,0,0,0,11092,11096,1,0,0, - 0,11093,11094,5,77,0,0,11094,11096,5,78,0,0,11095,11092,1,0,0,0, - 11095,11093,1,0,0,0,11096,1555,1,0,0,0,11097,11102,1,0,0,0,11098, - 11099,3,1558,779,0,11099,11100,3,1738,869,0,11100,11102,1,0,0,0, - 11101,11097,1,0,0,0,11101,11098,1,0,0,0,11102,1557,1,0,0,0,11103, - 11106,3,1560,780,0,11104,11106,5,53,0,0,11105,11103,1,0,0,0,11105, - 11104,1,0,0,0,11106,1559,1,0,0,0,11107,11108,7,82,0,0,11108,1561, - 1,0,0,0,11109,11111,3,1564,782,0,11110,11109,1,0,0,0,11111,11114, - 1,0,0,0,11112,11110,1,0,0,0,11112,11113,1,0,0,0,11113,1563,1,0,0, - 0,11114,11112,1,0,0,0,11115,11116,3,1518,759,0,11116,11117,5,7,0, - 0,11117,11143,1,0,0,0,11118,11143,3,1630,815,0,11119,11143,3,1634, - 817,0,11120,11143,3,1572,786,0,11121,11143,3,1588,794,0,11122,11143, - 3,1594,797,0,11123,11143,3,1604,802,0,11124,11143,3,1606,803,0,11125, - 11143,3,1608,804,0,11126,11143,3,1622,811,0,11127,11143,3,1626,813, - 0,11128,11143,3,1646,823,0,11129,11143,3,1652,826,0,11130,11143, - 3,1654,827,0,11131,11143,3,1566,783,0,11132,11143,3,1568,784,0,11133, - 11143,3,1574,787,0,11134,11143,3,1662,831,0,11135,11143,3,1674,837, - 0,11136,11143,3,1682,841,0,11137,11143,3,1702,851,0,11138,11143, - 3,1704,852,0,11139,11143,3,1706,853,0,11140,11143,3,1708,854,0,11141, - 11143,3,1712,856,0,11142,11115,1,0,0,0,11142,11118,1,0,0,0,11142, - 11119,1,0,0,0,11142,11120,1,0,0,0,11142,11121,1,0,0,0,11142,11122, - 1,0,0,0,11142,11123,1,0,0,0,11142,11124,1,0,0,0,11142,11125,1,0, - 0,0,11142,11126,1,0,0,0,11142,11127,1,0,0,0,11142,11128,1,0,0,0, - 11142,11129,1,0,0,0,11142,11130,1,0,0,0,11142,11131,1,0,0,0,11142, - 11132,1,0,0,0,11142,11133,1,0,0,0,11142,11134,1,0,0,0,11142,11135, - 1,0,0,0,11142,11136,1,0,0,0,11142,11137,1,0,0,0,11142,11138,1,0, - 0,0,11142,11139,1,0,0,0,11142,11140,1,0,0,0,11142,11141,1,0,0,0, - 11143,1565,1,0,0,0,11144,11145,5,498,0,0,11145,11146,3,1742,871, - 0,11146,11147,5,7,0,0,11147,1567,1,0,0,0,11148,11149,5,433,0,0,11149, - 11155,3,1734,867,0,11150,11151,5,2,0,0,11151,11152,3,1570,785,0, - 11152,11153,5,3,0,0,11153,11154,5,7,0,0,11154,11156,1,0,0,0,11155, - 11150,1,0,0,0,11155,11156,1,0,0,0,11156,11165,1,0,0,0,11157,11158, - 5,57,0,0,11158,11159,3,1734,867,0,11159,11160,5,2,0,0,11160,11161, - 3,1570,785,0,11161,11162,5,3,0,0,11162,11163,5,7,0,0,11163,11165, - 1,0,0,0,11164,11148,1,0,0,0,11164,11157,1,0,0,0,11165,1569,1,0,0, - 0,11166,11169,1,0,0,0,11167,11169,3,1330,665,0,11168,11166,1,0,0, - 0,11168,11167,1,0,0,0,11169,1571,1,0,0,0,11170,11171,3,1586,793, - 0,11171,11172,3,1560,780,0,11172,11173,3,1738,869,0,11173,11174, - 5,7,0,0,11174,1573,1,0,0,0,11175,11176,5,499,0,0,11176,11177,3,1576, - 788,0,11177,11178,5,500,0,0,11178,11179,3,1578,789,0,11179,11180, - 5,7,0,0,11180,1575,1,0,0,0,11181,11185,1,0,0,0,11182,11185,5,434, - 0,0,11183,11185,5,501,0,0,11184,11181,1,0,0,0,11184,11182,1,0,0, - 0,11184,11183,1,0,0,0,11185,1577,1,0,0,0,11186,11191,3,1580,790, - 0,11187,11188,5,6,0,0,11188,11190,3,1580,790,0,11189,11187,1,0,0, - 0,11190,11193,1,0,0,0,11191,11189,1,0,0,0,11191,11192,1,0,0,0,11192, - 1579,1,0,0,0,11193,11191,1,0,0,0,11194,11195,3,1584,792,0,11195, - 11196,3,1560,780,0,11196,11197,3,1582,791,0,11197,1581,1,0,0,0,11198, - 11199,3,1476,738,0,11199,1583,1,0,0,0,11200,11201,3,1586,793,0,11201, - 1585,1,0,0,0,11202,11205,3,560,280,0,11203,11205,5,28,0,0,11204, - 11202,1,0,0,0,11204,11203,1,0,0,0,11205,11212,1,0,0,0,11206,11207, - 5,4,0,0,11207,11208,3,1744,872,0,11208,11209,5,5,0,0,11209,11211, - 1,0,0,0,11210,11206,1,0,0,0,11211,11214,1,0,0,0,11212,11210,1,0, - 0,0,11212,11213,1,0,0,0,11213,1587,1,0,0,0,11214,11212,1,0,0,0,11215, - 11216,5,220,0,0,11216,11217,3,1740,870,0,11217,11218,5,93,0,0,11218, - 11219,3,1562,781,0,11219,11220,3,1590,795,0,11220,11221,3,1592,796, - 0,11221,11222,5,454,0,0,11222,11223,5,220,0,0,11223,11224,5,7,0, - 0,11224,1589,1,0,0,0,11225,11226,5,502,0,0,11226,11227,3,1214,607, - 0,11227,11228,5,93,0,0,11228,11229,3,1562,781,0,11229,11231,1,0, - 0,0,11230,11225,1,0,0,0,11231,11234,1,0,0,0,11232,11230,1,0,0,0, - 11232,11233,1,0,0,0,11233,1591,1,0,0,0,11234,11232,1,0,0,0,11235, - 11239,1,0,0,0,11236,11237,5,58,0,0,11237,11239,3,1562,781,0,11238, - 11235,1,0,0,0,11238,11236,1,0,0,0,11239,1593,1,0,0,0,11240,11241, - 5,40,0,0,11241,11242,3,1596,798,0,11242,11243,3,1598,799,0,11243, - 11244,3,1602,801,0,11244,11245,5,454,0,0,11245,11246,5,40,0,0,11246, - 11247,5,7,0,0,11247,1595,1,0,0,0,11248,11251,1,0,0,0,11249,11251, - 3,1738,869,0,11250,11248,1,0,0,0,11250,11249,1,0,0,0,11251,1597, - 1,0,0,0,11252,11254,3,1600,800,0,11253,11252,1,0,0,0,11254,11255, - 1,0,0,0,11255,11253,1,0,0,0,11255,11256,1,0,0,0,11256,1599,1,0,0, - 0,11257,11258,5,102,0,0,11258,11259,3,1330,665,0,11259,11260,5,93, - 0,0,11260,11261,3,1562,781,0,11261,1601,1,0,0,0,11262,11266,1,0, - 0,0,11263,11264,5,58,0,0,11264,11266,3,1562,781,0,11265,11262,1, - 0,0,0,11265,11263,1,0,0,0,11266,1603,1,0,0,0,11267,11268,3,1728, - 864,0,11268,11269,3,1650,825,0,11269,1605,1,0,0,0,11270,11271,3, - 1728,864,0,11271,11272,5,503,0,0,11272,11273,3,1746,873,0,11273, - 11274,3,1650,825,0,11274,1607,1,0,0,0,11275,11276,3,1728,864,0,11276, - 11277,5,62,0,0,11277,11278,3,1610,805,0,11278,11279,3,1650,825,0, - 11279,1609,1,0,0,0,11280,11281,3,1620,810,0,11281,11297,5,68,0,0, - 11282,11283,3,996,498,0,11283,11284,3,1614,807,0,11284,11298,1,0, - 0,0,11285,11298,3,1002,501,0,11286,11298,3,928,464,0,11287,11288, - 5,202,0,0,11288,11289,3,1214,607,0,11289,11290,3,1612,806,0,11290, - 11298,1,0,0,0,11291,11292,3,1616,808,0,11292,11293,3,1214,607,0, - 11293,11294,5,24,0,0,11294,11295,3,1214,607,0,11295,11296,3,1618, - 809,0,11296,11298,1,0,0,0,11297,11282,1,0,0,0,11297,11285,1,0,0, - 0,11297,11286,1,0,0,0,11297,11287,1,0,0,0,11297,11291,1,0,0,0,11298, - 1611,1,0,0,0,11299,11303,1,0,0,0,11300,11301,5,100,0,0,11301,11303, - 3,1330,665,0,11302,11299,1,0,0,0,11302,11300,1,0,0,0,11303,1613, - 1,0,0,0,11304,11317,1,0,0,0,11305,11306,5,2,0,0,11306,11311,3,1214, - 607,0,11307,11308,5,6,0,0,11308,11310,3,1214,607,0,11309,11307,1, - 0,0,0,11310,11313,1,0,0,0,11311,11309,1,0,0,0,11311,11312,1,0,0, - 0,11312,11314,1,0,0,0,11313,11311,1,0,0,0,11314,11315,5,3,0,0,11315, - 11317,1,0,0,0,11316,11304,1,0,0,0,11316,11305,1,0,0,0,11317,1615, - 1,0,0,0,11318,11321,1,0,0,0,11319,11321,5,504,0,0,11320,11318,1, - 0,0,0,11320,11319,1,0,0,0,11321,1617,1,0,0,0,11322,11326,1,0,0,0, - 11323,11324,5,147,0,0,11324,11326,3,1214,607,0,11325,11322,1,0,0, - 0,11325,11323,1,0,0,0,11326,1619,1,0,0,0,11327,11328,3,554,277,0, - 11328,1621,1,0,0,0,11329,11330,3,1728,864,0,11330,11331,5,505,0, - 0,11331,11332,3,1620,810,0,11332,11333,3,1624,812,0,11333,11334, - 5,68,0,0,11334,11335,5,35,0,0,11335,11336,3,1214,607,0,11336,11337, - 3,1650,825,0,11337,1623,1,0,0,0,11338,11342,1,0,0,0,11339,11340, - 5,506,0,0,11340,11342,3,1458,729,0,11341,11338,1,0,0,0,11341,11339, - 1,0,0,0,11342,1625,1,0,0,0,11343,11344,3,1628,814,0,11344,11346, - 3,1730,865,0,11345,11347,3,1732,866,0,11346,11345,1,0,0,0,11346, - 11347,1,0,0,0,11347,11348,1,0,0,0,11348,11349,5,7,0,0,11349,1627, - 1,0,0,0,11350,11351,7,83,0,0,11351,1629,1,0,0,0,11352,11364,5,508, - 0,0,11353,11354,5,268,0,0,11354,11365,3,1738,869,0,11355,11361,5, - 509,0,0,11356,11357,5,202,0,0,11357,11358,3,1214,607,0,11358,11359, - 3,1612,806,0,11359,11362,1,0,0,0,11360,11362,3,1002,501,0,11361, - 11356,1,0,0,0,11361,11360,1,0,0,0,11362,11365,1,0,0,0,11363,11365, - 3,1632,816,0,11364,11353,1,0,0,0,11364,11355,1,0,0,0,11364,11363, - 1,0,0,0,11365,11366,1,0,0,0,11366,11367,5,7,0,0,11367,1631,1,0,0, - 0,11368,11371,1,0,0,0,11369,11371,3,1738,869,0,11370,11368,1,0,0, - 0,11370,11369,1,0,0,0,11371,1633,1,0,0,0,11372,11374,5,510,0,0,11373, - 11375,3,1636,818,0,11374,11373,1,0,0,0,11374,11375,1,0,0,0,11375, - 11376,1,0,0,0,11376,11377,3,1460,730,0,11377,11378,3,1638,819,0, - 11378,11379,3,1640,820,0,11379,11380,5,7,0,0,11380,11407,1,0,0,0, - 11381,11383,5,510,0,0,11382,11384,3,1636,818,0,11383,11382,1,0,0, - 0,11383,11384,1,0,0,0,11384,11385,1,0,0,0,11385,11386,3,1494,747, - 0,11386,11387,3,1640,820,0,11387,11388,5,7,0,0,11388,11407,1,0,0, - 0,11389,11391,5,510,0,0,11390,11392,3,1636,818,0,11391,11390,1,0, - 0,0,11391,11392,1,0,0,0,11392,11393,1,0,0,0,11393,11394,5,511,0, - 0,11394,11395,3,1460,730,0,11395,11396,3,1640,820,0,11396,11397, - 5,7,0,0,11397,11407,1,0,0,0,11398,11400,5,510,0,0,11399,11401,3, - 1636,818,0,11400,11399,1,0,0,0,11400,11401,1,0,0,0,11401,11402,1, - 0,0,0,11402,11403,3,1640,820,0,11403,11404,5,7,0,0,11404,11407,1, - 0,0,0,11405,11407,5,510,0,0,11406,11372,1,0,0,0,11406,11381,1,0, - 0,0,11406,11389,1,0,0,0,11406,11398,1,0,0,0,11406,11405,1,0,0,0, - 11407,1635,1,0,0,0,11408,11409,7,84,0,0,11409,1637,1,0,0,0,11410, - 11418,1,0,0,0,11411,11412,5,6,0,0,11412,11414,3,1214,607,0,11413, - 11411,1,0,0,0,11414,11415,1,0,0,0,11415,11413,1,0,0,0,11415,11416, - 1,0,0,0,11416,11418,1,0,0,0,11417,11410,1,0,0,0,11417,11413,1,0, - 0,0,11418,1639,1,0,0,0,11419,11423,1,0,0,0,11420,11421,5,100,0,0, - 11421,11423,3,1644,822,0,11422,11419,1,0,0,0,11422,11420,1,0,0,0, - 11423,1641,1,0,0,0,11424,11425,3,1494,747,0,11425,11426,5,10,0,0, - 11426,11427,3,1214,607,0,11427,1643,1,0,0,0,11428,11433,3,1642,821, - 0,11429,11430,5,6,0,0,11430,11432,3,1642,821,0,11431,11429,1,0,0, - 0,11432,11435,1,0,0,0,11433,11431,1,0,0,0,11433,11434,1,0,0,0,11434, - 1645,1,0,0,0,11435,11433,1,0,0,0,11436,11437,5,518,0,0,11437,11438, - 3,1738,869,0,11438,11439,3,1648,824,0,11439,11440,5,7,0,0,11440, - 1647,1,0,0,0,11441,11445,1,0,0,0,11442,11443,5,6,0,0,11443,11445, - 3,1738,869,0,11444,11441,1,0,0,0,11444,11442,1,0,0,0,11445,1649, - 1,0,0,0,11446,11447,5,519,0,0,11447,11448,3,1562,781,0,11448,11449, - 5,454,0,0,11449,11450,5,519,0,0,11450,11451,3,1730,865,0,11451,11452, - 5,7,0,0,11452,1651,1,0,0,0,11453,11454,3,1748,874,0,11454,11455, - 5,7,0,0,11455,1653,1,0,0,0,11456,11457,5,202,0,0,11457,11465,3,1214, - 607,0,11458,11459,3,1660,830,0,11459,11460,3,1656,828,0,11460,11466, - 1,0,0,0,11461,11462,3,1656,828,0,11462,11463,3,1660,830,0,11463, - 11466,1,0,0,0,11464,11466,1,0,0,0,11465,11458,1,0,0,0,11465,11461, - 1,0,0,0,11465,11464,1,0,0,0,11466,11467,1,0,0,0,11467,11468,5,7, - 0,0,11468,1655,1,0,0,0,11469,11473,1,0,0,0,11470,11471,5,100,0,0, - 11471,11473,3,1658,829,0,11472,11469,1,0,0,0,11472,11470,1,0,0,0, - 11473,1657,1,0,0,0,11474,11479,3,1214,607,0,11475,11476,5,6,0,0, - 11476,11478,3,1214,607,0,11477,11475,1,0,0,0,11478,11481,1,0,0,0, - 11479,11477,1,0,0,0,11479,11480,1,0,0,0,11480,1659,1,0,0,0,11481, - 11479,1,0,0,0,11482,11489,1,0,0,0,11483,11485,5,71,0,0,11484,11486, - 5,346,0,0,11485,11484,1,0,0,0,11485,11486,1,0,0,0,11486,11487,1, - 0,0,0,11487,11489,3,1676,838,0,11488,11482,1,0,0,0,11488,11483,1, - 0,0,0,11489,1661,1,0,0,0,11490,11508,5,520,0,0,11491,11492,3,1714, - 857,0,11492,11493,3,1670,835,0,11493,11499,5,62,0,0,11494,11500, - 3,1002,501,0,11495,11496,5,202,0,0,11496,11497,3,1738,869,0,11497, - 11498,3,1668,834,0,11498,11500,1,0,0,0,11499,11494,1,0,0,0,11499, - 11495,1,0,0,0,11500,11509,1,0,0,0,11501,11506,3,1476,738,0,11502, - 11503,5,2,0,0,11503,11504,3,1666,833,0,11504,11505,5,3,0,0,11505, - 11507,1,0,0,0,11506,11502,1,0,0,0,11506,11507,1,0,0,0,11507,11509, - 1,0,0,0,11508,11491,1,0,0,0,11508,11501,1,0,0,0,11509,11510,1,0, - 0,0,11510,11511,5,7,0,0,11511,1663,1,0,0,0,11512,11513,3,1476,738, - 0,11513,11514,5,20,0,0,11514,11515,3,1214,607,0,11515,11518,1,0, - 0,0,11516,11518,3,1214,607,0,11517,11512,1,0,0,0,11517,11516,1,0, - 0,0,11518,1665,1,0,0,0,11519,11524,3,1664,832,0,11520,11521,5,6, - 0,0,11521,11523,3,1664,832,0,11522,11520,1,0,0,0,11523,11526,1,0, - 0,0,11524,11522,1,0,0,0,11524,11525,1,0,0,0,11525,1667,1,0,0,0,11526, - 11524,1,0,0,0,11527,11531,1,0,0,0,11528,11529,5,100,0,0,11529,11531, - 3,1330,665,0,11530,11527,1,0,0,0,11530,11528,1,0,0,0,11531,1669, - 1,0,0,0,11532,11537,1,0,0,0,11533,11534,3,1672,836,0,11534,11535, - 5,324,0,0,11535,11537,1,0,0,0,11536,11532,1,0,0,0,11536,11533,1, - 0,0,0,11537,1671,1,0,0,0,11538,11541,1,0,0,0,11539,11541,5,269,0, - 0,11540,11538,1,0,0,0,11540,11539,1,0,0,0,11541,1673,1,0,0,0,11542, - 11544,5,61,0,0,11543,11545,3,1680,840,0,11544,11543,1,0,0,0,11544, - 11545,1,0,0,0,11545,11546,1,0,0,0,11546,11547,3,1678,839,0,11547, - 11548,3,1714,857,0,11548,11549,5,71,0,0,11549,11550,3,1676,838,0, - 11550,11551,5,7,0,0,11551,1675,1,0,0,0,11552,11553,3,1330,665,0, - 11553,1677,1,0,0,0,11554,11558,1,0,0,0,11555,11558,5,64,0,0,11556, - 11558,5,68,0,0,11557,11554,1,0,0,0,11557,11555,1,0,0,0,11557,11556, - 1,0,0,0,11558,1679,1,0,0,0,11559,11575,5,268,0,0,11560,11575,5,293, - 0,0,11561,11575,5,207,0,0,11562,11575,5,249,0,0,11563,11564,5,130, - 0,0,11564,11575,3,1214,607,0,11565,11566,5,307,0,0,11566,11575,3, - 1214,607,0,11567,11575,3,1214,607,0,11568,11575,5,30,0,0,11569,11572, - 7,85,0,0,11570,11573,3,1214,607,0,11571,11573,5,30,0,0,11572,11570, - 1,0,0,0,11572,11571,1,0,0,0,11572,11573,1,0,0,0,11573,11575,1,0, - 0,0,11574,11559,1,0,0,0,11574,11560,1,0,0,0,11574,11561,1,0,0,0, - 11574,11562,1,0,0,0,11574,11563,1,0,0,0,11574,11565,1,0,0,0,11574, - 11567,1,0,0,0,11574,11568,1,0,0,0,11574,11569,1,0,0,0,11575,1681, - 1,0,0,0,11576,11578,5,265,0,0,11577,11579,3,1680,840,0,11578,11577, - 1,0,0,0,11578,11579,1,0,0,0,11579,11580,1,0,0,0,11580,11581,3,1714, - 857,0,11581,11582,5,7,0,0,11582,1683,1,0,0,0,11583,11585,3,1016, - 508,0,11584,11583,1,0,0,0,11584,11585,1,0,0,0,11585,11586,1,0,0, - 0,11586,11587,5,525,0,0,11587,11589,5,71,0,0,11588,11590,5,81,0, - 0,11589,11588,1,0,0,0,11589,11590,1,0,0,0,11590,11591,1,0,0,0,11591, - 11593,3,1408,704,0,11592,11594,5,9,0,0,11593,11592,1,0,0,0,11593, - 11594,1,0,0,0,11594,11599,1,0,0,0,11595,11597,5,36,0,0,11596,11595, - 1,0,0,0,11596,11597,1,0,0,0,11597,11598,1,0,0,0,11598,11600,3,1476, - 738,0,11599,11596,1,0,0,0,11599,11600,1,0,0,0,11600,11601,1,0,0, - 0,11601,11602,5,100,0,0,11602,11603,3,1686,843,0,11603,11604,5,80, - 0,0,11604,11606,3,1688,844,0,11605,11607,3,1690,845,0,11606,11605, - 1,0,0,0,11607,11608,1,0,0,0,11608,11606,1,0,0,0,11608,11609,1,0, - 0,0,11609,1685,1,0,0,0,11610,11612,5,81,0,0,11611,11610,1,0,0,0, - 11611,11612,1,0,0,0,11612,11613,1,0,0,0,11613,11615,3,1408,704,0, - 11614,11616,5,9,0,0,11615,11614,1,0,0,0,11615,11616,1,0,0,0,11616, - 11622,1,0,0,0,11617,11620,3,1006,503,0,11618,11620,3,1102,551,0, - 11619,11617,1,0,0,0,11619,11618,1,0,0,0,11620,11622,1,0,0,0,11621, - 11611,1,0,0,0,11621,11619,1,0,0,0,11622,11627,1,0,0,0,11623,11625, - 5,36,0,0,11624,11623,1,0,0,0,11624,11625,1,0,0,0,11625,11626,1,0, - 0,0,11626,11628,3,1476,738,0,11627,11624,1,0,0,0,11627,11628,1,0, - 0,0,11628,1687,1,0,0,0,11629,11630,3,1214,607,0,11630,1689,1,0,0, - 0,11631,11632,5,102,0,0,11632,11635,5,526,0,0,11633,11634,5,33,0, - 0,11634,11636,3,1214,607,0,11635,11633,1,0,0,0,11635,11636,1,0,0, - 0,11636,11637,1,0,0,0,11637,11642,5,93,0,0,11638,11643,3,1694,847, - 0,11639,11643,5,182,0,0,11640,11641,5,57,0,0,11641,11643,5,270,0, - 0,11642,11638,1,0,0,0,11642,11639,1,0,0,0,11642,11640,1,0,0,0,11643, - 11658,1,0,0,0,11644,11645,5,102,0,0,11645,11646,5,77,0,0,11646,11649, - 5,526,0,0,11647,11648,5,33,0,0,11648,11650,3,1214,607,0,11649,11647, - 1,0,0,0,11649,11650,1,0,0,0,11650,11651,1,0,0,0,11651,11655,5,93, - 0,0,11652,11656,3,1692,846,0,11653,11654,5,57,0,0,11654,11656,5, - 270,0,0,11655,11652,1,0,0,0,11655,11653,1,0,0,0,11656,11658,1,0, - 0,0,11657,11631,1,0,0,0,11657,11644,1,0,0,0,11658,1691,1,0,0,0,11659, - 11664,5,241,0,0,11660,11661,5,2,0,0,11661,11662,3,246,123,0,11662, - 11663,5,3,0,0,11663,11665,1,0,0,0,11664,11660,1,0,0,0,11664,11665, - 1,0,0,0,11665,11669,1,0,0,0,11666,11667,5,463,0,0,11667,11668,7, - 53,0,0,11668,11670,5,450,0,0,11669,11666,1,0,0,0,11669,11670,1,0, - 0,0,11670,11671,1,0,0,0,11671,11672,3,1696,848,0,11672,1693,1,0, - 0,0,11673,11674,5,369,0,0,11674,11687,5,333,0,0,11675,11676,3,1434, - 717,0,11676,11677,5,10,0,0,11677,11678,3,1700,850,0,11678,11688, - 1,0,0,0,11679,11680,5,2,0,0,11680,11681,3,246,123,0,11681,11682, - 5,3,0,0,11682,11683,5,10,0,0,11683,11684,5,2,0,0,11684,11685,3,1698, - 849,0,11685,11686,5,3,0,0,11686,11688,1,0,0,0,11687,11675,1,0,0, - 0,11687,11679,1,0,0,0,11688,11689,1,0,0,0,11689,11687,1,0,0,0,11689, - 11690,1,0,0,0,11690,1695,1,0,0,0,11691,11692,5,422,0,0,11692,11696, - 3,1698,849,0,11693,11694,5,53,0,0,11694,11696,5,422,0,0,11695,11691, - 1,0,0,0,11695,11693,1,0,0,0,11696,1697,1,0,0,0,11697,11698,5,2,0, - 0,11698,11703,3,1700,850,0,11699,11700,5,6,0,0,11700,11702,3,1700, - 850,0,11701,11699,1,0,0,0,11702,11705,1,0,0,0,11703,11701,1,0,0, - 0,11703,11704,1,0,0,0,11704,11706,1,0,0,0,11705,11703,1,0,0,0,11706, - 11707,5,3,0,0,11707,1699,1,0,0,0,11708,11711,3,1050,525,0,11709, - 11711,5,53,0,0,11710,11708,1,0,0,0,11710,11709,1,0,0,0,11711,1701, - 1,0,0,0,11712,11713,5,157,0,0,11713,11714,3,1714,857,0,11714,11715, - 5,7,0,0,11715,1703,1,0,0,0,11716,11717,5,78,0,0,11717,11718,5,7, - 0,0,11718,1705,1,0,0,0,11719,11721,5,161,0,0,11720,11722,3,1710, - 855,0,11721,11720,1,0,0,0,11721,11722,1,0,0,0,11722,11723,1,0,0, - 0,11723,11724,5,7,0,0,11724,1707,1,0,0,0,11725,11727,5,319,0,0,11726, - 11728,3,1710,855,0,11727,11726,1,0,0,0,11727,11728,1,0,0,0,11728, - 11729,1,0,0,0,11729,11730,5,7,0,0,11730,1709,1,0,0,0,11731,11733, - 5,33,0,0,11732,11734,5,269,0,0,11733,11732,1,0,0,0,11733,11734,1, - 0,0,0,11734,11735,1,0,0,0,11735,11736,5,153,0,0,11736,1711,1,0,0, - 0,11737,11738,5,333,0,0,11738,11739,3,560,280,0,11739,11740,5,94, - 0,0,11740,11741,5,53,0,0,11741,11742,5,7,0,0,11742,11750,1,0,0,0, - 11743,11746,5,313,0,0,11744,11747,3,560,280,0,11745,11747,5,30,0, - 0,11746,11744,1,0,0,0,11746,11745,1,0,0,0,11747,11748,1,0,0,0,11748, - 11750,5,7,0,0,11749,11737,1,0,0,0,11749,11743,1,0,0,0,11750,1713, - 1,0,0,0,11751,11754,3,1476,738,0,11752,11754,5,28,0,0,11753,11751, - 1,0,0,0,11753,11752,1,0,0,0,11754,1715,1,0,0,0,11755,11759,1,0,0, - 0,11756,11757,5,517,0,0,11757,11759,3,1718,859,0,11758,11755,1,0, - 0,0,11758,11756,1,0,0,0,11759,1717,1,0,0,0,11760,11762,3,1720,860, - 0,11761,11760,1,0,0,0,11762,11763,1,0,0,0,11763,11761,1,0,0,0,11763, - 11764,1,0,0,0,11764,1719,1,0,0,0,11765,11766,5,102,0,0,11766,11767, - 3,1722,861,0,11767,11768,5,93,0,0,11768,11769,3,1562,781,0,11769, - 1721,1,0,0,0,11770,11775,3,1724,862,0,11771,11772,5,82,0,0,11772, - 11774,3,1724,862,0,11773,11771,1,0,0,0,11774,11777,1,0,0,0,11775, - 11773,1,0,0,0,11775,11776,1,0,0,0,11776,1723,1,0,0,0,11777,11775, - 1,0,0,0,11778,11782,3,1734,867,0,11779,11780,5,511,0,0,11780,11782, - 3,1460,730,0,11781,11778,1,0,0,0,11781,11779,1,0,0,0,11782,1725, - 1,0,0,0,11783,11786,1,0,0,0,11784,11786,3,1526,763,0,11785,11783, - 1,0,0,0,11785,11784,1,0,0,0,11786,1727,1,0,0,0,11787,11790,1,0,0, - 0,11788,11790,3,1526,763,0,11789,11787,1,0,0,0,11789,11788,1,0,0, - 0,11790,1729,1,0,0,0,11791,11794,1,0,0,0,11792,11794,3,1734,867, - 0,11793,11791,1,0,0,0,11793,11792,1,0,0,0,11794,1731,1,0,0,0,11795, - 11796,5,102,0,0,11796,11797,3,1742,871,0,11797,1733,1,0,0,0,11798, - 11801,3,1476,738,0,11799,11801,3,1736,868,0,11800,11798,1,0,0,0, - 11800,11799,1,0,0,0,11801,1735,1,0,0,0,11802,11803,7,86,0,0,11803, - 1737,1,0,0,0,11804,11806,3,1386,693,0,11805,11804,1,0,0,0,11805, - 11806,1,0,0,0,11806,11808,1,0,0,0,11807,11809,3,1030,515,0,11808, - 11807,1,0,0,0,11808,11809,1,0,0,0,11809,11811,1,0,0,0,11810,11812, - 3,1104,552,0,11811,11810,1,0,0,0,11811,11812,1,0,0,0,11812,11814, - 1,0,0,0,11813,11815,3,1146,573,0,11814,11813,1,0,0,0,11814,11815, - 1,0,0,0,11815,11817,1,0,0,0,11816,11818,3,1074,537,0,11817,11816, - 1,0,0,0,11817,11818,1,0,0,0,11818,11820,1,0,0,0,11819,11821,3,1088, - 544,0,11820,11819,1,0,0,0,11820,11821,1,0,0,0,11821,11823,1,0,0, - 0,11822,11824,3,1290,645,0,11823,11822,1,0,0,0,11823,11824,1,0,0, - 0,11824,1739,1,0,0,0,11825,11826,3,1738,869,0,11826,1741,1,0,0,0, - 11827,11828,3,1738,869,0,11828,1743,1,0,0,0,11829,11830,3,1214,607, - 0,11830,1745,1,0,0,0,11831,11832,3,1214,607,0,11832,1747,1,0,0,0, - 11833,11835,3,6,3,0,11834,11836,3,1750,875,0,11835,11834,1,0,0,0, - 11835,11836,1,0,0,0,11836,1749,1,0,0,0,11837,11838,5,71,0,0,11838, - 11839,3,1032,516,0,11839,11840,3,1676,838,0,11840,1751,1,0,0,0,1282, - 1755,1764,1883,1887,1896,1905,1911,1917,1949,1961,1967,1975,1983, - 1989,1998,2004,2016,2022,2028,2035,2039,2044,2048,2061,2072,2078, - 2094,2097,2102,2108,2113,2122,2126,2138,2142,2145,2149,2160,2178, - 2185,2193,2198,2205,2211,2217,2224,2235,2239,2243,2247,2260,2264, - 2269,2274,2286,2295,2307,2312,2323,2329,2334,2344,2349,2356,2361, - 2366,2377,2383,2388,2396,2405,2420,2426,2432,2437,2444,2456,2464, - 2472,2490,2499,2513,2517,2532,2540,2550,2590,2593,2597,2601,2604, - 2609,2616,2625,2631,2635,2644,2652,2661,2670,2674,2681,2687,2691, - 2695,2700,2703,2707,2713,2720,2736,2750,2760,2762,2767,2771,2774, - 2780,2782,2810,2820,2833,2840,2845,2849,2855,2860,2863,2865,2870, - 2874,2878,2882,2886,2889,2893,2901,2905,2909,2918,2925,2930,2937, - 2942,2949,2954,2972,2977,2989,2994,3003,3010,3017,3021,3026,3030, - 3033,3036,3039,3042,3045,3050,3053,3056,3059,3062,3065,3071,3075, - 3078,3081,3084,3087,3089,3104,3119,3127,3133,3137,3142,3145,3148, - 3152,3156,3170,3175,3182,3187,3191,3194,3198,3201,3203,3210,3213, - 3217,3223,3226,3233,3242,3249,3254,3257,3260,3263,3267,3274,3279, - 3292,3302,3315,3318,3321,3328,3336,3339,3342,3349,3353,3359,3362, - 3365,3368,3380,3383,3386,3390,3408,3416,3432,3443,3458,3475,3477, - 3498,3503,3506,3510,3513,3519,3522,3524,3535,3544,3550,3553,3556, - 3570,3573,3576,3581,3589,3598,3602,3608,3612,3615,3618,3621,3624, - 3630,3634,3639,3645,3649,3652,3655,3658,3666,3670,3674,3678,3682, - 3687,3701,3710,3727,3732,3735,3737,3747,3754,3759,3762,3765,3772, - 3775,3777,3783,3792,3802,3807,3815,3819,3826,3836,3847,3955,3963, - 3966,3976,3981,3991,4002,4014,4027,4037,4049,4053,4056,4063,4071, - 4081,4083,4089,4094,4098,4103,4109,4116,4122,4124,4131,4139,4144, - 4155,4162,4166,4183,4186,4189,4192,4195,4203,4206,4209,4215,4223, - 4227,4239,4245,4248,4253,4257,4264,4275,4298,4318,4327,4330,4333, - 4343,4346,4355,4359,4362,4370,4376,4380,4391,4401,4409,4414,4426, - 4443,4447,4453,4460,4468,4482,4508,4515,4529,4540,4543,4556,4565, - 4590,4601,4643,4651,4657,4668,4674,4682,4693,4707,4716,4721,4732, - 4743,4751,4761,4768,4771,4777,4780,4795,4808,4837,4844,4859,4871, - 4875,4880,4884,4889,4893,4899,4903,4908,4912,4918,4922,4927,4931, - 4936,4940,4945,4949,4956,4960,4967,4971,4978,4982,4989,4993,4999, - 5003,5009,5013,5018,5022,5029,5033,5037,5041,5045,5050,5054,5059, - 5063,5068,5072,5077,5083,5088,5094,5099,5105,5110,5114,5119,5123, - 5129,5133,5138,5146,5152,5158,5164,5170,5177,5182,5186,5191,5195, - 5200,5206,5213,5218,5225,5235,5239,5245,5247,5254,5258,5263,5281, - 5296,5314,5323,5332,5336,5342,5349,5354,5361,5366,5369,5372,5376, - 5447,5543,5547,5552,5563,5574,5585,5596,5607,5619,5630,5641,5651, - 5658,5665,5671,5679,5684,5689,5694,5700,5707,5713,5719,5724,5730, - 5737,5742,5748,5755,5758,5771,5780,5792,5794,5812,5819,5829,5834, - 5838,5842,5846,5848,5908,5915,5921,5932,5935,5942,5945,5955,5958, - 5960,5979,5991,6000,6009,6021,6023,6029,6033,6036,6039,6044,6050, - 6053,6056,6059,6062,6078,6082,6085,6088,6091,6094,6099,6102,6104, - 6117,6129,6143,6147,6153,6163,6165,6170,6178,6188,6197,6205,6214, - 6216,6223,6232,6234,6241,6250,6252,6256,6265,6270,6276,6281,6285, - 6290,6308,6313,6328,6337,6348,6354,6391,6411,6418,6429,6443,6450, - 6458,6463,6470,6474,6479,6483,6488,6492,6494,6499,6503,6508,6512, - 6536,6543,6553,6565,6570,6583,6595,6607,6609,6615,6622,6667,6685, - 6689,6694,6697,6701,6706,6711,6714,6721,6738,6809,6840,6894,6904, - 6914,6925,6935,6946,6956,6961,6970,6975,6985,6990,6999,7012,7017, - 7129,7131,7140,7151,7162,7175,7187,7198,7205,7295,7348,7358,7369, - 7380,7394,7409,7420,7427,7481,7622,7628,7631,7641,7681,7691,7698, - 7721,7730,7739,7748,7781,7785,7795,7799,7809,7812,7816,7820,7828, - 7839,7851,7855,7858,7862,7865,7870,7874,7877,7883,7894,7897,7904, - 7908,7913,7916,7918,7932,7936,7941,7948,7955,7958,7963,7966,7975, - 7977,7982,7986,7998,8001,8008,8012,8017,8027,8037,8040,8043,8045, - 8051,8058,8078,8098,8102,8107,8176,8181,8187,8200,8204,8208,8214, - 8216,8224,8234,8237,8240,8243,8246,8253,8256,8258,8262,8265,8272, - 8274,8281,8288,8292,8296,8305,8311,8315,8319,8324,8336,8343,8353, - 8366,8377,8384,8389,8393,8397,8402,8415,8420,8424,8428,8435,8438, - 8440,8448,8452,8455,8462,8465,8470,8476,8482,8486,8495,8504,8511, - 8514,8520,8525,8531,8537,8540,8543,8550,8554,8557,8572,8575,8582, - 8585,8592,8595,8598,8605,8617,8624,8626,8636,8654,8656,8664,8668, - 8678,8682,8686,8690,8692,8697,8701,8705,8707,8709,8713,8717,8720, - 8723,8726,8729,8731,8734,8737,8740,8743,8746,8749,8758,8760,8765, - 8769,8775,8779,8783,8792,8797,8801,8807,8810,8829,8837,8846,8850, - 8853,8857,8862,8868,8880,8895,8902,8905,8909,8913,8917,8919,8927, - 8936,8942,8944,8951,8955,8964,8968,8977,8986,8998,9026,9033,9037, - 9040,9045,9049,9052,9068,9079,9084,9087,9090,9094,9098,9102,9107, - 9111,9115,9117,9126,9131,9137,9141,9143,9150,9155,9161,9163,9167, - 9174,9181,9184,9190,9194,9203,9206,9210,9218,9224,9226,9229,9233, - 9236,9239,9243,9247,9253,9256,9265,9272,9274,9281,9289,9294,9297, - 9305,9314,9322,9324,9328,9335,9354,9363,9369,9388,9397,9403,9407, - 9412,9422,9429,9438,9441,9450,9452,9458,9462,9467,9477,9483,9485, - 9491,9495,9498,9511,9517,9521,9525,9528,9536,9540,9544,9552,9559, - 9566,9570,9576,9578,9587,9590,9600,9616,9622,9627,9634,9643,9650, - 9658,9666,9671,9675,9678,9684,9689,9705,9708,9710,9722,9724,9728, - 9736,9738,9742,9744,9752,9756,9765,9773,9779,9782,9791,9796,9803, - 9813,9839,9850,9852,9854,9862,9884,9893,9903,9906,9911,9916,9920, - 9923,9927,9930,9933,9936,9940,9954,9961,9968,9975,9993,10001,10013, - 10019,10032,10071,10073,10093,10103,10114,10126,10133,10145,10157, - 10163,10171,10188,10213,10223,10227,10230,10233,10236,10249,10254, - 10259,10261,10269,10278,10287,10292,10301,10306,10320,10330,10338, - 10352,10359,10367,10375,10383,10387,10394,10402,10409,10415,10424, - 10439,10450,10483,10492,10499,10503,10507,10514,10528,10533,10538, - 10542,10544,10547,10554,10559,10569,10577,10580,10587,10595,10603, - 10611,10619,10624,10628,10632,10636,10640,10644,10648,10655,10663, - 10668,10672,10676,10686,10692,10698,10702,10716,10722,10728,10740, - 10745,10753,10760,10765,10777,10785,10790,10800,10811,10818,10825, - 10836,10839,10841,10845,10848,10854,10860,10864,10870,10878,10882, - 10890,10947,10960,10983,10991,10995,11007,11009,11016,11025,11043, - 11051,11060,11067,11077,11083,11090,11095,11101,11105,11112,11142, - 11155,11164,11168,11184,11191,11204,11212,11232,11238,11250,11255, - 11265,11297,11302,11311,11316,11320,11325,11341,11346,11361,11364, - 11370,11374,11383,11391,11400,11406,11415,11417,11422,11433,11444, - 11465,11472,11479,11485,11488,11499,11506,11508,11517,11524,11530, - 11536,11540,11544,11557,11572,11574,11578,11584,11589,11593,11596, - 11599,11608,11611,11615,11619,11621,11624,11627,11635,11642,11649, - 11655,11657,11664,11669,11687,11689,11695,11703,11710,11721,11727, - 11733,11746,11749,11753,11758,11763,11775,11781,11785,11789,11793, - 11800,11805,11808,11811,11814,11817,11820,11823,11835 + 1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628,1,628, + 1,628,1,628,3,628,9845,8,628,1,628,1,628,1,628,1,628,1,628,1,628, + 1,628,1,628,1,628,3,628,9856,8,628,5,628,9858,8,628,10,628,12,628, + 9861,9,628,1,629,1,629,1,629,1,629,1,629,3,629,9868,8,629,1,629, + 1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629, + 1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629,3,629,9890,8,629, + 1,629,1,629,1,629,1,629,1,629,1,629,1,629,3,629,9899,8,629,1,630, + 1,630,1,631,1,631,1,631,1,631,1,631,1,631,3,631,9909,8,631,1,631, + 3,631,9912,8,631,1,631,1,631,1,631,3,631,9917,8,631,1,631,1,631, + 1,631,3,631,9922,8,631,1,631,1,631,3,631,9926,8,631,1,631,3,631, + 9929,8,631,1,632,1,632,3,632,9933,8,632,1,632,3,632,9936,8,632,1, + 632,3,632,9939,8,632,1,632,3,632,9942,8,632,1,633,1,633,3,633,9946, + 8,633,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,1,634,3,634,9960,8,634,1,634,1,634,1,634,1,634,1,634,3,634, + 9967,8,634,1,634,1,634,1,634,1,634,1,634,3,634,9974,8,634,1,634, + 1,634,1,634,1,634,1,634,3,634,9981,8,634,1,634,1,634,1,634,1,634, + 1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,3,634,9999,8,634,1,634,1,634,1,634,1,634,1,634,1,634,3,634, + 10007,8,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,3,634,10019,8,634,1,634,1,634,1,634,1,634,3,634,10025,8,634, + 1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 3,634,10038,8,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,1,634,1,634,1,634,1,634,1,634,1,634,3,634,10077,8,634,3,634, + 10079,8,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,3,634,10099, + 8,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,3,634,10109, + 8,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,3,634, + 10120,8,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634,1,634, + 1,634,3,634,10132,8,634,1,635,1,635,1,635,1,635,1,635,3,635,10139, + 8,635,1,636,1,636,1,636,1,636,1,636,1,636,1,636,1,636,1,636,1,636, + 3,636,10151,8,636,1,637,1,637,1,637,1,637,1,637,1,638,1,638,1,638, + 5,638,10161,8,638,10,638,12,638,10164,9,638,1,639,1,639,1,639,3, + 639,10169,8,639,1,640,1,640,1,641,1,641,1,641,1,641,3,641,10177, + 8,641,1,642,1,642,1,642,1,642,1,642,1,642,1,642,1,642,1,642,1,642, + 1,642,1,642,1,642,1,642,1,642,3,642,10194,8,642,1,643,1,643,1,643, + 1,644,1,644,1,644,1,644,1,644,1,644,1,645,1,645,1,645,1,645,1,645, + 1,645,1,646,1,646,1,646,1,647,1,647,1,647,5,647,10217,8,647,10,647, + 12,647,10220,9,647,1,648,1,648,1,648,1,648,1,649,1,649,1,649,3,649, + 10229,8,649,1,650,1,650,3,650,10233,8,650,1,650,3,650,10236,8,650, + 1,650,3,650,10239,8,650,1,650,3,650,10242,8,650,1,650,1,650,1,651, + 1,651,1,652,1,652,1,652,1,652,1,653,1,653,1,653,3,653,10255,8,653, + 1,653,1,653,1,653,3,653,10260,8,653,1,653,1,653,1,653,3,653,10265, + 8,653,3,653,10267,8,653,1,654,1,654,1,654,1,654,1,654,1,654,3,654, + 10275,8,654,1,655,1,655,1,655,1,655,1,655,1,655,1,655,3,655,10284, + 8,655,1,656,1,656,1,656,1,656,1,656,1,656,1,656,3,656,10293,8,656, + 1,657,1,657,1,657,3,657,10298,8,657,1,657,1,657,1,657,1,657,1,657, + 1,657,1,657,3,657,10307,8,657,1,658,1,658,1,658,3,658,10312,8,658, + 1,658,1,658,1,659,1,659,1,659,1,659,1,659,1,659,1,660,1,660,1,661, + 1,661,3,661,10326,8,661,1,662,1,662,1,663,1,663,1,663,1,663,1,663, + 1,663,3,663,10336,8,663,1,664,1,664,1,664,1,664,1,664,1,664,3,664, + 10344,8,664,1,665,1,665,1,665,1,665,1,665,1,665,1,665,1,665,1,665, + 1,665,1,665,1,665,3,665,10358,8,665,1,666,1,666,1,666,5,666,10363, + 8,666,10,666,12,666,10366,9,666,1,667,1,667,1,667,5,667,10371,8, + 667,10,667,12,667,10374,9,667,1,668,1,668,1,668,5,668,10379,8,668, + 10,668,12,668,10382,9,668,1,669,1,669,1,669,1,669,1,669,3,669,10389, + 8,669,1,670,1,670,3,670,10393,8,670,1,671,1,671,1,671,5,671,10398, + 8,671,10,671,12,671,10401,9,671,1,672,1,672,1,672,1,672,1,672,3, + 672,10408,8,672,1,673,1,673,1,673,5,673,10413,8,673,10,673,12,673, + 10416,9,673,1,674,1,674,1,674,3,674,10421,8,674,1,674,1,674,1,675, + 1,675,1,675,5,675,10428,8,675,10,675,12,675,10431,9,675,1,676,1, + 676,1,676,1,676,1,677,1,677,1,677,1,677,1,677,1,677,1,677,1,677, + 3,677,10445,8,677,1,678,1,678,1,679,1,679,1,679,1,679,1,679,1,679, + 1,679,3,679,10456,8,679,1,680,1,680,1,680,1,680,1,681,1,681,1,681, + 1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681, + 1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681,1,681, + 1,681,1,681,3,681,10489,8,681,1,682,1,682,1,682,1,682,1,682,1,682, + 1,682,3,682,10498,8,682,1,683,1,683,1,683,1,683,1,683,3,683,10505, + 8,683,1,684,1,684,3,684,10509,8,684,1,684,1,684,3,684,10513,8,684, + 1,684,1,684,1,685,4,685,10518,8,685,11,685,12,685,10519,1,686,1, + 686,1,686,1,686,1,686,1,687,1,687,1,687,1,688,1,688,1,689,1,689, + 3,689,10534,8,689,1,690,1,690,1,690,3,690,10539,8,690,1,690,1,690, + 1,690,3,690,10544,8,690,1,690,1,690,3,690,10548,8,690,3,690,10550, + 8,690,1,690,3,690,10553,8,690,1,691,1,691,1,692,4,692,10558,8,692, + 11,692,12,692,10559,1,693,5,693,10563,8,693,10,693,12,693,10566, + 9,693,1,694,1,694,1,695,1,695,1,695,5,695,10573,8,695,10,695,12, + 695,10576,9,695,1,696,1,696,1,696,1,696,1,696,3,696,10583,8,696, + 1,696,3,696,10586,8,696,1,697,1,697,1,697,5,697,10591,8,697,10,697, + 12,697,10594,9,697,1,698,1,698,1,698,5,698,10599,8,698,10,698,12, + 698,10602,9,698,1,699,1,699,1,699,5,699,10607,8,699,10,699,12,699, + 10610,9,699,1,700,1,700,1,700,5,700,10615,8,700,10,700,12,700,10618, + 9,700,1,701,1,701,1,701,5,701,10623,8,701,10,701,12,701,10626,9, + 701,1,702,1,702,3,702,10630,8,702,1,703,1,703,3,703,10634,8,703, + 1,704,1,704,3,704,10638,8,704,1,705,1,705,3,705,10642,8,705,1,706, + 1,706,3,706,10646,8,706,1,707,1,707,3,707,10650,8,707,1,708,1,708, + 3,708,10654,8,708,1,709,1,709,1,709,5,709,10659,8,709,10,709,12, + 709,10662,9,709,1,710,1,710,1,710,5,710,10667,8,710,10,710,12,710, + 10670,9,710,1,711,1,711,3,711,10674,8,711,1,712,1,712,3,712,10678, + 8,712,1,713,1,713,3,713,10682,8,713,1,714,1,714,1,715,1,715,1,716, + 1,716,1,716,1,716,3,716,10692,8,716,1,717,1,717,1,717,1,717,3,717, + 10698,8,717,1,718,1,718,5,718,10702,8,718,10,718,12,718,10705,9, + 718,1,718,3,718,10708,8,718,1,719,1,719,1,720,1,720,1,721,1,721, + 1,722,1,722,1,723,1,723,1,723,1,723,3,723,10722,8,723,1,724,1,724, + 1,724,1,724,3,724,10728,8,724,1,725,1,725,1,725,1,725,3,725,10734, + 8,725,1,726,1,726,1,726,1,726,1,726,1,726,1,726,1,726,1,726,1,726, + 3,726,10746,8,726,1,726,1,726,1,726,3,726,10751,8,726,1,726,1,726, + 1,726,1,726,1,726,1,726,3,726,10759,8,726,1,726,1,726,1,726,1,726, + 1,726,3,726,10766,8,726,1,726,1,726,1,726,3,726,10771,8,726,1,727, + 1,727,1,728,1,728,1,729,1,729,1,730,1,730,1,731,1,731,3,731,10783, + 8,731,1,732,1,732,1,732,1,732,5,732,10789,8,732,10,732,12,732,10792, + 9,732,1,732,1,732,3,732,10796,8,732,1,733,1,733,1,733,1,734,1,734, + 1,734,1,734,1,734,3,734,10806,8,734,1,735,1,735,1,736,1,736,1,737, + 1,737,1,737,1,737,1,737,3,737,10817,8,737,1,738,1,738,1,738,5,738, + 10822,8,738,10,738,12,738,10825,9,738,1,739,1,739,1,739,1,739,3, + 739,10831,8,739,1,740,1,740,1,741,1,741,1,741,1,741,1,741,1,741, + 1,741,3,741,10842,8,741,1,741,3,741,10845,8,741,3,741,10847,8,741, + 1,742,1,742,3,742,10851,8,742,1,742,3,742,10854,8,742,1,743,1,743, + 1,743,1,743,3,743,10860,8,743,1,744,1,744,1,744,1,744,3,744,10866, + 8,744,1,745,1,745,3,745,10870,8,745,1,746,1,746,1,746,1,746,3,746, + 10876,8,746,1,747,1,747,1,747,1,747,1,747,1,747,3,747,10884,8,747, + 1,748,1,748,3,748,10888,8,748,1,748,1,748,1,748,1,748,1,748,1,748, + 3,748,10896,8,748,1,749,1,749,1,750,1,750,1,751,1,751,1,751,1,751, + 1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751, + 1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751, + 1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751, + 1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751,1,751, + 1,751,1,751,1,751,3,751,10953,8,751,1,752,1,752,1,753,1,753,1,754, + 1,754,1,754,1,754,1,755,5,755,10964,8,755,10,755,12,755,10967,9, + 755,1,756,1,756,1,756,1,756,1,756,1,756,1,756,1,756,1,756,1,756, + 1,756,1,756,1,756,1,756,1,756,1,756,1,756,1,756,1,756,1,756,3,756, + 10989,8,756,1,757,1,757,1,758,1,758,1,758,1,758,3,758,10997,8,758, + 1,759,1,759,3,759,11001,8,759,1,760,1,760,1,760,1,760,1,760,1,760, + 1,760,1,761,1,761,1,761,3,761,11013,8,761,3,761,11015,8,761,1,762, + 1,762,1,763,4,763,11020,8,763,11,763,12,763,11021,1,764,1,764,1, + 764,1,764,1,765,1,765,1,765,3,765,11031,8,765,1,766,1,766,1,766, + 1,766,1,766,1,766,1,766,1,766,1,766,1,766,1,766,1,766,1,766,1,766, + 1,766,1,766,3,766,11049,8,766,1,766,1,766,1,767,1,767,1,767,1,767, + 3,767,11057,8,767,1,768,1,768,1,769,1,769,1,769,1,769,1,769,3,769, + 11066,8,769,1,770,1,770,1,770,5,770,11071,8,770,10,770,12,770,11074, + 9,770,1,771,1,771,1,771,1,772,1,772,1,773,1,773,3,773,11083,8,773, + 1,774,1,774,1,775,1,775,3,775,11089,8,775,1,776,1,776,1,777,1,777, + 1,777,3,777,11096,8,777,1,778,1,778,1,778,3,778,11101,8,778,1,779, + 1,779,1,779,1,779,3,779,11107,8,779,1,780,1,780,3,780,11111,8,780, + 1,781,1,781,1,782,5,782,11116,8,782,10,782,12,782,11119,9,782,1, + 783,1,783,1,783,1,783,1,783,1,783,1,783,1,783,1,783,1,783,1,783, + 1,783,1,783,1,783,1,783,1,783,1,783,1,783,1,783,1,783,1,783,1,783, + 1,783,1,783,1,783,1,783,1,783,3,783,11148,8,783,1,784,1,784,1,784, + 1,784,1,785,1,785,1,785,1,785,1,785,1,785,1,785,3,785,11161,8,785, + 1,785,1,785,1,785,1,785,1,785,1,785,1,785,3,785,11170,8,785,1,786, + 1,786,3,786,11174,8,786,1,787,1,787,1,787,1,787,1,787,1,788,1,788, + 1,788,1,788,1,788,1,788,1,789,1,789,1,789,3,789,11190,8,789,1,790, + 1,790,1,790,5,790,11195,8,790,10,790,12,790,11198,9,790,1,791,1, + 791,1,791,1,791,1,792,1,792,1,793,1,793,1,794,1,794,3,794,11210, + 8,794,1,794,1,794,1,794,1,794,5,794,11216,8,794,10,794,12,794,11219, + 9,794,1,795,1,795,1,795,1,795,1,795,1,795,1,795,1,795,1,795,1,795, + 1,796,1,796,1,796,1,796,1,796,5,796,11236,8,796,10,796,12,796,11239, + 9,796,1,797,1,797,1,797,3,797,11244,8,797,1,798,1,798,1,798,1,798, + 1,798,1,798,1,798,1,798,1,799,1,799,3,799,11256,8,799,1,800,4,800, + 11259,8,800,11,800,12,800,11260,1,801,1,801,1,801,1,801,1,801,1, + 802,1,802,1,802,3,802,11271,8,802,1,803,1,803,1,803,1,804,1,804, + 1,804,1,804,1,804,1,805,1,805,1,805,1,805,1,805,1,806,1,806,1,806, + 1,806,1,806,1,806,1,806,1,806,1,806,1,806,1,806,1,806,1,806,1,806, + 1,806,1,806,1,806,3,806,11303,8,806,1,807,1,807,1,807,3,807,11308, + 8,807,1,808,1,808,1,808,1,808,1,808,5,808,11315,8,808,10,808,12, + 808,11318,9,808,1,808,1,808,3,808,11322,8,808,1,809,1,809,3,809, + 11326,8,809,1,810,1,810,1,810,3,810,11331,8,810,1,811,1,811,1,812, + 1,812,1,812,1,812,1,812,1,812,1,812,1,812,1,812,1,813,1,813,1,813, + 3,813,11347,8,813,1,814,1,814,1,814,3,814,11352,8,814,1,814,1,814, + 1,815,1,815,1,816,1,816,1,816,1,816,1,816,1,816,1,816,1,816,1,816, + 3,816,11367,8,816,1,816,3,816,11370,8,816,1,816,1,816,1,817,1,817, + 3,817,11376,8,817,1,818,1,818,3,818,11380,8,818,1,818,1,818,1,818, + 1,818,1,818,1,818,1,818,3,818,11389,8,818,1,818,1,818,1,818,1,818, + 1,818,1,818,3,818,11397,8,818,1,818,1,818,1,818,1,818,1,818,1,818, + 1,818,3,818,11406,8,818,1,818,1,818,1,818,1,818,3,818,11412,8,818, + 1,819,1,819,1,820,1,820,1,820,4,820,11419,8,820,11,820,12,820,11420, + 3,820,11423,8,820,1,821,1,821,1,821,3,821,11428,8,821,1,822,1,822, + 1,822,1,822,1,823,1,823,1,823,5,823,11437,8,823,10,823,12,823,11440, + 9,823,1,824,1,824,1,824,1,824,1,824,1,825,1,825,1,825,3,825,11450, + 8,825,1,826,1,826,1,826,1,826,1,826,1,826,1,826,1,827,1,827,1,827, + 1,828,1,828,1,828,1,828,1,828,1,828,1,828,1,828,1,828,3,828,11471, + 8,828,1,828,1,828,1,829,1,829,1,829,3,829,11478,8,829,1,830,1,830, + 1,830,5,830,11483,8,830,10,830,12,830,11486,9,830,1,831,1,831,1, + 831,3,831,11491,8,831,1,831,3,831,11494,8,831,1,832,1,832,1,832, + 1,832,1,832,1,832,1,832,1,832,1,832,3,832,11505,8,832,1,832,1,832, + 1,832,1,832,1,832,3,832,11512,8,832,3,832,11514,8,832,1,832,1,832, + 1,833,1,833,1,833,1,833,1,833,3,833,11523,8,833,1,834,1,834,1,834, + 5,834,11528,8,834,10,834,12,834,11531,9,834,1,835,1,835,1,835,3, + 835,11536,8,835,1,836,1,836,1,836,1,836,3,836,11542,8,836,1,837, + 1,837,3,837,11546,8,837,1,838,1,838,3,838,11550,8,838,1,838,1,838, + 1,838,1,838,1,838,1,838,1,839,1,839,1,840,1,840,1,840,3,840,11563, + 8,840,1,841,1,841,1,841,1,841,1,841,1,841,1,841,1,841,1,841,1,841, + 1,841,1,841,1,841,3,841,11578,8,841,3,841,11580,8,841,1,842,1,842, + 3,842,11584,8,842,1,842,1,842,1,842,1,843,3,843,11590,8,843,1,843, + 1,843,1,843,3,843,11595,8,843,1,843,1,843,3,843,11599,8,843,1,843, + 3,843,11602,8,843,1,843,3,843,11605,8,843,1,843,1,843,1,843,1,843, + 1,843,4,843,11612,8,843,11,843,12,843,11613,1,844,3,844,11617,8, + 844,1,844,1,844,3,844,11621,8,844,1,844,1,844,3,844,11625,8,844, + 3,844,11627,8,844,1,844,3,844,11630,8,844,1,844,3,844,11633,8,844, + 1,845,1,845,1,846,1,846,1,846,1,846,3,846,11641,8,846,1,846,1,846, + 1,846,1,846,1,846,3,846,11648,8,846,1,846,1,846,1,846,1,846,1,846, + 3,846,11655,8,846,1,846,1,846,1,846,1,846,3,846,11661,8,846,3,846, + 11663,8,846,1,847,1,847,1,847,1,847,1,847,3,847,11670,8,847,1,847, + 1,847,1,847,3,847,11675,8,847,1,847,1,847,1,848,1,848,1,848,1,848, + 1,848,1,848,1,848,1,848,1,848,1,848,1,848,1,848,1,848,1,848,4,848, + 11693,8,848,11,848,12,848,11694,1,849,1,849,1,849,1,849,3,849,11701, + 8,849,1,850,1,850,1,850,1,850,5,850,11707,8,850,10,850,12,850,11710, + 9,850,1,850,1,850,1,851,1,851,3,851,11716,8,851,1,852,1,852,1,852, + 1,852,1,853,1,853,1,853,1,854,1,854,3,854,11727,8,854,1,854,1,854, + 1,855,1,855,3,855,11733,8,855,1,855,1,855,1,856,1,856,3,856,11739, + 8,856,1,856,1,856,1,857,1,857,1,857,1,857,1,857,1,857,1,857,1,857, + 1,857,3,857,11752,8,857,1,857,3,857,11755,8,857,1,858,1,858,3,858, + 11759,8,858,1,859,1,859,1,859,3,859,11764,8,859,1,860,4,860,11767, + 8,860,11,860,12,860,11768,1,861,1,861,1,861,1,861,1,861,1,862,1, + 862,1,862,5,862,11779,8,862,10,862,12,862,11782,9,862,1,863,1,863, + 1,863,3,863,11787,8,863,1,864,1,864,3,864,11791,8,864,1,865,1,865, + 3,865,11795,8,865,1,866,1,866,3,866,11799,8,866,1,867,1,867,1,867, + 1,868,1,868,3,868,11806,8,868,1,869,1,869,1,870,3,870,11811,8,870, + 1,870,3,870,11814,8,870,1,870,3,870,11817,8,870,1,870,3,870,11820, + 8,870,1,870,3,870,11823,8,870,1,870,3,870,11826,8,870,1,870,3,870, + 11829,8,870,1,871,1,871,1,872,1,872,1,873,1,873,1,874,1,874,1,875, + 1,875,3,875,11841,8,875,1,876,1,876,1,876,1,876,1,876,0,1,1256,877, + 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,932,934,936,938,940,942,944,946,948,950,952,954,956, + 958,960,962,964,966,968,970,972,974,976,978,980,982,984,986,988, + 990,992,994,996,998,1000,1002,1004,1006,1008,1010,1012,1014,1016, + 1018,1020,1022,1024,1026,1028,1030,1032,1034,1036,1038,1040,1042, + 1044,1046,1048,1050,1052,1054,1056,1058,1060,1062,1064,1066,1068, + 1070,1072,1074,1076,1078,1080,1082,1084,1086,1088,1090,1092,1094, + 1096,1098,1100,1102,1104,1106,1108,1110,1112,1114,1116,1118,1120, + 1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146, + 1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172, + 1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198, + 1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224, + 1226,1228,1230,1232,1234,1236,1238,1240,1242,1244,1246,1248,1250, + 1252,1254,1256,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276, + 1278,1280,1282,1284,1286,1288,1290,1292,1294,1296,1298,1300,1302, + 1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328, + 1330,1332,1334,1336,1338,1340,1342,1344,1346,1348,1350,1352,1354, + 1356,1358,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380, + 1382,1384,1386,1388,1390,1392,1394,1396,1398,1400,1402,1404,1406, + 1408,1410,1412,1414,1416,1418,1420,1422,1424,1426,1428,1430,1432, + 1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,1458, + 1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484, + 1486,1488,1490,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510, + 1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536, + 1538,1540,1542,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562, + 1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588, + 1590,1592,1594,1596,1598,1600,1602,1604,1606,1608,1610,1612,1614, + 1616,1618,1620,1622,1624,1626,1628,1630,1632,1634,1636,1638,1640, + 1642,1644,1646,1648,1650,1652,1654,1656,1658,1660,1662,1664,1666, + 1668,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1692, + 1694,1696,1698,1700,1702,1704,1706,1708,1710,1712,1714,1716,1718, + 1720,1722,1724,1726,1728,1730,1732,1734,1736,1738,1740,1742,1744, + 1746,1748,1750,1752,0,87,2,0,195,195,364,364,1,0,228,229,1,0,236, + 237,1,0,234,235,1,0,232,233,1,0,230,231,1,0,535,536,1,0,537,538, + 1,0,539,540,2,0,66,66,318,318,2,0,99,99,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,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,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,3,0,173,173,260,260,262, + 262,2,0,9,9,94,94,5,0,30,30,88,88,182,182,241,241,369,369,2,0,92, + 92,226,226,2,0,341,341,414,414,1,0,448,449,2,0,92,92,414,414,2,0, + 135,135,145,145,3,0,66,66,99,99,318,318,4,0,163,163,185,185,283, + 283,353,353,3,0,321,321,357,357,445,445,2,0,167,167,314,314,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,361,361, + 455,456,2,0,37,37,55,55,2,0,10,10,53,53,4,0,88,88,182,182,241,241, + 369,369,2,0,137,137,242,242,2,0,356,356,380,380,2,0,151,151,254, + 254,1,0,31,32,2,0,60,60,96,96,2,0,99,99,349,349,2,0,201,201,334, + 334,1,0,527,528,2,0,213,213,254,254,2,0,30,30,56,56,2,0,320,320, + 414,414,2,0,207,207,268,268,4,0,113,113,115,115,119,119,126,126, + 2,0,360,360,477,477,2,0,391,392,406,406,1,0,391,392,1,0,418,419, + 1,0,18,19,2,0,117,117,122,122,5,0,10,10,16,17,21,21,23,23,25,25, + 1,0,12,13,3,0,9,9,14,14,27,27,3,0,39,39,73,73,95,95,2,0,166,166, + 188,188,2,0,304,304,450,450,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,20,20,22,22,1,0, + 483,486,10,0,124,124,129,228,238,386,433,452,455,469,471,471,473, + 473,475,475,478,488,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,167,167, + 507,507,1,0,512,517,2,0,144,144,210,210,36,0,33,33,35,35,43,43,45, + 45,53,53,57,57,61,61,116,116,123,123,130,130,144,144,153,153,157, + 157,161,161,167,167,172,172,207,207,210,210,241,241,249,249,265, + 265,268,269,279,279,293,293,307,307,313,313,319,319,323,324,333, + 333,360,360,433,434,477,477,490,502,504,504,506,518,520,520,13169, + 0,1757,1,0,0,0,2,1762,1,0,0,0,4,1764,1,0,0,0,6,1885,1,0,0,0,8,1887, + 1,0,0,0,10,1891,1,0,0,0,12,1894,1,0,0,0,14,1902,1,0,0,0,16,1907, + 1,0,0,0,18,1913,1,0,0,0,20,1951,1,0,0,0,22,1963,1,0,0,0,24,1965, + 1,0,0,0,26,1973,1,0,0,0,28,1985,1,0,0,0,30,1987,1,0,0,0,32,1996, + 1,0,0,0,34,2024,1,0,0,0,36,2026,1,0,0,0,38,2074,1,0,0,0,40,2076, + 1,0,0,0,42,2084,1,0,0,0,44,2091,1,0,0,0,46,2093,1,0,0,0,48,2108, + 1,0,0,0,50,2115,1,0,0,0,52,2124,1,0,0,0,54,2126,1,0,0,0,56,2140, + 1,0,0,0,58,2144,1,0,0,0,60,2180,1,0,0,0,62,2182,1,0,0,0,64,2190, + 1,0,0,0,66,2200,1,0,0,0,68,2207,1,0,0,0,70,2213,1,0,0,0,72,2219, + 1,0,0,0,74,2237,1,0,0,0,76,2241,1,0,0,0,78,2245,1,0,0,0,80,2249, + 1,0,0,0,82,2251,1,0,0,0,84,2262,1,0,0,0,86,2266,1,0,0,0,88,2271, + 1,0,0,0,90,2276,1,0,0,0,92,2278,1,0,0,0,94,2290,1,0,0,0,96,2297, + 1,0,0,0,98,2299,1,0,0,0,100,2301,1,0,0,0,102,2303,1,0,0,0,104,2439, + 1,0,0,0,106,2441,1,0,0,0,108,2458,1,0,0,0,110,2460,1,0,0,0,112,2474, + 1,0,0,0,114,2476,1,0,0,0,116,2492,1,0,0,0,118,2494,1,0,0,0,120,2715, + 1,0,0,0,122,2722,1,0,0,0,124,2724,1,0,0,0,126,2726,1,0,0,0,128,2729, + 1,0,0,0,130,2738,1,0,0,0,132,2740,1,0,0,0,134,2744,1,0,0,0,136,2747, + 1,0,0,0,138,2755,1,0,0,0,140,2767,1,0,0,0,142,2784,1,0,0,0,144,2812, + 1,0,0,0,146,2814,1,0,0,0,148,2817,1,0,0,0,150,2825,1,0,0,0,152,2830, + 1,0,0,0,154,2867,1,0,0,0,156,2869,1,0,0,0,158,2911,1,0,0,0,160,2913, + 1,0,0,0,162,2915,1,0,0,0,164,2920,1,0,0,0,166,2927,1,0,0,0,168,2932, + 1,0,0,0,170,2974,1,0,0,0,172,2976,1,0,0,0,174,2979,1,0,0,0,176,2984, + 1,0,0,0,178,2986,1,0,0,0,180,2994,1,0,0,0,182,3005,1,0,0,0,184,3007, + 1,0,0,0,186,3015,1,0,0,0,188,3017,1,0,0,0,190,3092,1,0,0,0,192,3104, + 1,0,0,0,194,3117,1,0,0,0,196,3119,1,0,0,0,198,3121,1,0,0,0,200,3123, + 1,0,0,0,202,3127,1,0,0,0,204,3135,1,0,0,0,206,3146,1,0,0,0,208,3150, + 1,0,0,0,210,3152,1,0,0,0,212,3173,1,0,0,0,214,3176,1,0,0,0,216,3185, + 1,0,0,0,218,3195,1,0,0,0,220,3216,1,0,0,0,222,3276,1,0,0,0,224,3278, + 1,0,0,0,226,3287,1,0,0,0,228,3292,1,0,0,0,230,3294,1,0,0,0,232,3297, + 1,0,0,0,234,3305,1,0,0,0,236,3308,1,0,0,0,238,3315,1,0,0,0,240,3403, + 1,0,0,0,242,3405,1,0,0,0,244,3408,1,0,0,0,246,3412,1,0,0,0,248,3416, + 1,0,0,0,250,3424,1,0,0,0,252,3432,1,0,0,0,254,3437,1,0,0,0,256,3440, + 1,0,0,0,258,3448,1,0,0,0,260,3458,1,0,0,0,262,3471,1,0,0,0,264,3473, + 1,0,0,0,266,3477,1,0,0,0,268,3490,1,0,0,0,270,3492,1,0,0,0,272,3497, + 1,0,0,0,274,3499,1,0,0,0,276,3506,1,0,0,0,278,3537,1,0,0,0,280,3539, + 1,0,0,0,282,3548,1,0,0,0,284,3550,1,0,0,0,286,3559,1,0,0,0,288,3563, + 1,0,0,0,290,3571,1,0,0,0,292,3576,1,0,0,0,294,3580,1,0,0,0,296,3599, + 1,0,0,0,298,3609,1,0,0,0,300,3619,1,0,0,0,302,3635,1,0,0,0,304,3641, + 1,0,0,0,306,3656,1,0,0,0,308,3669,1,0,0,0,310,3671,1,0,0,0,312,3681, + 1,0,0,0,314,3693,1,0,0,0,316,3701,1,0,0,0,318,3703,1,0,0,0,320,3708, + 1,0,0,0,322,3746,1,0,0,0,324,3748,1,0,0,0,326,3756,1,0,0,0,328,3758, + 1,0,0,0,330,3766,1,0,0,0,332,3788,1,0,0,0,334,3790,1,0,0,0,336,3794, + 1,0,0,0,338,3801,1,0,0,0,340,3803,1,0,0,0,342,3805,1,0,0,0,344,3807, + 1,0,0,0,346,3818,1,0,0,0,348,3821,1,0,0,0,350,3835,1,0,0,0,352,3845, + 1,0,0,0,354,3847,1,0,0,0,356,3856,1,0,0,0,358,3859,1,0,0,0,360,3964, + 1,0,0,0,362,3966,1,0,0,0,364,3985,1,0,0,0,366,3988,1,0,0,0,368,3992, + 1,0,0,0,370,4011,1,0,0,0,372,4013,1,0,0,0,374,4018,1,0,0,0,376,4026, + 1,0,0,0,378,4031,1,0,0,0,380,4046,1,0,0,0,382,4048,1,0,0,0,384,4051, + 1,0,0,0,386,4053,1,0,0,0,388,4055,1,0,0,0,390,4074,1,0,0,0,392,4077, + 1,0,0,0,394,4082,1,0,0,0,396,4084,1,0,0,0,398,4133,1,0,0,0,400,4135, + 1,0,0,0,402,4153,1,0,0,0,404,4155,1,0,0,0,406,4160,1,0,0,0,408,4175, + 1,0,0,0,410,4177,1,0,0,0,412,4186,1,0,0,0,414,4206,1,0,0,0,416,4220, + 1,0,0,0,418,4254,1,0,0,0,420,4284,1,0,0,0,422,4286,1,0,0,0,424,4291, + 1,0,0,0,426,4297,1,0,0,0,428,4300,1,0,0,0,430,4303,1,0,0,0,432,4309, + 1,0,0,0,434,4312,1,0,0,0,436,4314,1,0,0,0,438,4323,1,0,0,0,440,4379, + 1,0,0,0,442,4385,1,0,0,0,444,4387,1,0,0,0,446,4393,1,0,0,0,448,4395, + 1,0,0,0,450,4410,1,0,0,0,452,4412,1,0,0,0,454,4416,1,0,0,0,456,4420, + 1,0,0,0,458,4427,1,0,0,0,460,4429,1,0,0,0,462,4431,1,0,0,0,464,4433, + 1,0,0,0,466,4439,1,0,0,0,468,4441,1,0,0,0,470,4443,1,0,0,0,472,4452, + 1,0,0,0,474,4456,1,0,0,0,476,4469,1,0,0,0,478,4471,1,0,0,0,480,4477, + 1,0,0,0,482,4491,1,0,0,0,484,4517,1,0,0,0,486,4519,1,0,0,0,488,4527, + 1,0,0,0,490,4533,1,0,0,0,492,4541,1,0,0,0,494,4552,1,0,0,0,496,4554, + 1,0,0,0,498,4666,1,0,0,0,500,4668,1,0,0,0,502,4672,1,0,0,0,504,4680, + 1,0,0,0,506,4691,1,0,0,0,508,4693,1,0,0,0,510,4697,1,0,0,0,512,4705, + 1,0,0,0,514,4709,1,0,0,0,516,4711,1,0,0,0,518,4741,1,0,0,0,520,4743, + 1,0,0,0,522,4747,1,0,0,0,524,4765,1,0,0,0,526,4804,1,0,0,0,528,4806, + 1,0,0,0,530,4808,1,0,0,0,532,4817,1,0,0,0,534,4819,1,0,0,0,536,4821, + 1,0,0,0,538,4846,1,0,0,0,540,4848,1,0,0,0,542,4868,1,0,0,0,544,4870, + 1,0,0,0,546,5256,1,0,0,0,548,5258,1,0,0,0,550,5290,1,0,0,0,552,5323, + 1,0,0,0,554,5325,1,0,0,0,556,5327,1,0,0,0,558,5335,1,0,0,0,560,5339, + 1,0,0,0,562,5343,1,0,0,0,564,5349,1,0,0,0,566,5353,1,0,0,0,568,5361, + 1,0,0,0,570,5381,1,0,0,0,572,5552,1,0,0,0,574,5556,1,0,0,0,576,5667, + 1,0,0,0,578,5669,1,0,0,0,580,5674,1,0,0,0,582,5680,1,0,0,0,584,5767, + 1,0,0,0,586,5769,1,0,0,0,588,5771,1,0,0,0,590,5773,1,0,0,0,592,5803, + 1,0,0,0,594,5821,1,0,0,0,596,5823,1,0,0,0,598,5831,1,0,0,0,600,5833, + 1,0,0,0,602,5857,1,0,0,0,604,5917,1,0,0,0,606,5919,1,0,0,0,608,5930, + 1,0,0,0,610,5932,1,0,0,0,612,5936,1,0,0,0,614,5969,1,0,0,0,616,5971, + 1,0,0,0,618,5975,1,0,0,0,620,5979,1,0,0,0,622,5988,1,0,0,0,624,6000, + 1,0,0,0,626,6032,1,0,0,0,628,6034,1,0,0,0,630,6036,1,0,0,0,632,6073, + 1,0,0,0,634,6075,1,0,0,0,636,6077,1,0,0,0,638,6079,1,0,0,0,640,6082, + 1,0,0,0,642,6113,1,0,0,0,644,6126,1,0,0,0,646,6128,1,0,0,0,648,6133, + 1,0,0,0,650,6141,1,0,0,0,652,6144,1,0,0,0,654,6146,1,0,0,0,656,6152, + 1,0,0,0,658,6154,1,0,0,0,660,6181,1,0,0,0,662,6192,1,0,0,0,664,6195, + 1,0,0,0,666,6201,1,0,0,0,668,6209,1,0,0,0,670,6225,1,0,0,0,672,6227, + 1,0,0,0,674,6243,1,0,0,0,676,6245,1,0,0,0,678,6261,1,0,0,0,680,6263, + 1,0,0,0,682,6269,1,0,0,0,684,6290,1,0,0,0,686,6299,1,0,0,0,688,6301, + 1,0,0,0,690,6303,1,0,0,0,692,6317,1,0,0,0,694,6319,1,0,0,0,696,6324, + 1,0,0,0,698,6326,1,0,0,0,700,6341,1,0,0,0,702,6349,1,0,0,0,704,6352, + 1,0,0,0,706,6361,1,0,0,0,708,6400,1,0,0,0,710,6427,1,0,0,0,712,6429, + 1,0,0,0,714,6441,1,0,0,0,716,6444,1,0,0,0,718,6447,1,0,0,0,720,6455, + 1,0,0,0,722,6467,1,0,0,0,724,6470,1,0,0,0,726,6474,1,0,0,0,728,6503, + 1,0,0,0,730,6505,1,0,0,0,732,6514,1,0,0,0,734,6545,1,0,0,0,736,6552, + 1,0,0,0,738,6557,1,0,0,0,740,6565,1,0,0,0,742,6568,1,0,0,0,744,6572, + 1,0,0,0,746,6579,1,0,0,0,748,6618,1,0,0,0,750,6624,1,0,0,0,752,6626, + 1,0,0,0,754,6629,1,0,0,0,756,6676,1,0,0,0,758,6694,1,0,0,0,760,6706, + 1,0,0,0,762,6723,1,0,0,0,764,6725,1,0,0,0,766,6733,1,0,0,0,768,6747, + 1,0,0,0,770,7140,1,0,0,0,772,7142,1,0,0,0,774,7214,1,0,0,0,776,7216, + 1,0,0,0,778,7403,1,0,0,0,780,7405,1,0,0,0,782,7413,1,0,0,0,784,7429, + 1,0,0,0,786,7436,1,0,0,0,788,7438,1,0,0,0,790,7631,1,0,0,0,792,7633, + 1,0,0,0,794,7642,1,0,0,0,796,7650,1,0,0,0,798,7690,1,0,0,0,800,7692, + 1,0,0,0,802,7702,1,0,0,0,804,7710,1,0,0,0,806,7790,1,0,0,0,808,7792, + 1,0,0,0,810,7818,1,0,0,0,812,7821,1,0,0,0,814,7837,1,0,0,0,816,7839, + 1,0,0,0,818,7841,1,0,0,0,820,7843,1,0,0,0,822,7845,1,0,0,0,824,7850, + 1,0,0,0,826,7853,1,0,0,0,828,7860,1,0,0,0,830,7927,1,0,0,0,832,7929, + 1,0,0,0,834,7941,1,0,0,0,836,7943,1,0,0,0,838,7953,1,0,0,0,840,7955, + 1,0,0,0,842,7961,1,0,0,0,844,7993,1,0,0,0,846,8000,1,0,0,0,848,8003, + 1,0,0,0,850,8012,1,0,0,0,852,8015,1,0,0,0,854,8019,1,0,0,0,856,8036, + 1,0,0,0,858,8038,1,0,0,0,860,8040,1,0,0,0,862,8056,1,0,0,0,864,8062, + 1,0,0,0,866,8070,1,0,0,0,868,8072,1,0,0,0,870,8078,1,0,0,0,872,8083, + 1,0,0,0,874,8092,1,0,0,0,876,8118,1,0,0,0,878,8120,1,0,0,0,880,8190, + 1,0,0,0,882,8192,1,0,0,0,884,8194,1,0,0,0,886,8225,1,0,0,0,888,8227, + 1,0,0,0,890,8238,1,0,0,0,892,8267,1,0,0,0,894,8283,1,0,0,0,896,8285, + 1,0,0,0,898,8293,1,0,0,0,900,8295,1,0,0,0,902,8301,1,0,0,0,904,8305, + 1,0,0,0,906,8307,1,0,0,0,908,8309,1,0,0,0,910,8320,1,0,0,0,912,8322, + 1,0,0,0,914,8326,1,0,0,0,916,8330,1,0,0,0,918,8335,1,0,0,0,920,8337, + 1,0,0,0,922,8339,1,0,0,0,924,8343,1,0,0,0,926,8347,1,0,0,0,928,8355, + 1,0,0,0,930,8375,1,0,0,0,932,8386,1,0,0,0,934,8388,1,0,0,0,936,8396, + 1,0,0,0,938,8402,1,0,0,0,940,8406,1,0,0,0,942,8408,1,0,0,0,944,8416, + 1,0,0,0,946,8424,1,0,0,0,948,8445,1,0,0,0,950,8447,1,0,0,0,952,8451, + 1,0,0,0,954,8460,1,0,0,0,956,8472,1,0,0,0,958,8481,1,0,0,0,960,8493, + 1,0,0,0,962,8495,1,0,0,0,964,8503,1,0,0,0,966,8506,1,0,0,0,968,8530, + 1,0,0,0,970,8532,1,0,0,0,972,8536,1,0,0,0,974,8550,1,0,0,0,976,8553, + 1,0,0,0,978,8564,1,0,0,0,980,8580,1,0,0,0,982,8582,1,0,0,0,984,8587, + 1,0,0,0,986,8590,1,0,0,0,988,8605,1,0,0,0,990,8631,1,0,0,0,992,8633, + 1,0,0,0,994,8636,1,0,0,0,996,8644,1,0,0,0,998,8652,1,0,0,0,1000, + 8661,1,0,0,0,1002,8669,1,0,0,0,1004,8673,1,0,0,0,1006,8683,1,0,0, + 0,1008,8714,1,0,0,0,1010,8718,1,0,0,0,1012,8765,1,0,0,0,1014,8780, + 1,0,0,0,1016,8782,1,0,0,0,1018,8786,1,0,0,0,1020,8792,1,0,0,0,1022, + 8800,1,0,0,0,1024,8817,1,0,0,0,1026,8825,1,0,0,0,1028,8842,1,0,0, + 0,1030,8844,1,0,0,0,1032,8846,1,0,0,0,1034,8855,1,0,0,0,1036,8873, + 1,0,0,0,1038,8875,1,0,0,0,1040,8877,1,0,0,0,1042,8879,1,0,0,0,1044, + 8887,1,0,0,0,1046,8889,1,0,0,0,1048,8891,1,0,0,0,1050,8895,1,0,0, + 0,1052,8903,1,0,0,0,1054,8924,1,0,0,0,1056,8926,1,0,0,0,1058,8928, + 1,0,0,0,1060,8934,1,0,0,0,1062,8951,1,0,0,0,1064,8960,1,0,0,0,1066, + 8962,1,0,0,0,1068,8969,1,0,0,0,1070,8973,1,0,0,0,1072,8975,1,0,0, + 0,1074,8977,1,0,0,0,1076,8979,1,0,0,0,1078,8986,1,0,0,0,1080,9003, + 1,0,0,0,1082,9005,1,0,0,0,1084,9008,1,0,0,0,1086,9013,1,0,0,0,1088, + 9018,1,0,0,0,1090,9024,1,0,0,0,1092,9031,1,0,0,0,1094,9033,1,0,0, + 0,1096,9036,1,0,0,0,1098,9040,1,0,0,0,1100,9047,1,0,0,0,1102,9059, + 1,0,0,0,1104,9062,1,0,0,0,1106,9076,1,0,0,0,1108,9079,1,0,0,0,1110, + 9148,1,0,0,0,1112,9172,1,0,0,0,1114,9181,1,0,0,0,1116,9195,1,0,0, + 0,1118,9197,1,0,0,0,1120,9208,1,0,0,0,1122,9231,1,0,0,0,1124,9234, + 1,0,0,0,1126,9279,1,0,0,0,1128,9281,1,0,0,0,1130,9289,1,0,0,0,1132, + 9297,1,0,0,0,1134,9304,1,0,0,0,1136,9312,1,0,0,0,1138,9329,1,0,0, + 0,1140,9331,1,0,0,0,1142,9335,1,0,0,0,1144,9343,1,0,0,0,1146,9348, + 1,0,0,0,1148,9351,1,0,0,0,1150,9354,1,0,0,0,1152,9361,1,0,0,0,1154, + 9363,1,0,0,0,1156,9371,1,0,0,0,1158,9376,1,0,0,0,1160,9397,1,0,0, + 0,1162,9405,1,0,0,0,1164,9415,1,0,0,0,1166,9427,1,0,0,0,1168,9429, + 1,0,0,0,1170,9443,1,0,0,0,1172,9463,1,0,0,0,1174,9472,1,0,0,0,1176, + 9490,1,0,0,0,1178,9496,1,0,0,0,1180,9498,1,0,0,0,1182,9505,1,0,0, + 0,1184,9533,1,0,0,0,1186,9535,1,0,0,0,1188,9541,1,0,0,0,1190,9545, + 1,0,0,0,1192,9547,1,0,0,0,1194,9555,1,0,0,0,1196,9559,1,0,0,0,1198, + 9566,1,0,0,0,1200,9583,1,0,0,0,1202,9585,1,0,0,0,1204,9587,1,0,0, + 0,1206,9597,1,0,0,0,1208,9605,1,0,0,0,1210,9632,1,0,0,0,1212,9634, + 1,0,0,0,1214,9641,1,0,0,0,1216,9644,1,0,0,0,1218,9646,1,0,0,0,1220, + 9650,1,0,0,0,1222,9658,1,0,0,0,1224,9666,1,0,0,0,1226,9674,1,0,0, + 0,1228,9683,1,0,0,0,1230,9687,1,0,0,0,1232,9691,1,0,0,0,1234,9717, + 1,0,0,0,1236,9731,1,0,0,0,1238,9751,1,0,0,0,1240,9761,1,0,0,0,1242, + 9765,1,0,0,0,1244,9773,1,0,0,0,1246,9781,1,0,0,0,1248,9787,1,0,0, + 0,1250,9791,1,0,0,0,1252,9798,1,0,0,0,1254,9803,1,0,0,0,1256,9818, + 1,0,0,0,1258,9898,1,0,0,0,1260,9900,1,0,0,0,1262,9902,1,0,0,0,1264, + 9941,1,0,0,0,1266,9945,1,0,0,0,1268,10131,1,0,0,0,1270,10138,1,0, + 0,0,1272,10150,1,0,0,0,1274,10152,1,0,0,0,1276,10157,1,0,0,0,1278, + 10165,1,0,0,0,1280,10170,1,0,0,0,1282,10176,1,0,0,0,1284,10193,1, + 0,0,0,1286,10195,1,0,0,0,1288,10198,1,0,0,0,1290,10204,1,0,0,0,1292, + 10210,1,0,0,0,1294,10213,1,0,0,0,1296,10221,1,0,0,0,1298,10225,1, + 0,0,0,1300,10230,1,0,0,0,1302,10245,1,0,0,0,1304,10247,1,0,0,0,1306, + 10266,1,0,0,0,1308,10274,1,0,0,0,1310,10283,1,0,0,0,1312,10285,1, + 0,0,0,1314,10306,1,0,0,0,1316,10308,1,0,0,0,1318,10315,1,0,0,0,1320, + 10321,1,0,0,0,1322,10325,1,0,0,0,1324,10327,1,0,0,0,1326,10335,1, + 0,0,0,1328,10343,1,0,0,0,1330,10357,1,0,0,0,1332,10359,1,0,0,0,1334, + 10367,1,0,0,0,1336,10375,1,0,0,0,1338,10388,1,0,0,0,1340,10392,1, + 0,0,0,1342,10394,1,0,0,0,1344,10407,1,0,0,0,1346,10409,1,0,0,0,1348, + 10417,1,0,0,0,1350,10424,1,0,0,0,1352,10432,1,0,0,0,1354,10444,1, + 0,0,0,1356,10446,1,0,0,0,1358,10448,1,0,0,0,1360,10457,1,0,0,0,1362, + 10488,1,0,0,0,1364,10497,1,0,0,0,1366,10504,1,0,0,0,1368,10506,1, + 0,0,0,1370,10517,1,0,0,0,1372,10521,1,0,0,0,1374,10526,1,0,0,0,1376, + 10529,1,0,0,0,1378,10531,1,0,0,0,1380,10552,1,0,0,0,1382,10554,1, + 0,0,0,1384,10557,1,0,0,0,1386,10564,1,0,0,0,1388,10567,1,0,0,0,1390, + 10569,1,0,0,0,1392,10585,1,0,0,0,1394,10587,1,0,0,0,1396,10595,1, + 0,0,0,1398,10603,1,0,0,0,1400,10611,1,0,0,0,1402,10619,1,0,0,0,1404, + 10627,1,0,0,0,1406,10631,1,0,0,0,1408,10635,1,0,0,0,1410,10639,1, + 0,0,0,1412,10643,1,0,0,0,1414,10647,1,0,0,0,1416,10651,1,0,0,0,1418, + 10655,1,0,0,0,1420,10663,1,0,0,0,1422,10671,1,0,0,0,1424,10675,1, + 0,0,0,1426,10679,1,0,0,0,1428,10683,1,0,0,0,1430,10685,1,0,0,0,1432, + 10691,1,0,0,0,1434,10697,1,0,0,0,1436,10707,1,0,0,0,1438,10709,1, + 0,0,0,1440,10711,1,0,0,0,1442,10713,1,0,0,0,1444,10715,1,0,0,0,1446, + 10721,1,0,0,0,1448,10727,1,0,0,0,1450,10733,1,0,0,0,1452,10770,1, + 0,0,0,1454,10772,1,0,0,0,1456,10774,1,0,0,0,1458,10776,1,0,0,0,1460, + 10778,1,0,0,0,1462,10780,1,0,0,0,1464,10795,1,0,0,0,1466,10797,1, + 0,0,0,1468,10805,1,0,0,0,1470,10807,1,0,0,0,1472,10809,1,0,0,0,1474, + 10816,1,0,0,0,1476,10818,1,0,0,0,1478,10830,1,0,0,0,1480,10832,1, + 0,0,0,1482,10846,1,0,0,0,1484,10850,1,0,0,0,1486,10859,1,0,0,0,1488, + 10865,1,0,0,0,1490,10869,1,0,0,0,1492,10875,1,0,0,0,1494,10883,1, + 0,0,0,1496,10895,1,0,0,0,1498,10897,1,0,0,0,1500,10899,1,0,0,0,1502, + 10952,1,0,0,0,1504,10954,1,0,0,0,1506,10956,1,0,0,0,1508,10958,1, + 0,0,0,1510,10965,1,0,0,0,1512,10988,1,0,0,0,1514,10990,1,0,0,0,1516, + 10996,1,0,0,0,1518,11000,1,0,0,0,1520,11002,1,0,0,0,1522,11009,1, + 0,0,0,1524,11016,1,0,0,0,1526,11019,1,0,0,0,1528,11023,1,0,0,0,1530, + 11030,1,0,0,0,1532,11032,1,0,0,0,1534,11056,1,0,0,0,1536,11058,1, + 0,0,0,1538,11065,1,0,0,0,1540,11067,1,0,0,0,1542,11075,1,0,0,0,1544, + 11078,1,0,0,0,1546,11082,1,0,0,0,1548,11084,1,0,0,0,1550,11088,1, + 0,0,0,1552,11090,1,0,0,0,1554,11095,1,0,0,0,1556,11100,1,0,0,0,1558, + 11106,1,0,0,0,1560,11110,1,0,0,0,1562,11112,1,0,0,0,1564,11117,1, + 0,0,0,1566,11147,1,0,0,0,1568,11149,1,0,0,0,1570,11169,1,0,0,0,1572, + 11173,1,0,0,0,1574,11175,1,0,0,0,1576,11180,1,0,0,0,1578,11189,1, + 0,0,0,1580,11191,1,0,0,0,1582,11199,1,0,0,0,1584,11203,1,0,0,0,1586, + 11205,1,0,0,0,1588,11209,1,0,0,0,1590,11220,1,0,0,0,1592,11237,1, + 0,0,0,1594,11243,1,0,0,0,1596,11245,1,0,0,0,1598,11255,1,0,0,0,1600, + 11258,1,0,0,0,1602,11262,1,0,0,0,1604,11270,1,0,0,0,1606,11272,1, + 0,0,0,1608,11275,1,0,0,0,1610,11280,1,0,0,0,1612,11285,1,0,0,0,1614, + 11307,1,0,0,0,1616,11321,1,0,0,0,1618,11325,1,0,0,0,1620,11330,1, + 0,0,0,1622,11332,1,0,0,0,1624,11334,1,0,0,0,1626,11346,1,0,0,0,1628, + 11348,1,0,0,0,1630,11355,1,0,0,0,1632,11357,1,0,0,0,1634,11375,1, + 0,0,0,1636,11411,1,0,0,0,1638,11413,1,0,0,0,1640,11422,1,0,0,0,1642, + 11427,1,0,0,0,1644,11429,1,0,0,0,1646,11433,1,0,0,0,1648,11441,1, + 0,0,0,1650,11449,1,0,0,0,1652,11451,1,0,0,0,1654,11458,1,0,0,0,1656, + 11461,1,0,0,0,1658,11477,1,0,0,0,1660,11479,1,0,0,0,1662,11493,1, + 0,0,0,1664,11495,1,0,0,0,1666,11522,1,0,0,0,1668,11524,1,0,0,0,1670, + 11535,1,0,0,0,1672,11541,1,0,0,0,1674,11545,1,0,0,0,1676,11547,1, + 0,0,0,1678,11557,1,0,0,0,1680,11562,1,0,0,0,1682,11579,1,0,0,0,1684, + 11581,1,0,0,0,1686,11589,1,0,0,0,1688,11626,1,0,0,0,1690,11634,1, + 0,0,0,1692,11662,1,0,0,0,1694,11664,1,0,0,0,1696,11678,1,0,0,0,1698, + 11700,1,0,0,0,1700,11702,1,0,0,0,1702,11715,1,0,0,0,1704,11717,1, + 0,0,0,1706,11721,1,0,0,0,1708,11724,1,0,0,0,1710,11730,1,0,0,0,1712, + 11736,1,0,0,0,1714,11754,1,0,0,0,1716,11758,1,0,0,0,1718,11763,1, + 0,0,0,1720,11766,1,0,0,0,1722,11770,1,0,0,0,1724,11775,1,0,0,0,1726, + 11786,1,0,0,0,1728,11790,1,0,0,0,1730,11794,1,0,0,0,1732,11798,1, + 0,0,0,1734,11800,1,0,0,0,1736,11805,1,0,0,0,1738,11807,1,0,0,0,1740, + 11810,1,0,0,0,1742,11830,1,0,0,0,1744,11832,1,0,0,0,1746,11834,1, + 0,0,0,1748,11836,1,0,0,0,1750,11838,1,0,0,0,1752,11842,1,0,0,0,1754, + 1756,3,4,2,0,1755,1754,1,0,0,0,1756,1759,1,0,0,0,1757,1755,1,0,0, + 0,1757,1758,1,0,0,0,1758,1760,1,0,0,0,1759,1757,1,0,0,0,1760,1761, + 5,0,0,1,1761,1,1,0,0,0,1762,1763,3,1508,754,0,1763,3,1,0,0,0,1764, + 1766,3,6,3,0,1765,1767,5,7,0,0,1766,1765,1,0,0,0,1766,1767,1,0,0, + 0,1767,5,1,0,0,0,1768,1886,3,492,246,0,1769,1886,3,868,434,0,1770, + 1886,3,860,430,0,1771,1886,3,862,431,0,1772,1886,3,620,310,0,1773, + 1886,3,874,437,0,1774,1886,3,518,259,0,1775,1886,3,354,177,0,1776, + 1886,3,360,180,0,1777,1886,3,370,185,0,1778,1886,3,396,198,0,1779, + 1886,3,720,360,0,1780,1886,3,42,21,0,1781,1886,3,774,387,0,1782, + 1886,3,778,389,0,1783,1886,3,790,395,0,1784,1886,3,780,390,0,1785, + 1886,3,788,394,0,1786,1886,3,414,207,0,1787,1886,3,416,208,0,1788, + 1886,3,314,157,0,1789,1886,3,870,435,0,1790,1886,3,104,52,0,1791, + 1886,3,768,384,0,1792,1886,3,150,75,0,1793,1886,3,798,399,0,1794, + 1886,3,30,15,0,1795,1886,3,32,16,0,1796,1886,3,26,13,0,1797,1886, + 3,806,403,0,1798,1886,3,296,148,0,1799,1886,3,880,440,0,1800,1886, + 3,878,439,0,1801,1886,3,410,205,0,1802,1886,3,894,447,0,1803,1886, + 3,10,5,0,1804,1886,3,100,50,0,1805,1886,3,156,78,0,1806,1886,3,886, + 443,0,1807,1886,3,572,286,0,1808,1886,3,94,47,0,1809,1886,3,158, + 79,0,1810,1886,3,436,218,0,1811,1886,3,298,149,0,1812,1886,3,496, + 248,0,1813,1886,3,748,374,0,1814,1886,3,884,442,0,1815,1886,3,872, + 436,0,1816,1886,3,348,174,0,1817,1886,3,362,181,0,1818,1886,3,388, + 194,0,1819,1886,3,398,199,0,1820,1886,3,658,329,0,1821,1886,3,40, + 20,0,1822,1886,3,304,152,0,1823,1886,3,522,261,0,1824,1886,3,536, + 268,0,1825,1886,3,792,396,0,1826,1886,3,538,269,0,1827,1886,3,412, + 206,0,1828,1886,3,330,165,0,1829,1886,3,46,23,0,1830,1886,3,312, + 156,0,1831,1886,3,188,94,0,1832,1886,3,800,400,0,1833,1886,3,294, + 147,0,1834,1886,3,344,172,0,1835,1886,3,754,377,0,1836,1886,3,440, + 220,0,1837,1886,3,484,242,0,1838,1886,3,12,6,0,1839,1886,3,24,12, + 0,1840,1886,3,406,203,0,1841,1886,3,848,424,0,1842,1886,3,952,476, + 0,1843,1886,3,996,498,0,1844,1886,3,498,249,0,1845,1886,3,972,486, + 0,1846,1886,3,102,51,0,1847,1886,3,742,371,0,1848,1886,3,546,273, + 0,1849,1886,3,948,474,0,1850,1886,3,930,465,0,1851,1886,3,582,291, + 0,1852,1886,3,590,295,0,1853,1886,3,612,306,0,1854,1886,3,1686,843, + 0,1855,1886,3,400,200,0,1856,1886,3,630,315,0,1857,1886,3,954,477, + 0,1858,1886,3,826,413,0,1859,1886,3,310,155,0,1860,1886,3,846,423, + 0,1861,1886,3,976,488,0,1862,1886,3,822,411,0,1863,1886,3,942,471, + 0,1864,1886,3,544,272,0,1865,1886,3,758,379,0,1866,1886,3,730,365, + 0,1867,1886,3,728,364,0,1868,1886,3,732,366,0,1869,1886,3,770,385, + 0,1870,1886,3,592,296,0,1871,1886,3,614,307,0,1872,1886,3,808,404, + 0,1873,1886,3,576,288,0,1874,1886,3,1004,502,0,1875,1886,3,830,415, + 0,1876,1886,3,568,284,0,1877,1886,3,828,414,0,1878,1886,3,986,493, + 0,1879,1886,3,892,446,0,1880,1886,3,82,41,0,1881,1886,3,54,27,0, + 1882,1886,3,92,46,0,1883,1886,3,842,421,0,1884,1886,3,8,4,0,1885, + 1768,1,0,0,0,1885,1769,1,0,0,0,1885,1770,1,0,0,0,1885,1771,1,0,0, + 0,1885,1772,1,0,0,0,1885,1773,1,0,0,0,1885,1774,1,0,0,0,1885,1775, + 1,0,0,0,1885,1776,1,0,0,0,1885,1777,1,0,0,0,1885,1778,1,0,0,0,1885, + 1779,1,0,0,0,1885,1780,1,0,0,0,1885,1781,1,0,0,0,1885,1782,1,0,0, + 0,1885,1783,1,0,0,0,1885,1784,1,0,0,0,1885,1785,1,0,0,0,1885,1786, + 1,0,0,0,1885,1787,1,0,0,0,1885,1788,1,0,0,0,1885,1789,1,0,0,0,1885, + 1790,1,0,0,0,1885,1791,1,0,0,0,1885,1792,1,0,0,0,1885,1793,1,0,0, + 0,1885,1794,1,0,0,0,1885,1795,1,0,0,0,1885,1796,1,0,0,0,1885,1797, + 1,0,0,0,1885,1798,1,0,0,0,1885,1799,1,0,0,0,1885,1800,1,0,0,0,1885, + 1801,1,0,0,0,1885,1802,1,0,0,0,1885,1803,1,0,0,0,1885,1804,1,0,0, + 0,1885,1805,1,0,0,0,1885,1806,1,0,0,0,1885,1807,1,0,0,0,1885,1808, + 1,0,0,0,1885,1809,1,0,0,0,1885,1810,1,0,0,0,1885,1811,1,0,0,0,1885, + 1812,1,0,0,0,1885,1813,1,0,0,0,1885,1814,1,0,0,0,1885,1815,1,0,0, + 0,1885,1816,1,0,0,0,1885,1817,1,0,0,0,1885,1818,1,0,0,0,1885,1819, + 1,0,0,0,1885,1820,1,0,0,0,1885,1821,1,0,0,0,1885,1822,1,0,0,0,1885, + 1823,1,0,0,0,1885,1824,1,0,0,0,1885,1825,1,0,0,0,1885,1826,1,0,0, + 0,1885,1827,1,0,0,0,1885,1828,1,0,0,0,1885,1829,1,0,0,0,1885,1830, + 1,0,0,0,1885,1831,1,0,0,0,1885,1832,1,0,0,0,1885,1833,1,0,0,0,1885, + 1834,1,0,0,0,1885,1835,1,0,0,0,1885,1836,1,0,0,0,1885,1837,1,0,0, + 0,1885,1838,1,0,0,0,1885,1839,1,0,0,0,1885,1840,1,0,0,0,1885,1841, + 1,0,0,0,1885,1842,1,0,0,0,1885,1843,1,0,0,0,1885,1844,1,0,0,0,1885, + 1845,1,0,0,0,1885,1846,1,0,0,0,1885,1847,1,0,0,0,1885,1848,1,0,0, + 0,1885,1849,1,0,0,0,1885,1850,1,0,0,0,1885,1851,1,0,0,0,1885,1852, + 1,0,0,0,1885,1853,1,0,0,0,1885,1854,1,0,0,0,1885,1855,1,0,0,0,1885, + 1856,1,0,0,0,1885,1857,1,0,0,0,1885,1858,1,0,0,0,1885,1859,1,0,0, + 0,1885,1860,1,0,0,0,1885,1861,1,0,0,0,1885,1862,1,0,0,0,1885,1863, + 1,0,0,0,1885,1864,1,0,0,0,1885,1865,1,0,0,0,1885,1866,1,0,0,0,1885, + 1867,1,0,0,0,1885,1868,1,0,0,0,1885,1869,1,0,0,0,1885,1870,1,0,0, + 0,1885,1871,1,0,0,0,1885,1872,1,0,0,0,1885,1873,1,0,0,0,1885,1874, + 1,0,0,0,1885,1875,1,0,0,0,1885,1876,1,0,0,0,1885,1877,1,0,0,0,1885, + 1878,1,0,0,0,1885,1879,1,0,0,0,1885,1880,1,0,0,0,1885,1881,1,0,0, + 0,1885,1882,1,0,0,0,1885,1883,1,0,0,0,1885,1884,1,0,0,0,1886,7,1, + 0,0,0,1887,1889,5,583,0,0,1888,1890,5,584,0,0,1889,1888,1,0,0,0, + 1889,1890,1,0,0,0,1890,9,1,0,0,0,1891,1892,5,433,0,0,1892,1893,3, + 1262,631,0,1893,11,1,0,0,0,1894,1895,5,46,0,0,1895,1896,5,318,0, + 0,1896,1898,3,1472,736,0,1897,1899,3,14,7,0,1898,1897,1,0,0,0,1898, + 1899,1,0,0,0,1899,1900,1,0,0,0,1900,1901,3,16,8,0,1901,13,1,0,0, + 0,1902,1903,5,105,0,0,1903,15,1,0,0,0,1904,1906,3,22,11,0,1905,1904, + 1,0,0,0,1906,1909,1,0,0,0,1907,1905,1,0,0,0,1907,1908,1,0,0,0,1908, + 17,1,0,0,0,1909,1907,1,0,0,0,1910,1912,3,20,10,0,1911,1910,1,0,0, + 0,1912,1915,1,0,0,0,1913,1911,1,0,0,0,1913,1914,1,0,0,0,1914,19, + 1,0,0,0,1915,1913,1,0,0,0,1916,1919,5,287,0,0,1917,1920,3,1462,731, + 0,1918,1920,5,78,0,0,1919,1917,1,0,0,0,1919,1918,1,0,0,0,1920,1952, + 1,0,0,0,1921,1922,7,0,0,0,1922,1923,5,287,0,0,1923,1952,3,1462,731, + 0,1924,1952,7,1,0,0,1925,1952,7,2,0,0,1926,1952,7,3,0,0,1927,1952, + 7,4,0,0,1928,1952,7,5,0,0,1929,1952,7,6,0,0,1930,1952,7,7,0,0,1931, + 1952,7,8,0,0,1932,1933,5,164,0,0,1933,1934,5,74,0,0,1934,1952,3, + 1468,734,0,1935,1936,5,371,0,0,1936,1937,5,368,0,0,1937,1952,3,1462, + 731,0,1938,1939,5,68,0,0,1939,1940,5,318,0,0,1940,1952,3,1420,710, + 0,1941,1942,5,68,0,0,1942,1943,5,66,0,0,1943,1952,3,1420,710,0,1944, + 1945,5,318,0,0,1945,1952,3,1476,738,0,1946,1947,5,134,0,0,1947,1952, + 3,1420,710,0,1948,1949,5,99,0,0,1949,1952,3,1476,738,0,1950,1952, + 3,1496,748,0,1951,1916,1,0,0,0,1951,1921,1,0,0,0,1951,1924,1,0,0, + 0,1951,1925,1,0,0,0,1951,1926,1,0,0,0,1951,1927,1,0,0,0,1951,1928, + 1,0,0,0,1951,1929,1,0,0,0,1951,1930,1,0,0,0,1951,1931,1,0,0,0,1951, + 1932,1,0,0,0,1951,1935,1,0,0,0,1951,1938,1,0,0,0,1951,1941,1,0,0, + 0,1951,1944,1,0,0,0,1951,1946,1,0,0,0,1951,1948,1,0,0,0,1951,1950, + 1,0,0,0,1952,21,1,0,0,0,1953,1964,3,20,10,0,1954,1955,5,348,0,0, + 1955,1964,3,1460,730,0,1956,1957,5,134,0,0,1957,1964,3,1476,738, + 0,1958,1959,5,318,0,0,1959,1964,3,1476,738,0,1960,1961,5,68,0,0, + 1961,1962,7,9,0,0,1962,1964,3,1476,738,0,1963,1953,1,0,0,0,1963, + 1954,1,0,0,0,1963,1956,1,0,0,0,1963,1958,1,0,0,0,1963,1960,1,0,0, + 0,1964,23,1,0,0,0,1965,1966,5,46,0,0,1966,1967,5,99,0,0,1967,1969, + 3,1472,736,0,1968,1970,3,14,7,0,1969,1968,1,0,0,0,1969,1970,1,0, + 0,0,1970,1971,1,0,0,0,1971,1972,3,16,8,0,1972,25,1,0,0,0,1973,1974, + 5,138,0,0,1974,1975,7,10,0,0,1975,1977,3,1474,737,0,1976,1978,3, + 14,7,0,1977,1976,1,0,0,0,1977,1978,1,0,0,0,1978,1979,1,0,0,0,1979, + 1980,3,18,9,0,1980,27,1,0,0,0,1981,1986,1,0,0,0,1982,1983,5,68,0, + 0,1983,1984,5,175,0,0,1984,1986,3,1424,712,0,1985,1981,1,0,0,0,1985, + 1982,1,0,0,0,1986,29,1,0,0,0,1987,1988,5,138,0,0,1988,1991,7,10, + 0,0,1989,1992,5,30,0,0,1990,1992,3,1474,737,0,1991,1989,1,0,0,0, + 1991,1990,1,0,0,0,1992,1993,1,0,0,0,1993,1994,3,28,14,0,1994,1995, + 3,88,44,0,1995,31,1,0,0,0,1996,1997,5,138,0,0,1997,1998,5,442,0, + 0,1998,2000,3,1430,715,0,1999,2001,3,664,332,0,2000,1999,1,0,0,0, + 2000,2001,1,0,0,0,2001,2002,1,0,0,0,2002,2003,3,34,17,0,2003,33, + 1,0,0,0,2004,2006,3,36,18,0,2005,2007,5,315,0,0,2006,2005,1,0,0, + 0,2006,2007,1,0,0,0,2007,2025,1,0,0,0,2008,2009,5,309,0,0,2009,2010, + 5,94,0,0,2010,2025,3,1428,714,0,2011,2012,5,282,0,0,2012,2013,5, + 94,0,0,2013,2025,3,1474,737,0,2014,2015,5,333,0,0,2015,2016,5,323, + 0,0,2016,2025,3,48,24,0,2017,2019,5,269,0,0,2018,2017,1,0,0,0,2018, + 2019,1,0,0,0,2019,2020,1,0,0,0,2020,2021,5,462,0,0,2021,2022,5,80, + 0,0,2022,2023,5,204,0,0,2023,2025,3,1440,720,0,2024,2004,1,0,0,0, + 2024,2008,1,0,0,0,2024,2011,1,0,0,0,2024,2014,1,0,0,0,2024,2018, + 1,0,0,0,2025,35,1,0,0,0,2026,2030,3,38,19,0,2027,2029,3,38,19,0, + 2028,2027,1,0,0,0,2029,2032,1,0,0,0,2030,2028,1,0,0,0,2030,2031, + 1,0,0,0,2031,37,1,0,0,0,2032,2030,1,0,0,0,2033,2075,5,222,0,0,2034, + 2075,5,338,0,0,2035,2075,5,377,0,0,2036,2038,5,77,0,0,2037,2036, + 1,0,0,0,2037,2038,1,0,0,0,2038,2039,1,0,0,0,2039,2075,5,250,0,0, + 2040,2042,5,205,0,0,2041,2040,1,0,0,0,2041,2042,1,0,0,0,2042,2043, + 1,0,0,0,2043,2044,5,327,0,0,2044,2051,5,243,0,0,2045,2047,5,205, + 0,0,2046,2045,1,0,0,0,2046,2047,1,0,0,0,2047,2048,1,0,0,0,2048,2049, + 5,327,0,0,2049,2051,5,181,0,0,2050,2041,1,0,0,0,2050,2046,1,0,0, + 0,2051,2075,1,0,0,0,2052,2053,5,460,0,0,2053,2075,7,11,0,0,2054, + 2055,5,170,0,0,2055,2075,3,1442,721,0,2056,2057,5,320,0,0,2057,2075, + 3,1440,720,0,2058,2059,5,333,0,0,2059,2060,3,1440,720,0,2060,2063, + 7,12,0,0,2061,2064,3,1440,720,0,2062,2064,5,53,0,0,2063,2061,1,0, + 0,0,2063,2062,1,0,0,0,2064,2075,1,0,0,0,2065,2066,5,333,0,0,2066, + 2067,3,1440,720,0,2067,2068,5,64,0,0,2068,2069,5,434,0,0,2069,2075, + 1,0,0,0,2070,2071,5,313,0,0,2071,2075,3,1440,720,0,2072,2073,5,313, + 0,0,2073,2075,5,30,0,0,2074,2033,1,0,0,0,2074,2034,1,0,0,0,2074, + 2035,1,0,0,0,2074,2037,1,0,0,0,2074,2050,1,0,0,0,2074,2052,1,0,0, + 0,2074,2054,1,0,0,0,2074,2056,1,0,0,0,2074,2058,1,0,0,0,2074,2065, + 1,0,0,0,2074,2070,1,0,0,0,2074,2072,1,0,0,0,2075,39,1,0,0,0,2076, + 2077,5,46,0,0,2077,2078,5,66,0,0,2078,2080,3,1470,735,0,2079,2081, + 3,14,7,0,2080,2079,1,0,0,0,2080,2081,1,0,0,0,2081,2082,1,0,0,0,2082, + 2083,3,16,8,0,2083,41,1,0,0,0,2084,2085,5,138,0,0,2085,2086,5,66, + 0,0,2086,2087,3,1474,737,0,2087,2088,3,44,22,0,2088,2089,5,99,0, + 0,2089,2090,3,1476,738,0,2090,43,1,0,0,0,2091,2092,7,13,0,0,2092, + 45,1,0,0,0,2093,2094,5,46,0,0,2094,2096,5,323,0,0,2095,2097,3,520, + 260,0,2096,2095,1,0,0,0,2096,2097,1,0,0,0,2097,2104,1,0,0,0,2098, + 2100,3,48,24,0,2099,2098,1,0,0,0,2099,2100,1,0,0,0,2100,2101,1,0, + 0,0,2101,2102,5,106,0,0,2102,2105,3,1474,737,0,2103,2105,3,48,24, + 0,2104,2099,1,0,0,0,2104,2103,1,0,0,0,2105,2106,1,0,0,0,2106,2107, + 3,50,25,0,2107,47,1,0,0,0,2108,2110,3,1478,739,0,2109,2111,3,564, + 282,0,2110,2109,1,0,0,0,2110,2111,1,0,0,0,2111,49,1,0,0,0,2112,2114, + 3,52,26,0,2113,2112,1,0,0,0,2114,2117,1,0,0,0,2115,2113,1,0,0,0, + 2115,2116,1,0,0,0,2116,51,1,0,0,0,2117,2115,1,0,0,0,2118,2125,3, + 188,94,0,2119,2125,3,630,315,0,2120,2125,3,312,156,0,2121,2125,3, + 440,220,0,2122,2125,3,590,295,0,2123,2125,3,842,421,0,2124,2118, + 1,0,0,0,2124,2119,1,0,0,0,2124,2120,1,0,0,0,2124,2121,1,0,0,0,2124, + 2122,1,0,0,0,2124,2123,1,0,0,0,2125,53,1,0,0,0,2126,2128,5,333,0, + 0,2127,2129,7,14,0,0,2128,2127,1,0,0,0,2128,2129,1,0,0,0,2129,2130, + 1,0,0,0,2130,2131,3,56,28,0,2131,55,1,0,0,0,2132,2133,5,356,0,0, + 2133,2141,3,836,418,0,2134,2135,5,332,0,0,2135,2136,5,154,0,0,2136, + 2137,5,36,0,0,2137,2138,5,356,0,0,2138,2141,3,836,418,0,2139,2141, + 3,60,30,0,2140,2132,1,0,0,0,2140,2134,1,0,0,0,2140,2139,1,0,0,0, + 2141,57,1,0,0,0,2142,2145,5,30,0,0,2143,2145,3,62,31,0,2144,2142, + 1,0,0,0,2144,2143,1,0,0,0,2145,2147,1,0,0,0,2146,2148,7,12,0,0,2147, + 2146,1,0,0,0,2147,2148,1,0,0,0,2148,2151,1,0,0,0,2149,2152,5,53, + 0,0,2150,2152,3,64,32,0,2151,2149,1,0,0,0,2151,2150,1,0,0,0,2151, + 2152,1,0,0,0,2152,59,1,0,0,0,2153,2154,5,418,0,0,2154,2155,5,386, + 0,0,2155,2181,3,74,37,0,2156,2157,5,152,0,0,2157,2181,3,1462,731, + 0,2158,2159,5,323,0,0,2159,2181,3,1426,713,0,2160,2162,5,267,0,0, + 2161,2163,3,76,38,0,2162,2161,1,0,0,0,2162,2163,1,0,0,0,2163,2181, + 1,0,0,0,2164,2165,5,318,0,0,2165,2181,3,80,40,0,2166,2167,5,332, + 0,0,2167,2168,5,106,0,0,2168,2181,3,80,40,0,2169,2170,5,383,0,0, + 2170,2171,5,279,0,0,2171,2181,3,1280,640,0,2172,2173,5,356,0,0,2173, + 2174,5,337,0,0,2174,2181,3,1462,731,0,2175,2176,3,62,31,0,2176,2177, + 5,64,0,0,2177,2178,5,434,0,0,2178,2181,1,0,0,0,2179,2181,3,58,29, + 0,2180,2153,1,0,0,0,2180,2156,1,0,0,0,2180,2158,1,0,0,0,2180,2160, + 1,0,0,0,2180,2164,1,0,0,0,2180,2166,1,0,0,0,2180,2169,1,0,0,0,2180, + 2172,1,0,0,0,2180,2175,1,0,0,0,2180,2179,1,0,0,0,2181,61,1,0,0,0, + 2182,2187,3,1478,739,0,2183,2184,5,11,0,0,2184,2186,3,1478,739,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,63,1,0,0,0,2189,2187,1,0,0,0,2190,2195,3,66,33,0,2191, + 2192,5,6,0,0,2192,2194,3,66,33,0,2193,2191,1,0,0,0,2194,2197,1,0, + 0,0,2195,2193,1,0,0,0,2195,2196,1,0,0,0,2196,65,1,0,0,0,2197,2195, + 1,0,0,0,2198,2201,3,72,36,0,2199,2201,3,326,163,0,2200,2198,1,0, + 0,0,2200,2199,1,0,0,0,2201,67,1,0,0,0,2202,2203,5,300,0,0,2203,2208, + 7,15,0,0,2204,2205,5,310,0,0,2205,2208,5,300,0,0,2206,2208,5,330, + 0,0,2207,2202,1,0,0,0,2207,2204,1,0,0,0,2207,2206,1,0,0,0,2208,69, + 1,0,0,0,2209,2214,5,96,0,0,2210,2214,5,60,0,0,2211,2214,5,80,0,0, + 2212,2214,3,78,39,0,2213,2209,1,0,0,0,2213,2210,1,0,0,0,2213,2211, + 1,0,0,0,2213,2212,1,0,0,0,2214,71,1,0,0,0,2215,2220,5,96,0,0,2216, + 2220,5,60,0,0,2217,2220,5,80,0,0,2218,2220,3,80,40,0,2219,2215,1, + 0,0,0,2219,2216,1,0,0,0,2219,2217,1,0,0,0,2219,2218,1,0,0,0,2220, + 73,1,0,0,0,2221,2238,3,1462,731,0,2222,2238,3,1496,748,0,2223,2224, + 3,1206,603,0,2224,2226,3,1462,731,0,2225,2227,3,1210,605,0,2226, + 2225,1,0,0,0,2226,2227,1,0,0,0,2227,2238,1,0,0,0,2228,2229,3,1206, + 603,0,2229,2230,5,2,0,0,2230,2231,3,1460,730,0,2231,2232,5,3,0,0, + 2232,2233,3,1462,731,0,2233,2238,1,0,0,0,2234,2238,3,326,163,0,2235, + 2238,5,53,0,0,2236,2238,5,254,0,0,2237,2221,1,0,0,0,2237,2222,1, + 0,0,0,2237,2223,1,0,0,0,2237,2228,1,0,0,0,2237,2234,1,0,0,0,2237, + 2235,1,0,0,0,2237,2236,1,0,0,0,2238,75,1,0,0,0,2239,2242,3,1462, + 731,0,2240,2242,5,53,0,0,2241,2239,1,0,0,0,2241,2240,1,0,0,0,2242, + 77,1,0,0,0,2243,2246,3,1490,745,0,2244,2246,3,1462,731,0,2245,2243, + 1,0,0,0,2245,2244,1,0,0,0,2246,79,1,0,0,0,2247,2250,3,1492,746,0, + 2248,2250,3,1462,731,0,2249,2247,1,0,0,0,2249,2248,1,0,0,0,2250, + 81,1,0,0,0,2251,2252,5,313,0,0,2252,2253,3,84,42,0,2253,83,1,0,0, + 0,2254,2255,5,418,0,0,2255,2263,5,386,0,0,2256,2257,5,356,0,0,2257, + 2258,5,244,0,0,2258,2263,5,251,0,0,2259,2260,5,332,0,0,2260,2263, + 5,106,0,0,2261,2263,3,86,43,0,2262,2254,1,0,0,0,2262,2256,1,0,0, + 0,2262,2259,1,0,0,0,2262,2261,1,0,0,0,2263,85,1,0,0,0,2264,2267, + 5,30,0,0,2265,2267,3,62,31,0,2266,2264,1,0,0,0,2266,2265,1,0,0,0, + 2267,87,1,0,0,0,2268,2269,5,333,0,0,2269,2272,3,56,28,0,2270,2272, + 3,82,41,0,2271,2268,1,0,0,0,2271,2270,1,0,0,0,2272,89,1,0,0,0,2273, + 2274,5,333,0,0,2274,2277,3,60,30,0,2275,2277,3,82,41,0,2276,2273, + 1,0,0,0,2276,2275,1,0,0,0,2277,91,1,0,0,0,2278,2288,5,335,0,0,2279, + 2289,3,62,31,0,2280,2281,5,418,0,0,2281,2289,5,386,0,0,2282,2283, + 5,356,0,0,2283,2284,5,244,0,0,2284,2289,5,251,0,0,2285,2286,5,332, + 0,0,2286,2289,5,106,0,0,2287,2289,5,30,0,0,2288,2279,1,0,0,0,2288, + 2280,1,0,0,0,2288,2282,1,0,0,0,2288,2285,1,0,0,0,2288,2287,1,0,0, + 0,2289,93,1,0,0,0,2290,2291,5,333,0,0,2291,2292,5,165,0,0,2292,2293, + 3,96,48,0,2293,2294,3,98,49,0,2294,95,1,0,0,0,2295,2298,5,30,0,0, + 2296,2298,3,1394,697,0,2297,2295,1,0,0,0,2297,2296,1,0,0,0,2298, + 97,1,0,0,0,2299,2300,7,16,0,0,2300,99,1,0,0,0,2301,2302,5,155,0, + 0,2302,101,1,0,0,0,2303,2304,5,187,0,0,2304,2305,7,17,0,0,2305,103, + 1,0,0,0,2306,2307,5,138,0,0,2307,2309,5,92,0,0,2308,2310,3,752,376, + 0,2309,2308,1,0,0,0,2309,2310,1,0,0,0,2310,2311,1,0,0,0,2311,2314, + 3,1122,561,0,2312,2315,3,106,53,0,2313,2315,3,116,58,0,2314,2312, + 1,0,0,0,2314,2313,1,0,0,0,2315,2440,1,0,0,0,2316,2317,5,138,0,0, + 2317,2318,5,92,0,0,2318,2319,5,30,0,0,2319,2320,5,68,0,0,2320,2321, + 5,351,0,0,2321,2325,3,1406,703,0,2322,2323,5,281,0,0,2323,2324,5, + 147,0,0,2324,2326,3,1476,738,0,2325,2322,1,0,0,0,2325,2326,1,0,0, + 0,2326,2327,1,0,0,0,2327,2328,5,333,0,0,2328,2329,5,351,0,0,2329, + 2331,3,1404,702,0,2330,2332,3,982,491,0,2331,2330,1,0,0,0,2331,2332, + 1,0,0,0,2332,2440,1,0,0,0,2333,2334,5,138,0,0,2334,2336,5,92,0,0, + 2335,2337,3,752,376,0,2336,2335,1,0,0,0,2336,2337,1,0,0,0,2337,2338, + 1,0,0,0,2338,2339,3,1410,705,0,2339,2340,5,435,0,0,2340,2341,5,285, + 0,0,2341,2346,3,1416,708,0,2342,2343,5,62,0,0,2343,2344,5,422,0, + 0,2344,2347,3,108,54,0,2345,2347,5,53,0,0,2346,2342,1,0,0,0,2346, + 2345,1,0,0,0,2347,2440,1,0,0,0,2348,2349,5,138,0,0,2349,2351,5,92, + 0,0,2350,2352,3,752,376,0,2351,2350,1,0,0,0,2351,2352,1,0,0,0,2352, + 2353,1,0,0,0,2353,2354,3,1410,705,0,2354,2355,5,436,0,0,2355,2356, + 5,285,0,0,2356,2358,3,1416,708,0,2357,2359,7,18,0,0,2358,2357,1, + 0,0,0,2358,2359,1,0,0,0,2359,2440,1,0,0,0,2360,2361,5,138,0,0,2361, + 2363,5,226,0,0,2362,2364,3,752,376,0,2363,2362,1,0,0,0,2363,2364, + 1,0,0,0,2364,2365,1,0,0,0,2365,2368,3,1416,708,0,2366,2369,3,106, + 53,0,2367,2369,3,118,59,0,2368,2366,1,0,0,0,2368,2367,1,0,0,0,2369, + 2440,1,0,0,0,2370,2371,5,138,0,0,2371,2372,5,226,0,0,2372,2373,5, + 30,0,0,2373,2374,5,68,0,0,2374,2375,5,351,0,0,2375,2379,3,1406,703, + 0,2376,2377,5,281,0,0,2377,2378,5,147,0,0,2378,2380,3,1476,738,0, + 2379,2376,1,0,0,0,2379,2380,1,0,0,0,2380,2381,1,0,0,0,2381,2382, + 5,333,0,0,2382,2383,5,351,0,0,2383,2385,3,1406,703,0,2384,2386,3, + 982,491,0,2385,2384,1,0,0,0,2385,2386,1,0,0,0,2386,2440,1,0,0,0, + 2387,2388,5,138,0,0,2388,2390,5,328,0,0,2389,2391,3,752,376,0,2390, + 2389,1,0,0,0,2390,2391,1,0,0,0,2391,2392,1,0,0,0,2392,2393,3,1416, + 708,0,2393,2394,3,106,53,0,2394,2440,1,0,0,0,2395,2396,5,138,0,0, + 2396,2398,5,376,0,0,2397,2399,3,752,376,0,2398,2397,1,0,0,0,2398, + 2399,1,0,0,0,2399,2400,1,0,0,0,2400,2401,3,1414,707,0,2401,2402, + 3,106,53,0,2402,2440,1,0,0,0,2403,2404,5,138,0,0,2404,2405,5,259, + 0,0,2405,2407,5,376,0,0,2406,2408,3,752,376,0,2407,2406,1,0,0,0, + 2407,2408,1,0,0,0,2408,2409,1,0,0,0,2409,2410,3,1414,707,0,2410, + 2411,3,106,53,0,2411,2440,1,0,0,0,2412,2413,5,138,0,0,2413,2414, + 5,259,0,0,2414,2415,5,376,0,0,2415,2416,5,30,0,0,2416,2417,5,68, + 0,0,2417,2418,5,351,0,0,2418,2422,3,1406,703,0,2419,2420,5,281,0, + 0,2420,2421,5,147,0,0,2421,2423,3,1476,738,0,2422,2419,1,0,0,0,2422, + 2423,1,0,0,0,2423,2424,1,0,0,0,2424,2425,5,333,0,0,2425,2426,5,351, + 0,0,2426,2428,3,1404,702,0,2427,2429,3,982,491,0,2428,2427,1,0,0, + 0,2428,2429,1,0,0,0,2429,2440,1,0,0,0,2430,2431,5,138,0,0,2431,2432, + 5,63,0,0,2432,2434,5,92,0,0,2433,2435,3,752,376,0,2434,2433,1,0, + 0,0,2434,2435,1,0,0,0,2435,2436,1,0,0,0,2436,2437,3,1122,561,0,2437, + 2438,3,106,53,0,2438,2440,1,0,0,0,2439,2306,1,0,0,0,2439,2316,1, + 0,0,0,2439,2333,1,0,0,0,2439,2348,1,0,0,0,2439,2360,1,0,0,0,2439, + 2370,1,0,0,0,2439,2387,1,0,0,0,2439,2395,1,0,0,0,2439,2403,1,0,0, + 0,2439,2412,1,0,0,0,2439,2430,1,0,0,0,2440,105,1,0,0,0,2441,2446, + 3,120,60,0,2442,2443,5,6,0,0,2443,2445,3,120,60,0,2444,2442,1,0, + 0,0,2445,2448,1,0,0,0,2446,2444,1,0,0,0,2446,2447,1,0,0,0,2447,107, + 1,0,0,0,2448,2446,1,0,0,0,2449,2450,5,68,0,0,2450,2459,3,1182,591, + 0,2451,2452,5,64,0,0,2452,2453,3,110,55,0,2453,2454,5,94,0,0,2454, + 2455,3,110,55,0,2455,2459,1,0,0,0,2456,2457,5,105,0,0,2457,2459, + 3,114,57,0,2458,2449,1,0,0,0,2458,2451,1,0,0,0,2458,2456,1,0,0,0, + 2459,109,1,0,0,0,2460,2461,5,2,0,0,2461,2466,3,112,56,0,2462,2463, + 5,6,0,0,2463,2465,3,112,56,0,2464,2462,1,0,0,0,2465,2468,1,0,0,0, + 2466,2464,1,0,0,0,2466,2467,1,0,0,0,2467,2469,1,0,0,0,2468,2466, + 1,0,0,0,2469,2470,5,3,0,0,2470,111,1,0,0,0,2471,2475,3,1182,591, + 0,2472,2475,5,262,0,0,2473,2475,5,260,0,0,2474,2471,1,0,0,0,2474, + 2472,1,0,0,0,2474,2473,1,0,0,0,2475,113,1,0,0,0,2476,2477,5,2,0, + 0,2477,2478,5,533,0,0,2478,2479,3,326,163,0,2479,2480,5,6,0,0,2480, + 2481,5,534,0,0,2481,2482,3,326,163,0,2482,2483,5,3,0,0,2483,115, + 1,0,0,0,2484,2485,5,435,0,0,2485,2486,5,285,0,0,2486,2487,3,1416, + 708,0,2487,2488,3,144,72,0,2488,2493,1,0,0,0,2489,2490,5,436,0,0, + 2490,2491,5,285,0,0,2491,2493,3,1416,708,0,2492,2484,1,0,0,0,2492, + 2489,1,0,0,0,2493,117,1,0,0,0,2494,2495,5,435,0,0,2495,2496,5,285, + 0,0,2496,2497,3,1416,708,0,2497,119,1,0,0,0,2498,2501,5,133,0,0, + 2499,2500,5,45,0,0,2500,2502,3,1440,720,0,2501,2499,1,0,0,0,2501, + 2502,1,0,0,0,2502,2503,1,0,0,0,2503,2716,3,240,120,0,2504,2505,5, + 138,0,0,2505,2506,5,45,0,0,2506,2507,3,1440,720,0,2507,2508,3,480, + 240,0,2508,2716,1,0,0,0,2509,2510,5,372,0,0,2510,2511,5,45,0,0,2511, + 2716,3,1440,720,0,2512,2513,5,191,0,0,2513,2515,5,45,0,0,2514,2516, + 3,752,376,0,2515,2514,1,0,0,0,2515,2516,1,0,0,0,2516,2517,1,0,0, + 0,2517,2519,3,1440,720,0,2518,2520,3,124,62,0,2519,2518,1,0,0,0, + 2519,2520,1,0,0,0,2520,2716,1,0,0,0,2521,2522,5,333,0,0,2522,2523, + 5,379,0,0,2523,2716,5,277,0,0,2524,2525,5,158,0,0,2525,2526,5,80, + 0,0,2526,2716,3,1440,720,0,2527,2528,5,333,0,0,2528,2529,5,379,0, + 0,2529,2716,5,158,0,0,2530,2531,5,333,0,0,2531,2716,7,19,0,0,2532, + 2534,5,193,0,0,2533,2535,7,20,0,0,2534,2533,1,0,0,0,2534,2535,1, + 0,0,0,2535,2536,1,0,0,0,2536,2716,5,357,0,0,2537,2538,5,186,0,0, + 2538,2542,5,357,0,0,2539,2543,5,30,0,0,2540,2543,5,99,0,0,2541,2543, + 3,1440,720,0,2542,2539,1,0,0,0,2542,2540,1,0,0,0,2542,2541,1,0,0, + 0,2543,2716,1,0,0,0,2544,2545,5,193,0,0,2545,2546,7,20,0,0,2546, + 2547,5,321,0,0,2547,2716,3,1440,720,0,2548,2549,5,186,0,0,2549,2550, + 5,321,0,0,2550,2716,3,1440,720,0,2551,2553,5,269,0,0,2552,2551,1, + 0,0,0,2552,2553,1,0,0,0,2553,2554,1,0,0,0,2554,2555,5,228,0,0,2555, + 2716,3,1416,708,0,2556,2557,5,275,0,0,2557,2716,3,562,281,0,2558, + 2559,5,77,0,0,2559,2716,5,275,0,0,2560,2561,5,282,0,0,2561,2562, + 5,94,0,0,2562,2716,3,1474,737,0,2563,2564,5,333,0,0,2564,2565,5, + 351,0,0,2565,2716,3,1404,702,0,2566,2567,5,333,0,0,2567,2716,3,132, + 66,0,2568,2569,5,313,0,0,2569,2716,3,132,66,0,2570,2571,5,312,0, + 0,2571,2572,5,219,0,0,2572,2716,3,130,65,0,2573,2574,5,193,0,0,2574, + 2575,5,414,0,0,2575,2576,5,251,0,0,2576,2716,5,327,0,0,2577,2578, + 5,186,0,0,2578,2579,5,414,0,0,2579,2580,5,251,0,0,2580,2716,5,327, + 0,0,2581,2582,5,209,0,0,2582,2583,5,414,0,0,2583,2584,5,251,0,0, + 2584,2716,5,327,0,0,2585,2586,5,269,0,0,2586,2587,5,209,0,0,2587, + 2588,5,414,0,0,2588,2589,5,251,0,0,2589,2716,5,327,0,0,2590,2592, + 5,191,0,0,2591,2593,5,44,0,0,2592,2591,1,0,0,0,2592,2593,1,0,0,0, + 2593,2595,1,0,0,0,2594,2596,3,752,376,0,2595,2594,1,0,0,0,2595,2596, + 1,0,0,0,2596,2597,1,0,0,0,2597,2599,3,1436,718,0,2598,2600,3,124, + 62,0,2599,2598,1,0,0,0,2599,2600,1,0,0,0,2600,2716,1,0,0,0,2601, + 2603,5,133,0,0,2602,2604,5,44,0,0,2603,2602,1,0,0,0,2603,2604,1, + 0,0,0,2604,2606,1,0,0,0,2605,2607,3,520,260,0,2606,2605,1,0,0,0, + 2606,2607,1,0,0,0,2607,2608,1,0,0,0,2608,2716,3,210,105,0,2609,2611, + 5,138,0,0,2610,2612,5,44,0,0,2611,2610,1,0,0,0,2611,2612,1,0,0,0, + 2612,2613,1,0,0,0,2613,2614,3,1436,718,0,2614,2615,3,122,61,0,2615, + 2716,1,0,0,0,2616,2618,5,138,0,0,2617,2619,5,44,0,0,2618,2617,1, + 0,0,0,2618,2619,1,0,0,0,2619,2620,1,0,0,0,2620,2621,3,1436,718,0, + 2621,2622,7,21,0,0,2622,2623,5,77,0,0,2623,2624,5,78,0,0,2624,2716, + 1,0,0,0,2625,2627,5,138,0,0,2626,2628,5,44,0,0,2627,2626,1,0,0,0, + 2627,2628,1,0,0,0,2628,2629,1,0,0,0,2629,2630,3,1436,718,0,2630, + 2631,5,191,0,0,2631,2633,5,437,0,0,2632,2634,3,752,376,0,2633,2632, + 1,0,0,0,2633,2634,1,0,0,0,2634,2716,1,0,0,0,2635,2637,5,138,0,0, + 2636,2638,5,44,0,0,2637,2636,1,0,0,0,2637,2638,1,0,0,0,2638,2639, + 1,0,0,0,2639,2640,3,1436,718,0,2640,2641,5,333,0,0,2641,2642,5,342, + 0,0,2642,2643,3,1468,734,0,2643,2716,1,0,0,0,2644,2646,5,138,0,0, + 2645,2647,5,44,0,0,2646,2645,1,0,0,0,2646,2647,1,0,0,0,2647,2648, + 1,0,0,0,2648,2649,3,1436,718,0,2649,2650,7,22,0,0,2650,2651,3,132, + 66,0,2651,2716,1,0,0,0,2652,2654,5,138,0,0,2653,2655,5,44,0,0,2654, + 2653,1,0,0,0,2654,2655,1,0,0,0,2655,2656,1,0,0,0,2656,2657,3,1436, + 718,0,2657,2658,5,333,0,0,2658,2659,5,345,0,0,2659,2660,3,1478,739, + 0,2660,2716,1,0,0,0,2661,2663,5,138,0,0,2662,2664,5,44,0,0,2663, + 2662,1,0,0,0,2663,2664,1,0,0,0,2664,2665,1,0,0,0,2665,2666,3,1436, + 718,0,2666,2667,5,133,0,0,2667,2668,5,438,0,0,2668,2669,3,226,113, + 0,2669,2670,5,36,0,0,2670,2672,5,219,0,0,2671,2673,3,318,159,0,2672, + 2671,1,0,0,0,2672,2673,1,0,0,0,2673,2716,1,0,0,0,2674,2676,5,138, + 0,0,2675,2677,5,44,0,0,2676,2675,1,0,0,0,2676,2677,1,0,0,0,2677, + 2678,1,0,0,0,2678,2679,3,1436,718,0,2679,2680,3,140,70,0,2680,2716, + 1,0,0,0,2681,2683,5,138,0,0,2682,2684,5,44,0,0,2683,2682,1,0,0,0, + 2683,2684,1,0,0,0,2684,2685,1,0,0,0,2685,2686,3,1436,718,0,2686, + 2687,5,191,0,0,2687,2689,5,219,0,0,2688,2690,3,752,376,0,2689,2688, + 1,0,0,0,2689,2690,1,0,0,0,2690,2716,1,0,0,0,2691,2693,5,138,0,0, + 2692,2694,5,44,0,0,2693,2692,1,0,0,0,2693,2694,1,0,0,0,2694,2695, + 1,0,0,0,2695,2697,3,1436,718,0,2696,2698,3,772,386,0,2697,2696,1, + 0,0,0,2697,2698,1,0,0,0,2698,2699,1,0,0,0,2699,2700,5,360,0,0,2700, + 2702,3,1172,586,0,2701,2703,3,126,63,0,2702,2701,1,0,0,0,2702,2703, + 1,0,0,0,2703,2705,1,0,0,0,2704,2706,3,128,64,0,2705,2704,1,0,0,0, + 2705,2706,1,0,0,0,2706,2716,1,0,0,0,2707,2709,5,138,0,0,2708,2710, + 5,44,0,0,2709,2708,1,0,0,0,2709,2710,1,0,0,0,2710,2711,1,0,0,0,2711, + 2712,3,1436,718,0,2712,2713,3,376,188,0,2713,2716,1,0,0,0,2714,2716, + 3,376,188,0,2715,2498,1,0,0,0,2715,2504,1,0,0,0,2715,2509,1,0,0, + 0,2715,2512,1,0,0,0,2715,2521,1,0,0,0,2715,2524,1,0,0,0,2715,2527, + 1,0,0,0,2715,2530,1,0,0,0,2715,2532,1,0,0,0,2715,2537,1,0,0,0,2715, + 2544,1,0,0,0,2715,2548,1,0,0,0,2715,2552,1,0,0,0,2715,2556,1,0,0, + 0,2715,2558,1,0,0,0,2715,2560,1,0,0,0,2715,2563,1,0,0,0,2715,2566, + 1,0,0,0,2715,2568,1,0,0,0,2715,2570,1,0,0,0,2715,2573,1,0,0,0,2715, + 2577,1,0,0,0,2715,2581,1,0,0,0,2715,2585,1,0,0,0,2715,2590,1,0,0, + 0,2715,2601,1,0,0,0,2715,2609,1,0,0,0,2715,2616,1,0,0,0,2715,2625, + 1,0,0,0,2715,2635,1,0,0,0,2715,2644,1,0,0,0,2715,2652,1,0,0,0,2715, + 2661,1,0,0,0,2715,2674,1,0,0,0,2715,2681,1,0,0,0,2715,2691,1,0,0, + 0,2715,2707,1,0,0,0,2715,2714,1,0,0,0,2716,121,1,0,0,0,2717,2718, + 5,333,0,0,2718,2719,5,53,0,0,2719,2723,3,1216,608,0,2720,2721,5, + 191,0,0,2721,2723,5,53,0,0,2722,2717,1,0,0,0,2722,2720,1,0,0,0,2723, + 123,1,0,0,0,2724,2725,7,23,0,0,2725,125,1,0,0,0,2726,2727,5,43,0, + 0,2727,2728,3,562,281,0,2728,127,1,0,0,0,2729,2730,5,100,0,0,2730, + 2731,3,1216,608,0,2731,129,1,0,0,0,2732,2739,5,270,0,0,2733,2739, + 5,113,0,0,2734,2739,5,53,0,0,2735,2736,5,100,0,0,2736,2737,5,226, + 0,0,2737,2739,3,1440,720,0,2738,2732,1,0,0,0,2738,2733,1,0,0,0,2738, + 2734,1,0,0,0,2738,2735,1,0,0,0,2739,131,1,0,0,0,2740,2741,5,2,0, + 0,2741,2742,3,136,68,0,2742,2743,5,3,0,0,2743,133,1,0,0,0,2744,2745, + 5,105,0,0,2745,2746,3,132,66,0,2746,135,1,0,0,0,2747,2752,3,138, + 69,0,2748,2749,5,6,0,0,2749,2751,3,138,69,0,2750,2748,1,0,0,0,2751, + 2754,1,0,0,0,2752,2750,1,0,0,0,2752,2753,1,0,0,0,2753,137,1,0,0, + 0,2754,2752,1,0,0,0,2755,2764,3,1494,747,0,2756,2757,5,10,0,0,2757, + 2765,3,506,253,0,2758,2759,5,11,0,0,2759,2762,3,1494,747,0,2760, + 2761,5,10,0,0,2761,2763,3,506,253,0,2762,2760,1,0,0,0,2762,2763, + 1,0,0,0,2763,2765,1,0,0,0,2764,2756,1,0,0,0,2764,2758,1,0,0,0,2764, + 2765,1,0,0,0,2765,139,1,0,0,0,2766,2768,3,142,71,0,2767,2766,1,0, + 0,0,2768,2769,1,0,0,0,2769,2767,1,0,0,0,2769,2770,1,0,0,0,2770,141, + 1,0,0,0,2771,2776,5,314,0,0,2772,2774,3,14,7,0,2773,2772,1,0,0,0, + 2773,2774,1,0,0,0,2774,2775,1,0,0,0,2775,2777,3,326,163,0,2776,2773, + 1,0,0,0,2776,2777,1,0,0,0,2777,2785,1,0,0,0,2778,2782,5,333,0,0, + 2779,2783,3,322,161,0,2780,2781,5,438,0,0,2781,2783,3,226,113,0, + 2782,2779,1,0,0,0,2782,2780,1,0,0,0,2783,2785,1,0,0,0,2784,2771, + 1,0,0,0,2784,2778,1,0,0,0,2785,143,1,0,0,0,2786,2787,5,62,0,0,2787, + 2788,5,422,0,0,2788,2789,5,105,0,0,2789,2790,5,2,0,0,2790,2791,3, + 148,74,0,2791,2792,5,3,0,0,2792,2813,1,0,0,0,2793,2794,5,62,0,0, + 2794,2795,5,422,0,0,2795,2796,5,68,0,0,2796,2797,5,2,0,0,2797,2798, + 3,1332,666,0,2798,2799,5,3,0,0,2799,2813,1,0,0,0,2800,2801,5,62, + 0,0,2801,2802,5,422,0,0,2802,2803,5,64,0,0,2803,2804,5,2,0,0,2804, + 2805,3,1332,666,0,2805,2806,5,3,0,0,2806,2807,5,94,0,0,2807,2808, + 5,2,0,0,2808,2809,3,1332,666,0,2809,2810,5,3,0,0,2810,2813,1,0,0, + 0,2811,2813,5,53,0,0,2812,2786,1,0,0,0,2812,2793,1,0,0,0,2812,2800, + 1,0,0,0,2812,2811,1,0,0,0,2813,145,1,0,0,0,2814,2815,3,1492,746, + 0,2815,2816,3,1460,730,0,2816,147,1,0,0,0,2817,2822,3,146,73,0,2818, + 2819,5,6,0,0,2819,2821,3,146,73,0,2820,2818,1,0,0,0,2821,2824,1, + 0,0,0,2822,2820,1,0,0,0,2822,2823,1,0,0,0,2823,149,1,0,0,0,2824, + 2822,1,0,0,0,2825,2826,5,138,0,0,2826,2827,5,360,0,0,2827,2828,3, + 562,281,0,2828,2829,3,152,76,0,2829,151,1,0,0,0,2830,2835,3,154, + 77,0,2831,2832,5,6,0,0,2832,2834,3,154,77,0,2833,2831,1,0,0,0,2834, + 2837,1,0,0,0,2835,2833,1,0,0,0,2835,2836,1,0,0,0,2836,153,1,0,0, + 0,2837,2835,1,0,0,0,2838,2839,5,133,0,0,2839,2840,5,143,0,0,2840, + 2842,3,1156,578,0,2841,2843,3,124,62,0,2842,2841,1,0,0,0,2842,2843, + 1,0,0,0,2843,2868,1,0,0,0,2844,2845,5,191,0,0,2845,2847,5,143,0, + 0,2846,2848,3,752,376,0,2847,2846,1,0,0,0,2847,2848,1,0,0,0,2848, + 2849,1,0,0,0,2849,2851,3,1478,739,0,2850,2852,3,124,62,0,2851,2850, + 1,0,0,0,2851,2852,1,0,0,0,2852,2868,1,0,0,0,2853,2854,5,138,0,0, + 2854,2855,5,143,0,0,2855,2857,3,1478,739,0,2856,2858,3,772,386,0, + 2857,2856,1,0,0,0,2857,2858,1,0,0,0,2858,2859,1,0,0,0,2859,2860, + 5,360,0,0,2860,2862,3,1172,586,0,2861,2863,3,126,63,0,2862,2861, + 1,0,0,0,2862,2863,1,0,0,0,2863,2865,1,0,0,0,2864,2866,3,124,62,0, + 2865,2864,1,0,0,0,2865,2866,1,0,0,0,2866,2868,1,0,0,0,2867,2838, + 1,0,0,0,2867,2844,1,0,0,0,2867,2853,1,0,0,0,2868,155,1,0,0,0,2869, + 2872,5,157,0,0,2870,2873,3,998,499,0,2871,2873,5,30,0,0,2872,2870, + 1,0,0,0,2872,2871,1,0,0,0,2873,157,1,0,0,0,2874,2876,5,169,0,0,2875, + 2877,3,172,86,0,2876,2875,1,0,0,0,2876,2877,1,0,0,0,2877,2878,1, + 0,0,0,2878,2880,3,1410,705,0,2879,2881,3,244,122,0,2880,2879,1,0, + 0,0,2880,2881,1,0,0,0,2881,2882,1,0,0,0,2882,2884,3,160,80,0,2883, + 2885,3,162,81,0,2884,2883,1,0,0,0,2884,2885,1,0,0,0,2885,2886,1, + 0,0,0,2886,2888,3,164,82,0,2887,2889,3,174,87,0,2888,2887,1,0,0, + 0,2888,2889,1,0,0,0,2889,2891,1,0,0,0,2890,2892,3,14,7,0,2891,2890, + 1,0,0,0,2891,2892,1,0,0,0,2892,2893,1,0,0,0,2893,2895,3,166,83,0, + 2894,2896,3,1148,574,0,2895,2894,1,0,0,0,2895,2896,1,0,0,0,2896, + 2912,1,0,0,0,2897,2898,5,169,0,0,2898,2899,5,2,0,0,2899,2900,3,946, + 473,0,2900,2901,5,3,0,0,2901,2903,5,94,0,0,2902,2904,3,162,81,0, + 2903,2902,1,0,0,0,2903,2904,1,0,0,0,2904,2905,1,0,0,0,2905,2907, + 3,164,82,0,2906,2908,3,14,7,0,2907,2906,1,0,0,0,2907,2908,1,0,0, + 0,2908,2909,1,0,0,0,2909,2910,3,166,83,0,2910,2912,1,0,0,0,2911, + 2874,1,0,0,0,2911,2897,1,0,0,0,2912,159,1,0,0,0,2913,2914,7,24,0, + 0,2914,161,1,0,0,0,2915,2916,5,297,0,0,2916,163,1,0,0,0,2917,2921, + 3,1462,731,0,2918,2921,5,343,0,0,2919,2921,5,344,0,0,2920,2917,1, + 0,0,0,2920,2918,1,0,0,0,2920,2919,1,0,0,0,2921,165,1,0,0,0,2922, + 2928,3,168,84,0,2923,2924,5,2,0,0,2924,2925,3,178,89,0,2925,2926, + 5,3,0,0,2926,2928,1,0,0,0,2927,2922,1,0,0,0,2927,2923,1,0,0,0,2928, + 167,1,0,0,0,2929,2931,3,170,85,0,2930,2929,1,0,0,0,2931,2934,1,0, + 0,0,2932,2930,1,0,0,0,2932,2933,1,0,0,0,2933,169,1,0,0,0,2934,2932, + 1,0,0,0,2935,2975,5,107,0,0,2936,2975,5,112,0,0,2937,2939,5,183, + 0,0,2938,2940,3,876,438,0,2939,2938,1,0,0,0,2939,2940,1,0,0,0,2940, + 2941,1,0,0,0,2941,2975,3,1462,731,0,2942,2944,5,78,0,0,2943,2945, + 3,876,438,0,2944,2943,1,0,0,0,2944,2945,1,0,0,0,2945,2946,1,0,0, + 0,2946,2975,3,1462,731,0,2947,2975,5,171,0,0,2948,2975,5,216,0,0, + 2949,2951,5,298,0,0,2950,2952,3,876,438,0,2951,2950,1,0,0,0,2951, + 2952,1,0,0,0,2952,2953,1,0,0,0,2953,2975,3,1462,731,0,2954,2956, + 5,197,0,0,2955,2957,3,876,438,0,2956,2955,1,0,0,0,2956,2957,1,0, + 0,0,2957,2958,1,0,0,0,2958,2975,3,1462,731,0,2959,2960,5,209,0,0, + 2960,2961,5,298,0,0,2961,2975,3,248,124,0,2962,2963,5,209,0,0,2963, + 2964,5,298,0,0,2964,2975,5,9,0,0,2965,2966,5,209,0,0,2966,2967,5, + 77,0,0,2967,2968,5,78,0,0,2968,2975,3,248,124,0,2969,2970,5,209, + 0,0,2970,2971,5,78,0,0,2971,2975,3,248,124,0,2972,2973,5,194,0,0, + 2973,2975,3,1462,731,0,2974,2935,1,0,0,0,2974,2936,1,0,0,0,2974, + 2937,1,0,0,0,2974,2942,1,0,0,0,2974,2947,1,0,0,0,2974,2948,1,0,0, + 0,2974,2949,1,0,0,0,2974,2954,1,0,0,0,2974,2959,1,0,0,0,2974,2962, + 1,0,0,0,2974,2965,1,0,0,0,2974,2969,1,0,0,0,2974,2972,1,0,0,0,2975, + 171,1,0,0,0,2976,2977,5,107,0,0,2977,173,1,0,0,0,2978,2980,3,176, + 88,0,2979,2978,1,0,0,0,2979,2980,1,0,0,0,2980,2981,1,0,0,0,2981, + 2982,5,184,0,0,2982,2983,3,1462,731,0,2983,175,1,0,0,0,2984,2985, + 5,100,0,0,2985,177,1,0,0,0,2986,2991,3,180,90,0,2987,2988,5,6,0, + 0,2988,2990,3,180,90,0,2989,2987,1,0,0,0,2990,2993,1,0,0,0,2991, + 2989,1,0,0,0,2991,2992,1,0,0,0,2992,179,1,0,0,0,2993,2991,1,0,0, + 0,2994,2996,3,1494,747,0,2995,2997,3,182,91,0,2996,2995,1,0,0,0, + 2996,2997,1,0,0,0,2997,181,1,0,0,0,2998,3006,3,72,36,0,2999,3006, + 3,326,163,0,3000,3006,5,9,0,0,3001,3002,5,2,0,0,3002,3003,3,184, + 92,0,3003,3004,5,3,0,0,3004,3006,1,0,0,0,3005,2998,1,0,0,0,3005, + 2999,1,0,0,0,3005,3000,1,0,0,0,3005,3001,1,0,0,0,3006,183,1,0,0, + 0,3007,3012,3,186,93,0,3008,3009,5,6,0,0,3009,3011,3,186,93,0,3010, + 3008,1,0,0,0,3011,3014,1,0,0,0,3012,3010,1,0,0,0,3012,3013,1,0,0, + 0,3013,185,1,0,0,0,3014,3012,1,0,0,0,3015,3016,3,70,35,0,3016,187, + 1,0,0,0,3017,3019,3,190,95,0,3018,3020,3,520,260,0,3019,3018,1,0, + 0,0,3019,3020,1,0,0,0,3020,3021,1,0,0,0,3021,3090,3,1408,704,0,3022, + 3024,5,2,0,0,3023,3025,3,196,98,0,3024,3023,1,0,0,0,3024,3025,1, + 0,0,0,3025,3026,1,0,0,0,3026,3028,5,3,0,0,3027,3029,3,270,135,0, + 3028,3027,1,0,0,0,3028,3029,1,0,0,0,3029,3031,1,0,0,0,3030,3032, + 3,272,136,0,3031,3030,1,0,0,0,3031,3032,1,0,0,0,3032,3034,1,0,0, + 0,3033,3035,3,280,140,0,3034,3033,1,0,0,0,3034,3035,1,0,0,0,3035, + 3037,1,0,0,0,3036,3038,3,282,141,0,3037,3036,1,0,0,0,3037,3038,1, + 0,0,0,3038,3040,1,0,0,0,3039,3041,3,284,142,0,3040,3039,1,0,0,0, + 3040,3041,1,0,0,0,3041,3043,1,0,0,0,3042,3044,3,286,143,0,3043,3042, + 1,0,0,0,3043,3044,1,0,0,0,3044,3046,1,0,0,0,3045,3047,3,192,96,0, + 3046,3045,1,0,0,0,3046,3047,1,0,0,0,3047,3091,1,0,0,0,3048,3049, + 5,275,0,0,3049,3051,3,562,281,0,3050,3052,3,200,100,0,3051,3050, + 1,0,0,0,3051,3052,1,0,0,0,3052,3054,1,0,0,0,3053,3055,3,272,136, + 0,3054,3053,1,0,0,0,3054,3055,1,0,0,0,3055,3057,1,0,0,0,3056,3058, + 3,280,140,0,3057,3056,1,0,0,0,3057,3058,1,0,0,0,3058,3060,1,0,0, + 0,3059,3061,3,282,141,0,3060,3059,1,0,0,0,3060,3061,1,0,0,0,3061, + 3063,1,0,0,0,3062,3064,3,284,142,0,3063,3062,1,0,0,0,3063,3064,1, + 0,0,0,3064,3066,1,0,0,0,3065,3067,3,286,143,0,3066,3065,1,0,0,0, + 3066,3067,1,0,0,0,3067,3091,1,0,0,0,3068,3069,5,285,0,0,3069,3070, + 5,275,0,0,3070,3072,3,1416,708,0,3071,3073,3,200,100,0,3072,3071, + 1,0,0,0,3072,3073,1,0,0,0,3073,3074,1,0,0,0,3074,3076,3,144,72,0, + 3075,3077,3,272,136,0,3076,3075,1,0,0,0,3076,3077,1,0,0,0,3077,3079, + 1,0,0,0,3078,3080,3,280,140,0,3079,3078,1,0,0,0,3079,3080,1,0,0, + 0,3080,3082,1,0,0,0,3081,3083,3,282,141,0,3082,3081,1,0,0,0,3082, + 3083,1,0,0,0,3083,3085,1,0,0,0,3084,3086,3,284,142,0,3085,3084,1, + 0,0,0,3085,3086,1,0,0,0,3086,3088,1,0,0,0,3087,3089,3,286,143,0, + 3088,3087,1,0,0,0,3088,3089,1,0,0,0,3089,3091,1,0,0,0,3090,3022, + 1,0,0,0,3090,3048,1,0,0,0,3090,3068,1,0,0,0,3091,189,1,0,0,0,3092, + 3094,5,46,0,0,3093,3095,3,194,97,0,3094,3093,1,0,0,0,3094,3095,1, + 0,0,0,3095,3097,1,0,0,0,3096,3098,5,550,0,0,3097,3096,1,0,0,0,3097, + 3098,1,0,0,0,3098,3100,1,0,0,0,3099,3101,5,205,0,0,3100,3099,1,0, + 0,0,3100,3101,1,0,0,0,3101,3102,1,0,0,0,3102,3103,5,92,0,0,3103, + 191,1,0,0,0,3104,3105,5,549,0,0,3105,3106,5,147,0,0,3106,3107,5, + 2,0,0,3107,3108,3,248,124,0,3108,3109,5,3,0,0,3109,193,1,0,0,0,3110, + 3118,5,354,0,0,3111,3118,5,352,0,0,3112,3113,5,254,0,0,3113,3118, + 7,25,0,0,3114,3115,5,213,0,0,3115,3118,7,25,0,0,3116,3118,5,367, + 0,0,3117,3110,1,0,0,0,3117,3111,1,0,0,0,3117,3112,1,0,0,0,3117,3114, + 1,0,0,0,3117,3116,1,0,0,0,3118,195,1,0,0,0,3119,3120,3,202,101,0, + 3120,197,1,0,0,0,3121,3122,3,202,101,0,3122,199,1,0,0,0,3123,3124, + 5,2,0,0,3124,3125,3,204,102,0,3125,3126,5,3,0,0,3126,201,1,0,0,0, + 3127,3132,3,206,103,0,3128,3129,5,6,0,0,3129,3131,3,206,103,0,3130, + 3128,1,0,0,0,3131,3134,1,0,0,0,3132,3130,1,0,0,0,3132,3133,1,0,0, + 0,3133,203,1,0,0,0,3134,3132,1,0,0,0,3135,3140,3,208,104,0,3136, + 3137,5,6,0,0,3137,3139,3,208,104,0,3138,3136,1,0,0,0,3139,3142,1, + 0,0,0,3140,3138,1,0,0,0,3140,3141,1,0,0,0,3141,205,1,0,0,0,3142, + 3140,1,0,0,0,3143,3147,3,210,105,0,3144,3147,3,232,116,0,3145,3147, + 3,238,119,0,3146,3143,1,0,0,0,3146,3144,1,0,0,0,3146,3145,1,0,0, + 0,3147,207,1,0,0,0,3148,3151,3,216,108,0,3149,3151,3,238,119,0,3150, + 3148,1,0,0,0,3150,3149,1,0,0,0,3151,209,1,0,0,0,3152,3153,3,1438, + 719,0,3153,3155,3,1172,586,0,3154,3156,3,372,186,0,3155,3154,1,0, + 0,0,3155,3156,1,0,0,0,3156,3158,1,0,0,0,3157,3159,3,214,107,0,3158, + 3157,1,0,0,0,3158,3159,1,0,0,0,3159,3161,1,0,0,0,3160,3162,3,212, + 106,0,3161,3160,1,0,0,0,3161,3162,1,0,0,0,3162,3165,1,0,0,0,3163, + 3164,5,43,0,0,3164,3166,3,562,281,0,3165,3163,1,0,0,0,3165,3166, + 1,0,0,0,3166,3169,1,0,0,0,3167,3168,5,105,0,0,3168,3170,5,280,0, + 0,3169,3167,1,0,0,0,3169,3170,1,0,0,0,3170,3171,1,0,0,0,3171,3172, + 3,218,109,0,3172,211,1,0,0,0,3173,3174,5,543,0,0,3174,3175,3,1478, + 739,0,3175,213,1,0,0,0,3176,3183,5,345,0,0,3177,3184,5,544,0,0,3178, + 3184,5,205,0,0,3179,3184,5,545,0,0,3180,3184,5,546,0,0,3181,3184, + 5,53,0,0,3182,3184,3,1478,739,0,3183,3177,1,0,0,0,3183,3178,1,0, + 0,0,3183,3179,1,0,0,0,3183,3180,1,0,0,0,3183,3181,1,0,0,0,3183,3182, + 1,0,0,0,3184,215,1,0,0,0,3185,3188,3,1438,719,0,3186,3187,5,105, + 0,0,3187,3189,5,280,0,0,3188,3186,1,0,0,0,3188,3189,1,0,0,0,3189, + 3190,1,0,0,0,3190,3191,3,218,109,0,3191,217,1,0,0,0,3192,3194,3, + 220,110,0,3193,3192,1,0,0,0,3194,3197,1,0,0,0,3195,3193,1,0,0,0, + 3195,3196,1,0,0,0,3196,219,1,0,0,0,3197,3195,1,0,0,0,3198,3199,5, + 45,0,0,3199,3201,3,1440,720,0,3200,3198,1,0,0,0,3200,3201,1,0,0, + 0,3201,3202,1,0,0,0,3202,3204,3,222,111,0,3203,3205,3,228,114,0, + 3204,3203,1,0,0,0,3204,3205,1,0,0,0,3205,3207,1,0,0,0,3206,3208, + 3,230,115,0,3207,3206,1,0,0,0,3207,3208,1,0,0,0,3208,3217,1,0,0, + 0,3209,3211,3,222,111,0,3210,3212,3,228,114,0,3211,3210,1,0,0,0, + 3211,3212,1,0,0,0,3212,3214,1,0,0,0,3213,3215,3,230,115,0,3214,3213, + 1,0,0,0,3214,3215,1,0,0,0,3215,3217,1,0,0,0,3216,3200,1,0,0,0,3216, + 3209,1,0,0,0,3217,221,1,0,0,0,3218,3219,5,77,0,0,3219,3277,5,78, + 0,0,3220,3277,5,78,0,0,3221,3223,5,98,0,0,3222,3224,3,714,357,0, + 3223,3222,1,0,0,0,3223,3224,1,0,0,0,3224,3226,1,0,0,0,3225,3227, + 3,290,145,0,3226,3225,1,0,0,0,3226,3227,1,0,0,0,3227,3277,1,0,0, + 0,3228,3230,5,98,0,0,3229,3231,3,224,112,0,3230,3229,1,0,0,0,3230, + 3231,1,0,0,0,3231,3232,1,0,0,0,3232,3277,3,288,144,0,3233,3234,5, + 85,0,0,3234,3236,5,245,0,0,3235,3237,3,714,357,0,3236,3235,1,0,0, + 0,3236,3237,1,0,0,0,3237,3239,1,0,0,0,3238,3240,3,290,145,0,3239, + 3238,1,0,0,0,3239,3240,1,0,0,0,3240,3277,1,0,0,0,3241,3242,5,42, + 0,0,3242,3243,5,2,0,0,3243,3244,3,1216,608,0,3244,3246,5,3,0,0,3245, + 3247,3,242,121,0,3246,3245,1,0,0,0,3246,3247,1,0,0,0,3247,3277,1, + 0,0,0,3248,3249,5,53,0,0,3249,3277,3,1256,628,0,3250,3251,5,438, + 0,0,3251,3252,3,226,113,0,3252,3262,5,36,0,0,3253,3255,5,219,0,0, + 3254,3256,3,318,159,0,3255,3254,1,0,0,0,3255,3256,1,0,0,0,3256,3263, + 1,0,0,0,3257,3258,5,2,0,0,3258,3259,3,1216,608,0,3259,3260,5,3,0, + 0,3260,3261,5,440,0,0,3261,3263,1,0,0,0,3262,3253,1,0,0,0,3262,3257, + 1,0,0,0,3263,3277,1,0,0,0,3264,3265,5,86,0,0,3265,3267,3,1416,708, + 0,3266,3268,3,244,122,0,3267,3266,1,0,0,0,3267,3268,1,0,0,0,3268, + 3270,1,0,0,0,3269,3271,3,254,127,0,3270,3269,1,0,0,0,3270,3271,1, + 0,0,0,3271,3273,1,0,0,0,3272,3274,3,262,131,0,3273,3272,1,0,0,0, + 3273,3274,1,0,0,0,3274,3277,1,0,0,0,3275,3277,3,650,325,0,3276,3218, + 1,0,0,0,3276,3220,1,0,0,0,3276,3221,1,0,0,0,3276,3228,1,0,0,0,3276, + 3233,1,0,0,0,3276,3241,1,0,0,0,3276,3248,1,0,0,0,3276,3250,1,0,0, + 0,3276,3264,1,0,0,0,3276,3275,1,0,0,0,3277,223,1,0,0,0,3278,3280, + 5,273,0,0,3279,3281,5,77,0,0,3280,3279,1,0,0,0,3280,3281,1,0,0,0, + 3281,3282,1,0,0,0,3282,3283,5,56,0,0,3283,225,1,0,0,0,3284,3288, + 5,139,0,0,3285,3286,5,147,0,0,3286,3288,5,53,0,0,3287,3284,1,0,0, + 0,3287,3285,1,0,0,0,3288,227,1,0,0,0,3289,3293,5,54,0,0,3290,3291, + 5,77,0,0,3291,3293,5,54,0,0,3292,3289,1,0,0,0,3292,3290,1,0,0,0, + 3293,229,1,0,0,0,3294,3295,5,69,0,0,3295,3296,7,16,0,0,3296,231, + 1,0,0,0,3297,3298,5,120,0,0,3298,3299,3,1416,708,0,3299,3300,3,234, + 117,0,3300,233,1,0,0,0,3301,3302,7,26,0,0,3302,3304,3,236,118,0, + 3303,3301,1,0,0,0,3304,3307,1,0,0,0,3305,3303,1,0,0,0,3305,3306, + 1,0,0,0,3306,235,1,0,0,0,3307,3305,1,0,0,0,3308,3309,7,27,0,0,3309, + 237,1,0,0,0,3310,3311,5,45,0,0,3311,3312,3,1440,720,0,3312,3313, + 3,240,120,0,3313,3316,1,0,0,0,3314,3316,3,240,120,0,3315,3310,1, + 0,0,0,3315,3314,1,0,0,0,3316,239,1,0,0,0,3317,3318,5,42,0,0,3318, + 3319,5,2,0,0,3319,3320,3,1216,608,0,3320,3321,5,3,0,0,3321,3322, + 3,480,240,0,3322,3404,1,0,0,0,3323,3341,5,98,0,0,3324,3325,5,2,0, + 0,3325,3326,3,248,124,0,3326,3328,5,3,0,0,3327,3329,3,252,126,0, + 3328,3327,1,0,0,0,3328,3329,1,0,0,0,3329,3331,1,0,0,0,3330,3332, + 3,714,357,0,3331,3330,1,0,0,0,3331,3332,1,0,0,0,3332,3334,1,0,0, + 0,3333,3335,3,290,145,0,3334,3333,1,0,0,0,3334,3335,1,0,0,0,3335, + 3336,1,0,0,0,3336,3337,3,480,240,0,3337,3342,1,0,0,0,3338,3339,3, + 292,146,0,3339,3340,3,480,240,0,3340,3342,1,0,0,0,3341,3324,1,0, + 0,0,3341,3338,1,0,0,0,3342,3404,1,0,0,0,3343,3344,5,85,0,0,3344, + 3362,5,245,0,0,3345,3346,5,2,0,0,3346,3347,3,248,124,0,3347,3349, + 5,3,0,0,3348,3350,3,252,126,0,3349,3348,1,0,0,0,3349,3350,1,0,0, + 0,3350,3352,1,0,0,0,3351,3353,3,714,357,0,3352,3351,1,0,0,0,3352, + 3353,1,0,0,0,3353,3355,1,0,0,0,3354,3356,3,290,145,0,3355,3354,1, + 0,0,0,3355,3356,1,0,0,0,3356,3357,1,0,0,0,3357,3358,3,480,240,0, + 3358,3363,1,0,0,0,3359,3360,3,292,146,0,3360,3361,3,480,240,0,3361, + 3363,1,0,0,0,3362,3345,1,0,0,0,3362,3359,1,0,0,0,3363,3404,1,0,0, + 0,3364,3366,5,199,0,0,3365,3367,3,638,319,0,3366,3365,1,0,0,0,3366, + 3367,1,0,0,0,3367,3368,1,0,0,0,3368,3369,5,2,0,0,3369,3370,3,256, + 128,0,3370,3372,5,3,0,0,3371,3373,3,252,126,0,3372,3371,1,0,0,0, + 3372,3373,1,0,0,0,3373,3375,1,0,0,0,3374,3376,3,714,357,0,3375,3374, + 1,0,0,0,3375,3376,1,0,0,0,3376,3378,1,0,0,0,3377,3379,3,290,145, + 0,3378,3377,1,0,0,0,3378,3379,1,0,0,0,3379,3381,1,0,0,0,3380,3382, + 3,260,130,0,3381,3380,1,0,0,0,3381,3382,1,0,0,0,3382,3383,1,0,0, + 0,3383,3384,3,480,240,0,3384,3404,1,0,0,0,3385,3386,5,63,0,0,3386, + 3387,5,245,0,0,3387,3388,5,2,0,0,3388,3389,3,248,124,0,3389,3390, + 5,3,0,0,3390,3391,5,86,0,0,3391,3393,3,1416,708,0,3392,3394,3,244, + 122,0,3393,3392,1,0,0,0,3393,3394,1,0,0,0,3394,3396,1,0,0,0,3395, + 3397,3,254,127,0,3396,3395,1,0,0,0,3396,3397,1,0,0,0,3397,3399,1, + 0,0,0,3398,3400,3,262,131,0,3399,3398,1,0,0,0,3399,3400,1,0,0,0, + 3400,3401,1,0,0,0,3401,3402,3,480,240,0,3402,3404,1,0,0,0,3403,3317, + 1,0,0,0,3403,3323,1,0,0,0,3403,3343,1,0,0,0,3403,3364,1,0,0,0,3403, + 3385,1,0,0,0,3404,241,1,0,0,0,3405,3406,5,269,0,0,3406,3407,5,228, + 0,0,3407,243,1,0,0,0,3408,3409,5,2,0,0,3409,3410,3,248,124,0,3410, + 3411,5,3,0,0,3411,245,1,0,0,0,3412,3413,5,2,0,0,3413,3414,3,250, + 125,0,3414,3415,5,3,0,0,3415,247,1,0,0,0,3416,3421,3,1436,718,0, + 3417,3418,5,6,0,0,3418,3420,3,1436,718,0,3419,3417,1,0,0,0,3420, + 3423,1,0,0,0,3421,3419,1,0,0,0,3421,3422,1,0,0,0,3422,249,1,0,0, + 0,3423,3421,1,0,0,0,3424,3429,3,1438,719,0,3425,3426,5,6,0,0,3426, + 3428,3,1438,719,0,3427,3425,1,0,0,0,3428,3431,1,0,0,0,3429,3427, + 1,0,0,0,3429,3430,1,0,0,0,3430,251,1,0,0,0,3431,3429,1,0,0,0,3432, + 3433,5,441,0,0,3433,3434,5,2,0,0,3434,3435,3,248,124,0,3435,3436, + 5,3,0,0,3436,253,1,0,0,0,3437,3438,5,258,0,0,3438,3439,7,28,0,0, + 3439,255,1,0,0,0,3440,3445,3,258,129,0,3441,3442,5,6,0,0,3442,3444, + 3,258,129,0,3443,3441,1,0,0,0,3444,3447,1,0,0,0,3445,3443,1,0,0, + 0,3445,3446,1,0,0,0,3446,257,1,0,0,0,3447,3445,1,0,0,0,3448,3449, + 3,644,322,0,3449,3456,5,105,0,0,3450,3457,3,736,368,0,3451,3452, + 5,278,0,0,3452,3453,5,2,0,0,3453,3454,3,736,368,0,3454,3455,5,3, + 0,0,3455,3457,1,0,0,0,3456,3450,1,0,0,0,3456,3451,1,0,0,0,3457,259, + 1,0,0,0,3458,3459,5,103,0,0,3459,3460,5,2,0,0,3460,3461,3,1216,608, + 0,3461,3462,5,3,0,0,3462,261,1,0,0,0,3463,3472,3,264,132,0,3464, + 3472,3,266,133,0,3465,3466,3,264,132,0,3466,3467,3,266,133,0,3467, + 3472,1,0,0,0,3468,3469,3,266,133,0,3469,3470,3,264,132,0,3470,3472, + 1,0,0,0,3471,3463,1,0,0,0,3471,3464,1,0,0,0,3471,3465,1,0,0,0,3471, + 3468,1,0,0,0,3472,263,1,0,0,0,3473,3474,5,80,0,0,3474,3475,5,369, + 0,0,3475,3476,3,268,134,0,3476,265,1,0,0,0,3477,3478,5,80,0,0,3478, + 3479,5,182,0,0,3479,3480,3,268,134,0,3480,267,1,0,0,0,3481,3482, + 5,269,0,0,3482,3491,5,132,0,0,3483,3491,5,315,0,0,3484,3491,5,150, + 0,0,3485,3486,5,333,0,0,3486,3488,7,29,0,0,3487,3489,3,248,124,0, + 3488,3487,1,0,0,0,3488,3489,1,0,0,0,3489,3491,1,0,0,0,3490,3481, + 1,0,0,0,3490,3483,1,0,0,0,3490,3484,1,0,0,0,3490,3485,1,0,0,0,3491, + 269,1,0,0,0,3492,3493,5,238,0,0,3493,3494,5,2,0,0,3494,3495,3,1394, + 697,0,3495,3496,5,3,0,0,3496,271,1,0,0,0,3497,3498,3,274,137,0,3498, + 273,1,0,0,0,3499,3500,5,285,0,0,3500,3501,5,147,0,0,3501,3502,3, + 1478,739,0,3502,3503,5,2,0,0,3503,3504,3,276,138,0,3504,3505,5,3, + 0,0,3505,275,1,0,0,0,3506,3511,3,278,139,0,3507,3508,5,6,0,0,3508, + 3510,3,278,139,0,3509,3507,1,0,0,0,3510,3513,1,0,0,0,3511,3509,1, + 0,0,0,3511,3512,1,0,0,0,3512,277,1,0,0,0,3513,3511,1,0,0,0,3514, + 3516,3,1436,718,0,3515,3517,3,650,325,0,3516,3515,1,0,0,0,3516,3517, + 1,0,0,0,3517,3519,1,0,0,0,3518,3520,3,652,326,0,3519,3518,1,0,0, + 0,3519,3520,1,0,0,0,3520,3538,1,0,0,0,3521,3523,3,1266,633,0,3522, + 3524,3,650,325,0,3523,3522,1,0,0,0,3523,3524,1,0,0,0,3524,3526,1, + 0,0,0,3525,3527,3,652,326,0,3526,3525,1,0,0,0,3526,3527,1,0,0,0, + 3527,3538,1,0,0,0,3528,3529,5,2,0,0,3529,3530,3,1216,608,0,3530, + 3532,5,3,0,0,3531,3533,3,650,325,0,3532,3531,1,0,0,0,3532,3533,1, + 0,0,0,3533,3535,1,0,0,0,3534,3536,3,652,326,0,3535,3534,1,0,0,0, + 3535,3536,1,0,0,0,3536,3538,1,0,0,0,3537,3514,1,0,0,0,3537,3521, + 1,0,0,0,3537,3528,1,0,0,0,3538,279,1,0,0,0,3539,3540,5,100,0,0,3540, + 3541,3,1440,720,0,3541,281,1,0,0,0,3542,3543,5,105,0,0,3543,3549, + 3,132,66,0,3544,3545,5,379,0,0,3545,3549,5,277,0,0,3546,3547,5,105, + 0,0,3547,3549,5,277,0,0,3548,3542,1,0,0,0,3548,3544,1,0,0,0,3548, + 3546,1,0,0,0,3549,283,1,0,0,0,3550,3551,5,80,0,0,3551,3557,5,161, + 0,0,3552,3558,5,191,0,0,3553,3554,5,182,0,0,3554,3558,5,320,0,0, + 3555,3556,5,292,0,0,3556,3558,5,320,0,0,3557,3552,1,0,0,0,3557,3553, + 1,0,0,0,3557,3555,1,0,0,0,3558,285,1,0,0,0,3559,3560,5,351,0,0,3560, + 3561,3,1406,703,0,3561,287,1,0,0,0,3562,3564,3,646,323,0,3563,3562, + 1,0,0,0,3563,3564,1,0,0,0,3564,3566,1,0,0,0,3565,3567,3,1018,509, + 0,3566,3565,1,0,0,0,3566,3567,1,0,0,0,3567,3569,1,0,0,0,3568,3570, + 3,290,145,0,3569,3568,1,0,0,0,3569,3570,1,0,0,0,3570,289,1,0,0,0, + 3571,3572,5,100,0,0,3572,3573,5,226,0,0,3573,3574,5,351,0,0,3574, + 3575,3,1406,703,0,3575,291,1,0,0,0,3576,3577,5,100,0,0,3577,3578, + 5,226,0,0,3578,3579,3,1440,720,0,3579,293,1,0,0,0,3580,3581,5,46, + 0,0,3581,3586,5,342,0,0,3582,3584,3,520,260,0,3583,3582,1,0,0,0, + 3583,3584,1,0,0,0,3584,3585,1,0,0,0,3585,3587,3,562,281,0,3586,3583, + 1,0,0,0,3586,3587,1,0,0,0,3587,3589,1,0,0,0,3588,3590,3,922,461, + 0,3589,3588,1,0,0,0,3589,3590,1,0,0,0,3590,3591,1,0,0,0,3591,3594, + 5,80,0,0,3592,3595,3,1336,668,0,3593,3595,3,1332,666,0,3594,3592, + 1,0,0,0,3594,3593,1,0,0,0,3595,3596,1,0,0,0,3596,3597,5,64,0,0,3597, + 3598,3,1108,554,0,3598,295,1,0,0,0,3599,3600,5,138,0,0,3600,3602, + 5,342,0,0,3601,3603,3,752,376,0,3602,3601,1,0,0,0,3602,3603,1,0, + 0,0,3603,3604,1,0,0,0,3604,3605,3,562,281,0,3605,3606,5,333,0,0, + 3606,3607,5,342,0,0,3607,3608,3,1468,734,0,3608,297,1,0,0,0,3609, + 3611,3,190,95,0,3610,3612,3,520,260,0,3611,3610,1,0,0,0,3611,3612, + 1,0,0,0,3612,3613,1,0,0,0,3613,3614,3,300,150,0,3614,3615,5,36,0, + 0,3615,3617,3,1004,502,0,3616,3618,3,302,151,0,3617,3616,1,0,0,0, + 3617,3618,1,0,0,0,3618,299,1,0,0,0,3619,3621,3,1408,704,0,3620,3622, + 3,246,123,0,3621,3620,1,0,0,0,3621,3622,1,0,0,0,3622,3624,1,0,0, + 0,3623,3625,3,280,140,0,3624,3623,1,0,0,0,3624,3625,1,0,0,0,3625, + 3627,1,0,0,0,3626,3628,3,282,141,0,3627,3626,1,0,0,0,3627,3628,1, + 0,0,0,3628,3630,1,0,0,0,3629,3631,3,284,142,0,3630,3629,1,0,0,0, + 3630,3631,1,0,0,0,3631,3633,1,0,0,0,3632,3634,3,286,143,0,3633,3632, + 1,0,0,0,3633,3634,1,0,0,0,3634,301,1,0,0,0,3635,3639,5,105,0,0,3636, + 3640,5,174,0,0,3637,3638,5,269,0,0,3638,3640,5,174,0,0,3639,3636, + 1,0,0,0,3639,3637,1,0,0,0,3640,303,1,0,0,0,3641,3643,5,46,0,0,3642, + 3644,3,308,154,0,3643,3642,1,0,0,0,3643,3644,1,0,0,0,3644,3645,1, + 0,0,0,3645,3646,5,259,0,0,3646,3648,5,376,0,0,3647,3649,3,520,260, + 0,3648,3647,1,0,0,0,3648,3649,1,0,0,0,3649,3650,1,0,0,0,3650,3651, + 3,306,153,0,3651,3652,5,36,0,0,3652,3654,3,1004,502,0,3653,3655, + 3,302,151,0,3654,3653,1,0,0,0,3654,3655,1,0,0,0,3655,305,1,0,0,0, + 3656,3658,3,1412,706,0,3657,3659,3,246,123,0,3658,3657,1,0,0,0,3658, + 3659,1,0,0,0,3659,3661,1,0,0,0,3660,3662,3,280,140,0,3661,3660,1, + 0,0,0,3661,3662,1,0,0,0,3662,3664,1,0,0,0,3663,3665,3,134,67,0,3664, + 3663,1,0,0,0,3664,3665,1,0,0,0,3665,3667,1,0,0,0,3666,3668,3,286, + 143,0,3667,3666,1,0,0,0,3667,3668,1,0,0,0,3668,307,1,0,0,0,3669, + 3670,5,367,0,0,3670,309,1,0,0,0,3671,3672,5,305,0,0,3672,3673,5, + 259,0,0,3673,3675,5,376,0,0,3674,3676,3,634,317,0,3675,3674,1,0, + 0,0,3675,3676,1,0,0,0,3676,3677,1,0,0,0,3677,3679,3,1414,707,0,3678, + 3680,3,302,151,0,3679,3678,1,0,0,0,3679,3680,1,0,0,0,3680,311,1, + 0,0,0,3681,3683,5,46,0,0,3682,3684,3,194,97,0,3683,3682,1,0,0,0, + 3683,3684,1,0,0,0,3684,3685,1,0,0,0,3685,3687,5,328,0,0,3686,3688, + 3,520,260,0,3687,3686,1,0,0,0,3687,3688,1,0,0,0,3688,3689,1,0,0, + 0,3689,3691,3,1416,708,0,3690,3692,3,316,158,0,3691,3690,1,0,0,0, + 3691,3692,1,0,0,0,3692,313,1,0,0,0,3693,3694,5,138,0,0,3694,3696, + 5,328,0,0,3695,3697,3,752,376,0,3696,3695,1,0,0,0,3696,3697,1,0, + 0,0,3697,3698,1,0,0,0,3698,3699,3,1416,708,0,3699,3700,3,320,160, + 0,3700,315,1,0,0,0,3701,3702,3,320,160,0,3702,317,1,0,0,0,3703,3704, + 5,2,0,0,3704,3705,3,320,160,0,3705,3706,5,3,0,0,3706,319,1,0,0,0, + 3707,3709,3,322,161,0,3708,3707,1,0,0,0,3709,3710,1,0,0,0,3710,3708, + 1,0,0,0,3710,3711,1,0,0,0,3711,321,1,0,0,0,3712,3713,5,36,0,0,3713, + 3747,3,1176,588,0,3714,3715,5,148,0,0,3715,3747,3,326,163,0,3716, + 3747,5,173,0,0,3717,3719,5,225,0,0,3718,3720,3,324,162,0,3719,3718, + 1,0,0,0,3719,3720,1,0,0,0,3720,3721,1,0,0,0,3721,3747,3,326,163, + 0,3722,3723,5,260,0,0,3723,3747,3,326,163,0,3724,3725,5,262,0,0, + 3725,3747,3,326,163,0,3726,3727,5,269,0,0,3727,3747,7,30,0,0,3728, + 3729,5,281,0,0,3729,3730,5,147,0,0,3730,3747,3,1436,718,0,3731,3732, + 5,328,0,0,3732,3733,5,266,0,0,3733,3747,3,562,281,0,3734,3736,5, + 340,0,0,3735,3737,3,14,7,0,3736,3735,1,0,0,0,3736,3737,1,0,0,0,3737, + 3738,1,0,0,0,3738,3747,3,326,163,0,3739,3741,5,314,0,0,3740,3742, + 3,14,7,0,3741,3740,1,0,0,0,3741,3742,1,0,0,0,3742,3744,1,0,0,0,3743, + 3745,3,326,163,0,3744,3743,1,0,0,0,3744,3745,1,0,0,0,3745,3747,1, + 0,0,0,3746,3712,1,0,0,0,3746,3714,1,0,0,0,3746,3716,1,0,0,0,3746, + 3717,1,0,0,0,3746,3722,1,0,0,0,3746,3724,1,0,0,0,3746,3726,1,0,0, + 0,3746,3728,1,0,0,0,3746,3731,1,0,0,0,3746,3734,1,0,0,0,3746,3739, + 1,0,0,0,3747,323,1,0,0,0,3748,3749,5,147,0,0,3749,325,1,0,0,0,3750, + 3757,3,1458,729,0,3751,3752,5,12,0,0,3752,3757,3,1458,729,0,3753, + 3754,5,13,0,0,3754,3757,3,1458,729,0,3755,3757,3,1468,734,0,3756, + 3750,1,0,0,0,3756,3751,1,0,0,0,3756,3753,1,0,0,0,3756,3755,1,0,0, + 0,3757,327,1,0,0,0,3758,3763,3,326,163,0,3759,3760,5,6,0,0,3760, + 3762,3,326,163,0,3761,3759,1,0,0,0,3762,3765,1,0,0,0,3763,3761,1, + 0,0,0,3763,3764,1,0,0,0,3764,329,1,0,0,0,3765,3763,1,0,0,0,3766, + 3768,5,46,0,0,3767,3769,3,662,331,0,3768,3767,1,0,0,0,3768,3769, + 1,0,0,0,3769,3771,1,0,0,0,3770,3772,3,332,166,0,3771,3770,1,0,0, + 0,3771,3772,1,0,0,0,3772,3774,1,0,0,0,3773,3775,3,342,171,0,3774, + 3773,1,0,0,0,3774,3775,1,0,0,0,3775,3776,1,0,0,0,3776,3777,5,247, + 0,0,3777,3786,3,1440,720,0,3778,3779,5,215,0,0,3779,3781,3,334,167, + 0,3780,3782,3,336,168,0,3781,3780,1,0,0,0,3781,3782,1,0,0,0,3782, + 3784,1,0,0,0,3783,3785,3,340,170,0,3784,3783,1,0,0,0,3784,3785,1, + 0,0,0,3785,3787,1,0,0,0,3786,3778,1,0,0,0,3786,3787,1,0,0,0,3787, + 331,1,0,0,0,3788,3789,5,359,0,0,3789,333,1,0,0,0,3790,3792,3,1440, + 720,0,3791,3793,3,564,282,0,3792,3791,1,0,0,0,3792,3793,1,0,0,0, + 3793,335,1,0,0,0,3794,3795,5,239,0,0,3795,3796,3,334,167,0,3796, + 337,1,0,0,0,3797,3798,5,373,0,0,3798,3802,3,334,167,0,3799,3800, + 5,269,0,0,3800,3802,5,373,0,0,3801,3797,1,0,0,0,3801,3799,1,0,0, + 0,3802,339,1,0,0,0,3803,3804,3,338,169,0,3804,341,1,0,0,0,3805,3806, + 5,295,0,0,3806,343,1,0,0,0,3807,3808,5,46,0,0,3808,3809,5,351,0, + 0,3809,3811,3,1406,703,0,3810,3812,3,346,173,0,3811,3810,1,0,0,0, + 3811,3812,1,0,0,0,3812,3813,1,0,0,0,3813,3814,5,255,0,0,3814,3816, + 3,1462,731,0,3815,3817,3,134,67,0,3816,3815,1,0,0,0,3816,3817,1, + 0,0,0,3817,345,1,0,0,0,3818,3819,5,282,0,0,3819,3820,3,1474,737, + 0,3820,347,1,0,0,0,3821,3822,5,46,0,0,3822,3824,5,204,0,0,3823,3825, + 3,520,260,0,3824,3823,1,0,0,0,3824,3825,1,0,0,0,3825,3826,1,0,0, + 0,3826,3828,3,1440,720,0,3827,3829,3,14,7,0,3828,3827,1,0,0,0,3828, + 3829,1,0,0,0,3829,3830,1,0,0,0,3830,3831,3,350,175,0,3831,349,1, + 0,0,0,3832,3834,3,352,176,0,3833,3832,1,0,0,0,3834,3837,1,0,0,0, + 3835,3833,1,0,0,0,3835,3836,1,0,0,0,3836,351,1,0,0,0,3837,3835,1, + 0,0,0,3838,3839,5,323,0,0,3839,3846,3,1426,713,0,3840,3841,5,375, + 0,0,3841,3846,3,80,40,0,3842,3843,5,64,0,0,3843,3846,3,80,40,0,3844, + 3846,5,150,0,0,3845,3838,1,0,0,0,3845,3840,1,0,0,0,3845,3842,1,0, + 0,0,3845,3844,1,0,0,0,3846,353,1,0,0,0,3847,3848,5,138,0,0,3848, + 3849,5,204,0,0,3849,3850,3,1440,720,0,3850,3851,5,369,0,0,3851,3852, + 3,356,178,0,3852,355,1,0,0,0,3853,3855,3,358,179,0,3854,3853,1,0, + 0,0,3855,3858,1,0,0,0,3856,3854,1,0,0,0,3856,3857,1,0,0,0,3857,357, + 1,0,0,0,3858,3856,1,0,0,0,3859,3860,5,94,0,0,3860,3861,3,80,40,0, + 3861,359,1,0,0,0,3862,3863,5,138,0,0,3863,3864,5,204,0,0,3864,3865, + 3,1440,720,0,3865,3866,3,44,22,0,3866,3867,3,552,276,0,3867,3965, + 1,0,0,0,3868,3869,5,138,0,0,3869,3870,5,204,0,0,3870,3871,3,1440, + 720,0,3871,3872,3,44,22,0,3872,3873,3,550,275,0,3873,3965,1,0,0, + 0,3874,3875,5,138,0,0,3875,3876,5,204,0,0,3876,3877,3,1440,720,0, + 3877,3878,3,44,22,0,3878,3879,5,136,0,0,3879,3880,3,702,351,0,3880, + 3965,1,0,0,0,3881,3882,5,138,0,0,3882,3883,5,204,0,0,3883,3884,3, + 1440,720,0,3884,3885,3,44,22,0,3885,3886,5,41,0,0,3886,3887,5,2, + 0,0,3887,3888,3,1172,586,0,3888,3889,5,36,0,0,3889,3890,3,1172,586, + 0,3890,3891,5,3,0,0,3891,3965,1,0,0,0,3892,3893,5,138,0,0,3893,3894, + 5,204,0,0,3894,3895,3,1440,720,0,3895,3896,3,44,22,0,3896,3897,5, + 189,0,0,3897,3898,3,1172,586,0,3898,3965,1,0,0,0,3899,3900,5,138, + 0,0,3900,3901,5,204,0,0,3901,3902,3,1440,720,0,3902,3903,3,44,22, + 0,3903,3904,5,211,0,0,3904,3905,3,678,339,0,3905,3965,1,0,0,0,3906, + 3907,5,138,0,0,3907,3908,5,204,0,0,3908,3909,3,1440,720,0,3909,3910, + 3,44,22,0,3910,3911,5,278,0,0,3911,3912,3,740,370,0,3912,3965,1, + 0,0,0,3913,3914,5,138,0,0,3914,3915,5,204,0,0,3915,3916,3,1440,720, + 0,3916,3917,3,44,22,0,3917,3918,5,278,0,0,3918,3919,5,156,0,0,3919, + 3920,3,562,281,0,3920,3921,5,100,0,0,3921,3922,3,1440,720,0,3922, + 3965,1,0,0,0,3923,3924,5,138,0,0,3924,3925,5,204,0,0,3925,3926,3, + 1440,720,0,3926,3927,3,44,22,0,3927,3928,5,278,0,0,3928,3929,5,206, + 0,0,3929,3930,3,562,281,0,3930,3931,5,100,0,0,3931,3932,3,1440,720, + 0,3932,3965,1,0,0,0,3933,3934,5,138,0,0,3934,3935,5,204,0,0,3935, + 3936,3,1440,720,0,3936,3937,3,44,22,0,3937,3938,5,296,0,0,3938,3939, + 3,674,337,0,3939,3965,1,0,0,0,3940,3941,5,138,0,0,3941,3942,5,204, + 0,0,3942,3943,3,1440,720,0,3943,3944,3,44,22,0,3944,3945,5,442,0, + 0,3945,3946,3,670,335,0,3946,3965,1,0,0,0,3947,3948,5,138,0,0,3948, + 3949,5,204,0,0,3949,3950,3,1440,720,0,3950,3951,3,44,22,0,3951,3952, + 5,443,0,0,3952,3953,5,62,0,0,3953,3954,3,1172,586,0,3954,3955,5, + 247,0,0,3955,3956,3,1440,720,0,3956,3965,1,0,0,0,3957,3958,5,138, + 0,0,3958,3959,5,204,0,0,3959,3960,3,1440,720,0,3960,3961,3,44,22, + 0,3961,3962,5,360,0,0,3962,3963,3,1172,586,0,3963,3965,1,0,0,0,3964, + 3862,1,0,0,0,3964,3868,1,0,0,0,3964,3874,1,0,0,0,3964,3881,1,0,0, + 0,3964,3892,1,0,0,0,3964,3899,1,0,0,0,3964,3906,1,0,0,0,3964,3913, + 1,0,0,0,3964,3923,1,0,0,0,3964,3933,1,0,0,0,3964,3940,1,0,0,0,3964, + 3947,1,0,0,0,3964,3957,1,0,0,0,3965,361,1,0,0,0,3966,3967,5,46,0, + 0,3967,3968,5,63,0,0,3968,3969,5,174,0,0,3969,3970,5,381,0,0,3970, + 3972,3,1440,720,0,3971,3973,3,368,184,0,3972,3971,1,0,0,0,3972,3973, + 1,0,0,0,3973,3975,1,0,0,0,3974,3976,3,372,186,0,3975,3974,1,0,0, + 0,3975,3976,1,0,0,0,3976,363,1,0,0,0,3977,3978,5,215,0,0,3978,3986, + 3,334,167,0,3979,3980,5,269,0,0,3980,3986,5,215,0,0,3981,3982,5, + 373,0,0,3982,3986,3,334,167,0,3983,3984,5,269,0,0,3984,3986,5,373, + 0,0,3985,3977,1,0,0,0,3985,3979,1,0,0,0,3985,3981,1,0,0,0,3985,3983, + 1,0,0,0,3986,365,1,0,0,0,3987,3989,3,364,182,0,3988,3987,1,0,0,0, + 3989,3990,1,0,0,0,3990,3988,1,0,0,0,3990,3991,1,0,0,0,3991,367,1, + 0,0,0,3992,3993,3,366,183,0,3993,369,1,0,0,0,3994,3995,5,138,0,0, + 3995,3996,5,63,0,0,3996,3997,5,174,0,0,3997,3998,5,381,0,0,3998, + 4000,3,1440,720,0,3999,4001,3,368,184,0,4000,3999,1,0,0,0,4000,4001, + 1,0,0,0,4001,4002,1,0,0,0,4002,4003,3,376,188,0,4003,4012,1,0,0, + 0,4004,4005,5,138,0,0,4005,4006,5,63,0,0,4006,4007,5,174,0,0,4007, + 4008,5,381,0,0,4008,4009,3,1440,720,0,4009,4010,3,366,183,0,4010, + 4012,1,0,0,0,4011,3994,1,0,0,0,4011,4004,1,0,0,0,4012,371,1,0,0, + 0,4013,4014,5,280,0,0,4014,4015,5,2,0,0,4015,4016,3,374,187,0,4016, + 4017,5,3,0,0,4017,373,1,0,0,0,4018,4023,3,382,191,0,4019,4020,5, + 6,0,0,4020,4022,3,382,191,0,4021,4019,1,0,0,0,4022,4025,1,0,0,0, + 4023,4021,1,0,0,0,4023,4024,1,0,0,0,4024,375,1,0,0,0,4025,4023,1, + 0,0,0,4026,4027,5,280,0,0,4027,4028,5,2,0,0,4028,4029,3,378,189, + 0,4029,4030,5,3,0,0,4030,377,1,0,0,0,4031,4036,3,380,190,0,4032, + 4033,5,6,0,0,4033,4035,3,380,190,0,4034,4032,1,0,0,0,4035,4038,1, + 0,0,0,4036,4034,1,0,0,0,4036,4037,1,0,0,0,4037,379,1,0,0,0,4038, + 4036,1,0,0,0,4039,4047,3,382,191,0,4040,4041,5,333,0,0,4041,4047, + 3,382,191,0,4042,4043,5,133,0,0,4043,4047,3,382,191,0,4044,4045, + 5,191,0,0,4045,4047,3,382,191,0,4046,4039,1,0,0,0,4046,4040,1,0, + 0,0,4046,4042,1,0,0,0,4046,4044,1,0,0,0,4047,381,1,0,0,0,4048,4049, + 3,384,192,0,4049,4050,3,386,193,0,4050,383,1,0,0,0,4051,4052,3,1494, + 747,0,4052,385,1,0,0,0,4053,4054,3,1462,731,0,4054,387,1,0,0,0,4055, + 4056,5,46,0,0,4056,4058,5,331,0,0,4057,4059,3,520,260,0,4058,4057, + 1,0,0,0,4058,4059,1,0,0,0,4059,4060,1,0,0,0,4060,4062,3,1440,720, + 0,4061,4063,3,390,195,0,4062,4061,1,0,0,0,4062,4063,1,0,0,0,4063, + 4065,1,0,0,0,4064,4066,3,394,197,0,4065,4064,1,0,0,0,4065,4066,1, + 0,0,0,4066,4067,1,0,0,0,4067,4068,5,63,0,0,4068,4069,5,174,0,0,4069, + 4070,5,381,0,0,4070,4072,3,1440,720,0,4071,4073,3,372,186,0,4072, + 4071,1,0,0,0,4072,4073,1,0,0,0,4073,389,1,0,0,0,4074,4075,5,360, + 0,0,4075,4076,3,1462,731,0,4076,391,1,0,0,0,4077,4080,5,375,0,0, + 4078,4081,3,1462,731,0,4079,4081,5,78,0,0,4080,4078,1,0,0,0,4080, + 4079,1,0,0,0,4081,393,1,0,0,0,4082,4083,3,392,196,0,4083,395,1,0, + 0,0,4084,4085,5,138,0,0,4085,4086,5,331,0,0,4086,4092,3,1440,720, + 0,4087,4093,3,376,188,0,4088,4090,3,392,196,0,4089,4091,3,376,188, + 0,4090,4089,1,0,0,0,4090,4091,1,0,0,0,4091,4093,1,0,0,0,4092,4087, + 1,0,0,0,4092,4088,1,0,0,0,4093,397,1,0,0,0,4094,4095,5,46,0,0,4095, + 4096,5,63,0,0,4096,4098,5,92,0,0,4097,4099,3,520,260,0,4098,4097, + 1,0,0,0,4098,4099,1,0,0,0,4099,4100,1,0,0,0,4100,4101,3,1408,704, + 0,4101,4103,5,2,0,0,4102,4104,3,198,99,0,4103,4102,1,0,0,0,4103, + 4104,1,0,0,0,4104,4105,1,0,0,0,4105,4107,5,3,0,0,4106,4108,3,270, + 135,0,4107,4106,1,0,0,0,4107,4108,1,0,0,0,4108,4109,1,0,0,0,4109, + 4110,5,331,0,0,4110,4112,3,1440,720,0,4111,4113,3,372,186,0,4112, + 4111,1,0,0,0,4112,4113,1,0,0,0,4113,4134,1,0,0,0,4114,4115,5,46, + 0,0,4115,4116,5,63,0,0,4116,4118,5,92,0,0,4117,4119,3,520,260,0, + 4118,4117,1,0,0,0,4118,4119,1,0,0,0,4119,4120,1,0,0,0,4120,4121, + 3,1408,704,0,4121,4122,5,285,0,0,4122,4123,5,275,0,0,4123,4125,3, + 1410,705,0,4124,4126,3,200,100,0,4125,4124,1,0,0,0,4125,4126,1,0, + 0,0,4126,4127,1,0,0,0,4127,4128,3,144,72,0,4128,4129,5,331,0,0,4129, + 4131,3,1440,720,0,4130,4132,3,372,186,0,4131,4130,1,0,0,0,4131,4132, + 1,0,0,0,4132,4134,1,0,0,0,4133,4094,1,0,0,0,4133,4114,1,0,0,0,4134, + 399,1,0,0,0,4135,4136,5,444,0,0,4136,4137,5,63,0,0,4137,4138,5,323, + 0,0,4138,4140,3,1426,713,0,4139,4141,3,404,202,0,4140,4139,1,0,0, + 0,4140,4141,1,0,0,0,4141,4142,1,0,0,0,4142,4143,5,64,0,0,4143,4144, + 5,331,0,0,4144,4145,3,1440,720,0,4145,4146,5,71,0,0,4146,4148,3, + 1440,720,0,4147,4149,3,372,186,0,4148,4147,1,0,0,0,4148,4149,1,0, + 0,0,4149,401,1,0,0,0,4150,4151,5,74,0,0,4151,4154,5,94,0,0,4152, + 4154,5,59,0,0,4153,4150,1,0,0,0,4153,4152,1,0,0,0,4154,403,1,0,0, + 0,4155,4156,3,402,201,0,4156,4157,5,2,0,0,4157,4158,3,1128,564,0, + 4158,4159,5,3,0,0,4159,405,1,0,0,0,4160,4161,5,46,0,0,4161,4162, + 5,99,0,0,4162,4164,5,257,0,0,4163,4165,3,520,260,0,4164,4163,1,0, + 0,0,4164,4165,1,0,0,0,4165,4166,1,0,0,0,4166,4167,5,62,0,0,4167, + 4168,3,408,204,0,4168,4169,5,331,0,0,4169,4171,3,1440,720,0,4170, + 4172,3,372,186,0,4171,4170,1,0,0,0,4171,4172,1,0,0,0,4172,407,1, + 0,0,0,4173,4176,3,1474,737,0,4174,4176,5,99,0,0,4175,4173,1,0,0, + 0,4175,4174,1,0,0,0,4176,409,1,0,0,0,4177,4178,5,138,0,0,4178,4179, + 5,99,0,0,4179,4180,5,257,0,0,4180,4181,5,62,0,0,4181,4182,3,408, + 204,0,4182,4183,5,331,0,0,4183,4184,3,1440,720,0,4184,4185,3,376, + 188,0,4185,411,1,0,0,0,4186,4187,5,46,0,0,4187,4188,5,445,0,0,4188, + 4189,3,1440,720,0,4189,4190,5,80,0,0,4190,4192,3,1416,708,0,4191, + 4193,3,430,215,0,4192,4191,1,0,0,0,4192,4193,1,0,0,0,4193,4195,1, + 0,0,0,4194,4196,3,432,216,0,4195,4194,1,0,0,0,4195,4196,1,0,0,0, + 4196,4198,1,0,0,0,4197,4199,3,426,213,0,4198,4197,1,0,0,0,4198,4199, + 1,0,0,0,4199,4201,1,0,0,0,4200,4202,3,422,211,0,4201,4200,1,0,0, + 0,4201,4202,1,0,0,0,4202,4204,1,0,0,0,4203,4205,3,424,212,0,4204, + 4203,1,0,0,0,4204,4205,1,0,0,0,4205,413,1,0,0,0,4206,4207,5,138, + 0,0,4207,4208,5,445,0,0,4208,4209,3,1440,720,0,4209,4210,5,80,0, + 0,4210,4212,3,1416,708,0,4211,4213,3,428,214,0,4212,4211,1,0,0,0, + 4212,4213,1,0,0,0,4213,4215,1,0,0,0,4214,4216,3,422,211,0,4215,4214, + 1,0,0,0,4215,4216,1,0,0,0,4216,4218,1,0,0,0,4217,4219,3,424,212, + 0,4218,4217,1,0,0,0,4218,4219,1,0,0,0,4219,415,1,0,0,0,4220,4221, + 5,138,0,0,4221,4222,5,296,0,0,4222,4224,3,1432,716,0,4223,4225,3, + 664,332,0,4224,4223,1,0,0,0,4224,4225,1,0,0,0,4225,4226,1,0,0,0, + 4226,4227,3,418,209,0,4227,417,1,0,0,0,4228,4232,3,420,210,0,4229, + 4231,3,420,210,0,4230,4229,1,0,0,0,4231,4234,1,0,0,0,4232,4230,1, + 0,0,0,4232,4233,1,0,0,0,4233,4236,1,0,0,0,4234,4232,1,0,0,0,4235, + 4237,5,315,0,0,4236,4235,1,0,0,0,4236,4237,1,0,0,0,4237,4255,1,0, + 0,0,4238,4239,5,309,0,0,4239,4240,5,94,0,0,4240,4255,3,1434,717, + 0,4241,4242,5,282,0,0,4242,4243,5,94,0,0,4243,4255,3,1474,737,0, + 4244,4245,5,333,0,0,4245,4246,5,323,0,0,4246,4255,3,48,24,0,4247, + 4249,5,269,0,0,4248,4247,1,0,0,0,4248,4249,1,0,0,0,4249,4250,1,0, + 0,0,4250,4251,5,462,0,0,4251,4252,5,80,0,0,4252,4253,5,204,0,0,4253, + 4255,3,1440,720,0,4254,4228,1,0,0,0,4254,4238,1,0,0,0,4254,4241, + 1,0,0,0,4254,4244,1,0,0,0,4254,4248,1,0,0,0,4255,419,1,0,0,0,4256, + 4258,5,205,0,0,4257,4256,1,0,0,0,4257,4258,1,0,0,0,4258,4259,1,0, + 0,0,4259,4260,5,327,0,0,4260,4267,5,243,0,0,4261,4263,5,205,0,0, + 4262,4261,1,0,0,0,4262,4263,1,0,0,0,4263,4264,1,0,0,0,4264,4265, + 5,327,0,0,4265,4267,5,181,0,0,4266,4257,1,0,0,0,4266,4262,1,0,0, + 0,4267,4285,1,0,0,0,4268,4269,5,333,0,0,4269,4270,3,1440,720,0,4270, + 4273,7,31,0,0,4271,4274,3,1440,720,0,4272,4274,5,53,0,0,4273,4271, + 1,0,0,0,4273,4272,1,0,0,0,4274,4285,1,0,0,0,4275,4276,5,333,0,0, + 4276,4277,3,1440,720,0,4277,4278,5,64,0,0,4278,4279,5,434,0,0,4279, + 4285,1,0,0,0,4280,4281,5,313,0,0,4281,4285,3,1440,720,0,4282,4283, + 5,313,0,0,4283,4285,5,30,0,0,4284,4266,1,0,0,0,4284,4268,1,0,0,0, + 4284,4275,1,0,0,0,4284,4280,1,0,0,0,4284,4282,1,0,0,0,4285,421,1, + 0,0,0,4286,4287,5,100,0,0,4287,4288,5,2,0,0,4288,4289,3,1216,608, + 0,4289,4290,5,3,0,0,4290,423,1,0,0,0,4291,4292,5,105,0,0,4292,4293, + 5,42,0,0,4293,4294,5,2,0,0,4294,4295,3,1216,608,0,4295,4296,5,3, + 0,0,4296,425,1,0,0,0,4297,4298,5,94,0,0,4298,4299,3,1476,738,0,4299, + 427,1,0,0,0,4300,4301,5,94,0,0,4301,4302,3,1476,738,0,4302,429,1, + 0,0,0,4303,4307,5,36,0,0,4304,4308,5,541,0,0,4305,4308,5,542,0,0, + 4306,4308,3,1496,748,0,4307,4304,1,0,0,0,4307,4305,1,0,0,0,4307, + 4306,1,0,0,0,4308,431,1,0,0,0,4309,4310,5,62,0,0,4310,4311,3,434, + 217,0,4311,433,1,0,0,0,4312,4313,7,32,0,0,4313,435,1,0,0,0,4314, + 4315,5,46,0,0,4315,4316,5,131,0,0,4316,4317,5,446,0,0,4317,4318, + 3,1440,720,0,4318,4319,5,360,0,0,4319,4320,3,438,219,0,4320,4321, + 5,215,0,0,4321,4322,3,334,167,0,4322,437,1,0,0,0,4323,4324,7,33, + 0,0,4324,439,1,0,0,0,4325,4327,5,46,0,0,4326,4328,3,662,331,0,4327, + 4326,1,0,0,0,4327,4328,1,0,0,0,4328,4329,1,0,0,0,4329,4330,5,357, + 0,0,4330,4331,3,1440,720,0,4331,4332,3,442,221,0,4332,4333,3,448, + 224,0,4333,4334,5,80,0,0,4334,4336,3,1410,705,0,4335,4337,3,452, + 226,0,4336,4335,1,0,0,0,4336,4337,1,0,0,0,4337,4339,1,0,0,0,4338, + 4340,3,464,232,0,4339,4338,1,0,0,0,4339,4340,1,0,0,0,4340,4342,1, + 0,0,0,4341,4343,3,470,235,0,4342,4341,1,0,0,0,4342,4343,1,0,0,0, + 4343,4344,1,0,0,0,4344,4345,5,202,0,0,4345,4346,3,472,236,0,4346, + 4347,5,2,0,0,4347,4348,3,474,237,0,4348,4349,5,3,0,0,4349,4380,1, + 0,0,0,4350,4352,5,46,0,0,4351,4353,3,662,331,0,4352,4351,1,0,0,0, + 4352,4353,1,0,0,0,4353,4355,1,0,0,0,4354,4356,5,45,0,0,4355,4354, + 1,0,0,0,4355,4356,1,0,0,0,4356,4357,1,0,0,0,4357,4358,5,357,0,0, + 4358,4359,3,1440,720,0,4359,4360,3,442,221,0,4360,4361,3,448,224, + 0,4361,4362,5,80,0,0,4362,4364,3,1410,705,0,4363,4365,3,478,239, + 0,4364,4363,1,0,0,0,4364,4365,1,0,0,0,4365,4366,1,0,0,0,4366,4368, + 3,480,240,0,4367,4369,3,444,222,0,4368,4367,1,0,0,0,4368,4369,1, + 0,0,0,4369,4371,1,0,0,0,4370,4372,3,470,235,0,4371,4370,1,0,0,0, + 4371,4372,1,0,0,0,4372,4373,1,0,0,0,4373,4374,5,202,0,0,4374,4375, + 3,472,236,0,4375,4376,5,2,0,0,4376,4377,3,474,237,0,4377,4378,5, + 3,0,0,4378,4380,1,0,0,0,4379,4325,1,0,0,0,4379,4350,1,0,0,0,4380, + 441,1,0,0,0,4381,4386,5,145,0,0,4382,4386,5,135,0,0,4383,4384,5, + 242,0,0,4384,4386,5,275,0,0,4385,4381,1,0,0,0,4385,4382,1,0,0,0, + 4385,4383,1,0,0,0,4386,443,1,0,0,0,4387,4389,5,62,0,0,4388,4390, + 5,192,0,0,4389,4388,1,0,0,0,4389,4390,1,0,0,0,4390,4391,1,0,0,0, + 4391,4392,3,446,223,0,4392,445,1,0,0,0,4393,4394,7,34,0,0,4394,447, + 1,0,0,0,4395,4400,3,450,225,0,4396,4397,5,82,0,0,4397,4399,3,450, + 225,0,4398,4396,1,0,0,0,4399,4402,1,0,0,0,4400,4398,1,0,0,0,4400, + 4401,1,0,0,0,4401,449,1,0,0,0,4402,4400,1,0,0,0,4403,4411,5,241, + 0,0,4404,4411,5,182,0,0,4405,4411,5,369,0,0,4406,4407,5,369,0,0, + 4407,4408,5,275,0,0,4408,4411,3,248,124,0,4409,4411,5,358,0,0,4410, + 4403,1,0,0,0,4410,4404,1,0,0,0,4410,4405,1,0,0,0,4410,4406,1,0,0, + 0,4410,4409,1,0,0,0,4411,451,1,0,0,0,4412,4413,5,447,0,0,4413,4414, + 3,454,227,0,4414,453,1,0,0,0,4415,4417,3,456,228,0,4416,4415,1,0, + 0,0,4417,4418,1,0,0,0,4418,4416,1,0,0,0,4418,4419,1,0,0,0,4419,455, + 1,0,0,0,4420,4421,3,458,229,0,4421,4423,3,460,230,0,4422,4424,3, + 876,438,0,4423,4422,1,0,0,0,4423,4424,1,0,0,0,4424,4425,1,0,0,0, + 4425,4426,3,462,231,0,4426,457,1,0,0,0,4427,4428,7,35,0,0,4428,459, + 1,0,0,0,4429,4430,7,36,0,0,4430,461,1,0,0,0,4431,4432,3,1478,739, + 0,4432,463,1,0,0,0,4433,4435,5,62,0,0,4434,4436,3,466,233,0,4435, + 4434,1,0,0,0,4435,4436,1,0,0,0,4436,4437,1,0,0,0,4437,4438,3,468, + 234,0,4438,465,1,0,0,0,4439,4440,5,192,0,0,4440,467,1,0,0,0,4441, + 4442,7,34,0,0,4442,469,1,0,0,0,4443,4444,5,102,0,0,4444,4445,5,2, + 0,0,4445,4446,3,1216,608,0,4446,4447,5,3,0,0,4447,471,1,0,0,0,4448, + 4449,5,211,0,0,4449,4453,3,1448,724,0,4450,4451,5,296,0,0,4451,4453, + 3,1432,716,0,4452,4448,1,0,0,0,4452,4450,1,0,0,0,4453,473,1,0,0, + 0,4454,4457,3,476,238,0,4455,4457,1,0,0,0,4456,4454,1,0,0,0,4456, + 4455,1,0,0,0,4457,4462,1,0,0,0,4458,4459,5,6,0,0,4459,4461,3,476, + 238,0,4460,4458,1,0,0,0,4461,4464,1,0,0,0,4462,4460,1,0,0,0,4462, + 4463,1,0,0,0,4463,475,1,0,0,0,4464,4462,1,0,0,0,4465,4470,3,1460, + 730,0,4466,4470,3,1458,729,0,4467,4470,3,1462,731,0,4468,4470,3, + 1494,747,0,4469,4465,1,0,0,0,4469,4466,1,0,0,0,4469,4467,1,0,0,0, + 4469,4468,1,0,0,0,4470,477,1,0,0,0,4471,4472,5,64,0,0,4472,4473, + 3,1416,708,0,4473,479,1,0,0,0,4474,4476,3,482,241,0,4475,4474,1, + 0,0,0,4476,4479,1,0,0,0,4477,4475,1,0,0,0,4477,4478,1,0,0,0,4478, + 481,1,0,0,0,4479,4477,1,0,0,0,4480,4481,5,77,0,0,4481,4492,5,54, + 0,0,4482,4492,5,54,0,0,4483,4484,5,69,0,0,4484,4492,5,221,0,0,4485, + 4486,5,69,0,0,4486,4492,5,180,0,0,4487,4488,5,77,0,0,4488,4492,5, + 371,0,0,4489,4490,5,269,0,0,4490,4492,5,228,0,0,4491,4480,1,0,0, + 0,4491,4482,1,0,0,0,4491,4483,1,0,0,0,4491,4485,1,0,0,0,4491,4487, + 1,0,0,0,4491,4489,1,0,0,0,4492,483,1,0,0,0,4493,4494,5,46,0,0,4494, + 4495,5,198,0,0,4495,4496,5,357,0,0,4496,4497,3,1440,720,0,4497,4498, + 5,80,0,0,4498,4499,3,1494,747,0,4499,4500,5,202,0,0,4500,4501,3, + 472,236,0,4501,4502,5,2,0,0,4502,4503,5,3,0,0,4503,4518,1,0,0,0, + 4504,4505,5,46,0,0,4505,4506,5,198,0,0,4506,4507,5,357,0,0,4507, + 4508,3,1440,720,0,4508,4509,5,80,0,0,4509,4510,3,1494,747,0,4510, + 4511,5,102,0,0,4511,4512,3,486,243,0,4512,4513,5,202,0,0,4513,4514, + 3,472,236,0,4514,4515,5,2,0,0,4515,4516,5,3,0,0,4516,4518,1,0,0, + 0,4517,4493,1,0,0,0,4517,4504,1,0,0,0,4518,485,1,0,0,0,4519,4524, + 3,488,244,0,4520,4521,5,33,0,0,4521,4523,3,488,244,0,4522,4520,1, + 0,0,0,4523,4526,1,0,0,0,4524,4522,1,0,0,0,4524,4525,1,0,0,0,4525, + 487,1,0,0,0,4526,4524,1,0,0,0,4527,4528,3,1478,739,0,4528,4529,5, + 68,0,0,4529,4530,5,2,0,0,4530,4531,3,490,245,0,4531,4532,5,3,0,0, + 4532,489,1,0,0,0,4533,4538,3,1462,731,0,4534,4535,5,6,0,0,4535,4537, + 3,1462,731,0,4536,4534,1,0,0,0,4537,4540,1,0,0,0,4538,4536,1,0,0, + 0,4538,4539,1,0,0,0,4539,491,1,0,0,0,4540,4538,1,0,0,0,4541,4542, + 5,138,0,0,4542,4543,5,198,0,0,4543,4544,5,357,0,0,4544,4545,3,1440, + 720,0,4545,4546,3,494,247,0,4546,493,1,0,0,0,4547,4549,5,193,0,0, + 4548,4550,7,20,0,0,4549,4548,1,0,0,0,4549,4550,1,0,0,0,4550,4553, + 1,0,0,0,4551,4553,5,186,0,0,4552,4547,1,0,0,0,4552,4551,1,0,0,0, + 4553,495,1,0,0,0,4554,4555,5,46,0,0,4555,4556,5,140,0,0,4556,4557, + 3,562,281,0,4557,4558,5,42,0,0,4558,4559,5,2,0,0,4559,4560,3,1216, + 608,0,4560,4561,5,3,0,0,4561,4562,3,480,240,0,4562,497,1,0,0,0,4563, + 4565,5,46,0,0,4564,4566,3,662,331,0,4565,4564,1,0,0,0,4565,4566, + 1,0,0,0,4566,4567,1,0,0,0,4567,4568,5,136,0,0,4568,4569,3,1448,724, + 0,4569,4570,3,698,349,0,4570,4571,3,500,250,0,4571,4667,1,0,0,0, + 4572,4574,5,46,0,0,4573,4575,3,662,331,0,4574,4573,1,0,0,0,4574, + 4575,1,0,0,0,4575,4576,1,0,0,0,4576,4577,5,136,0,0,4577,4578,3,1448, + 724,0,4578,4579,3,508,254,0,4579,4667,1,0,0,0,4580,4581,5,46,0,0, + 4581,4582,5,278,0,0,4582,4583,3,736,368,0,4583,4584,3,500,250,0, + 4584,4667,1,0,0,0,4585,4586,5,46,0,0,4586,4587,5,360,0,0,4587,4588, + 3,562,281,0,4588,4589,3,500,250,0,4589,4667,1,0,0,0,4590,4591,5, + 46,0,0,4591,4592,5,360,0,0,4592,4667,3,562,281,0,4593,4594,5,46, + 0,0,4594,4595,5,360,0,0,4595,4596,3,562,281,0,4596,4597,5,36,0,0, + 4597,4599,5,2,0,0,4598,4600,3,1152,576,0,4599,4598,1,0,0,0,4599, + 4600,1,0,0,0,4600,4601,1,0,0,0,4601,4602,5,3,0,0,4602,4667,1,0,0, + 0,4603,4604,5,46,0,0,4604,4605,5,360,0,0,4605,4606,3,562,281,0,4606, + 4607,5,36,0,0,4607,4608,5,196,0,0,4608,4610,5,2,0,0,4609,4611,3, + 514,257,0,4610,4609,1,0,0,0,4610,4611,1,0,0,0,4611,4612,1,0,0,0, + 4612,4613,5,3,0,0,4613,4667,1,0,0,0,4614,4615,5,46,0,0,4615,4616, + 5,360,0,0,4616,4617,3,562,281,0,4617,4618,5,36,0,0,4618,4619,5,299, + 0,0,4619,4620,3,500,250,0,4620,4667,1,0,0,0,4621,4622,5,46,0,0,4622, + 4623,5,355,0,0,4623,4624,5,325,0,0,4624,4625,5,283,0,0,4625,4626, + 3,562,281,0,4626,4627,3,500,250,0,4627,4667,1,0,0,0,4628,4629,5, + 46,0,0,4629,4630,5,355,0,0,4630,4631,5,325,0,0,4631,4632,5,185,0, + 0,4632,4633,3,562,281,0,4633,4634,3,500,250,0,4634,4667,1,0,0,0, + 4635,4636,5,46,0,0,4636,4637,5,355,0,0,4637,4638,5,325,0,0,4638, + 4639,5,353,0,0,4639,4640,3,562,281,0,4640,4641,3,500,250,0,4641, + 4667,1,0,0,0,4642,4643,5,46,0,0,4643,4644,5,355,0,0,4644,4645,5, + 325,0,0,4645,4646,5,163,0,0,4646,4647,3,562,281,0,4647,4648,3,500, + 250,0,4648,4667,1,0,0,0,4649,4650,5,46,0,0,4650,4652,5,108,0,0,4651, + 4653,3,520,260,0,4652,4651,1,0,0,0,4652,4653,1,0,0,0,4653,4654,1, + 0,0,0,4654,4655,3,562,281,0,4655,4656,3,500,250,0,4656,4667,1,0, + 0,0,4657,4658,5,46,0,0,4658,4660,5,108,0,0,4659,4661,3,520,260,0, + 4660,4659,1,0,0,0,4660,4661,1,0,0,0,4661,4662,1,0,0,0,4662,4663, + 3,562,281,0,4663,4664,5,64,0,0,4664,4665,3,562,281,0,4665,4667,1, + 0,0,0,4666,4563,1,0,0,0,4666,4572,1,0,0,0,4666,4580,1,0,0,0,4666, + 4585,1,0,0,0,4666,4590,1,0,0,0,4666,4593,1,0,0,0,4666,4603,1,0,0, + 0,4666,4614,1,0,0,0,4666,4621,1,0,0,0,4666,4628,1,0,0,0,4666,4635, + 1,0,0,0,4666,4642,1,0,0,0,4666,4649,1,0,0,0,4666,4657,1,0,0,0,4667, + 499,1,0,0,0,4668,4669,5,2,0,0,4669,4670,3,502,251,0,4670,4671,5, + 3,0,0,4671,501,1,0,0,0,4672,4677,3,504,252,0,4673,4674,5,6,0,0,4674, + 4676,3,504,252,0,4675,4673,1,0,0,0,4676,4679,1,0,0,0,4677,4675,1, + 0,0,0,4677,4678,1,0,0,0,4678,503,1,0,0,0,4679,4677,1,0,0,0,4680, + 4683,3,1494,747,0,4681,4682,5,10,0,0,4682,4684,3,506,253,0,4683, + 4681,1,0,0,0,4683,4684,1,0,0,0,4684,505,1,0,0,0,4685,4692,3,692, + 346,0,4686,4692,3,1506,753,0,4687,4692,3,1328,664,0,4688,4692,3, + 326,163,0,4689,4692,3,1462,731,0,4690,4692,5,407,0,0,4691,4685,1, + 0,0,0,4691,4686,1,0,0,0,4691,4687,1,0,0,0,4691,4688,1,0,0,0,4691, + 4689,1,0,0,0,4691,4690,1,0,0,0,4692,507,1,0,0,0,4693,4694,5,2,0, + 0,4694,4695,3,510,255,0,4695,4696,5,3,0,0,4696,509,1,0,0,0,4697, + 4702,3,512,256,0,4698,4699,5,6,0,0,4699,4701,3,512,256,0,4700,4698, + 1,0,0,0,4701,4704,1,0,0,0,4702,4700,1,0,0,0,4702,4703,1,0,0,0,4703, + 511,1,0,0,0,4704,4702,1,0,0,0,4705,4706,3,1496,748,0,4706,4707,5, + 10,0,0,4707,4708,3,506,253,0,4708,513,1,0,0,0,4709,4710,3,516,258, + 0,4710,515,1,0,0,0,4711,4716,3,1462,731,0,4712,4713,5,6,0,0,4713, + 4715,3,1462,731,0,4714,4712,1,0,0,0,4715,4718,1,0,0,0,4716,4714, + 1,0,0,0,4716,4717,1,0,0,0,4717,517,1,0,0,0,4718,4716,1,0,0,0,4719, + 4720,5,138,0,0,4720,4721,5,360,0,0,4721,4722,3,562,281,0,4722,4723, + 5,133,0,0,4723,4725,5,450,0,0,4724,4726,3,520,260,0,4725,4724,1, + 0,0,0,4725,4726,1,0,0,0,4726,4727,1,0,0,0,4727,4730,3,1462,731,0, + 4728,4729,7,37,0,0,4729,4731,3,1462,731,0,4730,4728,1,0,0,0,4730, + 4731,1,0,0,0,4731,4742,1,0,0,0,4732,4733,5,138,0,0,4733,4734,5,360, + 0,0,4734,4735,3,562,281,0,4735,4736,5,309,0,0,4736,4737,5,450,0, + 0,4737,4738,3,1462,731,0,4738,4739,5,94,0,0,4739,4740,3,1462,731, + 0,4740,4742,1,0,0,0,4741,4719,1,0,0,0,4741,4732,1,0,0,0,4742,519, + 1,0,0,0,4743,4744,5,220,0,0,4744,4745,5,77,0,0,4745,4746,5,396,0, + 0,4746,521,1,0,0,0,4747,4748,5,46,0,0,4748,4749,5,278,0,0,4749,4750, + 5,156,0,0,4750,4752,3,562,281,0,4751,4753,3,528,264,0,4752,4751, + 1,0,0,0,4752,4753,1,0,0,0,4753,4754,1,0,0,0,4754,4755,5,62,0,0,4755, + 4756,5,360,0,0,4756,4757,3,1172,586,0,4757,4758,5,100,0,0,4758,4760, + 3,1440,720,0,4759,4761,3,530,265,0,4760,4759,1,0,0,0,4760,4761,1, + 0,0,0,4761,4762,1,0,0,0,4762,4763,5,36,0,0,4763,4764,3,524,262,0, + 4764,523,1,0,0,0,4765,4770,3,526,263,0,4766,4767,5,6,0,0,4767,4769, + 3,526,263,0,4768,4766,1,0,0,0,4769,4772,1,0,0,0,4770,4768,1,0,0, + 0,4770,4771,1,0,0,0,4771,525,1,0,0,0,4772,4770,1,0,0,0,4773,4774, + 5,278,0,0,4774,4775,3,1460,730,0,4775,4777,3,736,368,0,4776,4778, + 3,532,266,0,4777,4776,1,0,0,0,4777,4778,1,0,0,0,4778,4780,1,0,0, + 0,4779,4781,3,534,267,0,4780,4779,1,0,0,0,4780,4781,1,0,0,0,4781, + 4805,1,0,0,0,4782,4783,5,278,0,0,4783,4784,3,1460,730,0,4784,4786, + 3,740,370,0,4785,4787,3,532,266,0,4786,4785,1,0,0,0,4786,4787,1, + 0,0,0,4787,4789,1,0,0,0,4788,4790,3,534,267,0,4789,4788,1,0,0,0, + 4789,4790,1,0,0,0,4790,4805,1,0,0,0,4791,4792,5,211,0,0,4792,4793, + 3,1460,730,0,4793,4794,3,678,339,0,4794,4805,1,0,0,0,4795,4796,5, + 211,0,0,4796,4797,3,1460,730,0,4797,4798,5,2,0,0,4798,4799,3,1346, + 673,0,4799,4800,5,3,0,0,4800,4801,3,678,339,0,4801,4805,1,0,0,0, + 4802,4803,5,345,0,0,4803,4805,3,1172,586,0,4804,4773,1,0,0,0,4804, + 4782,1,0,0,0,4804,4791,1,0,0,0,4804,4795,1,0,0,0,4804,4802,1,0,0, + 0,4805,527,1,0,0,0,4806,4807,5,53,0,0,4807,529,1,0,0,0,4808,4809, + 5,206,0,0,4809,4810,3,562,281,0,4810,531,1,0,0,0,4811,4812,5,62, + 0,0,4812,4818,5,325,0,0,4813,4814,5,62,0,0,4814,4815,5,83,0,0,4815, + 4816,5,147,0,0,4816,4818,3,562,281,0,4817,4811,1,0,0,0,4817,4813, + 1,0,0,0,4818,533,1,0,0,0,4819,4820,5,302,0,0,4820,535,1,0,0,0,4821, + 4822,5,46,0,0,4822,4823,5,278,0,0,4823,4824,5,206,0,0,4824,4825, + 3,562,281,0,4825,4826,5,100,0,0,4826,4827,3,1440,720,0,4827,537, + 1,0,0,0,4828,4829,5,138,0,0,4829,4830,5,278,0,0,4830,4831,5,206, + 0,0,4831,4832,3,562,281,0,4832,4833,5,100,0,0,4833,4834,3,1440,720, + 0,4834,4835,5,133,0,0,4835,4836,3,524,262,0,4836,4847,1,0,0,0,4837, + 4838,5,138,0,0,4838,4839,5,278,0,0,4839,4840,5,206,0,0,4840,4841, + 3,562,281,0,4841,4842,5,100,0,0,4842,4843,3,1440,720,0,4843,4844, + 5,191,0,0,4844,4845,3,540,270,0,4845,4847,1,0,0,0,4846,4828,1,0, + 0,0,4846,4837,1,0,0,0,4847,539,1,0,0,0,4848,4853,3,542,271,0,4849, + 4850,5,6,0,0,4850,4852,3,542,271,0,4851,4849,1,0,0,0,4852,4855,1, + 0,0,0,4853,4851,1,0,0,0,4853,4854,1,0,0,0,4854,541,1,0,0,0,4855, + 4853,1,0,0,0,4856,4857,5,278,0,0,4857,4858,3,1460,730,0,4858,4859, + 5,2,0,0,4859,4860,3,1346,673,0,4860,4861,5,3,0,0,4861,4869,1,0,0, + 0,4862,4863,5,211,0,0,4863,4864,3,1460,730,0,4864,4865,5,2,0,0,4865, + 4866,3,1346,673,0,4866,4867,5,3,0,0,4867,4869,1,0,0,0,4868,4856, + 1,0,0,0,4868,4862,1,0,0,0,4869,543,1,0,0,0,4870,4871,5,301,0,0,4871, + 4872,5,281,0,0,4872,4873,5,147,0,0,4873,4874,3,1476,738,0,4874,4875, + 5,94,0,0,4875,4876,3,1474,737,0,4876,545,1,0,0,0,4877,4878,5,191, + 0,0,4878,4880,5,92,0,0,4879,4881,3,752,376,0,4880,4879,1,0,0,0,4880, + 4881,1,0,0,0,4881,4882,1,0,0,0,4882,4884,3,1396,698,0,4883,4885, + 3,124,62,0,4884,4883,1,0,0,0,4884,4885,1,0,0,0,4885,5257,1,0,0,0, + 4886,4887,5,191,0,0,4887,4889,5,328,0,0,4888,4890,3,752,376,0,4889, + 4888,1,0,0,0,4889,4890,1,0,0,0,4890,4891,1,0,0,0,4891,4893,3,1420, + 710,0,4892,4894,3,124,62,0,4893,4892,1,0,0,0,4893,4894,1,0,0,0,4894, + 5257,1,0,0,0,4895,4896,5,191,0,0,4896,4898,5,376,0,0,4897,4899,3, + 752,376,0,4898,4897,1,0,0,0,4898,4899,1,0,0,0,4899,4900,1,0,0,0, + 4900,4902,3,548,274,0,4901,4903,3,124,62,0,4902,4901,1,0,0,0,4902, + 4903,1,0,0,0,4903,5257,1,0,0,0,4904,4905,5,191,0,0,4905,4906,5,259, + 0,0,4906,4908,5,376,0,0,4907,4909,3,752,376,0,4908,4907,1,0,0,0, + 4908,4909,1,0,0,0,4909,4910,1,0,0,0,4910,4912,3,548,274,0,4911,4913, + 3,124,62,0,4912,4911,1,0,0,0,4912,4913,1,0,0,0,4913,5257,1,0,0,0, + 4914,4915,5,191,0,0,4915,4917,5,226,0,0,4916,4918,3,752,376,0,4917, + 4916,1,0,0,0,4917,4918,1,0,0,0,4918,4919,1,0,0,0,4919,4921,3,1420, + 710,0,4920,4922,3,124,62,0,4921,4920,1,0,0,0,4921,4922,1,0,0,0,4922, + 5257,1,0,0,0,4923,4924,5,191,0,0,4924,4925,5,63,0,0,4925,4927,5, + 92,0,0,4926,4928,3,752,376,0,4927,4926,1,0,0,0,4927,4928,1,0,0,0, + 4928,4929,1,0,0,0,4929,4931,3,1396,698,0,4930,4932,3,124,62,0,4931, + 4930,1,0,0,0,4931,4932,1,0,0,0,4932,5257,1,0,0,0,4933,4934,5,191, + 0,0,4934,4936,5,108,0,0,4935,4937,3,752,376,0,4936,4935,1,0,0,0, + 4936,4937,1,0,0,0,4937,4938,1,0,0,0,4938,4940,3,1420,710,0,4939, + 4941,3,124,62,0,4940,4939,1,0,0,0,4940,4941,1,0,0,0,4941,5257,1, + 0,0,0,4942,4943,5,191,0,0,4943,4945,5,168,0,0,4944,4946,3,752,376, + 0,4945,4944,1,0,0,0,4945,4946,1,0,0,0,4946,4947,1,0,0,0,4947,4949, + 3,1420,710,0,4948,4950,3,124,62,0,4949,4948,1,0,0,0,4949,4950,1, + 0,0,0,4950,5257,1,0,0,0,4951,4952,5,191,0,0,4952,4954,5,342,0,0, + 4953,4955,3,752,376,0,4954,4953,1,0,0,0,4954,4955,1,0,0,0,4955,4956, + 1,0,0,0,4956,4958,3,1420,710,0,4957,4959,3,124,62,0,4958,4957,1, + 0,0,0,4958,4959,1,0,0,0,4959,5257,1,0,0,0,4960,4961,5,191,0,0,4961, + 4962,5,355,0,0,4962,4963,5,325,0,0,4963,4965,5,283,0,0,4964,4966, + 3,752,376,0,4965,4964,1,0,0,0,4965,4966,1,0,0,0,4966,4967,1,0,0, + 0,4967,4969,3,1420,710,0,4968,4970,3,124,62,0,4969,4968,1,0,0,0, + 4969,4970,1,0,0,0,4970,5257,1,0,0,0,4971,4972,5,191,0,0,4972,4973, + 5,355,0,0,4973,4974,5,325,0,0,4974,4976,5,185,0,0,4975,4977,3,752, + 376,0,4976,4975,1,0,0,0,4976,4977,1,0,0,0,4977,4978,1,0,0,0,4978, + 4980,3,1420,710,0,4979,4981,3,124,62,0,4980,4979,1,0,0,0,4980,4981, + 1,0,0,0,4981,5257,1,0,0,0,4982,4983,5,191,0,0,4983,4984,5,355,0, + 0,4984,4985,5,325,0,0,4985,4987,5,353,0,0,4986,4988,3,752,376,0, + 4987,4986,1,0,0,0,4987,4988,1,0,0,0,4988,4989,1,0,0,0,4989,4991, + 3,1420,710,0,4990,4992,3,124,62,0,4991,4990,1,0,0,0,4991,4992,1, + 0,0,0,4992,5257,1,0,0,0,4993,4994,5,191,0,0,4994,4995,5,355,0,0, + 4995,4996,5,325,0,0,4996,4998,5,163,0,0,4997,4999,3,752,376,0,4998, + 4997,1,0,0,0,4998,4999,1,0,0,0,4999,5000,1,0,0,0,5000,5002,3,1420, + 710,0,5001,5003,3,124,62,0,5002,5001,1,0,0,0,5002,5003,1,0,0,0,5003, + 5257,1,0,0,0,5004,5005,5,191,0,0,5005,5006,5,131,0,0,5006,5008,5, + 446,0,0,5007,5009,3,752,376,0,5008,5007,1,0,0,0,5008,5009,1,0,0, + 0,5009,5010,1,0,0,0,5010,5012,3,1420,710,0,5011,5013,3,124,62,0, + 5012,5011,1,0,0,0,5012,5013,1,0,0,0,5013,5257,1,0,0,0,5014,5015, + 5,191,0,0,5015,5016,5,198,0,0,5016,5018,5,357,0,0,5017,5019,3,752, + 376,0,5018,5017,1,0,0,0,5018,5019,1,0,0,0,5019,5020,1,0,0,0,5020, + 5022,3,1420,710,0,5021,5023,3,124,62,0,5022,5021,1,0,0,0,5022,5023, + 1,0,0,0,5023,5257,1,0,0,0,5024,5025,5,191,0,0,5025,5027,5,204,0, + 0,5026,5028,3,752,376,0,5027,5026,1,0,0,0,5027,5028,1,0,0,0,5028, + 5029,1,0,0,0,5029,5031,3,1420,710,0,5030,5032,3,124,62,0,5031,5030, + 1,0,0,0,5031,5032,1,0,0,0,5032,5257,1,0,0,0,5033,5034,5,191,0,0, + 5034,5035,5,63,0,0,5035,5036,5,174,0,0,5036,5038,5,381,0,0,5037, + 5039,3,752,376,0,5038,5037,1,0,0,0,5038,5039,1,0,0,0,5039,5040,1, + 0,0,0,5040,5042,3,1420,710,0,5041,5043,3,124,62,0,5042,5041,1,0, + 0,0,5042,5043,1,0,0,0,5043,5257,1,0,0,0,5044,5046,5,191,0,0,5045, + 5047,3,342,171,0,5046,5045,1,0,0,0,5046,5047,1,0,0,0,5047,5048,1, + 0,0,0,5048,5050,5,247,0,0,5049,5051,3,752,376,0,5050,5049,1,0,0, + 0,5050,5051,1,0,0,0,5051,5052,1,0,0,0,5052,5054,3,1420,710,0,5053, + 5055,3,124,62,0,5054,5053,1,0,0,0,5054,5055,1,0,0,0,5055,5257,1, + 0,0,0,5056,5057,5,191,0,0,5057,5059,5,452,0,0,5058,5060,3,752,376, + 0,5059,5058,1,0,0,0,5059,5060,1,0,0,0,5060,5061,1,0,0,0,5061,5063, + 3,1420,710,0,5062,5064,3,124,62,0,5063,5062,1,0,0,0,5063,5064,1, + 0,0,0,5064,5257,1,0,0,0,5065,5066,5,191,0,0,5066,5068,5,331,0,0, + 5067,5069,3,752,376,0,5068,5067,1,0,0,0,5068,5069,1,0,0,0,5069,5070, + 1,0,0,0,5070,5072,3,1420,710,0,5071,5073,3,124,62,0,5072,5071,1, + 0,0,0,5072,5073,1,0,0,0,5073,5257,1,0,0,0,5074,5075,5,191,0,0,5075, + 5077,5,323,0,0,5076,5078,3,752,376,0,5077,5076,1,0,0,0,5077,5078, + 1,0,0,0,5078,5079,1,0,0,0,5079,5081,3,1398,699,0,5080,5082,3,124, + 62,0,5081,5080,1,0,0,0,5081,5082,1,0,0,0,5082,5257,1,0,0,0,5083, + 5084,5,191,0,0,5084,5086,5,445,0,0,5085,5087,3,752,376,0,5086,5085, + 1,0,0,0,5086,5087,1,0,0,0,5087,5088,1,0,0,0,5088,5089,3,1440,720, + 0,5089,5090,5,80,0,0,5090,5092,3,562,281,0,5091,5093,3,124,62,0, + 5092,5091,1,0,0,0,5092,5093,1,0,0,0,5093,5257,1,0,0,0,5094,5095, + 5,191,0,0,5095,5097,5,321,0,0,5096,5098,3,752,376,0,5097,5096,1, + 0,0,0,5097,5098,1,0,0,0,5098,5099,1,0,0,0,5099,5100,3,1440,720,0, + 5100,5101,5,80,0,0,5101,5103,3,562,281,0,5102,5104,3,124,62,0,5103, + 5102,1,0,0,0,5103,5104,1,0,0,0,5104,5257,1,0,0,0,5105,5106,5,191, + 0,0,5106,5108,5,357,0,0,5107,5109,3,752,376,0,5108,5107,1,0,0,0, + 5108,5109,1,0,0,0,5109,5110,1,0,0,0,5110,5111,3,1440,720,0,5111, + 5112,5,80,0,0,5112,5114,3,562,281,0,5113,5115,3,124,62,0,5114,5113, + 1,0,0,0,5114,5115,1,0,0,0,5115,5257,1,0,0,0,5116,5117,5,191,0,0, + 5117,5119,5,360,0,0,5118,5120,3,752,376,0,5119,5118,1,0,0,0,5119, + 5120,1,0,0,0,5120,5121,1,0,0,0,5121,5123,3,566,283,0,5122,5124,3, + 124,62,0,5123,5122,1,0,0,0,5123,5124,1,0,0,0,5124,5257,1,0,0,0,5125, + 5126,5,191,0,0,5126,5128,5,189,0,0,5127,5129,3,752,376,0,5128,5127, + 1,0,0,0,5128,5129,1,0,0,0,5129,5130,1,0,0,0,5130,5132,3,566,283, + 0,5131,5133,3,124,62,0,5132,5131,1,0,0,0,5132,5133,1,0,0,0,5133, + 5257,1,0,0,0,5134,5135,5,191,0,0,5135,5136,5,226,0,0,5136,5138,5, + 109,0,0,5137,5139,3,752,376,0,5138,5137,1,0,0,0,5138,5139,1,0,0, + 0,5139,5140,1,0,0,0,5140,5142,3,556,278,0,5141,5143,3,124,62,0,5142, + 5141,1,0,0,0,5142,5143,1,0,0,0,5143,5257,1,0,0,0,5144,5145,5,191, + 0,0,5145,5147,5,41,0,0,5146,5148,3,752,376,0,5147,5146,1,0,0,0,5147, + 5148,1,0,0,0,5148,5149,1,0,0,0,5149,5150,5,2,0,0,5150,5151,3,1172, + 586,0,5151,5152,5,36,0,0,5152,5153,3,1172,586,0,5153,5155,5,3,0, + 0,5154,5156,3,124,62,0,5155,5154,1,0,0,0,5155,5156,1,0,0,0,5156, + 5257,1,0,0,0,5157,5158,5,191,0,0,5158,5159,5,278,0,0,5159,5161,5, + 156,0,0,5160,5162,3,752,376,0,5161,5160,1,0,0,0,5161,5162,1,0,0, + 0,5162,5163,1,0,0,0,5163,5164,3,562,281,0,5164,5165,5,100,0,0,5165, + 5167,3,1440,720,0,5166,5168,3,124,62,0,5167,5166,1,0,0,0,5167,5168, + 1,0,0,0,5168,5257,1,0,0,0,5169,5170,5,191,0,0,5170,5171,5,278,0, + 0,5171,5173,5,206,0,0,5172,5174,3,752,376,0,5173,5172,1,0,0,0,5173, + 5174,1,0,0,0,5174,5175,1,0,0,0,5175,5176,3,562,281,0,5176,5177,5, + 100,0,0,5177,5179,3,1440,720,0,5178,5180,3,124,62,0,5179,5178,1, + 0,0,0,5179,5180,1,0,0,0,5180,5257,1,0,0,0,5181,5182,5,191,0,0,5182, + 5183,5,281,0,0,5183,5184,5,147,0,0,5184,5186,3,1476,738,0,5185,5187, + 3,124,62,0,5186,5185,1,0,0,0,5186,5187,1,0,0,0,5187,5257,1,0,0,0, + 5188,5189,5,191,0,0,5189,5191,5,376,0,0,5190,5192,3,752,376,0,5191, + 5190,1,0,0,0,5191,5192,1,0,0,0,5192,5193,1,0,0,0,5193,5195,3,548, + 274,0,5194,5196,3,124,62,0,5195,5194,1,0,0,0,5195,5196,1,0,0,0,5196, + 5257,1,0,0,0,5197,5198,5,191,0,0,5198,5200,5,451,0,0,5199,5201,3, + 752,376,0,5200,5199,1,0,0,0,5200,5201,1,0,0,0,5201,5202,1,0,0,0, + 5202,5204,3,1440,720,0,5203,5205,3,124,62,0,5204,5203,1,0,0,0,5204, + 5205,1,0,0,0,5205,5257,1,0,0,0,5206,5207,5,191,0,0,5207,5209,5,351, + 0,0,5208,5210,3,752,376,0,5209,5208,1,0,0,0,5209,5210,1,0,0,0,5210, + 5211,1,0,0,0,5211,5257,3,1406,703,0,5212,5213,5,191,0,0,5213,5215, + 5,443,0,0,5214,5216,3,752,376,0,5215,5214,1,0,0,0,5215,5216,1,0, + 0,0,5216,5217,1,0,0,0,5217,5218,5,62,0,0,5218,5219,3,1172,586,0, + 5219,5220,5,247,0,0,5220,5222,3,1440,720,0,5221,5223,3,124,62,0, + 5222,5221,1,0,0,0,5222,5223,1,0,0,0,5223,5257,1,0,0,0,5224,5225, + 5,191,0,0,5225,5227,7,38,0,0,5226,5228,3,752,376,0,5227,5226,1,0, + 0,0,5227,5228,1,0,0,0,5228,5229,1,0,0,0,5229,5257,3,1476,738,0,5230, + 5231,5,191,0,0,5231,5232,5,99,0,0,5232,5234,5,257,0,0,5233,5235, + 3,752,376,0,5234,5233,1,0,0,0,5234,5235,1,0,0,0,5235,5236,1,0,0, + 0,5236,5237,5,62,0,0,5237,5238,3,408,204,0,5238,5239,5,331,0,0,5239, + 5240,3,1440,720,0,5240,5257,1,0,0,0,5241,5242,5,191,0,0,5242,5244, + 5,175,0,0,5243,5245,3,752,376,0,5244,5243,1,0,0,0,5244,5245,1,0, + 0,0,5245,5246,1,0,0,0,5246,5254,3,1424,712,0,5247,5249,3,14,7,0, + 5248,5247,1,0,0,0,5248,5249,1,0,0,0,5249,5250,1,0,0,0,5250,5251, + 5,2,0,0,5251,5252,3,864,432,0,5252,5253,5,3,0,0,5253,5255,1,0,0, + 0,5254,5248,1,0,0,0,5254,5255,1,0,0,0,5255,5257,1,0,0,0,5256,4877, + 1,0,0,0,5256,4886,1,0,0,0,5256,4895,1,0,0,0,5256,4904,1,0,0,0,5256, + 4914,1,0,0,0,5256,4923,1,0,0,0,5256,4933,1,0,0,0,5256,4942,1,0,0, + 0,5256,4951,1,0,0,0,5256,4960,1,0,0,0,5256,4971,1,0,0,0,5256,4982, + 1,0,0,0,5256,4993,1,0,0,0,5256,5004,1,0,0,0,5256,5014,1,0,0,0,5256, + 5024,1,0,0,0,5256,5033,1,0,0,0,5256,5044,1,0,0,0,5256,5056,1,0,0, + 0,5256,5065,1,0,0,0,5256,5074,1,0,0,0,5256,5083,1,0,0,0,5256,5094, + 1,0,0,0,5256,5105,1,0,0,0,5256,5116,1,0,0,0,5256,5125,1,0,0,0,5256, + 5134,1,0,0,0,5256,5144,1,0,0,0,5256,5157,1,0,0,0,5256,5169,1,0,0, + 0,5256,5181,1,0,0,0,5256,5188,1,0,0,0,5256,5197,1,0,0,0,5256,5206, + 1,0,0,0,5256,5212,1,0,0,0,5256,5224,1,0,0,0,5256,5230,1,0,0,0,5256, + 5241,1,0,0,0,5257,547,1,0,0,0,5258,5263,3,1414,707,0,5259,5260,5, + 6,0,0,5260,5262,3,1414,707,0,5261,5259,1,0,0,0,5262,5265,1,0,0,0, + 5263,5261,1,0,0,0,5263,5264,1,0,0,0,5264,549,1,0,0,0,5265,5263,1, + 0,0,0,5266,5268,5,63,0,0,5267,5266,1,0,0,0,5267,5268,1,0,0,0,5268, + 5269,1,0,0,0,5269,5270,5,92,0,0,5270,5291,3,1410,705,0,5271,5273, + 5,259,0,0,5272,5271,1,0,0,0,5272,5273,1,0,0,0,5273,5274,1,0,0,0, + 5274,5275,5,376,0,0,5275,5291,3,1414,707,0,5276,5277,5,226,0,0,5277, + 5291,3,562,281,0,5278,5279,5,108,0,0,5279,5291,3,562,281,0,5280, + 5281,5,168,0,0,5281,5291,3,562,281,0,5282,5283,5,342,0,0,5283,5291, + 3,562,281,0,5284,5285,5,328,0,0,5285,5291,3,562,281,0,5286,5287, + 5,355,0,0,5287,5288,5,325,0,0,5288,5289,7,39,0,0,5289,5291,3,562, + 281,0,5290,5267,1,0,0,0,5290,5272,1,0,0,0,5290,5276,1,0,0,0,5290, + 5278,1,0,0,0,5290,5280,1,0,0,0,5290,5282,1,0,0,0,5290,5284,1,0,0, + 0,5290,5286,1,0,0,0,5291,551,1,0,0,0,5292,5293,5,131,0,0,5293,5294, + 5,446,0,0,5294,5324,3,1440,720,0,5295,5296,5,198,0,0,5296,5297,5, + 357,0,0,5297,5324,3,1440,720,0,5298,5299,5,204,0,0,5299,5324,3,1440, + 720,0,5300,5301,5,63,0,0,5301,5302,5,174,0,0,5302,5303,5,381,0,0, + 5303,5324,3,1440,720,0,5304,5306,3,342,171,0,5305,5304,1,0,0,0,5305, + 5306,1,0,0,0,5306,5307,1,0,0,0,5307,5308,5,247,0,0,5308,5324,3,1440, + 720,0,5309,5310,5,452,0,0,5310,5324,3,1440,720,0,5311,5312,5,323, + 0,0,5312,5324,3,1426,713,0,5313,5314,5,331,0,0,5314,5324,3,1440, + 720,0,5315,5316,5,175,0,0,5316,5324,3,1424,712,0,5317,5318,5,318, + 0,0,5318,5324,3,1440,720,0,5319,5320,5,451,0,0,5320,5324,3,1440, + 720,0,5321,5322,5,351,0,0,5322,5324,3,1406,703,0,5323,5292,1,0,0, + 0,5323,5295,1,0,0,0,5323,5298,1,0,0,0,5323,5300,1,0,0,0,5323,5305, + 1,0,0,0,5323,5309,1,0,0,0,5323,5311,1,0,0,0,5323,5313,1,0,0,0,5323, + 5315,1,0,0,0,5323,5317,1,0,0,0,5323,5319,1,0,0,0,5323,5321,1,0,0, + 0,5324,553,1,0,0,0,5325,5326,7,40,0,0,5326,555,1,0,0,0,5327,5332, + 3,562,281,0,5328,5329,5,6,0,0,5329,5331,3,562,281,0,5330,5328,1, + 0,0,0,5331,5334,1,0,0,0,5332,5330,1,0,0,0,5332,5333,1,0,0,0,5333, + 557,1,0,0,0,5334,5332,1,0,0,0,5335,5336,3,560,280,0,5336,5337,5, + 11,0,0,5337,5338,3,1436,718,0,5338,559,1,0,0,0,5339,5341,3,1478, + 739,0,5340,5342,3,564,282,0,5341,5340,1,0,0,0,5341,5342,1,0,0,0, + 5342,561,1,0,0,0,5343,5345,3,1478,739,0,5344,5346,3,564,282,0,5345, + 5344,1,0,0,0,5345,5346,1,0,0,0,5346,563,1,0,0,0,5347,5348,5,11,0, + 0,5348,5350,3,1442,721,0,5349,5347,1,0,0,0,5350,5351,1,0,0,0,5351, + 5349,1,0,0,0,5351,5352,1,0,0,0,5352,565,1,0,0,0,5353,5358,3,1172, + 586,0,5354,5355,5,6,0,0,5355,5357,3,1172,586,0,5356,5354,1,0,0,0, + 5357,5360,1,0,0,0,5358,5356,1,0,0,0,5358,5359,1,0,0,0,5359,567,1, + 0,0,0,5360,5358,1,0,0,0,5361,5363,5,358,0,0,5362,5364,5,92,0,0,5363, + 5362,1,0,0,0,5363,5364,1,0,0,0,5364,5365,1,0,0,0,5365,5370,3,570, + 285,0,5366,5367,5,6,0,0,5367,5369,3,570,285,0,5368,5366,1,0,0,0, + 5369,5372,1,0,0,0,5370,5368,1,0,0,0,5370,5371,1,0,0,0,5371,5375, + 1,0,0,0,5372,5370,1,0,0,0,5373,5374,7,41,0,0,5374,5376,5,219,0,0, + 5375,5373,1,0,0,0,5375,5376,1,0,0,0,5376,5378,1,0,0,0,5377,5379, + 3,124,62,0,5378,5377,1,0,0,0,5378,5379,1,0,0,0,5379,569,1,0,0,0, + 5380,5382,5,81,0,0,5381,5380,1,0,0,0,5381,5382,1,0,0,0,5382,5383, + 1,0,0,0,5383,5385,3,1410,705,0,5384,5386,5,9,0,0,5385,5384,1,0,0, + 0,5385,5386,1,0,0,0,5386,571,1,0,0,0,5387,5388,5,159,0,0,5388,5389, + 5,80,0,0,5389,5390,3,550,275,0,5390,5391,5,116,0,0,5391,5392,3,574, + 287,0,5392,5553,1,0,0,0,5393,5394,5,159,0,0,5394,5395,5,80,0,0,5395, + 5396,5,44,0,0,5396,5397,3,558,279,0,5397,5398,5,116,0,0,5398,5399, + 3,574,287,0,5399,5553,1,0,0,0,5400,5401,5,159,0,0,5401,5402,5,80, + 0,0,5402,5403,3,552,276,0,5403,5404,5,116,0,0,5404,5405,3,574,287, + 0,5405,5553,1,0,0,0,5406,5407,5,159,0,0,5407,5408,5,80,0,0,5408, + 5409,5,360,0,0,5409,5410,3,1172,586,0,5410,5411,5,116,0,0,5411,5412, + 3,574,287,0,5412,5553,1,0,0,0,5413,5414,5,159,0,0,5414,5415,5,80, + 0,0,5415,5416,5,189,0,0,5416,5417,3,1172,586,0,5417,5418,5,116,0, + 0,5418,5419,3,574,287,0,5419,5553,1,0,0,0,5420,5421,5,159,0,0,5421, + 5422,5,80,0,0,5422,5423,5,136,0,0,5423,5424,3,702,351,0,5424,5425, + 5,116,0,0,5425,5426,3,574,287,0,5426,5553,1,0,0,0,5427,5428,5,159, + 0,0,5428,5429,5,80,0,0,5429,5430,5,211,0,0,5430,5431,3,678,339,0, + 5431,5432,5,116,0,0,5432,5433,3,574,287,0,5433,5553,1,0,0,0,5434, + 5435,5,159,0,0,5435,5436,5,80,0,0,5436,5437,5,278,0,0,5437,5438, + 3,740,370,0,5438,5439,5,116,0,0,5439,5440,3,574,287,0,5440,5553, + 1,0,0,0,5441,5442,5,159,0,0,5442,5443,5,80,0,0,5443,5444,5,45,0, + 0,5444,5445,3,1440,720,0,5445,5446,5,80,0,0,5446,5447,3,1410,705, + 0,5447,5448,5,116,0,0,5448,5449,3,574,287,0,5449,5553,1,0,0,0,5450, + 5451,5,159,0,0,5451,5452,5,80,0,0,5452,5453,5,45,0,0,5453,5454,3, + 1440,720,0,5454,5456,5,80,0,0,5455,5457,5,189,0,0,5456,5455,1,0, + 0,0,5456,5457,1,0,0,0,5457,5458,1,0,0,0,5458,5459,3,562,281,0,5459, + 5460,5,116,0,0,5460,5461,3,574,287,0,5461,5553,1,0,0,0,5462,5463, + 5,159,0,0,5463,5464,5,80,0,0,5464,5465,5,445,0,0,5465,5466,3,1440, + 720,0,5466,5467,5,80,0,0,5467,5468,3,562,281,0,5468,5469,5,116,0, + 0,5469,5470,3,574,287,0,5470,5553,1,0,0,0,5471,5472,5,159,0,0,5472, + 5473,5,80,0,0,5473,5474,5,321,0,0,5474,5475,3,1440,720,0,5475,5476, + 5,80,0,0,5476,5477,3,562,281,0,5477,5478,5,116,0,0,5478,5479,3,574, + 287,0,5479,5553,1,0,0,0,5480,5481,5,159,0,0,5481,5482,5,80,0,0,5482, + 5483,5,357,0,0,5483,5484,3,1440,720,0,5484,5485,5,80,0,0,5485,5486, + 3,562,281,0,5486,5487,5,116,0,0,5487,5488,3,574,287,0,5488,5553, + 1,0,0,0,5489,5490,5,159,0,0,5490,5491,5,80,0,0,5491,5492,5,296,0, + 0,5492,5493,3,674,337,0,5493,5494,5,116,0,0,5494,5495,3,574,287, + 0,5495,5553,1,0,0,0,5496,5497,5,159,0,0,5497,5498,5,80,0,0,5498, + 5499,5,442,0,0,5499,5500,3,670,335,0,5500,5501,5,116,0,0,5501,5502, + 3,574,287,0,5502,5553,1,0,0,0,5503,5504,5,159,0,0,5504,5505,5,80, + 0,0,5505,5506,5,443,0,0,5506,5507,5,62,0,0,5507,5508,3,1172,586, + 0,5508,5509,5,247,0,0,5509,5510,3,1440,720,0,5510,5511,5,116,0,0, + 5511,5512,3,574,287,0,5512,5553,1,0,0,0,5513,5514,5,159,0,0,5514, + 5515,5,80,0,0,5515,5516,5,278,0,0,5516,5517,5,156,0,0,5517,5518, + 3,562,281,0,5518,5519,5,100,0,0,5519,5520,3,1440,720,0,5520,5521, + 5,116,0,0,5521,5522,3,574,287,0,5522,5553,1,0,0,0,5523,5524,5,159, + 0,0,5524,5525,5,80,0,0,5525,5526,5,278,0,0,5526,5527,5,206,0,0,5527, + 5528,3,562,281,0,5528,5529,5,100,0,0,5529,5530,3,1440,720,0,5530, + 5531,5,116,0,0,5531,5532,3,574,287,0,5532,5553,1,0,0,0,5533,5534, + 5,159,0,0,5534,5535,5,80,0,0,5535,5536,5,248,0,0,5536,5537,5,274, + 0,0,5537,5538,3,326,163,0,5538,5539,5,116,0,0,5539,5540,3,574,287, + 0,5540,5553,1,0,0,0,5541,5542,5,159,0,0,5542,5543,5,80,0,0,5543, + 5544,5,41,0,0,5544,5545,5,2,0,0,5545,5546,3,1172,586,0,5546,5547, + 5,36,0,0,5547,5548,3,1172,586,0,5548,5549,5,3,0,0,5549,5550,5,116, + 0,0,5550,5551,3,574,287,0,5551,5553,1,0,0,0,5552,5387,1,0,0,0,5552, + 5393,1,0,0,0,5552,5400,1,0,0,0,5552,5406,1,0,0,0,5552,5413,1,0,0, + 0,5552,5420,1,0,0,0,5552,5427,1,0,0,0,5552,5434,1,0,0,0,5552,5441, + 1,0,0,0,5552,5450,1,0,0,0,5552,5462,1,0,0,0,5552,5471,1,0,0,0,5552, + 5480,1,0,0,0,5552,5489,1,0,0,0,5552,5496,1,0,0,0,5552,5503,1,0,0, + 0,5552,5513,1,0,0,0,5552,5523,1,0,0,0,5552,5533,1,0,0,0,5552,5541, + 1,0,0,0,5553,573,1,0,0,0,5554,5557,3,1462,731,0,5555,5557,5,78,0, + 0,5556,5554,1,0,0,0,5556,5555,1,0,0,0,5557,575,1,0,0,0,5558,5559, + 5,327,0,0,5559,5561,5,246,0,0,5560,5562,3,578,289,0,5561,5560,1, + 0,0,0,5561,5562,1,0,0,0,5562,5563,1,0,0,0,5563,5564,5,80,0,0,5564, + 5565,5,44,0,0,5565,5566,3,1436,718,0,5566,5567,5,116,0,0,5567,5568, + 3,580,290,0,5568,5668,1,0,0,0,5569,5570,5,327,0,0,5570,5572,5,246, + 0,0,5571,5573,3,578,289,0,5572,5571,1,0,0,0,5572,5573,1,0,0,0,5573, + 5574,1,0,0,0,5574,5575,5,80,0,0,5575,5576,5,360,0,0,5576,5577,3, + 1172,586,0,5577,5578,5,116,0,0,5578,5579,3,580,290,0,5579,5668,1, + 0,0,0,5580,5581,5,327,0,0,5581,5583,5,246,0,0,5582,5584,3,578,289, + 0,5583,5582,1,0,0,0,5583,5584,1,0,0,0,5584,5585,1,0,0,0,5585,5586, + 5,80,0,0,5586,5587,5,189,0,0,5587,5588,3,1172,586,0,5588,5589,5, + 116,0,0,5589,5590,3,580,290,0,5590,5668,1,0,0,0,5591,5592,5,327, + 0,0,5592,5594,5,246,0,0,5593,5595,3,578,289,0,5594,5593,1,0,0,0, + 5594,5595,1,0,0,0,5595,5596,1,0,0,0,5596,5597,5,80,0,0,5597,5598, + 5,136,0,0,5598,5599,3,702,351,0,5599,5600,5,116,0,0,5600,5601,3, + 580,290,0,5601,5668,1,0,0,0,5602,5603,5,327,0,0,5603,5605,5,246, + 0,0,5604,5606,3,578,289,0,5605,5604,1,0,0,0,5605,5606,1,0,0,0,5606, + 5607,1,0,0,0,5607,5608,5,80,0,0,5608,5609,5,211,0,0,5609,5610,3, + 678,339,0,5610,5611,5,116,0,0,5611,5612,3,580,290,0,5612,5668,1, + 0,0,0,5613,5614,5,327,0,0,5614,5616,5,246,0,0,5615,5617,3,578,289, + 0,5616,5615,1,0,0,0,5616,5617,1,0,0,0,5617,5618,1,0,0,0,5618,5619, + 5,80,0,0,5619,5620,5,248,0,0,5620,5621,5,274,0,0,5621,5622,3,326, + 163,0,5622,5623,5,116,0,0,5623,5624,3,580,290,0,5624,5668,1,0,0, + 0,5625,5626,5,327,0,0,5626,5628,5,246,0,0,5627,5629,3,578,289,0, + 5628,5627,1,0,0,0,5628,5629,1,0,0,0,5629,5630,1,0,0,0,5630,5631, + 5,80,0,0,5631,5632,5,296,0,0,5632,5633,3,674,337,0,5633,5634,5,116, + 0,0,5634,5635,3,580,290,0,5635,5668,1,0,0,0,5636,5637,5,327,0,0, + 5637,5639,5,246,0,0,5638,5640,3,578,289,0,5639,5638,1,0,0,0,5639, + 5640,1,0,0,0,5640,5641,1,0,0,0,5641,5642,5,80,0,0,5642,5643,5,442, + 0,0,5643,5644,3,670,335,0,5644,5645,5,116,0,0,5645,5646,3,580,290, + 0,5646,5668,1,0,0,0,5647,5648,5,327,0,0,5648,5650,5,246,0,0,5649, + 5651,3,578,289,0,5650,5649,1,0,0,0,5650,5651,1,0,0,0,5651,5652,1, + 0,0,0,5652,5653,5,80,0,0,5653,5654,3,550,275,0,5654,5655,5,116,0, + 0,5655,5656,3,580,290,0,5656,5668,1,0,0,0,5657,5658,5,327,0,0,5658, + 5660,5,246,0,0,5659,5661,3,578,289,0,5660,5659,1,0,0,0,5660,5661, + 1,0,0,0,5661,5662,1,0,0,0,5662,5663,5,80,0,0,5663,5664,3,552,276, + 0,5664,5665,5,116,0,0,5665,5666,3,580,290,0,5666,5668,1,0,0,0,5667, + 5558,1,0,0,0,5667,5569,1,0,0,0,5667,5580,1,0,0,0,5667,5591,1,0,0, + 0,5667,5602,1,0,0,0,5667,5613,1,0,0,0,5667,5625,1,0,0,0,5667,5636, + 1,0,0,0,5667,5647,1,0,0,0,5667,5657,1,0,0,0,5668,577,1,0,0,0,5669, + 5670,5,62,0,0,5670,5671,3,80,40,0,5671,579,1,0,0,0,5672,5675,3,1462, + 731,0,5673,5675,5,78,0,0,5674,5672,1,0,0,0,5674,5673,1,0,0,0,5675, + 581,1,0,0,0,5676,5677,5,61,0,0,5677,5681,3,584,292,0,5678,5679,5, + 265,0,0,5679,5681,3,584,292,0,5680,5676,1,0,0,0,5680,5678,1,0,0, + 0,5681,583,1,0,0,0,5682,5768,3,998,499,0,5683,5684,3,586,293,0,5684, + 5685,3,998,499,0,5685,5768,1,0,0,0,5686,5688,5,268,0,0,5687,5689, + 3,588,294,0,5688,5687,1,0,0,0,5688,5689,1,0,0,0,5689,5690,1,0,0, + 0,5690,5768,3,998,499,0,5691,5693,5,293,0,0,5692,5694,3,588,294, + 0,5693,5692,1,0,0,0,5693,5694,1,0,0,0,5694,5695,1,0,0,0,5695,5768, + 3,998,499,0,5696,5698,5,207,0,0,5697,5699,3,588,294,0,5698,5697, + 1,0,0,0,5698,5699,1,0,0,0,5699,5700,1,0,0,0,5700,5768,3,998,499, + 0,5701,5703,5,249,0,0,5702,5704,3,588,294,0,5703,5702,1,0,0,0,5703, + 5704,1,0,0,0,5704,5705,1,0,0,0,5705,5768,3,998,499,0,5706,5707,5, + 130,0,0,5707,5709,3,1468,734,0,5708,5710,3,588,294,0,5709,5708,1, + 0,0,0,5709,5710,1,0,0,0,5710,5711,1,0,0,0,5711,5712,3,998,499,0, + 5712,5768,1,0,0,0,5713,5714,5,307,0,0,5714,5716,3,1468,734,0,5715, + 5717,3,588,294,0,5716,5715,1,0,0,0,5716,5717,1,0,0,0,5717,5718,1, + 0,0,0,5718,5719,3,998,499,0,5719,5768,1,0,0,0,5720,5722,3,1468,734, + 0,5721,5723,3,588,294,0,5722,5721,1,0,0,0,5722,5723,1,0,0,0,5723, + 5724,1,0,0,0,5724,5725,3,998,499,0,5725,5768,1,0,0,0,5726,5728,5, + 30,0,0,5727,5729,3,588,294,0,5728,5727,1,0,0,0,5728,5729,1,0,0,0, + 5729,5730,1,0,0,0,5730,5768,3,998,499,0,5731,5733,5,210,0,0,5732, + 5734,3,588,294,0,5733,5732,1,0,0,0,5733,5734,1,0,0,0,5734,5735,1, + 0,0,0,5735,5768,3,998,499,0,5736,5737,5,210,0,0,5737,5739,3,1468, + 734,0,5738,5740,3,588,294,0,5739,5738,1,0,0,0,5739,5740,1,0,0,0, + 5740,5741,1,0,0,0,5741,5742,3,998,499,0,5742,5768,1,0,0,0,5743,5744, + 5,210,0,0,5744,5746,5,30,0,0,5745,5747,3,588,294,0,5746,5745,1,0, + 0,0,5746,5747,1,0,0,0,5747,5748,1,0,0,0,5748,5768,3,998,499,0,5749, + 5751,5,144,0,0,5750,5752,3,588,294,0,5751,5750,1,0,0,0,5751,5752, + 1,0,0,0,5752,5753,1,0,0,0,5753,5768,3,998,499,0,5754,5755,5,144, + 0,0,5755,5757,3,1468,734,0,5756,5758,3,588,294,0,5757,5756,1,0,0, + 0,5757,5758,1,0,0,0,5758,5759,1,0,0,0,5759,5760,3,998,499,0,5760, + 5768,1,0,0,0,5761,5762,5,144,0,0,5762,5764,5,30,0,0,5763,5765,3, + 588,294,0,5764,5763,1,0,0,0,5764,5765,1,0,0,0,5765,5766,1,0,0,0, + 5766,5768,3,998,499,0,5767,5682,1,0,0,0,5767,5683,1,0,0,0,5767,5686, + 1,0,0,0,5767,5691,1,0,0,0,5767,5696,1,0,0,0,5767,5701,1,0,0,0,5767, + 5706,1,0,0,0,5767,5713,1,0,0,0,5767,5720,1,0,0,0,5767,5726,1,0,0, + 0,5767,5731,1,0,0,0,5767,5736,1,0,0,0,5767,5743,1,0,0,0,5767,5749, + 1,0,0,0,5767,5754,1,0,0,0,5767,5761,1,0,0,0,5768,585,1,0,0,0,5769, + 5770,7,42,0,0,5770,587,1,0,0,0,5771,5772,3,586,293,0,5772,589,1, + 0,0,0,5773,5774,5,65,0,0,5774,5775,3,594,297,0,5775,5776,5,80,0, + 0,5776,5777,3,604,302,0,5777,5778,5,94,0,0,5778,5780,3,606,303,0, + 5779,5781,3,610,305,0,5780,5779,1,0,0,0,5780,5781,1,0,0,0,5781,591, + 1,0,0,0,5782,5783,5,317,0,0,5783,5784,3,594,297,0,5784,5785,5,80, + 0,0,5785,5786,3,604,302,0,5786,5787,5,64,0,0,5787,5789,3,606,303, + 0,5788,5790,3,124,62,0,5789,5788,1,0,0,0,5789,5790,1,0,0,0,5790, + 5804,1,0,0,0,5791,5792,5,317,0,0,5792,5793,5,65,0,0,5793,5794,5, + 279,0,0,5794,5795,5,62,0,0,5795,5796,3,594,297,0,5796,5797,5,80, + 0,0,5797,5798,3,604,302,0,5798,5799,5,64,0,0,5799,5801,3,606,303, + 0,5800,5802,3,124,62,0,5801,5800,1,0,0,0,5801,5802,1,0,0,0,5802, + 5804,1,0,0,0,5803,5782,1,0,0,0,5803,5791,1,0,0,0,5804,593,1,0,0, + 0,5805,5822,3,600,300,0,5806,5822,5,30,0,0,5807,5808,5,30,0,0,5808, + 5822,5,294,0,0,5809,5810,5,30,0,0,5810,5811,5,2,0,0,5811,5812,3, + 248,124,0,5812,5813,5,3,0,0,5813,5822,1,0,0,0,5814,5815,5,30,0,0, + 5815,5816,5,294,0,0,5816,5817,5,2,0,0,5817,5818,3,248,124,0,5818, + 5819,5,3,0,0,5819,5822,1,0,0,0,5820,5822,3,596,298,0,5821,5805,1, + 0,0,0,5821,5806,1,0,0,0,5821,5807,1,0,0,0,5821,5809,1,0,0,0,5821, + 5814,1,0,0,0,5821,5820,1,0,0,0,5822,595,1,0,0,0,5823,5828,3,598, + 299,0,5824,5825,5,6,0,0,5825,5827,3,598,299,0,5826,5824,1,0,0,0, + 5827,5830,1,0,0,0,5828,5826,1,0,0,0,5828,5829,1,0,0,0,5829,597,1, + 0,0,0,5830,5828,1,0,0,0,5831,5832,7,43,0,0,5832,599,1,0,0,0,5833, + 5838,3,602,301,0,5834,5835,5,6,0,0,5835,5837,3,602,301,0,5836,5834, + 1,0,0,0,5837,5840,1,0,0,0,5838,5836,1,0,0,0,5838,5839,1,0,0,0,5839, + 601,1,0,0,0,5840,5838,1,0,0,0,5841,5843,5,88,0,0,5842,5844,3,244, + 122,0,5843,5842,1,0,0,0,5843,5844,1,0,0,0,5844,5858,1,0,0,0,5845, + 5847,5,86,0,0,5846,5848,3,244,122,0,5847,5846,1,0,0,0,5847,5848, + 1,0,0,0,5848,5858,1,0,0,0,5849,5851,5,46,0,0,5850,5852,3,244,122, + 0,5851,5850,1,0,0,0,5851,5852,1,0,0,0,5852,5858,1,0,0,0,5853,5855, + 3,1478,739,0,5854,5856,3,244,122,0,5855,5854,1,0,0,0,5855,5856,1, + 0,0,0,5856,5858,1,0,0,0,5857,5841,1,0,0,0,5857,5845,1,0,0,0,5857, + 5849,1,0,0,0,5857,5853,1,0,0,0,5858,603,1,0,0,0,5859,5918,3,1394, + 697,0,5860,5861,5,92,0,0,5861,5918,3,1396,698,0,5862,5863,5,328, + 0,0,5863,5918,3,1394,697,0,5864,5865,5,63,0,0,5865,5866,5,174,0, + 0,5866,5867,5,381,0,0,5867,5918,3,1420,710,0,5868,5869,5,63,0,0, + 5869,5870,5,331,0,0,5870,5918,3,1420,710,0,5871,5872,5,211,0,0,5872, + 5918,3,676,338,0,5873,5874,5,296,0,0,5874,5918,3,672,336,0,5875, + 5876,5,442,0,0,5876,5918,3,668,334,0,5877,5878,5,175,0,0,5878,5918, + 3,1400,700,0,5879,5880,5,189,0,0,5880,5918,3,556,278,0,5881,5882, + 5,247,0,0,5882,5918,3,1420,710,0,5883,5884,5,248,0,0,5884,5885,5, + 274,0,0,5885,5918,3,328,164,0,5886,5887,5,323,0,0,5887,5918,3,1398, + 699,0,5888,5889,5,351,0,0,5889,5918,3,1418,709,0,5890,5891,5,360, + 0,0,5891,5918,3,556,278,0,5892,5893,5,30,0,0,5893,5894,5,350,0,0, + 5894,5895,5,68,0,0,5895,5896,5,323,0,0,5896,5918,3,1398,699,0,5897, + 5898,5,30,0,0,5898,5899,5,329,0,0,5899,5900,5,68,0,0,5900,5901,5, + 323,0,0,5901,5918,3,1398,699,0,5902,5903,5,30,0,0,5903,5904,5,212, + 0,0,5904,5905,5,68,0,0,5905,5906,5,323,0,0,5906,5918,3,1398,699, + 0,5907,5908,5,30,0,0,5908,5909,5,457,0,0,5909,5910,5,68,0,0,5910, + 5911,5,323,0,0,5911,5918,3,1398,699,0,5912,5913,5,30,0,0,5913,5914, + 5,455,0,0,5914,5915,5,68,0,0,5915,5916,5,323,0,0,5916,5918,3,1398, + 699,0,5917,5859,1,0,0,0,5917,5860,1,0,0,0,5917,5862,1,0,0,0,5917, + 5864,1,0,0,0,5917,5868,1,0,0,0,5917,5871,1,0,0,0,5917,5873,1,0,0, + 0,5917,5875,1,0,0,0,5917,5877,1,0,0,0,5917,5879,1,0,0,0,5917,5881, + 1,0,0,0,5917,5883,1,0,0,0,5917,5886,1,0,0,0,5917,5888,1,0,0,0,5917, + 5890,1,0,0,0,5917,5892,1,0,0,0,5917,5897,1,0,0,0,5917,5902,1,0,0, + 0,5917,5907,1,0,0,0,5917,5912,1,0,0,0,5918,605,1,0,0,0,5919,5924, + 3,608,304,0,5920,5921,5,6,0,0,5921,5923,3,608,304,0,5922,5920,1, + 0,0,0,5923,5926,1,0,0,0,5924,5922,1,0,0,0,5924,5925,1,0,0,0,5925, + 607,1,0,0,0,5926,5924,1,0,0,0,5927,5931,3,1474,737,0,5928,5929,5, + 66,0,0,5929,5931,3,1474,737,0,5930,5927,1,0,0,0,5930,5928,1,0,0, + 0,5931,609,1,0,0,0,5932,5933,5,105,0,0,5933,5934,5,65,0,0,5934,5935, + 5,279,0,0,5935,611,1,0,0,0,5936,5937,5,65,0,0,5937,5938,3,600,300, + 0,5938,5939,5,94,0,0,5939,5941,3,1476,738,0,5940,5942,3,616,308, + 0,5941,5940,1,0,0,0,5941,5942,1,0,0,0,5942,5944,1,0,0,0,5943,5945, + 3,618,309,0,5944,5943,1,0,0,0,5944,5945,1,0,0,0,5945,613,1,0,0,0, + 5946,5947,5,317,0,0,5947,5948,3,600,300,0,5948,5949,5,64,0,0,5949, + 5951,3,1476,738,0,5950,5952,3,618,309,0,5951,5950,1,0,0,0,5951,5952, + 1,0,0,0,5952,5954,1,0,0,0,5953,5955,3,124,62,0,5954,5953,1,0,0,0, + 5954,5955,1,0,0,0,5955,5970,1,0,0,0,5956,5957,5,317,0,0,5957,5958, + 5,134,0,0,5958,5959,5,279,0,0,5959,5960,5,62,0,0,5960,5961,3,600, + 300,0,5961,5962,5,64,0,0,5962,5964,3,1476,738,0,5963,5965,3,618, + 309,0,5964,5963,1,0,0,0,5964,5965,1,0,0,0,5965,5967,1,0,0,0,5966, + 5968,3,124,62,0,5967,5966,1,0,0,0,5967,5968,1,0,0,0,5968,5970,1, + 0,0,0,5969,5946,1,0,0,0,5969,5956,1,0,0,0,5970,615,1,0,0,0,5971, + 5972,5,105,0,0,5972,5973,5,134,0,0,5973,5974,5,279,0,0,5974,617, + 1,0,0,0,5975,5976,5,214,0,0,5976,5977,5,147,0,0,5977,5978,3,1474, + 737,0,5978,619,1,0,0,0,5979,5980,5,138,0,0,5980,5981,5,53,0,0,5981, + 5982,5,294,0,0,5982,5983,3,622,311,0,5983,5984,3,626,313,0,5984, + 621,1,0,0,0,5985,5987,3,624,312,0,5986,5985,1,0,0,0,5987,5990,1, + 0,0,0,5988,5986,1,0,0,0,5988,5989,1,0,0,0,5989,623,1,0,0,0,5990, + 5988,1,0,0,0,5991,5992,5,68,0,0,5992,5993,5,323,0,0,5993,6001,3, + 1398,699,0,5994,5995,5,62,0,0,5995,5996,5,318,0,0,5996,6001,3,1476, + 738,0,5997,5998,5,62,0,0,5998,5999,5,99,0,0,5999,6001,3,1476,738, + 0,6000,5991,1,0,0,0,6000,5994,1,0,0,0,6000,5997,1,0,0,0,6001,625, + 1,0,0,0,6002,6003,5,65,0,0,6003,6004,3,594,297,0,6004,6005,5,80, + 0,0,6005,6006,3,628,314,0,6006,6007,5,94,0,0,6007,6009,3,606,303, + 0,6008,6010,3,610,305,0,6009,6008,1,0,0,0,6009,6010,1,0,0,0,6010, + 6033,1,0,0,0,6011,6012,5,317,0,0,6012,6013,3,594,297,0,6013,6014, + 5,80,0,0,6014,6015,3,628,314,0,6015,6016,5,64,0,0,6016,6018,3,606, + 303,0,6017,6019,3,124,62,0,6018,6017,1,0,0,0,6018,6019,1,0,0,0,6019, + 6033,1,0,0,0,6020,6021,5,317,0,0,6021,6022,5,65,0,0,6022,6023,5, + 279,0,0,6023,6024,5,62,0,0,6024,6025,3,594,297,0,6025,6026,5,80, + 0,0,6026,6027,3,628,314,0,6027,6028,5,64,0,0,6028,6030,3,606,303, + 0,6029,6031,3,124,62,0,6030,6029,1,0,0,0,6030,6031,1,0,0,0,6031, + 6033,1,0,0,0,6032,6002,1,0,0,0,6032,6011,1,0,0,0,6032,6020,1,0,0, + 0,6033,627,1,0,0,0,6034,6035,7,44,0,0,6035,629,1,0,0,0,6036,6038, + 5,46,0,0,6037,6039,3,632,316,0,6038,6037,1,0,0,0,6038,6039,1,0,0, + 0,6039,6040,1,0,0,0,6040,6042,5,226,0,0,6041,6043,3,634,317,0,6042, + 6041,1,0,0,0,6042,6043,1,0,0,0,6043,6045,1,0,0,0,6044,6046,3,520, + 260,0,6045,6044,1,0,0,0,6045,6046,1,0,0,0,6046,6048,1,0,0,0,6047, + 6049,3,636,318,0,6048,6047,1,0,0,0,6048,6049,1,0,0,0,6049,6050,1, + 0,0,0,6050,6051,5,80,0,0,6051,6053,3,1122,561,0,6052,6054,3,638, + 319,0,6053,6052,1,0,0,0,6053,6054,1,0,0,0,6054,6055,1,0,0,0,6055, + 6056,5,2,0,0,6056,6057,3,640,320,0,6057,6059,5,3,0,0,6058,6060,3, + 646,323,0,6059,6058,1,0,0,0,6059,6060,1,0,0,0,6060,6062,1,0,0,0, + 6061,6063,3,224,112,0,6062,6061,1,0,0,0,6062,6063,1,0,0,0,6063,6065, + 1,0,0,0,6064,6066,3,134,67,0,6065,6064,1,0,0,0,6065,6066,1,0,0,0, + 6066,6068,1,0,0,0,6067,6069,3,286,143,0,6068,6067,1,0,0,0,6068,6069, + 1,0,0,0,6069,6071,1,0,0,0,6070,6072,3,1148,574,0,6071,6070,1,0,0, + 0,6071,6072,1,0,0,0,6072,631,1,0,0,0,6073,6074,5,98,0,0,6074,633, + 1,0,0,0,6075,6076,5,109,0,0,6076,635,1,0,0,0,6077,6078,3,1440,720, + 0,6078,637,1,0,0,0,6079,6080,5,100,0,0,6080,6081,3,1440,720,0,6081, + 639,1,0,0,0,6082,6087,3,644,322,0,6083,6084,5,6,0,0,6084,6086,3, + 644,322,0,6085,6083,1,0,0,0,6086,6089,1,0,0,0,6087,6085,1,0,0,0, + 6087,6088,1,0,0,0,6088,641,1,0,0,0,6089,6087,1,0,0,0,6090,6092,3, + 650,325,0,6091,6090,1,0,0,0,6091,6092,1,0,0,0,6092,6094,1,0,0,0, + 6093,6095,3,652,326,0,6094,6093,1,0,0,0,6094,6095,1,0,0,0,6095,6097, + 1,0,0,0,6096,6098,3,654,327,0,6097,6096,1,0,0,0,6097,6098,1,0,0, + 0,6098,6100,1,0,0,0,6099,6101,3,656,328,0,6100,6099,1,0,0,0,6100, + 6101,1,0,0,0,6101,6114,1,0,0,0,6102,6104,3,650,325,0,6103,6102,1, + 0,0,0,6103,6104,1,0,0,0,6104,6105,1,0,0,0,6105,6106,3,562,281,0, + 6106,6108,3,132,66,0,6107,6109,3,654,327,0,6108,6107,1,0,0,0,6108, + 6109,1,0,0,0,6109,6111,1,0,0,0,6110,6112,3,656,328,0,6111,6110,1, + 0,0,0,6111,6112,1,0,0,0,6112,6114,1,0,0,0,6113,6091,1,0,0,0,6113, + 6103,1,0,0,0,6114,643,1,0,0,0,6115,6116,3,1436,718,0,6116,6117,3, + 642,321,0,6117,6127,1,0,0,0,6118,6119,3,1266,633,0,6119,6120,3,642, + 321,0,6120,6127,1,0,0,0,6121,6122,5,2,0,0,6122,6123,3,1216,608,0, + 6123,6124,5,3,0,0,6124,6125,3,642,321,0,6125,6127,1,0,0,0,6126,6115, + 1,0,0,0,6126,6118,1,0,0,0,6126,6121,1,0,0,0,6127,645,1,0,0,0,6128, + 6129,5,441,0,0,6129,6130,5,2,0,0,6130,6131,3,648,324,0,6131,6132, + 5,3,0,0,6132,647,1,0,0,0,6133,6138,3,644,322,0,6134,6135,5,6,0,0, + 6135,6137,3,644,322,0,6136,6134,1,0,0,0,6137,6140,1,0,0,0,6138,6136, + 1,0,0,0,6138,6139,1,0,0,0,6139,649,1,0,0,0,6140,6138,1,0,0,0,6141, + 6142,5,43,0,0,6142,6143,3,562,281,0,6143,651,1,0,0,0,6144,6145,3, + 562,281,0,6145,653,1,0,0,0,6146,6147,7,45,0,0,6147,655,1,0,0,0,6148, + 6149,5,273,0,0,6149,6153,5,207,0,0,6150,6151,5,273,0,0,6151,6153, + 5,249,0,0,6152,6148,1,0,0,0,6152,6150,1,0,0,0,6153,657,1,0,0,0,6154, + 6156,5,46,0,0,6155,6157,3,662,331,0,6156,6155,1,0,0,0,6156,6157, + 1,0,0,0,6157,6162,1,0,0,0,6158,6159,5,211,0,0,6159,6163,3,1446,723, + 0,6160,6161,5,296,0,0,6161,6163,3,1434,717,0,6162,6158,1,0,0,0,6162, + 6160,1,0,0,0,6163,6164,1,0,0,0,6164,6174,3,680,340,0,6165,6172,5, + 316,0,0,6166,6173,3,690,345,0,6167,6168,5,92,0,0,6168,6169,5,2,0, + 0,6169,6170,3,718,359,0,6170,6171,5,3,0,0,6171,6173,1,0,0,0,6172, + 6166,1,0,0,0,6172,6167,1,0,0,0,6173,6175,1,0,0,0,6174,6165,1,0,0, + 0,6174,6175,1,0,0,0,6175,6176,1,0,0,0,6176,6179,3,706,353,0,6177, + 6178,5,105,0,0,6178,6180,3,660,330,0,6179,6177,1,0,0,0,6179,6180, + 1,0,0,0,6180,659,1,0,0,0,6181,6182,5,2,0,0,6182,6187,3,1478,739, + 0,6183,6184,5,6,0,0,6184,6186,3,1478,739,0,6185,6183,1,0,0,0,6186, + 6189,1,0,0,0,6187,6185,1,0,0,0,6187,6188,1,0,0,0,6188,6190,1,0,0, + 0,6189,6187,1,0,0,0,6190,6191,5,3,0,0,6191,661,1,0,0,0,6192,6193, + 5,82,0,0,6193,6194,5,311,0,0,6194,663,1,0,0,0,6195,6197,5,2,0,0, + 6196,6198,3,666,333,0,6197,6196,1,0,0,0,6197,6198,1,0,0,0,6198,6199, + 1,0,0,0,6199,6200,5,3,0,0,6200,665,1,0,0,0,6201,6206,3,684,342,0, + 6202,6203,5,6,0,0,6203,6205,3,684,342,0,6204,6202,1,0,0,0,6205,6208, + 1,0,0,0,6206,6204,1,0,0,0,6206,6207,1,0,0,0,6207,667,1,0,0,0,6208, + 6206,1,0,0,0,6209,6214,3,670,335,0,6210,6211,5,6,0,0,6211,6213,3, + 670,335,0,6212,6210,1,0,0,0,6213,6216,1,0,0,0,6214,6212,1,0,0,0, + 6214,6215,1,0,0,0,6215,669,1,0,0,0,6216,6214,1,0,0,0,6217,6218,3, + 1430,715,0,6218,6219,3,664,332,0,6219,6226,1,0,0,0,6220,6226,3,1504, + 752,0,6221,6223,3,1478,739,0,6222,6224,3,1384,692,0,6223,6222,1, + 0,0,0,6223,6224,1,0,0,0,6224,6226,1,0,0,0,6225,6217,1,0,0,0,6225, + 6220,1,0,0,0,6225,6221,1,0,0,0,6226,671,1,0,0,0,6227,6232,3,674, + 337,0,6228,6229,5,6,0,0,6229,6231,3,674,337,0,6230,6228,1,0,0,0, + 6231,6234,1,0,0,0,6232,6230,1,0,0,0,6232,6233,1,0,0,0,6233,673,1, + 0,0,0,6234,6232,1,0,0,0,6235,6236,3,1432,716,0,6236,6237,3,664,332, + 0,6237,6244,1,0,0,0,6238,6244,3,1504,752,0,6239,6241,3,1478,739, + 0,6240,6242,3,1384,692,0,6241,6240,1,0,0,0,6241,6242,1,0,0,0,6242, + 6244,1,0,0,0,6243,6235,1,0,0,0,6243,6238,1,0,0,0,6243,6239,1,0,0, + 0,6244,675,1,0,0,0,6245,6250,3,678,339,0,6246,6247,5,6,0,0,6247, + 6249,3,678,339,0,6248,6246,1,0,0,0,6249,6252,1,0,0,0,6250,6248,1, + 0,0,0,6250,6251,1,0,0,0,6251,677,1,0,0,0,6252,6250,1,0,0,0,6253, + 6254,3,1448,724,0,6254,6255,3,664,332,0,6255,6262,1,0,0,0,6256,6262, + 3,1504,752,0,6257,6259,3,1478,739,0,6258,6260,3,1384,692,0,6259, + 6258,1,0,0,0,6259,6260,1,0,0,0,6260,6262,1,0,0,0,6261,6253,1,0,0, + 0,6261,6256,1,0,0,0,6261,6257,1,0,0,0,6262,679,1,0,0,0,6263,6265, + 5,2,0,0,6264,6266,3,682,341,0,6265,6264,1,0,0,0,6265,6266,1,0,0, + 0,6266,6267,1,0,0,0,6267,6268,5,3,0,0,6268,681,1,0,0,0,6269,6274, + 3,694,347,0,6270,6271,5,6,0,0,6271,6273,3,694,347,0,6272,6270,1, + 0,0,0,6273,6276,1,0,0,0,6274,6272,1,0,0,0,6274,6275,1,0,0,0,6275, + 683,1,0,0,0,6276,6274,1,0,0,0,6277,6279,3,686,343,0,6278,6280,3, + 688,344,0,6279,6278,1,0,0,0,6279,6280,1,0,0,0,6280,6281,1,0,0,0, + 6281,6282,3,692,346,0,6282,6291,1,0,0,0,6283,6285,3,688,344,0,6284, + 6286,3,686,343,0,6285,6284,1,0,0,0,6285,6286,1,0,0,0,6286,6287,1, + 0,0,0,6287,6288,3,692,346,0,6288,6291,1,0,0,0,6289,6291,3,692,346, + 0,6290,6277,1,0,0,0,6290,6283,1,0,0,0,6290,6289,1,0,0,0,6291,685, + 1,0,0,0,6292,6294,5,68,0,0,6293,6295,5,453,0,0,6294,6293,1,0,0,0, + 6294,6295,1,0,0,0,6295,6300,1,0,0,0,6296,6300,5,453,0,0,6297,6300, + 5,400,0,0,6298,6300,5,101,0,0,6299,6292,1,0,0,0,6299,6296,1,0,0, + 0,6299,6297,1,0,0,0,6299,6298,1,0,0,0,6300,687,1,0,0,0,6301,6302, + 3,1486,743,0,6302,689,1,0,0,0,6303,6304,3,692,346,0,6304,691,1,0, + 0,0,6305,6318,3,1172,586,0,6306,6307,3,1486,743,0,6307,6308,3,564, + 282,0,6308,6309,5,27,0,0,6309,6310,5,360,0,0,6310,6318,1,0,0,0,6311, + 6312,5,415,0,0,6312,6313,3,1486,743,0,6313,6314,3,564,282,0,6314, + 6315,5,27,0,0,6315,6316,5,360,0,0,6316,6318,1,0,0,0,6317,6305,1, + 0,0,0,6317,6306,1,0,0,0,6317,6311,1,0,0,0,6318,693,1,0,0,0,6319, + 6322,3,684,342,0,6320,6321,7,46,0,0,6321,6323,3,1216,608,0,6322, + 6320,1,0,0,0,6322,6323,1,0,0,0,6323,695,1,0,0,0,6324,6325,3,684, + 342,0,6325,697,1,0,0,0,6326,6337,5,2,0,0,6327,6338,5,9,0,0,6328, + 6338,3,700,350,0,6329,6330,5,83,0,0,6330,6331,5,147,0,0,6331,6338, + 3,700,350,0,6332,6333,3,700,350,0,6333,6334,5,83,0,0,6334,6335,5, + 147,0,0,6335,6336,3,700,350,0,6336,6338,1,0,0,0,6337,6327,1,0,0, + 0,6337,6328,1,0,0,0,6337,6329,1,0,0,0,6337,6332,1,0,0,0,6338,6339, + 1,0,0,0,6339,6340,5,3,0,0,6340,699,1,0,0,0,6341,6346,3,696,348,0, + 6342,6343,5,6,0,0,6343,6345,3,696,348,0,6344,6342,1,0,0,0,6345,6348, + 1,0,0,0,6346,6344,1,0,0,0,6346,6347,1,0,0,0,6347,701,1,0,0,0,6348, + 6346,1,0,0,0,6349,6350,3,1448,724,0,6350,6351,3,698,349,0,6351,703, + 1,0,0,0,6352,6357,3,702,351,0,6353,6354,5,6,0,0,6354,6356,3,702, + 351,0,6355,6353,1,0,0,0,6356,6359,1,0,0,0,6357,6355,1,0,0,0,6357, + 6358,1,0,0,0,6358,705,1,0,0,0,6359,6357,1,0,0,0,6360,6362,3,710, + 355,0,6361,6360,1,0,0,0,6362,6363,1,0,0,0,6363,6361,1,0,0,0,6363, + 6364,1,0,0,0,6364,707,1,0,0,0,6365,6366,5,149,0,0,6366,6367,5,80, + 0,0,6367,6368,5,78,0,0,6368,6401,5,458,0,0,6369,6370,5,316,0,0,6370, + 6371,5,78,0,0,6371,6372,5,80,0,0,6372,6373,5,78,0,0,6373,6401,5, + 458,0,0,6374,6401,5,346,0,0,6375,6401,5,222,0,0,6376,6401,5,338, + 0,0,6377,6401,5,377,0,0,6378,6379,5,205,0,0,6379,6380,5,327,0,0, + 6380,6401,5,181,0,0,6381,6382,5,205,0,0,6382,6383,5,327,0,0,6383, + 6401,5,243,0,0,6384,6385,5,327,0,0,6385,6401,5,181,0,0,6386,6387, + 5,327,0,0,6387,6401,5,243,0,0,6388,6401,5,250,0,0,6389,6390,5,77, + 0,0,6390,6401,5,250,0,0,6391,6392,5,170,0,0,6392,6401,3,326,163, + 0,6393,6394,5,320,0,0,6394,6401,3,326,163,0,6395,6396,5,459,0,0, + 6396,6401,3,562,281,0,6397,6401,3,90,45,0,6398,6399,5,460,0,0,6399, + 6401,3,1478,739,0,6400,6365,1,0,0,0,6400,6369,1,0,0,0,6400,6374, + 1,0,0,0,6400,6375,1,0,0,0,6400,6376,1,0,0,0,6400,6377,1,0,0,0,6400, + 6378,1,0,0,0,6400,6381,1,0,0,0,6400,6384,1,0,0,0,6400,6386,1,0,0, + 0,6400,6388,1,0,0,0,6400,6389,1,0,0,0,6400,6391,1,0,0,0,6400,6393, + 1,0,0,0,6400,6395,1,0,0,0,6400,6397,1,0,0,0,6400,6398,1,0,0,0,6401, + 709,1,0,0,0,6402,6403,5,36,0,0,6403,6404,3,1462,731,0,6404,6405, + 5,6,0,0,6405,6406,3,1462,731,0,6406,6428,1,0,0,0,6407,6408,5,247, + 0,0,6408,6428,3,80,40,0,6409,6410,5,443,0,0,6410,6428,3,712,356, + 0,6411,6428,5,104,0,0,6412,6413,5,333,0,0,6413,6420,3,1478,739,0, + 6414,6415,5,94,0,0,6415,6421,3,1478,739,0,6416,6417,5,10,0,0,6417, + 6421,3,1478,739,0,6418,6419,5,64,0,0,6419,6421,5,434,0,0,6420,6414, + 1,0,0,0,6420,6416,1,0,0,0,6420,6418,1,0,0,0,6421,6428,1,0,0,0,6422, + 6423,5,36,0,0,6423,6428,3,1478,739,0,6424,6428,3,6,3,0,6425,6428, + 3,708,354,0,6426,6428,3,1478,739,0,6427,6402,1,0,0,0,6427,6407,1, + 0,0,0,6427,6409,1,0,0,0,6427,6411,1,0,0,0,6427,6412,1,0,0,0,6427, + 6422,1,0,0,0,6427,6424,1,0,0,0,6427,6425,1,0,0,0,6427,6426,1,0,0, + 0,6428,711,1,0,0,0,6429,6430,5,62,0,0,6430,6431,5,360,0,0,6431,6438, + 3,1172,586,0,6432,6433,5,6,0,0,6433,6434,5,62,0,0,6434,6435,5,360, + 0,0,6435,6437,3,1172,586,0,6436,6432,1,0,0,0,6437,6440,1,0,0,0,6438, + 6436,1,0,0,0,6438,6439,1,0,0,0,6439,713,1,0,0,0,6440,6438,1,0,0, + 0,6441,6442,5,105,0,0,6442,6443,3,500,250,0,6443,715,1,0,0,0,6444, + 6445,3,1436,718,0,6445,6446,3,692,346,0,6446,717,1,0,0,0,6447,6452, + 3,716,358,0,6448,6449,5,6,0,0,6449,6451,3,716,358,0,6450,6448,1, + 0,0,0,6451,6454,1,0,0,0,6452,6450,1,0,0,0,6452,6453,1,0,0,0,6453, + 719,1,0,0,0,6454,6452,1,0,0,0,6455,6456,5,138,0,0,6456,6457,3,722, + 361,0,6457,6459,3,724,362,0,6458,6460,3,726,363,0,6459,6458,1,0, + 0,0,6459,6460,1,0,0,0,6460,721,1,0,0,0,6461,6462,5,211,0,0,6462, + 6468,3,678,339,0,6463,6464,5,296,0,0,6464,6468,3,674,337,0,6465, + 6466,5,442,0,0,6466,6468,3,670,335,0,6467,6461,1,0,0,0,6467,6463, + 1,0,0,0,6467,6465,1,0,0,0,6468,723,1,0,0,0,6469,6471,3,708,354,0, + 6470,6469,1,0,0,0,6471,6472,1,0,0,0,6472,6470,1,0,0,0,6472,6473, + 1,0,0,0,6473,725,1,0,0,0,6474,6475,5,315,0,0,6475,727,1,0,0,0,6476, + 6477,5,191,0,0,6477,6479,5,211,0,0,6478,6480,3,752,376,0,6479,6478, + 1,0,0,0,6479,6480,1,0,0,0,6480,6481,1,0,0,0,6481,6483,3,676,338, + 0,6482,6484,3,124,62,0,6483,6482,1,0,0,0,6483,6484,1,0,0,0,6484, + 6504,1,0,0,0,6485,6486,5,191,0,0,6486,6488,5,296,0,0,6487,6489,3, + 752,376,0,6488,6487,1,0,0,0,6488,6489,1,0,0,0,6489,6490,1,0,0,0, + 6490,6492,3,672,336,0,6491,6493,3,124,62,0,6492,6491,1,0,0,0,6492, + 6493,1,0,0,0,6493,6504,1,0,0,0,6494,6495,5,191,0,0,6495,6497,5,442, + 0,0,6496,6498,3,752,376,0,6497,6496,1,0,0,0,6497,6498,1,0,0,0,6498, + 6499,1,0,0,0,6499,6501,3,668,334,0,6500,6502,3,124,62,0,6501,6500, + 1,0,0,0,6501,6502,1,0,0,0,6502,6504,1,0,0,0,6503,6476,1,0,0,0,6503, + 6485,1,0,0,0,6503,6494,1,0,0,0,6504,729,1,0,0,0,6505,6506,5,191, + 0,0,6506,6508,5,136,0,0,6507,6509,3,752,376,0,6508,6507,1,0,0,0, + 6508,6509,1,0,0,0,6509,6510,1,0,0,0,6510,6512,3,704,352,0,6511,6513, + 3,124,62,0,6512,6511,1,0,0,0,6512,6513,1,0,0,0,6513,731,1,0,0,0, + 6514,6515,5,191,0,0,6515,6517,5,278,0,0,6516,6518,3,752,376,0,6517, + 6516,1,0,0,0,6517,6518,1,0,0,0,6518,6519,1,0,0,0,6519,6521,3,738, + 369,0,6520,6522,3,124,62,0,6521,6520,1,0,0,0,6521,6522,1,0,0,0,6522, + 733,1,0,0,0,6523,6524,5,2,0,0,6524,6525,3,1172,586,0,6525,6526,5, + 3,0,0,6526,6546,1,0,0,0,6527,6528,5,2,0,0,6528,6529,3,1172,586,0, + 6529,6530,5,6,0,0,6530,6531,3,1172,586,0,6531,6532,5,3,0,0,6532, + 6546,1,0,0,0,6533,6534,5,2,0,0,6534,6535,5,407,0,0,6535,6536,5,6, + 0,0,6536,6537,3,1172,586,0,6537,6538,5,3,0,0,6538,6546,1,0,0,0,6539, + 6540,5,2,0,0,6540,6541,3,1172,586,0,6541,6542,5,6,0,0,6542,6543, + 5,407,0,0,6543,6544,5,3,0,0,6544,6546,1,0,0,0,6545,6523,1,0,0,0, + 6545,6527,1,0,0,0,6545,6533,1,0,0,0,6545,6539,1,0,0,0,6546,735,1, + 0,0,0,6547,6548,3,1478,739,0,6548,6549,5,11,0,0,6549,6551,1,0,0, + 0,6550,6547,1,0,0,0,6551,6554,1,0,0,0,6552,6550,1,0,0,0,6552,6553, + 1,0,0,0,6553,6555,1,0,0,0,6554,6552,1,0,0,0,6555,6556,3,1322,661, + 0,6556,737,1,0,0,0,6557,6562,3,740,370,0,6558,6559,5,6,0,0,6559, + 6561,3,740,370,0,6560,6558,1,0,0,0,6561,6564,1,0,0,0,6562,6560,1, + 0,0,0,6562,6563,1,0,0,0,6563,739,1,0,0,0,6564,6562,1,0,0,0,6565, + 6566,3,736,368,0,6566,6567,3,734,367,0,6567,741,1,0,0,0,6568,6569, + 5,57,0,0,6569,6570,3,744,372,0,6570,743,1,0,0,0,6571,6573,3,746, + 373,0,6572,6571,1,0,0,0,6573,6574,1,0,0,0,6574,6572,1,0,0,0,6574, + 6575,1,0,0,0,6575,745,1,0,0,0,6576,6580,3,1462,731,0,6577,6578,5, + 247,0,0,6578,6580,3,80,40,0,6579,6576,1,0,0,0,6579,6577,1,0,0,0, + 6580,747,1,0,0,0,6581,6582,5,46,0,0,6582,6583,5,41,0,0,6583,6584, + 5,2,0,0,6584,6585,3,1172,586,0,6585,6586,5,36,0,0,6586,6587,3,1172, + 586,0,6587,6588,5,3,0,0,6588,6589,5,105,0,0,6589,6590,5,211,0,0, + 6590,6592,3,678,339,0,6591,6593,3,750,375,0,6592,6591,1,0,0,0,6592, + 6593,1,0,0,0,6593,6619,1,0,0,0,6594,6595,5,46,0,0,6595,6596,5,41, + 0,0,6596,6597,5,2,0,0,6597,6598,3,1172,586,0,6598,6599,5,36,0,0, + 6599,6600,3,1172,586,0,6600,6601,5,3,0,0,6601,6602,5,379,0,0,6602, + 6604,5,211,0,0,6603,6605,3,750,375,0,6604,6603,1,0,0,0,6604,6605, + 1,0,0,0,6605,6619,1,0,0,0,6606,6607,5,46,0,0,6607,6608,5,41,0,0, + 6608,6609,5,2,0,0,6609,6610,3,1172,586,0,6610,6611,5,36,0,0,6611, + 6612,3,1172,586,0,6612,6613,5,3,0,0,6613,6614,5,105,0,0,6614,6616, + 5,400,0,0,6615,6617,3,750,375,0,6616,6615,1,0,0,0,6616,6617,1,0, + 0,0,6617,6619,1,0,0,0,6618,6581,1,0,0,0,6618,6594,1,0,0,0,6618,6606, + 1,0,0,0,6619,749,1,0,0,0,6620,6621,5,36,0,0,6621,6625,5,223,0,0, + 6622,6623,5,36,0,0,6623,6625,5,141,0,0,6624,6620,1,0,0,0,6624,6622, + 1,0,0,0,6625,751,1,0,0,0,6626,6627,5,220,0,0,6627,6628,5,396,0,0, + 6628,753,1,0,0,0,6629,6631,5,46,0,0,6630,6632,3,662,331,0,6631,6630, + 1,0,0,0,6631,6632,1,0,0,0,6632,6633,1,0,0,0,6633,6634,5,443,0,0, + 6634,6635,5,62,0,0,6635,6636,3,1172,586,0,6636,6637,5,247,0,0,6637, + 6638,3,1440,720,0,6638,6639,5,2,0,0,6639,6640,3,756,378,0,6640,6641, + 5,3,0,0,6641,755,1,0,0,0,6642,6643,5,64,0,0,6643,6644,5,461,0,0, + 6644,6645,5,105,0,0,6645,6646,5,211,0,0,6646,6647,3,678,339,0,6647, + 6648,5,6,0,0,6648,6649,5,94,0,0,6649,6650,5,461,0,0,6650,6651,5, + 105,0,0,6651,6652,5,211,0,0,6652,6653,3,678,339,0,6653,6677,1,0, + 0,0,6654,6655,5,94,0,0,6655,6656,5,461,0,0,6656,6657,5,105,0,0,6657, + 6658,5,211,0,0,6658,6659,3,678,339,0,6659,6660,5,6,0,0,6660,6661, + 5,64,0,0,6661,6662,5,461,0,0,6662,6663,5,105,0,0,6663,6664,5,211, + 0,0,6664,6665,3,678,339,0,6665,6677,1,0,0,0,6666,6667,5,64,0,0,6667, + 6668,5,461,0,0,6668,6669,5,105,0,0,6669,6670,5,211,0,0,6670,6677, + 3,678,339,0,6671,6672,5,94,0,0,6672,6673,5,461,0,0,6673,6674,5,105, + 0,0,6674,6675,5,211,0,0,6675,6677,3,678,339,0,6676,6642,1,0,0,0, + 6676,6654,1,0,0,0,6676,6666,1,0,0,0,6676,6671,1,0,0,0,6677,757,1, + 0,0,0,6678,6679,5,306,0,0,6679,6695,3,760,380,0,6680,6681,5,306, + 0,0,6681,6695,3,762,381,0,6682,6683,5,306,0,0,6683,6684,5,2,0,0, + 6684,6685,3,764,382,0,6685,6686,5,3,0,0,6686,6687,3,760,380,0,6687, + 6695,1,0,0,0,6688,6689,5,306,0,0,6689,6690,5,2,0,0,6690,6691,3,764, + 382,0,6691,6692,5,3,0,0,6692,6693,3,762,381,0,6693,6695,1,0,0,0, + 6694,6678,1,0,0,0,6694,6680,1,0,0,0,6694,6682,1,0,0,0,6694,6688, + 1,0,0,0,6695,759,1,0,0,0,6696,6698,5,226,0,0,6697,6699,3,634,317, + 0,6698,6697,1,0,0,0,6698,6699,1,0,0,0,6699,6700,1,0,0,0,6700,6707, + 3,1416,708,0,6701,6703,5,92,0,0,6702,6704,3,634,317,0,6703,6702, + 1,0,0,0,6703,6704,1,0,0,0,6704,6705,1,0,0,0,6705,6707,3,1410,705, + 0,6706,6696,1,0,0,0,6706,6701,1,0,0,0,6707,761,1,0,0,0,6708,6710, + 5,323,0,0,6709,6711,3,634,317,0,6710,6709,1,0,0,0,6710,6711,1,0, + 0,0,6711,6712,1,0,0,0,6712,6724,3,1426,713,0,6713,6715,5,349,0,0, + 6714,6716,3,634,317,0,6715,6714,1,0,0,0,6715,6716,1,0,0,0,6716,6717, + 1,0,0,0,6717,6724,3,1440,720,0,6718,6720,5,175,0,0,6719,6721,3,634, + 317,0,6720,6719,1,0,0,0,6720,6721,1,0,0,0,6721,6722,1,0,0,0,6722, + 6724,3,1424,712,0,6723,6708,1,0,0,0,6723,6713,1,0,0,0,6723,6718, + 1,0,0,0,6724,763,1,0,0,0,6725,6730,3,766,383,0,6726,6727,5,6,0,0, + 6727,6729,3,766,383,0,6728,6726,1,0,0,0,6729,6732,1,0,0,0,6730,6728, + 1,0,0,0,6730,6731,1,0,0,0,6731,765,1,0,0,0,6732,6730,1,0,0,0,6733, + 6734,5,128,0,0,6734,767,1,0,0,0,6735,6736,5,138,0,0,6736,6737,5, + 351,0,0,6737,6738,3,1406,703,0,6738,6739,5,333,0,0,6739,6740,3,132, + 66,0,6740,6748,1,0,0,0,6741,6742,5,138,0,0,6742,6743,5,351,0,0,6743, + 6744,3,1406,703,0,6744,6745,5,313,0,0,6745,6746,3,132,66,0,6746, + 6748,1,0,0,0,6747,6735,1,0,0,0,6747,6741,1,0,0,0,6748,769,1,0,0, + 0,6749,6750,5,138,0,0,6750,6751,5,136,0,0,6751,6752,3,702,351,0, + 6752,6753,5,309,0,0,6753,6754,5,94,0,0,6754,6755,3,1440,720,0,6755, + 7141,1,0,0,0,6756,6757,5,138,0,0,6757,6758,5,108,0,0,6758,6759,3, + 562,281,0,6759,6760,5,309,0,0,6760,6761,5,94,0,0,6761,6762,3,1440, + 720,0,6762,7141,1,0,0,0,6763,6764,5,138,0,0,6764,6765,5,168,0,0, + 6765,6766,3,562,281,0,6766,6767,5,309,0,0,6767,6768,5,94,0,0,6768, + 6769,3,1440,720,0,6769,7141,1,0,0,0,6770,6771,5,138,0,0,6771,6772, + 5,175,0,0,6772,6773,3,1424,712,0,6773,6774,5,309,0,0,6774,6775,5, + 94,0,0,6775,6776,3,1422,711,0,6776,7141,1,0,0,0,6777,6778,5,138, + 0,0,6778,6779,5,189,0,0,6779,6780,3,562,281,0,6780,6781,5,309,0, + 0,6781,6782,5,94,0,0,6782,6783,3,1440,720,0,6783,7141,1,0,0,0,6784, + 6785,5,138,0,0,6785,6786,5,189,0,0,6786,6787,3,562,281,0,6787,6788, + 5,309,0,0,6788,6789,5,45,0,0,6789,6790,3,1440,720,0,6790,6791,5, + 94,0,0,6791,6792,3,1440,720,0,6792,7141,1,0,0,0,6793,6794,5,138, + 0,0,6794,6795,5,63,0,0,6795,6796,5,174,0,0,6796,6797,5,381,0,0,6797, + 6798,3,1440,720,0,6798,6799,5,309,0,0,6799,6800,5,94,0,0,6800,6801, + 3,1440,720,0,6801,7141,1,0,0,0,6802,6803,5,138,0,0,6803,6804,5,211, + 0,0,6804,6805,3,678,339,0,6805,6806,5,309,0,0,6806,6807,5,94,0,0, + 6807,6808,3,1446,723,0,6808,7141,1,0,0,0,6809,6810,5,138,0,0,6810, + 6811,5,66,0,0,6811,6812,3,1472,736,0,6812,6813,5,309,0,0,6813,6814, + 5,94,0,0,6814,6815,3,1472,736,0,6815,7141,1,0,0,0,6816,6818,5,138, + 0,0,6817,6819,3,342,171,0,6818,6817,1,0,0,0,6818,6819,1,0,0,0,6819, + 6820,1,0,0,0,6820,6821,5,247,0,0,6821,6822,3,1440,720,0,6822,6823, + 5,309,0,0,6823,6824,5,94,0,0,6824,6825,3,1440,720,0,6825,7141,1, + 0,0,0,6826,6827,5,138,0,0,6827,6828,5,278,0,0,6828,6829,5,156,0, + 0,6829,6830,3,562,281,0,6830,6831,5,100,0,0,6831,6832,3,1440,720, + 0,6832,6833,5,309,0,0,6833,6834,5,94,0,0,6834,6835,3,1440,720,0, + 6835,7141,1,0,0,0,6836,6837,5,138,0,0,6837,6838,5,278,0,0,6838,6839, + 5,206,0,0,6839,6840,3,562,281,0,6840,6841,5,100,0,0,6841,6842,3, + 1440,720,0,6842,6843,5,309,0,0,6843,6844,5,94,0,0,6844,6845,3,1440, + 720,0,6845,7141,1,0,0,0,6846,6847,5,138,0,0,6847,6849,5,445,0,0, + 6848,6850,3,752,376,0,6849,6848,1,0,0,0,6849,6850,1,0,0,0,6850,6851, + 1,0,0,0,6851,6852,3,1440,720,0,6852,6853,5,80,0,0,6853,6854,3,1416, + 708,0,6854,6855,5,309,0,0,6855,6856,5,94,0,0,6856,6857,3,1440,720, + 0,6857,7141,1,0,0,0,6858,6859,5,138,0,0,6859,6860,5,296,0,0,6860, + 6861,3,674,337,0,6861,6862,5,309,0,0,6862,6863,5,94,0,0,6863,6864, + 3,1434,717,0,6864,7141,1,0,0,0,6865,6866,5,138,0,0,6866,6867,5,452, + 0,0,6867,6868,3,1440,720,0,6868,6869,5,309,0,0,6869,6870,5,94,0, + 0,6870,6871,3,1440,720,0,6871,7141,1,0,0,0,6872,6873,5,138,0,0,6873, + 6874,5,442,0,0,6874,6875,3,670,335,0,6875,6876,5,309,0,0,6876,6877, + 5,94,0,0,6877,6878,3,1440,720,0,6878,7141,1,0,0,0,6879,6880,5,138, + 0,0,6880,6881,5,323,0,0,6881,6882,3,1426,713,0,6882,6883,5,309,0, + 0,6883,6884,5,94,0,0,6884,6885,3,48,24,0,6885,7141,1,0,0,0,6886, + 6887,5,138,0,0,6887,6888,5,331,0,0,6888,6889,3,1440,720,0,6889,6890, + 5,309,0,0,6890,6891,5,94,0,0,6891,6892,3,1440,720,0,6892,7141,1, + 0,0,0,6893,6894,5,138,0,0,6894,6895,5,451,0,0,6895,6896,3,1440,720, + 0,6896,6897,5,309,0,0,6897,6898,5,94,0,0,6898,6899,3,1440,720,0, + 6899,7141,1,0,0,0,6900,6901,5,138,0,0,6901,6903,5,92,0,0,6902,6904, + 3,752,376,0,6903,6902,1,0,0,0,6903,6904,1,0,0,0,6904,6905,1,0,0, + 0,6905,6906,3,1122,561,0,6906,6907,5,309,0,0,6907,6908,5,94,0,0, + 6908,6909,3,1408,704,0,6909,7141,1,0,0,0,6910,6911,5,138,0,0,6911, + 6913,5,328,0,0,6912,6914,3,752,376,0,6913,6912,1,0,0,0,6913,6914, + 1,0,0,0,6914,6915,1,0,0,0,6915,6916,3,1416,708,0,6916,6917,5,309, + 0,0,6917,6918,5,94,0,0,6918,6919,3,1440,720,0,6919,7141,1,0,0,0, + 6920,6921,5,138,0,0,6921,6923,5,376,0,0,6922,6924,3,752,376,0,6923, + 6922,1,0,0,0,6923,6924,1,0,0,0,6924,6925,1,0,0,0,6925,6926,3,1414, + 707,0,6926,6927,5,309,0,0,6927,6928,5,94,0,0,6928,6929,3,1412,706, + 0,6929,7141,1,0,0,0,6930,6931,5,138,0,0,6931,6932,5,259,0,0,6932, + 6934,5,376,0,0,6933,6935,3,752,376,0,6934,6933,1,0,0,0,6934,6935, + 1,0,0,0,6935,6936,1,0,0,0,6936,6937,3,1414,707,0,6937,6938,5,309, + 0,0,6938,6939,5,94,0,0,6939,6940,3,1412,706,0,6940,7141,1,0,0,0, + 6941,6942,5,138,0,0,6942,6944,5,226,0,0,6943,6945,3,752,376,0,6944, + 6943,1,0,0,0,6944,6945,1,0,0,0,6945,6946,1,0,0,0,6946,6947,3,1416, + 708,0,6947,6948,5,309,0,0,6948,6949,5,94,0,0,6949,6950,3,1440,720, + 0,6950,7141,1,0,0,0,6951,6952,5,138,0,0,6952,6953,5,63,0,0,6953, + 6955,5,92,0,0,6954,6956,3,752,376,0,6955,6954,1,0,0,0,6955,6956, + 1,0,0,0,6956,6957,1,0,0,0,6957,6958,3,1122,561,0,6958,6959,5,309, + 0,0,6959,6960,5,94,0,0,6960,6961,3,1408,704,0,6961,7141,1,0,0,0, + 6962,6963,5,138,0,0,6963,6965,5,92,0,0,6964,6966,3,752,376,0,6965, + 6964,1,0,0,0,6965,6966,1,0,0,0,6966,6967,1,0,0,0,6967,6968,3,1122, + 561,0,6968,6970,5,309,0,0,6969,6971,5,44,0,0,6970,6969,1,0,0,0,6970, + 6971,1,0,0,0,6971,6972,1,0,0,0,6972,6973,3,1436,718,0,6973,6974, + 5,94,0,0,6974,6975,3,1438,719,0,6975,7141,1,0,0,0,6976,6977,5,138, + 0,0,6977,6979,5,376,0,0,6978,6980,3,752,376,0,6979,6978,1,0,0,0, + 6979,6980,1,0,0,0,6980,6981,1,0,0,0,6981,6982,3,1414,707,0,6982, + 6984,5,309,0,0,6983,6985,5,44,0,0,6984,6983,1,0,0,0,6984,6985,1, + 0,0,0,6985,6986,1,0,0,0,6986,6987,3,1436,718,0,6987,6988,5,94,0, + 0,6988,6989,3,1438,719,0,6989,7141,1,0,0,0,6990,6991,5,138,0,0,6991, + 6992,5,259,0,0,6992,6994,5,376,0,0,6993,6995,3,752,376,0,6994,6993, + 1,0,0,0,6994,6995,1,0,0,0,6995,6996,1,0,0,0,6996,6997,3,1414,707, + 0,6997,6999,5,309,0,0,6998,7000,5,44,0,0,6999,6998,1,0,0,0,6999, + 7000,1,0,0,0,7000,7001,1,0,0,0,7001,7002,3,1436,718,0,7002,7003, + 5,94,0,0,7003,7004,3,1438,719,0,7004,7141,1,0,0,0,7005,7006,5,138, + 0,0,7006,7008,5,92,0,0,7007,7009,3,752,376,0,7008,7007,1,0,0,0,7008, + 7009,1,0,0,0,7009,7010,1,0,0,0,7010,7011,3,1122,561,0,7011,7012, + 5,309,0,0,7012,7013,5,45,0,0,7013,7014,3,1440,720,0,7014,7015,5, + 94,0,0,7015,7016,3,1440,720,0,7016,7141,1,0,0,0,7017,7018,5,138, + 0,0,7018,7019,5,63,0,0,7019,7021,5,92,0,0,7020,7022,3,752,376,0, + 7021,7020,1,0,0,0,7021,7022,1,0,0,0,7022,7023,1,0,0,0,7023,7024, + 3,1122,561,0,7024,7026,5,309,0,0,7025,7027,5,44,0,0,7026,7025,1, + 0,0,0,7026,7027,1,0,0,0,7027,7028,1,0,0,0,7028,7029,3,1436,718,0, + 7029,7030,5,94,0,0,7030,7031,3,1438,719,0,7031,7141,1,0,0,0,7032, + 7033,5,138,0,0,7033,7034,5,321,0,0,7034,7035,3,1440,720,0,7035,7036, + 5,80,0,0,7036,7037,3,1416,708,0,7037,7038,5,309,0,0,7038,7039,5, + 94,0,0,7039,7040,3,1440,720,0,7040,7141,1,0,0,0,7041,7042,5,138, + 0,0,7042,7043,5,357,0,0,7043,7044,3,1440,720,0,7044,7045,5,80,0, + 0,7045,7046,3,1416,708,0,7046,7047,5,309,0,0,7047,7048,5,94,0,0, + 7048,7049,3,1440,720,0,7049,7141,1,0,0,0,7050,7051,5,138,0,0,7051, + 7052,5,198,0,0,7052,7053,5,357,0,0,7053,7054,3,1440,720,0,7054,7055, + 5,309,0,0,7055,7056,5,94,0,0,7056,7057,3,1440,720,0,7057,7141,1, + 0,0,0,7058,7059,5,138,0,0,7059,7060,5,318,0,0,7060,7061,3,1472,736, + 0,7061,7062,5,309,0,0,7062,7063,5,94,0,0,7063,7064,3,1472,736,0, + 7064,7141,1,0,0,0,7065,7066,5,138,0,0,7066,7067,5,99,0,0,7067,7068, + 3,1472,736,0,7068,7069,5,309,0,0,7069,7070,5,94,0,0,7070,7071,3, + 1472,736,0,7071,7141,1,0,0,0,7072,7073,5,138,0,0,7073,7074,5,351, + 0,0,7074,7075,3,1406,703,0,7075,7076,5,309,0,0,7076,7077,5,94,0, + 0,7077,7078,3,1404,702,0,7078,7141,1,0,0,0,7079,7080,5,138,0,0,7080, + 7081,5,342,0,0,7081,7082,3,562,281,0,7082,7083,5,309,0,0,7083,7084, + 5,94,0,0,7084,7085,3,1440,720,0,7085,7141,1,0,0,0,7086,7087,5,138, + 0,0,7087,7088,5,355,0,0,7088,7089,5,325,0,0,7089,7090,5,283,0,0, + 7090,7091,3,562,281,0,7091,7092,5,309,0,0,7092,7093,5,94,0,0,7093, + 7094,3,1440,720,0,7094,7141,1,0,0,0,7095,7096,5,138,0,0,7096,7097, + 5,355,0,0,7097,7098,5,325,0,0,7098,7099,5,185,0,0,7099,7100,3,562, + 281,0,7100,7101,5,309,0,0,7101,7102,5,94,0,0,7102,7103,3,1440,720, + 0,7103,7141,1,0,0,0,7104,7105,5,138,0,0,7105,7106,5,355,0,0,7106, + 7107,5,325,0,0,7107,7108,5,353,0,0,7108,7109,3,562,281,0,7109,7110, + 5,309,0,0,7110,7111,5,94,0,0,7111,7112,3,1440,720,0,7112,7141,1, + 0,0,0,7113,7114,5,138,0,0,7114,7115,5,355,0,0,7115,7116,5,325,0, + 0,7116,7117,5,163,0,0,7117,7118,3,562,281,0,7118,7119,5,309,0,0, + 7119,7120,5,94,0,0,7120,7121,3,1440,720,0,7121,7141,1,0,0,0,7122, + 7123,5,138,0,0,7123,7124,5,360,0,0,7124,7125,3,562,281,0,7125,7126, + 5,309,0,0,7126,7127,5,94,0,0,7127,7128,3,1440,720,0,7128,7141,1, + 0,0,0,7129,7130,5,138,0,0,7130,7131,5,360,0,0,7131,7132,3,562,281, + 0,7132,7133,5,309,0,0,7133,7134,5,143,0,0,7134,7135,3,1440,720,0, + 7135,7136,5,94,0,0,7136,7138,3,1440,720,0,7137,7139,3,124,62,0,7138, + 7137,1,0,0,0,7138,7139,1,0,0,0,7139,7141,1,0,0,0,7140,6749,1,0,0, + 0,7140,6756,1,0,0,0,7140,6763,1,0,0,0,7140,6770,1,0,0,0,7140,6777, + 1,0,0,0,7140,6784,1,0,0,0,7140,6793,1,0,0,0,7140,6802,1,0,0,0,7140, + 6809,1,0,0,0,7140,6816,1,0,0,0,7140,6826,1,0,0,0,7140,6836,1,0,0, + 0,7140,6846,1,0,0,0,7140,6858,1,0,0,0,7140,6865,1,0,0,0,7140,6872, + 1,0,0,0,7140,6879,1,0,0,0,7140,6886,1,0,0,0,7140,6893,1,0,0,0,7140, + 6900,1,0,0,0,7140,6910,1,0,0,0,7140,6920,1,0,0,0,7140,6930,1,0,0, + 0,7140,6941,1,0,0,0,7140,6951,1,0,0,0,7140,6962,1,0,0,0,7140,6976, + 1,0,0,0,7140,6990,1,0,0,0,7140,7005,1,0,0,0,7140,7017,1,0,0,0,7140, + 7032,1,0,0,0,7140,7041,1,0,0,0,7140,7050,1,0,0,0,7140,7058,1,0,0, + 0,7140,7065,1,0,0,0,7140,7072,1,0,0,0,7140,7079,1,0,0,0,7140,7086, + 1,0,0,0,7140,7095,1,0,0,0,7140,7104,1,0,0,0,7140,7113,1,0,0,0,7140, + 7122,1,0,0,0,7140,7129,1,0,0,0,7141,771,1,0,0,0,7142,7143,5,333, + 0,0,7143,7144,5,174,0,0,7144,773,1,0,0,0,7145,7146,5,138,0,0,7146, + 7147,5,211,0,0,7147,7149,3,678,339,0,7148,7150,3,776,388,0,7149, + 7148,1,0,0,0,7149,7150,1,0,0,0,7150,7151,1,0,0,0,7151,7152,5,462, + 0,0,7152,7153,5,80,0,0,7153,7154,5,204,0,0,7154,7155,3,1440,720, + 0,7155,7215,1,0,0,0,7156,7157,5,138,0,0,7157,7158,5,296,0,0,7158, + 7160,3,674,337,0,7159,7161,3,776,388,0,7160,7159,1,0,0,0,7160,7161, + 1,0,0,0,7161,7162,1,0,0,0,7162,7163,5,462,0,0,7163,7164,5,80,0,0, + 7164,7165,5,204,0,0,7165,7166,3,1440,720,0,7166,7215,1,0,0,0,7167, + 7168,5,138,0,0,7168,7169,5,442,0,0,7169,7171,3,670,335,0,7170,7172, + 3,776,388,0,7171,7170,1,0,0,0,7171,7172,1,0,0,0,7172,7173,1,0,0, + 0,7173,7174,5,462,0,0,7174,7175,5,80,0,0,7175,7176,5,204,0,0,7176, + 7177,3,1440,720,0,7177,7215,1,0,0,0,7178,7179,5,138,0,0,7179,7180, + 5,357,0,0,7180,7181,3,1440,720,0,7181,7182,5,80,0,0,7182,7184,3, + 1416,708,0,7183,7185,3,776,388,0,7184,7183,1,0,0,0,7184,7185,1,0, + 0,0,7185,7186,1,0,0,0,7186,7187,5,462,0,0,7187,7188,5,80,0,0,7188, + 7189,5,204,0,0,7189,7190,3,1440,720,0,7190,7215,1,0,0,0,7191,7192, + 5,138,0,0,7192,7193,5,259,0,0,7193,7194,5,376,0,0,7194,7196,3,1414, + 707,0,7195,7197,3,776,388,0,7196,7195,1,0,0,0,7196,7197,1,0,0,0, + 7197,7198,1,0,0,0,7198,7199,5,462,0,0,7199,7200,5,80,0,0,7200,7201, + 5,204,0,0,7201,7202,3,1440,720,0,7202,7215,1,0,0,0,7203,7204,5,138, + 0,0,7204,7205,5,226,0,0,7205,7207,3,1416,708,0,7206,7208,3,776,388, + 0,7207,7206,1,0,0,0,7207,7208,1,0,0,0,7208,7209,1,0,0,0,7209,7210, + 5,462,0,0,7210,7211,5,80,0,0,7211,7212,5,204,0,0,7212,7213,3,1440, + 720,0,7213,7215,1,0,0,0,7214,7145,1,0,0,0,7214,7156,1,0,0,0,7214, + 7167,1,0,0,0,7214,7178,1,0,0,0,7214,7191,1,0,0,0,7214,7203,1,0,0, + 0,7215,775,1,0,0,0,7216,7217,5,269,0,0,7217,777,1,0,0,0,7218,7219, + 5,138,0,0,7219,7220,5,136,0,0,7220,7221,3,702,351,0,7221,7222,5, + 333,0,0,7222,7223,5,323,0,0,7223,7224,3,1426,713,0,7224,7404,1,0, + 0,0,7225,7226,5,138,0,0,7226,7227,5,108,0,0,7227,7228,3,562,281, + 0,7228,7229,5,333,0,0,7229,7230,5,323,0,0,7230,7231,3,1426,713,0, + 7231,7404,1,0,0,0,7232,7233,5,138,0,0,7233,7234,5,168,0,0,7234,7235, + 3,562,281,0,7235,7236,5,333,0,0,7236,7237,5,323,0,0,7237,7238,3, + 1426,713,0,7238,7404,1,0,0,0,7239,7240,5,138,0,0,7240,7241,5,189, + 0,0,7241,7242,3,562,281,0,7242,7243,5,333,0,0,7243,7244,5,323,0, + 0,7244,7245,3,1426,713,0,7245,7404,1,0,0,0,7246,7247,5,138,0,0,7247, + 7248,5,204,0,0,7248,7249,3,1440,720,0,7249,7250,5,333,0,0,7250,7251, + 5,323,0,0,7251,7252,3,1426,713,0,7252,7404,1,0,0,0,7253,7254,5,138, + 0,0,7254,7255,5,211,0,0,7255,7256,3,678,339,0,7256,7257,5,333,0, + 0,7257,7258,5,323,0,0,7258,7259,3,1426,713,0,7259,7404,1,0,0,0,7260, + 7261,5,138,0,0,7261,7262,5,278,0,0,7262,7263,3,740,370,0,7263,7264, + 5,333,0,0,7264,7265,5,323,0,0,7265,7266,3,1426,713,0,7266,7404,1, + 0,0,0,7267,7268,5,138,0,0,7268,7269,5,278,0,0,7269,7270,5,156,0, + 0,7270,7271,3,562,281,0,7271,7272,5,100,0,0,7272,7273,3,1440,720, + 0,7273,7274,5,333,0,0,7274,7275,5,323,0,0,7275,7276,3,1426,713,0, + 7276,7404,1,0,0,0,7277,7278,5,138,0,0,7278,7279,5,278,0,0,7279,7280, + 5,206,0,0,7280,7281,3,562,281,0,7281,7282,5,100,0,0,7282,7283,3, + 1440,720,0,7283,7284,5,333,0,0,7284,7285,5,323,0,0,7285,7286,3,1426, + 713,0,7286,7404,1,0,0,0,7287,7288,5,138,0,0,7288,7289,5,296,0,0, + 7289,7290,3,674,337,0,7290,7291,5,333,0,0,7291,7292,5,323,0,0,7292, + 7293,3,1426,713,0,7293,7404,1,0,0,0,7294,7295,5,138,0,0,7295,7296, + 5,442,0,0,7296,7297,3,670,335,0,7297,7298,5,333,0,0,7298,7299,5, + 323,0,0,7299,7300,3,1426,713,0,7300,7404,1,0,0,0,7301,7302,5,138, + 0,0,7302,7304,5,92,0,0,7303,7305,3,752,376,0,7304,7303,1,0,0,0,7304, + 7305,1,0,0,0,7305,7306,1,0,0,0,7306,7307,3,1122,561,0,7307,7308, + 5,333,0,0,7308,7309,5,323,0,0,7309,7310,3,1426,713,0,7310,7404,1, + 0,0,0,7311,7312,5,138,0,0,7312,7313,5,342,0,0,7313,7314,3,562,281, + 0,7314,7315,5,333,0,0,7315,7316,5,323,0,0,7316,7317,3,1426,713,0, + 7317,7404,1,0,0,0,7318,7319,5,138,0,0,7319,7320,5,355,0,0,7320,7321, + 5,325,0,0,7321,7322,5,283,0,0,7322,7323,3,562,281,0,7323,7324,5, + 333,0,0,7324,7325,5,323,0,0,7325,7326,3,1426,713,0,7326,7404,1,0, + 0,0,7327,7328,5,138,0,0,7328,7329,5,355,0,0,7329,7330,5,325,0,0, + 7330,7331,5,185,0,0,7331,7332,3,562,281,0,7332,7333,5,333,0,0,7333, + 7334,5,323,0,0,7334,7335,3,1426,713,0,7335,7404,1,0,0,0,7336,7337, + 5,138,0,0,7337,7338,5,355,0,0,7338,7339,5,325,0,0,7339,7340,5,353, + 0,0,7340,7341,3,562,281,0,7341,7342,5,333,0,0,7342,7343,5,323,0, + 0,7343,7344,3,1426,713,0,7344,7404,1,0,0,0,7345,7346,5,138,0,0,7346, + 7347,5,355,0,0,7347,7348,5,325,0,0,7348,7349,5,163,0,0,7349,7350, + 3,562,281,0,7350,7351,5,333,0,0,7351,7352,5,323,0,0,7352,7353,3, + 1426,713,0,7353,7404,1,0,0,0,7354,7355,5,138,0,0,7355,7357,5,328, + 0,0,7356,7358,3,752,376,0,7357,7356,1,0,0,0,7357,7358,1,0,0,0,7358, + 7359,1,0,0,0,7359,7360,3,1416,708,0,7360,7361,5,333,0,0,7361,7362, + 5,323,0,0,7362,7363,3,1426,713,0,7363,7404,1,0,0,0,7364,7365,5,138, + 0,0,7365,7367,5,376,0,0,7366,7368,3,752,376,0,7367,7366,1,0,0,0, + 7367,7368,1,0,0,0,7368,7369,1,0,0,0,7369,7370,3,1414,707,0,7370, + 7371,5,333,0,0,7371,7372,5,323,0,0,7372,7373,3,1426,713,0,7373,7404, + 1,0,0,0,7374,7375,5,138,0,0,7375,7376,5,259,0,0,7376,7378,5,376, + 0,0,7377,7379,3,752,376,0,7378,7377,1,0,0,0,7378,7379,1,0,0,0,7379, + 7380,1,0,0,0,7380,7381,3,1414,707,0,7381,7382,5,333,0,0,7382,7383, + 5,323,0,0,7383,7384,3,1426,713,0,7384,7404,1,0,0,0,7385,7386,5,138, + 0,0,7386,7387,5,63,0,0,7387,7389,5,92,0,0,7388,7390,3,752,376,0, + 7389,7388,1,0,0,0,7389,7390,1,0,0,0,7390,7391,1,0,0,0,7391,7392, + 3,1122,561,0,7392,7393,5,333,0,0,7393,7394,5,323,0,0,7394,7395,3, + 1426,713,0,7395,7404,1,0,0,0,7396,7397,5,138,0,0,7397,7398,5,360, + 0,0,7398,7399,3,562,281,0,7399,7400,5,333,0,0,7400,7401,5,323,0, + 0,7401,7402,3,1426,713,0,7402,7404,1,0,0,0,7403,7218,1,0,0,0,7403, + 7225,1,0,0,0,7403,7232,1,0,0,0,7403,7239,1,0,0,0,7403,7246,1,0,0, + 0,7403,7253,1,0,0,0,7403,7260,1,0,0,0,7403,7267,1,0,0,0,7403,7277, + 1,0,0,0,7403,7287,1,0,0,0,7403,7294,1,0,0,0,7403,7301,1,0,0,0,7403, + 7311,1,0,0,0,7403,7318,1,0,0,0,7403,7327,1,0,0,0,7403,7336,1,0,0, + 0,7403,7345,1,0,0,0,7403,7354,1,0,0,0,7403,7364,1,0,0,0,7403,7374, + 1,0,0,0,7403,7385,1,0,0,0,7403,7396,1,0,0,0,7404,779,1,0,0,0,7405, + 7406,5,138,0,0,7406,7407,5,278,0,0,7407,7408,3,740,370,0,7408,7409, + 5,333,0,0,7409,7410,5,2,0,0,7410,7411,3,782,391,0,7411,7412,5,3, + 0,0,7412,781,1,0,0,0,7413,7418,3,784,392,0,7414,7415,5,6,0,0,7415, + 7417,3,784,392,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,783,1,0,0,0,7420,7418,1,0,0,0,7421, + 7422,3,1494,747,0,7422,7423,5,10,0,0,7423,7424,5,407,0,0,7424,7430, + 1,0,0,0,7425,7426,3,1494,747,0,7426,7427,5,10,0,0,7427,7428,3,786, + 393,0,7428,7430,1,0,0,0,7429,7421,1,0,0,0,7429,7425,1,0,0,0,7430, + 785,1,0,0,0,7431,7437,3,692,346,0,7432,7437,3,1506,753,0,7433,7437, + 3,1328,664,0,7434,7437,3,326,163,0,7435,7437,3,1462,731,0,7436,7431, + 1,0,0,0,7436,7432,1,0,0,0,7436,7433,1,0,0,0,7436,7434,1,0,0,0,7436, + 7435,1,0,0,0,7437,787,1,0,0,0,7438,7439,5,138,0,0,7439,7440,5,360, + 0,0,7440,7441,3,562,281,0,7441,7442,5,333,0,0,7442,7443,5,2,0,0, + 7443,7444,3,782,391,0,7444,7445,5,3,0,0,7445,789,1,0,0,0,7446,7447, + 5,138,0,0,7447,7448,5,136,0,0,7448,7449,3,702,351,0,7449,7450,5, + 282,0,0,7450,7451,5,94,0,0,7451,7452,3,1474,737,0,7452,7632,1,0, + 0,0,7453,7454,5,138,0,0,7454,7455,5,108,0,0,7455,7456,3,562,281, + 0,7456,7457,5,282,0,0,7457,7458,5,94,0,0,7458,7459,3,1474,737,0, + 7459,7632,1,0,0,0,7460,7461,5,138,0,0,7461,7462,5,168,0,0,7462,7463, + 3,562,281,0,7463,7464,5,282,0,0,7464,7465,5,94,0,0,7465,7466,3,1474, + 737,0,7466,7632,1,0,0,0,7467,7468,5,138,0,0,7468,7469,5,175,0,0, + 7469,7470,3,1424,712,0,7470,7471,5,282,0,0,7471,7472,5,94,0,0,7472, + 7473,3,1474,737,0,7473,7632,1,0,0,0,7474,7475,5,138,0,0,7475,7476, + 5,189,0,0,7476,7477,3,562,281,0,7477,7478,5,282,0,0,7478,7479,5, + 94,0,0,7479,7480,3,1474,737,0,7480,7632,1,0,0,0,7481,7482,5,138, + 0,0,7482,7483,5,211,0,0,7483,7484,3,678,339,0,7484,7485,5,282,0, + 0,7485,7486,5,94,0,0,7486,7487,3,1474,737,0,7487,7632,1,0,0,0,7488, + 7490,5,138,0,0,7489,7491,3,342,171,0,7490,7489,1,0,0,0,7490,7491, + 1,0,0,0,7491,7492,1,0,0,0,7492,7493,5,247,0,0,7493,7494,3,1440,720, + 0,7494,7495,5,282,0,0,7495,7496,5,94,0,0,7496,7497,3,1474,737,0, + 7497,7632,1,0,0,0,7498,7499,5,138,0,0,7499,7500,5,248,0,0,7500,7501, + 5,274,0,0,7501,7502,3,326,163,0,7502,7503,5,282,0,0,7503,7504,5, + 94,0,0,7504,7505,3,1474,737,0,7505,7632,1,0,0,0,7506,7507,5,138, + 0,0,7507,7508,5,278,0,0,7508,7509,3,740,370,0,7509,7510,5,282,0, + 0,7510,7511,5,94,0,0,7511,7512,3,1474,737,0,7512,7632,1,0,0,0,7513, + 7514,5,138,0,0,7514,7515,5,278,0,0,7515,7516,5,156,0,0,7516,7517, + 3,562,281,0,7517,7518,5,100,0,0,7518,7519,3,1440,720,0,7519,7520, + 5,282,0,0,7520,7521,5,94,0,0,7521,7522,3,1474,737,0,7522,7632,1, + 0,0,0,7523,7524,5,138,0,0,7524,7525,5,278,0,0,7525,7526,5,206,0, + 0,7526,7527,3,562,281,0,7527,7528,5,100,0,0,7528,7529,3,1440,720, + 0,7529,7530,5,282,0,0,7530,7531,5,94,0,0,7531,7532,3,1474,737,0, + 7532,7632,1,0,0,0,7533,7534,5,138,0,0,7534,7535,5,296,0,0,7535,7536, + 3,674,337,0,7536,7537,5,282,0,0,7537,7538,5,94,0,0,7538,7539,3,1474, + 737,0,7539,7632,1,0,0,0,7540,7541,5,138,0,0,7541,7542,5,442,0,0, + 7542,7543,3,670,335,0,7543,7544,5,282,0,0,7544,7545,5,94,0,0,7545, + 7546,3,1474,737,0,7546,7632,1,0,0,0,7547,7548,5,138,0,0,7548,7549, + 5,323,0,0,7549,7550,3,1426,713,0,7550,7551,5,282,0,0,7551,7552,5, + 94,0,0,7552,7553,3,1474,737,0,7553,7632,1,0,0,0,7554,7555,5,138, + 0,0,7555,7556,5,360,0,0,7556,7557,3,562,281,0,7557,7558,5,282,0, + 0,7558,7559,5,94,0,0,7559,7560,3,1474,737,0,7560,7632,1,0,0,0,7561, + 7562,5,138,0,0,7562,7563,5,351,0,0,7563,7564,3,1406,703,0,7564,7565, + 5,282,0,0,7565,7566,5,94,0,0,7566,7567,3,1474,737,0,7567,7632,1, + 0,0,0,7568,7569,5,138,0,0,7569,7570,5,342,0,0,7570,7571,3,562,281, + 0,7571,7572,5,282,0,0,7572,7573,5,94,0,0,7573,7574,3,1474,737,0, + 7574,7632,1,0,0,0,7575,7576,5,138,0,0,7576,7577,5,355,0,0,7577,7578, + 5,325,0,0,7578,7579,5,185,0,0,7579,7580,3,562,281,0,7580,7581,5, + 282,0,0,7581,7582,5,94,0,0,7582,7583,3,1474,737,0,7583,7632,1,0, + 0,0,7584,7585,5,138,0,0,7585,7586,5,355,0,0,7586,7587,5,325,0,0, + 7587,7588,5,163,0,0,7588,7589,3,562,281,0,7589,7590,5,282,0,0,7590, + 7591,5,94,0,0,7591,7592,3,1474,737,0,7592,7632,1,0,0,0,7593,7594, + 5,138,0,0,7594,7595,5,63,0,0,7595,7596,5,174,0,0,7596,7597,5,381, + 0,0,7597,7598,3,1440,720,0,7598,7599,5,282,0,0,7599,7600,5,94,0, + 0,7600,7601,3,1474,737,0,7601,7632,1,0,0,0,7602,7603,5,138,0,0,7603, + 7604,5,331,0,0,7604,7605,3,1440,720,0,7605,7606,5,282,0,0,7606,7607, + 5,94,0,0,7607,7608,3,1474,737,0,7608,7632,1,0,0,0,7609,7610,5,138, + 0,0,7610,7611,5,198,0,0,7611,7612,5,357,0,0,7612,7613,3,1440,720, + 0,7613,7614,5,282,0,0,7614,7615,5,94,0,0,7615,7616,3,1474,737,0, + 7616,7632,1,0,0,0,7617,7618,5,138,0,0,7618,7619,5,452,0,0,7619,7620, + 3,1440,720,0,7620,7621,5,282,0,0,7621,7622,5,94,0,0,7622,7623,3, + 1474,737,0,7623,7632,1,0,0,0,7624,7625,5,138,0,0,7625,7626,5,451, + 0,0,7626,7627,3,1440,720,0,7627,7628,5,282,0,0,7628,7629,5,94,0, + 0,7629,7630,3,1474,737,0,7630,7632,1,0,0,0,7631,7446,1,0,0,0,7631, + 7453,1,0,0,0,7631,7460,1,0,0,0,7631,7467,1,0,0,0,7631,7474,1,0,0, + 0,7631,7481,1,0,0,0,7631,7488,1,0,0,0,7631,7498,1,0,0,0,7631,7506, + 1,0,0,0,7631,7513,1,0,0,0,7631,7523,1,0,0,0,7631,7533,1,0,0,0,7631, + 7540,1,0,0,0,7631,7547,1,0,0,0,7631,7554,1,0,0,0,7631,7561,1,0,0, + 0,7631,7568,1,0,0,0,7631,7575,1,0,0,0,7631,7584,1,0,0,0,7631,7593, + 1,0,0,0,7631,7602,1,0,0,0,7631,7609,1,0,0,0,7631,7617,1,0,0,0,7631, + 7624,1,0,0,0,7632,791,1,0,0,0,7633,7634,5,46,0,0,7634,7635,5,452, + 0,0,7635,7637,3,1440,720,0,7636,7638,3,794,397,0,7637,7636,1,0,0, + 0,7637,7638,1,0,0,0,7638,7640,1,0,0,0,7639,7641,3,714,357,0,7640, + 7639,1,0,0,0,7640,7641,1,0,0,0,7641,793,1,0,0,0,7642,7643,3,796, + 398,0,7643,795,1,0,0,0,7644,7645,5,62,0,0,7645,7646,5,92,0,0,7646, + 7651,3,1128,564,0,7647,7648,5,62,0,0,7648,7649,5,30,0,0,7649,7651, + 5,350,0,0,7650,7644,1,0,0,0,7650,7647,1,0,0,0,7651,797,1,0,0,0,7652, + 7653,5,138,0,0,7653,7654,5,452,0,0,7654,7655,3,1440,720,0,7655,7656, + 5,333,0,0,7656,7657,3,500,250,0,7657,7691,1,0,0,0,7658,7659,5,138, + 0,0,7659,7660,5,452,0,0,7660,7661,3,1440,720,0,7661,7662,5,133,0, + 0,7662,7663,3,1130,565,0,7663,7691,1,0,0,0,7664,7665,5,138,0,0,7665, + 7666,5,452,0,0,7666,7667,3,1440,720,0,7667,7668,5,333,0,0,7668,7669, + 3,1130,565,0,7669,7691,1,0,0,0,7670,7671,5,138,0,0,7671,7672,5,452, + 0,0,7672,7673,3,1440,720,0,7673,7674,5,191,0,0,7674,7675,3,1130, + 565,0,7675,7691,1,0,0,0,7676,7677,5,138,0,0,7677,7678,5,452,0,0, + 7678,7679,3,1440,720,0,7679,7680,5,282,0,0,7680,7681,5,94,0,0,7681, + 7682,3,1474,737,0,7682,7691,1,0,0,0,7683,7684,5,138,0,0,7684,7685, + 5,452,0,0,7685,7686,3,1440,720,0,7686,7687,5,309,0,0,7687,7688,5, + 94,0,0,7688,7689,3,1440,720,0,7689,7691,1,0,0,0,7690,7652,1,0,0, + 0,7690,7658,1,0,0,0,7690,7664,1,0,0,0,7690,7670,1,0,0,0,7690,7676, + 1,0,0,0,7690,7683,1,0,0,0,7691,799,1,0,0,0,7692,7693,5,46,0,0,7693, + 7694,5,451,0,0,7694,7695,3,1440,720,0,7695,7696,5,164,0,0,7696,7697, + 3,1462,731,0,7697,7698,5,452,0,0,7698,7700,3,802,401,0,7699,7701, + 3,714,357,0,7700,7699,1,0,0,0,7700,7701,1,0,0,0,7701,801,1,0,0,0, + 7702,7707,3,804,402,0,7703,7704,5,6,0,0,7704,7706,3,804,402,0,7705, + 7703,1,0,0,0,7706,7709,1,0,0,0,7707,7705,1,0,0,0,7707,7708,1,0,0, + 0,7708,803,1,0,0,0,7709,7707,1,0,0,0,7710,7711,3,1494,747,0,7711, + 805,1,0,0,0,7712,7713,5,138,0,0,7713,7714,5,451,0,0,7714,7715,3, + 1440,720,0,7715,7716,5,333,0,0,7716,7717,3,500,250,0,7717,7791,1, + 0,0,0,7718,7719,5,138,0,0,7719,7720,5,451,0,0,7720,7721,3,1440,720, + 0,7721,7722,5,164,0,0,7722,7723,3,1462,731,0,7723,7791,1,0,0,0,7724, + 7725,5,138,0,0,7725,7726,5,451,0,0,7726,7727,3,1440,720,0,7727,7728, + 5,305,0,0,7728,7730,5,452,0,0,7729,7731,3,714,357,0,7730,7729,1, + 0,0,0,7730,7731,1,0,0,0,7731,7791,1,0,0,0,7732,7733,5,138,0,0,7733, + 7734,5,451,0,0,7734,7735,3,1440,720,0,7735,7736,5,333,0,0,7736,7737, + 5,452,0,0,7737,7739,3,802,401,0,7738,7740,3,714,357,0,7739,7738, + 1,0,0,0,7739,7740,1,0,0,0,7740,7791,1,0,0,0,7741,7742,5,138,0,0, + 7742,7743,5,451,0,0,7743,7744,3,1440,720,0,7744,7745,5,133,0,0,7745, + 7746,5,452,0,0,7746,7748,3,802,401,0,7747,7749,3,714,357,0,7748, + 7747,1,0,0,0,7748,7749,1,0,0,0,7749,7791,1,0,0,0,7750,7751,5,138, + 0,0,7751,7752,5,451,0,0,7752,7753,3,1440,720,0,7753,7754,5,191,0, + 0,7754,7755,5,452,0,0,7755,7757,3,802,401,0,7756,7758,3,714,357, + 0,7757,7756,1,0,0,0,7757,7758,1,0,0,0,7758,7791,1,0,0,0,7759,7760, + 5,138,0,0,7760,7761,5,451,0,0,7761,7762,3,1440,720,0,7762,7763,5, + 193,0,0,7763,7791,1,0,0,0,7764,7765,5,138,0,0,7765,7766,5,451,0, + 0,7766,7767,3,1440,720,0,7767,7768,5,186,0,0,7768,7791,1,0,0,0,7769, + 7770,5,138,0,0,7770,7771,5,451,0,0,7771,7772,3,1440,720,0,7772,7773, + 5,333,0,0,7773,7774,3,500,250,0,7774,7791,1,0,0,0,7775,7776,5,138, + 0,0,7776,7777,5,451,0,0,7777,7778,3,1440,720,0,7778,7779,5,465,0, + 0,7779,7780,5,2,0,0,7780,7781,3,512,256,0,7781,7782,5,3,0,0,7782, + 7791,1,0,0,0,7783,7784,5,138,0,0,7784,7785,5,451,0,0,7785,7786,3, + 1440,720,0,7786,7787,5,282,0,0,7787,7788,5,94,0,0,7788,7789,3,1474, + 737,0,7789,7791,1,0,0,0,7790,7712,1,0,0,0,7790,7718,1,0,0,0,7790, + 7724,1,0,0,0,7790,7732,1,0,0,0,7790,7741,1,0,0,0,7790,7750,1,0,0, + 0,7790,7759,1,0,0,0,7790,7764,1,0,0,0,7790,7769,1,0,0,0,7790,7775, + 1,0,0,0,7790,7783,1,0,0,0,7791,807,1,0,0,0,7792,7794,5,46,0,0,7793, + 7795,3,662,331,0,7794,7793,1,0,0,0,7794,7795,1,0,0,0,7795,7796,1, + 0,0,0,7796,7797,5,321,0,0,7797,7798,3,1440,720,0,7798,7799,5,36, + 0,0,7799,7800,5,80,0,0,7800,7801,3,818,409,0,7801,7802,5,94,0,0, + 7802,7804,3,1416,708,0,7803,7805,3,1148,574,0,7804,7803,1,0,0,0, + 7804,7805,1,0,0,0,7805,7806,1,0,0,0,7806,7808,5,57,0,0,7807,7809, + 3,820,410,0,7808,7807,1,0,0,0,7808,7809,1,0,0,0,7809,7810,1,0,0, + 0,7810,7811,3,810,405,0,7811,809,1,0,0,0,7812,7819,5,270,0,0,7813, + 7819,3,814,407,0,7814,7815,5,2,0,0,7815,7816,3,812,406,0,7816,7817, + 5,3,0,0,7817,7819,1,0,0,0,7818,7812,1,0,0,0,7818,7813,1,0,0,0,7818, + 7814,1,0,0,0,7819,811,1,0,0,0,7820,7822,3,816,408,0,7821,7820,1, + 0,0,0,7821,7822,1,0,0,0,7822,7829,1,0,0,0,7823,7825,5,7,0,0,7824, + 7826,3,816,408,0,7825,7824,1,0,0,0,7825,7826,1,0,0,0,7826,7828,1, + 0,0,0,7827,7823,1,0,0,0,7828,7831,1,0,0,0,7829,7827,1,0,0,0,7829, + 7830,1,0,0,0,7830,813,1,0,0,0,7831,7829,1,0,0,0,7832,7838,3,1004, + 502,0,7833,7838,3,954,477,0,7834,7838,3,986,493,0,7835,7838,3,972, + 486,0,7836,7838,3,822,411,0,7837,7832,1,0,0,0,7837,7833,1,0,0,0, + 7837,7834,1,0,0,0,7837,7835,1,0,0,0,7837,7836,1,0,0,0,7838,815,1, + 0,0,0,7839,7840,3,814,407,0,7840,817,1,0,0,0,7841,7842,7,47,0,0, + 7842,819,1,0,0,0,7843,7844,7,48,0,0,7844,821,1,0,0,0,7845,7846,5, + 271,0,0,7846,7848,3,1478,739,0,7847,7849,3,824,412,0,7848,7847,1, + 0,0,0,7848,7849,1,0,0,0,7849,823,1,0,0,0,7850,7851,5,6,0,0,7851, + 7852,3,1462,731,0,7852,825,1,0,0,0,7853,7854,5,252,0,0,7854,7855, + 3,1478,739,0,7855,827,1,0,0,0,7856,7857,5,366,0,0,7857,7861,3,1478, + 739,0,7858,7859,5,366,0,0,7859,7861,5,9,0,0,7860,7856,1,0,0,0,7860, + 7858,1,0,0,0,7861,829,1,0,0,0,7862,7864,5,129,0,0,7863,7865,3,832, + 416,0,7864,7863,1,0,0,0,7864,7865,1,0,0,0,7865,7867,1,0,0,0,7866, + 7868,3,840,420,0,7867,7866,1,0,0,0,7867,7868,1,0,0,0,7868,7928,1, + 0,0,0,7869,7871,5,146,0,0,7870,7872,3,832,416,0,7871,7870,1,0,0, + 0,7871,7872,1,0,0,0,7872,7874,1,0,0,0,7873,7875,3,838,419,0,7874, + 7873,1,0,0,0,7874,7875,1,0,0,0,7875,7928,1,0,0,0,7876,7877,5,340, + 0,0,7877,7879,5,356,0,0,7878,7880,3,838,419,0,7879,7878,1,0,0,0, + 7879,7880,1,0,0,0,7880,7928,1,0,0,0,7881,7883,5,454,0,0,7882,7884, + 3,832,416,0,7883,7882,1,0,0,0,7883,7884,1,0,0,0,7884,7886,1,0,0, + 0,7885,7887,3,840,420,0,7886,7885,1,0,0,0,7886,7887,1,0,0,0,7887, + 7928,1,0,0,0,7888,7889,5,322,0,0,7889,7928,3,1478,739,0,7890,7892, + 5,308,0,0,7891,7893,5,322,0,0,7892,7891,1,0,0,0,7892,7893,1,0,0, + 0,7893,7894,1,0,0,0,7894,7928,3,1478,739,0,7895,7896,5,290,0,0,7896, + 7897,5,356,0,0,7897,7928,3,1462,731,0,7898,7899,5,161,0,0,7899,7900, + 5,291,0,0,7900,7928,3,1462,731,0,7901,7903,5,161,0,0,7902,7904,3, + 832,416,0,7903,7902,1,0,0,0,7903,7904,1,0,0,0,7904,7906,1,0,0,0, + 7905,7907,3,840,420,0,7906,7905,1,0,0,0,7906,7907,1,0,0,0,7907,7928, + 1,0,0,0,7908,7909,5,319,0,0,7909,7910,5,291,0,0,7910,7928,3,1462, + 731,0,7911,7913,5,319,0,0,7912,7914,3,832,416,0,7913,7912,1,0,0, + 0,7913,7914,1,0,0,0,7914,7915,1,0,0,0,7915,7917,5,94,0,0,7916,7918, + 5,322,0,0,7917,7916,1,0,0,0,7917,7918,1,0,0,0,7918,7919,1,0,0,0, + 7919,7928,3,1478,739,0,7920,7922,5,319,0,0,7921,7923,3,832,416,0, + 7922,7921,1,0,0,0,7922,7923,1,0,0,0,7923,7925,1,0,0,0,7924,7926, + 3,840,420,0,7925,7924,1,0,0,0,7925,7926,1,0,0,0,7926,7928,1,0,0, + 0,7927,7862,1,0,0,0,7927,7869,1,0,0,0,7927,7876,1,0,0,0,7927,7881, + 1,0,0,0,7927,7888,1,0,0,0,7927,7890,1,0,0,0,7927,7895,1,0,0,0,7927, + 7898,1,0,0,0,7927,7901,1,0,0,0,7927,7908,1,0,0,0,7927,7911,1,0,0, + 0,7927,7920,1,0,0,0,7928,831,1,0,0,0,7929,7930,7,49,0,0,7930,833, + 1,0,0,0,7931,7932,5,244,0,0,7932,7933,5,251,0,0,7933,7942,3,68,34, + 0,7934,7935,5,300,0,0,7935,7942,5,81,0,0,7936,7937,5,300,0,0,7937, + 7942,5,382,0,0,7938,7942,5,54,0,0,7939,7940,5,77,0,0,7940,7942,5, + 54,0,0,7941,7931,1,0,0,0,7941,7934,1,0,0,0,7941,7936,1,0,0,0,7941, + 7938,1,0,0,0,7941,7939,1,0,0,0,7942,835,1,0,0,0,7943,7950,3,834, + 417,0,7944,7946,5,6,0,0,7945,7944,1,0,0,0,7945,7946,1,0,0,0,7946, + 7947,1,0,0,0,7947,7949,3,834,417,0,7948,7945,1,0,0,0,7949,7952,1, + 0,0,0,7950,7948,1,0,0,0,7950,7951,1,0,0,0,7951,837,1,0,0,0,7952, + 7950,1,0,0,0,7953,7954,3,836,418,0,7954,839,1,0,0,0,7955,7957,5, + 33,0,0,7956,7958,5,269,0,0,7957,7956,1,0,0,0,7957,7958,1,0,0,0,7958, + 7959,1,0,0,0,7959,7960,5,153,0,0,7960,841,1,0,0,0,7961,7964,5,46, + 0,0,7962,7963,5,82,0,0,7963,7965,5,311,0,0,7964,7962,1,0,0,0,7964, + 7965,1,0,0,0,7965,7967,1,0,0,0,7966,7968,3,194,97,0,7967,7966,1, + 0,0,0,7967,7968,1,0,0,0,7968,7986,1,0,0,0,7969,7970,5,376,0,0,7970, + 7972,3,1412,706,0,7971,7973,3,246,123,0,7972,7971,1,0,0,0,7972,7973, + 1,0,0,0,7973,7975,1,0,0,0,7974,7976,3,134,67,0,7975,7974,1,0,0,0, + 7975,7976,1,0,0,0,7976,7987,1,0,0,0,7977,7978,5,303,0,0,7978,7979, + 5,376,0,0,7979,7980,3,1412,706,0,7980,7981,5,2,0,0,7981,7982,3,248, + 124,0,7982,7984,5,3,0,0,7983,7985,3,134,67,0,7984,7983,1,0,0,0,7984, + 7985,1,0,0,0,7985,7987,1,0,0,0,7986,7969,1,0,0,0,7986,7977,1,0,0, + 0,7987,7988,1,0,0,0,7988,7989,5,36,0,0,7989,7991,3,1004,502,0,7990, + 7992,3,844,422,0,7991,7990,1,0,0,0,7991,7992,1,0,0,0,7992,843,1, + 0,0,0,7993,7995,5,105,0,0,7994,7996,7,50,0,0,7995,7994,1,0,0,0,7995, + 7996,1,0,0,0,7996,7997,1,0,0,0,7997,7998,5,42,0,0,7998,7999,5,279, + 0,0,7999,845,1,0,0,0,8000,8001,5,253,0,0,8001,8002,3,1444,722,0, + 8002,847,1,0,0,0,8003,8004,5,46,0,0,8004,8005,5,175,0,0,8005,8007, + 3,1422,711,0,8006,8008,3,14,7,0,8007,8006,1,0,0,0,8007,8008,1,0, + 0,0,8008,8010,1,0,0,0,8009,8011,3,850,425,0,8010,8009,1,0,0,0,8010, + 8011,1,0,0,0,8011,849,1,0,0,0,8012,8013,3,852,426,0,8013,851,1,0, + 0,0,8014,8016,3,854,427,0,8015,8014,1,0,0,0,8016,8017,1,0,0,0,8017, + 8015,1,0,0,0,8017,8018,1,0,0,0,8018,853,1,0,0,0,8019,8021,3,856, + 428,0,8020,8022,3,858,429,0,8021,8020,1,0,0,0,8021,8022,1,0,0,0, + 8022,8026,1,0,0,0,8023,8027,3,1468,734,0,8024,8027,3,72,36,0,8025, + 8027,5,53,0,0,8026,8023,1,0,0,0,8026,8024,1,0,0,0,8026,8025,1,0, + 0,0,8027,855,1,0,0,0,8028,8029,5,164,0,0,8029,8037,5,74,0,0,8030, + 8037,5,194,0,0,8031,8037,5,255,0,0,8032,8037,5,282,0,0,8033,8037, + 5,351,0,0,8034,8037,5,353,0,0,8035,8037,3,1496,748,0,8036,8028,1, + 0,0,0,8036,8030,1,0,0,0,8036,8031,1,0,0,0,8036,8032,1,0,0,0,8036, + 8033,1,0,0,0,8036,8034,1,0,0,0,8036,8035,1,0,0,0,8037,857,1,0,0, + 0,8038,8039,5,10,0,0,8039,859,1,0,0,0,8040,8041,5,138,0,0,8041,8042, + 5,175,0,0,8042,8054,3,1424,712,0,8043,8044,5,333,0,0,8044,8045,5, + 351,0,0,8045,8047,3,1404,702,0,8046,8043,1,0,0,0,8046,8047,1,0,0, + 0,8047,8055,1,0,0,0,8048,8050,5,105,0,0,8049,8048,1,0,0,0,8049,8050, + 1,0,0,0,8050,8051,1,0,0,0,8051,8053,3,850,425,0,8052,8049,1,0,0, + 0,8052,8053,1,0,0,0,8053,8055,1,0,0,0,8054,8046,1,0,0,0,8054,8052, + 1,0,0,0,8055,861,1,0,0,0,8056,8057,5,138,0,0,8057,8058,5,175,0,0, + 8058,8060,3,1424,712,0,8059,8061,3,88,44,0,8060,8059,1,0,0,0,8060, + 8061,1,0,0,0,8061,863,1,0,0,0,8062,8067,3,866,433,0,8063,8064,5, + 6,0,0,8064,8066,3,866,433,0,8065,8063,1,0,0,0,8066,8069,1,0,0,0, + 8067,8065,1,0,0,0,8067,8068,1,0,0,0,8068,865,1,0,0,0,8069,8067,1, + 0,0,0,8070,8071,5,209,0,0,8071,867,1,0,0,0,8072,8073,5,138,0,0,8073, + 8074,5,108,0,0,8074,8075,3,562,281,0,8075,8076,5,305,0,0,8076,8077, + 5,375,0,0,8077,869,1,0,0,0,8078,8079,5,138,0,0,8079,8080,5,349,0, + 0,8080,8081,7,22,0,0,8081,8082,3,58,29,0,8082,871,1,0,0,0,8083,8084, + 5,46,0,0,8084,8085,5,189,0,0,8085,8087,3,562,281,0,8086,8088,3,876, + 438,0,8087,8086,1,0,0,0,8087,8088,1,0,0,0,8088,8089,1,0,0,0,8089, + 8090,3,1172,586,0,8090,8091,3,218,109,0,8091,873,1,0,0,0,8092,8093, + 5,138,0,0,8093,8094,5,189,0,0,8094,8116,3,562,281,0,8095,8117,3, + 122,61,0,8096,8097,5,191,0,0,8097,8098,5,77,0,0,8098,8117,5,78,0, + 0,8099,8100,5,333,0,0,8100,8101,5,77,0,0,8101,8117,5,78,0,0,8102, + 8103,5,133,0,0,8103,8117,3,238,119,0,8104,8105,5,191,0,0,8105,8107, + 5,45,0,0,8106,8108,3,752,376,0,8107,8106,1,0,0,0,8107,8108,1,0,0, + 0,8108,8109,1,0,0,0,8109,8111,3,1440,720,0,8110,8112,3,124,62,0, + 8111,8110,1,0,0,0,8111,8112,1,0,0,0,8112,8117,1,0,0,0,8113,8114, + 5,372,0,0,8114,8115,5,45,0,0,8115,8117,3,1440,720,0,8116,8095,1, + 0,0,0,8116,8096,1,0,0,0,8116,8099,1,0,0,0,8116,8102,1,0,0,0,8116, + 8104,1,0,0,0,8116,8113,1,0,0,0,8117,875,1,0,0,0,8118,8119,5,36,0, + 0,8119,877,1,0,0,0,8120,8121,5,138,0,0,8121,8122,5,355,0,0,8122, + 8123,5,325,0,0,8123,8124,5,185,0,0,8124,8125,3,562,281,0,8125,8126, + 3,500,250,0,8126,879,1,0,0,0,8127,8128,5,138,0,0,8128,8129,5,355, + 0,0,8129,8130,5,325,0,0,8130,8131,5,163,0,0,8131,8132,3,562,281, + 0,8132,8133,5,133,0,0,8133,8134,5,257,0,0,8134,8135,5,62,0,0,8135, + 8136,3,1420,710,0,8136,8137,3,882,441,0,8137,8138,3,556,278,0,8138, + 8191,1,0,0,0,8139,8140,5,138,0,0,8140,8141,5,355,0,0,8141,8142,5, + 325,0,0,8142,8143,5,163,0,0,8143,8144,3,562,281,0,8144,8145,5,138, + 0,0,8145,8146,5,257,0,0,8146,8147,5,62,0,0,8147,8148,3,1420,710, + 0,8148,8149,3,882,441,0,8149,8150,3,556,278,0,8150,8191,1,0,0,0, + 8151,8152,5,138,0,0,8152,8153,5,355,0,0,8153,8154,5,325,0,0,8154, + 8155,5,163,0,0,8155,8156,3,562,281,0,8156,8157,5,138,0,0,8157,8158, + 5,257,0,0,8158,8159,5,311,0,0,8159,8160,3,562,281,0,8160,8161,3, + 882,441,0,8161,8162,3,562,281,0,8162,8191,1,0,0,0,8163,8164,5,138, + 0,0,8164,8165,5,355,0,0,8165,8166,5,325,0,0,8166,8167,5,163,0,0, + 8167,8168,3,562,281,0,8168,8169,5,138,0,0,8169,8170,5,257,0,0,8170, + 8171,5,62,0,0,8171,8172,3,1420,710,0,8172,8173,5,311,0,0,8173,8174, + 3,562,281,0,8174,8175,3,882,441,0,8175,8176,3,562,281,0,8176,8191, + 1,0,0,0,8177,8178,5,138,0,0,8178,8179,5,355,0,0,8179,8180,5,325, + 0,0,8180,8181,5,163,0,0,8181,8182,3,562,281,0,8182,8183,5,191,0, + 0,8183,8185,5,257,0,0,8184,8186,3,752,376,0,8185,8184,1,0,0,0,8185, + 8186,1,0,0,0,8186,8187,1,0,0,0,8187,8188,5,62,0,0,8188,8189,3,1420, + 710,0,8189,8191,1,0,0,0,8190,8127,1,0,0,0,8190,8139,1,0,0,0,8190, + 8151,1,0,0,0,8190,8163,1,0,0,0,8190,8177,1,0,0,0,8191,881,1,0,0, + 0,8192,8193,5,105,0,0,8193,883,1,0,0,0,8194,8196,5,46,0,0,8195,8197, + 3,528,264,0,8196,8195,1,0,0,0,8196,8197,1,0,0,0,8197,8198,1,0,0, + 0,8198,8199,5,168,0,0,8199,8200,3,562,281,0,8200,8201,5,62,0,0,8201, + 8202,3,1462,731,0,8202,8203,5,94,0,0,8203,8204,3,1462,731,0,8204, + 8205,5,64,0,0,8205,8206,3,562,281,0,8206,885,1,0,0,0,8207,8209,5, + 158,0,0,8208,8210,3,912,456,0,8209,8208,1,0,0,0,8209,8210,1,0,0, + 0,8210,8211,1,0,0,0,8211,8213,3,1410,705,0,8212,8214,3,890,445,0, + 8213,8212,1,0,0,0,8213,8214,1,0,0,0,8214,8226,1,0,0,0,8215,8217, + 5,158,0,0,8216,8218,3,912,456,0,8217,8216,1,0,0,0,8217,8218,1,0, + 0,0,8218,8226,1,0,0,0,8219,8220,5,158,0,0,8220,8221,3,888,444,0, + 8221,8223,3,1410,705,0,8222,8224,3,890,445,0,8223,8222,1,0,0,0,8223, + 8224,1,0,0,0,8224,8226,1,0,0,0,8225,8207,1,0,0,0,8225,8215,1,0,0, + 0,8225,8219,1,0,0,0,8226,887,1,0,0,0,8227,8228,5,2,0,0,8228,8233, + 3,912,456,0,8229,8230,5,6,0,0,8230,8232,3,912,456,0,8231,8229,1, + 0,0,0,8232,8235,1,0,0,0,8233,8231,1,0,0,0,8233,8234,1,0,0,0,8234, + 8236,1,0,0,0,8235,8233,1,0,0,0,8236,8237,5,3,0,0,8237,889,1,0,0, + 0,8238,8239,5,100,0,0,8239,8240,3,1440,720,0,8240,891,1,0,0,0,8241, + 8243,5,370,0,0,8242,8244,3,918,459,0,8243,8242,1,0,0,0,8243,8244, + 1,0,0,0,8244,8246,1,0,0,0,8245,8247,3,920,460,0,8246,8245,1,0,0, + 0,8246,8247,1,0,0,0,8247,8249,1,0,0,0,8248,8250,3,912,456,0,8249, + 8248,1,0,0,0,8249,8250,1,0,0,0,8250,8252,1,0,0,0,8251,8253,3,906, + 453,0,8252,8251,1,0,0,0,8252,8253,1,0,0,0,8253,8255,1,0,0,0,8254, + 8256,3,928,464,0,8255,8254,1,0,0,0,8255,8256,1,0,0,0,8256,8268,1, + 0,0,0,8257,8262,5,370,0,0,8258,8259,5,2,0,0,8259,8260,3,896,448, + 0,8260,8261,5,3,0,0,8261,8263,1,0,0,0,8262,8258,1,0,0,0,8262,8263, + 1,0,0,0,8263,8265,1,0,0,0,8264,8266,3,928,464,0,8265,8264,1,0,0, + 0,8265,8266,1,0,0,0,8266,8268,1,0,0,0,8267,8241,1,0,0,0,8267,8257, + 1,0,0,0,8268,893,1,0,0,0,8269,8271,3,898,449,0,8270,8272,3,912,456, + 0,8271,8270,1,0,0,0,8271,8272,1,0,0,0,8272,8274,1,0,0,0,8273,8275, + 3,928,464,0,8274,8273,1,0,0,0,8274,8275,1,0,0,0,8275,8284,1,0,0, + 0,8276,8277,3,898,449,0,8277,8278,5,2,0,0,8278,8279,3,908,454,0, + 8279,8281,5,3,0,0,8280,8282,3,928,464,0,8281,8280,1,0,0,0,8281,8282, + 1,0,0,0,8282,8284,1,0,0,0,8283,8269,1,0,0,0,8283,8276,1,0,0,0,8284, + 895,1,0,0,0,8285,8290,3,900,450,0,8286,8287,5,6,0,0,8287,8289,3, + 900,450,0,8288,8286,1,0,0,0,8289,8292,1,0,0,0,8290,8288,1,0,0,0, + 8290,8291,1,0,0,0,8291,897,1,0,0,0,8292,8290,1,0,0,0,8293,8294,7, + 51,0,0,8294,899,1,0,0,0,8295,8297,3,902,451,0,8296,8298,3,904,452, + 0,8297,8296,1,0,0,0,8297,8298,1,0,0,0,8298,901,1,0,0,0,8299,8302, + 3,1492,746,0,8300,8302,3,898,449,0,8301,8299,1,0,0,0,8301,8300,1, + 0,0,0,8302,903,1,0,0,0,8303,8306,3,72,36,0,8304,8306,3,326,163,0, + 8305,8303,1,0,0,0,8305,8304,1,0,0,0,8306,905,1,0,0,0,8307,8308,3, + 898,449,0,8308,907,1,0,0,0,8309,8314,3,910,455,0,8310,8311,5,6,0, + 0,8311,8313,3,910,455,0,8312,8310,1,0,0,0,8313,8316,1,0,0,0,8314, + 8312,1,0,0,0,8314,8315,1,0,0,0,8315,909,1,0,0,0,8316,8314,1,0,0, + 0,8317,8321,3,912,456,0,8318,8321,3,914,457,0,8319,8321,3,916,458, + 0,8320,8317,1,0,0,0,8320,8318,1,0,0,0,8320,8319,1,0,0,0,8321,911, + 1,0,0,0,8322,8324,5,128,0,0,8323,8325,7,52,0,0,8324,8323,1,0,0,0, + 8324,8325,1,0,0,0,8325,913,1,0,0,0,8326,8328,5,547,0,0,8327,8329, + 7,52,0,0,8328,8327,1,0,0,0,8328,8329,1,0,0,0,8329,915,1,0,0,0,8330, + 8333,5,548,0,0,8331,8334,3,326,163,0,8332,8334,3,1462,731,0,8333, + 8331,1,0,0,0,8333,8332,1,0,0,0,8334,917,1,0,0,0,8335,8336,5,113, + 0,0,8336,919,1,0,0,0,8337,8338,5,112,0,0,8338,921,1,0,0,0,8339,8340, + 5,2,0,0,8340,8341,3,248,124,0,8341,8342,5,3,0,0,8342,923,1,0,0,0, + 8343,8345,3,1410,705,0,8344,8346,3,922,461,0,8345,8344,1,0,0,0,8345, + 8346,1,0,0,0,8346,925,1,0,0,0,8347,8352,3,924,462,0,8348,8349,5, + 6,0,0,8349,8351,3,924,462,0,8350,8348,1,0,0,0,8351,8354,1,0,0,0, + 8352,8350,1,0,0,0,8352,8353,1,0,0,0,8353,927,1,0,0,0,8354,8352,1, + 0,0,0,8355,8356,3,926,463,0,8356,929,1,0,0,0,8357,8358,5,203,0,0, + 8358,8376,3,932,466,0,8359,8360,5,203,0,0,8360,8362,3,898,449,0, + 8361,8363,3,912,456,0,8362,8361,1,0,0,0,8362,8363,1,0,0,0,8363,8364, + 1,0,0,0,8364,8365,3,932,466,0,8365,8376,1,0,0,0,8366,8367,5,203, + 0,0,8367,8368,5,128,0,0,8368,8376,3,932,466,0,8369,8370,5,203,0, + 0,8370,8371,5,2,0,0,8371,8372,3,934,467,0,8372,8373,5,3,0,0,8373, + 8374,3,932,466,0,8374,8376,1,0,0,0,8375,8357,1,0,0,0,8375,8359,1, + 0,0,0,8375,8366,1,0,0,0,8375,8369,1,0,0,0,8376,931,1,0,0,0,8377, + 8387,3,1004,502,0,8378,8387,3,954,477,0,8379,8387,3,986,493,0,8380, + 8387,3,972,486,0,8381,8387,3,996,498,0,8382,8387,3,298,149,0,8383, + 8387,3,304,152,0,8384,8387,3,310,155,0,8385,8387,3,948,474,0,8386, + 8377,1,0,0,0,8386,8378,1,0,0,0,8386,8379,1,0,0,0,8386,8380,1,0,0, + 0,8386,8381,1,0,0,0,8386,8382,1,0,0,0,8386,8383,1,0,0,0,8386,8384, + 1,0,0,0,8386,8385,1,0,0,0,8387,933,1,0,0,0,8388,8393,3,936,468,0, + 8389,8390,5,6,0,0,8390,8392,3,936,468,0,8391,8389,1,0,0,0,8392,8395, + 1,0,0,0,8393,8391,1,0,0,0,8393,8394,1,0,0,0,8394,935,1,0,0,0,8395, + 8393,1,0,0,0,8396,8398,3,938,469,0,8397,8399,3,940,470,0,8398,8397, + 1,0,0,0,8398,8399,1,0,0,0,8399,937,1,0,0,0,8400,8403,3,1492,746, + 0,8401,8403,3,898,449,0,8402,8400,1,0,0,0,8402,8401,1,0,0,0,8403, + 939,1,0,0,0,8404,8407,3,72,36,0,8405,8407,3,326,163,0,8406,8404, + 1,0,0,0,8406,8405,1,0,0,0,8407,941,1,0,0,0,8408,8409,5,290,0,0,8409, + 8411,3,1440,720,0,8410,8412,3,944,472,0,8411,8410,1,0,0,0,8411,8412, + 1,0,0,0,8412,8413,1,0,0,0,8413,8414,5,36,0,0,8414,8415,3,946,473, + 0,8415,943,1,0,0,0,8416,8417,5,2,0,0,8417,8418,3,1346,673,0,8418, + 8419,5,3,0,0,8419,945,1,0,0,0,8420,8425,3,1004,502,0,8421,8425,3, + 954,477,0,8422,8425,3,986,493,0,8423,8425,3,972,486,0,8424,8420, + 1,0,0,0,8424,8421,1,0,0,0,8424,8422,1,0,0,0,8424,8423,1,0,0,0,8425, + 947,1,0,0,0,8426,8427,5,202,0,0,8427,8429,3,1440,720,0,8428,8430, + 3,950,475,0,8429,8428,1,0,0,0,8429,8430,1,0,0,0,8430,8446,1,0,0, + 0,8431,8433,3,190,95,0,8432,8434,3,520,260,0,8433,8432,1,0,0,0,8433, + 8434,1,0,0,0,8434,8435,1,0,0,0,8435,8436,3,300,150,0,8436,8437,5, + 36,0,0,8437,8438,5,202,0,0,8438,8440,3,1440,720,0,8439,8441,3,950, + 475,0,8440,8439,1,0,0,0,8440,8441,1,0,0,0,8441,8443,1,0,0,0,8442, + 8444,3,302,151,0,8443,8442,1,0,0,0,8443,8444,1,0,0,0,8444,8446,1, + 0,0,0,8445,8426,1,0,0,0,8445,8431,1,0,0,0,8446,949,1,0,0,0,8447, + 8448,5,2,0,0,8448,8449,3,1332,666,0,8449,8450,5,3,0,0,8450,951,1, + 0,0,0,8451,8453,5,177,0,0,8452,8454,5,290,0,0,8453,8452,1,0,0,0, + 8453,8454,1,0,0,0,8454,8457,1,0,0,0,8455,8458,3,1440,720,0,8456, + 8458,5,30,0,0,8457,8455,1,0,0,0,8457,8456,1,0,0,0,8458,953,1,0,0, + 0,8459,8461,3,1030,515,0,8460,8459,1,0,0,0,8460,8461,1,0,0,0,8461, + 8462,1,0,0,0,8462,8463,5,241,0,0,8463,8464,5,71,0,0,8464,8465,3, + 956,478,0,8465,8467,3,958,479,0,8466,8468,3,966,483,0,8467,8466, + 1,0,0,0,8467,8468,1,0,0,0,8468,8470,1,0,0,0,8469,8471,3,970,485, + 0,8470,8469,1,0,0,0,8470,8471,1,0,0,0,8471,955,1,0,0,0,8472,8475, + 3,1410,705,0,8473,8474,5,36,0,0,8474,8476,3,1478,739,0,8475,8473, + 1,0,0,0,8475,8476,1,0,0,0,8476,957,1,0,0,0,8477,8478,5,2,0,0,8478, + 8479,3,962,481,0,8479,8480,5,3,0,0,8480,8482,1,0,0,0,8481,8477,1, + 0,0,0,8481,8482,1,0,0,0,8482,8487,1,0,0,0,8483,8484,5,463,0,0,8484, + 8485,3,960,480,0,8485,8486,5,450,0,0,8486,8488,1,0,0,0,8487,8483, + 1,0,0,0,8487,8488,1,0,0,0,8488,8491,1,0,0,0,8489,8492,3,1698,849, + 0,8490,8492,3,1004,502,0,8491,8489,1,0,0,0,8491,8490,1,0,0,0,8492, + 959,1,0,0,0,8493,8494,7,53,0,0,8494,961,1,0,0,0,8495,8500,3,964, + 482,0,8496,8497,5,6,0,0,8497,8499,3,964,482,0,8498,8496,1,0,0,0, + 8499,8502,1,0,0,0,8500,8498,1,0,0,0,8500,8501,1,0,0,0,8501,963,1, + 0,0,0,8502,8500,1,0,0,0,8503,8504,3,1436,718,0,8504,8505,3,1386, + 693,0,8505,965,1,0,0,0,8506,8507,5,80,0,0,8507,8509,5,464,0,0,8508, + 8510,3,968,484,0,8509,8508,1,0,0,0,8509,8510,1,0,0,0,8510,8511,1, + 0,0,0,8511,8519,5,57,0,0,8512,8513,5,369,0,0,8513,8514,5,333,0,0, + 8514,8516,3,988,494,0,8515,8517,3,1148,574,0,8516,8515,1,0,0,0,8516, + 8517,1,0,0,0,8517,8520,1,0,0,0,8518,8520,5,270,0,0,8519,8512,1,0, + 0,0,8519,8518,1,0,0,0,8520,967,1,0,0,0,8521,8522,5,2,0,0,8522,8523, + 3,640,320,0,8523,8525,5,3,0,0,8524,8526,3,1148,574,0,8525,8524,1, + 0,0,0,8525,8526,1,0,0,0,8526,8531,1,0,0,0,8527,8528,5,80,0,0,8528, + 8529,5,45,0,0,8529,8531,3,1440,720,0,8530,8521,1,0,0,0,8530,8527, + 1,0,0,0,8531,969,1,0,0,0,8532,8533,5,87,0,0,8533,8534,3,1390,695, + 0,8534,971,1,0,0,0,8535,8537,3,1030,515,0,8536,8535,1,0,0,0,8536, + 8537,1,0,0,0,8537,8538,1,0,0,0,8538,8539,5,182,0,0,8539,8540,5,64, + 0,0,8540,8542,3,1132,566,0,8541,8543,3,974,487,0,8542,8541,1,0,0, + 0,8542,8543,1,0,0,0,8543,8545,1,0,0,0,8544,8546,3,1150,575,0,8545, + 8544,1,0,0,0,8545,8546,1,0,0,0,8546,8548,1,0,0,0,8547,8549,3,970, + 485,0,8548,8547,1,0,0,0,8548,8549,1,0,0,0,8549,973,1,0,0,0,8550, + 8551,5,100,0,0,8551,8552,3,1108,554,0,8552,975,1,0,0,0,8553,8555, + 5,256,0,0,8554,8556,3,1038,519,0,8555,8554,1,0,0,0,8555,8556,1,0, + 0,0,8556,8557,1,0,0,0,8557,8559,3,1128,564,0,8558,8560,3,978,489, + 0,8559,8558,1,0,0,0,8559,8560,1,0,0,0,8560,8562,1,0,0,0,8561,8563, + 3,982,491,0,8562,8561,1,0,0,0,8562,8563,1,0,0,0,8563,977,1,0,0,0, + 8564,8565,5,68,0,0,8565,8566,3,980,490,0,8566,8567,5,263,0,0,8567, + 979,1,0,0,0,8568,8569,5,131,0,0,8569,8581,7,54,0,0,8570,8571,5,414, + 0,0,8571,8581,7,54,0,0,8572,8577,5,334,0,0,8573,8574,5,369,0,0,8574, + 8578,5,201,0,0,8575,8576,5,414,0,0,8576,8578,5,201,0,0,8577,8573, + 1,0,0,0,8577,8575,1,0,0,0,8577,8578,1,0,0,0,8578,8581,1,0,0,0,8579, + 8581,5,201,0,0,8580,8568,1,0,0,0,8580,8570,1,0,0,0,8580,8572,1,0, + 0,0,8580,8579,1,0,0,0,8581,981,1,0,0,0,8582,8583,5,272,0,0,8583, + 983,1,0,0,0,8584,8588,5,272,0,0,8585,8586,5,465,0,0,8586,8588,5, + 466,0,0,8587,8584,1,0,0,0,8587,8585,1,0,0,0,8588,985,1,0,0,0,8589, + 8591,3,1030,515,0,8590,8589,1,0,0,0,8590,8591,1,0,0,0,8591,8592, + 1,0,0,0,8592,8593,5,369,0,0,8593,8594,3,1132,566,0,8594,8595,5,333, + 0,0,8595,8597,3,988,494,0,8596,8598,3,1106,553,0,8597,8596,1,0,0, + 0,8597,8598,1,0,0,0,8598,8600,1,0,0,0,8599,8601,3,1150,575,0,8600, + 8599,1,0,0,0,8600,8601,1,0,0,0,8601,8603,1,0,0,0,8602,8604,3,970, + 485,0,8603,8602,1,0,0,0,8603,8604,1,0,0,0,8604,987,1,0,0,0,8605, + 8610,3,990,495,0,8606,8607,5,6,0,0,8607,8609,3,990,495,0,8608,8606, + 1,0,0,0,8609,8612,1,0,0,0,8610,8608,1,0,0,0,8610,8611,1,0,0,0,8611, + 989,1,0,0,0,8612,8610,1,0,0,0,8613,8614,3,992,496,0,8614,8615,5, + 10,0,0,8615,8616,3,1216,608,0,8616,8632,1,0,0,0,8617,8618,5,2,0, + 0,8618,8619,3,994,497,0,8619,8620,5,3,0,0,8620,8629,5,10,0,0,8621, + 8623,5,414,0,0,8622,8621,1,0,0,0,8622,8623,1,0,0,0,8623,8624,1,0, + 0,0,8624,8630,3,1216,608,0,8625,8626,5,2,0,0,8626,8627,3,1010,505, + 0,8627,8628,5,3,0,0,8628,8630,1,0,0,0,8629,8622,1,0,0,0,8629,8625, + 1,0,0,0,8630,8632,1,0,0,0,8631,8613,1,0,0,0,8631,8617,1,0,0,0,8632, + 991,1,0,0,0,8633,8634,3,1436,718,0,8634,8635,3,1386,693,0,8635,993, + 1,0,0,0,8636,8641,3,992,496,0,8637,8638,5,6,0,0,8638,8640,3,992, + 496,0,8639,8637,1,0,0,0,8640,8643,1,0,0,0,8641,8639,1,0,0,0,8641, + 8642,1,0,0,0,8642,995,1,0,0,0,8643,8641,1,0,0,0,8644,8645,5,178, + 0,0,8645,8646,3,998,499,0,8646,8647,3,1000,500,0,8647,8648,5,172, + 0,0,8648,8649,3,1002,501,0,8649,8650,5,62,0,0,8650,8651,3,1004,502, + 0,8651,997,1,0,0,0,8652,8653,3,1440,720,0,8653,999,1,0,0,0,8654, + 8655,5,269,0,0,8655,8660,5,324,0,0,8656,8660,5,324,0,0,8657,8660, + 5,107,0,0,8658,8660,5,240,0,0,8659,8654,1,0,0,0,8659,8656,1,0,0, + 0,8659,8657,1,0,0,0,8659,8658,1,0,0,0,8660,8663,1,0,0,0,8661,8659, + 1,0,0,0,8661,8662,1,0,0,0,8662,1001,1,0,0,0,8663,8661,1,0,0,0,8664, + 8670,1,0,0,0,8665,8666,5,105,0,0,8666,8670,5,217,0,0,8667,8668,5, + 379,0,0,8668,8670,5,217,0,0,8669,8664,1,0,0,0,8669,8665,1,0,0,0, + 8669,8667,1,0,0,0,8670,1003,1,0,0,0,8671,8674,3,1008,504,0,8672, + 8674,3,1006,503,0,8673,8671,1,0,0,0,8673,8672,1,0,0,0,8674,1005, + 1,0,0,0,8675,8676,5,2,0,0,8676,8677,3,1008,504,0,8677,8678,5,3,0, + 0,8678,8684,1,0,0,0,8679,8680,5,2,0,0,8680,8681,3,1006,503,0,8681, + 8682,5,3,0,0,8682,8684,1,0,0,0,8683,8675,1,0,0,0,8683,8679,1,0,0, + 0,8684,1007,1,0,0,0,8685,8687,3,1010,505,0,8686,8688,3,1046,523, + 0,8687,8686,1,0,0,0,8687,8688,1,0,0,0,8688,8697,1,0,0,0,8689,8691, + 3,1092,546,0,8690,8692,3,1056,528,0,8691,8690,1,0,0,0,8691,8692, + 1,0,0,0,8692,8698,1,0,0,0,8693,8695,3,1054,527,0,8694,8696,3,1094, + 547,0,8695,8694,1,0,0,0,8695,8696,1,0,0,0,8696,8698,1,0,0,0,8697, + 8689,1,0,0,0,8697,8693,1,0,0,0,8697,8698,1,0,0,0,8698,8715,1,0,0, + 0,8699,8700,3,1018,509,0,8700,8702,3,1010,505,0,8701,8703,3,1046, + 523,0,8702,8701,1,0,0,0,8702,8703,1,0,0,0,8703,8712,1,0,0,0,8704, + 8706,3,1092,546,0,8705,8707,3,1056,528,0,8706,8705,1,0,0,0,8706, + 8707,1,0,0,0,8707,8713,1,0,0,0,8708,8710,3,1054,527,0,8709,8711, + 3,1094,547,0,8710,8709,1,0,0,0,8710,8711,1,0,0,0,8711,8713,1,0,0, + 0,8712,8704,1,0,0,0,8712,8708,1,0,0,0,8712,8713,1,0,0,0,8713,8715, + 1,0,0,0,8714,8685,1,0,0,0,8714,8699,1,0,0,0,8715,1009,1,0,0,0,8716, + 8719,3,1012,506,0,8717,8719,3,1006,503,0,8718,8716,1,0,0,0,8718, + 8717,1,0,0,0,8719,1011,1,0,0,0,8720,8736,5,88,0,0,8721,8723,3,1044, + 522,0,8722,8721,1,0,0,0,8722,8723,1,0,0,0,8723,8725,1,0,0,0,8724, + 8726,3,1032,516,0,8725,8724,1,0,0,0,8725,8726,1,0,0,0,8726,8728, + 1,0,0,0,8727,8729,3,1388,694,0,8728,8727,1,0,0,0,8728,8729,1,0,0, + 0,8729,8737,1,0,0,0,8730,8732,3,1042,521,0,8731,8730,1,0,0,0,8731, + 8732,1,0,0,0,8732,8734,1,0,0,0,8733,8735,3,1390,695,0,8734,8733, + 1,0,0,0,8734,8735,1,0,0,0,8735,8737,1,0,0,0,8736,8722,1,0,0,0,8736, + 8731,1,0,0,0,8737,8739,1,0,0,0,8738,8740,3,1032,516,0,8739,8738, + 1,0,0,0,8739,8740,1,0,0,0,8740,8742,1,0,0,0,8741,8743,3,1106,553, + 0,8742,8741,1,0,0,0,8742,8743,1,0,0,0,8743,8745,1,0,0,0,8744,8746, + 3,1148,574,0,8745,8744,1,0,0,0,8745,8746,1,0,0,0,8746,8748,1,0,0, + 0,8747,8749,3,1076,538,0,8748,8747,1,0,0,0,8748,8749,1,0,0,0,8749, + 8751,1,0,0,0,8750,8752,3,1090,545,0,8751,8750,1,0,0,0,8751,8752, + 1,0,0,0,8752,8754,1,0,0,0,8753,8755,3,1292,646,0,8754,8753,1,0,0, + 0,8754,8755,1,0,0,0,8755,8766,1,0,0,0,8756,8766,3,1104,552,0,8757, + 8758,5,92,0,0,8758,8766,3,1122,561,0,8759,8760,3,1006,503,0,8760, + 8763,3,1016,508,0,8761,8764,3,1012,506,0,8762,8764,3,1006,503,0, + 8763,8761,1,0,0,0,8763,8762,1,0,0,0,8764,8766,1,0,0,0,8765,8720, + 1,0,0,0,8765,8756,1,0,0,0,8765,8757,1,0,0,0,8765,8759,1,0,0,0,8766, + 8774,1,0,0,0,8767,8770,3,1016,508,0,8768,8771,3,1012,506,0,8769, + 8771,3,1006,503,0,8770,8768,1,0,0,0,8770,8769,1,0,0,0,8771,8773, + 1,0,0,0,8772,8767,1,0,0,0,8773,8776,1,0,0,0,8774,8772,1,0,0,0,8774, + 8775,1,0,0,0,8775,1013,1,0,0,0,8776,8774,1,0,0,0,8777,8781,5,97, + 0,0,8778,8781,5,70,0,0,8779,8781,5,59,0,0,8780,8777,1,0,0,0,8780, + 8778,1,0,0,0,8780,8779,1,0,0,0,8781,1015,1,0,0,0,8782,8784,3,1014, + 507,0,8783,8785,3,1040,520,0,8784,8783,1,0,0,0,8784,8785,1,0,0,0, + 8785,1017,1,0,0,0,8786,8788,5,105,0,0,8787,8789,5,303,0,0,8788,8787, + 1,0,0,0,8788,8789,1,0,0,0,8789,8790,1,0,0,0,8790,8791,3,1020,510, + 0,8791,1019,1,0,0,0,8792,8797,3,1022,511,0,8793,8794,5,6,0,0,8794, + 8796,3,1022,511,0,8795,8793,1,0,0,0,8796,8799,1,0,0,0,8797,8795, + 1,0,0,0,8797,8798,1,0,0,0,8798,1021,1,0,0,0,8799,8797,1,0,0,0,8800, + 8802,3,1440,720,0,8801,8803,3,922,461,0,8802,8801,1,0,0,0,8802,8803, + 1,0,0,0,8803,8804,1,0,0,0,8804,8806,5,36,0,0,8805,8807,3,1028,514, + 0,8806,8805,1,0,0,0,8806,8807,1,0,0,0,8807,8808,1,0,0,0,8808,8809, + 5,2,0,0,8809,8810,3,946,473,0,8810,8812,5,3,0,0,8811,8813,3,1024, + 512,0,8812,8811,1,0,0,0,8812,8813,1,0,0,0,8813,8815,1,0,0,0,8814, + 8816,3,1026,513,0,8815,8814,1,0,0,0,8815,8816,1,0,0,0,8816,1023, + 1,0,0,0,8817,8818,5,325,0,0,8818,8819,7,55,0,0,8819,8820,5,207,0, + 0,8820,8821,5,147,0,0,8821,8822,3,248,124,0,8822,8823,5,333,0,0, + 8823,8824,3,1436,718,0,8824,1025,1,0,0,0,8825,8826,5,173,0,0,8826, + 8827,3,248,124,0,8827,8828,5,333,0,0,8828,8834,3,1436,718,0,8829, + 8830,5,94,0,0,8830,8831,3,1440,720,0,8831,8832,5,53,0,0,8832,8833, + 3,1440,720,0,8833,8835,1,0,0,0,8834,8829,1,0,0,0,8834,8835,1,0,0, + 0,8835,8836,1,0,0,0,8836,8837,5,100,0,0,8837,8838,3,1436,718,0,8838, + 1027,1,0,0,0,8839,8843,5,259,0,0,8840,8841,5,77,0,0,8841,8843,5, + 259,0,0,8842,8839,1,0,0,0,8842,8840,1,0,0,0,8843,1029,1,0,0,0,8844, + 8845,3,1018,509,0,8845,1031,1,0,0,0,8846,8851,5,71,0,0,8847,8848, + 3,1034,517,0,8848,8849,3,1036,518,0,8849,8852,1,0,0,0,8850,8852, + 3,1678,839,0,8851,8847,1,0,0,0,8851,8850,1,0,0,0,8852,1033,1,0,0, + 0,8853,8856,1,0,0,0,8854,8856,5,346,0,0,8855,8853,1,0,0,0,8855,8854, + 1,0,0,0,8856,1035,1,0,0,0,8857,8859,7,56,0,0,8858,8857,1,0,0,0,8858, + 8859,1,0,0,0,8859,8860,1,0,0,0,8860,8862,7,25,0,0,8861,8863,3,1038, + 519,0,8862,8861,1,0,0,0,8862,8863,1,0,0,0,8863,8864,1,0,0,0,8864, + 8874,3,1408,704,0,8865,8867,5,367,0,0,8866,8868,3,1038,519,0,8867, + 8866,1,0,0,0,8867,8868,1,0,0,0,8868,8869,1,0,0,0,8869,8874,3,1408, + 704,0,8870,8871,5,92,0,0,8871,8874,3,1408,704,0,8872,8874,3,1408, + 704,0,8873,8858,1,0,0,0,8873,8865,1,0,0,0,8873,8870,1,0,0,0,8873, + 8872,1,0,0,0,8874,1037,1,0,0,0,8875,8876,5,92,0,0,8876,1039,1,0, + 0,0,8877,8878,7,57,0,0,8878,1041,1,0,0,0,8879,8885,5,56,0,0,8880, + 8881,5,80,0,0,8881,8882,5,2,0,0,8882,8883,3,1332,666,0,8883,8884, + 5,3,0,0,8884,8886,1,0,0,0,8885,8880,1,0,0,0,8885,8886,1,0,0,0,8886, + 1043,1,0,0,0,8887,8888,5,30,0,0,8888,1045,1,0,0,0,8889,8890,3,1048, + 524,0,8890,1047,1,0,0,0,8891,8892,5,83,0,0,8892,8893,5,147,0,0,8893, + 8894,3,1050,525,0,8894,1049,1,0,0,0,8895,8900,3,1052,526,0,8896, + 8897,5,6,0,0,8897,8899,3,1052,526,0,8898,8896,1,0,0,0,8899,8902, + 1,0,0,0,8900,8898,1,0,0,0,8900,8901,1,0,0,0,8901,1051,1,0,0,0,8902, + 8900,1,0,0,0,8903,8907,3,1340,670,0,8904,8905,5,100,0,0,8905,8908, + 3,1328,664,0,8906,8908,3,654,327,0,8907,8904,1,0,0,0,8907,8906,1, + 0,0,0,8907,8908,1,0,0,0,8908,8910,1,0,0,0,8909,8911,3,656,328,0, + 8910,8909,1,0,0,0,8910,8911,1,0,0,0,8911,1053,1,0,0,0,8912,8914, + 3,1058,529,0,8913,8915,3,1062,531,0,8914,8913,1,0,0,0,8914,8915, + 1,0,0,0,8915,8925,1,0,0,0,8916,8918,3,1062,531,0,8917,8919,3,1060, + 530,0,8918,8917,1,0,0,0,8918,8919,1,0,0,0,8919,8925,1,0,0,0,8920, + 8922,3,1060,530,0,8921,8923,3,1062,531,0,8922,8921,1,0,0,0,8922, + 8923,1,0,0,0,8923,8925,1,0,0,0,8924,8912,1,0,0,0,8924,8916,1,0,0, + 0,8924,8920,1,0,0,0,8925,1055,1,0,0,0,8926,8927,3,1054,527,0,8927, + 1057,1,0,0,0,8928,8929,5,74,0,0,8929,8932,3,1064,532,0,8930,8931, + 5,6,0,0,8931,8933,3,1066,533,0,8932,8930,1,0,0,0,8932,8933,1,0,0, + 0,8933,1059,1,0,0,0,8934,8935,5,61,0,0,8935,8949,3,1074,537,0,8936, + 8937,3,1068,534,0,8937,8941,3,1072,536,0,8938,8942,5,81,0,0,8939, + 8940,5,105,0,0,8940,8942,5,467,0,0,8941,8938,1,0,0,0,8941,8939,1, + 0,0,0,8942,8950,1,0,0,0,8943,8947,3,1072,536,0,8944,8948,5,81,0, + 0,8945,8946,5,105,0,0,8946,8948,5,467,0,0,8947,8944,1,0,0,0,8947, + 8945,1,0,0,0,8948,8950,1,0,0,0,8949,8936,1,0,0,0,8949,8943,1,0,0, + 0,8950,1061,1,0,0,0,8951,8956,5,79,0,0,8952,8953,3,1068,534,0,8953, + 8954,3,1072,536,0,8954,8957,1,0,0,0,8955,8957,3,1066,533,0,8956, + 8952,1,0,0,0,8956,8955,1,0,0,0,8957,1063,1,0,0,0,8958,8961,3,1216, + 608,0,8959,8961,5,30,0,0,8960,8958,1,0,0,0,8960,8959,1,0,0,0,8961, + 1065,1,0,0,0,8962,8963,3,1216,608,0,8963,1067,1,0,0,0,8964,8965, + 5,12,0,0,8965,8970,3,1070,535,0,8966,8967,5,13,0,0,8967,8970,3,1070, + 535,0,8968,8970,3,1258,629,0,8969,8964,1,0,0,0,8969,8966,1,0,0,0, + 8969,8968,1,0,0,0,8970,1069,1,0,0,0,8971,8974,3,1460,730,0,8972, + 8974,3,1458,729,0,8973,8971,1,0,0,0,8973,8972,1,0,0,0,8974,1071, + 1,0,0,0,8975,8976,7,58,0,0,8976,1073,1,0,0,0,8977,8978,7,59,0,0, + 8978,1075,1,0,0,0,8979,8980,5,66,0,0,8980,8982,5,147,0,0,8981,8983, + 3,1040,520,0,8982,8981,1,0,0,0,8982,8983,1,0,0,0,8983,8984,1,0,0, + 0,8984,8985,3,1078,539,0,8985,1077,1,0,0,0,8986,8991,3,1080,540, + 0,8987,8988,5,6,0,0,8988,8990,3,1080,540,0,8989,8987,1,0,0,0,8990, + 8993,1,0,0,0,8991,8989,1,0,0,0,8991,8992,1,0,0,0,8992,1079,1,0,0, + 0,8993,8991,1,0,0,0,8994,9004,3,1340,670,0,8995,9004,3,1082,541, + 0,8996,9004,3,1086,543,0,8997,9004,3,1084,542,0,8998,9004,3,1088, + 544,0,8999,9000,5,2,0,0,9000,9001,3,1334,667,0,9001,9002,5,3,0,0, + 9002,9004,1,0,0,0,9003,8994,1,0,0,0,9003,8995,1,0,0,0,9003,8996, + 1,0,0,0,9003,8997,1,0,0,0,9003,8998,1,0,0,0,9003,8999,1,0,0,0,9004, + 1081,1,0,0,0,9005,9006,5,2,0,0,9006,9007,5,3,0,0,9007,1083,1,0,0, + 0,9008,9009,5,468,0,0,9009,9010,5,2,0,0,9010,9011,3,1334,667,0,9011, + 9012,5,3,0,0,9012,1085,1,0,0,0,9013,9014,5,469,0,0,9014,9015,5,2, + 0,0,9015,9016,3,1334,667,0,9016,9017,5,3,0,0,9017,1087,1,0,0,0,9018, + 9019,5,470,0,0,9019,9020,5,471,0,0,9020,9021,5,2,0,0,9021,9022,3, + 1078,539,0,9022,9023,5,3,0,0,9023,1089,1,0,0,0,9024,9025,5,67,0, + 0,9025,9026,3,1216,608,0,9026,1091,1,0,0,0,9027,9032,3,1096,548, + 0,9028,9029,5,62,0,0,9029,9030,5,300,0,0,9030,9032,5,81,0,0,9031, + 9027,1,0,0,0,9031,9028,1,0,0,0,9032,1093,1,0,0,0,9033,9034,3,1092, + 546,0,9034,1095,1,0,0,0,9035,9037,3,1098,549,0,9036,9035,1,0,0,0, + 9037,9038,1,0,0,0,9038,9036,1,0,0,0,9038,9039,1,0,0,0,9039,1097, + 1,0,0,0,9040,9042,3,1100,550,0,9041,9043,3,1102,551,0,9042,9041, + 1,0,0,0,9042,9043,1,0,0,0,9043,9045,1,0,0,0,9044,9046,3,984,492, + 0,9045,9044,1,0,0,0,9045,9046,1,0,0,0,9046,1099,1,0,0,0,9047,9057, + 5,62,0,0,9048,9049,5,269,0,0,9049,9051,5,245,0,0,9050,9048,1,0,0, + 0,9050,9051,1,0,0,0,9051,9052,1,0,0,0,9052,9058,5,369,0,0,9053,9055, + 5,245,0,0,9054,9053,1,0,0,0,9054,9055,1,0,0,0,9055,9056,1,0,0,0, + 9056,9058,5,334,0,0,9057,9050,1,0,0,0,9057,9054,1,0,0,0,9058,1101, + 1,0,0,0,9059,9060,5,275,0,0,9060,9061,3,1394,697,0,9061,1103,1,0, + 0,0,9062,9063,5,422,0,0,9063,9064,5,2,0,0,9064,9065,3,1332,666,0, + 9065,9073,5,3,0,0,9066,9067,5,6,0,0,9067,9068,5,2,0,0,9068,9069, + 3,1332,666,0,9069,9070,5,3,0,0,9070,9072,1,0,0,0,9071,9066,1,0,0, + 0,9072,9075,1,0,0,0,9073,9071,1,0,0,0,9073,9074,1,0,0,0,9074,1105, + 1,0,0,0,9075,9073,1,0,0,0,9076,9077,5,64,0,0,9077,9078,3,1108,554, + 0,9078,1107,1,0,0,0,9079,9084,3,1110,555,0,9080,9081,5,6,0,0,9081, + 9083,3,1110,555,0,9082,9080,1,0,0,0,9083,9086,1,0,0,0,9084,9082, + 1,0,0,0,9084,9085,1,0,0,0,9085,1109,1,0,0,0,9086,9084,1,0,0,0,9087, + 9090,3,1122,561,0,9088,9090,3,1124,562,0,9089,9087,1,0,0,0,9089, + 9088,1,0,0,0,9090,9092,1,0,0,0,9091,9093,3,1114,557,0,9092,9091, + 1,0,0,0,9092,9093,1,0,0,0,9093,9095,1,0,0,0,9094,9096,3,1134,567, + 0,9095,9094,1,0,0,0,9095,9096,1,0,0,0,9096,9149,1,0,0,0,9097,9099, + 3,1138,569,0,9098,9100,3,1116,558,0,9099,9098,1,0,0,0,9099,9100, + 1,0,0,0,9100,9149,1,0,0,0,9101,9103,3,1158,579,0,9102,9104,3,1114, + 557,0,9103,9102,1,0,0,0,9103,9104,1,0,0,0,9104,9149,1,0,0,0,9105, + 9107,3,1006,503,0,9106,9108,3,1114,557,0,9107,9106,1,0,0,0,9107, + 9108,1,0,0,0,9108,9149,1,0,0,0,9109,9122,5,72,0,0,9110,9112,3,1158, + 579,0,9111,9113,3,1114,557,0,9112,9111,1,0,0,0,9112,9113,1,0,0,0, + 9113,9123,1,0,0,0,9114,9116,3,1138,569,0,9115,9117,3,1116,558,0, + 9116,9115,1,0,0,0,9116,9117,1,0,0,0,9117,9123,1,0,0,0,9118,9120, + 3,1006,503,0,9119,9121,3,1114,557,0,9120,9119,1,0,0,0,9120,9121, + 1,0,0,0,9121,9123,1,0,0,0,9122,9110,1,0,0,0,9122,9114,1,0,0,0,9122, + 9118,1,0,0,0,9123,9149,1,0,0,0,9124,9125,5,2,0,0,9125,9142,3,1110, + 555,0,9126,9127,5,110,0,0,9127,9128,5,118,0,0,9128,9143,3,1110,555, + 0,9129,9131,5,121,0,0,9130,9132,3,1118,559,0,9131,9130,1,0,0,0,9131, + 9132,1,0,0,0,9132,9133,1,0,0,0,9133,9134,5,118,0,0,9134,9143,3,1110, + 555,0,9135,9137,3,1118,559,0,9136,9135,1,0,0,0,9136,9137,1,0,0,0, + 9137,9138,1,0,0,0,9138,9139,5,118,0,0,9139,9140,3,1110,555,0,9140, + 9141,3,1120,560,0,9141,9143,1,0,0,0,9142,9126,1,0,0,0,9142,9129, + 1,0,0,0,9142,9136,1,0,0,0,9142,9143,1,0,0,0,9143,9144,1,0,0,0,9144, + 9146,5,3,0,0,9145,9147,3,1114,557,0,9146,9145,1,0,0,0,9146,9147, + 1,0,0,0,9147,9149,1,0,0,0,9148,9089,1,0,0,0,9148,9097,1,0,0,0,9148, + 9101,1,0,0,0,9148,9105,1,0,0,0,9148,9109,1,0,0,0,9148,9124,1,0,0, + 0,9149,9168,1,0,0,0,9150,9151,5,110,0,0,9151,9152,5,118,0,0,9152, + 9167,3,1110,555,0,9153,9155,5,121,0,0,9154,9156,3,1118,559,0,9155, + 9154,1,0,0,0,9155,9156,1,0,0,0,9156,9157,1,0,0,0,9157,9158,5,118, + 0,0,9158,9167,3,1110,555,0,9159,9161,3,1118,559,0,9160,9159,1,0, + 0,0,9160,9161,1,0,0,0,9161,9162,1,0,0,0,9162,9163,5,118,0,0,9163, + 9164,3,1110,555,0,9164,9165,3,1120,560,0,9165,9167,1,0,0,0,9166, + 9150,1,0,0,0,9166,9153,1,0,0,0,9166,9160,1,0,0,0,9167,9170,1,0,0, + 0,9168,9166,1,0,0,0,9168,9169,1,0,0,0,9169,1111,1,0,0,0,9170,9168, + 1,0,0,0,9171,9173,5,36,0,0,9172,9171,1,0,0,0,9172,9173,1,0,0,0,9173, + 9174,1,0,0,0,9174,9179,3,1478,739,0,9175,9176,5,2,0,0,9176,9177, + 3,1420,710,0,9177,9178,5,3,0,0,9178,9180,1,0,0,0,9179,9175,1,0,0, + 0,9179,9180,1,0,0,0,9180,1113,1,0,0,0,9181,9182,3,1112,556,0,9182, + 1115,1,0,0,0,9183,9196,3,1112,556,0,9184,9186,5,36,0,0,9185,9187, + 3,1478,739,0,9186,9185,1,0,0,0,9186,9187,1,0,0,0,9187,9190,1,0,0, + 0,9188,9190,3,1478,739,0,9189,9184,1,0,0,0,9189,9188,1,0,0,0,9190, + 9191,1,0,0,0,9191,9192,5,2,0,0,9192,9193,3,1154,577,0,9193,9194, + 5,3,0,0,9194,9196,1,0,0,0,9195,9183,1,0,0,0,9195,9189,1,0,0,0,9196, + 1117,1,0,0,0,9197,9199,7,60,0,0,9198,9200,5,123,0,0,9199,9198,1, + 0,0,0,9199,9200,1,0,0,0,9200,1119,1,0,0,0,9201,9202,5,100,0,0,9202, + 9203,5,2,0,0,9203,9204,3,248,124,0,9204,9205,5,3,0,0,9205,9209,1, + 0,0,0,9206,9207,5,80,0,0,9207,9209,3,1216,608,0,9208,9201,1,0,0, + 0,9208,9206,1,0,0,0,9209,1121,1,0,0,0,9210,9212,5,81,0,0,9211,9210, + 1,0,0,0,9211,9212,1,0,0,0,9212,9213,1,0,0,0,9213,9215,3,1410,705, + 0,9214,9216,5,9,0,0,9215,9214,1,0,0,0,9215,9216,1,0,0,0,9216,9232, + 1,0,0,0,9217,9223,5,81,0,0,9218,9224,3,1410,705,0,9219,9220,5,2, + 0,0,9220,9221,3,1410,705,0,9221,9222,5,3,0,0,9222,9224,1,0,0,0,9223, + 9218,1,0,0,0,9223,9219,1,0,0,0,9224,9232,1,0,0,0,9225,9226,5,68, + 0,0,9226,9229,5,323,0,0,9227,9230,3,1426,713,0,9228,9230,5,111,0, + 0,9229,9227,1,0,0,0,9229,9228,1,0,0,0,9230,9232,1,0,0,0,9231,9211, + 1,0,0,0,9231,9217,1,0,0,0,9231,9225,1,0,0,0,9232,1123,1,0,0,0,9233, + 9235,5,81,0,0,9234,9233,1,0,0,0,9234,9235,1,0,0,0,9235,9236,1,0, + 0,0,9236,9238,3,1414,707,0,9237,9239,5,9,0,0,9238,9237,1,0,0,0,9238, + 9239,1,0,0,0,9239,9241,1,0,0,0,9240,9242,3,248,124,0,9241,9240,1, + 0,0,0,9241,9242,1,0,0,0,9242,9244,1,0,0,0,9243,9245,3,1148,574,0, + 9244,9243,1,0,0,0,9244,9245,1,0,0,0,9245,1125,1,0,0,0,9246,9248, + 5,92,0,0,9247,9249,5,81,0,0,9248,9247,1,0,0,0,9248,9249,1,0,0,0, + 9249,9250,1,0,0,0,9250,9252,3,1410,705,0,9251,9253,5,9,0,0,9252, + 9251,1,0,0,0,9252,9253,1,0,0,0,9253,9258,1,0,0,0,9254,9255,5,2,0, + 0,9255,9256,3,248,124,0,9256,9257,5,3,0,0,9257,9259,1,0,0,0,9258, + 9254,1,0,0,0,9258,9259,1,0,0,0,9259,9261,1,0,0,0,9260,9262,3,1148, + 574,0,9261,9260,1,0,0,0,9261,9262,1,0,0,0,9262,9280,1,0,0,0,9263, + 9264,5,92,0,0,9264,9270,5,81,0,0,9265,9271,3,1410,705,0,9266,9267, + 5,2,0,0,9267,9268,3,1410,705,0,9268,9269,5,3,0,0,9269,9271,1,0,0, + 0,9270,9265,1,0,0,0,9270,9266,1,0,0,0,9271,9280,1,0,0,0,9272,9273, + 5,350,0,0,9273,9274,5,68,0,0,9274,9277,5,323,0,0,9275,9278,3,1426, + 713,0,9276,9278,5,111,0,0,9277,9275,1,0,0,0,9277,9276,1,0,0,0,9278, + 9280,1,0,0,0,9279,9246,1,0,0,0,9279,9263,1,0,0,0,9279,9272,1,0,0, + 0,9280,1127,1,0,0,0,9281,9286,3,1122,561,0,9282,9283,5,6,0,0,9283, + 9285,3,1122,561,0,9284,9282,1,0,0,0,9285,9288,1,0,0,0,9286,9284, + 1,0,0,0,9286,9287,1,0,0,0,9287,1129,1,0,0,0,9288,9286,1,0,0,0,9289, + 9294,3,1126,563,0,9290,9291,5,6,0,0,9291,9293,3,1126,563,0,9292, + 9290,1,0,0,0,9293,9296,1,0,0,0,9294,9292,1,0,0,0,9294,9295,1,0,0, + 0,9295,1131,1,0,0,0,9296,9294,1,0,0,0,9297,9302,3,1122,561,0,9298, + 9300,5,36,0,0,9299,9298,1,0,0,0,9299,9300,1,0,0,0,9300,9301,1,0, + 0,0,9301,9303,3,1478,739,0,9302,9299,1,0,0,0,9302,9303,1,0,0,0,9303, + 1133,1,0,0,0,9304,9305,5,472,0,0,9305,9306,3,1448,724,0,9306,9307, + 5,2,0,0,9307,9308,3,1332,666,0,9308,9310,5,3,0,0,9309,9311,3,1136, + 568,0,9310,9309,1,0,0,0,9310,9311,1,0,0,0,9311,1135,1,0,0,0,9312, + 9313,5,310,0,0,9313,9314,5,2,0,0,9314,9315,3,1216,608,0,9315,9316, + 5,3,0,0,9316,1137,1,0,0,0,9317,9319,3,1266,633,0,9318,9320,3,1146, + 573,0,9319,9318,1,0,0,0,9319,9320,1,0,0,0,9320,9330,1,0,0,0,9321, + 9322,5,320,0,0,9322,9323,5,64,0,0,9323,9324,5,2,0,0,9324,9325,3, + 1142,571,0,9325,9327,5,3,0,0,9326,9328,3,1146,573,0,9327,9326,1, + 0,0,0,9327,9328,1,0,0,0,9328,9330,1,0,0,0,9329,9317,1,0,0,0,9329, + 9321,1,0,0,0,9330,1139,1,0,0,0,9331,9333,3,1266,633,0,9332,9334, + 3,1144,572,0,9333,9332,1,0,0,0,9333,9334,1,0,0,0,9334,1141,1,0,0, + 0,9335,9340,3,1140,570,0,9336,9337,5,6,0,0,9337,9339,3,1140,570, + 0,9338,9336,1,0,0,0,9339,9342,1,0,0,0,9340,9338,1,0,0,0,9340,9341, + 1,0,0,0,9341,1143,1,0,0,0,9342,9340,1,0,0,0,9343,9344,5,36,0,0,9344, + 9345,5,2,0,0,9345,9346,3,1154,577,0,9346,9347,5,3,0,0,9347,1145, + 1,0,0,0,9348,9349,5,105,0,0,9349,9350,5,473,0,0,9350,1147,1,0,0, + 0,9351,9352,5,103,0,0,9352,9353,3,1340,670,0,9353,1149,1,0,0,0,9354, + 9359,5,103,0,0,9355,9356,5,434,0,0,9356,9357,5,275,0,0,9357,9360, + 3,998,499,0,9358,9360,3,1216,608,0,9359,9355,1,0,0,0,9359,9358,1, + 0,0,0,9360,1151,1,0,0,0,9361,9362,3,1154,577,0,9362,1153,1,0,0,0, + 9363,9368,3,1156,578,0,9364,9365,5,6,0,0,9365,9367,3,1156,578,0, + 9366,9364,1,0,0,0,9367,9370,1,0,0,0,9368,9366,1,0,0,0,9368,9369, + 1,0,0,0,9369,1155,1,0,0,0,9370,9368,1,0,0,0,9371,9372,3,1478,739, + 0,9372,9374,3,1172,586,0,9373,9375,3,126,63,0,9374,9373,1,0,0,0, + 9374,9375,1,0,0,0,9375,1157,1,0,0,0,9376,9377,5,474,0,0,9377,9393, + 5,2,0,0,9378,9379,3,1258,629,0,9379,9380,3,1284,642,0,9380,9381, + 5,475,0,0,9381,9382,3,1160,580,0,9382,9394,1,0,0,0,9383,9384,5,476, + 0,0,9384,9385,5,2,0,0,9385,9386,3,1168,584,0,9386,9387,5,3,0,0,9387, + 9388,5,6,0,0,9388,9389,3,1258,629,0,9389,9390,3,1284,642,0,9390, + 9391,5,475,0,0,9391,9392,3,1160,580,0,9392,9394,1,0,0,0,9393,9378, + 1,0,0,0,9393,9383,1,0,0,0,9394,9395,1,0,0,0,9395,9396,5,3,0,0,9396, + 1159,1,0,0,0,9397,9402,3,1162,581,0,9398,9399,5,6,0,0,9399,9401, + 3,1162,581,0,9400,9398,1,0,0,0,9401,9404,1,0,0,0,9402,9400,1,0,0, + 0,9402,9403,1,0,0,0,9403,1161,1,0,0,0,9404,9402,1,0,0,0,9405,9412, + 3,1478,739,0,9406,9408,3,1172,586,0,9407,9409,3,1164,582,0,9408, + 9407,1,0,0,0,9408,9409,1,0,0,0,9409,9413,1,0,0,0,9410,9411,5,62, + 0,0,9411,9413,5,473,0,0,9412,9406,1,0,0,0,9412,9410,1,0,0,0,9413, + 1163,1,0,0,0,9414,9416,3,1166,583,0,9415,9414,1,0,0,0,9416,9417, + 1,0,0,0,9417,9415,1,0,0,0,9417,9418,1,0,0,0,9418,1165,1,0,0,0,9419, + 9420,5,53,0,0,9420,9428,3,1216,608,0,9421,9422,3,1496,748,0,9422, + 9423,3,1216,608,0,9423,9428,1,0,0,0,9424,9425,5,77,0,0,9425,9428, + 5,78,0,0,9426,9428,5,78,0,0,9427,9419,1,0,0,0,9427,9421,1,0,0,0, + 9427,9424,1,0,0,0,9427,9426,1,0,0,0,9428,1167,1,0,0,0,9429,9434, + 3,1170,585,0,9430,9431,5,6,0,0,9431,9433,3,1170,585,0,9432,9430, + 1,0,0,0,9433,9436,1,0,0,0,9434,9432,1,0,0,0,9434,9435,1,0,0,0,9435, + 1169,1,0,0,0,9436,9434,1,0,0,0,9437,9438,3,1256,628,0,9438,9439, + 5,36,0,0,9439,9440,3,1494,747,0,9440,9444,1,0,0,0,9441,9442,5,53, + 0,0,9442,9444,3,1256,628,0,9443,9437,1,0,0,0,9443,9441,1,0,0,0,9444, + 1171,1,0,0,0,9445,9447,5,415,0,0,9446,9445,1,0,0,0,9446,9447,1,0, + 0,0,9447,9448,1,0,0,0,9448,9457,3,1176,588,0,9449,9458,3,1174,587, + 0,9450,9455,5,35,0,0,9451,9452,5,4,0,0,9452,9453,3,1460,730,0,9453, + 9454,5,5,0,0,9454,9456,1,0,0,0,9455,9451,1,0,0,0,9455,9456,1,0,0, + 0,9456,9458,1,0,0,0,9457,9449,1,0,0,0,9457,9450,1,0,0,0,9458,9464, + 1,0,0,0,9459,9460,3,1416,708,0,9460,9461,5,27,0,0,9461,9462,7,61, + 0,0,9462,9464,1,0,0,0,9463,9446,1,0,0,0,9463,9459,1,0,0,0,9464,1173, + 1,0,0,0,9465,9467,5,4,0,0,9466,9468,3,1460,730,0,9467,9466,1,0,0, + 0,9467,9468,1,0,0,0,9468,9469,1,0,0,0,9469,9471,5,5,0,0,9470,9465, + 1,0,0,0,9471,9474,1,0,0,0,9472,9470,1,0,0,0,9472,9473,1,0,0,0,9473, + 1175,1,0,0,0,9474,9472,1,0,0,0,9475,9491,3,1180,590,0,9476,9491, + 3,1184,592,0,9477,9491,3,1188,594,0,9478,9491,3,1196,598,0,9479, + 9491,3,1204,602,0,9480,9488,3,1206,603,0,9481,9483,3,1210,605,0, + 9482,9481,1,0,0,0,9482,9483,1,0,0,0,9483,9489,1,0,0,0,9484,9485, + 5,2,0,0,9485,9486,3,1460,730,0,9486,9487,5,3,0,0,9487,9489,1,0,0, + 0,9488,9482,1,0,0,0,9488,9484,1,0,0,0,9489,9491,1,0,0,0,9490,9475, + 1,0,0,0,9490,9476,1,0,0,0,9490,9477,1,0,0,0,9490,9478,1,0,0,0,9490, + 9479,1,0,0,0,9490,9480,1,0,0,0,9491,1177,1,0,0,0,9492,9497,3,1184, + 592,0,9493,9497,3,1190,595,0,9494,9497,3,1198,599,0,9495,9497,3, + 1204,602,0,9496,9492,1,0,0,0,9496,9493,1,0,0,0,9496,9494,1,0,0,0, + 9496,9495,1,0,0,0,9497,1179,1,0,0,0,9498,9500,3,1486,743,0,9499, + 9501,3,564,282,0,9500,9499,1,0,0,0,9500,9501,1,0,0,0,9501,9503,1, + 0,0,0,9502,9504,3,1182,591,0,9503,9502,1,0,0,0,9503,9504,1,0,0,0, + 9504,1181,1,0,0,0,9505,9506,5,2,0,0,9506,9507,3,1332,666,0,9507, + 9508,5,3,0,0,9508,1183,1,0,0,0,9509,9534,5,401,0,0,9510,9534,5,402, + 0,0,9511,9534,5,416,0,0,9512,9534,5,388,0,0,9513,9534,5,413,0,0, + 9514,9516,5,398,0,0,9515,9517,3,1186,593,0,9516,9515,1,0,0,0,9516, + 9517,1,0,0,0,9517,9534,1,0,0,0,9518,9519,5,190,0,0,9519,9534,5,412, + 0,0,9520,9522,5,395,0,0,9521,9523,3,1182,591,0,9522,9521,1,0,0,0, + 9522,9523,1,0,0,0,9523,9534,1,0,0,0,9524,9526,5,394,0,0,9525,9527, + 3,1182,591,0,9526,9525,1,0,0,0,9526,9527,1,0,0,0,9527,9534,1,0,0, + 0,9528,9530,5,409,0,0,9529,9531,3,1182,591,0,9530,9529,1,0,0,0,9530, + 9531,1,0,0,0,9531,9534,1,0,0,0,9532,9534,5,390,0,0,9533,9509,1,0, + 0,0,9533,9510,1,0,0,0,9533,9511,1,0,0,0,9533,9512,1,0,0,0,9533,9513, + 1,0,0,0,9533,9514,1,0,0,0,9533,9518,1,0,0,0,9533,9520,1,0,0,0,9533, + 9524,1,0,0,0,9533,9528,1,0,0,0,9533,9532,1,0,0,0,9534,1185,1,0,0, + 0,9535,9536,5,2,0,0,9536,9537,3,1460,730,0,9537,9538,5,3,0,0,9538, + 1187,1,0,0,0,9539,9542,3,1192,596,0,9540,9542,3,1194,597,0,9541, + 9539,1,0,0,0,9541,9540,1,0,0,0,9542,1189,1,0,0,0,9543,9546,3,1192, + 596,0,9544,9546,3,1194,597,0,9545,9543,1,0,0,0,9545,9544,1,0,0,0, + 9546,1191,1,0,0,0,9547,9549,5,389,0,0,9548,9550,3,1202,601,0,9549, + 9548,1,0,0,0,9549,9550,1,0,0,0,9550,9551,1,0,0,0,9551,9552,5,2,0, + 0,9552,9553,3,1332,666,0,9553,9554,5,3,0,0,9554,1193,1,0,0,0,9555, + 9557,5,389,0,0,9556,9558,3,1202,601,0,9557,9556,1,0,0,0,9557,9558, + 1,0,0,0,9558,1195,1,0,0,0,9559,9564,3,1200,600,0,9560,9561,5,2,0, + 0,9561,9562,3,1460,730,0,9562,9563,5,3,0,0,9563,9565,1,0,0,0,9564, + 9560,1,0,0,0,9564,9565,1,0,0,0,9565,1197,1,0,0,0,9566,9571,3,1200, + 600,0,9567,9568,5,2,0,0,9568,9569,3,1460,730,0,9569,9570,5,3,0,0, + 9570,9572,1,0,0,0,9571,9567,1,0,0,0,9571,9572,1,0,0,0,9572,1199, + 1,0,0,0,9573,9575,7,62,0,0,9574,9576,3,1202,601,0,9575,9574,1,0, + 0,0,9575,9576,1,0,0,0,9576,9584,1,0,0,0,9577,9584,5,423,0,0,9578, + 9579,5,405,0,0,9579,9581,7,63,0,0,9580,9582,3,1202,601,0,9581,9580, + 1,0,0,0,9581,9582,1,0,0,0,9582,9584,1,0,0,0,9583,9573,1,0,0,0,9583, + 9577,1,0,0,0,9583,9578,1,0,0,0,9584,1201,1,0,0,0,9585,9586,5,374, + 0,0,9586,1203,1,0,0,0,9587,9592,7,64,0,0,9588,9589,5,2,0,0,9589, + 9590,3,1460,730,0,9590,9591,5,3,0,0,9591,9593,1,0,0,0,9592,9588, + 1,0,0,0,9592,9593,1,0,0,0,9593,9595,1,0,0,0,9594,9596,3,1208,604, + 0,9595,9594,1,0,0,0,9595,9596,1,0,0,0,9596,1205,1,0,0,0,9597,9598, + 5,403,0,0,9598,1207,1,0,0,0,9599,9600,5,105,0,0,9600,9601,5,418, + 0,0,9601,9606,5,386,0,0,9602,9603,5,379,0,0,9603,9604,5,418,0,0, + 9604,9606,5,386,0,0,9605,9599,1,0,0,0,9605,9602,1,0,0,0,9606,1209, + 1,0,0,0,9607,9633,5,384,0,0,9608,9633,5,264,0,0,9609,9633,5,176, + 0,0,9610,9633,5,218,0,0,9611,9633,5,261,0,0,9612,9633,3,1212,606, + 0,9613,9614,5,384,0,0,9614,9615,5,94,0,0,9615,9633,5,264,0,0,9616, + 9617,5,176,0,0,9617,9621,5,94,0,0,9618,9622,5,218,0,0,9619,9622, + 5,261,0,0,9620,9622,3,1212,606,0,9621,9618,1,0,0,0,9621,9619,1,0, + 0,0,9621,9620,1,0,0,0,9622,9633,1,0,0,0,9623,9624,5,218,0,0,9624, + 9627,5,94,0,0,9625,9628,5,261,0,0,9626,9628,3,1212,606,0,9627,9625, + 1,0,0,0,9627,9626,1,0,0,0,9628,9633,1,0,0,0,9629,9630,5,261,0,0, + 9630,9631,5,94,0,0,9631,9633,3,1212,606,0,9632,9607,1,0,0,0,9632, + 9608,1,0,0,0,9632,9609,1,0,0,0,9632,9610,1,0,0,0,9632,9611,1,0,0, + 0,9632,9612,1,0,0,0,9632,9613,1,0,0,0,9632,9616,1,0,0,0,9632,9623, + 1,0,0,0,9632,9629,1,0,0,0,9633,1211,1,0,0,0,9634,9639,5,326,0,0, + 9635,9636,5,2,0,0,9636,9637,3,1460,730,0,9637,9638,5,3,0,0,9638, + 9640,1,0,0,0,9639,9635,1,0,0,0,9639,9640,1,0,0,0,9640,1213,1,0,0, + 0,9641,9642,5,197,0,0,9642,9643,3,1216,608,0,9643,1215,1,0,0,0,9644, + 9645,3,1218,609,0,9645,1217,1,0,0,0,9646,9648,3,1220,610,0,9647, + 9649,3,1326,663,0,9648,9647,1,0,0,0,9648,9649,1,0,0,0,9649,1219, + 1,0,0,0,9650,9655,3,1222,611,0,9651,9652,7,65,0,0,9652,9654,3,1222, + 611,0,9653,9651,1,0,0,0,9654,9657,1,0,0,0,9655,9653,1,0,0,0,9655, + 9656,1,0,0,0,9656,1221,1,0,0,0,9657,9655,1,0,0,0,9658,9663,3,1224, + 612,0,9659,9660,5,82,0,0,9660,9662,3,1224,612,0,9661,9659,1,0,0, + 0,9662,9665,1,0,0,0,9663,9661,1,0,0,0,9663,9664,1,0,0,0,9664,1223, + 1,0,0,0,9665,9663,1,0,0,0,9666,9671,3,1226,613,0,9667,9668,5,33, + 0,0,9668,9670,3,1226,613,0,9669,9667,1,0,0,0,9670,9673,1,0,0,0,9671, + 9669,1,0,0,0,9671,9672,1,0,0,0,9672,1225,1,0,0,0,9673,9671,1,0,0, + 0,9674,9680,3,1228,614,0,9675,9677,5,77,0,0,9676,9675,1,0,0,0,9676, + 9677,1,0,0,0,9677,9678,1,0,0,0,9678,9679,5,68,0,0,9679,9681,3,1366, + 683,0,9680,9676,1,0,0,0,9680,9681,1,0,0,0,9681,1227,1,0,0,0,9682, + 9684,5,77,0,0,9683,9682,1,0,0,0,9683,9684,1,0,0,0,9684,9685,1,0, + 0,0,9685,9686,3,1230,615,0,9686,1229,1,0,0,0,9687,9689,3,1232,616, + 0,9688,9690,7,66,0,0,9689,9688,1,0,0,0,9689,9690,1,0,0,0,9690,1231, + 1,0,0,0,9691,9715,3,1234,617,0,9692,9694,5,116,0,0,9693,9695,5,77, + 0,0,9694,9693,1,0,0,0,9694,9695,1,0,0,0,9695,9713,1,0,0,0,9696,9714, + 5,78,0,0,9697,9714,5,96,0,0,9698,9714,5,60,0,0,9699,9714,5,365,0, + 0,9700,9701,5,56,0,0,9701,9702,5,64,0,0,9702,9714,3,1216,608,0,9703, + 9704,5,275,0,0,9704,9705,5,2,0,0,9705,9706,3,1346,673,0,9706,9707, + 5,3,0,0,9707,9714,1,0,0,0,9708,9714,5,188,0,0,9709,9711,3,1356,678, + 0,9710,9709,1,0,0,0,9710,9711,1,0,0,0,9711,9712,1,0,0,0,9712,9714, + 5,478,0,0,9713,9696,1,0,0,0,9713,9697,1,0,0,0,9713,9698,1,0,0,0, + 9713,9699,1,0,0,0,9713,9700,1,0,0,0,9713,9703,1,0,0,0,9713,9708, + 1,0,0,0,9713,9710,1,0,0,0,9714,9716,1,0,0,0,9715,9692,1,0,0,0,9715, + 9716,1,0,0,0,9716,1233,1,0,0,0,9717,9729,3,1236,618,0,9718,9719, + 7,67,0,0,9719,9730,3,1236,618,0,9720,9721,3,1330,665,0,9721,9727, + 3,1320,660,0,9722,9728,3,1006,503,0,9723,9724,5,2,0,0,9724,9725, + 3,1216,608,0,9725,9726,5,3,0,0,9726,9728,1,0,0,0,9727,9722,1,0,0, + 0,9727,9723,1,0,0,0,9728,9730,1,0,0,0,9729,9718,1,0,0,0,9729,9720, + 1,0,0,0,9729,9730,1,0,0,0,9730,1235,1,0,0,0,9731,9749,3,1238,619, + 0,9732,9734,5,77,0,0,9733,9732,1,0,0,0,9733,9734,1,0,0,0,9734,9743, + 1,0,0,0,9735,9744,5,120,0,0,9736,9744,5,114,0,0,9737,9738,5,127, + 0,0,9738,9744,5,94,0,0,9739,9741,5,387,0,0,9740,9742,5,91,0,0,9741, + 9740,1,0,0,0,9741,9742,1,0,0,0,9742,9744,1,0,0,0,9743,9735,1,0,0, + 0,9743,9736,1,0,0,0,9743,9737,1,0,0,0,9743,9739,1,0,0,0,9744,9745, + 1,0,0,0,9745,9747,3,1238,619,0,9746,9748,3,1214,607,0,9747,9746, + 1,0,0,0,9747,9748,1,0,0,0,9748,9750,1,0,0,0,9749,9733,1,0,0,0,9749, + 9750,1,0,0,0,9750,1237,1,0,0,0,9751,9757,3,1240,620,0,9752,9753, + 3,1326,663,0,9753,9754,3,1240,620,0,9754,9756,1,0,0,0,9755,9752, + 1,0,0,0,9756,9759,1,0,0,0,9757,9755,1,0,0,0,9757,9758,1,0,0,0,9758, + 1239,1,0,0,0,9759,9757,1,0,0,0,9760,9762,3,1326,663,0,9761,9760, + 1,0,0,0,9761,9762,1,0,0,0,9762,9763,1,0,0,0,9763,9764,3,1242,621, + 0,9764,1241,1,0,0,0,9765,9770,3,1244,622,0,9766,9767,7,68,0,0,9767, + 9769,3,1244,622,0,9768,9766,1,0,0,0,9769,9772,1,0,0,0,9770,9768, + 1,0,0,0,9770,9771,1,0,0,0,9771,1243,1,0,0,0,9772,9770,1,0,0,0,9773, + 9778,3,1246,623,0,9774,9775,7,69,0,0,9775,9777,3,1246,623,0,9776, + 9774,1,0,0,0,9777,9780,1,0,0,0,9778,9776,1,0,0,0,9778,9779,1,0,0, + 0,9779,1245,1,0,0,0,9780,9778,1,0,0,0,9781,9784,3,1248,624,0,9782, + 9783,5,15,0,0,9783,9785,3,1216,608,0,9784,9782,1,0,0,0,9784,9785, + 1,0,0,0,9785,1247,1,0,0,0,9786,9788,7,68,0,0,9787,9786,1,0,0,0,9787, + 9788,1,0,0,0,9788,9789,1,0,0,0,9789,9790,3,1250,625,0,9790,1249, + 1,0,0,0,9791,9796,3,1252,626,0,9792,9793,5,142,0,0,9793,9794,5,418, + 0,0,9794,9795,5,386,0,0,9795,9797,3,1216,608,0,9796,9792,1,0,0,0, + 9796,9797,1,0,0,0,9797,1251,1,0,0,0,9798,9801,3,1254,627,0,9799, + 9800,5,43,0,0,9800,9802,3,562,281,0,9801,9799,1,0,0,0,9801,9802, + 1,0,0,0,9802,1253,1,0,0,0,9803,9808,3,1258,629,0,9804,9805,5,26, + 0,0,9805,9807,3,1172,586,0,9806,9804,1,0,0,0,9807,9810,1,0,0,0,9808, + 9806,1,0,0,0,9808,9809,1,0,0,0,9809,1255,1,0,0,0,9810,9808,1,0,0, + 0,9811,9812,6,628,-1,0,9812,9819,3,1258,629,0,9813,9814,7,68,0,0, + 9814,9819,3,1256,628,9,9815,9816,3,1326,663,0,9816,9817,3,1256,628, + 3,9817,9819,1,0,0,0,9818,9811,1,0,0,0,9818,9813,1,0,0,0,9818,9815, + 1,0,0,0,9819,9859,1,0,0,0,9820,9821,10,8,0,0,9821,9822,5,15,0,0, + 9822,9858,3,1256,628,9,9823,9824,10,7,0,0,9824,9825,7,69,0,0,9825, + 9858,3,1256,628,8,9826,9827,10,6,0,0,9827,9828,7,68,0,0,9828,9858, + 3,1256,628,7,9829,9830,10,5,0,0,9830,9831,3,1326,663,0,9831,9832, + 3,1256,628,6,9832,9858,1,0,0,0,9833,9834,10,4,0,0,9834,9835,7,67, + 0,0,9835,9858,3,1256,628,5,9836,9837,10,10,0,0,9837,9838,5,26,0, + 0,9838,9858,3,1172,586,0,9839,9840,10,2,0,0,9840,9858,3,1326,663, + 0,9841,9842,10,1,0,0,9842,9844,5,116,0,0,9843,9845,5,77,0,0,9844, + 9843,1,0,0,0,9844,9845,1,0,0,0,9845,9855,1,0,0,0,9846,9847,5,56, + 0,0,9847,9848,5,64,0,0,9848,9856,3,1256,628,0,9849,9850,5,275,0, + 0,9850,9851,5,2,0,0,9851,9852,3,1346,673,0,9852,9853,5,3,0,0,9853, + 9856,1,0,0,0,9854,9856,5,188,0,0,9855,9846,1,0,0,0,9855,9849,1,0, + 0,0,9855,9854,1,0,0,0,9856,9858,1,0,0,0,9857,9820,1,0,0,0,9857,9823, + 1,0,0,0,9857,9826,1,0,0,0,9857,9829,1,0,0,0,9857,9833,1,0,0,0,9857, + 9836,1,0,0,0,9857,9839,1,0,0,0,9857,9841,1,0,0,0,9858,9861,1,0,0, + 0,9859,9857,1,0,0,0,9859,9860,1,0,0,0,9860,1257,1,0,0,0,9861,9859, + 1,0,0,0,9862,9863,5,396,0,0,9863,9899,3,1006,503,0,9864,9867,5,35, + 0,0,9865,9868,3,1006,503,0,9866,9868,3,1348,674,0,9867,9865,1,0, + 0,0,9867,9866,1,0,0,0,9868,9899,1,0,0,0,9869,9870,5,28,0,0,9870, + 9899,3,1386,693,0,9871,9872,5,470,0,0,9872,9873,5,2,0,0,9873,9874, + 3,1332,666,0,9874,9875,5,3,0,0,9875,9899,1,0,0,0,9876,9877,5,98, + 0,0,9877,9899,3,1006,503,0,9878,9899,3,1452,726,0,9879,9899,3,1260, + 630,0,9880,9881,5,2,0,0,9881,9882,3,1216,608,0,9882,9883,5,3,0,0, + 9883,9884,3,1386,693,0,9884,9899,1,0,0,0,9885,9899,3,1368,684,0, + 9886,9899,3,1264,632,0,9887,9889,3,1006,503,0,9888,9890,3,1384,692, + 0,9889,9888,1,0,0,0,9889,9890,1,0,0,0,9890,9899,1,0,0,0,9891,9899, + 3,1316,658,0,9892,9899,3,1318,659,0,9893,9894,3,1314,657,0,9894, + 9895,5,125,0,0,9895,9896,3,1314,657,0,9896,9899,1,0,0,0,9897,9899, + 3,1378,689,0,9898,9862,1,0,0,0,9898,9864,1,0,0,0,9898,9869,1,0,0, + 0,9898,9871,1,0,0,0,9898,9876,1,0,0,0,9898,9878,1,0,0,0,9898,9879, + 1,0,0,0,9898,9880,1,0,0,0,9898,9885,1,0,0,0,9898,9886,1,0,0,0,9898, + 9887,1,0,0,0,9898,9891,1,0,0,0,9898,9892,1,0,0,0,9898,9893,1,0,0, + 0,9898,9897,1,0,0,0,9899,1259,1,0,0,0,9900,9901,5,576,0,0,9901,1261, + 1,0,0,0,9902,9928,3,1448,724,0,9903,9925,5,2,0,0,9904,9908,3,1342, + 671,0,9905,9906,5,6,0,0,9906,9907,5,101,0,0,9907,9909,3,1344,672, + 0,9908,9905,1,0,0,0,9908,9909,1,0,0,0,9909,9911,1,0,0,0,9910,9912, + 3,1046,523,0,9911,9910,1,0,0,0,9911,9912,1,0,0,0,9912,9926,1,0,0, + 0,9913,9914,5,101,0,0,9914,9916,3,1344,672,0,9915,9917,3,1046,523, + 0,9916,9915,1,0,0,0,9916,9917,1,0,0,0,9917,9926,1,0,0,0,9918,9919, + 7,57,0,0,9919,9921,3,1342,671,0,9920,9922,3,1046,523,0,9921,9920, + 1,0,0,0,9921,9922,1,0,0,0,9922,9926,1,0,0,0,9923,9926,5,9,0,0,9924, + 9926,1,0,0,0,9925,9904,1,0,0,0,9925,9913,1,0,0,0,9925,9918,1,0,0, + 0,9925,9923,1,0,0,0,9925,9924,1,0,0,0,9926,9927,1,0,0,0,9927,9929, + 5,3,0,0,9928,9903,1,0,0,0,9928,9929,1,0,0,0,9929,1263,1,0,0,0,9930, + 9932,3,1262,631,0,9931,9933,3,1288,644,0,9932,9931,1,0,0,0,9932, + 9933,1,0,0,0,9933,9935,1,0,0,0,9934,9936,3,1290,645,0,9935,9934, + 1,0,0,0,9935,9936,1,0,0,0,9936,9938,1,0,0,0,9937,9939,3,1298,649, + 0,9938,9937,1,0,0,0,9938,9939,1,0,0,0,9939,9942,1,0,0,0,9940,9942, + 3,1268,634,0,9941,9930,1,0,0,0,9941,9940,1,0,0,0,9942,1265,1,0,0, + 0,9943,9946,3,1262,631,0,9944,9946,3,1268,634,0,9945,9943,1,0,0, + 0,9945,9944,1,0,0,0,9946,1267,1,0,0,0,9947,9948,5,108,0,0,9948,9949, + 5,62,0,0,9949,9950,5,2,0,0,9950,9951,3,1216,608,0,9951,9952,5,3, + 0,0,9952,10132,1,0,0,0,9953,10132,5,48,0,0,9954,9959,5,50,0,0,9955, + 9956,5,2,0,0,9956,9957,3,1460,730,0,9957,9958,5,3,0,0,9958,9960, + 1,0,0,0,9959,9955,1,0,0,0,9959,9960,1,0,0,0,9960,10132,1,0,0,0,9961, + 9966,5,51,0,0,9962,9963,5,2,0,0,9963,9964,3,1460,730,0,9964,9965, + 5,3,0,0,9965,9967,1,0,0,0,9966,9962,1,0,0,0,9966,9967,1,0,0,0,9967, + 10132,1,0,0,0,9968,9973,5,75,0,0,9969,9970,5,2,0,0,9970,9971,3,1460, + 730,0,9971,9972,5,3,0,0,9972,9974,1,0,0,0,9973,9969,1,0,0,0,9973, + 9974,1,0,0,0,9974,10132,1,0,0,0,9975,9980,5,76,0,0,9976,9977,5,2, + 0,0,9977,9978,3,1460,730,0,9978,9979,5,3,0,0,9979,9981,1,0,0,0,9980, + 9976,1,0,0,0,9980,9981,1,0,0,0,9981,10132,1,0,0,0,9982,10132,5,49, + 0,0,9983,10132,5,52,0,0,9984,10132,5,89,0,0,9985,10132,5,99,0,0, + 9986,10132,5,47,0,0,9987,10132,5,111,0,0,9988,9989,5,41,0,0,9989, + 9990,5,2,0,0,9990,9991,3,1216,608,0,9991,9992,5,36,0,0,9992,9993, + 3,1172,586,0,9993,9994,5,3,0,0,9994,10132,1,0,0,0,9995,9996,5,397, + 0,0,9996,9998,5,2,0,0,9997,9999,3,1352,676,0,9998,9997,1,0,0,0,9998, + 9999,1,0,0,0,9999,10000,1,0,0,0,10000,10132,5,3,0,0,10001,10002, + 5,489,0,0,10002,10003,5,2,0,0,10003,10006,3,1216,608,0,10004,10005, + 5,6,0,0,10005,10007,3,1356,678,0,10006,10004,1,0,0,0,10006,10007, + 1,0,0,0,10007,10008,1,0,0,0,10008,10009,5,3,0,0,10009,10132,1,0, + 0,0,10010,10011,5,410,0,0,10011,10012,5,2,0,0,10012,10013,3,1358, + 679,0,10013,10014,5,3,0,0,10014,10132,1,0,0,0,10015,10016,5,411, + 0,0,10016,10018,5,2,0,0,10017,10019,3,1360,680,0,10018,10017,1,0, + 0,0,10018,10019,1,0,0,0,10019,10020,1,0,0,0,10020,10132,5,3,0,0, + 10021,10022,5,417,0,0,10022,10024,5,2,0,0,10023,10025,3,1362,681, + 0,10024,10023,1,0,0,0,10024,10025,1,0,0,0,10025,10026,1,0,0,0,10026, + 10132,5,3,0,0,10027,10028,5,420,0,0,10028,10029,5,2,0,0,10029,10030, + 3,1216,608,0,10030,10031,5,36,0,0,10031,10032,3,1172,586,0,10032, + 10033,5,3,0,0,10033,10132,1,0,0,0,10034,10035,5,421,0,0,10035,10037, + 5,2,0,0,10036,10038,7,70,0,0,10037,10036,1,0,0,0,10037,10038,1,0, + 0,0,10038,10039,1,0,0,0,10039,10040,3,1364,682,0,10040,10041,5,3, + 0,0,10041,10132,1,0,0,0,10042,10043,5,408,0,0,10043,10044,5,2,0, + 0,10044,10045,3,1216,608,0,10045,10046,5,6,0,0,10046,10047,3,1216, + 608,0,10047,10048,5,3,0,0,10048,10132,1,0,0,0,10049,10050,5,393, + 0,0,10050,10051,5,2,0,0,10051,10052,3,1332,666,0,10052,10053,5,3, + 0,0,10053,10132,1,0,0,0,10054,10055,5,399,0,0,10055,10056,5,2,0, + 0,10056,10057,3,1332,666,0,10057,10058,5,3,0,0,10058,10132,1,0,0, + 0,10059,10060,5,404,0,0,10060,10061,5,2,0,0,10061,10062,3,1332,666, + 0,10062,10063,5,3,0,0,10063,10132,1,0,0,0,10064,10065,5,425,0,0, + 10065,10066,5,2,0,0,10066,10067,3,1332,666,0,10067,10068,5,3,0,0, + 10068,10132,1,0,0,0,10069,10070,5,426,0,0,10070,10071,5,2,0,0,10071, + 10072,5,266,0,0,10072,10078,3,1494,747,0,10073,10076,5,6,0,0,10074, + 10077,3,1274,637,0,10075,10077,3,1332,666,0,10076,10074,1,0,0,0, + 10076,10075,1,0,0,0,10077,10079,1,0,0,0,10078,10073,1,0,0,0,10078, + 10079,1,0,0,0,10079,10080,1,0,0,0,10080,10081,5,3,0,0,10081,10132, + 1,0,0,0,10082,10083,5,427,0,0,10083,10084,5,2,0,0,10084,10085,3, + 1258,629,0,10085,10086,3,1284,642,0,10086,10087,5,3,0,0,10087,10132, + 1,0,0,0,10088,10089,5,428,0,0,10089,10090,5,2,0,0,10090,10091,3, + 1276,638,0,10091,10092,5,3,0,0,10092,10132,1,0,0,0,10093,10094,5, + 429,0,0,10094,10095,5,2,0,0,10095,10096,3,1280,640,0,10096,10098, + 3,1216,608,0,10097,10099,3,1282,641,0,10098,10097,1,0,0,0,10098, + 10099,1,0,0,0,10099,10100,1,0,0,0,10100,10101,5,3,0,0,10101,10132, + 1,0,0,0,10102,10103,5,430,0,0,10103,10104,5,2,0,0,10104,10105,5, + 266,0,0,10105,10108,3,1494,747,0,10106,10107,5,6,0,0,10107,10109, + 3,1216,608,0,10108,10106,1,0,0,0,10108,10109,1,0,0,0,10109,10110, + 1,0,0,0,10110,10111,5,3,0,0,10111,10132,1,0,0,0,10112,10113,5,431, + 0,0,10113,10114,5,2,0,0,10114,10115,5,383,0,0,10115,10116,3,1216, + 608,0,10116,10117,5,6,0,0,10117,10119,3,1270,635,0,10118,10120,3, + 1272,636,0,10119,10118,1,0,0,0,10119,10120,1,0,0,0,10120,10121,1, + 0,0,0,10121,10122,5,3,0,0,10122,10132,1,0,0,0,10123,10124,5,432, + 0,0,10124,10125,5,2,0,0,10125,10126,3,1280,640,0,10126,10127,3,1216, + 608,0,10127,10128,5,36,0,0,10128,10129,3,1176,588,0,10129,10130, + 5,3,0,0,10130,10132,1,0,0,0,10131,9947,1,0,0,0,10131,9953,1,0,0, + 0,10131,9954,1,0,0,0,10131,9961,1,0,0,0,10131,9968,1,0,0,0,10131, + 9975,1,0,0,0,10131,9982,1,0,0,0,10131,9983,1,0,0,0,10131,9984,1, + 0,0,0,10131,9985,1,0,0,0,10131,9986,1,0,0,0,10131,9987,1,0,0,0,10131, + 9988,1,0,0,0,10131,9995,1,0,0,0,10131,10001,1,0,0,0,10131,10010, + 1,0,0,0,10131,10015,1,0,0,0,10131,10021,1,0,0,0,10131,10027,1,0, + 0,0,10131,10034,1,0,0,0,10131,10042,1,0,0,0,10131,10049,1,0,0,0, + 10131,10054,1,0,0,0,10131,10059,1,0,0,0,10131,10064,1,0,0,0,10131, + 10069,1,0,0,0,10131,10082,1,0,0,0,10131,10088,1,0,0,0,10131,10093, + 1,0,0,0,10131,10102,1,0,0,0,10131,10112,1,0,0,0,10131,10123,1,0, + 0,0,10132,1269,1,0,0,0,10133,10134,5,375,0,0,10134,10139,3,1216, + 608,0,10135,10136,5,375,0,0,10136,10137,5,269,0,0,10137,10139,5, + 450,0,0,10138,10133,1,0,0,0,10138,10135,1,0,0,0,10139,1271,1,0,0, + 0,10140,10141,5,6,0,0,10141,10142,5,339,0,0,10142,10151,5,385,0, + 0,10143,10144,5,6,0,0,10144,10145,5,339,0,0,10145,10151,5,269,0, + 0,10146,10147,5,6,0,0,10147,10148,5,339,0,0,10148,10149,5,269,0, + 0,10149,10151,5,450,0,0,10150,10140,1,0,0,0,10150,10143,1,0,0,0, + 10150,10146,1,0,0,0,10151,1273,1,0,0,0,10152,10153,5,424,0,0,10153, + 10154,5,2,0,0,10154,10155,3,1276,638,0,10155,10156,5,3,0,0,10156, + 1275,1,0,0,0,10157,10162,3,1278,639,0,10158,10159,5,6,0,0,10159, + 10161,3,1278,639,0,10160,10158,1,0,0,0,10161,10164,1,0,0,0,10162, + 10160,1,0,0,0,10162,10163,1,0,0,0,10163,1277,1,0,0,0,10164,10162, + 1,0,0,0,10165,10168,3,1216,608,0,10166,10167,5,36,0,0,10167,10169, + 3,1494,747,0,10168,10166,1,0,0,0,10168,10169,1,0,0,0,10169,1279, + 1,0,0,0,10170,10171,7,71,0,0,10171,1281,1,0,0,0,10172,10173,5,292, + 0,0,10173,10177,5,378,0,0,10174,10175,5,347,0,0,10175,10177,5,378, + 0,0,10176,10172,1,0,0,0,10176,10174,1,0,0,0,10177,1283,1,0,0,0,10178, + 10179,5,286,0,0,10179,10194,3,1258,629,0,10180,10181,5,286,0,0,10181, + 10182,3,1258,629,0,10182,10183,3,1286,643,0,10183,10194,1,0,0,0, + 10184,10185,5,286,0,0,10185,10186,3,1286,643,0,10186,10187,3,1258, + 629,0,10187,10194,1,0,0,0,10188,10189,5,286,0,0,10189,10190,3,1286, + 643,0,10190,10191,3,1258,629,0,10191,10192,3,1286,643,0,10192,10194, + 1,0,0,0,10193,10178,1,0,0,0,10193,10180,1,0,0,0,10193,10184,1,0, + 0,0,10193,10188,1,0,0,0,10194,1285,1,0,0,0,10195,10196,5,147,0,0, + 10196,10197,7,72,0,0,10197,1287,1,0,0,0,10198,10199,5,479,0,0,10199, + 10200,5,66,0,0,10200,10201,5,2,0,0,10201,10202,3,1048,524,0,10202, + 10203,5,3,0,0,10203,1289,1,0,0,0,10204,10205,5,480,0,0,10205,10206, + 5,2,0,0,10206,10207,5,103,0,0,10207,10208,3,1216,608,0,10208,10209, + 5,3,0,0,10209,1291,1,0,0,0,10210,10211,5,104,0,0,10211,10212,3,1294, + 647,0,10212,1293,1,0,0,0,10213,10218,3,1296,648,0,10214,10215,5, + 6,0,0,10215,10217,3,1296,648,0,10216,10214,1,0,0,0,10217,10220,1, + 0,0,0,10218,10216,1,0,0,0,10218,10219,1,0,0,0,10219,1295,1,0,0,0, + 10220,10218,1,0,0,0,10221,10222,3,1478,739,0,10222,10223,5,36,0, + 0,10223,10224,3,1300,650,0,10224,1297,1,0,0,0,10225,10228,5,124, + 0,0,10226,10229,3,1300,650,0,10227,10229,3,1478,739,0,10228,10226, + 1,0,0,0,10228,10227,1,0,0,0,10229,1299,1,0,0,0,10230,10232,5,2,0, + 0,10231,10233,3,1302,651,0,10232,10231,1,0,0,0,10232,10233,1,0,0, + 0,10233,10235,1,0,0,0,10234,10236,3,1304,652,0,10235,10234,1,0,0, + 0,10235,10236,1,0,0,0,10236,10238,1,0,0,0,10237,10239,3,1046,523, + 0,10238,10237,1,0,0,0,10238,10239,1,0,0,0,10239,10241,1,0,0,0,10240, + 10242,3,1306,653,0,10241,10240,1,0,0,0,10241,10242,1,0,0,0,10242, + 10243,1,0,0,0,10243,10244,5,3,0,0,10244,1301,1,0,0,0,10245,10246, + 3,1478,739,0,10246,1303,1,0,0,0,10247,10248,5,285,0,0,10248,10249, + 5,147,0,0,10249,10250,3,1332,666,0,10250,1305,1,0,0,0,10251,10252, + 5,299,0,0,10252,10254,3,1308,654,0,10253,10255,3,1312,656,0,10254, + 10253,1,0,0,0,10254,10255,1,0,0,0,10255,10267,1,0,0,0,10256,10257, + 5,320,0,0,10257,10259,3,1308,654,0,10258,10260,3,1312,656,0,10259, + 10258,1,0,0,0,10259,10260,1,0,0,0,10260,10267,1,0,0,0,10261,10262, + 5,481,0,0,10262,10264,3,1308,654,0,10263,10265,3,1312,656,0,10264, + 10263,1,0,0,0,10264,10265,1,0,0,0,10265,10267,1,0,0,0,10266,10251, + 1,0,0,0,10266,10256,1,0,0,0,10266,10261,1,0,0,0,10267,1307,1,0,0, + 0,10268,10275,3,1310,655,0,10269,10270,5,387,0,0,10270,10271,3,1310, + 655,0,10271,10272,5,33,0,0,10272,10273,3,1310,655,0,10273,10275, + 1,0,0,0,10274,10268,1,0,0,0,10274,10269,1,0,0,0,10275,1309,1,0,0, + 0,10276,10277,5,362,0,0,10277,10284,7,73,0,0,10278,10279,5,434,0, + 0,10279,10284,5,414,0,0,10280,10281,3,1216,608,0,10281,10282,7,73, + 0,0,10282,10284,1,0,0,0,10283,10276,1,0,0,0,10283,10278,1,0,0,0, + 10283,10280,1,0,0,0,10284,1311,1,0,0,0,10285,10292,5,199,0,0,10286, + 10287,5,434,0,0,10287,10293,5,414,0,0,10288,10293,5,66,0,0,10289, + 10293,5,467,0,0,10290,10291,5,269,0,0,10291,10293,5,482,0,0,10292, + 10286,1,0,0,0,10292,10288,1,0,0,0,10292,10289,1,0,0,0,10292,10290, + 1,0,0,0,10293,1313,1,0,0,0,10294,10295,5,414,0,0,10295,10297,5,2, + 0,0,10296,10298,3,1332,666,0,10297,10296,1,0,0,0,10297,10298,1,0, + 0,0,10298,10299,1,0,0,0,10299,10307,5,3,0,0,10300,10301,5,2,0,0, + 10301,10302,3,1332,666,0,10302,10303,5,6,0,0,10303,10304,3,1216, + 608,0,10304,10305,5,3,0,0,10305,10307,1,0,0,0,10306,10294,1,0,0, + 0,10306,10300,1,0,0,0,10307,1315,1,0,0,0,10308,10309,5,414,0,0,10309, + 10311,5,2,0,0,10310,10312,3,1332,666,0,10311,10310,1,0,0,0,10311, + 10312,1,0,0,0,10312,10313,1,0,0,0,10313,10314,5,3,0,0,10314,1317, + 1,0,0,0,10315,10316,5,2,0,0,10316,10317,3,1216,608,0,10317,10318, + 5,6,0,0,10318,10319,3,1332,666,0,10319,10320,5,3,0,0,10320,1319, + 1,0,0,0,10321,10322,7,74,0,0,10322,1321,1,0,0,0,10323,10326,5,29, + 0,0,10324,10326,3,1324,662,0,10325,10323,1,0,0,0,10325,10324,1,0, + 0,0,10326,1323,1,0,0,0,10327,10328,7,75,0,0,10328,1325,1,0,0,0,10329, + 10336,5,29,0,0,10330,10331,5,278,0,0,10331,10332,5,2,0,0,10332,10333, + 3,736,368,0,10333,10334,5,3,0,0,10334,10336,1,0,0,0,10335,10329, + 1,0,0,0,10335,10330,1,0,0,0,10336,1327,1,0,0,0,10337,10344,3,1322, + 661,0,10338,10339,5,278,0,0,10339,10340,5,2,0,0,10340,10341,3,736, + 368,0,10341,10342,5,3,0,0,10342,10344,1,0,0,0,10343,10337,1,0,0, + 0,10343,10338,1,0,0,0,10344,1329,1,0,0,0,10345,10358,3,1322,661, + 0,10346,10347,5,278,0,0,10347,10348,5,2,0,0,10348,10349,3,736,368, + 0,10349,10350,5,3,0,0,10350,10358,1,0,0,0,10351,10358,5,120,0,0, + 10352,10353,5,77,0,0,10353,10358,5,120,0,0,10354,10358,5,114,0,0, + 10355,10356,5,77,0,0,10356,10358,5,114,0,0,10357,10345,1,0,0,0,10357, + 10346,1,0,0,0,10357,10351,1,0,0,0,10357,10352,1,0,0,0,10357,10354, + 1,0,0,0,10357,10355,1,0,0,0,10358,1331,1,0,0,0,10359,10364,3,1216, + 608,0,10360,10361,5,6,0,0,10361,10363,3,1216,608,0,10362,10360,1, + 0,0,0,10363,10366,1,0,0,0,10364,10362,1,0,0,0,10364,10365,1,0,0, + 0,10365,1333,1,0,0,0,10366,10364,1,0,0,0,10367,10372,3,1340,670, + 0,10368,10369,5,6,0,0,10369,10371,3,1340,670,0,10370,10368,1,0,0, + 0,10371,10374,1,0,0,0,10372,10370,1,0,0,0,10372,10373,1,0,0,0,10373, + 1335,1,0,0,0,10374,10372,1,0,0,0,10375,10380,3,1338,669,0,10376, + 10377,5,6,0,0,10377,10379,3,1338,669,0,10378,10376,1,0,0,0,10379, + 10382,1,0,0,0,10380,10378,1,0,0,0,10380,10381,1,0,0,0,10381,1337, + 1,0,0,0,10382,10380,1,0,0,0,10383,10384,5,2,0,0,10384,10385,3,1216, + 608,0,10385,10386,5,3,0,0,10386,10389,1,0,0,0,10387,10389,3,1436, + 718,0,10388,10383,1,0,0,0,10388,10387,1,0,0,0,10389,1339,1,0,0,0, + 10390,10393,3,1216,608,0,10391,10393,3,1436,718,0,10392,10390,1, + 0,0,0,10392,10391,1,0,0,0,10393,1341,1,0,0,0,10394,10399,3,1344, + 672,0,10395,10396,5,6,0,0,10396,10398,3,1344,672,0,10397,10395,1, + 0,0,0,10398,10401,1,0,0,0,10399,10397,1,0,0,0,10399,10400,1,0,0, + 0,10400,1343,1,0,0,0,10401,10399,1,0,0,0,10402,10408,3,1216,608, + 0,10403,10404,3,688,344,0,10404,10405,7,76,0,0,10405,10406,3,1216, + 608,0,10406,10408,1,0,0,0,10407,10402,1,0,0,0,10407,10403,1,0,0, + 0,10408,1345,1,0,0,0,10409,10414,3,1172,586,0,10410,10411,5,6,0, + 0,10411,10413,3,1172,586,0,10412,10410,1,0,0,0,10413,10416,1,0,0, + 0,10414,10412,1,0,0,0,10414,10415,1,0,0,0,10415,1347,1,0,0,0,10416, + 10414,1,0,0,0,10417,10420,5,4,0,0,10418,10421,3,1332,666,0,10419, + 10421,3,1350,675,0,10420,10418,1,0,0,0,10420,10419,1,0,0,0,10420, + 10421,1,0,0,0,10421,10422,1,0,0,0,10422,10423,5,5,0,0,10423,1349, + 1,0,0,0,10424,10429,3,1348,674,0,10425,10426,5,6,0,0,10426,10428, + 3,1348,674,0,10427,10425,1,0,0,0,10428,10431,1,0,0,0,10429,10427, + 1,0,0,0,10429,10430,1,0,0,0,10430,1351,1,0,0,0,10431,10429,1,0,0, + 0,10432,10433,3,1354,677,0,10433,10434,5,64,0,0,10434,10435,3,1216, + 608,0,10435,1353,1,0,0,0,10436,10445,3,1496,748,0,10437,10445,5, + 384,0,0,10438,10445,5,264,0,0,10439,10445,5,176,0,0,10440,10445, + 5,218,0,0,10441,10445,5,261,0,0,10442,10445,5,326,0,0,10443,10445, + 3,1462,731,0,10444,10436,1,0,0,0,10444,10437,1,0,0,0,10444,10438, + 1,0,0,0,10444,10439,1,0,0,0,10444,10440,1,0,0,0,10444,10441,1,0, + 0,0,10444,10442,1,0,0,0,10444,10443,1,0,0,0,10445,1355,1,0,0,0,10446, + 10447,7,77,0,0,10447,1357,1,0,0,0,10448,10449,3,1216,608,0,10449, + 10450,5,84,0,0,10450,10451,3,1216,608,0,10451,10452,5,64,0,0,10452, + 10455,3,1216,608,0,10453,10454,5,62,0,0,10454,10456,3,1216,608,0, + 10455,10453,1,0,0,0,10455,10456,1,0,0,0,10456,1359,1,0,0,0,10457, + 10458,3,1256,628,0,10458,10459,5,68,0,0,10459,10460,3,1256,628,0, + 10460,1361,1,0,0,0,10461,10462,3,1216,608,0,10462,10463,5,64,0,0, + 10463,10464,3,1216,608,0,10464,10465,5,62,0,0,10465,10466,3,1216, + 608,0,10466,10489,1,0,0,0,10467,10468,3,1216,608,0,10468,10469,5, + 62,0,0,10469,10470,3,1216,608,0,10470,10471,5,64,0,0,10471,10472, + 3,1216,608,0,10472,10489,1,0,0,0,10473,10474,3,1216,608,0,10474, + 10475,5,64,0,0,10475,10476,3,1216,608,0,10476,10489,1,0,0,0,10477, + 10478,3,1216,608,0,10478,10479,5,62,0,0,10479,10480,3,1216,608,0, + 10480,10489,1,0,0,0,10481,10482,3,1216,608,0,10482,10483,5,127,0, + 0,10483,10484,3,1216,608,0,10484,10485,5,197,0,0,10485,10486,3,1216, + 608,0,10486,10489,1,0,0,0,10487,10489,3,1332,666,0,10488,10461,1, + 0,0,0,10488,10467,1,0,0,0,10488,10473,1,0,0,0,10488,10477,1,0,0, + 0,10488,10481,1,0,0,0,10488,10487,1,0,0,0,10489,1363,1,0,0,0,10490, + 10491,3,1216,608,0,10491,10492,5,64,0,0,10492,10493,3,1332,666,0, + 10493,10498,1,0,0,0,10494,10495,5,64,0,0,10495,10498,3,1332,666, + 0,10496,10498,3,1332,666,0,10497,10490,1,0,0,0,10497,10494,1,0,0, + 0,10497,10496,1,0,0,0,10498,1365,1,0,0,0,10499,10505,3,1006,503, + 0,10500,10501,5,2,0,0,10501,10502,3,1332,666,0,10502,10503,5,3,0, + 0,10503,10505,1,0,0,0,10504,10499,1,0,0,0,10504,10500,1,0,0,0,10505, + 1367,1,0,0,0,10506,10508,5,40,0,0,10507,10509,3,1376,688,0,10508, + 10507,1,0,0,0,10508,10509,1,0,0,0,10509,10510,1,0,0,0,10510,10512, + 3,1370,685,0,10511,10513,3,1374,687,0,10512,10511,1,0,0,0,10512, + 10513,1,0,0,0,10513,10514,1,0,0,0,10514,10515,5,454,0,0,10515,1369, + 1,0,0,0,10516,10518,3,1372,686,0,10517,10516,1,0,0,0,10518,10519, + 1,0,0,0,10519,10517,1,0,0,0,10519,10520,1,0,0,0,10520,1371,1,0,0, + 0,10521,10522,5,102,0,0,10522,10523,3,1216,608,0,10523,10524,5,93, + 0,0,10524,10525,3,1216,608,0,10525,1373,1,0,0,0,10526,10527,5,58, + 0,0,10527,10528,3,1216,608,0,10528,1375,1,0,0,0,10529,10530,3,1216, + 608,0,10530,1377,1,0,0,0,10531,10533,3,1478,739,0,10532,10534,3, + 1384,692,0,10533,10532,1,0,0,0,10533,10534,1,0,0,0,10534,1379,1, + 0,0,0,10535,10538,5,11,0,0,10536,10539,3,1442,721,0,10537,10539, + 5,9,0,0,10538,10536,1,0,0,0,10538,10537,1,0,0,0,10539,10553,1,0, + 0,0,10540,10549,5,4,0,0,10541,10550,3,1216,608,0,10542,10544,3,1382, + 691,0,10543,10542,1,0,0,0,10543,10544,1,0,0,0,10544,10545,1,0,0, + 0,10545,10547,5,8,0,0,10546,10548,3,1382,691,0,10547,10546,1,0,0, + 0,10547,10548,1,0,0,0,10548,10550,1,0,0,0,10549,10541,1,0,0,0,10549, + 10543,1,0,0,0,10550,10551,1,0,0,0,10551,10553,5,5,0,0,10552,10535, + 1,0,0,0,10552,10540,1,0,0,0,10553,1381,1,0,0,0,10554,10555,3,1216, + 608,0,10555,1383,1,0,0,0,10556,10558,3,1380,690,0,10557,10556,1, + 0,0,0,10558,10559,1,0,0,0,10559,10557,1,0,0,0,10559,10560,1,0,0, + 0,10560,1385,1,0,0,0,10561,10563,3,1380,690,0,10562,10561,1,0,0, + 0,10563,10566,1,0,0,0,10564,10562,1,0,0,0,10564,10565,1,0,0,0,10565, + 1387,1,0,0,0,10566,10564,1,0,0,0,10567,10568,3,1390,695,0,10568, + 1389,1,0,0,0,10569,10574,3,1392,696,0,10570,10571,5,6,0,0,10571, + 10573,3,1392,696,0,10572,10570,1,0,0,0,10573,10576,1,0,0,0,10574, + 10572,1,0,0,0,10574,10575,1,0,0,0,10575,1391,1,0,0,0,10576,10574, + 1,0,0,0,10577,10582,3,1340,670,0,10578,10579,5,36,0,0,10579,10583, + 3,1494,747,0,10580,10583,3,1496,748,0,10581,10583,1,0,0,0,10582, + 10578,1,0,0,0,10582,10580,1,0,0,0,10582,10581,1,0,0,0,10583,10586, + 1,0,0,0,10584,10586,5,9,0,0,10585,10577,1,0,0,0,10585,10584,1,0, + 0,0,10586,1393,1,0,0,0,10587,10592,3,1416,708,0,10588,10589,5,6, + 0,0,10589,10591,3,1416,708,0,10590,10588,1,0,0,0,10591,10594,1,0, + 0,0,10592,10590,1,0,0,0,10592,10593,1,0,0,0,10593,1395,1,0,0,0,10594, + 10592,1,0,0,0,10595,10600,3,1410,705,0,10596,10597,5,6,0,0,10597, + 10599,3,1410,705,0,10598,10596,1,0,0,0,10599,10602,1,0,0,0,10600, + 10598,1,0,0,0,10600,10601,1,0,0,0,10601,1397,1,0,0,0,10602,10600, + 1,0,0,0,10603,10608,3,1426,713,0,10604,10605,5,6,0,0,10605,10607, + 3,1426,713,0,10606,10604,1,0,0,0,10607,10610,1,0,0,0,10608,10606, + 1,0,0,0,10608,10609,1,0,0,0,10609,1399,1,0,0,0,10610,10608,1,0,0, + 0,10611,10616,3,1424,712,0,10612,10613,5,6,0,0,10613,10615,3,1424, + 712,0,10614,10612,1,0,0,0,10615,10618,1,0,0,0,10616,10614,1,0,0, + 0,10616,10617,1,0,0,0,10617,1401,1,0,0,0,10618,10616,1,0,0,0,10619, + 10624,3,1432,716,0,10620,10621,5,6,0,0,10621,10623,3,1432,716,0, + 10622,10620,1,0,0,0,10623,10626,1,0,0,0,10624,10622,1,0,0,0,10624, + 10625,1,0,0,0,10625,1403,1,0,0,0,10626,10624,1,0,0,0,10627,10629, + 3,1478,739,0,10628,10630,3,1384,692,0,10629,10628,1,0,0,0,10629, + 10630,1,0,0,0,10630,1405,1,0,0,0,10631,10633,3,1478,739,0,10632, + 10634,3,1384,692,0,10633,10632,1,0,0,0,10633,10634,1,0,0,0,10634, + 1407,1,0,0,0,10635,10637,3,1478,739,0,10636,10638,3,1384,692,0,10637, + 10636,1,0,0,0,10637,10638,1,0,0,0,10638,1409,1,0,0,0,10639,10641, + 3,1478,739,0,10640,10642,3,1384,692,0,10641,10640,1,0,0,0,10641, + 10642,1,0,0,0,10642,1411,1,0,0,0,10643,10645,3,1478,739,0,10644, + 10646,3,1384,692,0,10645,10644,1,0,0,0,10645,10646,1,0,0,0,10646, + 1413,1,0,0,0,10647,10649,3,1478,739,0,10648,10650,3,564,282,0,10649, + 10648,1,0,0,0,10649,10650,1,0,0,0,10650,1415,1,0,0,0,10651,10653, + 3,1478,739,0,10652,10654,3,1384,692,0,10653,10652,1,0,0,0,10653, + 10654,1,0,0,0,10654,1417,1,0,0,0,10655,10660,3,1406,703,0,10656, + 10657,5,6,0,0,10657,10659,3,1406,703,0,10658,10656,1,0,0,0,10659, + 10662,1,0,0,0,10660,10658,1,0,0,0,10660,10661,1,0,0,0,10661,1419, + 1,0,0,0,10662,10660,1,0,0,0,10663,10668,3,1440,720,0,10664,10665, + 5,6,0,0,10665,10667,3,1440,720,0,10666,10664,1,0,0,0,10667,10670, + 1,0,0,0,10668,10666,1,0,0,0,10668,10669,1,0,0,0,10669,1421,1,0,0, + 0,10670,10668,1,0,0,0,10671,10673,3,1478,739,0,10672,10674,3,564, + 282,0,10673,10672,1,0,0,0,10673,10674,1,0,0,0,10674,1423,1,0,0,0, + 10675,10677,3,1478,739,0,10676,10678,3,564,282,0,10677,10676,1,0, + 0,0,10677,10678,1,0,0,0,10678,1425,1,0,0,0,10679,10681,3,1478,739, + 0,10680,10682,3,564,282,0,10681,10680,1,0,0,0,10681,10682,1,0,0, + 0,10682,1427,1,0,0,0,10683,10684,3,1478,739,0,10684,1429,1,0,0,0, + 10685,10686,3,1478,739,0,10686,1431,1,0,0,0,10687,10692,3,1486,743, + 0,10688,10689,3,1478,739,0,10689,10690,3,1384,692,0,10690,10692, + 1,0,0,0,10691,10687,1,0,0,0,10691,10688,1,0,0,0,10692,1433,1,0,0, + 0,10693,10698,3,1486,743,0,10694,10695,3,1478,739,0,10695,10696, + 3,1384,692,0,10696,10698,1,0,0,0,10697,10693,1,0,0,0,10697,10694, + 1,0,0,0,10698,1435,1,0,0,0,10699,10703,3,1478,739,0,10700,10702, + 3,1380,690,0,10701,10700,1,0,0,0,10702,10705,1,0,0,0,10703,10701, + 1,0,0,0,10703,10704,1,0,0,0,10704,10708,1,0,0,0,10705,10703,1,0, + 0,0,10706,10708,4,718,8,0,10707,10699,1,0,0,0,10707,10706,1,0,0, + 0,10708,1437,1,0,0,0,10709,10710,3,1478,739,0,10710,1439,1,0,0,0, + 10711,10712,3,1478,739,0,10712,1441,1,0,0,0,10713,10714,3,1494,747, + 0,10714,1443,1,0,0,0,10715,10716,3,1462,731,0,10716,1445,1,0,0,0, + 10717,10722,3,1486,743,0,10718,10719,3,1478,739,0,10719,10720,3, + 1384,692,0,10720,10722,1,0,0,0,10721,10717,1,0,0,0,10721,10718,1, + 0,0,0,10722,1447,1,0,0,0,10723,10728,3,1486,743,0,10724,10725,3, + 1478,739,0,10725,10726,3,1384,692,0,10726,10728,1,0,0,0,10727,10723, + 1,0,0,0,10727,10724,1,0,0,0,10728,1449,1,0,0,0,10729,10734,3,1488, + 744,0,10730,10731,3,1478,739,0,10731,10732,3,1384,692,0,10732,10734, + 1,0,0,0,10733,10729,1,0,0,0,10733,10730,1,0,0,0,10734,1451,1,0,0, + 0,10735,10771,3,1460,730,0,10736,10771,3,1458,729,0,10737,10771, + 3,1462,731,0,10738,10771,3,1456,728,0,10739,10771,3,1454,727,0,10740, + 10750,3,1448,724,0,10741,10751,3,1462,731,0,10742,10743,5,2,0,0, + 10743,10745,3,1342,671,0,10744,10746,3,1046,523,0,10745,10744,1, + 0,0,0,10745,10746,1,0,0,0,10746,10747,1,0,0,0,10747,10748,5,3,0, + 0,10748,10749,3,1462,731,0,10749,10751,1,0,0,0,10750,10741,1,0,0, + 0,10750,10742,1,0,0,0,10751,10771,1,0,0,0,10752,10753,3,1178,589, + 0,10753,10754,3,1462,731,0,10754,10771,1,0,0,0,10755,10765,3,1206, + 603,0,10756,10758,3,1462,731,0,10757,10759,3,1210,605,0,10758,10757, + 1,0,0,0,10758,10759,1,0,0,0,10759,10766,1,0,0,0,10760,10761,5,2, + 0,0,10761,10762,3,1460,730,0,10762,10763,5,3,0,0,10763,10764,3,1462, + 731,0,10764,10766,1,0,0,0,10765,10756,1,0,0,0,10765,10760,1,0,0, + 0,10766,10771,1,0,0,0,10767,10771,5,96,0,0,10768,10771,5,60,0,0, + 10769,10771,5,78,0,0,10770,10735,1,0,0,0,10770,10736,1,0,0,0,10770, + 10737,1,0,0,0,10770,10738,1,0,0,0,10770,10739,1,0,0,0,10770,10740, + 1,0,0,0,10770,10752,1,0,0,0,10770,10755,1,0,0,0,10770,10767,1,0, + 0,0,10770,10768,1,0,0,0,10770,10769,1,0,0,0,10771,1453,1,0,0,0,10772, + 10773,5,569,0,0,10773,1455,1,0,0,0,10774,10775,5,565,0,0,10775,1457, + 1,0,0,0,10776,10777,5,575,0,0,10777,1459,1,0,0,0,10778,10779,5,573, + 0,0,10779,1461,1,0,0,0,10780,10782,3,1464,732,0,10781,10783,3,1466, + 733,0,10782,10781,1,0,0,0,10782,10783,1,0,0,0,10783,1463,1,0,0,0, + 10784,10796,5,560,0,0,10785,10796,5,562,0,0,10786,10790,5,564,0, + 0,10787,10789,5,590,0,0,10788,10787,1,0,0,0,10789,10792,1,0,0,0, + 10790,10788,1,0,0,0,10790,10791,1,0,0,0,10791,10793,1,0,0,0,10792, + 10790,1,0,0,0,10793,10796,5,591,0,0,10794,10796,5,586,0,0,10795, + 10784,1,0,0,0,10795,10785,1,0,0,0,10795,10786,1,0,0,0,10795,10794, + 1,0,0,0,10796,1465,1,0,0,0,10797,10798,5,487,0,0,10798,10799,3,1464, + 732,0,10799,1467,1,0,0,0,10800,10806,3,1460,730,0,10801,10802,5, + 12,0,0,10802,10806,3,1460,730,0,10803,10804,5,13,0,0,10804,10806, + 3,1460,730,0,10805,10800,1,0,0,0,10805,10801,1,0,0,0,10805,10803, + 1,0,0,0,10806,1469,1,0,0,0,10807,10808,3,1474,737,0,10808,1471,1, + 0,0,0,10809,10810,3,1474,737,0,10810,1473,1,0,0,0,10811,10817,3, + 1492,746,0,10812,10817,5,52,0,0,10813,10817,5,49,0,0,10814,10817, + 5,89,0,0,10815,10817,5,524,0,0,10816,10811,1,0,0,0,10816,10812,1, + 0,0,0,10816,10813,1,0,0,0,10816,10814,1,0,0,0,10816,10815,1,0,0, + 0,10817,1475,1,0,0,0,10818,10823,3,1474,737,0,10819,10820,5,6,0, + 0,10820,10822,3,1474,737,0,10821,10819,1,0,0,0,10822,10825,1,0,0, + 0,10823,10821,1,0,0,0,10823,10824,1,0,0,0,10824,1477,1,0,0,0,10825, + 10823,1,0,0,0,10826,10831,3,1496,748,0,10827,10831,3,1500,750,0, + 10828,10831,3,1502,751,0,10829,10831,3,1738,869,0,10830,10826,1, + 0,0,0,10830,10827,1,0,0,0,10830,10828,1,0,0,0,10830,10829,1,0,0, + 0,10831,1479,1,0,0,0,10832,10833,3,1496,748,0,10833,1481,1,0,0,0, + 10834,10847,3,714,357,0,10835,10836,5,2,0,0,10836,10837,3,1216,608, + 0,10837,10838,5,3,0,0,10838,10839,1,0,0,0,10839,10841,3,1496,748, + 0,10840,10842,3,654,327,0,10841,10840,1,0,0,0,10841,10842,1,0,0, + 0,10842,10844,1,0,0,0,10843,10845,3,656,328,0,10844,10843,1,0,0, + 0,10844,10845,1,0,0,0,10845,10847,1,0,0,0,10846,10834,1,0,0,0,10846, + 10835,1,0,0,0,10847,1483,1,0,0,0,10848,10849,5,105,0,0,10849,10851, + 3,132,66,0,10850,10848,1,0,0,0,10850,10851,1,0,0,0,10851,10853,1, + 0,0,0,10852,10854,3,290,145,0,10853,10852,1,0,0,0,10853,10854,1, + 0,0,0,10854,1485,1,0,0,0,10855,10860,3,1496,748,0,10856,10860,3, + 1500,750,0,10857,10860,3,1738,869,0,10858,10860,3,1504,752,0,10859, + 10855,1,0,0,0,10859,10856,1,0,0,0,10859,10857,1,0,0,0,10859,10858, + 1,0,0,0,10860,1487,1,0,0,0,10861,10866,3,1496,748,0,10862,10866, + 3,1500,750,0,10863,10866,3,1738,869,0,10864,10866,3,1504,752,0,10865, + 10861,1,0,0,0,10865,10862,1,0,0,0,10865,10863,1,0,0,0,10865,10864, + 1,0,0,0,10866,1489,1,0,0,0,10867,10870,3,1436,718,0,10868,10870, + 3,1504,752,0,10869,10867,1,0,0,0,10869,10868,1,0,0,0,10870,1491, + 1,0,0,0,10871,10876,3,1496,748,0,10872,10876,3,1500,750,0,10873, + 10876,3,1502,751,0,10874,10876,3,1504,752,0,10875,10871,1,0,0,0, + 10875,10872,1,0,0,0,10875,10873,1,0,0,0,10875,10874,1,0,0,0,10876, + 1493,1,0,0,0,10877,10884,3,1496,748,0,10878,10884,3,1738,869,0,10879, + 10884,3,1500,750,0,10880,10884,3,1502,751,0,10881,10884,3,1504,752, + 0,10882,10884,3,1506,753,0,10883,10877,1,0,0,0,10883,10878,1,0,0, + 0,10883,10879,1,0,0,0,10883,10880,1,0,0,0,10883,10881,1,0,0,0,10883, + 10882,1,0,0,0,10884,1495,1,0,0,0,10885,10887,5,551,0,0,10886,10888, + 3,1466,733,0,10887,10886,1,0,0,0,10887,10888,1,0,0,0,10888,10896, + 1,0,0,0,10889,10896,3,1462,731,0,10890,10896,5,552,0,0,10891,10896, + 5,556,0,0,10892,10896,3,1260,630,0,10893,10896,3,1498,749,0,10894, + 10896,3,1738,869,0,10895,10885,1,0,0,0,10895,10889,1,0,0,0,10895, + 10890,1,0,0,0,10895,10891,1,0,0,0,10895,10892,1,0,0,0,10895,10893, + 1,0,0,0,10895,10894,1,0,0,0,10896,1497,1,0,0,0,10897,10898,5,577, + 0,0,10898,1499,1,0,0,0,10899,10900,7,78,0,0,10900,1501,1,0,0,0,10901, + 10953,5,387,0,0,10902,10953,5,388,0,0,10903,10953,3,1188,594,0,10904, + 10953,5,390,0,0,10905,10953,5,391,0,0,10906,10953,3,1196,598,0,10907, + 10953,5,393,0,0,10908,10953,5,394,0,0,10909,10953,5,395,0,0,10910, + 10953,5,396,0,0,10911,10953,5,397,0,0,10912,10953,5,398,0,0,10913, + 10953,5,399,0,0,10914,10953,5,470,0,0,10915,10953,5,400,0,0,10916, + 10953,5,401,0,0,10917,10953,5,402,0,0,10918,10953,5,403,0,0,10919, + 10953,5,404,0,0,10920,10953,5,405,0,0,10921,10953,5,406,0,0,10922, + 10953,5,407,0,0,10923,10953,5,489,0,0,10924,10953,5,408,0,0,10925, + 10953,3,1184,592,0,10926,10953,5,453,0,0,10927,10953,5,410,0,0,10928, + 10953,5,411,0,0,10929,10953,5,412,0,0,10930,10953,5,413,0,0,10931, + 10953,5,414,0,0,10932,10953,5,415,0,0,10933,10953,5,416,0,0,10934, + 10953,5,417,0,0,10935,10953,5,418,0,0,10936,10953,5,419,0,0,10937, + 10953,5,420,0,0,10938,10953,5,421,0,0,10939,10953,5,422,0,0,10940, + 10953,5,423,0,0,10941,10953,5,424,0,0,10942,10953,5,425,0,0,10943, + 10953,5,426,0,0,10944,10953,5,427,0,0,10945,10953,5,428,0,0,10946, + 10953,5,476,0,0,10947,10953,5,429,0,0,10948,10953,5,430,0,0,10949, + 10953,5,431,0,0,10950,10953,5,432,0,0,10951,10953,5,474,0,0,10952, + 10901,1,0,0,0,10952,10902,1,0,0,0,10952,10903,1,0,0,0,10952,10904, + 1,0,0,0,10952,10905,1,0,0,0,10952,10906,1,0,0,0,10952,10907,1,0, + 0,0,10952,10908,1,0,0,0,10952,10909,1,0,0,0,10952,10910,1,0,0,0, + 10952,10911,1,0,0,0,10952,10912,1,0,0,0,10952,10913,1,0,0,0,10952, + 10914,1,0,0,0,10952,10915,1,0,0,0,10952,10916,1,0,0,0,10952,10917, + 1,0,0,0,10952,10918,1,0,0,0,10952,10919,1,0,0,0,10952,10920,1,0, + 0,0,10952,10921,1,0,0,0,10952,10922,1,0,0,0,10952,10923,1,0,0,0, + 10952,10924,1,0,0,0,10952,10925,1,0,0,0,10952,10926,1,0,0,0,10952, + 10927,1,0,0,0,10952,10928,1,0,0,0,10952,10929,1,0,0,0,10952,10930, + 1,0,0,0,10952,10931,1,0,0,0,10952,10932,1,0,0,0,10952,10933,1,0, + 0,0,10952,10934,1,0,0,0,10952,10935,1,0,0,0,10952,10936,1,0,0,0, + 10952,10937,1,0,0,0,10952,10938,1,0,0,0,10952,10939,1,0,0,0,10952, + 10940,1,0,0,0,10952,10941,1,0,0,0,10952,10942,1,0,0,0,10952,10943, + 1,0,0,0,10952,10944,1,0,0,0,10952,10945,1,0,0,0,10952,10946,1,0, + 0,0,10952,10947,1,0,0,0,10952,10948,1,0,0,0,10952,10949,1,0,0,0, + 10952,10950,1,0,0,0,10952,10951,1,0,0,0,10953,1503,1,0,0,0,10954, + 10955,7,79,0,0,10955,1505,1,0,0,0,10956,10957,7,80,0,0,10957,1507, + 1,0,0,0,10958,10959,3,1510,755,0,10959,10960,3,1520,760,0,10960, + 10961,3,1518,759,0,10961,1509,1,0,0,0,10962,10964,3,1512,756,0,10963, + 10962,1,0,0,0,10964,10967,1,0,0,0,10965,10963,1,0,0,0,10965,10966, + 1,0,0,0,10966,1511,1,0,0,0,10967,10965,1,0,0,0,10968,10969,3,1514, + 757,0,10969,10970,5,279,0,0,10970,10971,5,490,0,0,10971,10989,1, + 0,0,0,10972,10973,3,1514,757,0,10973,10974,5,491,0,0,10974,10975, + 3,1516,758,0,10975,10989,1,0,0,0,10976,10977,3,1514,757,0,10977, + 10978,5,492,0,0,10978,10979,5,493,0,0,10979,10989,1,0,0,0,10980, + 10981,3,1514,757,0,10981,10982,5,492,0,0,10982,10983,5,494,0,0,10983, + 10989,1,0,0,0,10984,10985,3,1514,757,0,10985,10986,5,492,0,0,10986, + 10987,5,495,0,0,10987,10989,1,0,0,0,10988,10968,1,0,0,0,10988,10972, + 1,0,0,0,10988,10976,1,0,0,0,10988,10980,1,0,0,0,10988,10984,1,0, + 0,0,10989,1513,1,0,0,0,10990,10991,5,29,0,0,10991,1515,1,0,0,0,10992, + 10997,3,1462,731,0,10993,10997,3,1506,753,0,10994,10997,3,1738,869, + 0,10995,10997,3,1500,750,0,10996,10992,1,0,0,0,10996,10993,1,0,0, + 0,10996,10994,1,0,0,0,10996,10995,1,0,0,0,10997,1517,1,0,0,0,10998, + 11001,1,0,0,0,10999,11001,5,7,0,0,11000,10998,1,0,0,0,11000,10999, + 1,0,0,0,11001,1519,1,0,0,0,11002,11003,3,1522,761,0,11003,11004, + 5,146,0,0,11004,11005,3,1564,782,0,11005,11006,3,1718,859,0,11006, + 11007,5,454,0,0,11007,11008,3,1732,866,0,11008,1521,1,0,0,0,11009, + 11014,3,1728,864,0,11010,11012,3,1524,762,0,11011,11013,3,1526,763, + 0,11012,11011,1,0,0,0,11012,11013,1,0,0,0,11013,11015,1,0,0,0,11014, + 11010,1,0,0,0,11014,11015,1,0,0,0,11015,1523,1,0,0,0,11016,11017, + 5,178,0,0,11017,1525,1,0,0,0,11018,11020,3,1530,765,0,11019,11018, + 1,0,0,0,11020,11021,1,0,0,0,11021,11019,1,0,0,0,11021,11022,1,0, + 0,0,11022,1527,1,0,0,0,11023,11024,5,18,0,0,11024,11025,3,1736,868, + 0,11025,11026,5,19,0,0,11026,1529,1,0,0,0,11027,11031,3,1532,766, + 0,11028,11031,5,178,0,0,11029,11031,3,1528,764,0,11030,11027,1,0, + 0,0,11030,11028,1,0,0,0,11030,11029,1,0,0,0,11031,1531,1,0,0,0,11032, + 11048,3,1548,774,0,11033,11034,5,496,0,0,11034,11035,5,62,0,0,11035, + 11049,3,1546,773,0,11036,11037,3,1550,775,0,11037,11038,3,1552,776, + 0,11038,11039,3,1554,777,0,11039,11040,3,1556,778,0,11040,11041, + 3,1558,779,0,11041,11049,1,0,0,0,11042,11043,3,1534,767,0,11043, + 11044,5,172,0,0,11044,11045,3,1538,769,0,11045,11046,3,1544,772, + 0,11046,11047,3,1536,768,0,11047,11049,1,0,0,0,11048,11033,1,0,0, + 0,11048,11036,1,0,0,0,11048,11042,1,0,0,0,11049,11050,1,0,0,0,11050, + 11051,5,7,0,0,11051,1533,1,0,0,0,11052,11057,1,0,0,0,11053,11054, + 5,269,0,0,11054,11057,5,324,0,0,11055,11057,5,324,0,0,11056,11052, + 1,0,0,0,11056,11053,1,0,0,0,11056,11055,1,0,0,0,11057,1535,1,0,0, + 0,11058,11059,3,1004,502,0,11059,1537,1,0,0,0,11060,11066,1,0,0, + 0,11061,11062,5,2,0,0,11062,11063,3,1540,770,0,11063,11064,5,3,0, + 0,11064,11066,1,0,0,0,11065,11060,1,0,0,0,11065,11061,1,0,0,0,11066, + 1539,1,0,0,0,11067,11072,3,1542,771,0,11068,11069,5,6,0,0,11069, + 11071,3,1542,771,0,11070,11068,1,0,0,0,11071,11074,1,0,0,0,11072, + 11070,1,0,0,0,11072,11073,1,0,0,0,11073,1541,1,0,0,0,11074,11072, + 1,0,0,0,11075,11076,3,1548,774,0,11076,11077,3,1552,776,0,11077, + 1543,1,0,0,0,11078,11079,7,81,0,0,11079,1545,1,0,0,0,11080,11083, + 5,28,0,0,11081,11083,3,1478,739,0,11082,11080,1,0,0,0,11082,11081, + 1,0,0,0,11083,1547,1,0,0,0,11084,11085,3,1736,868,0,11085,1549,1, + 0,0,0,11086,11089,1,0,0,0,11087,11089,5,497,0,0,11088,11086,1,0, + 0,0,11088,11087,1,0,0,0,11089,1551,1,0,0,0,11090,11091,3,1172,586, + 0,11091,1553,1,0,0,0,11092,11096,1,0,0,0,11093,11094,5,43,0,0,11094, + 11096,3,562,281,0,11095,11092,1,0,0,0,11095,11093,1,0,0,0,11096, + 1555,1,0,0,0,11097,11101,1,0,0,0,11098,11099,5,77,0,0,11099,11101, + 5,78,0,0,11100,11097,1,0,0,0,11100,11098,1,0,0,0,11101,1557,1,0, + 0,0,11102,11107,1,0,0,0,11103,11104,3,1560,780,0,11104,11105,3,1740, + 870,0,11105,11107,1,0,0,0,11106,11102,1,0,0,0,11106,11103,1,0,0, + 0,11107,1559,1,0,0,0,11108,11111,3,1562,781,0,11109,11111,5,53,0, + 0,11110,11108,1,0,0,0,11110,11109,1,0,0,0,11111,1561,1,0,0,0,11112, + 11113,7,82,0,0,11113,1563,1,0,0,0,11114,11116,3,1566,783,0,11115, + 11114,1,0,0,0,11116,11119,1,0,0,0,11117,11115,1,0,0,0,11117,11118, + 1,0,0,0,11118,1565,1,0,0,0,11119,11117,1,0,0,0,11120,11121,3,1520, + 760,0,11121,11122,5,7,0,0,11122,11148,1,0,0,0,11123,11148,3,1632, + 816,0,11124,11148,3,1636,818,0,11125,11148,3,1574,787,0,11126,11148, + 3,1590,795,0,11127,11148,3,1596,798,0,11128,11148,3,1606,803,0,11129, + 11148,3,1608,804,0,11130,11148,3,1610,805,0,11131,11148,3,1624,812, + 0,11132,11148,3,1628,814,0,11133,11148,3,1648,824,0,11134,11148, + 3,1654,827,0,11135,11148,3,1656,828,0,11136,11148,3,1568,784,0,11137, + 11148,3,1570,785,0,11138,11148,3,1576,788,0,11139,11148,3,1664,832, + 0,11140,11148,3,1676,838,0,11141,11148,3,1684,842,0,11142,11148, + 3,1704,852,0,11143,11148,3,1706,853,0,11144,11148,3,1708,854,0,11145, + 11148,3,1710,855,0,11146,11148,3,1714,857,0,11147,11120,1,0,0,0, + 11147,11123,1,0,0,0,11147,11124,1,0,0,0,11147,11125,1,0,0,0,11147, + 11126,1,0,0,0,11147,11127,1,0,0,0,11147,11128,1,0,0,0,11147,11129, + 1,0,0,0,11147,11130,1,0,0,0,11147,11131,1,0,0,0,11147,11132,1,0, + 0,0,11147,11133,1,0,0,0,11147,11134,1,0,0,0,11147,11135,1,0,0,0, + 11147,11136,1,0,0,0,11147,11137,1,0,0,0,11147,11138,1,0,0,0,11147, + 11139,1,0,0,0,11147,11140,1,0,0,0,11147,11141,1,0,0,0,11147,11142, + 1,0,0,0,11147,11143,1,0,0,0,11147,11144,1,0,0,0,11147,11145,1,0, + 0,0,11147,11146,1,0,0,0,11148,1567,1,0,0,0,11149,11150,5,498,0,0, + 11150,11151,3,1744,872,0,11151,11152,5,7,0,0,11152,1569,1,0,0,0, + 11153,11154,5,433,0,0,11154,11160,3,1736,868,0,11155,11156,5,2,0, + 0,11156,11157,3,1572,786,0,11157,11158,5,3,0,0,11158,11159,5,7,0, + 0,11159,11161,1,0,0,0,11160,11155,1,0,0,0,11160,11161,1,0,0,0,11161, + 11170,1,0,0,0,11162,11163,5,57,0,0,11163,11164,3,1736,868,0,11164, + 11165,5,2,0,0,11165,11166,3,1572,786,0,11166,11167,5,3,0,0,11167, + 11168,5,7,0,0,11168,11170,1,0,0,0,11169,11153,1,0,0,0,11169,11162, + 1,0,0,0,11170,1571,1,0,0,0,11171,11174,1,0,0,0,11172,11174,3,1332, + 666,0,11173,11171,1,0,0,0,11173,11172,1,0,0,0,11174,1573,1,0,0,0, + 11175,11176,3,1588,794,0,11176,11177,3,1562,781,0,11177,11178,3, + 1740,870,0,11178,11179,5,7,0,0,11179,1575,1,0,0,0,11180,11181,5, + 499,0,0,11181,11182,3,1578,789,0,11182,11183,5,500,0,0,11183,11184, + 3,1580,790,0,11184,11185,5,7,0,0,11185,1577,1,0,0,0,11186,11190, + 1,0,0,0,11187,11190,5,434,0,0,11188,11190,5,501,0,0,11189,11186, + 1,0,0,0,11189,11187,1,0,0,0,11189,11188,1,0,0,0,11190,1579,1,0,0, + 0,11191,11196,3,1582,791,0,11192,11193,5,6,0,0,11193,11195,3,1582, + 791,0,11194,11192,1,0,0,0,11195,11198,1,0,0,0,11196,11194,1,0,0, + 0,11196,11197,1,0,0,0,11197,1581,1,0,0,0,11198,11196,1,0,0,0,11199, + 11200,3,1586,793,0,11200,11201,3,1562,781,0,11201,11202,3,1584,792, + 0,11202,1583,1,0,0,0,11203,11204,3,1478,739,0,11204,1585,1,0,0,0, + 11205,11206,3,1588,794,0,11206,1587,1,0,0,0,11207,11210,3,562,281, + 0,11208,11210,5,28,0,0,11209,11207,1,0,0,0,11209,11208,1,0,0,0,11210, + 11217,1,0,0,0,11211,11212,5,4,0,0,11212,11213,3,1746,873,0,11213, + 11214,5,5,0,0,11214,11216,1,0,0,0,11215,11211,1,0,0,0,11216,11219, + 1,0,0,0,11217,11215,1,0,0,0,11217,11218,1,0,0,0,11218,1589,1,0,0, + 0,11219,11217,1,0,0,0,11220,11221,5,220,0,0,11221,11222,3,1742,871, + 0,11222,11223,5,93,0,0,11223,11224,3,1564,782,0,11224,11225,3,1592, + 796,0,11225,11226,3,1594,797,0,11226,11227,5,454,0,0,11227,11228, + 5,220,0,0,11228,11229,5,7,0,0,11229,1591,1,0,0,0,11230,11231,5,502, + 0,0,11231,11232,3,1216,608,0,11232,11233,5,93,0,0,11233,11234,3, + 1564,782,0,11234,11236,1,0,0,0,11235,11230,1,0,0,0,11236,11239,1, + 0,0,0,11237,11235,1,0,0,0,11237,11238,1,0,0,0,11238,1593,1,0,0,0, + 11239,11237,1,0,0,0,11240,11244,1,0,0,0,11241,11242,5,58,0,0,11242, + 11244,3,1564,782,0,11243,11240,1,0,0,0,11243,11241,1,0,0,0,11244, + 1595,1,0,0,0,11245,11246,5,40,0,0,11246,11247,3,1598,799,0,11247, + 11248,3,1600,800,0,11248,11249,3,1604,802,0,11249,11250,5,454,0, + 0,11250,11251,5,40,0,0,11251,11252,5,7,0,0,11252,1597,1,0,0,0,11253, + 11256,1,0,0,0,11254,11256,3,1740,870,0,11255,11253,1,0,0,0,11255, + 11254,1,0,0,0,11256,1599,1,0,0,0,11257,11259,3,1602,801,0,11258, + 11257,1,0,0,0,11259,11260,1,0,0,0,11260,11258,1,0,0,0,11260,11261, + 1,0,0,0,11261,1601,1,0,0,0,11262,11263,5,102,0,0,11263,11264,3,1332, + 666,0,11264,11265,5,93,0,0,11265,11266,3,1564,782,0,11266,1603,1, + 0,0,0,11267,11271,1,0,0,0,11268,11269,5,58,0,0,11269,11271,3,1564, + 782,0,11270,11267,1,0,0,0,11270,11268,1,0,0,0,11271,1605,1,0,0,0, + 11272,11273,3,1730,865,0,11273,11274,3,1652,826,0,11274,1607,1,0, + 0,0,11275,11276,3,1730,865,0,11276,11277,5,503,0,0,11277,11278,3, + 1748,874,0,11278,11279,3,1652,826,0,11279,1609,1,0,0,0,11280,11281, + 3,1730,865,0,11281,11282,5,62,0,0,11282,11283,3,1612,806,0,11283, + 11284,3,1652,826,0,11284,1611,1,0,0,0,11285,11286,3,1622,811,0,11286, + 11302,5,68,0,0,11287,11288,3,998,499,0,11288,11289,3,1616,808,0, + 11289,11303,1,0,0,0,11290,11303,3,1004,502,0,11291,11303,3,930,465, + 0,11292,11293,5,202,0,0,11293,11294,3,1216,608,0,11294,11295,3,1614, + 807,0,11295,11303,1,0,0,0,11296,11297,3,1618,809,0,11297,11298,3, + 1216,608,0,11298,11299,5,24,0,0,11299,11300,3,1216,608,0,11300,11301, + 3,1620,810,0,11301,11303,1,0,0,0,11302,11287,1,0,0,0,11302,11290, + 1,0,0,0,11302,11291,1,0,0,0,11302,11292,1,0,0,0,11302,11296,1,0, + 0,0,11303,1613,1,0,0,0,11304,11308,1,0,0,0,11305,11306,5,100,0,0, + 11306,11308,3,1332,666,0,11307,11304,1,0,0,0,11307,11305,1,0,0,0, + 11308,1615,1,0,0,0,11309,11322,1,0,0,0,11310,11311,5,2,0,0,11311, + 11316,3,1216,608,0,11312,11313,5,6,0,0,11313,11315,3,1216,608,0, + 11314,11312,1,0,0,0,11315,11318,1,0,0,0,11316,11314,1,0,0,0,11316, + 11317,1,0,0,0,11317,11319,1,0,0,0,11318,11316,1,0,0,0,11319,11320, + 5,3,0,0,11320,11322,1,0,0,0,11321,11309,1,0,0,0,11321,11310,1,0, + 0,0,11322,1617,1,0,0,0,11323,11326,1,0,0,0,11324,11326,5,504,0,0, + 11325,11323,1,0,0,0,11325,11324,1,0,0,0,11326,1619,1,0,0,0,11327, + 11331,1,0,0,0,11328,11329,5,147,0,0,11329,11331,3,1216,608,0,11330, + 11327,1,0,0,0,11330,11328,1,0,0,0,11331,1621,1,0,0,0,11332,11333, + 3,556,278,0,11333,1623,1,0,0,0,11334,11335,3,1730,865,0,11335,11336, + 5,505,0,0,11336,11337,3,1622,811,0,11337,11338,3,1626,813,0,11338, + 11339,5,68,0,0,11339,11340,5,35,0,0,11340,11341,3,1216,608,0,11341, + 11342,3,1652,826,0,11342,1625,1,0,0,0,11343,11347,1,0,0,0,11344, + 11345,5,506,0,0,11345,11347,3,1460,730,0,11346,11343,1,0,0,0,11346, + 11344,1,0,0,0,11347,1627,1,0,0,0,11348,11349,3,1630,815,0,11349, + 11351,3,1732,866,0,11350,11352,3,1734,867,0,11351,11350,1,0,0,0, + 11351,11352,1,0,0,0,11352,11353,1,0,0,0,11353,11354,5,7,0,0,11354, + 1629,1,0,0,0,11355,11356,7,83,0,0,11356,1631,1,0,0,0,11357,11369, + 5,508,0,0,11358,11359,5,268,0,0,11359,11370,3,1740,870,0,11360,11366, + 5,509,0,0,11361,11362,5,202,0,0,11362,11363,3,1216,608,0,11363,11364, + 3,1614,807,0,11364,11367,1,0,0,0,11365,11367,3,1004,502,0,11366, + 11361,1,0,0,0,11366,11365,1,0,0,0,11367,11370,1,0,0,0,11368,11370, + 3,1634,817,0,11369,11358,1,0,0,0,11369,11360,1,0,0,0,11369,11368, + 1,0,0,0,11370,11371,1,0,0,0,11371,11372,5,7,0,0,11372,1633,1,0,0, + 0,11373,11376,1,0,0,0,11374,11376,3,1740,870,0,11375,11373,1,0,0, + 0,11375,11374,1,0,0,0,11376,1635,1,0,0,0,11377,11379,5,510,0,0,11378, + 11380,3,1638,819,0,11379,11378,1,0,0,0,11379,11380,1,0,0,0,11380, + 11381,1,0,0,0,11381,11382,3,1462,731,0,11382,11383,3,1640,820,0, + 11383,11384,3,1642,821,0,11384,11385,5,7,0,0,11385,11412,1,0,0,0, + 11386,11388,5,510,0,0,11387,11389,3,1638,819,0,11388,11387,1,0,0, + 0,11388,11389,1,0,0,0,11389,11390,1,0,0,0,11390,11391,3,1496,748, + 0,11391,11392,3,1642,821,0,11392,11393,5,7,0,0,11393,11412,1,0,0, + 0,11394,11396,5,510,0,0,11395,11397,3,1638,819,0,11396,11395,1,0, + 0,0,11396,11397,1,0,0,0,11397,11398,1,0,0,0,11398,11399,5,511,0, + 0,11399,11400,3,1462,731,0,11400,11401,3,1642,821,0,11401,11402, + 5,7,0,0,11402,11412,1,0,0,0,11403,11405,5,510,0,0,11404,11406,3, + 1638,819,0,11405,11404,1,0,0,0,11405,11406,1,0,0,0,11406,11407,1, + 0,0,0,11407,11408,3,1642,821,0,11408,11409,5,7,0,0,11409,11412,1, + 0,0,0,11410,11412,5,510,0,0,11411,11377,1,0,0,0,11411,11386,1,0, + 0,0,11411,11394,1,0,0,0,11411,11403,1,0,0,0,11411,11410,1,0,0,0, + 11412,1637,1,0,0,0,11413,11414,7,84,0,0,11414,1639,1,0,0,0,11415, + 11423,1,0,0,0,11416,11417,5,6,0,0,11417,11419,3,1216,608,0,11418, + 11416,1,0,0,0,11419,11420,1,0,0,0,11420,11418,1,0,0,0,11420,11421, + 1,0,0,0,11421,11423,1,0,0,0,11422,11415,1,0,0,0,11422,11418,1,0, + 0,0,11423,1641,1,0,0,0,11424,11428,1,0,0,0,11425,11426,5,100,0,0, + 11426,11428,3,1646,823,0,11427,11424,1,0,0,0,11427,11425,1,0,0,0, + 11428,1643,1,0,0,0,11429,11430,3,1496,748,0,11430,11431,5,10,0,0, + 11431,11432,3,1216,608,0,11432,1645,1,0,0,0,11433,11438,3,1644,822, + 0,11434,11435,5,6,0,0,11435,11437,3,1644,822,0,11436,11434,1,0,0, + 0,11437,11440,1,0,0,0,11438,11436,1,0,0,0,11438,11439,1,0,0,0,11439, + 1647,1,0,0,0,11440,11438,1,0,0,0,11441,11442,5,518,0,0,11442,11443, + 3,1740,870,0,11443,11444,3,1650,825,0,11444,11445,5,7,0,0,11445, + 1649,1,0,0,0,11446,11450,1,0,0,0,11447,11448,5,6,0,0,11448,11450, + 3,1740,870,0,11449,11446,1,0,0,0,11449,11447,1,0,0,0,11450,1651, + 1,0,0,0,11451,11452,5,519,0,0,11452,11453,3,1564,782,0,11453,11454, + 5,454,0,0,11454,11455,5,519,0,0,11455,11456,3,1732,866,0,11456,11457, + 5,7,0,0,11457,1653,1,0,0,0,11458,11459,3,1750,875,0,11459,11460, + 5,7,0,0,11460,1655,1,0,0,0,11461,11462,5,202,0,0,11462,11470,3,1216, + 608,0,11463,11464,3,1662,831,0,11464,11465,3,1658,829,0,11465,11471, + 1,0,0,0,11466,11467,3,1658,829,0,11467,11468,3,1662,831,0,11468, + 11471,1,0,0,0,11469,11471,1,0,0,0,11470,11463,1,0,0,0,11470,11466, + 1,0,0,0,11470,11469,1,0,0,0,11471,11472,1,0,0,0,11472,11473,5,7, + 0,0,11473,1657,1,0,0,0,11474,11478,1,0,0,0,11475,11476,5,100,0,0, + 11476,11478,3,1660,830,0,11477,11474,1,0,0,0,11477,11475,1,0,0,0, + 11478,1659,1,0,0,0,11479,11484,3,1216,608,0,11480,11481,5,6,0,0, + 11481,11483,3,1216,608,0,11482,11480,1,0,0,0,11483,11486,1,0,0,0, + 11484,11482,1,0,0,0,11484,11485,1,0,0,0,11485,1661,1,0,0,0,11486, + 11484,1,0,0,0,11487,11494,1,0,0,0,11488,11490,5,71,0,0,11489,11491, + 5,346,0,0,11490,11489,1,0,0,0,11490,11491,1,0,0,0,11491,11492,1, + 0,0,0,11492,11494,3,1678,839,0,11493,11487,1,0,0,0,11493,11488,1, + 0,0,0,11494,1663,1,0,0,0,11495,11513,5,520,0,0,11496,11497,3,1716, + 858,0,11497,11498,3,1672,836,0,11498,11504,5,62,0,0,11499,11505, + 3,1004,502,0,11500,11501,5,202,0,0,11501,11502,3,1740,870,0,11502, + 11503,3,1670,835,0,11503,11505,1,0,0,0,11504,11499,1,0,0,0,11504, + 11500,1,0,0,0,11505,11514,1,0,0,0,11506,11511,3,1478,739,0,11507, + 11508,5,2,0,0,11508,11509,3,1668,834,0,11509,11510,5,3,0,0,11510, + 11512,1,0,0,0,11511,11507,1,0,0,0,11511,11512,1,0,0,0,11512,11514, + 1,0,0,0,11513,11496,1,0,0,0,11513,11506,1,0,0,0,11514,11515,1,0, + 0,0,11515,11516,5,7,0,0,11516,1665,1,0,0,0,11517,11518,3,1478,739, + 0,11518,11519,5,20,0,0,11519,11520,3,1216,608,0,11520,11523,1,0, + 0,0,11521,11523,3,1216,608,0,11522,11517,1,0,0,0,11522,11521,1,0, + 0,0,11523,1667,1,0,0,0,11524,11529,3,1666,833,0,11525,11526,5,6, + 0,0,11526,11528,3,1666,833,0,11527,11525,1,0,0,0,11528,11531,1,0, + 0,0,11529,11527,1,0,0,0,11529,11530,1,0,0,0,11530,1669,1,0,0,0,11531, + 11529,1,0,0,0,11532,11536,1,0,0,0,11533,11534,5,100,0,0,11534,11536, + 3,1332,666,0,11535,11532,1,0,0,0,11535,11533,1,0,0,0,11536,1671, + 1,0,0,0,11537,11542,1,0,0,0,11538,11539,3,1674,837,0,11539,11540, + 5,324,0,0,11540,11542,1,0,0,0,11541,11537,1,0,0,0,11541,11538,1, + 0,0,0,11542,1673,1,0,0,0,11543,11546,1,0,0,0,11544,11546,5,269,0, + 0,11545,11543,1,0,0,0,11545,11544,1,0,0,0,11546,1675,1,0,0,0,11547, + 11549,5,61,0,0,11548,11550,3,1682,841,0,11549,11548,1,0,0,0,11549, + 11550,1,0,0,0,11550,11551,1,0,0,0,11551,11552,3,1680,840,0,11552, + 11553,3,1716,858,0,11553,11554,5,71,0,0,11554,11555,3,1678,839,0, + 11555,11556,5,7,0,0,11556,1677,1,0,0,0,11557,11558,3,1332,666,0, + 11558,1679,1,0,0,0,11559,11563,1,0,0,0,11560,11563,5,64,0,0,11561, + 11563,5,68,0,0,11562,11559,1,0,0,0,11562,11560,1,0,0,0,11562,11561, + 1,0,0,0,11563,1681,1,0,0,0,11564,11580,5,268,0,0,11565,11580,5,293, + 0,0,11566,11580,5,207,0,0,11567,11580,5,249,0,0,11568,11569,5,130, + 0,0,11569,11580,3,1216,608,0,11570,11571,5,307,0,0,11571,11580,3, + 1216,608,0,11572,11580,3,1216,608,0,11573,11580,5,30,0,0,11574,11577, + 7,85,0,0,11575,11578,3,1216,608,0,11576,11578,5,30,0,0,11577,11575, + 1,0,0,0,11577,11576,1,0,0,0,11577,11578,1,0,0,0,11578,11580,1,0, + 0,0,11579,11564,1,0,0,0,11579,11565,1,0,0,0,11579,11566,1,0,0,0, + 11579,11567,1,0,0,0,11579,11568,1,0,0,0,11579,11570,1,0,0,0,11579, + 11572,1,0,0,0,11579,11573,1,0,0,0,11579,11574,1,0,0,0,11580,1683, + 1,0,0,0,11581,11583,5,265,0,0,11582,11584,3,1682,841,0,11583,11582, + 1,0,0,0,11583,11584,1,0,0,0,11584,11585,1,0,0,0,11585,11586,3,1716, + 858,0,11586,11587,5,7,0,0,11587,1685,1,0,0,0,11588,11590,3,1018, + 509,0,11589,11588,1,0,0,0,11589,11590,1,0,0,0,11590,11591,1,0,0, + 0,11591,11592,5,525,0,0,11592,11594,5,71,0,0,11593,11595,5,81,0, + 0,11594,11593,1,0,0,0,11594,11595,1,0,0,0,11595,11596,1,0,0,0,11596, + 11598,3,1410,705,0,11597,11599,5,9,0,0,11598,11597,1,0,0,0,11598, + 11599,1,0,0,0,11599,11604,1,0,0,0,11600,11602,5,36,0,0,11601,11600, + 1,0,0,0,11601,11602,1,0,0,0,11602,11603,1,0,0,0,11603,11605,3,1478, + 739,0,11604,11601,1,0,0,0,11604,11605,1,0,0,0,11605,11606,1,0,0, + 0,11606,11607,5,100,0,0,11607,11608,3,1688,844,0,11608,11609,5,80, + 0,0,11609,11611,3,1690,845,0,11610,11612,3,1692,846,0,11611,11610, + 1,0,0,0,11612,11613,1,0,0,0,11613,11611,1,0,0,0,11613,11614,1,0, + 0,0,11614,1687,1,0,0,0,11615,11617,5,81,0,0,11616,11615,1,0,0,0, + 11616,11617,1,0,0,0,11617,11618,1,0,0,0,11618,11620,3,1410,705,0, + 11619,11621,5,9,0,0,11620,11619,1,0,0,0,11620,11621,1,0,0,0,11621, + 11627,1,0,0,0,11622,11625,3,1008,504,0,11623,11625,3,1104,552,0, + 11624,11622,1,0,0,0,11624,11623,1,0,0,0,11625,11627,1,0,0,0,11626, + 11616,1,0,0,0,11626,11624,1,0,0,0,11627,11632,1,0,0,0,11628,11630, + 5,36,0,0,11629,11628,1,0,0,0,11629,11630,1,0,0,0,11630,11631,1,0, + 0,0,11631,11633,3,1478,739,0,11632,11629,1,0,0,0,11632,11633,1,0, + 0,0,11633,1689,1,0,0,0,11634,11635,3,1216,608,0,11635,1691,1,0,0, + 0,11636,11637,5,102,0,0,11637,11640,5,526,0,0,11638,11639,5,33,0, + 0,11639,11641,3,1216,608,0,11640,11638,1,0,0,0,11640,11641,1,0,0, + 0,11641,11642,1,0,0,0,11642,11647,5,93,0,0,11643,11648,3,1696,848, + 0,11644,11648,5,182,0,0,11645,11646,5,57,0,0,11646,11648,5,270,0, + 0,11647,11643,1,0,0,0,11647,11644,1,0,0,0,11647,11645,1,0,0,0,11648, + 11663,1,0,0,0,11649,11650,5,102,0,0,11650,11651,5,77,0,0,11651,11654, + 5,526,0,0,11652,11653,5,33,0,0,11653,11655,3,1216,608,0,11654,11652, + 1,0,0,0,11654,11655,1,0,0,0,11655,11656,1,0,0,0,11656,11660,5,93, + 0,0,11657,11661,3,1694,847,0,11658,11659,5,57,0,0,11659,11661,5, + 270,0,0,11660,11657,1,0,0,0,11660,11658,1,0,0,0,11661,11663,1,0, + 0,0,11662,11636,1,0,0,0,11662,11649,1,0,0,0,11663,1693,1,0,0,0,11664, + 11669,5,241,0,0,11665,11666,5,2,0,0,11666,11667,3,248,124,0,11667, + 11668,5,3,0,0,11668,11670,1,0,0,0,11669,11665,1,0,0,0,11669,11670, + 1,0,0,0,11670,11674,1,0,0,0,11671,11672,5,463,0,0,11672,11673,7, + 53,0,0,11673,11675,5,450,0,0,11674,11671,1,0,0,0,11674,11675,1,0, + 0,0,11675,11676,1,0,0,0,11676,11677,3,1698,849,0,11677,1695,1,0, + 0,0,11678,11679,5,369,0,0,11679,11692,5,333,0,0,11680,11681,3,1436, + 718,0,11681,11682,5,10,0,0,11682,11683,3,1702,851,0,11683,11693, + 1,0,0,0,11684,11685,5,2,0,0,11685,11686,3,248,124,0,11686,11687, + 5,3,0,0,11687,11688,5,10,0,0,11688,11689,5,2,0,0,11689,11690,3,1700, + 850,0,11690,11691,5,3,0,0,11691,11693,1,0,0,0,11692,11680,1,0,0, + 0,11692,11684,1,0,0,0,11693,11694,1,0,0,0,11694,11692,1,0,0,0,11694, + 11695,1,0,0,0,11695,1697,1,0,0,0,11696,11697,5,422,0,0,11697,11701, + 3,1700,850,0,11698,11699,5,53,0,0,11699,11701,5,422,0,0,11700,11696, + 1,0,0,0,11700,11698,1,0,0,0,11701,1699,1,0,0,0,11702,11703,5,2,0, + 0,11703,11708,3,1702,851,0,11704,11705,5,6,0,0,11705,11707,3,1702, + 851,0,11706,11704,1,0,0,0,11707,11710,1,0,0,0,11708,11706,1,0,0, + 0,11708,11709,1,0,0,0,11709,11711,1,0,0,0,11710,11708,1,0,0,0,11711, + 11712,5,3,0,0,11712,1701,1,0,0,0,11713,11716,3,1052,526,0,11714, + 11716,5,53,0,0,11715,11713,1,0,0,0,11715,11714,1,0,0,0,11716,1703, + 1,0,0,0,11717,11718,5,157,0,0,11718,11719,3,1716,858,0,11719,11720, + 5,7,0,0,11720,1705,1,0,0,0,11721,11722,5,78,0,0,11722,11723,5,7, + 0,0,11723,1707,1,0,0,0,11724,11726,5,161,0,0,11725,11727,3,1712, + 856,0,11726,11725,1,0,0,0,11726,11727,1,0,0,0,11727,11728,1,0,0, + 0,11728,11729,5,7,0,0,11729,1709,1,0,0,0,11730,11732,5,319,0,0,11731, + 11733,3,1712,856,0,11732,11731,1,0,0,0,11732,11733,1,0,0,0,11733, + 11734,1,0,0,0,11734,11735,5,7,0,0,11735,1711,1,0,0,0,11736,11738, + 5,33,0,0,11737,11739,5,269,0,0,11738,11737,1,0,0,0,11738,11739,1, + 0,0,0,11739,11740,1,0,0,0,11740,11741,5,153,0,0,11741,1713,1,0,0, + 0,11742,11743,5,333,0,0,11743,11744,3,562,281,0,11744,11745,5,94, + 0,0,11745,11746,5,53,0,0,11746,11747,5,7,0,0,11747,11755,1,0,0,0, + 11748,11751,5,313,0,0,11749,11752,3,562,281,0,11750,11752,5,30,0, + 0,11751,11749,1,0,0,0,11751,11750,1,0,0,0,11752,11753,1,0,0,0,11753, + 11755,5,7,0,0,11754,11742,1,0,0,0,11754,11748,1,0,0,0,11755,1715, + 1,0,0,0,11756,11759,3,1478,739,0,11757,11759,5,28,0,0,11758,11756, + 1,0,0,0,11758,11757,1,0,0,0,11759,1717,1,0,0,0,11760,11764,1,0,0, + 0,11761,11762,5,517,0,0,11762,11764,3,1720,860,0,11763,11760,1,0, + 0,0,11763,11761,1,0,0,0,11764,1719,1,0,0,0,11765,11767,3,1722,861, + 0,11766,11765,1,0,0,0,11767,11768,1,0,0,0,11768,11766,1,0,0,0,11768, + 11769,1,0,0,0,11769,1721,1,0,0,0,11770,11771,5,102,0,0,11771,11772, + 3,1724,862,0,11772,11773,5,93,0,0,11773,11774,3,1564,782,0,11774, + 1723,1,0,0,0,11775,11780,3,1726,863,0,11776,11777,5,82,0,0,11777, + 11779,3,1726,863,0,11778,11776,1,0,0,0,11779,11782,1,0,0,0,11780, + 11778,1,0,0,0,11780,11781,1,0,0,0,11781,1725,1,0,0,0,11782,11780, + 1,0,0,0,11783,11787,3,1736,868,0,11784,11785,5,511,0,0,11785,11787, + 3,1462,731,0,11786,11783,1,0,0,0,11786,11784,1,0,0,0,11787,1727, + 1,0,0,0,11788,11791,1,0,0,0,11789,11791,3,1528,764,0,11790,11788, + 1,0,0,0,11790,11789,1,0,0,0,11791,1729,1,0,0,0,11792,11795,1,0,0, + 0,11793,11795,3,1528,764,0,11794,11792,1,0,0,0,11794,11793,1,0,0, + 0,11795,1731,1,0,0,0,11796,11799,1,0,0,0,11797,11799,3,1736,868, + 0,11798,11796,1,0,0,0,11798,11797,1,0,0,0,11799,1733,1,0,0,0,11800, + 11801,5,102,0,0,11801,11802,3,1744,872,0,11802,1735,1,0,0,0,11803, + 11806,3,1478,739,0,11804,11806,3,1738,869,0,11805,11803,1,0,0,0, + 11805,11804,1,0,0,0,11806,1737,1,0,0,0,11807,11808,7,86,0,0,11808, + 1739,1,0,0,0,11809,11811,3,1388,694,0,11810,11809,1,0,0,0,11810, + 11811,1,0,0,0,11811,11813,1,0,0,0,11812,11814,3,1032,516,0,11813, + 11812,1,0,0,0,11813,11814,1,0,0,0,11814,11816,1,0,0,0,11815,11817, + 3,1106,553,0,11816,11815,1,0,0,0,11816,11817,1,0,0,0,11817,11819, + 1,0,0,0,11818,11820,3,1148,574,0,11819,11818,1,0,0,0,11819,11820, + 1,0,0,0,11820,11822,1,0,0,0,11821,11823,3,1076,538,0,11822,11821, + 1,0,0,0,11822,11823,1,0,0,0,11823,11825,1,0,0,0,11824,11826,3,1090, + 545,0,11825,11824,1,0,0,0,11825,11826,1,0,0,0,11826,11828,1,0,0, + 0,11827,11829,3,1292,646,0,11828,11827,1,0,0,0,11828,11829,1,0,0, + 0,11829,1741,1,0,0,0,11830,11831,3,1740,870,0,11831,1743,1,0,0,0, + 11832,11833,3,1740,870,0,11833,1745,1,0,0,0,11834,11835,3,1216,608, + 0,11835,1747,1,0,0,0,11836,11837,3,1216,608,0,11837,1749,1,0,0,0, + 11838,11840,3,6,3,0,11839,11841,3,1752,876,0,11840,11839,1,0,0,0, + 11840,11841,1,0,0,0,11841,1751,1,0,0,0,11842,11843,5,71,0,0,11843, + 11844,3,1034,517,0,11844,11845,3,1678,839,0,11845,1753,1,0,0,0,1283, + 1757,1766,1885,1889,1898,1907,1913,1919,1951,1963,1969,1977,1985, + 1991,2000,2006,2018,2024,2030,2037,2041,2046,2050,2063,2074,2080, + 2096,2099,2104,2110,2115,2124,2128,2140,2144,2147,2151,2162,2180, + 2187,2195,2200,2207,2213,2219,2226,2237,2241,2245,2249,2262,2266, + 2271,2276,2288,2297,2309,2314,2325,2331,2336,2346,2351,2358,2363, + 2368,2379,2385,2390,2398,2407,2422,2428,2434,2439,2446,2458,2466, + 2474,2492,2501,2515,2519,2534,2542,2552,2592,2595,2599,2603,2606, + 2611,2618,2627,2633,2637,2646,2654,2663,2672,2676,2683,2689,2693, + 2697,2702,2705,2709,2715,2722,2738,2752,2762,2764,2769,2773,2776, + 2782,2784,2812,2822,2835,2842,2847,2851,2857,2862,2865,2867,2872, + 2876,2880,2884,2888,2891,2895,2903,2907,2911,2920,2927,2932,2939, + 2944,2951,2956,2974,2979,2991,2996,3005,3012,3019,3024,3028,3031, + 3034,3037,3040,3043,3046,3051,3054,3057,3060,3063,3066,3072,3076, + 3079,3082,3085,3088,3090,3094,3097,3100,3117,3132,3140,3146,3150, + 3155,3158,3161,3165,3169,3183,3188,3195,3200,3204,3207,3211,3214, + 3216,3223,3226,3230,3236,3239,3246,3255,3262,3267,3270,3273,3276, + 3280,3287,3292,3305,3315,3328,3331,3334,3341,3349,3352,3355,3362, + 3366,3372,3375,3378,3381,3393,3396,3399,3403,3421,3429,3445,3456, + 3471,3488,3490,3511,3516,3519,3523,3526,3532,3535,3537,3548,3557, + 3563,3566,3569,3583,3586,3589,3594,3602,3611,3617,3621,3624,3627, + 3630,3633,3639,3643,3648,3654,3658,3661,3664,3667,3675,3679,3683, + 3687,3691,3696,3710,3719,3736,3741,3744,3746,3756,3763,3768,3771, + 3774,3781,3784,3786,3792,3801,3811,3816,3824,3828,3835,3845,3856, + 3964,3972,3975,3985,3990,4000,4011,4023,4036,4046,4058,4062,4065, + 4072,4080,4090,4092,4098,4103,4107,4112,4118,4125,4131,4133,4140, + 4148,4153,4164,4171,4175,4192,4195,4198,4201,4204,4212,4215,4218, + 4224,4232,4236,4248,4254,4257,4262,4266,4273,4284,4307,4327,4336, + 4339,4342,4352,4355,4364,4368,4371,4379,4385,4389,4400,4410,4418, + 4423,4435,4452,4456,4462,4469,4477,4491,4517,4524,4538,4549,4552, + 4565,4574,4599,4610,4652,4660,4666,4677,4683,4691,4702,4716,4725, + 4730,4741,4752,4760,4770,4777,4780,4786,4789,4804,4817,4846,4853, + 4868,4880,4884,4889,4893,4898,4902,4908,4912,4917,4921,4927,4931, + 4936,4940,4945,4949,4954,4958,4965,4969,4976,4980,4987,4991,4998, + 5002,5008,5012,5018,5022,5027,5031,5038,5042,5046,5050,5054,5059, + 5063,5068,5072,5077,5081,5086,5092,5097,5103,5108,5114,5119,5123, + 5128,5132,5138,5142,5147,5155,5161,5167,5173,5179,5186,5191,5195, + 5200,5204,5209,5215,5222,5227,5234,5244,5248,5254,5256,5263,5267, + 5272,5290,5305,5323,5332,5341,5345,5351,5358,5363,5370,5375,5378, + 5381,5385,5456,5552,5556,5561,5572,5583,5594,5605,5616,5628,5639, + 5650,5660,5667,5674,5680,5688,5693,5698,5703,5709,5716,5722,5728, + 5733,5739,5746,5751,5757,5764,5767,5780,5789,5801,5803,5821,5828, + 5838,5843,5847,5851,5855,5857,5917,5924,5930,5941,5944,5951,5954, + 5964,5967,5969,5988,6000,6009,6018,6030,6032,6038,6042,6045,6048, + 6053,6059,6062,6065,6068,6071,6087,6091,6094,6097,6100,6103,6108, + 6111,6113,6126,6138,6152,6156,6162,6172,6174,6179,6187,6197,6206, + 6214,6223,6225,6232,6241,6243,6250,6259,6261,6265,6274,6279,6285, + 6290,6294,6299,6317,6322,6337,6346,6357,6363,6400,6420,6427,6438, + 6452,6459,6467,6472,6479,6483,6488,6492,6497,6501,6503,6508,6512, + 6517,6521,6545,6552,6562,6574,6579,6592,6604,6616,6618,6624,6631, + 6676,6694,6698,6703,6706,6710,6715,6720,6723,6730,6747,6818,6849, + 6903,6913,6923,6934,6944,6955,6965,6970,6979,6984,6994,6999,7008, + 7021,7026,7138,7140,7149,7160,7171,7184,7196,7207,7214,7304,7357, + 7367,7378,7389,7403,7418,7429,7436,7490,7631,7637,7640,7650,7690, + 7700,7707,7730,7739,7748,7757,7790,7794,7804,7808,7818,7821,7825, + 7829,7837,7848,7860,7864,7867,7871,7874,7879,7883,7886,7892,7903, + 7906,7913,7917,7922,7925,7927,7941,7945,7950,7957,7964,7967,7972, + 7975,7984,7986,7991,7995,8007,8010,8017,8021,8026,8036,8046,8049, + 8052,8054,8060,8067,8087,8107,8111,8116,8185,8190,8196,8209,8213, + 8217,8223,8225,8233,8243,8246,8249,8252,8255,8262,8265,8267,8271, + 8274,8281,8283,8290,8297,8301,8305,8314,8320,8324,8328,8333,8345, + 8352,8362,8375,8386,8393,8398,8402,8406,8411,8424,8429,8433,8440, + 8443,8445,8453,8457,8460,8467,8470,8475,8481,8487,8491,8500,8509, + 8516,8519,8525,8530,8536,8542,8545,8548,8555,8559,8562,8577,8580, + 8587,8590,8597,8600,8603,8610,8622,8629,8631,8641,8659,8661,8669, + 8673,8683,8687,8691,8695,8697,8702,8706,8710,8712,8714,8718,8722, + 8725,8728,8731,8734,8736,8739,8742,8745,8748,8751,8754,8763,8765, + 8770,8774,8780,8784,8788,8797,8802,8806,8812,8815,8834,8842,8851, + 8855,8858,8862,8867,8873,8885,8900,8907,8910,8914,8918,8922,8924, + 8932,8941,8947,8949,8956,8960,8969,8973,8982,8991,9003,9031,9038, + 9042,9045,9050,9054,9057,9073,9084,9089,9092,9095,9099,9103,9107, + 9112,9116,9120,9122,9131,9136,9142,9146,9148,9155,9160,9166,9168, + 9172,9179,9186,9189,9195,9199,9208,9211,9215,9223,9229,9231,9234, + 9238,9241,9244,9248,9252,9258,9261,9270,9277,9279,9286,9294,9299, + 9302,9310,9319,9327,9329,9333,9340,9359,9368,9374,9393,9402,9408, + 9412,9417,9427,9434,9443,9446,9455,9457,9463,9467,9472,9482,9488, + 9490,9496,9500,9503,9516,9522,9526,9530,9533,9541,9545,9549,9557, + 9564,9571,9575,9581,9583,9592,9595,9605,9621,9627,9632,9639,9648, + 9655,9663,9671,9676,9680,9683,9689,9694,9710,9713,9715,9727,9729, + 9733,9741,9743,9747,9749,9757,9761,9770,9778,9784,9787,9796,9801, + 9808,9818,9844,9855,9857,9859,9867,9889,9898,9908,9911,9916,9921, + 9925,9928,9932,9935,9938,9941,9945,9959,9966,9973,9980,9998,10006, + 10018,10024,10037,10076,10078,10098,10108,10119,10131,10138,10150, + 10162,10168,10176,10193,10218,10228,10232,10235,10238,10241,10254, + 10259,10264,10266,10274,10283,10292,10297,10306,10311,10325,10335, + 10343,10357,10364,10372,10380,10388,10392,10399,10407,10414,10420, + 10429,10444,10455,10488,10497,10504,10508,10512,10519,10533,10538, + 10543,10547,10549,10552,10559,10564,10574,10582,10585,10592,10600, + 10608,10616,10624,10629,10633,10637,10641,10645,10649,10653,10660, + 10668,10673,10677,10681,10691,10697,10703,10707,10721,10727,10733, + 10745,10750,10758,10765,10770,10782,10790,10795,10805,10816,10823, + 10830,10841,10844,10846,10850,10853,10859,10865,10869,10875,10883, + 10887,10895,10952,10965,10988,10996,11000,11012,11014,11021,11030, + 11048,11056,11065,11072,11082,11088,11095,11100,11106,11110,11117, + 11147,11160,11169,11173,11189,11196,11209,11217,11237,11243,11255, + 11260,11270,11302,11307,11316,11321,11325,11330,11346,11351,11366, + 11369,11375,11379,11388,11396,11405,11411,11420,11422,11427,11438, + 11449,11470,11477,11484,11490,11493,11504,11511,11513,11522,11529, + 11535,11541,11545,11549,11562,11577,11579,11583,11589,11594,11598, + 11601,11604,11613,11616,11620,11624,11626,11629,11632,11640,11647, + 11654,11660,11662,11669,11674,11692,11694,11700,11708,11715,11726, + 11732,11738,11751,11754,11758,11763,11768,11780,11786,11790,11794, + 11798,11805,11810,11813,11816,11819,11822,11825,11828,11840 ]; private static __ATN: antlr.ATN; @@ -78993,11 +79027,8 @@ export class ColumnCreateTableContext extends CreatestmtContext { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); } - public KW_CREATE(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.KW_CREATE, 0)!; - } - public KW_TABLE(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.KW_TABLE, 0)!; + public create_table_clause(): Create_table_clauseContext { + return this.getRuleContext(0, Create_table_clauseContext)!; } public table_name_create(): Table_name_createContext { return this.getRuleContext(0, Table_name_createContext)!; @@ -79023,9 +79054,6 @@ export class ColumnCreateTableContext extends CreatestmtContext { public partitionboundspec(): PartitionboundspecContext | null { return this.getRuleContext(0, PartitionboundspecContext); } - public opttemp(): OpttempContext | null { - return this.getRuleContext(0, OpttempContext); - } public opt_if_not_exists(): Opt_if_not_existsContext | null { return this.getRuleContext(0, Opt_if_not_existsContext); } @@ -79050,6 +79078,9 @@ export class ColumnCreateTableContext extends CreatestmtContext { public opttablespace(): OpttablespaceContext | null { return this.getRuleContext(0, OpttablespaceContext); } + public optdistributed(): OptdistributedContext | null { + return this.getRuleContext(0, OptdistributedContext); + } public opttypedtableelementlist(): OpttypedtableelementlistContext | null { return this.getRuleContext(0, OpttypedtableelementlistContext); } @@ -79073,6 +79104,48 @@ export class ColumnCreateTableContext extends CreatestmtContext { } +export class Create_table_clauseContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public KW_CREATE(): antlr.TerminalNode { + return this.getToken(PostgreSqlParser.KW_CREATE, 0)!; + } + public KW_TABLE(): antlr.TerminalNode { + return this.getToken(PostgreSqlParser.KW_TABLE, 0)!; + } + public opttemp(): OpttempContext | null { + return this.getRuleContext(0, OpttempContext); + } + public KW_WRITABLE(): antlr.TerminalNode | null { + return this.getToken(PostgreSqlParser.KW_WRITABLE, 0); + } + public KW_EXTERNAL(): antlr.TerminalNode | null { + return this.getToken(PostgreSqlParser.KW_EXTERNAL, 0); + } + public override get ruleIndex(): number { + return PostgreSqlParser.RULE_create_table_clause; + } + public override enterRule(listener: PostgreSqlParserListener): void { + if(listener.enterCreate_table_clause) { + listener.enterCreate_table_clause(this); + } + } + public override exitRule(listener: PostgreSqlParserListener): void { + if(listener.exitCreate_table_clause) { + listener.exitCreate_table_clause(this); + } + } + public override accept(visitor: PostgreSqlParserVisitor): Result | null { + if (visitor.visitCreate_table_clause) { + return visitor.visitCreate_table_clause(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class OptdistributedContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); @@ -81345,11 +81418,8 @@ export class QueryCreateTableContext extends CreateasstmtContext { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); } - public KW_CREATE(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.KW_CREATE, 0)!; - } - public KW_TABLE(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.KW_TABLE, 0)!; + public create_table_clause(): Create_table_clauseContext { + return this.getRuleContext(0, Create_table_clauseContext)!; } public create_as_target(): Create_as_targetContext { return this.getRuleContext(0, Create_as_targetContext)!; @@ -81360,9 +81430,6 @@ export class QueryCreateTableContext extends CreateasstmtContext { public selectstmt(): SelectstmtContext { return this.getRuleContext(0, SelectstmtContext)!; } - public opttemp(): OpttempContext | null { - return this.getRuleContext(0, OpttempContext); - } public opt_if_not_exists(): Opt_if_not_existsContext | null { return this.getRuleContext(0, Opt_if_not_existsContext); } @@ -96491,11 +96558,8 @@ export class ExecutestmtContext extends antlr.ParserRuleContext { public execute_param_clause(): Execute_param_clauseContext | null { return this.getRuleContext(0, Execute_param_clauseContext); } - public KW_CREATE(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_CREATE, 0); - } - public KW_TABLE(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_TABLE, 0); + public create_table_clause(): Create_table_clauseContext | null { + return this.getRuleContext(0, Create_table_clauseContext); } public create_as_target(): Create_as_targetContext | null { return this.getRuleContext(0, Create_as_targetContext); @@ -96503,9 +96567,6 @@ export class ExecutestmtContext extends antlr.ParserRuleContext { public KW_AS(): antlr.TerminalNode | null { return this.getToken(PostgreSqlParser.KW_AS, 0); } - public opttemp(): OpttempContext | null { - return this.getRuleContext(0, OpttempContext); - } public opt_if_not_exists(): Opt_if_not_existsContext | null { return this.getRuleContext(0, Opt_if_not_existsContext); } diff --git a/src/lib/postgresql/PostgreSqlParserListener.ts b/src/lib/postgresql/PostgreSqlParserListener.ts index ee1069c..c921b3c 100644 --- a/src/lib/postgresql/PostgreSqlParserListener.ts +++ b/src/lib/postgresql/PostgreSqlParserListener.ts @@ -103,6 +103,7 @@ import { Copy_generic_opt_argContext } from "./PostgreSqlParser.js"; import { Copy_generic_opt_arg_listContext } from "./PostgreSqlParser.js"; import { Copy_generic_opt_arg_list_itemContext } from "./PostgreSqlParser.js"; import { ColumnCreateTableContext } from "./PostgreSqlParser.js"; +import { Create_table_clauseContext } from "./PostgreSqlParser.js"; import { OptdistributedContext } from "./PostgreSqlParser.js"; import { OpttempContext } from "./PostgreSqlParser.js"; import { Table_column_listContext } from "./PostgreSqlParser.js"; @@ -1853,6 +1854,16 @@ export class PostgreSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitColumnCreateTable?: (ctx: ColumnCreateTableContext) => void; + /** + * Enter a parse tree produced by `PostgreSqlParser.create_table_clause`. + * @param ctx the parse tree + */ + enterCreate_table_clause?: (ctx: Create_table_clauseContext) => void; + /** + * Exit a parse tree produced by `PostgreSqlParser.create_table_clause`. + * @param ctx the parse tree + */ + exitCreate_table_clause?: (ctx: Create_table_clauseContext) => void; /** * Enter a parse tree produced by `PostgreSqlParser.optdistributed`. * @param ctx the parse tree diff --git a/src/lib/postgresql/PostgreSqlParserVisitor.ts b/src/lib/postgresql/PostgreSqlParserVisitor.ts index 2ceaff7..35286dd 100644 --- a/src/lib/postgresql/PostgreSqlParserVisitor.ts +++ b/src/lib/postgresql/PostgreSqlParserVisitor.ts @@ -103,6 +103,7 @@ import { Copy_generic_opt_argContext } from "./PostgreSqlParser.js"; import { Copy_generic_opt_arg_listContext } from "./PostgreSqlParser.js"; import { Copy_generic_opt_arg_list_itemContext } from "./PostgreSqlParser.js"; import { ColumnCreateTableContext } from "./PostgreSqlParser.js"; +import { Create_table_clauseContext } from "./PostgreSqlParser.js"; import { OptdistributedContext } from "./PostgreSqlParser.js"; import { OpttempContext } from "./PostgreSqlParser.js"; import { Table_column_listContext } from "./PostgreSqlParser.js"; @@ -1474,6 +1475,12 @@ export class PostgreSqlParserVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `PostgreSqlParser.create_table_clause`. + * @param ctx the parse tree + * @return the visitor result + */ + visitCreate_table_clause?: (ctx: Create_table_clauseContext) => Result; /** * Visit a parse tree produced by `PostgreSqlParser.optdistributed`. * @param ctx the parse tree