diff --git a/package.json b/package.json index 4f4b3bb..3c55c73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dt-sql-parser-oushudb", - "version": "4.0.2-5", + "version": "4.0.2-8", "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 9ddfcf9..dc61b75 100644 --- a/src/grammar/postgresql/PostgreSqlLexer.g4 +++ b/src/grammar/postgresql/PostgreSqlLexer.g4 @@ -668,11 +668,8 @@ KW_EXTENDED : 'EXTENDED'; KW_MAIN : 'MAIN'; KW_SKIP_LOCKED : 'SKIP_LOCKED'; KW_BUFFER_USAGE_LIMIT : 'BUFFER_USAGE_LIMIT'; -// - -// My custom keywords -KW_DISTRIBUTED : 'DISTRIBUTED'; -KW_WRITABLE : 'WRITABLE'; +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 1769248..1af4d45 100644 --- a/src/grammar/postgresql/PostgreSqlParser.g4 +++ b/src/grammar/postgresql/PostgreSqlParser.g4 @@ -723,13 +723,23 @@ copy_generic_opt_arg_list_item createstmt : 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? + OPEN_PAREN table_column_list? CLOSE_PAREN create_table_options* | 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_options + : optinherit + | optpartitionspec + | table_access_method_clause + | optwith + | oncommitoption + | opttablespace + | optdistributed + ; + create_table_clause : KW_CREATE opttemp? KW_WRITABLE? KW_EXTERNAL? KW_TABLE ; diff --git a/src/lib/postgresql/PostgreSqlParser.interp b/src/lib/postgresql/PostgreSqlParser.interp index 11cc2e4..59aff9d 100644 --- a/src/lib/postgresql/PostgreSqlParser.interp +++ b/src/lib/postgresql/PostgreSqlParser.interp @@ -1284,6 +1284,7 @@ copy_generic_opt_arg copy_generic_opt_arg_list copy_generic_opt_arg_list_item createstmt +create_table_options create_table_clause optdistributed opttemp @@ -2069,4 +2070,4 @@ opt_returning_clause_into atn: -[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 +[4, 1, 592, 11843, 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, 2, 877, 7, 877, 1, 0, 5, 0, 1758, 8, 0, 10, 0, 12, 0, 1761, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 1769, 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, 1888, 8, 3, 1, 4, 1, 4, 3, 4, 1892, 8, 4, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 1901, 8, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 5, 8, 1908, 8, 8, 10, 8, 12, 8, 1911, 9, 8, 1, 9, 5, 9, 1914, 8, 9, 10, 9, 12, 9, 1917, 9, 9, 1, 10, 1, 10, 1, 10, 3, 10, 1922, 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, 1954, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1966, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1972, 8, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1980, 8, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1988, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1994, 8, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 2003, 8, 16, 1, 16, 1, 16, 1, 17, 1, 17, 3, 17, 2009, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 2021, 8, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 2027, 8, 17, 1, 18, 1, 18, 5, 18, 2031, 8, 18, 10, 18, 12, 18, 2034, 9, 18, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2040, 8, 19, 1, 19, 1, 19, 3, 19, 2044, 8, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2049, 8, 19, 1, 19, 1, 19, 3, 19, 2053, 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, 2066, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 2077, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 2083, 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, 2099, 8, 23, 1, 23, 3, 23, 2102, 8, 23, 1, 23, 1, 23, 1, 23, 3, 23, 2107, 8, 23, 1, 23, 1, 23, 1, 24, 1, 24, 3, 24, 2113, 8, 24, 1, 25, 5, 25, 2116, 8, 25, 10, 25, 12, 25, 2119, 9, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 2127, 8, 26, 1, 27, 1, 27, 3, 27, 2131, 8, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 2143, 8, 28, 1, 29, 1, 29, 3, 29, 2147, 8, 29, 1, 29, 3, 29, 2150, 8, 29, 1, 29, 1, 29, 3, 29, 2154, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 2165, 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, 2183, 8, 30, 1, 31, 1, 31, 1, 31, 5, 31, 2188, 8, 31, 10, 31, 12, 31, 2191, 9, 31, 1, 32, 1, 32, 1, 32, 5, 32, 2196, 8, 32, 10, 32, 12, 32, 2199, 9, 32, 1, 33, 1, 33, 3, 33, 2203, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 2210, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 2216, 8, 35, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 2222, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 2229, 8, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 2240, 8, 37, 1, 38, 1, 38, 3, 38, 2244, 8, 38, 1, 39, 1, 39, 3, 39, 2248, 8, 39, 1, 40, 1, 40, 3, 40, 2252, 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, 2265, 8, 42, 1, 43, 1, 43, 3, 43, 2269, 8, 43, 1, 44, 1, 44, 1, 44, 3, 44, 2274, 8, 44, 1, 45, 1, 45, 1, 45, 3, 45, 2279, 8, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 2291, 8, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 3, 48, 2300, 8, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 2312, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2317, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2328, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2334, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2339, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2349, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2354, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2361, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2366, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2371, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2382, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2388, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2393, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2401, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2410, 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, 2425, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2431, 8, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2437, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 2442, 8, 52, 1, 53, 1, 53, 1, 53, 5, 53, 2447, 8, 53, 10, 53, 12, 53, 2450, 9, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2461, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 2467, 8, 55, 10, 55, 12, 55, 2470, 9, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 3, 56, 2477, 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, 2495, 8, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 3, 60, 2504, 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, 2518, 8, 60, 1, 60, 1, 60, 3, 60, 2522, 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, 2537, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2545, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2555, 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, 2595, 8, 60, 1, 60, 3, 60, 2598, 8, 60, 1, 60, 1, 60, 3, 60, 2602, 8, 60, 1, 60, 1, 60, 3, 60, 2606, 8, 60, 1, 60, 3, 60, 2609, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2614, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2621, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2630, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2636, 8, 60, 1, 60, 1, 60, 3, 60, 2640, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2649, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2657, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2666, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2675, 8, 60, 1, 60, 1, 60, 3, 60, 2679, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2686, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2692, 8, 60, 1, 60, 1, 60, 3, 60, 2696, 8, 60, 1, 60, 1, 60, 3, 60, 2700, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2705, 8, 60, 1, 60, 3, 60, 2708, 8, 60, 1, 60, 1, 60, 3, 60, 2712, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2718, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2725, 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, 2741, 8, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 5, 68, 2753, 8, 68, 10, 68, 12, 68, 2756, 9, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 2765, 8, 69, 3, 69, 2767, 8, 69, 1, 70, 4, 70, 2770, 8, 70, 11, 70, 12, 70, 2771, 1, 71, 1, 71, 3, 71, 2776, 8, 71, 1, 71, 3, 71, 2779, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2785, 8, 71, 3, 71, 2787, 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, 2815, 8, 72, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 5, 74, 2823, 8, 74, 10, 74, 12, 74, 2826, 9, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 5, 76, 2836, 8, 76, 10, 76, 12, 76, 2839, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2845, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2850, 8, 77, 1, 77, 1, 77, 3, 77, 2854, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2860, 8, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2865, 8, 77, 1, 77, 3, 77, 2868, 8, 77, 3, 77, 2870, 8, 77, 1, 78, 1, 78, 1, 78, 3, 78, 2875, 8, 78, 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, 1, 79, 3, 79, 2891, 8, 79, 1, 79, 3, 79, 2894, 8, 79, 1, 79, 1, 79, 3, 79, 2898, 8, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 3, 79, 2906, 8, 79, 1, 79, 1, 79, 3, 79, 2910, 8, 79, 1, 79, 1, 79, 3, 79, 2914, 8, 79, 1, 80, 1, 80, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 3, 82, 2923, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2930, 8, 83, 1, 84, 5, 84, 2933, 8, 84, 10, 84, 12, 84, 2936, 9, 84, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2942, 8, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2947, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2954, 8, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2959, 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, 2977, 8, 85, 1, 86, 1, 86, 1, 87, 3, 87, 2982, 8, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 5, 89, 2992, 8, 89, 10, 89, 12, 89, 2995, 9, 89, 1, 90, 1, 90, 3, 90, 2999, 8, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 3008, 8, 91, 1, 92, 1, 92, 1, 92, 5, 92, 3013, 8, 92, 10, 92, 12, 92, 3016, 9, 92, 1, 93, 1, 93, 1, 94, 1, 94, 3, 94, 3022, 8, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3027, 8, 94, 1, 94, 1, 94, 5, 94, 3031, 8, 94, 10, 94, 12, 94, 3034, 9, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3039, 8, 94, 1, 94, 3, 94, 3042, 8, 94, 1, 94, 3, 94, 3045, 8, 94, 1, 94, 3, 94, 3048, 8, 94, 1, 94, 3, 94, 3051, 8, 94, 1, 94, 3, 94, 3054, 8, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 3060, 8, 94, 1, 94, 1, 94, 3, 94, 3064, 8, 94, 1, 94, 3, 94, 3067, 8, 94, 1, 94, 3, 94, 3070, 8, 94, 1, 94, 3, 94, 3073, 8, 94, 1, 94, 3, 94, 3076, 8, 94, 3, 94, 3078, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 3, 95, 3087, 8, 95, 1, 96, 1, 96, 3, 96, 3091, 8, 96, 1, 96, 3, 96, 3094, 8, 96, 1, 96, 3, 96, 3097, 8, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 3114, 8, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 5, 102, 3127, 8, 102, 10, 102, 12, 102, 3130, 9, 102, 1, 103, 1, 103, 1, 103, 5, 103, 3135, 8, 103, 10, 103, 12, 103, 3138, 9, 103, 1, 104, 1, 104, 1, 104, 3, 104, 3143, 8, 104, 1, 105, 1, 105, 3, 105, 3147, 8, 105, 1, 106, 1, 106, 1, 106, 3, 106, 3152, 8, 106, 1, 106, 3, 106, 3155, 8, 106, 1, 106, 3, 106, 3158, 8, 106, 1, 106, 1, 106, 3, 106, 3162, 8, 106, 1, 106, 1, 106, 3, 106, 3166, 8, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 3180, 8, 108, 1, 109, 1, 109, 1, 109, 3, 109, 3185, 8, 109, 1, 109, 1, 109, 1, 110, 5, 110, 3190, 8, 110, 10, 110, 12, 110, 3193, 9, 110, 1, 111, 1, 111, 3, 111, 3197, 8, 111, 1, 111, 1, 111, 3, 111, 3201, 8, 111, 1, 111, 3, 111, 3204, 8, 111, 1, 111, 1, 111, 3, 111, 3208, 8, 111, 1, 111, 3, 111, 3211, 8, 111, 3, 111, 3213, 8, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 3, 112, 3220, 8, 112, 1, 112, 3, 112, 3223, 8, 112, 1, 112, 1, 112, 3, 112, 3227, 8, 112, 1, 112, 1, 112, 1, 112, 1, 112, 3, 112, 3233, 8, 112, 1, 112, 3, 112, 3236, 8, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 3, 112, 3243, 8, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 3, 112, 3252, 8, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 3, 112, 3259, 8, 112, 1, 112, 1, 112, 1, 112, 3, 112, 3264, 8, 112, 1, 112, 3, 112, 3267, 8, 112, 1, 112, 3, 112, 3270, 8, 112, 1, 112, 3, 112, 3273, 8, 112, 1, 113, 1, 113, 3, 113, 3277, 8, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 3, 114, 3284, 8, 114, 1, 115, 1, 115, 1, 115, 3, 115, 3289, 8, 115, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 5, 118, 3300, 8, 118, 10, 118, 12, 118, 3303, 9, 118, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3312, 8, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3325, 8, 121, 1, 121, 3, 121, 3328, 8, 121, 1, 121, 3, 121, 3331, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3338, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3346, 8, 121, 1, 121, 3, 121, 3349, 8, 121, 1, 121, 3, 121, 3352, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3359, 8, 121, 1, 121, 1, 121, 3, 121, 3363, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3369, 8, 121, 1, 121, 3, 121, 3372, 8, 121, 1, 121, 3, 121, 3375, 8, 121, 1, 121, 3, 121, 3378, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3390, 8, 121, 1, 121, 3, 121, 3393, 8, 121, 1, 121, 3, 121, 3396, 8, 121, 1, 121, 1, 121, 3, 121, 3400, 8, 121, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 5, 125, 3416, 8, 125, 10, 125, 12, 125, 3419, 9, 125, 1, 126, 1, 126, 1, 126, 5, 126, 3424, 8, 126, 10, 126, 12, 126, 3427, 9, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 5, 129, 3440, 8, 129, 10, 129, 12, 129, 3443, 9, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 3453, 8, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3468, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 3485, 8, 135, 3, 135, 3487, 8, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 5, 139, 3506, 8, 139, 10, 139, 12, 139, 3509, 9, 139, 1, 140, 1, 140, 3, 140, 3513, 8, 140, 1, 140, 3, 140, 3516, 8, 140, 1, 140, 1, 140, 3, 140, 3520, 8, 140, 1, 140, 3, 140, 3523, 8, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 3529, 8, 140, 1, 140, 3, 140, 3532, 8, 140, 3, 140, 3534, 8, 140, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 3545, 8, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 3554, 8, 143, 1, 144, 1, 144, 1, 144, 1, 145, 3, 145, 3560, 8, 145, 1, 145, 3, 145, 3563, 8, 145, 1, 145, 3, 145, 3566, 8, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 3, 148, 3580, 8, 148, 1, 148, 3, 148, 3583, 8, 148, 1, 148, 3, 148, 3586, 8, 148, 1, 148, 1, 148, 1, 148, 3, 148, 3591, 8, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 3, 149, 3599, 8, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 3, 150, 3608, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3614, 8, 150, 1, 151, 1, 151, 3, 151, 3618, 8, 151, 1, 151, 3, 151, 3621, 8, 151, 1, 151, 3, 151, 3624, 8, 151, 1, 151, 3, 151, 3627, 8, 151, 1, 151, 3, 151, 3630, 8, 151, 1, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3636, 8, 152, 1, 153, 1, 153, 3, 153, 3640, 8, 153, 1, 153, 1, 153, 1, 153, 3, 153, 3645, 8, 153, 1, 153, 1, 153, 1, 153, 1, 153, 3, 153, 3651, 8, 153, 1, 154, 1, 154, 3, 154, 3655, 8, 154, 1, 154, 3, 154, 3658, 8, 154, 1, 154, 3, 154, 3661, 8, 154, 1, 154, 3, 154, 3664, 8, 154, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 3672, 8, 156, 1, 156, 1, 156, 3, 156, 3676, 8, 156, 1, 157, 1, 157, 3, 157, 3680, 8, 157, 1, 157, 1, 157, 3, 157, 3684, 8, 157, 1, 157, 1, 157, 3, 157, 3688, 8, 157, 1, 158, 1, 158, 1, 158, 3, 158, 3693, 8, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 4, 161, 3705, 8, 161, 11, 161, 12, 161, 3706, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3716, 8, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3733, 8, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3738, 8, 162, 1, 162, 3, 162, 3741, 8, 162, 3, 162, 3743, 8, 162, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 3753, 8, 164, 1, 165, 1, 165, 1, 165, 5, 165, 3758, 8, 165, 10, 165, 12, 165, 3761, 9, 165, 1, 166, 1, 166, 3, 166, 3765, 8, 166, 1, 166, 3, 166, 3768, 8, 166, 1, 166, 3, 166, 3771, 8, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 3778, 8, 166, 1, 166, 3, 166, 3781, 8, 166, 3, 166, 3783, 8, 166, 1, 167, 1, 167, 1, 168, 1, 168, 3, 168, 3789, 8, 168, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 3, 170, 3798, 8, 170, 1, 171, 1, 171, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 3808, 8, 173, 1, 173, 1, 173, 1, 173, 3, 173, 3813, 8, 173, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 3, 175, 3821, 8, 175, 1, 175, 1, 175, 3, 175, 3825, 8, 175, 1, 175, 1, 175, 1, 176, 5, 176, 3830, 8, 176, 10, 176, 12, 176, 3833, 9, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 3842, 8, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 5, 179, 3851, 8, 179, 10, 179, 12, 179, 3854, 9, 179, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 3961, 8, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 3, 182, 3969, 8, 182, 1, 182, 3, 182, 3972, 8, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 3, 183, 3982, 8, 183, 1, 184, 4, 184, 3985, 8, 184, 11, 184, 12, 184, 3986, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 3, 186, 3997, 8, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 3, 186, 4008, 8, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 5, 188, 4018, 8, 188, 10, 188, 12, 188, 4021, 9, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 5, 190, 4031, 8, 190, 10, 190, 12, 190, 4034, 9, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 3, 191, 4043, 8, 191, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 3, 195, 4055, 8, 195, 1, 195, 1, 195, 3, 195, 4059, 8, 195, 1, 195, 3, 195, 4062, 8, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 3, 195, 4069, 8, 195, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 3, 197, 4077, 8, 197, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4087, 8, 199, 3, 199, 4089, 8, 199, 1, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4095, 8, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4100, 8, 200, 1, 200, 1, 200, 3, 200, 4104, 8, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4109, 8, 200, 1, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4115, 8, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4122, 8, 200, 1, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4128, 8, 200, 3, 200, 4130, 8, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 3, 201, 4137, 8, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 3, 201, 4145, 8, 201, 1, 202, 1, 202, 1, 202, 3, 202, 4150, 8, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4161, 8, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 3, 204, 4168, 8, 204, 1, 205, 1, 205, 3, 205, 4172, 8, 205, 1, 206, 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, 3, 207, 4189, 8, 207, 1, 207, 3, 207, 4192, 8, 207, 1, 207, 3, 207, 4195, 8, 207, 1, 207, 3, 207, 4198, 8, 207, 1, 207, 3, 207, 4201, 8, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 4209, 8, 208, 1, 208, 3, 208, 4212, 8, 208, 1, 208, 3, 208, 4215, 8, 208, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4221, 8, 209, 1, 209, 1, 209, 1, 210, 1, 210, 5, 210, 4227, 8, 210, 10, 210, 12, 210, 4230, 9, 210, 1, 210, 3, 210, 4233, 8, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4245, 8, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4251, 8, 210, 1, 211, 3, 211, 4254, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4259, 8, 211, 1, 211, 1, 211, 3, 211, 4263, 8, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4270, 8, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4281, 8, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4304, 8, 216, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 221, 1, 221, 3, 221, 4324, 8, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 4333, 8, 221, 1, 221, 3, 221, 4336, 8, 221, 1, 221, 3, 221, 4339, 8, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 4349, 8, 221, 1, 221, 3, 221, 4352, 8, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 4361, 8, 221, 1, 221, 1, 221, 3, 221, 4365, 8, 221, 1, 221, 3, 221, 4368, 8, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 4376, 8, 221, 1, 222, 1, 222, 1, 222, 1, 222, 3, 222, 4382, 8, 222, 1, 223, 1, 223, 3, 223, 4386, 8, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 5, 225, 4395, 8, 225, 10, 225, 12, 225, 4398, 9, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 3, 226, 4407, 8, 226, 1, 227, 1, 227, 1, 227, 1, 228, 4, 228, 4413, 8, 228, 11, 228, 12, 228, 4414, 1, 229, 1, 229, 1, 229, 3, 229, 4420, 8, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 231, 1, 231, 1, 232, 1, 232, 1, 233, 1, 233, 3, 233, 4432, 8, 233, 1, 233, 1, 233, 1, 234, 1, 234, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 1, 237, 3, 237, 4449, 8, 237, 1, 238, 1, 238, 3, 238, 4453, 8, 238, 1, 238, 1, 238, 5, 238, 4457, 8, 238, 10, 238, 12, 238, 4460, 9, 238, 1, 239, 1, 239, 1, 239, 1, 239, 3, 239, 4466, 8, 239, 1, 240, 1, 240, 1, 240, 1, 241, 5, 241, 4472, 8, 241, 10, 241, 12, 241, 4475, 9, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 3, 242, 4488, 8, 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, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 4514, 8, 243, 1, 244, 1, 244, 1, 244, 5, 244, 4519, 8, 244, 10, 244, 12, 244, 4522, 9, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 5, 246, 4533, 8, 246, 10, 246, 12, 246, 4536, 9, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 3, 248, 4546, 8, 248, 1, 248, 3, 248, 4549, 8, 248, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 250, 1, 250, 3, 250, 4562, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 4571, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 4596, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 4607, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 4649, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 4657, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 4663, 8, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 252, 1, 252, 1, 252, 5, 252, 4672, 8, 252, 10, 252, 12, 252, 4675, 9, 252, 1, 253, 1, 253, 1, 253, 3, 253, 4680, 8, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 4688, 8, 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 256, 1, 256, 1, 256, 5, 256, 4697, 8, 256, 10, 256, 12, 256, 4700, 9, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 259, 1, 259, 1, 259, 5, 259, 4711, 8, 259, 10, 259, 12, 259, 4714, 9, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 4722, 8, 260, 1, 260, 1, 260, 1, 260, 3, 260, 4727, 8, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 4738, 8, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 4749, 8, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 4757, 8, 262, 1, 262, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 5, 263, 4765, 8, 263, 10, 263, 12, 263, 4768, 9, 263, 1, 264, 1, 264, 1, 264, 1, 264, 3, 264, 4774, 8, 264, 1, 264, 3, 264, 4777, 8, 264, 1, 264, 1, 264, 1, 264, 1, 264, 3, 264, 4783, 8, 264, 1, 264, 3, 264, 4786, 8, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 3, 264, 4801, 8, 264, 1, 265, 1, 265, 1, 266, 1, 266, 1, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 3, 267, 4814, 8, 267, 1, 268, 1, 268, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 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, 4843, 8, 270, 1, 271, 1, 271, 1, 271, 5, 271, 4848, 8, 271, 10, 271, 12, 271, 4851, 9, 271, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 4865, 8, 272, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 3, 274, 4877, 8, 274, 1, 274, 1, 274, 3, 274, 4881, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4886, 8, 274, 1, 274, 1, 274, 3, 274, 4890, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4895, 8, 274, 1, 274, 1, 274, 3, 274, 4899, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4905, 8, 274, 1, 274, 1, 274, 3, 274, 4909, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4914, 8, 274, 1, 274, 1, 274, 3, 274, 4918, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4924, 8, 274, 1, 274, 1, 274, 3, 274, 4928, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4933, 8, 274, 1, 274, 1, 274, 3, 274, 4937, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4942, 8, 274, 1, 274, 1, 274, 3, 274, 4946, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4951, 8, 274, 1, 274, 1, 274, 3, 274, 4955, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4962, 8, 274, 1, 274, 1, 274, 3, 274, 4966, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4973, 8, 274, 1, 274, 1, 274, 3, 274, 4977, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4984, 8, 274, 1, 274, 1, 274, 3, 274, 4988, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 4995, 8, 274, 1, 274, 1, 274, 3, 274, 4999, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5005, 8, 274, 1, 274, 1, 274, 3, 274, 5009, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5015, 8, 274, 1, 274, 1, 274, 3, 274, 5019, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5024, 8, 274, 1, 274, 1, 274, 3, 274, 5028, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5035, 8, 274, 1, 274, 1, 274, 3, 274, 5039, 8, 274, 1, 274, 1, 274, 3, 274, 5043, 8, 274, 1, 274, 1, 274, 3, 274, 5047, 8, 274, 1, 274, 1, 274, 3, 274, 5051, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5056, 8, 274, 1, 274, 1, 274, 3, 274, 5060, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5065, 8, 274, 1, 274, 1, 274, 3, 274, 5069, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5074, 8, 274, 1, 274, 1, 274, 3, 274, 5078, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5083, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5089, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5094, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5100, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5105, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5111, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5116, 8, 274, 1, 274, 1, 274, 3, 274, 5120, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5125, 8, 274, 1, 274, 1, 274, 3, 274, 5129, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5135, 8, 274, 1, 274, 1, 274, 3, 274, 5139, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5144, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5152, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5158, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5164, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5170, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5176, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5183, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5188, 8, 274, 1, 274, 1, 274, 3, 274, 5192, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5197, 8, 274, 1, 274, 1, 274, 3, 274, 5201, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5206, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5212, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5219, 8, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5224, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5231, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5241, 8, 274, 1, 274, 1, 274, 3, 274, 5245, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5251, 8, 274, 3, 274, 5253, 8, 274, 1, 275, 1, 275, 1, 275, 5, 275, 5258, 8, 275, 10, 275, 12, 275, 5261, 9, 275, 1, 276, 3, 276, 5264, 8, 276, 1, 276, 1, 276, 1, 276, 3, 276, 5269, 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, 5287, 8, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 3, 277, 5302, 8, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 3, 277, 5320, 8, 277, 1, 278, 1, 278, 1, 279, 1, 279, 1, 279, 5, 279, 5327, 8, 279, 10, 279, 12, 279, 5330, 9, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 281, 1, 281, 3, 281, 5338, 8, 281, 1, 282, 1, 282, 3, 282, 5342, 8, 282, 1, 283, 1, 283, 4, 283, 5346, 8, 283, 11, 283, 12, 283, 5347, 1, 284, 1, 284, 1, 284, 5, 284, 5353, 8, 284, 10, 284, 12, 284, 5356, 9, 284, 1, 285, 1, 285, 3, 285, 5360, 8, 285, 1, 285, 1, 285, 1, 285, 5, 285, 5365, 8, 285, 10, 285, 12, 285, 5368, 9, 285, 1, 285, 1, 285, 3, 285, 5372, 8, 285, 1, 285, 3, 285, 5375, 8, 285, 1, 286, 3, 286, 5378, 8, 286, 1, 286, 1, 286, 3, 286, 5382, 8, 286, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5453, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 5549, 8, 287, 1, 288, 1, 288, 3, 288, 5553, 8, 288, 1, 289, 1, 289, 1, 289, 3, 289, 5558, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5569, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5580, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5591, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5602, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5613, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5625, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5636, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5647, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5657, 8, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 5664, 8, 289, 1, 290, 1, 290, 1, 290, 1, 291, 1, 291, 3, 291, 5671, 8, 291, 1, 292, 1, 292, 1, 292, 1, 292, 3, 292, 5677, 8, 292, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5685, 8, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5690, 8, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5695, 8, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5700, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5706, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5713, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5719, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5725, 8, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5730, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5736, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5743, 8, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5748, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5754, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 5761, 8, 293, 1, 293, 3, 293, 5764, 8, 293, 1, 294, 1, 294, 1, 295, 1, 295, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 1, 296, 3, 296, 5777, 8, 296, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 3, 297, 5786, 8, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 1, 297, 3, 297, 5798, 8, 297, 3, 297, 5800, 8, 297, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 3, 298, 5818, 8, 298, 1, 299, 1, 299, 1, 299, 5, 299, 5823, 8, 299, 10, 299, 12, 299, 5826, 9, 299, 1, 300, 1, 300, 1, 301, 1, 301, 1, 301, 5, 301, 5833, 8, 301, 10, 301, 12, 301, 5836, 9, 301, 1, 302, 1, 302, 3, 302, 5840, 8, 302, 1, 302, 1, 302, 3, 302, 5844, 8, 302, 1, 302, 1, 302, 3, 302, 5848, 8, 302, 1, 302, 1, 302, 3, 302, 5852, 8, 302, 3, 302, 5854, 8, 302, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 5914, 8, 303, 1, 304, 1, 304, 1, 304, 5, 304, 5919, 8, 304, 10, 304, 12, 304, 5922, 9, 304, 1, 305, 1, 305, 1, 305, 3, 305, 5927, 8, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 5938, 8, 307, 1, 307, 3, 307, 5941, 8, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 3, 308, 5948, 8, 308, 1, 308, 3, 308, 5951, 8, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 3, 308, 5961, 8, 308, 1, 308, 3, 308, 5964, 8, 308, 3, 308, 5966, 8, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 310, 1, 310, 1, 310, 1, 310, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 312, 5, 312, 5983, 8, 312, 10, 312, 12, 312, 5986, 9, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 5997, 8, 313, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 3, 314, 6006, 8, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 3, 314, 6015, 8, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 3, 314, 6027, 8, 314, 3, 314, 6029, 8, 314, 1, 315, 1, 315, 1, 316, 1, 316, 3, 316, 6035, 8, 316, 1, 316, 1, 316, 3, 316, 6039, 8, 316, 1, 316, 3, 316, 6042, 8, 316, 1, 316, 3, 316, 6045, 8, 316, 1, 316, 1, 316, 1, 316, 3, 316, 6050, 8, 316, 1, 316, 1, 316, 1, 316, 1, 316, 3, 316, 6056, 8, 316, 1, 316, 3, 316, 6059, 8, 316, 1, 316, 3, 316, 6062, 8, 316, 1, 316, 3, 316, 6065, 8, 316, 1, 316, 3, 316, 6068, 8, 316, 1, 317, 1, 317, 1, 318, 1, 318, 1, 319, 1, 319, 1, 320, 1, 320, 1, 320, 1, 321, 1, 321, 1, 321, 5, 321, 6082, 8, 321, 10, 321, 12, 321, 6085, 9, 321, 1, 322, 3, 322, 6088, 8, 322, 1, 322, 3, 322, 6091, 8, 322, 1, 322, 3, 322, 6094, 8, 322, 1, 322, 3, 322, 6097, 8, 322, 1, 322, 3, 322, 6100, 8, 322, 1, 322, 1, 322, 1, 322, 3, 322, 6105, 8, 322, 1, 322, 3, 322, 6108, 8, 322, 3, 322, 6110, 8, 322, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6123, 8, 323, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 325, 1, 325, 1, 325, 5, 325, 6133, 8, 325, 10, 325, 12, 325, 6136, 9, 325, 1, 326, 1, 326, 1, 326, 1, 327, 1, 327, 1, 328, 1, 328, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6149, 8, 329, 1, 330, 1, 330, 3, 330, 6153, 8, 330, 1, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6159, 8, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6169, 8, 330, 3, 330, 6171, 8, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6176, 8, 330, 1, 331, 1, 331, 1, 331, 1, 331, 5, 331, 6182, 8, 331, 10, 331, 12, 331, 6185, 9, 331, 1, 331, 1, 331, 1, 332, 1, 332, 1, 332, 1, 333, 1, 333, 3, 333, 6194, 8, 333, 1, 333, 1, 333, 1, 334, 1, 334, 1, 334, 5, 334, 6201, 8, 334, 10, 334, 12, 334, 6204, 9, 334, 1, 335, 1, 335, 1, 335, 5, 335, 6209, 8, 335, 10, 335, 12, 335, 6212, 9, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6220, 8, 336, 3, 336, 6222, 8, 336, 1, 337, 1, 337, 1, 337, 5, 337, 6227, 8, 337, 10, 337, 12, 337, 6230, 9, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6238, 8, 338, 3, 338, 6240, 8, 338, 1, 339, 1, 339, 1, 339, 5, 339, 6245, 8, 339, 10, 339, 12, 339, 6248, 9, 339, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 3, 340, 6256, 8, 340, 3, 340, 6258, 8, 340, 1, 341, 1, 341, 3, 341, 6262, 8, 341, 1, 341, 1, 341, 1, 342, 1, 342, 1, 342, 5, 342, 6269, 8, 342, 10, 342, 12, 342, 6272, 9, 342, 1, 343, 1, 343, 3, 343, 6276, 8, 343, 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 6282, 8, 343, 1, 343, 1, 343, 1, 343, 3, 343, 6287, 8, 343, 1, 344, 1, 344, 3, 344, 6291, 8, 344, 1, 344, 1, 344, 1, 344, 3, 344, 6296, 8, 344, 1, 345, 1, 345, 1, 346, 1, 346, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 1, 347, 3, 347, 6314, 8, 347, 1, 348, 1, 348, 1, 348, 3, 348, 6319, 8, 348, 1, 349, 1, 349, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 1, 350, 3, 350, 6334, 8, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 5, 351, 6341, 8, 351, 10, 351, 12, 351, 6344, 9, 351, 1, 352, 1, 352, 1, 352, 1, 353, 1, 353, 1, 353, 5, 353, 6352, 8, 353, 10, 353, 12, 353, 6355, 9, 353, 1, 354, 4, 354, 6358, 8, 354, 11, 354, 12, 354, 6359, 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, 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, 6397, 8, 355, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 3, 356, 6417, 8, 356, 1, 356, 1, 356, 1, 356, 1, 356, 1, 356, 3, 356, 6424, 8, 356, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 5, 357, 6433, 8, 357, 10, 357, 12, 357, 6436, 9, 357, 1, 358, 1, 358, 1, 358, 1, 359, 1, 359, 1, 359, 1, 360, 1, 360, 1, 360, 5, 360, 6447, 8, 360, 10, 360, 12, 360, 6450, 9, 360, 1, 361, 1, 361, 1, 361, 1, 361, 3, 361, 6456, 8, 361, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 3, 362, 6464, 8, 362, 1, 363, 4, 363, 6467, 8, 363, 11, 363, 12, 363, 6468, 1, 364, 1, 364, 1, 365, 1, 365, 1, 365, 3, 365, 6476, 8, 365, 1, 365, 1, 365, 3, 365, 6480, 8, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6485, 8, 365, 1, 365, 1, 365, 3, 365, 6489, 8, 365, 1, 365, 1, 365, 1, 365, 3, 365, 6494, 8, 365, 1, 365, 1, 365, 3, 365, 6498, 8, 365, 3, 365, 6500, 8, 365, 1, 366, 1, 366, 1, 366, 3, 366, 6505, 8, 366, 1, 366, 1, 366, 3, 366, 6509, 8, 366, 1, 367, 1, 367, 1, 367, 3, 367, 6514, 8, 367, 1, 367, 1, 367, 3, 367, 6518, 8, 367, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 3, 368, 6542, 8, 368, 1, 369, 1, 369, 1, 369, 5, 369, 6547, 8, 369, 10, 369, 12, 369, 6550, 9, 369, 1, 369, 1, 369, 1, 370, 1, 370, 1, 370, 5, 370, 6557, 8, 370, 10, 370, 12, 370, 6560, 9, 370, 1, 371, 1, 371, 1, 371, 1, 372, 1, 372, 1, 372, 1, 373, 4, 373, 6569, 8, 373, 11, 373, 12, 373, 6570, 1, 374, 1, 374, 1, 374, 3, 374, 6576, 8, 374, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 3, 375, 6589, 8, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 3, 375, 6601, 8, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 3, 375, 6613, 8, 375, 3, 375, 6615, 8, 375, 1, 376, 1, 376, 1, 376, 1, 376, 3, 376, 6621, 8, 376, 1, 377, 1, 377, 1, 377, 1, 378, 1, 378, 3, 378, 6628, 8, 378, 1, 378, 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, 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, 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, 6673, 8, 379, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 1, 380, 3, 380, 6691, 8, 380, 1, 381, 1, 381, 3, 381, 6695, 8, 381, 1, 381, 1, 381, 1, 381, 3, 381, 6700, 8, 381, 1, 381, 3, 381, 6703, 8, 381, 1, 382, 1, 382, 3, 382, 6707, 8, 382, 1, 382, 1, 382, 1, 382, 3, 382, 6712, 8, 382, 1, 382, 1, 382, 1, 382, 3, 382, 6717, 8, 382, 1, 382, 3, 382, 6720, 8, 382, 1, 383, 1, 383, 1, 383, 5, 383, 6725, 8, 383, 10, 383, 12, 383, 6728, 9, 383, 1, 384, 1, 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, 3, 385, 6744, 8, 385, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 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, 6815, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 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, 6846, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 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, 6900, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6910, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6920, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6931, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6941, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6952, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6962, 8, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6967, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6976, 8, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6981, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6991, 8, 386, 1, 386, 1, 386, 1, 386, 3, 386, 6996, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7005, 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, 7018, 8, 386, 1, 386, 1, 386, 1, 386, 3, 386, 7023, 8, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 386, 1, 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, 7135, 8, 386, 3, 386, 7137, 8, 386, 1, 387, 1, 387, 1, 387, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7146, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7157, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7168, 8, 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, 7181, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7193, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7204, 8, 388, 1, 388, 1, 388, 1, 388, 1, 388, 1, 388, 3, 388, 7211, 8, 388, 1, 389, 1, 389, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7301, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7354, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7364, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7375, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7386, 8, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 1, 390, 3, 390, 7400, 8, 390, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 391, 1, 392, 1, 392, 1, 392, 5, 392, 7413, 8, 392, 10, 392, 12, 392, 7416, 9, 392, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 1, 393, 3, 393, 7426, 8, 393, 1, 394, 1, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7433, 8, 394, 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, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7487, 8, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7628, 8, 396, 1, 397, 1, 397, 1, 397, 1, 397, 3, 397, 7634, 8, 397, 1, 397, 3, 397, 7637, 8, 397, 1, 398, 1, 398, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 1, 399, 3, 399, 7647, 8, 399, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 1, 400, 3, 400, 7687, 8, 400, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 1, 401, 3, 401, 7697, 8, 401, 1, 402, 1, 402, 1, 402, 5, 402, 7702, 8, 402, 10, 402, 12, 402, 7705, 9, 402, 1, 403, 1, 403, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7727, 8, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7736, 8, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7745, 8, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7754, 8, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 1, 404, 3, 404, 7787, 8, 404, 1, 405, 1, 405, 3, 405, 7791, 8, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 1, 405, 3, 405, 7801, 8, 405, 1, 405, 1, 405, 3, 405, 7805, 8, 405, 1, 405, 1, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 3, 406, 7815, 8, 406, 1, 407, 3, 407, 7818, 8, 407, 1, 407, 1, 407, 3, 407, 7822, 8, 407, 5, 407, 7824, 8, 407, 10, 407, 12, 407, 7827, 9, 407, 1, 408, 1, 408, 1, 408, 1, 408, 1, 408, 3, 408, 7834, 8, 408, 1, 409, 1, 409, 1, 410, 1, 410, 1, 411, 1, 411, 1, 412, 1, 412, 1, 412, 3, 412, 7845, 8, 412, 1, 413, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7857, 8, 415, 1, 416, 1, 416, 3, 416, 7861, 8, 416, 1, 416, 3, 416, 7864, 8, 416, 1, 416, 1, 416, 3, 416, 7868, 8, 416, 1, 416, 3, 416, 7871, 8, 416, 1, 416, 1, 416, 1, 416, 3, 416, 7876, 8, 416, 1, 416, 1, 416, 3, 416, 7880, 8, 416, 1, 416, 3, 416, 7883, 8, 416, 1, 416, 1, 416, 1, 416, 1, 416, 3, 416, 7889, 8, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 3, 416, 7900, 8, 416, 1, 416, 3, 416, 7903, 8, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 3, 416, 7910, 8, 416, 1, 416, 1, 416, 3, 416, 7914, 8, 416, 1, 416, 1, 416, 1, 416, 3, 416, 7919, 8, 416, 1, 416, 3, 416, 7922, 8, 416, 3, 416, 7924, 8, 416, 1, 417, 1, 417, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 1, 418, 3, 418, 7938, 8, 418, 1, 419, 1, 419, 3, 419, 7942, 8, 419, 1, 419, 5, 419, 7945, 8, 419, 10, 419, 12, 419, 7948, 9, 419, 1, 420, 1, 420, 1, 421, 1, 421, 3, 421, 7954, 8, 421, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 3, 422, 7961, 8, 422, 1, 422, 3, 422, 7964, 8, 422, 1, 422, 1, 422, 1, 422, 3, 422, 7969, 8, 422, 1, 422, 3, 422, 7972, 8, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 3, 422, 7981, 8, 422, 3, 422, 7983, 8, 422, 1, 422, 1, 422, 1, 422, 3, 422, 7988, 8, 422, 1, 423, 1, 423, 3, 423, 7992, 8, 423, 1, 423, 1, 423, 1, 423, 1, 424, 1, 424, 1, 424, 1, 425, 1, 425, 1, 425, 1, 425, 3, 425, 8004, 8, 425, 1, 425, 3, 425, 8007, 8, 425, 1, 426, 1, 426, 1, 427, 4, 427, 8012, 8, 427, 11, 427, 12, 427, 8013, 1, 428, 1, 428, 3, 428, 8018, 8, 428, 1, 428, 1, 428, 1, 428, 3, 428, 8023, 8, 428, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 429, 3, 429, 8033, 8, 429, 1, 430, 1, 430, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 3, 431, 8043, 8, 431, 1, 431, 3, 431, 8046, 8, 431, 1, 431, 3, 431, 8049, 8, 431, 3, 431, 8051, 8, 431, 1, 432, 1, 432, 1, 432, 1, 432, 3, 432, 8057, 8, 432, 1, 433, 1, 433, 1, 433, 5, 433, 8062, 8, 433, 10, 433, 12, 433, 8065, 9, 433, 1, 434, 1, 434, 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, 3, 437, 8084, 8, 437, 1, 437, 1, 437, 1, 437, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 3, 438, 8104, 8, 438, 1, 438, 1, 438, 3, 438, 8108, 8, 438, 1, 438, 1, 438, 1, 438, 3, 438, 8113, 8, 438, 1, 439, 1, 439, 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, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 3, 441, 8182, 8, 441, 1, 441, 1, 441, 1, 441, 3, 441, 8187, 8, 441, 1, 442, 1, 442, 1, 443, 1, 443, 3, 443, 8193, 8, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 444, 1, 444, 3, 444, 8206, 8, 444, 1, 444, 1, 444, 3, 444, 8210, 8, 444, 1, 444, 1, 444, 3, 444, 8214, 8, 444, 1, 444, 1, 444, 1, 444, 1, 444, 3, 444, 8220, 8, 444, 3, 444, 8222, 8, 444, 1, 445, 1, 445, 1, 445, 1, 445, 5, 445, 8228, 8, 445, 10, 445, 12, 445, 8231, 9, 445, 1, 445, 1, 445, 1, 446, 1, 446, 1, 446, 1, 447, 1, 447, 3, 447, 8240, 8, 447, 1, 447, 3, 447, 8243, 8, 447, 1, 447, 3, 447, 8246, 8, 447, 1, 447, 3, 447, 8249, 8, 447, 1, 447, 3, 447, 8252, 8, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 3, 447, 8259, 8, 447, 1, 447, 3, 447, 8262, 8, 447, 3, 447, 8264, 8, 447, 1, 448, 1, 448, 3, 448, 8268, 8, 448, 1, 448, 3, 448, 8271, 8, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 3, 448, 8278, 8, 448, 3, 448, 8280, 8, 448, 1, 449, 1, 449, 1, 449, 5, 449, 8285, 8, 449, 10, 449, 12, 449, 8288, 9, 449, 1, 450, 1, 450, 1, 451, 1, 451, 3, 451, 8294, 8, 451, 1, 452, 1, 452, 3, 452, 8298, 8, 452, 1, 453, 1, 453, 3, 453, 8302, 8, 453, 1, 454, 1, 454, 1, 455, 1, 455, 1, 455, 5, 455, 8309, 8, 455, 10, 455, 12, 455, 8312, 9, 455, 1, 456, 1, 456, 1, 456, 3, 456, 8317, 8, 456, 1, 457, 1, 457, 3, 457, 8321, 8, 457, 1, 458, 1, 458, 3, 458, 8325, 8, 458, 1, 459, 1, 459, 1, 459, 3, 459, 8330, 8, 459, 1, 460, 1, 460, 1, 461, 1, 461, 1, 462, 1, 462, 1, 462, 1, 462, 1, 463, 1, 463, 3, 463, 8342, 8, 463, 1, 464, 1, 464, 1, 464, 5, 464, 8347, 8, 464, 10, 464, 12, 464, 8350, 9, 464, 1, 465, 1, 465, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 3, 466, 8359, 8, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 1, 466, 3, 466, 8372, 8, 466, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 1, 467, 3, 467, 8383, 8, 467, 1, 468, 1, 468, 1, 468, 5, 468, 8388, 8, 468, 10, 468, 12, 468, 8391, 9, 468, 1, 469, 1, 469, 3, 469, 8395, 8, 469, 1, 470, 1, 470, 3, 470, 8399, 8, 470, 1, 471, 1, 471, 3, 471, 8403, 8, 471, 1, 472, 1, 472, 1, 472, 3, 472, 8408, 8, 472, 1, 472, 1, 472, 1, 472, 1, 473, 1, 473, 1, 473, 1, 473, 1, 474, 1, 474, 1, 474, 1, 474, 3, 474, 8421, 8, 474, 1, 475, 1, 475, 1, 475, 3, 475, 8426, 8, 475, 1, 475, 1, 475, 3, 475, 8430, 8, 475, 1, 475, 1, 475, 1, 475, 1, 475, 1, 475, 3, 475, 8437, 8, 475, 1, 475, 3, 475, 8440, 8, 475, 3, 475, 8442, 8, 475, 1, 476, 1, 476, 1, 476, 1, 476, 1, 477, 1, 477, 3, 477, 8450, 8, 477, 1, 477, 1, 477, 3, 477, 8454, 8, 477, 1, 478, 3, 478, 8457, 8, 478, 1, 478, 1, 478, 1, 478, 1, 478, 1, 478, 3, 478, 8464, 8, 478, 1, 478, 3, 478, 8467, 8, 478, 1, 479, 1, 479, 1, 479, 3, 479, 8472, 8, 479, 1, 480, 1, 480, 1, 480, 1, 480, 3, 480, 8478, 8, 480, 1, 480, 1, 480, 1, 480, 1, 480, 3, 480, 8484, 8, 480, 1, 480, 1, 480, 3, 480, 8488, 8, 480, 1, 481, 1, 481, 1, 482, 1, 482, 1, 482, 5, 482, 8495, 8, 482, 10, 482, 12, 482, 8498, 9, 482, 1, 483, 1, 483, 1, 483, 1, 484, 1, 484, 1, 484, 3, 484, 8506, 8, 484, 1, 484, 1, 484, 1, 484, 1, 484, 1, 484, 3, 484, 8513, 8, 484, 1, 484, 3, 484, 8516, 8, 484, 1, 485, 1, 485, 1, 485, 1, 485, 3, 485, 8522, 8, 485, 1, 485, 1, 485, 1, 485, 3, 485, 8527, 8, 485, 1, 486, 1, 486, 1, 486, 1, 487, 3, 487, 8533, 8, 487, 1, 487, 1, 487, 1, 487, 1, 487, 3, 487, 8539, 8, 487, 1, 487, 3, 487, 8542, 8, 487, 1, 487, 3, 487, 8545, 8, 487, 1, 488, 1, 488, 1, 488, 1, 489, 1, 489, 3, 489, 8552, 8, 489, 1, 489, 1, 489, 3, 489, 8556, 8, 489, 1, 489, 3, 489, 8559, 8, 489, 1, 490, 1, 490, 1, 490, 1, 490, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 1, 491, 3, 491, 8574, 8, 491, 1, 491, 3, 491, 8577, 8, 491, 1, 492, 1, 492, 1, 493, 1, 493, 1, 493, 3, 493, 8584, 8, 493, 1, 494, 3, 494, 8587, 8, 494, 1, 494, 1, 494, 1, 494, 1, 494, 1, 494, 3, 494, 8594, 8, 494, 1, 494, 3, 494, 8597, 8, 494, 1, 494, 3, 494, 8600, 8, 494, 1, 495, 1, 495, 1, 495, 5, 495, 8605, 8, 495, 10, 495, 12, 495, 8608, 9, 495, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 3, 496, 8619, 8, 496, 1, 496, 1, 496, 1, 496, 1, 496, 1, 496, 3, 496, 8626, 8, 496, 3, 496, 8628, 8, 496, 1, 497, 1, 497, 1, 497, 1, 498, 1, 498, 1, 498, 5, 498, 8636, 8, 498, 10, 498, 12, 498, 8639, 9, 498, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 499, 1, 500, 1, 500, 1, 501, 1, 501, 1, 501, 1, 501, 1, 501, 5, 501, 8656, 8, 501, 10, 501, 12, 501, 8659, 9, 501, 1, 502, 1, 502, 1, 502, 1, 502, 1, 502, 3, 502, 8666, 8, 502, 1, 503, 1, 503, 3, 503, 8670, 8, 503, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 1, 504, 3, 504, 8680, 8, 504, 1, 505, 1, 505, 3, 505, 8684, 8, 505, 1, 505, 1, 505, 3, 505, 8688, 8, 505, 1, 505, 1, 505, 3, 505, 8692, 8, 505, 3, 505, 8694, 8, 505, 1, 505, 1, 505, 1, 505, 3, 505, 8699, 8, 505, 1, 505, 1, 505, 3, 505, 8703, 8, 505, 1, 505, 1, 505, 3, 505, 8707, 8, 505, 3, 505, 8709, 8, 505, 3, 505, 8711, 8, 505, 1, 506, 1, 506, 3, 506, 8715, 8, 506, 1, 507, 1, 507, 3, 507, 8719, 8, 507, 1, 507, 3, 507, 8722, 8, 507, 1, 507, 3, 507, 8725, 8, 507, 1, 507, 3, 507, 8728, 8, 507, 1, 507, 3, 507, 8731, 8, 507, 3, 507, 8733, 8, 507, 1, 507, 3, 507, 8736, 8, 507, 1, 507, 3, 507, 8739, 8, 507, 1, 507, 3, 507, 8742, 8, 507, 1, 507, 3, 507, 8745, 8, 507, 1, 507, 3, 507, 8748, 8, 507, 1, 507, 3, 507, 8751, 8, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 1, 507, 3, 507, 8760, 8, 507, 3, 507, 8762, 8, 507, 1, 507, 1, 507, 1, 507, 3, 507, 8767, 8, 507, 5, 507, 8769, 8, 507, 10, 507, 12, 507, 8772, 9, 507, 1, 508, 1, 508, 1, 508, 3, 508, 8777, 8, 508, 1, 509, 1, 509, 3, 509, 8781, 8, 509, 1, 510, 1, 510, 3, 510, 8785, 8, 510, 1, 510, 1, 510, 1, 511, 1, 511, 1, 511, 5, 511, 8792, 8, 511, 10, 511, 12, 511, 8795, 9, 511, 1, 512, 1, 512, 3, 512, 8799, 8, 512, 1, 512, 1, 512, 3, 512, 8803, 8, 512, 1, 512, 1, 512, 1, 512, 1, 512, 3, 512, 8809, 8, 512, 1, 512, 3, 512, 8812, 8, 512, 1, 513, 1, 513, 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, 3, 514, 8831, 8, 514, 1, 514, 1, 514, 1, 514, 1, 515, 1, 515, 1, 515, 3, 515, 8839, 8, 515, 1, 516, 1, 516, 1, 517, 1, 517, 1, 517, 1, 517, 1, 517, 3, 517, 8848, 8, 517, 1, 518, 1, 518, 3, 518, 8852, 8, 518, 1, 519, 3, 519, 8855, 8, 519, 1, 519, 1, 519, 3, 519, 8859, 8, 519, 1, 519, 1, 519, 1, 519, 3, 519, 8864, 8, 519, 1, 519, 1, 519, 1, 519, 1, 519, 3, 519, 8870, 8, 519, 1, 520, 1, 520, 1, 521, 1, 521, 1, 522, 1, 522, 1, 522, 1, 522, 1, 522, 1, 522, 3, 522, 8882, 8, 522, 1, 523, 1, 523, 1, 524, 1, 524, 1, 525, 1, 525, 1, 525, 1, 525, 1, 526, 1, 526, 1, 526, 5, 526, 8895, 8, 526, 10, 526, 12, 526, 8898, 9, 526, 1, 527, 1, 527, 1, 527, 1, 527, 3, 527, 8904, 8, 527, 1, 527, 3, 527, 8907, 8, 527, 1, 528, 1, 528, 3, 528, 8911, 8, 528, 1, 528, 1, 528, 3, 528, 8915, 8, 528, 1, 528, 1, 528, 3, 528, 8919, 8, 528, 3, 528, 8921, 8, 528, 1, 529, 1, 529, 1, 530, 1, 530, 1, 530, 1, 530, 3, 530, 8929, 8, 530, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 1, 531, 3, 531, 8938, 8, 531, 1, 531, 1, 531, 1, 531, 1, 531, 3, 531, 8944, 8, 531, 3, 531, 8946, 8, 531, 1, 532, 1, 532, 1, 532, 1, 532, 1, 532, 3, 532, 8953, 8, 532, 1, 533, 1, 533, 3, 533, 8957, 8, 533, 1, 534, 1, 534, 1, 535, 1, 535, 1, 535, 1, 535, 1, 535, 3, 535, 8966, 8, 535, 1, 536, 1, 536, 3, 536, 8970, 8, 536, 1, 537, 1, 537, 1, 538, 1, 538, 1, 539, 1, 539, 1, 539, 3, 539, 8979, 8, 539, 1, 539, 1, 539, 1, 540, 1, 540, 1, 540, 5, 540, 8986, 8, 540, 10, 540, 12, 540, 8989, 9, 540, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 1, 541, 3, 541, 9000, 8, 541, 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, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 545, 1, 546, 1, 546, 1, 546, 1, 547, 1, 547, 1, 547, 1, 547, 3, 547, 9028, 8, 547, 1, 548, 1, 548, 1, 549, 4, 549, 9033, 8, 549, 11, 549, 12, 549, 9034, 1, 550, 1, 550, 3, 550, 9039, 8, 550, 1, 550, 3, 550, 9042, 8, 550, 1, 551, 1, 551, 1, 551, 3, 551, 9047, 8, 551, 1, 551, 1, 551, 3, 551, 9051, 8, 551, 1, 551, 3, 551, 9054, 8, 551, 1, 552, 1, 552, 1, 552, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 1, 553, 5, 553, 9068, 8, 553, 10, 553, 12, 553, 9071, 9, 553, 1, 554, 1, 554, 1, 554, 1, 555, 1, 555, 1, 555, 5, 555, 9079, 8, 555, 10, 555, 12, 555, 9082, 9, 555, 1, 556, 1, 556, 3, 556, 9086, 8, 556, 1, 556, 3, 556, 9089, 8, 556, 1, 556, 3, 556, 9092, 8, 556, 1, 556, 1, 556, 3, 556, 9096, 8, 556, 1, 556, 1, 556, 3, 556, 9100, 8, 556, 1, 556, 1, 556, 3, 556, 9104, 8, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9109, 8, 556, 1, 556, 1, 556, 3, 556, 9113, 8, 556, 1, 556, 1, 556, 3, 556, 9117, 8, 556, 3, 556, 9119, 8, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9128, 8, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9133, 8, 556, 1, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9139, 8, 556, 1, 556, 1, 556, 3, 556, 9143, 8, 556, 3, 556, 9145, 8, 556, 1, 556, 1, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9152, 8, 556, 1, 556, 1, 556, 1, 556, 3, 556, 9157, 8, 556, 1, 556, 1, 556, 1, 556, 1, 556, 5, 556, 9163, 8, 556, 10, 556, 12, 556, 9166, 9, 556, 1, 557, 3, 557, 9169, 8, 557, 1, 557, 1, 557, 1, 557, 1, 557, 1, 557, 3, 557, 9176, 8, 557, 1, 558, 1, 558, 1, 559, 1, 559, 1, 559, 3, 559, 9183, 8, 559, 1, 559, 3, 559, 9186, 8, 559, 1, 559, 1, 559, 1, 559, 1, 559, 3, 559, 9192, 8, 559, 1, 560, 1, 560, 3, 560, 9196, 8, 560, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, 1, 561, 3, 561, 9205, 8, 561, 1, 562, 3, 562, 9208, 8, 562, 1, 562, 1, 562, 3, 562, 9212, 8, 562, 1, 562, 1, 562, 1, 562, 1, 562, 1, 562, 1, 562, 3, 562, 9220, 8, 562, 1, 562, 1, 562, 1, 562, 1, 562, 3, 562, 9226, 8, 562, 3, 562, 9228, 8, 562, 1, 563, 3, 563, 9231, 8, 563, 1, 563, 1, 563, 3, 563, 9235, 8, 563, 1, 563, 3, 563, 9238, 8, 563, 1, 563, 3, 563, 9241, 8, 563, 1, 564, 1, 564, 3, 564, 9245, 8, 564, 1, 564, 1, 564, 3, 564, 9249, 8, 564, 1, 564, 1, 564, 1, 564, 1, 564, 3, 564, 9255, 8, 564, 1, 564, 3, 564, 9258, 8, 564, 1, 564, 1, 564, 1, 564, 1, 564, 1, 564, 1, 564, 1, 564, 3, 564, 9267, 8, 564, 1, 564, 1, 564, 1, 564, 1, 564, 1, 564, 3, 564, 9274, 8, 564, 3, 564, 9276, 8, 564, 1, 565, 1, 565, 1, 565, 5, 565, 9281, 8, 565, 10, 565, 12, 565, 9284, 9, 565, 1, 566, 1, 566, 1, 566, 5, 566, 9289, 8, 566, 10, 566, 12, 566, 9292, 9, 566, 1, 567, 1, 567, 3, 567, 9296, 8, 567, 1, 567, 3, 567, 9299, 8, 567, 1, 568, 1, 568, 1, 568, 1, 568, 1, 568, 1, 568, 3, 568, 9307, 8, 568, 1, 569, 1, 569, 1, 569, 1, 569, 1, 569, 1, 570, 1, 570, 3, 570, 9316, 8, 570, 1, 570, 1, 570, 1, 570, 1, 570, 1, 570, 1, 570, 3, 570, 9324, 8, 570, 3, 570, 9326, 8, 570, 1, 571, 1, 571, 3, 571, 9330, 8, 571, 1, 572, 1, 572, 1, 572, 5, 572, 9335, 8, 572, 10, 572, 12, 572, 9338, 9, 572, 1, 573, 1, 573, 1, 573, 1, 573, 1, 573, 1, 574, 1, 574, 1, 574, 1, 575, 1, 575, 1, 575, 1, 576, 1, 576, 1, 576, 1, 576, 1, 576, 3, 576, 9356, 8, 576, 1, 577, 1, 577, 1, 578, 1, 578, 1, 578, 5, 578, 9363, 8, 578, 10, 578, 12, 578, 9366, 9, 578, 1, 579, 1, 579, 1, 579, 3, 579, 9371, 8, 579, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 1, 580, 3, 580, 9390, 8, 580, 1, 580, 1, 580, 1, 581, 1, 581, 1, 581, 5, 581, 9397, 8, 581, 10, 581, 12, 581, 9400, 9, 581, 1, 582, 1, 582, 1, 582, 3, 582, 9405, 8, 582, 1, 582, 1, 582, 3, 582, 9409, 8, 582, 1, 583, 4, 583, 9412, 8, 583, 11, 583, 12, 583, 9413, 1, 584, 1, 584, 1, 584, 1, 584, 1, 584, 1, 584, 1, 584, 1, 584, 3, 584, 9424, 8, 584, 1, 585, 1, 585, 1, 585, 5, 585, 9429, 8, 585, 10, 585, 12, 585, 9432, 9, 585, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 1, 586, 3, 586, 9440, 8, 586, 1, 587, 3, 587, 9443, 8, 587, 1, 587, 1, 587, 1, 587, 1, 587, 1, 587, 1, 587, 1, 587, 3, 587, 9452, 8, 587, 3, 587, 9454, 8, 587, 1, 587, 1, 587, 1, 587, 1, 587, 3, 587, 9460, 8, 587, 1, 588, 1, 588, 3, 588, 9464, 8, 588, 1, 588, 5, 588, 9467, 8, 588, 10, 588, 12, 588, 9470, 9, 588, 1, 589, 1, 589, 1, 589, 1, 589, 1, 589, 1, 589, 1, 589, 3, 589, 9479, 8, 589, 1, 589, 1, 589, 1, 589, 1, 589, 3, 589, 9485, 8, 589, 3, 589, 9487, 8, 589, 1, 590, 1, 590, 1, 590, 1, 590, 3, 590, 9493, 8, 590, 1, 591, 1, 591, 3, 591, 9497, 8, 591, 1, 591, 3, 591, 9500, 8, 591, 1, 592, 1, 592, 1, 592, 1, 592, 1, 593, 1, 593, 1, 593, 1, 593, 1, 593, 1, 593, 1, 593, 3, 593, 9513, 8, 593, 1, 593, 1, 593, 1, 593, 1, 593, 3, 593, 9519, 8, 593, 1, 593, 1, 593, 3, 593, 9523, 8, 593, 1, 593, 1, 593, 3, 593, 9527, 8, 593, 1, 593, 3, 593, 9530, 8, 593, 1, 594, 1, 594, 1, 594, 1, 594, 1, 595, 1, 595, 3, 595, 9538, 8, 595, 1, 596, 1, 596, 3, 596, 9542, 8, 596, 1, 597, 1, 597, 3, 597, 9546, 8, 597, 1, 597, 1, 597, 1, 597, 1, 597, 1, 598, 1, 598, 3, 598, 9554, 8, 598, 1, 599, 1, 599, 1, 599, 1, 599, 1, 599, 3, 599, 9561, 8, 599, 1, 600, 1, 600, 1, 600, 1, 600, 1, 600, 3, 600, 9568, 8, 600, 1, 601, 1, 601, 3, 601, 9572, 8, 601, 1, 601, 1, 601, 1, 601, 1, 601, 3, 601, 9578, 8, 601, 3, 601, 9580, 8, 601, 1, 602, 1, 602, 1, 603, 1, 603, 1, 603, 1, 603, 1, 603, 3, 603, 9589, 8, 603, 1, 603, 3, 603, 9592, 8, 603, 1, 604, 1, 604, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 1, 605, 3, 605, 9602, 8, 605, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 1, 606, 3, 606, 9618, 8, 606, 1, 606, 1, 606, 1, 606, 1, 606, 3, 606, 9624, 8, 606, 1, 606, 1, 606, 1, 606, 3, 606, 9629, 8, 606, 1, 607, 1, 607, 1, 607, 1, 607, 1, 607, 3, 607, 9636, 8, 607, 1, 608, 1, 608, 1, 608, 1, 609, 1, 609, 1, 610, 1, 610, 3, 610, 9645, 8, 610, 1, 611, 1, 611, 1, 611, 5, 611, 9650, 8, 611, 10, 611, 12, 611, 9653, 9, 611, 1, 612, 1, 612, 1, 612, 5, 612, 9658, 8, 612, 10, 612, 12, 612, 9661, 9, 612, 1, 613, 1, 613, 1, 613, 5, 613, 9666, 8, 613, 10, 613, 12, 613, 9669, 9, 613, 1, 614, 1, 614, 3, 614, 9673, 8, 614, 1, 614, 1, 614, 3, 614, 9677, 8, 614, 1, 615, 3, 615, 9680, 8, 615, 1, 615, 1, 615, 1, 616, 1, 616, 3, 616, 9686, 8, 616, 1, 617, 1, 617, 1, 617, 3, 617, 9691, 8, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 1, 617, 3, 617, 9707, 8, 617, 1, 617, 3, 617, 9710, 8, 617, 3, 617, 9712, 8, 617, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 1, 618, 3, 618, 9724, 8, 618, 3, 618, 9726, 8, 618, 1, 619, 1, 619, 3, 619, 9730, 8, 619, 1, 619, 1, 619, 1, 619, 1, 619, 1, 619, 1, 619, 3, 619, 9738, 8, 619, 3, 619, 9740, 8, 619, 1, 619, 1, 619, 3, 619, 9744, 8, 619, 3, 619, 9746, 8, 619, 1, 620, 1, 620, 1, 620, 1, 620, 5, 620, 9752, 8, 620, 10, 620, 12, 620, 9755, 9, 620, 1, 621, 3, 621, 9758, 8, 621, 1, 621, 1, 621, 1, 622, 1, 622, 1, 622, 5, 622, 9765, 8, 622, 10, 622, 12, 622, 9768, 9, 622, 1, 623, 1, 623, 1, 623, 5, 623, 9773, 8, 623, 10, 623, 12, 623, 9776, 9, 623, 1, 624, 1, 624, 1, 624, 3, 624, 9781, 8, 624, 1, 625, 3, 625, 9784, 8, 625, 1, 625, 1, 625, 1, 626, 1, 626, 1, 626, 1, 626, 1, 626, 3, 626, 9793, 8, 626, 1, 627, 1, 627, 1, 627, 3, 627, 9798, 8, 627, 1, 628, 1, 628, 1, 628, 5, 628, 9803, 8, 628, 10, 628, 12, 628, 9806, 9, 628, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 3, 629, 9815, 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, 1, 629, 1, 629, 1, 629, 1, 629, 3, 629, 9841, 8, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 1, 629, 3, 629, 9852, 8, 629, 5, 629, 9854, 8, 629, 10, 629, 12, 629, 9857, 9, 629, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 3, 630, 9864, 8, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 3, 630, 9886, 8, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 1, 630, 3, 630, 9895, 8, 630, 1, 631, 1, 631, 1, 632, 1, 632, 1, 632, 1, 632, 1, 632, 1, 632, 3, 632, 9905, 8, 632, 1, 632, 3, 632, 9908, 8, 632, 1, 632, 1, 632, 1, 632, 3, 632, 9913, 8, 632, 1, 632, 1, 632, 1, 632, 3, 632, 9918, 8, 632, 1, 632, 1, 632, 3, 632, 9922, 8, 632, 1, 632, 3, 632, 9925, 8, 632, 1, 633, 1, 633, 3, 633, 9929, 8, 633, 1, 633, 3, 633, 9932, 8, 633, 1, 633, 3, 633, 9935, 8, 633, 1, 633, 3, 633, 9938, 8, 633, 1, 634, 1, 634, 3, 634, 9942, 8, 634, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 9956, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 9963, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 9970, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 9977, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 9995, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10003, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10015, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10021, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10034, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10073, 8, 635, 3, 635, 10075, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10095, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10105, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10116, 8, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 1, 635, 3, 635, 10128, 8, 635, 1, 636, 1, 636, 1, 636, 1, 636, 1, 636, 3, 636, 10135, 8, 636, 1, 637, 1, 637, 1, 637, 1, 637, 1, 637, 1, 637, 1, 637, 1, 637, 1, 637, 1, 637, 3, 637, 10147, 8, 637, 1, 638, 1, 638, 1, 638, 1, 638, 1, 638, 1, 639, 1, 639, 1, 639, 5, 639, 10157, 8, 639, 10, 639, 12, 639, 10160, 9, 639, 1, 640, 1, 640, 1, 640, 3, 640, 10165, 8, 640, 1, 641, 1, 641, 1, 642, 1, 642, 1, 642, 1, 642, 3, 642, 10173, 8, 642, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 1, 643, 3, 643, 10190, 8, 643, 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, 646, 1, 646, 1, 646, 1, 647, 1, 647, 1, 647, 1, 648, 1, 648, 1, 648, 5, 648, 10213, 8, 648, 10, 648, 12, 648, 10216, 9, 648, 1, 649, 1, 649, 1, 649, 1, 649, 1, 650, 1, 650, 1, 650, 3, 650, 10225, 8, 650, 1, 651, 1, 651, 3, 651, 10229, 8, 651, 1, 651, 3, 651, 10232, 8, 651, 1, 651, 3, 651, 10235, 8, 651, 1, 651, 3, 651, 10238, 8, 651, 1, 651, 1, 651, 1, 652, 1, 652, 1, 653, 1, 653, 1, 653, 1, 653, 1, 654, 1, 654, 1, 654, 3, 654, 10251, 8, 654, 1, 654, 1, 654, 1, 654, 3, 654, 10256, 8, 654, 1, 654, 1, 654, 1, 654, 3, 654, 10261, 8, 654, 3, 654, 10263, 8, 654, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 1, 655, 3, 655, 10271, 8, 655, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 1, 656, 3, 656, 10280, 8, 656, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 1, 657, 3, 657, 10289, 8, 657, 1, 658, 1, 658, 1, 658, 3, 658, 10294, 8, 658, 1, 658, 1, 658, 1, 658, 1, 658, 1, 658, 1, 658, 1, 658, 3, 658, 10303, 8, 658, 1, 659, 1, 659, 1, 659, 3, 659, 10308, 8, 659, 1, 659, 1, 659, 1, 660, 1, 660, 1, 660, 1, 660, 1, 660, 1, 660, 1, 661, 1, 661, 1, 662, 1, 662, 3, 662, 10322, 8, 662, 1, 663, 1, 663, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 1, 664, 3, 664, 10332, 8, 664, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 1, 665, 3, 665, 10340, 8, 665, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 1, 666, 3, 666, 10354, 8, 666, 1, 667, 1, 667, 1, 667, 5, 667, 10359, 8, 667, 10, 667, 12, 667, 10362, 9, 667, 1, 668, 1, 668, 1, 668, 5, 668, 10367, 8, 668, 10, 668, 12, 668, 10370, 9, 668, 1, 669, 1, 669, 1, 669, 5, 669, 10375, 8, 669, 10, 669, 12, 669, 10378, 9, 669, 1, 670, 1, 670, 1, 670, 1, 670, 1, 670, 3, 670, 10385, 8, 670, 1, 671, 1, 671, 3, 671, 10389, 8, 671, 1, 672, 1, 672, 1, 672, 5, 672, 10394, 8, 672, 10, 672, 12, 672, 10397, 9, 672, 1, 673, 1, 673, 1, 673, 1, 673, 1, 673, 3, 673, 10404, 8, 673, 1, 674, 1, 674, 1, 674, 5, 674, 10409, 8, 674, 10, 674, 12, 674, 10412, 9, 674, 1, 675, 1, 675, 1, 675, 3, 675, 10417, 8, 675, 1, 675, 1, 675, 1, 676, 1, 676, 1, 676, 5, 676, 10424, 8, 676, 10, 676, 12, 676, 10427, 9, 676, 1, 677, 1, 677, 1, 677, 1, 677, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 1, 678, 3, 678, 10441, 8, 678, 1, 679, 1, 679, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 1, 680, 3, 680, 10452, 8, 680, 1, 681, 1, 681, 1, 681, 1, 681, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 1, 682, 3, 682, 10485, 8, 682, 1, 683, 1, 683, 1, 683, 1, 683, 1, 683, 1, 683, 1, 683, 3, 683, 10494, 8, 683, 1, 684, 1, 684, 1, 684, 1, 684, 1, 684, 3, 684, 10501, 8, 684, 1, 685, 1, 685, 3, 685, 10505, 8, 685, 1, 685, 1, 685, 3, 685, 10509, 8, 685, 1, 685, 1, 685, 1, 686, 4, 686, 10514, 8, 686, 11, 686, 12, 686, 10515, 1, 687, 1, 687, 1, 687, 1, 687, 1, 687, 1, 688, 1, 688, 1, 688, 1, 689, 1, 689, 1, 690, 1, 690, 3, 690, 10530, 8, 690, 1, 691, 1, 691, 1, 691, 3, 691, 10535, 8, 691, 1, 691, 1, 691, 1, 691, 3, 691, 10540, 8, 691, 1, 691, 1, 691, 3, 691, 10544, 8, 691, 3, 691, 10546, 8, 691, 1, 691, 3, 691, 10549, 8, 691, 1, 692, 1, 692, 1, 693, 4, 693, 10554, 8, 693, 11, 693, 12, 693, 10555, 1, 694, 5, 694, 10559, 8, 694, 10, 694, 12, 694, 10562, 9, 694, 1, 695, 1, 695, 1, 696, 1, 696, 1, 696, 5, 696, 10569, 8, 696, 10, 696, 12, 696, 10572, 9, 696, 1, 697, 1, 697, 1, 697, 1, 697, 1, 697, 3, 697, 10579, 8, 697, 1, 697, 3, 697, 10582, 8, 697, 1, 698, 1, 698, 1, 698, 5, 698, 10587, 8, 698, 10, 698, 12, 698, 10590, 9, 698, 1, 699, 1, 699, 1, 699, 5, 699, 10595, 8, 699, 10, 699, 12, 699, 10598, 9, 699, 1, 700, 1, 700, 1, 700, 5, 700, 10603, 8, 700, 10, 700, 12, 700, 10606, 9, 700, 1, 701, 1, 701, 1, 701, 5, 701, 10611, 8, 701, 10, 701, 12, 701, 10614, 9, 701, 1, 702, 1, 702, 1, 702, 5, 702, 10619, 8, 702, 10, 702, 12, 702, 10622, 9, 702, 1, 703, 1, 703, 3, 703, 10626, 8, 703, 1, 704, 1, 704, 3, 704, 10630, 8, 704, 1, 705, 1, 705, 3, 705, 10634, 8, 705, 1, 706, 1, 706, 3, 706, 10638, 8, 706, 1, 707, 1, 707, 3, 707, 10642, 8, 707, 1, 708, 1, 708, 3, 708, 10646, 8, 708, 1, 709, 1, 709, 3, 709, 10650, 8, 709, 1, 710, 1, 710, 1, 710, 5, 710, 10655, 8, 710, 10, 710, 12, 710, 10658, 9, 710, 1, 711, 1, 711, 1, 711, 5, 711, 10663, 8, 711, 10, 711, 12, 711, 10666, 9, 711, 1, 712, 1, 712, 3, 712, 10670, 8, 712, 1, 713, 1, 713, 3, 713, 10674, 8, 713, 1, 714, 1, 714, 3, 714, 10678, 8, 714, 1, 715, 1, 715, 1, 716, 1, 716, 1, 717, 1, 717, 1, 717, 1, 717, 3, 717, 10688, 8, 717, 1, 718, 1, 718, 1, 718, 1, 718, 3, 718, 10694, 8, 718, 1, 719, 1, 719, 5, 719, 10698, 8, 719, 10, 719, 12, 719, 10701, 9, 719, 1, 719, 3, 719, 10704, 8, 719, 1, 720, 1, 720, 1, 721, 1, 721, 1, 722, 1, 722, 1, 723, 1, 723, 1, 724, 1, 724, 1, 724, 1, 724, 3, 724, 10718, 8, 724, 1, 725, 1, 725, 1, 725, 1, 725, 3, 725, 10724, 8, 725, 1, 726, 1, 726, 1, 726, 1, 726, 3, 726, 10730, 8, 726, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 3, 727, 10742, 8, 727, 1, 727, 1, 727, 1, 727, 3, 727, 10747, 8, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 3, 727, 10755, 8, 727, 1, 727, 1, 727, 1, 727, 1, 727, 1, 727, 3, 727, 10762, 8, 727, 1, 727, 1, 727, 1, 727, 3, 727, 10767, 8, 727, 1, 728, 1, 728, 1, 729, 1, 729, 1, 730, 1, 730, 1, 731, 1, 731, 1, 732, 1, 732, 3, 732, 10779, 8, 732, 1, 733, 1, 733, 1, 733, 1, 733, 5, 733, 10785, 8, 733, 10, 733, 12, 733, 10788, 9, 733, 1, 733, 1, 733, 3, 733, 10792, 8, 733, 1, 734, 1, 734, 1, 734, 1, 735, 1, 735, 1, 735, 1, 735, 1, 735, 3, 735, 10802, 8, 735, 1, 736, 1, 736, 1, 737, 1, 737, 1, 738, 1, 738, 1, 738, 1, 738, 1, 738, 3, 738, 10813, 8, 738, 1, 739, 1, 739, 1, 739, 5, 739, 10818, 8, 739, 10, 739, 12, 739, 10821, 9, 739, 1, 740, 1, 740, 1, 740, 1, 740, 3, 740, 10827, 8, 740, 1, 741, 1, 741, 1, 742, 1, 742, 1, 742, 1, 742, 1, 742, 1, 742, 1, 742, 3, 742, 10838, 8, 742, 1, 742, 3, 742, 10841, 8, 742, 3, 742, 10843, 8, 742, 1, 743, 1, 743, 3, 743, 10847, 8, 743, 1, 743, 3, 743, 10850, 8, 743, 1, 744, 1, 744, 1, 744, 1, 744, 3, 744, 10856, 8, 744, 1, 745, 1, 745, 1, 745, 1, 745, 3, 745, 10862, 8, 745, 1, 746, 1, 746, 3, 746, 10866, 8, 746, 1, 747, 1, 747, 1, 747, 1, 747, 3, 747, 10872, 8, 747, 1, 748, 1, 748, 1, 748, 1, 748, 1, 748, 1, 748, 3, 748, 10880, 8, 748, 1, 749, 1, 749, 3, 749, 10884, 8, 749, 1, 749, 1, 749, 1, 749, 1, 749, 1, 749, 1, 749, 3, 749, 10892, 8, 749, 1, 750, 1, 750, 1, 751, 1, 751, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 1, 752, 3, 752, 10949, 8, 752, 1, 753, 1, 753, 1, 754, 1, 754, 1, 755, 1, 755, 1, 755, 1, 755, 1, 756, 5, 756, 10960, 8, 756, 10, 756, 12, 756, 10963, 9, 756, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 1, 757, 3, 757, 10985, 8, 757, 1, 758, 1, 758, 1, 759, 1, 759, 1, 759, 1, 759, 3, 759, 10993, 8, 759, 1, 760, 1, 760, 3, 760, 10997, 8, 760, 1, 761, 1, 761, 1, 761, 1, 761, 1, 761, 1, 761, 1, 761, 1, 762, 1, 762, 1, 762, 3, 762, 11009, 8, 762, 3, 762, 11011, 8, 762, 1, 763, 1, 763, 1, 764, 4, 764, 11016, 8, 764, 11, 764, 12, 764, 11017, 1, 765, 1, 765, 1, 765, 1, 765, 1, 766, 1, 766, 1, 766, 3, 766, 11027, 8, 766, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 1, 767, 3, 767, 11045, 8, 767, 1, 767, 1, 767, 1, 768, 1, 768, 1, 768, 1, 768, 3, 768, 11053, 8, 768, 1, 769, 1, 769, 1, 770, 1, 770, 1, 770, 1, 770, 1, 770, 3, 770, 11062, 8, 770, 1, 771, 1, 771, 1, 771, 5, 771, 11067, 8, 771, 10, 771, 12, 771, 11070, 9, 771, 1, 772, 1, 772, 1, 772, 1, 773, 1, 773, 1, 774, 1, 774, 3, 774, 11079, 8, 774, 1, 775, 1, 775, 1, 776, 1, 776, 3, 776, 11085, 8, 776, 1, 777, 1, 777, 1, 778, 1, 778, 1, 778, 3, 778, 11092, 8, 778, 1, 779, 1, 779, 1, 779, 3, 779, 11097, 8, 779, 1, 780, 1, 780, 1, 780, 1, 780, 3, 780, 11103, 8, 780, 1, 781, 1, 781, 3, 781, 11107, 8, 781, 1, 782, 1, 782, 1, 783, 5, 783, 11112, 8, 783, 10, 783, 12, 783, 11115, 9, 783, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 1, 784, 3, 784, 11144, 8, 784, 1, 785, 1, 785, 1, 785, 1, 785, 1, 786, 1, 786, 1, 786, 1, 786, 1, 786, 1, 786, 1, 786, 3, 786, 11157, 8, 786, 1, 786, 1, 786, 1, 786, 1, 786, 1, 786, 1, 786, 1, 786, 3, 786, 11166, 8, 786, 1, 787, 1, 787, 3, 787, 11170, 8, 787, 1, 788, 1, 788, 1, 788, 1, 788, 1, 788, 1, 789, 1, 789, 1, 789, 1, 789, 1, 789, 1, 789, 1, 790, 1, 790, 1, 790, 3, 790, 11186, 8, 790, 1, 791, 1, 791, 1, 791, 5, 791, 11191, 8, 791, 10, 791, 12, 791, 11194, 9, 791, 1, 792, 1, 792, 1, 792, 1, 792, 1, 793, 1, 793, 1, 794, 1, 794, 1, 795, 1, 795, 3, 795, 11206, 8, 795, 1, 795, 1, 795, 1, 795, 1, 795, 5, 795, 11212, 8, 795, 10, 795, 12, 795, 11215, 9, 795, 1, 796, 1, 796, 1, 796, 1, 796, 1, 796, 1, 796, 1, 796, 1, 796, 1, 796, 1, 796, 1, 797, 1, 797, 1, 797, 1, 797, 1, 797, 5, 797, 11232, 8, 797, 10, 797, 12, 797, 11235, 9, 797, 1, 798, 1, 798, 1, 798, 3, 798, 11240, 8, 798, 1, 799, 1, 799, 1, 799, 1, 799, 1, 799, 1, 799, 1, 799, 1, 799, 1, 800, 1, 800, 3, 800, 11252, 8, 800, 1, 801, 4, 801, 11255, 8, 801, 11, 801, 12, 801, 11256, 1, 802, 1, 802, 1, 802, 1, 802, 1, 802, 1, 803, 1, 803, 1, 803, 3, 803, 11267, 8, 803, 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, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 1, 807, 3, 807, 11299, 8, 807, 1, 808, 1, 808, 1, 808, 3, 808, 11304, 8, 808, 1, 809, 1, 809, 1, 809, 1, 809, 1, 809, 5, 809, 11311, 8, 809, 10, 809, 12, 809, 11314, 9, 809, 1, 809, 1, 809, 3, 809, 11318, 8, 809, 1, 810, 1, 810, 3, 810, 11322, 8, 810, 1, 811, 1, 811, 1, 811, 3, 811, 11327, 8, 811, 1, 812, 1, 812, 1, 813, 1, 813, 1, 813, 1, 813, 1, 813, 1, 813, 1, 813, 1, 813, 1, 813, 1, 814, 1, 814, 1, 814, 3, 814, 11343, 8, 814, 1, 815, 1, 815, 1, 815, 3, 815, 11348, 8, 815, 1, 815, 1, 815, 1, 816, 1, 816, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 1, 817, 3, 817, 11363, 8, 817, 1, 817, 3, 817, 11366, 8, 817, 1, 817, 1, 817, 1, 818, 1, 818, 3, 818, 11372, 8, 818, 1, 819, 1, 819, 3, 819, 11376, 8, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 3, 819, 11385, 8, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 3, 819, 11393, 8, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 1, 819, 3, 819, 11402, 8, 819, 1, 819, 1, 819, 1, 819, 1, 819, 3, 819, 11408, 8, 819, 1, 820, 1, 820, 1, 821, 1, 821, 1, 821, 4, 821, 11415, 8, 821, 11, 821, 12, 821, 11416, 3, 821, 11419, 8, 821, 1, 822, 1, 822, 1, 822, 3, 822, 11424, 8, 822, 1, 823, 1, 823, 1, 823, 1, 823, 1, 824, 1, 824, 1, 824, 5, 824, 11433, 8, 824, 10, 824, 12, 824, 11436, 9, 824, 1, 825, 1, 825, 1, 825, 1, 825, 1, 825, 1, 826, 1, 826, 1, 826, 3, 826, 11446, 8, 826, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 1, 827, 1, 828, 1, 828, 1, 828, 1, 829, 1, 829, 1, 829, 1, 829, 1, 829, 1, 829, 1, 829, 1, 829, 1, 829, 3, 829, 11467, 8, 829, 1, 829, 1, 829, 1, 830, 1, 830, 1, 830, 3, 830, 11474, 8, 830, 1, 831, 1, 831, 1, 831, 5, 831, 11479, 8, 831, 10, 831, 12, 831, 11482, 9, 831, 1, 832, 1, 832, 1, 832, 3, 832, 11487, 8, 832, 1, 832, 3, 832, 11490, 8, 832, 1, 833, 1, 833, 1, 833, 1, 833, 1, 833, 1, 833, 1, 833, 1, 833, 1, 833, 3, 833, 11501, 8, 833, 1, 833, 1, 833, 1, 833, 1, 833, 1, 833, 3, 833, 11508, 8, 833, 3, 833, 11510, 8, 833, 1, 833, 1, 833, 1, 834, 1, 834, 1, 834, 1, 834, 1, 834, 3, 834, 11519, 8, 834, 1, 835, 1, 835, 1, 835, 5, 835, 11524, 8, 835, 10, 835, 12, 835, 11527, 9, 835, 1, 836, 1, 836, 1, 836, 3, 836, 11532, 8, 836, 1, 837, 1, 837, 1, 837, 1, 837, 3, 837, 11538, 8, 837, 1, 838, 1, 838, 3, 838, 11542, 8, 838, 1, 839, 1, 839, 3, 839, 11546, 8, 839, 1, 839, 1, 839, 1, 839, 1, 839, 1, 839, 1, 839, 1, 840, 1, 840, 1, 841, 1, 841, 1, 841, 3, 841, 11559, 8, 841, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 1, 842, 3, 842, 11574, 8, 842, 3, 842, 11576, 8, 842, 1, 843, 1, 843, 3, 843, 11580, 8, 843, 1, 843, 1, 843, 1, 843, 1, 844, 3, 844, 11586, 8, 844, 1, 844, 1, 844, 1, 844, 3, 844, 11591, 8, 844, 1, 844, 1, 844, 3, 844, 11595, 8, 844, 1, 844, 3, 844, 11598, 8, 844, 1, 844, 3, 844, 11601, 8, 844, 1, 844, 1, 844, 1, 844, 1, 844, 1, 844, 4, 844, 11608, 8, 844, 11, 844, 12, 844, 11609, 1, 845, 3, 845, 11613, 8, 845, 1, 845, 1, 845, 3, 845, 11617, 8, 845, 1, 845, 1, 845, 3, 845, 11621, 8, 845, 3, 845, 11623, 8, 845, 1, 845, 3, 845, 11626, 8, 845, 1, 845, 3, 845, 11629, 8, 845, 1, 846, 1, 846, 1, 847, 1, 847, 1, 847, 1, 847, 3, 847, 11637, 8, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 3, 847, 11644, 8, 847, 1, 847, 1, 847, 1, 847, 1, 847, 1, 847, 3, 847, 11651, 8, 847, 1, 847, 1, 847, 1, 847, 1, 847, 3, 847, 11657, 8, 847, 3, 847, 11659, 8, 847, 1, 848, 1, 848, 1, 848, 1, 848, 1, 848, 3, 848, 11666, 8, 848, 1, 848, 1, 848, 1, 848, 3, 848, 11671, 8, 848, 1, 848, 1, 848, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 1, 849, 4, 849, 11689, 8, 849, 11, 849, 12, 849, 11690, 1, 850, 1, 850, 1, 850, 1, 850, 3, 850, 11697, 8, 850, 1, 851, 1, 851, 1, 851, 1, 851, 5, 851, 11703, 8, 851, 10, 851, 12, 851, 11706, 9, 851, 1, 851, 1, 851, 1, 852, 1, 852, 3, 852, 11712, 8, 852, 1, 853, 1, 853, 1, 853, 1, 853, 1, 854, 1, 854, 1, 854, 1, 855, 1, 855, 3, 855, 11723, 8, 855, 1, 855, 1, 855, 1, 856, 1, 856, 3, 856, 11729, 8, 856, 1, 856, 1, 856, 1, 857, 1, 857, 3, 857, 11735, 8, 857, 1, 857, 1, 857, 1, 858, 1, 858, 1, 858, 1, 858, 1, 858, 1, 858, 1, 858, 1, 858, 1, 858, 3, 858, 11748, 8, 858, 1, 858, 3, 858, 11751, 8, 858, 1, 859, 1, 859, 3, 859, 11755, 8, 859, 1, 860, 1, 860, 1, 860, 3, 860, 11760, 8, 860, 1, 861, 4, 861, 11763, 8, 861, 11, 861, 12, 861, 11764, 1, 862, 1, 862, 1, 862, 1, 862, 1, 862, 1, 863, 1, 863, 1, 863, 5, 863, 11775, 8, 863, 10, 863, 12, 863, 11778, 9, 863, 1, 864, 1, 864, 1, 864, 3, 864, 11783, 8, 864, 1, 865, 1, 865, 3, 865, 11787, 8, 865, 1, 866, 1, 866, 3, 866, 11791, 8, 866, 1, 867, 1, 867, 3, 867, 11795, 8, 867, 1, 868, 1, 868, 1, 868, 1, 869, 1, 869, 3, 869, 11802, 8, 869, 1, 870, 1, 870, 1, 871, 3, 871, 11807, 8, 871, 1, 871, 3, 871, 11810, 8, 871, 1, 871, 3, 871, 11813, 8, 871, 1, 871, 3, 871, 11816, 8, 871, 1, 871, 3, 871, 11819, 8, 871, 1, 871, 3, 871, 11822, 8, 871, 1, 871, 3, 871, 11825, 8, 871, 1, 872, 1, 872, 1, 873, 1, 873, 1, 874, 1, 874, 1, 875, 1, 875, 1, 876, 1, 876, 3, 876, 11837, 8, 876, 1, 877, 1, 877, 1, 877, 1, 877, 1, 877, 0, 1, 1258, 878, 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, 1754, 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, 1759, 1, 0, 0, 0, 2, 1764, 1, 0, 0, 0, 4, 1766, 1, 0, 0, 0, 6, 1887, 1, 0, 0, 0, 8, 1889, 1, 0, 0, 0, 10, 1893, 1, 0, 0, 0, 12, 1896, 1, 0, 0, 0, 14, 1904, 1, 0, 0, 0, 16, 1909, 1, 0, 0, 0, 18, 1915, 1, 0, 0, 0, 20, 1953, 1, 0, 0, 0, 22, 1965, 1, 0, 0, 0, 24, 1967, 1, 0, 0, 0, 26, 1975, 1, 0, 0, 0, 28, 1987, 1, 0, 0, 0, 30, 1989, 1, 0, 0, 0, 32, 1998, 1, 0, 0, 0, 34, 2026, 1, 0, 0, 0, 36, 2028, 1, 0, 0, 0, 38, 2076, 1, 0, 0, 0, 40, 2078, 1, 0, 0, 0, 42, 2086, 1, 0, 0, 0, 44, 2093, 1, 0, 0, 0, 46, 2095, 1, 0, 0, 0, 48, 2110, 1, 0, 0, 0, 50, 2117, 1, 0, 0, 0, 52, 2126, 1, 0, 0, 0, 54, 2128, 1, 0, 0, 0, 56, 2142, 1, 0, 0, 0, 58, 2146, 1, 0, 0, 0, 60, 2182, 1, 0, 0, 0, 62, 2184, 1, 0, 0, 0, 64, 2192, 1, 0, 0, 0, 66, 2202, 1, 0, 0, 0, 68, 2209, 1, 0, 0, 0, 70, 2215, 1, 0, 0, 0, 72, 2221, 1, 0, 0, 0, 74, 2239, 1, 0, 0, 0, 76, 2243, 1, 0, 0, 0, 78, 2247, 1, 0, 0, 0, 80, 2251, 1, 0, 0, 0, 82, 2253, 1, 0, 0, 0, 84, 2264, 1, 0, 0, 0, 86, 2268, 1, 0, 0, 0, 88, 2273, 1, 0, 0, 0, 90, 2278, 1, 0, 0, 0, 92, 2280, 1, 0, 0, 0, 94, 2292, 1, 0, 0, 0, 96, 2299, 1, 0, 0, 0, 98, 2301, 1, 0, 0, 0, 100, 2303, 1, 0, 0, 0, 102, 2305, 1, 0, 0, 0, 104, 2441, 1, 0, 0, 0, 106, 2443, 1, 0, 0, 0, 108, 2460, 1, 0, 0, 0, 110, 2462, 1, 0, 0, 0, 112, 2476, 1, 0, 0, 0, 114, 2478, 1, 0, 0, 0, 116, 2494, 1, 0, 0, 0, 118, 2496, 1, 0, 0, 0, 120, 2717, 1, 0, 0, 0, 122, 2724, 1, 0, 0, 0, 124, 2726, 1, 0, 0, 0, 126, 2728, 1, 0, 0, 0, 128, 2731, 1, 0, 0, 0, 130, 2740, 1, 0, 0, 0, 132, 2742, 1, 0, 0, 0, 134, 2746, 1, 0, 0, 0, 136, 2749, 1, 0, 0, 0, 138, 2757, 1, 0, 0, 0, 140, 2769, 1, 0, 0, 0, 142, 2786, 1, 0, 0, 0, 144, 2814, 1, 0, 0, 0, 146, 2816, 1, 0, 0, 0, 148, 2819, 1, 0, 0, 0, 150, 2827, 1, 0, 0, 0, 152, 2832, 1, 0, 0, 0, 154, 2869, 1, 0, 0, 0, 156, 2871, 1, 0, 0, 0, 158, 2913, 1, 0, 0, 0, 160, 2915, 1, 0, 0, 0, 162, 2917, 1, 0, 0, 0, 164, 2922, 1, 0, 0, 0, 166, 2929, 1, 0, 0, 0, 168, 2934, 1, 0, 0, 0, 170, 2976, 1, 0, 0, 0, 172, 2978, 1, 0, 0, 0, 174, 2981, 1, 0, 0, 0, 176, 2986, 1, 0, 0, 0, 178, 2988, 1, 0, 0, 0, 180, 2996, 1, 0, 0, 0, 182, 3007, 1, 0, 0, 0, 184, 3009, 1, 0, 0, 0, 186, 3017, 1, 0, 0, 0, 188, 3019, 1, 0, 0, 0, 190, 3086, 1, 0, 0, 0, 192, 3088, 1, 0, 0, 0, 194, 3100, 1, 0, 0, 0, 196, 3113, 1, 0, 0, 0, 198, 3115, 1, 0, 0, 0, 200, 3117, 1, 0, 0, 0, 202, 3119, 1, 0, 0, 0, 204, 3123, 1, 0, 0, 0, 206, 3131, 1, 0, 0, 0, 208, 3142, 1, 0, 0, 0, 210, 3146, 1, 0, 0, 0, 212, 3148, 1, 0, 0, 0, 214, 3169, 1, 0, 0, 0, 216, 3172, 1, 0, 0, 0, 218, 3181, 1, 0, 0, 0, 220, 3191, 1, 0, 0, 0, 222, 3212, 1, 0, 0, 0, 224, 3272, 1, 0, 0, 0, 226, 3274, 1, 0, 0, 0, 228, 3283, 1, 0, 0, 0, 230, 3288, 1, 0, 0, 0, 232, 3290, 1, 0, 0, 0, 234, 3293, 1, 0, 0, 0, 236, 3301, 1, 0, 0, 0, 238, 3304, 1, 0, 0, 0, 240, 3311, 1, 0, 0, 0, 242, 3399, 1, 0, 0, 0, 244, 3401, 1, 0, 0, 0, 246, 3404, 1, 0, 0, 0, 248, 3408, 1, 0, 0, 0, 250, 3412, 1, 0, 0, 0, 252, 3420, 1, 0, 0, 0, 254, 3428, 1, 0, 0, 0, 256, 3433, 1, 0, 0, 0, 258, 3436, 1, 0, 0, 0, 260, 3444, 1, 0, 0, 0, 262, 3454, 1, 0, 0, 0, 264, 3467, 1, 0, 0, 0, 266, 3469, 1, 0, 0, 0, 268, 3473, 1, 0, 0, 0, 270, 3486, 1, 0, 0, 0, 272, 3488, 1, 0, 0, 0, 274, 3493, 1, 0, 0, 0, 276, 3495, 1, 0, 0, 0, 278, 3502, 1, 0, 0, 0, 280, 3533, 1, 0, 0, 0, 282, 3535, 1, 0, 0, 0, 284, 3544, 1, 0, 0, 0, 286, 3546, 1, 0, 0, 0, 288, 3555, 1, 0, 0, 0, 290, 3559, 1, 0, 0, 0, 292, 3567, 1, 0, 0, 0, 294, 3572, 1, 0, 0, 0, 296, 3576, 1, 0, 0, 0, 298, 3595, 1, 0, 0, 0, 300, 3605, 1, 0, 0, 0, 302, 3615, 1, 0, 0, 0, 304, 3631, 1, 0, 0, 0, 306, 3637, 1, 0, 0, 0, 308, 3652, 1, 0, 0, 0, 310, 3665, 1, 0, 0, 0, 312, 3667, 1, 0, 0, 0, 314, 3677, 1, 0, 0, 0, 316, 3689, 1, 0, 0, 0, 318, 3697, 1, 0, 0, 0, 320, 3699, 1, 0, 0, 0, 322, 3704, 1, 0, 0, 0, 324, 3742, 1, 0, 0, 0, 326, 3744, 1, 0, 0, 0, 328, 3752, 1, 0, 0, 0, 330, 3754, 1, 0, 0, 0, 332, 3762, 1, 0, 0, 0, 334, 3784, 1, 0, 0, 0, 336, 3786, 1, 0, 0, 0, 338, 3790, 1, 0, 0, 0, 340, 3797, 1, 0, 0, 0, 342, 3799, 1, 0, 0, 0, 344, 3801, 1, 0, 0, 0, 346, 3803, 1, 0, 0, 0, 348, 3814, 1, 0, 0, 0, 350, 3817, 1, 0, 0, 0, 352, 3831, 1, 0, 0, 0, 354, 3841, 1, 0, 0, 0, 356, 3843, 1, 0, 0, 0, 358, 3852, 1, 0, 0, 0, 360, 3855, 1, 0, 0, 0, 362, 3960, 1, 0, 0, 0, 364, 3962, 1, 0, 0, 0, 366, 3981, 1, 0, 0, 0, 368, 3984, 1, 0, 0, 0, 370, 3988, 1, 0, 0, 0, 372, 4007, 1, 0, 0, 0, 374, 4009, 1, 0, 0, 0, 376, 4014, 1, 0, 0, 0, 378, 4022, 1, 0, 0, 0, 380, 4027, 1, 0, 0, 0, 382, 4042, 1, 0, 0, 0, 384, 4044, 1, 0, 0, 0, 386, 4047, 1, 0, 0, 0, 388, 4049, 1, 0, 0, 0, 390, 4051, 1, 0, 0, 0, 392, 4070, 1, 0, 0, 0, 394, 4073, 1, 0, 0, 0, 396, 4078, 1, 0, 0, 0, 398, 4080, 1, 0, 0, 0, 400, 4129, 1, 0, 0, 0, 402, 4131, 1, 0, 0, 0, 404, 4149, 1, 0, 0, 0, 406, 4151, 1, 0, 0, 0, 408, 4156, 1, 0, 0, 0, 410, 4171, 1, 0, 0, 0, 412, 4173, 1, 0, 0, 0, 414, 4182, 1, 0, 0, 0, 416, 4202, 1, 0, 0, 0, 418, 4216, 1, 0, 0, 0, 420, 4250, 1, 0, 0, 0, 422, 4280, 1, 0, 0, 0, 424, 4282, 1, 0, 0, 0, 426, 4287, 1, 0, 0, 0, 428, 4293, 1, 0, 0, 0, 430, 4296, 1, 0, 0, 0, 432, 4299, 1, 0, 0, 0, 434, 4305, 1, 0, 0, 0, 436, 4308, 1, 0, 0, 0, 438, 4310, 1, 0, 0, 0, 440, 4319, 1, 0, 0, 0, 442, 4375, 1, 0, 0, 0, 444, 4381, 1, 0, 0, 0, 446, 4383, 1, 0, 0, 0, 448, 4389, 1, 0, 0, 0, 450, 4391, 1, 0, 0, 0, 452, 4406, 1, 0, 0, 0, 454, 4408, 1, 0, 0, 0, 456, 4412, 1, 0, 0, 0, 458, 4416, 1, 0, 0, 0, 460, 4423, 1, 0, 0, 0, 462, 4425, 1, 0, 0, 0, 464, 4427, 1, 0, 0, 0, 466, 4429, 1, 0, 0, 0, 468, 4435, 1, 0, 0, 0, 470, 4437, 1, 0, 0, 0, 472, 4439, 1, 0, 0, 0, 474, 4448, 1, 0, 0, 0, 476, 4452, 1, 0, 0, 0, 478, 4465, 1, 0, 0, 0, 480, 4467, 1, 0, 0, 0, 482, 4473, 1, 0, 0, 0, 484, 4487, 1, 0, 0, 0, 486, 4513, 1, 0, 0, 0, 488, 4515, 1, 0, 0, 0, 490, 4523, 1, 0, 0, 0, 492, 4529, 1, 0, 0, 0, 494, 4537, 1, 0, 0, 0, 496, 4548, 1, 0, 0, 0, 498, 4550, 1, 0, 0, 0, 500, 4662, 1, 0, 0, 0, 502, 4664, 1, 0, 0, 0, 504, 4668, 1, 0, 0, 0, 506, 4676, 1, 0, 0, 0, 508, 4687, 1, 0, 0, 0, 510, 4689, 1, 0, 0, 0, 512, 4693, 1, 0, 0, 0, 514, 4701, 1, 0, 0, 0, 516, 4705, 1, 0, 0, 0, 518, 4707, 1, 0, 0, 0, 520, 4737, 1, 0, 0, 0, 522, 4739, 1, 0, 0, 0, 524, 4743, 1, 0, 0, 0, 526, 4761, 1, 0, 0, 0, 528, 4800, 1, 0, 0, 0, 530, 4802, 1, 0, 0, 0, 532, 4804, 1, 0, 0, 0, 534, 4813, 1, 0, 0, 0, 536, 4815, 1, 0, 0, 0, 538, 4817, 1, 0, 0, 0, 540, 4842, 1, 0, 0, 0, 542, 4844, 1, 0, 0, 0, 544, 4864, 1, 0, 0, 0, 546, 4866, 1, 0, 0, 0, 548, 5252, 1, 0, 0, 0, 550, 5254, 1, 0, 0, 0, 552, 5286, 1, 0, 0, 0, 554, 5319, 1, 0, 0, 0, 556, 5321, 1, 0, 0, 0, 558, 5323, 1, 0, 0, 0, 560, 5331, 1, 0, 0, 0, 562, 5335, 1, 0, 0, 0, 564, 5339, 1, 0, 0, 0, 566, 5345, 1, 0, 0, 0, 568, 5349, 1, 0, 0, 0, 570, 5357, 1, 0, 0, 0, 572, 5377, 1, 0, 0, 0, 574, 5548, 1, 0, 0, 0, 576, 5552, 1, 0, 0, 0, 578, 5663, 1, 0, 0, 0, 580, 5665, 1, 0, 0, 0, 582, 5670, 1, 0, 0, 0, 584, 5676, 1, 0, 0, 0, 586, 5763, 1, 0, 0, 0, 588, 5765, 1, 0, 0, 0, 590, 5767, 1, 0, 0, 0, 592, 5769, 1, 0, 0, 0, 594, 5799, 1, 0, 0, 0, 596, 5817, 1, 0, 0, 0, 598, 5819, 1, 0, 0, 0, 600, 5827, 1, 0, 0, 0, 602, 5829, 1, 0, 0, 0, 604, 5853, 1, 0, 0, 0, 606, 5913, 1, 0, 0, 0, 608, 5915, 1, 0, 0, 0, 610, 5926, 1, 0, 0, 0, 612, 5928, 1, 0, 0, 0, 614, 5932, 1, 0, 0, 0, 616, 5965, 1, 0, 0, 0, 618, 5967, 1, 0, 0, 0, 620, 5971, 1, 0, 0, 0, 622, 5975, 1, 0, 0, 0, 624, 5984, 1, 0, 0, 0, 626, 5996, 1, 0, 0, 0, 628, 6028, 1, 0, 0, 0, 630, 6030, 1, 0, 0, 0, 632, 6032, 1, 0, 0, 0, 634, 6069, 1, 0, 0, 0, 636, 6071, 1, 0, 0, 0, 638, 6073, 1, 0, 0, 0, 640, 6075, 1, 0, 0, 0, 642, 6078, 1, 0, 0, 0, 644, 6109, 1, 0, 0, 0, 646, 6122, 1, 0, 0, 0, 648, 6124, 1, 0, 0, 0, 650, 6129, 1, 0, 0, 0, 652, 6137, 1, 0, 0, 0, 654, 6140, 1, 0, 0, 0, 656, 6142, 1, 0, 0, 0, 658, 6148, 1, 0, 0, 0, 660, 6150, 1, 0, 0, 0, 662, 6177, 1, 0, 0, 0, 664, 6188, 1, 0, 0, 0, 666, 6191, 1, 0, 0, 0, 668, 6197, 1, 0, 0, 0, 670, 6205, 1, 0, 0, 0, 672, 6221, 1, 0, 0, 0, 674, 6223, 1, 0, 0, 0, 676, 6239, 1, 0, 0, 0, 678, 6241, 1, 0, 0, 0, 680, 6257, 1, 0, 0, 0, 682, 6259, 1, 0, 0, 0, 684, 6265, 1, 0, 0, 0, 686, 6286, 1, 0, 0, 0, 688, 6295, 1, 0, 0, 0, 690, 6297, 1, 0, 0, 0, 692, 6299, 1, 0, 0, 0, 694, 6313, 1, 0, 0, 0, 696, 6315, 1, 0, 0, 0, 698, 6320, 1, 0, 0, 0, 700, 6322, 1, 0, 0, 0, 702, 6337, 1, 0, 0, 0, 704, 6345, 1, 0, 0, 0, 706, 6348, 1, 0, 0, 0, 708, 6357, 1, 0, 0, 0, 710, 6396, 1, 0, 0, 0, 712, 6423, 1, 0, 0, 0, 714, 6425, 1, 0, 0, 0, 716, 6437, 1, 0, 0, 0, 718, 6440, 1, 0, 0, 0, 720, 6443, 1, 0, 0, 0, 722, 6451, 1, 0, 0, 0, 724, 6463, 1, 0, 0, 0, 726, 6466, 1, 0, 0, 0, 728, 6470, 1, 0, 0, 0, 730, 6499, 1, 0, 0, 0, 732, 6501, 1, 0, 0, 0, 734, 6510, 1, 0, 0, 0, 736, 6541, 1, 0, 0, 0, 738, 6548, 1, 0, 0, 0, 740, 6553, 1, 0, 0, 0, 742, 6561, 1, 0, 0, 0, 744, 6564, 1, 0, 0, 0, 746, 6568, 1, 0, 0, 0, 748, 6575, 1, 0, 0, 0, 750, 6614, 1, 0, 0, 0, 752, 6620, 1, 0, 0, 0, 754, 6622, 1, 0, 0, 0, 756, 6625, 1, 0, 0, 0, 758, 6672, 1, 0, 0, 0, 760, 6690, 1, 0, 0, 0, 762, 6702, 1, 0, 0, 0, 764, 6719, 1, 0, 0, 0, 766, 6721, 1, 0, 0, 0, 768, 6729, 1, 0, 0, 0, 770, 6743, 1, 0, 0, 0, 772, 7136, 1, 0, 0, 0, 774, 7138, 1, 0, 0, 0, 776, 7210, 1, 0, 0, 0, 778, 7212, 1, 0, 0, 0, 780, 7399, 1, 0, 0, 0, 782, 7401, 1, 0, 0, 0, 784, 7409, 1, 0, 0, 0, 786, 7425, 1, 0, 0, 0, 788, 7432, 1, 0, 0, 0, 790, 7434, 1, 0, 0, 0, 792, 7627, 1, 0, 0, 0, 794, 7629, 1, 0, 0, 0, 796, 7638, 1, 0, 0, 0, 798, 7646, 1, 0, 0, 0, 800, 7686, 1, 0, 0, 0, 802, 7688, 1, 0, 0, 0, 804, 7698, 1, 0, 0, 0, 806, 7706, 1, 0, 0, 0, 808, 7786, 1, 0, 0, 0, 810, 7788, 1, 0, 0, 0, 812, 7814, 1, 0, 0, 0, 814, 7817, 1, 0, 0, 0, 816, 7833, 1, 0, 0, 0, 818, 7835, 1, 0, 0, 0, 820, 7837, 1, 0, 0, 0, 822, 7839, 1, 0, 0, 0, 824, 7841, 1, 0, 0, 0, 826, 7846, 1, 0, 0, 0, 828, 7849, 1, 0, 0, 0, 830, 7856, 1, 0, 0, 0, 832, 7923, 1, 0, 0, 0, 834, 7925, 1, 0, 0, 0, 836, 7937, 1, 0, 0, 0, 838, 7939, 1, 0, 0, 0, 840, 7949, 1, 0, 0, 0, 842, 7951, 1, 0, 0, 0, 844, 7957, 1, 0, 0, 0, 846, 7989, 1, 0, 0, 0, 848, 7996, 1, 0, 0, 0, 850, 7999, 1, 0, 0, 0, 852, 8008, 1, 0, 0, 0, 854, 8011, 1, 0, 0, 0, 856, 8015, 1, 0, 0, 0, 858, 8032, 1, 0, 0, 0, 860, 8034, 1, 0, 0, 0, 862, 8036, 1, 0, 0, 0, 864, 8052, 1, 0, 0, 0, 866, 8058, 1, 0, 0, 0, 868, 8066, 1, 0, 0, 0, 870, 8068, 1, 0, 0, 0, 872, 8074, 1, 0, 0, 0, 874, 8079, 1, 0, 0, 0, 876, 8088, 1, 0, 0, 0, 878, 8114, 1, 0, 0, 0, 880, 8116, 1, 0, 0, 0, 882, 8186, 1, 0, 0, 0, 884, 8188, 1, 0, 0, 0, 886, 8190, 1, 0, 0, 0, 888, 8221, 1, 0, 0, 0, 890, 8223, 1, 0, 0, 0, 892, 8234, 1, 0, 0, 0, 894, 8263, 1, 0, 0, 0, 896, 8279, 1, 0, 0, 0, 898, 8281, 1, 0, 0, 0, 900, 8289, 1, 0, 0, 0, 902, 8291, 1, 0, 0, 0, 904, 8297, 1, 0, 0, 0, 906, 8301, 1, 0, 0, 0, 908, 8303, 1, 0, 0, 0, 910, 8305, 1, 0, 0, 0, 912, 8316, 1, 0, 0, 0, 914, 8318, 1, 0, 0, 0, 916, 8322, 1, 0, 0, 0, 918, 8326, 1, 0, 0, 0, 920, 8331, 1, 0, 0, 0, 922, 8333, 1, 0, 0, 0, 924, 8335, 1, 0, 0, 0, 926, 8339, 1, 0, 0, 0, 928, 8343, 1, 0, 0, 0, 930, 8351, 1, 0, 0, 0, 932, 8371, 1, 0, 0, 0, 934, 8382, 1, 0, 0, 0, 936, 8384, 1, 0, 0, 0, 938, 8392, 1, 0, 0, 0, 940, 8398, 1, 0, 0, 0, 942, 8402, 1, 0, 0, 0, 944, 8404, 1, 0, 0, 0, 946, 8412, 1, 0, 0, 0, 948, 8420, 1, 0, 0, 0, 950, 8441, 1, 0, 0, 0, 952, 8443, 1, 0, 0, 0, 954, 8447, 1, 0, 0, 0, 956, 8456, 1, 0, 0, 0, 958, 8468, 1, 0, 0, 0, 960, 8477, 1, 0, 0, 0, 962, 8489, 1, 0, 0, 0, 964, 8491, 1, 0, 0, 0, 966, 8499, 1, 0, 0, 0, 968, 8502, 1, 0, 0, 0, 970, 8526, 1, 0, 0, 0, 972, 8528, 1, 0, 0, 0, 974, 8532, 1, 0, 0, 0, 976, 8546, 1, 0, 0, 0, 978, 8549, 1, 0, 0, 0, 980, 8560, 1, 0, 0, 0, 982, 8576, 1, 0, 0, 0, 984, 8578, 1, 0, 0, 0, 986, 8583, 1, 0, 0, 0, 988, 8586, 1, 0, 0, 0, 990, 8601, 1, 0, 0, 0, 992, 8627, 1, 0, 0, 0, 994, 8629, 1, 0, 0, 0, 996, 8632, 1, 0, 0, 0, 998, 8640, 1, 0, 0, 0, 1000, 8648, 1, 0, 0, 0, 1002, 8657, 1, 0, 0, 0, 1004, 8665, 1, 0, 0, 0, 1006, 8669, 1, 0, 0, 0, 1008, 8679, 1, 0, 0, 0, 1010, 8710, 1, 0, 0, 0, 1012, 8714, 1, 0, 0, 0, 1014, 8761, 1, 0, 0, 0, 1016, 8776, 1, 0, 0, 0, 1018, 8778, 1, 0, 0, 0, 1020, 8782, 1, 0, 0, 0, 1022, 8788, 1, 0, 0, 0, 1024, 8796, 1, 0, 0, 0, 1026, 8813, 1, 0, 0, 0, 1028, 8821, 1, 0, 0, 0, 1030, 8838, 1, 0, 0, 0, 1032, 8840, 1, 0, 0, 0, 1034, 8842, 1, 0, 0, 0, 1036, 8851, 1, 0, 0, 0, 1038, 8869, 1, 0, 0, 0, 1040, 8871, 1, 0, 0, 0, 1042, 8873, 1, 0, 0, 0, 1044, 8875, 1, 0, 0, 0, 1046, 8883, 1, 0, 0, 0, 1048, 8885, 1, 0, 0, 0, 1050, 8887, 1, 0, 0, 0, 1052, 8891, 1, 0, 0, 0, 1054, 8899, 1, 0, 0, 0, 1056, 8920, 1, 0, 0, 0, 1058, 8922, 1, 0, 0, 0, 1060, 8924, 1, 0, 0, 0, 1062, 8930, 1, 0, 0, 0, 1064, 8947, 1, 0, 0, 0, 1066, 8956, 1, 0, 0, 0, 1068, 8958, 1, 0, 0, 0, 1070, 8965, 1, 0, 0, 0, 1072, 8969, 1, 0, 0, 0, 1074, 8971, 1, 0, 0, 0, 1076, 8973, 1, 0, 0, 0, 1078, 8975, 1, 0, 0, 0, 1080, 8982, 1, 0, 0, 0, 1082, 8999, 1, 0, 0, 0, 1084, 9001, 1, 0, 0, 0, 1086, 9004, 1, 0, 0, 0, 1088, 9009, 1, 0, 0, 0, 1090, 9014, 1, 0, 0, 0, 1092, 9020, 1, 0, 0, 0, 1094, 9027, 1, 0, 0, 0, 1096, 9029, 1, 0, 0, 0, 1098, 9032, 1, 0, 0, 0, 1100, 9036, 1, 0, 0, 0, 1102, 9043, 1, 0, 0, 0, 1104, 9055, 1, 0, 0, 0, 1106, 9058, 1, 0, 0, 0, 1108, 9072, 1, 0, 0, 0, 1110, 9075, 1, 0, 0, 0, 1112, 9144, 1, 0, 0, 0, 1114, 9168, 1, 0, 0, 0, 1116, 9177, 1, 0, 0, 0, 1118, 9191, 1, 0, 0, 0, 1120, 9193, 1, 0, 0, 0, 1122, 9204, 1, 0, 0, 0, 1124, 9227, 1, 0, 0, 0, 1126, 9230, 1, 0, 0, 0, 1128, 9275, 1, 0, 0, 0, 1130, 9277, 1, 0, 0, 0, 1132, 9285, 1, 0, 0, 0, 1134, 9293, 1, 0, 0, 0, 1136, 9300, 1, 0, 0, 0, 1138, 9308, 1, 0, 0, 0, 1140, 9325, 1, 0, 0, 0, 1142, 9327, 1, 0, 0, 0, 1144, 9331, 1, 0, 0, 0, 1146, 9339, 1, 0, 0, 0, 1148, 9344, 1, 0, 0, 0, 1150, 9347, 1, 0, 0, 0, 1152, 9350, 1, 0, 0, 0, 1154, 9357, 1, 0, 0, 0, 1156, 9359, 1, 0, 0, 0, 1158, 9367, 1, 0, 0, 0, 1160, 9372, 1, 0, 0, 0, 1162, 9393, 1, 0, 0, 0, 1164, 9401, 1, 0, 0, 0, 1166, 9411, 1, 0, 0, 0, 1168, 9423, 1, 0, 0, 0, 1170, 9425, 1, 0, 0, 0, 1172, 9439, 1, 0, 0, 0, 1174, 9459, 1, 0, 0, 0, 1176, 9468, 1, 0, 0, 0, 1178, 9486, 1, 0, 0, 0, 1180, 9492, 1, 0, 0, 0, 1182, 9494, 1, 0, 0, 0, 1184, 9501, 1, 0, 0, 0, 1186, 9529, 1, 0, 0, 0, 1188, 9531, 1, 0, 0, 0, 1190, 9537, 1, 0, 0, 0, 1192, 9541, 1, 0, 0, 0, 1194, 9543, 1, 0, 0, 0, 1196, 9551, 1, 0, 0, 0, 1198, 9555, 1, 0, 0, 0, 1200, 9562, 1, 0, 0, 0, 1202, 9579, 1, 0, 0, 0, 1204, 9581, 1, 0, 0, 0, 1206, 9583, 1, 0, 0, 0, 1208, 9593, 1, 0, 0, 0, 1210, 9601, 1, 0, 0, 0, 1212, 9628, 1, 0, 0, 0, 1214, 9630, 1, 0, 0, 0, 1216, 9637, 1, 0, 0, 0, 1218, 9640, 1, 0, 0, 0, 1220, 9642, 1, 0, 0, 0, 1222, 9646, 1, 0, 0, 0, 1224, 9654, 1, 0, 0, 0, 1226, 9662, 1, 0, 0, 0, 1228, 9670, 1, 0, 0, 0, 1230, 9679, 1, 0, 0, 0, 1232, 9683, 1, 0, 0, 0, 1234, 9687, 1, 0, 0, 0, 1236, 9713, 1, 0, 0, 0, 1238, 9727, 1, 0, 0, 0, 1240, 9747, 1, 0, 0, 0, 1242, 9757, 1, 0, 0, 0, 1244, 9761, 1, 0, 0, 0, 1246, 9769, 1, 0, 0, 0, 1248, 9777, 1, 0, 0, 0, 1250, 9783, 1, 0, 0, 0, 1252, 9787, 1, 0, 0, 0, 1254, 9794, 1, 0, 0, 0, 1256, 9799, 1, 0, 0, 0, 1258, 9814, 1, 0, 0, 0, 1260, 9894, 1, 0, 0, 0, 1262, 9896, 1, 0, 0, 0, 1264, 9898, 1, 0, 0, 0, 1266, 9937, 1, 0, 0, 0, 1268, 9941, 1, 0, 0, 0, 1270, 10127, 1, 0, 0, 0, 1272, 10134, 1, 0, 0, 0, 1274, 10146, 1, 0, 0, 0, 1276, 10148, 1, 0, 0, 0, 1278, 10153, 1, 0, 0, 0, 1280, 10161, 1, 0, 0, 0, 1282, 10166, 1, 0, 0, 0, 1284, 10172, 1, 0, 0, 0, 1286, 10189, 1, 0, 0, 0, 1288, 10191, 1, 0, 0, 0, 1290, 10194, 1, 0, 0, 0, 1292, 10200, 1, 0, 0, 0, 1294, 10206, 1, 0, 0, 0, 1296, 10209, 1, 0, 0, 0, 1298, 10217, 1, 0, 0, 0, 1300, 10221, 1, 0, 0, 0, 1302, 10226, 1, 0, 0, 0, 1304, 10241, 1, 0, 0, 0, 1306, 10243, 1, 0, 0, 0, 1308, 10262, 1, 0, 0, 0, 1310, 10270, 1, 0, 0, 0, 1312, 10279, 1, 0, 0, 0, 1314, 10281, 1, 0, 0, 0, 1316, 10302, 1, 0, 0, 0, 1318, 10304, 1, 0, 0, 0, 1320, 10311, 1, 0, 0, 0, 1322, 10317, 1, 0, 0, 0, 1324, 10321, 1, 0, 0, 0, 1326, 10323, 1, 0, 0, 0, 1328, 10331, 1, 0, 0, 0, 1330, 10339, 1, 0, 0, 0, 1332, 10353, 1, 0, 0, 0, 1334, 10355, 1, 0, 0, 0, 1336, 10363, 1, 0, 0, 0, 1338, 10371, 1, 0, 0, 0, 1340, 10384, 1, 0, 0, 0, 1342, 10388, 1, 0, 0, 0, 1344, 10390, 1, 0, 0, 0, 1346, 10403, 1, 0, 0, 0, 1348, 10405, 1, 0, 0, 0, 1350, 10413, 1, 0, 0, 0, 1352, 10420, 1, 0, 0, 0, 1354, 10428, 1, 0, 0, 0, 1356, 10440, 1, 0, 0, 0, 1358, 10442, 1, 0, 0, 0, 1360, 10444, 1, 0, 0, 0, 1362, 10453, 1, 0, 0, 0, 1364, 10484, 1, 0, 0, 0, 1366, 10493, 1, 0, 0, 0, 1368, 10500, 1, 0, 0, 0, 1370, 10502, 1, 0, 0, 0, 1372, 10513, 1, 0, 0, 0, 1374, 10517, 1, 0, 0, 0, 1376, 10522, 1, 0, 0, 0, 1378, 10525, 1, 0, 0, 0, 1380, 10527, 1, 0, 0, 0, 1382, 10548, 1, 0, 0, 0, 1384, 10550, 1, 0, 0, 0, 1386, 10553, 1, 0, 0, 0, 1388, 10560, 1, 0, 0, 0, 1390, 10563, 1, 0, 0, 0, 1392, 10565, 1, 0, 0, 0, 1394, 10581, 1, 0, 0, 0, 1396, 10583, 1, 0, 0, 0, 1398, 10591, 1, 0, 0, 0, 1400, 10599, 1, 0, 0, 0, 1402, 10607, 1, 0, 0, 0, 1404, 10615, 1, 0, 0, 0, 1406, 10623, 1, 0, 0, 0, 1408, 10627, 1, 0, 0, 0, 1410, 10631, 1, 0, 0, 0, 1412, 10635, 1, 0, 0, 0, 1414, 10639, 1, 0, 0, 0, 1416, 10643, 1, 0, 0, 0, 1418, 10647, 1, 0, 0, 0, 1420, 10651, 1, 0, 0, 0, 1422, 10659, 1, 0, 0, 0, 1424, 10667, 1, 0, 0, 0, 1426, 10671, 1, 0, 0, 0, 1428, 10675, 1, 0, 0, 0, 1430, 10679, 1, 0, 0, 0, 1432, 10681, 1, 0, 0, 0, 1434, 10687, 1, 0, 0, 0, 1436, 10693, 1, 0, 0, 0, 1438, 10703, 1, 0, 0, 0, 1440, 10705, 1, 0, 0, 0, 1442, 10707, 1, 0, 0, 0, 1444, 10709, 1, 0, 0, 0, 1446, 10711, 1, 0, 0, 0, 1448, 10717, 1, 0, 0, 0, 1450, 10723, 1, 0, 0, 0, 1452, 10729, 1, 0, 0, 0, 1454, 10766, 1, 0, 0, 0, 1456, 10768, 1, 0, 0, 0, 1458, 10770, 1, 0, 0, 0, 1460, 10772, 1, 0, 0, 0, 1462, 10774, 1, 0, 0, 0, 1464, 10776, 1, 0, 0, 0, 1466, 10791, 1, 0, 0, 0, 1468, 10793, 1, 0, 0, 0, 1470, 10801, 1, 0, 0, 0, 1472, 10803, 1, 0, 0, 0, 1474, 10805, 1, 0, 0, 0, 1476, 10812, 1, 0, 0, 0, 1478, 10814, 1, 0, 0, 0, 1480, 10826, 1, 0, 0, 0, 1482, 10828, 1, 0, 0, 0, 1484, 10842, 1, 0, 0, 0, 1486, 10846, 1, 0, 0, 0, 1488, 10855, 1, 0, 0, 0, 1490, 10861, 1, 0, 0, 0, 1492, 10865, 1, 0, 0, 0, 1494, 10871, 1, 0, 0, 0, 1496, 10879, 1, 0, 0, 0, 1498, 10891, 1, 0, 0, 0, 1500, 10893, 1, 0, 0, 0, 1502, 10895, 1, 0, 0, 0, 1504, 10948, 1, 0, 0, 0, 1506, 10950, 1, 0, 0, 0, 1508, 10952, 1, 0, 0, 0, 1510, 10954, 1, 0, 0, 0, 1512, 10961, 1, 0, 0, 0, 1514, 10984, 1, 0, 0, 0, 1516, 10986, 1, 0, 0, 0, 1518, 10992, 1, 0, 0, 0, 1520, 10996, 1, 0, 0, 0, 1522, 10998, 1, 0, 0, 0, 1524, 11005, 1, 0, 0, 0, 1526, 11012, 1, 0, 0, 0, 1528, 11015, 1, 0, 0, 0, 1530, 11019, 1, 0, 0, 0, 1532, 11026, 1, 0, 0, 0, 1534, 11028, 1, 0, 0, 0, 1536, 11052, 1, 0, 0, 0, 1538, 11054, 1, 0, 0, 0, 1540, 11061, 1, 0, 0, 0, 1542, 11063, 1, 0, 0, 0, 1544, 11071, 1, 0, 0, 0, 1546, 11074, 1, 0, 0, 0, 1548, 11078, 1, 0, 0, 0, 1550, 11080, 1, 0, 0, 0, 1552, 11084, 1, 0, 0, 0, 1554, 11086, 1, 0, 0, 0, 1556, 11091, 1, 0, 0, 0, 1558, 11096, 1, 0, 0, 0, 1560, 11102, 1, 0, 0, 0, 1562, 11106, 1, 0, 0, 0, 1564, 11108, 1, 0, 0, 0, 1566, 11113, 1, 0, 0, 0, 1568, 11143, 1, 0, 0, 0, 1570, 11145, 1, 0, 0, 0, 1572, 11165, 1, 0, 0, 0, 1574, 11169, 1, 0, 0, 0, 1576, 11171, 1, 0, 0, 0, 1578, 11176, 1, 0, 0, 0, 1580, 11185, 1, 0, 0, 0, 1582, 11187, 1, 0, 0, 0, 1584, 11195, 1, 0, 0, 0, 1586, 11199, 1, 0, 0, 0, 1588, 11201, 1, 0, 0, 0, 1590, 11205, 1, 0, 0, 0, 1592, 11216, 1, 0, 0, 0, 1594, 11233, 1, 0, 0, 0, 1596, 11239, 1, 0, 0, 0, 1598, 11241, 1, 0, 0, 0, 1600, 11251, 1, 0, 0, 0, 1602, 11254, 1, 0, 0, 0, 1604, 11258, 1, 0, 0, 0, 1606, 11266, 1, 0, 0, 0, 1608, 11268, 1, 0, 0, 0, 1610, 11271, 1, 0, 0, 0, 1612, 11276, 1, 0, 0, 0, 1614, 11281, 1, 0, 0, 0, 1616, 11303, 1, 0, 0, 0, 1618, 11317, 1, 0, 0, 0, 1620, 11321, 1, 0, 0, 0, 1622, 11326, 1, 0, 0, 0, 1624, 11328, 1, 0, 0, 0, 1626, 11330, 1, 0, 0, 0, 1628, 11342, 1, 0, 0, 0, 1630, 11344, 1, 0, 0, 0, 1632, 11351, 1, 0, 0, 0, 1634, 11353, 1, 0, 0, 0, 1636, 11371, 1, 0, 0, 0, 1638, 11407, 1, 0, 0, 0, 1640, 11409, 1, 0, 0, 0, 1642, 11418, 1, 0, 0, 0, 1644, 11423, 1, 0, 0, 0, 1646, 11425, 1, 0, 0, 0, 1648, 11429, 1, 0, 0, 0, 1650, 11437, 1, 0, 0, 0, 1652, 11445, 1, 0, 0, 0, 1654, 11447, 1, 0, 0, 0, 1656, 11454, 1, 0, 0, 0, 1658, 11457, 1, 0, 0, 0, 1660, 11473, 1, 0, 0, 0, 1662, 11475, 1, 0, 0, 0, 1664, 11489, 1, 0, 0, 0, 1666, 11491, 1, 0, 0, 0, 1668, 11518, 1, 0, 0, 0, 1670, 11520, 1, 0, 0, 0, 1672, 11531, 1, 0, 0, 0, 1674, 11537, 1, 0, 0, 0, 1676, 11541, 1, 0, 0, 0, 1678, 11543, 1, 0, 0, 0, 1680, 11553, 1, 0, 0, 0, 1682, 11558, 1, 0, 0, 0, 1684, 11575, 1, 0, 0, 0, 1686, 11577, 1, 0, 0, 0, 1688, 11585, 1, 0, 0, 0, 1690, 11622, 1, 0, 0, 0, 1692, 11630, 1, 0, 0, 0, 1694, 11658, 1, 0, 0, 0, 1696, 11660, 1, 0, 0, 0, 1698, 11674, 1, 0, 0, 0, 1700, 11696, 1, 0, 0, 0, 1702, 11698, 1, 0, 0, 0, 1704, 11711, 1, 0, 0, 0, 1706, 11713, 1, 0, 0, 0, 1708, 11717, 1, 0, 0, 0, 1710, 11720, 1, 0, 0, 0, 1712, 11726, 1, 0, 0, 0, 1714, 11732, 1, 0, 0, 0, 1716, 11750, 1, 0, 0, 0, 1718, 11754, 1, 0, 0, 0, 1720, 11759, 1, 0, 0, 0, 1722, 11762, 1, 0, 0, 0, 1724, 11766, 1, 0, 0, 0, 1726, 11771, 1, 0, 0, 0, 1728, 11782, 1, 0, 0, 0, 1730, 11786, 1, 0, 0, 0, 1732, 11790, 1, 0, 0, 0, 1734, 11794, 1, 0, 0, 0, 1736, 11796, 1, 0, 0, 0, 1738, 11801, 1, 0, 0, 0, 1740, 11803, 1, 0, 0, 0, 1742, 11806, 1, 0, 0, 0, 1744, 11826, 1, 0, 0, 0, 1746, 11828, 1, 0, 0, 0, 1748, 11830, 1, 0, 0, 0, 1750, 11832, 1, 0, 0, 0, 1752, 11834, 1, 0, 0, 0, 1754, 11838, 1, 0, 0, 0, 1756, 1758, 3, 4, 2, 0, 1757, 1756, 1, 0, 0, 0, 1758, 1761, 1, 0, 0, 0, 1759, 1757, 1, 0, 0, 0, 1759, 1760, 1, 0, 0, 0, 1760, 1762, 1, 0, 0, 0, 1761, 1759, 1, 0, 0, 0, 1762, 1763, 5, 0, 0, 1, 1763, 1, 1, 0, 0, 0, 1764, 1765, 3, 1510, 755, 0, 1765, 3, 1, 0, 0, 0, 1766, 1768, 3, 6, 3, 0, 1767, 1769, 5, 7, 0, 0, 1768, 1767, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1769, 5, 1, 0, 0, 0, 1770, 1888, 3, 494, 247, 0, 1771, 1888, 3, 870, 435, 0, 1772, 1888, 3, 862, 431, 0, 1773, 1888, 3, 864, 432, 0, 1774, 1888, 3, 622, 311, 0, 1775, 1888, 3, 876, 438, 0, 1776, 1888, 3, 520, 260, 0, 1777, 1888, 3, 356, 178, 0, 1778, 1888, 3, 362, 181, 0, 1779, 1888, 3, 372, 186, 0, 1780, 1888, 3, 398, 199, 0, 1781, 1888, 3, 722, 361, 0, 1782, 1888, 3, 42, 21, 0, 1783, 1888, 3, 776, 388, 0, 1784, 1888, 3, 780, 390, 0, 1785, 1888, 3, 792, 396, 0, 1786, 1888, 3, 782, 391, 0, 1787, 1888, 3, 790, 395, 0, 1788, 1888, 3, 416, 208, 0, 1789, 1888, 3, 418, 209, 0, 1790, 1888, 3, 316, 158, 0, 1791, 1888, 3, 872, 436, 0, 1792, 1888, 3, 104, 52, 0, 1793, 1888, 3, 770, 385, 0, 1794, 1888, 3, 150, 75, 0, 1795, 1888, 3, 800, 400, 0, 1796, 1888, 3, 30, 15, 0, 1797, 1888, 3, 32, 16, 0, 1798, 1888, 3, 26, 13, 0, 1799, 1888, 3, 808, 404, 0, 1800, 1888, 3, 298, 149, 0, 1801, 1888, 3, 882, 441, 0, 1802, 1888, 3, 880, 440, 0, 1803, 1888, 3, 412, 206, 0, 1804, 1888, 3, 896, 448, 0, 1805, 1888, 3, 10, 5, 0, 1806, 1888, 3, 100, 50, 0, 1807, 1888, 3, 156, 78, 0, 1808, 1888, 3, 888, 444, 0, 1809, 1888, 3, 574, 287, 0, 1810, 1888, 3, 94, 47, 0, 1811, 1888, 3, 158, 79, 0, 1812, 1888, 3, 438, 219, 0, 1813, 1888, 3, 300, 150, 0, 1814, 1888, 3, 498, 249, 0, 1815, 1888, 3, 750, 375, 0, 1816, 1888, 3, 886, 443, 0, 1817, 1888, 3, 874, 437, 0, 1818, 1888, 3, 350, 175, 0, 1819, 1888, 3, 364, 182, 0, 1820, 1888, 3, 390, 195, 0, 1821, 1888, 3, 400, 200, 0, 1822, 1888, 3, 660, 330, 0, 1823, 1888, 3, 40, 20, 0, 1824, 1888, 3, 306, 153, 0, 1825, 1888, 3, 524, 262, 0, 1826, 1888, 3, 538, 269, 0, 1827, 1888, 3, 794, 397, 0, 1828, 1888, 3, 540, 270, 0, 1829, 1888, 3, 414, 207, 0, 1830, 1888, 3, 332, 166, 0, 1831, 1888, 3, 46, 23, 0, 1832, 1888, 3, 314, 157, 0, 1833, 1888, 3, 188, 94, 0, 1834, 1888, 3, 802, 401, 0, 1835, 1888, 3, 296, 148, 0, 1836, 1888, 3, 346, 173, 0, 1837, 1888, 3, 756, 378, 0, 1838, 1888, 3, 442, 221, 0, 1839, 1888, 3, 486, 243, 0, 1840, 1888, 3, 12, 6, 0, 1841, 1888, 3, 24, 12, 0, 1842, 1888, 3, 408, 204, 0, 1843, 1888, 3, 850, 425, 0, 1844, 1888, 3, 954, 477, 0, 1845, 1888, 3, 998, 499, 0, 1846, 1888, 3, 500, 250, 0, 1847, 1888, 3, 974, 487, 0, 1848, 1888, 3, 102, 51, 0, 1849, 1888, 3, 744, 372, 0, 1850, 1888, 3, 548, 274, 0, 1851, 1888, 3, 950, 475, 0, 1852, 1888, 3, 932, 466, 0, 1853, 1888, 3, 584, 292, 0, 1854, 1888, 3, 592, 296, 0, 1855, 1888, 3, 614, 307, 0, 1856, 1888, 3, 1688, 844, 0, 1857, 1888, 3, 402, 201, 0, 1858, 1888, 3, 632, 316, 0, 1859, 1888, 3, 956, 478, 0, 1860, 1888, 3, 828, 414, 0, 1861, 1888, 3, 312, 156, 0, 1862, 1888, 3, 848, 424, 0, 1863, 1888, 3, 978, 489, 0, 1864, 1888, 3, 824, 412, 0, 1865, 1888, 3, 944, 472, 0, 1866, 1888, 3, 546, 273, 0, 1867, 1888, 3, 760, 380, 0, 1868, 1888, 3, 732, 366, 0, 1869, 1888, 3, 730, 365, 0, 1870, 1888, 3, 734, 367, 0, 1871, 1888, 3, 772, 386, 0, 1872, 1888, 3, 594, 297, 0, 1873, 1888, 3, 616, 308, 0, 1874, 1888, 3, 810, 405, 0, 1875, 1888, 3, 578, 289, 0, 1876, 1888, 3, 1006, 503, 0, 1877, 1888, 3, 832, 416, 0, 1878, 1888, 3, 570, 285, 0, 1879, 1888, 3, 830, 415, 0, 1880, 1888, 3, 988, 494, 0, 1881, 1888, 3, 894, 447, 0, 1882, 1888, 3, 82, 41, 0, 1883, 1888, 3, 54, 27, 0, 1884, 1888, 3, 92, 46, 0, 1885, 1888, 3, 844, 422, 0, 1886, 1888, 3, 8, 4, 0, 1887, 1770, 1, 0, 0, 0, 1887, 1771, 1, 0, 0, 0, 1887, 1772, 1, 0, 0, 0, 1887, 1773, 1, 0, 0, 0, 1887, 1774, 1, 0, 0, 0, 1887, 1775, 1, 0, 0, 0, 1887, 1776, 1, 0, 0, 0, 1887, 1777, 1, 0, 0, 0, 1887, 1778, 1, 0, 0, 0, 1887, 1779, 1, 0, 0, 0, 1887, 1780, 1, 0, 0, 0, 1887, 1781, 1, 0, 0, 0, 1887, 1782, 1, 0, 0, 0, 1887, 1783, 1, 0, 0, 0, 1887, 1784, 1, 0, 0, 0, 1887, 1785, 1, 0, 0, 0, 1887, 1786, 1, 0, 0, 0, 1887, 1787, 1, 0, 0, 0, 1887, 1788, 1, 0, 0, 0, 1887, 1789, 1, 0, 0, 0, 1887, 1790, 1, 0, 0, 0, 1887, 1791, 1, 0, 0, 0, 1887, 1792, 1, 0, 0, 0, 1887, 1793, 1, 0, 0, 0, 1887, 1794, 1, 0, 0, 0, 1887, 1795, 1, 0, 0, 0, 1887, 1796, 1, 0, 0, 0, 1887, 1797, 1, 0, 0, 0, 1887, 1798, 1, 0, 0, 0, 1887, 1799, 1, 0, 0, 0, 1887, 1800, 1, 0, 0, 0, 1887, 1801, 1, 0, 0, 0, 1887, 1802, 1, 0, 0, 0, 1887, 1803, 1, 0, 0, 0, 1887, 1804, 1, 0, 0, 0, 1887, 1805, 1, 0, 0, 0, 1887, 1806, 1, 0, 0, 0, 1887, 1807, 1, 0, 0, 0, 1887, 1808, 1, 0, 0, 0, 1887, 1809, 1, 0, 0, 0, 1887, 1810, 1, 0, 0, 0, 1887, 1811, 1, 0, 0, 0, 1887, 1812, 1, 0, 0, 0, 1887, 1813, 1, 0, 0, 0, 1887, 1814, 1, 0, 0, 0, 1887, 1815, 1, 0, 0, 0, 1887, 1816, 1, 0, 0, 0, 1887, 1817, 1, 0, 0, 0, 1887, 1818, 1, 0, 0, 0, 1887, 1819, 1, 0, 0, 0, 1887, 1820, 1, 0, 0, 0, 1887, 1821, 1, 0, 0, 0, 1887, 1822, 1, 0, 0, 0, 1887, 1823, 1, 0, 0, 0, 1887, 1824, 1, 0, 0, 0, 1887, 1825, 1, 0, 0, 0, 1887, 1826, 1, 0, 0, 0, 1887, 1827, 1, 0, 0, 0, 1887, 1828, 1, 0, 0, 0, 1887, 1829, 1, 0, 0, 0, 1887, 1830, 1, 0, 0, 0, 1887, 1831, 1, 0, 0, 0, 1887, 1832, 1, 0, 0, 0, 1887, 1833, 1, 0, 0, 0, 1887, 1834, 1, 0, 0, 0, 1887, 1835, 1, 0, 0, 0, 1887, 1836, 1, 0, 0, 0, 1887, 1837, 1, 0, 0, 0, 1887, 1838, 1, 0, 0, 0, 1887, 1839, 1, 0, 0, 0, 1887, 1840, 1, 0, 0, 0, 1887, 1841, 1, 0, 0, 0, 1887, 1842, 1, 0, 0, 0, 1887, 1843, 1, 0, 0, 0, 1887, 1844, 1, 0, 0, 0, 1887, 1845, 1, 0, 0, 0, 1887, 1846, 1, 0, 0, 0, 1887, 1847, 1, 0, 0, 0, 1887, 1848, 1, 0, 0, 0, 1887, 1849, 1, 0, 0, 0, 1887, 1850, 1, 0, 0, 0, 1887, 1851, 1, 0, 0, 0, 1887, 1852, 1, 0, 0, 0, 1887, 1853, 1, 0, 0, 0, 1887, 1854, 1, 0, 0, 0, 1887, 1855, 1, 0, 0, 0, 1887, 1856, 1, 0, 0, 0, 1887, 1857, 1, 0, 0, 0, 1887, 1858, 1, 0, 0, 0, 1887, 1859, 1, 0, 0, 0, 1887, 1860, 1, 0, 0, 0, 1887, 1861, 1, 0, 0, 0, 1887, 1862, 1, 0, 0, 0, 1887, 1863, 1, 0, 0, 0, 1887, 1864, 1, 0, 0, 0, 1887, 1865, 1, 0, 0, 0, 1887, 1866, 1, 0, 0, 0, 1887, 1867, 1, 0, 0, 0, 1887, 1868, 1, 0, 0, 0, 1887, 1869, 1, 0, 0, 0, 1887, 1870, 1, 0, 0, 0, 1887, 1871, 1, 0, 0, 0, 1887, 1872, 1, 0, 0, 0, 1887, 1873, 1, 0, 0, 0, 1887, 1874, 1, 0, 0, 0, 1887, 1875, 1, 0, 0, 0, 1887, 1876, 1, 0, 0, 0, 1887, 1877, 1, 0, 0, 0, 1887, 1878, 1, 0, 0, 0, 1887, 1879, 1, 0, 0, 0, 1887, 1880, 1, 0, 0, 0, 1887, 1881, 1, 0, 0, 0, 1887, 1882, 1, 0, 0, 0, 1887, 1883, 1, 0, 0, 0, 1887, 1884, 1, 0, 0, 0, 1887, 1885, 1, 0, 0, 0, 1887, 1886, 1, 0, 0, 0, 1888, 7, 1, 0, 0, 0, 1889, 1891, 5, 583, 0, 0, 1890, 1892, 5, 584, 0, 0, 1891, 1890, 1, 0, 0, 0, 1891, 1892, 1, 0, 0, 0, 1892, 9, 1, 0, 0, 0, 1893, 1894, 5, 433, 0, 0, 1894, 1895, 3, 1264, 632, 0, 1895, 11, 1, 0, 0, 0, 1896, 1897, 5, 46, 0, 0, 1897, 1898, 5, 318, 0, 0, 1898, 1900, 3, 1474, 737, 0, 1899, 1901, 3, 14, 7, 0, 1900, 1899, 1, 0, 0, 0, 1900, 1901, 1, 0, 0, 0, 1901, 1902, 1, 0, 0, 0, 1902, 1903, 3, 16, 8, 0, 1903, 13, 1, 0, 0, 0, 1904, 1905, 5, 105, 0, 0, 1905, 15, 1, 0, 0, 0, 1906, 1908, 3, 22, 11, 0, 1907, 1906, 1, 0, 0, 0, 1908, 1911, 1, 0, 0, 0, 1909, 1907, 1, 0, 0, 0, 1909, 1910, 1, 0, 0, 0, 1910, 17, 1, 0, 0, 0, 1911, 1909, 1, 0, 0, 0, 1912, 1914, 3, 20, 10, 0, 1913, 1912, 1, 0, 0, 0, 1914, 1917, 1, 0, 0, 0, 1915, 1913, 1, 0, 0, 0, 1915, 1916, 1, 0, 0, 0, 1916, 19, 1, 0, 0, 0, 1917, 1915, 1, 0, 0, 0, 1918, 1921, 5, 287, 0, 0, 1919, 1922, 3, 1464, 732, 0, 1920, 1922, 5, 78, 0, 0, 1921, 1919, 1, 0, 0, 0, 1921, 1920, 1, 0, 0, 0, 1922, 1954, 1, 0, 0, 0, 1923, 1924, 7, 0, 0, 0, 1924, 1925, 5, 287, 0, 0, 1925, 1954, 3, 1464, 732, 0, 1926, 1954, 7, 1, 0, 0, 1927, 1954, 7, 2, 0, 0, 1928, 1954, 7, 3, 0, 0, 1929, 1954, 7, 4, 0, 0, 1930, 1954, 7, 5, 0, 0, 1931, 1954, 7, 6, 0, 0, 1932, 1954, 7, 7, 0, 0, 1933, 1954, 7, 8, 0, 0, 1934, 1935, 5, 164, 0, 0, 1935, 1936, 5, 74, 0, 0, 1936, 1954, 3, 1470, 735, 0, 1937, 1938, 5, 371, 0, 0, 1938, 1939, 5, 368, 0, 0, 1939, 1954, 3, 1464, 732, 0, 1940, 1941, 5, 68, 0, 0, 1941, 1942, 5, 318, 0, 0, 1942, 1954, 3, 1422, 711, 0, 1943, 1944, 5, 68, 0, 0, 1944, 1945, 5, 66, 0, 0, 1945, 1954, 3, 1422, 711, 0, 1946, 1947, 5, 318, 0, 0, 1947, 1954, 3, 1478, 739, 0, 1948, 1949, 5, 134, 0, 0, 1949, 1954, 3, 1422, 711, 0, 1950, 1951, 5, 99, 0, 0, 1951, 1954, 3, 1478, 739, 0, 1952, 1954, 3, 1498, 749, 0, 1953, 1918, 1, 0, 0, 0, 1953, 1923, 1, 0, 0, 0, 1953, 1926, 1, 0, 0, 0, 1953, 1927, 1, 0, 0, 0, 1953, 1928, 1, 0, 0, 0, 1953, 1929, 1, 0, 0, 0, 1953, 1930, 1, 0, 0, 0, 1953, 1931, 1, 0, 0, 0, 1953, 1932, 1, 0, 0, 0, 1953, 1933, 1, 0, 0, 0, 1953, 1934, 1, 0, 0, 0, 1953, 1937, 1, 0, 0, 0, 1953, 1940, 1, 0, 0, 0, 1953, 1943, 1, 0, 0, 0, 1953, 1946, 1, 0, 0, 0, 1953, 1948, 1, 0, 0, 0, 1953, 1950, 1, 0, 0, 0, 1953, 1952, 1, 0, 0, 0, 1954, 21, 1, 0, 0, 0, 1955, 1966, 3, 20, 10, 0, 1956, 1957, 5, 348, 0, 0, 1957, 1966, 3, 1462, 731, 0, 1958, 1959, 5, 134, 0, 0, 1959, 1966, 3, 1478, 739, 0, 1960, 1961, 5, 318, 0, 0, 1961, 1966, 3, 1478, 739, 0, 1962, 1963, 5, 68, 0, 0, 1963, 1964, 7, 9, 0, 0, 1964, 1966, 3, 1478, 739, 0, 1965, 1955, 1, 0, 0, 0, 1965, 1956, 1, 0, 0, 0, 1965, 1958, 1, 0, 0, 0, 1965, 1960, 1, 0, 0, 0, 1965, 1962, 1, 0, 0, 0, 1966, 23, 1, 0, 0, 0, 1967, 1968, 5, 46, 0, 0, 1968, 1969, 5, 99, 0, 0, 1969, 1971, 3, 1474, 737, 0, 1970, 1972, 3, 14, 7, 0, 1971, 1970, 1, 0, 0, 0, 1971, 1972, 1, 0, 0, 0, 1972, 1973, 1, 0, 0, 0, 1973, 1974, 3, 16, 8, 0, 1974, 25, 1, 0, 0, 0, 1975, 1976, 5, 138, 0, 0, 1976, 1977, 7, 10, 0, 0, 1977, 1979, 3, 1476, 738, 0, 1978, 1980, 3, 14, 7, 0, 1979, 1978, 1, 0, 0, 0, 1979, 1980, 1, 0, 0, 0, 1980, 1981, 1, 0, 0, 0, 1981, 1982, 3, 18, 9, 0, 1982, 27, 1, 0, 0, 0, 1983, 1988, 1, 0, 0, 0, 1984, 1985, 5, 68, 0, 0, 1985, 1986, 5, 175, 0, 0, 1986, 1988, 3, 1426, 713, 0, 1987, 1983, 1, 0, 0, 0, 1987, 1984, 1, 0, 0, 0, 1988, 29, 1, 0, 0, 0, 1989, 1990, 5, 138, 0, 0, 1990, 1993, 7, 10, 0, 0, 1991, 1994, 5, 30, 0, 0, 1992, 1994, 3, 1476, 738, 0, 1993, 1991, 1, 0, 0, 0, 1993, 1992, 1, 0, 0, 0, 1994, 1995, 1, 0, 0, 0, 1995, 1996, 3, 28, 14, 0, 1996, 1997, 3, 88, 44, 0, 1997, 31, 1, 0, 0, 0, 1998, 1999, 5, 138, 0, 0, 1999, 2000, 5, 442, 0, 0, 2000, 2002, 3, 1432, 716, 0, 2001, 2003, 3, 666, 333, 0, 2002, 2001, 1, 0, 0, 0, 2002, 2003, 1, 0, 0, 0, 2003, 2004, 1, 0, 0, 0, 2004, 2005, 3, 34, 17, 0, 2005, 33, 1, 0, 0, 0, 2006, 2008, 3, 36, 18, 0, 2007, 2009, 5, 315, 0, 0, 2008, 2007, 1, 0, 0, 0, 2008, 2009, 1, 0, 0, 0, 2009, 2027, 1, 0, 0, 0, 2010, 2011, 5, 309, 0, 0, 2011, 2012, 5, 94, 0, 0, 2012, 2027, 3, 1430, 715, 0, 2013, 2014, 5, 282, 0, 0, 2014, 2015, 5, 94, 0, 0, 2015, 2027, 3, 1476, 738, 0, 2016, 2017, 5, 333, 0, 0, 2017, 2018, 5, 323, 0, 0, 2018, 2027, 3, 48, 24, 0, 2019, 2021, 5, 269, 0, 0, 2020, 2019, 1, 0, 0, 0, 2020, 2021, 1, 0, 0, 0, 2021, 2022, 1, 0, 0, 0, 2022, 2023, 5, 462, 0, 0, 2023, 2024, 5, 80, 0, 0, 2024, 2025, 5, 204, 0, 0, 2025, 2027, 3, 1442, 721, 0, 2026, 2006, 1, 0, 0, 0, 2026, 2010, 1, 0, 0, 0, 2026, 2013, 1, 0, 0, 0, 2026, 2016, 1, 0, 0, 0, 2026, 2020, 1, 0, 0, 0, 2027, 35, 1, 0, 0, 0, 2028, 2032, 3, 38, 19, 0, 2029, 2031, 3, 38, 19, 0, 2030, 2029, 1, 0, 0, 0, 2031, 2034, 1, 0, 0, 0, 2032, 2030, 1, 0, 0, 0, 2032, 2033, 1, 0, 0, 0, 2033, 37, 1, 0, 0, 0, 2034, 2032, 1, 0, 0, 0, 2035, 2077, 5, 222, 0, 0, 2036, 2077, 5, 338, 0, 0, 2037, 2077, 5, 377, 0, 0, 2038, 2040, 5, 77, 0, 0, 2039, 2038, 1, 0, 0, 0, 2039, 2040, 1, 0, 0, 0, 2040, 2041, 1, 0, 0, 0, 2041, 2077, 5, 250, 0, 0, 2042, 2044, 5, 205, 0, 0, 2043, 2042, 1, 0, 0, 0, 2043, 2044, 1, 0, 0, 0, 2044, 2045, 1, 0, 0, 0, 2045, 2046, 5, 327, 0, 0, 2046, 2053, 5, 243, 0, 0, 2047, 2049, 5, 205, 0, 0, 2048, 2047, 1, 0, 0, 0, 2048, 2049, 1, 0, 0, 0, 2049, 2050, 1, 0, 0, 0, 2050, 2051, 5, 327, 0, 0, 2051, 2053, 5, 181, 0, 0, 2052, 2043, 1, 0, 0, 0, 2052, 2048, 1, 0, 0, 0, 2053, 2077, 1, 0, 0, 0, 2054, 2055, 5, 460, 0, 0, 2055, 2077, 7, 11, 0, 0, 2056, 2057, 5, 170, 0, 0, 2057, 2077, 3, 1444, 722, 0, 2058, 2059, 5, 320, 0, 0, 2059, 2077, 3, 1442, 721, 0, 2060, 2061, 5, 333, 0, 0, 2061, 2062, 3, 1442, 721, 0, 2062, 2065, 7, 12, 0, 0, 2063, 2066, 3, 1442, 721, 0, 2064, 2066, 5, 53, 0, 0, 2065, 2063, 1, 0, 0, 0, 2065, 2064, 1, 0, 0, 0, 2066, 2077, 1, 0, 0, 0, 2067, 2068, 5, 333, 0, 0, 2068, 2069, 3, 1442, 721, 0, 2069, 2070, 5, 64, 0, 0, 2070, 2071, 5, 434, 0, 0, 2071, 2077, 1, 0, 0, 0, 2072, 2073, 5, 313, 0, 0, 2073, 2077, 3, 1442, 721, 0, 2074, 2075, 5, 313, 0, 0, 2075, 2077, 5, 30, 0, 0, 2076, 2035, 1, 0, 0, 0, 2076, 2036, 1, 0, 0, 0, 2076, 2037, 1, 0, 0, 0, 2076, 2039, 1, 0, 0, 0, 2076, 2052, 1, 0, 0, 0, 2076, 2054, 1, 0, 0, 0, 2076, 2056, 1, 0, 0, 0, 2076, 2058, 1, 0, 0, 0, 2076, 2060, 1, 0, 0, 0, 2076, 2067, 1, 0, 0, 0, 2076, 2072, 1, 0, 0, 0, 2076, 2074, 1, 0, 0, 0, 2077, 39, 1, 0, 0, 0, 2078, 2079, 5, 46, 0, 0, 2079, 2080, 5, 66, 0, 0, 2080, 2082, 3, 1472, 736, 0, 2081, 2083, 3, 14, 7, 0, 2082, 2081, 1, 0, 0, 0, 2082, 2083, 1, 0, 0, 0, 2083, 2084, 1, 0, 0, 0, 2084, 2085, 3, 16, 8, 0, 2085, 41, 1, 0, 0, 0, 2086, 2087, 5, 138, 0, 0, 2087, 2088, 5, 66, 0, 0, 2088, 2089, 3, 1476, 738, 0, 2089, 2090, 3, 44, 22, 0, 2090, 2091, 5, 99, 0, 0, 2091, 2092, 3, 1478, 739, 0, 2092, 43, 1, 0, 0, 0, 2093, 2094, 7, 13, 0, 0, 2094, 45, 1, 0, 0, 0, 2095, 2096, 5, 46, 0, 0, 2096, 2098, 5, 323, 0, 0, 2097, 2099, 3, 522, 261, 0, 2098, 2097, 1, 0, 0, 0, 2098, 2099, 1, 0, 0, 0, 2099, 2106, 1, 0, 0, 0, 2100, 2102, 3, 48, 24, 0, 2101, 2100, 1, 0, 0, 0, 2101, 2102, 1, 0, 0, 0, 2102, 2103, 1, 0, 0, 0, 2103, 2104, 5, 106, 0, 0, 2104, 2107, 3, 1476, 738, 0, 2105, 2107, 3, 48, 24, 0, 2106, 2101, 1, 0, 0, 0, 2106, 2105, 1, 0, 0, 0, 2107, 2108, 1, 0, 0, 0, 2108, 2109, 3, 50, 25, 0, 2109, 47, 1, 0, 0, 0, 2110, 2112, 3, 1480, 740, 0, 2111, 2113, 3, 566, 283, 0, 2112, 2111, 1, 0, 0, 0, 2112, 2113, 1, 0, 0, 0, 2113, 49, 1, 0, 0, 0, 2114, 2116, 3, 52, 26, 0, 2115, 2114, 1, 0, 0, 0, 2116, 2119, 1, 0, 0, 0, 2117, 2115, 1, 0, 0, 0, 2117, 2118, 1, 0, 0, 0, 2118, 51, 1, 0, 0, 0, 2119, 2117, 1, 0, 0, 0, 2120, 2127, 3, 188, 94, 0, 2121, 2127, 3, 632, 316, 0, 2122, 2127, 3, 314, 157, 0, 2123, 2127, 3, 442, 221, 0, 2124, 2127, 3, 592, 296, 0, 2125, 2127, 3, 844, 422, 0, 2126, 2120, 1, 0, 0, 0, 2126, 2121, 1, 0, 0, 0, 2126, 2122, 1, 0, 0, 0, 2126, 2123, 1, 0, 0, 0, 2126, 2124, 1, 0, 0, 0, 2126, 2125, 1, 0, 0, 0, 2127, 53, 1, 0, 0, 0, 2128, 2130, 5, 333, 0, 0, 2129, 2131, 7, 14, 0, 0, 2130, 2129, 1, 0, 0, 0, 2130, 2131, 1, 0, 0, 0, 2131, 2132, 1, 0, 0, 0, 2132, 2133, 3, 56, 28, 0, 2133, 55, 1, 0, 0, 0, 2134, 2135, 5, 356, 0, 0, 2135, 2143, 3, 838, 419, 0, 2136, 2137, 5, 332, 0, 0, 2137, 2138, 5, 154, 0, 0, 2138, 2139, 5, 36, 0, 0, 2139, 2140, 5, 356, 0, 0, 2140, 2143, 3, 838, 419, 0, 2141, 2143, 3, 60, 30, 0, 2142, 2134, 1, 0, 0, 0, 2142, 2136, 1, 0, 0, 0, 2142, 2141, 1, 0, 0, 0, 2143, 57, 1, 0, 0, 0, 2144, 2147, 5, 30, 0, 0, 2145, 2147, 3, 62, 31, 0, 2146, 2144, 1, 0, 0, 0, 2146, 2145, 1, 0, 0, 0, 2147, 2149, 1, 0, 0, 0, 2148, 2150, 7, 12, 0, 0, 2149, 2148, 1, 0, 0, 0, 2149, 2150, 1, 0, 0, 0, 2150, 2153, 1, 0, 0, 0, 2151, 2154, 5, 53, 0, 0, 2152, 2154, 3, 64, 32, 0, 2153, 2151, 1, 0, 0, 0, 2153, 2152, 1, 0, 0, 0, 2153, 2154, 1, 0, 0, 0, 2154, 59, 1, 0, 0, 0, 2155, 2156, 5, 418, 0, 0, 2156, 2157, 5, 386, 0, 0, 2157, 2183, 3, 74, 37, 0, 2158, 2159, 5, 152, 0, 0, 2159, 2183, 3, 1464, 732, 0, 2160, 2161, 5, 323, 0, 0, 2161, 2183, 3, 1428, 714, 0, 2162, 2164, 5, 267, 0, 0, 2163, 2165, 3, 76, 38, 0, 2164, 2163, 1, 0, 0, 0, 2164, 2165, 1, 0, 0, 0, 2165, 2183, 1, 0, 0, 0, 2166, 2167, 5, 318, 0, 0, 2167, 2183, 3, 80, 40, 0, 2168, 2169, 5, 332, 0, 0, 2169, 2170, 5, 106, 0, 0, 2170, 2183, 3, 80, 40, 0, 2171, 2172, 5, 383, 0, 0, 2172, 2173, 5, 279, 0, 0, 2173, 2183, 3, 1282, 641, 0, 2174, 2175, 5, 356, 0, 0, 2175, 2176, 5, 337, 0, 0, 2176, 2183, 3, 1464, 732, 0, 2177, 2178, 3, 62, 31, 0, 2178, 2179, 5, 64, 0, 0, 2179, 2180, 5, 434, 0, 0, 2180, 2183, 1, 0, 0, 0, 2181, 2183, 3, 58, 29, 0, 2182, 2155, 1, 0, 0, 0, 2182, 2158, 1, 0, 0, 0, 2182, 2160, 1, 0, 0, 0, 2182, 2162, 1, 0, 0, 0, 2182, 2166, 1, 0, 0, 0, 2182, 2168, 1, 0, 0, 0, 2182, 2171, 1, 0, 0, 0, 2182, 2174, 1, 0, 0, 0, 2182, 2177, 1, 0, 0, 0, 2182, 2181, 1, 0, 0, 0, 2183, 61, 1, 0, 0, 0, 2184, 2189, 3, 1480, 740, 0, 2185, 2186, 5, 11, 0, 0, 2186, 2188, 3, 1480, 740, 0, 2187, 2185, 1, 0, 0, 0, 2188, 2191, 1, 0, 0, 0, 2189, 2187, 1, 0, 0, 0, 2189, 2190, 1, 0, 0, 0, 2190, 63, 1, 0, 0, 0, 2191, 2189, 1, 0, 0, 0, 2192, 2197, 3, 66, 33, 0, 2193, 2194, 5, 6, 0, 0, 2194, 2196, 3, 66, 33, 0, 2195, 2193, 1, 0, 0, 0, 2196, 2199, 1, 0, 0, 0, 2197, 2195, 1, 0, 0, 0, 2197, 2198, 1, 0, 0, 0, 2198, 65, 1, 0, 0, 0, 2199, 2197, 1, 0, 0, 0, 2200, 2203, 3, 72, 36, 0, 2201, 2203, 3, 328, 164, 0, 2202, 2200, 1, 0, 0, 0, 2202, 2201, 1, 0, 0, 0, 2203, 67, 1, 0, 0, 0, 2204, 2205, 5, 300, 0, 0, 2205, 2210, 7, 15, 0, 0, 2206, 2207, 5, 310, 0, 0, 2207, 2210, 5, 300, 0, 0, 2208, 2210, 5, 330, 0, 0, 2209, 2204, 1, 0, 0, 0, 2209, 2206, 1, 0, 0, 0, 2209, 2208, 1, 0, 0, 0, 2210, 69, 1, 0, 0, 0, 2211, 2216, 5, 96, 0, 0, 2212, 2216, 5, 60, 0, 0, 2213, 2216, 5, 80, 0, 0, 2214, 2216, 3, 78, 39, 0, 2215, 2211, 1, 0, 0, 0, 2215, 2212, 1, 0, 0, 0, 2215, 2213, 1, 0, 0, 0, 2215, 2214, 1, 0, 0, 0, 2216, 71, 1, 0, 0, 0, 2217, 2222, 5, 96, 0, 0, 2218, 2222, 5, 60, 0, 0, 2219, 2222, 5, 80, 0, 0, 2220, 2222, 3, 80, 40, 0, 2221, 2217, 1, 0, 0, 0, 2221, 2218, 1, 0, 0, 0, 2221, 2219, 1, 0, 0, 0, 2221, 2220, 1, 0, 0, 0, 2222, 73, 1, 0, 0, 0, 2223, 2240, 3, 1464, 732, 0, 2224, 2240, 3, 1498, 749, 0, 2225, 2226, 3, 1208, 604, 0, 2226, 2228, 3, 1464, 732, 0, 2227, 2229, 3, 1212, 606, 0, 2228, 2227, 1, 0, 0, 0, 2228, 2229, 1, 0, 0, 0, 2229, 2240, 1, 0, 0, 0, 2230, 2231, 3, 1208, 604, 0, 2231, 2232, 5, 2, 0, 0, 2232, 2233, 3, 1462, 731, 0, 2233, 2234, 5, 3, 0, 0, 2234, 2235, 3, 1464, 732, 0, 2235, 2240, 1, 0, 0, 0, 2236, 2240, 3, 328, 164, 0, 2237, 2240, 5, 53, 0, 0, 2238, 2240, 5, 254, 0, 0, 2239, 2223, 1, 0, 0, 0, 2239, 2224, 1, 0, 0, 0, 2239, 2225, 1, 0, 0, 0, 2239, 2230, 1, 0, 0, 0, 2239, 2236, 1, 0, 0, 0, 2239, 2237, 1, 0, 0, 0, 2239, 2238, 1, 0, 0, 0, 2240, 75, 1, 0, 0, 0, 2241, 2244, 3, 1464, 732, 0, 2242, 2244, 5, 53, 0, 0, 2243, 2241, 1, 0, 0, 0, 2243, 2242, 1, 0, 0, 0, 2244, 77, 1, 0, 0, 0, 2245, 2248, 3, 1492, 746, 0, 2246, 2248, 3, 1464, 732, 0, 2247, 2245, 1, 0, 0, 0, 2247, 2246, 1, 0, 0, 0, 2248, 79, 1, 0, 0, 0, 2249, 2252, 3, 1494, 747, 0, 2250, 2252, 3, 1464, 732, 0, 2251, 2249, 1, 0, 0, 0, 2251, 2250, 1, 0, 0, 0, 2252, 81, 1, 0, 0, 0, 2253, 2254, 5, 313, 0, 0, 2254, 2255, 3, 84, 42, 0, 2255, 83, 1, 0, 0, 0, 2256, 2257, 5, 418, 0, 0, 2257, 2265, 5, 386, 0, 0, 2258, 2259, 5, 356, 0, 0, 2259, 2260, 5, 244, 0, 0, 2260, 2265, 5, 251, 0, 0, 2261, 2262, 5, 332, 0, 0, 2262, 2265, 5, 106, 0, 0, 2263, 2265, 3, 86, 43, 0, 2264, 2256, 1, 0, 0, 0, 2264, 2258, 1, 0, 0, 0, 2264, 2261, 1, 0, 0, 0, 2264, 2263, 1, 0, 0, 0, 2265, 85, 1, 0, 0, 0, 2266, 2269, 5, 30, 0, 0, 2267, 2269, 3, 62, 31, 0, 2268, 2266, 1, 0, 0, 0, 2268, 2267, 1, 0, 0, 0, 2269, 87, 1, 0, 0, 0, 2270, 2271, 5, 333, 0, 0, 2271, 2274, 3, 56, 28, 0, 2272, 2274, 3, 82, 41, 0, 2273, 2270, 1, 0, 0, 0, 2273, 2272, 1, 0, 0, 0, 2274, 89, 1, 0, 0, 0, 2275, 2276, 5, 333, 0, 0, 2276, 2279, 3, 60, 30, 0, 2277, 2279, 3, 82, 41, 0, 2278, 2275, 1, 0, 0, 0, 2278, 2277, 1, 0, 0, 0, 2279, 91, 1, 0, 0, 0, 2280, 2290, 5, 335, 0, 0, 2281, 2291, 3, 62, 31, 0, 2282, 2283, 5, 418, 0, 0, 2283, 2291, 5, 386, 0, 0, 2284, 2285, 5, 356, 0, 0, 2285, 2286, 5, 244, 0, 0, 2286, 2291, 5, 251, 0, 0, 2287, 2288, 5, 332, 0, 0, 2288, 2291, 5, 106, 0, 0, 2289, 2291, 5, 30, 0, 0, 2290, 2281, 1, 0, 0, 0, 2290, 2282, 1, 0, 0, 0, 2290, 2284, 1, 0, 0, 0, 2290, 2287, 1, 0, 0, 0, 2290, 2289, 1, 0, 0, 0, 2291, 93, 1, 0, 0, 0, 2292, 2293, 5, 333, 0, 0, 2293, 2294, 5, 165, 0, 0, 2294, 2295, 3, 96, 48, 0, 2295, 2296, 3, 98, 49, 0, 2296, 95, 1, 0, 0, 0, 2297, 2300, 5, 30, 0, 0, 2298, 2300, 3, 1396, 698, 0, 2299, 2297, 1, 0, 0, 0, 2299, 2298, 1, 0, 0, 0, 2300, 97, 1, 0, 0, 0, 2301, 2302, 7, 16, 0, 0, 2302, 99, 1, 0, 0, 0, 2303, 2304, 5, 155, 0, 0, 2304, 101, 1, 0, 0, 0, 2305, 2306, 5, 187, 0, 0, 2306, 2307, 7, 17, 0, 0, 2307, 103, 1, 0, 0, 0, 2308, 2309, 5, 138, 0, 0, 2309, 2311, 5, 92, 0, 0, 2310, 2312, 3, 754, 377, 0, 2311, 2310, 1, 0, 0, 0, 2311, 2312, 1, 0, 0, 0, 2312, 2313, 1, 0, 0, 0, 2313, 2316, 3, 1124, 562, 0, 2314, 2317, 3, 106, 53, 0, 2315, 2317, 3, 116, 58, 0, 2316, 2314, 1, 0, 0, 0, 2316, 2315, 1, 0, 0, 0, 2317, 2442, 1, 0, 0, 0, 2318, 2319, 5, 138, 0, 0, 2319, 2320, 5, 92, 0, 0, 2320, 2321, 5, 30, 0, 0, 2321, 2322, 5, 68, 0, 0, 2322, 2323, 5, 351, 0, 0, 2323, 2327, 3, 1408, 704, 0, 2324, 2325, 5, 281, 0, 0, 2325, 2326, 5, 147, 0, 0, 2326, 2328, 3, 1478, 739, 0, 2327, 2324, 1, 0, 0, 0, 2327, 2328, 1, 0, 0, 0, 2328, 2329, 1, 0, 0, 0, 2329, 2330, 5, 333, 0, 0, 2330, 2331, 5, 351, 0, 0, 2331, 2333, 3, 1406, 703, 0, 2332, 2334, 3, 984, 492, 0, 2333, 2332, 1, 0, 0, 0, 2333, 2334, 1, 0, 0, 0, 2334, 2442, 1, 0, 0, 0, 2335, 2336, 5, 138, 0, 0, 2336, 2338, 5, 92, 0, 0, 2337, 2339, 3, 754, 377, 0, 2338, 2337, 1, 0, 0, 0, 2338, 2339, 1, 0, 0, 0, 2339, 2340, 1, 0, 0, 0, 2340, 2341, 3, 1412, 706, 0, 2341, 2342, 5, 435, 0, 0, 2342, 2343, 5, 285, 0, 0, 2343, 2348, 3, 1418, 709, 0, 2344, 2345, 5, 62, 0, 0, 2345, 2346, 5, 422, 0, 0, 2346, 2349, 3, 108, 54, 0, 2347, 2349, 5, 53, 0, 0, 2348, 2344, 1, 0, 0, 0, 2348, 2347, 1, 0, 0, 0, 2349, 2442, 1, 0, 0, 0, 2350, 2351, 5, 138, 0, 0, 2351, 2353, 5, 92, 0, 0, 2352, 2354, 3, 754, 377, 0, 2353, 2352, 1, 0, 0, 0, 2353, 2354, 1, 0, 0, 0, 2354, 2355, 1, 0, 0, 0, 2355, 2356, 3, 1412, 706, 0, 2356, 2357, 5, 436, 0, 0, 2357, 2358, 5, 285, 0, 0, 2358, 2360, 3, 1418, 709, 0, 2359, 2361, 7, 18, 0, 0, 2360, 2359, 1, 0, 0, 0, 2360, 2361, 1, 0, 0, 0, 2361, 2442, 1, 0, 0, 0, 2362, 2363, 5, 138, 0, 0, 2363, 2365, 5, 226, 0, 0, 2364, 2366, 3, 754, 377, 0, 2365, 2364, 1, 0, 0, 0, 2365, 2366, 1, 0, 0, 0, 2366, 2367, 1, 0, 0, 0, 2367, 2370, 3, 1418, 709, 0, 2368, 2371, 3, 106, 53, 0, 2369, 2371, 3, 118, 59, 0, 2370, 2368, 1, 0, 0, 0, 2370, 2369, 1, 0, 0, 0, 2371, 2442, 1, 0, 0, 0, 2372, 2373, 5, 138, 0, 0, 2373, 2374, 5, 226, 0, 0, 2374, 2375, 5, 30, 0, 0, 2375, 2376, 5, 68, 0, 0, 2376, 2377, 5, 351, 0, 0, 2377, 2381, 3, 1408, 704, 0, 2378, 2379, 5, 281, 0, 0, 2379, 2380, 5, 147, 0, 0, 2380, 2382, 3, 1478, 739, 0, 2381, 2378, 1, 0, 0, 0, 2381, 2382, 1, 0, 0, 0, 2382, 2383, 1, 0, 0, 0, 2383, 2384, 5, 333, 0, 0, 2384, 2385, 5, 351, 0, 0, 2385, 2387, 3, 1408, 704, 0, 2386, 2388, 3, 984, 492, 0, 2387, 2386, 1, 0, 0, 0, 2387, 2388, 1, 0, 0, 0, 2388, 2442, 1, 0, 0, 0, 2389, 2390, 5, 138, 0, 0, 2390, 2392, 5, 328, 0, 0, 2391, 2393, 3, 754, 377, 0, 2392, 2391, 1, 0, 0, 0, 2392, 2393, 1, 0, 0, 0, 2393, 2394, 1, 0, 0, 0, 2394, 2395, 3, 1418, 709, 0, 2395, 2396, 3, 106, 53, 0, 2396, 2442, 1, 0, 0, 0, 2397, 2398, 5, 138, 0, 0, 2398, 2400, 5, 376, 0, 0, 2399, 2401, 3, 754, 377, 0, 2400, 2399, 1, 0, 0, 0, 2400, 2401, 1, 0, 0, 0, 2401, 2402, 1, 0, 0, 0, 2402, 2403, 3, 1416, 708, 0, 2403, 2404, 3, 106, 53, 0, 2404, 2442, 1, 0, 0, 0, 2405, 2406, 5, 138, 0, 0, 2406, 2407, 5, 259, 0, 0, 2407, 2409, 5, 376, 0, 0, 2408, 2410, 3, 754, 377, 0, 2409, 2408, 1, 0, 0, 0, 2409, 2410, 1, 0, 0, 0, 2410, 2411, 1, 0, 0, 0, 2411, 2412, 3, 1416, 708, 0, 2412, 2413, 3, 106, 53, 0, 2413, 2442, 1, 0, 0, 0, 2414, 2415, 5, 138, 0, 0, 2415, 2416, 5, 259, 0, 0, 2416, 2417, 5, 376, 0, 0, 2417, 2418, 5, 30, 0, 0, 2418, 2419, 5, 68, 0, 0, 2419, 2420, 5, 351, 0, 0, 2420, 2424, 3, 1408, 704, 0, 2421, 2422, 5, 281, 0, 0, 2422, 2423, 5, 147, 0, 0, 2423, 2425, 3, 1478, 739, 0, 2424, 2421, 1, 0, 0, 0, 2424, 2425, 1, 0, 0, 0, 2425, 2426, 1, 0, 0, 0, 2426, 2427, 5, 333, 0, 0, 2427, 2428, 5, 351, 0, 0, 2428, 2430, 3, 1406, 703, 0, 2429, 2431, 3, 984, 492, 0, 2430, 2429, 1, 0, 0, 0, 2430, 2431, 1, 0, 0, 0, 2431, 2442, 1, 0, 0, 0, 2432, 2433, 5, 138, 0, 0, 2433, 2434, 5, 63, 0, 0, 2434, 2436, 5, 92, 0, 0, 2435, 2437, 3, 754, 377, 0, 2436, 2435, 1, 0, 0, 0, 2436, 2437, 1, 0, 0, 0, 2437, 2438, 1, 0, 0, 0, 2438, 2439, 3, 1124, 562, 0, 2439, 2440, 3, 106, 53, 0, 2440, 2442, 1, 0, 0, 0, 2441, 2308, 1, 0, 0, 0, 2441, 2318, 1, 0, 0, 0, 2441, 2335, 1, 0, 0, 0, 2441, 2350, 1, 0, 0, 0, 2441, 2362, 1, 0, 0, 0, 2441, 2372, 1, 0, 0, 0, 2441, 2389, 1, 0, 0, 0, 2441, 2397, 1, 0, 0, 0, 2441, 2405, 1, 0, 0, 0, 2441, 2414, 1, 0, 0, 0, 2441, 2432, 1, 0, 0, 0, 2442, 105, 1, 0, 0, 0, 2443, 2448, 3, 120, 60, 0, 2444, 2445, 5, 6, 0, 0, 2445, 2447, 3, 120, 60, 0, 2446, 2444, 1, 0, 0, 0, 2447, 2450, 1, 0, 0, 0, 2448, 2446, 1, 0, 0, 0, 2448, 2449, 1, 0, 0, 0, 2449, 107, 1, 0, 0, 0, 2450, 2448, 1, 0, 0, 0, 2451, 2452, 5, 68, 0, 0, 2452, 2461, 3, 1184, 592, 0, 2453, 2454, 5, 64, 0, 0, 2454, 2455, 3, 110, 55, 0, 2455, 2456, 5, 94, 0, 0, 2456, 2457, 3, 110, 55, 0, 2457, 2461, 1, 0, 0, 0, 2458, 2459, 5, 105, 0, 0, 2459, 2461, 3, 114, 57, 0, 2460, 2451, 1, 0, 0, 0, 2460, 2453, 1, 0, 0, 0, 2460, 2458, 1, 0, 0, 0, 2461, 109, 1, 0, 0, 0, 2462, 2463, 5, 2, 0, 0, 2463, 2468, 3, 112, 56, 0, 2464, 2465, 5, 6, 0, 0, 2465, 2467, 3, 112, 56, 0, 2466, 2464, 1, 0, 0, 0, 2467, 2470, 1, 0, 0, 0, 2468, 2466, 1, 0, 0, 0, 2468, 2469, 1, 0, 0, 0, 2469, 2471, 1, 0, 0, 0, 2470, 2468, 1, 0, 0, 0, 2471, 2472, 5, 3, 0, 0, 2472, 111, 1, 0, 0, 0, 2473, 2477, 3, 1184, 592, 0, 2474, 2477, 5, 262, 0, 0, 2475, 2477, 5, 260, 0, 0, 2476, 2473, 1, 0, 0, 0, 2476, 2474, 1, 0, 0, 0, 2476, 2475, 1, 0, 0, 0, 2477, 113, 1, 0, 0, 0, 2478, 2479, 5, 2, 0, 0, 2479, 2480, 5, 533, 0, 0, 2480, 2481, 3, 328, 164, 0, 2481, 2482, 5, 6, 0, 0, 2482, 2483, 5, 534, 0, 0, 2483, 2484, 3, 328, 164, 0, 2484, 2485, 5, 3, 0, 0, 2485, 115, 1, 0, 0, 0, 2486, 2487, 5, 435, 0, 0, 2487, 2488, 5, 285, 0, 0, 2488, 2489, 3, 1418, 709, 0, 2489, 2490, 3, 144, 72, 0, 2490, 2495, 1, 0, 0, 0, 2491, 2492, 5, 436, 0, 0, 2492, 2493, 5, 285, 0, 0, 2493, 2495, 3, 1418, 709, 0, 2494, 2486, 1, 0, 0, 0, 2494, 2491, 1, 0, 0, 0, 2495, 117, 1, 0, 0, 0, 2496, 2497, 5, 435, 0, 0, 2497, 2498, 5, 285, 0, 0, 2498, 2499, 3, 1418, 709, 0, 2499, 119, 1, 0, 0, 0, 2500, 2503, 5, 133, 0, 0, 2501, 2502, 5, 45, 0, 0, 2502, 2504, 3, 1442, 721, 0, 2503, 2501, 1, 0, 0, 0, 2503, 2504, 1, 0, 0, 0, 2504, 2505, 1, 0, 0, 0, 2505, 2718, 3, 242, 121, 0, 2506, 2507, 5, 138, 0, 0, 2507, 2508, 5, 45, 0, 0, 2508, 2509, 3, 1442, 721, 0, 2509, 2510, 3, 482, 241, 0, 2510, 2718, 1, 0, 0, 0, 2511, 2512, 5, 372, 0, 0, 2512, 2513, 5, 45, 0, 0, 2513, 2718, 3, 1442, 721, 0, 2514, 2515, 5, 191, 0, 0, 2515, 2517, 5, 45, 0, 0, 2516, 2518, 3, 754, 377, 0, 2517, 2516, 1, 0, 0, 0, 2517, 2518, 1, 0, 0, 0, 2518, 2519, 1, 0, 0, 0, 2519, 2521, 3, 1442, 721, 0, 2520, 2522, 3, 124, 62, 0, 2521, 2520, 1, 0, 0, 0, 2521, 2522, 1, 0, 0, 0, 2522, 2718, 1, 0, 0, 0, 2523, 2524, 5, 333, 0, 0, 2524, 2525, 5, 379, 0, 0, 2525, 2718, 5, 277, 0, 0, 2526, 2527, 5, 158, 0, 0, 2527, 2528, 5, 80, 0, 0, 2528, 2718, 3, 1442, 721, 0, 2529, 2530, 5, 333, 0, 0, 2530, 2531, 5, 379, 0, 0, 2531, 2718, 5, 158, 0, 0, 2532, 2533, 5, 333, 0, 0, 2533, 2718, 7, 19, 0, 0, 2534, 2536, 5, 193, 0, 0, 2535, 2537, 7, 20, 0, 0, 2536, 2535, 1, 0, 0, 0, 2536, 2537, 1, 0, 0, 0, 2537, 2538, 1, 0, 0, 0, 2538, 2718, 5, 357, 0, 0, 2539, 2540, 5, 186, 0, 0, 2540, 2544, 5, 357, 0, 0, 2541, 2545, 5, 30, 0, 0, 2542, 2545, 5, 99, 0, 0, 2543, 2545, 3, 1442, 721, 0, 2544, 2541, 1, 0, 0, 0, 2544, 2542, 1, 0, 0, 0, 2544, 2543, 1, 0, 0, 0, 2545, 2718, 1, 0, 0, 0, 2546, 2547, 5, 193, 0, 0, 2547, 2548, 7, 20, 0, 0, 2548, 2549, 5, 321, 0, 0, 2549, 2718, 3, 1442, 721, 0, 2550, 2551, 5, 186, 0, 0, 2551, 2552, 5, 321, 0, 0, 2552, 2718, 3, 1442, 721, 0, 2553, 2555, 5, 269, 0, 0, 2554, 2553, 1, 0, 0, 0, 2554, 2555, 1, 0, 0, 0, 2555, 2556, 1, 0, 0, 0, 2556, 2557, 5, 228, 0, 0, 2557, 2718, 3, 1418, 709, 0, 2558, 2559, 5, 275, 0, 0, 2559, 2718, 3, 564, 282, 0, 2560, 2561, 5, 77, 0, 0, 2561, 2718, 5, 275, 0, 0, 2562, 2563, 5, 282, 0, 0, 2563, 2564, 5, 94, 0, 0, 2564, 2718, 3, 1476, 738, 0, 2565, 2566, 5, 333, 0, 0, 2566, 2567, 5, 351, 0, 0, 2567, 2718, 3, 1406, 703, 0, 2568, 2569, 5, 333, 0, 0, 2569, 2718, 3, 132, 66, 0, 2570, 2571, 5, 313, 0, 0, 2571, 2718, 3, 132, 66, 0, 2572, 2573, 5, 312, 0, 0, 2573, 2574, 5, 219, 0, 0, 2574, 2718, 3, 130, 65, 0, 2575, 2576, 5, 193, 0, 0, 2576, 2577, 5, 414, 0, 0, 2577, 2578, 5, 251, 0, 0, 2578, 2718, 5, 327, 0, 0, 2579, 2580, 5, 186, 0, 0, 2580, 2581, 5, 414, 0, 0, 2581, 2582, 5, 251, 0, 0, 2582, 2718, 5, 327, 0, 0, 2583, 2584, 5, 209, 0, 0, 2584, 2585, 5, 414, 0, 0, 2585, 2586, 5, 251, 0, 0, 2586, 2718, 5, 327, 0, 0, 2587, 2588, 5, 269, 0, 0, 2588, 2589, 5, 209, 0, 0, 2589, 2590, 5, 414, 0, 0, 2590, 2591, 5, 251, 0, 0, 2591, 2718, 5, 327, 0, 0, 2592, 2594, 5, 191, 0, 0, 2593, 2595, 5, 44, 0, 0, 2594, 2593, 1, 0, 0, 0, 2594, 2595, 1, 0, 0, 0, 2595, 2597, 1, 0, 0, 0, 2596, 2598, 3, 754, 377, 0, 2597, 2596, 1, 0, 0, 0, 2597, 2598, 1, 0, 0, 0, 2598, 2599, 1, 0, 0, 0, 2599, 2601, 3, 1438, 719, 0, 2600, 2602, 3, 124, 62, 0, 2601, 2600, 1, 0, 0, 0, 2601, 2602, 1, 0, 0, 0, 2602, 2718, 1, 0, 0, 0, 2603, 2605, 5, 133, 0, 0, 2604, 2606, 5, 44, 0, 0, 2605, 2604, 1, 0, 0, 0, 2605, 2606, 1, 0, 0, 0, 2606, 2608, 1, 0, 0, 0, 2607, 2609, 3, 522, 261, 0, 2608, 2607, 1, 0, 0, 0, 2608, 2609, 1, 0, 0, 0, 2609, 2610, 1, 0, 0, 0, 2610, 2718, 3, 212, 106, 0, 2611, 2613, 5, 138, 0, 0, 2612, 2614, 5, 44, 0, 0, 2613, 2612, 1, 0, 0, 0, 2613, 2614, 1, 0, 0, 0, 2614, 2615, 1, 0, 0, 0, 2615, 2616, 3, 1438, 719, 0, 2616, 2617, 3, 122, 61, 0, 2617, 2718, 1, 0, 0, 0, 2618, 2620, 5, 138, 0, 0, 2619, 2621, 5, 44, 0, 0, 2620, 2619, 1, 0, 0, 0, 2620, 2621, 1, 0, 0, 0, 2621, 2622, 1, 0, 0, 0, 2622, 2623, 3, 1438, 719, 0, 2623, 2624, 7, 21, 0, 0, 2624, 2625, 5, 77, 0, 0, 2625, 2626, 5, 78, 0, 0, 2626, 2718, 1, 0, 0, 0, 2627, 2629, 5, 138, 0, 0, 2628, 2630, 5, 44, 0, 0, 2629, 2628, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 2631, 1, 0, 0, 0, 2631, 2632, 3, 1438, 719, 0, 2632, 2633, 5, 191, 0, 0, 2633, 2635, 5, 437, 0, 0, 2634, 2636, 3, 754, 377, 0, 2635, 2634, 1, 0, 0, 0, 2635, 2636, 1, 0, 0, 0, 2636, 2718, 1, 0, 0, 0, 2637, 2639, 5, 138, 0, 0, 2638, 2640, 5, 44, 0, 0, 2639, 2638, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 2641, 1, 0, 0, 0, 2641, 2642, 3, 1438, 719, 0, 2642, 2643, 5, 333, 0, 0, 2643, 2644, 5, 342, 0, 0, 2644, 2645, 3, 1470, 735, 0, 2645, 2718, 1, 0, 0, 0, 2646, 2648, 5, 138, 0, 0, 2647, 2649, 5, 44, 0, 0, 2648, 2647, 1, 0, 0, 0, 2648, 2649, 1, 0, 0, 0, 2649, 2650, 1, 0, 0, 0, 2650, 2651, 3, 1438, 719, 0, 2651, 2652, 7, 22, 0, 0, 2652, 2653, 3, 132, 66, 0, 2653, 2718, 1, 0, 0, 0, 2654, 2656, 5, 138, 0, 0, 2655, 2657, 5, 44, 0, 0, 2656, 2655, 1, 0, 0, 0, 2656, 2657, 1, 0, 0, 0, 2657, 2658, 1, 0, 0, 0, 2658, 2659, 3, 1438, 719, 0, 2659, 2660, 5, 333, 0, 0, 2660, 2661, 5, 345, 0, 0, 2661, 2662, 3, 1480, 740, 0, 2662, 2718, 1, 0, 0, 0, 2663, 2665, 5, 138, 0, 0, 2664, 2666, 5, 44, 0, 0, 2665, 2664, 1, 0, 0, 0, 2665, 2666, 1, 0, 0, 0, 2666, 2667, 1, 0, 0, 0, 2667, 2668, 3, 1438, 719, 0, 2668, 2669, 5, 133, 0, 0, 2669, 2670, 5, 438, 0, 0, 2670, 2671, 3, 228, 114, 0, 2671, 2672, 5, 36, 0, 0, 2672, 2674, 5, 219, 0, 0, 2673, 2675, 3, 320, 160, 0, 2674, 2673, 1, 0, 0, 0, 2674, 2675, 1, 0, 0, 0, 2675, 2718, 1, 0, 0, 0, 2676, 2678, 5, 138, 0, 0, 2677, 2679, 5, 44, 0, 0, 2678, 2677, 1, 0, 0, 0, 2678, 2679, 1, 0, 0, 0, 2679, 2680, 1, 0, 0, 0, 2680, 2681, 3, 1438, 719, 0, 2681, 2682, 3, 140, 70, 0, 2682, 2718, 1, 0, 0, 0, 2683, 2685, 5, 138, 0, 0, 2684, 2686, 5, 44, 0, 0, 2685, 2684, 1, 0, 0, 0, 2685, 2686, 1, 0, 0, 0, 2686, 2687, 1, 0, 0, 0, 2687, 2688, 3, 1438, 719, 0, 2688, 2689, 5, 191, 0, 0, 2689, 2691, 5, 219, 0, 0, 2690, 2692, 3, 754, 377, 0, 2691, 2690, 1, 0, 0, 0, 2691, 2692, 1, 0, 0, 0, 2692, 2718, 1, 0, 0, 0, 2693, 2695, 5, 138, 0, 0, 2694, 2696, 5, 44, 0, 0, 2695, 2694, 1, 0, 0, 0, 2695, 2696, 1, 0, 0, 0, 2696, 2697, 1, 0, 0, 0, 2697, 2699, 3, 1438, 719, 0, 2698, 2700, 3, 774, 387, 0, 2699, 2698, 1, 0, 0, 0, 2699, 2700, 1, 0, 0, 0, 2700, 2701, 1, 0, 0, 0, 2701, 2702, 5, 360, 0, 0, 2702, 2704, 3, 1174, 587, 0, 2703, 2705, 3, 126, 63, 0, 2704, 2703, 1, 0, 0, 0, 2704, 2705, 1, 0, 0, 0, 2705, 2707, 1, 0, 0, 0, 2706, 2708, 3, 128, 64, 0, 2707, 2706, 1, 0, 0, 0, 2707, 2708, 1, 0, 0, 0, 2708, 2718, 1, 0, 0, 0, 2709, 2711, 5, 138, 0, 0, 2710, 2712, 5, 44, 0, 0, 2711, 2710, 1, 0, 0, 0, 2711, 2712, 1, 0, 0, 0, 2712, 2713, 1, 0, 0, 0, 2713, 2714, 3, 1438, 719, 0, 2714, 2715, 3, 378, 189, 0, 2715, 2718, 1, 0, 0, 0, 2716, 2718, 3, 378, 189, 0, 2717, 2500, 1, 0, 0, 0, 2717, 2506, 1, 0, 0, 0, 2717, 2511, 1, 0, 0, 0, 2717, 2514, 1, 0, 0, 0, 2717, 2523, 1, 0, 0, 0, 2717, 2526, 1, 0, 0, 0, 2717, 2529, 1, 0, 0, 0, 2717, 2532, 1, 0, 0, 0, 2717, 2534, 1, 0, 0, 0, 2717, 2539, 1, 0, 0, 0, 2717, 2546, 1, 0, 0, 0, 2717, 2550, 1, 0, 0, 0, 2717, 2554, 1, 0, 0, 0, 2717, 2558, 1, 0, 0, 0, 2717, 2560, 1, 0, 0, 0, 2717, 2562, 1, 0, 0, 0, 2717, 2565, 1, 0, 0, 0, 2717, 2568, 1, 0, 0, 0, 2717, 2570, 1, 0, 0, 0, 2717, 2572, 1, 0, 0, 0, 2717, 2575, 1, 0, 0, 0, 2717, 2579, 1, 0, 0, 0, 2717, 2583, 1, 0, 0, 0, 2717, 2587, 1, 0, 0, 0, 2717, 2592, 1, 0, 0, 0, 2717, 2603, 1, 0, 0, 0, 2717, 2611, 1, 0, 0, 0, 2717, 2618, 1, 0, 0, 0, 2717, 2627, 1, 0, 0, 0, 2717, 2637, 1, 0, 0, 0, 2717, 2646, 1, 0, 0, 0, 2717, 2654, 1, 0, 0, 0, 2717, 2663, 1, 0, 0, 0, 2717, 2676, 1, 0, 0, 0, 2717, 2683, 1, 0, 0, 0, 2717, 2693, 1, 0, 0, 0, 2717, 2709, 1, 0, 0, 0, 2717, 2716, 1, 0, 0, 0, 2718, 121, 1, 0, 0, 0, 2719, 2720, 5, 333, 0, 0, 2720, 2721, 5, 53, 0, 0, 2721, 2725, 3, 1218, 609, 0, 2722, 2723, 5, 191, 0, 0, 2723, 2725, 5, 53, 0, 0, 2724, 2719, 1, 0, 0, 0, 2724, 2722, 1, 0, 0, 0, 2725, 123, 1, 0, 0, 0, 2726, 2727, 7, 23, 0, 0, 2727, 125, 1, 0, 0, 0, 2728, 2729, 5, 43, 0, 0, 2729, 2730, 3, 564, 282, 0, 2730, 127, 1, 0, 0, 0, 2731, 2732, 5, 100, 0, 0, 2732, 2733, 3, 1218, 609, 0, 2733, 129, 1, 0, 0, 0, 2734, 2741, 5, 270, 0, 0, 2735, 2741, 5, 113, 0, 0, 2736, 2741, 5, 53, 0, 0, 2737, 2738, 5, 100, 0, 0, 2738, 2739, 5, 226, 0, 0, 2739, 2741, 3, 1442, 721, 0, 2740, 2734, 1, 0, 0, 0, 2740, 2735, 1, 0, 0, 0, 2740, 2736, 1, 0, 0, 0, 2740, 2737, 1, 0, 0, 0, 2741, 131, 1, 0, 0, 0, 2742, 2743, 5, 2, 0, 0, 2743, 2744, 3, 136, 68, 0, 2744, 2745, 5, 3, 0, 0, 2745, 133, 1, 0, 0, 0, 2746, 2747, 5, 105, 0, 0, 2747, 2748, 3, 132, 66, 0, 2748, 135, 1, 0, 0, 0, 2749, 2754, 3, 138, 69, 0, 2750, 2751, 5, 6, 0, 0, 2751, 2753, 3, 138, 69, 0, 2752, 2750, 1, 0, 0, 0, 2753, 2756, 1, 0, 0, 0, 2754, 2752, 1, 0, 0, 0, 2754, 2755, 1, 0, 0, 0, 2755, 137, 1, 0, 0, 0, 2756, 2754, 1, 0, 0, 0, 2757, 2766, 3, 1496, 748, 0, 2758, 2759, 5, 10, 0, 0, 2759, 2767, 3, 508, 254, 0, 2760, 2761, 5, 11, 0, 0, 2761, 2764, 3, 1496, 748, 0, 2762, 2763, 5, 10, 0, 0, 2763, 2765, 3, 508, 254, 0, 2764, 2762, 1, 0, 0, 0, 2764, 2765, 1, 0, 0, 0, 2765, 2767, 1, 0, 0, 0, 2766, 2758, 1, 0, 0, 0, 2766, 2760, 1, 0, 0, 0, 2766, 2767, 1, 0, 0, 0, 2767, 139, 1, 0, 0, 0, 2768, 2770, 3, 142, 71, 0, 2769, 2768, 1, 0, 0, 0, 2770, 2771, 1, 0, 0, 0, 2771, 2769, 1, 0, 0, 0, 2771, 2772, 1, 0, 0, 0, 2772, 141, 1, 0, 0, 0, 2773, 2778, 5, 314, 0, 0, 2774, 2776, 3, 14, 7, 0, 2775, 2774, 1, 0, 0, 0, 2775, 2776, 1, 0, 0, 0, 2776, 2777, 1, 0, 0, 0, 2777, 2779, 3, 328, 164, 0, 2778, 2775, 1, 0, 0, 0, 2778, 2779, 1, 0, 0, 0, 2779, 2787, 1, 0, 0, 0, 2780, 2784, 5, 333, 0, 0, 2781, 2785, 3, 324, 162, 0, 2782, 2783, 5, 438, 0, 0, 2783, 2785, 3, 228, 114, 0, 2784, 2781, 1, 0, 0, 0, 2784, 2782, 1, 0, 0, 0, 2785, 2787, 1, 0, 0, 0, 2786, 2773, 1, 0, 0, 0, 2786, 2780, 1, 0, 0, 0, 2787, 143, 1, 0, 0, 0, 2788, 2789, 5, 62, 0, 0, 2789, 2790, 5, 422, 0, 0, 2790, 2791, 5, 105, 0, 0, 2791, 2792, 5, 2, 0, 0, 2792, 2793, 3, 148, 74, 0, 2793, 2794, 5, 3, 0, 0, 2794, 2815, 1, 0, 0, 0, 2795, 2796, 5, 62, 0, 0, 2796, 2797, 5, 422, 0, 0, 2797, 2798, 5, 68, 0, 0, 2798, 2799, 5, 2, 0, 0, 2799, 2800, 3, 1334, 667, 0, 2800, 2801, 5, 3, 0, 0, 2801, 2815, 1, 0, 0, 0, 2802, 2803, 5, 62, 0, 0, 2803, 2804, 5, 422, 0, 0, 2804, 2805, 5, 64, 0, 0, 2805, 2806, 5, 2, 0, 0, 2806, 2807, 3, 1334, 667, 0, 2807, 2808, 5, 3, 0, 0, 2808, 2809, 5, 94, 0, 0, 2809, 2810, 5, 2, 0, 0, 2810, 2811, 3, 1334, 667, 0, 2811, 2812, 5, 3, 0, 0, 2812, 2815, 1, 0, 0, 0, 2813, 2815, 5, 53, 0, 0, 2814, 2788, 1, 0, 0, 0, 2814, 2795, 1, 0, 0, 0, 2814, 2802, 1, 0, 0, 0, 2814, 2813, 1, 0, 0, 0, 2815, 145, 1, 0, 0, 0, 2816, 2817, 3, 1494, 747, 0, 2817, 2818, 3, 1462, 731, 0, 2818, 147, 1, 0, 0, 0, 2819, 2824, 3, 146, 73, 0, 2820, 2821, 5, 6, 0, 0, 2821, 2823, 3, 146, 73, 0, 2822, 2820, 1, 0, 0, 0, 2823, 2826, 1, 0, 0, 0, 2824, 2822, 1, 0, 0, 0, 2824, 2825, 1, 0, 0, 0, 2825, 149, 1, 0, 0, 0, 2826, 2824, 1, 0, 0, 0, 2827, 2828, 5, 138, 0, 0, 2828, 2829, 5, 360, 0, 0, 2829, 2830, 3, 564, 282, 0, 2830, 2831, 3, 152, 76, 0, 2831, 151, 1, 0, 0, 0, 2832, 2837, 3, 154, 77, 0, 2833, 2834, 5, 6, 0, 0, 2834, 2836, 3, 154, 77, 0, 2835, 2833, 1, 0, 0, 0, 2836, 2839, 1, 0, 0, 0, 2837, 2835, 1, 0, 0, 0, 2837, 2838, 1, 0, 0, 0, 2838, 153, 1, 0, 0, 0, 2839, 2837, 1, 0, 0, 0, 2840, 2841, 5, 133, 0, 0, 2841, 2842, 5, 143, 0, 0, 2842, 2844, 3, 1158, 579, 0, 2843, 2845, 3, 124, 62, 0, 2844, 2843, 1, 0, 0, 0, 2844, 2845, 1, 0, 0, 0, 2845, 2870, 1, 0, 0, 0, 2846, 2847, 5, 191, 0, 0, 2847, 2849, 5, 143, 0, 0, 2848, 2850, 3, 754, 377, 0, 2849, 2848, 1, 0, 0, 0, 2849, 2850, 1, 0, 0, 0, 2850, 2851, 1, 0, 0, 0, 2851, 2853, 3, 1480, 740, 0, 2852, 2854, 3, 124, 62, 0, 2853, 2852, 1, 0, 0, 0, 2853, 2854, 1, 0, 0, 0, 2854, 2870, 1, 0, 0, 0, 2855, 2856, 5, 138, 0, 0, 2856, 2857, 5, 143, 0, 0, 2857, 2859, 3, 1480, 740, 0, 2858, 2860, 3, 774, 387, 0, 2859, 2858, 1, 0, 0, 0, 2859, 2860, 1, 0, 0, 0, 2860, 2861, 1, 0, 0, 0, 2861, 2862, 5, 360, 0, 0, 2862, 2864, 3, 1174, 587, 0, 2863, 2865, 3, 126, 63, 0, 2864, 2863, 1, 0, 0, 0, 2864, 2865, 1, 0, 0, 0, 2865, 2867, 1, 0, 0, 0, 2866, 2868, 3, 124, 62, 0, 2867, 2866, 1, 0, 0, 0, 2867, 2868, 1, 0, 0, 0, 2868, 2870, 1, 0, 0, 0, 2869, 2840, 1, 0, 0, 0, 2869, 2846, 1, 0, 0, 0, 2869, 2855, 1, 0, 0, 0, 2870, 155, 1, 0, 0, 0, 2871, 2874, 5, 157, 0, 0, 2872, 2875, 3, 1000, 500, 0, 2873, 2875, 5, 30, 0, 0, 2874, 2872, 1, 0, 0, 0, 2874, 2873, 1, 0, 0, 0, 2875, 157, 1, 0, 0, 0, 2876, 2878, 5, 169, 0, 0, 2877, 2879, 3, 172, 86, 0, 2878, 2877, 1, 0, 0, 0, 2878, 2879, 1, 0, 0, 0, 2879, 2880, 1, 0, 0, 0, 2880, 2882, 3, 1412, 706, 0, 2881, 2883, 3, 246, 123, 0, 2882, 2881, 1, 0, 0, 0, 2882, 2883, 1, 0, 0, 0, 2883, 2884, 1, 0, 0, 0, 2884, 2886, 3, 160, 80, 0, 2885, 2887, 3, 162, 81, 0, 2886, 2885, 1, 0, 0, 0, 2886, 2887, 1, 0, 0, 0, 2887, 2888, 1, 0, 0, 0, 2888, 2890, 3, 164, 82, 0, 2889, 2891, 3, 174, 87, 0, 2890, 2889, 1, 0, 0, 0, 2890, 2891, 1, 0, 0, 0, 2891, 2893, 1, 0, 0, 0, 2892, 2894, 3, 14, 7, 0, 2893, 2892, 1, 0, 0, 0, 2893, 2894, 1, 0, 0, 0, 2894, 2895, 1, 0, 0, 0, 2895, 2897, 3, 166, 83, 0, 2896, 2898, 3, 1150, 575, 0, 2897, 2896, 1, 0, 0, 0, 2897, 2898, 1, 0, 0, 0, 2898, 2914, 1, 0, 0, 0, 2899, 2900, 5, 169, 0, 0, 2900, 2901, 5, 2, 0, 0, 2901, 2902, 3, 948, 474, 0, 2902, 2903, 5, 3, 0, 0, 2903, 2905, 5, 94, 0, 0, 2904, 2906, 3, 162, 81, 0, 2905, 2904, 1, 0, 0, 0, 2905, 2906, 1, 0, 0, 0, 2906, 2907, 1, 0, 0, 0, 2907, 2909, 3, 164, 82, 0, 2908, 2910, 3, 14, 7, 0, 2909, 2908, 1, 0, 0, 0, 2909, 2910, 1, 0, 0, 0, 2910, 2911, 1, 0, 0, 0, 2911, 2912, 3, 166, 83, 0, 2912, 2914, 1, 0, 0, 0, 2913, 2876, 1, 0, 0, 0, 2913, 2899, 1, 0, 0, 0, 2914, 159, 1, 0, 0, 0, 2915, 2916, 7, 24, 0, 0, 2916, 161, 1, 0, 0, 0, 2917, 2918, 5, 297, 0, 0, 2918, 163, 1, 0, 0, 0, 2919, 2923, 3, 1464, 732, 0, 2920, 2923, 5, 343, 0, 0, 2921, 2923, 5, 344, 0, 0, 2922, 2919, 1, 0, 0, 0, 2922, 2920, 1, 0, 0, 0, 2922, 2921, 1, 0, 0, 0, 2923, 165, 1, 0, 0, 0, 2924, 2930, 3, 168, 84, 0, 2925, 2926, 5, 2, 0, 0, 2926, 2927, 3, 178, 89, 0, 2927, 2928, 5, 3, 0, 0, 2928, 2930, 1, 0, 0, 0, 2929, 2924, 1, 0, 0, 0, 2929, 2925, 1, 0, 0, 0, 2930, 167, 1, 0, 0, 0, 2931, 2933, 3, 170, 85, 0, 2932, 2931, 1, 0, 0, 0, 2933, 2936, 1, 0, 0, 0, 2934, 2932, 1, 0, 0, 0, 2934, 2935, 1, 0, 0, 0, 2935, 169, 1, 0, 0, 0, 2936, 2934, 1, 0, 0, 0, 2937, 2977, 5, 107, 0, 0, 2938, 2977, 5, 112, 0, 0, 2939, 2941, 5, 183, 0, 0, 2940, 2942, 3, 878, 439, 0, 2941, 2940, 1, 0, 0, 0, 2941, 2942, 1, 0, 0, 0, 2942, 2943, 1, 0, 0, 0, 2943, 2977, 3, 1464, 732, 0, 2944, 2946, 5, 78, 0, 0, 2945, 2947, 3, 878, 439, 0, 2946, 2945, 1, 0, 0, 0, 2946, 2947, 1, 0, 0, 0, 2947, 2948, 1, 0, 0, 0, 2948, 2977, 3, 1464, 732, 0, 2949, 2977, 5, 171, 0, 0, 2950, 2977, 5, 216, 0, 0, 2951, 2953, 5, 298, 0, 0, 2952, 2954, 3, 878, 439, 0, 2953, 2952, 1, 0, 0, 0, 2953, 2954, 1, 0, 0, 0, 2954, 2955, 1, 0, 0, 0, 2955, 2977, 3, 1464, 732, 0, 2956, 2958, 5, 197, 0, 0, 2957, 2959, 3, 878, 439, 0, 2958, 2957, 1, 0, 0, 0, 2958, 2959, 1, 0, 0, 0, 2959, 2960, 1, 0, 0, 0, 2960, 2977, 3, 1464, 732, 0, 2961, 2962, 5, 209, 0, 0, 2962, 2963, 5, 298, 0, 0, 2963, 2977, 3, 250, 125, 0, 2964, 2965, 5, 209, 0, 0, 2965, 2966, 5, 298, 0, 0, 2966, 2977, 5, 9, 0, 0, 2967, 2968, 5, 209, 0, 0, 2968, 2969, 5, 77, 0, 0, 2969, 2970, 5, 78, 0, 0, 2970, 2977, 3, 250, 125, 0, 2971, 2972, 5, 209, 0, 0, 2972, 2973, 5, 78, 0, 0, 2973, 2977, 3, 250, 125, 0, 2974, 2975, 5, 194, 0, 0, 2975, 2977, 3, 1464, 732, 0, 2976, 2937, 1, 0, 0, 0, 2976, 2938, 1, 0, 0, 0, 2976, 2939, 1, 0, 0, 0, 2976, 2944, 1, 0, 0, 0, 2976, 2949, 1, 0, 0, 0, 2976, 2950, 1, 0, 0, 0, 2976, 2951, 1, 0, 0, 0, 2976, 2956, 1, 0, 0, 0, 2976, 2961, 1, 0, 0, 0, 2976, 2964, 1, 0, 0, 0, 2976, 2967, 1, 0, 0, 0, 2976, 2971, 1, 0, 0, 0, 2976, 2974, 1, 0, 0, 0, 2977, 171, 1, 0, 0, 0, 2978, 2979, 5, 107, 0, 0, 2979, 173, 1, 0, 0, 0, 2980, 2982, 3, 176, 88, 0, 2981, 2980, 1, 0, 0, 0, 2981, 2982, 1, 0, 0, 0, 2982, 2983, 1, 0, 0, 0, 2983, 2984, 5, 184, 0, 0, 2984, 2985, 3, 1464, 732, 0, 2985, 175, 1, 0, 0, 0, 2986, 2987, 5, 100, 0, 0, 2987, 177, 1, 0, 0, 0, 2988, 2993, 3, 180, 90, 0, 2989, 2990, 5, 6, 0, 0, 2990, 2992, 3, 180, 90, 0, 2991, 2989, 1, 0, 0, 0, 2992, 2995, 1, 0, 0, 0, 2993, 2991, 1, 0, 0, 0, 2993, 2994, 1, 0, 0, 0, 2994, 179, 1, 0, 0, 0, 2995, 2993, 1, 0, 0, 0, 2996, 2998, 3, 1496, 748, 0, 2997, 2999, 3, 182, 91, 0, 2998, 2997, 1, 0, 0, 0, 2998, 2999, 1, 0, 0, 0, 2999, 181, 1, 0, 0, 0, 3000, 3008, 3, 72, 36, 0, 3001, 3008, 3, 328, 164, 0, 3002, 3008, 5, 9, 0, 0, 3003, 3004, 5, 2, 0, 0, 3004, 3005, 3, 184, 92, 0, 3005, 3006, 5, 3, 0, 0, 3006, 3008, 1, 0, 0, 0, 3007, 3000, 1, 0, 0, 0, 3007, 3001, 1, 0, 0, 0, 3007, 3002, 1, 0, 0, 0, 3007, 3003, 1, 0, 0, 0, 3008, 183, 1, 0, 0, 0, 3009, 3014, 3, 186, 93, 0, 3010, 3011, 5, 6, 0, 0, 3011, 3013, 3, 186, 93, 0, 3012, 3010, 1, 0, 0, 0, 3013, 3016, 1, 0, 0, 0, 3014, 3012, 1, 0, 0, 0, 3014, 3015, 1, 0, 0, 0, 3015, 185, 1, 0, 0, 0, 3016, 3014, 1, 0, 0, 0, 3017, 3018, 3, 70, 35, 0, 3018, 187, 1, 0, 0, 0, 3019, 3021, 3, 192, 96, 0, 3020, 3022, 3, 522, 261, 0, 3021, 3020, 1, 0, 0, 0, 3021, 3022, 1, 0, 0, 0, 3022, 3023, 1, 0, 0, 0, 3023, 3077, 3, 1410, 705, 0, 3024, 3026, 5, 2, 0, 0, 3025, 3027, 3, 198, 99, 0, 3026, 3025, 1, 0, 0, 0, 3026, 3027, 1, 0, 0, 0, 3027, 3028, 1, 0, 0, 0, 3028, 3032, 5, 3, 0, 0, 3029, 3031, 3, 190, 95, 0, 3030, 3029, 1, 0, 0, 0, 3031, 3034, 1, 0, 0, 0, 3032, 3030, 1, 0, 0, 0, 3032, 3033, 1, 0, 0, 0, 3033, 3078, 1, 0, 0, 0, 3034, 3032, 1, 0, 0, 0, 3035, 3036, 5, 275, 0, 0, 3036, 3038, 3, 564, 282, 0, 3037, 3039, 3, 202, 101, 0, 3038, 3037, 1, 0, 0, 0, 3038, 3039, 1, 0, 0, 0, 3039, 3041, 1, 0, 0, 0, 3040, 3042, 3, 274, 137, 0, 3041, 3040, 1, 0, 0, 0, 3041, 3042, 1, 0, 0, 0, 3042, 3044, 1, 0, 0, 0, 3043, 3045, 3, 282, 141, 0, 3044, 3043, 1, 0, 0, 0, 3044, 3045, 1, 0, 0, 0, 3045, 3047, 1, 0, 0, 0, 3046, 3048, 3, 284, 142, 0, 3047, 3046, 1, 0, 0, 0, 3047, 3048, 1, 0, 0, 0, 3048, 3050, 1, 0, 0, 0, 3049, 3051, 3, 286, 143, 0, 3050, 3049, 1, 0, 0, 0, 3050, 3051, 1, 0, 0, 0, 3051, 3053, 1, 0, 0, 0, 3052, 3054, 3, 288, 144, 0, 3053, 3052, 1, 0, 0, 0, 3053, 3054, 1, 0, 0, 0, 3054, 3078, 1, 0, 0, 0, 3055, 3056, 5, 285, 0, 0, 3056, 3057, 5, 275, 0, 0, 3057, 3059, 3, 1418, 709, 0, 3058, 3060, 3, 202, 101, 0, 3059, 3058, 1, 0, 0, 0, 3059, 3060, 1, 0, 0, 0, 3060, 3061, 1, 0, 0, 0, 3061, 3063, 3, 144, 72, 0, 3062, 3064, 3, 274, 137, 0, 3063, 3062, 1, 0, 0, 0, 3063, 3064, 1, 0, 0, 0, 3064, 3066, 1, 0, 0, 0, 3065, 3067, 3, 282, 141, 0, 3066, 3065, 1, 0, 0, 0, 3066, 3067, 1, 0, 0, 0, 3067, 3069, 1, 0, 0, 0, 3068, 3070, 3, 284, 142, 0, 3069, 3068, 1, 0, 0, 0, 3069, 3070, 1, 0, 0, 0, 3070, 3072, 1, 0, 0, 0, 3071, 3073, 3, 286, 143, 0, 3072, 3071, 1, 0, 0, 0, 3072, 3073, 1, 0, 0, 0, 3073, 3075, 1, 0, 0, 0, 3074, 3076, 3, 288, 144, 0, 3075, 3074, 1, 0, 0, 0, 3075, 3076, 1, 0, 0, 0, 3076, 3078, 1, 0, 0, 0, 3077, 3024, 1, 0, 0, 0, 3077, 3035, 1, 0, 0, 0, 3077, 3055, 1, 0, 0, 0, 3078, 189, 1, 0, 0, 0, 3079, 3087, 3, 272, 136, 0, 3080, 3087, 3, 274, 137, 0, 3081, 3087, 3, 282, 141, 0, 3082, 3087, 3, 284, 142, 0, 3083, 3087, 3, 286, 143, 0, 3084, 3087, 3, 288, 144, 0, 3085, 3087, 3, 194, 97, 0, 3086, 3079, 1, 0, 0, 0, 3086, 3080, 1, 0, 0, 0, 3086, 3081, 1, 0, 0, 0, 3086, 3082, 1, 0, 0, 0, 3086, 3083, 1, 0, 0, 0, 3086, 3084, 1, 0, 0, 0, 3086, 3085, 1, 0, 0, 0, 3087, 191, 1, 0, 0, 0, 3088, 3090, 5, 46, 0, 0, 3089, 3091, 3, 196, 98, 0, 3090, 3089, 1, 0, 0, 0, 3090, 3091, 1, 0, 0, 0, 3091, 3093, 1, 0, 0, 0, 3092, 3094, 5, 550, 0, 0, 3093, 3092, 1, 0, 0, 0, 3093, 3094, 1, 0, 0, 0, 3094, 3096, 1, 0, 0, 0, 3095, 3097, 5, 205, 0, 0, 3096, 3095, 1, 0, 0, 0, 3096, 3097, 1, 0, 0, 0, 3097, 3098, 1, 0, 0, 0, 3098, 3099, 5, 92, 0, 0, 3099, 193, 1, 0, 0, 0, 3100, 3101, 5, 549, 0, 0, 3101, 3102, 5, 147, 0, 0, 3102, 3103, 5, 2, 0, 0, 3103, 3104, 3, 250, 125, 0, 3104, 3105, 5, 3, 0, 0, 3105, 195, 1, 0, 0, 0, 3106, 3114, 5, 354, 0, 0, 3107, 3114, 5, 352, 0, 0, 3108, 3109, 5, 254, 0, 0, 3109, 3114, 7, 25, 0, 0, 3110, 3111, 5, 213, 0, 0, 3111, 3114, 7, 25, 0, 0, 3112, 3114, 5, 367, 0, 0, 3113, 3106, 1, 0, 0, 0, 3113, 3107, 1, 0, 0, 0, 3113, 3108, 1, 0, 0, 0, 3113, 3110, 1, 0, 0, 0, 3113, 3112, 1, 0, 0, 0, 3114, 197, 1, 0, 0, 0, 3115, 3116, 3, 204, 102, 0, 3116, 199, 1, 0, 0, 0, 3117, 3118, 3, 204, 102, 0, 3118, 201, 1, 0, 0, 0, 3119, 3120, 5, 2, 0, 0, 3120, 3121, 3, 206, 103, 0, 3121, 3122, 5, 3, 0, 0, 3122, 203, 1, 0, 0, 0, 3123, 3128, 3, 208, 104, 0, 3124, 3125, 5, 6, 0, 0, 3125, 3127, 3, 208, 104, 0, 3126, 3124, 1, 0, 0, 0, 3127, 3130, 1, 0, 0, 0, 3128, 3126, 1, 0, 0, 0, 3128, 3129, 1, 0, 0, 0, 3129, 205, 1, 0, 0, 0, 3130, 3128, 1, 0, 0, 0, 3131, 3136, 3, 210, 105, 0, 3132, 3133, 5, 6, 0, 0, 3133, 3135, 3, 210, 105, 0, 3134, 3132, 1, 0, 0, 0, 3135, 3138, 1, 0, 0, 0, 3136, 3134, 1, 0, 0, 0, 3136, 3137, 1, 0, 0, 0, 3137, 207, 1, 0, 0, 0, 3138, 3136, 1, 0, 0, 0, 3139, 3143, 3, 212, 106, 0, 3140, 3143, 3, 234, 117, 0, 3141, 3143, 3, 240, 120, 0, 3142, 3139, 1, 0, 0, 0, 3142, 3140, 1, 0, 0, 0, 3142, 3141, 1, 0, 0, 0, 3143, 209, 1, 0, 0, 0, 3144, 3147, 3, 218, 109, 0, 3145, 3147, 3, 240, 120, 0, 3146, 3144, 1, 0, 0, 0, 3146, 3145, 1, 0, 0, 0, 3147, 211, 1, 0, 0, 0, 3148, 3149, 3, 1440, 720, 0, 3149, 3151, 3, 1174, 587, 0, 3150, 3152, 3, 374, 187, 0, 3151, 3150, 1, 0, 0, 0, 3151, 3152, 1, 0, 0, 0, 3152, 3154, 1, 0, 0, 0, 3153, 3155, 3, 216, 108, 0, 3154, 3153, 1, 0, 0, 0, 3154, 3155, 1, 0, 0, 0, 3155, 3157, 1, 0, 0, 0, 3156, 3158, 3, 214, 107, 0, 3157, 3156, 1, 0, 0, 0, 3157, 3158, 1, 0, 0, 0, 3158, 3161, 1, 0, 0, 0, 3159, 3160, 5, 43, 0, 0, 3160, 3162, 3, 564, 282, 0, 3161, 3159, 1, 0, 0, 0, 3161, 3162, 1, 0, 0, 0, 3162, 3165, 1, 0, 0, 0, 3163, 3164, 5, 105, 0, 0, 3164, 3166, 5, 280, 0, 0, 3165, 3163, 1, 0, 0, 0, 3165, 3166, 1, 0, 0, 0, 3166, 3167, 1, 0, 0, 0, 3167, 3168, 3, 220, 110, 0, 3168, 213, 1, 0, 0, 0, 3169, 3170, 5, 543, 0, 0, 3170, 3171, 3, 1480, 740, 0, 3171, 215, 1, 0, 0, 0, 3172, 3179, 5, 345, 0, 0, 3173, 3180, 5, 544, 0, 0, 3174, 3180, 5, 205, 0, 0, 3175, 3180, 5, 545, 0, 0, 3176, 3180, 5, 546, 0, 0, 3177, 3180, 5, 53, 0, 0, 3178, 3180, 3, 1480, 740, 0, 3179, 3173, 1, 0, 0, 0, 3179, 3174, 1, 0, 0, 0, 3179, 3175, 1, 0, 0, 0, 3179, 3176, 1, 0, 0, 0, 3179, 3177, 1, 0, 0, 0, 3179, 3178, 1, 0, 0, 0, 3180, 217, 1, 0, 0, 0, 3181, 3184, 3, 1440, 720, 0, 3182, 3183, 5, 105, 0, 0, 3183, 3185, 5, 280, 0, 0, 3184, 3182, 1, 0, 0, 0, 3184, 3185, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 3187, 3, 220, 110, 0, 3187, 219, 1, 0, 0, 0, 3188, 3190, 3, 222, 111, 0, 3189, 3188, 1, 0, 0, 0, 3190, 3193, 1, 0, 0, 0, 3191, 3189, 1, 0, 0, 0, 3191, 3192, 1, 0, 0, 0, 3192, 221, 1, 0, 0, 0, 3193, 3191, 1, 0, 0, 0, 3194, 3195, 5, 45, 0, 0, 3195, 3197, 3, 1442, 721, 0, 3196, 3194, 1, 0, 0, 0, 3196, 3197, 1, 0, 0, 0, 3197, 3198, 1, 0, 0, 0, 3198, 3200, 3, 224, 112, 0, 3199, 3201, 3, 230, 115, 0, 3200, 3199, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 3203, 1, 0, 0, 0, 3202, 3204, 3, 232, 116, 0, 3203, 3202, 1, 0, 0, 0, 3203, 3204, 1, 0, 0, 0, 3204, 3213, 1, 0, 0, 0, 3205, 3207, 3, 224, 112, 0, 3206, 3208, 3, 230, 115, 0, 3207, 3206, 1, 0, 0, 0, 3207, 3208, 1, 0, 0, 0, 3208, 3210, 1, 0, 0, 0, 3209, 3211, 3, 232, 116, 0, 3210, 3209, 1, 0, 0, 0, 3210, 3211, 1, 0, 0, 0, 3211, 3213, 1, 0, 0, 0, 3212, 3196, 1, 0, 0, 0, 3212, 3205, 1, 0, 0, 0, 3213, 223, 1, 0, 0, 0, 3214, 3215, 5, 77, 0, 0, 3215, 3273, 5, 78, 0, 0, 3216, 3273, 5, 78, 0, 0, 3217, 3219, 5, 98, 0, 0, 3218, 3220, 3, 716, 358, 0, 3219, 3218, 1, 0, 0, 0, 3219, 3220, 1, 0, 0, 0, 3220, 3222, 1, 0, 0, 0, 3221, 3223, 3, 292, 146, 0, 3222, 3221, 1, 0, 0, 0, 3222, 3223, 1, 0, 0, 0, 3223, 3273, 1, 0, 0, 0, 3224, 3226, 5, 98, 0, 0, 3225, 3227, 3, 226, 113, 0, 3226, 3225, 1, 0, 0, 0, 3226, 3227, 1, 0, 0, 0, 3227, 3228, 1, 0, 0, 0, 3228, 3273, 3, 290, 145, 0, 3229, 3230, 5, 85, 0, 0, 3230, 3232, 5, 245, 0, 0, 3231, 3233, 3, 716, 358, 0, 3232, 3231, 1, 0, 0, 0, 3232, 3233, 1, 0, 0, 0, 3233, 3235, 1, 0, 0, 0, 3234, 3236, 3, 292, 146, 0, 3235, 3234, 1, 0, 0, 0, 3235, 3236, 1, 0, 0, 0, 3236, 3273, 1, 0, 0, 0, 3237, 3238, 5, 42, 0, 0, 3238, 3239, 5, 2, 0, 0, 3239, 3240, 3, 1218, 609, 0, 3240, 3242, 5, 3, 0, 0, 3241, 3243, 3, 244, 122, 0, 3242, 3241, 1, 0, 0, 0, 3242, 3243, 1, 0, 0, 0, 3243, 3273, 1, 0, 0, 0, 3244, 3245, 5, 53, 0, 0, 3245, 3273, 3, 1258, 629, 0, 3246, 3247, 5, 438, 0, 0, 3247, 3248, 3, 228, 114, 0, 3248, 3258, 5, 36, 0, 0, 3249, 3251, 5, 219, 0, 0, 3250, 3252, 3, 320, 160, 0, 3251, 3250, 1, 0, 0, 0, 3251, 3252, 1, 0, 0, 0, 3252, 3259, 1, 0, 0, 0, 3253, 3254, 5, 2, 0, 0, 3254, 3255, 3, 1218, 609, 0, 3255, 3256, 5, 3, 0, 0, 3256, 3257, 5, 440, 0, 0, 3257, 3259, 1, 0, 0, 0, 3258, 3249, 1, 0, 0, 0, 3258, 3253, 1, 0, 0, 0, 3259, 3273, 1, 0, 0, 0, 3260, 3261, 5, 86, 0, 0, 3261, 3263, 3, 1418, 709, 0, 3262, 3264, 3, 246, 123, 0, 3263, 3262, 1, 0, 0, 0, 3263, 3264, 1, 0, 0, 0, 3264, 3266, 1, 0, 0, 0, 3265, 3267, 3, 256, 128, 0, 3266, 3265, 1, 0, 0, 0, 3266, 3267, 1, 0, 0, 0, 3267, 3269, 1, 0, 0, 0, 3268, 3270, 3, 264, 132, 0, 3269, 3268, 1, 0, 0, 0, 3269, 3270, 1, 0, 0, 0, 3270, 3273, 1, 0, 0, 0, 3271, 3273, 3, 652, 326, 0, 3272, 3214, 1, 0, 0, 0, 3272, 3216, 1, 0, 0, 0, 3272, 3217, 1, 0, 0, 0, 3272, 3224, 1, 0, 0, 0, 3272, 3229, 1, 0, 0, 0, 3272, 3237, 1, 0, 0, 0, 3272, 3244, 1, 0, 0, 0, 3272, 3246, 1, 0, 0, 0, 3272, 3260, 1, 0, 0, 0, 3272, 3271, 1, 0, 0, 0, 3273, 225, 1, 0, 0, 0, 3274, 3276, 5, 273, 0, 0, 3275, 3277, 5, 77, 0, 0, 3276, 3275, 1, 0, 0, 0, 3276, 3277, 1, 0, 0, 0, 3277, 3278, 1, 0, 0, 0, 3278, 3279, 5, 56, 0, 0, 3279, 227, 1, 0, 0, 0, 3280, 3284, 5, 139, 0, 0, 3281, 3282, 5, 147, 0, 0, 3282, 3284, 5, 53, 0, 0, 3283, 3280, 1, 0, 0, 0, 3283, 3281, 1, 0, 0, 0, 3284, 229, 1, 0, 0, 0, 3285, 3289, 5, 54, 0, 0, 3286, 3287, 5, 77, 0, 0, 3287, 3289, 5, 54, 0, 0, 3288, 3285, 1, 0, 0, 0, 3288, 3286, 1, 0, 0, 0, 3289, 231, 1, 0, 0, 0, 3290, 3291, 5, 69, 0, 0, 3291, 3292, 7, 16, 0, 0, 3292, 233, 1, 0, 0, 0, 3293, 3294, 5, 120, 0, 0, 3294, 3295, 3, 1418, 709, 0, 3295, 3296, 3, 236, 118, 0, 3296, 235, 1, 0, 0, 0, 3297, 3298, 7, 26, 0, 0, 3298, 3300, 3, 238, 119, 0, 3299, 3297, 1, 0, 0, 0, 3300, 3303, 1, 0, 0, 0, 3301, 3299, 1, 0, 0, 0, 3301, 3302, 1, 0, 0, 0, 3302, 237, 1, 0, 0, 0, 3303, 3301, 1, 0, 0, 0, 3304, 3305, 7, 27, 0, 0, 3305, 239, 1, 0, 0, 0, 3306, 3307, 5, 45, 0, 0, 3307, 3308, 3, 1442, 721, 0, 3308, 3309, 3, 242, 121, 0, 3309, 3312, 1, 0, 0, 0, 3310, 3312, 3, 242, 121, 0, 3311, 3306, 1, 0, 0, 0, 3311, 3310, 1, 0, 0, 0, 3312, 241, 1, 0, 0, 0, 3313, 3314, 5, 42, 0, 0, 3314, 3315, 5, 2, 0, 0, 3315, 3316, 3, 1218, 609, 0, 3316, 3317, 5, 3, 0, 0, 3317, 3318, 3, 482, 241, 0, 3318, 3400, 1, 0, 0, 0, 3319, 3337, 5, 98, 0, 0, 3320, 3321, 5, 2, 0, 0, 3321, 3322, 3, 250, 125, 0, 3322, 3324, 5, 3, 0, 0, 3323, 3325, 3, 254, 127, 0, 3324, 3323, 1, 0, 0, 0, 3324, 3325, 1, 0, 0, 0, 3325, 3327, 1, 0, 0, 0, 3326, 3328, 3, 716, 358, 0, 3327, 3326, 1, 0, 0, 0, 3327, 3328, 1, 0, 0, 0, 3328, 3330, 1, 0, 0, 0, 3329, 3331, 3, 292, 146, 0, 3330, 3329, 1, 0, 0, 0, 3330, 3331, 1, 0, 0, 0, 3331, 3332, 1, 0, 0, 0, 3332, 3333, 3, 482, 241, 0, 3333, 3338, 1, 0, 0, 0, 3334, 3335, 3, 294, 147, 0, 3335, 3336, 3, 482, 241, 0, 3336, 3338, 1, 0, 0, 0, 3337, 3320, 1, 0, 0, 0, 3337, 3334, 1, 0, 0, 0, 3338, 3400, 1, 0, 0, 0, 3339, 3340, 5, 85, 0, 0, 3340, 3358, 5, 245, 0, 0, 3341, 3342, 5, 2, 0, 0, 3342, 3343, 3, 250, 125, 0, 3343, 3345, 5, 3, 0, 0, 3344, 3346, 3, 254, 127, 0, 3345, 3344, 1, 0, 0, 0, 3345, 3346, 1, 0, 0, 0, 3346, 3348, 1, 0, 0, 0, 3347, 3349, 3, 716, 358, 0, 3348, 3347, 1, 0, 0, 0, 3348, 3349, 1, 0, 0, 0, 3349, 3351, 1, 0, 0, 0, 3350, 3352, 3, 292, 146, 0, 3351, 3350, 1, 0, 0, 0, 3351, 3352, 1, 0, 0, 0, 3352, 3353, 1, 0, 0, 0, 3353, 3354, 3, 482, 241, 0, 3354, 3359, 1, 0, 0, 0, 3355, 3356, 3, 294, 147, 0, 3356, 3357, 3, 482, 241, 0, 3357, 3359, 1, 0, 0, 0, 3358, 3341, 1, 0, 0, 0, 3358, 3355, 1, 0, 0, 0, 3359, 3400, 1, 0, 0, 0, 3360, 3362, 5, 199, 0, 0, 3361, 3363, 3, 640, 320, 0, 3362, 3361, 1, 0, 0, 0, 3362, 3363, 1, 0, 0, 0, 3363, 3364, 1, 0, 0, 0, 3364, 3365, 5, 2, 0, 0, 3365, 3366, 3, 258, 129, 0, 3366, 3368, 5, 3, 0, 0, 3367, 3369, 3, 254, 127, 0, 3368, 3367, 1, 0, 0, 0, 3368, 3369, 1, 0, 0, 0, 3369, 3371, 1, 0, 0, 0, 3370, 3372, 3, 716, 358, 0, 3371, 3370, 1, 0, 0, 0, 3371, 3372, 1, 0, 0, 0, 3372, 3374, 1, 0, 0, 0, 3373, 3375, 3, 292, 146, 0, 3374, 3373, 1, 0, 0, 0, 3374, 3375, 1, 0, 0, 0, 3375, 3377, 1, 0, 0, 0, 3376, 3378, 3, 262, 131, 0, 3377, 3376, 1, 0, 0, 0, 3377, 3378, 1, 0, 0, 0, 3378, 3379, 1, 0, 0, 0, 3379, 3380, 3, 482, 241, 0, 3380, 3400, 1, 0, 0, 0, 3381, 3382, 5, 63, 0, 0, 3382, 3383, 5, 245, 0, 0, 3383, 3384, 5, 2, 0, 0, 3384, 3385, 3, 250, 125, 0, 3385, 3386, 5, 3, 0, 0, 3386, 3387, 5, 86, 0, 0, 3387, 3389, 3, 1418, 709, 0, 3388, 3390, 3, 246, 123, 0, 3389, 3388, 1, 0, 0, 0, 3389, 3390, 1, 0, 0, 0, 3390, 3392, 1, 0, 0, 0, 3391, 3393, 3, 256, 128, 0, 3392, 3391, 1, 0, 0, 0, 3392, 3393, 1, 0, 0, 0, 3393, 3395, 1, 0, 0, 0, 3394, 3396, 3, 264, 132, 0, 3395, 3394, 1, 0, 0, 0, 3395, 3396, 1, 0, 0, 0, 3396, 3397, 1, 0, 0, 0, 3397, 3398, 3, 482, 241, 0, 3398, 3400, 1, 0, 0, 0, 3399, 3313, 1, 0, 0, 0, 3399, 3319, 1, 0, 0, 0, 3399, 3339, 1, 0, 0, 0, 3399, 3360, 1, 0, 0, 0, 3399, 3381, 1, 0, 0, 0, 3400, 243, 1, 0, 0, 0, 3401, 3402, 5, 269, 0, 0, 3402, 3403, 5, 228, 0, 0, 3403, 245, 1, 0, 0, 0, 3404, 3405, 5, 2, 0, 0, 3405, 3406, 3, 250, 125, 0, 3406, 3407, 5, 3, 0, 0, 3407, 247, 1, 0, 0, 0, 3408, 3409, 5, 2, 0, 0, 3409, 3410, 3, 252, 126, 0, 3410, 3411, 5, 3, 0, 0, 3411, 249, 1, 0, 0, 0, 3412, 3417, 3, 1438, 719, 0, 3413, 3414, 5, 6, 0, 0, 3414, 3416, 3, 1438, 719, 0, 3415, 3413, 1, 0, 0, 0, 3416, 3419, 1, 0, 0, 0, 3417, 3415, 1, 0, 0, 0, 3417, 3418, 1, 0, 0, 0, 3418, 251, 1, 0, 0, 0, 3419, 3417, 1, 0, 0, 0, 3420, 3425, 3, 1440, 720, 0, 3421, 3422, 5, 6, 0, 0, 3422, 3424, 3, 1440, 720, 0, 3423, 3421, 1, 0, 0, 0, 3424, 3427, 1, 0, 0, 0, 3425, 3423, 1, 0, 0, 0, 3425, 3426, 1, 0, 0, 0, 3426, 253, 1, 0, 0, 0, 3427, 3425, 1, 0, 0, 0, 3428, 3429, 5, 441, 0, 0, 3429, 3430, 5, 2, 0, 0, 3430, 3431, 3, 250, 125, 0, 3431, 3432, 5, 3, 0, 0, 3432, 255, 1, 0, 0, 0, 3433, 3434, 5, 258, 0, 0, 3434, 3435, 7, 28, 0, 0, 3435, 257, 1, 0, 0, 0, 3436, 3441, 3, 260, 130, 0, 3437, 3438, 5, 6, 0, 0, 3438, 3440, 3, 260, 130, 0, 3439, 3437, 1, 0, 0, 0, 3440, 3443, 1, 0, 0, 0, 3441, 3439, 1, 0, 0, 0, 3441, 3442, 1, 0, 0, 0, 3442, 259, 1, 0, 0, 0, 3443, 3441, 1, 0, 0, 0, 3444, 3445, 3, 646, 323, 0, 3445, 3452, 5, 105, 0, 0, 3446, 3453, 3, 738, 369, 0, 3447, 3448, 5, 278, 0, 0, 3448, 3449, 5, 2, 0, 0, 3449, 3450, 3, 738, 369, 0, 3450, 3451, 5, 3, 0, 0, 3451, 3453, 1, 0, 0, 0, 3452, 3446, 1, 0, 0, 0, 3452, 3447, 1, 0, 0, 0, 3453, 261, 1, 0, 0, 0, 3454, 3455, 5, 103, 0, 0, 3455, 3456, 5, 2, 0, 0, 3456, 3457, 3, 1218, 609, 0, 3457, 3458, 5, 3, 0, 0, 3458, 263, 1, 0, 0, 0, 3459, 3468, 3, 266, 133, 0, 3460, 3468, 3, 268, 134, 0, 3461, 3462, 3, 266, 133, 0, 3462, 3463, 3, 268, 134, 0, 3463, 3468, 1, 0, 0, 0, 3464, 3465, 3, 268, 134, 0, 3465, 3466, 3, 266, 133, 0, 3466, 3468, 1, 0, 0, 0, 3467, 3459, 1, 0, 0, 0, 3467, 3460, 1, 0, 0, 0, 3467, 3461, 1, 0, 0, 0, 3467, 3464, 1, 0, 0, 0, 3468, 265, 1, 0, 0, 0, 3469, 3470, 5, 80, 0, 0, 3470, 3471, 5, 369, 0, 0, 3471, 3472, 3, 270, 135, 0, 3472, 267, 1, 0, 0, 0, 3473, 3474, 5, 80, 0, 0, 3474, 3475, 5, 182, 0, 0, 3475, 3476, 3, 270, 135, 0, 3476, 269, 1, 0, 0, 0, 3477, 3478, 5, 269, 0, 0, 3478, 3487, 5, 132, 0, 0, 3479, 3487, 5, 315, 0, 0, 3480, 3487, 5, 150, 0, 0, 3481, 3482, 5, 333, 0, 0, 3482, 3484, 7, 29, 0, 0, 3483, 3485, 3, 250, 125, 0, 3484, 3483, 1, 0, 0, 0, 3484, 3485, 1, 0, 0, 0, 3485, 3487, 1, 0, 0, 0, 3486, 3477, 1, 0, 0, 0, 3486, 3479, 1, 0, 0, 0, 3486, 3480, 1, 0, 0, 0, 3486, 3481, 1, 0, 0, 0, 3487, 271, 1, 0, 0, 0, 3488, 3489, 5, 238, 0, 0, 3489, 3490, 5, 2, 0, 0, 3490, 3491, 3, 1396, 698, 0, 3491, 3492, 5, 3, 0, 0, 3492, 273, 1, 0, 0, 0, 3493, 3494, 3, 276, 138, 0, 3494, 275, 1, 0, 0, 0, 3495, 3496, 5, 285, 0, 0, 3496, 3497, 5, 147, 0, 0, 3497, 3498, 3, 1480, 740, 0, 3498, 3499, 5, 2, 0, 0, 3499, 3500, 3, 278, 139, 0, 3500, 3501, 5, 3, 0, 0, 3501, 277, 1, 0, 0, 0, 3502, 3507, 3, 280, 140, 0, 3503, 3504, 5, 6, 0, 0, 3504, 3506, 3, 280, 140, 0, 3505, 3503, 1, 0, 0, 0, 3506, 3509, 1, 0, 0, 0, 3507, 3505, 1, 0, 0, 0, 3507, 3508, 1, 0, 0, 0, 3508, 279, 1, 0, 0, 0, 3509, 3507, 1, 0, 0, 0, 3510, 3512, 3, 1438, 719, 0, 3511, 3513, 3, 652, 326, 0, 3512, 3511, 1, 0, 0, 0, 3512, 3513, 1, 0, 0, 0, 3513, 3515, 1, 0, 0, 0, 3514, 3516, 3, 654, 327, 0, 3515, 3514, 1, 0, 0, 0, 3515, 3516, 1, 0, 0, 0, 3516, 3534, 1, 0, 0, 0, 3517, 3519, 3, 1268, 634, 0, 3518, 3520, 3, 652, 326, 0, 3519, 3518, 1, 0, 0, 0, 3519, 3520, 1, 0, 0, 0, 3520, 3522, 1, 0, 0, 0, 3521, 3523, 3, 654, 327, 0, 3522, 3521, 1, 0, 0, 0, 3522, 3523, 1, 0, 0, 0, 3523, 3534, 1, 0, 0, 0, 3524, 3525, 5, 2, 0, 0, 3525, 3526, 3, 1218, 609, 0, 3526, 3528, 5, 3, 0, 0, 3527, 3529, 3, 652, 326, 0, 3528, 3527, 1, 0, 0, 0, 3528, 3529, 1, 0, 0, 0, 3529, 3531, 1, 0, 0, 0, 3530, 3532, 3, 654, 327, 0, 3531, 3530, 1, 0, 0, 0, 3531, 3532, 1, 0, 0, 0, 3532, 3534, 1, 0, 0, 0, 3533, 3510, 1, 0, 0, 0, 3533, 3517, 1, 0, 0, 0, 3533, 3524, 1, 0, 0, 0, 3534, 281, 1, 0, 0, 0, 3535, 3536, 5, 100, 0, 0, 3536, 3537, 3, 1442, 721, 0, 3537, 283, 1, 0, 0, 0, 3538, 3539, 5, 105, 0, 0, 3539, 3545, 3, 132, 66, 0, 3540, 3541, 5, 379, 0, 0, 3541, 3545, 5, 277, 0, 0, 3542, 3543, 5, 105, 0, 0, 3543, 3545, 5, 277, 0, 0, 3544, 3538, 1, 0, 0, 0, 3544, 3540, 1, 0, 0, 0, 3544, 3542, 1, 0, 0, 0, 3545, 285, 1, 0, 0, 0, 3546, 3547, 5, 80, 0, 0, 3547, 3553, 5, 161, 0, 0, 3548, 3554, 5, 191, 0, 0, 3549, 3550, 5, 182, 0, 0, 3550, 3554, 5, 320, 0, 0, 3551, 3552, 5, 292, 0, 0, 3552, 3554, 5, 320, 0, 0, 3553, 3548, 1, 0, 0, 0, 3553, 3549, 1, 0, 0, 0, 3553, 3551, 1, 0, 0, 0, 3554, 287, 1, 0, 0, 0, 3555, 3556, 5, 351, 0, 0, 3556, 3557, 3, 1408, 704, 0, 3557, 289, 1, 0, 0, 0, 3558, 3560, 3, 648, 324, 0, 3559, 3558, 1, 0, 0, 0, 3559, 3560, 1, 0, 0, 0, 3560, 3562, 1, 0, 0, 0, 3561, 3563, 3, 1020, 510, 0, 3562, 3561, 1, 0, 0, 0, 3562, 3563, 1, 0, 0, 0, 3563, 3565, 1, 0, 0, 0, 3564, 3566, 3, 292, 146, 0, 3565, 3564, 1, 0, 0, 0, 3565, 3566, 1, 0, 0, 0, 3566, 291, 1, 0, 0, 0, 3567, 3568, 5, 100, 0, 0, 3568, 3569, 5, 226, 0, 0, 3569, 3570, 5, 351, 0, 0, 3570, 3571, 3, 1408, 704, 0, 3571, 293, 1, 0, 0, 0, 3572, 3573, 5, 100, 0, 0, 3573, 3574, 5, 226, 0, 0, 3574, 3575, 3, 1442, 721, 0, 3575, 295, 1, 0, 0, 0, 3576, 3577, 5, 46, 0, 0, 3577, 3582, 5, 342, 0, 0, 3578, 3580, 3, 522, 261, 0, 3579, 3578, 1, 0, 0, 0, 3579, 3580, 1, 0, 0, 0, 3580, 3581, 1, 0, 0, 0, 3581, 3583, 3, 564, 282, 0, 3582, 3579, 1, 0, 0, 0, 3582, 3583, 1, 0, 0, 0, 3583, 3585, 1, 0, 0, 0, 3584, 3586, 3, 924, 462, 0, 3585, 3584, 1, 0, 0, 0, 3585, 3586, 1, 0, 0, 0, 3586, 3587, 1, 0, 0, 0, 3587, 3590, 5, 80, 0, 0, 3588, 3591, 3, 1338, 669, 0, 3589, 3591, 3, 1334, 667, 0, 3590, 3588, 1, 0, 0, 0, 3590, 3589, 1, 0, 0, 0, 3591, 3592, 1, 0, 0, 0, 3592, 3593, 5, 64, 0, 0, 3593, 3594, 3, 1110, 555, 0, 3594, 297, 1, 0, 0, 0, 3595, 3596, 5, 138, 0, 0, 3596, 3598, 5, 342, 0, 0, 3597, 3599, 3, 754, 377, 0, 3598, 3597, 1, 0, 0, 0, 3598, 3599, 1, 0, 0, 0, 3599, 3600, 1, 0, 0, 0, 3600, 3601, 3, 564, 282, 0, 3601, 3602, 5, 333, 0, 0, 3602, 3603, 5, 342, 0, 0, 3603, 3604, 3, 1470, 735, 0, 3604, 299, 1, 0, 0, 0, 3605, 3607, 3, 192, 96, 0, 3606, 3608, 3, 522, 261, 0, 3607, 3606, 1, 0, 0, 0, 3607, 3608, 1, 0, 0, 0, 3608, 3609, 1, 0, 0, 0, 3609, 3610, 3, 302, 151, 0, 3610, 3611, 5, 36, 0, 0, 3611, 3613, 3, 1006, 503, 0, 3612, 3614, 3, 304, 152, 0, 3613, 3612, 1, 0, 0, 0, 3613, 3614, 1, 0, 0, 0, 3614, 301, 1, 0, 0, 0, 3615, 3617, 3, 1410, 705, 0, 3616, 3618, 3, 248, 124, 0, 3617, 3616, 1, 0, 0, 0, 3617, 3618, 1, 0, 0, 0, 3618, 3620, 1, 0, 0, 0, 3619, 3621, 3, 282, 141, 0, 3620, 3619, 1, 0, 0, 0, 3620, 3621, 1, 0, 0, 0, 3621, 3623, 1, 0, 0, 0, 3622, 3624, 3, 284, 142, 0, 3623, 3622, 1, 0, 0, 0, 3623, 3624, 1, 0, 0, 0, 3624, 3626, 1, 0, 0, 0, 3625, 3627, 3, 286, 143, 0, 3626, 3625, 1, 0, 0, 0, 3626, 3627, 1, 0, 0, 0, 3627, 3629, 1, 0, 0, 0, 3628, 3630, 3, 288, 144, 0, 3629, 3628, 1, 0, 0, 0, 3629, 3630, 1, 0, 0, 0, 3630, 303, 1, 0, 0, 0, 3631, 3635, 5, 105, 0, 0, 3632, 3636, 5, 174, 0, 0, 3633, 3634, 5, 269, 0, 0, 3634, 3636, 5, 174, 0, 0, 3635, 3632, 1, 0, 0, 0, 3635, 3633, 1, 0, 0, 0, 3636, 305, 1, 0, 0, 0, 3637, 3639, 5, 46, 0, 0, 3638, 3640, 3, 310, 155, 0, 3639, 3638, 1, 0, 0, 0, 3639, 3640, 1, 0, 0, 0, 3640, 3641, 1, 0, 0, 0, 3641, 3642, 5, 259, 0, 0, 3642, 3644, 5, 376, 0, 0, 3643, 3645, 3, 522, 261, 0, 3644, 3643, 1, 0, 0, 0, 3644, 3645, 1, 0, 0, 0, 3645, 3646, 1, 0, 0, 0, 3646, 3647, 3, 308, 154, 0, 3647, 3648, 5, 36, 0, 0, 3648, 3650, 3, 1006, 503, 0, 3649, 3651, 3, 304, 152, 0, 3650, 3649, 1, 0, 0, 0, 3650, 3651, 1, 0, 0, 0, 3651, 307, 1, 0, 0, 0, 3652, 3654, 3, 1414, 707, 0, 3653, 3655, 3, 248, 124, 0, 3654, 3653, 1, 0, 0, 0, 3654, 3655, 1, 0, 0, 0, 3655, 3657, 1, 0, 0, 0, 3656, 3658, 3, 282, 141, 0, 3657, 3656, 1, 0, 0, 0, 3657, 3658, 1, 0, 0, 0, 3658, 3660, 1, 0, 0, 0, 3659, 3661, 3, 134, 67, 0, 3660, 3659, 1, 0, 0, 0, 3660, 3661, 1, 0, 0, 0, 3661, 3663, 1, 0, 0, 0, 3662, 3664, 3, 288, 144, 0, 3663, 3662, 1, 0, 0, 0, 3663, 3664, 1, 0, 0, 0, 3664, 309, 1, 0, 0, 0, 3665, 3666, 5, 367, 0, 0, 3666, 311, 1, 0, 0, 0, 3667, 3668, 5, 305, 0, 0, 3668, 3669, 5, 259, 0, 0, 3669, 3671, 5, 376, 0, 0, 3670, 3672, 3, 636, 318, 0, 3671, 3670, 1, 0, 0, 0, 3671, 3672, 1, 0, 0, 0, 3672, 3673, 1, 0, 0, 0, 3673, 3675, 3, 1416, 708, 0, 3674, 3676, 3, 304, 152, 0, 3675, 3674, 1, 0, 0, 0, 3675, 3676, 1, 0, 0, 0, 3676, 313, 1, 0, 0, 0, 3677, 3679, 5, 46, 0, 0, 3678, 3680, 3, 196, 98, 0, 3679, 3678, 1, 0, 0, 0, 3679, 3680, 1, 0, 0, 0, 3680, 3681, 1, 0, 0, 0, 3681, 3683, 5, 328, 0, 0, 3682, 3684, 3, 522, 261, 0, 3683, 3682, 1, 0, 0, 0, 3683, 3684, 1, 0, 0, 0, 3684, 3685, 1, 0, 0, 0, 3685, 3687, 3, 1418, 709, 0, 3686, 3688, 3, 318, 159, 0, 3687, 3686, 1, 0, 0, 0, 3687, 3688, 1, 0, 0, 0, 3688, 315, 1, 0, 0, 0, 3689, 3690, 5, 138, 0, 0, 3690, 3692, 5, 328, 0, 0, 3691, 3693, 3, 754, 377, 0, 3692, 3691, 1, 0, 0, 0, 3692, 3693, 1, 0, 0, 0, 3693, 3694, 1, 0, 0, 0, 3694, 3695, 3, 1418, 709, 0, 3695, 3696, 3, 322, 161, 0, 3696, 317, 1, 0, 0, 0, 3697, 3698, 3, 322, 161, 0, 3698, 319, 1, 0, 0, 0, 3699, 3700, 5, 2, 0, 0, 3700, 3701, 3, 322, 161, 0, 3701, 3702, 5, 3, 0, 0, 3702, 321, 1, 0, 0, 0, 3703, 3705, 3, 324, 162, 0, 3704, 3703, 1, 0, 0, 0, 3705, 3706, 1, 0, 0, 0, 3706, 3704, 1, 0, 0, 0, 3706, 3707, 1, 0, 0, 0, 3707, 323, 1, 0, 0, 0, 3708, 3709, 5, 36, 0, 0, 3709, 3743, 3, 1178, 589, 0, 3710, 3711, 5, 148, 0, 0, 3711, 3743, 3, 328, 164, 0, 3712, 3743, 5, 173, 0, 0, 3713, 3715, 5, 225, 0, 0, 3714, 3716, 3, 326, 163, 0, 3715, 3714, 1, 0, 0, 0, 3715, 3716, 1, 0, 0, 0, 3716, 3717, 1, 0, 0, 0, 3717, 3743, 3, 328, 164, 0, 3718, 3719, 5, 260, 0, 0, 3719, 3743, 3, 328, 164, 0, 3720, 3721, 5, 262, 0, 0, 3721, 3743, 3, 328, 164, 0, 3722, 3723, 5, 269, 0, 0, 3723, 3743, 7, 30, 0, 0, 3724, 3725, 5, 281, 0, 0, 3725, 3726, 5, 147, 0, 0, 3726, 3743, 3, 1438, 719, 0, 3727, 3728, 5, 328, 0, 0, 3728, 3729, 5, 266, 0, 0, 3729, 3743, 3, 564, 282, 0, 3730, 3732, 5, 340, 0, 0, 3731, 3733, 3, 14, 7, 0, 3732, 3731, 1, 0, 0, 0, 3732, 3733, 1, 0, 0, 0, 3733, 3734, 1, 0, 0, 0, 3734, 3743, 3, 328, 164, 0, 3735, 3737, 5, 314, 0, 0, 3736, 3738, 3, 14, 7, 0, 3737, 3736, 1, 0, 0, 0, 3737, 3738, 1, 0, 0, 0, 3738, 3740, 1, 0, 0, 0, 3739, 3741, 3, 328, 164, 0, 3740, 3739, 1, 0, 0, 0, 3740, 3741, 1, 0, 0, 0, 3741, 3743, 1, 0, 0, 0, 3742, 3708, 1, 0, 0, 0, 3742, 3710, 1, 0, 0, 0, 3742, 3712, 1, 0, 0, 0, 3742, 3713, 1, 0, 0, 0, 3742, 3718, 1, 0, 0, 0, 3742, 3720, 1, 0, 0, 0, 3742, 3722, 1, 0, 0, 0, 3742, 3724, 1, 0, 0, 0, 3742, 3727, 1, 0, 0, 0, 3742, 3730, 1, 0, 0, 0, 3742, 3735, 1, 0, 0, 0, 3743, 325, 1, 0, 0, 0, 3744, 3745, 5, 147, 0, 0, 3745, 327, 1, 0, 0, 0, 3746, 3753, 3, 1460, 730, 0, 3747, 3748, 5, 12, 0, 0, 3748, 3753, 3, 1460, 730, 0, 3749, 3750, 5, 13, 0, 0, 3750, 3753, 3, 1460, 730, 0, 3751, 3753, 3, 1470, 735, 0, 3752, 3746, 1, 0, 0, 0, 3752, 3747, 1, 0, 0, 0, 3752, 3749, 1, 0, 0, 0, 3752, 3751, 1, 0, 0, 0, 3753, 329, 1, 0, 0, 0, 3754, 3759, 3, 328, 164, 0, 3755, 3756, 5, 6, 0, 0, 3756, 3758, 3, 328, 164, 0, 3757, 3755, 1, 0, 0, 0, 3758, 3761, 1, 0, 0, 0, 3759, 3757, 1, 0, 0, 0, 3759, 3760, 1, 0, 0, 0, 3760, 331, 1, 0, 0, 0, 3761, 3759, 1, 0, 0, 0, 3762, 3764, 5, 46, 0, 0, 3763, 3765, 3, 664, 332, 0, 3764, 3763, 1, 0, 0, 0, 3764, 3765, 1, 0, 0, 0, 3765, 3767, 1, 0, 0, 0, 3766, 3768, 3, 334, 167, 0, 3767, 3766, 1, 0, 0, 0, 3767, 3768, 1, 0, 0, 0, 3768, 3770, 1, 0, 0, 0, 3769, 3771, 3, 344, 172, 0, 3770, 3769, 1, 0, 0, 0, 3770, 3771, 1, 0, 0, 0, 3771, 3772, 1, 0, 0, 0, 3772, 3773, 5, 247, 0, 0, 3773, 3782, 3, 1442, 721, 0, 3774, 3775, 5, 215, 0, 0, 3775, 3777, 3, 336, 168, 0, 3776, 3778, 3, 338, 169, 0, 3777, 3776, 1, 0, 0, 0, 3777, 3778, 1, 0, 0, 0, 3778, 3780, 1, 0, 0, 0, 3779, 3781, 3, 342, 171, 0, 3780, 3779, 1, 0, 0, 0, 3780, 3781, 1, 0, 0, 0, 3781, 3783, 1, 0, 0, 0, 3782, 3774, 1, 0, 0, 0, 3782, 3783, 1, 0, 0, 0, 3783, 333, 1, 0, 0, 0, 3784, 3785, 5, 359, 0, 0, 3785, 335, 1, 0, 0, 0, 3786, 3788, 3, 1442, 721, 0, 3787, 3789, 3, 566, 283, 0, 3788, 3787, 1, 0, 0, 0, 3788, 3789, 1, 0, 0, 0, 3789, 337, 1, 0, 0, 0, 3790, 3791, 5, 239, 0, 0, 3791, 3792, 3, 336, 168, 0, 3792, 339, 1, 0, 0, 0, 3793, 3794, 5, 373, 0, 0, 3794, 3798, 3, 336, 168, 0, 3795, 3796, 5, 269, 0, 0, 3796, 3798, 5, 373, 0, 0, 3797, 3793, 1, 0, 0, 0, 3797, 3795, 1, 0, 0, 0, 3798, 341, 1, 0, 0, 0, 3799, 3800, 3, 340, 170, 0, 3800, 343, 1, 0, 0, 0, 3801, 3802, 5, 295, 0, 0, 3802, 345, 1, 0, 0, 0, 3803, 3804, 5, 46, 0, 0, 3804, 3805, 5, 351, 0, 0, 3805, 3807, 3, 1408, 704, 0, 3806, 3808, 3, 348, 174, 0, 3807, 3806, 1, 0, 0, 0, 3807, 3808, 1, 0, 0, 0, 3808, 3809, 1, 0, 0, 0, 3809, 3810, 5, 255, 0, 0, 3810, 3812, 3, 1464, 732, 0, 3811, 3813, 3, 134, 67, 0, 3812, 3811, 1, 0, 0, 0, 3812, 3813, 1, 0, 0, 0, 3813, 347, 1, 0, 0, 0, 3814, 3815, 5, 282, 0, 0, 3815, 3816, 3, 1476, 738, 0, 3816, 349, 1, 0, 0, 0, 3817, 3818, 5, 46, 0, 0, 3818, 3820, 5, 204, 0, 0, 3819, 3821, 3, 522, 261, 0, 3820, 3819, 1, 0, 0, 0, 3820, 3821, 1, 0, 0, 0, 3821, 3822, 1, 0, 0, 0, 3822, 3824, 3, 1442, 721, 0, 3823, 3825, 3, 14, 7, 0, 3824, 3823, 1, 0, 0, 0, 3824, 3825, 1, 0, 0, 0, 3825, 3826, 1, 0, 0, 0, 3826, 3827, 3, 352, 176, 0, 3827, 351, 1, 0, 0, 0, 3828, 3830, 3, 354, 177, 0, 3829, 3828, 1, 0, 0, 0, 3830, 3833, 1, 0, 0, 0, 3831, 3829, 1, 0, 0, 0, 3831, 3832, 1, 0, 0, 0, 3832, 353, 1, 0, 0, 0, 3833, 3831, 1, 0, 0, 0, 3834, 3835, 5, 323, 0, 0, 3835, 3842, 3, 1428, 714, 0, 3836, 3837, 5, 375, 0, 0, 3837, 3842, 3, 80, 40, 0, 3838, 3839, 5, 64, 0, 0, 3839, 3842, 3, 80, 40, 0, 3840, 3842, 5, 150, 0, 0, 3841, 3834, 1, 0, 0, 0, 3841, 3836, 1, 0, 0, 0, 3841, 3838, 1, 0, 0, 0, 3841, 3840, 1, 0, 0, 0, 3842, 355, 1, 0, 0, 0, 3843, 3844, 5, 138, 0, 0, 3844, 3845, 5, 204, 0, 0, 3845, 3846, 3, 1442, 721, 0, 3846, 3847, 5, 369, 0, 0, 3847, 3848, 3, 358, 179, 0, 3848, 357, 1, 0, 0, 0, 3849, 3851, 3, 360, 180, 0, 3850, 3849, 1, 0, 0, 0, 3851, 3854, 1, 0, 0, 0, 3852, 3850, 1, 0, 0, 0, 3852, 3853, 1, 0, 0, 0, 3853, 359, 1, 0, 0, 0, 3854, 3852, 1, 0, 0, 0, 3855, 3856, 5, 94, 0, 0, 3856, 3857, 3, 80, 40, 0, 3857, 361, 1, 0, 0, 0, 3858, 3859, 5, 138, 0, 0, 3859, 3860, 5, 204, 0, 0, 3860, 3861, 3, 1442, 721, 0, 3861, 3862, 3, 44, 22, 0, 3862, 3863, 3, 554, 277, 0, 3863, 3961, 1, 0, 0, 0, 3864, 3865, 5, 138, 0, 0, 3865, 3866, 5, 204, 0, 0, 3866, 3867, 3, 1442, 721, 0, 3867, 3868, 3, 44, 22, 0, 3868, 3869, 3, 552, 276, 0, 3869, 3961, 1, 0, 0, 0, 3870, 3871, 5, 138, 0, 0, 3871, 3872, 5, 204, 0, 0, 3872, 3873, 3, 1442, 721, 0, 3873, 3874, 3, 44, 22, 0, 3874, 3875, 5, 136, 0, 0, 3875, 3876, 3, 704, 352, 0, 3876, 3961, 1, 0, 0, 0, 3877, 3878, 5, 138, 0, 0, 3878, 3879, 5, 204, 0, 0, 3879, 3880, 3, 1442, 721, 0, 3880, 3881, 3, 44, 22, 0, 3881, 3882, 5, 41, 0, 0, 3882, 3883, 5, 2, 0, 0, 3883, 3884, 3, 1174, 587, 0, 3884, 3885, 5, 36, 0, 0, 3885, 3886, 3, 1174, 587, 0, 3886, 3887, 5, 3, 0, 0, 3887, 3961, 1, 0, 0, 0, 3888, 3889, 5, 138, 0, 0, 3889, 3890, 5, 204, 0, 0, 3890, 3891, 3, 1442, 721, 0, 3891, 3892, 3, 44, 22, 0, 3892, 3893, 5, 189, 0, 0, 3893, 3894, 3, 1174, 587, 0, 3894, 3961, 1, 0, 0, 0, 3895, 3896, 5, 138, 0, 0, 3896, 3897, 5, 204, 0, 0, 3897, 3898, 3, 1442, 721, 0, 3898, 3899, 3, 44, 22, 0, 3899, 3900, 5, 211, 0, 0, 3900, 3901, 3, 680, 340, 0, 3901, 3961, 1, 0, 0, 0, 3902, 3903, 5, 138, 0, 0, 3903, 3904, 5, 204, 0, 0, 3904, 3905, 3, 1442, 721, 0, 3905, 3906, 3, 44, 22, 0, 3906, 3907, 5, 278, 0, 0, 3907, 3908, 3, 742, 371, 0, 3908, 3961, 1, 0, 0, 0, 3909, 3910, 5, 138, 0, 0, 3910, 3911, 5, 204, 0, 0, 3911, 3912, 3, 1442, 721, 0, 3912, 3913, 3, 44, 22, 0, 3913, 3914, 5, 278, 0, 0, 3914, 3915, 5, 156, 0, 0, 3915, 3916, 3, 564, 282, 0, 3916, 3917, 5, 100, 0, 0, 3917, 3918, 3, 1442, 721, 0, 3918, 3961, 1, 0, 0, 0, 3919, 3920, 5, 138, 0, 0, 3920, 3921, 5, 204, 0, 0, 3921, 3922, 3, 1442, 721, 0, 3922, 3923, 3, 44, 22, 0, 3923, 3924, 5, 278, 0, 0, 3924, 3925, 5, 206, 0, 0, 3925, 3926, 3, 564, 282, 0, 3926, 3927, 5, 100, 0, 0, 3927, 3928, 3, 1442, 721, 0, 3928, 3961, 1, 0, 0, 0, 3929, 3930, 5, 138, 0, 0, 3930, 3931, 5, 204, 0, 0, 3931, 3932, 3, 1442, 721, 0, 3932, 3933, 3, 44, 22, 0, 3933, 3934, 5, 296, 0, 0, 3934, 3935, 3, 676, 338, 0, 3935, 3961, 1, 0, 0, 0, 3936, 3937, 5, 138, 0, 0, 3937, 3938, 5, 204, 0, 0, 3938, 3939, 3, 1442, 721, 0, 3939, 3940, 3, 44, 22, 0, 3940, 3941, 5, 442, 0, 0, 3941, 3942, 3, 672, 336, 0, 3942, 3961, 1, 0, 0, 0, 3943, 3944, 5, 138, 0, 0, 3944, 3945, 5, 204, 0, 0, 3945, 3946, 3, 1442, 721, 0, 3946, 3947, 3, 44, 22, 0, 3947, 3948, 5, 443, 0, 0, 3948, 3949, 5, 62, 0, 0, 3949, 3950, 3, 1174, 587, 0, 3950, 3951, 5, 247, 0, 0, 3951, 3952, 3, 1442, 721, 0, 3952, 3961, 1, 0, 0, 0, 3953, 3954, 5, 138, 0, 0, 3954, 3955, 5, 204, 0, 0, 3955, 3956, 3, 1442, 721, 0, 3956, 3957, 3, 44, 22, 0, 3957, 3958, 5, 360, 0, 0, 3958, 3959, 3, 1174, 587, 0, 3959, 3961, 1, 0, 0, 0, 3960, 3858, 1, 0, 0, 0, 3960, 3864, 1, 0, 0, 0, 3960, 3870, 1, 0, 0, 0, 3960, 3877, 1, 0, 0, 0, 3960, 3888, 1, 0, 0, 0, 3960, 3895, 1, 0, 0, 0, 3960, 3902, 1, 0, 0, 0, 3960, 3909, 1, 0, 0, 0, 3960, 3919, 1, 0, 0, 0, 3960, 3929, 1, 0, 0, 0, 3960, 3936, 1, 0, 0, 0, 3960, 3943, 1, 0, 0, 0, 3960, 3953, 1, 0, 0, 0, 3961, 363, 1, 0, 0, 0, 3962, 3963, 5, 46, 0, 0, 3963, 3964, 5, 63, 0, 0, 3964, 3965, 5, 174, 0, 0, 3965, 3966, 5, 381, 0, 0, 3966, 3968, 3, 1442, 721, 0, 3967, 3969, 3, 370, 185, 0, 3968, 3967, 1, 0, 0, 0, 3968, 3969, 1, 0, 0, 0, 3969, 3971, 1, 0, 0, 0, 3970, 3972, 3, 374, 187, 0, 3971, 3970, 1, 0, 0, 0, 3971, 3972, 1, 0, 0, 0, 3972, 365, 1, 0, 0, 0, 3973, 3974, 5, 215, 0, 0, 3974, 3982, 3, 336, 168, 0, 3975, 3976, 5, 269, 0, 0, 3976, 3982, 5, 215, 0, 0, 3977, 3978, 5, 373, 0, 0, 3978, 3982, 3, 336, 168, 0, 3979, 3980, 5, 269, 0, 0, 3980, 3982, 5, 373, 0, 0, 3981, 3973, 1, 0, 0, 0, 3981, 3975, 1, 0, 0, 0, 3981, 3977, 1, 0, 0, 0, 3981, 3979, 1, 0, 0, 0, 3982, 367, 1, 0, 0, 0, 3983, 3985, 3, 366, 183, 0, 3984, 3983, 1, 0, 0, 0, 3985, 3986, 1, 0, 0, 0, 3986, 3984, 1, 0, 0, 0, 3986, 3987, 1, 0, 0, 0, 3987, 369, 1, 0, 0, 0, 3988, 3989, 3, 368, 184, 0, 3989, 371, 1, 0, 0, 0, 3990, 3991, 5, 138, 0, 0, 3991, 3992, 5, 63, 0, 0, 3992, 3993, 5, 174, 0, 0, 3993, 3994, 5, 381, 0, 0, 3994, 3996, 3, 1442, 721, 0, 3995, 3997, 3, 370, 185, 0, 3996, 3995, 1, 0, 0, 0, 3996, 3997, 1, 0, 0, 0, 3997, 3998, 1, 0, 0, 0, 3998, 3999, 3, 378, 189, 0, 3999, 4008, 1, 0, 0, 0, 4000, 4001, 5, 138, 0, 0, 4001, 4002, 5, 63, 0, 0, 4002, 4003, 5, 174, 0, 0, 4003, 4004, 5, 381, 0, 0, 4004, 4005, 3, 1442, 721, 0, 4005, 4006, 3, 368, 184, 0, 4006, 4008, 1, 0, 0, 0, 4007, 3990, 1, 0, 0, 0, 4007, 4000, 1, 0, 0, 0, 4008, 373, 1, 0, 0, 0, 4009, 4010, 5, 280, 0, 0, 4010, 4011, 5, 2, 0, 0, 4011, 4012, 3, 376, 188, 0, 4012, 4013, 5, 3, 0, 0, 4013, 375, 1, 0, 0, 0, 4014, 4019, 3, 384, 192, 0, 4015, 4016, 5, 6, 0, 0, 4016, 4018, 3, 384, 192, 0, 4017, 4015, 1, 0, 0, 0, 4018, 4021, 1, 0, 0, 0, 4019, 4017, 1, 0, 0, 0, 4019, 4020, 1, 0, 0, 0, 4020, 377, 1, 0, 0, 0, 4021, 4019, 1, 0, 0, 0, 4022, 4023, 5, 280, 0, 0, 4023, 4024, 5, 2, 0, 0, 4024, 4025, 3, 380, 190, 0, 4025, 4026, 5, 3, 0, 0, 4026, 379, 1, 0, 0, 0, 4027, 4032, 3, 382, 191, 0, 4028, 4029, 5, 6, 0, 0, 4029, 4031, 3, 382, 191, 0, 4030, 4028, 1, 0, 0, 0, 4031, 4034, 1, 0, 0, 0, 4032, 4030, 1, 0, 0, 0, 4032, 4033, 1, 0, 0, 0, 4033, 381, 1, 0, 0, 0, 4034, 4032, 1, 0, 0, 0, 4035, 4043, 3, 384, 192, 0, 4036, 4037, 5, 333, 0, 0, 4037, 4043, 3, 384, 192, 0, 4038, 4039, 5, 133, 0, 0, 4039, 4043, 3, 384, 192, 0, 4040, 4041, 5, 191, 0, 0, 4041, 4043, 3, 384, 192, 0, 4042, 4035, 1, 0, 0, 0, 4042, 4036, 1, 0, 0, 0, 4042, 4038, 1, 0, 0, 0, 4042, 4040, 1, 0, 0, 0, 4043, 383, 1, 0, 0, 0, 4044, 4045, 3, 386, 193, 0, 4045, 4046, 3, 388, 194, 0, 4046, 385, 1, 0, 0, 0, 4047, 4048, 3, 1496, 748, 0, 4048, 387, 1, 0, 0, 0, 4049, 4050, 3, 1464, 732, 0, 4050, 389, 1, 0, 0, 0, 4051, 4052, 5, 46, 0, 0, 4052, 4054, 5, 331, 0, 0, 4053, 4055, 3, 522, 261, 0, 4054, 4053, 1, 0, 0, 0, 4054, 4055, 1, 0, 0, 0, 4055, 4056, 1, 0, 0, 0, 4056, 4058, 3, 1442, 721, 0, 4057, 4059, 3, 392, 196, 0, 4058, 4057, 1, 0, 0, 0, 4058, 4059, 1, 0, 0, 0, 4059, 4061, 1, 0, 0, 0, 4060, 4062, 3, 396, 198, 0, 4061, 4060, 1, 0, 0, 0, 4061, 4062, 1, 0, 0, 0, 4062, 4063, 1, 0, 0, 0, 4063, 4064, 5, 63, 0, 0, 4064, 4065, 5, 174, 0, 0, 4065, 4066, 5, 381, 0, 0, 4066, 4068, 3, 1442, 721, 0, 4067, 4069, 3, 374, 187, 0, 4068, 4067, 1, 0, 0, 0, 4068, 4069, 1, 0, 0, 0, 4069, 391, 1, 0, 0, 0, 4070, 4071, 5, 360, 0, 0, 4071, 4072, 3, 1464, 732, 0, 4072, 393, 1, 0, 0, 0, 4073, 4076, 5, 375, 0, 0, 4074, 4077, 3, 1464, 732, 0, 4075, 4077, 5, 78, 0, 0, 4076, 4074, 1, 0, 0, 0, 4076, 4075, 1, 0, 0, 0, 4077, 395, 1, 0, 0, 0, 4078, 4079, 3, 394, 197, 0, 4079, 397, 1, 0, 0, 0, 4080, 4081, 5, 138, 0, 0, 4081, 4082, 5, 331, 0, 0, 4082, 4088, 3, 1442, 721, 0, 4083, 4089, 3, 378, 189, 0, 4084, 4086, 3, 394, 197, 0, 4085, 4087, 3, 378, 189, 0, 4086, 4085, 1, 0, 0, 0, 4086, 4087, 1, 0, 0, 0, 4087, 4089, 1, 0, 0, 0, 4088, 4083, 1, 0, 0, 0, 4088, 4084, 1, 0, 0, 0, 4089, 399, 1, 0, 0, 0, 4090, 4091, 5, 46, 0, 0, 4091, 4092, 5, 63, 0, 0, 4092, 4094, 5, 92, 0, 0, 4093, 4095, 3, 522, 261, 0, 4094, 4093, 1, 0, 0, 0, 4094, 4095, 1, 0, 0, 0, 4095, 4096, 1, 0, 0, 0, 4096, 4097, 3, 1410, 705, 0, 4097, 4099, 5, 2, 0, 0, 4098, 4100, 3, 200, 100, 0, 4099, 4098, 1, 0, 0, 0, 4099, 4100, 1, 0, 0, 0, 4100, 4101, 1, 0, 0, 0, 4101, 4103, 5, 3, 0, 0, 4102, 4104, 3, 272, 136, 0, 4103, 4102, 1, 0, 0, 0, 4103, 4104, 1, 0, 0, 0, 4104, 4105, 1, 0, 0, 0, 4105, 4106, 5, 331, 0, 0, 4106, 4108, 3, 1442, 721, 0, 4107, 4109, 3, 374, 187, 0, 4108, 4107, 1, 0, 0, 0, 4108, 4109, 1, 0, 0, 0, 4109, 4130, 1, 0, 0, 0, 4110, 4111, 5, 46, 0, 0, 4111, 4112, 5, 63, 0, 0, 4112, 4114, 5, 92, 0, 0, 4113, 4115, 3, 522, 261, 0, 4114, 4113, 1, 0, 0, 0, 4114, 4115, 1, 0, 0, 0, 4115, 4116, 1, 0, 0, 0, 4116, 4117, 3, 1410, 705, 0, 4117, 4118, 5, 285, 0, 0, 4118, 4119, 5, 275, 0, 0, 4119, 4121, 3, 1412, 706, 0, 4120, 4122, 3, 202, 101, 0, 4121, 4120, 1, 0, 0, 0, 4121, 4122, 1, 0, 0, 0, 4122, 4123, 1, 0, 0, 0, 4123, 4124, 3, 144, 72, 0, 4124, 4125, 5, 331, 0, 0, 4125, 4127, 3, 1442, 721, 0, 4126, 4128, 3, 374, 187, 0, 4127, 4126, 1, 0, 0, 0, 4127, 4128, 1, 0, 0, 0, 4128, 4130, 1, 0, 0, 0, 4129, 4090, 1, 0, 0, 0, 4129, 4110, 1, 0, 0, 0, 4130, 401, 1, 0, 0, 0, 4131, 4132, 5, 444, 0, 0, 4132, 4133, 5, 63, 0, 0, 4133, 4134, 5, 323, 0, 0, 4134, 4136, 3, 1428, 714, 0, 4135, 4137, 3, 406, 203, 0, 4136, 4135, 1, 0, 0, 0, 4136, 4137, 1, 0, 0, 0, 4137, 4138, 1, 0, 0, 0, 4138, 4139, 5, 64, 0, 0, 4139, 4140, 5, 331, 0, 0, 4140, 4141, 3, 1442, 721, 0, 4141, 4142, 5, 71, 0, 0, 4142, 4144, 3, 1442, 721, 0, 4143, 4145, 3, 374, 187, 0, 4144, 4143, 1, 0, 0, 0, 4144, 4145, 1, 0, 0, 0, 4145, 403, 1, 0, 0, 0, 4146, 4147, 5, 74, 0, 0, 4147, 4150, 5, 94, 0, 0, 4148, 4150, 5, 59, 0, 0, 4149, 4146, 1, 0, 0, 0, 4149, 4148, 1, 0, 0, 0, 4150, 405, 1, 0, 0, 0, 4151, 4152, 3, 404, 202, 0, 4152, 4153, 5, 2, 0, 0, 4153, 4154, 3, 1130, 565, 0, 4154, 4155, 5, 3, 0, 0, 4155, 407, 1, 0, 0, 0, 4156, 4157, 5, 46, 0, 0, 4157, 4158, 5, 99, 0, 0, 4158, 4160, 5, 257, 0, 0, 4159, 4161, 3, 522, 261, 0, 4160, 4159, 1, 0, 0, 0, 4160, 4161, 1, 0, 0, 0, 4161, 4162, 1, 0, 0, 0, 4162, 4163, 5, 62, 0, 0, 4163, 4164, 3, 410, 205, 0, 4164, 4165, 5, 331, 0, 0, 4165, 4167, 3, 1442, 721, 0, 4166, 4168, 3, 374, 187, 0, 4167, 4166, 1, 0, 0, 0, 4167, 4168, 1, 0, 0, 0, 4168, 409, 1, 0, 0, 0, 4169, 4172, 3, 1476, 738, 0, 4170, 4172, 5, 99, 0, 0, 4171, 4169, 1, 0, 0, 0, 4171, 4170, 1, 0, 0, 0, 4172, 411, 1, 0, 0, 0, 4173, 4174, 5, 138, 0, 0, 4174, 4175, 5, 99, 0, 0, 4175, 4176, 5, 257, 0, 0, 4176, 4177, 5, 62, 0, 0, 4177, 4178, 3, 410, 205, 0, 4178, 4179, 5, 331, 0, 0, 4179, 4180, 3, 1442, 721, 0, 4180, 4181, 3, 378, 189, 0, 4181, 413, 1, 0, 0, 0, 4182, 4183, 5, 46, 0, 0, 4183, 4184, 5, 445, 0, 0, 4184, 4185, 3, 1442, 721, 0, 4185, 4186, 5, 80, 0, 0, 4186, 4188, 3, 1418, 709, 0, 4187, 4189, 3, 432, 216, 0, 4188, 4187, 1, 0, 0, 0, 4188, 4189, 1, 0, 0, 0, 4189, 4191, 1, 0, 0, 0, 4190, 4192, 3, 434, 217, 0, 4191, 4190, 1, 0, 0, 0, 4191, 4192, 1, 0, 0, 0, 4192, 4194, 1, 0, 0, 0, 4193, 4195, 3, 428, 214, 0, 4194, 4193, 1, 0, 0, 0, 4194, 4195, 1, 0, 0, 0, 4195, 4197, 1, 0, 0, 0, 4196, 4198, 3, 424, 212, 0, 4197, 4196, 1, 0, 0, 0, 4197, 4198, 1, 0, 0, 0, 4198, 4200, 1, 0, 0, 0, 4199, 4201, 3, 426, 213, 0, 4200, 4199, 1, 0, 0, 0, 4200, 4201, 1, 0, 0, 0, 4201, 415, 1, 0, 0, 0, 4202, 4203, 5, 138, 0, 0, 4203, 4204, 5, 445, 0, 0, 4204, 4205, 3, 1442, 721, 0, 4205, 4206, 5, 80, 0, 0, 4206, 4208, 3, 1418, 709, 0, 4207, 4209, 3, 430, 215, 0, 4208, 4207, 1, 0, 0, 0, 4208, 4209, 1, 0, 0, 0, 4209, 4211, 1, 0, 0, 0, 4210, 4212, 3, 424, 212, 0, 4211, 4210, 1, 0, 0, 0, 4211, 4212, 1, 0, 0, 0, 4212, 4214, 1, 0, 0, 0, 4213, 4215, 3, 426, 213, 0, 4214, 4213, 1, 0, 0, 0, 4214, 4215, 1, 0, 0, 0, 4215, 417, 1, 0, 0, 0, 4216, 4217, 5, 138, 0, 0, 4217, 4218, 5, 296, 0, 0, 4218, 4220, 3, 1434, 717, 0, 4219, 4221, 3, 666, 333, 0, 4220, 4219, 1, 0, 0, 0, 4220, 4221, 1, 0, 0, 0, 4221, 4222, 1, 0, 0, 0, 4222, 4223, 3, 420, 210, 0, 4223, 419, 1, 0, 0, 0, 4224, 4228, 3, 422, 211, 0, 4225, 4227, 3, 422, 211, 0, 4226, 4225, 1, 0, 0, 0, 4227, 4230, 1, 0, 0, 0, 4228, 4226, 1, 0, 0, 0, 4228, 4229, 1, 0, 0, 0, 4229, 4232, 1, 0, 0, 0, 4230, 4228, 1, 0, 0, 0, 4231, 4233, 5, 315, 0, 0, 4232, 4231, 1, 0, 0, 0, 4232, 4233, 1, 0, 0, 0, 4233, 4251, 1, 0, 0, 0, 4234, 4235, 5, 309, 0, 0, 4235, 4236, 5, 94, 0, 0, 4236, 4251, 3, 1436, 718, 0, 4237, 4238, 5, 282, 0, 0, 4238, 4239, 5, 94, 0, 0, 4239, 4251, 3, 1476, 738, 0, 4240, 4241, 5, 333, 0, 0, 4241, 4242, 5, 323, 0, 0, 4242, 4251, 3, 48, 24, 0, 4243, 4245, 5, 269, 0, 0, 4244, 4243, 1, 0, 0, 0, 4244, 4245, 1, 0, 0, 0, 4245, 4246, 1, 0, 0, 0, 4246, 4247, 5, 462, 0, 0, 4247, 4248, 5, 80, 0, 0, 4248, 4249, 5, 204, 0, 0, 4249, 4251, 3, 1442, 721, 0, 4250, 4224, 1, 0, 0, 0, 4250, 4234, 1, 0, 0, 0, 4250, 4237, 1, 0, 0, 0, 4250, 4240, 1, 0, 0, 0, 4250, 4244, 1, 0, 0, 0, 4251, 421, 1, 0, 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, 4263, 5, 243, 0, 0, 4257, 4259, 5, 205, 0, 0, 4258, 4257, 1, 0, 0, 0, 4258, 4259, 1, 0, 0, 0, 4259, 4260, 1, 0, 0, 0, 4260, 4261, 5, 327, 0, 0, 4261, 4263, 5, 181, 0, 0, 4262, 4253, 1, 0, 0, 0, 4262, 4258, 1, 0, 0, 0, 4263, 4281, 1, 0, 0, 0, 4264, 4265, 5, 333, 0, 0, 4265, 4266, 3, 1442, 721, 0, 4266, 4269, 7, 31, 0, 0, 4267, 4270, 3, 1442, 721, 0, 4268, 4270, 5, 53, 0, 0, 4269, 4267, 1, 0, 0, 0, 4269, 4268, 1, 0, 0, 0, 4270, 4281, 1, 0, 0, 0, 4271, 4272, 5, 333, 0, 0, 4272, 4273, 3, 1442, 721, 0, 4273, 4274, 5, 64, 0, 0, 4274, 4275, 5, 434, 0, 0, 4275, 4281, 1, 0, 0, 0, 4276, 4277, 5, 313, 0, 0, 4277, 4281, 3, 1442, 721, 0, 4278, 4279, 5, 313, 0, 0, 4279, 4281, 5, 30, 0, 0, 4280, 4262, 1, 0, 0, 0, 4280, 4264, 1, 0, 0, 0, 4280, 4271, 1, 0, 0, 0, 4280, 4276, 1, 0, 0, 0, 4280, 4278, 1, 0, 0, 0, 4281, 423, 1, 0, 0, 0, 4282, 4283, 5, 100, 0, 0, 4283, 4284, 5, 2, 0, 0, 4284, 4285, 3, 1218, 609, 0, 4285, 4286, 5, 3, 0, 0, 4286, 425, 1, 0, 0, 0, 4287, 4288, 5, 105, 0, 0, 4288, 4289, 5, 42, 0, 0, 4289, 4290, 5, 2, 0, 0, 4290, 4291, 3, 1218, 609, 0, 4291, 4292, 5, 3, 0, 0, 4292, 427, 1, 0, 0, 0, 4293, 4294, 5, 94, 0, 0, 4294, 4295, 3, 1478, 739, 0, 4295, 429, 1, 0, 0, 0, 4296, 4297, 5, 94, 0, 0, 4297, 4298, 3, 1478, 739, 0, 4298, 431, 1, 0, 0, 0, 4299, 4303, 5, 36, 0, 0, 4300, 4304, 5, 541, 0, 0, 4301, 4304, 5, 542, 0, 0, 4302, 4304, 3, 1498, 749, 0, 4303, 4300, 1, 0, 0, 0, 4303, 4301, 1, 0, 0, 0, 4303, 4302, 1, 0, 0, 0, 4304, 433, 1, 0, 0, 0, 4305, 4306, 5, 62, 0, 0, 4306, 4307, 3, 436, 218, 0, 4307, 435, 1, 0, 0, 0, 4308, 4309, 7, 32, 0, 0, 4309, 437, 1, 0, 0, 0, 4310, 4311, 5, 46, 0, 0, 4311, 4312, 5, 131, 0, 0, 4312, 4313, 5, 446, 0, 0, 4313, 4314, 3, 1442, 721, 0, 4314, 4315, 5, 360, 0, 0, 4315, 4316, 3, 440, 220, 0, 4316, 4317, 5, 215, 0, 0, 4317, 4318, 3, 336, 168, 0, 4318, 439, 1, 0, 0, 0, 4319, 4320, 7, 33, 0, 0, 4320, 441, 1, 0, 0, 0, 4321, 4323, 5, 46, 0, 0, 4322, 4324, 3, 664, 332, 0, 4323, 4322, 1, 0, 0, 0, 4323, 4324, 1, 0, 0, 0, 4324, 4325, 1, 0, 0, 0, 4325, 4326, 5, 357, 0, 0, 4326, 4327, 3, 1442, 721, 0, 4327, 4328, 3, 444, 222, 0, 4328, 4329, 3, 450, 225, 0, 4329, 4330, 5, 80, 0, 0, 4330, 4332, 3, 1412, 706, 0, 4331, 4333, 3, 454, 227, 0, 4332, 4331, 1, 0, 0, 0, 4332, 4333, 1, 0, 0, 0, 4333, 4335, 1, 0, 0, 0, 4334, 4336, 3, 466, 233, 0, 4335, 4334, 1, 0, 0, 0, 4335, 4336, 1, 0, 0, 0, 4336, 4338, 1, 0, 0, 0, 4337, 4339, 3, 472, 236, 0, 4338, 4337, 1, 0, 0, 0, 4338, 4339, 1, 0, 0, 0, 4339, 4340, 1, 0, 0, 0, 4340, 4341, 5, 202, 0, 0, 4341, 4342, 3, 474, 237, 0, 4342, 4343, 5, 2, 0, 0, 4343, 4344, 3, 476, 238, 0, 4344, 4345, 5, 3, 0, 0, 4345, 4376, 1, 0, 0, 0, 4346, 4348, 5, 46, 0, 0, 4347, 4349, 3, 664, 332, 0, 4348, 4347, 1, 0, 0, 0, 4348, 4349, 1, 0, 0, 0, 4349, 4351, 1, 0, 0, 0, 4350, 4352, 5, 45, 0, 0, 4351, 4350, 1, 0, 0, 0, 4351, 4352, 1, 0, 0, 0, 4352, 4353, 1, 0, 0, 0, 4353, 4354, 5, 357, 0, 0, 4354, 4355, 3, 1442, 721, 0, 4355, 4356, 3, 444, 222, 0, 4356, 4357, 3, 450, 225, 0, 4357, 4358, 5, 80, 0, 0, 4358, 4360, 3, 1412, 706, 0, 4359, 4361, 3, 480, 240, 0, 4360, 4359, 1, 0, 0, 0, 4360, 4361, 1, 0, 0, 0, 4361, 4362, 1, 0, 0, 0, 4362, 4364, 3, 482, 241, 0, 4363, 4365, 3, 446, 223, 0, 4364, 4363, 1, 0, 0, 0, 4364, 4365, 1, 0, 0, 0, 4365, 4367, 1, 0, 0, 0, 4366, 4368, 3, 472, 236, 0, 4367, 4366, 1, 0, 0, 0, 4367, 4368, 1, 0, 0, 0, 4368, 4369, 1, 0, 0, 0, 4369, 4370, 5, 202, 0, 0, 4370, 4371, 3, 474, 237, 0, 4371, 4372, 5, 2, 0, 0, 4372, 4373, 3, 476, 238, 0, 4373, 4374, 5, 3, 0, 0, 4374, 4376, 1, 0, 0, 0, 4375, 4321, 1, 0, 0, 0, 4375, 4346, 1, 0, 0, 0, 4376, 443, 1, 0, 0, 0, 4377, 4382, 5, 145, 0, 0, 4378, 4382, 5, 135, 0, 0, 4379, 4380, 5, 242, 0, 0, 4380, 4382, 5, 275, 0, 0, 4381, 4377, 1, 0, 0, 0, 4381, 4378, 1, 0, 0, 0, 4381, 4379, 1, 0, 0, 0, 4382, 445, 1, 0, 0, 0, 4383, 4385, 5, 62, 0, 0, 4384, 4386, 5, 192, 0, 0, 4385, 4384, 1, 0, 0, 0, 4385, 4386, 1, 0, 0, 0, 4386, 4387, 1, 0, 0, 0, 4387, 4388, 3, 448, 224, 0, 4388, 447, 1, 0, 0, 0, 4389, 4390, 7, 34, 0, 0, 4390, 449, 1, 0, 0, 0, 4391, 4396, 3, 452, 226, 0, 4392, 4393, 5, 82, 0, 0, 4393, 4395, 3, 452, 226, 0, 4394, 4392, 1, 0, 0, 0, 4395, 4398, 1, 0, 0, 0, 4396, 4394, 1, 0, 0, 0, 4396, 4397, 1, 0, 0, 0, 4397, 451, 1, 0, 0, 0, 4398, 4396, 1, 0, 0, 0, 4399, 4407, 5, 241, 0, 0, 4400, 4407, 5, 182, 0, 0, 4401, 4407, 5, 369, 0, 0, 4402, 4403, 5, 369, 0, 0, 4403, 4404, 5, 275, 0, 0, 4404, 4407, 3, 250, 125, 0, 4405, 4407, 5, 358, 0, 0, 4406, 4399, 1, 0, 0, 0, 4406, 4400, 1, 0, 0, 0, 4406, 4401, 1, 0, 0, 0, 4406, 4402, 1, 0, 0, 0, 4406, 4405, 1, 0, 0, 0, 4407, 453, 1, 0, 0, 0, 4408, 4409, 5, 447, 0, 0, 4409, 4410, 3, 456, 228, 0, 4410, 455, 1, 0, 0, 0, 4411, 4413, 3, 458, 229, 0, 4412, 4411, 1, 0, 0, 0, 4413, 4414, 1, 0, 0, 0, 4414, 4412, 1, 0, 0, 0, 4414, 4415, 1, 0, 0, 0, 4415, 457, 1, 0, 0, 0, 4416, 4417, 3, 460, 230, 0, 4417, 4419, 3, 462, 231, 0, 4418, 4420, 3, 878, 439, 0, 4419, 4418, 1, 0, 0, 0, 4419, 4420, 1, 0, 0, 0, 4420, 4421, 1, 0, 0, 0, 4421, 4422, 3, 464, 232, 0, 4422, 459, 1, 0, 0, 0, 4423, 4424, 7, 35, 0, 0, 4424, 461, 1, 0, 0, 0, 4425, 4426, 7, 36, 0, 0, 4426, 463, 1, 0, 0, 0, 4427, 4428, 3, 1480, 740, 0, 4428, 465, 1, 0, 0, 0, 4429, 4431, 5, 62, 0, 0, 4430, 4432, 3, 468, 234, 0, 4431, 4430, 1, 0, 0, 0, 4431, 4432, 1, 0, 0, 0, 4432, 4433, 1, 0, 0, 0, 4433, 4434, 3, 470, 235, 0, 4434, 467, 1, 0, 0, 0, 4435, 4436, 5, 192, 0, 0, 4436, 469, 1, 0, 0, 0, 4437, 4438, 7, 34, 0, 0, 4438, 471, 1, 0, 0, 0, 4439, 4440, 5, 102, 0, 0, 4440, 4441, 5, 2, 0, 0, 4441, 4442, 3, 1218, 609, 0, 4442, 4443, 5, 3, 0, 0, 4443, 473, 1, 0, 0, 0, 4444, 4445, 5, 211, 0, 0, 4445, 4449, 3, 1450, 725, 0, 4446, 4447, 5, 296, 0, 0, 4447, 4449, 3, 1434, 717, 0, 4448, 4444, 1, 0, 0, 0, 4448, 4446, 1, 0, 0, 0, 4449, 475, 1, 0, 0, 0, 4450, 4453, 3, 478, 239, 0, 4451, 4453, 1, 0, 0, 0, 4452, 4450, 1, 0, 0, 0, 4452, 4451, 1, 0, 0, 0, 4453, 4458, 1, 0, 0, 0, 4454, 4455, 5, 6, 0, 0, 4455, 4457, 3, 478, 239, 0, 4456, 4454, 1, 0, 0, 0, 4457, 4460, 1, 0, 0, 0, 4458, 4456, 1, 0, 0, 0, 4458, 4459, 1, 0, 0, 0, 4459, 477, 1, 0, 0, 0, 4460, 4458, 1, 0, 0, 0, 4461, 4466, 3, 1462, 731, 0, 4462, 4466, 3, 1460, 730, 0, 4463, 4466, 3, 1464, 732, 0, 4464, 4466, 3, 1496, 748, 0, 4465, 4461, 1, 0, 0, 0, 4465, 4462, 1, 0, 0, 0, 4465, 4463, 1, 0, 0, 0, 4465, 4464, 1, 0, 0, 0, 4466, 479, 1, 0, 0, 0, 4467, 4468, 5, 64, 0, 0, 4468, 4469, 3, 1418, 709, 0, 4469, 481, 1, 0, 0, 0, 4470, 4472, 3, 484, 242, 0, 4471, 4470, 1, 0, 0, 0, 4472, 4475, 1, 0, 0, 0, 4473, 4471, 1, 0, 0, 0, 4473, 4474, 1, 0, 0, 0, 4474, 483, 1, 0, 0, 0, 4475, 4473, 1, 0, 0, 0, 4476, 4477, 5, 77, 0, 0, 4477, 4488, 5, 54, 0, 0, 4478, 4488, 5, 54, 0, 0, 4479, 4480, 5, 69, 0, 0, 4480, 4488, 5, 221, 0, 0, 4481, 4482, 5, 69, 0, 0, 4482, 4488, 5, 180, 0, 0, 4483, 4484, 5, 77, 0, 0, 4484, 4488, 5, 371, 0, 0, 4485, 4486, 5, 269, 0, 0, 4486, 4488, 5, 228, 0, 0, 4487, 4476, 1, 0, 0, 0, 4487, 4478, 1, 0, 0, 0, 4487, 4479, 1, 0, 0, 0, 4487, 4481, 1, 0, 0, 0, 4487, 4483, 1, 0, 0, 0, 4487, 4485, 1, 0, 0, 0, 4488, 485, 1, 0, 0, 0, 4489, 4490, 5, 46, 0, 0, 4490, 4491, 5, 198, 0, 0, 4491, 4492, 5, 357, 0, 0, 4492, 4493, 3, 1442, 721, 0, 4493, 4494, 5, 80, 0, 0, 4494, 4495, 3, 1496, 748, 0, 4495, 4496, 5, 202, 0, 0, 4496, 4497, 3, 474, 237, 0, 4497, 4498, 5, 2, 0, 0, 4498, 4499, 5, 3, 0, 0, 4499, 4514, 1, 0, 0, 0, 4500, 4501, 5, 46, 0, 0, 4501, 4502, 5, 198, 0, 0, 4502, 4503, 5, 357, 0, 0, 4503, 4504, 3, 1442, 721, 0, 4504, 4505, 5, 80, 0, 0, 4505, 4506, 3, 1496, 748, 0, 4506, 4507, 5, 102, 0, 0, 4507, 4508, 3, 488, 244, 0, 4508, 4509, 5, 202, 0, 0, 4509, 4510, 3, 474, 237, 0, 4510, 4511, 5, 2, 0, 0, 4511, 4512, 5, 3, 0, 0, 4512, 4514, 1, 0, 0, 0, 4513, 4489, 1, 0, 0, 0, 4513, 4500, 1, 0, 0, 0, 4514, 487, 1, 0, 0, 0, 4515, 4520, 3, 490, 245, 0, 4516, 4517, 5, 33, 0, 0, 4517, 4519, 3, 490, 245, 0, 4518, 4516, 1, 0, 0, 0, 4519, 4522, 1, 0, 0, 0, 4520, 4518, 1, 0, 0, 0, 4520, 4521, 1, 0, 0, 0, 4521, 489, 1, 0, 0, 0, 4522, 4520, 1, 0, 0, 0, 4523, 4524, 3, 1480, 740, 0, 4524, 4525, 5, 68, 0, 0, 4525, 4526, 5, 2, 0, 0, 4526, 4527, 3, 492, 246, 0, 4527, 4528, 5, 3, 0, 0, 4528, 491, 1, 0, 0, 0, 4529, 4534, 3, 1464, 732, 0, 4530, 4531, 5, 6, 0, 0, 4531, 4533, 3, 1464, 732, 0, 4532, 4530, 1, 0, 0, 0, 4533, 4536, 1, 0, 0, 0, 4534, 4532, 1, 0, 0, 0, 4534, 4535, 1, 0, 0, 0, 4535, 493, 1, 0, 0, 0, 4536, 4534, 1, 0, 0, 0, 4537, 4538, 5, 138, 0, 0, 4538, 4539, 5, 198, 0, 0, 4539, 4540, 5, 357, 0, 0, 4540, 4541, 3, 1442, 721, 0, 4541, 4542, 3, 496, 248, 0, 4542, 495, 1, 0, 0, 0, 4543, 4545, 5, 193, 0, 0, 4544, 4546, 7, 20, 0, 0, 4545, 4544, 1, 0, 0, 0, 4545, 4546, 1, 0, 0, 0, 4546, 4549, 1, 0, 0, 0, 4547, 4549, 5, 186, 0, 0, 4548, 4543, 1, 0, 0, 0, 4548, 4547, 1, 0, 0, 0, 4549, 497, 1, 0, 0, 0, 4550, 4551, 5, 46, 0, 0, 4551, 4552, 5, 140, 0, 0, 4552, 4553, 3, 564, 282, 0, 4553, 4554, 5, 42, 0, 0, 4554, 4555, 5, 2, 0, 0, 4555, 4556, 3, 1218, 609, 0, 4556, 4557, 5, 3, 0, 0, 4557, 4558, 3, 482, 241, 0, 4558, 499, 1, 0, 0, 0, 4559, 4561, 5, 46, 0, 0, 4560, 4562, 3, 664, 332, 0, 4561, 4560, 1, 0, 0, 0, 4561, 4562, 1, 0, 0, 0, 4562, 4563, 1, 0, 0, 0, 4563, 4564, 5, 136, 0, 0, 4564, 4565, 3, 1450, 725, 0, 4565, 4566, 3, 700, 350, 0, 4566, 4567, 3, 502, 251, 0, 4567, 4663, 1, 0, 0, 0, 4568, 4570, 5, 46, 0, 0, 4569, 4571, 3, 664, 332, 0, 4570, 4569, 1, 0, 0, 0, 4570, 4571, 1, 0, 0, 0, 4571, 4572, 1, 0, 0, 0, 4572, 4573, 5, 136, 0, 0, 4573, 4574, 3, 1450, 725, 0, 4574, 4575, 3, 510, 255, 0, 4575, 4663, 1, 0, 0, 0, 4576, 4577, 5, 46, 0, 0, 4577, 4578, 5, 278, 0, 0, 4578, 4579, 3, 738, 369, 0, 4579, 4580, 3, 502, 251, 0, 4580, 4663, 1, 0, 0, 0, 4581, 4582, 5, 46, 0, 0, 4582, 4583, 5, 360, 0, 0, 4583, 4584, 3, 564, 282, 0, 4584, 4585, 3, 502, 251, 0, 4585, 4663, 1, 0, 0, 0, 4586, 4587, 5, 46, 0, 0, 4587, 4588, 5, 360, 0, 0, 4588, 4663, 3, 564, 282, 0, 4589, 4590, 5, 46, 0, 0, 4590, 4591, 5, 360, 0, 0, 4591, 4592, 3, 564, 282, 0, 4592, 4593, 5, 36, 0, 0, 4593, 4595, 5, 2, 0, 0, 4594, 4596, 3, 1154, 577, 0, 4595, 4594, 1, 0, 0, 0, 4595, 4596, 1, 0, 0, 0, 4596, 4597, 1, 0, 0, 0, 4597, 4598, 5, 3, 0, 0, 4598, 4663, 1, 0, 0, 0, 4599, 4600, 5, 46, 0, 0, 4600, 4601, 5, 360, 0, 0, 4601, 4602, 3, 564, 282, 0, 4602, 4603, 5, 36, 0, 0, 4603, 4604, 5, 196, 0, 0, 4604, 4606, 5, 2, 0, 0, 4605, 4607, 3, 516, 258, 0, 4606, 4605, 1, 0, 0, 0, 4606, 4607, 1, 0, 0, 0, 4607, 4608, 1, 0, 0, 0, 4608, 4609, 5, 3, 0, 0, 4609, 4663, 1, 0, 0, 0, 4610, 4611, 5, 46, 0, 0, 4611, 4612, 5, 360, 0, 0, 4612, 4613, 3, 564, 282, 0, 4613, 4614, 5, 36, 0, 0, 4614, 4615, 5, 299, 0, 0, 4615, 4616, 3, 502, 251, 0, 4616, 4663, 1, 0, 0, 0, 4617, 4618, 5, 46, 0, 0, 4618, 4619, 5, 355, 0, 0, 4619, 4620, 5, 325, 0, 0, 4620, 4621, 5, 283, 0, 0, 4621, 4622, 3, 564, 282, 0, 4622, 4623, 3, 502, 251, 0, 4623, 4663, 1, 0, 0, 0, 4624, 4625, 5, 46, 0, 0, 4625, 4626, 5, 355, 0, 0, 4626, 4627, 5, 325, 0, 0, 4627, 4628, 5, 185, 0, 0, 4628, 4629, 3, 564, 282, 0, 4629, 4630, 3, 502, 251, 0, 4630, 4663, 1, 0, 0, 0, 4631, 4632, 5, 46, 0, 0, 4632, 4633, 5, 355, 0, 0, 4633, 4634, 5, 325, 0, 0, 4634, 4635, 5, 353, 0, 0, 4635, 4636, 3, 564, 282, 0, 4636, 4637, 3, 502, 251, 0, 4637, 4663, 1, 0, 0, 0, 4638, 4639, 5, 46, 0, 0, 4639, 4640, 5, 355, 0, 0, 4640, 4641, 5, 325, 0, 0, 4641, 4642, 5, 163, 0, 0, 4642, 4643, 3, 564, 282, 0, 4643, 4644, 3, 502, 251, 0, 4644, 4663, 1, 0, 0, 0, 4645, 4646, 5, 46, 0, 0, 4646, 4648, 5, 108, 0, 0, 4647, 4649, 3, 522, 261, 0, 4648, 4647, 1, 0, 0, 0, 4648, 4649, 1, 0, 0, 0, 4649, 4650, 1, 0, 0, 0, 4650, 4651, 3, 564, 282, 0, 4651, 4652, 3, 502, 251, 0, 4652, 4663, 1, 0, 0, 0, 4653, 4654, 5, 46, 0, 0, 4654, 4656, 5, 108, 0, 0, 4655, 4657, 3, 522, 261, 0, 4656, 4655, 1, 0, 0, 0, 4656, 4657, 1, 0, 0, 0, 4657, 4658, 1, 0, 0, 0, 4658, 4659, 3, 564, 282, 0, 4659, 4660, 5, 64, 0, 0, 4660, 4661, 3, 564, 282, 0, 4661, 4663, 1, 0, 0, 0, 4662, 4559, 1, 0, 0, 0, 4662, 4568, 1, 0, 0, 0, 4662, 4576, 1, 0, 0, 0, 4662, 4581, 1, 0, 0, 0, 4662, 4586, 1, 0, 0, 0, 4662, 4589, 1, 0, 0, 0, 4662, 4599, 1, 0, 0, 0, 4662, 4610, 1, 0, 0, 0, 4662, 4617, 1, 0, 0, 0, 4662, 4624, 1, 0, 0, 0, 4662, 4631, 1, 0, 0, 0, 4662, 4638, 1, 0, 0, 0, 4662, 4645, 1, 0, 0, 0, 4662, 4653, 1, 0, 0, 0, 4663, 501, 1, 0, 0, 0, 4664, 4665, 5, 2, 0, 0, 4665, 4666, 3, 504, 252, 0, 4666, 4667, 5, 3, 0, 0, 4667, 503, 1, 0, 0, 0, 4668, 4673, 3, 506, 253, 0, 4669, 4670, 5, 6, 0, 0, 4670, 4672, 3, 506, 253, 0, 4671, 4669, 1, 0, 0, 0, 4672, 4675, 1, 0, 0, 0, 4673, 4671, 1, 0, 0, 0, 4673, 4674, 1, 0, 0, 0, 4674, 505, 1, 0, 0, 0, 4675, 4673, 1, 0, 0, 0, 4676, 4679, 3, 1496, 748, 0, 4677, 4678, 5, 10, 0, 0, 4678, 4680, 3, 508, 254, 0, 4679, 4677, 1, 0, 0, 0, 4679, 4680, 1, 0, 0, 0, 4680, 507, 1, 0, 0, 0, 4681, 4688, 3, 694, 347, 0, 4682, 4688, 3, 1508, 754, 0, 4683, 4688, 3, 1330, 665, 0, 4684, 4688, 3, 328, 164, 0, 4685, 4688, 3, 1464, 732, 0, 4686, 4688, 5, 407, 0, 0, 4687, 4681, 1, 0, 0, 0, 4687, 4682, 1, 0, 0, 0, 4687, 4683, 1, 0, 0, 0, 4687, 4684, 1, 0, 0, 0, 4687, 4685, 1, 0, 0, 0, 4687, 4686, 1, 0, 0, 0, 4688, 509, 1, 0, 0, 0, 4689, 4690, 5, 2, 0, 0, 4690, 4691, 3, 512, 256, 0, 4691, 4692, 5, 3, 0, 0, 4692, 511, 1, 0, 0, 0, 4693, 4698, 3, 514, 257, 0, 4694, 4695, 5, 6, 0, 0, 4695, 4697, 3, 514, 257, 0, 4696, 4694, 1, 0, 0, 0, 4697, 4700, 1, 0, 0, 0, 4698, 4696, 1, 0, 0, 0, 4698, 4699, 1, 0, 0, 0, 4699, 513, 1, 0, 0, 0, 4700, 4698, 1, 0, 0, 0, 4701, 4702, 3, 1498, 749, 0, 4702, 4703, 5, 10, 0, 0, 4703, 4704, 3, 508, 254, 0, 4704, 515, 1, 0, 0, 0, 4705, 4706, 3, 518, 259, 0, 4706, 517, 1, 0, 0, 0, 4707, 4712, 3, 1464, 732, 0, 4708, 4709, 5, 6, 0, 0, 4709, 4711, 3, 1464, 732, 0, 4710, 4708, 1, 0, 0, 0, 4711, 4714, 1, 0, 0, 0, 4712, 4710, 1, 0, 0, 0, 4712, 4713, 1, 0, 0, 0, 4713, 519, 1, 0, 0, 0, 4714, 4712, 1, 0, 0, 0, 4715, 4716, 5, 138, 0, 0, 4716, 4717, 5, 360, 0, 0, 4717, 4718, 3, 564, 282, 0, 4718, 4719, 5, 133, 0, 0, 4719, 4721, 5, 450, 0, 0, 4720, 4722, 3, 522, 261, 0, 4721, 4720, 1, 0, 0, 0, 4721, 4722, 1, 0, 0, 0, 4722, 4723, 1, 0, 0, 0, 4723, 4726, 3, 1464, 732, 0, 4724, 4725, 7, 37, 0, 0, 4725, 4727, 3, 1464, 732, 0, 4726, 4724, 1, 0, 0, 0, 4726, 4727, 1, 0, 0, 0, 4727, 4738, 1, 0, 0, 0, 4728, 4729, 5, 138, 0, 0, 4729, 4730, 5, 360, 0, 0, 4730, 4731, 3, 564, 282, 0, 4731, 4732, 5, 309, 0, 0, 4732, 4733, 5, 450, 0, 0, 4733, 4734, 3, 1464, 732, 0, 4734, 4735, 5, 94, 0, 0, 4735, 4736, 3, 1464, 732, 0, 4736, 4738, 1, 0, 0, 0, 4737, 4715, 1, 0, 0, 0, 4737, 4728, 1, 0, 0, 0, 4738, 521, 1, 0, 0, 0, 4739, 4740, 5, 220, 0, 0, 4740, 4741, 5, 77, 0, 0, 4741, 4742, 5, 396, 0, 0, 4742, 523, 1, 0, 0, 0, 4743, 4744, 5, 46, 0, 0, 4744, 4745, 5, 278, 0, 0, 4745, 4746, 5, 156, 0, 0, 4746, 4748, 3, 564, 282, 0, 4747, 4749, 3, 530, 265, 0, 4748, 4747, 1, 0, 0, 0, 4748, 4749, 1, 0, 0, 0, 4749, 4750, 1, 0, 0, 0, 4750, 4751, 5, 62, 0, 0, 4751, 4752, 5, 360, 0, 0, 4752, 4753, 3, 1174, 587, 0, 4753, 4754, 5, 100, 0, 0, 4754, 4756, 3, 1442, 721, 0, 4755, 4757, 3, 532, 266, 0, 4756, 4755, 1, 0, 0, 0, 4756, 4757, 1, 0, 0, 0, 4757, 4758, 1, 0, 0, 0, 4758, 4759, 5, 36, 0, 0, 4759, 4760, 3, 526, 263, 0, 4760, 525, 1, 0, 0, 0, 4761, 4766, 3, 528, 264, 0, 4762, 4763, 5, 6, 0, 0, 4763, 4765, 3, 528, 264, 0, 4764, 4762, 1, 0, 0, 0, 4765, 4768, 1, 0, 0, 0, 4766, 4764, 1, 0, 0, 0, 4766, 4767, 1, 0, 0, 0, 4767, 527, 1, 0, 0, 0, 4768, 4766, 1, 0, 0, 0, 4769, 4770, 5, 278, 0, 0, 4770, 4771, 3, 1462, 731, 0, 4771, 4773, 3, 738, 369, 0, 4772, 4774, 3, 534, 267, 0, 4773, 4772, 1, 0, 0, 0, 4773, 4774, 1, 0, 0, 0, 4774, 4776, 1, 0, 0, 0, 4775, 4777, 3, 536, 268, 0, 4776, 4775, 1, 0, 0, 0, 4776, 4777, 1, 0, 0, 0, 4777, 4801, 1, 0, 0, 0, 4778, 4779, 5, 278, 0, 0, 4779, 4780, 3, 1462, 731, 0, 4780, 4782, 3, 742, 371, 0, 4781, 4783, 3, 534, 267, 0, 4782, 4781, 1, 0, 0, 0, 4782, 4783, 1, 0, 0, 0, 4783, 4785, 1, 0, 0, 0, 4784, 4786, 3, 536, 268, 0, 4785, 4784, 1, 0, 0, 0, 4785, 4786, 1, 0, 0, 0, 4786, 4801, 1, 0, 0, 0, 4787, 4788, 5, 211, 0, 0, 4788, 4789, 3, 1462, 731, 0, 4789, 4790, 3, 680, 340, 0, 4790, 4801, 1, 0, 0, 0, 4791, 4792, 5, 211, 0, 0, 4792, 4793, 3, 1462, 731, 0, 4793, 4794, 5, 2, 0, 0, 4794, 4795, 3, 1348, 674, 0, 4795, 4796, 5, 3, 0, 0, 4796, 4797, 3, 680, 340, 0, 4797, 4801, 1, 0, 0, 0, 4798, 4799, 5, 345, 0, 0, 4799, 4801, 3, 1174, 587, 0, 4800, 4769, 1, 0, 0, 0, 4800, 4778, 1, 0, 0, 0, 4800, 4787, 1, 0, 0, 0, 4800, 4791, 1, 0, 0, 0, 4800, 4798, 1, 0, 0, 0, 4801, 529, 1, 0, 0, 0, 4802, 4803, 5, 53, 0, 0, 4803, 531, 1, 0, 0, 0, 4804, 4805, 5, 206, 0, 0, 4805, 4806, 3, 564, 282, 0, 4806, 533, 1, 0, 0, 0, 4807, 4808, 5, 62, 0, 0, 4808, 4814, 5, 325, 0, 0, 4809, 4810, 5, 62, 0, 0, 4810, 4811, 5, 83, 0, 0, 4811, 4812, 5, 147, 0, 0, 4812, 4814, 3, 564, 282, 0, 4813, 4807, 1, 0, 0, 0, 4813, 4809, 1, 0, 0, 0, 4814, 535, 1, 0, 0, 0, 4815, 4816, 5, 302, 0, 0, 4816, 537, 1, 0, 0, 0, 4817, 4818, 5, 46, 0, 0, 4818, 4819, 5, 278, 0, 0, 4819, 4820, 5, 206, 0, 0, 4820, 4821, 3, 564, 282, 0, 4821, 4822, 5, 100, 0, 0, 4822, 4823, 3, 1442, 721, 0, 4823, 539, 1, 0, 0, 0, 4824, 4825, 5, 138, 0, 0, 4825, 4826, 5, 278, 0, 0, 4826, 4827, 5, 206, 0, 0, 4827, 4828, 3, 564, 282, 0, 4828, 4829, 5, 100, 0, 0, 4829, 4830, 3, 1442, 721, 0, 4830, 4831, 5, 133, 0, 0, 4831, 4832, 3, 526, 263, 0, 4832, 4843, 1, 0, 0, 0, 4833, 4834, 5, 138, 0, 0, 4834, 4835, 5, 278, 0, 0, 4835, 4836, 5, 206, 0, 0, 4836, 4837, 3, 564, 282, 0, 4837, 4838, 5, 100, 0, 0, 4838, 4839, 3, 1442, 721, 0, 4839, 4840, 5, 191, 0, 0, 4840, 4841, 3, 542, 271, 0, 4841, 4843, 1, 0, 0, 0, 4842, 4824, 1, 0, 0, 0, 4842, 4833, 1, 0, 0, 0, 4843, 541, 1, 0, 0, 0, 4844, 4849, 3, 544, 272, 0, 4845, 4846, 5, 6, 0, 0, 4846, 4848, 3, 544, 272, 0, 4847, 4845, 1, 0, 0, 0, 4848, 4851, 1, 0, 0, 0, 4849, 4847, 1, 0, 0, 0, 4849, 4850, 1, 0, 0, 0, 4850, 543, 1, 0, 0, 0, 4851, 4849, 1, 0, 0, 0, 4852, 4853, 5, 278, 0, 0, 4853, 4854, 3, 1462, 731, 0, 4854, 4855, 5, 2, 0, 0, 4855, 4856, 3, 1348, 674, 0, 4856, 4857, 5, 3, 0, 0, 4857, 4865, 1, 0, 0, 0, 4858, 4859, 5, 211, 0, 0, 4859, 4860, 3, 1462, 731, 0, 4860, 4861, 5, 2, 0, 0, 4861, 4862, 3, 1348, 674, 0, 4862, 4863, 5, 3, 0, 0, 4863, 4865, 1, 0, 0, 0, 4864, 4852, 1, 0, 0, 0, 4864, 4858, 1, 0, 0, 0, 4865, 545, 1, 0, 0, 0, 4866, 4867, 5, 301, 0, 0, 4867, 4868, 5, 281, 0, 0, 4868, 4869, 5, 147, 0, 0, 4869, 4870, 3, 1478, 739, 0, 4870, 4871, 5, 94, 0, 0, 4871, 4872, 3, 1476, 738, 0, 4872, 547, 1, 0, 0, 0, 4873, 4874, 5, 191, 0, 0, 4874, 4876, 5, 92, 0, 0, 4875, 4877, 3, 754, 377, 0, 4876, 4875, 1, 0, 0, 0, 4876, 4877, 1, 0, 0, 0, 4877, 4878, 1, 0, 0, 0, 4878, 4880, 3, 1398, 699, 0, 4879, 4881, 3, 124, 62, 0, 4880, 4879, 1, 0, 0, 0, 4880, 4881, 1, 0, 0, 0, 4881, 5253, 1, 0, 0, 0, 4882, 4883, 5, 191, 0, 0, 4883, 4885, 5, 328, 0, 0, 4884, 4886, 3, 754, 377, 0, 4885, 4884, 1, 0, 0, 0, 4885, 4886, 1, 0, 0, 0, 4886, 4887, 1, 0, 0, 0, 4887, 4889, 3, 1422, 711, 0, 4888, 4890, 3, 124, 62, 0, 4889, 4888, 1, 0, 0, 0, 4889, 4890, 1, 0, 0, 0, 4890, 5253, 1, 0, 0, 0, 4891, 4892, 5, 191, 0, 0, 4892, 4894, 5, 376, 0, 0, 4893, 4895, 3, 754, 377, 0, 4894, 4893, 1, 0, 0, 0, 4894, 4895, 1, 0, 0, 0, 4895, 4896, 1, 0, 0, 0, 4896, 4898, 3, 550, 275, 0, 4897, 4899, 3, 124, 62, 0, 4898, 4897, 1, 0, 0, 0, 4898, 4899, 1, 0, 0, 0, 4899, 5253, 1, 0, 0, 0, 4900, 4901, 5, 191, 0, 0, 4901, 4902, 5, 259, 0, 0, 4902, 4904, 5, 376, 0, 0, 4903, 4905, 3, 754, 377, 0, 4904, 4903, 1, 0, 0, 0, 4904, 4905, 1, 0, 0, 0, 4905, 4906, 1, 0, 0, 0, 4906, 4908, 3, 550, 275, 0, 4907, 4909, 3, 124, 62, 0, 4908, 4907, 1, 0, 0, 0, 4908, 4909, 1, 0, 0, 0, 4909, 5253, 1, 0, 0, 0, 4910, 4911, 5, 191, 0, 0, 4911, 4913, 5, 226, 0, 0, 4912, 4914, 3, 754, 377, 0, 4913, 4912, 1, 0, 0, 0, 4913, 4914, 1, 0, 0, 0, 4914, 4915, 1, 0, 0, 0, 4915, 4917, 3, 1422, 711, 0, 4916, 4918, 3, 124, 62, 0, 4917, 4916, 1, 0, 0, 0, 4917, 4918, 1, 0, 0, 0, 4918, 5253, 1, 0, 0, 0, 4919, 4920, 5, 191, 0, 0, 4920, 4921, 5, 63, 0, 0, 4921, 4923, 5, 92, 0, 0, 4922, 4924, 3, 754, 377, 0, 4923, 4922, 1, 0, 0, 0, 4923, 4924, 1, 0, 0, 0, 4924, 4925, 1, 0, 0, 0, 4925, 4927, 3, 1398, 699, 0, 4926, 4928, 3, 124, 62, 0, 4927, 4926, 1, 0, 0, 0, 4927, 4928, 1, 0, 0, 0, 4928, 5253, 1, 0, 0, 0, 4929, 4930, 5, 191, 0, 0, 4930, 4932, 5, 108, 0, 0, 4931, 4933, 3, 754, 377, 0, 4932, 4931, 1, 0, 0, 0, 4932, 4933, 1, 0, 0, 0, 4933, 4934, 1, 0, 0, 0, 4934, 4936, 3, 1422, 711, 0, 4935, 4937, 3, 124, 62, 0, 4936, 4935, 1, 0, 0, 0, 4936, 4937, 1, 0, 0, 0, 4937, 5253, 1, 0, 0, 0, 4938, 4939, 5, 191, 0, 0, 4939, 4941, 5, 168, 0, 0, 4940, 4942, 3, 754, 377, 0, 4941, 4940, 1, 0, 0, 0, 4941, 4942, 1, 0, 0, 0, 4942, 4943, 1, 0, 0, 0, 4943, 4945, 3, 1422, 711, 0, 4944, 4946, 3, 124, 62, 0, 4945, 4944, 1, 0, 0, 0, 4945, 4946, 1, 0, 0, 0, 4946, 5253, 1, 0, 0, 0, 4947, 4948, 5, 191, 0, 0, 4948, 4950, 5, 342, 0, 0, 4949, 4951, 3, 754, 377, 0, 4950, 4949, 1, 0, 0, 0, 4950, 4951, 1, 0, 0, 0, 4951, 4952, 1, 0, 0, 0, 4952, 4954, 3, 1422, 711, 0, 4953, 4955, 3, 124, 62, 0, 4954, 4953, 1, 0, 0, 0, 4954, 4955, 1, 0, 0, 0, 4955, 5253, 1, 0, 0, 0, 4956, 4957, 5, 191, 0, 0, 4957, 4958, 5, 355, 0, 0, 4958, 4959, 5, 325, 0, 0, 4959, 4961, 5, 283, 0, 0, 4960, 4962, 3, 754, 377, 0, 4961, 4960, 1, 0, 0, 0, 4961, 4962, 1, 0, 0, 0, 4962, 4963, 1, 0, 0, 0, 4963, 4965, 3, 1422, 711, 0, 4964, 4966, 3, 124, 62, 0, 4965, 4964, 1, 0, 0, 0, 4965, 4966, 1, 0, 0, 0, 4966, 5253, 1, 0, 0, 0, 4967, 4968, 5, 191, 0, 0, 4968, 4969, 5, 355, 0, 0, 4969, 4970, 5, 325, 0, 0, 4970, 4972, 5, 185, 0, 0, 4971, 4973, 3, 754, 377, 0, 4972, 4971, 1, 0, 0, 0, 4972, 4973, 1, 0, 0, 0, 4973, 4974, 1, 0, 0, 0, 4974, 4976, 3, 1422, 711, 0, 4975, 4977, 3, 124, 62, 0, 4976, 4975, 1, 0, 0, 0, 4976, 4977, 1, 0, 0, 0, 4977, 5253, 1, 0, 0, 0, 4978, 4979, 5, 191, 0, 0, 4979, 4980, 5, 355, 0, 0, 4980, 4981, 5, 325, 0, 0, 4981, 4983, 5, 353, 0, 0, 4982, 4984, 3, 754, 377, 0, 4983, 4982, 1, 0, 0, 0, 4983, 4984, 1, 0, 0, 0, 4984, 4985, 1, 0, 0, 0, 4985, 4987, 3, 1422, 711, 0, 4986, 4988, 3, 124, 62, 0, 4987, 4986, 1, 0, 0, 0, 4987, 4988, 1, 0, 0, 0, 4988, 5253, 1, 0, 0, 0, 4989, 4990, 5, 191, 0, 0, 4990, 4991, 5, 355, 0, 0, 4991, 4992, 5, 325, 0, 0, 4992, 4994, 5, 163, 0, 0, 4993, 4995, 3, 754, 377, 0, 4994, 4993, 1, 0, 0, 0, 4994, 4995, 1, 0, 0, 0, 4995, 4996, 1, 0, 0, 0, 4996, 4998, 3, 1422, 711, 0, 4997, 4999, 3, 124, 62, 0, 4998, 4997, 1, 0, 0, 0, 4998, 4999, 1, 0, 0, 0, 4999, 5253, 1, 0, 0, 0, 5000, 5001, 5, 191, 0, 0, 5001, 5002, 5, 131, 0, 0, 5002, 5004, 5, 446, 0, 0, 5003, 5005, 3, 754, 377, 0, 5004, 5003, 1, 0, 0, 0, 5004, 5005, 1, 0, 0, 0, 5005, 5006, 1, 0, 0, 0, 5006, 5008, 3, 1422, 711, 0, 5007, 5009, 3, 124, 62, 0, 5008, 5007, 1, 0, 0, 0, 5008, 5009, 1, 0, 0, 0, 5009, 5253, 1, 0, 0, 0, 5010, 5011, 5, 191, 0, 0, 5011, 5012, 5, 198, 0, 0, 5012, 5014, 5, 357, 0, 0, 5013, 5015, 3, 754, 377, 0, 5014, 5013, 1, 0, 0, 0, 5014, 5015, 1, 0, 0, 0, 5015, 5016, 1, 0, 0, 0, 5016, 5018, 3, 1422, 711, 0, 5017, 5019, 3, 124, 62, 0, 5018, 5017, 1, 0, 0, 0, 5018, 5019, 1, 0, 0, 0, 5019, 5253, 1, 0, 0, 0, 5020, 5021, 5, 191, 0, 0, 5021, 5023, 5, 204, 0, 0, 5022, 5024, 3, 754, 377, 0, 5023, 5022, 1, 0, 0, 0, 5023, 5024, 1, 0, 0, 0, 5024, 5025, 1, 0, 0, 0, 5025, 5027, 3, 1422, 711, 0, 5026, 5028, 3, 124, 62, 0, 5027, 5026, 1, 0, 0, 0, 5027, 5028, 1, 0, 0, 0, 5028, 5253, 1, 0, 0, 0, 5029, 5030, 5, 191, 0, 0, 5030, 5031, 5, 63, 0, 0, 5031, 5032, 5, 174, 0, 0, 5032, 5034, 5, 381, 0, 0, 5033, 5035, 3, 754, 377, 0, 5034, 5033, 1, 0, 0, 0, 5034, 5035, 1, 0, 0, 0, 5035, 5036, 1, 0, 0, 0, 5036, 5038, 3, 1422, 711, 0, 5037, 5039, 3, 124, 62, 0, 5038, 5037, 1, 0, 0, 0, 5038, 5039, 1, 0, 0, 0, 5039, 5253, 1, 0, 0, 0, 5040, 5042, 5, 191, 0, 0, 5041, 5043, 3, 344, 172, 0, 5042, 5041, 1, 0, 0, 0, 5042, 5043, 1, 0, 0, 0, 5043, 5044, 1, 0, 0, 0, 5044, 5046, 5, 247, 0, 0, 5045, 5047, 3, 754, 377, 0, 5046, 5045, 1, 0, 0, 0, 5046, 5047, 1, 0, 0, 0, 5047, 5048, 1, 0, 0, 0, 5048, 5050, 3, 1422, 711, 0, 5049, 5051, 3, 124, 62, 0, 5050, 5049, 1, 0, 0, 0, 5050, 5051, 1, 0, 0, 0, 5051, 5253, 1, 0, 0, 0, 5052, 5053, 5, 191, 0, 0, 5053, 5055, 5, 452, 0, 0, 5054, 5056, 3, 754, 377, 0, 5055, 5054, 1, 0, 0, 0, 5055, 5056, 1, 0, 0, 0, 5056, 5057, 1, 0, 0, 0, 5057, 5059, 3, 1422, 711, 0, 5058, 5060, 3, 124, 62, 0, 5059, 5058, 1, 0, 0, 0, 5059, 5060, 1, 0, 0, 0, 5060, 5253, 1, 0, 0, 0, 5061, 5062, 5, 191, 0, 0, 5062, 5064, 5, 331, 0, 0, 5063, 5065, 3, 754, 377, 0, 5064, 5063, 1, 0, 0, 0, 5064, 5065, 1, 0, 0, 0, 5065, 5066, 1, 0, 0, 0, 5066, 5068, 3, 1422, 711, 0, 5067, 5069, 3, 124, 62, 0, 5068, 5067, 1, 0, 0, 0, 5068, 5069, 1, 0, 0, 0, 5069, 5253, 1, 0, 0, 0, 5070, 5071, 5, 191, 0, 0, 5071, 5073, 5, 323, 0, 0, 5072, 5074, 3, 754, 377, 0, 5073, 5072, 1, 0, 0, 0, 5073, 5074, 1, 0, 0, 0, 5074, 5075, 1, 0, 0, 0, 5075, 5077, 3, 1400, 700, 0, 5076, 5078, 3, 124, 62, 0, 5077, 5076, 1, 0, 0, 0, 5077, 5078, 1, 0, 0, 0, 5078, 5253, 1, 0, 0, 0, 5079, 5080, 5, 191, 0, 0, 5080, 5082, 5, 445, 0, 0, 5081, 5083, 3, 754, 377, 0, 5082, 5081, 1, 0, 0, 0, 5082, 5083, 1, 0, 0, 0, 5083, 5084, 1, 0, 0, 0, 5084, 5085, 3, 1442, 721, 0, 5085, 5086, 5, 80, 0, 0, 5086, 5088, 3, 564, 282, 0, 5087, 5089, 3, 124, 62, 0, 5088, 5087, 1, 0, 0, 0, 5088, 5089, 1, 0, 0, 0, 5089, 5253, 1, 0, 0, 0, 5090, 5091, 5, 191, 0, 0, 5091, 5093, 5, 321, 0, 0, 5092, 5094, 3, 754, 377, 0, 5093, 5092, 1, 0, 0, 0, 5093, 5094, 1, 0, 0, 0, 5094, 5095, 1, 0, 0, 0, 5095, 5096, 3, 1442, 721, 0, 5096, 5097, 5, 80, 0, 0, 5097, 5099, 3, 564, 282, 0, 5098, 5100, 3, 124, 62, 0, 5099, 5098, 1, 0, 0, 0, 5099, 5100, 1, 0, 0, 0, 5100, 5253, 1, 0, 0, 0, 5101, 5102, 5, 191, 0, 0, 5102, 5104, 5, 357, 0, 0, 5103, 5105, 3, 754, 377, 0, 5104, 5103, 1, 0, 0, 0, 5104, 5105, 1, 0, 0, 0, 5105, 5106, 1, 0, 0, 0, 5106, 5107, 3, 1442, 721, 0, 5107, 5108, 5, 80, 0, 0, 5108, 5110, 3, 564, 282, 0, 5109, 5111, 3, 124, 62, 0, 5110, 5109, 1, 0, 0, 0, 5110, 5111, 1, 0, 0, 0, 5111, 5253, 1, 0, 0, 0, 5112, 5113, 5, 191, 0, 0, 5113, 5115, 5, 360, 0, 0, 5114, 5116, 3, 754, 377, 0, 5115, 5114, 1, 0, 0, 0, 5115, 5116, 1, 0, 0, 0, 5116, 5117, 1, 0, 0, 0, 5117, 5119, 3, 568, 284, 0, 5118, 5120, 3, 124, 62, 0, 5119, 5118, 1, 0, 0, 0, 5119, 5120, 1, 0, 0, 0, 5120, 5253, 1, 0, 0, 0, 5121, 5122, 5, 191, 0, 0, 5122, 5124, 5, 189, 0, 0, 5123, 5125, 3, 754, 377, 0, 5124, 5123, 1, 0, 0, 0, 5124, 5125, 1, 0, 0, 0, 5125, 5126, 1, 0, 0, 0, 5126, 5128, 3, 568, 284, 0, 5127, 5129, 3, 124, 62, 0, 5128, 5127, 1, 0, 0, 0, 5128, 5129, 1, 0, 0, 0, 5129, 5253, 1, 0, 0, 0, 5130, 5131, 5, 191, 0, 0, 5131, 5132, 5, 226, 0, 0, 5132, 5134, 5, 109, 0, 0, 5133, 5135, 3, 754, 377, 0, 5134, 5133, 1, 0, 0, 0, 5134, 5135, 1, 0, 0, 0, 5135, 5136, 1, 0, 0, 0, 5136, 5138, 3, 558, 279, 0, 5137, 5139, 3, 124, 62, 0, 5138, 5137, 1, 0, 0, 0, 5138, 5139, 1, 0, 0, 0, 5139, 5253, 1, 0, 0, 0, 5140, 5141, 5, 191, 0, 0, 5141, 5143, 5, 41, 0, 0, 5142, 5144, 3, 754, 377, 0, 5143, 5142, 1, 0, 0, 0, 5143, 5144, 1, 0, 0, 0, 5144, 5145, 1, 0, 0, 0, 5145, 5146, 5, 2, 0, 0, 5146, 5147, 3, 1174, 587, 0, 5147, 5148, 5, 36, 0, 0, 5148, 5149, 3, 1174, 587, 0, 5149, 5151, 5, 3, 0, 0, 5150, 5152, 3, 124, 62, 0, 5151, 5150, 1, 0, 0, 0, 5151, 5152, 1, 0, 0, 0, 5152, 5253, 1, 0, 0, 0, 5153, 5154, 5, 191, 0, 0, 5154, 5155, 5, 278, 0, 0, 5155, 5157, 5, 156, 0, 0, 5156, 5158, 3, 754, 377, 0, 5157, 5156, 1, 0, 0, 0, 5157, 5158, 1, 0, 0, 0, 5158, 5159, 1, 0, 0, 0, 5159, 5160, 3, 564, 282, 0, 5160, 5161, 5, 100, 0, 0, 5161, 5163, 3, 1442, 721, 0, 5162, 5164, 3, 124, 62, 0, 5163, 5162, 1, 0, 0, 0, 5163, 5164, 1, 0, 0, 0, 5164, 5253, 1, 0, 0, 0, 5165, 5166, 5, 191, 0, 0, 5166, 5167, 5, 278, 0, 0, 5167, 5169, 5, 206, 0, 0, 5168, 5170, 3, 754, 377, 0, 5169, 5168, 1, 0, 0, 0, 5169, 5170, 1, 0, 0, 0, 5170, 5171, 1, 0, 0, 0, 5171, 5172, 3, 564, 282, 0, 5172, 5173, 5, 100, 0, 0, 5173, 5175, 3, 1442, 721, 0, 5174, 5176, 3, 124, 62, 0, 5175, 5174, 1, 0, 0, 0, 5175, 5176, 1, 0, 0, 0, 5176, 5253, 1, 0, 0, 0, 5177, 5178, 5, 191, 0, 0, 5178, 5179, 5, 281, 0, 0, 5179, 5180, 5, 147, 0, 0, 5180, 5182, 3, 1478, 739, 0, 5181, 5183, 3, 124, 62, 0, 5182, 5181, 1, 0, 0, 0, 5182, 5183, 1, 0, 0, 0, 5183, 5253, 1, 0, 0, 0, 5184, 5185, 5, 191, 0, 0, 5185, 5187, 5, 376, 0, 0, 5186, 5188, 3, 754, 377, 0, 5187, 5186, 1, 0, 0, 0, 5187, 5188, 1, 0, 0, 0, 5188, 5189, 1, 0, 0, 0, 5189, 5191, 3, 550, 275, 0, 5190, 5192, 3, 124, 62, 0, 5191, 5190, 1, 0, 0, 0, 5191, 5192, 1, 0, 0, 0, 5192, 5253, 1, 0, 0, 0, 5193, 5194, 5, 191, 0, 0, 5194, 5196, 5, 451, 0, 0, 5195, 5197, 3, 754, 377, 0, 5196, 5195, 1, 0, 0, 0, 5196, 5197, 1, 0, 0, 0, 5197, 5198, 1, 0, 0, 0, 5198, 5200, 3, 1442, 721, 0, 5199, 5201, 3, 124, 62, 0, 5200, 5199, 1, 0, 0, 0, 5200, 5201, 1, 0, 0, 0, 5201, 5253, 1, 0, 0, 0, 5202, 5203, 5, 191, 0, 0, 5203, 5205, 5, 351, 0, 0, 5204, 5206, 3, 754, 377, 0, 5205, 5204, 1, 0, 0, 0, 5205, 5206, 1, 0, 0, 0, 5206, 5207, 1, 0, 0, 0, 5207, 5253, 3, 1408, 704, 0, 5208, 5209, 5, 191, 0, 0, 5209, 5211, 5, 443, 0, 0, 5210, 5212, 3, 754, 377, 0, 5211, 5210, 1, 0, 0, 0, 5211, 5212, 1, 0, 0, 0, 5212, 5213, 1, 0, 0, 0, 5213, 5214, 5, 62, 0, 0, 5214, 5215, 3, 1174, 587, 0, 5215, 5216, 5, 247, 0, 0, 5216, 5218, 3, 1442, 721, 0, 5217, 5219, 3, 124, 62, 0, 5218, 5217, 1, 0, 0, 0, 5218, 5219, 1, 0, 0, 0, 5219, 5253, 1, 0, 0, 0, 5220, 5221, 5, 191, 0, 0, 5221, 5223, 7, 38, 0, 0, 5222, 5224, 3, 754, 377, 0, 5223, 5222, 1, 0, 0, 0, 5223, 5224, 1, 0, 0, 0, 5224, 5225, 1, 0, 0, 0, 5225, 5253, 3, 1478, 739, 0, 5226, 5227, 5, 191, 0, 0, 5227, 5228, 5, 99, 0, 0, 5228, 5230, 5, 257, 0, 0, 5229, 5231, 3, 754, 377, 0, 5230, 5229, 1, 0, 0, 0, 5230, 5231, 1, 0, 0, 0, 5231, 5232, 1, 0, 0, 0, 5232, 5233, 5, 62, 0, 0, 5233, 5234, 3, 410, 205, 0, 5234, 5235, 5, 331, 0, 0, 5235, 5236, 3, 1442, 721, 0, 5236, 5253, 1, 0, 0, 0, 5237, 5238, 5, 191, 0, 0, 5238, 5240, 5, 175, 0, 0, 5239, 5241, 3, 754, 377, 0, 5240, 5239, 1, 0, 0, 0, 5240, 5241, 1, 0, 0, 0, 5241, 5242, 1, 0, 0, 0, 5242, 5250, 3, 1426, 713, 0, 5243, 5245, 3, 14, 7, 0, 5244, 5243, 1, 0, 0, 0, 5244, 5245, 1, 0, 0, 0, 5245, 5246, 1, 0, 0, 0, 5246, 5247, 5, 2, 0, 0, 5247, 5248, 3, 866, 433, 0, 5248, 5249, 5, 3, 0, 0, 5249, 5251, 1, 0, 0, 0, 5250, 5244, 1, 0, 0, 0, 5250, 5251, 1, 0, 0, 0, 5251, 5253, 1, 0, 0, 0, 5252, 4873, 1, 0, 0, 0, 5252, 4882, 1, 0, 0, 0, 5252, 4891, 1, 0, 0, 0, 5252, 4900, 1, 0, 0, 0, 5252, 4910, 1, 0, 0, 0, 5252, 4919, 1, 0, 0, 0, 5252, 4929, 1, 0, 0, 0, 5252, 4938, 1, 0, 0, 0, 5252, 4947, 1, 0, 0, 0, 5252, 4956, 1, 0, 0, 0, 5252, 4967, 1, 0, 0, 0, 5252, 4978, 1, 0, 0, 0, 5252, 4989, 1, 0, 0, 0, 5252, 5000, 1, 0, 0, 0, 5252, 5010, 1, 0, 0, 0, 5252, 5020, 1, 0, 0, 0, 5252, 5029, 1, 0, 0, 0, 5252, 5040, 1, 0, 0, 0, 5252, 5052, 1, 0, 0, 0, 5252, 5061, 1, 0, 0, 0, 5252, 5070, 1, 0, 0, 0, 5252, 5079, 1, 0, 0, 0, 5252, 5090, 1, 0, 0, 0, 5252, 5101, 1, 0, 0, 0, 5252, 5112, 1, 0, 0, 0, 5252, 5121, 1, 0, 0, 0, 5252, 5130, 1, 0, 0, 0, 5252, 5140, 1, 0, 0, 0, 5252, 5153, 1, 0, 0, 0, 5252, 5165, 1, 0, 0, 0, 5252, 5177, 1, 0, 0, 0, 5252, 5184, 1, 0, 0, 0, 5252, 5193, 1, 0, 0, 0, 5252, 5202, 1, 0, 0, 0, 5252, 5208, 1, 0, 0, 0, 5252, 5220, 1, 0, 0, 0, 5252, 5226, 1, 0, 0, 0, 5252, 5237, 1, 0, 0, 0, 5253, 549, 1, 0, 0, 0, 5254, 5259, 3, 1416, 708, 0, 5255, 5256, 5, 6, 0, 0, 5256, 5258, 3, 1416, 708, 0, 5257, 5255, 1, 0, 0, 0, 5258, 5261, 1, 0, 0, 0, 5259, 5257, 1, 0, 0, 0, 5259, 5260, 1, 0, 0, 0, 5260, 551, 1, 0, 0, 0, 5261, 5259, 1, 0, 0, 0, 5262, 5264, 5, 63, 0, 0, 5263, 5262, 1, 0, 0, 0, 5263, 5264, 1, 0, 0, 0, 5264, 5265, 1, 0, 0, 0, 5265, 5266, 5, 92, 0, 0, 5266, 5287, 3, 1412, 706, 0, 5267, 5269, 5, 259, 0, 0, 5268, 5267, 1, 0, 0, 0, 5268, 5269, 1, 0, 0, 0, 5269, 5270, 1, 0, 0, 0, 5270, 5271, 5, 376, 0, 0, 5271, 5287, 3, 1416, 708, 0, 5272, 5273, 5, 226, 0, 0, 5273, 5287, 3, 564, 282, 0, 5274, 5275, 5, 108, 0, 0, 5275, 5287, 3, 564, 282, 0, 5276, 5277, 5, 168, 0, 0, 5277, 5287, 3, 564, 282, 0, 5278, 5279, 5, 342, 0, 0, 5279, 5287, 3, 564, 282, 0, 5280, 5281, 5, 328, 0, 0, 5281, 5287, 3, 564, 282, 0, 5282, 5283, 5, 355, 0, 0, 5283, 5284, 5, 325, 0, 0, 5284, 5285, 7, 39, 0, 0, 5285, 5287, 3, 564, 282, 0, 5286, 5263, 1, 0, 0, 0, 5286, 5268, 1, 0, 0, 0, 5286, 5272, 1, 0, 0, 0, 5286, 5274, 1, 0, 0, 0, 5286, 5276, 1, 0, 0, 0, 5286, 5278, 1, 0, 0, 0, 5286, 5280, 1, 0, 0, 0, 5286, 5282, 1, 0, 0, 0, 5287, 553, 1, 0, 0, 0, 5288, 5289, 5, 131, 0, 0, 5289, 5290, 5, 446, 0, 0, 5290, 5320, 3, 1442, 721, 0, 5291, 5292, 5, 198, 0, 0, 5292, 5293, 5, 357, 0, 0, 5293, 5320, 3, 1442, 721, 0, 5294, 5295, 5, 204, 0, 0, 5295, 5320, 3, 1442, 721, 0, 5296, 5297, 5, 63, 0, 0, 5297, 5298, 5, 174, 0, 0, 5298, 5299, 5, 381, 0, 0, 5299, 5320, 3, 1442, 721, 0, 5300, 5302, 3, 344, 172, 0, 5301, 5300, 1, 0, 0, 0, 5301, 5302, 1, 0, 0, 0, 5302, 5303, 1, 0, 0, 0, 5303, 5304, 5, 247, 0, 0, 5304, 5320, 3, 1442, 721, 0, 5305, 5306, 5, 452, 0, 0, 5306, 5320, 3, 1442, 721, 0, 5307, 5308, 5, 323, 0, 0, 5308, 5320, 3, 1428, 714, 0, 5309, 5310, 5, 331, 0, 0, 5310, 5320, 3, 1442, 721, 0, 5311, 5312, 5, 175, 0, 0, 5312, 5320, 3, 1426, 713, 0, 5313, 5314, 5, 318, 0, 0, 5314, 5320, 3, 1442, 721, 0, 5315, 5316, 5, 451, 0, 0, 5316, 5320, 3, 1442, 721, 0, 5317, 5318, 5, 351, 0, 0, 5318, 5320, 3, 1408, 704, 0, 5319, 5288, 1, 0, 0, 0, 5319, 5291, 1, 0, 0, 0, 5319, 5294, 1, 0, 0, 0, 5319, 5296, 1, 0, 0, 0, 5319, 5301, 1, 0, 0, 0, 5319, 5305, 1, 0, 0, 0, 5319, 5307, 1, 0, 0, 0, 5319, 5309, 1, 0, 0, 0, 5319, 5311, 1, 0, 0, 0, 5319, 5313, 1, 0, 0, 0, 5319, 5315, 1, 0, 0, 0, 5319, 5317, 1, 0, 0, 0, 5320, 555, 1, 0, 0, 0, 5321, 5322, 7, 40, 0, 0, 5322, 557, 1, 0, 0, 0, 5323, 5328, 3, 564, 282, 0, 5324, 5325, 5, 6, 0, 0, 5325, 5327, 3, 564, 282, 0, 5326, 5324, 1, 0, 0, 0, 5327, 5330, 1, 0, 0, 0, 5328, 5326, 1, 0, 0, 0, 5328, 5329, 1, 0, 0, 0, 5329, 559, 1, 0, 0, 0, 5330, 5328, 1, 0, 0, 0, 5331, 5332, 3, 562, 281, 0, 5332, 5333, 5, 11, 0, 0, 5333, 5334, 3, 1438, 719, 0, 5334, 561, 1, 0, 0, 0, 5335, 5337, 3, 1480, 740, 0, 5336, 5338, 3, 566, 283, 0, 5337, 5336, 1, 0, 0, 0, 5337, 5338, 1, 0, 0, 0, 5338, 563, 1, 0, 0, 0, 5339, 5341, 3, 1480, 740, 0, 5340, 5342, 3, 566, 283, 0, 5341, 5340, 1, 0, 0, 0, 5341, 5342, 1, 0, 0, 0, 5342, 565, 1, 0, 0, 0, 5343, 5344, 5, 11, 0, 0, 5344, 5346, 3, 1444, 722, 0, 5345, 5343, 1, 0, 0, 0, 5346, 5347, 1, 0, 0, 0, 5347, 5345, 1, 0, 0, 0, 5347, 5348, 1, 0, 0, 0, 5348, 567, 1, 0, 0, 0, 5349, 5354, 3, 1174, 587, 0, 5350, 5351, 5, 6, 0, 0, 5351, 5353, 3, 1174, 587, 0, 5352, 5350, 1, 0, 0, 0, 5353, 5356, 1, 0, 0, 0, 5354, 5352, 1, 0, 0, 0, 5354, 5355, 1, 0, 0, 0, 5355, 569, 1, 0, 0, 0, 5356, 5354, 1, 0, 0, 0, 5357, 5359, 5, 358, 0, 0, 5358, 5360, 5, 92, 0, 0, 5359, 5358, 1, 0, 0, 0, 5359, 5360, 1, 0, 0, 0, 5360, 5361, 1, 0, 0, 0, 5361, 5366, 3, 572, 286, 0, 5362, 5363, 5, 6, 0, 0, 5363, 5365, 3, 572, 286, 0, 5364, 5362, 1, 0, 0, 0, 5365, 5368, 1, 0, 0, 0, 5366, 5364, 1, 0, 0, 0, 5366, 5367, 1, 0, 0, 0, 5367, 5371, 1, 0, 0, 0, 5368, 5366, 1, 0, 0, 0, 5369, 5370, 7, 41, 0, 0, 5370, 5372, 5, 219, 0, 0, 5371, 5369, 1, 0, 0, 0, 5371, 5372, 1, 0, 0, 0, 5372, 5374, 1, 0, 0, 0, 5373, 5375, 3, 124, 62, 0, 5374, 5373, 1, 0, 0, 0, 5374, 5375, 1, 0, 0, 0, 5375, 571, 1, 0, 0, 0, 5376, 5378, 5, 81, 0, 0, 5377, 5376, 1, 0, 0, 0, 5377, 5378, 1, 0, 0, 0, 5378, 5379, 1, 0, 0, 0, 5379, 5381, 3, 1412, 706, 0, 5380, 5382, 5, 9, 0, 0, 5381, 5380, 1, 0, 0, 0, 5381, 5382, 1, 0, 0, 0, 5382, 573, 1, 0, 0, 0, 5383, 5384, 5, 159, 0, 0, 5384, 5385, 5, 80, 0, 0, 5385, 5386, 3, 552, 276, 0, 5386, 5387, 5, 116, 0, 0, 5387, 5388, 3, 576, 288, 0, 5388, 5549, 1, 0, 0, 0, 5389, 5390, 5, 159, 0, 0, 5390, 5391, 5, 80, 0, 0, 5391, 5392, 5, 44, 0, 0, 5392, 5393, 3, 560, 280, 0, 5393, 5394, 5, 116, 0, 0, 5394, 5395, 3, 576, 288, 0, 5395, 5549, 1, 0, 0, 0, 5396, 5397, 5, 159, 0, 0, 5397, 5398, 5, 80, 0, 0, 5398, 5399, 3, 554, 277, 0, 5399, 5400, 5, 116, 0, 0, 5400, 5401, 3, 576, 288, 0, 5401, 5549, 1, 0, 0, 0, 5402, 5403, 5, 159, 0, 0, 5403, 5404, 5, 80, 0, 0, 5404, 5405, 5, 360, 0, 0, 5405, 5406, 3, 1174, 587, 0, 5406, 5407, 5, 116, 0, 0, 5407, 5408, 3, 576, 288, 0, 5408, 5549, 1, 0, 0, 0, 5409, 5410, 5, 159, 0, 0, 5410, 5411, 5, 80, 0, 0, 5411, 5412, 5, 189, 0, 0, 5412, 5413, 3, 1174, 587, 0, 5413, 5414, 5, 116, 0, 0, 5414, 5415, 3, 576, 288, 0, 5415, 5549, 1, 0, 0, 0, 5416, 5417, 5, 159, 0, 0, 5417, 5418, 5, 80, 0, 0, 5418, 5419, 5, 136, 0, 0, 5419, 5420, 3, 704, 352, 0, 5420, 5421, 5, 116, 0, 0, 5421, 5422, 3, 576, 288, 0, 5422, 5549, 1, 0, 0, 0, 5423, 5424, 5, 159, 0, 0, 5424, 5425, 5, 80, 0, 0, 5425, 5426, 5, 211, 0, 0, 5426, 5427, 3, 680, 340, 0, 5427, 5428, 5, 116, 0, 0, 5428, 5429, 3, 576, 288, 0, 5429, 5549, 1, 0, 0, 0, 5430, 5431, 5, 159, 0, 0, 5431, 5432, 5, 80, 0, 0, 5432, 5433, 5, 278, 0, 0, 5433, 5434, 3, 742, 371, 0, 5434, 5435, 5, 116, 0, 0, 5435, 5436, 3, 576, 288, 0, 5436, 5549, 1, 0, 0, 0, 5437, 5438, 5, 159, 0, 0, 5438, 5439, 5, 80, 0, 0, 5439, 5440, 5, 45, 0, 0, 5440, 5441, 3, 1442, 721, 0, 5441, 5442, 5, 80, 0, 0, 5442, 5443, 3, 1412, 706, 0, 5443, 5444, 5, 116, 0, 0, 5444, 5445, 3, 576, 288, 0, 5445, 5549, 1, 0, 0, 0, 5446, 5447, 5, 159, 0, 0, 5447, 5448, 5, 80, 0, 0, 5448, 5449, 5, 45, 0, 0, 5449, 5450, 3, 1442, 721, 0, 5450, 5452, 5, 80, 0, 0, 5451, 5453, 5, 189, 0, 0, 5452, 5451, 1, 0, 0, 0, 5452, 5453, 1, 0, 0, 0, 5453, 5454, 1, 0, 0, 0, 5454, 5455, 3, 564, 282, 0, 5455, 5456, 5, 116, 0, 0, 5456, 5457, 3, 576, 288, 0, 5457, 5549, 1, 0, 0, 0, 5458, 5459, 5, 159, 0, 0, 5459, 5460, 5, 80, 0, 0, 5460, 5461, 5, 445, 0, 0, 5461, 5462, 3, 1442, 721, 0, 5462, 5463, 5, 80, 0, 0, 5463, 5464, 3, 564, 282, 0, 5464, 5465, 5, 116, 0, 0, 5465, 5466, 3, 576, 288, 0, 5466, 5549, 1, 0, 0, 0, 5467, 5468, 5, 159, 0, 0, 5468, 5469, 5, 80, 0, 0, 5469, 5470, 5, 321, 0, 0, 5470, 5471, 3, 1442, 721, 0, 5471, 5472, 5, 80, 0, 0, 5472, 5473, 3, 564, 282, 0, 5473, 5474, 5, 116, 0, 0, 5474, 5475, 3, 576, 288, 0, 5475, 5549, 1, 0, 0, 0, 5476, 5477, 5, 159, 0, 0, 5477, 5478, 5, 80, 0, 0, 5478, 5479, 5, 357, 0, 0, 5479, 5480, 3, 1442, 721, 0, 5480, 5481, 5, 80, 0, 0, 5481, 5482, 3, 564, 282, 0, 5482, 5483, 5, 116, 0, 0, 5483, 5484, 3, 576, 288, 0, 5484, 5549, 1, 0, 0, 0, 5485, 5486, 5, 159, 0, 0, 5486, 5487, 5, 80, 0, 0, 5487, 5488, 5, 296, 0, 0, 5488, 5489, 3, 676, 338, 0, 5489, 5490, 5, 116, 0, 0, 5490, 5491, 3, 576, 288, 0, 5491, 5549, 1, 0, 0, 0, 5492, 5493, 5, 159, 0, 0, 5493, 5494, 5, 80, 0, 0, 5494, 5495, 5, 442, 0, 0, 5495, 5496, 3, 672, 336, 0, 5496, 5497, 5, 116, 0, 0, 5497, 5498, 3, 576, 288, 0, 5498, 5549, 1, 0, 0, 0, 5499, 5500, 5, 159, 0, 0, 5500, 5501, 5, 80, 0, 0, 5501, 5502, 5, 443, 0, 0, 5502, 5503, 5, 62, 0, 0, 5503, 5504, 3, 1174, 587, 0, 5504, 5505, 5, 247, 0, 0, 5505, 5506, 3, 1442, 721, 0, 5506, 5507, 5, 116, 0, 0, 5507, 5508, 3, 576, 288, 0, 5508, 5549, 1, 0, 0, 0, 5509, 5510, 5, 159, 0, 0, 5510, 5511, 5, 80, 0, 0, 5511, 5512, 5, 278, 0, 0, 5512, 5513, 5, 156, 0, 0, 5513, 5514, 3, 564, 282, 0, 5514, 5515, 5, 100, 0, 0, 5515, 5516, 3, 1442, 721, 0, 5516, 5517, 5, 116, 0, 0, 5517, 5518, 3, 576, 288, 0, 5518, 5549, 1, 0, 0, 0, 5519, 5520, 5, 159, 0, 0, 5520, 5521, 5, 80, 0, 0, 5521, 5522, 5, 278, 0, 0, 5522, 5523, 5, 206, 0, 0, 5523, 5524, 3, 564, 282, 0, 5524, 5525, 5, 100, 0, 0, 5525, 5526, 3, 1442, 721, 0, 5526, 5527, 5, 116, 0, 0, 5527, 5528, 3, 576, 288, 0, 5528, 5549, 1, 0, 0, 0, 5529, 5530, 5, 159, 0, 0, 5530, 5531, 5, 80, 0, 0, 5531, 5532, 5, 248, 0, 0, 5532, 5533, 5, 274, 0, 0, 5533, 5534, 3, 328, 164, 0, 5534, 5535, 5, 116, 0, 0, 5535, 5536, 3, 576, 288, 0, 5536, 5549, 1, 0, 0, 0, 5537, 5538, 5, 159, 0, 0, 5538, 5539, 5, 80, 0, 0, 5539, 5540, 5, 41, 0, 0, 5540, 5541, 5, 2, 0, 0, 5541, 5542, 3, 1174, 587, 0, 5542, 5543, 5, 36, 0, 0, 5543, 5544, 3, 1174, 587, 0, 5544, 5545, 5, 3, 0, 0, 5545, 5546, 5, 116, 0, 0, 5546, 5547, 3, 576, 288, 0, 5547, 5549, 1, 0, 0, 0, 5548, 5383, 1, 0, 0, 0, 5548, 5389, 1, 0, 0, 0, 5548, 5396, 1, 0, 0, 0, 5548, 5402, 1, 0, 0, 0, 5548, 5409, 1, 0, 0, 0, 5548, 5416, 1, 0, 0, 0, 5548, 5423, 1, 0, 0, 0, 5548, 5430, 1, 0, 0, 0, 5548, 5437, 1, 0, 0, 0, 5548, 5446, 1, 0, 0, 0, 5548, 5458, 1, 0, 0, 0, 5548, 5467, 1, 0, 0, 0, 5548, 5476, 1, 0, 0, 0, 5548, 5485, 1, 0, 0, 0, 5548, 5492, 1, 0, 0, 0, 5548, 5499, 1, 0, 0, 0, 5548, 5509, 1, 0, 0, 0, 5548, 5519, 1, 0, 0, 0, 5548, 5529, 1, 0, 0, 0, 5548, 5537, 1, 0, 0, 0, 5549, 575, 1, 0, 0, 0, 5550, 5553, 3, 1464, 732, 0, 5551, 5553, 5, 78, 0, 0, 5552, 5550, 1, 0, 0, 0, 5552, 5551, 1, 0, 0, 0, 5553, 577, 1, 0, 0, 0, 5554, 5555, 5, 327, 0, 0, 5555, 5557, 5, 246, 0, 0, 5556, 5558, 3, 580, 290, 0, 5557, 5556, 1, 0, 0, 0, 5557, 5558, 1, 0, 0, 0, 5558, 5559, 1, 0, 0, 0, 5559, 5560, 5, 80, 0, 0, 5560, 5561, 5, 44, 0, 0, 5561, 5562, 3, 1438, 719, 0, 5562, 5563, 5, 116, 0, 0, 5563, 5564, 3, 582, 291, 0, 5564, 5664, 1, 0, 0, 0, 5565, 5566, 5, 327, 0, 0, 5566, 5568, 5, 246, 0, 0, 5567, 5569, 3, 580, 290, 0, 5568, 5567, 1, 0, 0, 0, 5568, 5569, 1, 0, 0, 0, 5569, 5570, 1, 0, 0, 0, 5570, 5571, 5, 80, 0, 0, 5571, 5572, 5, 360, 0, 0, 5572, 5573, 3, 1174, 587, 0, 5573, 5574, 5, 116, 0, 0, 5574, 5575, 3, 582, 291, 0, 5575, 5664, 1, 0, 0, 0, 5576, 5577, 5, 327, 0, 0, 5577, 5579, 5, 246, 0, 0, 5578, 5580, 3, 580, 290, 0, 5579, 5578, 1, 0, 0, 0, 5579, 5580, 1, 0, 0, 0, 5580, 5581, 1, 0, 0, 0, 5581, 5582, 5, 80, 0, 0, 5582, 5583, 5, 189, 0, 0, 5583, 5584, 3, 1174, 587, 0, 5584, 5585, 5, 116, 0, 0, 5585, 5586, 3, 582, 291, 0, 5586, 5664, 1, 0, 0, 0, 5587, 5588, 5, 327, 0, 0, 5588, 5590, 5, 246, 0, 0, 5589, 5591, 3, 580, 290, 0, 5590, 5589, 1, 0, 0, 0, 5590, 5591, 1, 0, 0, 0, 5591, 5592, 1, 0, 0, 0, 5592, 5593, 5, 80, 0, 0, 5593, 5594, 5, 136, 0, 0, 5594, 5595, 3, 704, 352, 0, 5595, 5596, 5, 116, 0, 0, 5596, 5597, 3, 582, 291, 0, 5597, 5664, 1, 0, 0, 0, 5598, 5599, 5, 327, 0, 0, 5599, 5601, 5, 246, 0, 0, 5600, 5602, 3, 580, 290, 0, 5601, 5600, 1, 0, 0, 0, 5601, 5602, 1, 0, 0, 0, 5602, 5603, 1, 0, 0, 0, 5603, 5604, 5, 80, 0, 0, 5604, 5605, 5, 211, 0, 0, 5605, 5606, 3, 680, 340, 0, 5606, 5607, 5, 116, 0, 0, 5607, 5608, 3, 582, 291, 0, 5608, 5664, 1, 0, 0, 0, 5609, 5610, 5, 327, 0, 0, 5610, 5612, 5, 246, 0, 0, 5611, 5613, 3, 580, 290, 0, 5612, 5611, 1, 0, 0, 0, 5612, 5613, 1, 0, 0, 0, 5613, 5614, 1, 0, 0, 0, 5614, 5615, 5, 80, 0, 0, 5615, 5616, 5, 248, 0, 0, 5616, 5617, 5, 274, 0, 0, 5617, 5618, 3, 328, 164, 0, 5618, 5619, 5, 116, 0, 0, 5619, 5620, 3, 582, 291, 0, 5620, 5664, 1, 0, 0, 0, 5621, 5622, 5, 327, 0, 0, 5622, 5624, 5, 246, 0, 0, 5623, 5625, 3, 580, 290, 0, 5624, 5623, 1, 0, 0, 0, 5624, 5625, 1, 0, 0, 0, 5625, 5626, 1, 0, 0, 0, 5626, 5627, 5, 80, 0, 0, 5627, 5628, 5, 296, 0, 0, 5628, 5629, 3, 676, 338, 0, 5629, 5630, 5, 116, 0, 0, 5630, 5631, 3, 582, 291, 0, 5631, 5664, 1, 0, 0, 0, 5632, 5633, 5, 327, 0, 0, 5633, 5635, 5, 246, 0, 0, 5634, 5636, 3, 580, 290, 0, 5635, 5634, 1, 0, 0, 0, 5635, 5636, 1, 0, 0, 0, 5636, 5637, 1, 0, 0, 0, 5637, 5638, 5, 80, 0, 0, 5638, 5639, 5, 442, 0, 0, 5639, 5640, 3, 672, 336, 0, 5640, 5641, 5, 116, 0, 0, 5641, 5642, 3, 582, 291, 0, 5642, 5664, 1, 0, 0, 0, 5643, 5644, 5, 327, 0, 0, 5644, 5646, 5, 246, 0, 0, 5645, 5647, 3, 580, 290, 0, 5646, 5645, 1, 0, 0, 0, 5646, 5647, 1, 0, 0, 0, 5647, 5648, 1, 0, 0, 0, 5648, 5649, 5, 80, 0, 0, 5649, 5650, 3, 552, 276, 0, 5650, 5651, 5, 116, 0, 0, 5651, 5652, 3, 582, 291, 0, 5652, 5664, 1, 0, 0, 0, 5653, 5654, 5, 327, 0, 0, 5654, 5656, 5, 246, 0, 0, 5655, 5657, 3, 580, 290, 0, 5656, 5655, 1, 0, 0, 0, 5656, 5657, 1, 0, 0, 0, 5657, 5658, 1, 0, 0, 0, 5658, 5659, 5, 80, 0, 0, 5659, 5660, 3, 554, 277, 0, 5660, 5661, 5, 116, 0, 0, 5661, 5662, 3, 582, 291, 0, 5662, 5664, 1, 0, 0, 0, 5663, 5554, 1, 0, 0, 0, 5663, 5565, 1, 0, 0, 0, 5663, 5576, 1, 0, 0, 0, 5663, 5587, 1, 0, 0, 0, 5663, 5598, 1, 0, 0, 0, 5663, 5609, 1, 0, 0, 0, 5663, 5621, 1, 0, 0, 0, 5663, 5632, 1, 0, 0, 0, 5663, 5643, 1, 0, 0, 0, 5663, 5653, 1, 0, 0, 0, 5664, 579, 1, 0, 0, 0, 5665, 5666, 5, 62, 0, 0, 5666, 5667, 3, 80, 40, 0, 5667, 581, 1, 0, 0, 0, 5668, 5671, 3, 1464, 732, 0, 5669, 5671, 5, 78, 0, 0, 5670, 5668, 1, 0, 0, 0, 5670, 5669, 1, 0, 0, 0, 5671, 583, 1, 0, 0, 0, 5672, 5673, 5, 61, 0, 0, 5673, 5677, 3, 586, 293, 0, 5674, 5675, 5, 265, 0, 0, 5675, 5677, 3, 586, 293, 0, 5676, 5672, 1, 0, 0, 0, 5676, 5674, 1, 0, 0, 0, 5677, 585, 1, 0, 0, 0, 5678, 5764, 3, 1000, 500, 0, 5679, 5680, 3, 588, 294, 0, 5680, 5681, 3, 1000, 500, 0, 5681, 5764, 1, 0, 0, 0, 5682, 5684, 5, 268, 0, 0, 5683, 5685, 3, 590, 295, 0, 5684, 5683, 1, 0, 0, 0, 5684, 5685, 1, 0, 0, 0, 5685, 5686, 1, 0, 0, 0, 5686, 5764, 3, 1000, 500, 0, 5687, 5689, 5, 293, 0, 0, 5688, 5690, 3, 590, 295, 0, 5689, 5688, 1, 0, 0, 0, 5689, 5690, 1, 0, 0, 0, 5690, 5691, 1, 0, 0, 0, 5691, 5764, 3, 1000, 500, 0, 5692, 5694, 5, 207, 0, 0, 5693, 5695, 3, 590, 295, 0, 5694, 5693, 1, 0, 0, 0, 5694, 5695, 1, 0, 0, 0, 5695, 5696, 1, 0, 0, 0, 5696, 5764, 3, 1000, 500, 0, 5697, 5699, 5, 249, 0, 0, 5698, 5700, 3, 590, 295, 0, 5699, 5698, 1, 0, 0, 0, 5699, 5700, 1, 0, 0, 0, 5700, 5701, 1, 0, 0, 0, 5701, 5764, 3, 1000, 500, 0, 5702, 5703, 5, 130, 0, 0, 5703, 5705, 3, 1470, 735, 0, 5704, 5706, 3, 590, 295, 0, 5705, 5704, 1, 0, 0, 0, 5705, 5706, 1, 0, 0, 0, 5706, 5707, 1, 0, 0, 0, 5707, 5708, 3, 1000, 500, 0, 5708, 5764, 1, 0, 0, 0, 5709, 5710, 5, 307, 0, 0, 5710, 5712, 3, 1470, 735, 0, 5711, 5713, 3, 590, 295, 0, 5712, 5711, 1, 0, 0, 0, 5712, 5713, 1, 0, 0, 0, 5713, 5714, 1, 0, 0, 0, 5714, 5715, 3, 1000, 500, 0, 5715, 5764, 1, 0, 0, 0, 5716, 5718, 3, 1470, 735, 0, 5717, 5719, 3, 590, 295, 0, 5718, 5717, 1, 0, 0, 0, 5718, 5719, 1, 0, 0, 0, 5719, 5720, 1, 0, 0, 0, 5720, 5721, 3, 1000, 500, 0, 5721, 5764, 1, 0, 0, 0, 5722, 5724, 5, 30, 0, 0, 5723, 5725, 3, 590, 295, 0, 5724, 5723, 1, 0, 0, 0, 5724, 5725, 1, 0, 0, 0, 5725, 5726, 1, 0, 0, 0, 5726, 5764, 3, 1000, 500, 0, 5727, 5729, 5, 210, 0, 0, 5728, 5730, 3, 590, 295, 0, 5729, 5728, 1, 0, 0, 0, 5729, 5730, 1, 0, 0, 0, 5730, 5731, 1, 0, 0, 0, 5731, 5764, 3, 1000, 500, 0, 5732, 5733, 5, 210, 0, 0, 5733, 5735, 3, 1470, 735, 0, 5734, 5736, 3, 590, 295, 0, 5735, 5734, 1, 0, 0, 0, 5735, 5736, 1, 0, 0, 0, 5736, 5737, 1, 0, 0, 0, 5737, 5738, 3, 1000, 500, 0, 5738, 5764, 1, 0, 0, 0, 5739, 5740, 5, 210, 0, 0, 5740, 5742, 5, 30, 0, 0, 5741, 5743, 3, 590, 295, 0, 5742, 5741, 1, 0, 0, 0, 5742, 5743, 1, 0, 0, 0, 5743, 5744, 1, 0, 0, 0, 5744, 5764, 3, 1000, 500, 0, 5745, 5747, 5, 144, 0, 0, 5746, 5748, 3, 590, 295, 0, 5747, 5746, 1, 0, 0, 0, 5747, 5748, 1, 0, 0, 0, 5748, 5749, 1, 0, 0, 0, 5749, 5764, 3, 1000, 500, 0, 5750, 5751, 5, 144, 0, 0, 5751, 5753, 3, 1470, 735, 0, 5752, 5754, 3, 590, 295, 0, 5753, 5752, 1, 0, 0, 0, 5753, 5754, 1, 0, 0, 0, 5754, 5755, 1, 0, 0, 0, 5755, 5756, 3, 1000, 500, 0, 5756, 5764, 1, 0, 0, 0, 5757, 5758, 5, 144, 0, 0, 5758, 5760, 5, 30, 0, 0, 5759, 5761, 3, 590, 295, 0, 5760, 5759, 1, 0, 0, 0, 5760, 5761, 1, 0, 0, 0, 5761, 5762, 1, 0, 0, 0, 5762, 5764, 3, 1000, 500, 0, 5763, 5678, 1, 0, 0, 0, 5763, 5679, 1, 0, 0, 0, 5763, 5682, 1, 0, 0, 0, 5763, 5687, 1, 0, 0, 0, 5763, 5692, 1, 0, 0, 0, 5763, 5697, 1, 0, 0, 0, 5763, 5702, 1, 0, 0, 0, 5763, 5709, 1, 0, 0, 0, 5763, 5716, 1, 0, 0, 0, 5763, 5722, 1, 0, 0, 0, 5763, 5727, 1, 0, 0, 0, 5763, 5732, 1, 0, 0, 0, 5763, 5739, 1, 0, 0, 0, 5763, 5745, 1, 0, 0, 0, 5763, 5750, 1, 0, 0, 0, 5763, 5757, 1, 0, 0, 0, 5764, 587, 1, 0, 0, 0, 5765, 5766, 7, 42, 0, 0, 5766, 589, 1, 0, 0, 0, 5767, 5768, 3, 588, 294, 0, 5768, 591, 1, 0, 0, 0, 5769, 5770, 5, 65, 0, 0, 5770, 5771, 3, 596, 298, 0, 5771, 5772, 5, 80, 0, 0, 5772, 5773, 3, 606, 303, 0, 5773, 5774, 5, 94, 0, 0, 5774, 5776, 3, 608, 304, 0, 5775, 5777, 3, 612, 306, 0, 5776, 5775, 1, 0, 0, 0, 5776, 5777, 1, 0, 0, 0, 5777, 593, 1, 0, 0, 0, 5778, 5779, 5, 317, 0, 0, 5779, 5780, 3, 596, 298, 0, 5780, 5781, 5, 80, 0, 0, 5781, 5782, 3, 606, 303, 0, 5782, 5783, 5, 64, 0, 0, 5783, 5785, 3, 608, 304, 0, 5784, 5786, 3, 124, 62, 0, 5785, 5784, 1, 0, 0, 0, 5785, 5786, 1, 0, 0, 0, 5786, 5800, 1, 0, 0, 0, 5787, 5788, 5, 317, 0, 0, 5788, 5789, 5, 65, 0, 0, 5789, 5790, 5, 279, 0, 0, 5790, 5791, 5, 62, 0, 0, 5791, 5792, 3, 596, 298, 0, 5792, 5793, 5, 80, 0, 0, 5793, 5794, 3, 606, 303, 0, 5794, 5795, 5, 64, 0, 0, 5795, 5797, 3, 608, 304, 0, 5796, 5798, 3, 124, 62, 0, 5797, 5796, 1, 0, 0, 0, 5797, 5798, 1, 0, 0, 0, 5798, 5800, 1, 0, 0, 0, 5799, 5778, 1, 0, 0, 0, 5799, 5787, 1, 0, 0, 0, 5800, 595, 1, 0, 0, 0, 5801, 5818, 3, 602, 301, 0, 5802, 5818, 5, 30, 0, 0, 5803, 5804, 5, 30, 0, 0, 5804, 5818, 5, 294, 0, 0, 5805, 5806, 5, 30, 0, 0, 5806, 5807, 5, 2, 0, 0, 5807, 5808, 3, 250, 125, 0, 5808, 5809, 5, 3, 0, 0, 5809, 5818, 1, 0, 0, 0, 5810, 5811, 5, 30, 0, 0, 5811, 5812, 5, 294, 0, 0, 5812, 5813, 5, 2, 0, 0, 5813, 5814, 3, 250, 125, 0, 5814, 5815, 5, 3, 0, 0, 5815, 5818, 1, 0, 0, 0, 5816, 5818, 3, 598, 299, 0, 5817, 5801, 1, 0, 0, 0, 5817, 5802, 1, 0, 0, 0, 5817, 5803, 1, 0, 0, 0, 5817, 5805, 1, 0, 0, 0, 5817, 5810, 1, 0, 0, 0, 5817, 5816, 1, 0, 0, 0, 5818, 597, 1, 0, 0, 0, 5819, 5824, 3, 600, 300, 0, 5820, 5821, 5, 6, 0, 0, 5821, 5823, 3, 600, 300, 0, 5822, 5820, 1, 0, 0, 0, 5823, 5826, 1, 0, 0, 0, 5824, 5822, 1, 0, 0, 0, 5824, 5825, 1, 0, 0, 0, 5825, 599, 1, 0, 0, 0, 5826, 5824, 1, 0, 0, 0, 5827, 5828, 7, 43, 0, 0, 5828, 601, 1, 0, 0, 0, 5829, 5834, 3, 604, 302, 0, 5830, 5831, 5, 6, 0, 0, 5831, 5833, 3, 604, 302, 0, 5832, 5830, 1, 0, 0, 0, 5833, 5836, 1, 0, 0, 0, 5834, 5832, 1, 0, 0, 0, 5834, 5835, 1, 0, 0, 0, 5835, 603, 1, 0, 0, 0, 5836, 5834, 1, 0, 0, 0, 5837, 5839, 5, 88, 0, 0, 5838, 5840, 3, 246, 123, 0, 5839, 5838, 1, 0, 0, 0, 5839, 5840, 1, 0, 0, 0, 5840, 5854, 1, 0, 0, 0, 5841, 5843, 5, 86, 0, 0, 5842, 5844, 3, 246, 123, 0, 5843, 5842, 1, 0, 0, 0, 5843, 5844, 1, 0, 0, 0, 5844, 5854, 1, 0, 0, 0, 5845, 5847, 5, 46, 0, 0, 5846, 5848, 3, 246, 123, 0, 5847, 5846, 1, 0, 0, 0, 5847, 5848, 1, 0, 0, 0, 5848, 5854, 1, 0, 0, 0, 5849, 5851, 3, 1480, 740, 0, 5850, 5852, 3, 246, 123, 0, 5851, 5850, 1, 0, 0, 0, 5851, 5852, 1, 0, 0, 0, 5852, 5854, 1, 0, 0, 0, 5853, 5837, 1, 0, 0, 0, 5853, 5841, 1, 0, 0, 0, 5853, 5845, 1, 0, 0, 0, 5853, 5849, 1, 0, 0, 0, 5854, 605, 1, 0, 0, 0, 5855, 5914, 3, 1396, 698, 0, 5856, 5857, 5, 92, 0, 0, 5857, 5914, 3, 1398, 699, 0, 5858, 5859, 5, 328, 0, 0, 5859, 5914, 3, 1396, 698, 0, 5860, 5861, 5, 63, 0, 0, 5861, 5862, 5, 174, 0, 0, 5862, 5863, 5, 381, 0, 0, 5863, 5914, 3, 1422, 711, 0, 5864, 5865, 5, 63, 0, 0, 5865, 5866, 5, 331, 0, 0, 5866, 5914, 3, 1422, 711, 0, 5867, 5868, 5, 211, 0, 0, 5868, 5914, 3, 678, 339, 0, 5869, 5870, 5, 296, 0, 0, 5870, 5914, 3, 674, 337, 0, 5871, 5872, 5, 442, 0, 0, 5872, 5914, 3, 670, 335, 0, 5873, 5874, 5, 175, 0, 0, 5874, 5914, 3, 1402, 701, 0, 5875, 5876, 5, 189, 0, 0, 5876, 5914, 3, 558, 279, 0, 5877, 5878, 5, 247, 0, 0, 5878, 5914, 3, 1422, 711, 0, 5879, 5880, 5, 248, 0, 0, 5880, 5881, 5, 274, 0, 0, 5881, 5914, 3, 330, 165, 0, 5882, 5883, 5, 323, 0, 0, 5883, 5914, 3, 1400, 700, 0, 5884, 5885, 5, 351, 0, 0, 5885, 5914, 3, 1420, 710, 0, 5886, 5887, 5, 360, 0, 0, 5887, 5914, 3, 558, 279, 0, 5888, 5889, 5, 30, 0, 0, 5889, 5890, 5, 350, 0, 0, 5890, 5891, 5, 68, 0, 0, 5891, 5892, 5, 323, 0, 0, 5892, 5914, 3, 1400, 700, 0, 5893, 5894, 5, 30, 0, 0, 5894, 5895, 5, 329, 0, 0, 5895, 5896, 5, 68, 0, 0, 5896, 5897, 5, 323, 0, 0, 5897, 5914, 3, 1400, 700, 0, 5898, 5899, 5, 30, 0, 0, 5899, 5900, 5, 212, 0, 0, 5900, 5901, 5, 68, 0, 0, 5901, 5902, 5, 323, 0, 0, 5902, 5914, 3, 1400, 700, 0, 5903, 5904, 5, 30, 0, 0, 5904, 5905, 5, 457, 0, 0, 5905, 5906, 5, 68, 0, 0, 5906, 5907, 5, 323, 0, 0, 5907, 5914, 3, 1400, 700, 0, 5908, 5909, 5, 30, 0, 0, 5909, 5910, 5, 455, 0, 0, 5910, 5911, 5, 68, 0, 0, 5911, 5912, 5, 323, 0, 0, 5912, 5914, 3, 1400, 700, 0, 5913, 5855, 1, 0, 0, 0, 5913, 5856, 1, 0, 0, 0, 5913, 5858, 1, 0, 0, 0, 5913, 5860, 1, 0, 0, 0, 5913, 5864, 1, 0, 0, 0, 5913, 5867, 1, 0, 0, 0, 5913, 5869, 1, 0, 0, 0, 5913, 5871, 1, 0, 0, 0, 5913, 5873, 1, 0, 0, 0, 5913, 5875, 1, 0, 0, 0, 5913, 5877, 1, 0, 0, 0, 5913, 5879, 1, 0, 0, 0, 5913, 5882, 1, 0, 0, 0, 5913, 5884, 1, 0, 0, 0, 5913, 5886, 1, 0, 0, 0, 5913, 5888, 1, 0, 0, 0, 5913, 5893, 1, 0, 0, 0, 5913, 5898, 1, 0, 0, 0, 5913, 5903, 1, 0, 0, 0, 5913, 5908, 1, 0, 0, 0, 5914, 607, 1, 0, 0, 0, 5915, 5920, 3, 610, 305, 0, 5916, 5917, 5, 6, 0, 0, 5917, 5919, 3, 610, 305, 0, 5918, 5916, 1, 0, 0, 0, 5919, 5922, 1, 0, 0, 0, 5920, 5918, 1, 0, 0, 0, 5920, 5921, 1, 0, 0, 0, 5921, 609, 1, 0, 0, 0, 5922, 5920, 1, 0, 0, 0, 5923, 5927, 3, 1476, 738, 0, 5924, 5925, 5, 66, 0, 0, 5925, 5927, 3, 1476, 738, 0, 5926, 5923, 1, 0, 0, 0, 5926, 5924, 1, 0, 0, 0, 5927, 611, 1, 0, 0, 0, 5928, 5929, 5, 105, 0, 0, 5929, 5930, 5, 65, 0, 0, 5930, 5931, 5, 279, 0, 0, 5931, 613, 1, 0, 0, 0, 5932, 5933, 5, 65, 0, 0, 5933, 5934, 3, 602, 301, 0, 5934, 5935, 5, 94, 0, 0, 5935, 5937, 3, 1478, 739, 0, 5936, 5938, 3, 618, 309, 0, 5937, 5936, 1, 0, 0, 0, 5937, 5938, 1, 0, 0, 0, 5938, 5940, 1, 0, 0, 0, 5939, 5941, 3, 620, 310, 0, 5940, 5939, 1, 0, 0, 0, 5940, 5941, 1, 0, 0, 0, 5941, 615, 1, 0, 0, 0, 5942, 5943, 5, 317, 0, 0, 5943, 5944, 3, 602, 301, 0, 5944, 5945, 5, 64, 0, 0, 5945, 5947, 3, 1478, 739, 0, 5946, 5948, 3, 620, 310, 0, 5947, 5946, 1, 0, 0, 0, 5947, 5948, 1, 0, 0, 0, 5948, 5950, 1, 0, 0, 0, 5949, 5951, 3, 124, 62, 0, 5950, 5949, 1, 0, 0, 0, 5950, 5951, 1, 0, 0, 0, 5951, 5966, 1, 0, 0, 0, 5952, 5953, 5, 317, 0, 0, 5953, 5954, 5, 134, 0, 0, 5954, 5955, 5, 279, 0, 0, 5955, 5956, 5, 62, 0, 0, 5956, 5957, 3, 602, 301, 0, 5957, 5958, 5, 64, 0, 0, 5958, 5960, 3, 1478, 739, 0, 5959, 5961, 3, 620, 310, 0, 5960, 5959, 1, 0, 0, 0, 5960, 5961, 1, 0, 0, 0, 5961, 5963, 1, 0, 0, 0, 5962, 5964, 3, 124, 62, 0, 5963, 5962, 1, 0, 0, 0, 5963, 5964, 1, 0, 0, 0, 5964, 5966, 1, 0, 0, 0, 5965, 5942, 1, 0, 0, 0, 5965, 5952, 1, 0, 0, 0, 5966, 617, 1, 0, 0, 0, 5967, 5968, 5, 105, 0, 0, 5968, 5969, 5, 134, 0, 0, 5969, 5970, 5, 279, 0, 0, 5970, 619, 1, 0, 0, 0, 5971, 5972, 5, 214, 0, 0, 5972, 5973, 5, 147, 0, 0, 5973, 5974, 3, 1476, 738, 0, 5974, 621, 1, 0, 0, 0, 5975, 5976, 5, 138, 0, 0, 5976, 5977, 5, 53, 0, 0, 5977, 5978, 5, 294, 0, 0, 5978, 5979, 3, 624, 312, 0, 5979, 5980, 3, 628, 314, 0, 5980, 623, 1, 0, 0, 0, 5981, 5983, 3, 626, 313, 0, 5982, 5981, 1, 0, 0, 0, 5983, 5986, 1, 0, 0, 0, 5984, 5982, 1, 0, 0, 0, 5984, 5985, 1, 0, 0, 0, 5985, 625, 1, 0, 0, 0, 5986, 5984, 1, 0, 0, 0, 5987, 5988, 5, 68, 0, 0, 5988, 5989, 5, 323, 0, 0, 5989, 5997, 3, 1400, 700, 0, 5990, 5991, 5, 62, 0, 0, 5991, 5992, 5, 318, 0, 0, 5992, 5997, 3, 1478, 739, 0, 5993, 5994, 5, 62, 0, 0, 5994, 5995, 5, 99, 0, 0, 5995, 5997, 3, 1478, 739, 0, 5996, 5987, 1, 0, 0, 0, 5996, 5990, 1, 0, 0, 0, 5996, 5993, 1, 0, 0, 0, 5997, 627, 1, 0, 0, 0, 5998, 5999, 5, 65, 0, 0, 5999, 6000, 3, 596, 298, 0, 6000, 6001, 5, 80, 0, 0, 6001, 6002, 3, 630, 315, 0, 6002, 6003, 5, 94, 0, 0, 6003, 6005, 3, 608, 304, 0, 6004, 6006, 3, 612, 306, 0, 6005, 6004, 1, 0, 0, 0, 6005, 6006, 1, 0, 0, 0, 6006, 6029, 1, 0, 0, 0, 6007, 6008, 5, 317, 0, 0, 6008, 6009, 3, 596, 298, 0, 6009, 6010, 5, 80, 0, 0, 6010, 6011, 3, 630, 315, 0, 6011, 6012, 5, 64, 0, 0, 6012, 6014, 3, 608, 304, 0, 6013, 6015, 3, 124, 62, 0, 6014, 6013, 1, 0, 0, 0, 6014, 6015, 1, 0, 0, 0, 6015, 6029, 1, 0, 0, 0, 6016, 6017, 5, 317, 0, 0, 6017, 6018, 5, 65, 0, 0, 6018, 6019, 5, 279, 0, 0, 6019, 6020, 5, 62, 0, 0, 6020, 6021, 3, 596, 298, 0, 6021, 6022, 5, 80, 0, 0, 6022, 6023, 3, 630, 315, 0, 6023, 6024, 5, 64, 0, 0, 6024, 6026, 3, 608, 304, 0, 6025, 6027, 3, 124, 62, 0, 6026, 6025, 1, 0, 0, 0, 6026, 6027, 1, 0, 0, 0, 6027, 6029, 1, 0, 0, 0, 6028, 5998, 1, 0, 0, 0, 6028, 6007, 1, 0, 0, 0, 6028, 6016, 1, 0, 0, 0, 6029, 629, 1, 0, 0, 0, 6030, 6031, 7, 44, 0, 0, 6031, 631, 1, 0, 0, 0, 6032, 6034, 5, 46, 0, 0, 6033, 6035, 3, 634, 317, 0, 6034, 6033, 1, 0, 0, 0, 6034, 6035, 1, 0, 0, 0, 6035, 6036, 1, 0, 0, 0, 6036, 6038, 5, 226, 0, 0, 6037, 6039, 3, 636, 318, 0, 6038, 6037, 1, 0, 0, 0, 6038, 6039, 1, 0, 0, 0, 6039, 6041, 1, 0, 0, 0, 6040, 6042, 3, 522, 261, 0, 6041, 6040, 1, 0, 0, 0, 6041, 6042, 1, 0, 0, 0, 6042, 6044, 1, 0, 0, 0, 6043, 6045, 3, 638, 319, 0, 6044, 6043, 1, 0, 0, 0, 6044, 6045, 1, 0, 0, 0, 6045, 6046, 1, 0, 0, 0, 6046, 6047, 5, 80, 0, 0, 6047, 6049, 3, 1124, 562, 0, 6048, 6050, 3, 640, 320, 0, 6049, 6048, 1, 0, 0, 0, 6049, 6050, 1, 0, 0, 0, 6050, 6051, 1, 0, 0, 0, 6051, 6052, 5, 2, 0, 0, 6052, 6053, 3, 642, 321, 0, 6053, 6055, 5, 3, 0, 0, 6054, 6056, 3, 648, 324, 0, 6055, 6054, 1, 0, 0, 0, 6055, 6056, 1, 0, 0, 0, 6056, 6058, 1, 0, 0, 0, 6057, 6059, 3, 226, 113, 0, 6058, 6057, 1, 0, 0, 0, 6058, 6059, 1, 0, 0, 0, 6059, 6061, 1, 0, 0, 0, 6060, 6062, 3, 134, 67, 0, 6061, 6060, 1, 0, 0, 0, 6061, 6062, 1, 0, 0, 0, 6062, 6064, 1, 0, 0, 0, 6063, 6065, 3, 288, 144, 0, 6064, 6063, 1, 0, 0, 0, 6064, 6065, 1, 0, 0, 0, 6065, 6067, 1, 0, 0, 0, 6066, 6068, 3, 1150, 575, 0, 6067, 6066, 1, 0, 0, 0, 6067, 6068, 1, 0, 0, 0, 6068, 633, 1, 0, 0, 0, 6069, 6070, 5, 98, 0, 0, 6070, 635, 1, 0, 0, 0, 6071, 6072, 5, 109, 0, 0, 6072, 637, 1, 0, 0, 0, 6073, 6074, 3, 1442, 721, 0, 6074, 639, 1, 0, 0, 0, 6075, 6076, 5, 100, 0, 0, 6076, 6077, 3, 1442, 721, 0, 6077, 641, 1, 0, 0, 0, 6078, 6083, 3, 646, 323, 0, 6079, 6080, 5, 6, 0, 0, 6080, 6082, 3, 646, 323, 0, 6081, 6079, 1, 0, 0, 0, 6082, 6085, 1, 0, 0, 0, 6083, 6081, 1, 0, 0, 0, 6083, 6084, 1, 0, 0, 0, 6084, 643, 1, 0, 0, 0, 6085, 6083, 1, 0, 0, 0, 6086, 6088, 3, 652, 326, 0, 6087, 6086, 1, 0, 0, 0, 6087, 6088, 1, 0, 0, 0, 6088, 6090, 1, 0, 0, 0, 6089, 6091, 3, 654, 327, 0, 6090, 6089, 1, 0, 0, 0, 6090, 6091, 1, 0, 0, 0, 6091, 6093, 1, 0, 0, 0, 6092, 6094, 3, 656, 328, 0, 6093, 6092, 1, 0, 0, 0, 6093, 6094, 1, 0, 0, 0, 6094, 6096, 1, 0, 0, 0, 6095, 6097, 3, 658, 329, 0, 6096, 6095, 1, 0, 0, 0, 6096, 6097, 1, 0, 0, 0, 6097, 6110, 1, 0, 0, 0, 6098, 6100, 3, 652, 326, 0, 6099, 6098, 1, 0, 0, 0, 6099, 6100, 1, 0, 0, 0, 6100, 6101, 1, 0, 0, 0, 6101, 6102, 3, 564, 282, 0, 6102, 6104, 3, 132, 66, 0, 6103, 6105, 3, 656, 328, 0, 6104, 6103, 1, 0, 0, 0, 6104, 6105, 1, 0, 0, 0, 6105, 6107, 1, 0, 0, 0, 6106, 6108, 3, 658, 329, 0, 6107, 6106, 1, 0, 0, 0, 6107, 6108, 1, 0, 0, 0, 6108, 6110, 1, 0, 0, 0, 6109, 6087, 1, 0, 0, 0, 6109, 6099, 1, 0, 0, 0, 6110, 645, 1, 0, 0, 0, 6111, 6112, 3, 1438, 719, 0, 6112, 6113, 3, 644, 322, 0, 6113, 6123, 1, 0, 0, 0, 6114, 6115, 3, 1268, 634, 0, 6115, 6116, 3, 644, 322, 0, 6116, 6123, 1, 0, 0, 0, 6117, 6118, 5, 2, 0, 0, 6118, 6119, 3, 1218, 609, 0, 6119, 6120, 5, 3, 0, 0, 6120, 6121, 3, 644, 322, 0, 6121, 6123, 1, 0, 0, 0, 6122, 6111, 1, 0, 0, 0, 6122, 6114, 1, 0, 0, 0, 6122, 6117, 1, 0, 0, 0, 6123, 647, 1, 0, 0, 0, 6124, 6125, 5, 441, 0, 0, 6125, 6126, 5, 2, 0, 0, 6126, 6127, 3, 650, 325, 0, 6127, 6128, 5, 3, 0, 0, 6128, 649, 1, 0, 0, 0, 6129, 6134, 3, 646, 323, 0, 6130, 6131, 5, 6, 0, 0, 6131, 6133, 3, 646, 323, 0, 6132, 6130, 1, 0, 0, 0, 6133, 6136, 1, 0, 0, 0, 6134, 6132, 1, 0, 0, 0, 6134, 6135, 1, 0, 0, 0, 6135, 651, 1, 0, 0, 0, 6136, 6134, 1, 0, 0, 0, 6137, 6138, 5, 43, 0, 0, 6138, 6139, 3, 564, 282, 0, 6139, 653, 1, 0, 0, 0, 6140, 6141, 3, 564, 282, 0, 6141, 655, 1, 0, 0, 0, 6142, 6143, 7, 45, 0, 0, 6143, 657, 1, 0, 0, 0, 6144, 6145, 5, 273, 0, 0, 6145, 6149, 5, 207, 0, 0, 6146, 6147, 5, 273, 0, 0, 6147, 6149, 5, 249, 0, 0, 6148, 6144, 1, 0, 0, 0, 6148, 6146, 1, 0, 0, 0, 6149, 659, 1, 0, 0, 0, 6150, 6152, 5, 46, 0, 0, 6151, 6153, 3, 664, 332, 0, 6152, 6151, 1, 0, 0, 0, 6152, 6153, 1, 0, 0, 0, 6153, 6158, 1, 0, 0, 0, 6154, 6155, 5, 211, 0, 0, 6155, 6159, 3, 1448, 724, 0, 6156, 6157, 5, 296, 0, 0, 6157, 6159, 3, 1436, 718, 0, 6158, 6154, 1, 0, 0, 0, 6158, 6156, 1, 0, 0, 0, 6159, 6160, 1, 0, 0, 0, 6160, 6170, 3, 682, 341, 0, 6161, 6168, 5, 316, 0, 0, 6162, 6169, 3, 692, 346, 0, 6163, 6164, 5, 92, 0, 0, 6164, 6165, 5, 2, 0, 0, 6165, 6166, 3, 720, 360, 0, 6166, 6167, 5, 3, 0, 0, 6167, 6169, 1, 0, 0, 0, 6168, 6162, 1, 0, 0, 0, 6168, 6163, 1, 0, 0, 0, 6169, 6171, 1, 0, 0, 0, 6170, 6161, 1, 0, 0, 0, 6170, 6171, 1, 0, 0, 0, 6171, 6172, 1, 0, 0, 0, 6172, 6175, 3, 708, 354, 0, 6173, 6174, 5, 105, 0, 0, 6174, 6176, 3, 662, 331, 0, 6175, 6173, 1, 0, 0, 0, 6175, 6176, 1, 0, 0, 0, 6176, 661, 1, 0, 0, 0, 6177, 6178, 5, 2, 0, 0, 6178, 6183, 3, 1480, 740, 0, 6179, 6180, 5, 6, 0, 0, 6180, 6182, 3, 1480, 740, 0, 6181, 6179, 1, 0, 0, 0, 6182, 6185, 1, 0, 0, 0, 6183, 6181, 1, 0, 0, 0, 6183, 6184, 1, 0, 0, 0, 6184, 6186, 1, 0, 0, 0, 6185, 6183, 1, 0, 0, 0, 6186, 6187, 5, 3, 0, 0, 6187, 663, 1, 0, 0, 0, 6188, 6189, 5, 82, 0, 0, 6189, 6190, 5, 311, 0, 0, 6190, 665, 1, 0, 0, 0, 6191, 6193, 5, 2, 0, 0, 6192, 6194, 3, 668, 334, 0, 6193, 6192, 1, 0, 0, 0, 6193, 6194, 1, 0, 0, 0, 6194, 6195, 1, 0, 0, 0, 6195, 6196, 5, 3, 0, 0, 6196, 667, 1, 0, 0, 0, 6197, 6202, 3, 686, 343, 0, 6198, 6199, 5, 6, 0, 0, 6199, 6201, 3, 686, 343, 0, 6200, 6198, 1, 0, 0, 0, 6201, 6204, 1, 0, 0, 0, 6202, 6200, 1, 0, 0, 0, 6202, 6203, 1, 0, 0, 0, 6203, 669, 1, 0, 0, 0, 6204, 6202, 1, 0, 0, 0, 6205, 6210, 3, 672, 336, 0, 6206, 6207, 5, 6, 0, 0, 6207, 6209, 3, 672, 336, 0, 6208, 6206, 1, 0, 0, 0, 6209, 6212, 1, 0, 0, 0, 6210, 6208, 1, 0, 0, 0, 6210, 6211, 1, 0, 0, 0, 6211, 671, 1, 0, 0, 0, 6212, 6210, 1, 0, 0, 0, 6213, 6214, 3, 1432, 716, 0, 6214, 6215, 3, 666, 333, 0, 6215, 6222, 1, 0, 0, 0, 6216, 6222, 3, 1506, 753, 0, 6217, 6219, 3, 1480, 740, 0, 6218, 6220, 3, 1386, 693, 0, 6219, 6218, 1, 0, 0, 0, 6219, 6220, 1, 0, 0, 0, 6220, 6222, 1, 0, 0, 0, 6221, 6213, 1, 0, 0, 0, 6221, 6216, 1, 0, 0, 0, 6221, 6217, 1, 0, 0, 0, 6222, 673, 1, 0, 0, 0, 6223, 6228, 3, 676, 338, 0, 6224, 6225, 5, 6, 0, 0, 6225, 6227, 3, 676, 338, 0, 6226, 6224, 1, 0, 0, 0, 6227, 6230, 1, 0, 0, 0, 6228, 6226, 1, 0, 0, 0, 6228, 6229, 1, 0, 0, 0, 6229, 675, 1, 0, 0, 0, 6230, 6228, 1, 0, 0, 0, 6231, 6232, 3, 1434, 717, 0, 6232, 6233, 3, 666, 333, 0, 6233, 6240, 1, 0, 0, 0, 6234, 6240, 3, 1506, 753, 0, 6235, 6237, 3, 1480, 740, 0, 6236, 6238, 3, 1386, 693, 0, 6237, 6236, 1, 0, 0, 0, 6237, 6238, 1, 0, 0, 0, 6238, 6240, 1, 0, 0, 0, 6239, 6231, 1, 0, 0, 0, 6239, 6234, 1, 0, 0, 0, 6239, 6235, 1, 0, 0, 0, 6240, 677, 1, 0, 0, 0, 6241, 6246, 3, 680, 340, 0, 6242, 6243, 5, 6, 0, 0, 6243, 6245, 3, 680, 340, 0, 6244, 6242, 1, 0, 0, 0, 6245, 6248, 1, 0, 0, 0, 6246, 6244, 1, 0, 0, 0, 6246, 6247, 1, 0, 0, 0, 6247, 679, 1, 0, 0, 0, 6248, 6246, 1, 0, 0, 0, 6249, 6250, 3, 1450, 725, 0, 6250, 6251, 3, 666, 333, 0, 6251, 6258, 1, 0, 0, 0, 6252, 6258, 3, 1506, 753, 0, 6253, 6255, 3, 1480, 740, 0, 6254, 6256, 3, 1386, 693, 0, 6255, 6254, 1, 0, 0, 0, 6255, 6256, 1, 0, 0, 0, 6256, 6258, 1, 0, 0, 0, 6257, 6249, 1, 0, 0, 0, 6257, 6252, 1, 0, 0, 0, 6257, 6253, 1, 0, 0, 0, 6258, 681, 1, 0, 0, 0, 6259, 6261, 5, 2, 0, 0, 6260, 6262, 3, 684, 342, 0, 6261, 6260, 1, 0, 0, 0, 6261, 6262, 1, 0, 0, 0, 6262, 6263, 1, 0, 0, 0, 6263, 6264, 5, 3, 0, 0, 6264, 683, 1, 0, 0, 0, 6265, 6270, 3, 696, 348, 0, 6266, 6267, 5, 6, 0, 0, 6267, 6269, 3, 696, 348, 0, 6268, 6266, 1, 0, 0, 0, 6269, 6272, 1, 0, 0, 0, 6270, 6268, 1, 0, 0, 0, 6270, 6271, 1, 0, 0, 0, 6271, 685, 1, 0, 0, 0, 6272, 6270, 1, 0, 0, 0, 6273, 6275, 3, 688, 344, 0, 6274, 6276, 3, 690, 345, 0, 6275, 6274, 1, 0, 0, 0, 6275, 6276, 1, 0, 0, 0, 6276, 6277, 1, 0, 0, 0, 6277, 6278, 3, 694, 347, 0, 6278, 6287, 1, 0, 0, 0, 6279, 6281, 3, 690, 345, 0, 6280, 6282, 3, 688, 344, 0, 6281, 6280, 1, 0, 0, 0, 6281, 6282, 1, 0, 0, 0, 6282, 6283, 1, 0, 0, 0, 6283, 6284, 3, 694, 347, 0, 6284, 6287, 1, 0, 0, 0, 6285, 6287, 3, 694, 347, 0, 6286, 6273, 1, 0, 0, 0, 6286, 6279, 1, 0, 0, 0, 6286, 6285, 1, 0, 0, 0, 6287, 687, 1, 0, 0, 0, 6288, 6290, 5, 68, 0, 0, 6289, 6291, 5, 453, 0, 0, 6290, 6289, 1, 0, 0, 0, 6290, 6291, 1, 0, 0, 0, 6291, 6296, 1, 0, 0, 0, 6292, 6296, 5, 453, 0, 0, 6293, 6296, 5, 400, 0, 0, 6294, 6296, 5, 101, 0, 0, 6295, 6288, 1, 0, 0, 0, 6295, 6292, 1, 0, 0, 0, 6295, 6293, 1, 0, 0, 0, 6295, 6294, 1, 0, 0, 0, 6296, 689, 1, 0, 0, 0, 6297, 6298, 3, 1488, 744, 0, 6298, 691, 1, 0, 0, 0, 6299, 6300, 3, 694, 347, 0, 6300, 693, 1, 0, 0, 0, 6301, 6314, 3, 1174, 587, 0, 6302, 6303, 3, 1488, 744, 0, 6303, 6304, 3, 566, 283, 0, 6304, 6305, 5, 27, 0, 0, 6305, 6306, 5, 360, 0, 0, 6306, 6314, 1, 0, 0, 0, 6307, 6308, 5, 415, 0, 0, 6308, 6309, 3, 1488, 744, 0, 6309, 6310, 3, 566, 283, 0, 6310, 6311, 5, 27, 0, 0, 6311, 6312, 5, 360, 0, 0, 6312, 6314, 1, 0, 0, 0, 6313, 6301, 1, 0, 0, 0, 6313, 6302, 1, 0, 0, 0, 6313, 6307, 1, 0, 0, 0, 6314, 695, 1, 0, 0, 0, 6315, 6318, 3, 686, 343, 0, 6316, 6317, 7, 46, 0, 0, 6317, 6319, 3, 1218, 609, 0, 6318, 6316, 1, 0, 0, 0, 6318, 6319, 1, 0, 0, 0, 6319, 697, 1, 0, 0, 0, 6320, 6321, 3, 686, 343, 0, 6321, 699, 1, 0, 0, 0, 6322, 6333, 5, 2, 0, 0, 6323, 6334, 5, 9, 0, 0, 6324, 6334, 3, 702, 351, 0, 6325, 6326, 5, 83, 0, 0, 6326, 6327, 5, 147, 0, 0, 6327, 6334, 3, 702, 351, 0, 6328, 6329, 3, 702, 351, 0, 6329, 6330, 5, 83, 0, 0, 6330, 6331, 5, 147, 0, 0, 6331, 6332, 3, 702, 351, 0, 6332, 6334, 1, 0, 0, 0, 6333, 6323, 1, 0, 0, 0, 6333, 6324, 1, 0, 0, 0, 6333, 6325, 1, 0, 0, 0, 6333, 6328, 1, 0, 0, 0, 6334, 6335, 1, 0, 0, 0, 6335, 6336, 5, 3, 0, 0, 6336, 701, 1, 0, 0, 0, 6337, 6342, 3, 698, 349, 0, 6338, 6339, 5, 6, 0, 0, 6339, 6341, 3, 698, 349, 0, 6340, 6338, 1, 0, 0, 0, 6341, 6344, 1, 0, 0, 0, 6342, 6340, 1, 0, 0, 0, 6342, 6343, 1, 0, 0, 0, 6343, 703, 1, 0, 0, 0, 6344, 6342, 1, 0, 0, 0, 6345, 6346, 3, 1450, 725, 0, 6346, 6347, 3, 700, 350, 0, 6347, 705, 1, 0, 0, 0, 6348, 6353, 3, 704, 352, 0, 6349, 6350, 5, 6, 0, 0, 6350, 6352, 3, 704, 352, 0, 6351, 6349, 1, 0, 0, 0, 6352, 6355, 1, 0, 0, 0, 6353, 6351, 1, 0, 0, 0, 6353, 6354, 1, 0, 0, 0, 6354, 707, 1, 0, 0, 0, 6355, 6353, 1, 0, 0, 0, 6356, 6358, 3, 712, 356, 0, 6357, 6356, 1, 0, 0, 0, 6358, 6359, 1, 0, 0, 0, 6359, 6357, 1, 0, 0, 0, 6359, 6360, 1, 0, 0, 0, 6360, 709, 1, 0, 0, 0, 6361, 6362, 5, 149, 0, 0, 6362, 6363, 5, 80, 0, 0, 6363, 6364, 5, 78, 0, 0, 6364, 6397, 5, 458, 0, 0, 6365, 6366, 5, 316, 0, 0, 6366, 6367, 5, 78, 0, 0, 6367, 6368, 5, 80, 0, 0, 6368, 6369, 5, 78, 0, 0, 6369, 6397, 5, 458, 0, 0, 6370, 6397, 5, 346, 0, 0, 6371, 6397, 5, 222, 0, 0, 6372, 6397, 5, 338, 0, 0, 6373, 6397, 5, 377, 0, 0, 6374, 6375, 5, 205, 0, 0, 6375, 6376, 5, 327, 0, 0, 6376, 6397, 5, 181, 0, 0, 6377, 6378, 5, 205, 0, 0, 6378, 6379, 5, 327, 0, 0, 6379, 6397, 5, 243, 0, 0, 6380, 6381, 5, 327, 0, 0, 6381, 6397, 5, 181, 0, 0, 6382, 6383, 5, 327, 0, 0, 6383, 6397, 5, 243, 0, 0, 6384, 6397, 5, 250, 0, 0, 6385, 6386, 5, 77, 0, 0, 6386, 6397, 5, 250, 0, 0, 6387, 6388, 5, 170, 0, 0, 6388, 6397, 3, 328, 164, 0, 6389, 6390, 5, 320, 0, 0, 6390, 6397, 3, 328, 164, 0, 6391, 6392, 5, 459, 0, 0, 6392, 6397, 3, 564, 282, 0, 6393, 6397, 3, 90, 45, 0, 6394, 6395, 5, 460, 0, 0, 6395, 6397, 3, 1480, 740, 0, 6396, 6361, 1, 0, 0, 0, 6396, 6365, 1, 0, 0, 0, 6396, 6370, 1, 0, 0, 0, 6396, 6371, 1, 0, 0, 0, 6396, 6372, 1, 0, 0, 0, 6396, 6373, 1, 0, 0, 0, 6396, 6374, 1, 0, 0, 0, 6396, 6377, 1, 0, 0, 0, 6396, 6380, 1, 0, 0, 0, 6396, 6382, 1, 0, 0, 0, 6396, 6384, 1, 0, 0, 0, 6396, 6385, 1, 0, 0, 0, 6396, 6387, 1, 0, 0, 0, 6396, 6389, 1, 0, 0, 0, 6396, 6391, 1, 0, 0, 0, 6396, 6393, 1, 0, 0, 0, 6396, 6394, 1, 0, 0, 0, 6397, 711, 1, 0, 0, 0, 6398, 6399, 5, 36, 0, 0, 6399, 6400, 3, 1464, 732, 0, 6400, 6401, 5, 6, 0, 0, 6401, 6402, 3, 1464, 732, 0, 6402, 6424, 1, 0, 0, 0, 6403, 6404, 5, 247, 0, 0, 6404, 6424, 3, 80, 40, 0, 6405, 6406, 5, 443, 0, 0, 6406, 6424, 3, 714, 357, 0, 6407, 6424, 5, 104, 0, 0, 6408, 6409, 5, 333, 0, 0, 6409, 6416, 3, 1480, 740, 0, 6410, 6411, 5, 94, 0, 0, 6411, 6417, 3, 1480, 740, 0, 6412, 6413, 5, 10, 0, 0, 6413, 6417, 3, 1480, 740, 0, 6414, 6415, 5, 64, 0, 0, 6415, 6417, 5, 434, 0, 0, 6416, 6410, 1, 0, 0, 0, 6416, 6412, 1, 0, 0, 0, 6416, 6414, 1, 0, 0, 0, 6417, 6424, 1, 0, 0, 0, 6418, 6419, 5, 36, 0, 0, 6419, 6424, 3, 1480, 740, 0, 6420, 6424, 3, 6, 3, 0, 6421, 6424, 3, 710, 355, 0, 6422, 6424, 3, 1480, 740, 0, 6423, 6398, 1, 0, 0, 0, 6423, 6403, 1, 0, 0, 0, 6423, 6405, 1, 0, 0, 0, 6423, 6407, 1, 0, 0, 0, 6423, 6408, 1, 0, 0, 0, 6423, 6418, 1, 0, 0, 0, 6423, 6420, 1, 0, 0, 0, 6423, 6421, 1, 0, 0, 0, 6423, 6422, 1, 0, 0, 0, 6424, 713, 1, 0, 0, 0, 6425, 6426, 5, 62, 0, 0, 6426, 6427, 5, 360, 0, 0, 6427, 6434, 3, 1174, 587, 0, 6428, 6429, 5, 6, 0, 0, 6429, 6430, 5, 62, 0, 0, 6430, 6431, 5, 360, 0, 0, 6431, 6433, 3, 1174, 587, 0, 6432, 6428, 1, 0, 0, 0, 6433, 6436, 1, 0, 0, 0, 6434, 6432, 1, 0, 0, 0, 6434, 6435, 1, 0, 0, 0, 6435, 715, 1, 0, 0, 0, 6436, 6434, 1, 0, 0, 0, 6437, 6438, 5, 105, 0, 0, 6438, 6439, 3, 502, 251, 0, 6439, 717, 1, 0, 0, 0, 6440, 6441, 3, 1438, 719, 0, 6441, 6442, 3, 694, 347, 0, 6442, 719, 1, 0, 0, 0, 6443, 6448, 3, 718, 359, 0, 6444, 6445, 5, 6, 0, 0, 6445, 6447, 3, 718, 359, 0, 6446, 6444, 1, 0, 0, 0, 6447, 6450, 1, 0, 0, 0, 6448, 6446, 1, 0, 0, 0, 6448, 6449, 1, 0, 0, 0, 6449, 721, 1, 0, 0, 0, 6450, 6448, 1, 0, 0, 0, 6451, 6452, 5, 138, 0, 0, 6452, 6453, 3, 724, 362, 0, 6453, 6455, 3, 726, 363, 0, 6454, 6456, 3, 728, 364, 0, 6455, 6454, 1, 0, 0, 0, 6455, 6456, 1, 0, 0, 0, 6456, 723, 1, 0, 0, 0, 6457, 6458, 5, 211, 0, 0, 6458, 6464, 3, 680, 340, 0, 6459, 6460, 5, 296, 0, 0, 6460, 6464, 3, 676, 338, 0, 6461, 6462, 5, 442, 0, 0, 6462, 6464, 3, 672, 336, 0, 6463, 6457, 1, 0, 0, 0, 6463, 6459, 1, 0, 0, 0, 6463, 6461, 1, 0, 0, 0, 6464, 725, 1, 0, 0, 0, 6465, 6467, 3, 710, 355, 0, 6466, 6465, 1, 0, 0, 0, 6467, 6468, 1, 0, 0, 0, 6468, 6466, 1, 0, 0, 0, 6468, 6469, 1, 0, 0, 0, 6469, 727, 1, 0, 0, 0, 6470, 6471, 5, 315, 0, 0, 6471, 729, 1, 0, 0, 0, 6472, 6473, 5, 191, 0, 0, 6473, 6475, 5, 211, 0, 0, 6474, 6476, 3, 754, 377, 0, 6475, 6474, 1, 0, 0, 0, 6475, 6476, 1, 0, 0, 0, 6476, 6477, 1, 0, 0, 0, 6477, 6479, 3, 678, 339, 0, 6478, 6480, 3, 124, 62, 0, 6479, 6478, 1, 0, 0, 0, 6479, 6480, 1, 0, 0, 0, 6480, 6500, 1, 0, 0, 0, 6481, 6482, 5, 191, 0, 0, 6482, 6484, 5, 296, 0, 0, 6483, 6485, 3, 754, 377, 0, 6484, 6483, 1, 0, 0, 0, 6484, 6485, 1, 0, 0, 0, 6485, 6486, 1, 0, 0, 0, 6486, 6488, 3, 674, 337, 0, 6487, 6489, 3, 124, 62, 0, 6488, 6487, 1, 0, 0, 0, 6488, 6489, 1, 0, 0, 0, 6489, 6500, 1, 0, 0, 0, 6490, 6491, 5, 191, 0, 0, 6491, 6493, 5, 442, 0, 0, 6492, 6494, 3, 754, 377, 0, 6493, 6492, 1, 0, 0, 0, 6493, 6494, 1, 0, 0, 0, 6494, 6495, 1, 0, 0, 0, 6495, 6497, 3, 670, 335, 0, 6496, 6498, 3, 124, 62, 0, 6497, 6496, 1, 0, 0, 0, 6497, 6498, 1, 0, 0, 0, 6498, 6500, 1, 0, 0, 0, 6499, 6472, 1, 0, 0, 0, 6499, 6481, 1, 0, 0, 0, 6499, 6490, 1, 0, 0, 0, 6500, 731, 1, 0, 0, 0, 6501, 6502, 5, 191, 0, 0, 6502, 6504, 5, 136, 0, 0, 6503, 6505, 3, 754, 377, 0, 6504, 6503, 1, 0, 0, 0, 6504, 6505, 1, 0, 0, 0, 6505, 6506, 1, 0, 0, 0, 6506, 6508, 3, 706, 353, 0, 6507, 6509, 3, 124, 62, 0, 6508, 6507, 1, 0, 0, 0, 6508, 6509, 1, 0, 0, 0, 6509, 733, 1, 0, 0, 0, 6510, 6511, 5, 191, 0, 0, 6511, 6513, 5, 278, 0, 0, 6512, 6514, 3, 754, 377, 0, 6513, 6512, 1, 0, 0, 0, 6513, 6514, 1, 0, 0, 0, 6514, 6515, 1, 0, 0, 0, 6515, 6517, 3, 740, 370, 0, 6516, 6518, 3, 124, 62, 0, 6517, 6516, 1, 0, 0, 0, 6517, 6518, 1, 0, 0, 0, 6518, 735, 1, 0, 0, 0, 6519, 6520, 5, 2, 0, 0, 6520, 6521, 3, 1174, 587, 0, 6521, 6522, 5, 3, 0, 0, 6522, 6542, 1, 0, 0, 0, 6523, 6524, 5, 2, 0, 0, 6524, 6525, 3, 1174, 587, 0, 6525, 6526, 5, 6, 0, 0, 6526, 6527, 3, 1174, 587, 0, 6527, 6528, 5, 3, 0, 0, 6528, 6542, 1, 0, 0, 0, 6529, 6530, 5, 2, 0, 0, 6530, 6531, 5, 407, 0, 0, 6531, 6532, 5, 6, 0, 0, 6532, 6533, 3, 1174, 587, 0, 6533, 6534, 5, 3, 0, 0, 6534, 6542, 1, 0, 0, 0, 6535, 6536, 5, 2, 0, 0, 6536, 6537, 3, 1174, 587, 0, 6537, 6538, 5, 6, 0, 0, 6538, 6539, 5, 407, 0, 0, 6539, 6540, 5, 3, 0, 0, 6540, 6542, 1, 0, 0, 0, 6541, 6519, 1, 0, 0, 0, 6541, 6523, 1, 0, 0, 0, 6541, 6529, 1, 0, 0, 0, 6541, 6535, 1, 0, 0, 0, 6542, 737, 1, 0, 0, 0, 6543, 6544, 3, 1480, 740, 0, 6544, 6545, 5, 11, 0, 0, 6545, 6547, 1, 0, 0, 0, 6546, 6543, 1, 0, 0, 0, 6547, 6550, 1, 0, 0, 0, 6548, 6546, 1, 0, 0, 0, 6548, 6549, 1, 0, 0, 0, 6549, 6551, 1, 0, 0, 0, 6550, 6548, 1, 0, 0, 0, 6551, 6552, 3, 1324, 662, 0, 6552, 739, 1, 0, 0, 0, 6553, 6558, 3, 742, 371, 0, 6554, 6555, 5, 6, 0, 0, 6555, 6557, 3, 742, 371, 0, 6556, 6554, 1, 0, 0, 0, 6557, 6560, 1, 0, 0, 0, 6558, 6556, 1, 0, 0, 0, 6558, 6559, 1, 0, 0, 0, 6559, 741, 1, 0, 0, 0, 6560, 6558, 1, 0, 0, 0, 6561, 6562, 3, 738, 369, 0, 6562, 6563, 3, 736, 368, 0, 6563, 743, 1, 0, 0, 0, 6564, 6565, 5, 57, 0, 0, 6565, 6566, 3, 746, 373, 0, 6566, 745, 1, 0, 0, 0, 6567, 6569, 3, 748, 374, 0, 6568, 6567, 1, 0, 0, 0, 6569, 6570, 1, 0, 0, 0, 6570, 6568, 1, 0, 0, 0, 6570, 6571, 1, 0, 0, 0, 6571, 747, 1, 0, 0, 0, 6572, 6576, 3, 1464, 732, 0, 6573, 6574, 5, 247, 0, 0, 6574, 6576, 3, 80, 40, 0, 6575, 6572, 1, 0, 0, 0, 6575, 6573, 1, 0, 0, 0, 6576, 749, 1, 0, 0, 0, 6577, 6578, 5, 46, 0, 0, 6578, 6579, 5, 41, 0, 0, 6579, 6580, 5, 2, 0, 0, 6580, 6581, 3, 1174, 587, 0, 6581, 6582, 5, 36, 0, 0, 6582, 6583, 3, 1174, 587, 0, 6583, 6584, 5, 3, 0, 0, 6584, 6585, 5, 105, 0, 0, 6585, 6586, 5, 211, 0, 0, 6586, 6588, 3, 680, 340, 0, 6587, 6589, 3, 752, 376, 0, 6588, 6587, 1, 0, 0, 0, 6588, 6589, 1, 0, 0, 0, 6589, 6615, 1, 0, 0, 0, 6590, 6591, 5, 46, 0, 0, 6591, 6592, 5, 41, 0, 0, 6592, 6593, 5, 2, 0, 0, 6593, 6594, 3, 1174, 587, 0, 6594, 6595, 5, 36, 0, 0, 6595, 6596, 3, 1174, 587, 0, 6596, 6597, 5, 3, 0, 0, 6597, 6598, 5, 379, 0, 0, 6598, 6600, 5, 211, 0, 0, 6599, 6601, 3, 752, 376, 0, 6600, 6599, 1, 0, 0, 0, 6600, 6601, 1, 0, 0, 0, 6601, 6615, 1, 0, 0, 0, 6602, 6603, 5, 46, 0, 0, 6603, 6604, 5, 41, 0, 0, 6604, 6605, 5, 2, 0, 0, 6605, 6606, 3, 1174, 587, 0, 6606, 6607, 5, 36, 0, 0, 6607, 6608, 3, 1174, 587, 0, 6608, 6609, 5, 3, 0, 0, 6609, 6610, 5, 105, 0, 0, 6610, 6612, 5, 400, 0, 0, 6611, 6613, 3, 752, 376, 0, 6612, 6611, 1, 0, 0, 0, 6612, 6613, 1, 0, 0, 0, 6613, 6615, 1, 0, 0, 0, 6614, 6577, 1, 0, 0, 0, 6614, 6590, 1, 0, 0, 0, 6614, 6602, 1, 0, 0, 0, 6615, 751, 1, 0, 0, 0, 6616, 6617, 5, 36, 0, 0, 6617, 6621, 5, 223, 0, 0, 6618, 6619, 5, 36, 0, 0, 6619, 6621, 5, 141, 0, 0, 6620, 6616, 1, 0, 0, 0, 6620, 6618, 1, 0, 0, 0, 6621, 753, 1, 0, 0, 0, 6622, 6623, 5, 220, 0, 0, 6623, 6624, 5, 396, 0, 0, 6624, 755, 1, 0, 0, 0, 6625, 6627, 5, 46, 0, 0, 6626, 6628, 3, 664, 332, 0, 6627, 6626, 1, 0, 0, 0, 6627, 6628, 1, 0, 0, 0, 6628, 6629, 1, 0, 0, 0, 6629, 6630, 5, 443, 0, 0, 6630, 6631, 5, 62, 0, 0, 6631, 6632, 3, 1174, 587, 0, 6632, 6633, 5, 247, 0, 0, 6633, 6634, 3, 1442, 721, 0, 6634, 6635, 5, 2, 0, 0, 6635, 6636, 3, 758, 379, 0, 6636, 6637, 5, 3, 0, 0, 6637, 757, 1, 0, 0, 0, 6638, 6639, 5, 64, 0, 0, 6639, 6640, 5, 461, 0, 0, 6640, 6641, 5, 105, 0, 0, 6641, 6642, 5, 211, 0, 0, 6642, 6643, 3, 680, 340, 0, 6643, 6644, 5, 6, 0, 0, 6644, 6645, 5, 94, 0, 0, 6645, 6646, 5, 461, 0, 0, 6646, 6647, 5, 105, 0, 0, 6647, 6648, 5, 211, 0, 0, 6648, 6649, 3, 680, 340, 0, 6649, 6673, 1, 0, 0, 0, 6650, 6651, 5, 94, 0, 0, 6651, 6652, 5, 461, 0, 0, 6652, 6653, 5, 105, 0, 0, 6653, 6654, 5, 211, 0, 0, 6654, 6655, 3, 680, 340, 0, 6655, 6656, 5, 6, 0, 0, 6656, 6657, 5, 64, 0, 0, 6657, 6658, 5, 461, 0, 0, 6658, 6659, 5, 105, 0, 0, 6659, 6660, 5, 211, 0, 0, 6660, 6661, 3, 680, 340, 0, 6661, 6673, 1, 0, 0, 0, 6662, 6663, 5, 64, 0, 0, 6663, 6664, 5, 461, 0, 0, 6664, 6665, 5, 105, 0, 0, 6665, 6666, 5, 211, 0, 0, 6666, 6673, 3, 680, 340, 0, 6667, 6668, 5, 94, 0, 0, 6668, 6669, 5, 461, 0, 0, 6669, 6670, 5, 105, 0, 0, 6670, 6671, 5, 211, 0, 0, 6671, 6673, 3, 680, 340, 0, 6672, 6638, 1, 0, 0, 0, 6672, 6650, 1, 0, 0, 0, 6672, 6662, 1, 0, 0, 0, 6672, 6667, 1, 0, 0, 0, 6673, 759, 1, 0, 0, 0, 6674, 6675, 5, 306, 0, 0, 6675, 6691, 3, 762, 381, 0, 6676, 6677, 5, 306, 0, 0, 6677, 6691, 3, 764, 382, 0, 6678, 6679, 5, 306, 0, 0, 6679, 6680, 5, 2, 0, 0, 6680, 6681, 3, 766, 383, 0, 6681, 6682, 5, 3, 0, 0, 6682, 6683, 3, 762, 381, 0, 6683, 6691, 1, 0, 0, 0, 6684, 6685, 5, 306, 0, 0, 6685, 6686, 5, 2, 0, 0, 6686, 6687, 3, 766, 383, 0, 6687, 6688, 5, 3, 0, 0, 6688, 6689, 3, 764, 382, 0, 6689, 6691, 1, 0, 0, 0, 6690, 6674, 1, 0, 0, 0, 6690, 6676, 1, 0, 0, 0, 6690, 6678, 1, 0, 0, 0, 6690, 6684, 1, 0, 0, 0, 6691, 761, 1, 0, 0, 0, 6692, 6694, 5, 226, 0, 0, 6693, 6695, 3, 636, 318, 0, 6694, 6693, 1, 0, 0, 0, 6694, 6695, 1, 0, 0, 0, 6695, 6696, 1, 0, 0, 0, 6696, 6703, 3, 1418, 709, 0, 6697, 6699, 5, 92, 0, 0, 6698, 6700, 3, 636, 318, 0, 6699, 6698, 1, 0, 0, 0, 6699, 6700, 1, 0, 0, 0, 6700, 6701, 1, 0, 0, 0, 6701, 6703, 3, 1412, 706, 0, 6702, 6692, 1, 0, 0, 0, 6702, 6697, 1, 0, 0, 0, 6703, 763, 1, 0, 0, 0, 6704, 6706, 5, 323, 0, 0, 6705, 6707, 3, 636, 318, 0, 6706, 6705, 1, 0, 0, 0, 6706, 6707, 1, 0, 0, 0, 6707, 6708, 1, 0, 0, 0, 6708, 6720, 3, 1428, 714, 0, 6709, 6711, 5, 349, 0, 0, 6710, 6712, 3, 636, 318, 0, 6711, 6710, 1, 0, 0, 0, 6711, 6712, 1, 0, 0, 0, 6712, 6713, 1, 0, 0, 0, 6713, 6720, 3, 1442, 721, 0, 6714, 6716, 5, 175, 0, 0, 6715, 6717, 3, 636, 318, 0, 6716, 6715, 1, 0, 0, 0, 6716, 6717, 1, 0, 0, 0, 6717, 6718, 1, 0, 0, 0, 6718, 6720, 3, 1426, 713, 0, 6719, 6704, 1, 0, 0, 0, 6719, 6709, 1, 0, 0, 0, 6719, 6714, 1, 0, 0, 0, 6720, 765, 1, 0, 0, 0, 6721, 6726, 3, 768, 384, 0, 6722, 6723, 5, 6, 0, 0, 6723, 6725, 3, 768, 384, 0, 6724, 6722, 1, 0, 0, 0, 6725, 6728, 1, 0, 0, 0, 6726, 6724, 1, 0, 0, 0, 6726, 6727, 1, 0, 0, 0, 6727, 767, 1, 0, 0, 0, 6728, 6726, 1, 0, 0, 0, 6729, 6730, 5, 128, 0, 0, 6730, 769, 1, 0, 0, 0, 6731, 6732, 5, 138, 0, 0, 6732, 6733, 5, 351, 0, 0, 6733, 6734, 3, 1408, 704, 0, 6734, 6735, 5, 333, 0, 0, 6735, 6736, 3, 132, 66, 0, 6736, 6744, 1, 0, 0, 0, 6737, 6738, 5, 138, 0, 0, 6738, 6739, 5, 351, 0, 0, 6739, 6740, 3, 1408, 704, 0, 6740, 6741, 5, 313, 0, 0, 6741, 6742, 3, 132, 66, 0, 6742, 6744, 1, 0, 0, 0, 6743, 6731, 1, 0, 0, 0, 6743, 6737, 1, 0, 0, 0, 6744, 771, 1, 0, 0, 0, 6745, 6746, 5, 138, 0, 0, 6746, 6747, 5, 136, 0, 0, 6747, 6748, 3, 704, 352, 0, 6748, 6749, 5, 309, 0, 0, 6749, 6750, 5, 94, 0, 0, 6750, 6751, 3, 1442, 721, 0, 6751, 7137, 1, 0, 0, 0, 6752, 6753, 5, 138, 0, 0, 6753, 6754, 5, 108, 0, 0, 6754, 6755, 3, 564, 282, 0, 6755, 6756, 5, 309, 0, 0, 6756, 6757, 5, 94, 0, 0, 6757, 6758, 3, 1442, 721, 0, 6758, 7137, 1, 0, 0, 0, 6759, 6760, 5, 138, 0, 0, 6760, 6761, 5, 168, 0, 0, 6761, 6762, 3, 564, 282, 0, 6762, 6763, 5, 309, 0, 0, 6763, 6764, 5, 94, 0, 0, 6764, 6765, 3, 1442, 721, 0, 6765, 7137, 1, 0, 0, 0, 6766, 6767, 5, 138, 0, 0, 6767, 6768, 5, 175, 0, 0, 6768, 6769, 3, 1426, 713, 0, 6769, 6770, 5, 309, 0, 0, 6770, 6771, 5, 94, 0, 0, 6771, 6772, 3, 1424, 712, 0, 6772, 7137, 1, 0, 0, 0, 6773, 6774, 5, 138, 0, 0, 6774, 6775, 5, 189, 0, 0, 6775, 6776, 3, 564, 282, 0, 6776, 6777, 5, 309, 0, 0, 6777, 6778, 5, 94, 0, 0, 6778, 6779, 3, 1442, 721, 0, 6779, 7137, 1, 0, 0, 0, 6780, 6781, 5, 138, 0, 0, 6781, 6782, 5, 189, 0, 0, 6782, 6783, 3, 564, 282, 0, 6783, 6784, 5, 309, 0, 0, 6784, 6785, 5, 45, 0, 0, 6785, 6786, 3, 1442, 721, 0, 6786, 6787, 5, 94, 0, 0, 6787, 6788, 3, 1442, 721, 0, 6788, 7137, 1, 0, 0, 0, 6789, 6790, 5, 138, 0, 0, 6790, 6791, 5, 63, 0, 0, 6791, 6792, 5, 174, 0, 0, 6792, 6793, 5, 381, 0, 0, 6793, 6794, 3, 1442, 721, 0, 6794, 6795, 5, 309, 0, 0, 6795, 6796, 5, 94, 0, 0, 6796, 6797, 3, 1442, 721, 0, 6797, 7137, 1, 0, 0, 0, 6798, 6799, 5, 138, 0, 0, 6799, 6800, 5, 211, 0, 0, 6800, 6801, 3, 680, 340, 0, 6801, 6802, 5, 309, 0, 0, 6802, 6803, 5, 94, 0, 0, 6803, 6804, 3, 1448, 724, 0, 6804, 7137, 1, 0, 0, 0, 6805, 6806, 5, 138, 0, 0, 6806, 6807, 5, 66, 0, 0, 6807, 6808, 3, 1474, 737, 0, 6808, 6809, 5, 309, 0, 0, 6809, 6810, 5, 94, 0, 0, 6810, 6811, 3, 1474, 737, 0, 6811, 7137, 1, 0, 0, 0, 6812, 6814, 5, 138, 0, 0, 6813, 6815, 3, 344, 172, 0, 6814, 6813, 1, 0, 0, 0, 6814, 6815, 1, 0, 0, 0, 6815, 6816, 1, 0, 0, 0, 6816, 6817, 5, 247, 0, 0, 6817, 6818, 3, 1442, 721, 0, 6818, 6819, 5, 309, 0, 0, 6819, 6820, 5, 94, 0, 0, 6820, 6821, 3, 1442, 721, 0, 6821, 7137, 1, 0, 0, 0, 6822, 6823, 5, 138, 0, 0, 6823, 6824, 5, 278, 0, 0, 6824, 6825, 5, 156, 0, 0, 6825, 6826, 3, 564, 282, 0, 6826, 6827, 5, 100, 0, 0, 6827, 6828, 3, 1442, 721, 0, 6828, 6829, 5, 309, 0, 0, 6829, 6830, 5, 94, 0, 0, 6830, 6831, 3, 1442, 721, 0, 6831, 7137, 1, 0, 0, 0, 6832, 6833, 5, 138, 0, 0, 6833, 6834, 5, 278, 0, 0, 6834, 6835, 5, 206, 0, 0, 6835, 6836, 3, 564, 282, 0, 6836, 6837, 5, 100, 0, 0, 6837, 6838, 3, 1442, 721, 0, 6838, 6839, 5, 309, 0, 0, 6839, 6840, 5, 94, 0, 0, 6840, 6841, 3, 1442, 721, 0, 6841, 7137, 1, 0, 0, 0, 6842, 6843, 5, 138, 0, 0, 6843, 6845, 5, 445, 0, 0, 6844, 6846, 3, 754, 377, 0, 6845, 6844, 1, 0, 0, 0, 6845, 6846, 1, 0, 0, 0, 6846, 6847, 1, 0, 0, 0, 6847, 6848, 3, 1442, 721, 0, 6848, 6849, 5, 80, 0, 0, 6849, 6850, 3, 1418, 709, 0, 6850, 6851, 5, 309, 0, 0, 6851, 6852, 5, 94, 0, 0, 6852, 6853, 3, 1442, 721, 0, 6853, 7137, 1, 0, 0, 0, 6854, 6855, 5, 138, 0, 0, 6855, 6856, 5, 296, 0, 0, 6856, 6857, 3, 676, 338, 0, 6857, 6858, 5, 309, 0, 0, 6858, 6859, 5, 94, 0, 0, 6859, 6860, 3, 1436, 718, 0, 6860, 7137, 1, 0, 0, 0, 6861, 6862, 5, 138, 0, 0, 6862, 6863, 5, 452, 0, 0, 6863, 6864, 3, 1442, 721, 0, 6864, 6865, 5, 309, 0, 0, 6865, 6866, 5, 94, 0, 0, 6866, 6867, 3, 1442, 721, 0, 6867, 7137, 1, 0, 0, 0, 6868, 6869, 5, 138, 0, 0, 6869, 6870, 5, 442, 0, 0, 6870, 6871, 3, 672, 336, 0, 6871, 6872, 5, 309, 0, 0, 6872, 6873, 5, 94, 0, 0, 6873, 6874, 3, 1442, 721, 0, 6874, 7137, 1, 0, 0, 0, 6875, 6876, 5, 138, 0, 0, 6876, 6877, 5, 323, 0, 0, 6877, 6878, 3, 1428, 714, 0, 6878, 6879, 5, 309, 0, 0, 6879, 6880, 5, 94, 0, 0, 6880, 6881, 3, 48, 24, 0, 6881, 7137, 1, 0, 0, 0, 6882, 6883, 5, 138, 0, 0, 6883, 6884, 5, 331, 0, 0, 6884, 6885, 3, 1442, 721, 0, 6885, 6886, 5, 309, 0, 0, 6886, 6887, 5, 94, 0, 0, 6887, 6888, 3, 1442, 721, 0, 6888, 7137, 1, 0, 0, 0, 6889, 6890, 5, 138, 0, 0, 6890, 6891, 5, 451, 0, 0, 6891, 6892, 3, 1442, 721, 0, 6892, 6893, 5, 309, 0, 0, 6893, 6894, 5, 94, 0, 0, 6894, 6895, 3, 1442, 721, 0, 6895, 7137, 1, 0, 0, 0, 6896, 6897, 5, 138, 0, 0, 6897, 6899, 5, 92, 0, 0, 6898, 6900, 3, 754, 377, 0, 6899, 6898, 1, 0, 0, 0, 6899, 6900, 1, 0, 0, 0, 6900, 6901, 1, 0, 0, 0, 6901, 6902, 3, 1124, 562, 0, 6902, 6903, 5, 309, 0, 0, 6903, 6904, 5, 94, 0, 0, 6904, 6905, 3, 1410, 705, 0, 6905, 7137, 1, 0, 0, 0, 6906, 6907, 5, 138, 0, 0, 6907, 6909, 5, 328, 0, 0, 6908, 6910, 3, 754, 377, 0, 6909, 6908, 1, 0, 0, 0, 6909, 6910, 1, 0, 0, 0, 6910, 6911, 1, 0, 0, 0, 6911, 6912, 3, 1418, 709, 0, 6912, 6913, 5, 309, 0, 0, 6913, 6914, 5, 94, 0, 0, 6914, 6915, 3, 1442, 721, 0, 6915, 7137, 1, 0, 0, 0, 6916, 6917, 5, 138, 0, 0, 6917, 6919, 5, 376, 0, 0, 6918, 6920, 3, 754, 377, 0, 6919, 6918, 1, 0, 0, 0, 6919, 6920, 1, 0, 0, 0, 6920, 6921, 1, 0, 0, 0, 6921, 6922, 3, 1416, 708, 0, 6922, 6923, 5, 309, 0, 0, 6923, 6924, 5, 94, 0, 0, 6924, 6925, 3, 1414, 707, 0, 6925, 7137, 1, 0, 0, 0, 6926, 6927, 5, 138, 0, 0, 6927, 6928, 5, 259, 0, 0, 6928, 6930, 5, 376, 0, 0, 6929, 6931, 3, 754, 377, 0, 6930, 6929, 1, 0, 0, 0, 6930, 6931, 1, 0, 0, 0, 6931, 6932, 1, 0, 0, 0, 6932, 6933, 3, 1416, 708, 0, 6933, 6934, 5, 309, 0, 0, 6934, 6935, 5, 94, 0, 0, 6935, 6936, 3, 1414, 707, 0, 6936, 7137, 1, 0, 0, 0, 6937, 6938, 5, 138, 0, 0, 6938, 6940, 5, 226, 0, 0, 6939, 6941, 3, 754, 377, 0, 6940, 6939, 1, 0, 0, 0, 6940, 6941, 1, 0, 0, 0, 6941, 6942, 1, 0, 0, 0, 6942, 6943, 3, 1418, 709, 0, 6943, 6944, 5, 309, 0, 0, 6944, 6945, 5, 94, 0, 0, 6945, 6946, 3, 1442, 721, 0, 6946, 7137, 1, 0, 0, 0, 6947, 6948, 5, 138, 0, 0, 6948, 6949, 5, 63, 0, 0, 6949, 6951, 5, 92, 0, 0, 6950, 6952, 3, 754, 377, 0, 6951, 6950, 1, 0, 0, 0, 6951, 6952, 1, 0, 0, 0, 6952, 6953, 1, 0, 0, 0, 6953, 6954, 3, 1124, 562, 0, 6954, 6955, 5, 309, 0, 0, 6955, 6956, 5, 94, 0, 0, 6956, 6957, 3, 1410, 705, 0, 6957, 7137, 1, 0, 0, 0, 6958, 6959, 5, 138, 0, 0, 6959, 6961, 5, 92, 0, 0, 6960, 6962, 3, 754, 377, 0, 6961, 6960, 1, 0, 0, 0, 6961, 6962, 1, 0, 0, 0, 6962, 6963, 1, 0, 0, 0, 6963, 6964, 3, 1124, 562, 0, 6964, 6966, 5, 309, 0, 0, 6965, 6967, 5, 44, 0, 0, 6966, 6965, 1, 0, 0, 0, 6966, 6967, 1, 0, 0, 0, 6967, 6968, 1, 0, 0, 0, 6968, 6969, 3, 1438, 719, 0, 6969, 6970, 5, 94, 0, 0, 6970, 6971, 3, 1440, 720, 0, 6971, 7137, 1, 0, 0, 0, 6972, 6973, 5, 138, 0, 0, 6973, 6975, 5, 376, 0, 0, 6974, 6976, 3, 754, 377, 0, 6975, 6974, 1, 0, 0, 0, 6975, 6976, 1, 0, 0, 0, 6976, 6977, 1, 0, 0, 0, 6977, 6978, 3, 1416, 708, 0, 6978, 6980, 5, 309, 0, 0, 6979, 6981, 5, 44, 0, 0, 6980, 6979, 1, 0, 0, 0, 6980, 6981, 1, 0, 0, 0, 6981, 6982, 1, 0, 0, 0, 6982, 6983, 3, 1438, 719, 0, 6983, 6984, 5, 94, 0, 0, 6984, 6985, 3, 1440, 720, 0, 6985, 7137, 1, 0, 0, 0, 6986, 6987, 5, 138, 0, 0, 6987, 6988, 5, 259, 0, 0, 6988, 6990, 5, 376, 0, 0, 6989, 6991, 3, 754, 377, 0, 6990, 6989, 1, 0, 0, 0, 6990, 6991, 1, 0, 0, 0, 6991, 6992, 1, 0, 0, 0, 6992, 6993, 3, 1416, 708, 0, 6993, 6995, 5, 309, 0, 0, 6994, 6996, 5, 44, 0, 0, 6995, 6994, 1, 0, 0, 0, 6995, 6996, 1, 0, 0, 0, 6996, 6997, 1, 0, 0, 0, 6997, 6998, 3, 1438, 719, 0, 6998, 6999, 5, 94, 0, 0, 6999, 7000, 3, 1440, 720, 0, 7000, 7137, 1, 0, 0, 0, 7001, 7002, 5, 138, 0, 0, 7002, 7004, 5, 92, 0, 0, 7003, 7005, 3, 754, 377, 0, 7004, 7003, 1, 0, 0, 0, 7004, 7005, 1, 0, 0, 0, 7005, 7006, 1, 0, 0, 0, 7006, 7007, 3, 1124, 562, 0, 7007, 7008, 5, 309, 0, 0, 7008, 7009, 5, 45, 0, 0, 7009, 7010, 3, 1442, 721, 0, 7010, 7011, 5, 94, 0, 0, 7011, 7012, 3, 1442, 721, 0, 7012, 7137, 1, 0, 0, 0, 7013, 7014, 5, 138, 0, 0, 7014, 7015, 5, 63, 0, 0, 7015, 7017, 5, 92, 0, 0, 7016, 7018, 3, 754, 377, 0, 7017, 7016, 1, 0, 0, 0, 7017, 7018, 1, 0, 0, 0, 7018, 7019, 1, 0, 0, 0, 7019, 7020, 3, 1124, 562, 0, 7020, 7022, 5, 309, 0, 0, 7021, 7023, 5, 44, 0, 0, 7022, 7021, 1, 0, 0, 0, 7022, 7023, 1, 0, 0, 0, 7023, 7024, 1, 0, 0, 0, 7024, 7025, 3, 1438, 719, 0, 7025, 7026, 5, 94, 0, 0, 7026, 7027, 3, 1440, 720, 0, 7027, 7137, 1, 0, 0, 0, 7028, 7029, 5, 138, 0, 0, 7029, 7030, 5, 321, 0, 0, 7030, 7031, 3, 1442, 721, 0, 7031, 7032, 5, 80, 0, 0, 7032, 7033, 3, 1418, 709, 0, 7033, 7034, 5, 309, 0, 0, 7034, 7035, 5, 94, 0, 0, 7035, 7036, 3, 1442, 721, 0, 7036, 7137, 1, 0, 0, 0, 7037, 7038, 5, 138, 0, 0, 7038, 7039, 5, 357, 0, 0, 7039, 7040, 3, 1442, 721, 0, 7040, 7041, 5, 80, 0, 0, 7041, 7042, 3, 1418, 709, 0, 7042, 7043, 5, 309, 0, 0, 7043, 7044, 5, 94, 0, 0, 7044, 7045, 3, 1442, 721, 0, 7045, 7137, 1, 0, 0, 0, 7046, 7047, 5, 138, 0, 0, 7047, 7048, 5, 198, 0, 0, 7048, 7049, 5, 357, 0, 0, 7049, 7050, 3, 1442, 721, 0, 7050, 7051, 5, 309, 0, 0, 7051, 7052, 5, 94, 0, 0, 7052, 7053, 3, 1442, 721, 0, 7053, 7137, 1, 0, 0, 0, 7054, 7055, 5, 138, 0, 0, 7055, 7056, 5, 318, 0, 0, 7056, 7057, 3, 1474, 737, 0, 7057, 7058, 5, 309, 0, 0, 7058, 7059, 5, 94, 0, 0, 7059, 7060, 3, 1474, 737, 0, 7060, 7137, 1, 0, 0, 0, 7061, 7062, 5, 138, 0, 0, 7062, 7063, 5, 99, 0, 0, 7063, 7064, 3, 1474, 737, 0, 7064, 7065, 5, 309, 0, 0, 7065, 7066, 5, 94, 0, 0, 7066, 7067, 3, 1474, 737, 0, 7067, 7137, 1, 0, 0, 0, 7068, 7069, 5, 138, 0, 0, 7069, 7070, 5, 351, 0, 0, 7070, 7071, 3, 1408, 704, 0, 7071, 7072, 5, 309, 0, 0, 7072, 7073, 5, 94, 0, 0, 7073, 7074, 3, 1406, 703, 0, 7074, 7137, 1, 0, 0, 0, 7075, 7076, 5, 138, 0, 0, 7076, 7077, 5, 342, 0, 0, 7077, 7078, 3, 564, 282, 0, 7078, 7079, 5, 309, 0, 0, 7079, 7080, 5, 94, 0, 0, 7080, 7081, 3, 1442, 721, 0, 7081, 7137, 1, 0, 0, 0, 7082, 7083, 5, 138, 0, 0, 7083, 7084, 5, 355, 0, 0, 7084, 7085, 5, 325, 0, 0, 7085, 7086, 5, 283, 0, 0, 7086, 7087, 3, 564, 282, 0, 7087, 7088, 5, 309, 0, 0, 7088, 7089, 5, 94, 0, 0, 7089, 7090, 3, 1442, 721, 0, 7090, 7137, 1, 0, 0, 0, 7091, 7092, 5, 138, 0, 0, 7092, 7093, 5, 355, 0, 0, 7093, 7094, 5, 325, 0, 0, 7094, 7095, 5, 185, 0, 0, 7095, 7096, 3, 564, 282, 0, 7096, 7097, 5, 309, 0, 0, 7097, 7098, 5, 94, 0, 0, 7098, 7099, 3, 1442, 721, 0, 7099, 7137, 1, 0, 0, 0, 7100, 7101, 5, 138, 0, 0, 7101, 7102, 5, 355, 0, 0, 7102, 7103, 5, 325, 0, 0, 7103, 7104, 5, 353, 0, 0, 7104, 7105, 3, 564, 282, 0, 7105, 7106, 5, 309, 0, 0, 7106, 7107, 5, 94, 0, 0, 7107, 7108, 3, 1442, 721, 0, 7108, 7137, 1, 0, 0, 0, 7109, 7110, 5, 138, 0, 0, 7110, 7111, 5, 355, 0, 0, 7111, 7112, 5, 325, 0, 0, 7112, 7113, 5, 163, 0, 0, 7113, 7114, 3, 564, 282, 0, 7114, 7115, 5, 309, 0, 0, 7115, 7116, 5, 94, 0, 0, 7116, 7117, 3, 1442, 721, 0, 7117, 7137, 1, 0, 0, 0, 7118, 7119, 5, 138, 0, 0, 7119, 7120, 5, 360, 0, 0, 7120, 7121, 3, 564, 282, 0, 7121, 7122, 5, 309, 0, 0, 7122, 7123, 5, 94, 0, 0, 7123, 7124, 3, 1442, 721, 0, 7124, 7137, 1, 0, 0, 0, 7125, 7126, 5, 138, 0, 0, 7126, 7127, 5, 360, 0, 0, 7127, 7128, 3, 564, 282, 0, 7128, 7129, 5, 309, 0, 0, 7129, 7130, 5, 143, 0, 0, 7130, 7131, 3, 1442, 721, 0, 7131, 7132, 5, 94, 0, 0, 7132, 7134, 3, 1442, 721, 0, 7133, 7135, 3, 124, 62, 0, 7134, 7133, 1, 0, 0, 0, 7134, 7135, 1, 0, 0, 0, 7135, 7137, 1, 0, 0, 0, 7136, 6745, 1, 0, 0, 0, 7136, 6752, 1, 0, 0, 0, 7136, 6759, 1, 0, 0, 0, 7136, 6766, 1, 0, 0, 0, 7136, 6773, 1, 0, 0, 0, 7136, 6780, 1, 0, 0, 0, 7136, 6789, 1, 0, 0, 0, 7136, 6798, 1, 0, 0, 0, 7136, 6805, 1, 0, 0, 0, 7136, 6812, 1, 0, 0, 0, 7136, 6822, 1, 0, 0, 0, 7136, 6832, 1, 0, 0, 0, 7136, 6842, 1, 0, 0, 0, 7136, 6854, 1, 0, 0, 0, 7136, 6861, 1, 0, 0, 0, 7136, 6868, 1, 0, 0, 0, 7136, 6875, 1, 0, 0, 0, 7136, 6882, 1, 0, 0, 0, 7136, 6889, 1, 0, 0, 0, 7136, 6896, 1, 0, 0, 0, 7136, 6906, 1, 0, 0, 0, 7136, 6916, 1, 0, 0, 0, 7136, 6926, 1, 0, 0, 0, 7136, 6937, 1, 0, 0, 0, 7136, 6947, 1, 0, 0, 0, 7136, 6958, 1, 0, 0, 0, 7136, 6972, 1, 0, 0, 0, 7136, 6986, 1, 0, 0, 0, 7136, 7001, 1, 0, 0, 0, 7136, 7013, 1, 0, 0, 0, 7136, 7028, 1, 0, 0, 0, 7136, 7037, 1, 0, 0, 0, 7136, 7046, 1, 0, 0, 0, 7136, 7054, 1, 0, 0, 0, 7136, 7061, 1, 0, 0, 0, 7136, 7068, 1, 0, 0, 0, 7136, 7075, 1, 0, 0, 0, 7136, 7082, 1, 0, 0, 0, 7136, 7091, 1, 0, 0, 0, 7136, 7100, 1, 0, 0, 0, 7136, 7109, 1, 0, 0, 0, 7136, 7118, 1, 0, 0, 0, 7136, 7125, 1, 0, 0, 0, 7137, 773, 1, 0, 0, 0, 7138, 7139, 5, 333, 0, 0, 7139, 7140, 5, 174, 0, 0, 7140, 775, 1, 0, 0, 0, 7141, 7142, 5, 138, 0, 0, 7142, 7143, 5, 211, 0, 0, 7143, 7145, 3, 680, 340, 0, 7144, 7146, 3, 778, 389, 0, 7145, 7144, 1, 0, 0, 0, 7145, 7146, 1, 0, 0, 0, 7146, 7147, 1, 0, 0, 0, 7147, 7148, 5, 462, 0, 0, 7148, 7149, 5, 80, 0, 0, 7149, 7150, 5, 204, 0, 0, 7150, 7151, 3, 1442, 721, 0, 7151, 7211, 1, 0, 0, 0, 7152, 7153, 5, 138, 0, 0, 7153, 7154, 5, 296, 0, 0, 7154, 7156, 3, 676, 338, 0, 7155, 7157, 3, 778, 389, 0, 7156, 7155, 1, 0, 0, 0, 7156, 7157, 1, 0, 0, 0, 7157, 7158, 1, 0, 0, 0, 7158, 7159, 5, 462, 0, 0, 7159, 7160, 5, 80, 0, 0, 7160, 7161, 5, 204, 0, 0, 7161, 7162, 3, 1442, 721, 0, 7162, 7211, 1, 0, 0, 0, 7163, 7164, 5, 138, 0, 0, 7164, 7165, 5, 442, 0, 0, 7165, 7167, 3, 672, 336, 0, 7166, 7168, 3, 778, 389, 0, 7167, 7166, 1, 0, 0, 0, 7167, 7168, 1, 0, 0, 0, 7168, 7169, 1, 0, 0, 0, 7169, 7170, 5, 462, 0, 0, 7170, 7171, 5, 80, 0, 0, 7171, 7172, 5, 204, 0, 0, 7172, 7173, 3, 1442, 721, 0, 7173, 7211, 1, 0, 0, 0, 7174, 7175, 5, 138, 0, 0, 7175, 7176, 5, 357, 0, 0, 7176, 7177, 3, 1442, 721, 0, 7177, 7178, 5, 80, 0, 0, 7178, 7180, 3, 1418, 709, 0, 7179, 7181, 3, 778, 389, 0, 7180, 7179, 1, 0, 0, 0, 7180, 7181, 1, 0, 0, 0, 7181, 7182, 1, 0, 0, 0, 7182, 7183, 5, 462, 0, 0, 7183, 7184, 5, 80, 0, 0, 7184, 7185, 5, 204, 0, 0, 7185, 7186, 3, 1442, 721, 0, 7186, 7211, 1, 0, 0, 0, 7187, 7188, 5, 138, 0, 0, 7188, 7189, 5, 259, 0, 0, 7189, 7190, 5, 376, 0, 0, 7190, 7192, 3, 1416, 708, 0, 7191, 7193, 3, 778, 389, 0, 7192, 7191, 1, 0, 0, 0, 7192, 7193, 1, 0, 0, 0, 7193, 7194, 1, 0, 0, 0, 7194, 7195, 5, 462, 0, 0, 7195, 7196, 5, 80, 0, 0, 7196, 7197, 5, 204, 0, 0, 7197, 7198, 3, 1442, 721, 0, 7198, 7211, 1, 0, 0, 0, 7199, 7200, 5, 138, 0, 0, 7200, 7201, 5, 226, 0, 0, 7201, 7203, 3, 1418, 709, 0, 7202, 7204, 3, 778, 389, 0, 7203, 7202, 1, 0, 0, 0, 7203, 7204, 1, 0, 0, 0, 7204, 7205, 1, 0, 0, 0, 7205, 7206, 5, 462, 0, 0, 7206, 7207, 5, 80, 0, 0, 7207, 7208, 5, 204, 0, 0, 7208, 7209, 3, 1442, 721, 0, 7209, 7211, 1, 0, 0, 0, 7210, 7141, 1, 0, 0, 0, 7210, 7152, 1, 0, 0, 0, 7210, 7163, 1, 0, 0, 0, 7210, 7174, 1, 0, 0, 0, 7210, 7187, 1, 0, 0, 0, 7210, 7199, 1, 0, 0, 0, 7211, 777, 1, 0, 0, 0, 7212, 7213, 5, 269, 0, 0, 7213, 779, 1, 0, 0, 0, 7214, 7215, 5, 138, 0, 0, 7215, 7216, 5, 136, 0, 0, 7216, 7217, 3, 704, 352, 0, 7217, 7218, 5, 333, 0, 0, 7218, 7219, 5, 323, 0, 0, 7219, 7220, 3, 1428, 714, 0, 7220, 7400, 1, 0, 0, 0, 7221, 7222, 5, 138, 0, 0, 7222, 7223, 5, 108, 0, 0, 7223, 7224, 3, 564, 282, 0, 7224, 7225, 5, 333, 0, 0, 7225, 7226, 5, 323, 0, 0, 7226, 7227, 3, 1428, 714, 0, 7227, 7400, 1, 0, 0, 0, 7228, 7229, 5, 138, 0, 0, 7229, 7230, 5, 168, 0, 0, 7230, 7231, 3, 564, 282, 0, 7231, 7232, 5, 333, 0, 0, 7232, 7233, 5, 323, 0, 0, 7233, 7234, 3, 1428, 714, 0, 7234, 7400, 1, 0, 0, 0, 7235, 7236, 5, 138, 0, 0, 7236, 7237, 5, 189, 0, 0, 7237, 7238, 3, 564, 282, 0, 7238, 7239, 5, 333, 0, 0, 7239, 7240, 5, 323, 0, 0, 7240, 7241, 3, 1428, 714, 0, 7241, 7400, 1, 0, 0, 0, 7242, 7243, 5, 138, 0, 0, 7243, 7244, 5, 204, 0, 0, 7244, 7245, 3, 1442, 721, 0, 7245, 7246, 5, 333, 0, 0, 7246, 7247, 5, 323, 0, 0, 7247, 7248, 3, 1428, 714, 0, 7248, 7400, 1, 0, 0, 0, 7249, 7250, 5, 138, 0, 0, 7250, 7251, 5, 211, 0, 0, 7251, 7252, 3, 680, 340, 0, 7252, 7253, 5, 333, 0, 0, 7253, 7254, 5, 323, 0, 0, 7254, 7255, 3, 1428, 714, 0, 7255, 7400, 1, 0, 0, 0, 7256, 7257, 5, 138, 0, 0, 7257, 7258, 5, 278, 0, 0, 7258, 7259, 3, 742, 371, 0, 7259, 7260, 5, 333, 0, 0, 7260, 7261, 5, 323, 0, 0, 7261, 7262, 3, 1428, 714, 0, 7262, 7400, 1, 0, 0, 0, 7263, 7264, 5, 138, 0, 0, 7264, 7265, 5, 278, 0, 0, 7265, 7266, 5, 156, 0, 0, 7266, 7267, 3, 564, 282, 0, 7267, 7268, 5, 100, 0, 0, 7268, 7269, 3, 1442, 721, 0, 7269, 7270, 5, 333, 0, 0, 7270, 7271, 5, 323, 0, 0, 7271, 7272, 3, 1428, 714, 0, 7272, 7400, 1, 0, 0, 0, 7273, 7274, 5, 138, 0, 0, 7274, 7275, 5, 278, 0, 0, 7275, 7276, 5, 206, 0, 0, 7276, 7277, 3, 564, 282, 0, 7277, 7278, 5, 100, 0, 0, 7278, 7279, 3, 1442, 721, 0, 7279, 7280, 5, 333, 0, 0, 7280, 7281, 5, 323, 0, 0, 7281, 7282, 3, 1428, 714, 0, 7282, 7400, 1, 0, 0, 0, 7283, 7284, 5, 138, 0, 0, 7284, 7285, 5, 296, 0, 0, 7285, 7286, 3, 676, 338, 0, 7286, 7287, 5, 333, 0, 0, 7287, 7288, 5, 323, 0, 0, 7288, 7289, 3, 1428, 714, 0, 7289, 7400, 1, 0, 0, 0, 7290, 7291, 5, 138, 0, 0, 7291, 7292, 5, 442, 0, 0, 7292, 7293, 3, 672, 336, 0, 7293, 7294, 5, 333, 0, 0, 7294, 7295, 5, 323, 0, 0, 7295, 7296, 3, 1428, 714, 0, 7296, 7400, 1, 0, 0, 0, 7297, 7298, 5, 138, 0, 0, 7298, 7300, 5, 92, 0, 0, 7299, 7301, 3, 754, 377, 0, 7300, 7299, 1, 0, 0, 0, 7300, 7301, 1, 0, 0, 0, 7301, 7302, 1, 0, 0, 0, 7302, 7303, 3, 1124, 562, 0, 7303, 7304, 5, 333, 0, 0, 7304, 7305, 5, 323, 0, 0, 7305, 7306, 3, 1428, 714, 0, 7306, 7400, 1, 0, 0, 0, 7307, 7308, 5, 138, 0, 0, 7308, 7309, 5, 342, 0, 0, 7309, 7310, 3, 564, 282, 0, 7310, 7311, 5, 333, 0, 0, 7311, 7312, 5, 323, 0, 0, 7312, 7313, 3, 1428, 714, 0, 7313, 7400, 1, 0, 0, 0, 7314, 7315, 5, 138, 0, 0, 7315, 7316, 5, 355, 0, 0, 7316, 7317, 5, 325, 0, 0, 7317, 7318, 5, 283, 0, 0, 7318, 7319, 3, 564, 282, 0, 7319, 7320, 5, 333, 0, 0, 7320, 7321, 5, 323, 0, 0, 7321, 7322, 3, 1428, 714, 0, 7322, 7400, 1, 0, 0, 0, 7323, 7324, 5, 138, 0, 0, 7324, 7325, 5, 355, 0, 0, 7325, 7326, 5, 325, 0, 0, 7326, 7327, 5, 185, 0, 0, 7327, 7328, 3, 564, 282, 0, 7328, 7329, 5, 333, 0, 0, 7329, 7330, 5, 323, 0, 0, 7330, 7331, 3, 1428, 714, 0, 7331, 7400, 1, 0, 0, 0, 7332, 7333, 5, 138, 0, 0, 7333, 7334, 5, 355, 0, 0, 7334, 7335, 5, 325, 0, 0, 7335, 7336, 5, 353, 0, 0, 7336, 7337, 3, 564, 282, 0, 7337, 7338, 5, 333, 0, 0, 7338, 7339, 5, 323, 0, 0, 7339, 7340, 3, 1428, 714, 0, 7340, 7400, 1, 0, 0, 0, 7341, 7342, 5, 138, 0, 0, 7342, 7343, 5, 355, 0, 0, 7343, 7344, 5, 325, 0, 0, 7344, 7345, 5, 163, 0, 0, 7345, 7346, 3, 564, 282, 0, 7346, 7347, 5, 333, 0, 0, 7347, 7348, 5, 323, 0, 0, 7348, 7349, 3, 1428, 714, 0, 7349, 7400, 1, 0, 0, 0, 7350, 7351, 5, 138, 0, 0, 7351, 7353, 5, 328, 0, 0, 7352, 7354, 3, 754, 377, 0, 7353, 7352, 1, 0, 0, 0, 7353, 7354, 1, 0, 0, 0, 7354, 7355, 1, 0, 0, 0, 7355, 7356, 3, 1418, 709, 0, 7356, 7357, 5, 333, 0, 0, 7357, 7358, 5, 323, 0, 0, 7358, 7359, 3, 1428, 714, 0, 7359, 7400, 1, 0, 0, 0, 7360, 7361, 5, 138, 0, 0, 7361, 7363, 5, 376, 0, 0, 7362, 7364, 3, 754, 377, 0, 7363, 7362, 1, 0, 0, 0, 7363, 7364, 1, 0, 0, 0, 7364, 7365, 1, 0, 0, 0, 7365, 7366, 3, 1416, 708, 0, 7366, 7367, 5, 333, 0, 0, 7367, 7368, 5, 323, 0, 0, 7368, 7369, 3, 1428, 714, 0, 7369, 7400, 1, 0, 0, 0, 7370, 7371, 5, 138, 0, 0, 7371, 7372, 5, 259, 0, 0, 7372, 7374, 5, 376, 0, 0, 7373, 7375, 3, 754, 377, 0, 7374, 7373, 1, 0, 0, 0, 7374, 7375, 1, 0, 0, 0, 7375, 7376, 1, 0, 0, 0, 7376, 7377, 3, 1416, 708, 0, 7377, 7378, 5, 333, 0, 0, 7378, 7379, 5, 323, 0, 0, 7379, 7380, 3, 1428, 714, 0, 7380, 7400, 1, 0, 0, 0, 7381, 7382, 5, 138, 0, 0, 7382, 7383, 5, 63, 0, 0, 7383, 7385, 5, 92, 0, 0, 7384, 7386, 3, 754, 377, 0, 7385, 7384, 1, 0, 0, 0, 7385, 7386, 1, 0, 0, 0, 7386, 7387, 1, 0, 0, 0, 7387, 7388, 3, 1124, 562, 0, 7388, 7389, 5, 333, 0, 0, 7389, 7390, 5, 323, 0, 0, 7390, 7391, 3, 1428, 714, 0, 7391, 7400, 1, 0, 0, 0, 7392, 7393, 5, 138, 0, 0, 7393, 7394, 5, 360, 0, 0, 7394, 7395, 3, 564, 282, 0, 7395, 7396, 5, 333, 0, 0, 7396, 7397, 5, 323, 0, 0, 7397, 7398, 3, 1428, 714, 0, 7398, 7400, 1, 0, 0, 0, 7399, 7214, 1, 0, 0, 0, 7399, 7221, 1, 0, 0, 0, 7399, 7228, 1, 0, 0, 0, 7399, 7235, 1, 0, 0, 0, 7399, 7242, 1, 0, 0, 0, 7399, 7249, 1, 0, 0, 0, 7399, 7256, 1, 0, 0, 0, 7399, 7263, 1, 0, 0, 0, 7399, 7273, 1, 0, 0, 0, 7399, 7283, 1, 0, 0, 0, 7399, 7290, 1, 0, 0, 0, 7399, 7297, 1, 0, 0, 0, 7399, 7307, 1, 0, 0, 0, 7399, 7314, 1, 0, 0, 0, 7399, 7323, 1, 0, 0, 0, 7399, 7332, 1, 0, 0, 0, 7399, 7341, 1, 0, 0, 0, 7399, 7350, 1, 0, 0, 0, 7399, 7360, 1, 0, 0, 0, 7399, 7370, 1, 0, 0, 0, 7399, 7381, 1, 0, 0, 0, 7399, 7392, 1, 0, 0, 0, 7400, 781, 1, 0, 0, 0, 7401, 7402, 5, 138, 0, 0, 7402, 7403, 5, 278, 0, 0, 7403, 7404, 3, 742, 371, 0, 7404, 7405, 5, 333, 0, 0, 7405, 7406, 5, 2, 0, 0, 7406, 7407, 3, 784, 392, 0, 7407, 7408, 5, 3, 0, 0, 7408, 783, 1, 0, 0, 0, 7409, 7414, 3, 786, 393, 0, 7410, 7411, 5, 6, 0, 0, 7411, 7413, 3, 786, 393, 0, 7412, 7410, 1, 0, 0, 0, 7413, 7416, 1, 0, 0, 0, 7414, 7412, 1, 0, 0, 0, 7414, 7415, 1, 0, 0, 0, 7415, 785, 1, 0, 0, 0, 7416, 7414, 1, 0, 0, 0, 7417, 7418, 3, 1496, 748, 0, 7418, 7419, 5, 10, 0, 0, 7419, 7420, 5, 407, 0, 0, 7420, 7426, 1, 0, 0, 0, 7421, 7422, 3, 1496, 748, 0, 7422, 7423, 5, 10, 0, 0, 7423, 7424, 3, 788, 394, 0, 7424, 7426, 1, 0, 0, 0, 7425, 7417, 1, 0, 0, 0, 7425, 7421, 1, 0, 0, 0, 7426, 787, 1, 0, 0, 0, 7427, 7433, 3, 694, 347, 0, 7428, 7433, 3, 1508, 754, 0, 7429, 7433, 3, 1330, 665, 0, 7430, 7433, 3, 328, 164, 0, 7431, 7433, 3, 1464, 732, 0, 7432, 7427, 1, 0, 0, 0, 7432, 7428, 1, 0, 0, 0, 7432, 7429, 1, 0, 0, 0, 7432, 7430, 1, 0, 0, 0, 7432, 7431, 1, 0, 0, 0, 7433, 789, 1, 0, 0, 0, 7434, 7435, 5, 138, 0, 0, 7435, 7436, 5, 360, 0, 0, 7436, 7437, 3, 564, 282, 0, 7437, 7438, 5, 333, 0, 0, 7438, 7439, 5, 2, 0, 0, 7439, 7440, 3, 784, 392, 0, 7440, 7441, 5, 3, 0, 0, 7441, 791, 1, 0, 0, 0, 7442, 7443, 5, 138, 0, 0, 7443, 7444, 5, 136, 0, 0, 7444, 7445, 3, 704, 352, 0, 7445, 7446, 5, 282, 0, 0, 7446, 7447, 5, 94, 0, 0, 7447, 7448, 3, 1476, 738, 0, 7448, 7628, 1, 0, 0, 0, 7449, 7450, 5, 138, 0, 0, 7450, 7451, 5, 108, 0, 0, 7451, 7452, 3, 564, 282, 0, 7452, 7453, 5, 282, 0, 0, 7453, 7454, 5, 94, 0, 0, 7454, 7455, 3, 1476, 738, 0, 7455, 7628, 1, 0, 0, 0, 7456, 7457, 5, 138, 0, 0, 7457, 7458, 5, 168, 0, 0, 7458, 7459, 3, 564, 282, 0, 7459, 7460, 5, 282, 0, 0, 7460, 7461, 5, 94, 0, 0, 7461, 7462, 3, 1476, 738, 0, 7462, 7628, 1, 0, 0, 0, 7463, 7464, 5, 138, 0, 0, 7464, 7465, 5, 175, 0, 0, 7465, 7466, 3, 1426, 713, 0, 7466, 7467, 5, 282, 0, 0, 7467, 7468, 5, 94, 0, 0, 7468, 7469, 3, 1476, 738, 0, 7469, 7628, 1, 0, 0, 0, 7470, 7471, 5, 138, 0, 0, 7471, 7472, 5, 189, 0, 0, 7472, 7473, 3, 564, 282, 0, 7473, 7474, 5, 282, 0, 0, 7474, 7475, 5, 94, 0, 0, 7475, 7476, 3, 1476, 738, 0, 7476, 7628, 1, 0, 0, 0, 7477, 7478, 5, 138, 0, 0, 7478, 7479, 5, 211, 0, 0, 7479, 7480, 3, 680, 340, 0, 7480, 7481, 5, 282, 0, 0, 7481, 7482, 5, 94, 0, 0, 7482, 7483, 3, 1476, 738, 0, 7483, 7628, 1, 0, 0, 0, 7484, 7486, 5, 138, 0, 0, 7485, 7487, 3, 344, 172, 0, 7486, 7485, 1, 0, 0, 0, 7486, 7487, 1, 0, 0, 0, 7487, 7488, 1, 0, 0, 0, 7488, 7489, 5, 247, 0, 0, 7489, 7490, 3, 1442, 721, 0, 7490, 7491, 5, 282, 0, 0, 7491, 7492, 5, 94, 0, 0, 7492, 7493, 3, 1476, 738, 0, 7493, 7628, 1, 0, 0, 0, 7494, 7495, 5, 138, 0, 0, 7495, 7496, 5, 248, 0, 0, 7496, 7497, 5, 274, 0, 0, 7497, 7498, 3, 328, 164, 0, 7498, 7499, 5, 282, 0, 0, 7499, 7500, 5, 94, 0, 0, 7500, 7501, 3, 1476, 738, 0, 7501, 7628, 1, 0, 0, 0, 7502, 7503, 5, 138, 0, 0, 7503, 7504, 5, 278, 0, 0, 7504, 7505, 3, 742, 371, 0, 7505, 7506, 5, 282, 0, 0, 7506, 7507, 5, 94, 0, 0, 7507, 7508, 3, 1476, 738, 0, 7508, 7628, 1, 0, 0, 0, 7509, 7510, 5, 138, 0, 0, 7510, 7511, 5, 278, 0, 0, 7511, 7512, 5, 156, 0, 0, 7512, 7513, 3, 564, 282, 0, 7513, 7514, 5, 100, 0, 0, 7514, 7515, 3, 1442, 721, 0, 7515, 7516, 5, 282, 0, 0, 7516, 7517, 5, 94, 0, 0, 7517, 7518, 3, 1476, 738, 0, 7518, 7628, 1, 0, 0, 0, 7519, 7520, 5, 138, 0, 0, 7520, 7521, 5, 278, 0, 0, 7521, 7522, 5, 206, 0, 0, 7522, 7523, 3, 564, 282, 0, 7523, 7524, 5, 100, 0, 0, 7524, 7525, 3, 1442, 721, 0, 7525, 7526, 5, 282, 0, 0, 7526, 7527, 5, 94, 0, 0, 7527, 7528, 3, 1476, 738, 0, 7528, 7628, 1, 0, 0, 0, 7529, 7530, 5, 138, 0, 0, 7530, 7531, 5, 296, 0, 0, 7531, 7532, 3, 676, 338, 0, 7532, 7533, 5, 282, 0, 0, 7533, 7534, 5, 94, 0, 0, 7534, 7535, 3, 1476, 738, 0, 7535, 7628, 1, 0, 0, 0, 7536, 7537, 5, 138, 0, 0, 7537, 7538, 5, 442, 0, 0, 7538, 7539, 3, 672, 336, 0, 7539, 7540, 5, 282, 0, 0, 7540, 7541, 5, 94, 0, 0, 7541, 7542, 3, 1476, 738, 0, 7542, 7628, 1, 0, 0, 0, 7543, 7544, 5, 138, 0, 0, 7544, 7545, 5, 323, 0, 0, 7545, 7546, 3, 1428, 714, 0, 7546, 7547, 5, 282, 0, 0, 7547, 7548, 5, 94, 0, 0, 7548, 7549, 3, 1476, 738, 0, 7549, 7628, 1, 0, 0, 0, 7550, 7551, 5, 138, 0, 0, 7551, 7552, 5, 360, 0, 0, 7552, 7553, 3, 564, 282, 0, 7553, 7554, 5, 282, 0, 0, 7554, 7555, 5, 94, 0, 0, 7555, 7556, 3, 1476, 738, 0, 7556, 7628, 1, 0, 0, 0, 7557, 7558, 5, 138, 0, 0, 7558, 7559, 5, 351, 0, 0, 7559, 7560, 3, 1408, 704, 0, 7560, 7561, 5, 282, 0, 0, 7561, 7562, 5, 94, 0, 0, 7562, 7563, 3, 1476, 738, 0, 7563, 7628, 1, 0, 0, 0, 7564, 7565, 5, 138, 0, 0, 7565, 7566, 5, 342, 0, 0, 7566, 7567, 3, 564, 282, 0, 7567, 7568, 5, 282, 0, 0, 7568, 7569, 5, 94, 0, 0, 7569, 7570, 3, 1476, 738, 0, 7570, 7628, 1, 0, 0, 0, 7571, 7572, 5, 138, 0, 0, 7572, 7573, 5, 355, 0, 0, 7573, 7574, 5, 325, 0, 0, 7574, 7575, 5, 185, 0, 0, 7575, 7576, 3, 564, 282, 0, 7576, 7577, 5, 282, 0, 0, 7577, 7578, 5, 94, 0, 0, 7578, 7579, 3, 1476, 738, 0, 7579, 7628, 1, 0, 0, 0, 7580, 7581, 5, 138, 0, 0, 7581, 7582, 5, 355, 0, 0, 7582, 7583, 5, 325, 0, 0, 7583, 7584, 5, 163, 0, 0, 7584, 7585, 3, 564, 282, 0, 7585, 7586, 5, 282, 0, 0, 7586, 7587, 5, 94, 0, 0, 7587, 7588, 3, 1476, 738, 0, 7588, 7628, 1, 0, 0, 0, 7589, 7590, 5, 138, 0, 0, 7590, 7591, 5, 63, 0, 0, 7591, 7592, 5, 174, 0, 0, 7592, 7593, 5, 381, 0, 0, 7593, 7594, 3, 1442, 721, 0, 7594, 7595, 5, 282, 0, 0, 7595, 7596, 5, 94, 0, 0, 7596, 7597, 3, 1476, 738, 0, 7597, 7628, 1, 0, 0, 0, 7598, 7599, 5, 138, 0, 0, 7599, 7600, 5, 331, 0, 0, 7600, 7601, 3, 1442, 721, 0, 7601, 7602, 5, 282, 0, 0, 7602, 7603, 5, 94, 0, 0, 7603, 7604, 3, 1476, 738, 0, 7604, 7628, 1, 0, 0, 0, 7605, 7606, 5, 138, 0, 0, 7606, 7607, 5, 198, 0, 0, 7607, 7608, 5, 357, 0, 0, 7608, 7609, 3, 1442, 721, 0, 7609, 7610, 5, 282, 0, 0, 7610, 7611, 5, 94, 0, 0, 7611, 7612, 3, 1476, 738, 0, 7612, 7628, 1, 0, 0, 0, 7613, 7614, 5, 138, 0, 0, 7614, 7615, 5, 452, 0, 0, 7615, 7616, 3, 1442, 721, 0, 7616, 7617, 5, 282, 0, 0, 7617, 7618, 5, 94, 0, 0, 7618, 7619, 3, 1476, 738, 0, 7619, 7628, 1, 0, 0, 0, 7620, 7621, 5, 138, 0, 0, 7621, 7622, 5, 451, 0, 0, 7622, 7623, 3, 1442, 721, 0, 7623, 7624, 5, 282, 0, 0, 7624, 7625, 5, 94, 0, 0, 7625, 7626, 3, 1476, 738, 0, 7626, 7628, 1, 0, 0, 0, 7627, 7442, 1, 0, 0, 0, 7627, 7449, 1, 0, 0, 0, 7627, 7456, 1, 0, 0, 0, 7627, 7463, 1, 0, 0, 0, 7627, 7470, 1, 0, 0, 0, 7627, 7477, 1, 0, 0, 0, 7627, 7484, 1, 0, 0, 0, 7627, 7494, 1, 0, 0, 0, 7627, 7502, 1, 0, 0, 0, 7627, 7509, 1, 0, 0, 0, 7627, 7519, 1, 0, 0, 0, 7627, 7529, 1, 0, 0, 0, 7627, 7536, 1, 0, 0, 0, 7627, 7543, 1, 0, 0, 0, 7627, 7550, 1, 0, 0, 0, 7627, 7557, 1, 0, 0, 0, 7627, 7564, 1, 0, 0, 0, 7627, 7571, 1, 0, 0, 0, 7627, 7580, 1, 0, 0, 0, 7627, 7589, 1, 0, 0, 0, 7627, 7598, 1, 0, 0, 0, 7627, 7605, 1, 0, 0, 0, 7627, 7613, 1, 0, 0, 0, 7627, 7620, 1, 0, 0, 0, 7628, 793, 1, 0, 0, 0, 7629, 7630, 5, 46, 0, 0, 7630, 7631, 5, 452, 0, 0, 7631, 7633, 3, 1442, 721, 0, 7632, 7634, 3, 796, 398, 0, 7633, 7632, 1, 0, 0, 0, 7633, 7634, 1, 0, 0, 0, 7634, 7636, 1, 0, 0, 0, 7635, 7637, 3, 716, 358, 0, 7636, 7635, 1, 0, 0, 0, 7636, 7637, 1, 0, 0, 0, 7637, 795, 1, 0, 0, 0, 7638, 7639, 3, 798, 399, 0, 7639, 797, 1, 0, 0, 0, 7640, 7641, 5, 62, 0, 0, 7641, 7642, 5, 92, 0, 0, 7642, 7647, 3, 1130, 565, 0, 7643, 7644, 5, 62, 0, 0, 7644, 7645, 5, 30, 0, 0, 7645, 7647, 5, 350, 0, 0, 7646, 7640, 1, 0, 0, 0, 7646, 7643, 1, 0, 0, 0, 7647, 799, 1, 0, 0, 0, 7648, 7649, 5, 138, 0, 0, 7649, 7650, 5, 452, 0, 0, 7650, 7651, 3, 1442, 721, 0, 7651, 7652, 5, 333, 0, 0, 7652, 7653, 3, 502, 251, 0, 7653, 7687, 1, 0, 0, 0, 7654, 7655, 5, 138, 0, 0, 7655, 7656, 5, 452, 0, 0, 7656, 7657, 3, 1442, 721, 0, 7657, 7658, 5, 133, 0, 0, 7658, 7659, 3, 1132, 566, 0, 7659, 7687, 1, 0, 0, 0, 7660, 7661, 5, 138, 0, 0, 7661, 7662, 5, 452, 0, 0, 7662, 7663, 3, 1442, 721, 0, 7663, 7664, 5, 333, 0, 0, 7664, 7665, 3, 1132, 566, 0, 7665, 7687, 1, 0, 0, 0, 7666, 7667, 5, 138, 0, 0, 7667, 7668, 5, 452, 0, 0, 7668, 7669, 3, 1442, 721, 0, 7669, 7670, 5, 191, 0, 0, 7670, 7671, 3, 1132, 566, 0, 7671, 7687, 1, 0, 0, 0, 7672, 7673, 5, 138, 0, 0, 7673, 7674, 5, 452, 0, 0, 7674, 7675, 3, 1442, 721, 0, 7675, 7676, 5, 282, 0, 0, 7676, 7677, 5, 94, 0, 0, 7677, 7678, 3, 1476, 738, 0, 7678, 7687, 1, 0, 0, 0, 7679, 7680, 5, 138, 0, 0, 7680, 7681, 5, 452, 0, 0, 7681, 7682, 3, 1442, 721, 0, 7682, 7683, 5, 309, 0, 0, 7683, 7684, 5, 94, 0, 0, 7684, 7685, 3, 1442, 721, 0, 7685, 7687, 1, 0, 0, 0, 7686, 7648, 1, 0, 0, 0, 7686, 7654, 1, 0, 0, 0, 7686, 7660, 1, 0, 0, 0, 7686, 7666, 1, 0, 0, 0, 7686, 7672, 1, 0, 0, 0, 7686, 7679, 1, 0, 0, 0, 7687, 801, 1, 0, 0, 0, 7688, 7689, 5, 46, 0, 0, 7689, 7690, 5, 451, 0, 0, 7690, 7691, 3, 1442, 721, 0, 7691, 7692, 5, 164, 0, 0, 7692, 7693, 3, 1464, 732, 0, 7693, 7694, 5, 452, 0, 0, 7694, 7696, 3, 804, 402, 0, 7695, 7697, 3, 716, 358, 0, 7696, 7695, 1, 0, 0, 0, 7696, 7697, 1, 0, 0, 0, 7697, 803, 1, 0, 0, 0, 7698, 7703, 3, 806, 403, 0, 7699, 7700, 5, 6, 0, 0, 7700, 7702, 3, 806, 403, 0, 7701, 7699, 1, 0, 0, 0, 7702, 7705, 1, 0, 0, 0, 7703, 7701, 1, 0, 0, 0, 7703, 7704, 1, 0, 0, 0, 7704, 805, 1, 0, 0, 0, 7705, 7703, 1, 0, 0, 0, 7706, 7707, 3, 1496, 748, 0, 7707, 807, 1, 0, 0, 0, 7708, 7709, 5, 138, 0, 0, 7709, 7710, 5, 451, 0, 0, 7710, 7711, 3, 1442, 721, 0, 7711, 7712, 5, 333, 0, 0, 7712, 7713, 3, 502, 251, 0, 7713, 7787, 1, 0, 0, 0, 7714, 7715, 5, 138, 0, 0, 7715, 7716, 5, 451, 0, 0, 7716, 7717, 3, 1442, 721, 0, 7717, 7718, 5, 164, 0, 0, 7718, 7719, 3, 1464, 732, 0, 7719, 7787, 1, 0, 0, 0, 7720, 7721, 5, 138, 0, 0, 7721, 7722, 5, 451, 0, 0, 7722, 7723, 3, 1442, 721, 0, 7723, 7724, 5, 305, 0, 0, 7724, 7726, 5, 452, 0, 0, 7725, 7727, 3, 716, 358, 0, 7726, 7725, 1, 0, 0, 0, 7726, 7727, 1, 0, 0, 0, 7727, 7787, 1, 0, 0, 0, 7728, 7729, 5, 138, 0, 0, 7729, 7730, 5, 451, 0, 0, 7730, 7731, 3, 1442, 721, 0, 7731, 7732, 5, 333, 0, 0, 7732, 7733, 5, 452, 0, 0, 7733, 7735, 3, 804, 402, 0, 7734, 7736, 3, 716, 358, 0, 7735, 7734, 1, 0, 0, 0, 7735, 7736, 1, 0, 0, 0, 7736, 7787, 1, 0, 0, 0, 7737, 7738, 5, 138, 0, 0, 7738, 7739, 5, 451, 0, 0, 7739, 7740, 3, 1442, 721, 0, 7740, 7741, 5, 133, 0, 0, 7741, 7742, 5, 452, 0, 0, 7742, 7744, 3, 804, 402, 0, 7743, 7745, 3, 716, 358, 0, 7744, 7743, 1, 0, 0, 0, 7744, 7745, 1, 0, 0, 0, 7745, 7787, 1, 0, 0, 0, 7746, 7747, 5, 138, 0, 0, 7747, 7748, 5, 451, 0, 0, 7748, 7749, 3, 1442, 721, 0, 7749, 7750, 5, 191, 0, 0, 7750, 7751, 5, 452, 0, 0, 7751, 7753, 3, 804, 402, 0, 7752, 7754, 3, 716, 358, 0, 7753, 7752, 1, 0, 0, 0, 7753, 7754, 1, 0, 0, 0, 7754, 7787, 1, 0, 0, 0, 7755, 7756, 5, 138, 0, 0, 7756, 7757, 5, 451, 0, 0, 7757, 7758, 3, 1442, 721, 0, 7758, 7759, 5, 193, 0, 0, 7759, 7787, 1, 0, 0, 0, 7760, 7761, 5, 138, 0, 0, 7761, 7762, 5, 451, 0, 0, 7762, 7763, 3, 1442, 721, 0, 7763, 7764, 5, 186, 0, 0, 7764, 7787, 1, 0, 0, 0, 7765, 7766, 5, 138, 0, 0, 7766, 7767, 5, 451, 0, 0, 7767, 7768, 3, 1442, 721, 0, 7768, 7769, 5, 333, 0, 0, 7769, 7770, 3, 502, 251, 0, 7770, 7787, 1, 0, 0, 0, 7771, 7772, 5, 138, 0, 0, 7772, 7773, 5, 451, 0, 0, 7773, 7774, 3, 1442, 721, 0, 7774, 7775, 5, 465, 0, 0, 7775, 7776, 5, 2, 0, 0, 7776, 7777, 3, 514, 257, 0, 7777, 7778, 5, 3, 0, 0, 7778, 7787, 1, 0, 0, 0, 7779, 7780, 5, 138, 0, 0, 7780, 7781, 5, 451, 0, 0, 7781, 7782, 3, 1442, 721, 0, 7782, 7783, 5, 282, 0, 0, 7783, 7784, 5, 94, 0, 0, 7784, 7785, 3, 1476, 738, 0, 7785, 7787, 1, 0, 0, 0, 7786, 7708, 1, 0, 0, 0, 7786, 7714, 1, 0, 0, 0, 7786, 7720, 1, 0, 0, 0, 7786, 7728, 1, 0, 0, 0, 7786, 7737, 1, 0, 0, 0, 7786, 7746, 1, 0, 0, 0, 7786, 7755, 1, 0, 0, 0, 7786, 7760, 1, 0, 0, 0, 7786, 7765, 1, 0, 0, 0, 7786, 7771, 1, 0, 0, 0, 7786, 7779, 1, 0, 0, 0, 7787, 809, 1, 0, 0, 0, 7788, 7790, 5, 46, 0, 0, 7789, 7791, 3, 664, 332, 0, 7790, 7789, 1, 0, 0, 0, 7790, 7791, 1, 0, 0, 0, 7791, 7792, 1, 0, 0, 0, 7792, 7793, 5, 321, 0, 0, 7793, 7794, 3, 1442, 721, 0, 7794, 7795, 5, 36, 0, 0, 7795, 7796, 5, 80, 0, 0, 7796, 7797, 3, 820, 410, 0, 7797, 7798, 5, 94, 0, 0, 7798, 7800, 3, 1418, 709, 0, 7799, 7801, 3, 1150, 575, 0, 7800, 7799, 1, 0, 0, 0, 7800, 7801, 1, 0, 0, 0, 7801, 7802, 1, 0, 0, 0, 7802, 7804, 5, 57, 0, 0, 7803, 7805, 3, 822, 411, 0, 7804, 7803, 1, 0, 0, 0, 7804, 7805, 1, 0, 0, 0, 7805, 7806, 1, 0, 0, 0, 7806, 7807, 3, 812, 406, 0, 7807, 811, 1, 0, 0, 0, 7808, 7815, 5, 270, 0, 0, 7809, 7815, 3, 816, 408, 0, 7810, 7811, 5, 2, 0, 0, 7811, 7812, 3, 814, 407, 0, 7812, 7813, 5, 3, 0, 0, 7813, 7815, 1, 0, 0, 0, 7814, 7808, 1, 0, 0, 0, 7814, 7809, 1, 0, 0, 0, 7814, 7810, 1, 0, 0, 0, 7815, 813, 1, 0, 0, 0, 7816, 7818, 3, 818, 409, 0, 7817, 7816, 1, 0, 0, 0, 7817, 7818, 1, 0, 0, 0, 7818, 7825, 1, 0, 0, 0, 7819, 7821, 5, 7, 0, 0, 7820, 7822, 3, 818, 409, 0, 7821, 7820, 1, 0, 0, 0, 7821, 7822, 1, 0, 0, 0, 7822, 7824, 1, 0, 0, 0, 7823, 7819, 1, 0, 0, 0, 7824, 7827, 1, 0, 0, 0, 7825, 7823, 1, 0, 0, 0, 7825, 7826, 1, 0, 0, 0, 7826, 815, 1, 0, 0, 0, 7827, 7825, 1, 0, 0, 0, 7828, 7834, 3, 1006, 503, 0, 7829, 7834, 3, 956, 478, 0, 7830, 7834, 3, 988, 494, 0, 7831, 7834, 3, 974, 487, 0, 7832, 7834, 3, 824, 412, 0, 7833, 7828, 1, 0, 0, 0, 7833, 7829, 1, 0, 0, 0, 7833, 7830, 1, 0, 0, 0, 7833, 7831, 1, 0, 0, 0, 7833, 7832, 1, 0, 0, 0, 7834, 817, 1, 0, 0, 0, 7835, 7836, 3, 816, 408, 0, 7836, 819, 1, 0, 0, 0, 7837, 7838, 7, 47, 0, 0, 7838, 821, 1, 0, 0, 0, 7839, 7840, 7, 48, 0, 0, 7840, 823, 1, 0, 0, 0, 7841, 7842, 5, 271, 0, 0, 7842, 7844, 3, 1480, 740, 0, 7843, 7845, 3, 826, 413, 0, 7844, 7843, 1, 0, 0, 0, 7844, 7845, 1, 0, 0, 0, 7845, 825, 1, 0, 0, 0, 7846, 7847, 5, 6, 0, 0, 7847, 7848, 3, 1464, 732, 0, 7848, 827, 1, 0, 0, 0, 7849, 7850, 5, 252, 0, 0, 7850, 7851, 3, 1480, 740, 0, 7851, 829, 1, 0, 0, 0, 7852, 7853, 5, 366, 0, 0, 7853, 7857, 3, 1480, 740, 0, 7854, 7855, 5, 366, 0, 0, 7855, 7857, 5, 9, 0, 0, 7856, 7852, 1, 0, 0, 0, 7856, 7854, 1, 0, 0, 0, 7857, 831, 1, 0, 0, 0, 7858, 7860, 5, 129, 0, 0, 7859, 7861, 3, 834, 417, 0, 7860, 7859, 1, 0, 0, 0, 7860, 7861, 1, 0, 0, 0, 7861, 7863, 1, 0, 0, 0, 7862, 7864, 3, 842, 421, 0, 7863, 7862, 1, 0, 0, 0, 7863, 7864, 1, 0, 0, 0, 7864, 7924, 1, 0, 0, 0, 7865, 7867, 5, 146, 0, 0, 7866, 7868, 3, 834, 417, 0, 7867, 7866, 1, 0, 0, 0, 7867, 7868, 1, 0, 0, 0, 7868, 7870, 1, 0, 0, 0, 7869, 7871, 3, 840, 420, 0, 7870, 7869, 1, 0, 0, 0, 7870, 7871, 1, 0, 0, 0, 7871, 7924, 1, 0, 0, 0, 7872, 7873, 5, 340, 0, 0, 7873, 7875, 5, 356, 0, 0, 7874, 7876, 3, 840, 420, 0, 7875, 7874, 1, 0, 0, 0, 7875, 7876, 1, 0, 0, 0, 7876, 7924, 1, 0, 0, 0, 7877, 7879, 5, 454, 0, 0, 7878, 7880, 3, 834, 417, 0, 7879, 7878, 1, 0, 0, 0, 7879, 7880, 1, 0, 0, 0, 7880, 7882, 1, 0, 0, 0, 7881, 7883, 3, 842, 421, 0, 7882, 7881, 1, 0, 0, 0, 7882, 7883, 1, 0, 0, 0, 7883, 7924, 1, 0, 0, 0, 7884, 7885, 5, 322, 0, 0, 7885, 7924, 3, 1480, 740, 0, 7886, 7888, 5, 308, 0, 0, 7887, 7889, 5, 322, 0, 0, 7888, 7887, 1, 0, 0, 0, 7888, 7889, 1, 0, 0, 0, 7889, 7890, 1, 0, 0, 0, 7890, 7924, 3, 1480, 740, 0, 7891, 7892, 5, 290, 0, 0, 7892, 7893, 5, 356, 0, 0, 7893, 7924, 3, 1464, 732, 0, 7894, 7895, 5, 161, 0, 0, 7895, 7896, 5, 291, 0, 0, 7896, 7924, 3, 1464, 732, 0, 7897, 7899, 5, 161, 0, 0, 7898, 7900, 3, 834, 417, 0, 7899, 7898, 1, 0, 0, 0, 7899, 7900, 1, 0, 0, 0, 7900, 7902, 1, 0, 0, 0, 7901, 7903, 3, 842, 421, 0, 7902, 7901, 1, 0, 0, 0, 7902, 7903, 1, 0, 0, 0, 7903, 7924, 1, 0, 0, 0, 7904, 7905, 5, 319, 0, 0, 7905, 7906, 5, 291, 0, 0, 7906, 7924, 3, 1464, 732, 0, 7907, 7909, 5, 319, 0, 0, 7908, 7910, 3, 834, 417, 0, 7909, 7908, 1, 0, 0, 0, 7909, 7910, 1, 0, 0, 0, 7910, 7911, 1, 0, 0, 0, 7911, 7913, 5, 94, 0, 0, 7912, 7914, 5, 322, 0, 0, 7913, 7912, 1, 0, 0, 0, 7913, 7914, 1, 0, 0, 0, 7914, 7915, 1, 0, 0, 0, 7915, 7924, 3, 1480, 740, 0, 7916, 7918, 5, 319, 0, 0, 7917, 7919, 3, 834, 417, 0, 7918, 7917, 1, 0, 0, 0, 7918, 7919, 1, 0, 0, 0, 7919, 7921, 1, 0, 0, 0, 7920, 7922, 3, 842, 421, 0, 7921, 7920, 1, 0, 0, 0, 7921, 7922, 1, 0, 0, 0, 7922, 7924, 1, 0, 0, 0, 7923, 7858, 1, 0, 0, 0, 7923, 7865, 1, 0, 0, 0, 7923, 7872, 1, 0, 0, 0, 7923, 7877, 1, 0, 0, 0, 7923, 7884, 1, 0, 0, 0, 7923, 7886, 1, 0, 0, 0, 7923, 7891, 1, 0, 0, 0, 7923, 7894, 1, 0, 0, 0, 7923, 7897, 1, 0, 0, 0, 7923, 7904, 1, 0, 0, 0, 7923, 7907, 1, 0, 0, 0, 7923, 7916, 1, 0, 0, 0, 7924, 833, 1, 0, 0, 0, 7925, 7926, 7, 49, 0, 0, 7926, 835, 1, 0, 0, 0, 7927, 7928, 5, 244, 0, 0, 7928, 7929, 5, 251, 0, 0, 7929, 7938, 3, 68, 34, 0, 7930, 7931, 5, 300, 0, 0, 7931, 7938, 5, 81, 0, 0, 7932, 7933, 5, 300, 0, 0, 7933, 7938, 5, 382, 0, 0, 7934, 7938, 5, 54, 0, 0, 7935, 7936, 5, 77, 0, 0, 7936, 7938, 5, 54, 0, 0, 7937, 7927, 1, 0, 0, 0, 7937, 7930, 1, 0, 0, 0, 7937, 7932, 1, 0, 0, 0, 7937, 7934, 1, 0, 0, 0, 7937, 7935, 1, 0, 0, 0, 7938, 837, 1, 0, 0, 0, 7939, 7946, 3, 836, 418, 0, 7940, 7942, 5, 6, 0, 0, 7941, 7940, 1, 0, 0, 0, 7941, 7942, 1, 0, 0, 0, 7942, 7943, 1, 0, 0, 0, 7943, 7945, 3, 836, 418, 0, 7944, 7941, 1, 0, 0, 0, 7945, 7948, 1, 0, 0, 0, 7946, 7944, 1, 0, 0, 0, 7946, 7947, 1, 0, 0, 0, 7947, 839, 1, 0, 0, 0, 7948, 7946, 1, 0, 0, 0, 7949, 7950, 3, 838, 419, 0, 7950, 841, 1, 0, 0, 0, 7951, 7953, 5, 33, 0, 0, 7952, 7954, 5, 269, 0, 0, 7953, 7952, 1, 0, 0, 0, 7953, 7954, 1, 0, 0, 0, 7954, 7955, 1, 0, 0, 0, 7955, 7956, 5, 153, 0, 0, 7956, 843, 1, 0, 0, 0, 7957, 7960, 5, 46, 0, 0, 7958, 7959, 5, 82, 0, 0, 7959, 7961, 5, 311, 0, 0, 7960, 7958, 1, 0, 0, 0, 7960, 7961, 1, 0, 0, 0, 7961, 7963, 1, 0, 0, 0, 7962, 7964, 3, 196, 98, 0, 7963, 7962, 1, 0, 0, 0, 7963, 7964, 1, 0, 0, 0, 7964, 7982, 1, 0, 0, 0, 7965, 7966, 5, 376, 0, 0, 7966, 7968, 3, 1414, 707, 0, 7967, 7969, 3, 248, 124, 0, 7968, 7967, 1, 0, 0, 0, 7968, 7969, 1, 0, 0, 0, 7969, 7971, 1, 0, 0, 0, 7970, 7972, 3, 134, 67, 0, 7971, 7970, 1, 0, 0, 0, 7971, 7972, 1, 0, 0, 0, 7972, 7983, 1, 0, 0, 0, 7973, 7974, 5, 303, 0, 0, 7974, 7975, 5, 376, 0, 0, 7975, 7976, 3, 1414, 707, 0, 7976, 7977, 5, 2, 0, 0, 7977, 7978, 3, 250, 125, 0, 7978, 7980, 5, 3, 0, 0, 7979, 7981, 3, 134, 67, 0, 7980, 7979, 1, 0, 0, 0, 7980, 7981, 1, 0, 0, 0, 7981, 7983, 1, 0, 0, 0, 7982, 7965, 1, 0, 0, 0, 7982, 7973, 1, 0, 0, 0, 7983, 7984, 1, 0, 0, 0, 7984, 7985, 5, 36, 0, 0, 7985, 7987, 3, 1006, 503, 0, 7986, 7988, 3, 846, 423, 0, 7987, 7986, 1, 0, 0, 0, 7987, 7988, 1, 0, 0, 0, 7988, 845, 1, 0, 0, 0, 7989, 7991, 5, 105, 0, 0, 7990, 7992, 7, 50, 0, 0, 7991, 7990, 1, 0, 0, 0, 7991, 7992, 1, 0, 0, 0, 7992, 7993, 1, 0, 0, 0, 7993, 7994, 5, 42, 0, 0, 7994, 7995, 5, 279, 0, 0, 7995, 847, 1, 0, 0, 0, 7996, 7997, 5, 253, 0, 0, 7997, 7998, 3, 1446, 723, 0, 7998, 849, 1, 0, 0, 0, 7999, 8000, 5, 46, 0, 0, 8000, 8001, 5, 175, 0, 0, 8001, 8003, 3, 1424, 712, 0, 8002, 8004, 3, 14, 7, 0, 8003, 8002, 1, 0, 0, 0, 8003, 8004, 1, 0, 0, 0, 8004, 8006, 1, 0, 0, 0, 8005, 8007, 3, 852, 426, 0, 8006, 8005, 1, 0, 0, 0, 8006, 8007, 1, 0, 0, 0, 8007, 851, 1, 0, 0, 0, 8008, 8009, 3, 854, 427, 0, 8009, 853, 1, 0, 0, 0, 8010, 8012, 3, 856, 428, 0, 8011, 8010, 1, 0, 0, 0, 8012, 8013, 1, 0, 0, 0, 8013, 8011, 1, 0, 0, 0, 8013, 8014, 1, 0, 0, 0, 8014, 855, 1, 0, 0, 0, 8015, 8017, 3, 858, 429, 0, 8016, 8018, 3, 860, 430, 0, 8017, 8016, 1, 0, 0, 0, 8017, 8018, 1, 0, 0, 0, 8018, 8022, 1, 0, 0, 0, 8019, 8023, 3, 1470, 735, 0, 8020, 8023, 3, 72, 36, 0, 8021, 8023, 5, 53, 0, 0, 8022, 8019, 1, 0, 0, 0, 8022, 8020, 1, 0, 0, 0, 8022, 8021, 1, 0, 0, 0, 8023, 857, 1, 0, 0, 0, 8024, 8025, 5, 164, 0, 0, 8025, 8033, 5, 74, 0, 0, 8026, 8033, 5, 194, 0, 0, 8027, 8033, 5, 255, 0, 0, 8028, 8033, 5, 282, 0, 0, 8029, 8033, 5, 351, 0, 0, 8030, 8033, 5, 353, 0, 0, 8031, 8033, 3, 1498, 749, 0, 8032, 8024, 1, 0, 0, 0, 8032, 8026, 1, 0, 0, 0, 8032, 8027, 1, 0, 0, 0, 8032, 8028, 1, 0, 0, 0, 8032, 8029, 1, 0, 0, 0, 8032, 8030, 1, 0, 0, 0, 8032, 8031, 1, 0, 0, 0, 8033, 859, 1, 0, 0, 0, 8034, 8035, 5, 10, 0, 0, 8035, 861, 1, 0, 0, 0, 8036, 8037, 5, 138, 0, 0, 8037, 8038, 5, 175, 0, 0, 8038, 8050, 3, 1426, 713, 0, 8039, 8040, 5, 333, 0, 0, 8040, 8041, 5, 351, 0, 0, 8041, 8043, 3, 1406, 703, 0, 8042, 8039, 1, 0, 0, 0, 8042, 8043, 1, 0, 0, 0, 8043, 8051, 1, 0, 0, 0, 8044, 8046, 5, 105, 0, 0, 8045, 8044, 1, 0, 0, 0, 8045, 8046, 1, 0, 0, 0, 8046, 8047, 1, 0, 0, 0, 8047, 8049, 3, 852, 426, 0, 8048, 8045, 1, 0, 0, 0, 8048, 8049, 1, 0, 0, 0, 8049, 8051, 1, 0, 0, 0, 8050, 8042, 1, 0, 0, 0, 8050, 8048, 1, 0, 0, 0, 8051, 863, 1, 0, 0, 0, 8052, 8053, 5, 138, 0, 0, 8053, 8054, 5, 175, 0, 0, 8054, 8056, 3, 1426, 713, 0, 8055, 8057, 3, 88, 44, 0, 8056, 8055, 1, 0, 0, 0, 8056, 8057, 1, 0, 0, 0, 8057, 865, 1, 0, 0, 0, 8058, 8063, 3, 868, 434, 0, 8059, 8060, 5, 6, 0, 0, 8060, 8062, 3, 868, 434, 0, 8061, 8059, 1, 0, 0, 0, 8062, 8065, 1, 0, 0, 0, 8063, 8061, 1, 0, 0, 0, 8063, 8064, 1, 0, 0, 0, 8064, 867, 1, 0, 0, 0, 8065, 8063, 1, 0, 0, 0, 8066, 8067, 5, 209, 0, 0, 8067, 869, 1, 0, 0, 0, 8068, 8069, 5, 138, 0, 0, 8069, 8070, 5, 108, 0, 0, 8070, 8071, 3, 564, 282, 0, 8071, 8072, 5, 305, 0, 0, 8072, 8073, 5, 375, 0, 0, 8073, 871, 1, 0, 0, 0, 8074, 8075, 5, 138, 0, 0, 8075, 8076, 5, 349, 0, 0, 8076, 8077, 7, 22, 0, 0, 8077, 8078, 3, 58, 29, 0, 8078, 873, 1, 0, 0, 0, 8079, 8080, 5, 46, 0, 0, 8080, 8081, 5, 189, 0, 0, 8081, 8083, 3, 564, 282, 0, 8082, 8084, 3, 878, 439, 0, 8083, 8082, 1, 0, 0, 0, 8083, 8084, 1, 0, 0, 0, 8084, 8085, 1, 0, 0, 0, 8085, 8086, 3, 1174, 587, 0, 8086, 8087, 3, 220, 110, 0, 8087, 875, 1, 0, 0, 0, 8088, 8089, 5, 138, 0, 0, 8089, 8090, 5, 189, 0, 0, 8090, 8112, 3, 564, 282, 0, 8091, 8113, 3, 122, 61, 0, 8092, 8093, 5, 191, 0, 0, 8093, 8094, 5, 77, 0, 0, 8094, 8113, 5, 78, 0, 0, 8095, 8096, 5, 333, 0, 0, 8096, 8097, 5, 77, 0, 0, 8097, 8113, 5, 78, 0, 0, 8098, 8099, 5, 133, 0, 0, 8099, 8113, 3, 240, 120, 0, 8100, 8101, 5, 191, 0, 0, 8101, 8103, 5, 45, 0, 0, 8102, 8104, 3, 754, 377, 0, 8103, 8102, 1, 0, 0, 0, 8103, 8104, 1, 0, 0, 0, 8104, 8105, 1, 0, 0, 0, 8105, 8107, 3, 1442, 721, 0, 8106, 8108, 3, 124, 62, 0, 8107, 8106, 1, 0, 0, 0, 8107, 8108, 1, 0, 0, 0, 8108, 8113, 1, 0, 0, 0, 8109, 8110, 5, 372, 0, 0, 8110, 8111, 5, 45, 0, 0, 8111, 8113, 3, 1442, 721, 0, 8112, 8091, 1, 0, 0, 0, 8112, 8092, 1, 0, 0, 0, 8112, 8095, 1, 0, 0, 0, 8112, 8098, 1, 0, 0, 0, 8112, 8100, 1, 0, 0, 0, 8112, 8109, 1, 0, 0, 0, 8113, 877, 1, 0, 0, 0, 8114, 8115, 5, 36, 0, 0, 8115, 879, 1, 0, 0, 0, 8116, 8117, 5, 138, 0, 0, 8117, 8118, 5, 355, 0, 0, 8118, 8119, 5, 325, 0, 0, 8119, 8120, 5, 185, 0, 0, 8120, 8121, 3, 564, 282, 0, 8121, 8122, 3, 502, 251, 0, 8122, 881, 1, 0, 0, 0, 8123, 8124, 5, 138, 0, 0, 8124, 8125, 5, 355, 0, 0, 8125, 8126, 5, 325, 0, 0, 8126, 8127, 5, 163, 0, 0, 8127, 8128, 3, 564, 282, 0, 8128, 8129, 5, 133, 0, 0, 8129, 8130, 5, 257, 0, 0, 8130, 8131, 5, 62, 0, 0, 8131, 8132, 3, 1422, 711, 0, 8132, 8133, 3, 884, 442, 0, 8133, 8134, 3, 558, 279, 0, 8134, 8187, 1, 0, 0, 0, 8135, 8136, 5, 138, 0, 0, 8136, 8137, 5, 355, 0, 0, 8137, 8138, 5, 325, 0, 0, 8138, 8139, 5, 163, 0, 0, 8139, 8140, 3, 564, 282, 0, 8140, 8141, 5, 138, 0, 0, 8141, 8142, 5, 257, 0, 0, 8142, 8143, 5, 62, 0, 0, 8143, 8144, 3, 1422, 711, 0, 8144, 8145, 3, 884, 442, 0, 8145, 8146, 3, 558, 279, 0, 8146, 8187, 1, 0, 0, 0, 8147, 8148, 5, 138, 0, 0, 8148, 8149, 5, 355, 0, 0, 8149, 8150, 5, 325, 0, 0, 8150, 8151, 5, 163, 0, 0, 8151, 8152, 3, 564, 282, 0, 8152, 8153, 5, 138, 0, 0, 8153, 8154, 5, 257, 0, 0, 8154, 8155, 5, 311, 0, 0, 8155, 8156, 3, 564, 282, 0, 8156, 8157, 3, 884, 442, 0, 8157, 8158, 3, 564, 282, 0, 8158, 8187, 1, 0, 0, 0, 8159, 8160, 5, 138, 0, 0, 8160, 8161, 5, 355, 0, 0, 8161, 8162, 5, 325, 0, 0, 8162, 8163, 5, 163, 0, 0, 8163, 8164, 3, 564, 282, 0, 8164, 8165, 5, 138, 0, 0, 8165, 8166, 5, 257, 0, 0, 8166, 8167, 5, 62, 0, 0, 8167, 8168, 3, 1422, 711, 0, 8168, 8169, 5, 311, 0, 0, 8169, 8170, 3, 564, 282, 0, 8170, 8171, 3, 884, 442, 0, 8171, 8172, 3, 564, 282, 0, 8172, 8187, 1, 0, 0, 0, 8173, 8174, 5, 138, 0, 0, 8174, 8175, 5, 355, 0, 0, 8175, 8176, 5, 325, 0, 0, 8176, 8177, 5, 163, 0, 0, 8177, 8178, 3, 564, 282, 0, 8178, 8179, 5, 191, 0, 0, 8179, 8181, 5, 257, 0, 0, 8180, 8182, 3, 754, 377, 0, 8181, 8180, 1, 0, 0, 0, 8181, 8182, 1, 0, 0, 0, 8182, 8183, 1, 0, 0, 0, 8183, 8184, 5, 62, 0, 0, 8184, 8185, 3, 1422, 711, 0, 8185, 8187, 1, 0, 0, 0, 8186, 8123, 1, 0, 0, 0, 8186, 8135, 1, 0, 0, 0, 8186, 8147, 1, 0, 0, 0, 8186, 8159, 1, 0, 0, 0, 8186, 8173, 1, 0, 0, 0, 8187, 883, 1, 0, 0, 0, 8188, 8189, 5, 105, 0, 0, 8189, 885, 1, 0, 0, 0, 8190, 8192, 5, 46, 0, 0, 8191, 8193, 3, 530, 265, 0, 8192, 8191, 1, 0, 0, 0, 8192, 8193, 1, 0, 0, 0, 8193, 8194, 1, 0, 0, 0, 8194, 8195, 5, 168, 0, 0, 8195, 8196, 3, 564, 282, 0, 8196, 8197, 5, 62, 0, 0, 8197, 8198, 3, 1464, 732, 0, 8198, 8199, 5, 94, 0, 0, 8199, 8200, 3, 1464, 732, 0, 8200, 8201, 5, 64, 0, 0, 8201, 8202, 3, 564, 282, 0, 8202, 887, 1, 0, 0, 0, 8203, 8205, 5, 158, 0, 0, 8204, 8206, 3, 914, 457, 0, 8205, 8204, 1, 0, 0, 0, 8205, 8206, 1, 0, 0, 0, 8206, 8207, 1, 0, 0, 0, 8207, 8209, 3, 1412, 706, 0, 8208, 8210, 3, 892, 446, 0, 8209, 8208, 1, 0, 0, 0, 8209, 8210, 1, 0, 0, 0, 8210, 8222, 1, 0, 0, 0, 8211, 8213, 5, 158, 0, 0, 8212, 8214, 3, 914, 457, 0, 8213, 8212, 1, 0, 0, 0, 8213, 8214, 1, 0, 0, 0, 8214, 8222, 1, 0, 0, 0, 8215, 8216, 5, 158, 0, 0, 8216, 8217, 3, 890, 445, 0, 8217, 8219, 3, 1412, 706, 0, 8218, 8220, 3, 892, 446, 0, 8219, 8218, 1, 0, 0, 0, 8219, 8220, 1, 0, 0, 0, 8220, 8222, 1, 0, 0, 0, 8221, 8203, 1, 0, 0, 0, 8221, 8211, 1, 0, 0, 0, 8221, 8215, 1, 0, 0, 0, 8222, 889, 1, 0, 0, 0, 8223, 8224, 5, 2, 0, 0, 8224, 8229, 3, 914, 457, 0, 8225, 8226, 5, 6, 0, 0, 8226, 8228, 3, 914, 457, 0, 8227, 8225, 1, 0, 0, 0, 8228, 8231, 1, 0, 0, 0, 8229, 8227, 1, 0, 0, 0, 8229, 8230, 1, 0, 0, 0, 8230, 8232, 1, 0, 0, 0, 8231, 8229, 1, 0, 0, 0, 8232, 8233, 5, 3, 0, 0, 8233, 891, 1, 0, 0, 0, 8234, 8235, 5, 100, 0, 0, 8235, 8236, 3, 1442, 721, 0, 8236, 893, 1, 0, 0, 0, 8237, 8239, 5, 370, 0, 0, 8238, 8240, 3, 920, 460, 0, 8239, 8238, 1, 0, 0, 0, 8239, 8240, 1, 0, 0, 0, 8240, 8242, 1, 0, 0, 0, 8241, 8243, 3, 922, 461, 0, 8242, 8241, 1, 0, 0, 0, 8242, 8243, 1, 0, 0, 0, 8243, 8245, 1, 0, 0, 0, 8244, 8246, 3, 914, 457, 0, 8245, 8244, 1, 0, 0, 0, 8245, 8246, 1, 0, 0, 0, 8246, 8248, 1, 0, 0, 0, 8247, 8249, 3, 908, 454, 0, 8248, 8247, 1, 0, 0, 0, 8248, 8249, 1, 0, 0, 0, 8249, 8251, 1, 0, 0, 0, 8250, 8252, 3, 930, 465, 0, 8251, 8250, 1, 0, 0, 0, 8251, 8252, 1, 0, 0, 0, 8252, 8264, 1, 0, 0, 0, 8253, 8258, 5, 370, 0, 0, 8254, 8255, 5, 2, 0, 0, 8255, 8256, 3, 898, 449, 0, 8256, 8257, 5, 3, 0, 0, 8257, 8259, 1, 0, 0, 0, 8258, 8254, 1, 0, 0, 0, 8258, 8259, 1, 0, 0, 0, 8259, 8261, 1, 0, 0, 0, 8260, 8262, 3, 930, 465, 0, 8261, 8260, 1, 0, 0, 0, 8261, 8262, 1, 0, 0, 0, 8262, 8264, 1, 0, 0, 0, 8263, 8237, 1, 0, 0, 0, 8263, 8253, 1, 0, 0, 0, 8264, 895, 1, 0, 0, 0, 8265, 8267, 3, 900, 450, 0, 8266, 8268, 3, 914, 457, 0, 8267, 8266, 1, 0, 0, 0, 8267, 8268, 1, 0, 0, 0, 8268, 8270, 1, 0, 0, 0, 8269, 8271, 3, 930, 465, 0, 8270, 8269, 1, 0, 0, 0, 8270, 8271, 1, 0, 0, 0, 8271, 8280, 1, 0, 0, 0, 8272, 8273, 3, 900, 450, 0, 8273, 8274, 5, 2, 0, 0, 8274, 8275, 3, 910, 455, 0, 8275, 8277, 5, 3, 0, 0, 8276, 8278, 3, 930, 465, 0, 8277, 8276, 1, 0, 0, 0, 8277, 8278, 1, 0, 0, 0, 8278, 8280, 1, 0, 0, 0, 8279, 8265, 1, 0, 0, 0, 8279, 8272, 1, 0, 0, 0, 8280, 897, 1, 0, 0, 0, 8281, 8286, 3, 902, 451, 0, 8282, 8283, 5, 6, 0, 0, 8283, 8285, 3, 902, 451, 0, 8284, 8282, 1, 0, 0, 0, 8285, 8288, 1, 0, 0, 0, 8286, 8284, 1, 0, 0, 0, 8286, 8287, 1, 0, 0, 0, 8287, 899, 1, 0, 0, 0, 8288, 8286, 1, 0, 0, 0, 8289, 8290, 7, 51, 0, 0, 8290, 901, 1, 0, 0, 0, 8291, 8293, 3, 904, 452, 0, 8292, 8294, 3, 906, 453, 0, 8293, 8292, 1, 0, 0, 0, 8293, 8294, 1, 0, 0, 0, 8294, 903, 1, 0, 0, 0, 8295, 8298, 3, 1494, 747, 0, 8296, 8298, 3, 900, 450, 0, 8297, 8295, 1, 0, 0, 0, 8297, 8296, 1, 0, 0, 0, 8298, 905, 1, 0, 0, 0, 8299, 8302, 3, 72, 36, 0, 8300, 8302, 3, 328, 164, 0, 8301, 8299, 1, 0, 0, 0, 8301, 8300, 1, 0, 0, 0, 8302, 907, 1, 0, 0, 0, 8303, 8304, 3, 900, 450, 0, 8304, 909, 1, 0, 0, 0, 8305, 8310, 3, 912, 456, 0, 8306, 8307, 5, 6, 0, 0, 8307, 8309, 3, 912, 456, 0, 8308, 8306, 1, 0, 0, 0, 8309, 8312, 1, 0, 0, 0, 8310, 8308, 1, 0, 0, 0, 8310, 8311, 1, 0, 0, 0, 8311, 911, 1, 0, 0, 0, 8312, 8310, 1, 0, 0, 0, 8313, 8317, 3, 914, 457, 0, 8314, 8317, 3, 916, 458, 0, 8315, 8317, 3, 918, 459, 0, 8316, 8313, 1, 0, 0, 0, 8316, 8314, 1, 0, 0, 0, 8316, 8315, 1, 0, 0, 0, 8317, 913, 1, 0, 0, 0, 8318, 8320, 5, 128, 0, 0, 8319, 8321, 7, 52, 0, 0, 8320, 8319, 1, 0, 0, 0, 8320, 8321, 1, 0, 0, 0, 8321, 915, 1, 0, 0, 0, 8322, 8324, 5, 547, 0, 0, 8323, 8325, 7, 52, 0, 0, 8324, 8323, 1, 0, 0, 0, 8324, 8325, 1, 0, 0, 0, 8325, 917, 1, 0, 0, 0, 8326, 8329, 5, 548, 0, 0, 8327, 8330, 3, 328, 164, 0, 8328, 8330, 3, 1464, 732, 0, 8329, 8327, 1, 0, 0, 0, 8329, 8328, 1, 0, 0, 0, 8330, 919, 1, 0, 0, 0, 8331, 8332, 5, 113, 0, 0, 8332, 921, 1, 0, 0, 0, 8333, 8334, 5, 112, 0, 0, 8334, 923, 1, 0, 0, 0, 8335, 8336, 5, 2, 0, 0, 8336, 8337, 3, 250, 125, 0, 8337, 8338, 5, 3, 0, 0, 8338, 925, 1, 0, 0, 0, 8339, 8341, 3, 1412, 706, 0, 8340, 8342, 3, 924, 462, 0, 8341, 8340, 1, 0, 0, 0, 8341, 8342, 1, 0, 0, 0, 8342, 927, 1, 0, 0, 0, 8343, 8348, 3, 926, 463, 0, 8344, 8345, 5, 6, 0, 0, 8345, 8347, 3, 926, 463, 0, 8346, 8344, 1, 0, 0, 0, 8347, 8350, 1, 0, 0, 0, 8348, 8346, 1, 0, 0, 0, 8348, 8349, 1, 0, 0, 0, 8349, 929, 1, 0, 0, 0, 8350, 8348, 1, 0, 0, 0, 8351, 8352, 3, 928, 464, 0, 8352, 931, 1, 0, 0, 0, 8353, 8354, 5, 203, 0, 0, 8354, 8372, 3, 934, 467, 0, 8355, 8356, 5, 203, 0, 0, 8356, 8358, 3, 900, 450, 0, 8357, 8359, 3, 914, 457, 0, 8358, 8357, 1, 0, 0, 0, 8358, 8359, 1, 0, 0, 0, 8359, 8360, 1, 0, 0, 0, 8360, 8361, 3, 934, 467, 0, 8361, 8372, 1, 0, 0, 0, 8362, 8363, 5, 203, 0, 0, 8363, 8364, 5, 128, 0, 0, 8364, 8372, 3, 934, 467, 0, 8365, 8366, 5, 203, 0, 0, 8366, 8367, 5, 2, 0, 0, 8367, 8368, 3, 936, 468, 0, 8368, 8369, 5, 3, 0, 0, 8369, 8370, 3, 934, 467, 0, 8370, 8372, 1, 0, 0, 0, 8371, 8353, 1, 0, 0, 0, 8371, 8355, 1, 0, 0, 0, 8371, 8362, 1, 0, 0, 0, 8371, 8365, 1, 0, 0, 0, 8372, 933, 1, 0, 0, 0, 8373, 8383, 3, 1006, 503, 0, 8374, 8383, 3, 956, 478, 0, 8375, 8383, 3, 988, 494, 0, 8376, 8383, 3, 974, 487, 0, 8377, 8383, 3, 998, 499, 0, 8378, 8383, 3, 300, 150, 0, 8379, 8383, 3, 306, 153, 0, 8380, 8383, 3, 312, 156, 0, 8381, 8383, 3, 950, 475, 0, 8382, 8373, 1, 0, 0, 0, 8382, 8374, 1, 0, 0, 0, 8382, 8375, 1, 0, 0, 0, 8382, 8376, 1, 0, 0, 0, 8382, 8377, 1, 0, 0, 0, 8382, 8378, 1, 0, 0, 0, 8382, 8379, 1, 0, 0, 0, 8382, 8380, 1, 0, 0, 0, 8382, 8381, 1, 0, 0, 0, 8383, 935, 1, 0, 0, 0, 8384, 8389, 3, 938, 469, 0, 8385, 8386, 5, 6, 0, 0, 8386, 8388, 3, 938, 469, 0, 8387, 8385, 1, 0, 0, 0, 8388, 8391, 1, 0, 0, 0, 8389, 8387, 1, 0, 0, 0, 8389, 8390, 1, 0, 0, 0, 8390, 937, 1, 0, 0, 0, 8391, 8389, 1, 0, 0, 0, 8392, 8394, 3, 940, 470, 0, 8393, 8395, 3, 942, 471, 0, 8394, 8393, 1, 0, 0, 0, 8394, 8395, 1, 0, 0, 0, 8395, 939, 1, 0, 0, 0, 8396, 8399, 3, 1494, 747, 0, 8397, 8399, 3, 900, 450, 0, 8398, 8396, 1, 0, 0, 0, 8398, 8397, 1, 0, 0, 0, 8399, 941, 1, 0, 0, 0, 8400, 8403, 3, 72, 36, 0, 8401, 8403, 3, 328, 164, 0, 8402, 8400, 1, 0, 0, 0, 8402, 8401, 1, 0, 0, 0, 8403, 943, 1, 0, 0, 0, 8404, 8405, 5, 290, 0, 0, 8405, 8407, 3, 1442, 721, 0, 8406, 8408, 3, 946, 473, 0, 8407, 8406, 1, 0, 0, 0, 8407, 8408, 1, 0, 0, 0, 8408, 8409, 1, 0, 0, 0, 8409, 8410, 5, 36, 0, 0, 8410, 8411, 3, 948, 474, 0, 8411, 945, 1, 0, 0, 0, 8412, 8413, 5, 2, 0, 0, 8413, 8414, 3, 1348, 674, 0, 8414, 8415, 5, 3, 0, 0, 8415, 947, 1, 0, 0, 0, 8416, 8421, 3, 1006, 503, 0, 8417, 8421, 3, 956, 478, 0, 8418, 8421, 3, 988, 494, 0, 8419, 8421, 3, 974, 487, 0, 8420, 8416, 1, 0, 0, 0, 8420, 8417, 1, 0, 0, 0, 8420, 8418, 1, 0, 0, 0, 8420, 8419, 1, 0, 0, 0, 8421, 949, 1, 0, 0, 0, 8422, 8423, 5, 202, 0, 0, 8423, 8425, 3, 1442, 721, 0, 8424, 8426, 3, 952, 476, 0, 8425, 8424, 1, 0, 0, 0, 8425, 8426, 1, 0, 0, 0, 8426, 8442, 1, 0, 0, 0, 8427, 8429, 3, 192, 96, 0, 8428, 8430, 3, 522, 261, 0, 8429, 8428, 1, 0, 0, 0, 8429, 8430, 1, 0, 0, 0, 8430, 8431, 1, 0, 0, 0, 8431, 8432, 3, 302, 151, 0, 8432, 8433, 5, 36, 0, 0, 8433, 8434, 5, 202, 0, 0, 8434, 8436, 3, 1442, 721, 0, 8435, 8437, 3, 952, 476, 0, 8436, 8435, 1, 0, 0, 0, 8436, 8437, 1, 0, 0, 0, 8437, 8439, 1, 0, 0, 0, 8438, 8440, 3, 304, 152, 0, 8439, 8438, 1, 0, 0, 0, 8439, 8440, 1, 0, 0, 0, 8440, 8442, 1, 0, 0, 0, 8441, 8422, 1, 0, 0, 0, 8441, 8427, 1, 0, 0, 0, 8442, 951, 1, 0, 0, 0, 8443, 8444, 5, 2, 0, 0, 8444, 8445, 3, 1334, 667, 0, 8445, 8446, 5, 3, 0, 0, 8446, 953, 1, 0, 0, 0, 8447, 8449, 5, 177, 0, 0, 8448, 8450, 5, 290, 0, 0, 8449, 8448, 1, 0, 0, 0, 8449, 8450, 1, 0, 0, 0, 8450, 8453, 1, 0, 0, 0, 8451, 8454, 3, 1442, 721, 0, 8452, 8454, 5, 30, 0, 0, 8453, 8451, 1, 0, 0, 0, 8453, 8452, 1, 0, 0, 0, 8454, 955, 1, 0, 0, 0, 8455, 8457, 3, 1032, 516, 0, 8456, 8455, 1, 0, 0, 0, 8456, 8457, 1, 0, 0, 0, 8457, 8458, 1, 0, 0, 0, 8458, 8459, 5, 241, 0, 0, 8459, 8460, 5, 71, 0, 0, 8460, 8461, 3, 958, 479, 0, 8461, 8463, 3, 960, 480, 0, 8462, 8464, 3, 968, 484, 0, 8463, 8462, 1, 0, 0, 0, 8463, 8464, 1, 0, 0, 0, 8464, 8466, 1, 0, 0, 0, 8465, 8467, 3, 972, 486, 0, 8466, 8465, 1, 0, 0, 0, 8466, 8467, 1, 0, 0, 0, 8467, 957, 1, 0, 0, 0, 8468, 8471, 3, 1412, 706, 0, 8469, 8470, 5, 36, 0, 0, 8470, 8472, 3, 1480, 740, 0, 8471, 8469, 1, 0, 0, 0, 8471, 8472, 1, 0, 0, 0, 8472, 959, 1, 0, 0, 0, 8473, 8474, 5, 2, 0, 0, 8474, 8475, 3, 964, 482, 0, 8475, 8476, 5, 3, 0, 0, 8476, 8478, 1, 0, 0, 0, 8477, 8473, 1, 0, 0, 0, 8477, 8478, 1, 0, 0, 0, 8478, 8483, 1, 0, 0, 0, 8479, 8480, 5, 463, 0, 0, 8480, 8481, 3, 962, 481, 0, 8481, 8482, 5, 450, 0, 0, 8482, 8484, 1, 0, 0, 0, 8483, 8479, 1, 0, 0, 0, 8483, 8484, 1, 0, 0, 0, 8484, 8487, 1, 0, 0, 0, 8485, 8488, 3, 1700, 850, 0, 8486, 8488, 3, 1006, 503, 0, 8487, 8485, 1, 0, 0, 0, 8487, 8486, 1, 0, 0, 0, 8488, 961, 1, 0, 0, 0, 8489, 8490, 7, 53, 0, 0, 8490, 963, 1, 0, 0, 0, 8491, 8496, 3, 966, 483, 0, 8492, 8493, 5, 6, 0, 0, 8493, 8495, 3, 966, 483, 0, 8494, 8492, 1, 0, 0, 0, 8495, 8498, 1, 0, 0, 0, 8496, 8494, 1, 0, 0, 0, 8496, 8497, 1, 0, 0, 0, 8497, 965, 1, 0, 0, 0, 8498, 8496, 1, 0, 0, 0, 8499, 8500, 3, 1438, 719, 0, 8500, 8501, 3, 1388, 694, 0, 8501, 967, 1, 0, 0, 0, 8502, 8503, 5, 80, 0, 0, 8503, 8505, 5, 464, 0, 0, 8504, 8506, 3, 970, 485, 0, 8505, 8504, 1, 0, 0, 0, 8505, 8506, 1, 0, 0, 0, 8506, 8507, 1, 0, 0, 0, 8507, 8515, 5, 57, 0, 0, 8508, 8509, 5, 369, 0, 0, 8509, 8510, 5, 333, 0, 0, 8510, 8512, 3, 990, 495, 0, 8511, 8513, 3, 1150, 575, 0, 8512, 8511, 1, 0, 0, 0, 8512, 8513, 1, 0, 0, 0, 8513, 8516, 1, 0, 0, 0, 8514, 8516, 5, 270, 0, 0, 8515, 8508, 1, 0, 0, 0, 8515, 8514, 1, 0, 0, 0, 8516, 969, 1, 0, 0, 0, 8517, 8518, 5, 2, 0, 0, 8518, 8519, 3, 642, 321, 0, 8519, 8521, 5, 3, 0, 0, 8520, 8522, 3, 1150, 575, 0, 8521, 8520, 1, 0, 0, 0, 8521, 8522, 1, 0, 0, 0, 8522, 8527, 1, 0, 0, 0, 8523, 8524, 5, 80, 0, 0, 8524, 8525, 5, 45, 0, 0, 8525, 8527, 3, 1442, 721, 0, 8526, 8517, 1, 0, 0, 0, 8526, 8523, 1, 0, 0, 0, 8527, 971, 1, 0, 0, 0, 8528, 8529, 5, 87, 0, 0, 8529, 8530, 3, 1392, 696, 0, 8530, 973, 1, 0, 0, 0, 8531, 8533, 3, 1032, 516, 0, 8532, 8531, 1, 0, 0, 0, 8532, 8533, 1, 0, 0, 0, 8533, 8534, 1, 0, 0, 0, 8534, 8535, 5, 182, 0, 0, 8535, 8536, 5, 64, 0, 0, 8536, 8538, 3, 1134, 567, 0, 8537, 8539, 3, 976, 488, 0, 8538, 8537, 1, 0, 0, 0, 8538, 8539, 1, 0, 0, 0, 8539, 8541, 1, 0, 0, 0, 8540, 8542, 3, 1152, 576, 0, 8541, 8540, 1, 0, 0, 0, 8541, 8542, 1, 0, 0, 0, 8542, 8544, 1, 0, 0, 0, 8543, 8545, 3, 972, 486, 0, 8544, 8543, 1, 0, 0, 0, 8544, 8545, 1, 0, 0, 0, 8545, 975, 1, 0, 0, 0, 8546, 8547, 5, 100, 0, 0, 8547, 8548, 3, 1110, 555, 0, 8548, 977, 1, 0, 0, 0, 8549, 8551, 5, 256, 0, 0, 8550, 8552, 3, 1040, 520, 0, 8551, 8550, 1, 0, 0, 0, 8551, 8552, 1, 0, 0, 0, 8552, 8553, 1, 0, 0, 0, 8553, 8555, 3, 1130, 565, 0, 8554, 8556, 3, 980, 490, 0, 8555, 8554, 1, 0, 0, 0, 8555, 8556, 1, 0, 0, 0, 8556, 8558, 1, 0, 0, 0, 8557, 8559, 3, 984, 492, 0, 8558, 8557, 1, 0, 0, 0, 8558, 8559, 1, 0, 0, 0, 8559, 979, 1, 0, 0, 0, 8560, 8561, 5, 68, 0, 0, 8561, 8562, 3, 982, 491, 0, 8562, 8563, 5, 263, 0, 0, 8563, 981, 1, 0, 0, 0, 8564, 8565, 5, 131, 0, 0, 8565, 8577, 7, 54, 0, 0, 8566, 8567, 5, 414, 0, 0, 8567, 8577, 7, 54, 0, 0, 8568, 8573, 5, 334, 0, 0, 8569, 8570, 5, 369, 0, 0, 8570, 8574, 5, 201, 0, 0, 8571, 8572, 5, 414, 0, 0, 8572, 8574, 5, 201, 0, 0, 8573, 8569, 1, 0, 0, 0, 8573, 8571, 1, 0, 0, 0, 8573, 8574, 1, 0, 0, 0, 8574, 8577, 1, 0, 0, 0, 8575, 8577, 5, 201, 0, 0, 8576, 8564, 1, 0, 0, 0, 8576, 8566, 1, 0, 0, 0, 8576, 8568, 1, 0, 0, 0, 8576, 8575, 1, 0, 0, 0, 8577, 983, 1, 0, 0, 0, 8578, 8579, 5, 272, 0, 0, 8579, 985, 1, 0, 0, 0, 8580, 8584, 5, 272, 0, 0, 8581, 8582, 5, 465, 0, 0, 8582, 8584, 5, 466, 0, 0, 8583, 8580, 1, 0, 0, 0, 8583, 8581, 1, 0, 0, 0, 8584, 987, 1, 0, 0, 0, 8585, 8587, 3, 1032, 516, 0, 8586, 8585, 1, 0, 0, 0, 8586, 8587, 1, 0, 0, 0, 8587, 8588, 1, 0, 0, 0, 8588, 8589, 5, 369, 0, 0, 8589, 8590, 3, 1134, 567, 0, 8590, 8591, 5, 333, 0, 0, 8591, 8593, 3, 990, 495, 0, 8592, 8594, 3, 1108, 554, 0, 8593, 8592, 1, 0, 0, 0, 8593, 8594, 1, 0, 0, 0, 8594, 8596, 1, 0, 0, 0, 8595, 8597, 3, 1152, 576, 0, 8596, 8595, 1, 0, 0, 0, 8596, 8597, 1, 0, 0, 0, 8597, 8599, 1, 0, 0, 0, 8598, 8600, 3, 972, 486, 0, 8599, 8598, 1, 0, 0, 0, 8599, 8600, 1, 0, 0, 0, 8600, 989, 1, 0, 0, 0, 8601, 8606, 3, 992, 496, 0, 8602, 8603, 5, 6, 0, 0, 8603, 8605, 3, 992, 496, 0, 8604, 8602, 1, 0, 0, 0, 8605, 8608, 1, 0, 0, 0, 8606, 8604, 1, 0, 0, 0, 8606, 8607, 1, 0, 0, 0, 8607, 991, 1, 0, 0, 0, 8608, 8606, 1, 0, 0, 0, 8609, 8610, 3, 994, 497, 0, 8610, 8611, 5, 10, 0, 0, 8611, 8612, 3, 1218, 609, 0, 8612, 8628, 1, 0, 0, 0, 8613, 8614, 5, 2, 0, 0, 8614, 8615, 3, 996, 498, 0, 8615, 8616, 5, 3, 0, 0, 8616, 8625, 5, 10, 0, 0, 8617, 8619, 5, 414, 0, 0, 8618, 8617, 1, 0, 0, 0, 8618, 8619, 1, 0, 0, 0, 8619, 8620, 1, 0, 0, 0, 8620, 8626, 3, 1218, 609, 0, 8621, 8622, 5, 2, 0, 0, 8622, 8623, 3, 1012, 506, 0, 8623, 8624, 5, 3, 0, 0, 8624, 8626, 1, 0, 0, 0, 8625, 8618, 1, 0, 0, 0, 8625, 8621, 1, 0, 0, 0, 8626, 8628, 1, 0, 0, 0, 8627, 8609, 1, 0, 0, 0, 8627, 8613, 1, 0, 0, 0, 8628, 993, 1, 0, 0, 0, 8629, 8630, 3, 1438, 719, 0, 8630, 8631, 3, 1388, 694, 0, 8631, 995, 1, 0, 0, 0, 8632, 8637, 3, 994, 497, 0, 8633, 8634, 5, 6, 0, 0, 8634, 8636, 3, 994, 497, 0, 8635, 8633, 1, 0, 0, 0, 8636, 8639, 1, 0, 0, 0, 8637, 8635, 1, 0, 0, 0, 8637, 8638, 1, 0, 0, 0, 8638, 997, 1, 0, 0, 0, 8639, 8637, 1, 0, 0, 0, 8640, 8641, 5, 178, 0, 0, 8641, 8642, 3, 1000, 500, 0, 8642, 8643, 3, 1002, 501, 0, 8643, 8644, 5, 172, 0, 0, 8644, 8645, 3, 1004, 502, 0, 8645, 8646, 5, 62, 0, 0, 8646, 8647, 3, 1006, 503, 0, 8647, 999, 1, 0, 0, 0, 8648, 8649, 3, 1442, 721, 0, 8649, 1001, 1, 0, 0, 0, 8650, 8651, 5, 269, 0, 0, 8651, 8656, 5, 324, 0, 0, 8652, 8656, 5, 324, 0, 0, 8653, 8656, 5, 107, 0, 0, 8654, 8656, 5, 240, 0, 0, 8655, 8650, 1, 0, 0, 0, 8655, 8652, 1, 0, 0, 0, 8655, 8653, 1, 0, 0, 0, 8655, 8654, 1, 0, 0, 0, 8656, 8659, 1, 0, 0, 0, 8657, 8655, 1, 0, 0, 0, 8657, 8658, 1, 0, 0, 0, 8658, 1003, 1, 0, 0, 0, 8659, 8657, 1, 0, 0, 0, 8660, 8666, 1, 0, 0, 0, 8661, 8662, 5, 105, 0, 0, 8662, 8666, 5, 217, 0, 0, 8663, 8664, 5, 379, 0, 0, 8664, 8666, 5, 217, 0, 0, 8665, 8660, 1, 0, 0, 0, 8665, 8661, 1, 0, 0, 0, 8665, 8663, 1, 0, 0, 0, 8666, 1005, 1, 0, 0, 0, 8667, 8670, 3, 1010, 505, 0, 8668, 8670, 3, 1008, 504, 0, 8669, 8667, 1, 0, 0, 0, 8669, 8668, 1, 0, 0, 0, 8670, 1007, 1, 0, 0, 0, 8671, 8672, 5, 2, 0, 0, 8672, 8673, 3, 1010, 505, 0, 8673, 8674, 5, 3, 0, 0, 8674, 8680, 1, 0, 0, 0, 8675, 8676, 5, 2, 0, 0, 8676, 8677, 3, 1008, 504, 0, 8677, 8678, 5, 3, 0, 0, 8678, 8680, 1, 0, 0, 0, 8679, 8671, 1, 0, 0, 0, 8679, 8675, 1, 0, 0, 0, 8680, 1009, 1, 0, 0, 0, 8681, 8683, 3, 1012, 506, 0, 8682, 8684, 3, 1048, 524, 0, 8683, 8682, 1, 0, 0, 0, 8683, 8684, 1, 0, 0, 0, 8684, 8693, 1, 0, 0, 0, 8685, 8687, 3, 1094, 547, 0, 8686, 8688, 3, 1058, 529, 0, 8687, 8686, 1, 0, 0, 0, 8687, 8688, 1, 0, 0, 0, 8688, 8694, 1, 0, 0, 0, 8689, 8691, 3, 1056, 528, 0, 8690, 8692, 3, 1096, 548, 0, 8691, 8690, 1, 0, 0, 0, 8691, 8692, 1, 0, 0, 0, 8692, 8694, 1, 0, 0, 0, 8693, 8685, 1, 0, 0, 0, 8693, 8689, 1, 0, 0, 0, 8693, 8694, 1, 0, 0, 0, 8694, 8711, 1, 0, 0, 0, 8695, 8696, 3, 1020, 510, 0, 8696, 8698, 3, 1012, 506, 0, 8697, 8699, 3, 1048, 524, 0, 8698, 8697, 1, 0, 0, 0, 8698, 8699, 1, 0, 0, 0, 8699, 8708, 1, 0, 0, 0, 8700, 8702, 3, 1094, 547, 0, 8701, 8703, 3, 1058, 529, 0, 8702, 8701, 1, 0, 0, 0, 8702, 8703, 1, 0, 0, 0, 8703, 8709, 1, 0, 0, 0, 8704, 8706, 3, 1056, 528, 0, 8705, 8707, 3, 1096, 548, 0, 8706, 8705, 1, 0, 0, 0, 8706, 8707, 1, 0, 0, 0, 8707, 8709, 1, 0, 0, 0, 8708, 8700, 1, 0, 0, 0, 8708, 8704, 1, 0, 0, 0, 8708, 8709, 1, 0, 0, 0, 8709, 8711, 1, 0, 0, 0, 8710, 8681, 1, 0, 0, 0, 8710, 8695, 1, 0, 0, 0, 8711, 1011, 1, 0, 0, 0, 8712, 8715, 3, 1014, 507, 0, 8713, 8715, 3, 1008, 504, 0, 8714, 8712, 1, 0, 0, 0, 8714, 8713, 1, 0, 0, 0, 8715, 1013, 1, 0, 0, 0, 8716, 8732, 5, 88, 0, 0, 8717, 8719, 3, 1046, 523, 0, 8718, 8717, 1, 0, 0, 0, 8718, 8719, 1, 0, 0, 0, 8719, 8721, 1, 0, 0, 0, 8720, 8722, 3, 1034, 517, 0, 8721, 8720, 1, 0, 0, 0, 8721, 8722, 1, 0, 0, 0, 8722, 8724, 1, 0, 0, 0, 8723, 8725, 3, 1390, 695, 0, 8724, 8723, 1, 0, 0, 0, 8724, 8725, 1, 0, 0, 0, 8725, 8733, 1, 0, 0, 0, 8726, 8728, 3, 1044, 522, 0, 8727, 8726, 1, 0, 0, 0, 8727, 8728, 1, 0, 0, 0, 8728, 8730, 1, 0, 0, 0, 8729, 8731, 3, 1392, 696, 0, 8730, 8729, 1, 0, 0, 0, 8730, 8731, 1, 0, 0, 0, 8731, 8733, 1, 0, 0, 0, 8732, 8718, 1, 0, 0, 0, 8732, 8727, 1, 0, 0, 0, 8733, 8735, 1, 0, 0, 0, 8734, 8736, 3, 1034, 517, 0, 8735, 8734, 1, 0, 0, 0, 8735, 8736, 1, 0, 0, 0, 8736, 8738, 1, 0, 0, 0, 8737, 8739, 3, 1108, 554, 0, 8738, 8737, 1, 0, 0, 0, 8738, 8739, 1, 0, 0, 0, 8739, 8741, 1, 0, 0, 0, 8740, 8742, 3, 1150, 575, 0, 8741, 8740, 1, 0, 0, 0, 8741, 8742, 1, 0, 0, 0, 8742, 8744, 1, 0, 0, 0, 8743, 8745, 3, 1078, 539, 0, 8744, 8743, 1, 0, 0, 0, 8744, 8745, 1, 0, 0, 0, 8745, 8747, 1, 0, 0, 0, 8746, 8748, 3, 1092, 546, 0, 8747, 8746, 1, 0, 0, 0, 8747, 8748, 1, 0, 0, 0, 8748, 8750, 1, 0, 0, 0, 8749, 8751, 3, 1294, 647, 0, 8750, 8749, 1, 0, 0, 0, 8750, 8751, 1, 0, 0, 0, 8751, 8762, 1, 0, 0, 0, 8752, 8762, 3, 1106, 553, 0, 8753, 8754, 5, 92, 0, 0, 8754, 8762, 3, 1124, 562, 0, 8755, 8756, 3, 1008, 504, 0, 8756, 8759, 3, 1018, 509, 0, 8757, 8760, 3, 1014, 507, 0, 8758, 8760, 3, 1008, 504, 0, 8759, 8757, 1, 0, 0, 0, 8759, 8758, 1, 0, 0, 0, 8760, 8762, 1, 0, 0, 0, 8761, 8716, 1, 0, 0, 0, 8761, 8752, 1, 0, 0, 0, 8761, 8753, 1, 0, 0, 0, 8761, 8755, 1, 0, 0, 0, 8762, 8770, 1, 0, 0, 0, 8763, 8766, 3, 1018, 509, 0, 8764, 8767, 3, 1014, 507, 0, 8765, 8767, 3, 1008, 504, 0, 8766, 8764, 1, 0, 0, 0, 8766, 8765, 1, 0, 0, 0, 8767, 8769, 1, 0, 0, 0, 8768, 8763, 1, 0, 0, 0, 8769, 8772, 1, 0, 0, 0, 8770, 8768, 1, 0, 0, 0, 8770, 8771, 1, 0, 0, 0, 8771, 1015, 1, 0, 0, 0, 8772, 8770, 1, 0, 0, 0, 8773, 8777, 5, 97, 0, 0, 8774, 8777, 5, 70, 0, 0, 8775, 8777, 5, 59, 0, 0, 8776, 8773, 1, 0, 0, 0, 8776, 8774, 1, 0, 0, 0, 8776, 8775, 1, 0, 0, 0, 8777, 1017, 1, 0, 0, 0, 8778, 8780, 3, 1016, 508, 0, 8779, 8781, 3, 1042, 521, 0, 8780, 8779, 1, 0, 0, 0, 8780, 8781, 1, 0, 0, 0, 8781, 1019, 1, 0, 0, 0, 8782, 8784, 5, 105, 0, 0, 8783, 8785, 5, 303, 0, 0, 8784, 8783, 1, 0, 0, 0, 8784, 8785, 1, 0, 0, 0, 8785, 8786, 1, 0, 0, 0, 8786, 8787, 3, 1022, 511, 0, 8787, 1021, 1, 0, 0, 0, 8788, 8793, 3, 1024, 512, 0, 8789, 8790, 5, 6, 0, 0, 8790, 8792, 3, 1024, 512, 0, 8791, 8789, 1, 0, 0, 0, 8792, 8795, 1, 0, 0, 0, 8793, 8791, 1, 0, 0, 0, 8793, 8794, 1, 0, 0, 0, 8794, 1023, 1, 0, 0, 0, 8795, 8793, 1, 0, 0, 0, 8796, 8798, 3, 1442, 721, 0, 8797, 8799, 3, 924, 462, 0, 8798, 8797, 1, 0, 0, 0, 8798, 8799, 1, 0, 0, 0, 8799, 8800, 1, 0, 0, 0, 8800, 8802, 5, 36, 0, 0, 8801, 8803, 3, 1030, 515, 0, 8802, 8801, 1, 0, 0, 0, 8802, 8803, 1, 0, 0, 0, 8803, 8804, 1, 0, 0, 0, 8804, 8805, 5, 2, 0, 0, 8805, 8806, 3, 948, 474, 0, 8806, 8808, 5, 3, 0, 0, 8807, 8809, 3, 1026, 513, 0, 8808, 8807, 1, 0, 0, 0, 8808, 8809, 1, 0, 0, 0, 8809, 8811, 1, 0, 0, 0, 8810, 8812, 3, 1028, 514, 0, 8811, 8810, 1, 0, 0, 0, 8811, 8812, 1, 0, 0, 0, 8812, 1025, 1, 0, 0, 0, 8813, 8814, 5, 325, 0, 0, 8814, 8815, 7, 55, 0, 0, 8815, 8816, 5, 207, 0, 0, 8816, 8817, 5, 147, 0, 0, 8817, 8818, 3, 250, 125, 0, 8818, 8819, 5, 333, 0, 0, 8819, 8820, 3, 1438, 719, 0, 8820, 1027, 1, 0, 0, 0, 8821, 8822, 5, 173, 0, 0, 8822, 8823, 3, 250, 125, 0, 8823, 8824, 5, 333, 0, 0, 8824, 8830, 3, 1438, 719, 0, 8825, 8826, 5, 94, 0, 0, 8826, 8827, 3, 1442, 721, 0, 8827, 8828, 5, 53, 0, 0, 8828, 8829, 3, 1442, 721, 0, 8829, 8831, 1, 0, 0, 0, 8830, 8825, 1, 0, 0, 0, 8830, 8831, 1, 0, 0, 0, 8831, 8832, 1, 0, 0, 0, 8832, 8833, 5, 100, 0, 0, 8833, 8834, 3, 1438, 719, 0, 8834, 1029, 1, 0, 0, 0, 8835, 8839, 5, 259, 0, 0, 8836, 8837, 5, 77, 0, 0, 8837, 8839, 5, 259, 0, 0, 8838, 8835, 1, 0, 0, 0, 8838, 8836, 1, 0, 0, 0, 8839, 1031, 1, 0, 0, 0, 8840, 8841, 3, 1020, 510, 0, 8841, 1033, 1, 0, 0, 0, 8842, 8847, 5, 71, 0, 0, 8843, 8844, 3, 1036, 518, 0, 8844, 8845, 3, 1038, 519, 0, 8845, 8848, 1, 0, 0, 0, 8846, 8848, 3, 1680, 840, 0, 8847, 8843, 1, 0, 0, 0, 8847, 8846, 1, 0, 0, 0, 8848, 1035, 1, 0, 0, 0, 8849, 8852, 1, 0, 0, 0, 8850, 8852, 5, 346, 0, 0, 8851, 8849, 1, 0, 0, 0, 8851, 8850, 1, 0, 0, 0, 8852, 1037, 1, 0, 0, 0, 8853, 8855, 7, 56, 0, 0, 8854, 8853, 1, 0, 0, 0, 8854, 8855, 1, 0, 0, 0, 8855, 8856, 1, 0, 0, 0, 8856, 8858, 7, 25, 0, 0, 8857, 8859, 3, 1040, 520, 0, 8858, 8857, 1, 0, 0, 0, 8858, 8859, 1, 0, 0, 0, 8859, 8860, 1, 0, 0, 0, 8860, 8870, 3, 1410, 705, 0, 8861, 8863, 5, 367, 0, 0, 8862, 8864, 3, 1040, 520, 0, 8863, 8862, 1, 0, 0, 0, 8863, 8864, 1, 0, 0, 0, 8864, 8865, 1, 0, 0, 0, 8865, 8870, 3, 1410, 705, 0, 8866, 8867, 5, 92, 0, 0, 8867, 8870, 3, 1410, 705, 0, 8868, 8870, 3, 1410, 705, 0, 8869, 8854, 1, 0, 0, 0, 8869, 8861, 1, 0, 0, 0, 8869, 8866, 1, 0, 0, 0, 8869, 8868, 1, 0, 0, 0, 8870, 1039, 1, 0, 0, 0, 8871, 8872, 5, 92, 0, 0, 8872, 1041, 1, 0, 0, 0, 8873, 8874, 7, 57, 0, 0, 8874, 1043, 1, 0, 0, 0, 8875, 8881, 5, 56, 0, 0, 8876, 8877, 5, 80, 0, 0, 8877, 8878, 5, 2, 0, 0, 8878, 8879, 3, 1334, 667, 0, 8879, 8880, 5, 3, 0, 0, 8880, 8882, 1, 0, 0, 0, 8881, 8876, 1, 0, 0, 0, 8881, 8882, 1, 0, 0, 0, 8882, 1045, 1, 0, 0, 0, 8883, 8884, 5, 30, 0, 0, 8884, 1047, 1, 0, 0, 0, 8885, 8886, 3, 1050, 525, 0, 8886, 1049, 1, 0, 0, 0, 8887, 8888, 5, 83, 0, 0, 8888, 8889, 5, 147, 0, 0, 8889, 8890, 3, 1052, 526, 0, 8890, 1051, 1, 0, 0, 0, 8891, 8896, 3, 1054, 527, 0, 8892, 8893, 5, 6, 0, 0, 8893, 8895, 3, 1054, 527, 0, 8894, 8892, 1, 0, 0, 0, 8895, 8898, 1, 0, 0, 0, 8896, 8894, 1, 0, 0, 0, 8896, 8897, 1, 0, 0, 0, 8897, 1053, 1, 0, 0, 0, 8898, 8896, 1, 0, 0, 0, 8899, 8903, 3, 1342, 671, 0, 8900, 8901, 5, 100, 0, 0, 8901, 8904, 3, 1330, 665, 0, 8902, 8904, 3, 656, 328, 0, 8903, 8900, 1, 0, 0, 0, 8903, 8902, 1, 0, 0, 0, 8903, 8904, 1, 0, 0, 0, 8904, 8906, 1, 0, 0, 0, 8905, 8907, 3, 658, 329, 0, 8906, 8905, 1, 0, 0, 0, 8906, 8907, 1, 0, 0, 0, 8907, 1055, 1, 0, 0, 0, 8908, 8910, 3, 1060, 530, 0, 8909, 8911, 3, 1064, 532, 0, 8910, 8909, 1, 0, 0, 0, 8910, 8911, 1, 0, 0, 0, 8911, 8921, 1, 0, 0, 0, 8912, 8914, 3, 1064, 532, 0, 8913, 8915, 3, 1062, 531, 0, 8914, 8913, 1, 0, 0, 0, 8914, 8915, 1, 0, 0, 0, 8915, 8921, 1, 0, 0, 0, 8916, 8918, 3, 1062, 531, 0, 8917, 8919, 3, 1064, 532, 0, 8918, 8917, 1, 0, 0, 0, 8918, 8919, 1, 0, 0, 0, 8919, 8921, 1, 0, 0, 0, 8920, 8908, 1, 0, 0, 0, 8920, 8912, 1, 0, 0, 0, 8920, 8916, 1, 0, 0, 0, 8921, 1057, 1, 0, 0, 0, 8922, 8923, 3, 1056, 528, 0, 8923, 1059, 1, 0, 0, 0, 8924, 8925, 5, 74, 0, 0, 8925, 8928, 3, 1066, 533, 0, 8926, 8927, 5, 6, 0, 0, 8927, 8929, 3, 1068, 534, 0, 8928, 8926, 1, 0, 0, 0, 8928, 8929, 1, 0, 0, 0, 8929, 1061, 1, 0, 0, 0, 8930, 8931, 5, 61, 0, 0, 8931, 8945, 3, 1076, 538, 0, 8932, 8933, 3, 1070, 535, 0, 8933, 8937, 3, 1074, 537, 0, 8934, 8938, 5, 81, 0, 0, 8935, 8936, 5, 105, 0, 0, 8936, 8938, 5, 467, 0, 0, 8937, 8934, 1, 0, 0, 0, 8937, 8935, 1, 0, 0, 0, 8938, 8946, 1, 0, 0, 0, 8939, 8943, 3, 1074, 537, 0, 8940, 8944, 5, 81, 0, 0, 8941, 8942, 5, 105, 0, 0, 8942, 8944, 5, 467, 0, 0, 8943, 8940, 1, 0, 0, 0, 8943, 8941, 1, 0, 0, 0, 8944, 8946, 1, 0, 0, 0, 8945, 8932, 1, 0, 0, 0, 8945, 8939, 1, 0, 0, 0, 8946, 1063, 1, 0, 0, 0, 8947, 8952, 5, 79, 0, 0, 8948, 8949, 3, 1070, 535, 0, 8949, 8950, 3, 1074, 537, 0, 8950, 8953, 1, 0, 0, 0, 8951, 8953, 3, 1068, 534, 0, 8952, 8948, 1, 0, 0, 0, 8952, 8951, 1, 0, 0, 0, 8953, 1065, 1, 0, 0, 0, 8954, 8957, 3, 1218, 609, 0, 8955, 8957, 5, 30, 0, 0, 8956, 8954, 1, 0, 0, 0, 8956, 8955, 1, 0, 0, 0, 8957, 1067, 1, 0, 0, 0, 8958, 8959, 3, 1218, 609, 0, 8959, 1069, 1, 0, 0, 0, 8960, 8961, 5, 12, 0, 0, 8961, 8966, 3, 1072, 536, 0, 8962, 8963, 5, 13, 0, 0, 8963, 8966, 3, 1072, 536, 0, 8964, 8966, 3, 1260, 630, 0, 8965, 8960, 1, 0, 0, 0, 8965, 8962, 1, 0, 0, 0, 8965, 8964, 1, 0, 0, 0, 8966, 1071, 1, 0, 0, 0, 8967, 8970, 3, 1462, 731, 0, 8968, 8970, 3, 1460, 730, 0, 8969, 8967, 1, 0, 0, 0, 8969, 8968, 1, 0, 0, 0, 8970, 1073, 1, 0, 0, 0, 8971, 8972, 7, 58, 0, 0, 8972, 1075, 1, 0, 0, 0, 8973, 8974, 7, 59, 0, 0, 8974, 1077, 1, 0, 0, 0, 8975, 8976, 5, 66, 0, 0, 8976, 8978, 5, 147, 0, 0, 8977, 8979, 3, 1042, 521, 0, 8978, 8977, 1, 0, 0, 0, 8978, 8979, 1, 0, 0, 0, 8979, 8980, 1, 0, 0, 0, 8980, 8981, 3, 1080, 540, 0, 8981, 1079, 1, 0, 0, 0, 8982, 8987, 3, 1082, 541, 0, 8983, 8984, 5, 6, 0, 0, 8984, 8986, 3, 1082, 541, 0, 8985, 8983, 1, 0, 0, 0, 8986, 8989, 1, 0, 0, 0, 8987, 8985, 1, 0, 0, 0, 8987, 8988, 1, 0, 0, 0, 8988, 1081, 1, 0, 0, 0, 8989, 8987, 1, 0, 0, 0, 8990, 9000, 3, 1342, 671, 0, 8991, 9000, 3, 1084, 542, 0, 8992, 9000, 3, 1088, 544, 0, 8993, 9000, 3, 1086, 543, 0, 8994, 9000, 3, 1090, 545, 0, 8995, 8996, 5, 2, 0, 0, 8996, 8997, 3, 1336, 668, 0, 8997, 8998, 5, 3, 0, 0, 8998, 9000, 1, 0, 0, 0, 8999, 8990, 1, 0, 0, 0, 8999, 8991, 1, 0, 0, 0, 8999, 8992, 1, 0, 0, 0, 8999, 8993, 1, 0, 0, 0, 8999, 8994, 1, 0, 0, 0, 8999, 8995, 1, 0, 0, 0, 9000, 1083, 1, 0, 0, 0, 9001, 9002, 5, 2, 0, 0, 9002, 9003, 5, 3, 0, 0, 9003, 1085, 1, 0, 0, 0, 9004, 9005, 5, 468, 0, 0, 9005, 9006, 5, 2, 0, 0, 9006, 9007, 3, 1336, 668, 0, 9007, 9008, 5, 3, 0, 0, 9008, 1087, 1, 0, 0, 0, 9009, 9010, 5, 469, 0, 0, 9010, 9011, 5, 2, 0, 0, 9011, 9012, 3, 1336, 668, 0, 9012, 9013, 5, 3, 0, 0, 9013, 1089, 1, 0, 0, 0, 9014, 9015, 5, 470, 0, 0, 9015, 9016, 5, 471, 0, 0, 9016, 9017, 5, 2, 0, 0, 9017, 9018, 3, 1080, 540, 0, 9018, 9019, 5, 3, 0, 0, 9019, 1091, 1, 0, 0, 0, 9020, 9021, 5, 67, 0, 0, 9021, 9022, 3, 1218, 609, 0, 9022, 1093, 1, 0, 0, 0, 9023, 9028, 3, 1098, 549, 0, 9024, 9025, 5, 62, 0, 0, 9025, 9026, 5, 300, 0, 0, 9026, 9028, 5, 81, 0, 0, 9027, 9023, 1, 0, 0, 0, 9027, 9024, 1, 0, 0, 0, 9028, 1095, 1, 0, 0, 0, 9029, 9030, 3, 1094, 547, 0, 9030, 1097, 1, 0, 0, 0, 9031, 9033, 3, 1100, 550, 0, 9032, 9031, 1, 0, 0, 0, 9033, 9034, 1, 0, 0, 0, 9034, 9032, 1, 0, 0, 0, 9034, 9035, 1, 0, 0, 0, 9035, 1099, 1, 0, 0, 0, 9036, 9038, 3, 1102, 551, 0, 9037, 9039, 3, 1104, 552, 0, 9038, 9037, 1, 0, 0, 0, 9038, 9039, 1, 0, 0, 0, 9039, 9041, 1, 0, 0, 0, 9040, 9042, 3, 986, 493, 0, 9041, 9040, 1, 0, 0, 0, 9041, 9042, 1, 0, 0, 0, 9042, 1101, 1, 0, 0, 0, 9043, 9053, 5, 62, 0, 0, 9044, 9045, 5, 269, 0, 0, 9045, 9047, 5, 245, 0, 0, 9046, 9044, 1, 0, 0, 0, 9046, 9047, 1, 0, 0, 0, 9047, 9048, 1, 0, 0, 0, 9048, 9054, 5, 369, 0, 0, 9049, 9051, 5, 245, 0, 0, 9050, 9049, 1, 0, 0, 0, 9050, 9051, 1, 0, 0, 0, 9051, 9052, 1, 0, 0, 0, 9052, 9054, 5, 334, 0, 0, 9053, 9046, 1, 0, 0, 0, 9053, 9050, 1, 0, 0, 0, 9054, 1103, 1, 0, 0, 0, 9055, 9056, 5, 275, 0, 0, 9056, 9057, 3, 1396, 698, 0, 9057, 1105, 1, 0, 0, 0, 9058, 9059, 5, 422, 0, 0, 9059, 9060, 5, 2, 0, 0, 9060, 9061, 3, 1334, 667, 0, 9061, 9069, 5, 3, 0, 0, 9062, 9063, 5, 6, 0, 0, 9063, 9064, 5, 2, 0, 0, 9064, 9065, 3, 1334, 667, 0, 9065, 9066, 5, 3, 0, 0, 9066, 9068, 1, 0, 0, 0, 9067, 9062, 1, 0, 0, 0, 9068, 9071, 1, 0, 0, 0, 9069, 9067, 1, 0, 0, 0, 9069, 9070, 1, 0, 0, 0, 9070, 1107, 1, 0, 0, 0, 9071, 9069, 1, 0, 0, 0, 9072, 9073, 5, 64, 0, 0, 9073, 9074, 3, 1110, 555, 0, 9074, 1109, 1, 0, 0, 0, 9075, 9080, 3, 1112, 556, 0, 9076, 9077, 5, 6, 0, 0, 9077, 9079, 3, 1112, 556, 0, 9078, 9076, 1, 0, 0, 0, 9079, 9082, 1, 0, 0, 0, 9080, 9078, 1, 0, 0, 0, 9080, 9081, 1, 0, 0, 0, 9081, 1111, 1, 0, 0, 0, 9082, 9080, 1, 0, 0, 0, 9083, 9086, 3, 1124, 562, 0, 9084, 9086, 3, 1126, 563, 0, 9085, 9083, 1, 0, 0, 0, 9085, 9084, 1, 0, 0, 0, 9086, 9088, 1, 0, 0, 0, 9087, 9089, 3, 1116, 558, 0, 9088, 9087, 1, 0, 0, 0, 9088, 9089, 1, 0, 0, 0, 9089, 9091, 1, 0, 0, 0, 9090, 9092, 3, 1136, 568, 0, 9091, 9090, 1, 0, 0, 0, 9091, 9092, 1, 0, 0, 0, 9092, 9145, 1, 0, 0, 0, 9093, 9095, 3, 1140, 570, 0, 9094, 9096, 3, 1118, 559, 0, 9095, 9094, 1, 0, 0, 0, 9095, 9096, 1, 0, 0, 0, 9096, 9145, 1, 0, 0, 0, 9097, 9099, 3, 1160, 580, 0, 9098, 9100, 3, 1116, 558, 0, 9099, 9098, 1, 0, 0, 0, 9099, 9100, 1, 0, 0, 0, 9100, 9145, 1, 0, 0, 0, 9101, 9103, 3, 1008, 504, 0, 9102, 9104, 3, 1116, 558, 0, 9103, 9102, 1, 0, 0, 0, 9103, 9104, 1, 0, 0, 0, 9104, 9145, 1, 0, 0, 0, 9105, 9118, 5, 72, 0, 0, 9106, 9108, 3, 1160, 580, 0, 9107, 9109, 3, 1116, 558, 0, 9108, 9107, 1, 0, 0, 0, 9108, 9109, 1, 0, 0, 0, 9109, 9119, 1, 0, 0, 0, 9110, 9112, 3, 1140, 570, 0, 9111, 9113, 3, 1118, 559, 0, 9112, 9111, 1, 0, 0, 0, 9112, 9113, 1, 0, 0, 0, 9113, 9119, 1, 0, 0, 0, 9114, 9116, 3, 1008, 504, 0, 9115, 9117, 3, 1116, 558, 0, 9116, 9115, 1, 0, 0, 0, 9116, 9117, 1, 0, 0, 0, 9117, 9119, 1, 0, 0, 0, 9118, 9106, 1, 0, 0, 0, 9118, 9110, 1, 0, 0, 0, 9118, 9114, 1, 0, 0, 0, 9119, 9145, 1, 0, 0, 0, 9120, 9121, 5, 2, 0, 0, 9121, 9138, 3, 1112, 556, 0, 9122, 9123, 5, 110, 0, 0, 9123, 9124, 5, 118, 0, 0, 9124, 9139, 3, 1112, 556, 0, 9125, 9127, 5, 121, 0, 0, 9126, 9128, 3, 1120, 560, 0, 9127, 9126, 1, 0, 0, 0, 9127, 9128, 1, 0, 0, 0, 9128, 9129, 1, 0, 0, 0, 9129, 9130, 5, 118, 0, 0, 9130, 9139, 3, 1112, 556, 0, 9131, 9133, 3, 1120, 560, 0, 9132, 9131, 1, 0, 0, 0, 9132, 9133, 1, 0, 0, 0, 9133, 9134, 1, 0, 0, 0, 9134, 9135, 5, 118, 0, 0, 9135, 9136, 3, 1112, 556, 0, 9136, 9137, 3, 1122, 561, 0, 9137, 9139, 1, 0, 0, 0, 9138, 9122, 1, 0, 0, 0, 9138, 9125, 1, 0, 0, 0, 9138, 9132, 1, 0, 0, 0, 9138, 9139, 1, 0, 0, 0, 9139, 9140, 1, 0, 0, 0, 9140, 9142, 5, 3, 0, 0, 9141, 9143, 3, 1116, 558, 0, 9142, 9141, 1, 0, 0, 0, 9142, 9143, 1, 0, 0, 0, 9143, 9145, 1, 0, 0, 0, 9144, 9085, 1, 0, 0, 0, 9144, 9093, 1, 0, 0, 0, 9144, 9097, 1, 0, 0, 0, 9144, 9101, 1, 0, 0, 0, 9144, 9105, 1, 0, 0, 0, 9144, 9120, 1, 0, 0, 0, 9145, 9164, 1, 0, 0, 0, 9146, 9147, 5, 110, 0, 0, 9147, 9148, 5, 118, 0, 0, 9148, 9163, 3, 1112, 556, 0, 9149, 9151, 5, 121, 0, 0, 9150, 9152, 3, 1120, 560, 0, 9151, 9150, 1, 0, 0, 0, 9151, 9152, 1, 0, 0, 0, 9152, 9153, 1, 0, 0, 0, 9153, 9154, 5, 118, 0, 0, 9154, 9163, 3, 1112, 556, 0, 9155, 9157, 3, 1120, 560, 0, 9156, 9155, 1, 0, 0, 0, 9156, 9157, 1, 0, 0, 0, 9157, 9158, 1, 0, 0, 0, 9158, 9159, 5, 118, 0, 0, 9159, 9160, 3, 1112, 556, 0, 9160, 9161, 3, 1122, 561, 0, 9161, 9163, 1, 0, 0, 0, 9162, 9146, 1, 0, 0, 0, 9162, 9149, 1, 0, 0, 0, 9162, 9156, 1, 0, 0, 0, 9163, 9166, 1, 0, 0, 0, 9164, 9162, 1, 0, 0, 0, 9164, 9165, 1, 0, 0, 0, 9165, 1113, 1, 0, 0, 0, 9166, 9164, 1, 0, 0, 0, 9167, 9169, 5, 36, 0, 0, 9168, 9167, 1, 0, 0, 0, 9168, 9169, 1, 0, 0, 0, 9169, 9170, 1, 0, 0, 0, 9170, 9175, 3, 1480, 740, 0, 9171, 9172, 5, 2, 0, 0, 9172, 9173, 3, 1422, 711, 0, 9173, 9174, 5, 3, 0, 0, 9174, 9176, 1, 0, 0, 0, 9175, 9171, 1, 0, 0, 0, 9175, 9176, 1, 0, 0, 0, 9176, 1115, 1, 0, 0, 0, 9177, 9178, 3, 1114, 557, 0, 9178, 1117, 1, 0, 0, 0, 9179, 9192, 3, 1114, 557, 0, 9180, 9182, 5, 36, 0, 0, 9181, 9183, 3, 1480, 740, 0, 9182, 9181, 1, 0, 0, 0, 9182, 9183, 1, 0, 0, 0, 9183, 9186, 1, 0, 0, 0, 9184, 9186, 3, 1480, 740, 0, 9185, 9180, 1, 0, 0, 0, 9185, 9184, 1, 0, 0, 0, 9186, 9187, 1, 0, 0, 0, 9187, 9188, 5, 2, 0, 0, 9188, 9189, 3, 1156, 578, 0, 9189, 9190, 5, 3, 0, 0, 9190, 9192, 1, 0, 0, 0, 9191, 9179, 1, 0, 0, 0, 9191, 9185, 1, 0, 0, 0, 9192, 1119, 1, 0, 0, 0, 9193, 9195, 7, 60, 0, 0, 9194, 9196, 5, 123, 0, 0, 9195, 9194, 1, 0, 0, 0, 9195, 9196, 1, 0, 0, 0, 9196, 1121, 1, 0, 0, 0, 9197, 9198, 5, 100, 0, 0, 9198, 9199, 5, 2, 0, 0, 9199, 9200, 3, 250, 125, 0, 9200, 9201, 5, 3, 0, 0, 9201, 9205, 1, 0, 0, 0, 9202, 9203, 5, 80, 0, 0, 9203, 9205, 3, 1218, 609, 0, 9204, 9197, 1, 0, 0, 0, 9204, 9202, 1, 0, 0, 0, 9205, 1123, 1, 0, 0, 0, 9206, 9208, 5, 81, 0, 0, 9207, 9206, 1, 0, 0, 0, 9207, 9208, 1, 0, 0, 0, 9208, 9209, 1, 0, 0, 0, 9209, 9211, 3, 1412, 706, 0, 9210, 9212, 5, 9, 0, 0, 9211, 9210, 1, 0, 0, 0, 9211, 9212, 1, 0, 0, 0, 9212, 9228, 1, 0, 0, 0, 9213, 9219, 5, 81, 0, 0, 9214, 9220, 3, 1412, 706, 0, 9215, 9216, 5, 2, 0, 0, 9216, 9217, 3, 1412, 706, 0, 9217, 9218, 5, 3, 0, 0, 9218, 9220, 1, 0, 0, 0, 9219, 9214, 1, 0, 0, 0, 9219, 9215, 1, 0, 0, 0, 9220, 9228, 1, 0, 0, 0, 9221, 9222, 5, 68, 0, 0, 9222, 9225, 5, 323, 0, 0, 9223, 9226, 3, 1428, 714, 0, 9224, 9226, 5, 111, 0, 0, 9225, 9223, 1, 0, 0, 0, 9225, 9224, 1, 0, 0, 0, 9226, 9228, 1, 0, 0, 0, 9227, 9207, 1, 0, 0, 0, 9227, 9213, 1, 0, 0, 0, 9227, 9221, 1, 0, 0, 0, 9228, 1125, 1, 0, 0, 0, 9229, 9231, 5, 81, 0, 0, 9230, 9229, 1, 0, 0, 0, 9230, 9231, 1, 0, 0, 0, 9231, 9232, 1, 0, 0, 0, 9232, 9234, 3, 1416, 708, 0, 9233, 9235, 5, 9, 0, 0, 9234, 9233, 1, 0, 0, 0, 9234, 9235, 1, 0, 0, 0, 9235, 9237, 1, 0, 0, 0, 9236, 9238, 3, 250, 125, 0, 9237, 9236, 1, 0, 0, 0, 9237, 9238, 1, 0, 0, 0, 9238, 9240, 1, 0, 0, 0, 9239, 9241, 3, 1150, 575, 0, 9240, 9239, 1, 0, 0, 0, 9240, 9241, 1, 0, 0, 0, 9241, 1127, 1, 0, 0, 0, 9242, 9244, 5, 92, 0, 0, 9243, 9245, 5, 81, 0, 0, 9244, 9243, 1, 0, 0, 0, 9244, 9245, 1, 0, 0, 0, 9245, 9246, 1, 0, 0, 0, 9246, 9248, 3, 1412, 706, 0, 9247, 9249, 5, 9, 0, 0, 9248, 9247, 1, 0, 0, 0, 9248, 9249, 1, 0, 0, 0, 9249, 9254, 1, 0, 0, 0, 9250, 9251, 5, 2, 0, 0, 9251, 9252, 3, 250, 125, 0, 9252, 9253, 5, 3, 0, 0, 9253, 9255, 1, 0, 0, 0, 9254, 9250, 1, 0, 0, 0, 9254, 9255, 1, 0, 0, 0, 9255, 9257, 1, 0, 0, 0, 9256, 9258, 3, 1150, 575, 0, 9257, 9256, 1, 0, 0, 0, 9257, 9258, 1, 0, 0, 0, 9258, 9276, 1, 0, 0, 0, 9259, 9260, 5, 92, 0, 0, 9260, 9266, 5, 81, 0, 0, 9261, 9267, 3, 1412, 706, 0, 9262, 9263, 5, 2, 0, 0, 9263, 9264, 3, 1412, 706, 0, 9264, 9265, 5, 3, 0, 0, 9265, 9267, 1, 0, 0, 0, 9266, 9261, 1, 0, 0, 0, 9266, 9262, 1, 0, 0, 0, 9267, 9276, 1, 0, 0, 0, 9268, 9269, 5, 350, 0, 0, 9269, 9270, 5, 68, 0, 0, 9270, 9273, 5, 323, 0, 0, 9271, 9274, 3, 1428, 714, 0, 9272, 9274, 5, 111, 0, 0, 9273, 9271, 1, 0, 0, 0, 9273, 9272, 1, 0, 0, 0, 9274, 9276, 1, 0, 0, 0, 9275, 9242, 1, 0, 0, 0, 9275, 9259, 1, 0, 0, 0, 9275, 9268, 1, 0, 0, 0, 9276, 1129, 1, 0, 0, 0, 9277, 9282, 3, 1124, 562, 0, 9278, 9279, 5, 6, 0, 0, 9279, 9281, 3, 1124, 562, 0, 9280, 9278, 1, 0, 0, 0, 9281, 9284, 1, 0, 0, 0, 9282, 9280, 1, 0, 0, 0, 9282, 9283, 1, 0, 0, 0, 9283, 1131, 1, 0, 0, 0, 9284, 9282, 1, 0, 0, 0, 9285, 9290, 3, 1128, 564, 0, 9286, 9287, 5, 6, 0, 0, 9287, 9289, 3, 1128, 564, 0, 9288, 9286, 1, 0, 0, 0, 9289, 9292, 1, 0, 0, 0, 9290, 9288, 1, 0, 0, 0, 9290, 9291, 1, 0, 0, 0, 9291, 1133, 1, 0, 0, 0, 9292, 9290, 1, 0, 0, 0, 9293, 9298, 3, 1124, 562, 0, 9294, 9296, 5, 36, 0, 0, 9295, 9294, 1, 0, 0, 0, 9295, 9296, 1, 0, 0, 0, 9296, 9297, 1, 0, 0, 0, 9297, 9299, 3, 1480, 740, 0, 9298, 9295, 1, 0, 0, 0, 9298, 9299, 1, 0, 0, 0, 9299, 1135, 1, 0, 0, 0, 9300, 9301, 5, 472, 0, 0, 9301, 9302, 3, 1450, 725, 0, 9302, 9303, 5, 2, 0, 0, 9303, 9304, 3, 1334, 667, 0, 9304, 9306, 5, 3, 0, 0, 9305, 9307, 3, 1138, 569, 0, 9306, 9305, 1, 0, 0, 0, 9306, 9307, 1, 0, 0, 0, 9307, 1137, 1, 0, 0, 0, 9308, 9309, 5, 310, 0, 0, 9309, 9310, 5, 2, 0, 0, 9310, 9311, 3, 1218, 609, 0, 9311, 9312, 5, 3, 0, 0, 9312, 1139, 1, 0, 0, 0, 9313, 9315, 3, 1268, 634, 0, 9314, 9316, 3, 1148, 574, 0, 9315, 9314, 1, 0, 0, 0, 9315, 9316, 1, 0, 0, 0, 9316, 9326, 1, 0, 0, 0, 9317, 9318, 5, 320, 0, 0, 9318, 9319, 5, 64, 0, 0, 9319, 9320, 5, 2, 0, 0, 9320, 9321, 3, 1144, 572, 0, 9321, 9323, 5, 3, 0, 0, 9322, 9324, 3, 1148, 574, 0, 9323, 9322, 1, 0, 0, 0, 9323, 9324, 1, 0, 0, 0, 9324, 9326, 1, 0, 0, 0, 9325, 9313, 1, 0, 0, 0, 9325, 9317, 1, 0, 0, 0, 9326, 1141, 1, 0, 0, 0, 9327, 9329, 3, 1268, 634, 0, 9328, 9330, 3, 1146, 573, 0, 9329, 9328, 1, 0, 0, 0, 9329, 9330, 1, 0, 0, 0, 9330, 1143, 1, 0, 0, 0, 9331, 9336, 3, 1142, 571, 0, 9332, 9333, 5, 6, 0, 0, 9333, 9335, 3, 1142, 571, 0, 9334, 9332, 1, 0, 0, 0, 9335, 9338, 1, 0, 0, 0, 9336, 9334, 1, 0, 0, 0, 9336, 9337, 1, 0, 0, 0, 9337, 1145, 1, 0, 0, 0, 9338, 9336, 1, 0, 0, 0, 9339, 9340, 5, 36, 0, 0, 9340, 9341, 5, 2, 0, 0, 9341, 9342, 3, 1156, 578, 0, 9342, 9343, 5, 3, 0, 0, 9343, 1147, 1, 0, 0, 0, 9344, 9345, 5, 105, 0, 0, 9345, 9346, 5, 473, 0, 0, 9346, 1149, 1, 0, 0, 0, 9347, 9348, 5, 103, 0, 0, 9348, 9349, 3, 1342, 671, 0, 9349, 1151, 1, 0, 0, 0, 9350, 9355, 5, 103, 0, 0, 9351, 9352, 5, 434, 0, 0, 9352, 9353, 5, 275, 0, 0, 9353, 9356, 3, 1000, 500, 0, 9354, 9356, 3, 1218, 609, 0, 9355, 9351, 1, 0, 0, 0, 9355, 9354, 1, 0, 0, 0, 9356, 1153, 1, 0, 0, 0, 9357, 9358, 3, 1156, 578, 0, 9358, 1155, 1, 0, 0, 0, 9359, 9364, 3, 1158, 579, 0, 9360, 9361, 5, 6, 0, 0, 9361, 9363, 3, 1158, 579, 0, 9362, 9360, 1, 0, 0, 0, 9363, 9366, 1, 0, 0, 0, 9364, 9362, 1, 0, 0, 0, 9364, 9365, 1, 0, 0, 0, 9365, 1157, 1, 0, 0, 0, 9366, 9364, 1, 0, 0, 0, 9367, 9368, 3, 1480, 740, 0, 9368, 9370, 3, 1174, 587, 0, 9369, 9371, 3, 126, 63, 0, 9370, 9369, 1, 0, 0, 0, 9370, 9371, 1, 0, 0, 0, 9371, 1159, 1, 0, 0, 0, 9372, 9373, 5, 474, 0, 0, 9373, 9389, 5, 2, 0, 0, 9374, 9375, 3, 1260, 630, 0, 9375, 9376, 3, 1286, 643, 0, 9376, 9377, 5, 475, 0, 0, 9377, 9378, 3, 1162, 581, 0, 9378, 9390, 1, 0, 0, 0, 9379, 9380, 5, 476, 0, 0, 9380, 9381, 5, 2, 0, 0, 9381, 9382, 3, 1170, 585, 0, 9382, 9383, 5, 3, 0, 0, 9383, 9384, 5, 6, 0, 0, 9384, 9385, 3, 1260, 630, 0, 9385, 9386, 3, 1286, 643, 0, 9386, 9387, 5, 475, 0, 0, 9387, 9388, 3, 1162, 581, 0, 9388, 9390, 1, 0, 0, 0, 9389, 9374, 1, 0, 0, 0, 9389, 9379, 1, 0, 0, 0, 9390, 9391, 1, 0, 0, 0, 9391, 9392, 5, 3, 0, 0, 9392, 1161, 1, 0, 0, 0, 9393, 9398, 3, 1164, 582, 0, 9394, 9395, 5, 6, 0, 0, 9395, 9397, 3, 1164, 582, 0, 9396, 9394, 1, 0, 0, 0, 9397, 9400, 1, 0, 0, 0, 9398, 9396, 1, 0, 0, 0, 9398, 9399, 1, 0, 0, 0, 9399, 1163, 1, 0, 0, 0, 9400, 9398, 1, 0, 0, 0, 9401, 9408, 3, 1480, 740, 0, 9402, 9404, 3, 1174, 587, 0, 9403, 9405, 3, 1166, 583, 0, 9404, 9403, 1, 0, 0, 0, 9404, 9405, 1, 0, 0, 0, 9405, 9409, 1, 0, 0, 0, 9406, 9407, 5, 62, 0, 0, 9407, 9409, 5, 473, 0, 0, 9408, 9402, 1, 0, 0, 0, 9408, 9406, 1, 0, 0, 0, 9409, 1165, 1, 0, 0, 0, 9410, 9412, 3, 1168, 584, 0, 9411, 9410, 1, 0, 0, 0, 9412, 9413, 1, 0, 0, 0, 9413, 9411, 1, 0, 0, 0, 9413, 9414, 1, 0, 0, 0, 9414, 1167, 1, 0, 0, 0, 9415, 9416, 5, 53, 0, 0, 9416, 9424, 3, 1218, 609, 0, 9417, 9418, 3, 1498, 749, 0, 9418, 9419, 3, 1218, 609, 0, 9419, 9424, 1, 0, 0, 0, 9420, 9421, 5, 77, 0, 0, 9421, 9424, 5, 78, 0, 0, 9422, 9424, 5, 78, 0, 0, 9423, 9415, 1, 0, 0, 0, 9423, 9417, 1, 0, 0, 0, 9423, 9420, 1, 0, 0, 0, 9423, 9422, 1, 0, 0, 0, 9424, 1169, 1, 0, 0, 0, 9425, 9430, 3, 1172, 586, 0, 9426, 9427, 5, 6, 0, 0, 9427, 9429, 3, 1172, 586, 0, 9428, 9426, 1, 0, 0, 0, 9429, 9432, 1, 0, 0, 0, 9430, 9428, 1, 0, 0, 0, 9430, 9431, 1, 0, 0, 0, 9431, 1171, 1, 0, 0, 0, 9432, 9430, 1, 0, 0, 0, 9433, 9434, 3, 1258, 629, 0, 9434, 9435, 5, 36, 0, 0, 9435, 9436, 3, 1496, 748, 0, 9436, 9440, 1, 0, 0, 0, 9437, 9438, 5, 53, 0, 0, 9438, 9440, 3, 1258, 629, 0, 9439, 9433, 1, 0, 0, 0, 9439, 9437, 1, 0, 0, 0, 9440, 1173, 1, 0, 0, 0, 9441, 9443, 5, 415, 0, 0, 9442, 9441, 1, 0, 0, 0, 9442, 9443, 1, 0, 0, 0, 9443, 9444, 1, 0, 0, 0, 9444, 9453, 3, 1178, 589, 0, 9445, 9454, 3, 1176, 588, 0, 9446, 9451, 5, 35, 0, 0, 9447, 9448, 5, 4, 0, 0, 9448, 9449, 3, 1462, 731, 0, 9449, 9450, 5, 5, 0, 0, 9450, 9452, 1, 0, 0, 0, 9451, 9447, 1, 0, 0, 0, 9451, 9452, 1, 0, 0, 0, 9452, 9454, 1, 0, 0, 0, 9453, 9445, 1, 0, 0, 0, 9453, 9446, 1, 0, 0, 0, 9454, 9460, 1, 0, 0, 0, 9455, 9456, 3, 1418, 709, 0, 9456, 9457, 5, 27, 0, 0, 9457, 9458, 7, 61, 0, 0, 9458, 9460, 1, 0, 0, 0, 9459, 9442, 1, 0, 0, 0, 9459, 9455, 1, 0, 0, 0, 9460, 1175, 1, 0, 0, 0, 9461, 9463, 5, 4, 0, 0, 9462, 9464, 3, 1462, 731, 0, 9463, 9462, 1, 0, 0, 0, 9463, 9464, 1, 0, 0, 0, 9464, 9465, 1, 0, 0, 0, 9465, 9467, 5, 5, 0, 0, 9466, 9461, 1, 0, 0, 0, 9467, 9470, 1, 0, 0, 0, 9468, 9466, 1, 0, 0, 0, 9468, 9469, 1, 0, 0, 0, 9469, 1177, 1, 0, 0, 0, 9470, 9468, 1, 0, 0, 0, 9471, 9487, 3, 1182, 591, 0, 9472, 9487, 3, 1186, 593, 0, 9473, 9487, 3, 1190, 595, 0, 9474, 9487, 3, 1198, 599, 0, 9475, 9487, 3, 1206, 603, 0, 9476, 9484, 3, 1208, 604, 0, 9477, 9479, 3, 1212, 606, 0, 9478, 9477, 1, 0, 0, 0, 9478, 9479, 1, 0, 0, 0, 9479, 9485, 1, 0, 0, 0, 9480, 9481, 5, 2, 0, 0, 9481, 9482, 3, 1462, 731, 0, 9482, 9483, 5, 3, 0, 0, 9483, 9485, 1, 0, 0, 0, 9484, 9478, 1, 0, 0, 0, 9484, 9480, 1, 0, 0, 0, 9485, 9487, 1, 0, 0, 0, 9486, 9471, 1, 0, 0, 0, 9486, 9472, 1, 0, 0, 0, 9486, 9473, 1, 0, 0, 0, 9486, 9474, 1, 0, 0, 0, 9486, 9475, 1, 0, 0, 0, 9486, 9476, 1, 0, 0, 0, 9487, 1179, 1, 0, 0, 0, 9488, 9493, 3, 1186, 593, 0, 9489, 9493, 3, 1192, 596, 0, 9490, 9493, 3, 1200, 600, 0, 9491, 9493, 3, 1206, 603, 0, 9492, 9488, 1, 0, 0, 0, 9492, 9489, 1, 0, 0, 0, 9492, 9490, 1, 0, 0, 0, 9492, 9491, 1, 0, 0, 0, 9493, 1181, 1, 0, 0, 0, 9494, 9496, 3, 1488, 744, 0, 9495, 9497, 3, 566, 283, 0, 9496, 9495, 1, 0, 0, 0, 9496, 9497, 1, 0, 0, 0, 9497, 9499, 1, 0, 0, 0, 9498, 9500, 3, 1184, 592, 0, 9499, 9498, 1, 0, 0, 0, 9499, 9500, 1, 0, 0, 0, 9500, 1183, 1, 0, 0, 0, 9501, 9502, 5, 2, 0, 0, 9502, 9503, 3, 1334, 667, 0, 9503, 9504, 5, 3, 0, 0, 9504, 1185, 1, 0, 0, 0, 9505, 9530, 5, 401, 0, 0, 9506, 9530, 5, 402, 0, 0, 9507, 9530, 5, 416, 0, 0, 9508, 9530, 5, 388, 0, 0, 9509, 9530, 5, 413, 0, 0, 9510, 9512, 5, 398, 0, 0, 9511, 9513, 3, 1188, 594, 0, 9512, 9511, 1, 0, 0, 0, 9512, 9513, 1, 0, 0, 0, 9513, 9530, 1, 0, 0, 0, 9514, 9515, 5, 190, 0, 0, 9515, 9530, 5, 412, 0, 0, 9516, 9518, 5, 395, 0, 0, 9517, 9519, 3, 1184, 592, 0, 9518, 9517, 1, 0, 0, 0, 9518, 9519, 1, 0, 0, 0, 9519, 9530, 1, 0, 0, 0, 9520, 9522, 5, 394, 0, 0, 9521, 9523, 3, 1184, 592, 0, 9522, 9521, 1, 0, 0, 0, 9522, 9523, 1, 0, 0, 0, 9523, 9530, 1, 0, 0, 0, 9524, 9526, 5, 409, 0, 0, 9525, 9527, 3, 1184, 592, 0, 9526, 9525, 1, 0, 0, 0, 9526, 9527, 1, 0, 0, 0, 9527, 9530, 1, 0, 0, 0, 9528, 9530, 5, 390, 0, 0, 9529, 9505, 1, 0, 0, 0, 9529, 9506, 1, 0, 0, 0, 9529, 9507, 1, 0, 0, 0, 9529, 9508, 1, 0, 0, 0, 9529, 9509, 1, 0, 0, 0, 9529, 9510, 1, 0, 0, 0, 9529, 9514, 1, 0, 0, 0, 9529, 9516, 1, 0, 0, 0, 9529, 9520, 1, 0, 0, 0, 9529, 9524, 1, 0, 0, 0, 9529, 9528, 1, 0, 0, 0, 9530, 1187, 1, 0, 0, 0, 9531, 9532, 5, 2, 0, 0, 9532, 9533, 3, 1462, 731, 0, 9533, 9534, 5, 3, 0, 0, 9534, 1189, 1, 0, 0, 0, 9535, 9538, 3, 1194, 597, 0, 9536, 9538, 3, 1196, 598, 0, 9537, 9535, 1, 0, 0, 0, 9537, 9536, 1, 0, 0, 0, 9538, 1191, 1, 0, 0, 0, 9539, 9542, 3, 1194, 597, 0, 9540, 9542, 3, 1196, 598, 0, 9541, 9539, 1, 0, 0, 0, 9541, 9540, 1, 0, 0, 0, 9542, 1193, 1, 0, 0, 0, 9543, 9545, 5, 389, 0, 0, 9544, 9546, 3, 1204, 602, 0, 9545, 9544, 1, 0, 0, 0, 9545, 9546, 1, 0, 0, 0, 9546, 9547, 1, 0, 0, 0, 9547, 9548, 5, 2, 0, 0, 9548, 9549, 3, 1334, 667, 0, 9549, 9550, 5, 3, 0, 0, 9550, 1195, 1, 0, 0, 0, 9551, 9553, 5, 389, 0, 0, 9552, 9554, 3, 1204, 602, 0, 9553, 9552, 1, 0, 0, 0, 9553, 9554, 1, 0, 0, 0, 9554, 1197, 1, 0, 0, 0, 9555, 9560, 3, 1202, 601, 0, 9556, 9557, 5, 2, 0, 0, 9557, 9558, 3, 1462, 731, 0, 9558, 9559, 5, 3, 0, 0, 9559, 9561, 1, 0, 0, 0, 9560, 9556, 1, 0, 0, 0, 9560, 9561, 1, 0, 0, 0, 9561, 1199, 1, 0, 0, 0, 9562, 9567, 3, 1202, 601, 0, 9563, 9564, 5, 2, 0, 0, 9564, 9565, 3, 1462, 731, 0, 9565, 9566, 5, 3, 0, 0, 9566, 9568, 1, 0, 0, 0, 9567, 9563, 1, 0, 0, 0, 9567, 9568, 1, 0, 0, 0, 9568, 1201, 1, 0, 0, 0, 9569, 9571, 7, 62, 0, 0, 9570, 9572, 3, 1204, 602, 0, 9571, 9570, 1, 0, 0, 0, 9571, 9572, 1, 0, 0, 0, 9572, 9580, 1, 0, 0, 0, 9573, 9580, 5, 423, 0, 0, 9574, 9575, 5, 405, 0, 0, 9575, 9577, 7, 63, 0, 0, 9576, 9578, 3, 1204, 602, 0, 9577, 9576, 1, 0, 0, 0, 9577, 9578, 1, 0, 0, 0, 9578, 9580, 1, 0, 0, 0, 9579, 9569, 1, 0, 0, 0, 9579, 9573, 1, 0, 0, 0, 9579, 9574, 1, 0, 0, 0, 9580, 1203, 1, 0, 0, 0, 9581, 9582, 5, 374, 0, 0, 9582, 1205, 1, 0, 0, 0, 9583, 9588, 7, 64, 0, 0, 9584, 9585, 5, 2, 0, 0, 9585, 9586, 3, 1462, 731, 0, 9586, 9587, 5, 3, 0, 0, 9587, 9589, 1, 0, 0, 0, 9588, 9584, 1, 0, 0, 0, 9588, 9589, 1, 0, 0, 0, 9589, 9591, 1, 0, 0, 0, 9590, 9592, 3, 1210, 605, 0, 9591, 9590, 1, 0, 0, 0, 9591, 9592, 1, 0, 0, 0, 9592, 1207, 1, 0, 0, 0, 9593, 9594, 5, 403, 0, 0, 9594, 1209, 1, 0, 0, 0, 9595, 9596, 5, 105, 0, 0, 9596, 9597, 5, 418, 0, 0, 9597, 9602, 5, 386, 0, 0, 9598, 9599, 5, 379, 0, 0, 9599, 9600, 5, 418, 0, 0, 9600, 9602, 5, 386, 0, 0, 9601, 9595, 1, 0, 0, 0, 9601, 9598, 1, 0, 0, 0, 9602, 1211, 1, 0, 0, 0, 9603, 9629, 5, 384, 0, 0, 9604, 9629, 5, 264, 0, 0, 9605, 9629, 5, 176, 0, 0, 9606, 9629, 5, 218, 0, 0, 9607, 9629, 5, 261, 0, 0, 9608, 9629, 3, 1214, 607, 0, 9609, 9610, 5, 384, 0, 0, 9610, 9611, 5, 94, 0, 0, 9611, 9629, 5, 264, 0, 0, 9612, 9613, 5, 176, 0, 0, 9613, 9617, 5, 94, 0, 0, 9614, 9618, 5, 218, 0, 0, 9615, 9618, 5, 261, 0, 0, 9616, 9618, 3, 1214, 607, 0, 9617, 9614, 1, 0, 0, 0, 9617, 9615, 1, 0, 0, 0, 9617, 9616, 1, 0, 0, 0, 9618, 9629, 1, 0, 0, 0, 9619, 9620, 5, 218, 0, 0, 9620, 9623, 5, 94, 0, 0, 9621, 9624, 5, 261, 0, 0, 9622, 9624, 3, 1214, 607, 0, 9623, 9621, 1, 0, 0, 0, 9623, 9622, 1, 0, 0, 0, 9624, 9629, 1, 0, 0, 0, 9625, 9626, 5, 261, 0, 0, 9626, 9627, 5, 94, 0, 0, 9627, 9629, 3, 1214, 607, 0, 9628, 9603, 1, 0, 0, 0, 9628, 9604, 1, 0, 0, 0, 9628, 9605, 1, 0, 0, 0, 9628, 9606, 1, 0, 0, 0, 9628, 9607, 1, 0, 0, 0, 9628, 9608, 1, 0, 0, 0, 9628, 9609, 1, 0, 0, 0, 9628, 9612, 1, 0, 0, 0, 9628, 9619, 1, 0, 0, 0, 9628, 9625, 1, 0, 0, 0, 9629, 1213, 1, 0, 0, 0, 9630, 9635, 5, 326, 0, 0, 9631, 9632, 5, 2, 0, 0, 9632, 9633, 3, 1462, 731, 0, 9633, 9634, 5, 3, 0, 0, 9634, 9636, 1, 0, 0, 0, 9635, 9631, 1, 0, 0, 0, 9635, 9636, 1, 0, 0, 0, 9636, 1215, 1, 0, 0, 0, 9637, 9638, 5, 197, 0, 0, 9638, 9639, 3, 1218, 609, 0, 9639, 1217, 1, 0, 0, 0, 9640, 9641, 3, 1220, 610, 0, 9641, 1219, 1, 0, 0, 0, 9642, 9644, 3, 1222, 611, 0, 9643, 9645, 3, 1328, 664, 0, 9644, 9643, 1, 0, 0, 0, 9644, 9645, 1, 0, 0, 0, 9645, 1221, 1, 0, 0, 0, 9646, 9651, 3, 1224, 612, 0, 9647, 9648, 7, 65, 0, 0, 9648, 9650, 3, 1224, 612, 0, 9649, 9647, 1, 0, 0, 0, 9650, 9653, 1, 0, 0, 0, 9651, 9649, 1, 0, 0, 0, 9651, 9652, 1, 0, 0, 0, 9652, 1223, 1, 0, 0, 0, 9653, 9651, 1, 0, 0, 0, 9654, 9659, 3, 1226, 613, 0, 9655, 9656, 5, 82, 0, 0, 9656, 9658, 3, 1226, 613, 0, 9657, 9655, 1, 0, 0, 0, 9658, 9661, 1, 0, 0, 0, 9659, 9657, 1, 0, 0, 0, 9659, 9660, 1, 0, 0, 0, 9660, 1225, 1, 0, 0, 0, 9661, 9659, 1, 0, 0, 0, 9662, 9667, 3, 1228, 614, 0, 9663, 9664, 5, 33, 0, 0, 9664, 9666, 3, 1228, 614, 0, 9665, 9663, 1, 0, 0, 0, 9666, 9669, 1, 0, 0, 0, 9667, 9665, 1, 0, 0, 0, 9667, 9668, 1, 0, 0, 0, 9668, 1227, 1, 0, 0, 0, 9669, 9667, 1, 0, 0, 0, 9670, 9676, 3, 1230, 615, 0, 9671, 9673, 5, 77, 0, 0, 9672, 9671, 1, 0, 0, 0, 9672, 9673, 1, 0, 0, 0, 9673, 9674, 1, 0, 0, 0, 9674, 9675, 5, 68, 0, 0, 9675, 9677, 3, 1368, 684, 0, 9676, 9672, 1, 0, 0, 0, 9676, 9677, 1, 0, 0, 0, 9677, 1229, 1, 0, 0, 0, 9678, 9680, 5, 77, 0, 0, 9679, 9678, 1, 0, 0, 0, 9679, 9680, 1, 0, 0, 0, 9680, 9681, 1, 0, 0, 0, 9681, 9682, 3, 1232, 616, 0, 9682, 1231, 1, 0, 0, 0, 9683, 9685, 3, 1234, 617, 0, 9684, 9686, 7, 66, 0, 0, 9685, 9684, 1, 0, 0, 0, 9685, 9686, 1, 0, 0, 0, 9686, 1233, 1, 0, 0, 0, 9687, 9711, 3, 1236, 618, 0, 9688, 9690, 5, 116, 0, 0, 9689, 9691, 5, 77, 0, 0, 9690, 9689, 1, 0, 0, 0, 9690, 9691, 1, 0, 0, 0, 9691, 9709, 1, 0, 0, 0, 9692, 9710, 5, 78, 0, 0, 9693, 9710, 5, 96, 0, 0, 9694, 9710, 5, 60, 0, 0, 9695, 9710, 5, 365, 0, 0, 9696, 9697, 5, 56, 0, 0, 9697, 9698, 5, 64, 0, 0, 9698, 9710, 3, 1218, 609, 0, 9699, 9700, 5, 275, 0, 0, 9700, 9701, 5, 2, 0, 0, 9701, 9702, 3, 1348, 674, 0, 9702, 9703, 5, 3, 0, 0, 9703, 9710, 1, 0, 0, 0, 9704, 9710, 5, 188, 0, 0, 9705, 9707, 3, 1358, 679, 0, 9706, 9705, 1, 0, 0, 0, 9706, 9707, 1, 0, 0, 0, 9707, 9708, 1, 0, 0, 0, 9708, 9710, 5, 478, 0, 0, 9709, 9692, 1, 0, 0, 0, 9709, 9693, 1, 0, 0, 0, 9709, 9694, 1, 0, 0, 0, 9709, 9695, 1, 0, 0, 0, 9709, 9696, 1, 0, 0, 0, 9709, 9699, 1, 0, 0, 0, 9709, 9704, 1, 0, 0, 0, 9709, 9706, 1, 0, 0, 0, 9710, 9712, 1, 0, 0, 0, 9711, 9688, 1, 0, 0, 0, 9711, 9712, 1, 0, 0, 0, 9712, 1235, 1, 0, 0, 0, 9713, 9725, 3, 1238, 619, 0, 9714, 9715, 7, 67, 0, 0, 9715, 9726, 3, 1238, 619, 0, 9716, 9717, 3, 1332, 666, 0, 9717, 9723, 3, 1322, 661, 0, 9718, 9724, 3, 1008, 504, 0, 9719, 9720, 5, 2, 0, 0, 9720, 9721, 3, 1218, 609, 0, 9721, 9722, 5, 3, 0, 0, 9722, 9724, 1, 0, 0, 0, 9723, 9718, 1, 0, 0, 0, 9723, 9719, 1, 0, 0, 0, 9724, 9726, 1, 0, 0, 0, 9725, 9714, 1, 0, 0, 0, 9725, 9716, 1, 0, 0, 0, 9725, 9726, 1, 0, 0, 0, 9726, 1237, 1, 0, 0, 0, 9727, 9745, 3, 1240, 620, 0, 9728, 9730, 5, 77, 0, 0, 9729, 9728, 1, 0, 0, 0, 9729, 9730, 1, 0, 0, 0, 9730, 9739, 1, 0, 0, 0, 9731, 9740, 5, 120, 0, 0, 9732, 9740, 5, 114, 0, 0, 9733, 9734, 5, 127, 0, 0, 9734, 9740, 5, 94, 0, 0, 9735, 9737, 5, 387, 0, 0, 9736, 9738, 5, 91, 0, 0, 9737, 9736, 1, 0, 0, 0, 9737, 9738, 1, 0, 0, 0, 9738, 9740, 1, 0, 0, 0, 9739, 9731, 1, 0, 0, 0, 9739, 9732, 1, 0, 0, 0, 9739, 9733, 1, 0, 0, 0, 9739, 9735, 1, 0, 0, 0, 9740, 9741, 1, 0, 0, 0, 9741, 9743, 3, 1240, 620, 0, 9742, 9744, 3, 1216, 608, 0, 9743, 9742, 1, 0, 0, 0, 9743, 9744, 1, 0, 0, 0, 9744, 9746, 1, 0, 0, 0, 9745, 9729, 1, 0, 0, 0, 9745, 9746, 1, 0, 0, 0, 9746, 1239, 1, 0, 0, 0, 9747, 9753, 3, 1242, 621, 0, 9748, 9749, 3, 1328, 664, 0, 9749, 9750, 3, 1242, 621, 0, 9750, 9752, 1, 0, 0, 0, 9751, 9748, 1, 0, 0, 0, 9752, 9755, 1, 0, 0, 0, 9753, 9751, 1, 0, 0, 0, 9753, 9754, 1, 0, 0, 0, 9754, 1241, 1, 0, 0, 0, 9755, 9753, 1, 0, 0, 0, 9756, 9758, 3, 1328, 664, 0, 9757, 9756, 1, 0, 0, 0, 9757, 9758, 1, 0, 0, 0, 9758, 9759, 1, 0, 0, 0, 9759, 9760, 3, 1244, 622, 0, 9760, 1243, 1, 0, 0, 0, 9761, 9766, 3, 1246, 623, 0, 9762, 9763, 7, 68, 0, 0, 9763, 9765, 3, 1246, 623, 0, 9764, 9762, 1, 0, 0, 0, 9765, 9768, 1, 0, 0, 0, 9766, 9764, 1, 0, 0, 0, 9766, 9767, 1, 0, 0, 0, 9767, 1245, 1, 0, 0, 0, 9768, 9766, 1, 0, 0, 0, 9769, 9774, 3, 1248, 624, 0, 9770, 9771, 7, 69, 0, 0, 9771, 9773, 3, 1248, 624, 0, 9772, 9770, 1, 0, 0, 0, 9773, 9776, 1, 0, 0, 0, 9774, 9772, 1, 0, 0, 0, 9774, 9775, 1, 0, 0, 0, 9775, 1247, 1, 0, 0, 0, 9776, 9774, 1, 0, 0, 0, 9777, 9780, 3, 1250, 625, 0, 9778, 9779, 5, 15, 0, 0, 9779, 9781, 3, 1218, 609, 0, 9780, 9778, 1, 0, 0, 0, 9780, 9781, 1, 0, 0, 0, 9781, 1249, 1, 0, 0, 0, 9782, 9784, 7, 68, 0, 0, 9783, 9782, 1, 0, 0, 0, 9783, 9784, 1, 0, 0, 0, 9784, 9785, 1, 0, 0, 0, 9785, 9786, 3, 1252, 626, 0, 9786, 1251, 1, 0, 0, 0, 9787, 9792, 3, 1254, 627, 0, 9788, 9789, 5, 142, 0, 0, 9789, 9790, 5, 418, 0, 0, 9790, 9791, 5, 386, 0, 0, 9791, 9793, 3, 1218, 609, 0, 9792, 9788, 1, 0, 0, 0, 9792, 9793, 1, 0, 0, 0, 9793, 1253, 1, 0, 0, 0, 9794, 9797, 3, 1256, 628, 0, 9795, 9796, 5, 43, 0, 0, 9796, 9798, 3, 564, 282, 0, 9797, 9795, 1, 0, 0, 0, 9797, 9798, 1, 0, 0, 0, 9798, 1255, 1, 0, 0, 0, 9799, 9804, 3, 1260, 630, 0, 9800, 9801, 5, 26, 0, 0, 9801, 9803, 3, 1174, 587, 0, 9802, 9800, 1, 0, 0, 0, 9803, 9806, 1, 0, 0, 0, 9804, 9802, 1, 0, 0, 0, 9804, 9805, 1, 0, 0, 0, 9805, 1257, 1, 0, 0, 0, 9806, 9804, 1, 0, 0, 0, 9807, 9808, 6, 629, -1, 0, 9808, 9815, 3, 1260, 630, 0, 9809, 9810, 7, 68, 0, 0, 9810, 9815, 3, 1258, 629, 9, 9811, 9812, 3, 1328, 664, 0, 9812, 9813, 3, 1258, 629, 3, 9813, 9815, 1, 0, 0, 0, 9814, 9807, 1, 0, 0, 0, 9814, 9809, 1, 0, 0, 0, 9814, 9811, 1, 0, 0, 0, 9815, 9855, 1, 0, 0, 0, 9816, 9817, 10, 8, 0, 0, 9817, 9818, 5, 15, 0, 0, 9818, 9854, 3, 1258, 629, 9, 9819, 9820, 10, 7, 0, 0, 9820, 9821, 7, 69, 0, 0, 9821, 9854, 3, 1258, 629, 8, 9822, 9823, 10, 6, 0, 0, 9823, 9824, 7, 68, 0, 0, 9824, 9854, 3, 1258, 629, 7, 9825, 9826, 10, 5, 0, 0, 9826, 9827, 3, 1328, 664, 0, 9827, 9828, 3, 1258, 629, 6, 9828, 9854, 1, 0, 0, 0, 9829, 9830, 10, 4, 0, 0, 9830, 9831, 7, 67, 0, 0, 9831, 9854, 3, 1258, 629, 5, 9832, 9833, 10, 10, 0, 0, 9833, 9834, 5, 26, 0, 0, 9834, 9854, 3, 1174, 587, 0, 9835, 9836, 10, 2, 0, 0, 9836, 9854, 3, 1328, 664, 0, 9837, 9838, 10, 1, 0, 0, 9838, 9840, 5, 116, 0, 0, 9839, 9841, 5, 77, 0, 0, 9840, 9839, 1, 0, 0, 0, 9840, 9841, 1, 0, 0, 0, 9841, 9851, 1, 0, 0, 0, 9842, 9843, 5, 56, 0, 0, 9843, 9844, 5, 64, 0, 0, 9844, 9852, 3, 1258, 629, 0, 9845, 9846, 5, 275, 0, 0, 9846, 9847, 5, 2, 0, 0, 9847, 9848, 3, 1348, 674, 0, 9848, 9849, 5, 3, 0, 0, 9849, 9852, 1, 0, 0, 0, 9850, 9852, 5, 188, 0, 0, 9851, 9842, 1, 0, 0, 0, 9851, 9845, 1, 0, 0, 0, 9851, 9850, 1, 0, 0, 0, 9852, 9854, 1, 0, 0, 0, 9853, 9816, 1, 0, 0, 0, 9853, 9819, 1, 0, 0, 0, 9853, 9822, 1, 0, 0, 0, 9853, 9825, 1, 0, 0, 0, 9853, 9829, 1, 0, 0, 0, 9853, 9832, 1, 0, 0, 0, 9853, 9835, 1, 0, 0, 0, 9853, 9837, 1, 0, 0, 0, 9854, 9857, 1, 0, 0, 0, 9855, 9853, 1, 0, 0, 0, 9855, 9856, 1, 0, 0, 0, 9856, 1259, 1, 0, 0, 0, 9857, 9855, 1, 0, 0, 0, 9858, 9859, 5, 396, 0, 0, 9859, 9895, 3, 1008, 504, 0, 9860, 9863, 5, 35, 0, 0, 9861, 9864, 3, 1008, 504, 0, 9862, 9864, 3, 1350, 675, 0, 9863, 9861, 1, 0, 0, 0, 9863, 9862, 1, 0, 0, 0, 9864, 9895, 1, 0, 0, 0, 9865, 9866, 5, 28, 0, 0, 9866, 9895, 3, 1388, 694, 0, 9867, 9868, 5, 470, 0, 0, 9868, 9869, 5, 2, 0, 0, 9869, 9870, 3, 1334, 667, 0, 9870, 9871, 5, 3, 0, 0, 9871, 9895, 1, 0, 0, 0, 9872, 9873, 5, 98, 0, 0, 9873, 9895, 3, 1008, 504, 0, 9874, 9895, 3, 1454, 727, 0, 9875, 9895, 3, 1262, 631, 0, 9876, 9877, 5, 2, 0, 0, 9877, 9878, 3, 1218, 609, 0, 9878, 9879, 5, 3, 0, 0, 9879, 9880, 3, 1388, 694, 0, 9880, 9895, 1, 0, 0, 0, 9881, 9895, 3, 1370, 685, 0, 9882, 9895, 3, 1266, 633, 0, 9883, 9885, 3, 1008, 504, 0, 9884, 9886, 3, 1386, 693, 0, 9885, 9884, 1, 0, 0, 0, 9885, 9886, 1, 0, 0, 0, 9886, 9895, 1, 0, 0, 0, 9887, 9895, 3, 1318, 659, 0, 9888, 9895, 3, 1320, 660, 0, 9889, 9890, 3, 1316, 658, 0, 9890, 9891, 5, 125, 0, 0, 9891, 9892, 3, 1316, 658, 0, 9892, 9895, 1, 0, 0, 0, 9893, 9895, 3, 1380, 690, 0, 9894, 9858, 1, 0, 0, 0, 9894, 9860, 1, 0, 0, 0, 9894, 9865, 1, 0, 0, 0, 9894, 9867, 1, 0, 0, 0, 9894, 9872, 1, 0, 0, 0, 9894, 9874, 1, 0, 0, 0, 9894, 9875, 1, 0, 0, 0, 9894, 9876, 1, 0, 0, 0, 9894, 9881, 1, 0, 0, 0, 9894, 9882, 1, 0, 0, 0, 9894, 9883, 1, 0, 0, 0, 9894, 9887, 1, 0, 0, 0, 9894, 9888, 1, 0, 0, 0, 9894, 9889, 1, 0, 0, 0, 9894, 9893, 1, 0, 0, 0, 9895, 1261, 1, 0, 0, 0, 9896, 9897, 5, 576, 0, 0, 9897, 1263, 1, 0, 0, 0, 9898, 9924, 3, 1450, 725, 0, 9899, 9921, 5, 2, 0, 0, 9900, 9904, 3, 1344, 672, 0, 9901, 9902, 5, 6, 0, 0, 9902, 9903, 5, 101, 0, 0, 9903, 9905, 3, 1346, 673, 0, 9904, 9901, 1, 0, 0, 0, 9904, 9905, 1, 0, 0, 0, 9905, 9907, 1, 0, 0, 0, 9906, 9908, 3, 1048, 524, 0, 9907, 9906, 1, 0, 0, 0, 9907, 9908, 1, 0, 0, 0, 9908, 9922, 1, 0, 0, 0, 9909, 9910, 5, 101, 0, 0, 9910, 9912, 3, 1346, 673, 0, 9911, 9913, 3, 1048, 524, 0, 9912, 9911, 1, 0, 0, 0, 9912, 9913, 1, 0, 0, 0, 9913, 9922, 1, 0, 0, 0, 9914, 9915, 7, 57, 0, 0, 9915, 9917, 3, 1344, 672, 0, 9916, 9918, 3, 1048, 524, 0, 9917, 9916, 1, 0, 0, 0, 9917, 9918, 1, 0, 0, 0, 9918, 9922, 1, 0, 0, 0, 9919, 9922, 5, 9, 0, 0, 9920, 9922, 1, 0, 0, 0, 9921, 9900, 1, 0, 0, 0, 9921, 9909, 1, 0, 0, 0, 9921, 9914, 1, 0, 0, 0, 9921, 9919, 1, 0, 0, 0, 9921, 9920, 1, 0, 0, 0, 9922, 9923, 1, 0, 0, 0, 9923, 9925, 5, 3, 0, 0, 9924, 9899, 1, 0, 0, 0, 9924, 9925, 1, 0, 0, 0, 9925, 1265, 1, 0, 0, 0, 9926, 9928, 3, 1264, 632, 0, 9927, 9929, 3, 1290, 645, 0, 9928, 9927, 1, 0, 0, 0, 9928, 9929, 1, 0, 0, 0, 9929, 9931, 1, 0, 0, 0, 9930, 9932, 3, 1292, 646, 0, 9931, 9930, 1, 0, 0, 0, 9931, 9932, 1, 0, 0, 0, 9932, 9934, 1, 0, 0, 0, 9933, 9935, 3, 1300, 650, 0, 9934, 9933, 1, 0, 0, 0, 9934, 9935, 1, 0, 0, 0, 9935, 9938, 1, 0, 0, 0, 9936, 9938, 3, 1270, 635, 0, 9937, 9926, 1, 0, 0, 0, 9937, 9936, 1, 0, 0, 0, 9938, 1267, 1, 0, 0, 0, 9939, 9942, 3, 1264, 632, 0, 9940, 9942, 3, 1270, 635, 0, 9941, 9939, 1, 0, 0, 0, 9941, 9940, 1, 0, 0, 0, 9942, 1269, 1, 0, 0, 0, 9943, 9944, 5, 108, 0, 0, 9944, 9945, 5, 62, 0, 0, 9945, 9946, 5, 2, 0, 0, 9946, 9947, 3, 1218, 609, 0, 9947, 9948, 5, 3, 0, 0, 9948, 10128, 1, 0, 0, 0, 9949, 10128, 5, 48, 0, 0, 9950, 9955, 5, 50, 0, 0, 9951, 9952, 5, 2, 0, 0, 9952, 9953, 3, 1462, 731, 0, 9953, 9954, 5, 3, 0, 0, 9954, 9956, 1, 0, 0, 0, 9955, 9951, 1, 0, 0, 0, 9955, 9956, 1, 0, 0, 0, 9956, 10128, 1, 0, 0, 0, 9957, 9962, 5, 51, 0, 0, 9958, 9959, 5, 2, 0, 0, 9959, 9960, 3, 1462, 731, 0, 9960, 9961, 5, 3, 0, 0, 9961, 9963, 1, 0, 0, 0, 9962, 9958, 1, 0, 0, 0, 9962, 9963, 1, 0, 0, 0, 9963, 10128, 1, 0, 0, 0, 9964, 9969, 5, 75, 0, 0, 9965, 9966, 5, 2, 0, 0, 9966, 9967, 3, 1462, 731, 0, 9967, 9968, 5, 3, 0, 0, 9968, 9970, 1, 0, 0, 0, 9969, 9965, 1, 0, 0, 0, 9969, 9970, 1, 0, 0, 0, 9970, 10128, 1, 0, 0, 0, 9971, 9976, 5, 76, 0, 0, 9972, 9973, 5, 2, 0, 0, 9973, 9974, 3, 1462, 731, 0, 9974, 9975, 5, 3, 0, 0, 9975, 9977, 1, 0, 0, 0, 9976, 9972, 1, 0, 0, 0, 9976, 9977, 1, 0, 0, 0, 9977, 10128, 1, 0, 0, 0, 9978, 10128, 5, 49, 0, 0, 9979, 10128, 5, 52, 0, 0, 9980, 10128, 5, 89, 0, 0, 9981, 10128, 5, 99, 0, 0, 9982, 10128, 5, 47, 0, 0, 9983, 10128, 5, 111, 0, 0, 9984, 9985, 5, 41, 0, 0, 9985, 9986, 5, 2, 0, 0, 9986, 9987, 3, 1218, 609, 0, 9987, 9988, 5, 36, 0, 0, 9988, 9989, 3, 1174, 587, 0, 9989, 9990, 5, 3, 0, 0, 9990, 10128, 1, 0, 0, 0, 9991, 9992, 5, 397, 0, 0, 9992, 9994, 5, 2, 0, 0, 9993, 9995, 3, 1354, 677, 0, 9994, 9993, 1, 0, 0, 0, 9994, 9995, 1, 0, 0, 0, 9995, 9996, 1, 0, 0, 0, 9996, 10128, 5, 3, 0, 0, 9997, 9998, 5, 489, 0, 0, 9998, 9999, 5, 2, 0, 0, 9999, 10002, 3, 1218, 609, 0, 10000, 10001, 5, 6, 0, 0, 10001, 10003, 3, 1358, 679, 0, 10002, 10000, 1, 0, 0, 0, 10002, 10003, 1, 0, 0, 0, 10003, 10004, 1, 0, 0, 0, 10004, 10005, 5, 3, 0, 0, 10005, 10128, 1, 0, 0, 0, 10006, 10007, 5, 410, 0, 0, 10007, 10008, 5, 2, 0, 0, 10008, 10009, 3, 1360, 680, 0, 10009, 10010, 5, 3, 0, 0, 10010, 10128, 1, 0, 0, 0, 10011, 10012, 5, 411, 0, 0, 10012, 10014, 5, 2, 0, 0, 10013, 10015, 3, 1362, 681, 0, 10014, 10013, 1, 0, 0, 0, 10014, 10015, 1, 0, 0, 0, 10015, 10016, 1, 0, 0, 0, 10016, 10128, 5, 3, 0, 0, 10017, 10018, 5, 417, 0, 0, 10018, 10020, 5, 2, 0, 0, 10019, 10021, 3, 1364, 682, 0, 10020, 10019, 1, 0, 0, 0, 10020, 10021, 1, 0, 0, 0, 10021, 10022, 1, 0, 0, 0, 10022, 10128, 5, 3, 0, 0, 10023, 10024, 5, 420, 0, 0, 10024, 10025, 5, 2, 0, 0, 10025, 10026, 3, 1218, 609, 0, 10026, 10027, 5, 36, 0, 0, 10027, 10028, 3, 1174, 587, 0, 10028, 10029, 5, 3, 0, 0, 10029, 10128, 1, 0, 0, 0, 10030, 10031, 5, 421, 0, 0, 10031, 10033, 5, 2, 0, 0, 10032, 10034, 7, 70, 0, 0, 10033, 10032, 1, 0, 0, 0, 10033, 10034, 1, 0, 0, 0, 10034, 10035, 1, 0, 0, 0, 10035, 10036, 3, 1366, 683, 0, 10036, 10037, 5, 3, 0, 0, 10037, 10128, 1, 0, 0, 0, 10038, 10039, 5, 408, 0, 0, 10039, 10040, 5, 2, 0, 0, 10040, 10041, 3, 1218, 609, 0, 10041, 10042, 5, 6, 0, 0, 10042, 10043, 3, 1218, 609, 0, 10043, 10044, 5, 3, 0, 0, 10044, 10128, 1, 0, 0, 0, 10045, 10046, 5, 393, 0, 0, 10046, 10047, 5, 2, 0, 0, 10047, 10048, 3, 1334, 667, 0, 10048, 10049, 5, 3, 0, 0, 10049, 10128, 1, 0, 0, 0, 10050, 10051, 5, 399, 0, 0, 10051, 10052, 5, 2, 0, 0, 10052, 10053, 3, 1334, 667, 0, 10053, 10054, 5, 3, 0, 0, 10054, 10128, 1, 0, 0, 0, 10055, 10056, 5, 404, 0, 0, 10056, 10057, 5, 2, 0, 0, 10057, 10058, 3, 1334, 667, 0, 10058, 10059, 5, 3, 0, 0, 10059, 10128, 1, 0, 0, 0, 10060, 10061, 5, 425, 0, 0, 10061, 10062, 5, 2, 0, 0, 10062, 10063, 3, 1334, 667, 0, 10063, 10064, 5, 3, 0, 0, 10064, 10128, 1, 0, 0, 0, 10065, 10066, 5, 426, 0, 0, 10066, 10067, 5, 2, 0, 0, 10067, 10068, 5, 266, 0, 0, 10068, 10074, 3, 1496, 748, 0, 10069, 10072, 5, 6, 0, 0, 10070, 10073, 3, 1276, 638, 0, 10071, 10073, 3, 1334, 667, 0, 10072, 10070, 1, 0, 0, 0, 10072, 10071, 1, 0, 0, 0, 10073, 10075, 1, 0, 0, 0, 10074, 10069, 1, 0, 0, 0, 10074, 10075, 1, 0, 0, 0, 10075, 10076, 1, 0, 0, 0, 10076, 10077, 5, 3, 0, 0, 10077, 10128, 1, 0, 0, 0, 10078, 10079, 5, 427, 0, 0, 10079, 10080, 5, 2, 0, 0, 10080, 10081, 3, 1260, 630, 0, 10081, 10082, 3, 1286, 643, 0, 10082, 10083, 5, 3, 0, 0, 10083, 10128, 1, 0, 0, 0, 10084, 10085, 5, 428, 0, 0, 10085, 10086, 5, 2, 0, 0, 10086, 10087, 3, 1278, 639, 0, 10087, 10088, 5, 3, 0, 0, 10088, 10128, 1, 0, 0, 0, 10089, 10090, 5, 429, 0, 0, 10090, 10091, 5, 2, 0, 0, 10091, 10092, 3, 1282, 641, 0, 10092, 10094, 3, 1218, 609, 0, 10093, 10095, 3, 1284, 642, 0, 10094, 10093, 1, 0, 0, 0, 10094, 10095, 1, 0, 0, 0, 10095, 10096, 1, 0, 0, 0, 10096, 10097, 5, 3, 0, 0, 10097, 10128, 1, 0, 0, 0, 10098, 10099, 5, 430, 0, 0, 10099, 10100, 5, 2, 0, 0, 10100, 10101, 5, 266, 0, 0, 10101, 10104, 3, 1496, 748, 0, 10102, 10103, 5, 6, 0, 0, 10103, 10105, 3, 1218, 609, 0, 10104, 10102, 1, 0, 0, 0, 10104, 10105, 1, 0, 0, 0, 10105, 10106, 1, 0, 0, 0, 10106, 10107, 5, 3, 0, 0, 10107, 10128, 1, 0, 0, 0, 10108, 10109, 5, 431, 0, 0, 10109, 10110, 5, 2, 0, 0, 10110, 10111, 5, 383, 0, 0, 10111, 10112, 3, 1218, 609, 0, 10112, 10113, 5, 6, 0, 0, 10113, 10115, 3, 1272, 636, 0, 10114, 10116, 3, 1274, 637, 0, 10115, 10114, 1, 0, 0, 0, 10115, 10116, 1, 0, 0, 0, 10116, 10117, 1, 0, 0, 0, 10117, 10118, 5, 3, 0, 0, 10118, 10128, 1, 0, 0, 0, 10119, 10120, 5, 432, 0, 0, 10120, 10121, 5, 2, 0, 0, 10121, 10122, 3, 1282, 641, 0, 10122, 10123, 3, 1218, 609, 0, 10123, 10124, 5, 36, 0, 0, 10124, 10125, 3, 1178, 589, 0, 10125, 10126, 5, 3, 0, 0, 10126, 10128, 1, 0, 0, 0, 10127, 9943, 1, 0, 0, 0, 10127, 9949, 1, 0, 0, 0, 10127, 9950, 1, 0, 0, 0, 10127, 9957, 1, 0, 0, 0, 10127, 9964, 1, 0, 0, 0, 10127, 9971, 1, 0, 0, 0, 10127, 9978, 1, 0, 0, 0, 10127, 9979, 1, 0, 0, 0, 10127, 9980, 1, 0, 0, 0, 10127, 9981, 1, 0, 0, 0, 10127, 9982, 1, 0, 0, 0, 10127, 9983, 1, 0, 0, 0, 10127, 9984, 1, 0, 0, 0, 10127, 9991, 1, 0, 0, 0, 10127, 9997, 1, 0, 0, 0, 10127, 10006, 1, 0, 0, 0, 10127, 10011, 1, 0, 0, 0, 10127, 10017, 1, 0, 0, 0, 10127, 10023, 1, 0, 0, 0, 10127, 10030, 1, 0, 0, 0, 10127, 10038, 1, 0, 0, 0, 10127, 10045, 1, 0, 0, 0, 10127, 10050, 1, 0, 0, 0, 10127, 10055, 1, 0, 0, 0, 10127, 10060, 1, 0, 0, 0, 10127, 10065, 1, 0, 0, 0, 10127, 10078, 1, 0, 0, 0, 10127, 10084, 1, 0, 0, 0, 10127, 10089, 1, 0, 0, 0, 10127, 10098, 1, 0, 0, 0, 10127, 10108, 1, 0, 0, 0, 10127, 10119, 1, 0, 0, 0, 10128, 1271, 1, 0, 0, 0, 10129, 10130, 5, 375, 0, 0, 10130, 10135, 3, 1218, 609, 0, 10131, 10132, 5, 375, 0, 0, 10132, 10133, 5, 269, 0, 0, 10133, 10135, 5, 450, 0, 0, 10134, 10129, 1, 0, 0, 0, 10134, 10131, 1, 0, 0, 0, 10135, 1273, 1, 0, 0, 0, 10136, 10137, 5, 6, 0, 0, 10137, 10138, 5, 339, 0, 0, 10138, 10147, 5, 385, 0, 0, 10139, 10140, 5, 6, 0, 0, 10140, 10141, 5, 339, 0, 0, 10141, 10147, 5, 269, 0, 0, 10142, 10143, 5, 6, 0, 0, 10143, 10144, 5, 339, 0, 0, 10144, 10145, 5, 269, 0, 0, 10145, 10147, 5, 450, 0, 0, 10146, 10136, 1, 0, 0, 0, 10146, 10139, 1, 0, 0, 0, 10146, 10142, 1, 0, 0, 0, 10147, 1275, 1, 0, 0, 0, 10148, 10149, 5, 424, 0, 0, 10149, 10150, 5, 2, 0, 0, 10150, 10151, 3, 1278, 639, 0, 10151, 10152, 5, 3, 0, 0, 10152, 1277, 1, 0, 0, 0, 10153, 10158, 3, 1280, 640, 0, 10154, 10155, 5, 6, 0, 0, 10155, 10157, 3, 1280, 640, 0, 10156, 10154, 1, 0, 0, 0, 10157, 10160, 1, 0, 0, 0, 10158, 10156, 1, 0, 0, 0, 10158, 10159, 1, 0, 0, 0, 10159, 1279, 1, 0, 0, 0, 10160, 10158, 1, 0, 0, 0, 10161, 10164, 3, 1218, 609, 0, 10162, 10163, 5, 36, 0, 0, 10163, 10165, 3, 1496, 748, 0, 10164, 10162, 1, 0, 0, 0, 10164, 10165, 1, 0, 0, 0, 10165, 1281, 1, 0, 0, 0, 10166, 10167, 7, 71, 0, 0, 10167, 1283, 1, 0, 0, 0, 10168, 10169, 5, 292, 0, 0, 10169, 10173, 5, 378, 0, 0, 10170, 10171, 5, 347, 0, 0, 10171, 10173, 5, 378, 0, 0, 10172, 10168, 1, 0, 0, 0, 10172, 10170, 1, 0, 0, 0, 10173, 1285, 1, 0, 0, 0, 10174, 10175, 5, 286, 0, 0, 10175, 10190, 3, 1260, 630, 0, 10176, 10177, 5, 286, 0, 0, 10177, 10178, 3, 1260, 630, 0, 10178, 10179, 3, 1288, 644, 0, 10179, 10190, 1, 0, 0, 0, 10180, 10181, 5, 286, 0, 0, 10181, 10182, 3, 1288, 644, 0, 10182, 10183, 3, 1260, 630, 0, 10183, 10190, 1, 0, 0, 0, 10184, 10185, 5, 286, 0, 0, 10185, 10186, 3, 1288, 644, 0, 10186, 10187, 3, 1260, 630, 0, 10187, 10188, 3, 1288, 644, 0, 10188, 10190, 1, 0, 0, 0, 10189, 10174, 1, 0, 0, 0, 10189, 10176, 1, 0, 0, 0, 10189, 10180, 1, 0, 0, 0, 10189, 10184, 1, 0, 0, 0, 10190, 1287, 1, 0, 0, 0, 10191, 10192, 5, 147, 0, 0, 10192, 10193, 7, 72, 0, 0, 10193, 1289, 1, 0, 0, 0, 10194, 10195, 5, 479, 0, 0, 10195, 10196, 5, 66, 0, 0, 10196, 10197, 5, 2, 0, 0, 10197, 10198, 3, 1050, 525, 0, 10198, 10199, 5, 3, 0, 0, 10199, 1291, 1, 0, 0, 0, 10200, 10201, 5, 480, 0, 0, 10201, 10202, 5, 2, 0, 0, 10202, 10203, 5, 103, 0, 0, 10203, 10204, 3, 1218, 609, 0, 10204, 10205, 5, 3, 0, 0, 10205, 1293, 1, 0, 0, 0, 10206, 10207, 5, 104, 0, 0, 10207, 10208, 3, 1296, 648, 0, 10208, 1295, 1, 0, 0, 0, 10209, 10214, 3, 1298, 649, 0, 10210, 10211, 5, 6, 0, 0, 10211, 10213, 3, 1298, 649, 0, 10212, 10210, 1, 0, 0, 0, 10213, 10216, 1, 0, 0, 0, 10214, 10212, 1, 0, 0, 0, 10214, 10215, 1, 0, 0, 0, 10215, 1297, 1, 0, 0, 0, 10216, 10214, 1, 0, 0, 0, 10217, 10218, 3, 1480, 740, 0, 10218, 10219, 5, 36, 0, 0, 10219, 10220, 3, 1302, 651, 0, 10220, 1299, 1, 0, 0, 0, 10221, 10224, 5, 124, 0, 0, 10222, 10225, 3, 1302, 651, 0, 10223, 10225, 3, 1480, 740, 0, 10224, 10222, 1, 0, 0, 0, 10224, 10223, 1, 0, 0, 0, 10225, 1301, 1, 0, 0, 0, 10226, 10228, 5, 2, 0, 0, 10227, 10229, 3, 1304, 652, 0, 10228, 10227, 1, 0, 0, 0, 10228, 10229, 1, 0, 0, 0, 10229, 10231, 1, 0, 0, 0, 10230, 10232, 3, 1306, 653, 0, 10231, 10230, 1, 0, 0, 0, 10231, 10232, 1, 0, 0, 0, 10232, 10234, 1, 0, 0, 0, 10233, 10235, 3, 1048, 524, 0, 10234, 10233, 1, 0, 0, 0, 10234, 10235, 1, 0, 0, 0, 10235, 10237, 1, 0, 0, 0, 10236, 10238, 3, 1308, 654, 0, 10237, 10236, 1, 0, 0, 0, 10237, 10238, 1, 0, 0, 0, 10238, 10239, 1, 0, 0, 0, 10239, 10240, 5, 3, 0, 0, 10240, 1303, 1, 0, 0, 0, 10241, 10242, 3, 1480, 740, 0, 10242, 1305, 1, 0, 0, 0, 10243, 10244, 5, 285, 0, 0, 10244, 10245, 5, 147, 0, 0, 10245, 10246, 3, 1334, 667, 0, 10246, 1307, 1, 0, 0, 0, 10247, 10248, 5, 299, 0, 0, 10248, 10250, 3, 1310, 655, 0, 10249, 10251, 3, 1314, 657, 0, 10250, 10249, 1, 0, 0, 0, 10250, 10251, 1, 0, 0, 0, 10251, 10263, 1, 0, 0, 0, 10252, 10253, 5, 320, 0, 0, 10253, 10255, 3, 1310, 655, 0, 10254, 10256, 3, 1314, 657, 0, 10255, 10254, 1, 0, 0, 0, 10255, 10256, 1, 0, 0, 0, 10256, 10263, 1, 0, 0, 0, 10257, 10258, 5, 481, 0, 0, 10258, 10260, 3, 1310, 655, 0, 10259, 10261, 3, 1314, 657, 0, 10260, 10259, 1, 0, 0, 0, 10260, 10261, 1, 0, 0, 0, 10261, 10263, 1, 0, 0, 0, 10262, 10247, 1, 0, 0, 0, 10262, 10252, 1, 0, 0, 0, 10262, 10257, 1, 0, 0, 0, 10263, 1309, 1, 0, 0, 0, 10264, 10271, 3, 1312, 656, 0, 10265, 10266, 5, 387, 0, 0, 10266, 10267, 3, 1312, 656, 0, 10267, 10268, 5, 33, 0, 0, 10268, 10269, 3, 1312, 656, 0, 10269, 10271, 1, 0, 0, 0, 10270, 10264, 1, 0, 0, 0, 10270, 10265, 1, 0, 0, 0, 10271, 1311, 1, 0, 0, 0, 10272, 10273, 5, 362, 0, 0, 10273, 10280, 7, 73, 0, 0, 10274, 10275, 5, 434, 0, 0, 10275, 10280, 5, 414, 0, 0, 10276, 10277, 3, 1218, 609, 0, 10277, 10278, 7, 73, 0, 0, 10278, 10280, 1, 0, 0, 0, 10279, 10272, 1, 0, 0, 0, 10279, 10274, 1, 0, 0, 0, 10279, 10276, 1, 0, 0, 0, 10280, 1313, 1, 0, 0, 0, 10281, 10288, 5, 199, 0, 0, 10282, 10283, 5, 434, 0, 0, 10283, 10289, 5, 414, 0, 0, 10284, 10289, 5, 66, 0, 0, 10285, 10289, 5, 467, 0, 0, 10286, 10287, 5, 269, 0, 0, 10287, 10289, 5, 482, 0, 0, 10288, 10282, 1, 0, 0, 0, 10288, 10284, 1, 0, 0, 0, 10288, 10285, 1, 0, 0, 0, 10288, 10286, 1, 0, 0, 0, 10289, 1315, 1, 0, 0, 0, 10290, 10291, 5, 414, 0, 0, 10291, 10293, 5, 2, 0, 0, 10292, 10294, 3, 1334, 667, 0, 10293, 10292, 1, 0, 0, 0, 10293, 10294, 1, 0, 0, 0, 10294, 10295, 1, 0, 0, 0, 10295, 10303, 5, 3, 0, 0, 10296, 10297, 5, 2, 0, 0, 10297, 10298, 3, 1334, 667, 0, 10298, 10299, 5, 6, 0, 0, 10299, 10300, 3, 1218, 609, 0, 10300, 10301, 5, 3, 0, 0, 10301, 10303, 1, 0, 0, 0, 10302, 10290, 1, 0, 0, 0, 10302, 10296, 1, 0, 0, 0, 10303, 1317, 1, 0, 0, 0, 10304, 10305, 5, 414, 0, 0, 10305, 10307, 5, 2, 0, 0, 10306, 10308, 3, 1334, 667, 0, 10307, 10306, 1, 0, 0, 0, 10307, 10308, 1, 0, 0, 0, 10308, 10309, 1, 0, 0, 0, 10309, 10310, 5, 3, 0, 0, 10310, 1319, 1, 0, 0, 0, 10311, 10312, 5, 2, 0, 0, 10312, 10313, 3, 1218, 609, 0, 10313, 10314, 5, 6, 0, 0, 10314, 10315, 3, 1334, 667, 0, 10315, 10316, 5, 3, 0, 0, 10316, 1321, 1, 0, 0, 0, 10317, 10318, 7, 74, 0, 0, 10318, 1323, 1, 0, 0, 0, 10319, 10322, 5, 29, 0, 0, 10320, 10322, 3, 1326, 663, 0, 10321, 10319, 1, 0, 0, 0, 10321, 10320, 1, 0, 0, 0, 10322, 1325, 1, 0, 0, 0, 10323, 10324, 7, 75, 0, 0, 10324, 1327, 1, 0, 0, 0, 10325, 10332, 5, 29, 0, 0, 10326, 10327, 5, 278, 0, 0, 10327, 10328, 5, 2, 0, 0, 10328, 10329, 3, 738, 369, 0, 10329, 10330, 5, 3, 0, 0, 10330, 10332, 1, 0, 0, 0, 10331, 10325, 1, 0, 0, 0, 10331, 10326, 1, 0, 0, 0, 10332, 1329, 1, 0, 0, 0, 10333, 10340, 3, 1324, 662, 0, 10334, 10335, 5, 278, 0, 0, 10335, 10336, 5, 2, 0, 0, 10336, 10337, 3, 738, 369, 0, 10337, 10338, 5, 3, 0, 0, 10338, 10340, 1, 0, 0, 0, 10339, 10333, 1, 0, 0, 0, 10339, 10334, 1, 0, 0, 0, 10340, 1331, 1, 0, 0, 0, 10341, 10354, 3, 1324, 662, 0, 10342, 10343, 5, 278, 0, 0, 10343, 10344, 5, 2, 0, 0, 10344, 10345, 3, 738, 369, 0, 10345, 10346, 5, 3, 0, 0, 10346, 10354, 1, 0, 0, 0, 10347, 10354, 5, 120, 0, 0, 10348, 10349, 5, 77, 0, 0, 10349, 10354, 5, 120, 0, 0, 10350, 10354, 5, 114, 0, 0, 10351, 10352, 5, 77, 0, 0, 10352, 10354, 5, 114, 0, 0, 10353, 10341, 1, 0, 0, 0, 10353, 10342, 1, 0, 0, 0, 10353, 10347, 1, 0, 0, 0, 10353, 10348, 1, 0, 0, 0, 10353, 10350, 1, 0, 0, 0, 10353, 10351, 1, 0, 0, 0, 10354, 1333, 1, 0, 0, 0, 10355, 10360, 3, 1218, 609, 0, 10356, 10357, 5, 6, 0, 0, 10357, 10359, 3, 1218, 609, 0, 10358, 10356, 1, 0, 0, 0, 10359, 10362, 1, 0, 0, 0, 10360, 10358, 1, 0, 0, 0, 10360, 10361, 1, 0, 0, 0, 10361, 1335, 1, 0, 0, 0, 10362, 10360, 1, 0, 0, 0, 10363, 10368, 3, 1342, 671, 0, 10364, 10365, 5, 6, 0, 0, 10365, 10367, 3, 1342, 671, 0, 10366, 10364, 1, 0, 0, 0, 10367, 10370, 1, 0, 0, 0, 10368, 10366, 1, 0, 0, 0, 10368, 10369, 1, 0, 0, 0, 10369, 1337, 1, 0, 0, 0, 10370, 10368, 1, 0, 0, 0, 10371, 10376, 3, 1340, 670, 0, 10372, 10373, 5, 6, 0, 0, 10373, 10375, 3, 1340, 670, 0, 10374, 10372, 1, 0, 0, 0, 10375, 10378, 1, 0, 0, 0, 10376, 10374, 1, 0, 0, 0, 10376, 10377, 1, 0, 0, 0, 10377, 1339, 1, 0, 0, 0, 10378, 10376, 1, 0, 0, 0, 10379, 10380, 5, 2, 0, 0, 10380, 10381, 3, 1218, 609, 0, 10381, 10382, 5, 3, 0, 0, 10382, 10385, 1, 0, 0, 0, 10383, 10385, 3, 1438, 719, 0, 10384, 10379, 1, 0, 0, 0, 10384, 10383, 1, 0, 0, 0, 10385, 1341, 1, 0, 0, 0, 10386, 10389, 3, 1218, 609, 0, 10387, 10389, 3, 1438, 719, 0, 10388, 10386, 1, 0, 0, 0, 10388, 10387, 1, 0, 0, 0, 10389, 1343, 1, 0, 0, 0, 10390, 10395, 3, 1346, 673, 0, 10391, 10392, 5, 6, 0, 0, 10392, 10394, 3, 1346, 673, 0, 10393, 10391, 1, 0, 0, 0, 10394, 10397, 1, 0, 0, 0, 10395, 10393, 1, 0, 0, 0, 10395, 10396, 1, 0, 0, 0, 10396, 1345, 1, 0, 0, 0, 10397, 10395, 1, 0, 0, 0, 10398, 10404, 3, 1218, 609, 0, 10399, 10400, 3, 690, 345, 0, 10400, 10401, 7, 76, 0, 0, 10401, 10402, 3, 1218, 609, 0, 10402, 10404, 1, 0, 0, 0, 10403, 10398, 1, 0, 0, 0, 10403, 10399, 1, 0, 0, 0, 10404, 1347, 1, 0, 0, 0, 10405, 10410, 3, 1174, 587, 0, 10406, 10407, 5, 6, 0, 0, 10407, 10409, 3, 1174, 587, 0, 10408, 10406, 1, 0, 0, 0, 10409, 10412, 1, 0, 0, 0, 10410, 10408, 1, 0, 0, 0, 10410, 10411, 1, 0, 0, 0, 10411, 1349, 1, 0, 0, 0, 10412, 10410, 1, 0, 0, 0, 10413, 10416, 5, 4, 0, 0, 10414, 10417, 3, 1334, 667, 0, 10415, 10417, 3, 1352, 676, 0, 10416, 10414, 1, 0, 0, 0, 10416, 10415, 1, 0, 0, 0, 10416, 10417, 1, 0, 0, 0, 10417, 10418, 1, 0, 0, 0, 10418, 10419, 5, 5, 0, 0, 10419, 1351, 1, 0, 0, 0, 10420, 10425, 3, 1350, 675, 0, 10421, 10422, 5, 6, 0, 0, 10422, 10424, 3, 1350, 675, 0, 10423, 10421, 1, 0, 0, 0, 10424, 10427, 1, 0, 0, 0, 10425, 10423, 1, 0, 0, 0, 10425, 10426, 1, 0, 0, 0, 10426, 1353, 1, 0, 0, 0, 10427, 10425, 1, 0, 0, 0, 10428, 10429, 3, 1356, 678, 0, 10429, 10430, 5, 64, 0, 0, 10430, 10431, 3, 1218, 609, 0, 10431, 1355, 1, 0, 0, 0, 10432, 10441, 3, 1498, 749, 0, 10433, 10441, 5, 384, 0, 0, 10434, 10441, 5, 264, 0, 0, 10435, 10441, 5, 176, 0, 0, 10436, 10441, 5, 218, 0, 0, 10437, 10441, 5, 261, 0, 0, 10438, 10441, 5, 326, 0, 0, 10439, 10441, 3, 1464, 732, 0, 10440, 10432, 1, 0, 0, 0, 10440, 10433, 1, 0, 0, 0, 10440, 10434, 1, 0, 0, 0, 10440, 10435, 1, 0, 0, 0, 10440, 10436, 1, 0, 0, 0, 10440, 10437, 1, 0, 0, 0, 10440, 10438, 1, 0, 0, 0, 10440, 10439, 1, 0, 0, 0, 10441, 1357, 1, 0, 0, 0, 10442, 10443, 7, 77, 0, 0, 10443, 1359, 1, 0, 0, 0, 10444, 10445, 3, 1218, 609, 0, 10445, 10446, 5, 84, 0, 0, 10446, 10447, 3, 1218, 609, 0, 10447, 10448, 5, 64, 0, 0, 10448, 10451, 3, 1218, 609, 0, 10449, 10450, 5, 62, 0, 0, 10450, 10452, 3, 1218, 609, 0, 10451, 10449, 1, 0, 0, 0, 10451, 10452, 1, 0, 0, 0, 10452, 1361, 1, 0, 0, 0, 10453, 10454, 3, 1258, 629, 0, 10454, 10455, 5, 68, 0, 0, 10455, 10456, 3, 1258, 629, 0, 10456, 1363, 1, 0, 0, 0, 10457, 10458, 3, 1218, 609, 0, 10458, 10459, 5, 64, 0, 0, 10459, 10460, 3, 1218, 609, 0, 10460, 10461, 5, 62, 0, 0, 10461, 10462, 3, 1218, 609, 0, 10462, 10485, 1, 0, 0, 0, 10463, 10464, 3, 1218, 609, 0, 10464, 10465, 5, 62, 0, 0, 10465, 10466, 3, 1218, 609, 0, 10466, 10467, 5, 64, 0, 0, 10467, 10468, 3, 1218, 609, 0, 10468, 10485, 1, 0, 0, 0, 10469, 10470, 3, 1218, 609, 0, 10470, 10471, 5, 64, 0, 0, 10471, 10472, 3, 1218, 609, 0, 10472, 10485, 1, 0, 0, 0, 10473, 10474, 3, 1218, 609, 0, 10474, 10475, 5, 62, 0, 0, 10475, 10476, 3, 1218, 609, 0, 10476, 10485, 1, 0, 0, 0, 10477, 10478, 3, 1218, 609, 0, 10478, 10479, 5, 127, 0, 0, 10479, 10480, 3, 1218, 609, 0, 10480, 10481, 5, 197, 0, 0, 10481, 10482, 3, 1218, 609, 0, 10482, 10485, 1, 0, 0, 0, 10483, 10485, 3, 1334, 667, 0, 10484, 10457, 1, 0, 0, 0, 10484, 10463, 1, 0, 0, 0, 10484, 10469, 1, 0, 0, 0, 10484, 10473, 1, 0, 0, 0, 10484, 10477, 1, 0, 0, 0, 10484, 10483, 1, 0, 0, 0, 10485, 1365, 1, 0, 0, 0, 10486, 10487, 3, 1218, 609, 0, 10487, 10488, 5, 64, 0, 0, 10488, 10489, 3, 1334, 667, 0, 10489, 10494, 1, 0, 0, 0, 10490, 10491, 5, 64, 0, 0, 10491, 10494, 3, 1334, 667, 0, 10492, 10494, 3, 1334, 667, 0, 10493, 10486, 1, 0, 0, 0, 10493, 10490, 1, 0, 0, 0, 10493, 10492, 1, 0, 0, 0, 10494, 1367, 1, 0, 0, 0, 10495, 10501, 3, 1008, 504, 0, 10496, 10497, 5, 2, 0, 0, 10497, 10498, 3, 1334, 667, 0, 10498, 10499, 5, 3, 0, 0, 10499, 10501, 1, 0, 0, 0, 10500, 10495, 1, 0, 0, 0, 10500, 10496, 1, 0, 0, 0, 10501, 1369, 1, 0, 0, 0, 10502, 10504, 5, 40, 0, 0, 10503, 10505, 3, 1378, 689, 0, 10504, 10503, 1, 0, 0, 0, 10504, 10505, 1, 0, 0, 0, 10505, 10506, 1, 0, 0, 0, 10506, 10508, 3, 1372, 686, 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, 10511, 5, 454, 0, 0, 10511, 1371, 1, 0, 0, 0, 10512, 10514, 3, 1374, 687, 0, 10513, 10512, 1, 0, 0, 0, 10514, 10515, 1, 0, 0, 0, 10515, 10513, 1, 0, 0, 0, 10515, 10516, 1, 0, 0, 0, 10516, 1373, 1, 0, 0, 0, 10517, 10518, 5, 102, 0, 0, 10518, 10519, 3, 1218, 609, 0, 10519, 10520, 5, 93, 0, 0, 10520, 10521, 3, 1218, 609, 0, 10521, 1375, 1, 0, 0, 0, 10522, 10523, 5, 58, 0, 0, 10523, 10524, 3, 1218, 609, 0, 10524, 1377, 1, 0, 0, 0, 10525, 10526, 3, 1218, 609, 0, 10526, 1379, 1, 0, 0, 0, 10527, 10529, 3, 1480, 740, 0, 10528, 10530, 3, 1386, 693, 0, 10529, 10528, 1, 0, 0, 0, 10529, 10530, 1, 0, 0, 0, 10530, 1381, 1, 0, 0, 0, 10531, 10534, 5, 11, 0, 0, 10532, 10535, 3, 1444, 722, 0, 10533, 10535, 5, 9, 0, 0, 10534, 10532, 1, 0, 0, 0, 10534, 10533, 1, 0, 0, 0, 10535, 10549, 1, 0, 0, 0, 10536, 10545, 5, 4, 0, 0, 10537, 10546, 3, 1218, 609, 0, 10538, 10540, 3, 1384, 692, 0, 10539, 10538, 1, 0, 0, 0, 10539, 10540, 1, 0, 0, 0, 10540, 10541, 1, 0, 0, 0, 10541, 10543, 5, 8, 0, 0, 10542, 10544, 3, 1384, 692, 0, 10543, 10542, 1, 0, 0, 0, 10543, 10544, 1, 0, 0, 0, 10544, 10546, 1, 0, 0, 0, 10545, 10537, 1, 0, 0, 0, 10545, 10539, 1, 0, 0, 0, 10546, 10547, 1, 0, 0, 0, 10547, 10549, 5, 5, 0, 0, 10548, 10531, 1, 0, 0, 0, 10548, 10536, 1, 0, 0, 0, 10549, 1383, 1, 0, 0, 0, 10550, 10551, 3, 1218, 609, 0, 10551, 1385, 1, 0, 0, 0, 10552, 10554, 3, 1382, 691, 0, 10553, 10552, 1, 0, 0, 0, 10554, 10555, 1, 0, 0, 0, 10555, 10553, 1, 0, 0, 0, 10555, 10556, 1, 0, 0, 0, 10556, 1387, 1, 0, 0, 0, 10557, 10559, 3, 1382, 691, 0, 10558, 10557, 1, 0, 0, 0, 10559, 10562, 1, 0, 0, 0, 10560, 10558, 1, 0, 0, 0, 10560, 10561, 1, 0, 0, 0, 10561, 1389, 1, 0, 0, 0, 10562, 10560, 1, 0, 0, 0, 10563, 10564, 3, 1392, 696, 0, 10564, 1391, 1, 0, 0, 0, 10565, 10570, 3, 1394, 697, 0, 10566, 10567, 5, 6, 0, 0, 10567, 10569, 3, 1394, 697, 0, 10568, 10566, 1, 0, 0, 0, 10569, 10572, 1, 0, 0, 0, 10570, 10568, 1, 0, 0, 0, 10570, 10571, 1, 0, 0, 0, 10571, 1393, 1, 0, 0, 0, 10572, 10570, 1, 0, 0, 0, 10573, 10578, 3, 1342, 671, 0, 10574, 10575, 5, 36, 0, 0, 10575, 10579, 3, 1496, 748, 0, 10576, 10579, 3, 1498, 749, 0, 10577, 10579, 1, 0, 0, 0, 10578, 10574, 1, 0, 0, 0, 10578, 10576, 1, 0, 0, 0, 10578, 10577, 1, 0, 0, 0, 10579, 10582, 1, 0, 0, 0, 10580, 10582, 5, 9, 0, 0, 10581, 10573, 1, 0, 0, 0, 10581, 10580, 1, 0, 0, 0, 10582, 1395, 1, 0, 0, 0, 10583, 10588, 3, 1418, 709, 0, 10584, 10585, 5, 6, 0, 0, 10585, 10587, 3, 1418, 709, 0, 10586, 10584, 1, 0, 0, 0, 10587, 10590, 1, 0, 0, 0, 10588, 10586, 1, 0, 0, 0, 10588, 10589, 1, 0, 0, 0, 10589, 1397, 1, 0, 0, 0, 10590, 10588, 1, 0, 0, 0, 10591, 10596, 3, 1412, 706, 0, 10592, 10593, 5, 6, 0, 0, 10593, 10595, 3, 1412, 706, 0, 10594, 10592, 1, 0, 0, 0, 10595, 10598, 1, 0, 0, 0, 10596, 10594, 1, 0, 0, 0, 10596, 10597, 1, 0, 0, 0, 10597, 1399, 1, 0, 0, 0, 10598, 10596, 1, 0, 0, 0, 10599, 10604, 3, 1428, 714, 0, 10600, 10601, 5, 6, 0, 0, 10601, 10603, 3, 1428, 714, 0, 10602, 10600, 1, 0, 0, 0, 10603, 10606, 1, 0, 0, 0, 10604, 10602, 1, 0, 0, 0, 10604, 10605, 1, 0, 0, 0, 10605, 1401, 1, 0, 0, 0, 10606, 10604, 1, 0, 0, 0, 10607, 10612, 3, 1426, 713, 0, 10608, 10609, 5, 6, 0, 0, 10609, 10611, 3, 1426, 713, 0, 10610, 10608, 1, 0, 0, 0, 10611, 10614, 1, 0, 0, 0, 10612, 10610, 1, 0, 0, 0, 10612, 10613, 1, 0, 0, 0, 10613, 1403, 1, 0, 0, 0, 10614, 10612, 1, 0, 0, 0, 10615, 10620, 3, 1434, 717, 0, 10616, 10617, 5, 6, 0, 0, 10617, 10619, 3, 1434, 717, 0, 10618, 10616, 1, 0, 0, 0, 10619, 10622, 1, 0, 0, 0, 10620, 10618, 1, 0, 0, 0, 10620, 10621, 1, 0, 0, 0, 10621, 1405, 1, 0, 0, 0, 10622, 10620, 1, 0, 0, 0, 10623, 10625, 3, 1480, 740, 0, 10624, 10626, 3, 1386, 693, 0, 10625, 10624, 1, 0, 0, 0, 10625, 10626, 1, 0, 0, 0, 10626, 1407, 1, 0, 0, 0, 10627, 10629, 3, 1480, 740, 0, 10628, 10630, 3, 1386, 693, 0, 10629, 10628, 1, 0, 0, 0, 10629, 10630, 1, 0, 0, 0, 10630, 1409, 1, 0, 0, 0, 10631, 10633, 3, 1480, 740, 0, 10632, 10634, 3, 1386, 693, 0, 10633, 10632, 1, 0, 0, 0, 10633, 10634, 1, 0, 0, 0, 10634, 1411, 1, 0, 0, 0, 10635, 10637, 3, 1480, 740, 0, 10636, 10638, 3, 1386, 693, 0, 10637, 10636, 1, 0, 0, 0, 10637, 10638, 1, 0, 0, 0, 10638, 1413, 1, 0, 0, 0, 10639, 10641, 3, 1480, 740, 0, 10640, 10642, 3, 1386, 693, 0, 10641, 10640, 1, 0, 0, 0, 10641, 10642, 1, 0, 0, 0, 10642, 1415, 1, 0, 0, 0, 10643, 10645, 3, 1480, 740, 0, 10644, 10646, 3, 566, 283, 0, 10645, 10644, 1, 0, 0, 0, 10645, 10646, 1, 0, 0, 0, 10646, 1417, 1, 0, 0, 0, 10647, 10649, 3, 1480, 740, 0, 10648, 10650, 3, 1386, 693, 0, 10649, 10648, 1, 0, 0, 0, 10649, 10650, 1, 0, 0, 0, 10650, 1419, 1, 0, 0, 0, 10651, 10656, 3, 1408, 704, 0, 10652, 10653, 5, 6, 0, 0, 10653, 10655, 3, 1408, 704, 0, 10654, 10652, 1, 0, 0, 0, 10655, 10658, 1, 0, 0, 0, 10656, 10654, 1, 0, 0, 0, 10656, 10657, 1, 0, 0, 0, 10657, 1421, 1, 0, 0, 0, 10658, 10656, 1, 0, 0, 0, 10659, 10664, 3, 1442, 721, 0, 10660, 10661, 5, 6, 0, 0, 10661, 10663, 3, 1442, 721, 0, 10662, 10660, 1, 0, 0, 0, 10663, 10666, 1, 0, 0, 0, 10664, 10662, 1, 0, 0, 0, 10664, 10665, 1, 0, 0, 0, 10665, 1423, 1, 0, 0, 0, 10666, 10664, 1, 0, 0, 0, 10667, 10669, 3, 1480, 740, 0, 10668, 10670, 3, 566, 283, 0, 10669, 10668, 1, 0, 0, 0, 10669, 10670, 1, 0, 0, 0, 10670, 1425, 1, 0, 0, 0, 10671, 10673, 3, 1480, 740, 0, 10672, 10674, 3, 566, 283, 0, 10673, 10672, 1, 0, 0, 0, 10673, 10674, 1, 0, 0, 0, 10674, 1427, 1, 0, 0, 0, 10675, 10677, 3, 1480, 740, 0, 10676, 10678, 3, 566, 283, 0, 10677, 10676, 1, 0, 0, 0, 10677, 10678, 1, 0, 0, 0, 10678, 1429, 1, 0, 0, 0, 10679, 10680, 3, 1480, 740, 0, 10680, 1431, 1, 0, 0, 0, 10681, 10682, 3, 1480, 740, 0, 10682, 1433, 1, 0, 0, 0, 10683, 10688, 3, 1488, 744, 0, 10684, 10685, 3, 1480, 740, 0, 10685, 10686, 3, 1386, 693, 0, 10686, 10688, 1, 0, 0, 0, 10687, 10683, 1, 0, 0, 0, 10687, 10684, 1, 0, 0, 0, 10688, 1435, 1, 0, 0, 0, 10689, 10694, 3, 1488, 744, 0, 10690, 10691, 3, 1480, 740, 0, 10691, 10692, 3, 1386, 693, 0, 10692, 10694, 1, 0, 0, 0, 10693, 10689, 1, 0, 0, 0, 10693, 10690, 1, 0, 0, 0, 10694, 1437, 1, 0, 0, 0, 10695, 10699, 3, 1480, 740, 0, 10696, 10698, 3, 1382, 691, 0, 10697, 10696, 1, 0, 0, 0, 10698, 10701, 1, 0, 0, 0, 10699, 10697, 1, 0, 0, 0, 10699, 10700, 1, 0, 0, 0, 10700, 10704, 1, 0, 0, 0, 10701, 10699, 1, 0, 0, 0, 10702, 10704, 4, 719, 8, 0, 10703, 10695, 1, 0, 0, 0, 10703, 10702, 1, 0, 0, 0, 10704, 1439, 1, 0, 0, 0, 10705, 10706, 3, 1480, 740, 0, 10706, 1441, 1, 0, 0, 0, 10707, 10708, 3, 1480, 740, 0, 10708, 1443, 1, 0, 0, 0, 10709, 10710, 3, 1496, 748, 0, 10710, 1445, 1, 0, 0, 0, 10711, 10712, 3, 1464, 732, 0, 10712, 1447, 1, 0, 0, 0, 10713, 10718, 3, 1488, 744, 0, 10714, 10715, 3, 1480, 740, 0, 10715, 10716, 3, 1386, 693, 0, 10716, 10718, 1, 0, 0, 0, 10717, 10713, 1, 0, 0, 0, 10717, 10714, 1, 0, 0, 0, 10718, 1449, 1, 0, 0, 0, 10719, 10724, 3, 1488, 744, 0, 10720, 10721, 3, 1480, 740, 0, 10721, 10722, 3, 1386, 693, 0, 10722, 10724, 1, 0, 0, 0, 10723, 10719, 1, 0, 0, 0, 10723, 10720, 1, 0, 0, 0, 10724, 1451, 1, 0, 0, 0, 10725, 10730, 3, 1490, 745, 0, 10726, 10727, 3, 1480, 740, 0, 10727, 10728, 3, 1386, 693, 0, 10728, 10730, 1, 0, 0, 0, 10729, 10725, 1, 0, 0, 0, 10729, 10726, 1, 0, 0, 0, 10730, 1453, 1, 0, 0, 0, 10731, 10767, 3, 1462, 731, 0, 10732, 10767, 3, 1460, 730, 0, 10733, 10767, 3, 1464, 732, 0, 10734, 10767, 3, 1458, 729, 0, 10735, 10767, 3, 1456, 728, 0, 10736, 10746, 3, 1450, 725, 0, 10737, 10747, 3, 1464, 732, 0, 10738, 10739, 5, 2, 0, 0, 10739, 10741, 3, 1344, 672, 0, 10740, 10742, 3, 1048, 524, 0, 10741, 10740, 1, 0, 0, 0, 10741, 10742, 1, 0, 0, 0, 10742, 10743, 1, 0, 0, 0, 10743, 10744, 5, 3, 0, 0, 10744, 10745, 3, 1464, 732, 0, 10745, 10747, 1, 0, 0, 0, 10746, 10737, 1, 0, 0, 0, 10746, 10738, 1, 0, 0, 0, 10747, 10767, 1, 0, 0, 0, 10748, 10749, 3, 1180, 590, 0, 10749, 10750, 3, 1464, 732, 0, 10750, 10767, 1, 0, 0, 0, 10751, 10761, 3, 1208, 604, 0, 10752, 10754, 3, 1464, 732, 0, 10753, 10755, 3, 1212, 606, 0, 10754, 10753, 1, 0, 0, 0, 10754, 10755, 1, 0, 0, 0, 10755, 10762, 1, 0, 0, 0, 10756, 10757, 5, 2, 0, 0, 10757, 10758, 3, 1462, 731, 0, 10758, 10759, 5, 3, 0, 0, 10759, 10760, 3, 1464, 732, 0, 10760, 10762, 1, 0, 0, 0, 10761, 10752, 1, 0, 0, 0, 10761, 10756, 1, 0, 0, 0, 10762, 10767, 1, 0, 0, 0, 10763, 10767, 5, 96, 0, 0, 10764, 10767, 5, 60, 0, 0, 10765, 10767, 5, 78, 0, 0, 10766, 10731, 1, 0, 0, 0, 10766, 10732, 1, 0, 0, 0, 10766, 10733, 1, 0, 0, 0, 10766, 10734, 1, 0, 0, 0, 10766, 10735, 1, 0, 0, 0, 10766, 10736, 1, 0, 0, 0, 10766, 10748, 1, 0, 0, 0, 10766, 10751, 1, 0, 0, 0, 10766, 10763, 1, 0, 0, 0, 10766, 10764, 1, 0, 0, 0, 10766, 10765, 1, 0, 0, 0, 10767, 1455, 1, 0, 0, 0, 10768, 10769, 5, 569, 0, 0, 10769, 1457, 1, 0, 0, 0, 10770, 10771, 5, 565, 0, 0, 10771, 1459, 1, 0, 0, 0, 10772, 10773, 5, 575, 0, 0, 10773, 1461, 1, 0, 0, 0, 10774, 10775, 5, 573, 0, 0, 10775, 1463, 1, 0, 0, 0, 10776, 10778, 3, 1466, 733, 0, 10777, 10779, 3, 1468, 734, 0, 10778, 10777, 1, 0, 0, 0, 10778, 10779, 1, 0, 0, 0, 10779, 1465, 1, 0, 0, 0, 10780, 10792, 5, 560, 0, 0, 10781, 10792, 5, 562, 0, 0, 10782, 10786, 5, 564, 0, 0, 10783, 10785, 5, 590, 0, 0, 10784, 10783, 1, 0, 0, 0, 10785, 10788, 1, 0, 0, 0, 10786, 10784, 1, 0, 0, 0, 10786, 10787, 1, 0, 0, 0, 10787, 10789, 1, 0, 0, 0, 10788, 10786, 1, 0, 0, 0, 10789, 10792, 5, 591, 0, 0, 10790, 10792, 5, 586, 0, 0, 10791, 10780, 1, 0, 0, 0, 10791, 10781, 1, 0, 0, 0, 10791, 10782, 1, 0, 0, 0, 10791, 10790, 1, 0, 0, 0, 10792, 1467, 1, 0, 0, 0, 10793, 10794, 5, 487, 0, 0, 10794, 10795, 3, 1466, 733, 0, 10795, 1469, 1, 0, 0, 0, 10796, 10802, 3, 1462, 731, 0, 10797, 10798, 5, 12, 0, 0, 10798, 10802, 3, 1462, 731, 0, 10799, 10800, 5, 13, 0, 0, 10800, 10802, 3, 1462, 731, 0, 10801, 10796, 1, 0, 0, 0, 10801, 10797, 1, 0, 0, 0, 10801, 10799, 1, 0, 0, 0, 10802, 1471, 1, 0, 0, 0, 10803, 10804, 3, 1476, 738, 0, 10804, 1473, 1, 0, 0, 0, 10805, 10806, 3, 1476, 738, 0, 10806, 1475, 1, 0, 0, 0, 10807, 10813, 3, 1494, 747, 0, 10808, 10813, 5, 52, 0, 0, 10809, 10813, 5, 49, 0, 0, 10810, 10813, 5, 89, 0, 0, 10811, 10813, 5, 524, 0, 0, 10812, 10807, 1, 0, 0, 0, 10812, 10808, 1, 0, 0, 0, 10812, 10809, 1, 0, 0, 0, 10812, 10810, 1, 0, 0, 0, 10812, 10811, 1, 0, 0, 0, 10813, 1477, 1, 0, 0, 0, 10814, 10819, 3, 1476, 738, 0, 10815, 10816, 5, 6, 0, 0, 10816, 10818, 3, 1476, 738, 0, 10817, 10815, 1, 0, 0, 0, 10818, 10821, 1, 0, 0, 0, 10819, 10817, 1, 0, 0, 0, 10819, 10820, 1, 0, 0, 0, 10820, 1479, 1, 0, 0, 0, 10821, 10819, 1, 0, 0, 0, 10822, 10827, 3, 1498, 749, 0, 10823, 10827, 3, 1502, 751, 0, 10824, 10827, 3, 1504, 752, 0, 10825, 10827, 3, 1740, 870, 0, 10826, 10822, 1, 0, 0, 0, 10826, 10823, 1, 0, 0, 0, 10826, 10824, 1, 0, 0, 0, 10826, 10825, 1, 0, 0, 0, 10827, 1481, 1, 0, 0, 0, 10828, 10829, 3, 1498, 749, 0, 10829, 1483, 1, 0, 0, 0, 10830, 10843, 3, 716, 358, 0, 10831, 10832, 5, 2, 0, 0, 10832, 10833, 3, 1218, 609, 0, 10833, 10834, 5, 3, 0, 0, 10834, 10835, 1, 0, 0, 0, 10835, 10837, 3, 1498, 749, 0, 10836, 10838, 3, 656, 328, 0, 10837, 10836, 1, 0, 0, 0, 10837, 10838, 1, 0, 0, 0, 10838, 10840, 1, 0, 0, 0, 10839, 10841, 3, 658, 329, 0, 10840, 10839, 1, 0, 0, 0, 10840, 10841, 1, 0, 0, 0, 10841, 10843, 1, 0, 0, 0, 10842, 10830, 1, 0, 0, 0, 10842, 10831, 1, 0, 0, 0, 10843, 1485, 1, 0, 0, 0, 10844, 10845, 5, 105, 0, 0, 10845, 10847, 3, 132, 66, 0, 10846, 10844, 1, 0, 0, 0, 10846, 10847, 1, 0, 0, 0, 10847, 10849, 1, 0, 0, 0, 10848, 10850, 3, 292, 146, 0, 10849, 10848, 1, 0, 0, 0, 10849, 10850, 1, 0, 0, 0, 10850, 1487, 1, 0, 0, 0, 10851, 10856, 3, 1498, 749, 0, 10852, 10856, 3, 1502, 751, 0, 10853, 10856, 3, 1740, 870, 0, 10854, 10856, 3, 1506, 753, 0, 10855, 10851, 1, 0, 0, 0, 10855, 10852, 1, 0, 0, 0, 10855, 10853, 1, 0, 0, 0, 10855, 10854, 1, 0, 0, 0, 10856, 1489, 1, 0, 0, 0, 10857, 10862, 3, 1498, 749, 0, 10858, 10862, 3, 1502, 751, 0, 10859, 10862, 3, 1740, 870, 0, 10860, 10862, 3, 1506, 753, 0, 10861, 10857, 1, 0, 0, 0, 10861, 10858, 1, 0, 0, 0, 10861, 10859, 1, 0, 0, 0, 10861, 10860, 1, 0, 0, 0, 10862, 1491, 1, 0, 0, 0, 10863, 10866, 3, 1438, 719, 0, 10864, 10866, 3, 1506, 753, 0, 10865, 10863, 1, 0, 0, 0, 10865, 10864, 1, 0, 0, 0, 10866, 1493, 1, 0, 0, 0, 10867, 10872, 3, 1498, 749, 0, 10868, 10872, 3, 1502, 751, 0, 10869, 10872, 3, 1504, 752, 0, 10870, 10872, 3, 1506, 753, 0, 10871, 10867, 1, 0, 0, 0, 10871, 10868, 1, 0, 0, 0, 10871, 10869, 1, 0, 0, 0, 10871, 10870, 1, 0, 0, 0, 10872, 1495, 1, 0, 0, 0, 10873, 10880, 3, 1498, 749, 0, 10874, 10880, 3, 1740, 870, 0, 10875, 10880, 3, 1502, 751, 0, 10876, 10880, 3, 1504, 752, 0, 10877, 10880, 3, 1506, 753, 0, 10878, 10880, 3, 1508, 754, 0, 10879, 10873, 1, 0, 0, 0, 10879, 10874, 1, 0, 0, 0, 10879, 10875, 1, 0, 0, 0, 10879, 10876, 1, 0, 0, 0, 10879, 10877, 1, 0, 0, 0, 10879, 10878, 1, 0, 0, 0, 10880, 1497, 1, 0, 0, 0, 10881, 10883, 5, 551, 0, 0, 10882, 10884, 3, 1468, 734, 0, 10883, 10882, 1, 0, 0, 0, 10883, 10884, 1, 0, 0, 0, 10884, 10892, 1, 0, 0, 0, 10885, 10892, 3, 1464, 732, 0, 10886, 10892, 5, 552, 0, 0, 10887, 10892, 5, 556, 0, 0, 10888, 10892, 3, 1262, 631, 0, 10889, 10892, 3, 1500, 750, 0, 10890, 10892, 3, 1740, 870, 0, 10891, 10881, 1, 0, 0, 0, 10891, 10885, 1, 0, 0, 0, 10891, 10886, 1, 0, 0, 0, 10891, 10887, 1, 0, 0, 0, 10891, 10888, 1, 0, 0, 0, 10891, 10889, 1, 0, 0, 0, 10891, 10890, 1, 0, 0, 0, 10892, 1499, 1, 0, 0, 0, 10893, 10894, 5, 577, 0, 0, 10894, 1501, 1, 0, 0, 0, 10895, 10896, 7, 78, 0, 0, 10896, 1503, 1, 0, 0, 0, 10897, 10949, 5, 387, 0, 0, 10898, 10949, 5, 388, 0, 0, 10899, 10949, 3, 1190, 595, 0, 10900, 10949, 5, 390, 0, 0, 10901, 10949, 5, 391, 0, 0, 10902, 10949, 3, 1198, 599, 0, 10903, 10949, 5, 393, 0, 0, 10904, 10949, 5, 394, 0, 0, 10905, 10949, 5, 395, 0, 0, 10906, 10949, 5, 396, 0, 0, 10907, 10949, 5, 397, 0, 0, 10908, 10949, 5, 398, 0, 0, 10909, 10949, 5, 399, 0, 0, 10910, 10949, 5, 470, 0, 0, 10911, 10949, 5, 400, 0, 0, 10912, 10949, 5, 401, 0, 0, 10913, 10949, 5, 402, 0, 0, 10914, 10949, 5, 403, 0, 0, 10915, 10949, 5, 404, 0, 0, 10916, 10949, 5, 405, 0, 0, 10917, 10949, 5, 406, 0, 0, 10918, 10949, 5, 407, 0, 0, 10919, 10949, 5, 489, 0, 0, 10920, 10949, 5, 408, 0, 0, 10921, 10949, 3, 1186, 593, 0, 10922, 10949, 5, 453, 0, 0, 10923, 10949, 5, 410, 0, 0, 10924, 10949, 5, 411, 0, 0, 10925, 10949, 5, 412, 0, 0, 10926, 10949, 5, 413, 0, 0, 10927, 10949, 5, 414, 0, 0, 10928, 10949, 5, 415, 0, 0, 10929, 10949, 5, 416, 0, 0, 10930, 10949, 5, 417, 0, 0, 10931, 10949, 5, 418, 0, 0, 10932, 10949, 5, 419, 0, 0, 10933, 10949, 5, 420, 0, 0, 10934, 10949, 5, 421, 0, 0, 10935, 10949, 5, 422, 0, 0, 10936, 10949, 5, 423, 0, 0, 10937, 10949, 5, 424, 0, 0, 10938, 10949, 5, 425, 0, 0, 10939, 10949, 5, 426, 0, 0, 10940, 10949, 5, 427, 0, 0, 10941, 10949, 5, 428, 0, 0, 10942, 10949, 5, 476, 0, 0, 10943, 10949, 5, 429, 0, 0, 10944, 10949, 5, 430, 0, 0, 10945, 10949, 5, 431, 0, 0, 10946, 10949, 5, 432, 0, 0, 10947, 10949, 5, 474, 0, 0, 10948, 10897, 1, 0, 0, 0, 10948, 10898, 1, 0, 0, 0, 10948, 10899, 1, 0, 0, 0, 10948, 10900, 1, 0, 0, 0, 10948, 10901, 1, 0, 0, 0, 10948, 10902, 1, 0, 0, 0, 10948, 10903, 1, 0, 0, 0, 10948, 10904, 1, 0, 0, 0, 10948, 10905, 1, 0, 0, 0, 10948, 10906, 1, 0, 0, 0, 10948, 10907, 1, 0, 0, 0, 10948, 10908, 1, 0, 0, 0, 10948, 10909, 1, 0, 0, 0, 10948, 10910, 1, 0, 0, 0, 10948, 10911, 1, 0, 0, 0, 10948, 10912, 1, 0, 0, 0, 10948, 10913, 1, 0, 0, 0, 10948, 10914, 1, 0, 0, 0, 10948, 10915, 1, 0, 0, 0, 10948, 10916, 1, 0, 0, 0, 10948, 10917, 1, 0, 0, 0, 10948, 10918, 1, 0, 0, 0, 10948, 10919, 1, 0, 0, 0, 10948, 10920, 1, 0, 0, 0, 10948, 10921, 1, 0, 0, 0, 10948, 10922, 1, 0, 0, 0, 10948, 10923, 1, 0, 0, 0, 10948, 10924, 1, 0, 0, 0, 10948, 10925, 1, 0, 0, 0, 10948, 10926, 1, 0, 0, 0, 10948, 10927, 1, 0, 0, 0, 10948, 10928, 1, 0, 0, 0, 10948, 10929, 1, 0, 0, 0, 10948, 10930, 1, 0, 0, 0, 10948, 10931, 1, 0, 0, 0, 10948, 10932, 1, 0, 0, 0, 10948, 10933, 1, 0, 0, 0, 10948, 10934, 1, 0, 0, 0, 10948, 10935, 1, 0, 0, 0, 10948, 10936, 1, 0, 0, 0, 10948, 10937, 1, 0, 0, 0, 10948, 10938, 1, 0, 0, 0, 10948, 10939, 1, 0, 0, 0, 10948, 10940, 1, 0, 0, 0, 10948, 10941, 1, 0, 0, 0, 10948, 10942, 1, 0, 0, 0, 10948, 10943, 1, 0, 0, 0, 10948, 10944, 1, 0, 0, 0, 10948, 10945, 1, 0, 0, 0, 10948, 10946, 1, 0, 0, 0, 10948, 10947, 1, 0, 0, 0, 10949, 1505, 1, 0, 0, 0, 10950, 10951, 7, 79, 0, 0, 10951, 1507, 1, 0, 0, 0, 10952, 10953, 7, 80, 0, 0, 10953, 1509, 1, 0, 0, 0, 10954, 10955, 3, 1512, 756, 0, 10955, 10956, 3, 1522, 761, 0, 10956, 10957, 3, 1520, 760, 0, 10957, 1511, 1, 0, 0, 0, 10958, 10960, 3, 1514, 757, 0, 10959, 10958, 1, 0, 0, 0, 10960, 10963, 1, 0, 0, 0, 10961, 10959, 1, 0, 0, 0, 10961, 10962, 1, 0, 0, 0, 10962, 1513, 1, 0, 0, 0, 10963, 10961, 1, 0, 0, 0, 10964, 10965, 3, 1516, 758, 0, 10965, 10966, 5, 279, 0, 0, 10966, 10967, 5, 490, 0, 0, 10967, 10985, 1, 0, 0, 0, 10968, 10969, 3, 1516, 758, 0, 10969, 10970, 5, 491, 0, 0, 10970, 10971, 3, 1518, 759, 0, 10971, 10985, 1, 0, 0, 0, 10972, 10973, 3, 1516, 758, 0, 10973, 10974, 5, 492, 0, 0, 10974, 10975, 5, 493, 0, 0, 10975, 10985, 1, 0, 0, 0, 10976, 10977, 3, 1516, 758, 0, 10977, 10978, 5, 492, 0, 0, 10978, 10979, 5, 494, 0, 0, 10979, 10985, 1, 0, 0, 0, 10980, 10981, 3, 1516, 758, 0, 10981, 10982, 5, 492, 0, 0, 10982, 10983, 5, 495, 0, 0, 10983, 10985, 1, 0, 0, 0, 10984, 10964, 1, 0, 0, 0, 10984, 10968, 1, 0, 0, 0, 10984, 10972, 1, 0, 0, 0, 10984, 10976, 1, 0, 0, 0, 10984, 10980, 1, 0, 0, 0, 10985, 1515, 1, 0, 0, 0, 10986, 10987, 5, 29, 0, 0, 10987, 1517, 1, 0, 0, 0, 10988, 10993, 3, 1464, 732, 0, 10989, 10993, 3, 1508, 754, 0, 10990, 10993, 3, 1740, 870, 0, 10991, 10993, 3, 1502, 751, 0, 10992, 10988, 1, 0, 0, 0, 10992, 10989, 1, 0, 0, 0, 10992, 10990, 1, 0, 0, 0, 10992, 10991, 1, 0, 0, 0, 10993, 1519, 1, 0, 0, 0, 10994, 10997, 1, 0, 0, 0, 10995, 10997, 5, 7, 0, 0, 10996, 10994, 1, 0, 0, 0, 10996, 10995, 1, 0, 0, 0, 10997, 1521, 1, 0, 0, 0, 10998, 10999, 3, 1524, 762, 0, 10999, 11000, 5, 146, 0, 0, 11000, 11001, 3, 1566, 783, 0, 11001, 11002, 3, 1720, 860, 0, 11002, 11003, 5, 454, 0, 0, 11003, 11004, 3, 1734, 867, 0, 11004, 1523, 1, 0, 0, 0, 11005, 11010, 3, 1730, 865, 0, 11006, 11008, 3, 1526, 763, 0, 11007, 11009, 3, 1528, 764, 0, 11008, 11007, 1, 0, 0, 0, 11008, 11009, 1, 0, 0, 0, 11009, 11011, 1, 0, 0, 0, 11010, 11006, 1, 0, 0, 0, 11010, 11011, 1, 0, 0, 0, 11011, 1525, 1, 0, 0, 0, 11012, 11013, 5, 178, 0, 0, 11013, 1527, 1, 0, 0, 0, 11014, 11016, 3, 1532, 766, 0, 11015, 11014, 1, 0, 0, 0, 11016, 11017, 1, 0, 0, 0, 11017, 11015, 1, 0, 0, 0, 11017, 11018, 1, 0, 0, 0, 11018, 1529, 1, 0, 0, 0, 11019, 11020, 5, 18, 0, 0, 11020, 11021, 3, 1738, 869, 0, 11021, 11022, 5, 19, 0, 0, 11022, 1531, 1, 0, 0, 0, 11023, 11027, 3, 1534, 767, 0, 11024, 11027, 5, 178, 0, 0, 11025, 11027, 3, 1530, 765, 0, 11026, 11023, 1, 0, 0, 0, 11026, 11024, 1, 0, 0, 0, 11026, 11025, 1, 0, 0, 0, 11027, 1533, 1, 0, 0, 0, 11028, 11044, 3, 1550, 775, 0, 11029, 11030, 5, 496, 0, 0, 11030, 11031, 5, 62, 0, 0, 11031, 11045, 3, 1548, 774, 0, 11032, 11033, 3, 1552, 776, 0, 11033, 11034, 3, 1554, 777, 0, 11034, 11035, 3, 1556, 778, 0, 11035, 11036, 3, 1558, 779, 0, 11036, 11037, 3, 1560, 780, 0, 11037, 11045, 1, 0, 0, 0, 11038, 11039, 3, 1536, 768, 0, 11039, 11040, 5, 172, 0, 0, 11040, 11041, 3, 1540, 770, 0, 11041, 11042, 3, 1546, 773, 0, 11042, 11043, 3, 1538, 769, 0, 11043, 11045, 1, 0, 0, 0, 11044, 11029, 1, 0, 0, 0, 11044, 11032, 1, 0, 0, 0, 11044, 11038, 1, 0, 0, 0, 11045, 11046, 1, 0, 0, 0, 11046, 11047, 5, 7, 0, 0, 11047, 1535, 1, 0, 0, 0, 11048, 11053, 1, 0, 0, 0, 11049, 11050, 5, 269, 0, 0, 11050, 11053, 5, 324, 0, 0, 11051, 11053, 5, 324, 0, 0, 11052, 11048, 1, 0, 0, 0, 11052, 11049, 1, 0, 0, 0, 11052, 11051, 1, 0, 0, 0, 11053, 1537, 1, 0, 0, 0, 11054, 11055, 3, 1006, 503, 0, 11055, 1539, 1, 0, 0, 0, 11056, 11062, 1, 0, 0, 0, 11057, 11058, 5, 2, 0, 0, 11058, 11059, 3, 1542, 771, 0, 11059, 11060, 5, 3, 0, 0, 11060, 11062, 1, 0, 0, 0, 11061, 11056, 1, 0, 0, 0, 11061, 11057, 1, 0, 0, 0, 11062, 1541, 1, 0, 0, 0, 11063, 11068, 3, 1544, 772, 0, 11064, 11065, 5, 6, 0, 0, 11065, 11067, 3, 1544, 772, 0, 11066, 11064, 1, 0, 0, 0, 11067, 11070, 1, 0, 0, 0, 11068, 11066, 1, 0, 0, 0, 11068, 11069, 1, 0, 0, 0, 11069, 1543, 1, 0, 0, 0, 11070, 11068, 1, 0, 0, 0, 11071, 11072, 3, 1550, 775, 0, 11072, 11073, 3, 1554, 777, 0, 11073, 1545, 1, 0, 0, 0, 11074, 11075, 7, 81, 0, 0, 11075, 1547, 1, 0, 0, 0, 11076, 11079, 5, 28, 0, 0, 11077, 11079, 3, 1480, 740, 0, 11078, 11076, 1, 0, 0, 0, 11078, 11077, 1, 0, 0, 0, 11079, 1549, 1, 0, 0, 0, 11080, 11081, 3, 1738, 869, 0, 11081, 1551, 1, 0, 0, 0, 11082, 11085, 1, 0, 0, 0, 11083, 11085, 5, 497, 0, 0, 11084, 11082, 1, 0, 0, 0, 11084, 11083, 1, 0, 0, 0, 11085, 1553, 1, 0, 0, 0, 11086, 11087, 3, 1174, 587, 0, 11087, 1555, 1, 0, 0, 0, 11088, 11092, 1, 0, 0, 0, 11089, 11090, 5, 43, 0, 0, 11090, 11092, 3, 564, 282, 0, 11091, 11088, 1, 0, 0, 0, 11091, 11089, 1, 0, 0, 0, 11092, 1557, 1, 0, 0, 0, 11093, 11097, 1, 0, 0, 0, 11094, 11095, 5, 77, 0, 0, 11095, 11097, 5, 78, 0, 0, 11096, 11093, 1, 0, 0, 0, 11096, 11094, 1, 0, 0, 0, 11097, 1559, 1, 0, 0, 0, 11098, 11103, 1, 0, 0, 0, 11099, 11100, 3, 1562, 781, 0, 11100, 11101, 3, 1742, 871, 0, 11101, 11103, 1, 0, 0, 0, 11102, 11098, 1, 0, 0, 0, 11102, 11099, 1, 0, 0, 0, 11103, 1561, 1, 0, 0, 0, 11104, 11107, 3, 1564, 782, 0, 11105, 11107, 5, 53, 0, 0, 11106, 11104, 1, 0, 0, 0, 11106, 11105, 1, 0, 0, 0, 11107, 1563, 1, 0, 0, 0, 11108, 11109, 7, 82, 0, 0, 11109, 1565, 1, 0, 0, 0, 11110, 11112, 3, 1568, 784, 0, 11111, 11110, 1, 0, 0, 0, 11112, 11115, 1, 0, 0, 0, 11113, 11111, 1, 0, 0, 0, 11113, 11114, 1, 0, 0, 0, 11114, 1567, 1, 0, 0, 0, 11115, 11113, 1, 0, 0, 0, 11116, 11117, 3, 1522, 761, 0, 11117, 11118, 5, 7, 0, 0, 11118, 11144, 1, 0, 0, 0, 11119, 11144, 3, 1634, 817, 0, 11120, 11144, 3, 1638, 819, 0, 11121, 11144, 3, 1576, 788, 0, 11122, 11144, 3, 1592, 796, 0, 11123, 11144, 3, 1598, 799, 0, 11124, 11144, 3, 1608, 804, 0, 11125, 11144, 3, 1610, 805, 0, 11126, 11144, 3, 1612, 806, 0, 11127, 11144, 3, 1626, 813, 0, 11128, 11144, 3, 1630, 815, 0, 11129, 11144, 3, 1650, 825, 0, 11130, 11144, 3, 1656, 828, 0, 11131, 11144, 3, 1658, 829, 0, 11132, 11144, 3, 1570, 785, 0, 11133, 11144, 3, 1572, 786, 0, 11134, 11144, 3, 1578, 789, 0, 11135, 11144, 3, 1666, 833, 0, 11136, 11144, 3, 1678, 839, 0, 11137, 11144, 3, 1686, 843, 0, 11138, 11144, 3, 1706, 853, 0, 11139, 11144, 3, 1708, 854, 0, 11140, 11144, 3, 1710, 855, 0, 11141, 11144, 3, 1712, 856, 0, 11142, 11144, 3, 1716, 858, 0, 11143, 11116, 1, 0, 0, 0, 11143, 11119, 1, 0, 0, 0, 11143, 11120, 1, 0, 0, 0, 11143, 11121, 1, 0, 0, 0, 11143, 11122, 1, 0, 0, 0, 11143, 11123, 1, 0, 0, 0, 11143, 11124, 1, 0, 0, 0, 11143, 11125, 1, 0, 0, 0, 11143, 11126, 1, 0, 0, 0, 11143, 11127, 1, 0, 0, 0, 11143, 11128, 1, 0, 0, 0, 11143, 11129, 1, 0, 0, 0, 11143, 11130, 1, 0, 0, 0, 11143, 11131, 1, 0, 0, 0, 11143, 11132, 1, 0, 0, 0, 11143, 11133, 1, 0, 0, 0, 11143, 11134, 1, 0, 0, 0, 11143, 11135, 1, 0, 0, 0, 11143, 11136, 1, 0, 0, 0, 11143, 11137, 1, 0, 0, 0, 11143, 11138, 1, 0, 0, 0, 11143, 11139, 1, 0, 0, 0, 11143, 11140, 1, 0, 0, 0, 11143, 11141, 1, 0, 0, 0, 11143, 11142, 1, 0, 0, 0, 11144, 1569, 1, 0, 0, 0, 11145, 11146, 5, 498, 0, 0, 11146, 11147, 3, 1746, 873, 0, 11147, 11148, 5, 7, 0, 0, 11148, 1571, 1, 0, 0, 0, 11149, 11150, 5, 433, 0, 0, 11150, 11156, 3, 1738, 869, 0, 11151, 11152, 5, 2, 0, 0, 11152, 11153, 3, 1574, 787, 0, 11153, 11154, 5, 3, 0, 0, 11154, 11155, 5, 7, 0, 0, 11155, 11157, 1, 0, 0, 0, 11156, 11151, 1, 0, 0, 0, 11156, 11157, 1, 0, 0, 0, 11157, 11166, 1, 0, 0, 0, 11158, 11159, 5, 57, 0, 0, 11159, 11160, 3, 1738, 869, 0, 11160, 11161, 5, 2, 0, 0, 11161, 11162, 3, 1574, 787, 0, 11162, 11163, 5, 3, 0, 0, 11163, 11164, 5, 7, 0, 0, 11164, 11166, 1, 0, 0, 0, 11165, 11149, 1, 0, 0, 0, 11165, 11158, 1, 0, 0, 0, 11166, 1573, 1, 0, 0, 0, 11167, 11170, 1, 0, 0, 0, 11168, 11170, 3, 1334, 667, 0, 11169, 11167, 1, 0, 0, 0, 11169, 11168, 1, 0, 0, 0, 11170, 1575, 1, 0, 0, 0, 11171, 11172, 3, 1590, 795, 0, 11172, 11173, 3, 1564, 782, 0, 11173, 11174, 3, 1742, 871, 0, 11174, 11175, 5, 7, 0, 0, 11175, 1577, 1, 0, 0, 0, 11176, 11177, 5, 499, 0, 0, 11177, 11178, 3, 1580, 790, 0, 11178, 11179, 5, 500, 0, 0, 11179, 11180, 3, 1582, 791, 0, 11180, 11181, 5, 7, 0, 0, 11181, 1579, 1, 0, 0, 0, 11182, 11186, 1, 0, 0, 0, 11183, 11186, 5, 434, 0, 0, 11184, 11186, 5, 501, 0, 0, 11185, 11182, 1, 0, 0, 0, 11185, 11183, 1, 0, 0, 0, 11185, 11184, 1, 0, 0, 0, 11186, 1581, 1, 0, 0, 0, 11187, 11192, 3, 1584, 792, 0, 11188, 11189, 5, 6, 0, 0, 11189, 11191, 3, 1584, 792, 0, 11190, 11188, 1, 0, 0, 0, 11191, 11194, 1, 0, 0, 0, 11192, 11190, 1, 0, 0, 0, 11192, 11193, 1, 0, 0, 0, 11193, 1583, 1, 0, 0, 0, 11194, 11192, 1, 0, 0, 0, 11195, 11196, 3, 1588, 794, 0, 11196, 11197, 3, 1564, 782, 0, 11197, 11198, 3, 1586, 793, 0, 11198, 1585, 1, 0, 0, 0, 11199, 11200, 3, 1480, 740, 0, 11200, 1587, 1, 0, 0, 0, 11201, 11202, 3, 1590, 795, 0, 11202, 1589, 1, 0, 0, 0, 11203, 11206, 3, 564, 282, 0, 11204, 11206, 5, 28, 0, 0, 11205, 11203, 1, 0, 0, 0, 11205, 11204, 1, 0, 0, 0, 11206, 11213, 1, 0, 0, 0, 11207, 11208, 5, 4, 0, 0, 11208, 11209, 3, 1748, 874, 0, 11209, 11210, 5, 5, 0, 0, 11210, 11212, 1, 0, 0, 0, 11211, 11207, 1, 0, 0, 0, 11212, 11215, 1, 0, 0, 0, 11213, 11211, 1, 0, 0, 0, 11213, 11214, 1, 0, 0, 0, 11214, 1591, 1, 0, 0, 0, 11215, 11213, 1, 0, 0, 0, 11216, 11217, 5, 220, 0, 0, 11217, 11218, 3, 1744, 872, 0, 11218, 11219, 5, 93, 0, 0, 11219, 11220, 3, 1566, 783, 0, 11220, 11221, 3, 1594, 797, 0, 11221, 11222, 3, 1596, 798, 0, 11222, 11223, 5, 454, 0, 0, 11223, 11224, 5, 220, 0, 0, 11224, 11225, 5, 7, 0, 0, 11225, 1593, 1, 0, 0, 0, 11226, 11227, 5, 502, 0, 0, 11227, 11228, 3, 1218, 609, 0, 11228, 11229, 5, 93, 0, 0, 11229, 11230, 3, 1566, 783, 0, 11230, 11232, 1, 0, 0, 0, 11231, 11226, 1, 0, 0, 0, 11232, 11235, 1, 0, 0, 0, 11233, 11231, 1, 0, 0, 0, 11233, 11234, 1, 0, 0, 0, 11234, 1595, 1, 0, 0, 0, 11235, 11233, 1, 0, 0, 0, 11236, 11240, 1, 0, 0, 0, 11237, 11238, 5, 58, 0, 0, 11238, 11240, 3, 1566, 783, 0, 11239, 11236, 1, 0, 0, 0, 11239, 11237, 1, 0, 0, 0, 11240, 1597, 1, 0, 0, 0, 11241, 11242, 5, 40, 0, 0, 11242, 11243, 3, 1600, 800, 0, 11243, 11244, 3, 1602, 801, 0, 11244, 11245, 3, 1606, 803, 0, 11245, 11246, 5, 454, 0, 0, 11246, 11247, 5, 40, 0, 0, 11247, 11248, 5, 7, 0, 0, 11248, 1599, 1, 0, 0, 0, 11249, 11252, 1, 0, 0, 0, 11250, 11252, 3, 1742, 871, 0, 11251, 11249, 1, 0, 0, 0, 11251, 11250, 1, 0, 0, 0, 11252, 1601, 1, 0, 0, 0, 11253, 11255, 3, 1604, 802, 0, 11254, 11253, 1, 0, 0, 0, 11255, 11256, 1, 0, 0, 0, 11256, 11254, 1, 0, 0, 0, 11256, 11257, 1, 0, 0, 0, 11257, 1603, 1, 0, 0, 0, 11258, 11259, 5, 102, 0, 0, 11259, 11260, 3, 1334, 667, 0, 11260, 11261, 5, 93, 0, 0, 11261, 11262, 3, 1566, 783, 0, 11262, 1605, 1, 0, 0, 0, 11263, 11267, 1, 0, 0, 0, 11264, 11265, 5, 58, 0, 0, 11265, 11267, 3, 1566, 783, 0, 11266, 11263, 1, 0, 0, 0, 11266, 11264, 1, 0, 0, 0, 11267, 1607, 1, 0, 0, 0, 11268, 11269, 3, 1732, 866, 0, 11269, 11270, 3, 1654, 827, 0, 11270, 1609, 1, 0, 0, 0, 11271, 11272, 3, 1732, 866, 0, 11272, 11273, 5, 503, 0, 0, 11273, 11274, 3, 1750, 875, 0, 11274, 11275, 3, 1654, 827, 0, 11275, 1611, 1, 0, 0, 0, 11276, 11277, 3, 1732, 866, 0, 11277, 11278, 5, 62, 0, 0, 11278, 11279, 3, 1614, 807, 0, 11279, 11280, 3, 1654, 827, 0, 11280, 1613, 1, 0, 0, 0, 11281, 11282, 3, 1624, 812, 0, 11282, 11298, 5, 68, 0, 0, 11283, 11284, 3, 1000, 500, 0, 11284, 11285, 3, 1618, 809, 0, 11285, 11299, 1, 0, 0, 0, 11286, 11299, 3, 1006, 503, 0, 11287, 11299, 3, 932, 466, 0, 11288, 11289, 5, 202, 0, 0, 11289, 11290, 3, 1218, 609, 0, 11290, 11291, 3, 1616, 808, 0, 11291, 11299, 1, 0, 0, 0, 11292, 11293, 3, 1620, 810, 0, 11293, 11294, 3, 1218, 609, 0, 11294, 11295, 5, 24, 0, 0, 11295, 11296, 3, 1218, 609, 0, 11296, 11297, 3, 1622, 811, 0, 11297, 11299, 1, 0, 0, 0, 11298, 11283, 1, 0, 0, 0, 11298, 11286, 1, 0, 0, 0, 11298, 11287, 1, 0, 0, 0, 11298, 11288, 1, 0, 0, 0, 11298, 11292, 1, 0, 0, 0, 11299, 1615, 1, 0, 0, 0, 11300, 11304, 1, 0, 0, 0, 11301, 11302, 5, 100, 0, 0, 11302, 11304, 3, 1334, 667, 0, 11303, 11300, 1, 0, 0, 0, 11303, 11301, 1, 0, 0, 0, 11304, 1617, 1, 0, 0, 0, 11305, 11318, 1, 0, 0, 0, 11306, 11307, 5, 2, 0, 0, 11307, 11312, 3, 1218, 609, 0, 11308, 11309, 5, 6, 0, 0, 11309, 11311, 3, 1218, 609, 0, 11310, 11308, 1, 0, 0, 0, 11311, 11314, 1, 0, 0, 0, 11312, 11310, 1, 0, 0, 0, 11312, 11313, 1, 0, 0, 0, 11313, 11315, 1, 0, 0, 0, 11314, 11312, 1, 0, 0, 0, 11315, 11316, 5, 3, 0, 0, 11316, 11318, 1, 0, 0, 0, 11317, 11305, 1, 0, 0, 0, 11317, 11306, 1, 0, 0, 0, 11318, 1619, 1, 0, 0, 0, 11319, 11322, 1, 0, 0, 0, 11320, 11322, 5, 504, 0, 0, 11321, 11319, 1, 0, 0, 0, 11321, 11320, 1, 0, 0, 0, 11322, 1621, 1, 0, 0, 0, 11323, 11327, 1, 0, 0, 0, 11324, 11325, 5, 147, 0, 0, 11325, 11327, 3, 1218, 609, 0, 11326, 11323, 1, 0, 0, 0, 11326, 11324, 1, 0, 0, 0, 11327, 1623, 1, 0, 0, 0, 11328, 11329, 3, 558, 279, 0, 11329, 1625, 1, 0, 0, 0, 11330, 11331, 3, 1732, 866, 0, 11331, 11332, 5, 505, 0, 0, 11332, 11333, 3, 1624, 812, 0, 11333, 11334, 3, 1628, 814, 0, 11334, 11335, 5, 68, 0, 0, 11335, 11336, 5, 35, 0, 0, 11336, 11337, 3, 1218, 609, 0, 11337, 11338, 3, 1654, 827, 0, 11338, 1627, 1, 0, 0, 0, 11339, 11343, 1, 0, 0, 0, 11340, 11341, 5, 506, 0, 0, 11341, 11343, 3, 1462, 731, 0, 11342, 11339, 1, 0, 0, 0, 11342, 11340, 1, 0, 0, 0, 11343, 1629, 1, 0, 0, 0, 11344, 11345, 3, 1632, 816, 0, 11345, 11347, 3, 1734, 867, 0, 11346, 11348, 3, 1736, 868, 0, 11347, 11346, 1, 0, 0, 0, 11347, 11348, 1, 0, 0, 0, 11348, 11349, 1, 0, 0, 0, 11349, 11350, 5, 7, 0, 0, 11350, 1631, 1, 0, 0, 0, 11351, 11352, 7, 83, 0, 0, 11352, 1633, 1, 0, 0, 0, 11353, 11365, 5, 508, 0, 0, 11354, 11355, 5, 268, 0, 0, 11355, 11366, 3, 1742, 871, 0, 11356, 11362, 5, 509, 0, 0, 11357, 11358, 5, 202, 0, 0, 11358, 11359, 3, 1218, 609, 0, 11359, 11360, 3, 1616, 808, 0, 11360, 11363, 1, 0, 0, 0, 11361, 11363, 3, 1006, 503, 0, 11362, 11357, 1, 0, 0, 0, 11362, 11361, 1, 0, 0, 0, 11363, 11366, 1, 0, 0, 0, 11364, 11366, 3, 1636, 818, 0, 11365, 11354, 1, 0, 0, 0, 11365, 11356, 1, 0, 0, 0, 11365, 11364, 1, 0, 0, 0, 11366, 11367, 1, 0, 0, 0, 11367, 11368, 5, 7, 0, 0, 11368, 1635, 1, 0, 0, 0, 11369, 11372, 1, 0, 0, 0, 11370, 11372, 3, 1742, 871, 0, 11371, 11369, 1, 0, 0, 0, 11371, 11370, 1, 0, 0, 0, 11372, 1637, 1, 0, 0, 0, 11373, 11375, 5, 510, 0, 0, 11374, 11376, 3, 1640, 820, 0, 11375, 11374, 1, 0, 0, 0, 11375, 11376, 1, 0, 0, 0, 11376, 11377, 1, 0, 0, 0, 11377, 11378, 3, 1464, 732, 0, 11378, 11379, 3, 1642, 821, 0, 11379, 11380, 3, 1644, 822, 0, 11380, 11381, 5, 7, 0, 0, 11381, 11408, 1, 0, 0, 0, 11382, 11384, 5, 510, 0, 0, 11383, 11385, 3, 1640, 820, 0, 11384, 11383, 1, 0, 0, 0, 11384, 11385, 1, 0, 0, 0, 11385, 11386, 1, 0, 0, 0, 11386, 11387, 3, 1498, 749, 0, 11387, 11388, 3, 1644, 822, 0, 11388, 11389, 5, 7, 0, 0, 11389, 11408, 1, 0, 0, 0, 11390, 11392, 5, 510, 0, 0, 11391, 11393, 3, 1640, 820, 0, 11392, 11391, 1, 0, 0, 0, 11392, 11393, 1, 0, 0, 0, 11393, 11394, 1, 0, 0, 0, 11394, 11395, 5, 511, 0, 0, 11395, 11396, 3, 1464, 732, 0, 11396, 11397, 3, 1644, 822, 0, 11397, 11398, 5, 7, 0, 0, 11398, 11408, 1, 0, 0, 0, 11399, 11401, 5, 510, 0, 0, 11400, 11402, 3, 1640, 820, 0, 11401, 11400, 1, 0, 0, 0, 11401, 11402, 1, 0, 0, 0, 11402, 11403, 1, 0, 0, 0, 11403, 11404, 3, 1644, 822, 0, 11404, 11405, 5, 7, 0, 0, 11405, 11408, 1, 0, 0, 0, 11406, 11408, 5, 510, 0, 0, 11407, 11373, 1, 0, 0, 0, 11407, 11382, 1, 0, 0, 0, 11407, 11390, 1, 0, 0, 0, 11407, 11399, 1, 0, 0, 0, 11407, 11406, 1, 0, 0, 0, 11408, 1639, 1, 0, 0, 0, 11409, 11410, 7, 84, 0, 0, 11410, 1641, 1, 0, 0, 0, 11411, 11419, 1, 0, 0, 0, 11412, 11413, 5, 6, 0, 0, 11413, 11415, 3, 1218, 609, 0, 11414, 11412, 1, 0, 0, 0, 11415, 11416, 1, 0, 0, 0, 11416, 11414, 1, 0, 0, 0, 11416, 11417, 1, 0, 0, 0, 11417, 11419, 1, 0, 0, 0, 11418, 11411, 1, 0, 0, 0, 11418, 11414, 1, 0, 0, 0, 11419, 1643, 1, 0, 0, 0, 11420, 11424, 1, 0, 0, 0, 11421, 11422, 5, 100, 0, 0, 11422, 11424, 3, 1648, 824, 0, 11423, 11420, 1, 0, 0, 0, 11423, 11421, 1, 0, 0, 0, 11424, 1645, 1, 0, 0, 0, 11425, 11426, 3, 1498, 749, 0, 11426, 11427, 5, 10, 0, 0, 11427, 11428, 3, 1218, 609, 0, 11428, 1647, 1, 0, 0, 0, 11429, 11434, 3, 1646, 823, 0, 11430, 11431, 5, 6, 0, 0, 11431, 11433, 3, 1646, 823, 0, 11432, 11430, 1, 0, 0, 0, 11433, 11436, 1, 0, 0, 0, 11434, 11432, 1, 0, 0, 0, 11434, 11435, 1, 0, 0, 0, 11435, 1649, 1, 0, 0, 0, 11436, 11434, 1, 0, 0, 0, 11437, 11438, 5, 518, 0, 0, 11438, 11439, 3, 1742, 871, 0, 11439, 11440, 3, 1652, 826, 0, 11440, 11441, 5, 7, 0, 0, 11441, 1651, 1, 0, 0, 0, 11442, 11446, 1, 0, 0, 0, 11443, 11444, 5, 6, 0, 0, 11444, 11446, 3, 1742, 871, 0, 11445, 11442, 1, 0, 0, 0, 11445, 11443, 1, 0, 0, 0, 11446, 1653, 1, 0, 0, 0, 11447, 11448, 5, 519, 0, 0, 11448, 11449, 3, 1566, 783, 0, 11449, 11450, 5, 454, 0, 0, 11450, 11451, 5, 519, 0, 0, 11451, 11452, 3, 1734, 867, 0, 11452, 11453, 5, 7, 0, 0, 11453, 1655, 1, 0, 0, 0, 11454, 11455, 3, 1752, 876, 0, 11455, 11456, 5, 7, 0, 0, 11456, 1657, 1, 0, 0, 0, 11457, 11458, 5, 202, 0, 0, 11458, 11466, 3, 1218, 609, 0, 11459, 11460, 3, 1664, 832, 0, 11460, 11461, 3, 1660, 830, 0, 11461, 11467, 1, 0, 0, 0, 11462, 11463, 3, 1660, 830, 0, 11463, 11464, 3, 1664, 832, 0, 11464, 11467, 1, 0, 0, 0, 11465, 11467, 1, 0, 0, 0, 11466, 11459, 1, 0, 0, 0, 11466, 11462, 1, 0, 0, 0, 11466, 11465, 1, 0, 0, 0, 11467, 11468, 1, 0, 0, 0, 11468, 11469, 5, 7, 0, 0, 11469, 1659, 1, 0, 0, 0, 11470, 11474, 1, 0, 0, 0, 11471, 11472, 5, 100, 0, 0, 11472, 11474, 3, 1662, 831, 0, 11473, 11470, 1, 0, 0, 0, 11473, 11471, 1, 0, 0, 0, 11474, 1661, 1, 0, 0, 0, 11475, 11480, 3, 1218, 609, 0, 11476, 11477, 5, 6, 0, 0, 11477, 11479, 3, 1218, 609, 0, 11478, 11476, 1, 0, 0, 0, 11479, 11482, 1, 0, 0, 0, 11480, 11478, 1, 0, 0, 0, 11480, 11481, 1, 0, 0, 0, 11481, 1663, 1, 0, 0, 0, 11482, 11480, 1, 0, 0, 0, 11483, 11490, 1, 0, 0, 0, 11484, 11486, 5, 71, 0, 0, 11485, 11487, 5, 346, 0, 0, 11486, 11485, 1, 0, 0, 0, 11486, 11487, 1, 0, 0, 0, 11487, 11488, 1, 0, 0, 0, 11488, 11490, 3, 1680, 840, 0, 11489, 11483, 1, 0, 0, 0, 11489, 11484, 1, 0, 0, 0, 11490, 1665, 1, 0, 0, 0, 11491, 11509, 5, 520, 0, 0, 11492, 11493, 3, 1718, 859, 0, 11493, 11494, 3, 1674, 837, 0, 11494, 11500, 5, 62, 0, 0, 11495, 11501, 3, 1006, 503, 0, 11496, 11497, 5, 202, 0, 0, 11497, 11498, 3, 1742, 871, 0, 11498, 11499, 3, 1672, 836, 0, 11499, 11501, 1, 0, 0, 0, 11500, 11495, 1, 0, 0, 0, 11500, 11496, 1, 0, 0, 0, 11501, 11510, 1, 0, 0, 0, 11502, 11507, 3, 1480, 740, 0, 11503, 11504, 5, 2, 0, 0, 11504, 11505, 3, 1670, 835, 0, 11505, 11506, 5, 3, 0, 0, 11506, 11508, 1, 0, 0, 0, 11507, 11503, 1, 0, 0, 0, 11507, 11508, 1, 0, 0, 0, 11508, 11510, 1, 0, 0, 0, 11509, 11492, 1, 0, 0, 0, 11509, 11502, 1, 0, 0, 0, 11510, 11511, 1, 0, 0, 0, 11511, 11512, 5, 7, 0, 0, 11512, 1667, 1, 0, 0, 0, 11513, 11514, 3, 1480, 740, 0, 11514, 11515, 5, 20, 0, 0, 11515, 11516, 3, 1218, 609, 0, 11516, 11519, 1, 0, 0, 0, 11517, 11519, 3, 1218, 609, 0, 11518, 11513, 1, 0, 0, 0, 11518, 11517, 1, 0, 0, 0, 11519, 1669, 1, 0, 0, 0, 11520, 11525, 3, 1668, 834, 0, 11521, 11522, 5, 6, 0, 0, 11522, 11524, 3, 1668, 834, 0, 11523, 11521, 1, 0, 0, 0, 11524, 11527, 1, 0, 0, 0, 11525, 11523, 1, 0, 0, 0, 11525, 11526, 1, 0, 0, 0, 11526, 1671, 1, 0, 0, 0, 11527, 11525, 1, 0, 0, 0, 11528, 11532, 1, 0, 0, 0, 11529, 11530, 5, 100, 0, 0, 11530, 11532, 3, 1334, 667, 0, 11531, 11528, 1, 0, 0, 0, 11531, 11529, 1, 0, 0, 0, 11532, 1673, 1, 0, 0, 0, 11533, 11538, 1, 0, 0, 0, 11534, 11535, 3, 1676, 838, 0, 11535, 11536, 5, 324, 0, 0, 11536, 11538, 1, 0, 0, 0, 11537, 11533, 1, 0, 0, 0, 11537, 11534, 1, 0, 0, 0, 11538, 1675, 1, 0, 0, 0, 11539, 11542, 1, 0, 0, 0, 11540, 11542, 5, 269, 0, 0, 11541, 11539, 1, 0, 0, 0, 11541, 11540, 1, 0, 0, 0, 11542, 1677, 1, 0, 0, 0, 11543, 11545, 5, 61, 0, 0, 11544, 11546, 3, 1684, 842, 0, 11545, 11544, 1, 0, 0, 0, 11545, 11546, 1, 0, 0, 0, 11546, 11547, 1, 0, 0, 0, 11547, 11548, 3, 1682, 841, 0, 11548, 11549, 3, 1718, 859, 0, 11549, 11550, 5, 71, 0, 0, 11550, 11551, 3, 1680, 840, 0, 11551, 11552, 5, 7, 0, 0, 11552, 1679, 1, 0, 0, 0, 11553, 11554, 3, 1334, 667, 0, 11554, 1681, 1, 0, 0, 0, 11555, 11559, 1, 0, 0, 0, 11556, 11559, 5, 64, 0, 0, 11557, 11559, 5, 68, 0, 0, 11558, 11555, 1, 0, 0, 0, 11558, 11556, 1, 0, 0, 0, 11558, 11557, 1, 0, 0, 0, 11559, 1683, 1, 0, 0, 0, 11560, 11576, 5, 268, 0, 0, 11561, 11576, 5, 293, 0, 0, 11562, 11576, 5, 207, 0, 0, 11563, 11576, 5, 249, 0, 0, 11564, 11565, 5, 130, 0, 0, 11565, 11576, 3, 1218, 609, 0, 11566, 11567, 5, 307, 0, 0, 11567, 11576, 3, 1218, 609, 0, 11568, 11576, 3, 1218, 609, 0, 11569, 11576, 5, 30, 0, 0, 11570, 11573, 7, 85, 0, 0, 11571, 11574, 3, 1218, 609, 0, 11572, 11574, 5, 30, 0, 0, 11573, 11571, 1, 0, 0, 0, 11573, 11572, 1, 0, 0, 0, 11573, 11574, 1, 0, 0, 0, 11574, 11576, 1, 0, 0, 0, 11575, 11560, 1, 0, 0, 0, 11575, 11561, 1, 0, 0, 0, 11575, 11562, 1, 0, 0, 0, 11575, 11563, 1, 0, 0, 0, 11575, 11564, 1, 0, 0, 0, 11575, 11566, 1, 0, 0, 0, 11575, 11568, 1, 0, 0, 0, 11575, 11569, 1, 0, 0, 0, 11575, 11570, 1, 0, 0, 0, 11576, 1685, 1, 0, 0, 0, 11577, 11579, 5, 265, 0, 0, 11578, 11580, 3, 1684, 842, 0, 11579, 11578, 1, 0, 0, 0, 11579, 11580, 1, 0, 0, 0, 11580, 11581, 1, 0, 0, 0, 11581, 11582, 3, 1718, 859, 0, 11582, 11583, 5, 7, 0, 0, 11583, 1687, 1, 0, 0, 0, 11584, 11586, 3, 1020, 510, 0, 11585, 11584, 1, 0, 0, 0, 11585, 11586, 1, 0, 0, 0, 11586, 11587, 1, 0, 0, 0, 11587, 11588, 5, 525, 0, 0, 11588, 11590, 5, 71, 0, 0, 11589, 11591, 5, 81, 0, 0, 11590, 11589, 1, 0, 0, 0, 11590, 11591, 1, 0, 0, 0, 11591, 11592, 1, 0, 0, 0, 11592, 11594, 3, 1412, 706, 0, 11593, 11595, 5, 9, 0, 0, 11594, 11593, 1, 0, 0, 0, 11594, 11595, 1, 0, 0, 0, 11595, 11600, 1, 0, 0, 0, 11596, 11598, 5, 36, 0, 0, 11597, 11596, 1, 0, 0, 0, 11597, 11598, 1, 0, 0, 0, 11598, 11599, 1, 0, 0, 0, 11599, 11601, 3, 1480, 740, 0, 11600, 11597, 1, 0, 0, 0, 11600, 11601, 1, 0, 0, 0, 11601, 11602, 1, 0, 0, 0, 11602, 11603, 5, 100, 0, 0, 11603, 11604, 3, 1690, 845, 0, 11604, 11605, 5, 80, 0, 0, 11605, 11607, 3, 1692, 846, 0, 11606, 11608, 3, 1694, 847, 0, 11607, 11606, 1, 0, 0, 0, 11608, 11609, 1, 0, 0, 0, 11609, 11607, 1, 0, 0, 0, 11609, 11610, 1, 0, 0, 0, 11610, 1689, 1, 0, 0, 0, 11611, 11613, 5, 81, 0, 0, 11612, 11611, 1, 0, 0, 0, 11612, 11613, 1, 0, 0, 0, 11613, 11614, 1, 0, 0, 0, 11614, 11616, 3, 1412, 706, 0, 11615, 11617, 5, 9, 0, 0, 11616, 11615, 1, 0, 0, 0, 11616, 11617, 1, 0, 0, 0, 11617, 11623, 1, 0, 0, 0, 11618, 11621, 3, 1010, 505, 0, 11619, 11621, 3, 1106, 553, 0, 11620, 11618, 1, 0, 0, 0, 11620, 11619, 1, 0, 0, 0, 11621, 11623, 1, 0, 0, 0, 11622, 11612, 1, 0, 0, 0, 11622, 11620, 1, 0, 0, 0, 11623, 11628, 1, 0, 0, 0, 11624, 11626, 5, 36, 0, 0, 11625, 11624, 1, 0, 0, 0, 11625, 11626, 1, 0, 0, 0, 11626, 11627, 1, 0, 0, 0, 11627, 11629, 3, 1480, 740, 0, 11628, 11625, 1, 0, 0, 0, 11628, 11629, 1, 0, 0, 0, 11629, 1691, 1, 0, 0, 0, 11630, 11631, 3, 1218, 609, 0, 11631, 1693, 1, 0, 0, 0, 11632, 11633, 5, 102, 0, 0, 11633, 11636, 5, 526, 0, 0, 11634, 11635, 5, 33, 0, 0, 11635, 11637, 3, 1218, 609, 0, 11636, 11634, 1, 0, 0, 0, 11636, 11637, 1, 0, 0, 0, 11637, 11638, 1, 0, 0, 0, 11638, 11643, 5, 93, 0, 0, 11639, 11644, 3, 1698, 849, 0, 11640, 11644, 5, 182, 0, 0, 11641, 11642, 5, 57, 0, 0, 11642, 11644, 5, 270, 0, 0, 11643, 11639, 1, 0, 0, 0, 11643, 11640, 1, 0, 0, 0, 11643, 11641, 1, 0, 0, 0, 11644, 11659, 1, 0, 0, 0, 11645, 11646, 5, 102, 0, 0, 11646, 11647, 5, 77, 0, 0, 11647, 11650, 5, 526, 0, 0, 11648, 11649, 5, 33, 0, 0, 11649, 11651, 3, 1218, 609, 0, 11650, 11648, 1, 0, 0, 0, 11650, 11651, 1, 0, 0, 0, 11651, 11652, 1, 0, 0, 0, 11652, 11656, 5, 93, 0, 0, 11653, 11657, 3, 1696, 848, 0, 11654, 11655, 5, 57, 0, 0, 11655, 11657, 5, 270, 0, 0, 11656, 11653, 1, 0, 0, 0, 11656, 11654, 1, 0, 0, 0, 11657, 11659, 1, 0, 0, 0, 11658, 11632, 1, 0, 0, 0, 11658, 11645, 1, 0, 0, 0, 11659, 1695, 1, 0, 0, 0, 11660, 11665, 5, 241, 0, 0, 11661, 11662, 5, 2, 0, 0, 11662, 11663, 3, 250, 125, 0, 11663, 11664, 5, 3, 0, 0, 11664, 11666, 1, 0, 0, 0, 11665, 11661, 1, 0, 0, 0, 11665, 11666, 1, 0, 0, 0, 11666, 11670, 1, 0, 0, 0, 11667, 11668, 5, 463, 0, 0, 11668, 11669, 7, 53, 0, 0, 11669, 11671, 5, 450, 0, 0, 11670, 11667, 1, 0, 0, 0, 11670, 11671, 1, 0, 0, 0, 11671, 11672, 1, 0, 0, 0, 11672, 11673, 3, 1700, 850, 0, 11673, 1697, 1, 0, 0, 0, 11674, 11675, 5, 369, 0, 0, 11675, 11688, 5, 333, 0, 0, 11676, 11677, 3, 1438, 719, 0, 11677, 11678, 5, 10, 0, 0, 11678, 11679, 3, 1704, 852, 0, 11679, 11689, 1, 0, 0, 0, 11680, 11681, 5, 2, 0, 0, 11681, 11682, 3, 250, 125, 0, 11682, 11683, 5, 3, 0, 0, 11683, 11684, 5, 10, 0, 0, 11684, 11685, 5, 2, 0, 0, 11685, 11686, 3, 1702, 851, 0, 11686, 11687, 5, 3, 0, 0, 11687, 11689, 1, 0, 0, 0, 11688, 11676, 1, 0, 0, 0, 11688, 11680, 1, 0, 0, 0, 11689, 11690, 1, 0, 0, 0, 11690, 11688, 1, 0, 0, 0, 11690, 11691, 1, 0, 0, 0, 11691, 1699, 1, 0, 0, 0, 11692, 11693, 5, 422, 0, 0, 11693, 11697, 3, 1702, 851, 0, 11694, 11695, 5, 53, 0, 0, 11695, 11697, 5, 422, 0, 0, 11696, 11692, 1, 0, 0, 0, 11696, 11694, 1, 0, 0, 0, 11697, 1701, 1, 0, 0, 0, 11698, 11699, 5, 2, 0, 0, 11699, 11704, 3, 1704, 852, 0, 11700, 11701, 5, 6, 0, 0, 11701, 11703, 3, 1704, 852, 0, 11702, 11700, 1, 0, 0, 0, 11703, 11706, 1, 0, 0, 0, 11704, 11702, 1, 0, 0, 0, 11704, 11705, 1, 0, 0, 0, 11705, 11707, 1, 0, 0, 0, 11706, 11704, 1, 0, 0, 0, 11707, 11708, 5, 3, 0, 0, 11708, 1703, 1, 0, 0, 0, 11709, 11712, 3, 1054, 527, 0, 11710, 11712, 5, 53, 0, 0, 11711, 11709, 1, 0, 0, 0, 11711, 11710, 1, 0, 0, 0, 11712, 1705, 1, 0, 0, 0, 11713, 11714, 5, 157, 0, 0, 11714, 11715, 3, 1718, 859, 0, 11715, 11716, 5, 7, 0, 0, 11716, 1707, 1, 0, 0, 0, 11717, 11718, 5, 78, 0, 0, 11718, 11719, 5, 7, 0, 0, 11719, 1709, 1, 0, 0, 0, 11720, 11722, 5, 161, 0, 0, 11721, 11723, 3, 1714, 857, 0, 11722, 11721, 1, 0, 0, 0, 11722, 11723, 1, 0, 0, 0, 11723, 11724, 1, 0, 0, 0, 11724, 11725, 5, 7, 0, 0, 11725, 1711, 1, 0, 0, 0, 11726, 11728, 5, 319, 0, 0, 11727, 11729, 3, 1714, 857, 0, 11728, 11727, 1, 0, 0, 0, 11728, 11729, 1, 0, 0, 0, 11729, 11730, 1, 0, 0, 0, 11730, 11731, 5, 7, 0, 0, 11731, 1713, 1, 0, 0, 0, 11732, 11734, 5, 33, 0, 0, 11733, 11735, 5, 269, 0, 0, 11734, 11733, 1, 0, 0, 0, 11734, 11735, 1, 0, 0, 0, 11735, 11736, 1, 0, 0, 0, 11736, 11737, 5, 153, 0, 0, 11737, 1715, 1, 0, 0, 0, 11738, 11739, 5, 333, 0, 0, 11739, 11740, 3, 564, 282, 0, 11740, 11741, 5, 94, 0, 0, 11741, 11742, 5, 53, 0, 0, 11742, 11743, 5, 7, 0, 0, 11743, 11751, 1, 0, 0, 0, 11744, 11747, 5, 313, 0, 0, 11745, 11748, 3, 564, 282, 0, 11746, 11748, 5, 30, 0, 0, 11747, 11745, 1, 0, 0, 0, 11747, 11746, 1, 0, 0, 0, 11748, 11749, 1, 0, 0, 0, 11749, 11751, 5, 7, 0, 0, 11750, 11738, 1, 0, 0, 0, 11750, 11744, 1, 0, 0, 0, 11751, 1717, 1, 0, 0, 0, 11752, 11755, 3, 1480, 740, 0, 11753, 11755, 5, 28, 0, 0, 11754, 11752, 1, 0, 0, 0, 11754, 11753, 1, 0, 0, 0, 11755, 1719, 1, 0, 0, 0, 11756, 11760, 1, 0, 0, 0, 11757, 11758, 5, 517, 0, 0, 11758, 11760, 3, 1722, 861, 0, 11759, 11756, 1, 0, 0, 0, 11759, 11757, 1, 0, 0, 0, 11760, 1721, 1, 0, 0, 0, 11761, 11763, 3, 1724, 862, 0, 11762, 11761, 1, 0, 0, 0, 11763, 11764, 1, 0, 0, 0, 11764, 11762, 1, 0, 0, 0, 11764, 11765, 1, 0, 0, 0, 11765, 1723, 1, 0, 0, 0, 11766, 11767, 5, 102, 0, 0, 11767, 11768, 3, 1726, 863, 0, 11768, 11769, 5, 93, 0, 0, 11769, 11770, 3, 1566, 783, 0, 11770, 1725, 1, 0, 0, 0, 11771, 11776, 3, 1728, 864, 0, 11772, 11773, 5, 82, 0, 0, 11773, 11775, 3, 1728, 864, 0, 11774, 11772, 1, 0, 0, 0, 11775, 11778, 1, 0, 0, 0, 11776, 11774, 1, 0, 0, 0, 11776, 11777, 1, 0, 0, 0, 11777, 1727, 1, 0, 0, 0, 11778, 11776, 1, 0, 0, 0, 11779, 11783, 3, 1738, 869, 0, 11780, 11781, 5, 511, 0, 0, 11781, 11783, 3, 1464, 732, 0, 11782, 11779, 1, 0, 0, 0, 11782, 11780, 1, 0, 0, 0, 11783, 1729, 1, 0, 0, 0, 11784, 11787, 1, 0, 0, 0, 11785, 11787, 3, 1530, 765, 0, 11786, 11784, 1, 0, 0, 0, 11786, 11785, 1, 0, 0, 0, 11787, 1731, 1, 0, 0, 0, 11788, 11791, 1, 0, 0, 0, 11789, 11791, 3, 1530, 765, 0, 11790, 11788, 1, 0, 0, 0, 11790, 11789, 1, 0, 0, 0, 11791, 1733, 1, 0, 0, 0, 11792, 11795, 1, 0, 0, 0, 11793, 11795, 3, 1738, 869, 0, 11794, 11792, 1, 0, 0, 0, 11794, 11793, 1, 0, 0, 0, 11795, 1735, 1, 0, 0, 0, 11796, 11797, 5, 102, 0, 0, 11797, 11798, 3, 1746, 873, 0, 11798, 1737, 1, 0, 0, 0, 11799, 11802, 3, 1480, 740, 0, 11800, 11802, 3, 1740, 870, 0, 11801, 11799, 1, 0, 0, 0, 11801, 11800, 1, 0, 0, 0, 11802, 1739, 1, 0, 0, 0, 11803, 11804, 7, 86, 0, 0, 11804, 1741, 1, 0, 0, 0, 11805, 11807, 3, 1390, 695, 0, 11806, 11805, 1, 0, 0, 0, 11806, 11807, 1, 0, 0, 0, 11807, 11809, 1, 0, 0, 0, 11808, 11810, 3, 1034, 517, 0, 11809, 11808, 1, 0, 0, 0, 11809, 11810, 1, 0, 0, 0, 11810, 11812, 1, 0, 0, 0, 11811, 11813, 3, 1108, 554, 0, 11812, 11811, 1, 0, 0, 0, 11812, 11813, 1, 0, 0, 0, 11813, 11815, 1, 0, 0, 0, 11814, 11816, 3, 1150, 575, 0, 11815, 11814, 1, 0, 0, 0, 11815, 11816, 1, 0, 0, 0, 11816, 11818, 1, 0, 0, 0, 11817, 11819, 3, 1078, 539, 0, 11818, 11817, 1, 0, 0, 0, 11818, 11819, 1, 0, 0, 0, 11819, 11821, 1, 0, 0, 0, 11820, 11822, 3, 1092, 546, 0, 11821, 11820, 1, 0, 0, 0, 11821, 11822, 1, 0, 0, 0, 11822, 11824, 1, 0, 0, 0, 11823, 11825, 3, 1294, 647, 0, 11824, 11823, 1, 0, 0, 0, 11824, 11825, 1, 0, 0, 0, 11825, 1743, 1, 0, 0, 0, 11826, 11827, 3, 1742, 871, 0, 11827, 1745, 1, 0, 0, 0, 11828, 11829, 3, 1742, 871, 0, 11829, 1747, 1, 0, 0, 0, 11830, 11831, 3, 1218, 609, 0, 11831, 1749, 1, 0, 0, 0, 11832, 11833, 3, 1218, 609, 0, 11833, 1751, 1, 0, 0, 0, 11834, 11836, 3, 6, 3, 0, 11835, 11837, 3, 1754, 877, 0, 11836, 11835, 1, 0, 0, 0, 11836, 11837, 1, 0, 0, 0, 11837, 1753, 1, 0, 0, 0, 11838, 11839, 5, 71, 0, 0, 11839, 11840, 3, 1036, 518, 0, 11840, 11841, 3, 1680, 840, 0, 11841, 1755, 1, 0, 0, 0, 1278, 1759, 1768, 1887, 1891, 1900, 1909, 1915, 1921, 1953, 1965, 1971, 1979, 1987, 1993, 2002, 2008, 2020, 2026, 2032, 2039, 2043, 2048, 2052, 2065, 2076, 2082, 2098, 2101, 2106, 2112, 2117, 2126, 2130, 2142, 2146, 2149, 2153, 2164, 2182, 2189, 2197, 2202, 2209, 2215, 2221, 2228, 2239, 2243, 2247, 2251, 2264, 2268, 2273, 2278, 2290, 2299, 2311, 2316, 2327, 2333, 2338, 2348, 2353, 2360, 2365, 2370, 2381, 2387, 2392, 2400, 2409, 2424, 2430, 2436, 2441, 2448, 2460, 2468, 2476, 2494, 2503, 2517, 2521, 2536, 2544, 2554, 2594, 2597, 2601, 2605, 2608, 2613, 2620, 2629, 2635, 2639, 2648, 2656, 2665, 2674, 2678, 2685, 2691, 2695, 2699, 2704, 2707, 2711, 2717, 2724, 2740, 2754, 2764, 2766, 2771, 2775, 2778, 2784, 2786, 2814, 2824, 2837, 2844, 2849, 2853, 2859, 2864, 2867, 2869, 2874, 2878, 2882, 2886, 2890, 2893, 2897, 2905, 2909, 2913, 2922, 2929, 2934, 2941, 2946, 2953, 2958, 2976, 2981, 2993, 2998, 3007, 3014, 3021, 3026, 3032, 3038, 3041, 3044, 3047, 3050, 3053, 3059, 3063, 3066, 3069, 3072, 3075, 3077, 3086, 3090, 3093, 3096, 3113, 3128, 3136, 3142, 3146, 3151, 3154, 3157, 3161, 3165, 3179, 3184, 3191, 3196, 3200, 3203, 3207, 3210, 3212, 3219, 3222, 3226, 3232, 3235, 3242, 3251, 3258, 3263, 3266, 3269, 3272, 3276, 3283, 3288, 3301, 3311, 3324, 3327, 3330, 3337, 3345, 3348, 3351, 3358, 3362, 3368, 3371, 3374, 3377, 3389, 3392, 3395, 3399, 3417, 3425, 3441, 3452, 3467, 3484, 3486, 3507, 3512, 3515, 3519, 3522, 3528, 3531, 3533, 3544, 3553, 3559, 3562, 3565, 3579, 3582, 3585, 3590, 3598, 3607, 3613, 3617, 3620, 3623, 3626, 3629, 3635, 3639, 3644, 3650, 3654, 3657, 3660, 3663, 3671, 3675, 3679, 3683, 3687, 3692, 3706, 3715, 3732, 3737, 3740, 3742, 3752, 3759, 3764, 3767, 3770, 3777, 3780, 3782, 3788, 3797, 3807, 3812, 3820, 3824, 3831, 3841, 3852, 3960, 3968, 3971, 3981, 3986, 3996, 4007, 4019, 4032, 4042, 4054, 4058, 4061, 4068, 4076, 4086, 4088, 4094, 4099, 4103, 4108, 4114, 4121, 4127, 4129, 4136, 4144, 4149, 4160, 4167, 4171, 4188, 4191, 4194, 4197, 4200, 4208, 4211, 4214, 4220, 4228, 4232, 4244, 4250, 4253, 4258, 4262, 4269, 4280, 4303, 4323, 4332, 4335, 4338, 4348, 4351, 4360, 4364, 4367, 4375, 4381, 4385, 4396, 4406, 4414, 4419, 4431, 4448, 4452, 4458, 4465, 4473, 4487, 4513, 4520, 4534, 4545, 4548, 4561, 4570, 4595, 4606, 4648, 4656, 4662, 4673, 4679, 4687, 4698, 4712, 4721, 4726, 4737, 4748, 4756, 4766, 4773, 4776, 4782, 4785, 4800, 4813, 4842, 4849, 4864, 4876, 4880, 4885, 4889, 4894, 4898, 4904, 4908, 4913, 4917, 4923, 4927, 4932, 4936, 4941, 4945, 4950, 4954, 4961, 4965, 4972, 4976, 4983, 4987, 4994, 4998, 5004, 5008, 5014, 5018, 5023, 5027, 5034, 5038, 5042, 5046, 5050, 5055, 5059, 5064, 5068, 5073, 5077, 5082, 5088, 5093, 5099, 5104, 5110, 5115, 5119, 5124, 5128, 5134, 5138, 5143, 5151, 5157, 5163, 5169, 5175, 5182, 5187, 5191, 5196, 5200, 5205, 5211, 5218, 5223, 5230, 5240, 5244, 5250, 5252, 5259, 5263, 5268, 5286, 5301, 5319, 5328, 5337, 5341, 5347, 5354, 5359, 5366, 5371, 5374, 5377, 5381, 5452, 5548, 5552, 5557, 5568, 5579, 5590, 5601, 5612, 5624, 5635, 5646, 5656, 5663, 5670, 5676, 5684, 5689, 5694, 5699, 5705, 5712, 5718, 5724, 5729, 5735, 5742, 5747, 5753, 5760, 5763, 5776, 5785, 5797, 5799, 5817, 5824, 5834, 5839, 5843, 5847, 5851, 5853, 5913, 5920, 5926, 5937, 5940, 5947, 5950, 5960, 5963, 5965, 5984, 5996, 6005, 6014, 6026, 6028, 6034, 6038, 6041, 6044, 6049, 6055, 6058, 6061, 6064, 6067, 6083, 6087, 6090, 6093, 6096, 6099, 6104, 6107, 6109, 6122, 6134, 6148, 6152, 6158, 6168, 6170, 6175, 6183, 6193, 6202, 6210, 6219, 6221, 6228, 6237, 6239, 6246, 6255, 6257, 6261, 6270, 6275, 6281, 6286, 6290, 6295, 6313, 6318, 6333, 6342, 6353, 6359, 6396, 6416, 6423, 6434, 6448, 6455, 6463, 6468, 6475, 6479, 6484, 6488, 6493, 6497, 6499, 6504, 6508, 6513, 6517, 6541, 6548, 6558, 6570, 6575, 6588, 6600, 6612, 6614, 6620, 6627, 6672, 6690, 6694, 6699, 6702, 6706, 6711, 6716, 6719, 6726, 6743, 6814, 6845, 6899, 6909, 6919, 6930, 6940, 6951, 6961, 6966, 6975, 6980, 6990, 6995, 7004, 7017, 7022, 7134, 7136, 7145, 7156, 7167, 7180, 7192, 7203, 7210, 7300, 7353, 7363, 7374, 7385, 7399, 7414, 7425, 7432, 7486, 7627, 7633, 7636, 7646, 7686, 7696, 7703, 7726, 7735, 7744, 7753, 7786, 7790, 7800, 7804, 7814, 7817, 7821, 7825, 7833, 7844, 7856, 7860, 7863, 7867, 7870, 7875, 7879, 7882, 7888, 7899, 7902, 7909, 7913, 7918, 7921, 7923, 7937, 7941, 7946, 7953, 7960, 7963, 7968, 7971, 7980, 7982, 7987, 7991, 8003, 8006, 8013, 8017, 8022, 8032, 8042, 8045, 8048, 8050, 8056, 8063, 8083, 8103, 8107, 8112, 8181, 8186, 8192, 8205, 8209, 8213, 8219, 8221, 8229, 8239, 8242, 8245, 8248, 8251, 8258, 8261, 8263, 8267, 8270, 8277, 8279, 8286, 8293, 8297, 8301, 8310, 8316, 8320, 8324, 8329, 8341, 8348, 8358, 8371, 8382, 8389, 8394, 8398, 8402, 8407, 8420, 8425, 8429, 8436, 8439, 8441, 8449, 8453, 8456, 8463, 8466, 8471, 8477, 8483, 8487, 8496, 8505, 8512, 8515, 8521, 8526, 8532, 8538, 8541, 8544, 8551, 8555, 8558, 8573, 8576, 8583, 8586, 8593, 8596, 8599, 8606, 8618, 8625, 8627, 8637, 8655, 8657, 8665, 8669, 8679, 8683, 8687, 8691, 8693, 8698, 8702, 8706, 8708, 8710, 8714, 8718, 8721, 8724, 8727, 8730, 8732, 8735, 8738, 8741, 8744, 8747, 8750, 8759, 8761, 8766, 8770, 8776, 8780, 8784, 8793, 8798, 8802, 8808, 8811, 8830, 8838, 8847, 8851, 8854, 8858, 8863, 8869, 8881, 8896, 8903, 8906, 8910, 8914, 8918, 8920, 8928, 8937, 8943, 8945, 8952, 8956, 8965, 8969, 8978, 8987, 8999, 9027, 9034, 9038, 9041, 9046, 9050, 9053, 9069, 9080, 9085, 9088, 9091, 9095, 9099, 9103, 9108, 9112, 9116, 9118, 9127, 9132, 9138, 9142, 9144, 9151, 9156, 9162, 9164, 9168, 9175, 9182, 9185, 9191, 9195, 9204, 9207, 9211, 9219, 9225, 9227, 9230, 9234, 9237, 9240, 9244, 9248, 9254, 9257, 9266, 9273, 9275, 9282, 9290, 9295, 9298, 9306, 9315, 9323, 9325, 9329, 9336, 9355, 9364, 9370, 9389, 9398, 9404, 9408, 9413, 9423, 9430, 9439, 9442, 9451, 9453, 9459, 9463, 9468, 9478, 9484, 9486, 9492, 9496, 9499, 9512, 9518, 9522, 9526, 9529, 9537, 9541, 9545, 9553, 9560, 9567, 9571, 9577, 9579, 9588, 9591, 9601, 9617, 9623, 9628, 9635, 9644, 9651, 9659, 9667, 9672, 9676, 9679, 9685, 9690, 9706, 9709, 9711, 9723, 9725, 9729, 9737, 9739, 9743, 9745, 9753, 9757, 9766, 9774, 9780, 9783, 9792, 9797, 9804, 9814, 9840, 9851, 9853, 9855, 9863, 9885, 9894, 9904, 9907, 9912, 9917, 9921, 9924, 9928, 9931, 9934, 9937, 9941, 9955, 9962, 9969, 9976, 9994, 10002, 10014, 10020, 10033, 10072, 10074, 10094, 10104, 10115, 10127, 10134, 10146, 10158, 10164, 10172, 10189, 10214, 10224, 10228, 10231, 10234, 10237, 10250, 10255, 10260, 10262, 10270, 10279, 10288, 10293, 10302, 10307, 10321, 10331, 10339, 10353, 10360, 10368, 10376, 10384, 10388, 10395, 10403, 10410, 10416, 10425, 10440, 10451, 10484, 10493, 10500, 10504, 10508, 10515, 10529, 10534, 10539, 10543, 10545, 10548, 10555, 10560, 10570, 10578, 10581, 10588, 10596, 10604, 10612, 10620, 10625, 10629, 10633, 10637, 10641, 10645, 10649, 10656, 10664, 10669, 10673, 10677, 10687, 10693, 10699, 10703, 10717, 10723, 10729, 10741, 10746, 10754, 10761, 10766, 10778, 10786, 10791, 10801, 10812, 10819, 10826, 10837, 10840, 10842, 10846, 10849, 10855, 10861, 10865, 10871, 10879, 10883, 10891, 10948, 10961, 10984, 10992, 10996, 11008, 11010, 11017, 11026, 11044, 11052, 11061, 11068, 11078, 11084, 11091, 11096, 11102, 11106, 11113, 11143, 11156, 11165, 11169, 11185, 11192, 11205, 11213, 11233, 11239, 11251, 11256, 11266, 11298, 11303, 11312, 11317, 11321, 11326, 11342, 11347, 11362, 11365, 11371, 11375, 11384, 11392, 11401, 11407, 11416, 11418, 11423, 11434, 11445, 11466, 11473, 11480, 11486, 11489, 11500, 11507, 11509, 11518, 11525, 11531, 11537, 11541, 11545, 11558, 11573, 11575, 11579, 11585, 11590, 11594, 11597, 11600, 11609, 11612, 11616, 11620, 11622, 11625, 11628, 11636, 11643, 11650, 11656, 11658, 11665, 11670, 11688, 11690, 11696, 11704, 11711, 11722, 11728, 11734, 11747, 11750, 11754, 11759, 11764, 11776, 11782, 11786, 11790, 11794, 11801, 11806, 11809, 11812, 11815, 11818, 11821, 11824, 11836] \ No newline at end of file diff --git a/src/lib/postgresql/PostgreSqlParser.ts b/src/lib/postgresql/PostgreSqlParser.ts index 1de3bc9..7d93ad4 100644 --- a/src/lib/postgresql/PostgreSqlParser.ts +++ b/src/lib/postgresql/PostgreSqlParser.ts @@ -704,788 +704,789 @@ 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_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 RULE_create_table_options = 95; + public static readonly RULE_create_table_clause = 96; + public static readonly RULE_optdistributed = 97; + public static readonly RULE_opttemp = 98; + public static readonly RULE_table_column_list = 99; + public static readonly RULE_opttableelementlist = 100; + public static readonly RULE_opttypedtableelementlist = 101; + public static readonly RULE_tableelementlist = 102; + public static readonly RULE_typedtableelementlist = 103; + public static readonly RULE_tableelement = 104; + public static readonly RULE_typedtableelement = 105; + public static readonly RULE_column_def = 106; + public static readonly RULE_compressionCluase = 107; + public static readonly RULE_storageCluase = 108; + public static readonly RULE_columnOptions = 109; + public static readonly RULE_colquallist = 110; + public static readonly RULE_colconstraint = 111; + public static readonly RULE_colconstraintelem = 112; + public static readonly RULE_nulls_distinct = 113; + public static readonly RULE_generated_when = 114; + public static readonly RULE_deferrable_trigger = 115; + public static readonly RULE_initially_trigger = 116; + public static readonly RULE_tablelikeclause = 117; + public static readonly RULE_tablelikeoptionlist = 118; + public static readonly RULE_tablelikeoption = 119; + public static readonly RULE_tableconstraint = 120; + public static readonly RULE_constraintelem = 121; + public static readonly RULE_opt_no_inherit = 122; + public static readonly RULE_opt_column_list = 123; + public static readonly RULE_opt_column_list_create = 124; + public static readonly RULE_column_list = 125; + public static readonly RULE_column_list_create = 126; + public static readonly RULE_opt_c_include = 127; + public static readonly RULE_key_match = 128; + public static readonly RULE_exclusionconstraintlist = 129; + public static readonly RULE_exclusionconstraintelem = 130; + public static readonly RULE_exclusionwhereclause = 131; + public static readonly RULE_key_actions = 132; + public static readonly RULE_key_update = 133; + public static readonly RULE_key_delete = 134; + public static readonly RULE_key_action = 135; + public static readonly RULE_optinherit = 136; + public static readonly RULE_optpartitionspec = 137; + public static readonly RULE_partitionspec = 138; + public static readonly RULE_part_params = 139; + public static readonly RULE_part_elem = 140; + public static readonly RULE_table_access_method_clause = 141; + public static readonly RULE_optwith = 142; + public static readonly RULE_oncommitoption = 143; + public static readonly RULE_opttablespace = 144; + public static readonly RULE_index_paramenters_create = 145; + public static readonly RULE_optconstablespace = 146; + public static readonly RULE_existingindex = 147; + public static readonly RULE_createstatsstmt = 148; + public static readonly RULE_alterstatsstmt = 149; + public static readonly RULE_createasstmt = 150; + public static readonly RULE_create_as_target = 151; + public static readonly RULE_opt_with_data = 152; + public static readonly RULE_creatematviewstmt = 153; + public static readonly RULE_create_mv_target = 154; + public static readonly RULE_optnolog = 155; + public static readonly RULE_refreshmatviewstmt = 156; + public static readonly RULE_createseqstmt = 157; + public static readonly RULE_alterseqstmt = 158; + public static readonly RULE_optseqoptlist = 159; + public static readonly RULE_optparenthesizedseqoptlist = 160; + public static readonly RULE_seqoptlist = 161; + public static readonly RULE_seqoptelem = 162; + public static readonly RULE_opt_by = 163; + public static readonly RULE_numericonly = 164; + public static readonly RULE_numericonly_list = 165; + public static readonly RULE_createplangstmt = 166; + public static readonly RULE_opt_trusted = 167; + public static readonly RULE_handler_name = 168; + public static readonly RULE_opt_inline_handler = 169; + public static readonly RULE_validator_clause = 170; + public static readonly RULE_opt_validator = 171; + public static readonly RULE_opt_procedural = 172; + public static readonly RULE_createtablespacestmt = 173; + public static readonly RULE_opttablespaceowner = 174; + public static readonly RULE_createextensionstmt = 175; + public static readonly RULE_create_extension_opt_list = 176; + public static readonly RULE_create_extension_opt_item = 177; + public static readonly RULE_alterextensionstmt = 178; + public static readonly RULE_alter_extension_opt_list = 179; + public static readonly RULE_alter_extension_opt_item = 180; + public static readonly RULE_alterextensioncontentsstmt = 181; + public static readonly RULE_createfdwstmt = 182; + public static readonly RULE_fdw_option = 183; + public static readonly RULE_fdw_options = 184; + public static readonly RULE_opt_fdw_options = 185; + public static readonly RULE_alterfdwstmt = 186; + public static readonly RULE_create_generic_options = 187; + public static readonly RULE_generic_option_list = 188; + public static readonly RULE_alter_generic_options = 189; + public static readonly RULE_alter_generic_option_list = 190; + public static readonly RULE_alter_generic_option_elem = 191; + public static readonly RULE_generic_option_elem = 192; + public static readonly RULE_generic_option_name = 193; + public static readonly RULE_generic_option_arg = 194; + public static readonly RULE_createforeignserverstmt = 195; + public static readonly RULE_opt_type = 196; + public static readonly RULE_foreign_server_version = 197; + public static readonly RULE_opt_foreign_server_version = 198; + public static readonly RULE_alterforeignserverstmt = 199; + public static readonly RULE_createforeigntablestmt = 200; + public static readonly RULE_importforeignschemastmt = 201; + public static readonly RULE_import_qualification_type = 202; + public static readonly RULE_import_qualification = 203; + public static readonly RULE_createusermappingstmt = 204; + public static readonly RULE_auth_ident = 205; + public static readonly RULE_alterusermappingstmt = 206; + public static readonly RULE_createpolicystmt = 207; + public static readonly RULE_alterpolicystmt = 208; + public static readonly RULE_alterprocedurestmt = 209; + public static readonly RULE_procedure_cluase = 210; + public static readonly RULE_procedure_action = 211; + public static readonly RULE_rowsecurityoptionalexpr = 212; + public static readonly RULE_rowsecurityoptionalwithcheck = 213; + public static readonly RULE_rowsecuritydefaulttorole = 214; + public static readonly RULE_rowsecurityoptionaltorole = 215; + public static readonly RULE_rowsecuritydefaultpermissive = 216; + public static readonly RULE_rowsecuritydefaultforcmd = 217; + public static readonly RULE_row_security_cmd = 218; + public static readonly RULE_createamstmt = 219; + public static readonly RULE_am_type = 220; + public static readonly RULE_createtrigstmt = 221; + public static readonly RULE_triggeractiontime = 222; + public static readonly RULE_foreachrow = 223; + public static readonly RULE_roworstatment = 224; + public static readonly RULE_triggerevents = 225; + public static readonly RULE_triggeroneevent = 226; + public static readonly RULE_triggerreferencing = 227; + public static readonly RULE_triggertransitions = 228; + public static readonly RULE_triggertransition = 229; + public static readonly RULE_transitionoldornew = 230; + public static readonly RULE_transitionrowortable = 231; + public static readonly RULE_transitionrelname = 232; + public static readonly RULE_triggerforspec = 233; + public static readonly RULE_triggerforopteach = 234; + public static readonly RULE_triggerfortype = 235; + public static readonly RULE_triggerwhen = 236; + public static readonly RULE_function_or_procedure = 237; + public static readonly RULE_triggerfuncargs = 238; + public static readonly RULE_triggerfuncarg = 239; + public static readonly RULE_optconstrfromtable = 240; + public static readonly RULE_constraintattributespec = 241; + public static readonly RULE_constraintattributeElem = 242; + public static readonly RULE_createeventtrigstmt = 243; + public static readonly RULE_event_trigger_when_list = 244; + public static readonly RULE_event_trigger_when_item = 245; + public static readonly RULE_event_trigger_value_list = 246; + public static readonly RULE_altereventtrigstmt = 247; + public static readonly RULE_enable_trigger = 248; + public static readonly RULE_createassertionstmt = 249; + public static readonly RULE_definestmt = 250; + public static readonly RULE_definition = 251; + public static readonly RULE_def_list = 252; + public static readonly RULE_def_elem = 253; + public static readonly RULE_def_arg = 254; + public static readonly RULE_old_aggr_definition = 255; + public static readonly RULE_old_aggr_list = 256; + public static readonly RULE_old_aggr_elem = 257; + public static readonly RULE_opt_enum_val_list = 258; + public static readonly RULE_enum_val_list = 259; + public static readonly RULE_alterenumstmt = 260; + public static readonly RULE_opt_if_not_exists = 261; + public static readonly RULE_createopclassstmt = 262; + public static readonly RULE_opclass_item_list = 263; + public static readonly RULE_opclass_item = 264; + public static readonly RULE_opt_default = 265; + public static readonly RULE_opt_opfamily = 266; + public static readonly RULE_opclass_purpose = 267; + public static readonly RULE_opt_recheck = 268; + public static readonly RULE_createopfamilystmt = 269; + public static readonly RULE_alteropfamilystmt = 270; + public static readonly RULE_opclass_drop_list = 271; + public static readonly RULE_opclass_drop = 272; + public static readonly RULE_reassignownedstmt = 273; + public static readonly RULE_dropstmt = 274; + public static readonly RULE_view_nameList = 275; + public static readonly RULE_object_type_any_name = 276; + public static readonly RULE_object_type_name = 277; + public static readonly RULE_object_type_name_on_any_name = 278; + public static readonly RULE_any_name_list = 279; + public static readonly RULE_relation_column_name = 280; + public static readonly RULE_relation_name = 281; + public static readonly RULE_any_name = 282; + public static readonly RULE_attrs = 283; + public static readonly RULE_type_name_list = 284; + public static readonly RULE_truncatestmt = 285; + public static readonly RULE_truncate_table = 286; + public static readonly RULE_commentstmt = 287; + public static readonly RULE_comment_text = 288; + public static readonly RULE_seclabelstmt = 289; + public static readonly RULE_opt_provider = 290; + public static readonly RULE_security_label = 291; + public static readonly RULE_fetchstmt = 292; + public static readonly RULE_fetch_args = 293; + public static readonly RULE_from_in = 294; + public static readonly RULE_opt_from_in = 295; + public static readonly RULE_grantstmt = 296; + public static readonly RULE_revokestmt = 297; + public static readonly RULE_privileges = 298; + public static readonly RULE_beforeprivilegeselectlist = 299; + public static readonly RULE_beforeprivilegeselect = 300; + public static readonly RULE_privilege_list = 301; + public static readonly RULE_privilege = 302; + public static readonly RULE_privilege_target = 303; + public static readonly RULE_grantee_list = 304; + public static readonly RULE_grantee = 305; + public static readonly RULE_opt_grant_grant_option = 306; + public static readonly RULE_grantrolestmt = 307; + public static readonly RULE_revokerolestmt = 308; + public static readonly RULE_opt_grant_admin_option = 309; + public static readonly RULE_opt_granted_by = 310; + public static readonly RULE_alterdefaultprivilegesstmt = 311; + public static readonly RULE_defacloptionlist = 312; + public static readonly RULE_defacloption = 313; + public static readonly RULE_defaclaction = 314; + public static readonly RULE_defacl_privilege_target = 315; + public static readonly RULE_indexstmt = 316; + public static readonly RULE_opt_unique = 317; + public static readonly RULE_opt_concurrently = 318; + public static readonly RULE_opt_index_name = 319; + public static readonly RULE_access_method_clause = 320; + public static readonly RULE_index_params = 321; + public static readonly RULE_index_elem_options = 322; + public static readonly RULE_index_elem = 323; + public static readonly RULE_opt_include = 324; + public static readonly RULE_index_including_params = 325; + public static readonly RULE_opt_collate = 326; + public static readonly RULE_opt_class = 327; + public static readonly RULE_opt_asc_desc = 328; + public static readonly RULE_opt_nulls_order = 329; + public static readonly RULE_createfunctionstmt = 330; + public static readonly RULE_attrilist = 331; + public static readonly RULE_opt_or_replace = 332; + public static readonly RULE_func_args = 333; + public static readonly RULE_func_args_list = 334; + public static readonly RULE_routine_with_argtypes_list = 335; + public static readonly RULE_routine_with_argtypes = 336; + public static readonly RULE_procedure_with_argtypes_list = 337; + public static readonly RULE_procedure_with_argtypes = 338; + public static readonly RULE_function_with_argtypes_list = 339; + public static readonly RULE_function_with_argtypes = 340; + public static readonly RULE_func_args_with_defaults = 341; + public static readonly RULE_func_args_with_defaults_list = 342; + public static readonly RULE_func_arg = 343; + public static readonly RULE_arg_class = 344; + public static readonly RULE_param_name = 345; + public static readonly RULE_func_return = 346; + public static readonly RULE_func_type = 347; + public static readonly RULE_func_arg_with_default = 348; + public static readonly RULE_aggr_arg = 349; + public static readonly RULE_aggr_args = 350; + public static readonly RULE_aggr_args_list = 351; + public static readonly RULE_aggregate_with_argtypes = 352; + public static readonly RULE_aggregate_with_argtypes_list = 353; + public static readonly RULE_createfunc_opt_list = 354; + public static readonly RULE_common_func_opt_item = 355; + public static readonly RULE_createfunc_opt_item = 356; + public static readonly RULE_transform_type_list = 357; + public static readonly RULE_opt_definition = 358; + public static readonly RULE_table_func_column = 359; + public static readonly RULE_table_func_column_list = 360; + public static readonly RULE_alterfunctionstmt = 361; + public static readonly RULE_alterFunctionTypeClause = 362; + public static readonly RULE_alterfunc_opt_list = 363; + public static readonly RULE_opt_restrict = 364; + public static readonly RULE_removefuncstmt = 365; + public static readonly RULE_removeaggrstmt = 366; + public static readonly RULE_removeoperstmt = 367; + public static readonly RULE_oper_argtypes = 368; + public static readonly RULE_any_operator = 369; + public static readonly RULE_operator_with_argtypes_list = 370; + public static readonly RULE_operator_with_argtypes = 371; + public static readonly RULE_dostmt = 372; + public static readonly RULE_dostmt_opt_list = 373; + public static readonly RULE_dostmt_opt_item = 374; + public static readonly RULE_createcaststmt = 375; + public static readonly RULE_cast_context = 376; + public static readonly RULE_opt_if_exists = 377; + public static readonly RULE_createtransformstmt = 378; + public static readonly RULE_transform_element_list = 379; + public static readonly RULE_reindexstmt = 380; + public static readonly RULE_reindex_target_type = 381; + public static readonly RULE_reindex_target_multitable = 382; + public static readonly RULE_reindex_option_list = 383; + public static readonly RULE_reindex_option_elem = 384; + public static readonly RULE_altertblspcstmt = 385; + public static readonly RULE_renamestmt = 386; + public static readonly RULE_opt_set_data = 387; + public static readonly RULE_alterobjectdependsstmt = 388; + public static readonly RULE_opt_no = 389; + public static readonly RULE_alterobjectschemastmt = 390; + public static readonly RULE_alteroperatorstmt = 391; + public static readonly RULE_operator_def_list = 392; + public static readonly RULE_operator_def_elem = 393; + public static readonly RULE_operator_def_arg = 394; + public static readonly RULE_altertypestmt = 395; + public static readonly RULE_alterownerstmt = 396; + public static readonly RULE_createpublicationstmt = 397; + public static readonly RULE_opt_publication_for_tables = 398; + public static readonly RULE_publication_for_tables = 399; + public static readonly RULE_alterpublicationstmt = 400; + public static readonly RULE_createsubscriptionstmt = 401; + public static readonly RULE_publication_name_list = 402; + public static readonly RULE_publication_name_item = 403; + public static readonly RULE_altersubscriptionstmt = 404; + public static readonly RULE_rulestmt = 405; + public static readonly RULE_ruleactionlist = 406; + public static readonly RULE_ruleactionmulti = 407; + public static readonly RULE_ruleactionstmt = 408; + public static readonly RULE_ruleactionstmtOrEmpty = 409; + public static readonly RULE_event = 410; + public static readonly RULE_opt_instead = 411; + public static readonly RULE_notifystmt = 412; + public static readonly RULE_notify_payload = 413; + public static readonly RULE_listenstmt = 414; + public static readonly RULE_unlistenstmt = 415; + public static readonly RULE_transactionstmt = 416; + public static readonly RULE_opt_transaction = 417; + public static readonly RULE_transaction_mode_item = 418; + public static readonly RULE_transaction_mode_list = 419; + public static readonly RULE_transaction_mode_list_or_empty = 420; + public static readonly RULE_opt_transaction_chain = 421; + public static readonly RULE_viewstmt = 422; + public static readonly RULE_opt_check_option = 423; + public static readonly RULE_loadstmt = 424; + public static readonly RULE_createdbstmt = 425; + public static readonly RULE_createdb_opt_list = 426; + public static readonly RULE_createdb_opt_items = 427; + public static readonly RULE_createdb_opt_item = 428; + public static readonly RULE_createdb_opt_name = 429; + public static readonly RULE_opt_equal = 430; + public static readonly RULE_alterdatabasestmt = 431; + public static readonly RULE_alterdatabasesetstmt = 432; + public static readonly RULE_drop_option_list = 433; + public static readonly RULE_drop_option = 434; + public static readonly RULE_altercollationstmt = 435; + public static readonly RULE_altersystemstmt = 436; + public static readonly RULE_createdomainstmt = 437; + public static readonly RULE_alterdomainstmt = 438; + public static readonly RULE_opt_as = 439; + public static readonly RULE_altertsdictionarystmt = 440; + public static readonly RULE_altertsconfigurationstmt = 441; + public static readonly RULE_any_with = 442; + public static readonly RULE_createconversionstmt = 443; + public static readonly RULE_clusterstmt = 444; + public static readonly RULE_opt_verbose_list = 445; + public static readonly RULE_cluster_index_specification = 446; + public static readonly RULE_vacuumstmt = 447; + public static readonly RULE_analyzestmt = 448; + public static readonly RULE_vac_analyze_option_list = 449; + public static readonly RULE_analyze_keyword = 450; + public static readonly RULE_vac_analyze_option_elem = 451; + public static readonly RULE_vac_analyze_option_name = 452; + public static readonly RULE_vac_analyze_option_arg = 453; + public static readonly RULE_opt_analyze = 454; + public static readonly RULE_analyze_options_list = 455; + public static readonly RULE_analyze_option_elem = 456; + public static readonly RULE_opt_verbose = 457; + public static readonly RULE_opt_skiplock = 458; + public static readonly RULE_opt_buffer_usage_limit = 459; + public static readonly RULE_opt_full = 460; + public static readonly RULE_opt_freeze = 461; + public static readonly RULE_opt_name_list = 462; + public static readonly RULE_vacuum_relation = 463; + public static readonly RULE_vacuum_relation_list = 464; + public static readonly RULE_opt_vacuum_relation_list = 465; + public static readonly RULE_explainstmt = 466; + public static readonly RULE_explainablestmt = 467; + public static readonly RULE_explain_option_list = 468; + public static readonly RULE_explain_option_elem = 469; + public static readonly RULE_explain_option_name = 470; + public static readonly RULE_explain_option_arg = 471; + public static readonly RULE_preparestmt = 472; + public static readonly RULE_prep_type_clause = 473; + public static readonly RULE_preparablestmt = 474; + public static readonly RULE_executestmt = 475; + public static readonly RULE_execute_param_clause = 476; + public static readonly RULE_deallocatestmt = 477; + public static readonly RULE_insertstmt = 478; + public static readonly RULE_insert_target = 479; + public static readonly RULE_insert_rest = 480; + public static readonly RULE_override_kind = 481; + public static readonly RULE_insert_column_list = 482; + public static readonly RULE_insert_column_item = 483; + public static readonly RULE_opt_on_conflict = 484; + public static readonly RULE_opt_conf_expr = 485; + public static readonly RULE_returning_clause = 486; + public static readonly RULE_deletestmt = 487; + public static readonly RULE_using_clause = 488; + public static readonly RULE_lockstmt = 489; + public static readonly RULE_opt_lock = 490; + public static readonly RULE_lock_type = 491; + public static readonly RULE_opt_nowait = 492; + public static readonly RULE_opt_nowait_or_skip = 493; + public static readonly RULE_updatestmt = 494; + public static readonly RULE_set_clause_list = 495; + public static readonly RULE_set_clause = 496; + public static readonly RULE_set_target = 497; + public static readonly RULE_set_target_list = 498; + public static readonly RULE_declarecursorstmt = 499; + public static readonly RULE_cursor_name = 500; + public static readonly RULE_cursor_options = 501; + public static readonly RULE_opt_hold = 502; + public static readonly RULE_selectstmt = 503; + public static readonly RULE_select_with_parens = 504; + public static readonly RULE_select_no_parens = 505; + public static readonly RULE_select_clause = 506; + public static readonly RULE_simple_select = 507; + public static readonly RULE_set_operator = 508; + public static readonly RULE_set_operator_with_all_or_distinct = 509; + public static readonly RULE_with_clause = 510; + public static readonly RULE_cte_list = 511; + public static readonly RULE_common_table_expr = 512; + public static readonly RULE_search_cluase = 513; + public static readonly RULE_cycle_cluase = 514; + public static readonly RULE_opt_materialized = 515; + public static readonly RULE_opt_with_clause = 516; + public static readonly RULE_into_clause = 517; + public static readonly RULE_opt_strict = 518; + public static readonly RULE_opttempTableName = 519; + public static readonly RULE_opt_table = 520; + public static readonly RULE_all_or_distinct = 521; + public static readonly RULE_distinct_clause = 522; + public static readonly RULE_opt_all_clause = 523; + public static readonly RULE_opt_sort_clause = 524; + public static readonly RULE_sort_clause = 525; + public static readonly RULE_sortby_list = 526; + public static readonly RULE_sortby = 527; + public static readonly RULE_select_limit = 528; + public static readonly RULE_opt_select_limit = 529; + public static readonly RULE_limit_clause = 530; + public static readonly RULE_fetch_clause = 531; + public static readonly RULE_offset_clause = 532; + public static readonly RULE_select_limit_value = 533; + public static readonly RULE_select_offset_value = 534; + public static readonly RULE_select_fetch_first_value = 535; + public static readonly RULE_i_or_f_const = 536; + public static readonly RULE_row_or_rows = 537; + public static readonly RULE_first_or_next = 538; + public static readonly RULE_group_clause = 539; + public static readonly RULE_group_by_list = 540; + public static readonly RULE_group_by_item = 541; + public static readonly RULE_empty_grouping_set = 542; + public static readonly RULE_rollup_clause = 543; + public static readonly RULE_cube_clause = 544; + public static readonly RULE_grouping_sets_clause = 545; + public static readonly RULE_having_clause = 546; + public static readonly RULE_for_locking_clause = 547; + public static readonly RULE_opt_for_locking_clause = 548; + public static readonly RULE_for_locking_items = 549; + public static readonly RULE_for_locking_item = 550; + public static readonly RULE_for_locking_strength = 551; + public static readonly RULE_locked_rels_list = 552; + public static readonly RULE_values_clause = 553; + public static readonly RULE_from_clause = 554; + public static readonly RULE_from_list = 555; + public static readonly RULE_table_ref = 556; + public static readonly RULE_alias_clause = 557; + public static readonly RULE_opt_alias_clause = 558; + public static readonly RULE_func_alias_clause = 559; + public static readonly RULE_join_type = 560; + public static readonly RULE_join_qual = 561; + public static readonly RULE_relation_expr = 562; + public static readonly RULE_view_relation_expr = 563; + public static readonly RULE_publication_relation_expr = 564; + public static readonly RULE_relation_expr_list = 565; + public static readonly RULE_publication_relation_expr_list = 566; + public static readonly RULE_relation_expr_opt_alias = 567; + public static readonly RULE_tablesample_clause = 568; + public static readonly RULE_opt_repeatable_clause = 569; + public static readonly RULE_func_table = 570; + public static readonly RULE_rowsfrom_item = 571; + public static readonly RULE_rowsfrom_list = 572; + public static readonly RULE_opt_col_def_list = 573; + public static readonly RULE_opt_ordinality = 574; + public static readonly RULE_where_clause = 575; + public static readonly RULE_where_or_current_clause = 576; + public static readonly RULE_opttablefuncelementlist = 577; + public static readonly RULE_tablefuncelementlist = 578; + public static readonly RULE_tablefuncelement = 579; + public static readonly RULE_xmltable = 580; + public static readonly RULE_xmltable_column_list = 581; + public static readonly RULE_xmltable_column_el = 582; + public static readonly RULE_xmltable_column_option_list = 583; + public static readonly RULE_xmltable_column_option_el = 584; + public static readonly RULE_xml_namespace_list = 585; + public static readonly RULE_xml_namespace_el = 586; + public static readonly RULE_typename = 587; + public static readonly RULE_opt_array_bounds = 588; + public static readonly RULE_simpletypename = 589; + public static readonly RULE_consttypename = 590; + public static readonly RULE_generictype = 591; + public static readonly RULE_opt_type_modifiers = 592; + public static readonly RULE_numeric = 593; + public static readonly RULE_opt_float = 594; + public static readonly RULE_bit = 595; + public static readonly RULE_constbit = 596; + public static readonly RULE_bitwithlength = 597; + public static readonly RULE_bitwithoutlength = 598; + public static readonly RULE_character = 599; + public static readonly RULE_constcharacter = 600; + public static readonly RULE_character_c = 601; + public static readonly RULE_opt_varying = 602; + public static readonly RULE_constdatetime = 603; + public static readonly RULE_constinterval = 604; + public static readonly RULE_opt_timezone = 605; + public static readonly RULE_opt_interval = 606; + public static readonly RULE_interval_second = 607; + public static readonly RULE_opt_escape = 608; + public static readonly RULE_a_expr = 609; + public static readonly RULE_a_expr_qual = 610; + public static readonly RULE_a_expr_lessless = 611; + public static readonly RULE_a_expr_or = 612; + public static readonly RULE_a_expr_and = 613; + public static readonly RULE_a_expr_in = 614; + public static readonly RULE_a_expr_unary_not = 615; + public static readonly RULE_a_expr_isnull = 616; + public static readonly RULE_a_expr_is_not = 617; + public static readonly RULE_a_expr_compare = 618; + public static readonly RULE_a_expr_like = 619; + public static readonly RULE_a_expr_qual_op = 620; + public static readonly RULE_a_expr_unary_qualop = 621; + public static readonly RULE_a_expr_add = 622; + public static readonly RULE_a_expr_mul = 623; + public static readonly RULE_a_expr_caret = 624; + public static readonly RULE_a_expr_unary_sign = 625; + public static readonly RULE_a_expr_at_time_zone = 626; + public static readonly RULE_a_expr_collate = 627; + public static readonly RULE_a_expr_typecast = 628; + public static readonly RULE_b_expr = 629; + public static readonly RULE_c_expr = 630; + public static readonly RULE_plsqlvariablename = 631; + public static readonly RULE_func_application = 632; + public static readonly RULE_func_expr = 633; + public static readonly RULE_func_expr_windowless = 634; + public static readonly RULE_func_expr_common_subexpr = 635; + public static readonly RULE_xml_root_version = 636; + public static readonly RULE_opt_xml_root_standalone = 637; + public static readonly RULE_xml_attributes = 638; + public static readonly RULE_xml_attribute_list = 639; + public static readonly RULE_xml_attribute_el = 640; + public static readonly RULE_document_or_content = 641; + public static readonly RULE_xml_whitespace_option = 642; + public static readonly RULE_xmlexists_argument = 643; + public static readonly RULE_xml_passing_mech = 644; + public static readonly RULE_within_group_clause = 645; + public static readonly RULE_filter_clause = 646; + public static readonly RULE_window_clause = 647; + public static readonly RULE_window_definition_list = 648; + public static readonly RULE_window_definition = 649; + public static readonly RULE_over_clause = 650; + public static readonly RULE_window_specification = 651; + public static readonly RULE_opt_existing_window_name = 652; + public static readonly RULE_opt_partition_clause = 653; + public static readonly RULE_opt_frame_clause = 654; + public static readonly RULE_frame_extent = 655; + public static readonly RULE_frame_bound = 656; + public static readonly RULE_opt_window_exclusion_clause = 657; + public static readonly RULE_row = 658; + public static readonly RULE_explicit_row = 659; + public static readonly RULE_implicit_row = 660; + public static readonly RULE_sub_type = 661; + public static readonly RULE_all_op = 662; + public static readonly RULE_mathop = 663; + public static readonly RULE_qual_op = 664; + public static readonly RULE_qual_all_op = 665; + public static readonly RULE_subquery_Op = 666; + public static readonly RULE_expr_list = 667; + public static readonly RULE_column_expr_list_noparen = 668; + public static readonly RULE_column_expr_list = 669; + public static readonly RULE_column_expr = 670; + public static readonly RULE_column_expr_noparen = 671; + public static readonly RULE_func_arg_list = 672; + public static readonly RULE_func_arg_expr = 673; + public static readonly RULE_type_list = 674; + public static readonly RULE_array_expr = 675; + public static readonly RULE_array_expr_list = 676; + public static readonly RULE_extract_list = 677; + public static readonly RULE_extract_arg = 678; + public static readonly RULE_unicode_normal_form = 679; + public static readonly RULE_overlay_list = 680; + public static readonly RULE_position_list = 681; + public static readonly RULE_substr_list = 682; + public static readonly RULE_trim_list = 683; + public static readonly RULE_in_expr = 684; + public static readonly RULE_case_expr = 685; + public static readonly RULE_when_clause_list = 686; + public static readonly RULE_when_clause = 687; + public static readonly RULE_case_default = 688; + public static readonly RULE_case_arg = 689; + public static readonly RULE_columnref = 690; + public static readonly RULE_indirection_el = 691; + public static readonly RULE_opt_slice_bound = 692; + public static readonly RULE_indirection = 693; + public static readonly RULE_opt_indirection = 694; + public static readonly RULE_opt_target_list = 695; + public static readonly RULE_target_list = 696; + public static readonly RULE_target_el = 697; + public static readonly RULE_qualified_name_list = 698; + public static readonly RULE_table_name_list = 699; + public static readonly RULE_schema_name_list = 700; + public static readonly RULE_database_nameList = 701; + public static readonly RULE_procedure_name_list = 702; + public static readonly RULE_tablespace_name_create = 703; + public static readonly RULE_tablespace_name = 704; + public static readonly RULE_table_name_create = 705; + public static readonly RULE_table_name = 706; + public static readonly RULE_view_name_create = 707; + public static readonly RULE_view_name = 708; + public static readonly RULE_qualified_name = 709; + public static readonly RULE_tablespace_name_list = 710; + public static readonly RULE_name_list = 711; + public static readonly RULE_database_name_create = 712; + public static readonly RULE_database_name = 713; + public static readonly RULE_schema_name = 714; + public static readonly RULE_routine_name_create = 715; + public static readonly RULE_routine_name = 716; + public static readonly RULE_procedure_name = 717; + public static readonly RULE_procedure_name_create = 718; + public static readonly RULE_column_name = 719; + public static readonly RULE_column_name_create = 720; + public static readonly RULE_name = 721; + public static readonly RULE_attr_name = 722; + public static readonly RULE_file_name = 723; + public static readonly RULE_function_name_create = 724; + public static readonly RULE_function_name = 725; + public static readonly RULE_usual_name = 726; + public static readonly RULE_aexprconst = 727; + public static readonly RULE_xconst = 728; + public static readonly RULE_bconst = 729; + public static readonly RULE_fconst = 730; + public static readonly RULE_iconst = 731; + public static readonly RULE_sconst = 732; + public static readonly RULE_anysconst = 733; + public static readonly RULE_opt_uescape = 734; + public static readonly RULE_signediconst = 735; + public static readonly RULE_groupname = 736; + public static readonly RULE_roleid = 737; + public static readonly RULE_rolespec = 738; + public static readonly RULE_role_list = 739; + public static readonly RULE_colid = 740; + public static readonly RULE_index_method_choices = 741; + public static readonly RULE_exclude_element = 742; + public static readonly RULE_index_paramenters = 743; + public static readonly RULE_type_function_name = 744; + public static readonly RULE_type_usual_name = 745; + public static readonly RULE_nonreservedword_column = 746; + public static readonly RULE_nonreservedword = 747; + public static readonly RULE_collabel = 748; + public static readonly RULE_identifier = 749; + public static readonly RULE_plsqlidentifier = 750; + public static readonly RULE_unreserved_keyword = 751; + public static readonly RULE_col_name_keyword = 752; + public static readonly RULE_type_func_name_keyword = 753; + public static readonly RULE_reserved_keyword = 754; + public static readonly RULE_pl_function = 755; + public static readonly RULE_comp_options = 756; + public static readonly RULE_comp_option = 757; + public static readonly RULE_sharp = 758; + public static readonly RULE_option_value = 759; + public static readonly RULE_opt_semi = 760; + public static readonly RULE_pl_block = 761; + public static readonly RULE_decl_sect = 762; + public static readonly RULE_decl_start = 763; + public static readonly RULE_decl_stmts = 764; + public static readonly RULE_label_decl = 765; + public static readonly RULE_decl_stmt = 766; + public static readonly RULE_decl_statement = 767; + public static readonly RULE_opt_scrollable = 768; + public static readonly RULE_decl_cursor_query = 769; + public static readonly RULE_decl_cursor_args = 770; + public static readonly RULE_decl_cursor_arglist = 771; + public static readonly RULE_decl_cursor_arg = 772; + public static readonly RULE_decl_is_for = 773; + public static readonly RULE_decl_aliasitem = 774; + public static readonly RULE_decl_varname = 775; + public static readonly RULE_decl_const = 776; + public static readonly RULE_decl_datatype = 777; + public static readonly RULE_decl_collate = 778; + public static readonly RULE_decl_notnull = 779; + public static readonly RULE_decl_defval = 780; + public static readonly RULE_decl_defkey = 781; + public static readonly RULE_assign_operator = 782; + public static readonly RULE_proc_sect = 783; + public static readonly RULE_proc_stmt = 784; + public static readonly RULE_stmt_perform = 785; + public static readonly RULE_stmt_call = 786; + public static readonly RULE_opt_expr_list = 787; + public static readonly RULE_stmt_assign = 788; + public static readonly RULE_stmt_getdiag = 789; + public static readonly RULE_getdiag_area_opt = 790; + public static readonly RULE_getdiag_list = 791; + public static readonly RULE_getdiag_list_item = 792; + public static readonly RULE_getdiag_item = 793; + public static readonly RULE_getdiag_target = 794; + public static readonly RULE_assign_var = 795; + public static readonly RULE_stmt_if = 796; + public static readonly RULE_stmt_elsifs = 797; + public static readonly RULE_stmt_else = 798; + public static readonly RULE_stmt_case = 799; + public static readonly RULE_opt_expr_until_when = 800; + public static readonly RULE_case_when_list = 801; + public static readonly RULE_case_when = 802; + public static readonly RULE_opt_case_else = 803; + public static readonly RULE_stmt_loop = 804; + public static readonly RULE_stmt_while = 805; + public static readonly RULE_stmt_for = 806; + public static readonly RULE_for_control = 807; + public static readonly RULE_opt_for_using_expression = 808; + public static readonly RULE_opt_cursor_parameters = 809; + public static readonly RULE_opt_reverse = 810; + public static readonly RULE_opt_by_expression = 811; + public static readonly RULE_for_variable = 812; + public static readonly RULE_stmt_foreach_a = 813; + public static readonly RULE_foreach_slice = 814; + public static readonly RULE_stmt_exit = 815; + public static readonly RULE_exit_type = 816; + public static readonly RULE_stmt_return = 817; + public static readonly RULE_opt_return_result = 818; + public static readonly RULE_stmt_raise = 819; + public static readonly RULE_opt_stmt_raise_level = 820; + public static readonly RULE_opt_raise_list = 821; + public static readonly RULE_opt_raise_using = 822; + public static readonly RULE_opt_raise_using_elem = 823; + public static readonly RULE_opt_raise_using_elem_list = 824; + public static readonly RULE_stmt_assert = 825; + public static readonly RULE_opt_stmt_assert_message = 826; + public static readonly RULE_loop_body = 827; + public static readonly RULE_stmt_execsql = 828; + public static readonly RULE_stmt_dynexecute = 829; + public static readonly RULE_opt_execute_using = 830; + public static readonly RULE_opt_execute_using_list = 831; + public static readonly RULE_opt_execute_into = 832; + public static readonly RULE_stmt_open = 833; + public static readonly RULE_opt_open_bound_list_item = 834; + public static readonly RULE_opt_open_bound_list = 835; + public static readonly RULE_opt_open_using = 836; + public static readonly RULE_opt_scroll_option = 837; + public static readonly RULE_opt_scroll_option_no = 838; + public static readonly RULE_stmt_fetch = 839; + public static readonly RULE_into_target = 840; + public static readonly RULE_opt_cursor_from = 841; + public static readonly RULE_opt_fetch_direction = 842; + public static readonly RULE_stmt_move = 843; + public static readonly RULE_mergestmt = 844; + public static readonly RULE_data_source = 845; + public static readonly RULE_join_condition = 846; + public static readonly RULE_merge_when_clause = 847; + public static readonly RULE_merge_insert = 848; + public static readonly RULE_merge_update = 849; + public static readonly RULE_default_values_or_values = 850; + public static readonly RULE_exprofdefaultlist = 851; + public static readonly RULE_exprofdefault = 852; + public static readonly RULE_stmt_close = 853; + public static readonly RULE_stmt_null = 854; + public static readonly RULE_stmt_commit = 855; + public static readonly RULE_stmt_rollback = 856; + public static readonly RULE_plsql_opt_transaction_chain = 857; + public static readonly RULE_stmt_set = 858; + public static readonly RULE_cursor_variable = 859; + public static readonly RULE_exception_sect = 860; + public static readonly RULE_proc_exceptions = 861; + public static readonly RULE_proc_exception = 862; + public static readonly RULE_proc_conditions = 863; + public static readonly RULE_proc_condition = 864; + public static readonly RULE_opt_block_label = 865; + public static readonly RULE_opt_loop_label = 866; + public static readonly RULE_opt_label = 867; + public static readonly RULE_opt_exitcond = 868; + public static readonly RULE_any_identifier = 869; + public static readonly RULE_plsql_unreserved_keyword = 870; + public static readonly RULE_sql_expression = 871; + public static readonly RULE_expr_until_then = 872; + public static readonly RULE_expr_until_semi = 873; + public static readonly RULE_expr_until_rightbracket = 874; + public static readonly RULE_expr_until_loop = 875; + public static readonly RULE_make_execsql_stmt = 876; + public static readonly RULE_opt_returning_clause_into = 877; public static readonly literalNames = [ null, "'$'", "'('", "')'", "'['", "']'", "','", "';'", "':'", "'*'", @@ -1741,8 +1742,8 @@ 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", "create_table_clause", "optdistributed", "opttemp", - "table_column_list", "opttableelementlist", "opttypedtableelementlist", + "createstmt", "create_table_options", "create_table_clause", "optdistributed", + "opttemp", "table_column_list", "opttableelementlist", "opttypedtableelementlist", "tableelementlist", "typedtableelementlist", "tableelement", "typedtableelement", "column_def", "compressionCluase", "storageCluase", "columnOptions", "colquallist", "colconstraint", "colconstraintelem", "nulls_distinct", @@ -1963,21 +1964,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1757; + this.state = 1759; 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 === 583) { { { - this.state = 1754; + this.state = 1756; this.singleStmt(); } } - this.state = 1759; + this.state = 1761; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1760; + this.state = 1762; this.match(PostgreSqlParser.EOF); } } @@ -2001,7 +2002,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1762; + this.state = 1764; this.pl_function(); } } @@ -2026,14 +2027,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1764; - this.stmt(); this.state = 1766; + this.stmt(); + this.state = 1768; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7) { { - this.state = 1765; + this.state = 1767; this.match(PostgreSqlParser.SEMI); } } @@ -2058,825 +2059,825 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new StmtContext(this.context, this.state); this.enterRule(localContext, 6, PostgreSqlParser.RULE_stmt); try { - this.state = 1885; + this.state = 1887; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 2, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1768; + this.state = 1770; this.altereventtrigstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1769; + this.state = 1771; this.altercollationstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1770; + this.state = 1772; this.alterdatabasestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1771; + this.state = 1773; this.alterdatabasesetstmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1772; + this.state = 1774; this.alterdefaultprivilegesstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1773; + this.state = 1775; this.alterdomainstmt(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1774; + this.state = 1776; this.alterenumstmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1775; + this.state = 1777; this.alterextensionstmt(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1776; + this.state = 1778; this.alterextensioncontentsstmt(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1777; + this.state = 1779; this.alterfdwstmt(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1778; + this.state = 1780; this.alterforeignserverstmt(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 1779; + this.state = 1781; this.alterfunctionstmt(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 1780; + this.state = 1782; this.altergroupstmt(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 1781; + this.state = 1783; this.alterobjectdependsstmt(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 1782; + this.state = 1784; this.alterobjectschemastmt(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1783; + this.state = 1785; this.alterownerstmt(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1784; + this.state = 1786; this.alteroperatorstmt(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 1785; + this.state = 1787; this.altertypestmt(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 1786; + this.state = 1788; this.alterpolicystmt(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 1787; + this.state = 1789; this.alterprocedurestmt(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 1788; + this.state = 1790; this.alterseqstmt(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 1789; + this.state = 1791; this.altersystemstmt(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 1790; + this.state = 1792; this.altertablestmt(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 1791; + this.state = 1793; this.altertblspcstmt(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 1792; + this.state = 1794; this.altercompositetypestmt(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 1793; + this.state = 1795; this.alterpublicationstmt(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 1794; + this.state = 1796; this.alterrolesetstmt(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 1795; + this.state = 1797; this.alterroutinestmt(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 1796; + this.state = 1798; this.alterrolestmt(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 1797; + this.state = 1799; this.altersubscriptionstmt(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 1798; + this.state = 1800; this.alterstatsstmt(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 1799; + this.state = 1801; this.altertsconfigurationstmt(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 1800; + this.state = 1802; this.altertsdictionarystmt(); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 1801; + this.state = 1803; this.alterusermappingstmt(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 1802; + this.state = 1804; this.analyzestmt(); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 1803; + this.state = 1805; this.callstmt(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 1804; + this.state = 1806; this.checkpointstmt(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 1805; + this.state = 1807; this.closeportalstmt(); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 1806; + this.state = 1808; this.clusterstmt(); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 1807; + this.state = 1809; this.commentstmt(); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 1808; + this.state = 1810; this.constraintssetstmt(); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 1809; + this.state = 1811; this.copystmt(); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 1810; + this.state = 1812; this.createamstmt(); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 1811; + this.state = 1813; this.createasstmt(); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 1812; + this.state = 1814; this.createassertionstmt(); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 1813; + this.state = 1815; this.createcaststmt(); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 1814; + this.state = 1816; this.createconversionstmt(); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 1815; + this.state = 1817; this.createdomainstmt(); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 1816; + this.state = 1818; this.createextensionstmt(); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 1817; + this.state = 1819; this.createfdwstmt(); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 1818; + this.state = 1820; this.createforeignserverstmt(); } break; case 52: this.enterOuterAlt(localContext, 52); { - this.state = 1819; + this.state = 1821; this.createforeigntablestmt(); } break; case 53: this.enterOuterAlt(localContext, 53); { - this.state = 1820; + this.state = 1822; this.createfunctionstmt(); } break; case 54: this.enterOuterAlt(localContext, 54); { - this.state = 1821; + this.state = 1823; this.creategroupstmt(); } break; case 55: this.enterOuterAlt(localContext, 55); { - this.state = 1822; + this.state = 1824; this.creatematviewstmt(); } break; case 56: this.enterOuterAlt(localContext, 56); { - this.state = 1823; + this.state = 1825; this.createopclassstmt(); } break; case 57: this.enterOuterAlt(localContext, 57); { - this.state = 1824; + this.state = 1826; this.createopfamilystmt(); } break; case 58: this.enterOuterAlt(localContext, 58); { - this.state = 1825; + this.state = 1827; this.createpublicationstmt(); } break; case 59: this.enterOuterAlt(localContext, 59); { - this.state = 1826; + this.state = 1828; this.alteropfamilystmt(); } break; case 60: this.enterOuterAlt(localContext, 60); { - this.state = 1827; + this.state = 1829; this.createpolicystmt(); } break; case 61: this.enterOuterAlt(localContext, 61); { - this.state = 1828; + this.state = 1830; this.createplangstmt(); } break; case 62: this.enterOuterAlt(localContext, 62); { - this.state = 1829; + this.state = 1831; this.createschemastmt(); } break; case 63: this.enterOuterAlt(localContext, 63); { - this.state = 1830; + this.state = 1832; this.createseqstmt(); } break; case 64: this.enterOuterAlt(localContext, 64); { - this.state = 1831; + this.state = 1833; this.createstmt(); } break; case 65: this.enterOuterAlt(localContext, 65); { - this.state = 1832; + this.state = 1834; this.createsubscriptionstmt(); } break; case 66: this.enterOuterAlt(localContext, 66); { - this.state = 1833; + this.state = 1835; this.createstatsstmt(); } break; case 67: this.enterOuterAlt(localContext, 67); { - this.state = 1834; + this.state = 1836; this.createtablespacestmt(); } break; case 68: this.enterOuterAlt(localContext, 68); { - this.state = 1835; + this.state = 1837; this.createtransformstmt(); } break; case 69: this.enterOuterAlt(localContext, 69); { - this.state = 1836; + this.state = 1838; this.createtrigstmt(); } break; case 70: this.enterOuterAlt(localContext, 70); { - this.state = 1837; + this.state = 1839; this.createeventtrigstmt(); } break; case 71: this.enterOuterAlt(localContext, 71); { - this.state = 1838; + this.state = 1840; this.createrolestmt(); } break; case 72: this.enterOuterAlt(localContext, 72); { - this.state = 1839; + this.state = 1841; this.createuserstmt(); } break; case 73: this.enterOuterAlt(localContext, 73); { - this.state = 1840; + this.state = 1842; this.createusermappingstmt(); } break; case 74: this.enterOuterAlt(localContext, 74); { - this.state = 1841; + this.state = 1843; this.createdbstmt(); } break; case 75: this.enterOuterAlt(localContext, 75); { - this.state = 1842; + this.state = 1844; this.deallocatestmt(); } break; case 76: this.enterOuterAlt(localContext, 76); { - this.state = 1843; + this.state = 1845; this.declarecursorstmt(); } break; case 77: this.enterOuterAlt(localContext, 77); { - this.state = 1844; + this.state = 1846; this.definestmt(); } break; case 78: this.enterOuterAlt(localContext, 78); { - this.state = 1845; + this.state = 1847; this.deletestmt(); } break; case 79: this.enterOuterAlt(localContext, 79); { - this.state = 1846; + this.state = 1848; this.discardstmt(); } break; case 80: this.enterOuterAlt(localContext, 80); { - this.state = 1847; + this.state = 1849; this.dostmt(); } break; case 81: this.enterOuterAlt(localContext, 81); { - this.state = 1848; + this.state = 1850; this.dropstmt(); } break; case 82: this.enterOuterAlt(localContext, 82); { - this.state = 1849; + this.state = 1851; this.executestmt(); } break; case 83: this.enterOuterAlt(localContext, 83); { - this.state = 1850; + this.state = 1852; this.explainstmt(); } break; case 84: this.enterOuterAlt(localContext, 84); { - this.state = 1851; + this.state = 1853; this.fetchstmt(); } break; case 85: this.enterOuterAlt(localContext, 85); { - this.state = 1852; + this.state = 1854; this.grantstmt(); } break; case 86: this.enterOuterAlt(localContext, 86); { - this.state = 1853; + this.state = 1855; this.grantrolestmt(); } break; case 87: this.enterOuterAlt(localContext, 87); { - this.state = 1854; + this.state = 1856; this.mergestmt(); } break; case 88: this.enterOuterAlt(localContext, 88); { - this.state = 1855; + this.state = 1857; this.importforeignschemastmt(); } break; case 89: this.enterOuterAlt(localContext, 89); { - this.state = 1856; + this.state = 1858; this.indexstmt(); } break; case 90: this.enterOuterAlt(localContext, 90); { - this.state = 1857; + this.state = 1859; this.insertstmt(); } break; case 91: this.enterOuterAlt(localContext, 91); { - this.state = 1858; + this.state = 1860; this.listenstmt(); } break; case 92: this.enterOuterAlt(localContext, 92); { - this.state = 1859; + this.state = 1861; this.refreshmatviewstmt(); } break; case 93: this.enterOuterAlt(localContext, 93); { - this.state = 1860; + this.state = 1862; this.loadstmt(); } break; case 94: this.enterOuterAlt(localContext, 94); { - this.state = 1861; + this.state = 1863; this.lockstmt(); } break; case 95: this.enterOuterAlt(localContext, 95); { - this.state = 1862; + this.state = 1864; this.notifystmt(); } break; case 96: this.enterOuterAlt(localContext, 96); { - this.state = 1863; + this.state = 1865; this.preparestmt(); } break; case 97: this.enterOuterAlt(localContext, 97); { - this.state = 1864; + this.state = 1866; this.reassignownedstmt(); } break; case 98: this.enterOuterAlt(localContext, 98); { - this.state = 1865; + this.state = 1867; this.reindexstmt(); } break; case 99: this.enterOuterAlt(localContext, 99); { - this.state = 1866; + this.state = 1868; this.removeaggrstmt(); } break; case 100: this.enterOuterAlt(localContext, 100); { - this.state = 1867; + this.state = 1869; this.removefuncstmt(); } break; case 101: this.enterOuterAlt(localContext, 101); { - this.state = 1868; + this.state = 1870; this.removeoperstmt(); } break; case 102: this.enterOuterAlt(localContext, 102); { - this.state = 1869; + this.state = 1871; this.renamestmt(); } break; case 103: this.enterOuterAlt(localContext, 103); { - this.state = 1870; + this.state = 1872; this.revokestmt(); } break; case 104: this.enterOuterAlt(localContext, 104); { - this.state = 1871; + this.state = 1873; this.revokerolestmt(); } break; case 105: this.enterOuterAlt(localContext, 105); { - this.state = 1872; + this.state = 1874; this.rulestmt(); } break; case 106: this.enterOuterAlt(localContext, 106); { - this.state = 1873; + this.state = 1875; this.seclabelstmt(); } break; case 107: this.enterOuterAlt(localContext, 107); { - this.state = 1874; + this.state = 1876; this.selectstmt(); } break; case 108: this.enterOuterAlt(localContext, 108); { - this.state = 1875; + this.state = 1877; this.transactionstmt(); } break; case 109: this.enterOuterAlt(localContext, 109); { - this.state = 1876; + this.state = 1878; this.truncatestmt(); } break; case 110: this.enterOuterAlt(localContext, 110); { - this.state = 1877; + this.state = 1879; this.unlistenstmt(); } break; case 111: this.enterOuterAlt(localContext, 111); { - this.state = 1878; + this.state = 1880; this.updatestmt(); } break; case 112: this.enterOuterAlt(localContext, 112); { - this.state = 1879; + this.state = 1881; this.vacuumstmt(); } break; case 113: this.enterOuterAlt(localContext, 113); { - this.state = 1880; + this.state = 1882; this.variableresetstmt(); } break; case 114: this.enterOuterAlt(localContext, 114); { - this.state = 1881; + this.state = 1883; this.variablesetstmt(); } break; case 115: this.enterOuterAlt(localContext, 115); { - this.state = 1882; + this.state = 1884; this.variableshowstmt(); } break; case 116: this.enterOuterAlt(localContext, 116); { - this.state = 1883; + this.state = 1885; this.viewstmt(); } break; case 117: this.enterOuterAlt(localContext, 117); { - this.state = 1884; + this.state = 1886; this.plsqlconsolecommand(); } break; @@ -2903,14 +2904,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1887; - this.match(PostgreSqlParser.MetaCommand); this.state = 1889; + this.match(PostgreSqlParser.MetaCommand); + this.state = 1891; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 584) { { - this.state = 1888; + this.state = 1890; this.match(PostgreSqlParser.EndMetaCommand); } } @@ -2937,9 +2938,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1891; + this.state = 1893; this.match(PostgreSqlParser.KW_CALL); - this.state = 1892; + this.state = 1894; this.func_application(); } } @@ -2963,23 +2964,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1894; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 1895; - this.match(PostgreSqlParser.KW_ROLE); this.state = 1896; - this.roleid(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 1897; + this.match(PostgreSqlParser.KW_ROLE); this.state = 1898; + this.roleid(); + this.state = 1900; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: { - this.state = 1897; + this.state = 1899; this.opt_with(); } break; } - this.state = 1900; + this.state = 1902; this.optrolelist(); } } @@ -3003,7 +3004,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1902; + this.state = 1904; this.match(PostgreSqlParser.KW_WITH); } } @@ -3028,19 +3029,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1907; + this.state = 1909; 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 = 1904; + this.state = 1906; this.createoptroleelem(); } } } - this.state = 1909; + this.state = 1911; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 5, this.context); } @@ -3067,19 +3068,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1913; + this.state = 1915; 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 = 1910; + this.state = 1912; this.alteroptroleelem(); } } } - this.state = 1915; + this.state = 1917; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 6, this.context); } @@ -3104,15 +3105,15 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 20, PostgreSqlParser.RULE_alteroptroleelem); let _la: number; try { - this.state = 1951; + this.state = 1953; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 8, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1916; + this.state = 1918; this.match(PostgreSqlParser.KW_PASSWORD); - this.state = 1919; + this.state = 1921; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -3120,13 +3121,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1917; + this.state = 1919; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 1918; + this.state = 1920; this.match(PostgreSqlParser.KW_NULL); } break; @@ -3138,7 +3139,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1921; + this.state = 1923; _la = this.tokenStream.LA(1); if(!(_la === 195 || _la === 364)) { this.errorHandler.recoverInline(this); @@ -3147,16 +3148,16 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1922; + this.state = 1924; this.match(PostgreSqlParser.KW_PASSWORD); - this.state = 1923; + this.state = 1925; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1924; + this.state = 1926; _la = this.tokenStream.LA(1); if(!(_la === 228 || _la === 229)) { this.errorHandler.recoverInline(this); @@ -3170,7 +3171,7 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1925; + this.state = 1927; _la = this.tokenStream.LA(1); if(!(_la === 236 || _la === 237)) { this.errorHandler.recoverInline(this); @@ -3184,7 +3185,7 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1926; + this.state = 1928; _la = this.tokenStream.LA(1); if(!(_la === 234 || _la === 235)) { this.errorHandler.recoverInline(this); @@ -3198,7 +3199,7 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1927; + this.state = 1929; _la = this.tokenStream.LA(1); if(!(_la === 232 || _la === 233)) { this.errorHandler.recoverInline(this); @@ -3212,7 +3213,7 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1928; + this.state = 1930; _la = this.tokenStream.LA(1); if(!(_la === 230 || _la === 231)) { this.errorHandler.recoverInline(this); @@ -3226,7 +3227,7 @@ export class PostgreSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1929; + this.state = 1931; _la = this.tokenStream.LA(1); if(!(_la === 535 || _la === 536)) { this.errorHandler.recoverInline(this); @@ -3240,7 +3241,7 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1930; + this.state = 1932; _la = this.tokenStream.LA(1); if(!(_la === 537 || _la === 538)) { this.errorHandler.recoverInline(this); @@ -3254,7 +3255,7 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1931; + this.state = 1933; _la = this.tokenStream.LA(1); if(!(_la === 539 || _la === 540)) { this.errorHandler.recoverInline(this); @@ -3268,78 +3269,78 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1932; - this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 1933; - this.match(PostgreSqlParser.KW_LIMIT); this.state = 1934; + this.match(PostgreSqlParser.KW_CONNECTION); + this.state = 1935; + this.match(PostgreSqlParser.KW_LIMIT); + this.state = 1936; this.signediconst(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 1935; - this.match(PostgreSqlParser.KW_VALID); - this.state = 1936; - this.match(PostgreSqlParser.KW_UNTIL); this.state = 1937; + this.match(PostgreSqlParser.KW_VALID); + this.state = 1938; + this.match(PostgreSqlParser.KW_UNTIL); + this.state = 1939; this.sconst(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 1938; - this.match(PostgreSqlParser.KW_IN); - this.state = 1939; - this.match(PostgreSqlParser.KW_ROLE); this.state = 1940; + this.match(PostgreSqlParser.KW_IN); + this.state = 1941; + this.match(PostgreSqlParser.KW_ROLE); + this.state = 1942; this.name_list(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 1941; - this.match(PostgreSqlParser.KW_IN); - this.state = 1942; - this.match(PostgreSqlParser.KW_GROUP); this.state = 1943; + this.match(PostgreSqlParser.KW_IN); + this.state = 1944; + this.match(PostgreSqlParser.KW_GROUP); + this.state = 1945; this.name_list(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 1944; + this.state = 1946; this.match(PostgreSqlParser.KW_ROLE); - this.state = 1945; + this.state = 1947; this.role_list(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1946; + this.state = 1948; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 1947; + this.state = 1949; this.name_list(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1948; + this.state = 1950; this.match(PostgreSqlParser.KW_USER); - this.state = 1949; + this.state = 1951; this.role_list(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 1950; + this.state = 1952; this.identifier(); } break; @@ -3364,49 +3365,49 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 22, PostgreSqlParser.RULE_createoptroleelem); let _la: number; try { - this.state = 1963; + this.state = 1965; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1953; + this.state = 1955; this.alteroptroleelem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1954; + this.state = 1956; this.match(PostgreSqlParser.KW_SYSID); - this.state = 1955; + this.state = 1957; this.iconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1956; + this.state = 1958; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 1957; + this.state = 1959; this.role_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1958; + this.state = 1960; this.match(PostgreSqlParser.KW_ROLE); - this.state = 1959; + this.state = 1961; this.role_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1960; + this.state = 1962; this.match(PostgreSqlParser.KW_IN); - this.state = 1961; + this.state = 1963; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -3415,7 +3416,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1962; + this.state = 1964; this.role_list(); } break; @@ -3441,23 +3442,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1965; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 1966; - this.match(PostgreSqlParser.KW_USER); this.state = 1967; - this.roleid(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 1968; + this.match(PostgreSqlParser.KW_USER); this.state = 1969; + this.roleid(); + this.state = 1971; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 10, this.context) ) { case 1: { - this.state = 1968; + this.state = 1970; this.opt_with(); } break; } - this.state = 1971; + this.state = 1973; this.optrolelist(); } } @@ -3482,9 +3483,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1973; + this.state = 1975; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1974; + this.state = 1976; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -3493,19 +3494,19 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1975; - this.rolespec(); this.state = 1977; + this.rolespec(); + this.state = 1979; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 11, this.context) ) { case 1: { - this.state = 1976; + this.state = 1978; this.opt_with(); } break; } - this.state = 1979; + this.state = 1981; this.alteroptrolelist(); } } @@ -3527,7 +3528,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 = 1985; + this.state = 1987; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RESET: @@ -3540,11 +3541,11 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 2); { - this.state = 1982; - this.match(PostgreSqlParser.KW_IN); - this.state = 1983; - this.match(PostgreSqlParser.KW_DATABASE); this.state = 1984; + this.match(PostgreSqlParser.KW_IN); + this.state = 1985; + this.match(PostgreSqlParser.KW_DATABASE); + this.state = 1986; this.database_name(); } break; @@ -3573,9 +3574,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1987; + this.state = 1989; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1988; + this.state = 1990; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -3584,12 +3585,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1991; + this.state = 1993; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 1989; + this.state = 1991; this.match(PostgreSqlParser.KW_ALL); } break; @@ -4018,16 +4019,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1990; + this.state = 1992; this.rolespec(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1993; + this.state = 1995; this.opt_in_database(); - this.state = 1994; + this.state = 1996; this.setresetclause(); } } @@ -4052,23 +4053,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1996; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 1997; - this.match(PostgreSqlParser.KW_ROUTINE); this.state = 1998; - this.routine_name(); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 1999; + this.match(PostgreSqlParser.KW_ROUTINE); this.state = 2000; + this.routine_name(); + this.state = 2002; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 1999; + this.state = 2001; this.func_args(); } } - this.state = 2002; + this.state = 2004; this.alter_routine_cluase(); } } @@ -4091,20 +4092,20 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 34, PostgreSqlParser.RULE_alter_routine_cluase); let _la: number; try { - this.state = 2024; + this.state = 2026; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 17, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2004; - this.routine_action_list(); this.state = 2006; + this.routine_action_list(); + this.state = 2008; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 15, this.context) ) { case 1: { - this.state = 2005; + this.state = 2007; this.match(PostgreSqlParser.KW_RESTRICT); } break; @@ -4114,56 +4115,56 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2008; - this.match(PostgreSqlParser.KW_RENAME); - this.state = 2009; - this.match(PostgreSqlParser.KW_TO); this.state = 2010; + this.match(PostgreSqlParser.KW_RENAME); + this.state = 2011; + this.match(PostgreSqlParser.KW_TO); + this.state = 2012; this.routine_name_create(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2011; - this.match(PostgreSqlParser.KW_OWNER); - this.state = 2012; - this.match(PostgreSqlParser.KW_TO); this.state = 2013; + this.match(PostgreSqlParser.KW_OWNER); + this.state = 2014; + this.match(PostgreSqlParser.KW_TO); + this.state = 2015; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2014; - this.match(PostgreSqlParser.KW_SET); - this.state = 2015; - this.match(PostgreSqlParser.KW_SCHEMA); this.state = 2016; + this.match(PostgreSqlParser.KW_SET); + this.state = 2017; + this.match(PostgreSqlParser.KW_SCHEMA); + this.state = 2018; this.schema_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2018; + this.state = 2020; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 2017; + this.state = 2019; this.match(PostgreSqlParser.KW_NO); } } - this.state = 2020; - this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 2021; - this.match(PostgreSqlParser.KW_ON); this.state = 2022; - this.match(PostgreSqlParser.KW_EXTENSION); + this.match(PostgreSqlParser.KW_DEPENDS); this.state = 2023; + this.match(PostgreSqlParser.KW_ON); + this.state = 2024; + this.match(PostgreSqlParser.KW_EXTENSION); + this.state = 2025; this.name(); } break; @@ -4190,21 +4191,21 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2026; + this.state = 2028; this.routine_action(); - this.state = 2030; + this.state = 2032; 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 = 2027; + this.state = 2029; this.routine_action(); } } } - this.state = 2032; + this.state = 2034; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 18, this.context); } @@ -4229,86 +4230,86 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 38, PostgreSqlParser.RULE_routine_action); let _la: number; try { - this.state = 2074; + this.state = 2076; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 24, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2033; + this.state = 2035; this.match(PostgreSqlParser.KW_IMMUTABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2034; + this.state = 2036; this.match(PostgreSqlParser.KW_STABLE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2035; + this.state = 2037; this.match(PostgreSqlParser.KW_VOLATILE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2037; + this.state = 2039; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 2036; + this.state = 2038; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 2039; + this.state = 2041; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2050; + this.state = 2052; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 22, this.context) ) { case 1: { - this.state = 2041; + this.state = 2043; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 2040; + this.state = 2042; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 2043; + this.state = 2045; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 2044; + this.state = 2046; this.match(PostgreSqlParser.KW_INVOKER); } break; case 2: { - this.state = 2046; + this.state = 2048; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 2045; + this.state = 2047; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 2048; + this.state = 2050; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 2049; + this.state = 2051; this.match(PostgreSqlParser.KW_DEFINER); } break; @@ -4318,9 +4319,9 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2052; + this.state = 2054; this.match(PostgreSqlParser.KW_PARALLEL); - this.state = 2053; + this.state = 2055; _la = this.tokenStream.LA(1); if(!(((((_la - 529)) & ~0x1F) === 0 && ((1 << (_la - 529)) & 7) !== 0))) { this.errorHandler.recoverInline(this); @@ -4334,29 +4335,29 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2054; + this.state = 2056; this.match(PostgreSqlParser.KW_COST); - this.state = 2055; + this.state = 2057; this.attr_name(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2056; + this.state = 2058; this.match(PostgreSqlParser.KW_ROWS); - this.state = 2057; + this.state = 2059; this.name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2058; - this.match(PostgreSqlParser.KW_SET); - this.state = 2059; - this.name(); this.state = 2060; + this.match(PostgreSqlParser.KW_SET); + this.state = 2061; + this.name(); + this.state = 2062; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -4365,18 +4366,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2063; + this.state = 2065; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 23, this.context) ) { case 1: { - this.state = 2061; + this.state = 2063; this.name(); } break; case 2: { - this.state = 2062; + this.state = 2064; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -4386,31 +4387,31 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2065; - this.match(PostgreSqlParser.KW_SET); - this.state = 2066; - this.name(); this.state = 2067; - this.match(PostgreSqlParser.KW_FROM); + this.match(PostgreSqlParser.KW_SET); this.state = 2068; + this.name(); + this.state = 2069; + this.match(PostgreSqlParser.KW_FROM); + this.state = 2070; this.match(PostgreSqlParser.KW_CURRENT); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2070; + this.state = 2072; this.match(PostgreSqlParser.KW_RESET); - this.state = 2071; + this.state = 2073; this.name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2072; + this.state = 2074; this.match(PostgreSqlParser.KW_RESET); - this.state = 2073; + this.state = 2075; this.match(PostgreSqlParser.KW_ALL); } break; @@ -4436,23 +4437,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2076; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 2077; - this.match(PostgreSqlParser.KW_GROUP); this.state = 2078; - this.groupname(); + this.match(PostgreSqlParser.KW_CREATE); + this.state = 2079; + this.match(PostgreSqlParser.KW_GROUP); this.state = 2080; + this.groupname(); + this.state = 2082; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 25, this.context) ) { case 1: { - this.state = 2079; + this.state = 2081; this.opt_with(); } break; } - this.state = 2082; + this.state = 2084; this.optrolelist(); } } @@ -4476,17 +4477,17 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2084; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2085; - this.match(PostgreSqlParser.KW_GROUP); this.state = 2086; - this.rolespec(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2087; - this.add_drop(); + this.match(PostgreSqlParser.KW_GROUP); this.state = 2088; - this.match(PostgreSqlParser.KW_USER); + this.rolespec(); this.state = 2089; + this.add_drop(); + this.state = 2090; + this.match(PostgreSqlParser.KW_USER); + this.state = 2091; this.role_list(); } } @@ -4511,7 +4512,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2091; + this.state = 2093; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 191)) { this.errorHandler.recoverInline(this); @@ -4543,49 +4544,49 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2093; + this.state = 2095; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2094; - this.match(PostgreSqlParser.KW_SCHEMA); this.state = 2096; + this.match(PostgreSqlParser.KW_SCHEMA); + this.state = 2098; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 26, this.context) ) { case 1: { - this.state = 2095; + this.state = 2097; this.opt_if_not_exists(); } break; } - this.state = 2104; + this.state = 2106; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { case 1: { - this.state = 2099; + this.state = 2101; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 2098; + this.state = 2100; this.schema_name_create(); } } - this.state = 2101; + this.state = 2103; this.match(PostgreSqlParser.KW_AUTHORIZATION); - this.state = 2102; + this.state = 2104; this.rolespec(); } break; case 2: { - this.state = 2103; + this.state = 2105; this.schema_name_create(); } break; } - this.state = 2106; + this.state = 2108; this.optschemaeltlist(); } } @@ -4611,14 +4612,14 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new SchemaNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2108; - this.colid(); this.state = 2110; + this.colid(); + this.state = 2112; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 2109; + this.state = 2111; this.attrs(); } } @@ -4646,19 +4647,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2115; + this.state = 2117; 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 = 2112; + this.state = 2114; this.schema_stmt(); } } } - this.state = 2117; + this.state = 2119; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 30, this.context); } @@ -4682,48 +4683,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 = 2124; + this.state = 2126; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 31, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2118; + this.state = 2120; this.createstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2119; + this.state = 2121; this.indexstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2120; + this.state = 2122; this.createseqstmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2121; + this.state = 2123; this.createtrigstmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2122; + this.state = 2124; this.grantstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2123; + this.state = 2125; this.viewstmt(); } break; @@ -4750,14 +4751,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2126; - this.match(PostgreSqlParser.KW_SET); this.state = 2128; + this.match(PostgreSqlParser.KW_SET); + this.state = 2130; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 32, this.context) ) { case 1: { - this.state = 2127; + this.state = 2129; _la = this.tokenStream.LA(1); if(!(_la === 254 || _la === 332)) { this.errorHandler.recoverInline(this); @@ -4769,7 +4770,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 2130; + this.state = 2132; this.set_rest(); } } @@ -4791,37 +4792,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 = 2140; + this.state = 2142; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2132; + this.state = 2134; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2133; + this.state = 2135; this.transaction_mode_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2134; - this.match(PostgreSqlParser.KW_SESSION); - this.state = 2135; - this.match(PostgreSqlParser.KW_CHARACTERISTICS); this.state = 2136; - this.match(PostgreSqlParser.KW_AS); + this.match(PostgreSqlParser.KW_SESSION); this.state = 2137; - this.match(PostgreSqlParser.KW_TRANSACTION); + this.match(PostgreSqlParser.KW_CHARACTERISTICS); this.state = 2138; + this.match(PostgreSqlParser.KW_AS); + this.state = 2139; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2140; this.transaction_mode_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2139; + this.state = 2141; this.set_rest_more(); } break; @@ -4848,12 +4849,12 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2144; + this.state = 2146; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 2142; + this.state = 2144; this.match(PostgreSqlParser.KW_ALL); } break; @@ -5257,19 +5258,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2143; + this.state = 2145; this.var_name(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 2147; + this.state = 2149; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 94) { { - this.state = 2146; + this.state = 2148; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -5281,18 +5282,18 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 2151; + this.state = 2153; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 36, this.context) ) { case 1: { - this.state = 2149; + this.state = 2151; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 2: { - this.state = 2150; + this.state = 2152; this.var_list(); } break; @@ -5317,49 +5318,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 = 2180; + this.state = 2182; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 38, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2153; - this.match(PostgreSqlParser.KW_TIME); - this.state = 2154; - this.match(PostgreSqlParser.KW_ZONE); this.state = 2155; + this.match(PostgreSqlParser.KW_TIME); + this.state = 2156; + this.match(PostgreSqlParser.KW_ZONE); + this.state = 2157; this.zone_value(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2156; + this.state = 2158; this.match(PostgreSqlParser.KW_CATALOG); - this.state = 2157; + this.state = 2159; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2158; + this.state = 2160; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 2159; + this.state = 2161; this.schema_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2160; - this.match(PostgreSqlParser.KW_NAMES); this.state = 2162; + this.match(PostgreSqlParser.KW_NAMES); + this.state = 2164; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 37, this.context) ) { case 1: { - this.state = 2161; + this.state = 2163; this.opt_encoding(); } break; @@ -5369,60 +5370,60 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2164; + this.state = 2166; this.match(PostgreSqlParser.KW_ROLE); - this.state = 2165; + this.state = 2167; this.nonreservedword_or_sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2166; - this.match(PostgreSqlParser.KW_SESSION); - this.state = 2167; - this.match(PostgreSqlParser.KW_AUTHORIZATION); this.state = 2168; + this.match(PostgreSqlParser.KW_SESSION); + this.state = 2169; + this.match(PostgreSqlParser.KW_AUTHORIZATION); + this.state = 2170; this.nonreservedword_or_sconst(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2169; - this.match(PostgreSqlParser.KW_XML); - this.state = 2170; - this.match(PostgreSqlParser.KW_OPTION); this.state = 2171; + this.match(PostgreSqlParser.KW_XML); + this.state = 2172; + this.match(PostgreSqlParser.KW_OPTION); + this.state = 2173; this.document_or_content(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2172; - this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2173; - this.match(PostgreSqlParser.KW_SNAPSHOT); this.state = 2174; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2175; + this.match(PostgreSqlParser.KW_SNAPSHOT); + this.state = 2176; this.sconst(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2175; - this.var_name(); - this.state = 2176; - this.match(PostgreSqlParser.KW_FROM); this.state = 2177; + this.var_name(); + this.state = 2178; + this.match(PostgreSqlParser.KW_FROM); + this.state = 2179; this.match(PostgreSqlParser.KW_CURRENT); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2179; + this.state = 2181; this.generic_set(); } break; @@ -5449,21 +5450,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2182; + this.state = 2184; this.colid(); - this.state = 2187; + this.state = 2189; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 11) { { { - this.state = 2183; + this.state = 2185; this.match(PostgreSqlParser.DOT); - this.state = 2184; + this.state = 2186; this.colid(); } } - this.state = 2189; + this.state = 2191; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5490,21 +5491,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2190; + this.state = 2192; this.var_value(); - this.state = 2195; + this.state = 2197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2191; + this.state = 2193; this.match(PostgreSqlParser.COMMA); - this.state = 2192; + this.state = 2194; this.var_value(); } } - this.state = 2197; + this.state = 2199; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5528,7 +5529,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 = 2200; + this.state = 2202; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -5956,7 +5957,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2198; + this.state = 2200; this.opt_boolean_or_string(); } break; @@ -5966,7 +5967,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 2199; + this.state = 2201; this.numericonly(); } break; @@ -5993,15 +5994,15 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 68, PostgreSqlParser.RULE_iso_level); let _la: number; try { - this.state = 2207; + this.state = 2209; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_READ: this.enterOuterAlt(localContext, 1); { - this.state = 2202; + this.state = 2204; this.match(PostgreSqlParser.KW_READ); - this.state = 2203; + this.state = 2205; _la = this.tokenStream.LA(1); if(!(_la === 162 || _la === 363)) { this.errorHandler.recoverInline(this); @@ -6015,16 +6016,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_REPEATABLE: this.enterOuterAlt(localContext, 2); { - this.state = 2204; + this.state = 2206; this.match(PostgreSqlParser.KW_REPEATABLE); - this.state = 2205; + this.state = 2207; this.match(PostgreSqlParser.KW_READ); } break; case PostgreSqlParser.KW_SERIALIZABLE: this.enterOuterAlt(localContext, 3); { - this.state = 2206; + this.state = 2208; this.match(PostgreSqlParser.KW_SERIALIZABLE); } break; @@ -6050,34 +6051,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 = 2213; + this.state = 2215; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 43, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2209; + this.state = 2211; this.match(PostgreSqlParser.KW_TRUE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2210; + this.state = 2212; this.match(PostgreSqlParser.KW_FALSE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2211; + this.state = 2213; this.match(PostgreSqlParser.KW_ON); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2212; + this.state = 2214; this.nonreservedword_or_sconst_column(); } break; @@ -6101,27 +6102,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 = 2219; + this.state = 2221; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 1); { - this.state = 2215; + this.state = 2217; this.match(PostgreSqlParser.KW_TRUE); } break; case PostgreSqlParser.KW_FALSE: this.enterOuterAlt(localContext, 2); { - this.state = 2216; + this.state = 2218; this.match(PostgreSqlParser.KW_FALSE); } break; case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 3); { - this.state = 2217; + this.state = 2219; this.match(PostgreSqlParser.KW_ON); } break; @@ -6547,7 +6548,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 2218; + this.state = 2220; this.nonreservedword_or_sconst(); } break; @@ -6573,36 +6574,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 = 2237; + this.state = 2239; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 46, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2221; + this.state = 2223; this.sconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2222; + this.state = 2224; this.identifier(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2223; + this.state = 2225; this.constinterval(); - this.state = 2224; - this.sconst(); this.state = 2226; + this.sconst(); + this.state = 2228; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 45, this.context) ) { case 1: { - this.state = 2225; + this.state = 2227; this.opt_interval(); } break; @@ -6612,36 +6613,36 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2228; - this.constinterval(); - this.state = 2229; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2230; - this.iconst(); + this.constinterval(); this.state = 2231; - this.match(PostgreSqlParser.CLOSE_PAREN); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2232; + this.iconst(); + this.state = 2233; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 2234; this.sconst(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2234; + this.state = 2236; this.numericonly(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2235; + this.state = 2237; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2236; + this.state = 2238; this.match(PostgreSqlParser.KW_LOCAL); } break; @@ -6665,7 +6666,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 = 2241; + this.state = 2243; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -6674,14 +6675,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2239; + this.state = 2241; this.sconst(); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 2240; + this.state = 2242; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -6707,20 +6708,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 = 2245; + this.state = 2247; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 48, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2243; + this.state = 2245; this.nonreservedword_column(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2244; + this.state = 2246; this.sconst(); } break; @@ -6744,20 +6745,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 = 2249; + this.state = 2251; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 49, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2247; + this.state = 2249; this.nonreservedword(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2248; + this.state = 2250; this.sconst(); } break; @@ -6783,9 +6784,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2251; + this.state = 2253; this.match(PostgreSqlParser.KW_RESET); - this.state = 2252; + this.state = 2254; this.reset_rest(); } } @@ -6807,42 +6808,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 = 2262; + this.state = 2264; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 50, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2254; + this.state = 2256; this.match(PostgreSqlParser.KW_TIME); - this.state = 2255; + this.state = 2257; this.match(PostgreSqlParser.KW_ZONE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2256; - this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2257; - this.match(PostgreSqlParser.KW_ISOLATION); this.state = 2258; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2259; + this.match(PostgreSqlParser.KW_ISOLATION); + this.state = 2260; this.match(PostgreSqlParser.KW_LEVEL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2259; + this.state = 2261; this.match(PostgreSqlParser.KW_SESSION); - this.state = 2260; + this.state = 2262; this.match(PostgreSqlParser.KW_AUTHORIZATION); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2261; + this.state = 2263; this.generic_reset(); } break; @@ -6866,13 +6867,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 = 2266; + this.state = 2268; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 2264; + this.state = 2266; this.match(PostgreSqlParser.KW_ALL); } break; @@ -7277,7 +7278,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 2265; + this.state = 2267; this.var_name(); } break; @@ -7303,22 +7304,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new SetresetclauseContext(this.context, this.state); this.enterRule(localContext, 88, PostgreSqlParser.RULE_setresetclause); try { - this.state = 2271; + this.state = 2273; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 2268; + this.state = 2270; this.match(PostgreSqlParser.KW_SET); - this.state = 2269; + this.state = 2271; this.set_rest(); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 2270; + this.state = 2272; this.variableresetstmt(); } break; @@ -7344,22 +7345,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new FunctionsetresetclauseContext(this.context, this.state); this.enterRule(localContext, 90, PostgreSqlParser.RULE_functionsetresetclause); try { - this.state = 2276; + this.state = 2278; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 2273; + this.state = 2275; this.match(PostgreSqlParser.KW_SET); - this.state = 2274; + this.state = 2276; this.set_rest_more(); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 2275; + this.state = 2277; this.variableresetstmt(); } break; @@ -7387,46 +7388,46 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2278; + this.state = 2280; this.match(PostgreSqlParser.KW_SHOW); - this.state = 2288; + this.state = 2290; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 54, this.context) ) { case 1: { - this.state = 2279; + this.state = 2281; this.var_name(); } break; case 2: { - this.state = 2280; + this.state = 2282; this.match(PostgreSqlParser.KW_TIME); - this.state = 2281; + this.state = 2283; this.match(PostgreSqlParser.KW_ZONE); } break; case 3: { - this.state = 2282; - this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 2283; - this.match(PostgreSqlParser.KW_ISOLATION); this.state = 2284; + this.match(PostgreSqlParser.KW_TRANSACTION); + this.state = 2285; + this.match(PostgreSqlParser.KW_ISOLATION); + this.state = 2286; this.match(PostgreSqlParser.KW_LEVEL); } break; case 4: { - this.state = 2285; + this.state = 2287; this.match(PostgreSqlParser.KW_SESSION); - this.state = 2286; + this.state = 2288; this.match(PostgreSqlParser.KW_AUTHORIZATION); } break; case 5: { - this.state = 2287; + this.state = 2289; this.match(PostgreSqlParser.KW_ALL); } break; @@ -7453,13 +7454,13 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2290; - this.match(PostgreSqlParser.KW_SET); - this.state = 2291; - this.match(PostgreSqlParser.KW_CONSTRAINTS); this.state = 2292; - this.constraints_set_list(); + this.match(PostgreSqlParser.KW_SET); this.state = 2293; + this.match(PostgreSqlParser.KW_CONSTRAINTS); + this.state = 2294; + this.constraints_set_list(); + this.state = 2295; this.constraints_set_mode(); } } @@ -7481,13 +7482,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 = 2297; + this.state = 2299; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 2295; + this.state = 2297; this.match(PostgreSqlParser.KW_ALL); } break; @@ -7892,7 +7893,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 2296; + this.state = 2298; this.qualified_name_list(); } break; @@ -7921,7 +7922,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2299; + this.state = 2301; _la = this.tokenStream.LA(1); if(!(_la === 180 || _la === 221)) { this.errorHandler.recoverInline(this); @@ -7952,7 +7953,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2301; + this.state = 2303; this.match(PostgreSqlParser.KW_CHECKPOINT); } } @@ -7977,9 +7978,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2303; + this.state = 2305; this.match(PostgreSqlParser.KW_DISCARD); - this.state = 2304; + this.state = 2306; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 288 || ((((_la - 329)) & ~0x1F) === 0 && ((1 << (_la - 329)) & 41943041) !== 0))) { this.errorHandler.recoverInline(this); @@ -8009,29 +8010,29 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 104, PostgreSqlParser.RULE_altertablestmt); let _la: number; try { - this.state = 2439; + this.state = 2441; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 74, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2306; + this.state = 2308; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2307; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2309; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2311; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 56, this.context) ) { case 1: { - this.state = 2308; + this.state = 2310; this.opt_if_exists(); } break; } - this.state = 2311; + this.state = 2313; this.relation_expr(); - this.state = 2314; + this.state = 2316; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOT: @@ -8052,14 +8053,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: case PostgreSqlParser.KW_VALIDATE: { - this.state = 2312; + this.state = 2314; this.alter_table_cmds(); } break; case PostgreSqlParser.KW_ATTACH: case PostgreSqlParser.KW_DETACH: { - this.state = 2313; + this.state = 2315; this.partition_cmd(); } break; @@ -8071,44 +8072,44 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2316; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2317; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2318; - this.match(PostgreSqlParser.KW_ALL); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2319; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_TABLE); this.state = 2320; - this.match(PostgreSqlParser.KW_TABLESPACE); + this.match(PostgreSqlParser.KW_ALL); this.state = 2321; + this.match(PostgreSqlParser.KW_IN); + this.state = 2322; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2323; this.tablespace_name(); - this.state = 2325; + this.state = 2327; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 2322; - this.match(PostgreSqlParser.KW_OWNED); - this.state = 2323; - this.match(PostgreSqlParser.KW_BY); this.state = 2324; + this.match(PostgreSqlParser.KW_OWNED); + this.state = 2325; + this.match(PostgreSqlParser.KW_BY); + this.state = 2326; this.role_list(); } } - this.state = 2327; - this.match(PostgreSqlParser.KW_SET); - this.state = 2328; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2329; - this.tablespace_name_create(); + this.match(PostgreSqlParser.KW_SET); + this.state = 2330; + this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2331; + this.tablespace_name_create(); + this.state = 2333; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 59, this.context) ) { case 1: { - this.state = 2330; + this.state = 2332; this.opt_nowait(); } break; @@ -8118,44 +8119,44 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2333; + this.state = 2335; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2334; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2336; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2338; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 60, this.context) ) { case 1: { - this.state = 2335; + this.state = 2337; this.opt_if_exists(); } break; } - this.state = 2338; - this.table_name(); - this.state = 2339; - this.match(PostgreSqlParser.KW_ATTACH); this.state = 2340; - this.match(PostgreSqlParser.KW_PARTITION); + this.table_name(); this.state = 2341; + this.match(PostgreSqlParser.KW_ATTACH); + this.state = 2342; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2343; this.qualified_name(); - this.state = 2346; + this.state = 2348; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: { - this.state = 2342; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2343; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2344; + this.match(PostgreSqlParser.KW_FOR); + this.state = 2345; + this.match(PostgreSqlParser.KW_VALUES); + this.state = 2346; this.partition_bound_spec(); } break; case PostgreSqlParser.KW_DEFAULT: { - this.state = 2345; + this.state = 2347; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -8167,34 +8168,34 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2348; + this.state = 2350; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2349; - this.match(PostgreSqlParser.KW_TABLE); this.state = 2351; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2353; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 62, this.context) ) { case 1: { - this.state = 2350; + this.state = 2352; this.opt_if_exists(); } break; } - this.state = 2353; - this.table_name(); - this.state = 2354; - this.match(PostgreSqlParser.KW_DETACH); this.state = 2355; - this.match(PostgreSqlParser.KW_PARTITION); + this.table_name(); this.state = 2356; - this.qualified_name(); + this.match(PostgreSqlParser.KW_DETACH); + this.state = 2357; + this.match(PostgreSqlParser.KW_PARTITION); this.state = 2358; + this.qualified_name(); + this.state = 2360; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109 || _la === 532) { { - this.state = 2357; + this.state = 2359; _la = this.tokenStream.LA(1); if(!(_la === 109 || _la === 532)) { this.errorHandler.recoverInline(this); @@ -8211,23 +8212,23 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2360; + this.state = 2362; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2361; - this.match(PostgreSqlParser.KW_INDEX); this.state = 2363; + this.match(PostgreSqlParser.KW_INDEX); + this.state = 2365; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 64, this.context) ) { case 1: { - this.state = 2362; + this.state = 2364; this.opt_if_exists(); } break; } - this.state = 2365; + this.state = 2367; this.qualified_name(); - this.state = 2368; + this.state = 2370; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOT: @@ -8248,13 +8249,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: case PostgreSqlParser.KW_VALIDATE: { - this.state = 2366; + this.state = 2368; this.alter_table_cmds(); } break; case PostgreSqlParser.KW_ATTACH: { - this.state = 2367; + this.state = 2369; this.index_partition_cmd(); } break; @@ -8266,44 +8267,44 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2370; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2371; - this.match(PostgreSqlParser.KW_INDEX); this.state = 2372; - this.match(PostgreSqlParser.KW_ALL); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2373; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_INDEX); this.state = 2374; - this.match(PostgreSqlParser.KW_TABLESPACE); + this.match(PostgreSqlParser.KW_ALL); this.state = 2375; + this.match(PostgreSqlParser.KW_IN); + this.state = 2376; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2377; this.tablespace_name(); - this.state = 2379; + this.state = 2381; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 2376; - this.match(PostgreSqlParser.KW_OWNED); - this.state = 2377; - this.match(PostgreSqlParser.KW_BY); this.state = 2378; + this.match(PostgreSqlParser.KW_OWNED); + this.state = 2379; + this.match(PostgreSqlParser.KW_BY); + this.state = 2380; this.role_list(); } } - this.state = 2381; - this.match(PostgreSqlParser.KW_SET); - this.state = 2382; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2383; - this.tablespace_name(); + this.match(PostgreSqlParser.KW_SET); + this.state = 2384; + this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2385; + this.tablespace_name(); + this.state = 2387; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 67, this.context) ) { case 1: { - this.state = 2384; + this.state = 2386; this.opt_nowait(); } break; @@ -8313,117 +8314,117 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2387; + this.state = 2389; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2388; - this.match(PostgreSqlParser.KW_SEQUENCE); this.state = 2390; + this.match(PostgreSqlParser.KW_SEQUENCE); + this.state = 2392; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 68, this.context) ) { case 1: { - this.state = 2389; + this.state = 2391; this.opt_if_exists(); } break; } - this.state = 2392; + this.state = 2394; this.qualified_name(); - this.state = 2393; + this.state = 2395; this.alter_table_cmds(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2395; + this.state = 2397; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2396; - this.match(PostgreSqlParser.KW_VIEW); this.state = 2398; + this.match(PostgreSqlParser.KW_VIEW); + this.state = 2400; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 69, this.context) ) { case 1: { - this.state = 2397; + this.state = 2399; this.opt_if_exists(); } break; } - this.state = 2400; + this.state = 2402; this.view_name(); - this.state = 2401; + this.state = 2403; this.alter_table_cmds(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2403; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2404; - this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2405; - this.match(PostgreSqlParser.KW_VIEW); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2406; + this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2407; + this.match(PostgreSqlParser.KW_VIEW); + this.state = 2409; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 70, this.context) ) { case 1: { - this.state = 2406; + this.state = 2408; this.opt_if_exists(); } break; } - this.state = 2409; + this.state = 2411; this.view_name(); - this.state = 2410; + this.state = 2412; this.alter_table_cmds(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2412; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2413; - this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2414; - this.match(PostgreSqlParser.KW_VIEW); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2415; - this.match(PostgreSqlParser.KW_ALL); + this.match(PostgreSqlParser.KW_MATERIALIZED); this.state = 2416; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_VIEW); this.state = 2417; - this.match(PostgreSqlParser.KW_TABLESPACE); + this.match(PostgreSqlParser.KW_ALL); this.state = 2418; + this.match(PostgreSqlParser.KW_IN); + this.state = 2419; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2420; this.tablespace_name(); - this.state = 2422; + this.state = 2424; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 2419; - this.match(PostgreSqlParser.KW_OWNED); - this.state = 2420; - this.match(PostgreSqlParser.KW_BY); this.state = 2421; + this.match(PostgreSqlParser.KW_OWNED); + this.state = 2422; + this.match(PostgreSqlParser.KW_BY); + this.state = 2423; this.role_list(); } } - this.state = 2424; - this.match(PostgreSqlParser.KW_SET); - this.state = 2425; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2426; - this.tablespace_name_create(); + this.match(PostgreSqlParser.KW_SET); + this.state = 2427; + this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2428; + this.tablespace_name_create(); + this.state = 2430; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { case 1: { - this.state = 2427; + this.state = 2429; this.opt_nowait(); } break; @@ -8433,25 +8434,25 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2430; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2431; - this.match(PostgreSqlParser.KW_FOREIGN); this.state = 2432; - this.match(PostgreSqlParser.KW_TABLE); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2433; + this.match(PostgreSqlParser.KW_FOREIGN); this.state = 2434; + this.match(PostgreSqlParser.KW_TABLE); + this.state = 2436; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 73, this.context) ) { case 1: { - this.state = 2433; + this.state = 2435; this.opt_if_exists(); } break; } - this.state = 2436; + this.state = 2438; this.relation_expr(); - this.state = 2437; + this.state = 2439; this.alter_table_cmds(); } break; @@ -8478,21 +8479,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - 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); while (_la === 6) { { { - this.state = 2442; + this.state = 2444; this.match(PostgreSqlParser.COMMA); - this.state = 2443; + this.state = 2445; this.alter_table_cmd(); } } - this.state = 2448; + this.state = 2450; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -8516,37 +8517,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 = 2458; + this.state = 2460; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 1); { - this.state = 2449; + this.state = 2451; this.match(PostgreSqlParser.KW_IN); - this.state = 2450; + this.state = 2452; this.opt_type_modifiers(); } break; case PostgreSqlParser.KW_FROM: this.enterOuterAlt(localContext, 2); { - this.state = 2451; - this.match(PostgreSqlParser.KW_FROM); - this.state = 2452; - this.partition_bound_cluase(); this.state = 2453; - this.match(PostgreSqlParser.KW_TO); + this.match(PostgreSqlParser.KW_FROM); this.state = 2454; this.partition_bound_cluase(); + this.state = 2455; + this.match(PostgreSqlParser.KW_TO); + this.state = 2456; + this.partition_bound_cluase(); } break; case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 3); { - this.state = 2456; + this.state = 2458; this.match(PostgreSqlParser.KW_WITH); - this.state = 2457; + this.state = 2459; this.partition_with_cluase(); } break; @@ -8575,27 +8576,27 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2460; + this.state = 2462; this.match(PostgreSqlParser.OPEN_PAREN); - 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); while (_la === 6) { { { - this.state = 2462; + this.state = 2464; this.match(PostgreSqlParser.COMMA); - this.state = 2463; + this.state = 2465; this.partition_bound_choose(); } } - this.state = 2468; + this.state = 2470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2469; + this.state = 2471; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -8617,27 +8618,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 = 2474; + this.state = 2476; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 1); { - this.state = 2471; + this.state = 2473; this.opt_type_modifiers(); } break; case PostgreSqlParser.KW_MINVALUE: this.enterOuterAlt(localContext, 2); { - this.state = 2472; + this.state = 2474; this.match(PostgreSqlParser.KW_MINVALUE); } break; case PostgreSqlParser.KW_MAXVALUE: this.enterOuterAlt(localContext, 3); { - this.state = 2473; + this.state = 2475; this.match(PostgreSqlParser.KW_MAXVALUE); } break; @@ -8665,19 +8666,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2476; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2477; - this.match(PostgreSqlParser.KW_MODULUS); this.state = 2478; - this.numericonly(); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2479; - this.match(PostgreSqlParser.COMMA); + this.match(PostgreSqlParser.KW_MODULUS); this.state = 2480; - this.match(PostgreSqlParser.KW_REMAINDER); - this.state = 2481; this.numericonly(); + this.state = 2481; + this.match(PostgreSqlParser.COMMA); this.state = 2482; + this.match(PostgreSqlParser.KW_REMAINDER); + this.state = 2483; + this.numericonly(); + this.state = 2484; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -8699,30 +8700,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 = 2492; + this.state = 2494; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ATTACH: this.enterOuterAlt(localContext, 1); { - this.state = 2484; - this.match(PostgreSqlParser.KW_ATTACH); - this.state = 2485; - this.match(PostgreSqlParser.KW_PARTITION); this.state = 2486; - this.qualified_name(); + this.match(PostgreSqlParser.KW_ATTACH); this.state = 2487; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2488; + this.qualified_name(); + this.state = 2489; this.partitionboundspec(); } break; case PostgreSqlParser.KW_DETACH: this.enterOuterAlt(localContext, 2); { - this.state = 2489; - this.match(PostgreSqlParser.KW_DETACH); - this.state = 2490; - this.match(PostgreSqlParser.KW_PARTITION); this.state = 2491; + this.match(PostgreSqlParser.KW_DETACH); + this.state = 2492; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2493; this.qualified_name(); } break; @@ -8750,11 +8751,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2494; - this.match(PostgreSqlParser.KW_ATTACH); - this.state = 2495; - this.match(PostgreSqlParser.KW_PARTITION); this.state = 2496; + this.match(PostgreSqlParser.KW_ATTACH); + this.state = 2497; + this.match(PostgreSqlParser.KW_PARTITION); + this.state = 2498; this.qualified_name(); } } @@ -8777,79 +8778,79 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 120, PostgreSqlParser.RULE_alter_table_cmd); let _la: number; try { - this.state = 2715; + this.state = 2717; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 108, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2498; + this.state = 2500; this.match(PostgreSqlParser.KW_ADD); - this.state = 2501; + this.state = 2503; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 2499; + this.state = 2501; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 2500; + this.state = 2502; this.name(); } } - this.state = 2503; + this.state = 2505; this.constraintelem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2504; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2505; - this.match(PostgreSqlParser.KW_CONSTRAINT); this.state = 2506; - this.name(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2507; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 2508; + this.name(); + this.state = 2509; this.constraintattributespec(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2509; - this.match(PostgreSqlParser.KW_VALIDATE); - this.state = 2510; - this.match(PostgreSqlParser.KW_CONSTRAINT); this.state = 2511; + this.match(PostgreSqlParser.KW_VALIDATE); + this.state = 2512; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 2513; this.name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2512; + this.state = 2514; this.match(PostgreSqlParser.KW_DROP); - this.state = 2513; - this.match(PostgreSqlParser.KW_CONSTRAINT); this.state = 2515; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 2517; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 81, this.context) ) { case 1: { - this.state = 2514; + this.state = 2516; this.opt_if_exists(); } break; } - this.state = 2517; - this.name(); this.state = 2519; + this.name(); + this.state = 2521; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 82, this.context) ) { case 1: { - this.state = 2518; + this.state = 2520; this.opt_drop_behavior(); } break; @@ -8859,42 +8860,42 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2521; - this.match(PostgreSqlParser.KW_SET); - this.state = 2522; - this.match(PostgreSqlParser.KW_WITHOUT); this.state = 2523; + this.match(PostgreSqlParser.KW_SET); + this.state = 2524; + this.match(PostgreSqlParser.KW_WITHOUT); + this.state = 2525; this.match(PostgreSqlParser.KW_OIDS); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2524; - this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 2525; - this.match(PostgreSqlParser.KW_ON); this.state = 2526; + this.match(PostgreSqlParser.KW_CLUSTER); + this.state = 2527; + this.match(PostgreSqlParser.KW_ON); + this.state = 2528; this.name(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2527; - this.match(PostgreSqlParser.KW_SET); - this.state = 2528; - this.match(PostgreSqlParser.KW_WITHOUT); this.state = 2529; + this.match(PostgreSqlParser.KW_SET); + this.state = 2530; + this.match(PostgreSqlParser.KW_WITHOUT); + this.state = 2531; this.match(PostgreSqlParser.KW_CLUSTER); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2530; + this.state = 2532; this.match(PostgreSqlParser.KW_SET); - this.state = 2531; + this.state = 2533; _la = this.tokenStream.LA(1); if(!(_la === 367 || _la === 439)) { this.errorHandler.recoverInline(this); @@ -8908,14 +8909,14 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2532; - this.match(PostgreSqlParser.KW_ENABLE); this.state = 2534; + this.match(PostgreSqlParser.KW_ENABLE); + this.state = 2536; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 139 || _la === 312) { { - this.state = 2533; + this.state = 2535; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -8927,29 +8928,29 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 2536; + this.state = 2538; this.match(PostgreSqlParser.KW_TRIGGER); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2537; + this.state = 2539; this.match(PostgreSqlParser.KW_DISABLE); - this.state = 2538; + this.state = 2540; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 2542; + this.state = 2544; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 2539; + this.state = 2541; this.match(PostgreSqlParser.KW_ALL); } break; case PostgreSqlParser.KW_USER: { - this.state = 2540; + this.state = 2542; this.match(PostgreSqlParser.KW_USER); } break; @@ -9353,7 +9354,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2541; + this.state = 2543; this.name(); } break; @@ -9365,9 +9366,9 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2544; + this.state = 2546; this.match(PostgreSqlParser.KW_ENABLE); - this.state = 2545; + this.state = 2547; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -9376,198 +9377,198 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2546; + this.state = 2548; this.match(PostgreSqlParser.KW_RULE); - this.state = 2547; + this.state = 2549; this.name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2548; - this.match(PostgreSqlParser.KW_DISABLE); - this.state = 2549; - this.match(PostgreSqlParser.KW_RULE); this.state = 2550; + this.match(PostgreSqlParser.KW_DISABLE); + this.state = 2551; + this.match(PostgreSqlParser.KW_RULE); + this.state = 2552; this.name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 2552; + this.state = 2554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 2551; + this.state = 2553; this.match(PostgreSqlParser.KW_NO); } } - this.state = 2554; + this.state = 2556; this.match(PostgreSqlParser.KW_INHERIT); - this.state = 2555; + this.state = 2557; this.qualified_name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 2556; + this.state = 2558; this.match(PostgreSqlParser.KW_OF); - this.state = 2557; + this.state = 2559; this.any_name(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 2558; + this.state = 2560; this.match(PostgreSqlParser.KW_NOT); - this.state = 2559; + this.state = 2561; this.match(PostgreSqlParser.KW_OF); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 2560; - this.match(PostgreSqlParser.KW_OWNER); - this.state = 2561; - this.match(PostgreSqlParser.KW_TO); this.state = 2562; + this.match(PostgreSqlParser.KW_OWNER); + this.state = 2563; + this.match(PostgreSqlParser.KW_TO); + this.state = 2564; this.rolespec(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 2563; - this.match(PostgreSqlParser.KW_SET); - this.state = 2564; - this.match(PostgreSqlParser.KW_TABLESPACE); this.state = 2565; + this.match(PostgreSqlParser.KW_SET); + this.state = 2566; + this.match(PostgreSqlParser.KW_TABLESPACE); + this.state = 2567; this.tablespace_name_create(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 2566; + this.state = 2568; this.match(PostgreSqlParser.KW_SET); - this.state = 2567; + this.state = 2569; this.reloptions(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 2568; + this.state = 2570; this.match(PostgreSqlParser.KW_RESET); - this.state = 2569; + this.state = 2571; this.reloptions(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 2570; - this.match(PostgreSqlParser.KW_REPLICA); - this.state = 2571; - this.match(PostgreSqlParser.KW_IDENTITY); this.state = 2572; + this.match(PostgreSqlParser.KW_REPLICA); + this.state = 2573; + this.match(PostgreSqlParser.KW_IDENTITY); + this.state = 2574; this.replica_identity(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 2573; - this.match(PostgreSqlParser.KW_ENABLE); - this.state = 2574; - this.match(PostgreSqlParser.KW_ROW); this.state = 2575; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_ENABLE); this.state = 2576; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2577; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2578; this.match(PostgreSqlParser.KW_SECURITY); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 2577; - this.match(PostgreSqlParser.KW_DISABLE); - this.state = 2578; - this.match(PostgreSqlParser.KW_ROW); this.state = 2579; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_DISABLE); this.state = 2580; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2581; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2582; this.match(PostgreSqlParser.KW_SECURITY); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 2581; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2582; - this.match(PostgreSqlParser.KW_ROW); this.state = 2583; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_FORCE); this.state = 2584; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2585; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2586; this.match(PostgreSqlParser.KW_SECURITY); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 2585; - this.match(PostgreSqlParser.KW_NO); - this.state = 2586; - this.match(PostgreSqlParser.KW_FORCE); this.state = 2587; - this.match(PostgreSqlParser.KW_ROW); + this.match(PostgreSqlParser.KW_NO); this.state = 2588; - this.match(PostgreSqlParser.KW_LEVEL); + this.match(PostgreSqlParser.KW_FORCE); this.state = 2589; + this.match(PostgreSqlParser.KW_ROW); + this.state = 2590; + this.match(PostgreSqlParser.KW_LEVEL); + this.state = 2591; this.match(PostgreSqlParser.KW_SECURITY); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 2590; - this.match(PostgreSqlParser.KW_DROP); this.state = 2592; + this.match(PostgreSqlParser.KW_DROP); + this.state = 2594; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 86, this.context) ) { case 1: { - this.state = 2591; + this.state = 2593; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2595; + this.state = 2597; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 87, this.context) ) { case 1: { - this.state = 2594; + this.state = 2596; this.opt_if_exists(); } break; } - this.state = 2597; - this.column_name(); this.state = 2599; + this.column_name(); + this.state = 2601; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { case 1: { - this.state = 2598; + this.state = 2600; this.opt_drop_behavior(); } break; @@ -9577,71 +9578,71 @@ export class PostgreSqlParser extends SQLParserBase { case 26: this.enterOuterAlt(localContext, 26); { - this.state = 2601; - this.match(PostgreSqlParser.KW_ADD); this.state = 2603; + this.match(PostgreSqlParser.KW_ADD); + this.state = 2605; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 44) { { - this.state = 2602; + this.state = 2604; this.match(PostgreSqlParser.KW_COLUMN); } } - this.state = 2606; + this.state = 2608; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 90, this.context) ) { case 1: { - this.state = 2605; + this.state = 2607; this.opt_if_not_exists(); } break; } - this.state = 2608; + this.state = 2610; this.column_def(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 2609; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2611; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2613; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 91, this.context) ) { case 1: { - this.state = 2610; + this.state = 2612; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2613; + this.state = 2615; this.column_name(); - this.state = 2614; + this.state = 2616; this.alter_column_default(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 2616; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2618; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2620; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { case 1: { - this.state = 2617; + this.state = 2619; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2620; + this.state = 2622; this.column_name(); - this.state = 2621; + this.state = 2623; _la = this.tokenStream.LA(1); if(!(_la === 191 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -9650,39 +9651,39 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2622; + this.state = 2624; this.match(PostgreSqlParser.KW_NOT); - this.state = 2623; + this.state = 2625; this.match(PostgreSqlParser.KW_NULL); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 2625; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2627; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2629; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 93, this.context) ) { case 1: { - this.state = 2626; + this.state = 2628; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2629; - this.column_name(); - this.state = 2630; - this.match(PostgreSqlParser.KW_DROP); this.state = 2631; - this.match(PostgreSqlParser.KW_EXPRESSION); + this.column_name(); + this.state = 2632; + this.match(PostgreSqlParser.KW_DROP); this.state = 2633; + this.match(PostgreSqlParser.KW_EXPRESSION); + this.state = 2635; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 94, this.context) ) { case 1: { - this.state = 2632; + this.state = 2634; this.opt_if_exists(); } break; @@ -9692,46 +9693,46 @@ export class PostgreSqlParser extends SQLParserBase { case 30: this.enterOuterAlt(localContext, 30); { - this.state = 2635; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2637; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2639; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 95, this.context) ) { case 1: { - this.state = 2636; + this.state = 2638; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2639; - this.column_name(); - this.state = 2640; - this.match(PostgreSqlParser.KW_SET); this.state = 2641; - this.match(PostgreSqlParser.KW_STATISTICS); + this.column_name(); this.state = 2642; + this.match(PostgreSqlParser.KW_SET); + this.state = 2643; + this.match(PostgreSqlParser.KW_STATISTICS); + this.state = 2644; this.signediconst(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 2644; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2646; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2648; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 96, this.context) ) { case 1: { - this.state = 2645; + this.state = 2647; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2648; + this.state = 2650; this.column_name(); - this.state = 2649; + this.state = 2651; _la = this.tokenStream.LA(1); if(!(_la === 313 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -9740,68 +9741,68 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2650; + this.state = 2652; this.reloptions(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 2652; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2654; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2656; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 97, this.context) ) { case 1: { - this.state = 2653; + this.state = 2655; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2656; - this.column_name(); - this.state = 2657; - this.match(PostgreSqlParser.KW_SET); this.state = 2658; - this.match(PostgreSqlParser.KW_STORAGE); + this.column_name(); this.state = 2659; + this.match(PostgreSqlParser.KW_SET); + this.state = 2660; + this.match(PostgreSqlParser.KW_STORAGE); + this.state = 2661; this.colid(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 2661; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2663; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2665; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 98, this.context) ) { case 1: { - this.state = 2662; + this.state = 2664; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2665; - this.column_name(); - this.state = 2666; - this.match(PostgreSqlParser.KW_ADD); this.state = 2667; - this.match(PostgreSqlParser.KW_GENERATED); + this.column_name(); this.state = 2668; - this.generated_when(); + this.match(PostgreSqlParser.KW_ADD); this.state = 2669; - this.match(PostgreSqlParser.KW_AS); + this.match(PostgreSqlParser.KW_GENERATED); this.state = 2670; - this.match(PostgreSqlParser.KW_IDENTITY); + this.generated_when(); + this.state = 2671; + this.match(PostgreSqlParser.KW_AS); this.state = 2672; + this.match(PostgreSqlParser.KW_IDENTITY); + this.state = 2674; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 99, this.context) ) { case 1: { - this.state = 2671; + this.state = 2673; this.optparenthesizedseqoptlist(); } break; @@ -9811,51 +9812,51 @@ export class PostgreSqlParser extends SQLParserBase { case 34: this.enterOuterAlt(localContext, 34); { - this.state = 2674; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2676; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2678; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 100, this.context) ) { case 1: { - this.state = 2675; + this.state = 2677; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2678; + this.state = 2680; this.column_name(); - this.state = 2679; + this.state = 2681; this.alter_identity_column_option_list(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 2681; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2683; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2685; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 101, this.context) ) { case 1: { - this.state = 2682; + this.state = 2684; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2685; - this.column_name(); - this.state = 2686; - this.match(PostgreSqlParser.KW_DROP); this.state = 2687; - this.match(PostgreSqlParser.KW_IDENTITY); + this.column_name(); + this.state = 2688; + this.match(PostgreSqlParser.KW_DROP); this.state = 2689; + this.match(PostgreSqlParser.KW_IDENTITY); + this.state = 2691; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 102, this.context) ) { case 1: { - this.state = 2688; + this.state = 2690; this.opt_if_exists(); } break; @@ -9865,50 +9866,50 @@ export class PostgreSqlParser extends SQLParserBase { case 36: this.enterOuterAlt(localContext, 36); { - this.state = 2691; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2693; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2695; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: { - this.state = 2692; + this.state = 2694; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2695; - this.column_name(); this.state = 2697; + this.column_name(); + this.state = 2699; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 2696; + this.state = 2698; this.opt_set_data(); } } - this.state = 2699; + this.state = 2701; this.match(PostgreSqlParser.KW_TYPE); - this.state = 2700; - this.typename(); this.state = 2702; + this.typename(); + this.state = 2704; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 105, this.context) ) { case 1: { - this.state = 2701; + this.state = 2703; this.opt_collate_clause(); } break; } - this.state = 2705; + this.state = 2707; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2704; + this.state = 2706; this.alter_using(); } } @@ -9918,28 +9919,28 @@ export class PostgreSqlParser extends SQLParserBase { case 37: this.enterOuterAlt(localContext, 37); { - this.state = 2707; - this.match(PostgreSqlParser.KW_ALTER); this.state = 2709; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2711; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 107, this.context) ) { case 1: { - this.state = 2708; + this.state = 2710; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 2711; + this.state = 2713; this.column_name(); - this.state = 2712; + this.state = 2714; this.alter_generic_options(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 2714; + this.state = 2716; this.alter_generic_options(); } break; @@ -9963,26 +9964,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 = 2722; + this.state = 2724; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 2717; - this.match(PostgreSqlParser.KW_SET); - this.state = 2718; - this.match(PostgreSqlParser.KW_DEFAULT); this.state = 2719; + this.match(PostgreSqlParser.KW_SET); + this.state = 2720; + this.match(PostgreSqlParser.KW_DEFAULT); + this.state = 2721; this.a_expr(); } break; case PostgreSqlParser.KW_DROP: this.enterOuterAlt(localContext, 2); { - this.state = 2720; + this.state = 2722; this.match(PostgreSqlParser.KW_DROP); - this.state = 2721; + this.state = 2723; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -10011,7 +10012,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2724; + this.state = 2726; _la = this.tokenStream.LA(1); if(!(_la === 150 || _la === 315)) { this.errorHandler.recoverInline(this); @@ -10042,9 +10043,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2726; + this.state = 2728; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 2727; + this.state = 2729; this.any_name(); } } @@ -10068,9 +10069,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2729; + this.state = 2731; this.match(PostgreSqlParser.KW_USING); - this.state = 2730; + this.state = 2732; this.a_expr(); } } @@ -10092,38 +10093,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 = 2738; + this.state = 2740; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOTHING: this.enterOuterAlt(localContext, 1); { - this.state = 2732; + this.state = 2734; this.match(PostgreSqlParser.KW_NOTHING); } break; case PostgreSqlParser.KW_FULL: this.enterOuterAlt(localContext, 2); { - this.state = 2733; + this.state = 2735; this.match(PostgreSqlParser.KW_FULL); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 3); { - this.state = 2734; + this.state = 2736; this.match(PostgreSqlParser.KW_DEFAULT); } break; case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 4); { - this.state = 2735; - this.match(PostgreSqlParser.KW_USING); - this.state = 2736; - this.match(PostgreSqlParser.KW_INDEX); this.state = 2737; + this.match(PostgreSqlParser.KW_USING); + this.state = 2738; + this.match(PostgreSqlParser.KW_INDEX); + this.state = 2739; this.name(); } break; @@ -10151,11 +10152,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2740; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2741; - this.reloption_list(); this.state = 2742; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2743; + this.reloption_list(); + this.state = 2744; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -10179,9 +10180,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2744; + this.state = 2746; this.match(PostgreSqlParser.KW_WITH); - this.state = 2745; + this.state = 2747; this.reloptions(); } } @@ -10206,21 +10207,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2747; + this.state = 2749; this.reloption_elem(); - this.state = 2752; + this.state = 2754; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2748; + this.state = 2750; this.match(PostgreSqlParser.COMMA); - this.state = 2749; + this.state = 2751; this.reloption_elem(); } } - this.state = 2754; + this.state = 2756; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10247,33 +10248,33 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2755; + this.state = 2757; this.collabel(); - this.state = 2764; + this.state = 2766; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EQUAL: { - this.state = 2756; + this.state = 2758; this.match(PostgreSqlParser.EQUAL); - this.state = 2757; + this.state = 2759; this.def_arg(); } break; case PostgreSqlParser.DOT: { - this.state = 2758; + this.state = 2760; this.match(PostgreSqlParser.DOT); - this.state = 2759; + this.state = 2761; this.collabel(); - this.state = 2762; + this.state = 2764; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 2760; + this.state = 2762; this.match(PostgreSqlParser.EQUAL); - this.state = 2761; + this.state = 2763; this.def_arg(); } } @@ -10309,7 +10310,7 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2767; + this.state = 2769; this.errorHandler.sync(this); alternative = 1; do { @@ -10317,7 +10318,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 2766; + this.state = 2768; this.alter_identity_column_option(); } } @@ -10325,7 +10326,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2769; + this.state = 2771; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 114, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -10350,30 +10351,30 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 142, PostgreSqlParser.RULE_alter_identity_column_option); let _la: number; try { - this.state = 2784; + this.state = 2786; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RESTART: this.enterOuterAlt(localContext, 1); { - this.state = 2771; + this.state = 2773; this.match(PostgreSqlParser.KW_RESTART); - this.state = 2776; + this.state = 2778; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 116, this.context) ) { case 1: { - this.state = 2773; + this.state = 2775; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 2772; + this.state = 2774; this.opt_with(); } } - this.state = 2775; + this.state = 2777; this.numericonly(); } break; @@ -10383,9 +10384,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 2); { - this.state = 2778; + this.state = 2780; this.match(PostgreSqlParser.KW_SET); - this.state = 2782; + this.state = 2784; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: @@ -10400,15 +10401,15 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SEQUENCE: case PostgreSqlParser.KW_START: { - this.state = 2779; + this.state = 2781; this.seqoptelem(); } break; case PostgreSqlParser.KW_GENERATED: { - this.state = 2780; + this.state = 2782; this.match(PostgreSqlParser.KW_GENERATED); - this.state = 2781; + this.state = 2783; this.generated_when(); } break; @@ -10439,72 +10440,72 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new PartitionboundspecContext(this.context, this.state); this.enterRule(localContext, 144, PostgreSqlParser.RULE_partitionboundspec); try { - this.state = 2812; + this.state = 2814; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 119, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2786; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2787; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2788; - this.match(PostgreSqlParser.KW_WITH); + this.match(PostgreSqlParser.KW_FOR); this.state = 2789; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_VALUES); this.state = 2790; - this.hash_partbound(); + this.match(PostgreSqlParser.KW_WITH); this.state = 2791; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2792; + this.hash_partbound(); + this.state = 2793; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2793; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2794; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2795; - this.match(PostgreSqlParser.KW_IN); + this.match(PostgreSqlParser.KW_FOR); this.state = 2796; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_VALUES); this.state = 2797; - this.expr_list(); + this.match(PostgreSqlParser.KW_IN); this.state = 2798; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2799; + this.expr_list(); + this.state = 2800; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2800; - this.match(PostgreSqlParser.KW_FOR); - this.state = 2801; - this.match(PostgreSqlParser.KW_VALUES); this.state = 2802; - this.match(PostgreSqlParser.KW_FROM); + this.match(PostgreSqlParser.KW_FOR); this.state = 2803; - this.match(PostgreSqlParser.OPEN_PAREN); + this.match(PostgreSqlParser.KW_VALUES); this.state = 2804; - this.expr_list(); + this.match(PostgreSqlParser.KW_FROM); 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.state = 2806; this.expr_list(); + this.state = 2807; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 2808; + this.match(PostgreSqlParser.KW_TO); this.state = 2809; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2810; + this.expr_list(); + this.state = 2811; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2811; + this.state = 2813; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -10530,9 +10531,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2814; + this.state = 2816; this.nonreservedword(); - this.state = 2815; + this.state = 2817; this.iconst(); } } @@ -10557,21 +10558,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - 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); while (_la === 6) { { { - this.state = 2818; + this.state = 2820; this.match(PostgreSqlParser.COMMA); - this.state = 2819; + this.state = 2821; this.hash_partbound_elem(); } } - this.state = 2824; + this.state = 2826; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10597,13 +10598,13 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2825; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2826; - this.match(PostgreSqlParser.KW_TYPE); this.state = 2827; - this.any_name(); + this.match(PostgreSqlParser.KW_ALTER); this.state = 2828; + this.match(PostgreSqlParser.KW_TYPE); + this.state = 2829; + this.any_name(); + this.state = 2830; this.alter_type_cmds(); } } @@ -10628,21 +10629,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - 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); while (_la === 6) { { { - this.state = 2831; + this.state = 2833; this.match(PostgreSqlParser.COMMA); - this.state = 2832; + this.state = 2834; this.alter_type_cmd(); } } - this.state = 2837; + this.state = 2839; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10667,24 +10668,24 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 154, PostgreSqlParser.RULE_alter_type_cmd); let _la: number; try { - this.state = 2867; + this.state = 2869; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ADD: this.enterOuterAlt(localContext, 1); { - this.state = 2838; - this.match(PostgreSqlParser.KW_ADD); - this.state = 2839; - this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2840; - this.tablefuncelement(); + this.match(PostgreSqlParser.KW_ADD); + this.state = 2841; + this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2842; + this.tablefuncelement(); + this.state = 2844; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 122, this.context) ) { case 1: { - this.state = 2841; + this.state = 2843; this.opt_drop_behavior(); } break; @@ -10694,28 +10695,28 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DROP: this.enterOuterAlt(localContext, 2); { - this.state = 2844; + this.state = 2846; this.match(PostgreSqlParser.KW_DROP); - this.state = 2845; - this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2847; + this.match(PostgreSqlParser.KW_ATTRIBUTE); + this.state = 2849; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 123, this.context) ) { case 1: { - this.state = 2846; + this.state = 2848; this.opt_if_exists(); } break; } - this.state = 2849; - this.colid(); this.state = 2851; + this.colid(); + this.state = 2853; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 124, this.context) ) { case 1: { - this.state = 2850; + this.state = 2852; this.opt_drop_behavior(); } break; @@ -10725,42 +10726,42 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ALTER: this.enterOuterAlt(localContext, 3); { - this.state = 2853; - this.match(PostgreSqlParser.KW_ALTER); - this.state = 2854; - this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2855; - this.colid(); + this.match(PostgreSqlParser.KW_ALTER); + this.state = 2856; + this.match(PostgreSqlParser.KW_ATTRIBUTE); this.state = 2857; + this.colid(); + this.state = 2859; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 2856; + this.state = 2858; this.opt_set_data(); } } - this.state = 2859; + this.state = 2861; this.match(PostgreSqlParser.KW_TYPE); - this.state = 2860; - this.typename(); this.state = 2862; + this.typename(); + this.state = 2864; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 126, this.context) ) { case 1: { - this.state = 2861; + this.state = 2863; this.opt_collate_clause(); } break; } - this.state = 2865; + this.state = 2867; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { case 1: { - this.state = 2864; + this.state = 2866; this.opt_drop_behavior(); } break; @@ -10791,9 +10792,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2869; + this.state = 2871; this.match(PostgreSqlParser.KW_CLOSE); - this.state = 2872; + this.state = 2874; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -11196,13 +11197,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2870; + this.state = 2872; this.cursor_name(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 2871; + this.state = 2873; this.match(PostgreSqlParser.KW_ALL); } break; @@ -11230,78 +11231,78 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 158, PostgreSqlParser.RULE_copystmt); let _la: number; try { - this.state = 2911; + this.state = 2913; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 138, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2874; - this.match(PostgreSqlParser.KW_COPY); this.state = 2876; + this.match(PostgreSqlParser.KW_COPY); + this.state = 2878; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 2875; + this.state = 2877; this.opt_binary(); } } - this.state = 2878; - this.table_name(); this.state = 2880; + this.table_name(); + this.state = 2882; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 2879; + this.state = 2881; this.opt_column_list(); } } - this.state = 2882; - this.copy_from(); this.state = 2884; + this.copy_from(); + this.state = 2886; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 297) { { - this.state = 2883; + this.state = 2885; this.opt_program(); } } - this.state = 2886; - this.copy_file_name(); this.state = 2888; + this.copy_file_name(); + this.state = 2890; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 133, this.context) ) { case 1: { - this.state = 2887; + this.state = 2889; this.copy_delimiter(); } break; } - this.state = 2891; + this.state = 2893; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 134, this.context) ) { case 1: { - this.state = 2890; + this.state = 2892; this.opt_with(); } break; } - this.state = 2893; - this.copy_options(); this.state = 2895; + this.copy_options(); + this.state = 2897; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 2894; + this.state = 2896; this.where_clause(); } } @@ -11311,39 +11312,39 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2897; - this.match(PostgreSqlParser.KW_COPY); - this.state = 2898; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2899; - this.preparablestmt(); + this.match(PostgreSqlParser.KW_COPY); this.state = 2900; - this.match(PostgreSqlParser.CLOSE_PAREN); + this.match(PostgreSqlParser.OPEN_PAREN); this.state = 2901; - this.match(PostgreSqlParser.KW_TO); + this.preparablestmt(); + this.state = 2902; + this.match(PostgreSqlParser.CLOSE_PAREN); this.state = 2903; + this.match(PostgreSqlParser.KW_TO); + this.state = 2905; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 297) { { - this.state = 2902; + this.state = 2904; this.opt_program(); } } - this.state = 2905; - this.copy_file_name(); this.state = 2907; + this.copy_file_name(); + this.state = 2909; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: { - this.state = 2906; + this.state = 2908; this.opt_with(); } break; } - this.state = 2909; + this.state = 2911; this.copy_options(); } break; @@ -11370,7 +11371,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2913; + this.state = 2915; _la = this.tokenStream.LA(1); if(!(_la === 64 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -11401,7 +11402,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2915; + this.state = 2917; this.match(PostgreSqlParser.KW_PROGRAM); } } @@ -11423,7 +11424,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 = 2920; + this.state = 2922; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -11432,21 +11433,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2917; + this.state = 2919; this.sconst(); } break; case PostgreSqlParser.KW_STDIN: this.enterOuterAlt(localContext, 2); { - this.state = 2918; + this.state = 2920; this.match(PostgreSqlParser.KW_STDIN); } break; case PostgreSqlParser.KW_STDOUT: this.enterOuterAlt(localContext, 3); { - this.state = 2919; + this.state = 2921; this.match(PostgreSqlParser.KW_STDOUT); } break; @@ -11472,24 +11473,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 = 2927; + this.state = 2929; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2922; + this.state = 2924; this.copy_opt_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2923; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2924; - this.copy_generic_opt_list(); this.state = 2925; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 2926; + this.copy_generic_opt_list(); + this.state = 2927; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -11516,19 +11517,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2932; + this.state = 2934; 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 = 2929; + this.state = 2931; this.copy_opt_item(); } } } - this.state = 2934; + this.state = 2936; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 141, this.context); } @@ -11553,165 +11554,165 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 170, PostgreSqlParser.RULE_copy_opt_item); let _la: number; try { - this.state = 2974; + this.state = 2976; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 146, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2935; + this.state = 2937; this.match(PostgreSqlParser.KW_BINARY); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2936; + this.state = 2938; this.match(PostgreSqlParser.KW_FREEZE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2937; - this.match(PostgreSqlParser.KW_DELIMITER); this.state = 2939; + this.match(PostgreSqlParser.KW_DELIMITER); + this.state = 2941; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2938; + this.state = 2940; this.opt_as(); } } - this.state = 2941; + this.state = 2943; this.sconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2942; - this.match(PostgreSqlParser.KW_NULL); this.state = 2944; + this.match(PostgreSqlParser.KW_NULL); + this.state = 2946; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2943; + this.state = 2945; this.opt_as(); } } - this.state = 2946; + this.state = 2948; this.sconst(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2947; + this.state = 2949; this.match(PostgreSqlParser.KW_CSV); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2948; + this.state = 2950; this.match(PostgreSqlParser.KW_HEADER); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2949; - this.match(PostgreSqlParser.KW_QUOTE); this.state = 2951; + this.match(PostgreSqlParser.KW_QUOTE); + this.state = 2953; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2950; + this.state = 2952; this.opt_as(); } } - this.state = 2953; + this.state = 2955; this.sconst(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2954; - this.match(PostgreSqlParser.KW_ESCAPE); this.state = 2956; + this.match(PostgreSqlParser.KW_ESCAPE); + this.state = 2958; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2955; + this.state = 2957; this.opt_as(); } } - this.state = 2958; + this.state = 2960; this.sconst(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2959; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2960; - this.match(PostgreSqlParser.KW_QUOTE); this.state = 2961; + this.match(PostgreSqlParser.KW_FORCE); + this.state = 2962; + this.match(PostgreSqlParser.KW_QUOTE); + this.state = 2963; this.column_list(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2962; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2963; - this.match(PostgreSqlParser.KW_QUOTE); this.state = 2964; + this.match(PostgreSqlParser.KW_FORCE); + this.state = 2965; + this.match(PostgreSqlParser.KW_QUOTE); + this.state = 2966; this.match(PostgreSqlParser.STAR); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2965; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2966; - this.match(PostgreSqlParser.KW_NOT); this.state = 2967; - this.match(PostgreSqlParser.KW_NULL); + this.match(PostgreSqlParser.KW_FORCE); this.state = 2968; + this.match(PostgreSqlParser.KW_NOT); + this.state = 2969; + this.match(PostgreSqlParser.KW_NULL); + this.state = 2970; this.column_list(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2969; - this.match(PostgreSqlParser.KW_FORCE); - this.state = 2970; - this.match(PostgreSqlParser.KW_NULL); this.state = 2971; + this.match(PostgreSqlParser.KW_FORCE); + this.state = 2972; + this.match(PostgreSqlParser.KW_NULL); + this.state = 2973; this.column_list(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 2972; + this.state = 2974; this.match(PostgreSqlParser.KW_ENCODING); - this.state = 2973; + this.state = 2975; this.sconst(); } break; @@ -11737,7 +11738,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2976; + this.state = 2978; this.match(PostgreSqlParser.KW_BINARY); } } @@ -11762,19 +11763,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2979; + this.state = 2981; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2978; + this.state = 2980; this.opt_using(); } } - this.state = 2981; + this.state = 2983; this.match(PostgreSqlParser.KW_DELIMITERS); - this.state = 2982; + this.state = 2984; this.sconst(); } } @@ -11798,7 +11799,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2984; + this.state = 2986; this.match(PostgreSqlParser.KW_USING); } } @@ -11823,21 +11824,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - 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); while (_la === 6) { { { - this.state = 2987; + this.state = 2989; this.match(PostgreSqlParser.COMMA); - this.state = 2988; + this.state = 2990; this.copy_generic_opt_elem(); } } - this.state = 2993; + this.state = 2995; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11864,14 +11865,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2994; - this.collabel(); this.state = 2996; + this.collabel(); + this.state = 2998; 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)) & 1946329651) !== 0) || _la === 586) { { - this.state = 2995; + this.state = 2997; this.copy_generic_opt_arg(); } } @@ -11896,7 +11897,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 = 3005; + this.state = 3007; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -12324,7 +12325,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 2998; + this.state = 3000; this.opt_boolean_or_string(); } break; @@ -12334,25 +12335,25 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 2999; + this.state = 3001; this.numericonly(); } break; case PostgreSqlParser.STAR: this.enterOuterAlt(localContext, 3); { - this.state = 3000; + this.state = 3002; this.match(PostgreSqlParser.STAR); } break; case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 4); { - this.state = 3001; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3002; - this.copy_generic_opt_arg_list(); this.state = 3003; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 3004; + this.copy_generic_opt_arg_list(); + this.state = 3005; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -12381,21 +12382,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - 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); while (_la === 6) { { { - this.state = 3008; + this.state = 3010; this.match(PostgreSqlParser.COMMA); - this.state = 3009; + this.state = 3011; this.copy_generic_opt_arg_list_item(); } } - this.state = 3014; + this.state = 3016; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12421,7 +12422,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3015; + this.state = 3017; this.opt_boolean_or_string_column(); } } @@ -12444,176 +12445,123 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 188, PostgreSqlParser.RULE_createstmt); let _la: number; try { + let alternative: number; localContext = new ColumnCreateTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3017; - this.create_table_clause(); this.state = 3019; + this.create_table_clause(); + this.state = 3021; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { case 1: { - this.state = 3018; + this.state = 3020; this.opt_if_not_exists(); } break; } - this.state = 3021; + this.state = 3023; this.table_name_create(); - this.state = 3090; + this.state = 3077; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3022; - this.match(PostgreSqlParser.OPEN_PAREN); this.state = 3024; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 3026; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3023; + this.state = 3025; this.table_column_list(); } } - this.state = 3026; - this.match(PostgreSqlParser.CLOSE_PAREN); this.state = 3028; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 3032; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 154, this.context) ) { - case 1: - { - this.state = 3027; - this.optinherit(); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 154, this.context); + while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { + if (alternative === 1) { + { + { + this.state = 3029; + this.create_table_options(); + } + } } - break; + this.state = 3034; + this.errorHandler.sync(this); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 154, this.context); } - this.state = 3031; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { - case 1: - { - this.state = 3030; - this.optpartitionspec(); - } - break; - } - this.state = 3034; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 100) { - { - this.state = 3033; - this.table_access_method_clause(); - } - } - - this.state = 3037; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 157, this.context) ) { - case 1: - { - this.state = 3036; - this.optwith(); - } - break; - } - this.state = 3040; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 80) { - { - this.state = 3039; - this.oncommitoption(); - } - } - - this.state = 3043; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 159, this.context) ) { - case 1: - { - 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 = 3048; + this.state = 3035; this.match(PostgreSqlParser.KW_OF); - this.state = 3049; + this.state = 3036; this.any_name(); - this.state = 3051; + this.state = 3038; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 161, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { case 1: { - this.state = 3050; + this.state = 3037; this.opttypedtableelementlist(); } break; } - this.state = 3054; + this.state = 3041; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { case 1: { - this.state = 3053; + this.state = 3040; this.optpartitionspec(); } break; } - this.state = 3057; + this.state = 3044; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3056; + this.state = 3043; this.table_access_method_clause(); } } - this.state = 3060; + this.state = 3047; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 164, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 158, this.context) ) { case 1: { - this.state = 3059; + this.state = 3046; this.optwith(); } break; } - this.state = 3063; + this.state = 3050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3062; + this.state = 3049; this.oncommitoption(); } } - this.state = 3066; + this.state = 3053; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 166, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 160, this.context) ) { case 1: { - this.state = 3065; + this.state = 3052; this.opttablespace(); } break; @@ -12622,70 +12570,70 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_PARTITION: { - this.state = 3068; + this.state = 3055; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 3069; + this.state = 3056; this.match(PostgreSqlParser.KW_OF); - this.state = 3070; + this.state = 3057; this.qualified_name(); - this.state = 3072; + this.state = 3059; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3071; + this.state = 3058; this.opttypedtableelementlist(); } } - this.state = 3074; + this.state = 3061; this.partitionboundspec(); - this.state = 3076; + this.state = 3063; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 168, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { case 1: { - this.state = 3075; + this.state = 3062; this.optpartitionspec(); } break; } - this.state = 3079; + this.state = 3066; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3078; + this.state = 3065; this.table_access_method_clause(); } } - this.state = 3082; + this.state = 3069; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 170, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 164, this.context) ) { case 1: { - this.state = 3081; + this.state = 3068; this.optwith(); } break; } - this.state = 3085; + this.state = 3072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3084; + this.state = 3071; this.oncommitoption(); } } - this.state = 3088; + this.state = 3075; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 172, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 166, this.context) ) { case 1: { - this.state = 3087; + this.state = 3074; this.opttablespace(); } break; @@ -12711,46 +12659,121 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } + public create_table_options(): Create_table_optionsContext { + let localContext = new Create_table_optionsContext(this.context, this.state); + this.enterRule(localContext, 190, PostgreSqlParser.RULE_create_table_options); + try { + this.state = 3086; + this.errorHandler.sync(this); + switch (this.tokenStream.LA(1)) { + case PostgreSqlParser.KW_INHERITS: + this.enterOuterAlt(localContext, 1); + { + this.state = 3079; + this.optinherit(); + } + break; + case PostgreSqlParser.KW_PARTITION: + this.enterOuterAlt(localContext, 2); + { + this.state = 3080; + this.optpartitionspec(); + } + break; + case PostgreSqlParser.KW_USING: + this.enterOuterAlt(localContext, 3); + { + this.state = 3081; + this.table_access_method_clause(); + } + break; + case PostgreSqlParser.KW_WITH: + case PostgreSqlParser.KW_WITHOUT: + this.enterOuterAlt(localContext, 4); + { + this.state = 3082; + this.optwith(); + } + break; + case PostgreSqlParser.KW_ON: + this.enterOuterAlt(localContext, 5); + { + this.state = 3083; + this.oncommitoption(); + } + break; + case PostgreSqlParser.KW_TABLESPACE: + this.enterOuterAlt(localContext, 6); + { + this.state = 3084; + this.opttablespace(); + } + break; + case PostgreSqlParser.KW_DISTRIBUTED: + this.enterOuterAlt(localContext, 7); + { + this.state = 3085; + this.optdistributed(); + } + break; + default: + throw new antlr.NoViableAltException(this); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } public 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); + this.enterRule(localContext, 192, PostgreSqlParser.RULE_create_table_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3092; + this.state = 3088; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3094; + this.state = 3090; 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.state = 3089; this.opttemp(); } } - this.state = 3097; + this.state = 3093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 550) { { - this.state = 3096; + this.state = 3092; this.match(PostgreSqlParser.KW_WRITABLE); } } - this.state = 3100; + this.state = 3096; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 3099; + this.state = 3095; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 3102; + this.state = 3098; this.match(PostgreSqlParser.KW_TABLE); } } @@ -12770,19 +12793,19 @@ export class PostgreSqlParser extends SQLParserBase { } public optdistributed(): OptdistributedContext { let localContext = new OptdistributedContext(this.context, this.state); - this.enterRule(localContext, 192, PostgreSqlParser.RULE_optdistributed); + this.enterRule(localContext, 194, PostgreSqlParser.RULE_optdistributed); try { this.enterOuterAlt(localContext, 1); { - this.state = 3104; + this.state = 3100; this.match(PostgreSqlParser.KW_DISTRIBUTED); - this.state = 3105; + this.state = 3101; this.match(PostgreSqlParser.KW_BY); - this.state = 3106; + this.state = 3102; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3107; + this.state = 3103; this.column_list(); - this.state = 3108; + this.state = 3104; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12802,32 +12825,32 @@ export class PostgreSqlParser extends SQLParserBase { } public opttemp(): OpttempContext { let localContext = new OpttempContext(this.context, this.state); - this.enterRule(localContext, 194, PostgreSqlParser.RULE_opttemp); + this.enterRule(localContext, 196, PostgreSqlParser.RULE_opttemp); let _la: number; try { - this.state = 3117; + this.state = 3113; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TEMPORARY: this.enterOuterAlt(localContext, 1); { - this.state = 3110; + this.state = 3106; this.match(PostgreSqlParser.KW_TEMPORARY); } break; case PostgreSqlParser.KW_TEMP: this.enterOuterAlt(localContext, 2); { - this.state = 3111; + this.state = 3107; this.match(PostgreSqlParser.KW_TEMP); } break; case PostgreSqlParser.KW_LOCAL: this.enterOuterAlt(localContext, 3); { - this.state = 3112; + this.state = 3108; this.match(PostgreSqlParser.KW_LOCAL); - this.state = 3113; + this.state = 3109; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -12841,9 +12864,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_GLOBAL: this.enterOuterAlt(localContext, 4); { - this.state = 3114; + this.state = 3110; this.match(PostgreSqlParser.KW_GLOBAL); - this.state = 3115; + this.state = 3111; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -12857,7 +12880,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_UNLOGGED: this.enterOuterAlt(localContext, 5); { - this.state = 3116; + this.state = 3112; this.match(PostgreSqlParser.KW_UNLOGGED); } break; @@ -12881,11 +12904,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, 196, PostgreSqlParser.RULE_table_column_list); + this.enterRule(localContext, 198, PostgreSqlParser.RULE_table_column_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 3119; + this.state = 3115; this.tableelementlist(); } } @@ -12905,11 +12928,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opttableelementlist(): OpttableelementlistContext { let localContext = new OpttableelementlistContext(this.context, this.state); - this.enterRule(localContext, 198, PostgreSqlParser.RULE_opttableelementlist); + this.enterRule(localContext, 200, PostgreSqlParser.RULE_opttableelementlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3121; + this.state = 3117; this.tableelementlist(); } } @@ -12929,15 +12952,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opttypedtableelementlist(): OpttypedtableelementlistContext { let localContext = new OpttypedtableelementlistContext(this.context, this.state); - this.enterRule(localContext, 200, PostgreSqlParser.RULE_opttypedtableelementlist); + this.enterRule(localContext, 202, PostgreSqlParser.RULE_opttypedtableelementlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3123; + this.state = 3119; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3124; + this.state = 3120; this.typedtableelementlist(); - this.state = 3125; + this.state = 3121; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12957,26 +12980,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tableelementlist(): TableelementlistContext { let localContext = new TableelementlistContext(this.context, this.state); - this.enterRule(localContext, 202, PostgreSqlParser.RULE_tableelementlist); + this.enterRule(localContext, 204, PostgreSqlParser.RULE_tableelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3127; + this.state = 3123; this.tableelement(); - this.state = 3132; + this.state = 3128; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3128; + this.state = 3124; this.match(PostgreSqlParser.COMMA); - this.state = 3129; + this.state = 3125; this.tableelement(); } } - this.state = 3134; + this.state = 3130; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12998,26 +13021,26 @@ export class PostgreSqlParser extends SQLParserBase { } public typedtableelementlist(): TypedtableelementlistContext { let localContext = new TypedtableelementlistContext(this.context, this.state); - this.enterRule(localContext, 204, PostgreSqlParser.RULE_typedtableelementlist); + this.enterRule(localContext, 206, PostgreSqlParser.RULE_typedtableelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3135; + this.state = 3131; this.typedtableelement(); - this.state = 3140; + this.state = 3136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3136; + this.state = 3132; this.match(PostgreSqlParser.COMMA); - this.state = 3137; + this.state = 3133; this.typedtableelement(); } } - this.state = 3142; + this.state = 3138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13039,29 +13062,29 @@ export class PostgreSqlParser extends SQLParserBase { } public tableelement(): TableelementContext { let localContext = new TableelementContext(this.context, this.state); - this.enterRule(localContext, 206, PostgreSqlParser.RULE_tableelement); + this.enterRule(localContext, 208, PostgreSqlParser.RULE_tableelement); try { - this.state = 3146; + this.state = 3142; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 175, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3143; + this.state = 3139; this.column_def(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3144; + this.state = 3140; this.tablelikeclause(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3145; + this.state = 3141; this.tableconstraint(); } break; @@ -13083,22 +13106,22 @@ export class PostgreSqlParser extends SQLParserBase { } public typedtableelement(): TypedtableelementContext { let localContext = new TypedtableelementContext(this.context, this.state); - this.enterRule(localContext, 208, PostgreSqlParser.RULE_typedtableelement); + this.enterRule(localContext, 210, PostgreSqlParser.RULE_typedtableelement); try { - this.state = 3150; + this.state = 3146; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 176, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3148; + this.state = 3144; this.columnOptions(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3149; + this.state = 3145; this.tableconstraint(); } break; @@ -13120,70 +13143,70 @@ export class PostgreSqlParser extends SQLParserBase { } public column_def(): Column_defContext { let localContext = new Column_defContext(this.context, this.state); - this.enterRule(localContext, 210, PostgreSqlParser.RULE_column_def); + this.enterRule(localContext, 212, PostgreSqlParser.RULE_column_def); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3152; + this.state = 3148; this.column_name_create(); - this.state = 3153; + this.state = 3149; this.typename(); - this.state = 3155; + this.state = 3151; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 177, this.context) ) { case 1: { - this.state = 3154; + this.state = 3150; this.create_generic_options(); } break; } - this.state = 3158; + this.state = 3154; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 178, this.context) ) { case 1: { - this.state = 3157; + this.state = 3153; this.storageCluase(); } break; } - this.state = 3161; + this.state = 3157; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 543) { { - this.state = 3160; + this.state = 3156; this.compressionCluase(); } } - this.state = 3165; + this.state = 3161; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { case 1: { - this.state = 3163; + this.state = 3159; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 3164; + this.state = 3160; this.any_name(); } break; } - this.state = 3169; + this.state = 3165; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { case 1: { - this.state = 3167; + this.state = 3163; this.match(PostgreSqlParser.KW_WITH); - this.state = 3168; + this.state = 3164; this.match(PostgreSqlParser.KW_OPTIONS); } break; } - this.state = 3171; + this.state = 3167; this.colquallist(); } } @@ -13203,13 +13226,13 @@ export class PostgreSqlParser extends SQLParserBase { } public compressionCluase(): CompressionCluaseContext { let localContext = new CompressionCluaseContext(this.context, this.state); - this.enterRule(localContext, 212, PostgreSqlParser.RULE_compressionCluase); + this.enterRule(localContext, 214, PostgreSqlParser.RULE_compressionCluase); try { this.enterOuterAlt(localContext, 1); { - this.state = 3173; + this.state = 3169; this.match(PostgreSqlParser.KW_COMPRESSION); - this.state = 3174; + this.state = 3170; this.colid(); } } @@ -13229,48 +13252,48 @@ export class PostgreSqlParser extends SQLParserBase { } public storageCluase(): StorageCluaseContext { let localContext = new StorageCluaseContext(this.context, this.state); - this.enterRule(localContext, 214, PostgreSqlParser.RULE_storageCluase); + this.enterRule(localContext, 216, PostgreSqlParser.RULE_storageCluase); try { this.enterOuterAlt(localContext, 1); { - this.state = 3176; + this.state = 3172; this.match(PostgreSqlParser.KW_STORAGE); - this.state = 3183; + this.state = 3179; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 187, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { case 1: { - this.state = 3177; + this.state = 3173; this.match(PostgreSqlParser.KW_PLAIN); } break; case 2: { - this.state = 3178; + this.state = 3174; this.match(PostgreSqlParser.KW_EXTERNAL); } break; case 3: { - this.state = 3179; + this.state = 3175; this.match(PostgreSqlParser.KW_EXTENDED); } break; case 4: { - this.state = 3180; + this.state = 3176; this.match(PostgreSqlParser.KW_MAIN); } break; case 5: { - this.state = 3181; + this.state = 3177; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 6: { - this.state = 3182; + this.state = 3178; this.colid(); } break; @@ -13293,26 +13316,26 @@ export class PostgreSqlParser extends SQLParserBase { } public columnOptions(): ColumnOptionsContext { let localContext = new ColumnOptionsContext(this.context, this.state); - this.enterRule(localContext, 216, PostgreSqlParser.RULE_columnOptions); + this.enterRule(localContext, 218, PostgreSqlParser.RULE_columnOptions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3185; + this.state = 3181; this.column_name_create(); - this.state = 3188; + this.state = 3184; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 3186; + this.state = 3182; this.match(PostgreSqlParser.KW_WITH); - this.state = 3187; + this.state = 3183; this.match(PostgreSqlParser.KW_OPTIONS); } } - this.state = 3190; + this.state = 3186; this.colquallist(); } } @@ -13332,26 +13355,26 @@ export class PostgreSqlParser extends SQLParserBase { } public colquallist(): ColquallistContext { let localContext = new ColquallistContext(this.context, this.state); - this.enterRule(localContext, 218, PostgreSqlParser.RULE_colquallist); + this.enterRule(localContext, 220, PostgreSqlParser.RULE_colquallist); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3195; + this.state = 3191; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 189, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 184, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3192; + this.state = 3188; this.colconstraint(); } } } - this.state = 3197; + this.state = 3193; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 189, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 184, this.context); } } } @@ -13371,45 +13394,45 @@ export class PostgreSqlParser extends SQLParserBase { } public colconstraint(): ColconstraintContext { let localContext = new ColconstraintContext(this.context, this.state); - this.enterRule(localContext, 220, PostgreSqlParser.RULE_colconstraint); + this.enterRule(localContext, 222, PostgreSqlParser.RULE_colconstraint); let _la: number; try { - this.state = 3216; + this.state = 3212; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 190, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3200; + this.state = 3196; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 3198; + this.state = 3194; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 3199; + this.state = 3195; this.name(); } } - this.state = 3202; + this.state = 3198; this.colconstraintelem(); - this.state = 3204; + this.state = 3200; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 191, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { case 1: { - this.state = 3203; + this.state = 3199; this.deferrable_trigger(); } break; } - this.state = 3207; + this.state = 3203; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 69) { { - this.state = 3206; + this.state = 3202; this.initially_trigger(); } } @@ -13419,24 +13442,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3209; + this.state = 3205; this.colconstraintelem(); - this.state = 3211; + this.state = 3207; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 188, this.context) ) { case 1: { - this.state = 3210; + this.state = 3206; this.deferrable_trigger(); } break; } - this.state = 3214; + this.state = 3210; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 69) { { - this.state = 3213; + this.state = 3209; this.initially_trigger(); } } @@ -13461,49 +13484,49 @@ export class PostgreSqlParser extends SQLParserBase { } public colconstraintelem(): ColconstraintelemContext { let localContext = new ColconstraintelemContext(this.context, this.state); - this.enterRule(localContext, 222, PostgreSqlParser.RULE_colconstraintelem); + this.enterRule(localContext, 224, PostgreSqlParser.RULE_colconstraintelem); let _la: number; try { - this.state = 3276; + this.state = 3272; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 202, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3218; + this.state = 3214; this.match(PostgreSqlParser.KW_NOT); - this.state = 3219; + this.state = 3215; this.match(PostgreSqlParser.KW_NULL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3220; + this.state = 3216; this.match(PostgreSqlParser.KW_NULL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3221; + this.state = 3217; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 3223; + this.state = 3219; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 196, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 191, this.context) ) { case 1: { - this.state = 3222; + this.state = 3218; this.opt_definition(); } break; } - this.state = 3226; + this.state = 3222; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3225; + this.state = 3221; this.optconstablespace(); } } @@ -13513,45 +13536,45 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3228; + this.state = 3224; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 3230; + this.state = 3226; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 198, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { case 1: { - this.state = 3229; + this.state = 3225; this.nulls_distinct(); } break; } - this.state = 3232; + this.state = 3228; this.index_paramenters_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3233; + this.state = 3229; this.match(PostgreSqlParser.KW_PRIMARY); - this.state = 3234; + this.state = 3230; this.match(PostgreSqlParser.KW_KEY); - this.state = 3236; + this.state = 3232; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 199, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 194, this.context) ) { case 1: { - this.state = 3235; + this.state = 3231; this.opt_definition(); } break; } - this.state = 3239; + this.state = 3235; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3238; + this.state = 3234; this.optconstablespace(); } } @@ -13561,20 +13584,20 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3241; + this.state = 3237; this.match(PostgreSqlParser.KW_CHECK); - this.state = 3242; + this.state = 3238; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3243; + this.state = 3239; this.a_expr(); - this.state = 3244; + this.state = 3240; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3246; + this.state = 3242; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 201, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 196, this.context) ) { case 1: { - this.state = 3245; + this.state = 3241; this.opt_no_inherit(); } break; @@ -13584,34 +13607,34 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 3248; + this.state = 3244; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 3249; + this.state = 3245; this.b_expr(0); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 3250; + this.state = 3246; this.match(PostgreSqlParser.KW_GENERATED); - this.state = 3251; + this.state = 3247; this.generated_when(); - this.state = 3252; + this.state = 3248; this.match(PostgreSqlParser.KW_AS); - this.state = 3262; + this.state = 3258; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IDENTITY: { - this.state = 3253; + this.state = 3249; this.match(PostgreSqlParser.KW_IDENTITY); - this.state = 3255; + this.state = 3251; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 202, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 197, this.context) ) { case 1: { - this.state = 3254; + this.state = 3250; this.optparenthesizedseqoptlist(); } break; @@ -13620,13 +13643,13 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 3257; + this.state = 3253; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3258; + this.state = 3254; this.a_expr(); - this.state = 3259; + this.state = 3255; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3260; + this.state = 3256; this.match(PostgreSqlParser.KW_STORED); } break; @@ -13638,36 +13661,36 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 3264; + this.state = 3260; this.match(PostgreSqlParser.KW_REFERENCES); - this.state = 3265; + this.state = 3261; this.qualified_name(); - this.state = 3267; + this.state = 3263; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 204, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 199, this.context) ) { case 1: { - this.state = 3266; + this.state = 3262; this.opt_column_list(); } break; } - this.state = 3270; + this.state = 3266; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 205, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 200, this.context) ) { case 1: { - this.state = 3269; + this.state = 3265; this.key_match(); } break; } - this.state = 3273; + this.state = 3269; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3272; + this.state = 3268; this.key_actions(); } } @@ -13677,7 +13700,7 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 3275; + this.state = 3271; this.opt_collate(); } break; @@ -13699,24 +13722,24 @@ export class PostgreSqlParser extends SQLParserBase { } public nulls_distinct(): Nulls_distinctContext { let localContext = new Nulls_distinctContext(this.context, this.state); - this.enterRule(localContext, 224, PostgreSqlParser.RULE_nulls_distinct); + this.enterRule(localContext, 226, PostgreSqlParser.RULE_nulls_distinct); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3278; + this.state = 3274; this.match(PostgreSqlParser.KW_NULLS); - this.state = 3280; + this.state = 3276; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 3279; + this.state = 3275; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 3282; + this.state = 3278; this.match(PostgreSqlParser.KW_DISTINCT); } } @@ -13736,24 +13759,24 @@ export class PostgreSqlParser extends SQLParserBase { } public generated_when(): Generated_whenContext { let localContext = new Generated_whenContext(this.context, this.state); - this.enterRule(localContext, 226, PostgreSqlParser.RULE_generated_when); + this.enterRule(localContext, 228, PostgreSqlParser.RULE_generated_when); try { - this.state = 3287; + this.state = 3283; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALWAYS: this.enterOuterAlt(localContext, 1); { - this.state = 3284; + this.state = 3280; this.match(PostgreSqlParser.KW_ALWAYS); } break; case PostgreSqlParser.KW_BY: this.enterOuterAlt(localContext, 2); { - this.state = 3285; + this.state = 3281; this.match(PostgreSqlParser.KW_BY); - this.state = 3286; + this.state = 3282; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -13777,24 +13800,24 @@ export class PostgreSqlParser extends SQLParserBase { } public deferrable_trigger(): Deferrable_triggerContext { let localContext = new Deferrable_triggerContext(this.context, this.state); - this.enterRule(localContext, 228, PostgreSqlParser.RULE_deferrable_trigger); + this.enterRule(localContext, 230, PostgreSqlParser.RULE_deferrable_trigger); try { - this.state = 3292; + this.state = 3288; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFERRABLE: this.enterOuterAlt(localContext, 1); { - this.state = 3289; + this.state = 3285; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 3290; + this.state = 3286; this.match(PostgreSqlParser.KW_NOT); - this.state = 3291; + this.state = 3287; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; @@ -13818,14 +13841,14 @@ export class PostgreSqlParser extends SQLParserBase { } public initially_trigger(): Initially_triggerContext { let localContext = new Initially_triggerContext(this.context, this.state); - this.enterRule(localContext, 230, PostgreSqlParser.RULE_initially_trigger); + this.enterRule(localContext, 232, PostgreSqlParser.RULE_initially_trigger); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3294; + this.state = 3290; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 3295; + this.state = 3291; _la = this.tokenStream.LA(1); if(!(_la === 180 || _la === 221)) { this.errorHandler.recoverInline(this); @@ -13852,15 +13875,15 @@ export class PostgreSqlParser extends SQLParserBase { } public tablelikeclause(): TablelikeclauseContext { let localContext = new TablelikeclauseContext(this.context, this.state); - this.enterRule(localContext, 232, PostgreSqlParser.RULE_tablelikeclause); + this.enterRule(localContext, 234, PostgreSqlParser.RULE_tablelikeclause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3297; + this.state = 3293; this.match(PostgreSqlParser.KW_LIKE); - this.state = 3298; + this.state = 3294; this.qualified_name(); - this.state = 3299; + this.state = 3295; this.tablelikeoptionlist(); } } @@ -13880,18 +13903,18 @@ export class PostgreSqlParser extends SQLParserBase { } public tablelikeoptionlist(): TablelikeoptionlistContext { let localContext = new TablelikeoptionlistContext(this.context, this.state); - this.enterRule(localContext, 234, PostgreSqlParser.RULE_tablelikeoptionlist); + this.enterRule(localContext, 236, PostgreSqlParser.RULE_tablelikeoptionlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3305; + this.state = 3301; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 200 || _la === 224) { { { - this.state = 3301; + this.state = 3297; _la = this.tokenStream.LA(1); if(!(_la === 200 || _la === 224)) { this.errorHandler.recoverInline(this); @@ -13900,11 +13923,11 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3302; + this.state = 3298; this.tablelikeoption(); } } - this.state = 3307; + this.state = 3303; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13926,12 +13949,12 @@ export class PostgreSqlParser extends SQLParserBase { } public tablelikeoption(): TablelikeoptionContext { let localContext = new TablelikeoptionContext(this.context, this.state); - this.enterRule(localContext, 236, PostgreSqlParser.RULE_tablelikeoption); + this.enterRule(localContext, 238, PostgreSqlParser.RULE_tablelikeoption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3308; + this.state = 3304; _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); @@ -13958,19 +13981,19 @@ export class PostgreSqlParser extends SQLParserBase { } public tableconstraint(): TableconstraintContext { let localContext = new TableconstraintContext(this.context, this.state); - this.enterRule(localContext, 238, PostgreSqlParser.RULE_tableconstraint); + this.enterRule(localContext, 240, PostgreSqlParser.RULE_tableconstraint); try { - this.state = 3315; + this.state = 3311; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CONSTRAINT: this.enterOuterAlt(localContext, 1); { - this.state = 3310; + this.state = 3306; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 3311; + this.state = 3307; this.name(); - this.state = 3312; + this.state = 3308; this.constraintelem(); } break; @@ -13981,7 +14004,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCLUDE: this.enterOuterAlt(localContext, 2); { - this.state = 3314; + this.state = 3310; this.constraintelem(); } break; @@ -14005,82 +14028,82 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintelem(): ConstraintelemContext { let localContext = new ConstraintelemContext(this.context, this.state); - this.enterRule(localContext, 240, PostgreSqlParser.RULE_constraintelem); + this.enterRule(localContext, 242, PostgreSqlParser.RULE_constraintelem); let _la: number; try { - this.state = 3403; + this.state = 3399; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CHECK: this.enterOuterAlt(localContext, 1); { - this.state = 3317; + this.state = 3313; this.match(PostgreSqlParser.KW_CHECK); - this.state = 3318; + this.state = 3314; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3319; + this.state = 3315; this.a_expr(); - this.state = 3320; + this.state = 3316; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3321; + this.state = 3317; this.constraintattributespec(); } break; case PostgreSqlParser.KW_UNIQUE: this.enterOuterAlt(localContext, 2); { - this.state = 3323; + this.state = 3319; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 3341; + this.state = 3337; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3324; + this.state = 3320; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3325; + this.state = 3321; this.column_list(); - this.state = 3326; + this.state = 3322; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3328; + this.state = 3324; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { case 1: { - this.state = 3327; + this.state = 3323; this.opt_c_include(); } break; } - this.state = 3331; + this.state = 3327; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 209, this.context) ) { case 1: { - this.state = 3330; + this.state = 3326; this.opt_definition(); } break; } - this.state = 3334; + this.state = 3330; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3333; + this.state = 3329; this.optconstablespace(); } } - this.state = 3336; + this.state = 3332; this.constraintattributespec(); } break; case PostgreSqlParser.KW_USING: { - this.state = 3338; + this.state = 3334; this.existingindex(); - this.state = 3339; + this.state = 3335; this.constraintattributespec(); } break; @@ -14092,60 +14115,60 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_PRIMARY: this.enterOuterAlt(localContext, 3); { - this.state = 3343; + this.state = 3339; this.match(PostgreSqlParser.KW_PRIMARY); - this.state = 3344; + this.state = 3340; this.match(PostgreSqlParser.KW_KEY); - this.state = 3362; + this.state = 3358; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3345; + this.state = 3341; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3346; + this.state = 3342; this.column_list(); - this.state = 3347; + this.state = 3343; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3349; + this.state = 3345; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { case 1: { - this.state = 3348; + this.state = 3344; this.opt_c_include(); } break; } - this.state = 3352; + this.state = 3348; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { case 1: { - this.state = 3351; + this.state = 3347; this.opt_definition(); } break; } - this.state = 3355; + this.state = 3351; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3354; + this.state = 3350; this.optconstablespace(); } } - this.state = 3357; + this.state = 3353; this.constraintattributespec(); } break; case PostgreSqlParser.KW_USING: { - this.state = 3359; + this.state = 3355; this.existingindex(); - this.state = 3360; + this.state = 3356; this.constraintattributespec(); } break; @@ -14157,116 +14180,116 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCLUDE: this.enterOuterAlt(localContext, 4); { - this.state = 3364; + this.state = 3360; this.match(PostgreSqlParser.KW_EXCLUDE); - this.state = 3366; + this.state = 3362; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3365; + this.state = 3361; this.access_method_clause(); } } - this.state = 3368; + this.state = 3364; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3369; + this.state = 3365; this.exclusionconstraintlist(); - this.state = 3370; + this.state = 3366; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3372; + this.state = 3368; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 222, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { case 1: { - this.state = 3371; + this.state = 3367; this.opt_c_include(); } break; } - this.state = 3375; + this.state = 3371; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { case 1: { - this.state = 3374; + this.state = 3370; this.opt_definition(); } break; } - this.state = 3378; + this.state = 3374; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3377; + this.state = 3373; this.optconstablespace(); } } - this.state = 3381; + this.state = 3377; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 3380; + this.state = 3376; this.exclusionwhereclause(); } } - this.state = 3383; + this.state = 3379; this.constraintattributespec(); } break; case PostgreSqlParser.KW_FOREIGN: this.enterOuterAlt(localContext, 5); { - this.state = 3385; + this.state = 3381; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3386; + this.state = 3382; this.match(PostgreSqlParser.KW_KEY); - this.state = 3387; + this.state = 3383; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3388; + this.state = 3384; this.column_list(); - this.state = 3389; + this.state = 3385; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3390; + this.state = 3386; this.match(PostgreSqlParser.KW_REFERENCES); - this.state = 3391; + this.state = 3387; this.qualified_name(); - this.state = 3393; + this.state = 3389; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 226, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 221, this.context) ) { case 1: { - this.state = 3392; + this.state = 3388; this.opt_column_list(); } break; } - this.state = 3396; + this.state = 3392; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 227, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 222, this.context) ) { case 1: { - this.state = 3395; + this.state = 3391; this.key_match(); } break; } - this.state = 3399; + this.state = 3395; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3398; + this.state = 3394; this.key_actions(); } } - this.state = 3401; + this.state = 3397; this.constraintattributespec(); } break; @@ -14290,13 +14313,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, 242, PostgreSqlParser.RULE_opt_no_inherit); + this.enterRule(localContext, 244, PostgreSqlParser.RULE_opt_no_inherit); try { this.enterOuterAlt(localContext, 1); { - this.state = 3405; + this.state = 3401; this.match(PostgreSqlParser.KW_NO); - this.state = 3406; + this.state = 3402; this.match(PostgreSqlParser.KW_INHERIT); } } @@ -14316,15 +14339,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, 244, PostgreSqlParser.RULE_opt_column_list); + this.enterRule(localContext, 246, PostgreSqlParser.RULE_opt_column_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 3408; + this.state = 3404; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3409; + this.state = 3405; this.column_list(); - this.state = 3410; + this.state = 3406; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14344,15 +14367,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, 246, PostgreSqlParser.RULE_opt_column_list_create); + this.enterRule(localContext, 248, PostgreSqlParser.RULE_opt_column_list_create); try { this.enterOuterAlt(localContext, 1); { - this.state = 3412; + this.state = 3408; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3413; + this.state = 3409; this.column_list_create(); - this.state = 3414; + this.state = 3410; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14372,30 +14395,30 @@ export class PostgreSqlParser extends SQLParserBase { } public column_list(): Column_listContext { let localContext = new Column_listContext(this.context, this.state); - this.enterRule(localContext, 248, PostgreSqlParser.RULE_column_list); + this.enterRule(localContext, 250, PostgreSqlParser.RULE_column_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3416; + this.state = 3412; this.column_name(); - this.state = 3421; + this.state = 3417; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 225, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3417; + this.state = 3413; this.match(PostgreSqlParser.COMMA); - this.state = 3418; + this.state = 3414; this.column_name(); } } } - this.state = 3423; + this.state = 3419; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 225, this.context); } } } @@ -14415,26 +14438,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, 250, PostgreSqlParser.RULE_column_list_create); + this.enterRule(localContext, 252, PostgreSqlParser.RULE_column_list_create); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3424; + this.state = 3420; this.column_name_create(); - this.state = 3429; + this.state = 3425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3425; + this.state = 3421; this.match(PostgreSqlParser.COMMA); - this.state = 3426; + this.state = 3422; this.column_name_create(); } } - this.state = 3431; + this.state = 3427; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -14456,17 +14479,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, 252, PostgreSqlParser.RULE_opt_c_include); + this.enterRule(localContext, 254, PostgreSqlParser.RULE_opt_c_include); try { this.enterOuterAlt(localContext, 1); { - this.state = 3432; + this.state = 3428; this.match(PostgreSqlParser.KW_INCLUDE); - this.state = 3433; + this.state = 3429; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3434; + this.state = 3430; this.column_list(); - this.state = 3435; + this.state = 3431; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14486,14 +14509,14 @@ export class PostgreSqlParser extends SQLParserBase { } public key_match(): Key_matchContext { let localContext = new Key_matchContext(this.context, this.state); - this.enterRule(localContext, 254, PostgreSqlParser.RULE_key_match); + this.enterRule(localContext, 256, PostgreSqlParser.RULE_key_match); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3437; + this.state = 3433; this.match(PostgreSqlParser.KW_MATCH); - this.state = 3438; + this.state = 3434; _la = this.tokenStream.LA(1); if(!(_la === 113 || _la === 284 || _la === 336)) { this.errorHandler.recoverInline(this); @@ -14520,26 +14543,26 @@ export class PostgreSqlParser extends SQLParserBase { } public exclusionconstraintlist(): ExclusionconstraintlistContext { let localContext = new ExclusionconstraintlistContext(this.context, this.state); - this.enterRule(localContext, 256, PostgreSqlParser.RULE_exclusionconstraintlist); + this.enterRule(localContext, 258, PostgreSqlParser.RULE_exclusionconstraintlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3440; + this.state = 3436; this.exclusionconstraintelem(); - this.state = 3445; + this.state = 3441; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3441; + this.state = 3437; this.match(PostgreSqlParser.COMMA); - this.state = 3442; + this.state = 3438; this.exclusionconstraintelem(); } } - this.state = 3447; + this.state = 3443; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -14561,32 +14584,32 @@ export class PostgreSqlParser extends SQLParserBase { } public exclusionconstraintelem(): ExclusionconstraintelemContext { let localContext = new ExclusionconstraintelemContext(this.context, this.state); - this.enterRule(localContext, 258, PostgreSqlParser.RULE_exclusionconstraintelem); + this.enterRule(localContext, 260, PostgreSqlParser.RULE_exclusionconstraintelem); try { this.enterOuterAlt(localContext, 1); { - this.state = 3448; + this.state = 3444; this.index_elem(); - this.state = 3449; + this.state = 3445; this.match(PostgreSqlParser.KW_WITH); - this.state = 3456; + this.state = 3452; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { case 1: { - this.state = 3450; + this.state = 3446; this.any_operator(); } break; case 2: { - this.state = 3451; + this.state = 3447; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3452; + this.state = 3448; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3453; + this.state = 3449; this.any_operator(); - this.state = 3454; + this.state = 3450; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -14609,17 +14632,17 @@ export class PostgreSqlParser extends SQLParserBase { } public exclusionwhereclause(): ExclusionwhereclauseContext { let localContext = new ExclusionwhereclauseContext(this.context, this.state); - this.enterRule(localContext, 260, PostgreSqlParser.RULE_exclusionwhereclause); + this.enterRule(localContext, 262, PostgreSqlParser.RULE_exclusionwhereclause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3458; + this.state = 3454; this.match(PostgreSqlParser.KW_WHERE); - this.state = 3459; + this.state = 3455; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3460; + this.state = 3456; this.a_expr(); - this.state = 3461; + this.state = 3457; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14639,40 +14662,40 @@ export class PostgreSqlParser extends SQLParserBase { } public key_actions(): Key_actionsContext { let localContext = new Key_actionsContext(this.context, this.state); - this.enterRule(localContext, 262, PostgreSqlParser.RULE_key_actions); + this.enterRule(localContext, 264, PostgreSqlParser.RULE_key_actions); try { - this.state = 3471; + this.state = 3467; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 229, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3463; + this.state = 3459; this.key_update(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3464; + this.state = 3460; this.key_delete(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3465; + this.state = 3461; this.key_update(); - this.state = 3466; + this.state = 3462; this.key_delete(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3468; + this.state = 3464; this.key_delete(); - this.state = 3469; + this.state = 3465; this.key_update(); } break; @@ -14694,15 +14717,15 @@ export class PostgreSqlParser extends SQLParserBase { } public key_update(): Key_updateContext { let localContext = new Key_updateContext(this.context, this.state); - this.enterRule(localContext, 264, PostgreSqlParser.RULE_key_update); + this.enterRule(localContext, 266, PostgreSqlParser.RULE_key_update); try { this.enterOuterAlt(localContext, 1); { - this.state = 3473; + this.state = 3469; this.match(PostgreSqlParser.KW_ON); - this.state = 3474; + this.state = 3470; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 3475; + this.state = 3471; this.key_action(); } } @@ -14722,15 +14745,15 @@ export class PostgreSqlParser extends SQLParserBase { } public key_delete(): Key_deleteContext { let localContext = new Key_deleteContext(this.context, this.state); - this.enterRule(localContext, 266, PostgreSqlParser.RULE_key_delete); + this.enterRule(localContext, 268, PostgreSqlParser.RULE_key_delete); try { this.enterOuterAlt(localContext, 1); { - this.state = 3477; + this.state = 3473; this.match(PostgreSqlParser.KW_ON); - this.state = 3478; + this.state = 3474; this.match(PostgreSqlParser.KW_DELETE); - this.state = 3479; + this.state = 3475; this.key_action(); } } @@ -14750,41 +14773,41 @@ export class PostgreSqlParser extends SQLParserBase { } public key_action(): Key_actionContext { let localContext = new Key_actionContext(this.context, this.state); - this.enterRule(localContext, 268, PostgreSqlParser.RULE_key_action); + this.enterRule(localContext, 270, PostgreSqlParser.RULE_key_action); let _la: number; try { - this.state = 3490; + this.state = 3486; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 1); { - this.state = 3481; + this.state = 3477; this.match(PostgreSqlParser.KW_NO); - this.state = 3482; + this.state = 3478; this.match(PostgreSqlParser.KW_ACTION); } break; case PostgreSqlParser.KW_RESTRICT: this.enterOuterAlt(localContext, 2); { - this.state = 3483; + this.state = 3479; this.match(PostgreSqlParser.KW_RESTRICT); } break; case PostgreSqlParser.KW_CASCADE: this.enterOuterAlt(localContext, 3); { - this.state = 3484; + this.state = 3480; this.match(PostgreSqlParser.KW_CASCADE); } break; case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 4); { - this.state = 3485; + this.state = 3481; this.match(PostgreSqlParser.KW_SET); - this.state = 3486; + this.state = 3482; _la = this.tokenStream.LA(1); if(!(_la === 53 || _la === 78)) { this.errorHandler.recoverInline(this); @@ -14793,12 +14816,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3488; + this.state = 3484; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { case 1: { - this.state = 3487; + this.state = 3483; this.column_list(); } break; @@ -14825,17 +14848,17 @@ export class PostgreSqlParser extends SQLParserBase { } public optinherit(): OptinheritContext { let localContext = new OptinheritContext(this.context, this.state); - this.enterRule(localContext, 270, PostgreSqlParser.RULE_optinherit); + this.enterRule(localContext, 272, PostgreSqlParser.RULE_optinherit); try { this.enterOuterAlt(localContext, 1); { - this.state = 3492; + this.state = 3488; this.match(PostgreSqlParser.KW_INHERITS); - this.state = 3493; + this.state = 3489; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3494; + this.state = 3490; this.qualified_name_list(); - this.state = 3495; + this.state = 3491; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14855,11 +14878,11 @@ export class PostgreSqlParser extends SQLParserBase { } public optpartitionspec(): OptpartitionspecContext { let localContext = new OptpartitionspecContext(this.context, this.state); - this.enterRule(localContext, 272, PostgreSqlParser.RULE_optpartitionspec); + this.enterRule(localContext, 274, PostgreSqlParser.RULE_optpartitionspec); try { this.enterOuterAlt(localContext, 1); { - this.state = 3497; + this.state = 3493; this.partitionspec(); } } @@ -14879,21 +14902,21 @@ export class PostgreSqlParser extends SQLParserBase { } public partitionspec(): PartitionspecContext { let localContext = new PartitionspecContext(this.context, this.state); - this.enterRule(localContext, 274, PostgreSqlParser.RULE_partitionspec); + this.enterRule(localContext, 276, PostgreSqlParser.RULE_partitionspec); try { this.enterOuterAlt(localContext, 1); { - this.state = 3499; + this.state = 3495; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 3500; + this.state = 3496; this.match(PostgreSqlParser.KW_BY); - this.state = 3501; + this.state = 3497; this.colid(); - this.state = 3502; + this.state = 3498; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3503; + this.state = 3499; this.part_params(); - this.state = 3504; + this.state = 3500; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14913,26 +14936,26 @@ export class PostgreSqlParser extends SQLParserBase { } public part_params(): Part_paramsContext { let localContext = new Part_paramsContext(this.context, this.state); - this.enterRule(localContext, 276, PostgreSqlParser.RULE_part_params); + this.enterRule(localContext, 278, PostgreSqlParser.RULE_part_params); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3506; + this.state = 3502; this.part_elem(); - this.state = 3511; + this.state = 3507; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3507; + this.state = 3503; this.match(PostgreSqlParser.COMMA); - this.state = 3508; + this.state = 3504; this.part_elem(); } } - this.state = 3513; + this.state = 3509; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -14954,33 +14977,33 @@ export class PostgreSqlParser extends SQLParserBase { } public part_elem(): Part_elemContext { let localContext = new Part_elemContext(this.context, this.state); - this.enterRule(localContext, 278, PostgreSqlParser.RULE_part_elem); + this.enterRule(localContext, 280, PostgreSqlParser.RULE_part_elem); let _la: number; try { - this.state = 3537; + this.state = 3533; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 244, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 239, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3514; + this.state = 3510; this.column_name(); - this.state = 3516; + this.state = 3512; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 238, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { case 1: { - this.state = 3515; + this.state = 3511; this.opt_collate(); } break; } - this.state = 3519; + this.state = 3515; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3518; + this.state = 3514; this.opt_class(); } } @@ -14990,24 +15013,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3521; + this.state = 3517; this.func_expr_windowless(); - this.state = 3523; + this.state = 3519; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 240, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: { - this.state = 3522; + this.state = 3518; this.opt_collate(); } break; } - this.state = 3526; + this.state = 3522; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3525; + this.state = 3521; this.opt_class(); } } @@ -15017,28 +15040,28 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3528; + this.state = 3524; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3529; + this.state = 3525; this.a_expr(); - this.state = 3530; + this.state = 3526; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3532; + this.state = 3528; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 237, this.context) ) { case 1: { - this.state = 3531; + this.state = 3527; this.opt_collate(); } break; } - this.state = 3535; + this.state = 3531; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3534; + this.state = 3530; this.opt_class(); } } @@ -15063,13 +15086,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, 280, PostgreSqlParser.RULE_table_access_method_clause); + this.enterRule(localContext, 282, PostgreSqlParser.RULE_table_access_method_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3539; + this.state = 3535; this.match(PostgreSqlParser.KW_USING); - this.state = 3540; + this.state = 3536; this.name(); } } @@ -15089,35 +15112,35 @@ export class PostgreSqlParser extends SQLParserBase { } public optwith(): OptwithContext { let localContext = new OptwithContext(this.context, this.state); - this.enterRule(localContext, 282, PostgreSqlParser.RULE_optwith); + this.enterRule(localContext, 284, PostgreSqlParser.RULE_optwith); try { - this.state = 3548; + this.state = 3544; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 245, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 240, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3542; + this.state = 3538; this.match(PostgreSqlParser.KW_WITH); - this.state = 3543; + this.state = 3539; this.reloptions(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3544; + this.state = 3540; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 3545; + this.state = 3541; this.match(PostgreSqlParser.KW_OIDS); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3546; + this.state = 3542; this.match(PostgreSqlParser.KW_WITH); - this.state = 3547; + this.state = 3543; this.match(PostgreSqlParser.KW_OIDS); } break; @@ -15139,36 +15162,36 @@ export class PostgreSqlParser extends SQLParserBase { } public oncommitoption(): OncommitoptionContext { let localContext = new OncommitoptionContext(this.context, this.state); - this.enterRule(localContext, 284, PostgreSqlParser.RULE_oncommitoption); + this.enterRule(localContext, 286, PostgreSqlParser.RULE_oncommitoption); try { this.enterOuterAlt(localContext, 1); { - this.state = 3550; + this.state = 3546; this.match(PostgreSqlParser.KW_ON); - this.state = 3551; + this.state = 3547; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 3557; + this.state = 3553; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DROP: { - this.state = 3552; + this.state = 3548; this.match(PostgreSqlParser.KW_DROP); } break; case PostgreSqlParser.KW_DELETE: { - this.state = 3553; + this.state = 3549; this.match(PostgreSqlParser.KW_DELETE); - this.state = 3554; + this.state = 3550; this.match(PostgreSqlParser.KW_ROWS); } break; case PostgreSqlParser.KW_PRESERVE: { - this.state = 3555; + this.state = 3551; this.match(PostgreSqlParser.KW_PRESERVE); - this.state = 3556; + this.state = 3552; this.match(PostgreSqlParser.KW_ROWS); } break; @@ -15193,13 +15216,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opttablespace(): OpttablespaceContext { let localContext = new OpttablespaceContext(this.context, this.state); - this.enterRule(localContext, 286, PostgreSqlParser.RULE_opttablespace); + this.enterRule(localContext, 288, PostgreSqlParser.RULE_opttablespace); try { this.enterOuterAlt(localContext, 1); { - this.state = 3559; + this.state = 3555; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 3560; + this.state = 3556; this.tablespace_name(); } } @@ -15219,37 +15242,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, 288, PostgreSqlParser.RULE_index_paramenters_create); + this.enterRule(localContext, 290, PostgreSqlParser.RULE_index_paramenters_create); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3563; + this.state = 3559; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 247, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { case 1: { - this.state = 3562; + this.state = 3558; this.opt_include(); } break; } - this.state = 3566; + this.state = 3562; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 248, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 243, this.context) ) { case 1: { - this.state = 3565; + this.state = 3561; this.with_clause(); } break; } - this.state = 3569; + this.state = 3565; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3568; + this.state = 3564; this.optconstablespace(); } } @@ -15272,17 +15295,17 @@ export class PostgreSqlParser extends SQLParserBase { } public optconstablespace(): OptconstablespaceContext { let localContext = new OptconstablespaceContext(this.context, this.state); - this.enterRule(localContext, 290, PostgreSqlParser.RULE_optconstablespace); + this.enterRule(localContext, 292, PostgreSqlParser.RULE_optconstablespace); try { this.enterOuterAlt(localContext, 1); { - this.state = 3571; + this.state = 3567; this.match(PostgreSqlParser.KW_USING); - this.state = 3572; + this.state = 3568; this.match(PostgreSqlParser.KW_INDEX); - this.state = 3573; + this.state = 3569; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 3574; + this.state = 3570; this.tablespace_name(); } } @@ -15302,15 +15325,15 @@ export class PostgreSqlParser extends SQLParserBase { } public existingindex(): ExistingindexContext { let localContext = new ExistingindexContext(this.context, this.state); - this.enterRule(localContext, 292, PostgreSqlParser.RULE_existingindex); + this.enterRule(localContext, 294, PostgreSqlParser.RULE_existingindex); try { this.enterOuterAlt(localContext, 1); { - this.state = 3576; + this.state = 3572; this.match(PostgreSqlParser.KW_USING); - this.state = 3577; + this.state = 3573; this.match(PostgreSqlParser.KW_INDEX); - this.state = 3578; + this.state = 3574; this.name(); } } @@ -15330,66 +15353,66 @@ export class PostgreSqlParser extends SQLParserBase { } public createstatsstmt(): CreatestatsstmtContext { let localContext = new CreatestatsstmtContext(this.context, this.state); - this.enterRule(localContext, 294, PostgreSqlParser.RULE_createstatsstmt); + this.enterRule(localContext, 296, PostgreSqlParser.RULE_createstatsstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3580; + this.state = 3576; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3581; + this.state = 3577; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 3586; + this.state = 3582; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 3583; + this.state = 3579; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 250, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 245, this.context) ) { case 1: { - this.state = 3582; + this.state = 3578; this.opt_if_not_exists(); } break; } - this.state = 3585; + this.state = 3581; this.any_name(); } } - this.state = 3589; + this.state = 3585; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3588; + this.state = 3584; this.opt_name_list(); } } - this.state = 3591; + this.state = 3587; this.match(PostgreSqlParser.KW_ON); - this.state = 3594; + this.state = 3590; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 248, this.context) ) { case 1: { - this.state = 3592; + this.state = 3588; this.column_expr_list(); } break; case 2: { - this.state = 3593; + this.state = 3589; this.expr_list(); } break; } - this.state = 3596; + this.state = 3592; this.match(PostgreSqlParser.KW_FROM); - this.state = 3597; + this.state = 3593; this.from_list(); } } @@ -15409,31 +15432,31 @@ export class PostgreSqlParser extends SQLParserBase { } public alterstatsstmt(): AlterstatsstmtContext { let localContext = new AlterstatsstmtContext(this.context, this.state); - this.enterRule(localContext, 296, PostgreSqlParser.RULE_alterstatsstmt); + this.enterRule(localContext, 298, PostgreSqlParser.RULE_alterstatsstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3599; + this.state = 3595; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3600; + this.state = 3596; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 3602; + this.state = 3598; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 249, this.context) ) { case 1: { - this.state = 3601; + this.state = 3597; this.opt_if_exists(); } break; } - this.state = 3604; + this.state = 3600; this.any_name(); - this.state = 3605; + this.state = 3601; this.match(PostgreSqlParser.KW_SET); - this.state = 3606; + this.state = 3602; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 3607; + this.state = 3603; this.signediconst(); } } @@ -15453,35 +15476,35 @@ export class PostgreSqlParser extends SQLParserBase { } public createasstmt(): CreateasstmtContext { let localContext = new CreateasstmtContext(this.context, this.state); - this.enterRule(localContext, 298, PostgreSqlParser.RULE_createasstmt); + this.enterRule(localContext, 300, PostgreSqlParser.RULE_createasstmt); try { localContext = new QueryCreateTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3609; + this.state = 3605; this.create_table_clause(); - this.state = 3611; + this.state = 3607; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 255, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 250, this.context) ) { case 1: { - this.state = 3610; + this.state = 3606; this.opt_if_not_exists(); } break; } - this.state = 3613; + this.state = 3609; this.create_as_target(); - this.state = 3614; + this.state = 3610; this.match(PostgreSqlParser.KW_AS); - this.state = 3615; + this.state = 3611; this.selectstmt(); - this.state = 3617; + this.state = 3613; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 251, this.context) ) { case 1: { - this.state = 3616; + this.state = 3612; this.opt_with_data(); } break; @@ -15504,59 +15527,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, 300, PostgreSqlParser.RULE_create_as_target); + this.enterRule(localContext, 302, PostgreSqlParser.RULE_create_as_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3619; + this.state = 3615; this.table_name_create(); - this.state = 3621; + this.state = 3617; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3620; + this.state = 3616; this.opt_column_list_create(); } } - this.state = 3624; + this.state = 3620; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3623; + this.state = 3619; this.table_access_method_clause(); } } - this.state = 3627; + this.state = 3623; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 379) { { - this.state = 3626; + this.state = 3622; this.optwith(); } } - this.state = 3630; + this.state = 3626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 3629; + this.state = 3625; this.oncommitoption(); } } - this.state = 3633; + this.state = 3629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 351) { { - this.state = 3632; + this.state = 3628; this.opttablespace(); } } @@ -15579,26 +15602,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, 302, PostgreSqlParser.RULE_opt_with_data); + this.enterRule(localContext, 304, PostgreSqlParser.RULE_opt_with_data); try { this.enterOuterAlt(localContext, 1); { - this.state = 3635; + this.state = 3631; this.match(PostgreSqlParser.KW_WITH); - this.state = 3639; + this.state = 3635; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DATA: { - this.state = 3636; + this.state = 3632; this.match(PostgreSqlParser.KW_DATA); } break; case PostgreSqlParser.KW_NO: { - this.state = 3637; + this.state = 3633; this.match(PostgreSqlParser.KW_NO); - this.state = 3638; + this.state = 3634; this.match(PostgreSqlParser.KW_DATA); } break; @@ -15623,50 +15646,50 @@ export class PostgreSqlParser extends SQLParserBase { } public creatematviewstmt(): CreatematviewstmtContext { let localContext = new CreatematviewstmtContext(this.context, this.state); - this.enterRule(localContext, 304, PostgreSqlParser.RULE_creatematviewstmt); + this.enterRule(localContext, 306, PostgreSqlParser.RULE_creatematviewstmt); let _la: number; try { localContext = new CreateMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3641; + this.state = 3637; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3643; + this.state = 3639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 367) { { - this.state = 3642; + this.state = 3638; this.optnolog(); } } - this.state = 3645; + this.state = 3641; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 3646; + this.state = 3642; this.match(PostgreSqlParser.KW_VIEW); - this.state = 3648; + this.state = 3644; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 264, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 259, this.context) ) { case 1: { - this.state = 3647; + this.state = 3643; this.opt_if_not_exists(); } break; } - this.state = 3650; + this.state = 3646; this.create_mv_target(); - this.state = 3651; + this.state = 3647; this.match(PostgreSqlParser.KW_AS); - this.state = 3652; + this.state = 3648; this.selectstmt(); - this.state = 3654; + this.state = 3650; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 265, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 260, this.context) ) { case 1: { - this.state = 3653; + this.state = 3649; this.opt_with_data(); } break; @@ -15689,49 +15712,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, 306, PostgreSqlParser.RULE_create_mv_target); + this.enterRule(localContext, 308, PostgreSqlParser.RULE_create_mv_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3656; + this.state = 3652; this.view_name_create(); - this.state = 3658; + this.state = 3654; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3657; + this.state = 3653; this.opt_column_list_create(); } } - this.state = 3661; + this.state = 3657; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3660; + this.state = 3656; this.table_access_method_clause(); } } - this.state = 3664; + this.state = 3660; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 3663; + this.state = 3659; this.opt_reloptions(); } } - this.state = 3667; + this.state = 3663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 351) { { - this.state = 3666; + this.state = 3662; this.opttablespace(); } } @@ -15754,11 +15777,11 @@ export class PostgreSqlParser extends SQLParserBase { } public optnolog(): OptnologContext { let localContext = new OptnologContext(this.context, this.state); - this.enterRule(localContext, 308, PostgreSqlParser.RULE_optnolog); + this.enterRule(localContext, 310, PostgreSqlParser.RULE_optnolog); try { this.enterOuterAlt(localContext, 1); { - this.state = 3669; + this.state = 3665; this.match(PostgreSqlParser.KW_UNLOGGED); } } @@ -15778,35 +15801,35 @@ export class PostgreSqlParser extends SQLParserBase { } public refreshmatviewstmt(): RefreshmatviewstmtContext { let localContext = new RefreshmatviewstmtContext(this.context, this.state); - this.enterRule(localContext, 310, PostgreSqlParser.RULE_refreshmatviewstmt); + this.enterRule(localContext, 312, PostgreSqlParser.RULE_refreshmatviewstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3671; + this.state = 3667; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 3672; + this.state = 3668; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 3673; + this.state = 3669; this.match(PostgreSqlParser.KW_VIEW); - this.state = 3675; + this.state = 3671; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 3674; + this.state = 3670; this.opt_concurrently(); } } - this.state = 3677; + this.state = 3673; this.view_name(); - this.state = 3679; + this.state = 3675; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 271, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 266, this.context) ) { case 1: { - this.state = 3678; + this.state = 3674; this.opt_with_data(); } break; @@ -15829,43 +15852,43 @@ export class PostgreSqlParser extends SQLParserBase { } public createseqstmt(): CreateseqstmtContext { let localContext = new CreateseqstmtContext(this.context, this.state); - this.enterRule(localContext, 312, PostgreSqlParser.RULE_createseqstmt); + this.enterRule(localContext, 314, PostgreSqlParser.RULE_createseqstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3681; + this.state = 3677; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3683; + this.state = 3679; 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 = 3682; + this.state = 3678; this.opttemp(); } } - this.state = 3685; + this.state = 3681; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 3687; + this.state = 3683; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 273, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 268, this.context) ) { case 1: { - this.state = 3686; + this.state = 3682; this.opt_if_not_exists(); } break; } - this.state = 3689; + this.state = 3685; this.qualified_name(); - this.state = 3691; + this.state = 3687; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 274, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 269, this.context) ) { case 1: { - this.state = 3690; + this.state = 3686; this.optseqoptlist(); } break; @@ -15888,27 +15911,27 @@ export class PostgreSqlParser extends SQLParserBase { } public alterseqstmt(): AlterseqstmtContext { let localContext = new AlterseqstmtContext(this.context, this.state); - this.enterRule(localContext, 314, PostgreSqlParser.RULE_alterseqstmt); + this.enterRule(localContext, 316, PostgreSqlParser.RULE_alterseqstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3693; + this.state = 3689; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3694; + this.state = 3690; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 3696; + this.state = 3692; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 275, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 270, this.context) ) { case 1: { - this.state = 3695; + this.state = 3691; this.opt_if_exists(); } break; } - this.state = 3698; + this.state = 3694; this.qualified_name(); - this.state = 3699; + this.state = 3695; this.seqoptlist(); } } @@ -15928,11 +15951,11 @@ export class PostgreSqlParser extends SQLParserBase { } public optseqoptlist(): OptseqoptlistContext { let localContext = new OptseqoptlistContext(this.context, this.state); - this.enterRule(localContext, 316, PostgreSqlParser.RULE_optseqoptlist); + this.enterRule(localContext, 318, PostgreSqlParser.RULE_optseqoptlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3701; + this.state = 3697; this.seqoptlist(); } } @@ -15952,15 +15975,15 @@ export class PostgreSqlParser extends SQLParserBase { } public optparenthesizedseqoptlist(): OptparenthesizedseqoptlistContext { let localContext = new OptparenthesizedseqoptlistContext(this.context, this.state); - this.enterRule(localContext, 318, PostgreSqlParser.RULE_optparenthesizedseqoptlist); + this.enterRule(localContext, 320, PostgreSqlParser.RULE_optparenthesizedseqoptlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 3703; + this.state = 3699; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3704; + this.state = 3700; this.seqoptlist(); - this.state = 3705; + this.state = 3701; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -15980,12 +16003,12 @@ export class PostgreSqlParser extends SQLParserBase { } public seqoptlist(): SeqoptlistContext { let localContext = new SeqoptlistContext(this.context, this.state); - this.enterRule(localContext, 320, PostgreSqlParser.RULE_seqoptlist); + this.enterRule(localContext, 322, PostgreSqlParser.RULE_seqoptlist); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3708; + this.state = 3704; this.errorHandler.sync(this); alternative = 1; do { @@ -15993,7 +16016,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 3707; + this.state = 3703; this.seqoptelem(); } } @@ -16001,9 +16024,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3710; + this.state = 3706; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 276, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 271, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -16023,80 +16046,80 @@ export class PostgreSqlParser extends SQLParserBase { } public seqoptelem(): SeqoptelemContext { let localContext = new SeqoptelemContext(this.context, this.state); - this.enterRule(localContext, 322, PostgreSqlParser.RULE_seqoptelem); + this.enterRule(localContext, 324, PostgreSqlParser.RULE_seqoptelem); let _la: number; try { - this.state = 3746; + this.state = 3742; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: this.enterOuterAlt(localContext, 1); { - this.state = 3712; + this.state = 3708; this.match(PostgreSqlParser.KW_AS); - this.state = 3713; + this.state = 3709; this.simpletypename(); } break; case PostgreSqlParser.KW_CACHE: this.enterOuterAlt(localContext, 2); { - this.state = 3714; + this.state = 3710; this.match(PostgreSqlParser.KW_CACHE); - this.state = 3715; + this.state = 3711; this.numericonly(); } break; case PostgreSqlParser.KW_CYCLE: this.enterOuterAlt(localContext, 3); { - this.state = 3716; + this.state = 3712; this.match(PostgreSqlParser.KW_CYCLE); } break; case PostgreSqlParser.KW_INCREMENT: this.enterOuterAlt(localContext, 4); { - this.state = 3717; + this.state = 3713; this.match(PostgreSqlParser.KW_INCREMENT); - this.state = 3719; + this.state = 3715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 3718; + this.state = 3714; this.opt_by(); } } - this.state = 3721; + this.state = 3717; this.numericonly(); } break; case PostgreSqlParser.KW_MAXVALUE: this.enterOuterAlt(localContext, 5); { - this.state = 3722; + this.state = 3718; this.match(PostgreSqlParser.KW_MAXVALUE); - this.state = 3723; + this.state = 3719; this.numericonly(); } break; case PostgreSqlParser.KW_MINVALUE: this.enterOuterAlt(localContext, 6); { - this.state = 3724; + this.state = 3720; this.match(PostgreSqlParser.KW_MINVALUE); - this.state = 3725; + this.state = 3721; this.numericonly(); } break; case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 7); { - this.state = 3726; + this.state = 3722; this.match(PostgreSqlParser.KW_NO); - this.state = 3727; + this.state = 3723; _la = this.tokenStream.LA(1); if(!(_la === 173 || _la === 260 || _la === 262)) { this.errorHandler.recoverInline(this); @@ -16110,65 +16133,65 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OWNED: this.enterOuterAlt(localContext, 8); { - this.state = 3728; + this.state = 3724; this.match(PostgreSqlParser.KW_OWNED); - this.state = 3729; + this.state = 3725; this.match(PostgreSqlParser.KW_BY); - this.state = 3730; + this.state = 3726; this.column_name(); } break; case PostgreSqlParser.KW_SEQUENCE: this.enterOuterAlt(localContext, 9); { - this.state = 3731; + this.state = 3727; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 3732; + this.state = 3728; this.match(PostgreSqlParser.KW_NAME); - this.state = 3733; + this.state = 3729; this.any_name(); } break; case PostgreSqlParser.KW_START: this.enterOuterAlt(localContext, 10); { - this.state = 3734; + this.state = 3730; this.match(PostgreSqlParser.KW_START); - this.state = 3736; + this.state = 3732; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 3735; + this.state = 3731; this.opt_with(); } } - this.state = 3738; + this.state = 3734; this.numericonly(); } break; case PostgreSqlParser.KW_RESTART: this.enterOuterAlt(localContext, 11); { - this.state = 3739; + this.state = 3735; this.match(PostgreSqlParser.KW_RESTART); - this.state = 3741; + this.state = 3737; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 279, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 274, this.context) ) { case 1: { - this.state = 3740; + this.state = 3736; this.opt_with(); } break; } - this.state = 3744; + this.state = 3740; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13 || _la === 573 || _la === 575) { { - this.state = 3743; + this.state = 3739; this.numericonly(); } } @@ -16195,11 +16218,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_by(): Opt_byContext { let localContext = new Opt_byContext(this.context, this.state); - this.enterRule(localContext, 324, PostgreSqlParser.RULE_opt_by); + this.enterRule(localContext, 326, PostgreSqlParser.RULE_opt_by); try { this.enterOuterAlt(localContext, 1); { - this.state = 3748; + this.state = 3744; this.match(PostgreSqlParser.KW_BY); } } @@ -16219,40 +16242,40 @@ export class PostgreSqlParser extends SQLParserBase { } public numericonly(): NumericonlyContext { let localContext = new NumericonlyContext(this.context, this.state); - this.enterRule(localContext, 326, PostgreSqlParser.RULE_numericonly); + this.enterRule(localContext, 328, PostgreSqlParser.RULE_numericonly); try { - this.state = 3756; + this.state = 3752; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 282, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 277, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3750; + this.state = 3746; this.fconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3751; + this.state = 3747; this.match(PostgreSqlParser.PLUS); - this.state = 3752; + this.state = 3748; this.fconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3753; + this.state = 3749; this.match(PostgreSqlParser.MINUS); - this.state = 3754; + this.state = 3750; this.fconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3755; + this.state = 3751; this.signediconst(); } break; @@ -16274,26 +16297,26 @@ export class PostgreSqlParser extends SQLParserBase { } public numericonly_list(): Numericonly_listContext { let localContext = new Numericonly_listContext(this.context, this.state); - this.enterRule(localContext, 328, PostgreSqlParser.RULE_numericonly_list); + this.enterRule(localContext, 330, PostgreSqlParser.RULE_numericonly_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3758; + this.state = 3754; this.numericonly(); - this.state = 3763; + this.state = 3759; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3759; + this.state = 3755; this.match(PostgreSqlParser.COMMA); - this.state = 3760; + this.state = 3756; this.numericonly(); } } - this.state = 3765; + this.state = 3761; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -16315,72 +16338,72 @@ export class PostgreSqlParser extends SQLParserBase { } public createplangstmt(): CreateplangstmtContext { let localContext = new CreateplangstmtContext(this.context, this.state); - this.enterRule(localContext, 330, PostgreSqlParser.RULE_createplangstmt); + this.enterRule(localContext, 332, PostgreSqlParser.RULE_createplangstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3766; + this.state = 3762; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3768; + this.state = 3764; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 3767; + this.state = 3763; this.opt_or_replace(); } } - this.state = 3771; + this.state = 3767; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 359) { { - this.state = 3770; + this.state = 3766; this.opt_trusted(); } } - this.state = 3774; + this.state = 3770; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 3773; + this.state = 3769; this.opt_procedural(); } } - this.state = 3776; + this.state = 3772; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 3777; + this.state = 3773; this.name(); - this.state = 3786; + this.state = 3782; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 289, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 284, this.context) ) { case 1: { - this.state = 3778; + this.state = 3774; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 3779; + this.state = 3775; this.handler_name(); - this.state = 3781; + this.state = 3777; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 287, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 282, this.context) ) { case 1: { - this.state = 3780; + this.state = 3776; this.opt_inline_handler(); } break; } - this.state = 3784; + this.state = 3780; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 288, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 283, this.context) ) { case 1: { - this.state = 3783; + this.state = 3779; this.opt_validator(); } break; @@ -16406,11 +16429,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_trusted(): Opt_trustedContext { let localContext = new Opt_trustedContext(this.context, this.state); - this.enterRule(localContext, 332, PostgreSqlParser.RULE_opt_trusted); + this.enterRule(localContext, 334, PostgreSqlParser.RULE_opt_trusted); try { this.enterOuterAlt(localContext, 1); { - this.state = 3788; + this.state = 3784; this.match(PostgreSqlParser.KW_TRUSTED); } } @@ -16430,19 +16453,19 @@ export class PostgreSqlParser extends SQLParserBase { } public handler_name(): Handler_nameContext { let localContext = new Handler_nameContext(this.context, this.state); - this.enterRule(localContext, 334, PostgreSqlParser.RULE_handler_name); + this.enterRule(localContext, 336, PostgreSqlParser.RULE_handler_name); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3790; + this.state = 3786; this.name(); - this.state = 3792; + this.state = 3788; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 3791; + this.state = 3787; this.attrs(); } } @@ -16465,13 +16488,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, 336, PostgreSqlParser.RULE_opt_inline_handler); + this.enterRule(localContext, 338, PostgreSqlParser.RULE_opt_inline_handler); try { this.enterOuterAlt(localContext, 1); { - this.state = 3794; + this.state = 3790; this.match(PostgreSqlParser.KW_INLINE); - this.state = 3795; + this.state = 3791; this.handler_name(); } } @@ -16491,26 +16514,26 @@ export class PostgreSqlParser extends SQLParserBase { } public validator_clause(): Validator_clauseContext { let localContext = new Validator_clauseContext(this.context, this.state); - this.enterRule(localContext, 338, PostgreSqlParser.RULE_validator_clause); + this.enterRule(localContext, 340, PostgreSqlParser.RULE_validator_clause); try { - this.state = 3801; + this.state = 3797; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VALIDATOR: this.enterOuterAlt(localContext, 1); { - this.state = 3797; + this.state = 3793; this.match(PostgreSqlParser.KW_VALIDATOR); - this.state = 3798; + this.state = 3794; this.handler_name(); } break; case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 2); { - this.state = 3799; + this.state = 3795; this.match(PostgreSqlParser.KW_NO); - this.state = 3800; + this.state = 3796; this.match(PostgreSqlParser.KW_VALIDATOR); } break; @@ -16534,11 +16557,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_validator(): Opt_validatorContext { let localContext = new Opt_validatorContext(this.context, this.state); - this.enterRule(localContext, 340, PostgreSqlParser.RULE_opt_validator); + this.enterRule(localContext, 342, PostgreSqlParser.RULE_opt_validator); try { this.enterOuterAlt(localContext, 1); { - this.state = 3803; + this.state = 3799; this.validator_clause(); } } @@ -16558,11 +16581,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_procedural(): Opt_proceduralContext { let localContext = new Opt_proceduralContext(this.context, this.state); - this.enterRule(localContext, 342, PostgreSqlParser.RULE_opt_procedural); + this.enterRule(localContext, 344, PostgreSqlParser.RULE_opt_procedural); try { this.enterOuterAlt(localContext, 1); { - this.state = 3805; + this.state = 3801; this.match(PostgreSqlParser.KW_PROCEDURAL); } } @@ -16582,37 +16605,37 @@ export class PostgreSqlParser extends SQLParserBase { } public createtablespacestmt(): CreatetablespacestmtContext { let localContext = new CreatetablespacestmtContext(this.context, this.state); - this.enterRule(localContext, 344, PostgreSqlParser.RULE_createtablespacestmt); + this.enterRule(localContext, 346, PostgreSqlParser.RULE_createtablespacestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3807; + this.state = 3803; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3808; + this.state = 3804; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 3809; + this.state = 3805; this.tablespace_name(); - this.state = 3811; + this.state = 3807; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 282) { { - this.state = 3810; + this.state = 3806; this.opttablespaceowner(); } } - this.state = 3813; + this.state = 3809; this.match(PostgreSqlParser.KW_LOCATION); - this.state = 3814; + this.state = 3810; this.sconst(); - this.state = 3816; + this.state = 3812; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 293, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 288, this.context) ) { case 1: { - this.state = 3815; + this.state = 3811; this.opt_reloptions(); } break; @@ -16635,13 +16658,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opttablespaceowner(): OpttablespaceownerContext { let localContext = new OpttablespaceownerContext(this.context, this.state); - this.enterRule(localContext, 346, PostgreSqlParser.RULE_opttablespaceowner); + this.enterRule(localContext, 348, PostgreSqlParser.RULE_opttablespaceowner); try { this.enterOuterAlt(localContext, 1); { - this.state = 3818; + this.state = 3814; this.match(PostgreSqlParser.KW_OWNER); - this.state = 3819; + this.state = 3815; this.rolespec(); } } @@ -16661,37 +16684,37 @@ export class PostgreSqlParser extends SQLParserBase { } public createextensionstmt(): CreateextensionstmtContext { let localContext = new CreateextensionstmtContext(this.context, this.state); - this.enterRule(localContext, 348, PostgreSqlParser.RULE_createextensionstmt); + this.enterRule(localContext, 350, PostgreSqlParser.RULE_createextensionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3821; + this.state = 3817; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3822; + this.state = 3818; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3824; + this.state = 3820; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 294, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 289, this.context) ) { case 1: { - this.state = 3823; + this.state = 3819; this.opt_if_not_exists(); } break; } - this.state = 3826; + this.state = 3822; this.name(); - this.state = 3828; + this.state = 3824; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 295, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 290, this.context) ) { case 1: { - this.state = 3827; + this.state = 3823; this.opt_with(); } break; } - this.state = 3830; + this.state = 3826; this.create_extension_opt_list(); } } @@ -16711,26 +16734,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, 350, PostgreSqlParser.RULE_create_extension_opt_list); + this.enterRule(localContext, 352, PostgreSqlParser.RULE_create_extension_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3835; + this.state = 3831; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 296, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 291, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3832; + this.state = 3828; this.create_extension_opt_item(); } } } - this.state = 3837; + this.state = 3833; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 296, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 291, this.context); } } } @@ -16750,42 +16773,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, 352, PostgreSqlParser.RULE_create_extension_opt_item); + this.enterRule(localContext, 354, PostgreSqlParser.RULE_create_extension_opt_item); try { - this.state = 3845; + this.state = 3841; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SCHEMA: this.enterOuterAlt(localContext, 1); { - this.state = 3838; + this.state = 3834; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 3839; + this.state = 3835; this.schema_name(); } break; case PostgreSqlParser.KW_VERSION: this.enterOuterAlt(localContext, 2); { - this.state = 3840; + this.state = 3836; this.match(PostgreSqlParser.KW_VERSION); - this.state = 3841; + this.state = 3837; this.nonreservedword_or_sconst(); } break; case PostgreSqlParser.KW_FROM: this.enterOuterAlt(localContext, 3); { - this.state = 3842; + this.state = 3838; this.match(PostgreSqlParser.KW_FROM); - this.state = 3843; + this.state = 3839; this.nonreservedword_or_sconst(); } break; case PostgreSqlParser.KW_CASCADE: this.enterOuterAlt(localContext, 4); { - this.state = 3844; + this.state = 3840; this.match(PostgreSqlParser.KW_CASCADE); } break; @@ -16809,19 +16832,19 @@ export class PostgreSqlParser extends SQLParserBase { } public alterextensionstmt(): AlterextensionstmtContext { let localContext = new AlterextensionstmtContext(this.context, this.state); - this.enterRule(localContext, 354, PostgreSqlParser.RULE_alterextensionstmt); + this.enterRule(localContext, 356, PostgreSqlParser.RULE_alterextensionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3847; + this.state = 3843; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3848; + this.state = 3844; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3849; + this.state = 3845; this.name(); - this.state = 3850; + this.state = 3846; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 3851; + this.state = 3847; this.alter_extension_opt_list(); } } @@ -16841,22 +16864,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, 356, PostgreSqlParser.RULE_alter_extension_opt_list); + this.enterRule(localContext, 358, PostgreSqlParser.RULE_alter_extension_opt_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3856; + this.state = 3852; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 94) { { { - this.state = 3853; + this.state = 3849; this.alter_extension_opt_item(); } } - this.state = 3858; + this.state = 3854; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -16878,13 +16901,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, 358, PostgreSqlParser.RULE_alter_extension_opt_item); + this.enterRule(localContext, 360, PostgreSqlParser.RULE_alter_extension_opt_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 3859; + this.state = 3855; this.match(PostgreSqlParser.KW_TO); - this.state = 3860; + this.state = 3856; this.nonreservedword_or_sconst(); } } @@ -16904,251 +16927,251 @@ export class PostgreSqlParser extends SQLParserBase { } public alterextensioncontentsstmt(): AlterextensioncontentsstmtContext { let localContext = new AlterextensioncontentsstmtContext(this.context, this.state); - this.enterRule(localContext, 360, PostgreSqlParser.RULE_alterextensioncontentsstmt); + this.enterRule(localContext, 362, PostgreSqlParser.RULE_alterextensioncontentsstmt); try { - this.state = 3964; + this.state = 3960; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 294, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3862; + this.state = 3858; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3863; + this.state = 3859; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3864; + this.state = 3860; this.name(); - this.state = 3865; + this.state = 3861; this.add_drop(); - this.state = 3866; + this.state = 3862; this.object_type_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3868; + this.state = 3864; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3869; + this.state = 3865; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3870; + this.state = 3866; this.name(); - this.state = 3871; + this.state = 3867; this.add_drop(); - this.state = 3872; + this.state = 3868; this.object_type_any_name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3874; + this.state = 3870; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3875; + this.state = 3871; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3876; + this.state = 3872; this.name(); - this.state = 3877; + this.state = 3873; this.add_drop(); - this.state = 3878; + this.state = 3874; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 3879; + this.state = 3875; this.aggregate_with_argtypes(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3881; + this.state = 3877; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3882; + this.state = 3878; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3883; + this.state = 3879; this.name(); - this.state = 3884; + this.state = 3880; this.add_drop(); - this.state = 3885; + this.state = 3881; this.match(PostgreSqlParser.KW_CAST); - this.state = 3886; + this.state = 3882; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3887; + this.state = 3883; this.typename(); - this.state = 3888; + this.state = 3884; this.match(PostgreSqlParser.KW_AS); - this.state = 3889; + this.state = 3885; this.typename(); - this.state = 3890; + this.state = 3886; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3892; + this.state = 3888; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3893; + this.state = 3889; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3894; + this.state = 3890; this.name(); - this.state = 3895; + this.state = 3891; this.add_drop(); - this.state = 3896; + this.state = 3892; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 3897; + this.state = 3893; this.typename(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3899; + this.state = 3895; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3900; + this.state = 3896; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3901; + this.state = 3897; this.name(); - this.state = 3902; + this.state = 3898; this.add_drop(); - this.state = 3903; + this.state = 3899; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 3904; + this.state = 3900; this.function_with_argtypes(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 3906; + this.state = 3902; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3907; + this.state = 3903; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3908; + this.state = 3904; this.name(); - this.state = 3909; + this.state = 3905; this.add_drop(); - this.state = 3910; + this.state = 3906; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3911; + this.state = 3907; this.operator_with_argtypes(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 3913; + this.state = 3909; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3914; + this.state = 3910; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3915; + this.state = 3911; this.name(); - this.state = 3916; + this.state = 3912; this.add_drop(); - this.state = 3917; + this.state = 3913; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3918; + this.state = 3914; this.match(PostgreSqlParser.KW_CLASS); - this.state = 3919; + this.state = 3915; this.any_name(); - this.state = 3920; + this.state = 3916; this.match(PostgreSqlParser.KW_USING); - this.state = 3921; + this.state = 3917; this.name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 3923; + this.state = 3919; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3924; + this.state = 3920; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3925; + this.state = 3921; this.name(); - this.state = 3926; + this.state = 3922; this.add_drop(); - this.state = 3927; + this.state = 3923; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3928; + this.state = 3924; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 3929; + this.state = 3925; this.any_name(); - this.state = 3930; + this.state = 3926; this.match(PostgreSqlParser.KW_USING); - this.state = 3931; + this.state = 3927; this.name(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 3933; + this.state = 3929; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3934; + this.state = 3930; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3935; + this.state = 3931; this.name(); - this.state = 3936; + this.state = 3932; this.add_drop(); - this.state = 3937; + this.state = 3933; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 3938; + this.state = 3934; this.procedure_with_argtypes(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 3940; + this.state = 3936; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3941; + this.state = 3937; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3942; + this.state = 3938; this.name(); - this.state = 3943; + this.state = 3939; this.add_drop(); - this.state = 3944; + this.state = 3940; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 3945; + this.state = 3941; this.routine_with_argtypes(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 3947; + this.state = 3943; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3948; + this.state = 3944; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3949; + this.state = 3945; this.name(); - this.state = 3950; + this.state = 3946; this.add_drop(); - this.state = 3951; + this.state = 3947; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 3952; + this.state = 3948; this.match(PostgreSqlParser.KW_FOR); - this.state = 3953; + this.state = 3949; this.typename(); - this.state = 3954; + this.state = 3950; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 3955; + this.state = 3951; this.name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 3957; + this.state = 3953; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3958; + this.state = 3954; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3959; + this.state = 3955; this.name(); - this.state = 3960; + this.state = 3956; this.add_drop(); - this.state = 3961; + this.state = 3957; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3962; + this.state = 3958; this.typename(); } break; @@ -17170,36 +17193,36 @@ export class PostgreSqlParser extends SQLParserBase { } public createfdwstmt(): CreatefdwstmtContext { let localContext = new CreatefdwstmtContext(this.context, this.state); - this.enterRule(localContext, 362, PostgreSqlParser.RULE_createfdwstmt); + this.enterRule(localContext, 364, PostgreSqlParser.RULE_createfdwstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3966; + this.state = 3962; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3967; + this.state = 3963; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3968; + this.state = 3964; this.match(PostgreSqlParser.KW_DATA); - this.state = 3969; + this.state = 3965; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 3970; + this.state = 3966; this.name(); - this.state = 3972; + this.state = 3968; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 300, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 295, this.context) ) { case 1: { - this.state = 3971; + this.state = 3967; this.opt_fdw_options(); } break; } - this.state = 3975; + this.state = 3971; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 301, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 296, this.context) ) { case 1: { - this.state = 3974; + this.state = 3970; this.create_generic_options(); } break; @@ -17222,44 +17245,44 @@ export class PostgreSqlParser extends SQLParserBase { } public fdw_option(): Fdw_optionContext { let localContext = new Fdw_optionContext(this.context, this.state); - this.enterRule(localContext, 364, PostgreSqlParser.RULE_fdw_option); + this.enterRule(localContext, 366, PostgreSqlParser.RULE_fdw_option); try { - this.state = 3985; + this.state = 3981; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 302, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 297, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3977; + this.state = 3973; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 3978; + this.state = 3974; this.handler_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3979; + this.state = 3975; this.match(PostgreSqlParser.KW_NO); - this.state = 3980; + this.state = 3976; this.match(PostgreSqlParser.KW_HANDLER); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3981; + this.state = 3977; this.match(PostgreSqlParser.KW_VALIDATOR); - this.state = 3982; + this.state = 3978; this.handler_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3983; + this.state = 3979; this.match(PostgreSqlParser.KW_NO); - this.state = 3984; + this.state = 3980; this.match(PostgreSqlParser.KW_VALIDATOR); } break; @@ -17281,12 +17304,12 @@ export class PostgreSqlParser extends SQLParserBase { } public fdw_options(): Fdw_optionsContext { let localContext = new Fdw_optionsContext(this.context, this.state); - this.enterRule(localContext, 366, PostgreSqlParser.RULE_fdw_options); + this.enterRule(localContext, 368, PostgreSqlParser.RULE_fdw_options); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3988; + this.state = 3984; this.errorHandler.sync(this); alternative = 1; do { @@ -17294,7 +17317,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 3987; + this.state = 3983; this.fdw_option(); } } @@ -17302,9 +17325,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3990; + this.state = 3986; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 303, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 298, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -17324,11 +17347,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, 368, PostgreSqlParser.RULE_opt_fdw_options); + this.enterRule(localContext, 370, PostgreSqlParser.RULE_opt_fdw_options); try { this.enterOuterAlt(localContext, 1); { - this.state = 3992; + this.state = 3988; this.fdw_options(); } } @@ -17348,53 +17371,53 @@ export class PostgreSqlParser extends SQLParserBase { } public alterfdwstmt(): AlterfdwstmtContext { let localContext = new AlterfdwstmtContext(this.context, this.state); - this.enterRule(localContext, 370, PostgreSqlParser.RULE_alterfdwstmt); + this.enterRule(localContext, 372, PostgreSqlParser.RULE_alterfdwstmt); let _la: number; try { - this.state = 4011; + this.state = 4007; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 305, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 300, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3994; + this.state = 3990; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3995; + this.state = 3991; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3996; + this.state = 3992; this.match(PostgreSqlParser.KW_DATA); - this.state = 3997; + this.state = 3993; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 3998; + this.state = 3994; this.name(); - this.state = 4000; + this.state = 3996; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 215 || _la === 269 || _la === 373) { { - this.state = 3999; + this.state = 3995; this.opt_fdw_options(); } } - this.state = 4002; + this.state = 3998; this.alter_generic_options(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4004; + this.state = 4000; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4005; + this.state = 4001; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4006; + this.state = 4002; this.match(PostgreSqlParser.KW_DATA); - this.state = 4007; + this.state = 4003; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 4008; + this.state = 4004; this.name(); - this.state = 4009; + this.state = 4005; this.fdw_options(); } break; @@ -17416,17 +17439,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, 372, PostgreSqlParser.RULE_create_generic_options); + this.enterRule(localContext, 374, PostgreSqlParser.RULE_create_generic_options); try { this.enterOuterAlt(localContext, 1); { - this.state = 4013; + this.state = 4009; this.match(PostgreSqlParser.KW_OPTIONS); - this.state = 4014; + this.state = 4010; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4015; + this.state = 4011; this.generic_option_list(); - this.state = 4016; + this.state = 4012; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -17446,26 +17469,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, 374, PostgreSqlParser.RULE_generic_option_list); + this.enterRule(localContext, 376, PostgreSqlParser.RULE_generic_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4018; + this.state = 4014; this.generic_option_elem(); - this.state = 4023; + this.state = 4019; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4019; + this.state = 4015; this.match(PostgreSqlParser.COMMA); - this.state = 4020; + this.state = 4016; this.generic_option_elem(); } } - this.state = 4025; + this.state = 4021; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17487,17 +17510,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, 376, PostgreSqlParser.RULE_alter_generic_options); + this.enterRule(localContext, 378, PostgreSqlParser.RULE_alter_generic_options); try { this.enterOuterAlt(localContext, 1); { - this.state = 4026; + this.state = 4022; this.match(PostgreSqlParser.KW_OPTIONS); - this.state = 4027; + this.state = 4023; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4028; + this.state = 4024; this.alter_generic_option_list(); - this.state = 4029; + this.state = 4025; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -17517,26 +17540,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, 378, PostgreSqlParser.RULE_alter_generic_option_list); + this.enterRule(localContext, 380, PostgreSqlParser.RULE_alter_generic_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4031; + this.state = 4027; this.alter_generic_option_elem(); - this.state = 4036; + this.state = 4032; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4032; + this.state = 4028; this.match(PostgreSqlParser.COMMA); - this.state = 4033; + this.state = 4029; this.alter_generic_option_elem(); } } - this.state = 4038; + this.state = 4034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17558,42 +17581,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, 380, PostgreSqlParser.RULE_alter_generic_option_elem); + this.enterRule(localContext, 382, PostgreSqlParser.RULE_alter_generic_option_elem); try { - this.state = 4046; + this.state = 4042; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 308, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 303, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4039; + this.state = 4035; this.generic_option_elem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4040; + this.state = 4036; this.match(PostgreSqlParser.KW_SET); - this.state = 4041; + this.state = 4037; this.generic_option_elem(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4042; + this.state = 4038; this.match(PostgreSqlParser.KW_ADD); - this.state = 4043; + this.state = 4039; this.generic_option_elem(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4044; + this.state = 4040; this.match(PostgreSqlParser.KW_DROP); - this.state = 4045; + this.state = 4041; this.generic_option_elem(); } break; @@ -17615,13 +17638,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, 382, PostgreSqlParser.RULE_generic_option_elem); + this.enterRule(localContext, 384, PostgreSqlParser.RULE_generic_option_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 4048; + this.state = 4044; this.generic_option_name(); - this.state = 4049; + this.state = 4045; this.generic_option_arg(); } } @@ -17641,11 +17664,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, 384, PostgreSqlParser.RULE_generic_option_name); + this.enterRule(localContext, 386, PostgreSqlParser.RULE_generic_option_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 4051; + this.state = 4047; this.collabel(); } } @@ -17665,11 +17688,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, 386, PostgreSqlParser.RULE_generic_option_arg); + this.enterRule(localContext, 388, PostgreSqlParser.RULE_generic_option_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 4053; + this.state = 4049; this.sconst(); } } @@ -17689,61 +17712,61 @@ export class PostgreSqlParser extends SQLParserBase { } public createforeignserverstmt(): CreateforeignserverstmtContext { let localContext = new CreateforeignserverstmtContext(this.context, this.state); - this.enterRule(localContext, 388, PostgreSqlParser.RULE_createforeignserverstmt); + this.enterRule(localContext, 390, PostgreSqlParser.RULE_createforeignserverstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4055; + this.state = 4051; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4056; + this.state = 4052; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4058; + this.state = 4054; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 309, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 304, this.context) ) { case 1: { - this.state = 4057; + this.state = 4053; this.opt_if_not_exists(); } break; } - this.state = 4060; + this.state = 4056; this.name(); - this.state = 4062; + this.state = 4058; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 360) { { - this.state = 4061; + this.state = 4057; this.opt_type(); } } - this.state = 4065; + this.state = 4061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 375) { { - this.state = 4064; + this.state = 4060; this.opt_foreign_server_version(); } } - this.state = 4067; + this.state = 4063; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4068; + this.state = 4064; this.match(PostgreSqlParser.KW_DATA); - this.state = 4069; + this.state = 4065; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 4070; + this.state = 4066; this.name(); - this.state = 4072; + this.state = 4068; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 312, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 307, this.context) ) { case 1: { - this.state = 4071; + this.state = 4067; this.create_generic_options(); } break; @@ -17766,13 +17789,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_type(): Opt_typeContext { let localContext = new Opt_typeContext(this.context, this.state); - this.enterRule(localContext, 390, PostgreSqlParser.RULE_opt_type); + this.enterRule(localContext, 392, PostgreSqlParser.RULE_opt_type); try { this.enterOuterAlt(localContext, 1); { - this.state = 4074; + this.state = 4070; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4075; + this.state = 4071; this.sconst(); } } @@ -17792,13 +17815,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, 392, PostgreSqlParser.RULE_foreign_server_version); + this.enterRule(localContext, 394, PostgreSqlParser.RULE_foreign_server_version); try { this.enterOuterAlt(localContext, 1); { - this.state = 4077; + this.state = 4073; this.match(PostgreSqlParser.KW_VERSION); - this.state = 4080; + this.state = 4076; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -17806,13 +17829,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4078; + this.state = 4074; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 4079; + this.state = 4075; this.match(PostgreSqlParser.KW_NULL); } break; @@ -17837,11 +17860,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, 394, PostgreSqlParser.RULE_opt_foreign_server_version); + this.enterRule(localContext, 396, PostgreSqlParser.RULE_opt_foreign_server_version); try { this.enterOuterAlt(localContext, 1); { - this.state = 4082; + this.state = 4078; this.foreign_server_version(); } } @@ -17861,35 +17884,35 @@ export class PostgreSqlParser extends SQLParserBase { } public alterforeignserverstmt(): AlterforeignserverstmtContext { let localContext = new AlterforeignserverstmtContext(this.context, this.state); - this.enterRule(localContext, 396, PostgreSqlParser.RULE_alterforeignserverstmt); + this.enterRule(localContext, 398, PostgreSqlParser.RULE_alterforeignserverstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4084; + this.state = 4080; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4085; + this.state = 4081; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4086; + this.state = 4082; this.name(); - this.state = 4092; + this.state = 4088; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_OPTIONS: { - this.state = 4087; + this.state = 4083; this.alter_generic_options(); } break; case PostgreSqlParser.KW_VERSION: { - this.state = 4088; + this.state = 4084; this.foreign_server_version(); - this.state = 4090; + this.state = 4086; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 309, this.context) ) { case 1: { - this.state = 4089; + this.state = 4085; this.alter_generic_options(); } break; @@ -17917,68 +17940,68 @@ export class PostgreSqlParser extends SQLParserBase { } public createforeigntablestmt(): CreateforeigntablestmtContext { let localContext = new CreateforeigntablestmtContext(this.context, this.state); - this.enterRule(localContext, 398, PostgreSqlParser.RULE_createforeigntablestmt); + this.enterRule(localContext, 400, PostgreSqlParser.RULE_createforeigntablestmt); let _la: number; try { - this.state = 4133; + this.state = 4129; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 323, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 318, this.context) ) { case 1: localContext = new CreateForeignTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 4094; + this.state = 4090; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4095; + this.state = 4091; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4096; + this.state = 4092; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4098; + this.state = 4094; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 316, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 311, this.context) ) { case 1: { - this.state = 4097; + this.state = 4093; this.opt_if_not_exists(); } break; } - this.state = 4100; + this.state = 4096; this.table_name_create(); - this.state = 4101; + this.state = 4097; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4103; + this.state = 4099; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 4102; + this.state = 4098; this.opttableelementlist(); } } - this.state = 4105; + this.state = 4101; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 4107; + this.state = 4103; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 4106; + this.state = 4102; this.optinherit(); } } - this.state = 4109; + this.state = 4105; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4110; + this.state = 4106; this.name(); - this.state = 4112; + this.state = 4108; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 319, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { case 1: { - this.state = 4111; + this.state = 4107; this.create_generic_options(); } break; @@ -17989,52 +18012,52 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new CreatePartitionForeignTableContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 4114; + this.state = 4110; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4115; + this.state = 4111; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4116; + this.state = 4112; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4118; + this.state = 4114; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 320, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 315, this.context) ) { case 1: { - this.state = 4117; + this.state = 4113; this.opt_if_not_exists(); } break; } - this.state = 4120; + this.state = 4116; this.table_name_create(); - this.state = 4121; + this.state = 4117; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 4122; + this.state = 4118; this.match(PostgreSqlParser.KW_OF); - this.state = 4123; + this.state = 4119; this.table_name(); - this.state = 4125; + this.state = 4121; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 4124; + this.state = 4120; this.opttypedtableelementlist(); } } - this.state = 4127; + this.state = 4123; this.partitionboundspec(); - this.state = 4128; + this.state = 4124; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4129; + this.state = 4125; this.name(); - this.state = 4131; + this.state = 4127; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 322, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 317, this.context) ) { case 1: { - this.state = 4130; + this.state = 4126; this.create_generic_options(); } break; @@ -18059,45 +18082,45 @@ export class PostgreSqlParser extends SQLParserBase { } public importforeignschemastmt(): ImportforeignschemastmtContext { let localContext = new ImportforeignschemastmtContext(this.context, this.state); - this.enterRule(localContext, 400, PostgreSqlParser.RULE_importforeignschemastmt); + this.enterRule(localContext, 402, PostgreSqlParser.RULE_importforeignschemastmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4135; + this.state = 4131; this.match(PostgreSqlParser.KW_IMPORT); - this.state = 4136; + this.state = 4132; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4137; + this.state = 4133; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4138; + this.state = 4134; this.schema_name(); - this.state = 4140; + this.state = 4136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59 || _la === 74) { { - this.state = 4139; + this.state = 4135; this.import_qualification(); } } - this.state = 4142; + this.state = 4138; this.match(PostgreSqlParser.KW_FROM); - this.state = 4143; + this.state = 4139; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4144; + this.state = 4140; this.name(); - this.state = 4145; + this.state = 4141; this.match(PostgreSqlParser.KW_INTO); - this.state = 4146; + this.state = 4142; this.name(); - this.state = 4148; + this.state = 4144; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 325, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 320, this.context) ) { case 1: { - this.state = 4147; + this.state = 4143; this.create_generic_options(); } break; @@ -18120,24 +18143,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, 402, PostgreSqlParser.RULE_import_qualification_type); + this.enterRule(localContext, 404, PostgreSqlParser.RULE_import_qualification_type); try { - this.state = 4153; + this.state = 4149; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIMIT: this.enterOuterAlt(localContext, 1); { - this.state = 4150; + this.state = 4146; this.match(PostgreSqlParser.KW_LIMIT); - this.state = 4151; + this.state = 4147; this.match(PostgreSqlParser.KW_TO); } break; case PostgreSqlParser.KW_EXCEPT: this.enterOuterAlt(localContext, 2); { - this.state = 4152; + this.state = 4148; this.match(PostgreSqlParser.KW_EXCEPT); } break; @@ -18161,17 +18184,17 @@ export class PostgreSqlParser extends SQLParserBase { } public import_qualification(): Import_qualificationContext { let localContext = new Import_qualificationContext(this.context, this.state); - this.enterRule(localContext, 404, PostgreSqlParser.RULE_import_qualification); + this.enterRule(localContext, 406, PostgreSqlParser.RULE_import_qualification); try { this.enterOuterAlt(localContext, 1); { - this.state = 4155; + this.state = 4151; this.import_qualification_type(); - this.state = 4156; + this.state = 4152; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4157; + this.state = 4153; this.relation_expr_list(); - this.state = 4158; + this.state = 4154; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -18191,41 +18214,41 @@ export class PostgreSqlParser extends SQLParserBase { } public createusermappingstmt(): CreateusermappingstmtContext { let localContext = new CreateusermappingstmtContext(this.context, this.state); - this.enterRule(localContext, 406, PostgreSqlParser.RULE_createusermappingstmt); + this.enterRule(localContext, 408, PostgreSqlParser.RULE_createusermappingstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4160; + this.state = 4156; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4161; + this.state = 4157; this.match(PostgreSqlParser.KW_USER); - this.state = 4162; + this.state = 4158; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 4164; + this.state = 4160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 4163; + this.state = 4159; this.opt_if_not_exists(); } } - this.state = 4166; + this.state = 4162; this.match(PostgreSqlParser.KW_FOR); - this.state = 4167; + this.state = 4163; this.auth_ident(); - this.state = 4168; + this.state = 4164; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4169; + this.state = 4165; this.name(); - this.state = 4171; + this.state = 4167; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 328, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 323, this.context) ) { case 1: { - this.state = 4170; + this.state = 4166; this.create_generic_options(); } break; @@ -18248,9 +18271,9 @@ export class PostgreSqlParser extends SQLParserBase { } public auth_ident(): Auth_identContext { let localContext = new Auth_identContext(this.context, this.state); - this.enterRule(localContext, 408, PostgreSqlParser.RULE_auth_ident); + this.enterRule(localContext, 410, PostgreSqlParser.RULE_auth_ident); try { - this.state = 4175; + this.state = 4171; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -18679,14 +18702,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 4173; + this.state = 4169; this.rolespec(); } break; case PostgreSqlParser.KW_USER: this.enterOuterAlt(localContext, 2); { - this.state = 4174; + this.state = 4170; this.match(PostgreSqlParser.KW_USER); } break; @@ -18710,25 +18733,25 @@ export class PostgreSqlParser extends SQLParserBase { } public alterusermappingstmt(): AlterusermappingstmtContext { let localContext = new AlterusermappingstmtContext(this.context, this.state); - this.enterRule(localContext, 410, PostgreSqlParser.RULE_alterusermappingstmt); + this.enterRule(localContext, 412, PostgreSqlParser.RULE_alterusermappingstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4177; + this.state = 4173; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4178; + this.state = 4174; this.match(PostgreSqlParser.KW_USER); - this.state = 4179; + this.state = 4175; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 4180; + this.state = 4176; this.match(PostgreSqlParser.KW_FOR); - this.state = 4181; + this.state = 4177; this.auth_ident(); - this.state = 4182; + this.state = 4178; this.match(PostgreSqlParser.KW_SERVER); - this.state = 4183; + this.state = 4179; this.name(); - this.state = 4184; + this.state = 4180; this.alter_generic_options(); } } @@ -18748,67 +18771,67 @@ export class PostgreSqlParser extends SQLParserBase { } public createpolicystmt(): CreatepolicystmtContext { let localContext = new CreatepolicystmtContext(this.context, this.state); - this.enterRule(localContext, 412, PostgreSqlParser.RULE_createpolicystmt); + this.enterRule(localContext, 414, PostgreSqlParser.RULE_createpolicystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4186; + this.state = 4182; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4187; + this.state = 4183; this.match(PostgreSqlParser.KW_POLICY); - this.state = 4188; + this.state = 4184; this.name(); - this.state = 4189; + this.state = 4185; this.match(PostgreSqlParser.KW_ON); - this.state = 4190; + this.state = 4186; this.qualified_name(); - this.state = 4192; + this.state = 4188; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 330, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 325, this.context) ) { case 1: { - this.state = 4191; + this.state = 4187; this.rowsecuritydefaultpermissive(); } break; } - this.state = 4195; + this.state = 4191; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4194; + this.state = 4190; this.rowsecuritydefaultforcmd(); } } - this.state = 4198; + this.state = 4194; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 4197; + this.state = 4193; this.rowsecuritydefaulttorole(); } } - this.state = 4201; + this.state = 4197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 4200; + this.state = 4196; this.rowsecurityoptionalexpr(); } } - this.state = 4204; + this.state = 4200; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 334, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 329, this.context) ) { case 1: { - this.state = 4203; + this.state = 4199; this.rowsecurityoptionalwithcheck(); } break; @@ -18831,47 +18854,47 @@ export class PostgreSqlParser extends SQLParserBase { } public alterpolicystmt(): AlterpolicystmtContext { let localContext = new AlterpolicystmtContext(this.context, this.state); - this.enterRule(localContext, 414, PostgreSqlParser.RULE_alterpolicystmt); + this.enterRule(localContext, 416, PostgreSqlParser.RULE_alterpolicystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4206; + this.state = 4202; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4207; + this.state = 4203; this.match(PostgreSqlParser.KW_POLICY); - this.state = 4208; + this.state = 4204; this.name(); - this.state = 4209; + this.state = 4205; this.match(PostgreSqlParser.KW_ON); - this.state = 4210; + this.state = 4206; this.qualified_name(); - this.state = 4212; + this.state = 4208; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 4211; + this.state = 4207; this.rowsecurityoptionaltorole(); } } - this.state = 4215; + this.state = 4211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 4214; + this.state = 4210; this.rowsecurityoptionalexpr(); } } - this.state = 4218; + this.state = 4214; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 337, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 332, this.context) ) { case 1: { - this.state = 4217; + this.state = 4213; this.rowsecurityoptionalwithcheck(); } break; @@ -18894,28 +18917,28 @@ export class PostgreSqlParser extends SQLParserBase { } public alterprocedurestmt(): AlterprocedurestmtContext { let localContext = new AlterprocedurestmtContext(this.context, this.state); - this.enterRule(localContext, 416, PostgreSqlParser.RULE_alterprocedurestmt); + this.enterRule(localContext, 418, PostgreSqlParser.RULE_alterprocedurestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4220; + this.state = 4216; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4221; + this.state = 4217; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4222; + this.state = 4218; this.procedure_name(); - this.state = 4224; + this.state = 4220; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 4223; + this.state = 4219; this.func_args(); } } - this.state = 4226; + this.state = 4222; this.procedure_cluase(); } } @@ -18935,40 +18958,40 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_cluase(): Procedure_cluaseContext { let localContext = new Procedure_cluaseContext(this.context, this.state); - this.enterRule(localContext, 418, PostgreSqlParser.RULE_procedure_cluase); + this.enterRule(localContext, 420, PostgreSqlParser.RULE_procedure_cluase); let _la: number; try { let alternative: number; - this.state = 4254; + this.state = 4250; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 342, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 337, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4228; + this.state = 4224; this.procedure_action(); - this.state = 4232; + this.state = 4228; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 339, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 334, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4229; + this.state = 4225; this.procedure_action(); } } } - this.state = 4234; + this.state = 4230; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 339, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 334, this.context); } - this.state = 4236; + this.state = 4232; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 340, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 335, this.context) ) { case 1: { - this.state = 4235; + this.state = 4231; this.match(PostgreSqlParser.KW_RESTRICT); } break; @@ -18978,56 +19001,56 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4238; + this.state = 4234; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4239; + this.state = 4235; this.match(PostgreSqlParser.KW_TO); - this.state = 4240; + this.state = 4236; this.procedure_name_create(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4241; + this.state = 4237; this.match(PostgreSqlParser.KW_OWNER); - this.state = 4242; + this.state = 4238; this.match(PostgreSqlParser.KW_TO); - this.state = 4243; + this.state = 4239; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4244; + this.state = 4240; this.match(PostgreSqlParser.KW_SET); - this.state = 4245; + this.state = 4241; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4246; + this.state = 4242; this.schema_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4248; + this.state = 4244; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 4247; + this.state = 4243; this.match(PostgreSqlParser.KW_NO); } } - this.state = 4250; + this.state = 4246; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 4251; + this.state = 4247; this.match(PostgreSqlParser.KW_ON); - this.state = 4252; + this.state = 4248; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 4253; + this.state = 4249; this.name(); } break; @@ -19049,51 +19072,51 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_action(): Procedure_actionContext { let localContext = new Procedure_actionContext(this.context, this.state); - this.enterRule(localContext, 420, PostgreSqlParser.RULE_procedure_action); + this.enterRule(localContext, 422, PostgreSqlParser.RULE_procedure_action); let _la: number; try { - this.state = 4284; + this.state = 4280; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 347, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 342, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4266; + this.state = 4262; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 345, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 340, this.context) ) { case 1: { - this.state = 4257; + this.state = 4253; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 4256; + this.state = 4252; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 4259; + this.state = 4255; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 4260; + this.state = 4256; this.match(PostgreSqlParser.KW_INVOKER); } break; case 2: { - this.state = 4262; + this.state = 4258; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 4261; + this.state = 4257; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 4264; + this.state = 4260; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 4265; + this.state = 4261; this.match(PostgreSqlParser.KW_DEFINER); } break; @@ -19103,11 +19126,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4268; + this.state = 4264; this.match(PostgreSqlParser.KW_SET); - this.state = 4269; + this.state = 4265; this.name(); - this.state = 4270; + this.state = 4266; _la = this.tokenStream.LA(1); if(!(_la === 9 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -19116,18 +19139,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4273; + this.state = 4269; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 346, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 341, this.context) ) { case 1: { - this.state = 4271; + this.state = 4267; this.name(); } break; case 2: { - this.state = 4272; + this.state = 4268; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -19137,31 +19160,31 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4275; + this.state = 4271; this.match(PostgreSqlParser.KW_SET); - this.state = 4276; + this.state = 4272; this.name(); - this.state = 4277; + this.state = 4273; this.match(PostgreSqlParser.KW_FROM); - this.state = 4278; + this.state = 4274; this.match(PostgreSqlParser.KW_CURRENT); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4280; + this.state = 4276; this.match(PostgreSqlParser.KW_RESET); - this.state = 4281; + this.state = 4277; this.name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4282; + this.state = 4278; this.match(PostgreSqlParser.KW_RESET); - this.state = 4283; + this.state = 4279; this.match(PostgreSqlParser.KW_ALL); } break; @@ -19183,17 +19206,17 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionalexpr(): RowsecurityoptionalexprContext { let localContext = new RowsecurityoptionalexprContext(this.context, this.state); - this.enterRule(localContext, 422, PostgreSqlParser.RULE_rowsecurityoptionalexpr); + this.enterRule(localContext, 424, PostgreSqlParser.RULE_rowsecurityoptionalexpr); try { this.enterOuterAlt(localContext, 1); { - this.state = 4286; + this.state = 4282; this.match(PostgreSqlParser.KW_USING); - this.state = 4287; + this.state = 4283; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4288; + this.state = 4284; this.a_expr(); - this.state = 4289; + this.state = 4285; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -19213,19 +19236,19 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionalwithcheck(): RowsecurityoptionalwithcheckContext { let localContext = new RowsecurityoptionalwithcheckContext(this.context, this.state); - this.enterRule(localContext, 424, PostgreSqlParser.RULE_rowsecurityoptionalwithcheck); + this.enterRule(localContext, 426, PostgreSqlParser.RULE_rowsecurityoptionalwithcheck); try { this.enterOuterAlt(localContext, 1); { - this.state = 4291; + this.state = 4287; this.match(PostgreSqlParser.KW_WITH); - this.state = 4292; + this.state = 4288; this.match(PostgreSqlParser.KW_CHECK); - this.state = 4293; + this.state = 4289; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4294; + this.state = 4290; this.a_expr(); - this.state = 4295; + this.state = 4291; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -19245,13 +19268,13 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecuritydefaulttorole(): RowsecuritydefaulttoroleContext { let localContext = new RowsecuritydefaulttoroleContext(this.context, this.state); - this.enterRule(localContext, 426, PostgreSqlParser.RULE_rowsecuritydefaulttorole); + this.enterRule(localContext, 428, PostgreSqlParser.RULE_rowsecuritydefaulttorole); try { this.enterOuterAlt(localContext, 1); { - this.state = 4297; + this.state = 4293; this.match(PostgreSqlParser.KW_TO); - this.state = 4298; + this.state = 4294; this.role_list(); } } @@ -19271,13 +19294,13 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionaltorole(): RowsecurityoptionaltoroleContext { let localContext = new RowsecurityoptionaltoroleContext(this.context, this.state); - this.enterRule(localContext, 428, PostgreSqlParser.RULE_rowsecurityoptionaltorole); + this.enterRule(localContext, 430, PostgreSqlParser.RULE_rowsecurityoptionaltorole); try { this.enterOuterAlt(localContext, 1); { - this.state = 4300; + this.state = 4296; this.match(PostgreSqlParser.KW_TO); - this.state = 4301; + this.state = 4297; this.role_list(); } } @@ -19297,24 +19320,24 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecuritydefaultpermissive(): RowsecuritydefaultpermissiveContext { let localContext = new RowsecuritydefaultpermissiveContext(this.context, this.state); - this.enterRule(localContext, 430, PostgreSqlParser.RULE_rowsecuritydefaultpermissive); + this.enterRule(localContext, 432, PostgreSqlParser.RULE_rowsecuritydefaultpermissive); try { this.enterOuterAlt(localContext, 1); { - this.state = 4303; + this.state = 4299; this.match(PostgreSqlParser.KW_AS); - this.state = 4307; + this.state = 4303; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_PERMISSIVE: { - this.state = 4304; + this.state = 4300; this.match(PostgreSqlParser.KW_PERMISSIVE); } break; case PostgreSqlParser.KW_RESTRICTIVE: { - this.state = 4305; + this.state = 4301; this.match(PostgreSqlParser.KW_RESTRICTIVE); } break; @@ -19391,7 +19414,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4306; + this.state = 4302; this.identifier(); } break; @@ -19416,13 +19439,13 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecuritydefaultforcmd(): RowsecuritydefaultforcmdContext { let localContext = new RowsecuritydefaultforcmdContext(this.context, this.state); - this.enterRule(localContext, 432, PostgreSqlParser.RULE_rowsecuritydefaultforcmd); + this.enterRule(localContext, 434, PostgreSqlParser.RULE_rowsecuritydefaultforcmd); try { this.enterOuterAlt(localContext, 1); { - this.state = 4309; + this.state = 4305; this.match(PostgreSqlParser.KW_FOR); - this.state = 4310; + this.state = 4306; this.row_security_cmd(); } } @@ -19442,12 +19465,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, 434, PostgreSqlParser.RULE_row_security_cmd); + this.enterRule(localContext, 436, PostgreSqlParser.RULE_row_security_cmd); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4312; + this.state = 4308; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 88 || _la === 182 || _la === 241 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -19474,25 +19497,25 @@ export class PostgreSqlParser extends SQLParserBase { } public createamstmt(): CreateamstmtContext { let localContext = new CreateamstmtContext(this.context, this.state); - this.enterRule(localContext, 436, PostgreSqlParser.RULE_createamstmt); + this.enterRule(localContext, 438, PostgreSqlParser.RULE_createamstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4314; + this.state = 4310; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4315; + this.state = 4311; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 4316; + this.state = 4312; this.match(PostgreSqlParser.KW_METHOD); - this.state = 4317; + this.state = 4313; this.name(); - this.state = 4318; + this.state = 4314; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4319; + this.state = 4315; this.am_type(); - this.state = 4320; + this.state = 4316; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 4321; + this.state = 4317; this.handler_name(); } } @@ -19512,12 +19535,12 @@ export class PostgreSqlParser extends SQLParserBase { } public am_type(): Am_typeContext { let localContext = new Am_typeContext(this.context, this.state); - this.enterRule(localContext, 438, PostgreSqlParser.RULE_am_type); + this.enterRule(localContext, 440, PostgreSqlParser.RULE_am_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4323; + this.state = 4319; _la = this.tokenStream.LA(1); if(!(_la === 92 || _la === 226)) { this.errorHandler.recoverInline(this); @@ -19544,159 +19567,159 @@ export class PostgreSqlParser extends SQLParserBase { } public createtrigstmt(): CreatetrigstmtContext { let localContext = new CreatetrigstmtContext(this.context, this.state); - this.enterRule(localContext, 440, PostgreSqlParser.RULE_createtrigstmt); + this.enterRule(localContext, 442, PostgreSqlParser.RULE_createtrigstmt); let _la: number; try { - this.state = 4379; + this.state = 4375; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 358, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 353, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4325; + this.state = 4321; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4327; + this.state = 4323; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4326; + this.state = 4322; this.opt_or_replace(); } } - this.state = 4329; + this.state = 4325; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4330; + this.state = 4326; this.name(); - this.state = 4331; + this.state = 4327; this.triggeractiontime(); - this.state = 4332; + this.state = 4328; this.triggerevents(); - this.state = 4333; + this.state = 4329; this.match(PostgreSqlParser.KW_ON); - this.state = 4334; + this.state = 4330; this.table_name(); - this.state = 4336; + this.state = 4332; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 447) { { - this.state = 4335; + this.state = 4331; this.triggerreferencing(); } } - this.state = 4339; + this.state = 4335; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4338; + this.state = 4334; this.triggerforspec(); } } - this.state = 4342; + this.state = 4338; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 4341; + this.state = 4337; this.triggerwhen(); } } - this.state = 4344; + this.state = 4340; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 4345; + this.state = 4341; this.function_or_procedure(); - this.state = 4346; + this.state = 4342; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4347; + this.state = 4343; this.triggerfuncargs(); - this.state = 4348; + this.state = 4344; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4350; + this.state = 4346; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4352; + this.state = 4348; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4351; + this.state = 4347; this.opt_or_replace(); } } - this.state = 4355; + this.state = 4351; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 4354; + this.state = 4350; this.match(PostgreSqlParser.KW_CONSTRAINT); } } - this.state = 4357; + this.state = 4353; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4358; + this.state = 4354; this.name(); - this.state = 4359; + this.state = 4355; this.triggeractiontime(); - this.state = 4360; + this.state = 4356; this.triggerevents(); - this.state = 4361; + this.state = 4357; this.match(PostgreSqlParser.KW_ON); - this.state = 4362; + this.state = 4358; this.table_name(); - this.state = 4364; + this.state = 4360; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 4363; + this.state = 4359; this.optconstrfromtable(); } } - this.state = 4366; + this.state = 4362; this.constraintattributespec(); - this.state = 4368; + this.state = 4364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4367; + this.state = 4363; this.foreachrow(); } } - this.state = 4371; + this.state = 4367; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 4370; + this.state = 4366; this.triggerwhen(); } } - this.state = 4373; + this.state = 4369; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 4374; + this.state = 4370; this.function_or_procedure(); - this.state = 4375; + this.state = 4371; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4376; + this.state = 4372; this.triggerfuncargs(); - this.state = 4377; + this.state = 4373; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -19718,31 +19741,31 @@ export class PostgreSqlParser extends SQLParserBase { } public triggeractiontime(): TriggeractiontimeContext { let localContext = new TriggeractiontimeContext(this.context, this.state); - this.enterRule(localContext, 442, PostgreSqlParser.RULE_triggeractiontime); + this.enterRule(localContext, 444, PostgreSqlParser.RULE_triggeractiontime); try { - this.state = 4385; + this.state = 4381; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_BEFORE: this.enterOuterAlt(localContext, 1); { - this.state = 4381; + this.state = 4377; this.match(PostgreSqlParser.KW_BEFORE); } break; case PostgreSqlParser.KW_AFTER: this.enterOuterAlt(localContext, 2); { - this.state = 4382; + this.state = 4378; this.match(PostgreSqlParser.KW_AFTER); } break; case PostgreSqlParser.KW_INSTEAD: this.enterOuterAlt(localContext, 3); { - this.state = 4383; + this.state = 4379; this.match(PostgreSqlParser.KW_INSTEAD); - this.state = 4384; + this.state = 4380; this.match(PostgreSqlParser.KW_OF); } break; @@ -19766,24 +19789,24 @@ export class PostgreSqlParser extends SQLParserBase { } public foreachrow(): ForeachrowContext { let localContext = new ForeachrowContext(this.context, this.state); - this.enterRule(localContext, 444, PostgreSqlParser.RULE_foreachrow); + this.enterRule(localContext, 446, PostgreSqlParser.RULE_foreachrow); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4387; + this.state = 4383; this.match(PostgreSqlParser.KW_FOR); - this.state = 4389; + this.state = 4385; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 4388; + this.state = 4384; this.match(PostgreSqlParser.KW_EACH); } } - this.state = 4391; + this.state = 4387; this.roworstatment(); } } @@ -19803,12 +19826,12 @@ export class PostgreSqlParser extends SQLParserBase { } public roworstatment(): RoworstatmentContext { let localContext = new RoworstatmentContext(this.context, this.state); - this.enterRule(localContext, 446, PostgreSqlParser.RULE_roworstatment); + this.enterRule(localContext, 448, PostgreSqlParser.RULE_roworstatment); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4393; + this.state = 4389; _la = this.tokenStream.LA(1); if(!(_la === 341 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -19835,26 +19858,26 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerevents(): TriggereventsContext { let localContext = new TriggereventsContext(this.context, this.state); - this.enterRule(localContext, 448, PostgreSqlParser.RULE_triggerevents); + this.enterRule(localContext, 450, PostgreSqlParser.RULE_triggerevents); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4395; + this.state = 4391; this.triggeroneevent(); - this.state = 4400; + this.state = 4396; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 82) { { { - this.state = 4396; + this.state = 4392; this.match(PostgreSqlParser.KW_OR); - this.state = 4397; + this.state = 4393; this.triggeroneevent(); } } - this.state = 4402; + this.state = 4398; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19876,47 +19899,47 @@ export class PostgreSqlParser extends SQLParserBase { } public triggeroneevent(): TriggeroneeventContext { let localContext = new TriggeroneeventContext(this.context, this.state); - this.enterRule(localContext, 450, PostgreSqlParser.RULE_triggeroneevent); + this.enterRule(localContext, 452, PostgreSqlParser.RULE_triggeroneevent); try { - this.state = 4410; + this.state = 4406; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 362, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 357, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4403; + this.state = 4399; this.match(PostgreSqlParser.KW_INSERT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4404; + this.state = 4400; this.match(PostgreSqlParser.KW_DELETE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4405; + this.state = 4401; this.match(PostgreSqlParser.KW_UPDATE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4406; + this.state = 4402; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 4407; + this.state = 4403; this.match(PostgreSqlParser.KW_OF); - this.state = 4408; + this.state = 4404; this.column_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4409; + this.state = 4405; this.match(PostgreSqlParser.KW_TRUNCATE); } break; @@ -19938,13 +19961,13 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerreferencing(): TriggerreferencingContext { let localContext = new TriggerreferencingContext(this.context, this.state); - this.enterRule(localContext, 452, PostgreSqlParser.RULE_triggerreferencing); + this.enterRule(localContext, 454, PostgreSqlParser.RULE_triggerreferencing); try { this.enterOuterAlt(localContext, 1); { - this.state = 4412; + this.state = 4408; this.match(PostgreSqlParser.KW_REFERENCING); - this.state = 4413; + this.state = 4409; this.triggertransitions(); } } @@ -19964,22 +19987,22 @@ export class PostgreSqlParser extends SQLParserBase { } public triggertransitions(): TriggertransitionsContext { let localContext = new TriggertransitionsContext(this.context, this.state); - this.enterRule(localContext, 454, PostgreSqlParser.RULE_triggertransitions); + this.enterRule(localContext, 456, PostgreSqlParser.RULE_triggertransitions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4416; + this.state = 4412; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 4415; + this.state = 4411; this.triggertransition(); } } - this.state = 4418; + this.state = 4414; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 448 || _la === 449); @@ -20001,26 +20024,26 @@ export class PostgreSqlParser extends SQLParserBase { } public triggertransition(): TriggertransitionContext { let localContext = new TriggertransitionContext(this.context, this.state); - this.enterRule(localContext, 456, PostgreSqlParser.RULE_triggertransition); + this.enterRule(localContext, 458, PostgreSqlParser.RULE_triggertransition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4420; + this.state = 4416; this.transitionoldornew(); - this.state = 4421; + this.state = 4417; this.transitionrowortable(); - this.state = 4423; + this.state = 4419; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 4422; + this.state = 4418; this.opt_as(); } } - this.state = 4425; + this.state = 4421; this.transitionrelname(); } } @@ -20040,12 +20063,12 @@ export class PostgreSqlParser extends SQLParserBase { } public transitionoldornew(): TransitionoldornewContext { let localContext = new TransitionoldornewContext(this.context, this.state); - this.enterRule(localContext, 458, PostgreSqlParser.RULE_transitionoldornew); + this.enterRule(localContext, 460, PostgreSqlParser.RULE_transitionoldornew); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4427; + this.state = 4423; _la = this.tokenStream.LA(1); if(!(_la === 448 || _la === 449)) { this.errorHandler.recoverInline(this); @@ -20072,12 +20095,12 @@ export class PostgreSqlParser extends SQLParserBase { } public transitionrowortable(): TransitionrowortableContext { let localContext = new TransitionrowortableContext(this.context, this.state); - this.enterRule(localContext, 460, PostgreSqlParser.RULE_transitionrowortable); + this.enterRule(localContext, 462, PostgreSqlParser.RULE_transitionrowortable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4429; + this.state = 4425; _la = this.tokenStream.LA(1); if(!(_la === 92 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -20104,11 +20127,11 @@ export class PostgreSqlParser extends SQLParserBase { } public transitionrelname(): TransitionrelnameContext { let localContext = new TransitionrelnameContext(this.context, this.state); - this.enterRule(localContext, 462, PostgreSqlParser.RULE_transitionrelname); + this.enterRule(localContext, 464, PostgreSqlParser.RULE_transitionrelname); try { this.enterOuterAlt(localContext, 1); { - this.state = 4431; + this.state = 4427; this.colid(); } } @@ -20128,24 +20151,24 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerforspec(): TriggerforspecContext { let localContext = new TriggerforspecContext(this.context, this.state); - this.enterRule(localContext, 464, PostgreSqlParser.RULE_triggerforspec); + this.enterRule(localContext, 466, PostgreSqlParser.RULE_triggerforspec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4433; + this.state = 4429; this.match(PostgreSqlParser.KW_FOR); - this.state = 4435; + this.state = 4431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 4434; + this.state = 4430; this.triggerforopteach(); } } - this.state = 4437; + this.state = 4433; this.triggerfortype(); } } @@ -20165,11 +20188,11 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerforopteach(): TriggerforopteachContext { let localContext = new TriggerforopteachContext(this.context, this.state); - this.enterRule(localContext, 466, PostgreSqlParser.RULE_triggerforopteach); + this.enterRule(localContext, 468, PostgreSqlParser.RULE_triggerforopteach); try { this.enterOuterAlt(localContext, 1); { - this.state = 4439; + this.state = 4435; this.match(PostgreSqlParser.KW_EACH); } } @@ -20189,12 +20212,12 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfortype(): TriggerfortypeContext { let localContext = new TriggerfortypeContext(this.context, this.state); - this.enterRule(localContext, 468, PostgreSqlParser.RULE_triggerfortype); + this.enterRule(localContext, 470, PostgreSqlParser.RULE_triggerfortype); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4441; + this.state = 4437; _la = this.tokenStream.LA(1); if(!(_la === 341 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -20221,17 +20244,17 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerwhen(): TriggerwhenContext { let localContext = new TriggerwhenContext(this.context, this.state); - this.enterRule(localContext, 470, PostgreSqlParser.RULE_triggerwhen); + this.enterRule(localContext, 472, PostgreSqlParser.RULE_triggerwhen); try { this.enterOuterAlt(localContext, 1); { - this.state = 4443; + this.state = 4439; this.match(PostgreSqlParser.KW_WHEN); - this.state = 4444; + this.state = 4440; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4445; + this.state = 4441; this.a_expr(); - this.state = 4446; + this.state = 4442; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -20251,26 +20274,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, 472, PostgreSqlParser.RULE_function_or_procedure); + this.enterRule(localContext, 474, PostgreSqlParser.RULE_function_or_procedure); try { - this.state = 4452; + this.state = 4448; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 1); { - this.state = 4448; + this.state = 4444; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4449; + this.state = 4445; this.function_name(); } break; case PostgreSqlParser.KW_PROCEDURE: this.enterOuterAlt(localContext, 2); { - this.state = 4450; + this.state = 4446; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4451; + this.state = 4447; this.procedure_name(); } break; @@ -20294,12 +20317,12 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfuncargs(): TriggerfuncargsContext { let localContext = new TriggerfuncargsContext(this.context, this.state); - this.enterRule(localContext, 474, PostgreSqlParser.RULE_triggerfuncargs); + this.enterRule(localContext, 476, PostgreSqlParser.RULE_triggerfuncargs); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4456; + this.state = 4452; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -20794,7 +20817,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4454; + this.state = 4450; this.triggerfuncarg(); } break; @@ -20807,19 +20830,19 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4462; + this.state = 4458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4458; + this.state = 4454; this.match(PostgreSqlParser.COMMA); - this.state = 4459; + this.state = 4455; this.triggerfuncarg(); } } - this.state = 4464; + this.state = 4460; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -20841,36 +20864,36 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfuncarg(): TriggerfuncargContext { let localContext = new TriggerfuncargContext(this.context, this.state); - this.enterRule(localContext, 476, PostgreSqlParser.RULE_triggerfuncarg); + this.enterRule(localContext, 478, PostgreSqlParser.RULE_triggerfuncarg); try { - this.state = 4469; + this.state = 4465; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 369, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 364, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4465; + this.state = 4461; this.iconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4466; + this.state = 4462; this.fconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4467; + this.state = 4463; this.sconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4468; + this.state = 4464; this.collabel(); } break; @@ -20892,13 +20915,13 @@ export class PostgreSqlParser extends SQLParserBase { } public optconstrfromtable(): OptconstrfromtableContext { let localContext = new OptconstrfromtableContext(this.context, this.state); - this.enterRule(localContext, 478, PostgreSqlParser.RULE_optconstrfromtable); + this.enterRule(localContext, 480, PostgreSqlParser.RULE_optconstrfromtable); try { this.enterOuterAlt(localContext, 1); { - this.state = 4471; + this.state = 4467; this.match(PostgreSqlParser.KW_FROM); - this.state = 4472; + this.state = 4468; this.qualified_name(); } } @@ -20918,26 +20941,26 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintattributespec(): ConstraintattributespecContext { let localContext = new ConstraintattributespecContext(this.context, this.state); - this.enterRule(localContext, 480, PostgreSqlParser.RULE_constraintattributespec); + this.enterRule(localContext, 482, PostgreSqlParser.RULE_constraintattributespec); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4477; + this.state = 4473; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 370, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 365, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4474; + this.state = 4470; this.constraintattributeElem(); } } } - this.state = 4479; + this.state = 4475; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 370, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 365, this.context); } } } @@ -20957,60 +20980,60 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintattributeElem(): ConstraintattributeElemContext { let localContext = new ConstraintattributeElemContext(this.context, this.state); - this.enterRule(localContext, 482, PostgreSqlParser.RULE_constraintattributeElem); + this.enterRule(localContext, 484, PostgreSqlParser.RULE_constraintattributeElem); try { - this.state = 4491; + this.state = 4487; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 371, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 366, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4480; + this.state = 4476; this.match(PostgreSqlParser.KW_NOT); - this.state = 4481; + this.state = 4477; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4482; + this.state = 4478; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4483; + this.state = 4479; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 4484; + this.state = 4480; this.match(PostgreSqlParser.KW_IMMEDIATE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4485; + this.state = 4481; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 4486; + this.state = 4482; this.match(PostgreSqlParser.KW_DEFERRED); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4487; + this.state = 4483; this.match(PostgreSqlParser.KW_NOT); - this.state = 4488; + this.state = 4484; this.match(PostgreSqlParser.KW_VALID); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4489; + this.state = 4485; this.match(PostgreSqlParser.KW_NO); - this.state = 4490; + this.state = 4486; this.match(PostgreSqlParser.KW_INHERIT); } break; @@ -21032,62 +21055,62 @@ export class PostgreSqlParser extends SQLParserBase { } public createeventtrigstmt(): CreateeventtrigstmtContext { let localContext = new CreateeventtrigstmtContext(this.context, this.state); - this.enterRule(localContext, 484, PostgreSqlParser.RULE_createeventtrigstmt); + this.enterRule(localContext, 486, PostgreSqlParser.RULE_createeventtrigstmt); try { - this.state = 4517; + this.state = 4513; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 372, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 367, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4493; + this.state = 4489; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4494; + this.state = 4490; this.match(PostgreSqlParser.KW_EVENT); - this.state = 4495; + this.state = 4491; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4496; + this.state = 4492; this.name(); - this.state = 4497; + this.state = 4493; this.match(PostgreSqlParser.KW_ON); - this.state = 4498; + this.state = 4494; this.collabel(); - this.state = 4499; + this.state = 4495; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 4500; + this.state = 4496; this.function_or_procedure(); - this.state = 4501; + this.state = 4497; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4502; + this.state = 4498; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4504; + this.state = 4500; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4505; + this.state = 4501; this.match(PostgreSqlParser.KW_EVENT); - this.state = 4506; + this.state = 4502; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4507; + this.state = 4503; this.name(); - this.state = 4508; + this.state = 4504; this.match(PostgreSqlParser.KW_ON); - this.state = 4509; + this.state = 4505; this.collabel(); - this.state = 4510; + this.state = 4506; this.match(PostgreSqlParser.KW_WHEN); - this.state = 4511; + this.state = 4507; this.event_trigger_when_list(); - this.state = 4512; + this.state = 4508; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 4513; + this.state = 4509; this.function_or_procedure(); - this.state = 4514; + this.state = 4510; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4515; + this.state = 4511; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -21109,26 +21132,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, 486, PostgreSqlParser.RULE_event_trigger_when_list); + this.enterRule(localContext, 488, PostgreSqlParser.RULE_event_trigger_when_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4519; + this.state = 4515; this.event_trigger_when_item(); - this.state = 4524; + this.state = 4520; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 33) { { { - this.state = 4520; + this.state = 4516; this.match(PostgreSqlParser.KW_AND); - this.state = 4521; + this.state = 4517; this.event_trigger_when_item(); } } - this.state = 4526; + this.state = 4522; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21150,19 +21173,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, 488, PostgreSqlParser.RULE_event_trigger_when_item); + this.enterRule(localContext, 490, PostgreSqlParser.RULE_event_trigger_when_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 4527; + this.state = 4523; this.colid(); - this.state = 4528; + this.state = 4524; this.match(PostgreSqlParser.KW_IN); - this.state = 4529; + this.state = 4525; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4530; + this.state = 4526; this.event_trigger_value_list(); - this.state = 4531; + this.state = 4527; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -21182,26 +21205,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, 490, PostgreSqlParser.RULE_event_trigger_value_list); + this.enterRule(localContext, 492, PostgreSqlParser.RULE_event_trigger_value_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4533; + this.state = 4529; this.sconst(); - this.state = 4538; + this.state = 4534; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4534; + this.state = 4530; this.match(PostgreSqlParser.COMMA); - this.state = 4535; + this.state = 4531; this.sconst(); } } - this.state = 4540; + this.state = 4536; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21223,19 +21246,19 @@ export class PostgreSqlParser extends SQLParserBase { } public altereventtrigstmt(): AltereventtrigstmtContext { let localContext = new AltereventtrigstmtContext(this.context, this.state); - this.enterRule(localContext, 492, PostgreSqlParser.RULE_altereventtrigstmt); + this.enterRule(localContext, 494, PostgreSqlParser.RULE_altereventtrigstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4541; + this.state = 4537; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4542; + this.state = 4538; this.match(PostgreSqlParser.KW_EVENT); - this.state = 4543; + this.state = 4539; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 4544; + this.state = 4540; this.name(); - this.state = 4545; + this.state = 4541; this.enable_trigger(); } } @@ -21255,23 +21278,23 @@ export class PostgreSqlParser extends SQLParserBase { } public enable_trigger(): Enable_triggerContext { let localContext = new Enable_triggerContext(this.context, this.state); - this.enterRule(localContext, 494, PostgreSqlParser.RULE_enable_trigger); + this.enterRule(localContext, 496, PostgreSqlParser.RULE_enable_trigger); let _la: number; try { - this.state = 4552; + this.state = 4548; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ENABLE: this.enterOuterAlt(localContext, 1); { - this.state = 4547; + this.state = 4543; this.match(PostgreSqlParser.KW_ENABLE); - this.state = 4549; + this.state = 4545; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 375, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 370, this.context) ) { case 1: { - this.state = 4548; + this.state = 4544; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -21288,7 +21311,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DISABLE: this.enterOuterAlt(localContext, 2); { - this.state = 4551; + this.state = 4547; this.match(PostgreSqlParser.KW_DISABLE); } break; @@ -21312,25 +21335,25 @@ export class PostgreSqlParser extends SQLParserBase { } public createassertionstmt(): CreateassertionstmtContext { let localContext = new CreateassertionstmtContext(this.context, this.state); - this.enterRule(localContext, 496, PostgreSqlParser.RULE_createassertionstmt); + this.enterRule(localContext, 498, PostgreSqlParser.RULE_createassertionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4554; + this.state = 4550; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4555; + this.state = 4551; this.match(PostgreSqlParser.KW_ASSERTION); - this.state = 4556; + this.state = 4552; this.any_name(); - this.state = 4557; + this.state = 4553; this.match(PostgreSqlParser.KW_CHECK); - this.state = 4558; + this.state = 4554; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4559; + this.state = 4555; this.a_expr(); - this.state = 4560; + this.state = 4556; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 4561; + this.state = 4557; this.constraintattributespec(); } } @@ -21350,283 +21373,283 @@ export class PostgreSqlParser extends SQLParserBase { } public definestmt(): DefinestmtContext { let localContext = new DefinestmtContext(this.context, this.state); - this.enterRule(localContext, 498, PostgreSqlParser.RULE_definestmt); + this.enterRule(localContext, 500, PostgreSqlParser.RULE_definestmt); let _la: number; try { - this.state = 4666; + this.state = 4662; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 383, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 378, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4563; + this.state = 4559; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4565; + this.state = 4561; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4564; + this.state = 4560; this.opt_or_replace(); } } - this.state = 4567; + this.state = 4563; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 4568; + this.state = 4564; this.function_name(); - this.state = 4569; + this.state = 4565; this.aggr_args(); - this.state = 4570; + this.state = 4566; this.definition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4572; + this.state = 4568; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4574; + this.state = 4570; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4573; + this.state = 4569; this.opt_or_replace(); } } - this.state = 4576; + this.state = 4572; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 4577; + this.state = 4573; this.function_name(); - this.state = 4578; + this.state = 4574; this.old_aggr_definition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4580; + this.state = 4576; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4581; + this.state = 4577; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4582; + this.state = 4578; this.any_operator(); - this.state = 4583; + this.state = 4579; this.definition(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4585; + this.state = 4581; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4586; + this.state = 4582; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4587; + this.state = 4583; this.any_name(); - this.state = 4588; + this.state = 4584; this.definition(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4590; + this.state = 4586; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4591; + this.state = 4587; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4592; + this.state = 4588; this.any_name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4593; + this.state = 4589; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4594; + this.state = 4590; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4595; + this.state = 4591; this.any_name(); - this.state = 4596; + this.state = 4592; this.match(PostgreSqlParser.KW_AS); - this.state = 4597; + this.state = 4593; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4599; + this.state = 4595; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 4598; + this.state = 4594; this.opttablefuncelementlist(); } } - this.state = 4601; + this.state = 4597; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4603; + this.state = 4599; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4604; + this.state = 4600; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4605; + this.state = 4601; this.any_name(); - this.state = 4606; + this.state = 4602; this.match(PostgreSqlParser.KW_AS); - this.state = 4607; + this.state = 4603; this.match(PostgreSqlParser.KW_ENUM); - this.state = 4608; + this.state = 4604; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4610; + this.state = 4606; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 560)) & ~0x1F) === 0 && ((1 << (_la - 560)) & 67108885) !== 0)) { { - this.state = 4609; + this.state = 4605; this.opt_enum_val_list(); } } - this.state = 4612; + this.state = 4608; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4614; + this.state = 4610; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4615; + this.state = 4611; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4616; + this.state = 4612; this.any_name(); - this.state = 4617; + this.state = 4613; this.match(PostgreSqlParser.KW_AS); - this.state = 4618; + this.state = 4614; this.match(PostgreSqlParser.KW_RANGE); - this.state = 4619; + this.state = 4615; this.definition(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4621; + this.state = 4617; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4622; + this.state = 4618; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4623; + this.state = 4619; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4624; + this.state = 4620; this.match(PostgreSqlParser.KW_PARSER); - this.state = 4625; + this.state = 4621; this.any_name(); - this.state = 4626; + this.state = 4622; this.definition(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4628; + this.state = 4624; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4629; + this.state = 4625; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4630; + this.state = 4626; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4631; + this.state = 4627; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 4632; + this.state = 4628; this.any_name(); - this.state = 4633; + this.state = 4629; this.definition(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4635; + this.state = 4631; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4636; + this.state = 4632; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4637; + this.state = 4633; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4638; + this.state = 4634; this.match(PostgreSqlParser.KW_TEMPLATE); - this.state = 4639; + this.state = 4635; this.any_name(); - this.state = 4640; + this.state = 4636; this.definition(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4642; + this.state = 4638; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4643; + this.state = 4639; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4644; + this.state = 4640; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4645; + this.state = 4641; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 4646; + this.state = 4642; this.any_name(); - this.state = 4647; + this.state = 4643; this.definition(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 4649; + this.state = 4645; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4650; + this.state = 4646; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 4652; + this.state = 4648; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 381, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 376, this.context) ) { case 1: { - this.state = 4651; + this.state = 4647; this.opt_if_not_exists(); } break; } - this.state = 4654; + this.state = 4650; this.any_name(); - this.state = 4655; + this.state = 4651; this.definition(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 4657; + this.state = 4653; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4658; + this.state = 4654; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 4660; + this.state = 4656; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 382, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 377, this.context) ) { case 1: { - this.state = 4659; + this.state = 4655; this.opt_if_not_exists(); } break; } - this.state = 4662; + this.state = 4658; this.any_name(); - this.state = 4663; + this.state = 4659; this.match(PostgreSqlParser.KW_FROM); - this.state = 4664; + this.state = 4660; this.any_name(); } break; @@ -21648,15 +21671,15 @@ export class PostgreSqlParser extends SQLParserBase { } public definition(): DefinitionContext { let localContext = new DefinitionContext(this.context, this.state); - this.enterRule(localContext, 500, PostgreSqlParser.RULE_definition); + this.enterRule(localContext, 502, PostgreSqlParser.RULE_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 4668; + this.state = 4664; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4669; + this.state = 4665; this.def_list(); - this.state = 4670; + this.state = 4666; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -21676,26 +21699,26 @@ export class PostgreSqlParser extends SQLParserBase { } public def_list(): Def_listContext { let localContext = new Def_listContext(this.context, this.state); - this.enterRule(localContext, 502, PostgreSqlParser.RULE_def_list); + this.enterRule(localContext, 504, PostgreSqlParser.RULE_def_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4672; + this.state = 4668; this.def_elem(); - this.state = 4677; + this.state = 4673; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4673; + this.state = 4669; this.match(PostgreSqlParser.COMMA); - this.state = 4674; + this.state = 4670; this.def_elem(); } } - this.state = 4679; + this.state = 4675; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21717,21 +21740,21 @@ export class PostgreSqlParser extends SQLParserBase { } public def_elem(): Def_elemContext { let localContext = new Def_elemContext(this.context, this.state); - this.enterRule(localContext, 504, PostgreSqlParser.RULE_def_elem); + this.enterRule(localContext, 506, PostgreSqlParser.RULE_def_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4680; + this.state = 4676; this.collabel(); - this.state = 4683; + this.state = 4679; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 4681; + this.state = 4677; this.match(PostgreSqlParser.EQUAL); - this.state = 4682; + this.state = 4678; this.def_arg(); } } @@ -21754,50 +21777,50 @@ export class PostgreSqlParser extends SQLParserBase { } public def_arg(): Def_argContext { let localContext = new Def_argContext(this.context, this.state); - this.enterRule(localContext, 506, PostgreSqlParser.RULE_def_arg); + this.enterRule(localContext, 508, PostgreSqlParser.RULE_def_arg); try { - this.state = 4691; + this.state = 4687; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 386, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 381, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4685; + this.state = 4681; this.func_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4686; + this.state = 4682; this.reserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4687; + this.state = 4683; this.qual_all_op(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4688; + this.state = 4684; this.numericonly(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4689; + this.state = 4685; this.sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4690; + this.state = 4686; this.match(PostgreSqlParser.KW_NONE); } break; @@ -21819,15 +21842,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, 508, PostgreSqlParser.RULE_old_aggr_definition); + this.enterRule(localContext, 510, PostgreSqlParser.RULE_old_aggr_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 4693; + this.state = 4689; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4694; + this.state = 4690; this.old_aggr_list(); - this.state = 4695; + this.state = 4691; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -21847,26 +21870,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, 510, PostgreSqlParser.RULE_old_aggr_list); + this.enterRule(localContext, 512, PostgreSqlParser.RULE_old_aggr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4697; + this.state = 4693; this.old_aggr_elem(); - this.state = 4702; + this.state = 4698; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4698; + this.state = 4694; this.match(PostgreSqlParser.COMMA); - this.state = 4699; + this.state = 4695; this.old_aggr_elem(); } } - this.state = 4704; + this.state = 4700; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21888,15 +21911,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, 512, PostgreSqlParser.RULE_old_aggr_elem); + this.enterRule(localContext, 514, PostgreSqlParser.RULE_old_aggr_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 4705; + this.state = 4701; this.identifier(); - this.state = 4706; + this.state = 4702; this.match(PostgreSqlParser.EQUAL); - this.state = 4707; + this.state = 4703; this.def_arg(); } } @@ -21916,11 +21939,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, 514, PostgreSqlParser.RULE_opt_enum_val_list); + this.enterRule(localContext, 516, PostgreSqlParser.RULE_opt_enum_val_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 4709; + this.state = 4705; this.enum_val_list(); } } @@ -21940,26 +21963,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, 516, PostgreSqlParser.RULE_enum_val_list); + this.enterRule(localContext, 518, PostgreSqlParser.RULE_enum_val_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4711; + this.state = 4707; this.sconst(); - this.state = 4716; + this.state = 4712; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4712; + this.state = 4708; this.match(PostgreSqlParser.COMMA); - this.state = 4713; + this.state = 4709; this.sconst(); } } - this.state = 4718; + this.state = 4714; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21981,43 +22004,43 @@ export class PostgreSqlParser extends SQLParserBase { } public alterenumstmt(): AlterenumstmtContext { let localContext = new AlterenumstmtContext(this.context, this.state); - this.enterRule(localContext, 518, PostgreSqlParser.RULE_alterenumstmt); + this.enterRule(localContext, 520, PostgreSqlParser.RULE_alterenumstmt); let _la: number; try { - this.state = 4741; + this.state = 4737; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 391, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 386, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4719; + this.state = 4715; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4720; + this.state = 4716; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4721; + this.state = 4717; this.any_name(); - this.state = 4722; + this.state = 4718; this.match(PostgreSqlParser.KW_ADD); - this.state = 4723; + this.state = 4719; this.match(PostgreSqlParser.KW_VALUE); - this.state = 4725; + this.state = 4721; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 4724; + this.state = 4720; this.opt_if_not_exists(); } } - this.state = 4727; + this.state = 4723; this.sconst(); - this.state = 4730; + this.state = 4726; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 390, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 385, this.context) ) { case 1: { - this.state = 4728; + this.state = 4724; _la = this.tokenStream.LA(1); if(!(_la === 135 || _la === 145)) { this.errorHandler.recoverInline(this); @@ -22026,7 +22049,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4729; + this.state = 4725; this.sconst(); } break; @@ -22036,21 +22059,21 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4732; + this.state = 4728; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4733; + this.state = 4729; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4734; + this.state = 4730; this.any_name(); - this.state = 4735; + this.state = 4731; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4736; + this.state = 4732; this.match(PostgreSqlParser.KW_VALUE); - this.state = 4737; + this.state = 4733; this.sconst(); - this.state = 4738; + this.state = 4734; this.match(PostgreSqlParser.KW_TO); - this.state = 4739; + this.state = 4735; this.sconst(); } break; @@ -22072,15 +22095,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, 520, PostgreSqlParser.RULE_opt_if_not_exists); + this.enterRule(localContext, 522, PostgreSqlParser.RULE_opt_if_not_exists); try { this.enterOuterAlt(localContext, 1); { - this.state = 4743; + this.state = 4739; this.match(PostgreSqlParser.KW_IF); - this.state = 4744; + this.state = 4740; this.match(PostgreSqlParser.KW_NOT); - this.state = 4745; + this.state = 4741; this.match(PostgreSqlParser.KW_EXISTS); } } @@ -22100,52 +22123,52 @@ export class PostgreSqlParser extends SQLParserBase { } public createopclassstmt(): CreateopclassstmtContext { let localContext = new CreateopclassstmtContext(this.context, this.state); - this.enterRule(localContext, 522, PostgreSqlParser.RULE_createopclassstmt); + this.enterRule(localContext, 524, PostgreSqlParser.RULE_createopclassstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4747; + this.state = 4743; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4748; + this.state = 4744; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4749; + this.state = 4745; this.match(PostgreSqlParser.KW_CLASS); - this.state = 4750; + this.state = 4746; this.any_name(); - this.state = 4752; + this.state = 4748; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 4751; + this.state = 4747; this.opt_default(); } } - this.state = 4754; + this.state = 4750; this.match(PostgreSqlParser.KW_FOR); - this.state = 4755; + this.state = 4751; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4756; + this.state = 4752; this.typename(); - this.state = 4757; + this.state = 4753; this.match(PostgreSqlParser.KW_USING); - this.state = 4758; + this.state = 4754; this.name(); - this.state = 4760; + this.state = 4756; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 206) { { - this.state = 4759; + this.state = 4755; this.opt_opfamily(); } } - this.state = 4762; + this.state = 4758; this.match(PostgreSqlParser.KW_AS); - this.state = 4763; + this.state = 4759; this.opclass_item_list(); } } @@ -22165,26 +22188,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, 524, PostgreSqlParser.RULE_opclass_item_list); + this.enterRule(localContext, 526, PostgreSqlParser.RULE_opclass_item_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4765; + this.state = 4761; this.opclass_item(); - this.state = 4770; + this.state = 4766; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4766; + this.state = 4762; this.match(PostgreSqlParser.COMMA); - this.state = 4767; + this.state = 4763; this.opclass_item(); } } - this.state = 4772; + this.state = 4768; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -22206,37 +22229,37 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_item(): Opclass_itemContext { let localContext = new Opclass_itemContext(this.context, this.state); - this.enterRule(localContext, 526, PostgreSqlParser.RULE_opclass_item); + this.enterRule(localContext, 528, PostgreSqlParser.RULE_opclass_item); let _la: number; try { - this.state = 4804; + this.state = 4800; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 399, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 394, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4773; + this.state = 4769; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4774; + this.state = 4770; this.iconst(); - this.state = 4775; + this.state = 4771; this.any_operator(); - this.state = 4777; + this.state = 4773; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4776; + this.state = 4772; this.opclass_purpose(); } } - this.state = 4780; + this.state = 4776; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 396, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 391, this.context) ) { case 1: { - this.state = 4779; + this.state = 4775; this.opt_recheck(); } break; @@ -22246,28 +22269,28 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4782; + this.state = 4778; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4783; + this.state = 4779; this.iconst(); - this.state = 4784; + this.state = 4780; this.operator_with_argtypes(); - this.state = 4786; + this.state = 4782; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 4785; + this.state = 4781; this.opclass_purpose(); } } - this.state = 4789; + this.state = 4785; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 398, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 393, this.context) ) { case 1: { - this.state = 4788; + this.state = 4784; this.opt_recheck(); } break; @@ -22277,37 +22300,37 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4791; + this.state = 4787; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4792; + this.state = 4788; this.iconst(); - this.state = 4793; + this.state = 4789; this.function_with_argtypes(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4795; + this.state = 4791; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4796; + this.state = 4792; this.iconst(); - this.state = 4797; + this.state = 4793; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4798; + this.state = 4794; this.type_list(); - this.state = 4799; + this.state = 4795; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 4800; + this.state = 4796; this.function_with_argtypes(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4802; + this.state = 4798; this.match(PostgreSqlParser.KW_STORAGE); - this.state = 4803; + this.state = 4799; this.typename(); } break; @@ -22329,11 +22352,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_default(): Opt_defaultContext { let localContext = new Opt_defaultContext(this.context, this.state); - this.enterRule(localContext, 528, PostgreSqlParser.RULE_opt_default); + this.enterRule(localContext, 530, PostgreSqlParser.RULE_opt_default); try { this.enterOuterAlt(localContext, 1); { - this.state = 4806; + this.state = 4802; this.match(PostgreSqlParser.KW_DEFAULT); } } @@ -22353,13 +22376,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_opfamily(): Opt_opfamilyContext { let localContext = new Opt_opfamilyContext(this.context, this.state); - this.enterRule(localContext, 530, PostgreSqlParser.RULE_opt_opfamily); + this.enterRule(localContext, 532, PostgreSqlParser.RULE_opt_opfamily); try { this.enterOuterAlt(localContext, 1); { - this.state = 4808; + this.state = 4804; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 4809; + this.state = 4805; this.any_name(); } } @@ -22379,30 +22402,30 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_purpose(): Opclass_purposeContext { let localContext = new Opclass_purposeContext(this.context, this.state); - this.enterRule(localContext, 532, PostgreSqlParser.RULE_opclass_purpose); + this.enterRule(localContext, 534, PostgreSqlParser.RULE_opclass_purpose); try { - this.state = 4817; + this.state = 4813; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 400, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 395, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4811; + this.state = 4807; this.match(PostgreSqlParser.KW_FOR); - this.state = 4812; + this.state = 4808; this.match(PostgreSqlParser.KW_SEARCH); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4813; + this.state = 4809; this.match(PostgreSqlParser.KW_FOR); - this.state = 4814; + this.state = 4810; this.match(PostgreSqlParser.KW_ORDER); - this.state = 4815; + this.state = 4811; this.match(PostgreSqlParser.KW_BY); - this.state = 4816; + this.state = 4812; this.any_name(); } break; @@ -22424,11 +22447,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_recheck(): Opt_recheckContext { let localContext = new Opt_recheckContext(this.context, this.state); - this.enterRule(localContext, 534, PostgreSqlParser.RULE_opt_recheck); + this.enterRule(localContext, 536, PostgreSqlParser.RULE_opt_recheck); try { this.enterOuterAlt(localContext, 1); { - this.state = 4819; + this.state = 4815; this.match(PostgreSqlParser.KW_RECHECK); } } @@ -22448,21 +22471,21 @@ export class PostgreSqlParser extends SQLParserBase { } public createopfamilystmt(): CreateopfamilystmtContext { let localContext = new CreateopfamilystmtContext(this.context, this.state); - this.enterRule(localContext, 536, PostgreSqlParser.RULE_createopfamilystmt); + this.enterRule(localContext, 538, PostgreSqlParser.RULE_createopfamilystmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4821; + this.state = 4817; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4822; + this.state = 4818; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4823; + this.state = 4819; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 4824; + this.state = 4820; this.any_name(); - this.state = 4825; + this.state = 4821; this.match(PostgreSqlParser.KW_USING); - this.state = 4826; + this.state = 4822; this.name(); } } @@ -22482,50 +22505,50 @@ export class PostgreSqlParser extends SQLParserBase { } public alteropfamilystmt(): AlteropfamilystmtContext { let localContext = new AlteropfamilystmtContext(this.context, this.state); - this.enterRule(localContext, 538, PostgreSqlParser.RULE_alteropfamilystmt); + this.enterRule(localContext, 540, PostgreSqlParser.RULE_alteropfamilystmt); try { - this.state = 4846; + this.state = 4842; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 396, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4828; + this.state = 4824; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4829; + this.state = 4825; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4830; + this.state = 4826; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 4831; + this.state = 4827; this.any_name(); - this.state = 4832; + this.state = 4828; this.match(PostgreSqlParser.KW_USING); - this.state = 4833; + this.state = 4829; this.name(); - this.state = 4834; + this.state = 4830; this.match(PostgreSqlParser.KW_ADD); - this.state = 4835; + this.state = 4831; this.opclass_item_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4837; + this.state = 4833; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4838; + this.state = 4834; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4839; + this.state = 4835; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 4840; + this.state = 4836; this.any_name(); - this.state = 4841; + this.state = 4837; this.match(PostgreSqlParser.KW_USING); - this.state = 4842; + this.state = 4838; this.name(); - this.state = 4843; + this.state = 4839; this.match(PostgreSqlParser.KW_DROP); - this.state = 4844; + this.state = 4840; this.opclass_drop_list(); } break; @@ -22547,26 +22570,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, 540, PostgreSqlParser.RULE_opclass_drop_list); + this.enterRule(localContext, 542, PostgreSqlParser.RULE_opclass_drop_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4848; + this.state = 4844; this.opclass_drop(); - this.state = 4853; + this.state = 4849; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4849; + this.state = 4845; this.match(PostgreSqlParser.COMMA); - this.state = 4850; + this.state = 4846; this.opclass_drop(); } } - this.state = 4855; + this.state = 4851; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -22588,38 +22611,38 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_drop(): Opclass_dropContext { let localContext = new Opclass_dropContext(this.context, this.state); - this.enterRule(localContext, 542, PostgreSqlParser.RULE_opclass_drop); + this.enterRule(localContext, 544, PostgreSqlParser.RULE_opclass_drop); try { - this.state = 4868; + this.state = 4864; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 1); { - this.state = 4856; + this.state = 4852; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4857; + this.state = 4853; this.iconst(); - this.state = 4858; + this.state = 4854; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4859; + this.state = 4855; this.type_list(); - this.state = 4860; + this.state = 4856; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 2); { - this.state = 4862; + this.state = 4858; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4863; + this.state = 4859; this.iconst(); - this.state = 4864; + this.state = 4860; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4865; + this.state = 4861; this.type_list(); - this.state = 4866; + this.state = 4862; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -22643,21 +22666,21 @@ export class PostgreSqlParser extends SQLParserBase { } public reassignownedstmt(): ReassignownedstmtContext { let localContext = new ReassignownedstmtContext(this.context, this.state); - this.enterRule(localContext, 544, PostgreSqlParser.RULE_reassignownedstmt); + this.enterRule(localContext, 546, PostgreSqlParser.RULE_reassignownedstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4870; + this.state = 4866; this.match(PostgreSqlParser.KW_REASSIGN); - this.state = 4871; + this.state = 4867; this.match(PostgreSqlParser.KW_OWNED); - this.state = 4872; + this.state = 4868; this.match(PostgreSqlParser.KW_BY); - this.state = 4873; + this.state = 4869; this.role_list(); - this.state = 4874; + this.state = 4870; this.match(PostgreSqlParser.KW_TO); - this.state = 4875; + this.state = 4871; this.rolespec(); } } @@ -22677,37 +22700,37 @@ export class PostgreSqlParser extends SQLParserBase { } public dropstmt(): DropstmtContext { let localContext = new DropstmtContext(this.context, this.state); - this.enterRule(localContext, 546, PostgreSqlParser.RULE_dropstmt); + this.enterRule(localContext, 548, PostgreSqlParser.RULE_dropstmt); let _la: number; try { - this.state = 5256; + this.state = 5252; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 478, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 473, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4877; + this.state = 4873; this.match(PostgreSqlParser.KW_DROP); - this.state = 4878; + this.state = 4874; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4880; + this.state = 4876; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 404, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 399, this.context) ) { case 1: { - this.state = 4879; + this.state = 4875; this.opt_if_exists(); } break; } - this.state = 4882; + this.state = 4878; this.table_name_list(); - this.state = 4884; + this.state = 4880; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 405, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 400, this.context) ) { case 1: { - this.state = 4883; + this.state = 4879; this.opt_drop_behavior(); } break; @@ -22717,28 +22740,28 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4886; + this.state = 4882; this.match(PostgreSqlParser.KW_DROP); - this.state = 4887; + this.state = 4883; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 4889; + this.state = 4885; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 406, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { case 1: { - this.state = 4888; + this.state = 4884; this.opt_if_exists(); } break; } - this.state = 4891; + this.state = 4887; this.name_list(); - this.state = 4893; + this.state = 4889; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 407, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 402, this.context) ) { case 1: { - this.state = 4892; + this.state = 4888; this.opt_drop_behavior(); } break; @@ -22748,28 +22771,28 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4895; + this.state = 4891; this.match(PostgreSqlParser.KW_DROP); - this.state = 4896; + this.state = 4892; this.match(PostgreSqlParser.KW_VIEW); - this.state = 4898; + this.state = 4894; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 408, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 403, this.context) ) { case 1: { - this.state = 4897; + this.state = 4893; this.opt_if_exists(); } break; } - this.state = 4900; + this.state = 4896; this.view_nameList(); - this.state = 4902; + this.state = 4898; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 409, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 404, this.context) ) { case 1: { - this.state = 4901; + this.state = 4897; this.opt_drop_behavior(); } break; @@ -22779,30 +22802,30 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4904; + this.state = 4900; this.match(PostgreSqlParser.KW_DROP); - this.state = 4905; + this.state = 4901; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 4906; + this.state = 4902; this.match(PostgreSqlParser.KW_VIEW); - this.state = 4908; + this.state = 4904; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 410, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 405, this.context) ) { case 1: { - this.state = 4907; + this.state = 4903; this.opt_if_exists(); } break; } - this.state = 4910; + this.state = 4906; this.view_nameList(); - this.state = 4912; + this.state = 4908; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 411, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 406, this.context) ) { case 1: { - this.state = 4911; + this.state = 4907; this.opt_drop_behavior(); } break; @@ -22812,28 +22835,28 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4914; + this.state = 4910; this.match(PostgreSqlParser.KW_DROP); - this.state = 4915; + this.state = 4911; this.match(PostgreSqlParser.KW_INDEX); - this.state = 4917; + this.state = 4913; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 412, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 407, this.context) ) { case 1: { - this.state = 4916; + this.state = 4912; this.opt_if_exists(); } break; } - this.state = 4919; + this.state = 4915; this.name_list(); - this.state = 4921; + this.state = 4917; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 413, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 408, this.context) ) { case 1: { - this.state = 4920; + this.state = 4916; this.opt_drop_behavior(); } break; @@ -22843,30 +22866,30 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4923; + this.state = 4919; this.match(PostgreSqlParser.KW_DROP); - this.state = 4924; + this.state = 4920; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4925; + this.state = 4921; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4927; + this.state = 4923; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 414, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 409, this.context) ) { case 1: { - this.state = 4926; + this.state = 4922; this.opt_if_exists(); } break; } - this.state = 4929; + this.state = 4925; this.table_name_list(); - this.state = 4931; + this.state = 4927; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 415, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 410, this.context) ) { case 1: { - this.state = 4930; + this.state = 4926; this.opt_drop_behavior(); } break; @@ -22876,28 +22899,28 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4933; + this.state = 4929; this.match(PostgreSqlParser.KW_DROP); - this.state = 4934; + this.state = 4930; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 4936; + this.state = 4932; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 416, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 411, this.context) ) { case 1: { - this.state = 4935; + this.state = 4931; this.opt_if_exists(); } break; } - this.state = 4938; + this.state = 4934; this.name_list(); - this.state = 4940; + this.state = 4936; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 417, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 412, this.context) ) { case 1: { - this.state = 4939; + this.state = 4935; this.opt_drop_behavior(); } break; @@ -22907,28 +22930,28 @@ export class PostgreSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4942; + this.state = 4938; this.match(PostgreSqlParser.KW_DROP); - this.state = 4943; + this.state = 4939; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 4945; + this.state = 4941; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 418, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 413, this.context) ) { case 1: { - this.state = 4944; + this.state = 4940; this.opt_if_exists(); } break; } - this.state = 4947; + this.state = 4943; this.name_list(); - this.state = 4949; + this.state = 4945; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 419, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 414, this.context) ) { case 1: { - this.state = 4948; + this.state = 4944; this.opt_drop_behavior(); } break; @@ -22938,28 +22961,28 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4951; + this.state = 4947; this.match(PostgreSqlParser.KW_DROP); - this.state = 4952; + this.state = 4948; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 4954; + this.state = 4950; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 420, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 415, this.context) ) { case 1: { - this.state = 4953; + this.state = 4949; this.opt_if_exists(); } break; } - this.state = 4956; + this.state = 4952; this.name_list(); - this.state = 4958; + this.state = 4954; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 421, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 416, this.context) ) { case 1: { - this.state = 4957; + this.state = 4953; this.opt_drop_behavior(); } break; @@ -22969,32 +22992,32 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4960; + this.state = 4956; this.match(PostgreSqlParser.KW_DROP); - this.state = 4961; + this.state = 4957; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4962; + this.state = 4958; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4963; + this.state = 4959; this.match(PostgreSqlParser.KW_PARSER); - this.state = 4965; + this.state = 4961; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 417, this.context) ) { case 1: { - this.state = 4964; + this.state = 4960; this.opt_if_exists(); } break; } - this.state = 4967; + this.state = 4963; this.name_list(); - this.state = 4969; + this.state = 4965; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 418, this.context) ) { case 1: { - this.state = 4968; + this.state = 4964; this.opt_drop_behavior(); } break; @@ -23004,32 +23027,32 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4971; + this.state = 4967; this.match(PostgreSqlParser.KW_DROP); - this.state = 4972; + this.state = 4968; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4973; + this.state = 4969; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4974; + this.state = 4970; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 4976; + this.state = 4972; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 419, this.context) ) { case 1: { - this.state = 4975; + this.state = 4971; this.opt_if_exists(); } break; } - this.state = 4978; + this.state = 4974; this.name_list(); - this.state = 4980; + this.state = 4976; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 425, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 420, this.context) ) { case 1: { - this.state = 4979; + this.state = 4975; this.opt_drop_behavior(); } break; @@ -23039,32 +23062,32 @@ export class PostgreSqlParser extends SQLParserBase { case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4982; + this.state = 4978; this.match(PostgreSqlParser.KW_DROP); - this.state = 4983; + this.state = 4979; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4984; + this.state = 4980; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4985; + this.state = 4981; this.match(PostgreSqlParser.KW_TEMPLATE); - this.state = 4987; + this.state = 4983; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 426, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 421, this.context) ) { case 1: { - this.state = 4986; + this.state = 4982; this.opt_if_exists(); } break; } - this.state = 4989; + this.state = 4985; this.name_list(); - this.state = 4991; + this.state = 4987; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { case 1: { - this.state = 4990; + this.state = 4986; this.opt_drop_behavior(); } break; @@ -23074,32 +23097,32 @@ export class PostgreSqlParser extends SQLParserBase { case 13: this.enterOuterAlt(localContext, 13); { - this.state = 4993; + this.state = 4989; this.match(PostgreSqlParser.KW_DROP); - this.state = 4994; + this.state = 4990; this.match(PostgreSqlParser.KW_TEXT); - this.state = 4995; + this.state = 4991; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 4996; + this.state = 4992; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 4998; + this.state = 4994; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 428, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { case 1: { - this.state = 4997; + this.state = 4993; this.opt_if_exists(); } break; } - this.state = 5000; + this.state = 4996; this.name_list(); - this.state = 5002; + this.state = 4998; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 429, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { case 1: { - this.state = 5001; + this.state = 4997; this.opt_drop_behavior(); } break; @@ -23109,30 +23132,30 @@ export class PostgreSqlParser extends SQLParserBase { case 14: this.enterOuterAlt(localContext, 14); { - this.state = 5004; + this.state = 5000; this.match(PostgreSqlParser.KW_DROP); - this.state = 5005; + this.state = 5001; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 5006; + this.state = 5002; this.match(PostgreSqlParser.KW_METHOD); - this.state = 5008; + this.state = 5004; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 430, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 425, this.context) ) { case 1: { - this.state = 5007; + this.state = 5003; this.opt_if_exists(); } break; } - this.state = 5010; + this.state = 5006; this.name_list(); - this.state = 5012; + this.state = 5008; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 426, this.context) ) { case 1: { - this.state = 5011; + this.state = 5007; this.opt_drop_behavior(); } break; @@ -23142,30 +23165,30 @@ export class PostgreSqlParser extends SQLParserBase { case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5014; + this.state = 5010; this.match(PostgreSqlParser.KW_DROP); - this.state = 5015; + this.state = 5011; this.match(PostgreSqlParser.KW_EVENT); - this.state = 5016; + this.state = 5012; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5018; + this.state = 5014; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { case 1: { - this.state = 5017; + this.state = 5013; this.opt_if_exists(); } break; } - this.state = 5020; + this.state = 5016; this.name_list(); - this.state = 5022; + this.state = 5018; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 433, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 428, this.context) ) { case 1: { - this.state = 5021; + this.state = 5017; this.opt_drop_behavior(); } break; @@ -23175,28 +23198,28 @@ export class PostgreSqlParser extends SQLParserBase { case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5024; + this.state = 5020; this.match(PostgreSqlParser.KW_DROP); - this.state = 5025; + this.state = 5021; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 5027; + this.state = 5023; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 434, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 429, this.context) ) { case 1: { - this.state = 5026; + this.state = 5022; this.opt_if_exists(); } break; } - this.state = 5029; + this.state = 5025; this.name_list(); - this.state = 5031; + this.state = 5027; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 435, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 430, this.context) ) { case 1: { - this.state = 5030; + this.state = 5026; this.opt_drop_behavior(); } break; @@ -23206,32 +23229,32 @@ export class PostgreSqlParser extends SQLParserBase { case 17: this.enterOuterAlt(localContext, 17); { - this.state = 5033; + this.state = 5029; this.match(PostgreSqlParser.KW_DROP); - this.state = 5034; + this.state = 5030; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5035; + this.state = 5031; this.match(PostgreSqlParser.KW_DATA); - this.state = 5036; + this.state = 5032; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 5038; + this.state = 5034; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 436, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { case 1: { - this.state = 5037; + this.state = 5033; this.opt_if_exists(); } break; } - this.state = 5040; + this.state = 5036; this.name_list(); - this.state = 5042; + this.state = 5038; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 437, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { case 1: { - this.state = 5041; + this.state = 5037; this.opt_drop_behavior(); } break; @@ -23241,38 +23264,38 @@ export class PostgreSqlParser extends SQLParserBase { case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5044; + this.state = 5040; this.match(PostgreSqlParser.KW_DROP); - this.state = 5046; + this.state = 5042; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 5045; + this.state = 5041; this.opt_procedural(); } } - this.state = 5048; + this.state = 5044; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5050; + this.state = 5046; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 439, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 434, this.context) ) { case 1: { - this.state = 5049; + this.state = 5045; this.opt_if_exists(); } break; } - this.state = 5052; + this.state = 5048; this.name_list(); - this.state = 5054; + this.state = 5050; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 440, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 435, this.context) ) { case 1: { - this.state = 5053; + this.state = 5049; this.opt_drop_behavior(); } break; @@ -23282,28 +23305,28 @@ export class PostgreSqlParser extends SQLParserBase { case 19: this.enterOuterAlt(localContext, 19); { - this.state = 5056; + this.state = 5052; this.match(PostgreSqlParser.KW_DROP); - this.state = 5057; + this.state = 5053; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 5059; + this.state = 5055; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 441, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 436, this.context) ) { case 1: { - this.state = 5058; + this.state = 5054; this.opt_if_exists(); } break; } - this.state = 5061; + this.state = 5057; this.name_list(); - this.state = 5063; + this.state = 5059; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 442, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 437, this.context) ) { case 1: { - this.state = 5062; + this.state = 5058; this.opt_drop_behavior(); } break; @@ -23313,28 +23336,28 @@ export class PostgreSqlParser extends SQLParserBase { case 20: this.enterOuterAlt(localContext, 20); { - this.state = 5065; + this.state = 5061; this.match(PostgreSqlParser.KW_DROP); - this.state = 5066; + this.state = 5062; this.match(PostgreSqlParser.KW_SERVER); - this.state = 5068; + this.state = 5064; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 443, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 438, this.context) ) { case 1: { - this.state = 5067; + this.state = 5063; this.opt_if_exists(); } break; } - this.state = 5070; + this.state = 5066; this.name_list(); - this.state = 5072; + this.state = 5068; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 444, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 439, this.context) ) { case 1: { - this.state = 5071; + this.state = 5067; this.opt_drop_behavior(); } break; @@ -23344,28 +23367,28 @@ export class PostgreSqlParser extends SQLParserBase { case 21: this.enterOuterAlt(localContext, 21); { - this.state = 5074; + this.state = 5070; this.match(PostgreSqlParser.KW_DROP); - this.state = 5075; + this.state = 5071; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5077; + this.state = 5073; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 445, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 440, this.context) ) { case 1: { - this.state = 5076; + this.state = 5072; this.opt_if_exists(); } break; } - this.state = 5079; + this.state = 5075; this.schema_name_list(); - this.state = 5081; + this.state = 5077; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 446, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 441, this.context) ) { case 1: { - this.state = 5080; + this.state = 5076; this.opt_drop_behavior(); } break; @@ -23375,32 +23398,32 @@ export class PostgreSqlParser extends SQLParserBase { case 22: this.enterOuterAlt(localContext, 22); { - this.state = 5083; + this.state = 5079; this.match(PostgreSqlParser.KW_DROP); - this.state = 5084; + this.state = 5080; this.match(PostgreSqlParser.KW_POLICY); - this.state = 5086; + this.state = 5082; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 447, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 442, this.context) ) { case 1: { - this.state = 5085; + this.state = 5081; this.opt_if_exists(); } break; } - this.state = 5088; + this.state = 5084; this.name(); - this.state = 5089; + this.state = 5085; this.match(PostgreSqlParser.KW_ON); - this.state = 5090; + this.state = 5086; this.any_name(); - this.state = 5092; + this.state = 5088; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 448, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 443, this.context) ) { case 1: { - this.state = 5091; + this.state = 5087; this.opt_drop_behavior(); } break; @@ -23410,32 +23433,32 @@ export class PostgreSqlParser extends SQLParserBase { case 23: this.enterOuterAlt(localContext, 23); { - this.state = 5094; + this.state = 5090; this.match(PostgreSqlParser.KW_DROP); - this.state = 5095; + this.state = 5091; this.match(PostgreSqlParser.KW_RULE); - this.state = 5097; + this.state = 5093; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 449, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 444, this.context) ) { case 1: { - this.state = 5096; + this.state = 5092; this.opt_if_exists(); } break; } - this.state = 5099; + this.state = 5095; this.name(); - this.state = 5100; + this.state = 5096; this.match(PostgreSqlParser.KW_ON); - this.state = 5101; + this.state = 5097; this.any_name(); - this.state = 5103; + this.state = 5099; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 450, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 445, this.context) ) { case 1: { - this.state = 5102; + this.state = 5098; this.opt_drop_behavior(); } break; @@ -23445,32 +23468,32 @@ export class PostgreSqlParser extends SQLParserBase { case 24: this.enterOuterAlt(localContext, 24); { - this.state = 5105; + this.state = 5101; this.match(PostgreSqlParser.KW_DROP); - this.state = 5106; + this.state = 5102; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5108; + this.state = 5104; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 451, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 446, this.context) ) { case 1: { - this.state = 5107; + this.state = 5103; this.opt_if_exists(); } break; } - this.state = 5110; + this.state = 5106; this.name(); - this.state = 5111; + this.state = 5107; this.match(PostgreSqlParser.KW_ON); - this.state = 5112; + this.state = 5108; this.any_name(); - this.state = 5114; + this.state = 5110; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 452, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 447, this.context) ) { case 1: { - this.state = 5113; + this.state = 5109; this.opt_drop_behavior(); } break; @@ -23480,28 +23503,28 @@ export class PostgreSqlParser extends SQLParserBase { case 25: this.enterOuterAlt(localContext, 25); { - this.state = 5116; + this.state = 5112; this.match(PostgreSqlParser.KW_DROP); - this.state = 5117; + this.state = 5113; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5119; + this.state = 5115; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 453, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 448, this.context) ) { case 1: { - this.state = 5118; + this.state = 5114; this.opt_if_exists(); } break; } - this.state = 5121; + this.state = 5117; this.type_name_list(); - this.state = 5123; + this.state = 5119; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 454, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 449, this.context) ) { case 1: { - this.state = 5122; + this.state = 5118; this.opt_drop_behavior(); } break; @@ -23511,28 +23534,28 @@ export class PostgreSqlParser extends SQLParserBase { case 26: this.enterOuterAlt(localContext, 26); { - this.state = 5125; + this.state = 5121; this.match(PostgreSqlParser.KW_DROP); - this.state = 5126; + this.state = 5122; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5128; + this.state = 5124; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 455, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 450, this.context) ) { case 1: { - this.state = 5127; + this.state = 5123; this.opt_if_exists(); } break; } - this.state = 5130; + this.state = 5126; this.type_name_list(); - this.state = 5132; + this.state = 5128; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 456, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 451, this.context) ) { case 1: { - this.state = 5131; + this.state = 5127; this.opt_drop_behavior(); } break; @@ -23542,30 +23565,30 @@ export class PostgreSqlParser extends SQLParserBase { case 27: this.enterOuterAlt(localContext, 27); { - this.state = 5134; + this.state = 5130; this.match(PostgreSqlParser.KW_DROP); - this.state = 5135; + this.state = 5131; this.match(PostgreSqlParser.KW_INDEX); - this.state = 5136; + this.state = 5132; this.match(PostgreSqlParser.KW_CONCURRENTLY); - this.state = 5138; + this.state = 5134; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 457, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 452, this.context) ) { case 1: { - this.state = 5137; + this.state = 5133; this.opt_if_exists(); } break; } - this.state = 5140; + this.state = 5136; this.any_name_list(); - this.state = 5142; + this.state = 5138; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 458, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 453, this.context) ) { case 1: { - this.state = 5141; + this.state = 5137; this.opt_drop_behavior(); } break; @@ -23575,36 +23598,36 @@ export class PostgreSqlParser extends SQLParserBase { case 28: this.enterOuterAlt(localContext, 28); { - this.state = 5144; + this.state = 5140; this.match(PostgreSqlParser.KW_DROP); - this.state = 5145; + this.state = 5141; this.match(PostgreSqlParser.KW_CAST); - this.state = 5147; + this.state = 5143; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 5146; + this.state = 5142; this.opt_if_exists(); } } - this.state = 5149; + this.state = 5145; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5150; + this.state = 5146; this.typename(); - this.state = 5151; + this.state = 5147; this.match(PostgreSqlParser.KW_AS); - this.state = 5152; + this.state = 5148; this.typename(); - this.state = 5153; + this.state = 5149; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 5155; + this.state = 5151; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 455, this.context) ) { case 1: { - this.state = 5154; + this.state = 5150; this.opt_drop_behavior(); } break; @@ -23614,34 +23637,34 @@ export class PostgreSqlParser extends SQLParserBase { case 29: this.enterOuterAlt(localContext, 29); { - this.state = 5157; + this.state = 5153; this.match(PostgreSqlParser.KW_DROP); - this.state = 5158; + this.state = 5154; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5159; + this.state = 5155; this.match(PostgreSqlParser.KW_CLASS); - this.state = 5161; + this.state = 5157; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 461, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 456, this.context) ) { case 1: { - this.state = 5160; + this.state = 5156; this.opt_if_exists(); } break; } - this.state = 5163; + this.state = 5159; this.any_name(); - this.state = 5164; + this.state = 5160; this.match(PostgreSqlParser.KW_USING); - this.state = 5165; + this.state = 5161; this.name(); - this.state = 5167; + this.state = 5163; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 462, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 457, this.context) ) { case 1: { - this.state = 5166; + this.state = 5162; this.opt_drop_behavior(); } break; @@ -23651,34 +23674,34 @@ export class PostgreSqlParser extends SQLParserBase { case 30: this.enterOuterAlt(localContext, 30); { - this.state = 5169; + this.state = 5165; this.match(PostgreSqlParser.KW_DROP); - this.state = 5170; + this.state = 5166; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5171; + this.state = 5167; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 5173; + this.state = 5169; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 458, this.context) ) { case 1: { - this.state = 5172; + this.state = 5168; this.opt_if_exists(); } break; } - this.state = 5175; + this.state = 5171; this.any_name(); - this.state = 5176; + this.state = 5172; this.match(PostgreSqlParser.KW_USING); - this.state = 5177; + this.state = 5173; this.name(); - this.state = 5179; + this.state = 5175; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 459, this.context) ) { case 1: { - this.state = 5178; + this.state = 5174; this.opt_drop_behavior(); } break; @@ -23688,20 +23711,20 @@ export class PostgreSqlParser extends SQLParserBase { case 31: this.enterOuterAlt(localContext, 31); { - this.state = 5181; + this.state = 5177; this.match(PostgreSqlParser.KW_DROP); - this.state = 5182; + this.state = 5178; this.match(PostgreSqlParser.KW_OWNED); - this.state = 5183; + this.state = 5179; this.match(PostgreSqlParser.KW_BY); - this.state = 5184; + this.state = 5180; this.role_list(); - this.state = 5186; + this.state = 5182; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 465, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { case 1: { - this.state = 5185; + this.state = 5181; this.opt_drop_behavior(); } break; @@ -23711,28 +23734,28 @@ export class PostgreSqlParser extends SQLParserBase { case 32: this.enterOuterAlt(localContext, 32); { - this.state = 5188; + this.state = 5184; this.match(PostgreSqlParser.KW_DROP); - this.state = 5189; + this.state = 5185; this.match(PostgreSqlParser.KW_VIEW); - this.state = 5191; + this.state = 5187; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 466, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 461, this.context) ) { case 1: { - this.state = 5190; + this.state = 5186; this.opt_if_exists(); } break; } - this.state = 5193; + this.state = 5189; this.view_nameList(); - this.state = 5195; + this.state = 5191; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 467, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 462, this.context) ) { case 1: { - this.state = 5194; + this.state = 5190; this.opt_drop_behavior(); } break; @@ -23742,28 +23765,28 @@ export class PostgreSqlParser extends SQLParserBase { case 33: this.enterOuterAlt(localContext, 33); { - this.state = 5197; + this.state = 5193; this.match(PostgreSqlParser.KW_DROP); - this.state = 5198; + this.state = 5194; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5200; + this.state = 5196; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 468, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { case 1: { - this.state = 5199; + this.state = 5195; this.opt_if_exists(); } break; } - this.state = 5202; + this.state = 5198; this.name(); - this.state = 5204; + this.state = 5200; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 469, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { case 1: { - this.state = 5203; + this.state = 5199; this.opt_drop_behavior(); } break; @@ -23773,55 +23796,55 @@ export class PostgreSqlParser extends SQLParserBase { case 34: this.enterOuterAlt(localContext, 34); { - this.state = 5206; + this.state = 5202; this.match(PostgreSqlParser.KW_DROP); - this.state = 5207; + this.state = 5203; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 5209; + this.state = 5205; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 470, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 465, this.context) ) { case 1: { - this.state = 5208; + this.state = 5204; this.opt_if_exists(); } break; } - this.state = 5211; + this.state = 5207; this.tablespace_name(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 5212; + this.state = 5208; this.match(PostgreSqlParser.KW_DROP); - this.state = 5213; + this.state = 5209; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 5215; + this.state = 5211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 5214; + this.state = 5210; this.opt_if_exists(); } } - this.state = 5217; + this.state = 5213; this.match(PostgreSqlParser.KW_FOR); - this.state = 5218; + this.state = 5214; this.typename(); - this.state = 5219; + this.state = 5215; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5220; + this.state = 5216; this.name(); - this.state = 5222; + this.state = 5218; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 472, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 467, this.context) ) { case 1: { - this.state = 5221; + this.state = 5217; this.opt_drop_behavior(); } break; @@ -23831,9 +23854,9 @@ export class PostgreSqlParser extends SQLParserBase { case 36: this.enterOuterAlt(localContext, 36); { - this.state = 5224; + this.state = 5220; this.match(PostgreSqlParser.KW_DROP); - this.state = 5225; + this.state = 5221; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -23842,88 +23865,88 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5227; + this.state = 5223; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 473, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 468, this.context) ) { case 1: { - this.state = 5226; + this.state = 5222; this.opt_if_exists(); } break; } - this.state = 5229; + this.state = 5225; this.role_list(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 5230; + this.state = 5226; this.match(PostgreSqlParser.KW_DROP); - this.state = 5231; + this.state = 5227; this.match(PostgreSqlParser.KW_USER); - this.state = 5232; + this.state = 5228; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 5234; + this.state = 5230; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 5233; + this.state = 5229; this.opt_if_exists(); } } - this.state = 5236; + this.state = 5232; this.match(PostgreSqlParser.KW_FOR); - this.state = 5237; + this.state = 5233; this.auth_ident(); - this.state = 5238; + this.state = 5234; this.match(PostgreSqlParser.KW_SERVER); - this.state = 5239; + this.state = 5235; this.name(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 5241; + this.state = 5237; this.match(PostgreSqlParser.KW_DROP); - this.state = 5242; + this.state = 5238; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5244; + this.state = 5240; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 475, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 470, this.context) ) { case 1: { - this.state = 5243; + this.state = 5239; this.opt_if_exists(); } break; } - this.state = 5246; + this.state = 5242; this.database_name(); - this.state = 5254; + this.state = 5250; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 477, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 472, this.context) ) { case 1: { - this.state = 5248; + this.state = 5244; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5247; + this.state = 5243; this.opt_with(); } } - this.state = 5250; + this.state = 5246; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5251; + this.state = 5247; this.drop_option_list(); - this.state = 5252; + this.state = 5248; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -23948,26 +23971,26 @@ export class PostgreSqlParser extends SQLParserBase { } public view_nameList(): View_nameListContext { let localContext = new View_nameListContext(this.context, this.state); - this.enterRule(localContext, 548, PostgreSqlParser.RULE_view_nameList); + this.enterRule(localContext, 550, PostgreSqlParser.RULE_view_nameList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5258; + this.state = 5254; this.view_name(); - this.state = 5263; + this.state = 5259; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5259; + this.state = 5255; this.match(PostgreSqlParser.COMMA); - this.state = 5260; + this.state = 5256; this.view_name(); } } - this.state = 5265; + this.state = 5261; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -23989,29 +24012,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, 550, PostgreSqlParser.RULE_object_type_any_name); + this.enterRule(localContext, 552, PostgreSqlParser.RULE_object_type_any_name); let _la: number; try { - this.state = 5290; + this.state = 5286; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOREIGN: case PostgreSqlParser.KW_TABLE: this.enterOuterAlt(localContext, 1); { - this.state = 5267; + this.state = 5263; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 63) { { - this.state = 5266; + this.state = 5262; this.match(PostgreSqlParser.KW_FOREIGN); } } - this.state = 5269; + this.state = 5265; this.match(PostgreSqlParser.KW_TABLE); - this.state = 5270; + this.state = 5266; this.table_name(); } break; @@ -24019,75 +24042,75 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VIEW: this.enterOuterAlt(localContext, 2); { - this.state = 5272; + this.state = 5268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 5271; + this.state = 5267; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 5274; + this.state = 5270; this.match(PostgreSqlParser.KW_VIEW); - this.state = 5275; + this.state = 5271; this.view_name(); } break; case PostgreSqlParser.KW_INDEX: this.enterOuterAlt(localContext, 3); { - this.state = 5276; + this.state = 5272; this.match(PostgreSqlParser.KW_INDEX); - this.state = 5277; + this.state = 5273; this.any_name(); } break; case PostgreSqlParser.KW_COLLATION: this.enterOuterAlt(localContext, 4); { - this.state = 5278; + this.state = 5274; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 5279; + this.state = 5275; this.any_name(); } break; case PostgreSqlParser.KW_CONVERSION: this.enterOuterAlt(localContext, 5); { - this.state = 5280; + this.state = 5276; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 5281; + this.state = 5277; this.any_name(); } break; case PostgreSqlParser.KW_STATISTICS: this.enterOuterAlt(localContext, 6); { - this.state = 5282; + this.state = 5278; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 5283; + this.state = 5279; this.any_name(); } break; case PostgreSqlParser.KW_SEQUENCE: this.enterOuterAlt(localContext, 7); { - this.state = 5284; + this.state = 5280; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 5285; + this.state = 5281; this.any_name(); } break; case PostgreSqlParser.KW_TEXT: this.enterOuterAlt(localContext, 8); { - this.state = 5286; + this.state = 5282; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5287; + this.state = 5283; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5288; + this.state = 5284; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185 || _la === 283 || _la === 353)) { this.errorHandler.recoverInline(this); @@ -24096,7 +24119,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5289; + this.state = 5285; this.any_name(); } break; @@ -24120,21 +24143,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, 552, PostgreSqlParser.RULE_object_type_name); + this.enterRule(localContext, 554, PostgreSqlParser.RULE_object_type_name); let _la: number; try { - this.state = 5323; + this.state = 5319; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ACCESS: this.enterOuterAlt(localContext, 1); { { - this.state = 5292; + this.state = 5288; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 5293; + this.state = 5289; this.match(PostgreSqlParser.KW_METHOD); - this.state = 5294; + this.state = 5290; this.name(); } } @@ -24143,11 +24166,11 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 5295; + this.state = 5291; this.match(PostgreSqlParser.KW_EVENT); - this.state = 5296; + this.state = 5292; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5297; + this.state = 5293; this.name(); } } @@ -24156,9 +24179,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 5298; + this.state = 5294; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 5299; + this.state = 5295; this.name(); } } @@ -24167,13 +24190,13 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 4); { { - this.state = 5300; + this.state = 5296; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5301; + this.state = 5297; this.match(PostgreSqlParser.KW_DATA); - this.state = 5302; + this.state = 5298; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 5303; + this.state = 5299; this.name(); } } @@ -24183,19 +24206,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 5); { { - this.state = 5305; + this.state = 5301; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 5304; + this.state = 5300; this.opt_procedural(); } } - this.state = 5307; + this.state = 5303; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5308; + this.state = 5304; this.name(); } } @@ -24204,9 +24227,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 6); { { - this.state = 5309; + this.state = 5305; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 5310; + this.state = 5306; this.name(); } } @@ -24215,9 +24238,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 7); { { - this.state = 5311; + this.state = 5307; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5312; + this.state = 5308; this.schema_name(); } } @@ -24226,9 +24249,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 8); { { - this.state = 5313; + this.state = 5309; this.match(PostgreSqlParser.KW_SERVER); - this.state = 5314; + this.state = 5310; this.name(); } } @@ -24237,9 +24260,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 9); { { - this.state = 5315; + this.state = 5311; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5316; + this.state = 5312; this.database_name(); } } @@ -24248,9 +24271,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 10); { { - this.state = 5317; + this.state = 5313; this.match(PostgreSqlParser.KW_ROLE); - this.state = 5318; + this.state = 5314; this.name(); } } @@ -24259,9 +24282,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 11); { { - this.state = 5319; + this.state = 5315; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5320; + this.state = 5316; this.name(); } } @@ -24270,9 +24293,9 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 12); { { - this.state = 5321; + this.state = 5317; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 5322; + this.state = 5318; this.tablespace_name(); } } @@ -24297,12 +24320,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, 554, PostgreSqlParser.RULE_object_type_name_on_any_name); + this.enterRule(localContext, 556, PostgreSqlParser.RULE_object_type_name_on_any_name); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5325; + this.state = 5321; _la = this.tokenStream.LA(1); if(!(_la === 321 || _la === 357 || _la === 445)) { this.errorHandler.recoverInline(this); @@ -24329,26 +24352,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, 556, PostgreSqlParser.RULE_any_name_list); + this.enterRule(localContext, 558, PostgreSqlParser.RULE_any_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5327; + this.state = 5323; this.any_name(); - this.state = 5332; + this.state = 5328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5328; + this.state = 5324; this.match(PostgreSqlParser.COMMA); - this.state = 5329; + this.state = 5325; this.any_name(); } } - this.state = 5334; + this.state = 5330; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -24370,15 +24393,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, 558, PostgreSqlParser.RULE_relation_column_name); + this.enterRule(localContext, 560, PostgreSqlParser.RULE_relation_column_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 5335; + this.state = 5331; this.relation_name(); - this.state = 5336; + this.state = 5332; this.match(PostgreSqlParser.DOT); - this.state = 5337; + this.state = 5333; this.column_name(); } } @@ -24398,7 +24421,41 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_name(): Relation_nameContext { let localContext = new Relation_nameContext(this.context, this.state); - this.enterRule(localContext, 560, PostgreSqlParser.RULE_relation_name); + this.enterRule(localContext, 562, PostgreSqlParser.RULE_relation_name); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 5335; + this.colid(); + this.state = 5337; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 481, this.context) ) { + case 1: + { + this.state = 5336; + this.attrs(); + } + 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 any_name(): Any_nameContext { + let localContext = new Any_nameContext(this.context, this.state); + this.enterRule(localContext, 564, PostgreSqlParser.RULE_any_name); try { this.enterOuterAlt(localContext, 1); { @@ -24406,7 +24463,7 @@ export class PostgreSqlParser extends SQLParserBase { this.colid(); this.state = 5341; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 486, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 482, this.context) ) { case 1: { this.state = 5340; @@ -24430,48 +24487,14 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public any_name(): Any_nameContext { - let localContext = new Any_nameContext(this.context, this.state); - this.enterRule(localContext, 562, PostgreSqlParser.RULE_any_name); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 5343; - this.colid(); - this.state = 5345; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 487, this.context) ) { - case 1: - { - this.state = 5344; - this.attrs(); - } - 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 attrs(): AttrsContext { let localContext = new AttrsContext(this.context, this.state); - this.enterRule(localContext, 564, PostgreSqlParser.RULE_attrs); + this.enterRule(localContext, 566, PostgreSqlParser.RULE_attrs); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5349; + this.state = 5345; this.errorHandler.sync(this); alternative = 1; do { @@ -24479,9 +24502,9 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 5347; + this.state = 5343; this.match(PostgreSqlParser.DOT); - this.state = 5348; + this.state = 5344; this.attr_name(); } } @@ -24489,9 +24512,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5351; + this.state = 5347; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 488, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 483, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -24511,26 +24534,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, 566, PostgreSqlParser.RULE_type_name_list); + this.enterRule(localContext, 568, PostgreSqlParser.RULE_type_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5353; + this.state = 5349; this.typename(); - this.state = 5358; + this.state = 5354; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5354; + this.state = 5350; this.match(PostgreSqlParser.COMMA); - this.state = 5355; + this.state = 5351; this.typename(); } } - this.state = 5360; + this.state = 5356; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -24552,47 +24575,47 @@ export class PostgreSqlParser extends SQLParserBase { } public truncatestmt(): TruncatestmtContext { let localContext = new TruncatestmtContext(this.context, this.state); - this.enterRule(localContext, 568, PostgreSqlParser.RULE_truncatestmt); + this.enterRule(localContext, 570, PostgreSqlParser.RULE_truncatestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5361; + this.state = 5357; this.match(PostgreSqlParser.KW_TRUNCATE); - this.state = 5363; + this.state = 5359; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 5362; + this.state = 5358; this.match(PostgreSqlParser.KW_TABLE); } } - this.state = 5365; + this.state = 5361; this.truncate_table(); - this.state = 5370; + this.state = 5366; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5366; + this.state = 5362; this.match(PostgreSqlParser.COMMA); - this.state = 5367; + this.state = 5363; this.truncate_table(); } } - this.state = 5372; + this.state = 5368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5375; + this.state = 5371; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 492, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 487, this.context) ) { case 1: { - this.state = 5373; + this.state = 5369; _la = this.tokenStream.LA(1); if(!(_la === 167 || _la === 314)) { this.errorHandler.recoverInline(this); @@ -24601,17 +24624,17 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5374; + this.state = 5370; this.match(PostgreSqlParser.KW_IDENTITY); } break; } - this.state = 5378; + this.state = 5374; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 493, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 488, this.context) ) { case 1: { - this.state = 5377; + this.state = 5373; this.opt_drop_behavior(); } break; @@ -24634,29 +24657,29 @@ export class PostgreSqlParser extends SQLParserBase { } public truncate_table(): Truncate_tableContext { let localContext = new Truncate_tableContext(this.context, this.state); - this.enterRule(localContext, 570, PostgreSqlParser.RULE_truncate_table); + this.enterRule(localContext, 572, PostgreSqlParser.RULE_truncate_table); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5381; + this.state = 5377; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 5380; + this.state = 5376; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 5383; + this.state = 5379; this.table_name(); - this.state = 5385; + this.state = 5381; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 5384; + this.state = 5380; this.match(PostgreSqlParser.STAR); } } @@ -24679,402 +24702,402 @@ export class PostgreSqlParser extends SQLParserBase { } public commentstmt(): CommentstmtContext { let localContext = new CommentstmtContext(this.context, this.state); - this.enterRule(localContext, 572, PostgreSqlParser.RULE_commentstmt); + this.enterRule(localContext, 574, PostgreSqlParser.RULE_commentstmt); try { - this.state = 5552; + this.state = 5548; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 497, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 492, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5387; + this.state = 5383; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5388; + this.state = 5384; this.match(PostgreSqlParser.KW_ON); - this.state = 5389; + this.state = 5385; this.object_type_any_name(); - this.state = 5390; + this.state = 5386; this.match(PostgreSqlParser.KW_IS); - this.state = 5391; + this.state = 5387; this.comment_text(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5393; + this.state = 5389; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5394; + this.state = 5390; this.match(PostgreSqlParser.KW_ON); - this.state = 5395; + this.state = 5391; this.match(PostgreSqlParser.KW_COLUMN); - this.state = 5396; + this.state = 5392; this.relation_column_name(); - this.state = 5397; + this.state = 5393; this.match(PostgreSqlParser.KW_IS); - this.state = 5398; + this.state = 5394; this.comment_text(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5400; + this.state = 5396; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5401; + this.state = 5397; this.match(PostgreSqlParser.KW_ON); - this.state = 5402; + this.state = 5398; this.object_type_name(); - this.state = 5403; + this.state = 5399; this.match(PostgreSqlParser.KW_IS); - this.state = 5404; + this.state = 5400; this.comment_text(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5406; + this.state = 5402; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5407; + this.state = 5403; this.match(PostgreSqlParser.KW_ON); - this.state = 5408; + this.state = 5404; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5409; + this.state = 5405; this.typename(); - this.state = 5410; + this.state = 5406; this.match(PostgreSqlParser.KW_IS); - this.state = 5411; + this.state = 5407; this.comment_text(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5413; + this.state = 5409; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5414; + this.state = 5410; this.match(PostgreSqlParser.KW_ON); - this.state = 5415; + this.state = 5411; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5416; + this.state = 5412; this.typename(); - this.state = 5417; + this.state = 5413; this.match(PostgreSqlParser.KW_IS); - this.state = 5418; + this.state = 5414; this.comment_text(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5420; + this.state = 5416; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5421; + this.state = 5417; this.match(PostgreSqlParser.KW_ON); - this.state = 5422; + this.state = 5418; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 5423; + this.state = 5419; this.aggregate_with_argtypes(); - this.state = 5424; + this.state = 5420; this.match(PostgreSqlParser.KW_IS); - this.state = 5425; + this.state = 5421; this.comment_text(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5427; + this.state = 5423; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5428; + this.state = 5424; this.match(PostgreSqlParser.KW_ON); - this.state = 5429; + this.state = 5425; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5430; + this.state = 5426; this.function_with_argtypes(); - this.state = 5431; + this.state = 5427; this.match(PostgreSqlParser.KW_IS); - this.state = 5432; + this.state = 5428; this.comment_text(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5434; + this.state = 5430; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5435; + this.state = 5431; this.match(PostgreSqlParser.KW_ON); - this.state = 5436; + this.state = 5432; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5437; + this.state = 5433; this.operator_with_argtypes(); - this.state = 5438; + this.state = 5434; this.match(PostgreSqlParser.KW_IS); - this.state = 5439; + this.state = 5435; this.comment_text(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5441; + this.state = 5437; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5442; + this.state = 5438; this.match(PostgreSqlParser.KW_ON); - this.state = 5443; + this.state = 5439; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 5444; + this.state = 5440; this.name(); - this.state = 5445; + this.state = 5441; this.match(PostgreSqlParser.KW_ON); - this.state = 5446; + this.state = 5442; this.table_name(); - this.state = 5447; + this.state = 5443; this.match(PostgreSqlParser.KW_IS); - this.state = 5448; + this.state = 5444; this.comment_text(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5450; + this.state = 5446; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5451; + this.state = 5447; + this.match(PostgreSqlParser.KW_ON); + this.state = 5448; + this.match(PostgreSqlParser.KW_CONSTRAINT); + this.state = 5449; + this.name(); + this.state = 5450; 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, 496, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 491, this.context) ) { case 1: { - this.state = 5455; + this.state = 5451; this.match(PostgreSqlParser.KW_DOMAIN); } break; } - this.state = 5458; + this.state = 5454; this.any_name(); - this.state = 5459; + this.state = 5455; this.match(PostgreSqlParser.KW_IS); - this.state = 5460; + this.state = 5456; this.comment_text(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 5462; + this.state = 5458; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5463; + this.state = 5459; this.match(PostgreSqlParser.KW_ON); - this.state = 5464; + this.state = 5460; this.match(PostgreSqlParser.KW_POLICY); - this.state = 5465; + this.state = 5461; this.name(); - this.state = 5466; + this.state = 5462; this.match(PostgreSqlParser.KW_ON); - this.state = 5467; + this.state = 5463; this.any_name(); - this.state = 5468; + this.state = 5464; this.match(PostgreSqlParser.KW_IS); - this.state = 5469; + this.state = 5465; this.comment_text(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 5471; + this.state = 5467; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5472; + this.state = 5468; this.match(PostgreSqlParser.KW_ON); - this.state = 5473; + this.state = 5469; this.match(PostgreSqlParser.KW_RULE); - this.state = 5474; + this.state = 5470; this.name(); - this.state = 5475; + this.state = 5471; this.match(PostgreSqlParser.KW_ON); - this.state = 5476; + this.state = 5472; this.any_name(); - this.state = 5477; + this.state = 5473; this.match(PostgreSqlParser.KW_IS); - this.state = 5478; + this.state = 5474; this.comment_text(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 5480; + this.state = 5476; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5481; + this.state = 5477; this.match(PostgreSqlParser.KW_ON); - this.state = 5482; + this.state = 5478; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5483; + this.state = 5479; this.name(); - this.state = 5484; + this.state = 5480; this.match(PostgreSqlParser.KW_ON); - this.state = 5485; + this.state = 5481; this.any_name(); - this.state = 5486; + this.state = 5482; this.match(PostgreSqlParser.KW_IS); - this.state = 5487; + this.state = 5483; this.comment_text(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 5489; + this.state = 5485; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5490; + this.state = 5486; this.match(PostgreSqlParser.KW_ON); - this.state = 5491; + this.state = 5487; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5492; + this.state = 5488; this.procedure_with_argtypes(); - this.state = 5493; + this.state = 5489; this.match(PostgreSqlParser.KW_IS); - this.state = 5494; + this.state = 5490; this.comment_text(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5496; + this.state = 5492; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5497; + this.state = 5493; this.match(PostgreSqlParser.KW_ON); - this.state = 5498; + this.state = 5494; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5499; + this.state = 5495; this.routine_with_argtypes(); - this.state = 5500; + this.state = 5496; this.match(PostgreSqlParser.KW_IS); - this.state = 5501; + this.state = 5497; this.comment_text(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5503; + this.state = 5499; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5504; + this.state = 5500; this.match(PostgreSqlParser.KW_ON); - this.state = 5505; + this.state = 5501; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 5506; + this.state = 5502; this.match(PostgreSqlParser.KW_FOR); - this.state = 5507; + this.state = 5503; this.typename(); - this.state = 5508; + this.state = 5504; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5509; + this.state = 5505; this.name(); - this.state = 5510; + this.state = 5506; this.match(PostgreSqlParser.KW_IS); - this.state = 5511; + this.state = 5507; this.comment_text(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 5513; + this.state = 5509; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5514; + this.state = 5510; this.match(PostgreSqlParser.KW_ON); - this.state = 5515; + this.state = 5511; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5516; + this.state = 5512; this.match(PostgreSqlParser.KW_CLASS); - this.state = 5517; + this.state = 5513; this.any_name(); - this.state = 5518; + this.state = 5514; this.match(PostgreSqlParser.KW_USING); - this.state = 5519; + this.state = 5515; this.name(); - this.state = 5520; + this.state = 5516; this.match(PostgreSqlParser.KW_IS); - this.state = 5521; + this.state = 5517; this.comment_text(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5523; + this.state = 5519; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5524; + this.state = 5520; this.match(PostgreSqlParser.KW_ON); - this.state = 5525; + this.state = 5521; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5526; + this.state = 5522; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 5527; + this.state = 5523; this.any_name(); - this.state = 5528; + this.state = 5524; this.match(PostgreSqlParser.KW_USING); - this.state = 5529; + this.state = 5525; this.name(); - this.state = 5530; + this.state = 5526; this.match(PostgreSqlParser.KW_IS); - this.state = 5531; + this.state = 5527; this.comment_text(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 5533; + this.state = 5529; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5534; + this.state = 5530; this.match(PostgreSqlParser.KW_ON); - this.state = 5535; + this.state = 5531; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5536; + this.state = 5532; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5537; + this.state = 5533; this.numericonly(); - this.state = 5538; + this.state = 5534; this.match(PostgreSqlParser.KW_IS); - this.state = 5539; + this.state = 5535; this.comment_text(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 5541; + this.state = 5537; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 5542; + this.state = 5538; this.match(PostgreSqlParser.KW_ON); - this.state = 5543; + this.state = 5539; this.match(PostgreSqlParser.KW_CAST); - this.state = 5544; + this.state = 5540; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5545; + this.state = 5541; this.typename(); - this.state = 5546; + this.state = 5542; this.match(PostgreSqlParser.KW_AS); - this.state = 5547; + this.state = 5543; this.typename(); - this.state = 5548; + this.state = 5544; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 5549; + this.state = 5545; this.match(PostgreSqlParser.KW_IS); - this.state = 5550; + this.state = 5546; this.comment_text(); } break; @@ -25096,9 +25119,9 @@ export class PostgreSqlParser extends SQLParserBase { } public comment_text(): Comment_textContext { let localContext = new Comment_textContext(this.context, this.state); - this.enterRule(localContext, 574, PostgreSqlParser.RULE_comment_text); + this.enterRule(localContext, 576, PostgreSqlParser.RULE_comment_text); try { - this.state = 5556; + this.state = 5552; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -25107,14 +25130,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 5554; + this.state = 5550; this.sconst(); } break; case PostgreSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 5555; + this.state = 5551; this.match(PostgreSqlParser.KW_NULL); } break; @@ -25138,297 +25161,297 @@ export class PostgreSqlParser extends SQLParserBase { } public seclabelstmt(): SeclabelstmtContext { let localContext = new SeclabelstmtContext(this.context, this.state); - this.enterRule(localContext, 576, PostgreSqlParser.RULE_seclabelstmt); + this.enterRule(localContext, 578, PostgreSqlParser.RULE_seclabelstmt); let _la: number; try { - this.state = 5667; + this.state = 5663; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 509, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 504, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5558; + this.state = 5554; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5559; + this.state = 5555; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5561; + this.state = 5557; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5560; + this.state = 5556; this.opt_provider(); } } - this.state = 5563; + this.state = 5559; this.match(PostgreSqlParser.KW_ON); - this.state = 5564; + this.state = 5560; this.match(PostgreSqlParser.KW_COLUMN); - this.state = 5565; + this.state = 5561; this.column_name(); - this.state = 5566; + this.state = 5562; this.match(PostgreSqlParser.KW_IS); - this.state = 5567; + this.state = 5563; this.security_label(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5569; + this.state = 5565; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5570; + this.state = 5566; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5572; + this.state = 5568; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5571; + this.state = 5567; this.opt_provider(); } } - this.state = 5574; + this.state = 5570; this.match(PostgreSqlParser.KW_ON); - this.state = 5575; + this.state = 5571; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5576; + this.state = 5572; this.typename(); - this.state = 5577; + this.state = 5573; this.match(PostgreSqlParser.KW_IS); - this.state = 5578; + this.state = 5574; this.security_label(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5580; + this.state = 5576; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5581; + this.state = 5577; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5583; + this.state = 5579; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5582; + this.state = 5578; this.opt_provider(); } } - this.state = 5585; + this.state = 5581; this.match(PostgreSqlParser.KW_ON); - this.state = 5586; + this.state = 5582; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5587; + this.state = 5583; this.typename(); - this.state = 5588; + this.state = 5584; this.match(PostgreSqlParser.KW_IS); - this.state = 5589; + this.state = 5585; this.security_label(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5591; + this.state = 5587; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5592; + this.state = 5588; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5594; + this.state = 5590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5593; + this.state = 5589; this.opt_provider(); } } - this.state = 5596; + this.state = 5592; this.match(PostgreSqlParser.KW_ON); - this.state = 5597; + this.state = 5593; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 5598; + this.state = 5594; this.aggregate_with_argtypes(); - this.state = 5599; + this.state = 5595; this.match(PostgreSqlParser.KW_IS); - this.state = 5600; + this.state = 5596; this.security_label(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5602; + this.state = 5598; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5603; + this.state = 5599; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5605; + this.state = 5601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5604; + this.state = 5600; this.opt_provider(); } } - this.state = 5607; + this.state = 5603; this.match(PostgreSqlParser.KW_ON); - this.state = 5608; + this.state = 5604; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5609; + this.state = 5605; this.function_with_argtypes(); - this.state = 5610; + this.state = 5606; this.match(PostgreSqlParser.KW_IS); - this.state = 5611; + this.state = 5607; this.security_label(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5613; + this.state = 5609; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5614; + this.state = 5610; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5616; + this.state = 5612; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5615; + this.state = 5611; this.opt_provider(); } } - this.state = 5618; + this.state = 5614; this.match(PostgreSqlParser.KW_ON); - this.state = 5619; + this.state = 5615; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5620; + this.state = 5616; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5621; + this.state = 5617; this.numericonly(); - this.state = 5622; + this.state = 5618; this.match(PostgreSqlParser.KW_IS); - this.state = 5623; + this.state = 5619; this.security_label(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5625; + this.state = 5621; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5626; + this.state = 5622; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5628; + this.state = 5624; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5627; + this.state = 5623; this.opt_provider(); } } - this.state = 5630; + this.state = 5626; this.match(PostgreSqlParser.KW_ON); - this.state = 5631; + this.state = 5627; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5632; + this.state = 5628; this.procedure_with_argtypes(); - this.state = 5633; + this.state = 5629; this.match(PostgreSqlParser.KW_IS); - this.state = 5634; + this.state = 5630; this.security_label(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5636; + this.state = 5632; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5637; + this.state = 5633; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5639; + this.state = 5635; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5638; + this.state = 5634; this.opt_provider(); } } - this.state = 5641; + this.state = 5637; this.match(PostgreSqlParser.KW_ON); - this.state = 5642; + this.state = 5638; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5643; + this.state = 5639; this.routine_with_argtypes(); - this.state = 5644; + this.state = 5640; this.match(PostgreSqlParser.KW_IS); - this.state = 5645; + this.state = 5641; this.security_label(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5647; + this.state = 5643; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5648; + this.state = 5644; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5650; + this.state = 5646; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5649; + this.state = 5645; this.opt_provider(); } } - this.state = 5652; + this.state = 5648; this.match(PostgreSqlParser.KW_ON); - this.state = 5653; + this.state = 5649; this.object_type_any_name(); - this.state = 5654; + this.state = 5650; this.match(PostgreSqlParser.KW_IS); - this.state = 5655; + this.state = 5651; this.security_label(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5657; + this.state = 5653; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 5658; + this.state = 5654; this.match(PostgreSqlParser.KW_LABEL); - this.state = 5660; + this.state = 5656; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5659; + this.state = 5655; this.opt_provider(); } } - this.state = 5662; + this.state = 5658; this.match(PostgreSqlParser.KW_ON); - this.state = 5663; + this.state = 5659; this.object_type_name(); - this.state = 5664; + this.state = 5660; this.match(PostgreSqlParser.KW_IS); - this.state = 5665; + this.state = 5661; this.security_label(); } break; @@ -25450,13 +25473,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_provider(): Opt_providerContext { let localContext = new Opt_providerContext(this.context, this.state); - this.enterRule(localContext, 578, PostgreSqlParser.RULE_opt_provider); + this.enterRule(localContext, 580, PostgreSqlParser.RULE_opt_provider); try { this.enterOuterAlt(localContext, 1); { - this.state = 5669; + this.state = 5665; this.match(PostgreSqlParser.KW_FOR); - this.state = 5670; + this.state = 5666; this.nonreservedword_or_sconst(); } } @@ -25476,9 +25499,9 @@ export class PostgreSqlParser extends SQLParserBase { } public security_label(): Security_labelContext { let localContext = new Security_labelContext(this.context, this.state); - this.enterRule(localContext, 580, PostgreSqlParser.RULE_security_label); + this.enterRule(localContext, 582, PostgreSqlParser.RULE_security_label); try { - this.state = 5674; + this.state = 5670; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -25487,14 +25510,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 5672; + this.state = 5668; this.sconst(); } break; case PostgreSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 5673; + this.state = 5669; this.match(PostgreSqlParser.KW_NULL); } break; @@ -25518,26 +25541,26 @@ export class PostgreSqlParser extends SQLParserBase { } public fetchstmt(): FetchstmtContext { let localContext = new FetchstmtContext(this.context, this.state); - this.enterRule(localContext, 582, PostgreSqlParser.RULE_fetchstmt); + this.enterRule(localContext, 584, PostgreSqlParser.RULE_fetchstmt); try { - this.state = 5680; + this.state = 5676; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FETCH: this.enterOuterAlt(localContext, 1); { - this.state = 5676; + this.state = 5672; this.match(PostgreSqlParser.KW_FETCH); - this.state = 5677; + this.state = 5673; this.fetch_args(); } break; case PostgreSqlParser.KW_MOVE: this.enterOuterAlt(localContext, 2); { - this.state = 5678; + this.state = 5674; this.match(PostgreSqlParser.KW_MOVE); - this.state = 5679; + this.state = 5675; this.fetch_args(); } break; @@ -25561,303 +25584,303 @@ export class PostgreSqlParser extends SQLParserBase { } public fetch_args(): Fetch_argsContext { let localContext = new Fetch_argsContext(this.context, this.state); - this.enterRule(localContext, 584, PostgreSqlParser.RULE_fetch_args); + this.enterRule(localContext, 586, PostgreSqlParser.RULE_fetch_args); let _la: number; try { - this.state = 5767; + this.state = 5763; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 526, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 521, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5682; + this.state = 5678; this.cursor_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5683; + this.state = 5679; this.from_in(); - this.state = 5684; + this.state = 5680; this.cursor_name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5686; + this.state = 5682; this.match(PostgreSqlParser.KW_NEXT); - this.state = 5688; + this.state = 5684; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5687; + this.state = 5683; this.opt_from_in(); } } - this.state = 5690; + this.state = 5686; this.cursor_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5691; + this.state = 5687; this.match(PostgreSqlParser.KW_PRIOR); - this.state = 5693; + this.state = 5689; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5692; + this.state = 5688; this.opt_from_in(); } } - this.state = 5695; + this.state = 5691; this.cursor_name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5696; + this.state = 5692; this.match(PostgreSqlParser.KW_FIRST); - this.state = 5698; + this.state = 5694; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5697; + this.state = 5693; this.opt_from_in(); } } - this.state = 5700; + this.state = 5696; this.cursor_name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5701; + this.state = 5697; this.match(PostgreSqlParser.KW_LAST); - this.state = 5703; + this.state = 5699; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5702; + this.state = 5698; this.opt_from_in(); } } - this.state = 5705; + this.state = 5701; this.cursor_name(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5706; + this.state = 5702; this.match(PostgreSqlParser.KW_ABSOLUTE); - this.state = 5707; + this.state = 5703; this.signediconst(); - this.state = 5709; + this.state = 5705; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5708; + this.state = 5704; this.opt_from_in(); } } - this.state = 5711; + this.state = 5707; this.cursor_name(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5713; + this.state = 5709; this.match(PostgreSqlParser.KW_RELATIVE); - this.state = 5714; + this.state = 5710; this.signediconst(); - this.state = 5716; + this.state = 5712; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5715; + this.state = 5711; this.opt_from_in(); } } - this.state = 5718; + this.state = 5714; this.cursor_name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5720; + this.state = 5716; this.signediconst(); - this.state = 5722; + this.state = 5718; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5721; + this.state = 5717; this.opt_from_in(); } } - this.state = 5724; + this.state = 5720; this.cursor_name(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5726; + this.state = 5722; this.match(PostgreSqlParser.KW_ALL); - this.state = 5728; + this.state = 5724; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5727; + this.state = 5723; this.opt_from_in(); } } - this.state = 5730; + this.state = 5726; this.cursor_name(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 5731; + this.state = 5727; this.match(PostgreSqlParser.KW_FORWARD); - this.state = 5733; + this.state = 5729; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5732; + this.state = 5728; this.opt_from_in(); } } - this.state = 5735; + this.state = 5731; this.cursor_name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 5736; + this.state = 5732; this.match(PostgreSqlParser.KW_FORWARD); - this.state = 5737; + this.state = 5733; this.signediconst(); - this.state = 5739; + this.state = 5735; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5738; + this.state = 5734; this.opt_from_in(); } } - this.state = 5741; + this.state = 5737; this.cursor_name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 5743; + this.state = 5739; this.match(PostgreSqlParser.KW_FORWARD); - this.state = 5744; + this.state = 5740; this.match(PostgreSqlParser.KW_ALL); - this.state = 5746; + this.state = 5742; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5745; + this.state = 5741; this.opt_from_in(); } } - this.state = 5748; + this.state = 5744; this.cursor_name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 5749; + this.state = 5745; this.match(PostgreSqlParser.KW_BACKWARD); - this.state = 5751; + this.state = 5747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5750; + this.state = 5746; this.opt_from_in(); } } - this.state = 5753; + this.state = 5749; this.cursor_name(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5754; + this.state = 5750; this.match(PostgreSqlParser.KW_BACKWARD); - this.state = 5755; + this.state = 5751; this.signediconst(); - this.state = 5757; + this.state = 5753; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5756; + this.state = 5752; this.opt_from_in(); } } - this.state = 5759; + this.state = 5755; this.cursor_name(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5761; + this.state = 5757; this.match(PostgreSqlParser.KW_BACKWARD); - this.state = 5762; + this.state = 5758; this.match(PostgreSqlParser.KW_ALL); - this.state = 5764; + this.state = 5760; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 5763; + this.state = 5759; this.opt_from_in(); } } - this.state = 5766; + this.state = 5762; this.cursor_name(); } break; @@ -25879,12 +25902,12 @@ export class PostgreSqlParser extends SQLParserBase { } public from_in(): From_inContext { let localContext = new From_inContext(this.context, this.state); - this.enterRule(localContext, 586, PostgreSqlParser.RULE_from_in); + this.enterRule(localContext, 588, PostgreSqlParser.RULE_from_in); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5769; + this.state = 5765; _la = this.tokenStream.LA(1); if(!(_la === 64 || _la === 68)) { this.errorHandler.recoverInline(this); @@ -25911,11 +25934,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, 588, PostgreSqlParser.RULE_opt_from_in); + this.enterRule(localContext, 590, PostgreSqlParser.RULE_opt_from_in); try { this.enterOuterAlt(localContext, 1); { - this.state = 5771; + this.state = 5767; this.from_in(); } } @@ -25935,28 +25958,28 @@ export class PostgreSqlParser extends SQLParserBase { } public grantstmt(): GrantstmtContext { let localContext = new GrantstmtContext(this.context, this.state); - this.enterRule(localContext, 590, PostgreSqlParser.RULE_grantstmt); + this.enterRule(localContext, 592, PostgreSqlParser.RULE_grantstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5773; + this.state = 5769; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5774; + this.state = 5770; this.privileges(); - this.state = 5775; + this.state = 5771; this.match(PostgreSqlParser.KW_ON); - this.state = 5776; + this.state = 5772; this.privilege_target(); - this.state = 5777; + this.state = 5773; this.match(PostgreSqlParser.KW_TO); - this.state = 5778; + this.state = 5774; this.grantee_list(); - this.state = 5780; + this.state = 5776; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 527, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 522, this.context) ) { case 1: { - this.state = 5779; + this.state = 5775; this.opt_grant_grant_option(); } break; @@ -25979,32 +26002,32 @@ export class PostgreSqlParser extends SQLParserBase { } public revokestmt(): RevokestmtContext { let localContext = new RevokestmtContext(this.context, this.state); - this.enterRule(localContext, 592, PostgreSqlParser.RULE_revokestmt); + this.enterRule(localContext, 594, PostgreSqlParser.RULE_revokestmt); try { - this.state = 5803; + this.state = 5799; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 530, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 525, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5782; + this.state = 5778; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5783; + this.state = 5779; this.privileges(); - this.state = 5784; + this.state = 5780; this.match(PostgreSqlParser.KW_ON); - this.state = 5785; + this.state = 5781; this.privilege_target(); - this.state = 5786; + this.state = 5782; this.match(PostgreSqlParser.KW_FROM); - this.state = 5787; + this.state = 5783; this.grantee_list(); - this.state = 5789; + this.state = 5785; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 528, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 523, this.context) ) { case 1: { - this.state = 5788; + this.state = 5784; this.opt_drop_behavior(); } break; @@ -26014,30 +26037,30 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5791; + this.state = 5787; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5792; + this.state = 5788; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5793; + this.state = 5789; this.match(PostgreSqlParser.KW_OPTION); - this.state = 5794; + this.state = 5790; this.match(PostgreSqlParser.KW_FOR); - this.state = 5795; + this.state = 5791; this.privileges(); - this.state = 5796; + this.state = 5792; this.match(PostgreSqlParser.KW_ON); - this.state = 5797; + this.state = 5793; this.privilege_target(); - this.state = 5798; + this.state = 5794; this.match(PostgreSqlParser.KW_FROM); - this.state = 5799; + this.state = 5795; this.grantee_list(); - this.state = 5801; + this.state = 5797; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 529, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 524, this.context) ) { case 1: { - this.state = 5800; + this.state = 5796; this.opt_drop_behavior(); } break; @@ -26062,66 +26085,66 @@ export class PostgreSqlParser extends SQLParserBase { } public privileges(): PrivilegesContext { let localContext = new PrivilegesContext(this.context, this.state); - this.enterRule(localContext, 594, PostgreSqlParser.RULE_privileges); + this.enterRule(localContext, 596, PostgreSqlParser.RULE_privileges); try { - this.state = 5821; + this.state = 5817; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 531, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 526, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5805; + this.state = 5801; this.privilege_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5806; + this.state = 5802; this.match(PostgreSqlParser.KW_ALL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5807; + this.state = 5803; this.match(PostgreSqlParser.KW_ALL); - this.state = 5808; + this.state = 5804; this.match(PostgreSqlParser.KW_PRIVILEGES); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5809; + this.state = 5805; this.match(PostgreSqlParser.KW_ALL); - this.state = 5810; + this.state = 5806; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5811; + this.state = 5807; this.column_list(); - this.state = 5812; + this.state = 5808; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5814; + this.state = 5810; this.match(PostgreSqlParser.KW_ALL); - this.state = 5815; + this.state = 5811; this.match(PostgreSqlParser.KW_PRIVILEGES); - this.state = 5816; + this.state = 5812; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5817; + this.state = 5813; this.column_list(); - this.state = 5818; + this.state = 5814; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5820; + this.state = 5816; this.beforeprivilegeselectlist(); } break; @@ -26143,26 +26166,26 @@ export class PostgreSqlParser extends SQLParserBase { } public beforeprivilegeselectlist(): BeforeprivilegeselectlistContext { let localContext = new BeforeprivilegeselectlistContext(this.context, this.state); - this.enterRule(localContext, 596, PostgreSqlParser.RULE_beforeprivilegeselectlist); + this.enterRule(localContext, 598, PostgreSqlParser.RULE_beforeprivilegeselectlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5823; + this.state = 5819; this.beforeprivilegeselect(); - this.state = 5828; + this.state = 5824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5824; + this.state = 5820; this.match(PostgreSqlParser.COMMA); - this.state = 5825; + this.state = 5821; this.beforeprivilegeselect(); } } - this.state = 5830; + this.state = 5826; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -26184,12 +26207,12 @@ export class PostgreSqlParser extends SQLParserBase { } public beforeprivilegeselect(): BeforeprivilegeselectContext { let localContext = new BeforeprivilegeselectContext(this.context, this.state); - this.enterRule(localContext, 598, PostgreSqlParser.RULE_beforeprivilegeselect); + this.enterRule(localContext, 600, PostgreSqlParser.RULE_beforeprivilegeselect); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5831; + this.state = 5827; _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); @@ -26216,26 +26239,26 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege_list(): Privilege_listContext { let localContext = new Privilege_listContext(this.context, this.state); - this.enterRule(localContext, 600, PostgreSqlParser.RULE_privilege_list); + this.enterRule(localContext, 602, PostgreSqlParser.RULE_privilege_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5833; + this.state = 5829; this.privilege(); - this.state = 5838; + this.state = 5834; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5834; + this.state = 5830; this.match(PostgreSqlParser.COMMA); - this.state = 5835; + this.state = 5831; this.privilege(); } } - this.state = 5840; + this.state = 5836; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -26257,17 +26280,34 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege(): PrivilegeContext { let localContext = new PrivilegeContext(this.context, this.state); - this.enterRule(localContext, 602, PostgreSqlParser.RULE_privilege); + this.enterRule(localContext, 604, PostgreSqlParser.RULE_privilege); let _la: number; try { - this.state = 5857; + this.state = 5853; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SELECT: this.enterOuterAlt(localContext, 1); { - this.state = 5841; + this.state = 5837; this.match(PostgreSqlParser.KW_SELECT); + this.state = 5839; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 2) { + { + this.state = 5838; + this.opt_column_list(); + } + } + + } + break; + case PostgreSqlParser.KW_REFERENCES: + this.enterOuterAlt(localContext, 2); + { + this.state = 5841; + this.match(PostgreSqlParser.KW_REFERENCES); this.state = 5843; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -26280,11 +26320,11 @@ export class PostgreSqlParser extends SQLParserBase { } break; - case PostgreSqlParser.KW_REFERENCES: - this.enterOuterAlt(localContext, 2); + case PostgreSqlParser.KW_CREATE: + this.enterOuterAlt(localContext, 3); { this.state = 5845; - this.match(PostgreSqlParser.KW_REFERENCES); + this.match(PostgreSqlParser.KW_CREATE); this.state = 5847; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -26295,23 +26335,6 @@ export class PostgreSqlParser extends SQLParserBase { } } - } - break; - case PostgreSqlParser.KW_CREATE: - this.enterOuterAlt(localContext, 3); - { - this.state = 5849; - this.match(PostgreSqlParser.KW_CREATE); - this.state = 5851; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 2) { - { - this.state = 5850; - this.opt_column_list(); - } - } - } break; case PostgreSqlParser.KW_AND: @@ -26715,14 +26738,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 5853; + this.state = 5849; this.colid(); - this.state = 5855; + this.state = 5851; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 5854; + this.state = 5850; this.opt_column_list(); } } @@ -26749,224 +26772,224 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege_target(): Privilege_targetContext { let localContext = new Privilege_targetContext(this.context, this.state); - this.enterRule(localContext, 604, PostgreSqlParser.RULE_privilege_target); + this.enterRule(localContext, 606, PostgreSqlParser.RULE_privilege_target); try { - this.state = 5917; + this.state = 5913; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 539, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 534, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5859; + this.state = 5855; this.qualified_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5860; + this.state = 5856; this.match(PostgreSqlParser.KW_TABLE); - this.state = 5861; + this.state = 5857; this.table_name_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5862; + this.state = 5858; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 5863; + this.state = 5859; this.qualified_name_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5864; + this.state = 5860; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5865; + this.state = 5861; this.match(PostgreSqlParser.KW_DATA); - this.state = 5866; + this.state = 5862; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 5867; + this.state = 5863; this.name_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5868; + this.state = 5864; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5869; + this.state = 5865; this.match(PostgreSqlParser.KW_SERVER); - this.state = 5870; + this.state = 5866; this.name_list(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5871; + this.state = 5867; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5872; + this.state = 5868; this.function_with_argtypes_list(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5873; + this.state = 5869; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5874; + this.state = 5870; this.procedure_with_argtypes_list(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5875; + this.state = 5871; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5876; + this.state = 5872; this.routine_with_argtypes_list(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5877; + this.state = 5873; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5878; + this.state = 5874; this.database_nameList(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 5879; + this.state = 5875; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5880; + this.state = 5876; this.any_name_list(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 5881; + this.state = 5877; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5882; + this.state = 5878; this.name_list(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 5883; + this.state = 5879; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5884; + this.state = 5880; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5885; + this.state = 5881; this.numericonly_list(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 5886; + this.state = 5882; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5887; + this.state = 5883; this.schema_name_list(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 5888; + this.state = 5884; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 5889; + this.state = 5885; this.tablespace_name_list(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 5890; + this.state = 5886; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5891; + this.state = 5887; this.any_name_list(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5892; + this.state = 5888; this.match(PostgreSqlParser.KW_ALL); - this.state = 5893; + this.state = 5889; this.match(PostgreSqlParser.KW_TABLES); - this.state = 5894; + this.state = 5890; this.match(PostgreSqlParser.KW_IN); - this.state = 5895; + this.state = 5891; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5896; + this.state = 5892; this.schema_name_list(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 5897; + this.state = 5893; this.match(PostgreSqlParser.KW_ALL); - this.state = 5898; + this.state = 5894; this.match(PostgreSqlParser.KW_SEQUENCES); - this.state = 5899; + this.state = 5895; this.match(PostgreSqlParser.KW_IN); - this.state = 5900; + this.state = 5896; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5901; + this.state = 5897; this.schema_name_list(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5902; + this.state = 5898; this.match(PostgreSqlParser.KW_ALL); - this.state = 5903; + this.state = 5899; this.match(PostgreSqlParser.KW_FUNCTIONS); - this.state = 5904; + this.state = 5900; this.match(PostgreSqlParser.KW_IN); - this.state = 5905; + this.state = 5901; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5906; + this.state = 5902; this.schema_name_list(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 5907; + this.state = 5903; this.match(PostgreSqlParser.KW_ALL); - this.state = 5908; + this.state = 5904; this.match(PostgreSqlParser.KW_PROCEDURES); - this.state = 5909; + this.state = 5905; this.match(PostgreSqlParser.KW_IN); - this.state = 5910; + this.state = 5906; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5911; + this.state = 5907; this.schema_name_list(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 5912; + this.state = 5908; this.match(PostgreSqlParser.KW_ALL); - this.state = 5913; + this.state = 5909; this.match(PostgreSqlParser.KW_ROUTINES); - this.state = 5914; + this.state = 5910; this.match(PostgreSqlParser.KW_IN); - this.state = 5915; + this.state = 5911; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5916; + this.state = 5912; this.schema_name_list(); } break; @@ -26988,26 +27011,26 @@ export class PostgreSqlParser extends SQLParserBase { } public grantee_list(): Grantee_listContext { let localContext = new Grantee_listContext(this.context, this.state); - this.enterRule(localContext, 606, PostgreSqlParser.RULE_grantee_list); + this.enterRule(localContext, 608, PostgreSqlParser.RULE_grantee_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5919; + this.state = 5915; this.grantee(); - this.state = 5924; + this.state = 5920; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5920; + this.state = 5916; this.match(PostgreSqlParser.COMMA); - this.state = 5921; + this.state = 5917; this.grantee(); } } - this.state = 5926; + this.state = 5922; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -27029,9 +27052,9 @@ export class PostgreSqlParser extends SQLParserBase { } public grantee(): GranteeContext { let localContext = new GranteeContext(this.context, this.state); - this.enterRule(localContext, 608, PostgreSqlParser.RULE_grantee); + this.enterRule(localContext, 610, PostgreSqlParser.RULE_grantee); try { - this.state = 5930; + this.state = 5926; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -27460,16 +27483,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 5927; + this.state = 5923; this.rolespec(); } break; case PostgreSqlParser.KW_GROUP: this.enterOuterAlt(localContext, 2); { - this.state = 5928; + this.state = 5924; this.match(PostgreSqlParser.KW_GROUP); - this.state = 5929; + this.state = 5925; this.rolespec(); } break; @@ -27493,15 +27516,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, 610, PostgreSqlParser.RULE_opt_grant_grant_option); + this.enterRule(localContext, 612, PostgreSqlParser.RULE_opt_grant_grant_option); try { this.enterOuterAlt(localContext, 1); { - this.state = 5932; + this.state = 5928; this.match(PostgreSqlParser.KW_WITH); - this.state = 5933; + this.state = 5929; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5934; + this.state = 5930; this.match(PostgreSqlParser.KW_OPTION); } } @@ -27521,34 +27544,34 @@ export class PostgreSqlParser extends SQLParserBase { } public grantrolestmt(): GrantrolestmtContext { let localContext = new GrantrolestmtContext(this.context, this.state); - this.enterRule(localContext, 612, PostgreSqlParser.RULE_grantrolestmt); + this.enterRule(localContext, 614, PostgreSqlParser.RULE_grantrolestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5936; + this.state = 5932; this.match(PostgreSqlParser.KW_GRANT); - this.state = 5937; + this.state = 5933; this.privilege_list(); - this.state = 5938; + this.state = 5934; this.match(PostgreSqlParser.KW_TO); - this.state = 5939; + this.state = 5935; this.role_list(); - this.state = 5941; + this.state = 5937; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 542, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 537, this.context) ) { case 1: { - this.state = 5940; + this.state = 5936; this.opt_grant_admin_option(); } break; } - this.state = 5944; + this.state = 5940; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 543, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 538, this.context) ) { case 1: { - this.state = 5943; + this.state = 5939; this.opt_granted_by(); } break; @@ -27571,38 +27594,38 @@ export class PostgreSqlParser extends SQLParserBase { } public revokerolestmt(): RevokerolestmtContext { let localContext = new RevokerolestmtContext(this.context, this.state); - this.enterRule(localContext, 614, PostgreSqlParser.RULE_revokerolestmt); + this.enterRule(localContext, 616, PostgreSqlParser.RULE_revokerolestmt); try { - this.state = 5969; + this.state = 5965; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 543, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5946; + this.state = 5942; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5947; + this.state = 5943; this.privilege_list(); - this.state = 5948; + this.state = 5944; this.match(PostgreSqlParser.KW_FROM); - this.state = 5949; + this.state = 5945; this.role_list(); - this.state = 5951; + this.state = 5947; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 544, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 539, this.context) ) { case 1: { - this.state = 5950; + this.state = 5946; this.opt_granted_by(); } break; } - this.state = 5954; + this.state = 5950; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 545, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 540, this.context) ) { case 1: { - this.state = 5953; + this.state = 5949; this.opt_drop_behavior(); } break; @@ -27612,36 +27635,36 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5956; + this.state = 5952; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 5957; + this.state = 5953; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 5958; + this.state = 5954; this.match(PostgreSqlParser.KW_OPTION); - this.state = 5959; + this.state = 5955; this.match(PostgreSqlParser.KW_FOR); - this.state = 5960; + this.state = 5956; this.privilege_list(); - this.state = 5961; + this.state = 5957; this.match(PostgreSqlParser.KW_FROM); - this.state = 5962; + this.state = 5958; this.role_list(); - this.state = 5964; + this.state = 5960; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 546, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 541, this.context) ) { case 1: { - this.state = 5963; + this.state = 5959; this.opt_granted_by(); } break; } - this.state = 5967; + this.state = 5963; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 547, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 542, this.context) ) { case 1: { - this.state = 5966; + this.state = 5962; this.opt_drop_behavior(); } break; @@ -27666,15 +27689,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, 616, PostgreSqlParser.RULE_opt_grant_admin_option); + this.enterRule(localContext, 618, PostgreSqlParser.RULE_opt_grant_admin_option); try { this.enterOuterAlt(localContext, 1); { - this.state = 5971; + this.state = 5967; this.match(PostgreSqlParser.KW_WITH); - this.state = 5972; + this.state = 5968; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 5973; + this.state = 5969; this.match(PostgreSqlParser.KW_OPTION); } } @@ -27694,15 +27717,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, 618, PostgreSqlParser.RULE_opt_granted_by); + this.enterRule(localContext, 620, PostgreSqlParser.RULE_opt_granted_by); try { this.enterOuterAlt(localContext, 1); { - this.state = 5975; + this.state = 5971; this.match(PostgreSqlParser.KW_GRANTED); - this.state = 5976; + this.state = 5972; this.match(PostgreSqlParser.KW_BY); - this.state = 5977; + this.state = 5973; this.rolespec(); } } @@ -27722,19 +27745,19 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdefaultprivilegesstmt(): AlterdefaultprivilegesstmtContext { let localContext = new AlterdefaultprivilegesstmtContext(this.context, this.state); - this.enterRule(localContext, 620, PostgreSqlParser.RULE_alterdefaultprivilegesstmt); + this.enterRule(localContext, 622, PostgreSqlParser.RULE_alterdefaultprivilegesstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5979; + this.state = 5975; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5980; + this.state = 5976; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 5981; + this.state = 5977; this.match(PostgreSqlParser.KW_PRIVILEGES); - this.state = 5982; + this.state = 5978; this.defacloptionlist(); - this.state = 5983; + this.state = 5979; this.defaclaction(); } } @@ -27754,22 +27777,22 @@ export class PostgreSqlParser extends SQLParserBase { } public defacloptionlist(): DefacloptionlistContext { let localContext = new DefacloptionlistContext(this.context, this.state); - this.enterRule(localContext, 622, PostgreSqlParser.RULE_defacloptionlist); + this.enterRule(localContext, 624, PostgreSqlParser.RULE_defacloptionlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5988; + this.state = 5984; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 62 || _la === 68) { { { - this.state = 5985; + this.state = 5981; this.defacloption(); } } - this.state = 5990; + this.state = 5986; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -27791,41 +27814,41 @@ export class PostgreSqlParser extends SQLParserBase { } public defacloption(): DefacloptionContext { let localContext = new DefacloptionContext(this.context, this.state); - this.enterRule(localContext, 624, PostgreSqlParser.RULE_defacloption); + this.enterRule(localContext, 626, PostgreSqlParser.RULE_defacloption); try { - this.state = 6000; + this.state = 5996; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 550, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 545, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5991; + this.state = 5987; this.match(PostgreSqlParser.KW_IN); - this.state = 5992; + this.state = 5988; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5993; + this.state = 5989; this.schema_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5994; + this.state = 5990; this.match(PostgreSqlParser.KW_FOR); - this.state = 5995; + this.state = 5991; this.match(PostgreSqlParser.KW_ROLE); - this.state = 5996; + this.state = 5992; this.role_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5997; + this.state = 5993; this.match(PostgreSqlParser.KW_FOR); - this.state = 5998; + this.state = 5994; this.match(PostgreSqlParser.KW_USER); - this.state = 5999; + this.state = 5995; this.role_list(); } break; @@ -27847,32 +27870,32 @@ export class PostgreSqlParser extends SQLParserBase { } public defaclaction(): DefaclactionContext { let localContext = new DefaclactionContext(this.context, this.state); - this.enterRule(localContext, 626, PostgreSqlParser.RULE_defaclaction); + this.enterRule(localContext, 628, PostgreSqlParser.RULE_defaclaction); try { - this.state = 6032; + this.state = 6028; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 554, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 549, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6002; + this.state = 5998; this.match(PostgreSqlParser.KW_GRANT); - this.state = 6003; + this.state = 5999; this.privileges(); - this.state = 6004; + this.state = 6000; this.match(PostgreSqlParser.KW_ON); - this.state = 6005; + this.state = 6001; this.defacl_privilege_target(); - this.state = 6006; + this.state = 6002; this.match(PostgreSqlParser.KW_TO); - this.state = 6007; + this.state = 6003; this.grantee_list(); - this.state = 6009; + this.state = 6005; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 551, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 546, this.context) ) { case 1: { - this.state = 6008; + this.state = 6004; this.opt_grant_grant_option(); } break; @@ -27882,24 +27905,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6011; + this.state = 6007; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 6012; + this.state = 6008; this.privileges(); - this.state = 6013; + this.state = 6009; this.match(PostgreSqlParser.KW_ON); - this.state = 6014; + this.state = 6010; this.defacl_privilege_target(); - this.state = 6015; + this.state = 6011; this.match(PostgreSqlParser.KW_FROM); - this.state = 6016; + this.state = 6012; this.grantee_list(); - this.state = 6018; + this.state = 6014; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 552, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 547, this.context) ) { case 1: { - this.state = 6017; + this.state = 6013; this.opt_drop_behavior(); } break; @@ -27909,30 +27932,30 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6020; + this.state = 6016; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 6021; + this.state = 6017; this.match(PostgreSqlParser.KW_GRANT); - this.state = 6022; + this.state = 6018; this.match(PostgreSqlParser.KW_OPTION); - this.state = 6023; + this.state = 6019; this.match(PostgreSqlParser.KW_FOR); - this.state = 6024; + this.state = 6020; this.privileges(); - this.state = 6025; + this.state = 6021; this.match(PostgreSqlParser.KW_ON); - this.state = 6026; + this.state = 6022; this.defacl_privilege_target(); - this.state = 6027; + this.state = 6023; this.match(PostgreSqlParser.KW_FROM); - this.state = 6028; + this.state = 6024; this.grantee_list(); - this.state = 6030; + this.state = 6026; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 553, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { case 1: { - this.state = 6029; + this.state = 6025; this.opt_drop_behavior(); } break; @@ -27957,12 +27980,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, 628, PostgreSqlParser.RULE_defacl_privilege_target); + this.enterRule(localContext, 630, PostgreSqlParser.RULE_defacl_privilege_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6034; + this.state = 6030; _la = this.tokenStream.LA(1); if(!(_la === 212 || _la === 329 || _la === 350 || _la === 361 || _la === 455 || _la === 456)) { this.errorHandler.recoverInline(this); @@ -27989,121 +28012,121 @@ export class PostgreSqlParser extends SQLParserBase { } public indexstmt(): IndexstmtContext { let localContext = new IndexstmtContext(this.context, this.state); - this.enterRule(localContext, 630, PostgreSqlParser.RULE_indexstmt); + this.enterRule(localContext, 632, PostgreSqlParser.RULE_indexstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6036; + this.state = 6032; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6038; + this.state = 6034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 98) { { - this.state = 6037; + this.state = 6033; this.opt_unique(); } } - this.state = 6040; + this.state = 6036; this.match(PostgreSqlParser.KW_INDEX); - this.state = 6042; + this.state = 6038; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6041; + this.state = 6037; this.opt_concurrently(); } } - this.state = 6045; + this.state = 6041; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 557, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 552, this.context) ) { case 1: { - this.state = 6044; + this.state = 6040; this.opt_if_not_exists(); } break; } - this.state = 6048; + this.state = 6044; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 6047; + this.state = 6043; this.opt_index_name(); } } - this.state = 6050; + this.state = 6046; this.match(PostgreSqlParser.KW_ON); - this.state = 6051; + this.state = 6047; this.relation_expr(); - this.state = 6053; + this.state = 6049; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 6052; + this.state = 6048; this.access_method_clause(); } } - this.state = 6055; + this.state = 6051; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6056; + this.state = 6052; this.index_params(); - this.state = 6057; + this.state = 6053; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6059; + this.state = 6055; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 560, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 555, this.context) ) { case 1: { - this.state = 6058; + this.state = 6054; this.opt_include(); } break; } - this.state = 6062; + this.state = 6058; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 561, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 556, this.context) ) { case 1: { - this.state = 6061; + this.state = 6057; this.nulls_distinct(); } break; } - this.state = 6065; + this.state = 6061; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 562, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 557, this.context) ) { case 1: { - this.state = 6064; + this.state = 6060; this.opt_reloptions(); } break; } - this.state = 6068; + this.state = 6064; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 563, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 558, this.context) ) { case 1: { - this.state = 6067; + this.state = 6063; this.opttablespace(); } break; } - this.state = 6071; + this.state = 6067; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 6070; + this.state = 6066; this.where_clause(); } } @@ -28126,11 +28149,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_unique(): Opt_uniqueContext { let localContext = new Opt_uniqueContext(this.context, this.state); - this.enterRule(localContext, 632, PostgreSqlParser.RULE_opt_unique); + this.enterRule(localContext, 634, PostgreSqlParser.RULE_opt_unique); try { this.enterOuterAlt(localContext, 1); { - this.state = 6073; + this.state = 6069; this.match(PostgreSqlParser.KW_UNIQUE); } } @@ -28150,11 +28173,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_concurrently(): Opt_concurrentlyContext { let localContext = new Opt_concurrentlyContext(this.context, this.state); - this.enterRule(localContext, 634, PostgreSqlParser.RULE_opt_concurrently); + this.enterRule(localContext, 636, PostgreSqlParser.RULE_opt_concurrently); try { this.enterOuterAlt(localContext, 1); { - this.state = 6075; + this.state = 6071; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } @@ -28174,11 +28197,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, 636, PostgreSqlParser.RULE_opt_index_name); + this.enterRule(localContext, 638, PostgreSqlParser.RULE_opt_index_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 6077; + this.state = 6073; this.name(); } } @@ -28198,13 +28221,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, 638, PostgreSqlParser.RULE_access_method_clause); + this.enterRule(localContext, 640, PostgreSqlParser.RULE_access_method_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6079; + this.state = 6075; this.match(PostgreSqlParser.KW_USING); - this.state = 6080; + this.state = 6076; this.name(); } } @@ -28224,26 +28247,26 @@ export class PostgreSqlParser extends SQLParserBase { } public index_params(): Index_paramsContext { let localContext = new Index_paramsContext(this.context, this.state); - this.enterRule(localContext, 640, PostgreSqlParser.RULE_index_params); + this.enterRule(localContext, 642, PostgreSqlParser.RULE_index_params); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6082; + this.state = 6078; this.index_elem(); - this.state = 6087; + this.state = 6083; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6083; + this.state = 6079; this.match(PostgreSqlParser.COMMA); - this.state = 6084; + this.state = 6080; this.index_elem(); } } - this.state = 6089; + this.state = 6085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -28265,51 +28288,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, 642, PostgreSqlParser.RULE_index_elem_options); + this.enterRule(localContext, 644, PostgreSqlParser.RULE_index_elem_options); let _la: number; try { - this.state = 6113; + this.state = 6109; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 573, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 568, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6091; + this.state = 6087; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 566, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 561, this.context) ) { case 1: { - this.state = 6090; + this.state = 6086; this.opt_collate(); } break; } - this.state = 6094; + this.state = 6090; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 567, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 562, this.context) ) { case 1: { - this.state = 6093; + this.state = 6089; this.opt_class(); } break; } - this.state = 6097; + this.state = 6093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 37 || _la === 55) { { - this.state = 6096; + this.state = 6092; this.opt_asc_desc(); } } - this.state = 6100; + this.state = 6096; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 6099; + this.state = 6095; this.opt_nulls_order(); } } @@ -28319,36 +28342,36 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6103; + this.state = 6099; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 570, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 565, this.context) ) { case 1: { - this.state = 6102; + this.state = 6098; this.opt_collate(); } break; } - this.state = 6105; + this.state = 6101; this.any_name(); - this.state = 6106; + this.state = 6102; this.reloptions(); - this.state = 6108; + this.state = 6104; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 37 || _la === 55) { { - this.state = 6107; + this.state = 6103; this.opt_asc_desc(); } } - this.state = 6111; + this.state = 6107; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 6110; + this.state = 6106; this.opt_nulls_order(); } } @@ -28373,39 +28396,39 @@ export class PostgreSqlParser extends SQLParserBase { } public index_elem(): Index_elemContext { let localContext = new Index_elemContext(this.context, this.state); - this.enterRule(localContext, 644, PostgreSqlParser.RULE_index_elem); + this.enterRule(localContext, 646, PostgreSqlParser.RULE_index_elem); try { - this.state = 6126; + this.state = 6122; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 574, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 569, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6115; + this.state = 6111; this.column_name(); - this.state = 6116; + this.state = 6112; this.index_elem_options(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6118; + this.state = 6114; this.func_expr_windowless(); - this.state = 6119; + this.state = 6115; this.index_elem_options(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6121; + this.state = 6117; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6122; + this.state = 6118; this.a_expr(); - this.state = 6123; + this.state = 6119; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6124; + this.state = 6120; this.index_elem_options(); } break; @@ -28427,17 +28450,17 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_include(): Opt_includeContext { let localContext = new Opt_includeContext(this.context, this.state); - this.enterRule(localContext, 646, PostgreSqlParser.RULE_opt_include); + this.enterRule(localContext, 648, PostgreSqlParser.RULE_opt_include); try { this.enterOuterAlt(localContext, 1); { - this.state = 6128; + this.state = 6124; this.match(PostgreSqlParser.KW_INCLUDE); - this.state = 6129; + this.state = 6125; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6130; + this.state = 6126; this.index_including_params(); - this.state = 6131; + this.state = 6127; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -28457,26 +28480,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, 648, PostgreSqlParser.RULE_index_including_params); + this.enterRule(localContext, 650, PostgreSqlParser.RULE_index_including_params); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6133; + this.state = 6129; this.index_elem(); - this.state = 6138; + this.state = 6134; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6134; + this.state = 6130; this.match(PostgreSqlParser.COMMA); - this.state = 6135; + this.state = 6131; this.index_elem(); } } - this.state = 6140; + this.state = 6136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -28498,13 +28521,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_collate(): Opt_collateContext { let localContext = new Opt_collateContext(this.context, this.state); - this.enterRule(localContext, 650, PostgreSqlParser.RULE_opt_collate); + this.enterRule(localContext, 652, PostgreSqlParser.RULE_opt_collate); try { this.enterOuterAlt(localContext, 1); { - this.state = 6141; + this.state = 6137; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 6142; + this.state = 6138; this.any_name(); } } @@ -28524,11 +28547,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_class(): Opt_classContext { let localContext = new Opt_classContext(this.context, this.state); - this.enterRule(localContext, 652, PostgreSqlParser.RULE_opt_class); + this.enterRule(localContext, 654, PostgreSqlParser.RULE_opt_class); try { this.enterOuterAlt(localContext, 1); { - this.state = 6144; + this.state = 6140; this.any_name(); } } @@ -28548,12 +28571,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, 654, PostgreSqlParser.RULE_opt_asc_desc); + this.enterRule(localContext, 656, PostgreSqlParser.RULE_opt_asc_desc); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6146; + this.state = 6142; _la = this.tokenStream.LA(1); if(!(_la === 37 || _la === 55)) { this.errorHandler.recoverInline(this); @@ -28580,26 +28603,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, 656, PostgreSqlParser.RULE_opt_nulls_order); + this.enterRule(localContext, 658, PostgreSqlParser.RULE_opt_nulls_order); try { - this.state = 6152; + this.state = 6148; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 576, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 571, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6148; + this.state = 6144; this.match(PostgreSqlParser.KW_NULLS); - this.state = 6149; + this.state = 6145; this.match(PostgreSqlParser.KW_FIRST); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6150; + this.state = 6146; this.match(PostgreSqlParser.KW_NULLS); - this.state = 6151; + this.state = 6147; this.match(PostgreSqlParser.KW_LAST); } break; @@ -28621,55 +28644,55 @@ export class PostgreSqlParser extends SQLParserBase { } public createfunctionstmt(): CreatefunctionstmtContext { let localContext = new CreatefunctionstmtContext(this.context, this.state); - this.enterRule(localContext, 658, PostgreSqlParser.RULE_createfunctionstmt); + this.enterRule(localContext, 660, PostgreSqlParser.RULE_createfunctionstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6154; + this.state = 6150; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6156; + this.state = 6152; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 6155; + this.state = 6151; this.opt_or_replace(); } } - this.state = 6162; + this.state = 6158; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: { - this.state = 6158; + this.state = 6154; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6159; + this.state = 6155; this.function_name_create(); } break; case PostgreSqlParser.KW_PROCEDURE: { - this.state = 6160; + this.state = 6156; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 6161; + this.state = 6157; this.procedure_name_create(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6164; + this.state = 6160; this.func_args_with_defaults(); - this.state = 6174; + this.state = 6170; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 580, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 575, this.context) ) { case 1: { - this.state = 6165; + this.state = 6161; this.match(PostgreSqlParser.KW_RETURNS); - this.state = 6172; + this.state = 6168; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -29093,19 +29116,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6166; + this.state = 6162; this.func_return(); } break; case PostgreSqlParser.KW_TABLE: { - this.state = 6167; + this.state = 6163; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6168; + this.state = 6164; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6169; + this.state = 6165; this.table_func_column_list(); - this.state = 6170; + this.state = 6166; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -29115,16 +29138,16 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 6176; + this.state = 6172; this.createfunc_opt_list(); - this.state = 6179; + this.state = 6175; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 581, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 576, this.context) ) { case 1: { - this.state = 6177; + this.state = 6173; this.match(PostgreSqlParser.KW_WITH); - this.state = 6178; + this.state = 6174; this.attrilist(); } break; @@ -29147,32 +29170,32 @@ export class PostgreSqlParser extends SQLParserBase { } public attrilist(): AttrilistContext { let localContext = new AttrilistContext(this.context, this.state); - this.enterRule(localContext, 660, PostgreSqlParser.RULE_attrilist); + this.enterRule(localContext, 662, PostgreSqlParser.RULE_attrilist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6181; + this.state = 6177; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6182; + this.state = 6178; this.colid(); - this.state = 6187; + this.state = 6183; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6183; + this.state = 6179; this.match(PostgreSqlParser.COMMA); - this.state = 6184; + this.state = 6180; this.colid(); } } - this.state = 6189; + this.state = 6185; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6190; + this.state = 6186; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -29192,13 +29215,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, 662, PostgreSqlParser.RULE_opt_or_replace); + this.enterRule(localContext, 664, PostgreSqlParser.RULE_opt_or_replace); try { this.enterOuterAlt(localContext, 1); { - this.state = 6192; + this.state = 6188; this.match(PostgreSqlParser.KW_OR); - this.state = 6193; + this.state = 6189; this.match(PostgreSqlParser.KW_REPLACE); } } @@ -29218,24 +29241,24 @@ export class PostgreSqlParser extends SQLParserBase { } public func_args(): Func_argsContext { let localContext = new Func_argsContext(this.context, this.state); - this.enterRule(localContext, 664, PostgreSqlParser.RULE_func_args); + this.enterRule(localContext, 666, PostgreSqlParser.RULE_func_args); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6195; + this.state = 6191; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6197; + this.state = 6193; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 6196; + this.state = 6192; this.func_args_list(); } } - this.state = 6199; + this.state = 6195; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -29255,26 +29278,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, 666, PostgreSqlParser.RULE_func_args_list); + this.enterRule(localContext, 668, PostgreSqlParser.RULE_func_args_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6201; + this.state = 6197; this.func_arg(); - this.state = 6206; + this.state = 6202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6202; + this.state = 6198; this.match(PostgreSqlParser.COMMA); - this.state = 6203; + this.state = 6199; this.func_arg(); } } - this.state = 6208; + this.state = 6204; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29296,26 +29319,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, 668, PostgreSqlParser.RULE_routine_with_argtypes_list); + this.enterRule(localContext, 670, PostgreSqlParser.RULE_routine_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6209; + this.state = 6205; this.routine_with_argtypes(); - this.state = 6214; + this.state = 6210; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6210; + this.state = 6206; this.match(PostgreSqlParser.COMMA); - this.state = 6211; + this.state = 6207; this.routine_with_argtypes(); } } - this.state = 6216; + this.state = 6212; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29337,39 +29360,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, 670, PostgreSqlParser.RULE_routine_with_argtypes); + this.enterRule(localContext, 672, PostgreSqlParser.RULE_routine_with_argtypes); let _la: number; try { - this.state = 6225; + this.state = 6221; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 587, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 582, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6217; + this.state = 6213; this.routine_name(); - this.state = 6218; + this.state = 6214; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6220; + this.state = 6216; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6221; + this.state = 6217; this.colid(); - this.state = 6223; + this.state = 6219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 6222; + this.state = 6218; this.indirection(); } } @@ -29394,26 +29417,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, 672, PostgreSqlParser.RULE_procedure_with_argtypes_list); + this.enterRule(localContext, 674, PostgreSqlParser.RULE_procedure_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6227; + this.state = 6223; this.procedure_with_argtypes(); - this.state = 6232; + this.state = 6228; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6228; + this.state = 6224; this.match(PostgreSqlParser.COMMA); - this.state = 6229; + this.state = 6225; this.procedure_with_argtypes(); } } - this.state = 6234; + this.state = 6230; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29435,39 +29458,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, 674, PostgreSqlParser.RULE_procedure_with_argtypes); + this.enterRule(localContext, 676, PostgreSqlParser.RULE_procedure_with_argtypes); let _la: number; try { - this.state = 6243; + this.state = 6239; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 590, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 585, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6235; + this.state = 6231; this.procedure_name(); - this.state = 6236; + this.state = 6232; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6238; + this.state = 6234; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6239; + this.state = 6235; this.colid(); - this.state = 6241; + this.state = 6237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 6240; + this.state = 6236; this.indirection(); } } @@ -29492,26 +29515,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, 676, PostgreSqlParser.RULE_function_with_argtypes_list); + this.enterRule(localContext, 678, PostgreSqlParser.RULE_function_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6245; + this.state = 6241; this.function_with_argtypes(); - this.state = 6250; + this.state = 6246; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6246; + this.state = 6242; this.match(PostgreSqlParser.COMMA); - this.state = 6247; + this.state = 6243; this.function_with_argtypes(); } } - this.state = 6252; + this.state = 6248; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29533,39 +29556,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, 678, PostgreSqlParser.RULE_function_with_argtypes); + this.enterRule(localContext, 680, PostgreSqlParser.RULE_function_with_argtypes); let _la: number; try { - this.state = 6261; + this.state = 6257; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 593, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 588, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6253; + this.state = 6249; this.function_name(); - this.state = 6254; + this.state = 6250; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6256; + this.state = 6252; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6257; + this.state = 6253; this.colid(); - this.state = 6259; + this.state = 6255; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 6258; + this.state = 6254; this.indirection(); } } @@ -29590,24 +29613,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, 680, PostgreSqlParser.RULE_func_args_with_defaults); + this.enterRule(localContext, 682, PostgreSqlParser.RULE_func_args_with_defaults); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6263; + this.state = 6259; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6265; + this.state = 6261; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 6264; + this.state = 6260; this.func_args_with_defaults_list(); } } - this.state = 6267; + this.state = 6263; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -29627,26 +29650,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, 682, PostgreSqlParser.RULE_func_args_with_defaults_list); + this.enterRule(localContext, 684, PostgreSqlParser.RULE_func_args_with_defaults_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6269; + this.state = 6265; this.func_arg_with_default(); - this.state = 6274; + this.state = 6270; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6270; + this.state = 6266; this.match(PostgreSqlParser.COMMA); - this.state = 6271; + this.state = 6267; this.func_arg_with_default(); } } - this.state = 6276; + this.state = 6272; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29668,53 +29691,53 @@ export class PostgreSqlParser extends SQLParserBase { } public func_arg(): Func_argContext { let localContext = new Func_argContext(this.context, this.state); - this.enterRule(localContext, 684, PostgreSqlParser.RULE_func_arg); + this.enterRule(localContext, 686, PostgreSqlParser.RULE_func_arg); try { - this.state = 6290; + this.state = 6286; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 598, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 593, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6277; + this.state = 6273; this.arg_class(); - this.state = 6279; + this.state = 6275; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 596, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 591, this.context) ) { case 1: { - this.state = 6278; + this.state = 6274; this.param_name(); } break; } - this.state = 6281; + this.state = 6277; this.func_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6283; + this.state = 6279; this.param_name(); - this.state = 6285; + this.state = 6281; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 597, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 592, this.context) ) { case 1: { - this.state = 6284; + this.state = 6280; this.arg_class(); } break; } - this.state = 6287; + this.state = 6283; this.func_type(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6289; + this.state = 6285; this.func_type(); } break; @@ -29736,22 +29759,22 @@ export class PostgreSqlParser extends SQLParserBase { } public arg_class(): Arg_classContext { let localContext = new Arg_classContext(this.context, this.state); - this.enterRule(localContext, 686, PostgreSqlParser.RULE_arg_class); + this.enterRule(localContext, 688, PostgreSqlParser.RULE_arg_class); try { - this.state = 6299; + this.state = 6295; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 1); { - this.state = 6292; + this.state = 6288; this.match(PostgreSqlParser.KW_IN); - this.state = 6294; + this.state = 6290; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 599, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 594, this.context) ) { case 1: { - this.state = 6293; + this.state = 6289; this.match(PostgreSqlParser.KW_OUT); } break; @@ -29761,21 +29784,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OUT: this.enterOuterAlt(localContext, 2); { - this.state = 6296; + this.state = 6292; this.match(PostgreSqlParser.KW_OUT); } break; case PostgreSqlParser.KW_INOUT: this.enterOuterAlt(localContext, 3); { - this.state = 6297; + this.state = 6293; this.match(PostgreSqlParser.KW_INOUT); } break; case PostgreSqlParser.KW_VARIADIC: this.enterOuterAlt(localContext, 4); { - this.state = 6298; + this.state = 6294; this.match(PostgreSqlParser.KW_VARIADIC); } break; @@ -29799,11 +29822,11 @@ export class PostgreSqlParser extends SQLParserBase { } public param_name(): Param_nameContext { let localContext = new Param_nameContext(this.context, this.state); - this.enterRule(localContext, 688, PostgreSqlParser.RULE_param_name); + this.enterRule(localContext, 690, PostgreSqlParser.RULE_param_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 6301; + this.state = 6297; this.type_function_name(); } } @@ -29823,11 +29846,11 @@ export class PostgreSqlParser extends SQLParserBase { } public func_return(): Func_returnContext { let localContext = new Func_returnContext(this.context, this.state); - this.enterRule(localContext, 690, PostgreSqlParser.RULE_func_return); + this.enterRule(localContext, 692, PostgreSqlParser.RULE_func_return); try { this.enterOuterAlt(localContext, 1); { - this.state = 6303; + this.state = 6299; this.func_type(); } } @@ -29847,43 +29870,43 @@ export class PostgreSqlParser extends SQLParserBase { } public func_type(): Func_typeContext { let localContext = new Func_typeContext(this.context, this.state); - this.enterRule(localContext, 692, PostgreSqlParser.RULE_func_type); + this.enterRule(localContext, 694, PostgreSqlParser.RULE_func_type); try { - this.state = 6317; + this.state = 6313; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 601, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 596, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6305; + this.state = 6301; this.typename(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6306; + this.state = 6302; this.type_function_name(); - this.state = 6307; + this.state = 6303; this.attrs(); - this.state = 6308; + this.state = 6304; this.match(PostgreSqlParser.PERCENT); - this.state = 6309; + this.state = 6305; this.match(PostgreSqlParser.KW_TYPE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6311; + this.state = 6307; this.match(PostgreSqlParser.KW_SETOF); - this.state = 6312; + this.state = 6308; this.type_function_name(); - this.state = 6313; + this.state = 6309; this.attrs(); - this.state = 6314; + this.state = 6310; this.match(PostgreSqlParser.PERCENT); - this.state = 6315; + this.state = 6311; this.match(PostgreSqlParser.KW_TYPE); } break; @@ -29905,19 +29928,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, 694, PostgreSqlParser.RULE_func_arg_with_default); + this.enterRule(localContext, 696, PostgreSqlParser.RULE_func_arg_with_default); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6319; + this.state = 6315; this.func_arg(); - this.state = 6322; + this.state = 6318; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 53) { { - this.state = 6320; + this.state = 6316; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 53)) { this.errorHandler.recoverInline(this); @@ -29926,7 +29949,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6321; + this.state = 6317; this.a_expr(); } } @@ -29949,11 +29972,11 @@ export class PostgreSqlParser extends SQLParserBase { } public aggr_arg(): Aggr_argContext { let localContext = new Aggr_argContext(this.context, this.state); - this.enterRule(localContext, 696, PostgreSqlParser.RULE_aggr_arg); + this.enterRule(localContext, 698, PostgreSqlParser.RULE_aggr_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 6324; + this.state = 6320; this.func_arg(); } } @@ -29973,29 +29996,41 @@ export class PostgreSqlParser extends SQLParserBase { } public aggr_args(): Aggr_argsContext { let localContext = new Aggr_argsContext(this.context, this.state); - this.enterRule(localContext, 698, PostgreSqlParser.RULE_aggr_args); + this.enterRule(localContext, 700, PostgreSqlParser.RULE_aggr_args); try { this.enterOuterAlt(localContext, 1); { - this.state = 6326; + this.state = 6322; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6337; + this.state = 6333; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 603, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 598, this.context) ) { case 1: { - this.state = 6327; + this.state = 6323; this.match(PostgreSqlParser.STAR); } break; case 2: { - this.state = 6328; + this.state = 6324; this.aggr_args_list(); } break; case 3: { + this.state = 6325; + this.match(PostgreSqlParser.KW_ORDER); + this.state = 6326; + this.match(PostgreSqlParser.KW_BY); + this.state = 6327; + this.aggr_args_list(); + } + break; + case 4: + { + this.state = 6328; + this.aggr_args_list(); this.state = 6329; this.match(PostgreSqlParser.KW_ORDER); this.state = 6330; @@ -30004,20 +30039,8 @@ export class PostgreSqlParser extends SQLParserBase { this.aggr_args_list(); } break; - case 4: - { - this.state = 6332; - this.aggr_args_list(); - this.state = 6333; - this.match(PostgreSqlParser.KW_ORDER); - this.state = 6334; - this.match(PostgreSqlParser.KW_BY); - this.state = 6335; - this.aggr_args_list(); - } - break; } - this.state = 6339; + this.state = 6335; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -30037,26 +30060,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, 700, PostgreSqlParser.RULE_aggr_args_list); + this.enterRule(localContext, 702, PostgreSqlParser.RULE_aggr_args_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6341; + this.state = 6337; this.aggr_arg(); - this.state = 6346; + this.state = 6342; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6342; + this.state = 6338; this.match(PostgreSqlParser.COMMA); - this.state = 6343; + this.state = 6339; this.aggr_arg(); } } - this.state = 6348; + this.state = 6344; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30078,13 +30101,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, 702, PostgreSqlParser.RULE_aggregate_with_argtypes); + this.enterRule(localContext, 704, PostgreSqlParser.RULE_aggregate_with_argtypes); try { this.enterOuterAlt(localContext, 1); { - this.state = 6349; + this.state = 6345; this.function_name(); - this.state = 6350; + this.state = 6346; this.aggr_args(); } } @@ -30104,26 +30127,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, 704, PostgreSqlParser.RULE_aggregate_with_argtypes_list); + this.enterRule(localContext, 706, PostgreSqlParser.RULE_aggregate_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6352; + this.state = 6348; this.aggregate_with_argtypes(); - this.state = 6357; + this.state = 6353; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6353; + this.state = 6349; this.match(PostgreSqlParser.COMMA); - this.state = 6354; + this.state = 6350; this.aggregate_with_argtypes(); } } - this.state = 6359; + this.state = 6355; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30145,12 +30168,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, 706, PostgreSqlParser.RULE_createfunc_opt_list); + this.enterRule(localContext, 708, PostgreSqlParser.RULE_createfunc_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6361; + this.state = 6357; this.errorHandler.sync(this); alternative = 1; do { @@ -30158,7 +30181,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 6360; + this.state = 6356; this.createfunc_opt_item(); } } @@ -30166,9 +30189,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6363; + this.state = 6359; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 606, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 601, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -30188,163 +30211,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, 708, PostgreSqlParser.RULE_common_func_opt_item); + this.enterRule(localContext, 710, PostgreSqlParser.RULE_common_func_opt_item); try { - this.state = 6400; + this.state = 6396; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 607, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 602, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6365; + this.state = 6361; this.match(PostgreSqlParser.KW_CALLED); - this.state = 6366; + this.state = 6362; this.match(PostgreSqlParser.KW_ON); - this.state = 6367; + this.state = 6363; this.match(PostgreSqlParser.KW_NULL); - this.state = 6368; + this.state = 6364; this.match(PostgreSqlParser.KW_INPUT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6369; + this.state = 6365; this.match(PostgreSqlParser.KW_RETURNS); - this.state = 6370; + this.state = 6366; this.match(PostgreSqlParser.KW_NULL); - this.state = 6371; + this.state = 6367; this.match(PostgreSqlParser.KW_ON); - this.state = 6372; + this.state = 6368; this.match(PostgreSqlParser.KW_NULL); - this.state = 6373; + this.state = 6369; this.match(PostgreSqlParser.KW_INPUT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6374; + this.state = 6370; this.match(PostgreSqlParser.KW_STRICT); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6375; + this.state = 6371; this.match(PostgreSqlParser.KW_IMMUTABLE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 6376; + this.state = 6372; this.match(PostgreSqlParser.KW_STABLE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 6377; + this.state = 6373; this.match(PostgreSqlParser.KW_VOLATILE); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 6378; + this.state = 6374; this.match(PostgreSqlParser.KW_EXTERNAL); - this.state = 6379; + this.state = 6375; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6380; + this.state = 6376; this.match(PostgreSqlParser.KW_DEFINER); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 6381; + this.state = 6377; this.match(PostgreSqlParser.KW_EXTERNAL); - this.state = 6382; + this.state = 6378; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6383; + this.state = 6379; this.match(PostgreSqlParser.KW_INVOKER); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 6384; + this.state = 6380; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6385; + this.state = 6381; this.match(PostgreSqlParser.KW_DEFINER); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 6386; + this.state = 6382; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 6387; + this.state = 6383; this.match(PostgreSqlParser.KW_INVOKER); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 6388; + this.state = 6384; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 6389; + this.state = 6385; this.match(PostgreSqlParser.KW_NOT); - this.state = 6390; + this.state = 6386; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 6391; + this.state = 6387; this.match(PostgreSqlParser.KW_COST); - this.state = 6392; + this.state = 6388; this.numericonly(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 6393; + this.state = 6389; this.match(PostgreSqlParser.KW_ROWS); - this.state = 6394; + this.state = 6390; this.numericonly(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 6395; + this.state = 6391; this.match(PostgreSqlParser.KW_SUPPORT); - this.state = 6396; + this.state = 6392; this.any_name(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 6397; + this.state = 6393; this.functionsetresetclause(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 6398; + this.state = 6394; this.match(PostgreSqlParser.KW_PARALLEL); - this.state = 6399; + this.state = 6395; this.colid(); } break; @@ -30366,80 +30389,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, 710, PostgreSqlParser.RULE_createfunc_opt_item); + this.enterRule(localContext, 712, PostgreSqlParser.RULE_createfunc_opt_item); try { - this.state = 6427; + this.state = 6423; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 609, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 604, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6402; + this.state = 6398; this.match(PostgreSqlParser.KW_AS); - this.state = 6403; + this.state = 6399; this.sconst(); - this.state = 6404; + this.state = 6400; this.match(PostgreSqlParser.COMMA); - this.state = 6405; + this.state = 6401; this.sconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6407; + this.state = 6403; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6408; + this.state = 6404; this.nonreservedword_or_sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6409; + this.state = 6405; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 6410; + this.state = 6406; this.transform_type_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6411; + this.state = 6407; this.match(PostgreSqlParser.KW_WINDOW); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 6412; + this.state = 6408; this.match(PostgreSqlParser.KW_SET); - this.state = 6413; + this.state = 6409; this.colid(); - this.state = 6420; + this.state = 6416; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TO: { - this.state = 6414; + this.state = 6410; this.match(PostgreSqlParser.KW_TO); - this.state = 6415; + this.state = 6411; this.colid(); } break; case PostgreSqlParser.EQUAL: { - this.state = 6416; + this.state = 6412; this.match(PostgreSqlParser.EQUAL); - this.state = 6417; + this.state = 6413; this.colid(); } break; case PostgreSqlParser.KW_FROM: { - this.state = 6418; + this.state = 6414; this.match(PostgreSqlParser.KW_FROM); - this.state = 6419; + this.state = 6415; this.match(PostgreSqlParser.KW_CURRENT); } break; @@ -30451,30 +30474,30 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 6422; + this.state = 6418; this.match(PostgreSqlParser.KW_AS); - this.state = 6423; + this.state = 6419; this.colid(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 6424; + this.state = 6420; this.stmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 6425; + this.state = 6421; this.common_func_opt_item(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 6426; + this.state = 6422; this.colid(); } break; @@ -30496,34 +30519,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, 712, PostgreSqlParser.RULE_transform_type_list); + this.enterRule(localContext, 714, PostgreSqlParser.RULE_transform_type_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6429; + this.state = 6425; this.match(PostgreSqlParser.KW_FOR); - this.state = 6430; + this.state = 6426; this.match(PostgreSqlParser.KW_TYPE); - this.state = 6431; + this.state = 6427; this.typename(); - this.state = 6438; + this.state = 6434; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6432; + this.state = 6428; this.match(PostgreSqlParser.COMMA); - this.state = 6433; + this.state = 6429; this.match(PostgreSqlParser.KW_FOR); - this.state = 6434; + this.state = 6430; this.match(PostgreSqlParser.KW_TYPE); - this.state = 6435; + this.state = 6431; this.typename(); } } - this.state = 6440; + this.state = 6436; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30545,13 +30568,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_definition(): Opt_definitionContext { let localContext = new Opt_definitionContext(this.context, this.state); - this.enterRule(localContext, 714, PostgreSqlParser.RULE_opt_definition); + this.enterRule(localContext, 716, PostgreSqlParser.RULE_opt_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 6441; + this.state = 6437; this.match(PostgreSqlParser.KW_WITH); - this.state = 6442; + this.state = 6438; this.definition(); } } @@ -30571,13 +30594,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, 716, PostgreSqlParser.RULE_table_func_column); + this.enterRule(localContext, 718, PostgreSqlParser.RULE_table_func_column); try { this.enterOuterAlt(localContext, 1); { - this.state = 6444; + this.state = 6440; this.column_name(); - this.state = 6445; + this.state = 6441; this.func_type(); } } @@ -30597,26 +30620,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, 718, PostgreSqlParser.RULE_table_func_column_list); + this.enterRule(localContext, 720, PostgreSqlParser.RULE_table_func_column_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6447; + this.state = 6443; this.table_func_column(); - this.state = 6452; + this.state = 6448; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6448; + this.state = 6444; this.match(PostgreSqlParser.COMMA); - this.state = 6449; + this.state = 6445; this.table_func_column(); } } - this.state = 6454; + this.state = 6450; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -30638,22 +30661,22 @@ export class PostgreSqlParser extends SQLParserBase { } public alterfunctionstmt(): AlterfunctionstmtContext { let localContext = new AlterfunctionstmtContext(this.context, this.state); - this.enterRule(localContext, 720, PostgreSqlParser.RULE_alterfunctionstmt); + this.enterRule(localContext, 722, PostgreSqlParser.RULE_alterfunctionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 6455; + this.state = 6451; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6456; + this.state = 6452; this.alterFunctionTypeClause(); - this.state = 6457; + this.state = 6453; this.alterfunc_opt_list(); - this.state = 6459; + this.state = 6455; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 612, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 607, this.context) ) { case 1: { - this.state = 6458; + this.state = 6454; this.opt_restrict(); } break; @@ -30676,35 +30699,35 @@ export class PostgreSqlParser extends SQLParserBase { } public alterFunctionTypeClause(): AlterFunctionTypeClauseContext { let localContext = new AlterFunctionTypeClauseContext(this.context, this.state); - this.enterRule(localContext, 722, PostgreSqlParser.RULE_alterFunctionTypeClause); + this.enterRule(localContext, 724, PostgreSqlParser.RULE_alterFunctionTypeClause); try { - this.state = 6467; + this.state = 6463; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 1); { - this.state = 6461; + this.state = 6457; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6462; + this.state = 6458; this.function_with_argtypes(); } break; case PostgreSqlParser.KW_PROCEDURE: this.enterOuterAlt(localContext, 2); { - this.state = 6463; + this.state = 6459; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 6464; + this.state = 6460; this.procedure_with_argtypes(); } break; case PostgreSqlParser.KW_ROUTINE: this.enterOuterAlt(localContext, 3); { - this.state = 6465; + this.state = 6461; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 6466; + this.state = 6462; this.routine_with_argtypes(); } break; @@ -30728,12 +30751,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, 724, PostgreSqlParser.RULE_alterfunc_opt_list); + this.enterRule(localContext, 726, PostgreSqlParser.RULE_alterfunc_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6470; + this.state = 6466; this.errorHandler.sync(this); alternative = 1; do { @@ -30741,7 +30764,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 6469; + this.state = 6465; this.common_func_opt_item(); } } @@ -30749,9 +30772,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6472; + this.state = 6468; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 614, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 609, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -30771,11 +30794,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_restrict(): Opt_restrictContext { let localContext = new Opt_restrictContext(this.context, this.state); - this.enterRule(localContext, 726, PostgreSqlParser.RULE_opt_restrict); + this.enterRule(localContext, 728, PostgreSqlParser.RULE_opt_restrict); try { this.enterOuterAlt(localContext, 1); { - this.state = 6474; + this.state = 6470; this.match(PostgreSqlParser.KW_RESTRICT); } } @@ -30795,36 +30818,36 @@ export class PostgreSqlParser extends SQLParserBase { } public removefuncstmt(): RemovefuncstmtContext { let localContext = new RemovefuncstmtContext(this.context, this.state); - this.enterRule(localContext, 728, PostgreSqlParser.RULE_removefuncstmt); + this.enterRule(localContext, 730, PostgreSqlParser.RULE_removefuncstmt); try { - this.state = 6503; + this.state = 6499; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 621, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 616, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6476; + this.state = 6472; this.match(PostgreSqlParser.KW_DROP); - this.state = 6477; + this.state = 6473; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6479; + this.state = 6475; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 615, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 610, this.context) ) { case 1: { - this.state = 6478; + this.state = 6474; this.opt_if_exists(); } break; } - this.state = 6481; + this.state = 6477; this.function_with_argtypes_list(); - this.state = 6483; + this.state = 6479; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 616, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 611, this.context) ) { case 1: { - this.state = 6482; + this.state = 6478; this.opt_drop_behavior(); } break; @@ -30834,28 +30857,28 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6485; + this.state = 6481; this.match(PostgreSqlParser.KW_DROP); - this.state = 6486; + this.state = 6482; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 6488; + this.state = 6484; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 617, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 612, this.context) ) { case 1: { - this.state = 6487; + this.state = 6483; this.opt_if_exists(); } break; } - this.state = 6490; + this.state = 6486; this.procedure_with_argtypes_list(); - this.state = 6492; + this.state = 6488; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 618, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 613, this.context) ) { case 1: { - this.state = 6491; + this.state = 6487; this.opt_drop_behavior(); } break; @@ -30865,28 +30888,28 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6494; + this.state = 6490; this.match(PostgreSqlParser.KW_DROP); - this.state = 6495; + this.state = 6491; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 6497; + this.state = 6493; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 619, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 614, this.context) ) { case 1: { - this.state = 6496; + this.state = 6492; this.opt_if_exists(); } break; } - this.state = 6499; + this.state = 6495; this.routine_with_argtypes_list(); - this.state = 6501; + this.state = 6497; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 620, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 615, this.context) ) { case 1: { - this.state = 6500; + this.state = 6496; this.opt_drop_behavior(); } break; @@ -30911,32 +30934,32 @@ export class PostgreSqlParser extends SQLParserBase { } public removeaggrstmt(): RemoveaggrstmtContext { let localContext = new RemoveaggrstmtContext(this.context, this.state); - this.enterRule(localContext, 730, PostgreSqlParser.RULE_removeaggrstmt); + this.enterRule(localContext, 732, PostgreSqlParser.RULE_removeaggrstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 6505; + this.state = 6501; this.match(PostgreSqlParser.KW_DROP); - this.state = 6506; + this.state = 6502; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 6508; + this.state = 6504; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 622, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 617, this.context) ) { case 1: { - this.state = 6507; + this.state = 6503; this.opt_if_exists(); } break; } - this.state = 6510; + this.state = 6506; this.aggregate_with_argtypes_list(); - this.state = 6512; + this.state = 6508; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 623, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 618, this.context) ) { case 1: { - this.state = 6511; + this.state = 6507; this.opt_drop_behavior(); } break; @@ -30959,32 +30982,32 @@ export class PostgreSqlParser extends SQLParserBase { } public removeoperstmt(): RemoveoperstmtContext { let localContext = new RemoveoperstmtContext(this.context, this.state); - this.enterRule(localContext, 732, PostgreSqlParser.RULE_removeoperstmt); + this.enterRule(localContext, 734, PostgreSqlParser.RULE_removeoperstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 6514; + this.state = 6510; this.match(PostgreSqlParser.KW_DROP); - this.state = 6515; + this.state = 6511; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 6517; + this.state = 6513; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 624, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 619, this.context) ) { case 1: { - this.state = 6516; + this.state = 6512; this.opt_if_exists(); } break; } - this.state = 6519; + this.state = 6515; this.operator_with_argtypes_list(); - this.state = 6521; + this.state = 6517; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 625, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 620, this.context) ) { case 1: { - this.state = 6520; + this.state = 6516; this.opt_drop_behavior(); } break; @@ -31007,64 +31030,64 @@ export class PostgreSqlParser extends SQLParserBase { } public oper_argtypes(): Oper_argtypesContext { let localContext = new Oper_argtypesContext(this.context, this.state); - this.enterRule(localContext, 734, PostgreSqlParser.RULE_oper_argtypes); + this.enterRule(localContext, 736, PostgreSqlParser.RULE_oper_argtypes); try { - this.state = 6545; + this.state = 6541; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 626, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 621, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6523; + this.state = 6519; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6524; + this.state = 6520; this.typename(); - this.state = 6525; + this.state = 6521; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6527; + this.state = 6523; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6528; + this.state = 6524; this.typename(); - this.state = 6529; + this.state = 6525; this.match(PostgreSqlParser.COMMA); - this.state = 6530; + this.state = 6526; this.typename(); - this.state = 6531; + this.state = 6527; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6533; + this.state = 6529; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6534; + this.state = 6530; this.match(PostgreSqlParser.KW_NONE); - this.state = 6535; + this.state = 6531; this.match(PostgreSqlParser.COMMA); - this.state = 6536; + this.state = 6532; this.typename(); - this.state = 6537; + this.state = 6533; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6539; + this.state = 6535; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6540; + this.state = 6536; this.typename(); - this.state = 6541; + this.state = 6537; this.match(PostgreSqlParser.COMMA); - this.state = 6542; + this.state = 6538; this.match(PostgreSqlParser.KW_NONE); - this.state = 6543; + this.state = 6539; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -31086,28 +31109,28 @@ export class PostgreSqlParser extends SQLParserBase { } public any_operator(): Any_operatorContext { let localContext = new Any_operatorContext(this.context, this.state); - this.enterRule(localContext, 736, PostgreSqlParser.RULE_any_operator); + this.enterRule(localContext, 738, PostgreSqlParser.RULE_any_operator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6552; + this.state = 6548; 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)) & 1610785331) !== 0) || _la === 586) { { { - this.state = 6547; + this.state = 6543; this.colid(); - this.state = 6548; + this.state = 6544; this.match(PostgreSqlParser.DOT); } } - this.state = 6554; + this.state = 6550; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6555; + this.state = 6551; this.all_op(); } } @@ -31127,26 +31150,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, 738, PostgreSqlParser.RULE_operator_with_argtypes_list); + this.enterRule(localContext, 740, PostgreSqlParser.RULE_operator_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6557; + this.state = 6553; this.operator_with_argtypes(); - this.state = 6562; + this.state = 6558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6558; + this.state = 6554; this.match(PostgreSqlParser.COMMA); - this.state = 6559; + this.state = 6555; this.operator_with_argtypes(); } } - this.state = 6564; + this.state = 6560; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -31168,13 +31191,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, 740, PostgreSqlParser.RULE_operator_with_argtypes); + this.enterRule(localContext, 742, PostgreSqlParser.RULE_operator_with_argtypes); try { this.enterOuterAlt(localContext, 1); { - this.state = 6565; + this.state = 6561; this.any_operator(); - this.state = 6566; + this.state = 6562; this.oper_argtypes(); } } @@ -31194,13 +31217,13 @@ export class PostgreSqlParser extends SQLParserBase { } public dostmt(): DostmtContext { let localContext = new DostmtContext(this.context, this.state); - this.enterRule(localContext, 742, PostgreSqlParser.RULE_dostmt); + this.enterRule(localContext, 744, PostgreSqlParser.RULE_dostmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 6568; + this.state = 6564; this.match(PostgreSqlParser.KW_DO); - this.state = 6569; + this.state = 6565; this.dostmt_opt_list(); } } @@ -31220,12 +31243,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, 744, PostgreSqlParser.RULE_dostmt_opt_list); + this.enterRule(localContext, 746, PostgreSqlParser.RULE_dostmt_opt_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6572; + this.state = 6568; this.errorHandler.sync(this); alternative = 1; do { @@ -31233,7 +31256,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 6571; + this.state = 6567; this.dostmt_opt_item(); } } @@ -31241,9 +31264,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6574; + this.state = 6570; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 629, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 624, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -31263,9 +31286,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, 746, PostgreSqlParser.RULE_dostmt_opt_item); + this.enterRule(localContext, 748, PostgreSqlParser.RULE_dostmt_opt_item); try { - this.state = 6579; + this.state = 6575; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -31274,16 +31297,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 6576; + this.state = 6572; this.sconst(); } break; case PostgreSqlParser.KW_LANGUAGE: this.enterOuterAlt(localContext, 2); { - this.state = 6577; + this.state = 6573; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6578; + this.state = 6574; this.nonreservedword_or_sconst(); } break; @@ -31307,40 +31330,40 @@ export class PostgreSqlParser extends SQLParserBase { } public createcaststmt(): CreatecaststmtContext { let localContext = new CreatecaststmtContext(this.context, this.state); - this.enterRule(localContext, 748, PostgreSqlParser.RULE_createcaststmt); + this.enterRule(localContext, 750, PostgreSqlParser.RULE_createcaststmt); try { - this.state = 6618; + this.state = 6614; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 634, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 629, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6581; + this.state = 6577; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6582; + this.state = 6578; this.match(PostgreSqlParser.KW_CAST); - this.state = 6583; + this.state = 6579; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6584; + this.state = 6580; this.typename(); - this.state = 6585; + this.state = 6581; this.match(PostgreSqlParser.KW_AS); - this.state = 6586; + this.state = 6582; this.typename(); - this.state = 6587; + this.state = 6583; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6588; + this.state = 6584; this.match(PostgreSqlParser.KW_WITH); - this.state = 6589; + this.state = 6585; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6590; + this.state = 6586; this.function_with_argtypes(); - this.state = 6592; + this.state = 6588; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 631, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 626, this.context) ) { case 1: { - this.state = 6591; + this.state = 6587; this.cast_context(); } break; @@ -31350,30 +31373,30 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6594; + this.state = 6590; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6595; + this.state = 6591; this.match(PostgreSqlParser.KW_CAST); - this.state = 6596; + this.state = 6592; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6597; + this.state = 6593; this.typename(); - this.state = 6598; + this.state = 6594; this.match(PostgreSqlParser.KW_AS); - this.state = 6599; + this.state = 6595; this.typename(); - this.state = 6600; + this.state = 6596; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6601; + this.state = 6597; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 6602; + this.state = 6598; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6604; + this.state = 6600; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 632, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 627, this.context) ) { case 1: { - this.state = 6603; + this.state = 6599; this.cast_context(); } break; @@ -31383,30 +31406,30 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6606; + this.state = 6602; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6607; + this.state = 6603; this.match(PostgreSqlParser.KW_CAST); - this.state = 6608; + this.state = 6604; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6609; + this.state = 6605; this.typename(); - this.state = 6610; + this.state = 6606; this.match(PostgreSqlParser.KW_AS); - this.state = 6611; + this.state = 6607; this.typename(); - this.state = 6612; + this.state = 6608; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6613; + this.state = 6609; this.match(PostgreSqlParser.KW_WITH); - this.state = 6614; + this.state = 6610; this.match(PostgreSqlParser.KW_INOUT); - this.state = 6616; + this.state = 6612; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 633, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 628, this.context) ) { case 1: { - this.state = 6615; + this.state = 6611; this.cast_context(); } break; @@ -31431,26 +31454,26 @@ export class PostgreSqlParser extends SQLParserBase { } public cast_context(): Cast_contextContext { let localContext = new Cast_contextContext(this.context, this.state); - this.enterRule(localContext, 750, PostgreSqlParser.RULE_cast_context); + this.enterRule(localContext, 752, PostgreSqlParser.RULE_cast_context); try { - this.state = 6624; + this.state = 6620; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 635, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 630, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6620; + this.state = 6616; this.match(PostgreSqlParser.KW_AS); - this.state = 6621; + this.state = 6617; this.match(PostgreSqlParser.KW_IMPLICIT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6622; + this.state = 6618; this.match(PostgreSqlParser.KW_AS); - this.state = 6623; + this.state = 6619; this.match(PostgreSqlParser.KW_ASSIGNMENT); } break; @@ -31472,13 +31495,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, 752, PostgreSqlParser.RULE_opt_if_exists); + this.enterRule(localContext, 754, PostgreSqlParser.RULE_opt_if_exists); try { this.enterOuterAlt(localContext, 1); { - this.state = 6626; + this.state = 6622; this.match(PostgreSqlParser.KW_IF); - this.state = 6627; + this.state = 6623; this.match(PostgreSqlParser.KW_EXISTS); } } @@ -31498,38 +31521,38 @@ export class PostgreSqlParser extends SQLParserBase { } public createtransformstmt(): CreatetransformstmtContext { let localContext = new CreatetransformstmtContext(this.context, this.state); - this.enterRule(localContext, 754, PostgreSqlParser.RULE_createtransformstmt); + this.enterRule(localContext, 756, PostgreSqlParser.RULE_createtransformstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6629; + this.state = 6625; this.match(PostgreSqlParser.KW_CREATE); - this.state = 6631; + this.state = 6627; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 6630; + this.state = 6626; this.opt_or_replace(); } } - this.state = 6633; + this.state = 6629; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 6634; + this.state = 6630; this.match(PostgreSqlParser.KW_FOR); - this.state = 6635; + this.state = 6631; this.typename(); - this.state = 6636; + this.state = 6632; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6637; + this.state = 6633; this.name(); - this.state = 6638; + this.state = 6634; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6639; + this.state = 6635; this.transform_element_list(); - this.state = 6640; + this.state = 6636; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -31549,92 +31572,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, 756, PostgreSqlParser.RULE_transform_element_list); + this.enterRule(localContext, 758, PostgreSqlParser.RULE_transform_element_list); try { - this.state = 6676; + this.state = 6672; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 637, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 632, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6642; + this.state = 6638; this.match(PostgreSqlParser.KW_FROM); - this.state = 6643; + this.state = 6639; this.match(PostgreSqlParser.KW_SQL); - this.state = 6644; + this.state = 6640; this.match(PostgreSqlParser.KW_WITH); - this.state = 6645; + this.state = 6641; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6646; + this.state = 6642; this.function_with_argtypes(); - this.state = 6647; + this.state = 6643; this.match(PostgreSqlParser.COMMA); - this.state = 6648; + this.state = 6644; this.match(PostgreSqlParser.KW_TO); - this.state = 6649; + this.state = 6645; this.match(PostgreSqlParser.KW_SQL); - this.state = 6650; + this.state = 6646; this.match(PostgreSqlParser.KW_WITH); - this.state = 6651; + this.state = 6647; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6652; + this.state = 6648; this.function_with_argtypes(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6654; + this.state = 6650; this.match(PostgreSqlParser.KW_TO); - this.state = 6655; + this.state = 6651; this.match(PostgreSqlParser.KW_SQL); - this.state = 6656; + this.state = 6652; this.match(PostgreSqlParser.KW_WITH); - this.state = 6657; + this.state = 6653; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6658; + this.state = 6654; this.function_with_argtypes(); - this.state = 6659; + this.state = 6655; this.match(PostgreSqlParser.COMMA); - this.state = 6660; + this.state = 6656; this.match(PostgreSqlParser.KW_FROM); - this.state = 6661; + this.state = 6657; this.match(PostgreSqlParser.KW_SQL); - this.state = 6662; + this.state = 6658; this.match(PostgreSqlParser.KW_WITH); - this.state = 6663; + this.state = 6659; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6664; + this.state = 6660; this.function_with_argtypes(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6666; + this.state = 6662; this.match(PostgreSqlParser.KW_FROM); - this.state = 6667; + this.state = 6663; this.match(PostgreSqlParser.KW_SQL); - this.state = 6668; + this.state = 6664; this.match(PostgreSqlParser.KW_WITH); - this.state = 6669; + this.state = 6665; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6670; + this.state = 6666; this.function_with_argtypes(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6671; + this.state = 6667; this.match(PostgreSqlParser.KW_TO); - this.state = 6672; + this.state = 6668; this.match(PostgreSqlParser.KW_SQL); - this.state = 6673; + this.state = 6669; this.match(PostgreSqlParser.KW_WITH); - this.state = 6674; + this.state = 6670; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6675; + this.state = 6671; this.function_with_argtypes(); } break; @@ -31656,56 +31679,56 @@ export class PostgreSqlParser extends SQLParserBase { } public reindexstmt(): ReindexstmtContext { let localContext = new ReindexstmtContext(this.context, this.state); - this.enterRule(localContext, 758, PostgreSqlParser.RULE_reindexstmt); + this.enterRule(localContext, 760, PostgreSqlParser.RULE_reindexstmt); try { - this.state = 6694; + this.state = 6690; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 638, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 633, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6678; + this.state = 6674; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6679; + this.state = 6675; this.reindex_target_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6680; + this.state = 6676; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6681; + this.state = 6677; this.reindex_target_multitable(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6682; + this.state = 6678; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6683; + this.state = 6679; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6684; + this.state = 6680; this.reindex_option_list(); - this.state = 6685; + this.state = 6681; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6686; + this.state = 6682; this.reindex_target_type(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6688; + this.state = 6684; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 6689; + this.state = 6685; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6690; + this.state = 6686; this.reindex_option_list(); - this.state = 6691; + this.state = 6687; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6692; + this.state = 6688; this.reindex_target_multitable(); } break; @@ -31727,29 +31750,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, 760, PostgreSqlParser.RULE_reindex_target_type); + this.enterRule(localContext, 762, PostgreSqlParser.RULE_reindex_target_type); let _la: number; try { - this.state = 6706; + this.state = 6702; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INDEX: this.enterOuterAlt(localContext, 1); { { - this.state = 6696; + this.state = 6692; this.match(PostgreSqlParser.KW_INDEX); - this.state = 6698; + this.state = 6694; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6697; + this.state = 6693; this.opt_concurrently(); } } - this.state = 6700; + this.state = 6696; this.qualified_name(); } } @@ -31758,19 +31781,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 6701; + this.state = 6697; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6703; + this.state = 6699; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6702; + this.state = 6698; this.opt_concurrently(); } } - this.state = 6705; + this.state = 6701; this.table_name(); } } @@ -31795,29 +31818,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, 762, PostgreSqlParser.RULE_reindex_target_multitable); + this.enterRule(localContext, 764, PostgreSqlParser.RULE_reindex_target_multitable); let _la: number; try { - this.state = 6723; + this.state = 6719; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SCHEMA: this.enterOuterAlt(localContext, 1); { { - this.state = 6708; + this.state = 6704; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 6710; + this.state = 6706; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6709; + this.state = 6705; this.opt_concurrently(); } } - this.state = 6712; + this.state = 6708; this.schema_name(); } } @@ -31826,19 +31849,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 6713; + this.state = 6709; this.match(PostgreSqlParser.KW_SYSTEM); - this.state = 6715; + this.state = 6711; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6714; + this.state = 6710; this.opt_concurrently(); } } - this.state = 6717; + this.state = 6713; this.name(); } } @@ -31847,19 +31870,19 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 6718; + this.state = 6714; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 6720; + this.state = 6716; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 6719; + this.state = 6715; this.opt_concurrently(); } } - this.state = 6722; + this.state = 6718; this.database_name(); } } @@ -31884,26 +31907,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, 764, PostgreSqlParser.RULE_reindex_option_list); + this.enterRule(localContext, 766, PostgreSqlParser.RULE_reindex_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6725; + this.state = 6721; this.reindex_option_elem(); - this.state = 6730; + this.state = 6726; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6726; + this.state = 6722; this.match(PostgreSqlParser.COMMA); - this.state = 6727; + this.state = 6723; this.reindex_option_elem(); } } - this.state = 6732; + this.state = 6728; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -31925,11 +31948,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, 766, PostgreSqlParser.RULE_reindex_option_elem); + this.enterRule(localContext, 768, PostgreSqlParser.RULE_reindex_option_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 6733; + this.state = 6729; this.match(PostgreSqlParser.KW_VERBOSE); } } @@ -31949,38 +31972,38 @@ export class PostgreSqlParser extends SQLParserBase { } public altertblspcstmt(): AltertblspcstmtContext { let localContext = new AltertblspcstmtContext(this.context, this.state); - this.enterRule(localContext, 768, PostgreSqlParser.RULE_altertblspcstmt); + this.enterRule(localContext, 770, PostgreSqlParser.RULE_altertblspcstmt); try { - this.state = 6747; + this.state = 6743; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 647, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 642, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6735; + this.state = 6731; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6736; + this.state = 6732; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 6737; + this.state = 6733; this.tablespace_name(); - this.state = 6738; + this.state = 6734; this.match(PostgreSqlParser.KW_SET); - this.state = 6739; + this.state = 6735; this.reloptions(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6741; + this.state = 6737; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6742; + this.state = 6738; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 6743; + this.state = 6739; this.tablespace_name(); - this.state = 6744; + this.state = 6740; this.match(PostgreSqlParser.KW_RESET); - this.state = 6745; + this.state = 6741; this.reloptions(); } break; @@ -32002,991 +32025,991 @@ export class PostgreSqlParser extends SQLParserBase { } public renamestmt(): RenamestmtContext { let localContext = new RenamestmtContext(this.context, this.state); - this.enterRule(localContext, 770, PostgreSqlParser.RULE_renamestmt); + this.enterRule(localContext, 772, PostgreSqlParser.RULE_renamestmt); let _la: number; try { - this.state = 7140; + this.state = 7136; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 666, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 661, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6749; + this.state = 6745; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6750; + this.state = 6746; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 6751; + this.state = 6747; this.aggregate_with_argtypes(); - this.state = 6752; + this.state = 6748; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6753; + this.state = 6749; this.match(PostgreSqlParser.KW_TO); - this.state = 6754; + this.state = 6750; this.name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6756; + this.state = 6752; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6757; + this.state = 6753; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 6758; + this.state = 6754; this.any_name(); - this.state = 6759; + this.state = 6755; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6760; + this.state = 6756; this.match(PostgreSqlParser.KW_TO); - this.state = 6761; + this.state = 6757; this.name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6763; + this.state = 6759; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6764; + this.state = 6760; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 6765; + this.state = 6761; this.any_name(); - this.state = 6766; + this.state = 6762; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6767; + this.state = 6763; this.match(PostgreSqlParser.KW_TO); - this.state = 6768; + this.state = 6764; this.name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6770; + this.state = 6766; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6771; + this.state = 6767; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 6772; + this.state = 6768; this.database_name(); - this.state = 6773; + this.state = 6769; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6774; + this.state = 6770; this.match(PostgreSqlParser.KW_TO); - this.state = 6775; + this.state = 6771; this.database_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 6777; + this.state = 6773; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6778; + this.state = 6774; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 6779; + this.state = 6775; this.any_name(); - this.state = 6780; + this.state = 6776; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6781; + this.state = 6777; this.match(PostgreSqlParser.KW_TO); - this.state = 6782; + this.state = 6778; this.name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 6784; + this.state = 6780; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6785; + this.state = 6781; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 6786; + this.state = 6782; this.any_name(); - this.state = 6787; + this.state = 6783; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6788; + this.state = 6784; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 6789; + this.state = 6785; this.name(); - this.state = 6790; + this.state = 6786; this.match(PostgreSqlParser.KW_TO); - this.state = 6791; + this.state = 6787; this.name(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 6793; + this.state = 6789; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6794; + this.state = 6790; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 6795; + this.state = 6791; this.match(PostgreSqlParser.KW_DATA); - this.state = 6796; + this.state = 6792; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 6797; + this.state = 6793; this.name(); - this.state = 6798; + this.state = 6794; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6799; + this.state = 6795; this.match(PostgreSqlParser.KW_TO); - this.state = 6800; + this.state = 6796; this.name(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 6802; + this.state = 6798; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6803; + this.state = 6799; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 6804; + this.state = 6800; this.function_with_argtypes(); - this.state = 6805; + this.state = 6801; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6806; + this.state = 6802; this.match(PostgreSqlParser.KW_TO); - this.state = 6807; + this.state = 6803; this.function_name_create(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 6809; + this.state = 6805; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6810; + this.state = 6806; this.match(PostgreSqlParser.KW_GROUP); - this.state = 6811; + this.state = 6807; this.roleid(); - this.state = 6812; + this.state = 6808; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6813; + this.state = 6809; this.match(PostgreSqlParser.KW_TO); - this.state = 6814; + this.state = 6810; this.roleid(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 6816; + this.state = 6812; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6818; + this.state = 6814; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 6817; + this.state = 6813; this.opt_procedural(); } } - this.state = 6820; + this.state = 6816; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 6821; + this.state = 6817; this.name(); - this.state = 6822; + this.state = 6818; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6823; + this.state = 6819; this.match(PostgreSqlParser.KW_TO); - this.state = 6824; + this.state = 6820; this.name(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 6826; + this.state = 6822; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6827; + this.state = 6823; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 6828; + this.state = 6824; this.match(PostgreSqlParser.KW_CLASS); - this.state = 6829; + this.state = 6825; this.any_name(); - this.state = 6830; + this.state = 6826; this.match(PostgreSqlParser.KW_USING); - this.state = 6831; + this.state = 6827; this.name(); - this.state = 6832; + this.state = 6828; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6833; + this.state = 6829; this.match(PostgreSqlParser.KW_TO); - this.state = 6834; + this.state = 6830; this.name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 6836; + this.state = 6832; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6837; + this.state = 6833; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 6838; + this.state = 6834; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 6839; + this.state = 6835; this.any_name(); - this.state = 6840; + this.state = 6836; this.match(PostgreSqlParser.KW_USING); - this.state = 6841; + this.state = 6837; this.name(); - this.state = 6842; + this.state = 6838; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6843; + this.state = 6839; this.match(PostgreSqlParser.KW_TO); - this.state = 6844; + this.state = 6840; this.name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 6846; + this.state = 6842; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6847; + this.state = 6843; this.match(PostgreSqlParser.KW_POLICY); - this.state = 6849; + this.state = 6845; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 649, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 644, this.context) ) { case 1: { - this.state = 6848; + this.state = 6844; this.opt_if_exists(); } break; } - this.state = 6851; + this.state = 6847; this.name(); - this.state = 6852; + this.state = 6848; this.match(PostgreSqlParser.KW_ON); - this.state = 6853; + this.state = 6849; this.qualified_name(); - this.state = 6854; + this.state = 6850; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6855; + this.state = 6851; this.match(PostgreSqlParser.KW_TO); - this.state = 6856; + this.state = 6852; this.name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 6858; + this.state = 6854; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6859; + this.state = 6855; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 6860; + this.state = 6856; this.procedure_with_argtypes(); - this.state = 6861; + this.state = 6857; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6862; + this.state = 6858; this.match(PostgreSqlParser.KW_TO); - this.state = 6863; + this.state = 6859; this.procedure_name_create(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 6865; + this.state = 6861; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6866; + this.state = 6862; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 6867; + this.state = 6863; this.name(); - this.state = 6868; + this.state = 6864; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6869; + this.state = 6865; this.match(PostgreSqlParser.KW_TO); - this.state = 6870; + this.state = 6866; this.name(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 6872; + this.state = 6868; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6873; + this.state = 6869; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 6874; + this.state = 6870; this.routine_with_argtypes(); - this.state = 6875; + this.state = 6871; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6876; + this.state = 6872; this.match(PostgreSqlParser.KW_TO); - this.state = 6877; + this.state = 6873; this.name(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 6879; + this.state = 6875; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6880; + this.state = 6876; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 6881; + this.state = 6877; this.schema_name(); - this.state = 6882; + this.state = 6878; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6883; + this.state = 6879; this.match(PostgreSqlParser.KW_TO); - this.state = 6884; + this.state = 6880; this.schema_name_create(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 6886; + this.state = 6882; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6887; + this.state = 6883; this.match(PostgreSqlParser.KW_SERVER); - this.state = 6888; + this.state = 6884; this.name(); - this.state = 6889; + this.state = 6885; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6890; + this.state = 6886; this.match(PostgreSqlParser.KW_TO); - this.state = 6891; + this.state = 6887; this.name(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 6893; + this.state = 6889; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6894; + this.state = 6890; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 6895; + this.state = 6891; this.name(); - this.state = 6896; + this.state = 6892; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6897; + this.state = 6893; this.match(PostgreSqlParser.KW_TO); - this.state = 6898; + this.state = 6894; this.name(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 6900; + this.state = 6896; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6901; + this.state = 6897; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6903; + this.state = 6899; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 650, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 645, this.context) ) { case 1: { - this.state = 6902; + this.state = 6898; this.opt_if_exists(); } break; } - this.state = 6905; + this.state = 6901; this.relation_expr(); - this.state = 6906; + this.state = 6902; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6907; + this.state = 6903; this.match(PostgreSqlParser.KW_TO); - this.state = 6908; + this.state = 6904; this.table_name_create(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 6910; + this.state = 6906; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6911; + this.state = 6907; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 6913; + this.state = 6909; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 651, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 646, this.context) ) { case 1: { - this.state = 6912; + this.state = 6908; this.opt_if_exists(); } break; } - this.state = 6915; + this.state = 6911; this.qualified_name(); - this.state = 6916; + this.state = 6912; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6917; + this.state = 6913; this.match(PostgreSqlParser.KW_TO); - this.state = 6918; + this.state = 6914; this.name(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 6920; + this.state = 6916; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6921; + this.state = 6917; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6923; + this.state = 6919; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 652, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 647, this.context) ) { case 1: { - this.state = 6922; + this.state = 6918; this.opt_if_exists(); } break; } - this.state = 6925; + this.state = 6921; this.view_name(); - this.state = 6926; + this.state = 6922; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6927; + this.state = 6923; this.match(PostgreSqlParser.KW_TO); - this.state = 6928; + this.state = 6924; this.view_name_create(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 6930; + this.state = 6926; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6931; + this.state = 6927; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 6932; + this.state = 6928; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6934; + this.state = 6930; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 653, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 648, this.context) ) { case 1: { - this.state = 6933; + this.state = 6929; this.opt_if_exists(); } break; } - this.state = 6936; + this.state = 6932; this.view_name(); - this.state = 6937; + this.state = 6933; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6938; + this.state = 6934; this.match(PostgreSqlParser.KW_TO); - this.state = 6939; + this.state = 6935; this.view_name_create(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 6941; + this.state = 6937; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6942; + this.state = 6938; this.match(PostgreSqlParser.KW_INDEX); - this.state = 6944; + this.state = 6940; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 654, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 649, this.context) ) { case 1: { - this.state = 6943; + this.state = 6939; this.opt_if_exists(); } break; } - this.state = 6946; + this.state = 6942; this.qualified_name(); - this.state = 6947; + this.state = 6943; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6948; + this.state = 6944; this.match(PostgreSqlParser.KW_TO); - this.state = 6949; + this.state = 6945; this.name(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 6951; + this.state = 6947; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6952; + this.state = 6948; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 6953; + this.state = 6949; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6955; + this.state = 6951; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 655, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 650, this.context) ) { case 1: { - this.state = 6954; + this.state = 6950; this.opt_if_exists(); } break; } - this.state = 6957; + this.state = 6953; this.relation_expr(); - this.state = 6958; + this.state = 6954; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6959; + this.state = 6955; this.match(PostgreSqlParser.KW_TO); - this.state = 6960; + this.state = 6956; this.table_name_create(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 6962; + this.state = 6958; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6963; + this.state = 6959; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6965; + this.state = 6961; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 656, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 651, this.context) ) { case 1: { - this.state = 6964; + this.state = 6960; this.opt_if_exists(); } break; } - this.state = 6967; + this.state = 6963; this.relation_expr(); - this.state = 6968; + this.state = 6964; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6970; + this.state = 6966; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 657, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 652, this.context) ) { case 1: { - this.state = 6969; + this.state = 6965; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 6972; + this.state = 6968; this.column_name(); - this.state = 6973; + this.state = 6969; this.match(PostgreSqlParser.KW_TO); - this.state = 6974; + this.state = 6970; this.column_name_create(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 6976; + this.state = 6972; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6977; + this.state = 6973; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6979; + this.state = 6975; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 658, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 653, this.context) ) { case 1: { - this.state = 6978; + this.state = 6974; this.opt_if_exists(); } break; } - this.state = 6981; + this.state = 6977; this.view_name(); - this.state = 6982; + this.state = 6978; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6984; + this.state = 6980; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 659, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 654, this.context) ) { case 1: { - this.state = 6983; + this.state = 6979; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 6986; + this.state = 6982; this.column_name(); - this.state = 6987; + this.state = 6983; this.match(PostgreSqlParser.KW_TO); - this.state = 6988; + this.state = 6984; this.column_name_create(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 6990; + this.state = 6986; this.match(PostgreSqlParser.KW_ALTER); - this.state = 6991; + this.state = 6987; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 6992; + this.state = 6988; this.match(PostgreSqlParser.KW_VIEW); - this.state = 6994; + this.state = 6990; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 660, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 655, this.context) ) { case 1: { - this.state = 6993; + this.state = 6989; this.opt_if_exists(); } break; } - this.state = 6996; + this.state = 6992; this.view_name(); - this.state = 6997; + this.state = 6993; this.match(PostgreSqlParser.KW_RENAME); - this.state = 6999; + this.state = 6995; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 661, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 656, this.context) ) { case 1: { - this.state = 6998; + this.state = 6994; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 7001; + this.state = 6997; this.column_name(); - this.state = 7002; + this.state = 6998; this.match(PostgreSqlParser.KW_TO); - this.state = 7003; + this.state = 6999; this.column_name_create(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 7005; + this.state = 7001; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7006; + this.state = 7002; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7008; + this.state = 7004; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 662, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 657, this.context) ) { case 1: { - this.state = 7007; + this.state = 7003; this.opt_if_exists(); } break; } - this.state = 7010; + this.state = 7006; this.relation_expr(); - this.state = 7011; + this.state = 7007; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7012; + this.state = 7008; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 7013; + this.state = 7009; this.name(); - this.state = 7014; + this.state = 7010; this.match(PostgreSqlParser.KW_TO); - this.state = 7015; + this.state = 7011; this.name(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 7017; + this.state = 7013; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7018; + this.state = 7014; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 7019; + this.state = 7015; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7021; + this.state = 7017; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 663, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 658, this.context) ) { case 1: { - this.state = 7020; + this.state = 7016; this.opt_if_exists(); } break; } - this.state = 7023; + this.state = 7019; this.relation_expr(); - this.state = 7024; + this.state = 7020; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7026; + this.state = 7022; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 664, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 659, this.context) ) { case 1: { - this.state = 7025; + this.state = 7021; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 7028; + this.state = 7024; this.column_name(); - this.state = 7029; + this.state = 7025; this.match(PostgreSqlParser.KW_TO); - this.state = 7030; + this.state = 7026; this.column_name_create(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 7032; + this.state = 7028; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7033; + this.state = 7029; this.match(PostgreSqlParser.KW_RULE); - this.state = 7034; + this.state = 7030; this.name(); - this.state = 7035; + this.state = 7031; this.match(PostgreSqlParser.KW_ON); - this.state = 7036; + this.state = 7032; this.qualified_name(); - this.state = 7037; + this.state = 7033; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7038; + this.state = 7034; this.match(PostgreSqlParser.KW_TO); - this.state = 7039; + this.state = 7035; this.name(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 7041; + this.state = 7037; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7042; + this.state = 7038; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 7043; + this.state = 7039; this.name(); - this.state = 7044; + this.state = 7040; this.match(PostgreSqlParser.KW_ON); - this.state = 7045; + this.state = 7041; this.qualified_name(); - this.state = 7046; + this.state = 7042; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7047; + this.state = 7043; this.match(PostgreSqlParser.KW_TO); - this.state = 7048; + this.state = 7044; this.name(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 7050; + this.state = 7046; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7051; + this.state = 7047; this.match(PostgreSqlParser.KW_EVENT); - this.state = 7052; + this.state = 7048; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 7053; + this.state = 7049; this.name(); - this.state = 7054; + this.state = 7050; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7055; + this.state = 7051; this.match(PostgreSqlParser.KW_TO); - this.state = 7056; + this.state = 7052; this.name(); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 7058; + this.state = 7054; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7059; + this.state = 7055; this.match(PostgreSqlParser.KW_ROLE); - this.state = 7060; + this.state = 7056; this.roleid(); - this.state = 7061; + this.state = 7057; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7062; + this.state = 7058; this.match(PostgreSqlParser.KW_TO); - this.state = 7063; + this.state = 7059; this.roleid(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 7065; + this.state = 7061; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7066; + this.state = 7062; this.match(PostgreSqlParser.KW_USER); - this.state = 7067; + this.state = 7063; this.roleid(); - this.state = 7068; + this.state = 7064; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7069; + this.state = 7065; this.match(PostgreSqlParser.KW_TO); - this.state = 7070; + this.state = 7066; this.roleid(); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 7072; + this.state = 7068; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7073; + this.state = 7069; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 7074; + this.state = 7070; this.tablespace_name(); - this.state = 7075; + this.state = 7071; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7076; + this.state = 7072; this.match(PostgreSqlParser.KW_TO); - this.state = 7077; + this.state = 7073; this.tablespace_name_create(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 7079; + this.state = 7075; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7080; + this.state = 7076; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 7081; + this.state = 7077; this.any_name(); - this.state = 7082; + this.state = 7078; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7083; + this.state = 7079; this.match(PostgreSqlParser.KW_TO); - this.state = 7084; + this.state = 7080; this.name(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 7086; + this.state = 7082; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7087; + this.state = 7083; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7088; + this.state = 7084; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7089; + this.state = 7085; this.match(PostgreSqlParser.KW_PARSER); - this.state = 7090; + this.state = 7086; this.any_name(); - this.state = 7091; + this.state = 7087; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7092; + this.state = 7088; this.match(PostgreSqlParser.KW_TO); - this.state = 7093; + this.state = 7089; this.name(); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 7095; + this.state = 7091; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7096; + this.state = 7092; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7097; + this.state = 7093; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7098; + this.state = 7094; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 7099; + this.state = 7095; this.any_name(); - this.state = 7100; + this.state = 7096; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7101; + this.state = 7097; this.match(PostgreSqlParser.KW_TO); - this.state = 7102; + this.state = 7098; this.name(); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 7104; + this.state = 7100; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7105; + this.state = 7101; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7106; + this.state = 7102; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7107; + this.state = 7103; this.match(PostgreSqlParser.KW_TEMPLATE); - this.state = 7108; + this.state = 7104; this.any_name(); - this.state = 7109; + this.state = 7105; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7110; + this.state = 7106; this.match(PostgreSqlParser.KW_TO); - this.state = 7111; + this.state = 7107; this.name(); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 7113; + this.state = 7109; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7114; + this.state = 7110; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7115; + this.state = 7111; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7116; + this.state = 7112; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 7117; + this.state = 7113; this.any_name(); - this.state = 7118; + this.state = 7114; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7119; + this.state = 7115; this.match(PostgreSqlParser.KW_TO); - this.state = 7120; + this.state = 7116; this.name(); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 7122; + this.state = 7118; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7123; + this.state = 7119; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7124; + this.state = 7120; this.any_name(); - this.state = 7125; + this.state = 7121; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7126; + this.state = 7122; this.match(PostgreSqlParser.KW_TO); - this.state = 7127; + this.state = 7123; this.name(); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 7129; + this.state = 7125; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7130; + this.state = 7126; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7131; + this.state = 7127; this.any_name(); - this.state = 7132; + this.state = 7128; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7133; + this.state = 7129; this.match(PostgreSqlParser.KW_ATTRIBUTE); - this.state = 7134; + this.state = 7130; this.name(); - this.state = 7135; + this.state = 7131; this.match(PostgreSqlParser.KW_TO); - this.state = 7136; + this.state = 7132; this.name(); - this.state = 7138; + this.state = 7134; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 665, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 660, this.context) ) { case 1: { - this.state = 7137; + this.state = 7133; this.opt_drop_behavior(); } break; @@ -33011,13 +33034,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, 772, PostgreSqlParser.RULE_opt_set_data); + this.enterRule(localContext, 774, PostgreSqlParser.RULE_opt_set_data); try { this.enterOuterAlt(localContext, 1); { - this.state = 7142; + this.state = 7138; this.match(PostgreSqlParser.KW_SET); - this.state = 7143; + this.state = 7139; this.match(PostgreSqlParser.KW_DATA); } } @@ -33037,189 +33060,189 @@ export class PostgreSqlParser extends SQLParserBase { } public alterobjectdependsstmt(): AlterobjectdependsstmtContext { let localContext = new AlterobjectdependsstmtContext(this.context, this.state); - this.enterRule(localContext, 774, PostgreSqlParser.RULE_alterobjectdependsstmt); + this.enterRule(localContext, 776, PostgreSqlParser.RULE_alterobjectdependsstmt); let _la: number; try { - this.state = 7214; + this.state = 7210; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 673, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 668, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7145; + this.state = 7141; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7146; + this.state = 7142; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 7147; + this.state = 7143; this.function_with_argtypes(); - this.state = 7149; + this.state = 7145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7148; + this.state = 7144; this.opt_no(); } } - this.state = 7151; + this.state = 7147; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7152; + this.state = 7148; this.match(PostgreSqlParser.KW_ON); - this.state = 7153; + this.state = 7149; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7154; + this.state = 7150; this.name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7156; + this.state = 7152; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7157; + this.state = 7153; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 7158; + this.state = 7154; this.procedure_with_argtypes(); - this.state = 7160; + this.state = 7156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7159; + this.state = 7155; this.opt_no(); } } - this.state = 7162; + this.state = 7158; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7163; + this.state = 7159; this.match(PostgreSqlParser.KW_ON); - this.state = 7164; + this.state = 7160; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7165; + this.state = 7161; this.name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7167; + this.state = 7163; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7168; + this.state = 7164; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 7169; + this.state = 7165; this.routine_with_argtypes(); - this.state = 7171; + this.state = 7167; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7170; + this.state = 7166; this.opt_no(); } } - this.state = 7173; + this.state = 7169; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7174; + this.state = 7170; this.match(PostgreSqlParser.KW_ON); - this.state = 7175; + this.state = 7171; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7176; + this.state = 7172; this.name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7178; + this.state = 7174; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7179; + this.state = 7175; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 7180; + this.state = 7176; this.name(); - this.state = 7181; + this.state = 7177; this.match(PostgreSqlParser.KW_ON); - this.state = 7182; + this.state = 7178; this.qualified_name(); - this.state = 7184; + this.state = 7180; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7183; + this.state = 7179; this.opt_no(); } } - this.state = 7186; + this.state = 7182; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7187; + this.state = 7183; this.match(PostgreSqlParser.KW_ON); - this.state = 7188; + this.state = 7184; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7189; + this.state = 7185; this.name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7191; + this.state = 7187; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7192; + this.state = 7188; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 7193; + this.state = 7189; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7194; + this.state = 7190; this.view_name(); - this.state = 7196; + this.state = 7192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7195; + this.state = 7191; this.opt_no(); } } - this.state = 7198; + this.state = 7194; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7199; + this.state = 7195; this.match(PostgreSqlParser.KW_ON); - this.state = 7200; + this.state = 7196; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7201; + this.state = 7197; this.name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7203; + this.state = 7199; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7204; + this.state = 7200; this.match(PostgreSqlParser.KW_INDEX); - this.state = 7205; + this.state = 7201; this.qualified_name(); - this.state = 7207; + this.state = 7203; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7206; + this.state = 7202; this.opt_no(); } } - this.state = 7209; + this.state = 7205; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 7210; + this.state = 7206; this.match(PostgreSqlParser.KW_ON); - this.state = 7211; + this.state = 7207; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7212; + this.state = 7208; this.name(); } break; @@ -33241,11 +33264,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_no(): Opt_noContext { let localContext = new Opt_noContext(this.context, this.state); - this.enterRule(localContext, 776, PostgreSqlParser.RULE_opt_no); + this.enterRule(localContext, 778, PostgreSqlParser.RULE_opt_no); try { this.enterOuterAlt(localContext, 1); { - this.state = 7216; + this.state = 7212; this.match(PostgreSqlParser.KW_NO); } } @@ -33265,464 +33288,464 @@ export class PostgreSqlParser extends SQLParserBase { } public alterobjectschemastmt(): AlterobjectschemastmtContext { let localContext = new AlterobjectschemastmtContext(this.context, this.state); - this.enterRule(localContext, 778, PostgreSqlParser.RULE_alterobjectschemastmt); + this.enterRule(localContext, 780, PostgreSqlParser.RULE_alterobjectschemastmt); try { - this.state = 7403; + this.state = 7399; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 679, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 674, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7218; + this.state = 7214; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7219; + this.state = 7215; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 7220; + this.state = 7216; this.aggregate_with_argtypes(); - this.state = 7221; + this.state = 7217; this.match(PostgreSqlParser.KW_SET); - this.state = 7222; + this.state = 7218; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7223; + this.state = 7219; this.schema_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7225; + this.state = 7221; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7226; + this.state = 7222; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 7227; + this.state = 7223; this.any_name(); - this.state = 7228; + this.state = 7224; this.match(PostgreSqlParser.KW_SET); - this.state = 7229; + this.state = 7225; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7230; + this.state = 7226; this.schema_name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7232; + this.state = 7228; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7233; + this.state = 7229; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 7234; + this.state = 7230; this.any_name(); - this.state = 7235; + this.state = 7231; this.match(PostgreSqlParser.KW_SET); - this.state = 7236; + this.state = 7232; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7237; + this.state = 7233; this.schema_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7239; + this.state = 7235; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7240; + this.state = 7236; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 7241; + this.state = 7237; this.any_name(); - this.state = 7242; + this.state = 7238; this.match(PostgreSqlParser.KW_SET); - this.state = 7243; + this.state = 7239; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7244; + this.state = 7240; this.schema_name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7246; + this.state = 7242; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7247; + this.state = 7243; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 7248; + this.state = 7244; this.name(); - this.state = 7249; + this.state = 7245; this.match(PostgreSqlParser.KW_SET); - this.state = 7250; + this.state = 7246; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7251; + this.state = 7247; this.schema_name(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7253; + this.state = 7249; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7254; + this.state = 7250; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 7255; + this.state = 7251; this.function_with_argtypes(); - this.state = 7256; + this.state = 7252; this.match(PostgreSqlParser.KW_SET); - this.state = 7257; + this.state = 7253; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7258; + this.state = 7254; this.schema_name(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7260; + this.state = 7256; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7261; + this.state = 7257; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7262; + this.state = 7258; this.operator_with_argtypes(); - this.state = 7263; + this.state = 7259; this.match(PostgreSqlParser.KW_SET); - this.state = 7264; + this.state = 7260; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7265; + this.state = 7261; this.schema_name(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7267; + this.state = 7263; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7268; + this.state = 7264; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7269; + this.state = 7265; this.match(PostgreSqlParser.KW_CLASS); - this.state = 7270; + this.state = 7266; this.any_name(); - this.state = 7271; + this.state = 7267; this.match(PostgreSqlParser.KW_USING); - this.state = 7272; + this.state = 7268; this.name(); - this.state = 7273; + this.state = 7269; this.match(PostgreSqlParser.KW_SET); - this.state = 7274; + this.state = 7270; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7275; + this.state = 7271; this.schema_name(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7277; + this.state = 7273; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7278; + this.state = 7274; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7279; + this.state = 7275; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 7280; + this.state = 7276; this.any_name(); - this.state = 7281; + this.state = 7277; this.match(PostgreSqlParser.KW_USING); - this.state = 7282; + this.state = 7278; this.name(); - this.state = 7283; + this.state = 7279; this.match(PostgreSqlParser.KW_SET); - this.state = 7284; + this.state = 7280; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7285; + this.state = 7281; this.schema_name(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7287; + this.state = 7283; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7288; + this.state = 7284; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 7289; + this.state = 7285; this.procedure_with_argtypes(); - this.state = 7290; + this.state = 7286; this.match(PostgreSqlParser.KW_SET); - this.state = 7291; + this.state = 7287; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7292; + this.state = 7288; this.schema_name(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7294; + this.state = 7290; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7295; + this.state = 7291; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 7296; + this.state = 7292; this.routine_with_argtypes(); - this.state = 7297; + this.state = 7293; this.match(PostgreSqlParser.KW_SET); - this.state = 7298; + this.state = 7294; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7299; + this.state = 7295; this.schema_name(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7301; + this.state = 7297; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7302; + this.state = 7298; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7304; + this.state = 7300; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 674, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 669, this.context) ) { case 1: { - this.state = 7303; + this.state = 7299; this.opt_if_exists(); } break; } - this.state = 7306; + this.state = 7302; this.relation_expr(); - this.state = 7307; + this.state = 7303; this.match(PostgreSqlParser.KW_SET); - this.state = 7308; + this.state = 7304; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7309; + this.state = 7305; this.schema_name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7311; + this.state = 7307; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7312; + this.state = 7308; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 7313; + this.state = 7309; this.any_name(); - this.state = 7314; + this.state = 7310; this.match(PostgreSqlParser.KW_SET); - this.state = 7315; + this.state = 7311; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7316; + this.state = 7312; this.schema_name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 7318; + this.state = 7314; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7319; + this.state = 7315; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7320; + this.state = 7316; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7321; + this.state = 7317; this.match(PostgreSqlParser.KW_PARSER); - this.state = 7322; + this.state = 7318; this.any_name(); - this.state = 7323; + this.state = 7319; this.match(PostgreSqlParser.KW_SET); - this.state = 7324; + this.state = 7320; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7325; + this.state = 7321; this.schema_name(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 7327; + this.state = 7323; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7328; + this.state = 7324; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7329; + this.state = 7325; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7330; + this.state = 7326; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 7331; + this.state = 7327; this.any_name(); - this.state = 7332; + this.state = 7328; this.match(PostgreSqlParser.KW_SET); - this.state = 7333; + this.state = 7329; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7334; + this.state = 7330; this.schema_name(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 7336; + this.state = 7332; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7337; + this.state = 7333; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7338; + this.state = 7334; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7339; + this.state = 7335; this.match(PostgreSqlParser.KW_TEMPLATE); - this.state = 7340; + this.state = 7336; this.any_name(); - this.state = 7341; + this.state = 7337; this.match(PostgreSqlParser.KW_SET); - this.state = 7342; + this.state = 7338; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7343; + this.state = 7339; this.schema_name(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 7345; + this.state = 7341; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7346; + this.state = 7342; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7347; + this.state = 7343; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7348; + this.state = 7344; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 7349; + this.state = 7345; this.any_name(); - this.state = 7350; + this.state = 7346; this.match(PostgreSqlParser.KW_SET); - this.state = 7351; + this.state = 7347; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7352; + this.state = 7348; this.schema_name(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 7354; + this.state = 7350; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7355; + this.state = 7351; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 7357; + this.state = 7353; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 675, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 670, this.context) ) { case 1: { - this.state = 7356; + this.state = 7352; this.opt_if_exists(); } break; } - this.state = 7359; + this.state = 7355; this.qualified_name(); - this.state = 7360; + this.state = 7356; this.match(PostgreSqlParser.KW_SET); - this.state = 7361; + this.state = 7357; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7362; + this.state = 7358; this.schema_name(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 7364; + this.state = 7360; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7365; + this.state = 7361; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7367; + this.state = 7363; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 676, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 671, this.context) ) { case 1: { - this.state = 7366; + this.state = 7362; this.opt_if_exists(); } break; } - this.state = 7369; + this.state = 7365; this.view_name(); - this.state = 7370; + this.state = 7366; this.match(PostgreSqlParser.KW_SET); - this.state = 7371; + this.state = 7367; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7372; + this.state = 7368; this.schema_name(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 7374; + this.state = 7370; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7375; + this.state = 7371; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 7376; + this.state = 7372; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7378; + this.state = 7374; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 677, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 672, this.context) ) { case 1: { - this.state = 7377; + this.state = 7373; this.opt_if_exists(); } break; } - this.state = 7380; + this.state = 7376; this.view_name(); - this.state = 7381; + this.state = 7377; this.match(PostgreSqlParser.KW_SET); - this.state = 7382; + this.state = 7378; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7383; + this.state = 7379; this.schema_name(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 7385; + this.state = 7381; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7386; + this.state = 7382; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 7387; + this.state = 7383; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7389; + this.state = 7385; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 678, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 673, this.context) ) { case 1: { - this.state = 7388; + this.state = 7384; this.opt_if_exists(); } break; } - this.state = 7391; + this.state = 7387; this.relation_expr(); - this.state = 7392; + this.state = 7388; this.match(PostgreSqlParser.KW_SET); - this.state = 7393; + this.state = 7389; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7394; + this.state = 7390; this.schema_name(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7396; + this.state = 7392; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7397; + this.state = 7393; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7398; + this.state = 7394; this.any_name(); - this.state = 7399; + this.state = 7395; this.match(PostgreSqlParser.KW_SET); - this.state = 7400; + this.state = 7396; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7401; + this.state = 7397; this.schema_name(); } break; @@ -33744,23 +33767,23 @@ export class PostgreSqlParser extends SQLParserBase { } public alteroperatorstmt(): AlteroperatorstmtContext { let localContext = new AlteroperatorstmtContext(this.context, this.state); - this.enterRule(localContext, 780, PostgreSqlParser.RULE_alteroperatorstmt); + this.enterRule(localContext, 782, PostgreSqlParser.RULE_alteroperatorstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7405; + this.state = 7401; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7406; + this.state = 7402; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7407; + this.state = 7403; this.operator_with_argtypes(); - this.state = 7408; + this.state = 7404; this.match(PostgreSqlParser.KW_SET); - this.state = 7409; + this.state = 7405; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7410; + this.state = 7406; this.operator_def_list(); - this.state = 7411; + this.state = 7407; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -33780,26 +33803,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, 782, PostgreSqlParser.RULE_operator_def_list); + this.enterRule(localContext, 784, PostgreSqlParser.RULE_operator_def_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7413; + this.state = 7409; this.operator_def_elem(); - this.state = 7418; + this.state = 7414; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7414; + this.state = 7410; this.match(PostgreSqlParser.COMMA); - this.state = 7415; + this.state = 7411; this.operator_def_elem(); } } - this.state = 7420; + this.state = 7416; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -33821,30 +33844,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, 784, PostgreSqlParser.RULE_operator_def_elem); + this.enterRule(localContext, 786, PostgreSqlParser.RULE_operator_def_elem); try { - this.state = 7429; + this.state = 7425; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 681, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 676, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7421; + this.state = 7417; this.collabel(); - this.state = 7422; + this.state = 7418; this.match(PostgreSqlParser.EQUAL); - this.state = 7423; + this.state = 7419; this.match(PostgreSqlParser.KW_NONE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7425; + this.state = 7421; this.collabel(); - this.state = 7426; + this.state = 7422; this.match(PostgreSqlParser.EQUAL); - this.state = 7427; + this.state = 7423; this.operator_def_arg(); } break; @@ -33866,43 +33889,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, 786, PostgreSqlParser.RULE_operator_def_arg); + this.enterRule(localContext, 788, PostgreSqlParser.RULE_operator_def_arg); try { - this.state = 7436; + this.state = 7432; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 682, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 677, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7431; + this.state = 7427; this.func_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7432; + this.state = 7428; this.reserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7433; + this.state = 7429; this.qual_all_op(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7434; + this.state = 7430; this.numericonly(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7435; + this.state = 7431; this.sconst(); } break; @@ -33924,23 +33947,23 @@ export class PostgreSqlParser extends SQLParserBase { } public altertypestmt(): AltertypestmtContext { let localContext = new AltertypestmtContext(this.context, this.state); - this.enterRule(localContext, 788, PostgreSqlParser.RULE_altertypestmt); + this.enterRule(localContext, 790, PostgreSqlParser.RULE_altertypestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7438; + this.state = 7434; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7439; + this.state = 7435; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7440; + this.state = 7436; this.any_name(); - this.state = 7441; + this.state = 7437; this.match(PostgreSqlParser.KW_SET); - this.state = 7442; + this.state = 7438; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7443; + this.state = 7439; this.operator_def_list(); - this.state = 7444; + this.state = 7440; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -33960,455 +33983,455 @@ export class PostgreSqlParser extends SQLParserBase { } public alterownerstmt(): AlterownerstmtContext { let localContext = new AlterownerstmtContext(this.context, this.state); - this.enterRule(localContext, 790, PostgreSqlParser.RULE_alterownerstmt); + this.enterRule(localContext, 792, PostgreSqlParser.RULE_alterownerstmt); let _la: number; try { - this.state = 7631; + this.state = 7627; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 684, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 679, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7446; + this.state = 7442; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7447; + this.state = 7443; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 7448; + this.state = 7444; this.aggregate_with_argtypes(); - this.state = 7449; + this.state = 7445; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7450; + this.state = 7446; this.match(PostgreSqlParser.KW_TO); - this.state = 7451; + this.state = 7447; this.rolespec(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7453; + this.state = 7449; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7454; + this.state = 7450; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 7455; + this.state = 7451; this.any_name(); - this.state = 7456; + this.state = 7452; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7457; + this.state = 7453; this.match(PostgreSqlParser.KW_TO); - this.state = 7458; + this.state = 7454; this.rolespec(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7460; + this.state = 7456; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7461; + this.state = 7457; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 7462; + this.state = 7458; this.any_name(); - this.state = 7463; + this.state = 7459; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7464; + this.state = 7460; this.match(PostgreSqlParser.KW_TO); - this.state = 7465; + this.state = 7461; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7467; + this.state = 7463; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7468; + this.state = 7464; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 7469; + this.state = 7465; this.database_name(); - this.state = 7470; + this.state = 7466; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7471; + this.state = 7467; this.match(PostgreSqlParser.KW_TO); - this.state = 7472; + this.state = 7468; this.rolespec(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7474; + this.state = 7470; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7475; + this.state = 7471; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 7476; + this.state = 7472; this.any_name(); - this.state = 7477; + this.state = 7473; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7478; + this.state = 7474; this.match(PostgreSqlParser.KW_TO); - this.state = 7479; + this.state = 7475; this.rolespec(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7481; + this.state = 7477; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7482; + this.state = 7478; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 7483; + this.state = 7479; this.function_with_argtypes(); - this.state = 7484; + this.state = 7480; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7485; + this.state = 7481; this.match(PostgreSqlParser.KW_TO); - this.state = 7486; + this.state = 7482; this.rolespec(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7488; + this.state = 7484; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7490; + this.state = 7486; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 7489; + this.state = 7485; this.opt_procedural(); } } - this.state = 7492; + this.state = 7488; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 7493; + this.state = 7489; this.name(); - this.state = 7494; + this.state = 7490; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7495; + this.state = 7491; this.match(PostgreSqlParser.KW_TO); - this.state = 7496; + this.state = 7492; this.rolespec(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7498; + this.state = 7494; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7499; + this.state = 7495; this.match(PostgreSqlParser.KW_LARGE); - this.state = 7500; + this.state = 7496; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 7501; + this.state = 7497; this.numericonly(); - this.state = 7502; + this.state = 7498; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7503; + this.state = 7499; this.match(PostgreSqlParser.KW_TO); - this.state = 7504; + this.state = 7500; this.rolespec(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7506; + this.state = 7502; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7507; + this.state = 7503; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7508; + this.state = 7504; this.operator_with_argtypes(); - this.state = 7509; + this.state = 7505; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7510; + this.state = 7506; this.match(PostgreSqlParser.KW_TO); - this.state = 7511; + this.state = 7507; this.rolespec(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7513; + this.state = 7509; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7514; + this.state = 7510; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7515; + this.state = 7511; this.match(PostgreSqlParser.KW_CLASS); - this.state = 7516; + this.state = 7512; this.any_name(); - this.state = 7517; + this.state = 7513; this.match(PostgreSqlParser.KW_USING); - this.state = 7518; + this.state = 7514; this.name(); - this.state = 7519; + this.state = 7515; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7520; + this.state = 7516; this.match(PostgreSqlParser.KW_TO); - this.state = 7521; + this.state = 7517; this.rolespec(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7523; + this.state = 7519; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7524; + this.state = 7520; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7525; + this.state = 7521; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 7526; + this.state = 7522; this.any_name(); - this.state = 7527; + this.state = 7523; this.match(PostgreSqlParser.KW_USING); - this.state = 7528; + this.state = 7524; this.name(); - this.state = 7529; + this.state = 7525; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7530; + this.state = 7526; this.match(PostgreSqlParser.KW_TO); - this.state = 7531; + this.state = 7527; this.rolespec(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7533; + this.state = 7529; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7534; + this.state = 7530; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 7535; + this.state = 7531; this.procedure_with_argtypes(); - this.state = 7536; + this.state = 7532; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7537; + this.state = 7533; this.match(PostgreSqlParser.KW_TO); - this.state = 7538; + this.state = 7534; this.rolespec(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7540; + this.state = 7536; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7541; + this.state = 7537; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 7542; + this.state = 7538; this.routine_with_argtypes(); - this.state = 7543; + this.state = 7539; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7544; + this.state = 7540; this.match(PostgreSqlParser.KW_TO); - this.state = 7545; + this.state = 7541; this.rolespec(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 7547; + this.state = 7543; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7548; + this.state = 7544; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 7549; + this.state = 7545; this.schema_name(); - this.state = 7550; + this.state = 7546; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7551; + this.state = 7547; this.match(PostgreSqlParser.KW_TO); - this.state = 7552; + this.state = 7548; this.rolespec(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 7554; + this.state = 7550; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7555; + this.state = 7551; this.match(PostgreSqlParser.KW_TYPE); - this.state = 7556; + this.state = 7552; this.any_name(); - this.state = 7557; + this.state = 7553; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7558; + this.state = 7554; this.match(PostgreSqlParser.KW_TO); - this.state = 7559; + this.state = 7555; this.rolespec(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 7561; + this.state = 7557; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7562; + this.state = 7558; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 7563; + this.state = 7559; this.tablespace_name(); - this.state = 7564; + this.state = 7560; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7565; + this.state = 7561; this.match(PostgreSqlParser.KW_TO); - this.state = 7566; + this.state = 7562; this.rolespec(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 7568; + this.state = 7564; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7569; + this.state = 7565; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 7570; + this.state = 7566; this.any_name(); - this.state = 7571; + this.state = 7567; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7572; + this.state = 7568; this.match(PostgreSqlParser.KW_TO); - this.state = 7573; + this.state = 7569; this.rolespec(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 7575; + this.state = 7571; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7576; + this.state = 7572; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7577; + this.state = 7573; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7578; + this.state = 7574; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 7579; + this.state = 7575; this.any_name(); - this.state = 7580; + this.state = 7576; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7581; + this.state = 7577; this.match(PostgreSqlParser.KW_TO); - this.state = 7582; + this.state = 7578; this.rolespec(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 7584; + this.state = 7580; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7585; + this.state = 7581; this.match(PostgreSqlParser.KW_TEXT); - this.state = 7586; + this.state = 7582; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 7587; + this.state = 7583; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 7588; + this.state = 7584; this.any_name(); - this.state = 7589; + this.state = 7585; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7590; + this.state = 7586; this.match(PostgreSqlParser.KW_TO); - this.state = 7591; + this.state = 7587; this.rolespec(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 7593; + this.state = 7589; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7594; + this.state = 7590; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 7595; + this.state = 7591; this.match(PostgreSqlParser.KW_DATA); - this.state = 7596; + this.state = 7592; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 7597; + this.state = 7593; this.name(); - this.state = 7598; + this.state = 7594; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7599; + this.state = 7595; this.match(PostgreSqlParser.KW_TO); - this.state = 7600; + this.state = 7596; this.rolespec(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 7602; + this.state = 7598; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7603; + this.state = 7599; this.match(PostgreSqlParser.KW_SERVER); - this.state = 7604; + this.state = 7600; this.name(); - this.state = 7605; + this.state = 7601; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7606; + this.state = 7602; this.match(PostgreSqlParser.KW_TO); - this.state = 7607; + this.state = 7603; this.rolespec(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7609; + this.state = 7605; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7610; + this.state = 7606; this.match(PostgreSqlParser.KW_EVENT); - this.state = 7611; + this.state = 7607; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 7612; + this.state = 7608; this.name(); - this.state = 7613; + this.state = 7609; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7614; + this.state = 7610; this.match(PostgreSqlParser.KW_TO); - this.state = 7615; + this.state = 7611; this.rolespec(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 7617; + this.state = 7613; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7618; + this.state = 7614; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7619; + this.state = 7615; this.name(); - this.state = 7620; + this.state = 7616; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7621; + this.state = 7617; this.match(PostgreSqlParser.KW_TO); - this.state = 7622; + this.state = 7618; this.rolespec(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 7624; + this.state = 7620; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7625; + this.state = 7621; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7626; + this.state = 7622; this.name(); - this.state = 7627; + this.state = 7623; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7628; + this.state = 7624; this.match(PostgreSqlParser.KW_TO); - this.state = 7629; + this.state = 7625; this.rolespec(); } break; @@ -34430,33 +34453,33 @@ export class PostgreSqlParser extends SQLParserBase { } public createpublicationstmt(): CreatepublicationstmtContext { let localContext = new CreatepublicationstmtContext(this.context, this.state); - this.enterRule(localContext, 792, PostgreSqlParser.RULE_createpublicationstmt); + this.enterRule(localContext, 794, PostgreSqlParser.RULE_createpublicationstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7633; + this.state = 7629; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7634; + this.state = 7630; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7635; + this.state = 7631; this.name(); - this.state = 7637; + this.state = 7633; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 7636; + this.state = 7632; this.opt_publication_for_tables(); } } - this.state = 7640; + this.state = 7636; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 686, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 681, this.context) ) { case 1: { - this.state = 7639; + this.state = 7635; this.opt_definition(); } break; @@ -34479,11 +34502,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, 794, PostgreSqlParser.RULE_opt_publication_for_tables); + this.enterRule(localContext, 796, PostgreSqlParser.RULE_opt_publication_for_tables); try { this.enterOuterAlt(localContext, 1); { - this.state = 7642; + this.state = 7638; this.publication_for_tables(); } } @@ -34503,30 +34526,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, 796, PostgreSqlParser.RULE_publication_for_tables); + this.enterRule(localContext, 798, PostgreSqlParser.RULE_publication_for_tables); try { - this.state = 7650; + this.state = 7646; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 687, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 682, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7644; + this.state = 7640; this.match(PostgreSqlParser.KW_FOR); - this.state = 7645; + this.state = 7641; this.match(PostgreSqlParser.KW_TABLE); - this.state = 7646; + this.state = 7642; this.relation_expr_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7647; + this.state = 7643; this.match(PostgreSqlParser.KW_FOR); - this.state = 7648; + this.state = 7644; this.match(PostgreSqlParser.KW_ALL); - this.state = 7649; + this.state = 7645; this.match(PostgreSqlParser.KW_TABLES); } break; @@ -34548,102 +34571,102 @@ export class PostgreSqlParser extends SQLParserBase { } public alterpublicationstmt(): AlterpublicationstmtContext { let localContext = new AlterpublicationstmtContext(this.context, this.state); - this.enterRule(localContext, 798, PostgreSqlParser.RULE_alterpublicationstmt); + this.enterRule(localContext, 800, PostgreSqlParser.RULE_alterpublicationstmt); try { - this.state = 7690; + this.state = 7686; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 688, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 683, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7652; + this.state = 7648; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7653; + this.state = 7649; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7654; + this.state = 7650; this.name(); - this.state = 7655; + this.state = 7651; this.match(PostgreSqlParser.KW_SET); - this.state = 7656; + this.state = 7652; this.definition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7658; + this.state = 7654; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7659; + this.state = 7655; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7660; + this.state = 7656; this.name(); - this.state = 7661; + this.state = 7657; this.match(PostgreSqlParser.KW_ADD); - this.state = 7662; + this.state = 7658; this.publication_relation_expr_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7664; + this.state = 7660; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7665; + this.state = 7661; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7666; + this.state = 7662; this.name(); - this.state = 7667; + this.state = 7663; this.match(PostgreSqlParser.KW_SET); - this.state = 7668; + this.state = 7664; this.publication_relation_expr_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7670; + this.state = 7666; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7671; + this.state = 7667; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7672; + this.state = 7668; this.name(); - this.state = 7673; + this.state = 7669; this.match(PostgreSqlParser.KW_DROP); - this.state = 7674; + this.state = 7670; this.publication_relation_expr_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7676; + this.state = 7672; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7677; + this.state = 7673; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7678; + this.state = 7674; this.name(); - this.state = 7679; + this.state = 7675; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7680; + this.state = 7676; this.match(PostgreSqlParser.KW_TO); - this.state = 7681; + this.state = 7677; this.rolespec(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7683; + this.state = 7679; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7684; + this.state = 7680; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7685; + this.state = 7681; this.name(); - this.state = 7686; + this.state = 7682; this.match(PostgreSqlParser.KW_RENAME); - this.state = 7687; + this.state = 7683; this.match(PostgreSqlParser.KW_TO); - this.state = 7688; + this.state = 7684; this.name(); } break; @@ -34665,30 +34688,30 @@ export class PostgreSqlParser extends SQLParserBase { } public createsubscriptionstmt(): CreatesubscriptionstmtContext { let localContext = new CreatesubscriptionstmtContext(this.context, this.state); - this.enterRule(localContext, 800, PostgreSqlParser.RULE_createsubscriptionstmt); + this.enterRule(localContext, 802, PostgreSqlParser.RULE_createsubscriptionstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7692; + this.state = 7688; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7693; + this.state = 7689; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7694; + this.state = 7690; this.name(); - this.state = 7695; + this.state = 7691; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 7696; + this.state = 7692; this.sconst(); - this.state = 7697; + this.state = 7693; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7698; + this.state = 7694; this.publication_name_list(); - this.state = 7700; + this.state = 7696; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 689, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 684, this.context) ) { case 1: { - this.state = 7699; + this.state = 7695; this.opt_definition(); } break; @@ -34711,26 +34734,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, 802, PostgreSqlParser.RULE_publication_name_list); + this.enterRule(localContext, 804, PostgreSqlParser.RULE_publication_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7702; + this.state = 7698; this.publication_name_item(); - this.state = 7707; + this.state = 7703; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7703; + this.state = 7699; this.match(PostgreSqlParser.COMMA); - this.state = 7704; + this.state = 7700; this.publication_name_item(); } } - this.state = 7709; + this.state = 7705; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -34752,11 +34775,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, 804, PostgreSqlParser.RULE_publication_name_item); + this.enterRule(localContext, 806, PostgreSqlParser.RULE_publication_name_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 7710; + this.state = 7706; this.collabel(); } } @@ -34776,60 +34799,60 @@ export class PostgreSqlParser extends SQLParserBase { } public altersubscriptionstmt(): AltersubscriptionstmtContext { let localContext = new AltersubscriptionstmtContext(this.context, this.state); - this.enterRule(localContext, 806, PostgreSqlParser.RULE_altersubscriptionstmt); + this.enterRule(localContext, 808, PostgreSqlParser.RULE_altersubscriptionstmt); try { - this.state = 7790; + this.state = 7786; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 695, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 690, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7712; + this.state = 7708; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7713; + this.state = 7709; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7714; + this.state = 7710; this.name(); - this.state = 7715; + this.state = 7711; this.match(PostgreSqlParser.KW_SET); - this.state = 7716; + this.state = 7712; this.definition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7718; + this.state = 7714; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7719; + this.state = 7715; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7720; + this.state = 7716; this.name(); - this.state = 7721; + this.state = 7717; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 7722; + this.state = 7718; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7724; + this.state = 7720; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7725; + this.state = 7721; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7726; + this.state = 7722; this.name(); - this.state = 7727; + this.state = 7723; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 7728; + this.state = 7724; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7730; + this.state = 7726; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 691, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 686, this.context) ) { case 1: { - this.state = 7729; + this.state = 7725; this.opt_definition(); } break; @@ -34839,24 +34862,24 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7732; + this.state = 7728; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7733; + this.state = 7729; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7734; + this.state = 7730; this.name(); - this.state = 7735; + this.state = 7731; this.match(PostgreSqlParser.KW_SET); - this.state = 7736; + this.state = 7732; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7737; + this.state = 7733; this.publication_name_list(); - this.state = 7739; + this.state = 7735; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 692, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 687, this.context) ) { case 1: { - this.state = 7738; + this.state = 7734; this.opt_definition(); } break; @@ -34866,24 +34889,24 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7741; + this.state = 7737; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7742; + this.state = 7738; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7743; + this.state = 7739; this.name(); - this.state = 7744; + this.state = 7740; this.match(PostgreSqlParser.KW_ADD); - this.state = 7745; + this.state = 7741; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7746; + this.state = 7742; this.publication_name_list(); - this.state = 7748; + this.state = 7744; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 693, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 688, this.context) ) { case 1: { - this.state = 7747; + this.state = 7743; this.opt_definition(); } break; @@ -34893,24 +34916,24 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7750; + this.state = 7746; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7751; + this.state = 7747; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7752; + this.state = 7748; this.name(); - this.state = 7753; + this.state = 7749; this.match(PostgreSqlParser.KW_DROP); - this.state = 7754; + this.state = 7750; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 7755; + this.state = 7751; this.publication_name_list(); - this.state = 7757; + this.state = 7753; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 694, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 689, this.context) ) { case 1: { - this.state = 7756; + this.state = 7752; this.opt_definition(); } break; @@ -34920,77 +34943,77 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7759; + this.state = 7755; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7760; + this.state = 7756; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7761; + this.state = 7757; this.name(); - this.state = 7762; + this.state = 7758; this.match(PostgreSqlParser.KW_ENABLE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7764; + this.state = 7760; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7765; + this.state = 7761; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7766; + this.state = 7762; this.name(); - this.state = 7767; + this.state = 7763; this.match(PostgreSqlParser.KW_DISABLE); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7769; + this.state = 7765; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7770; + this.state = 7766; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7771; + this.state = 7767; this.name(); - this.state = 7772; + this.state = 7768; this.match(PostgreSqlParser.KW_SET); - this.state = 7773; + this.state = 7769; this.definition(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7775; + this.state = 7771; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7776; + this.state = 7772; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7777; + this.state = 7773; this.name(); - this.state = 7778; + this.state = 7774; this.match(PostgreSqlParser.KW_SKIP); - this.state = 7779; + this.state = 7775; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7780; + this.state = 7776; this.old_aggr_elem(); - this.state = 7781; + this.state = 7777; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7783; + this.state = 7779; this.match(PostgreSqlParser.KW_ALTER); - this.state = 7784; + this.state = 7780; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 7785; + this.state = 7781; this.name(); - this.state = 7786; + this.state = 7782; this.match(PostgreSqlParser.KW_OWNER); - this.state = 7787; + this.state = 7783; this.match(PostgreSqlParser.KW_TO); - this.state = 7788; + this.state = 7784; this.rolespec(); } break; @@ -35012,60 +35035,60 @@ export class PostgreSqlParser extends SQLParserBase { } public rulestmt(): RulestmtContext { let localContext = new RulestmtContext(this.context, this.state); - this.enterRule(localContext, 808, PostgreSqlParser.RULE_rulestmt); + this.enterRule(localContext, 810, PostgreSqlParser.RULE_rulestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7792; + this.state = 7788; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7794; + this.state = 7790; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 7793; + this.state = 7789; this.opt_or_replace(); } } - this.state = 7796; + this.state = 7792; this.match(PostgreSqlParser.KW_RULE); - this.state = 7797; + this.state = 7793; this.name(); - this.state = 7798; + this.state = 7794; this.match(PostgreSqlParser.KW_AS); - this.state = 7799; + this.state = 7795; this.match(PostgreSqlParser.KW_ON); - this.state = 7800; + this.state = 7796; this.event(); - this.state = 7801; + this.state = 7797; this.match(PostgreSqlParser.KW_TO); - this.state = 7802; + this.state = 7798; this.qualified_name(); - this.state = 7804; + this.state = 7800; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 7803; + this.state = 7799; this.where_clause(); } } - this.state = 7806; + this.state = 7802; this.match(PostgreSqlParser.KW_DO); - this.state = 7808; + this.state = 7804; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137 || _la === 242) { { - this.state = 7807; + this.state = 7803; this.opt_instead(); } } - this.state = 7810; + this.state = 7806; this.ruleactionlist(); } } @@ -35085,33 +35108,33 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionlist(): RuleactionlistContext { let localContext = new RuleactionlistContext(this.context, this.state); - this.enterRule(localContext, 810, PostgreSqlParser.RULE_ruleactionlist); + this.enterRule(localContext, 812, PostgreSqlParser.RULE_ruleactionlist); try { - this.state = 7818; + this.state = 7814; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 699, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 694, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7812; + this.state = 7808; this.match(PostgreSqlParser.KW_NOTHING); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7813; + this.state = 7809; this.ruleactionstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7814; + this.state = 7810; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7815; + this.state = 7811; this.ruleactionmulti(); - this.state = 7816; + this.state = 7812; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -35133,42 +35156,42 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionmulti(): RuleactionmultiContext { let localContext = new RuleactionmultiContext(this.context, this.state); - this.enterRule(localContext, 812, PostgreSqlParser.RULE_ruleactionmulti); + this.enterRule(localContext, 814, PostgreSqlParser.RULE_ruleactionmulti); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7821; + this.state = 7817; 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 = 7820; + this.state = 7816; this.ruleactionstmtOrEmpty(); } } - this.state = 7829; + this.state = 7825; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 7) { { { - this.state = 7823; + this.state = 7819; this.match(PostgreSqlParser.SEMI); - this.state = 7825; + 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 = 7824; + this.state = 7820; this.ruleactionstmtOrEmpty(); } } } } - this.state = 7831; + this.state = 7827; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -35190,43 +35213,43 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionstmt(): RuleactionstmtContext { let localContext = new RuleactionstmtContext(this.context, this.state); - this.enterRule(localContext, 814, PostgreSqlParser.RULE_ruleactionstmt); + this.enterRule(localContext, 816, PostgreSqlParser.RULE_ruleactionstmt); try { - this.state = 7837; + this.state = 7833; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 703, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 698, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7832; + this.state = 7828; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7833; + this.state = 7829; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7834; + this.state = 7830; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7835; + this.state = 7831; this.deletestmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7836; + this.state = 7832; this.notifystmt(); } break; @@ -35248,11 +35271,11 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionstmtOrEmpty(): RuleactionstmtOrEmptyContext { let localContext = new RuleactionstmtOrEmptyContext(this.context, this.state); - this.enterRule(localContext, 816, PostgreSqlParser.RULE_ruleactionstmtOrEmpty); + this.enterRule(localContext, 818, PostgreSqlParser.RULE_ruleactionstmtOrEmpty); try { this.enterOuterAlt(localContext, 1); { - this.state = 7839; + this.state = 7835; this.ruleactionstmt(); } } @@ -35272,12 +35295,12 @@ export class PostgreSqlParser extends SQLParserBase { } public event(): EventContext { let localContext = new EventContext(this.context, this.state); - this.enterRule(localContext, 818, PostgreSqlParser.RULE_event); + this.enterRule(localContext, 820, PostgreSqlParser.RULE_event); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7841; + this.state = 7837; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 182 || _la === 241 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -35304,12 +35327,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_instead(): Opt_insteadContext { let localContext = new Opt_insteadContext(this.context, this.state); - this.enterRule(localContext, 820, PostgreSqlParser.RULE_opt_instead); + this.enterRule(localContext, 822, PostgreSqlParser.RULE_opt_instead); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7843; + this.state = 7839; _la = this.tokenStream.LA(1); if(!(_la === 137 || _la === 242)) { this.errorHandler.recoverInline(this); @@ -35336,21 +35359,21 @@ export class PostgreSqlParser extends SQLParserBase { } public notifystmt(): NotifystmtContext { let localContext = new NotifystmtContext(this.context, this.state); - this.enterRule(localContext, 822, PostgreSqlParser.RULE_notifystmt); + this.enterRule(localContext, 824, PostgreSqlParser.RULE_notifystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7845; + this.state = 7841; this.match(PostgreSqlParser.KW_NOTIFY); - this.state = 7846; + this.state = 7842; this.colid(); - this.state = 7848; + this.state = 7844; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7847; + this.state = 7843; this.notify_payload(); } } @@ -35373,13 +35396,13 @@ export class PostgreSqlParser extends SQLParserBase { } public notify_payload(): Notify_payloadContext { let localContext = new Notify_payloadContext(this.context, this.state); - this.enterRule(localContext, 824, PostgreSqlParser.RULE_notify_payload); + this.enterRule(localContext, 826, PostgreSqlParser.RULE_notify_payload); try { this.enterOuterAlt(localContext, 1); { - this.state = 7850; + this.state = 7846; this.match(PostgreSqlParser.COMMA); - this.state = 7851; + this.state = 7847; this.sconst(); } } @@ -35399,13 +35422,13 @@ export class PostgreSqlParser extends SQLParserBase { } public listenstmt(): ListenstmtContext { let localContext = new ListenstmtContext(this.context, this.state); - this.enterRule(localContext, 826, PostgreSqlParser.RULE_listenstmt); + this.enterRule(localContext, 828, PostgreSqlParser.RULE_listenstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 7853; + this.state = 7849; this.match(PostgreSqlParser.KW_LISTEN); - this.state = 7854; + this.state = 7850; this.colid(); } } @@ -35425,26 +35448,26 @@ export class PostgreSqlParser extends SQLParserBase { } public unlistenstmt(): UnlistenstmtContext { let localContext = new UnlistenstmtContext(this.context, this.state); - this.enterRule(localContext, 828, PostgreSqlParser.RULE_unlistenstmt); + this.enterRule(localContext, 830, PostgreSqlParser.RULE_unlistenstmt); try { - this.state = 7860; + this.state = 7856; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 705, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 700, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7856; + this.state = 7852; this.match(PostgreSqlParser.KW_UNLISTEN); - this.state = 7857; + this.state = 7853; this.colid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7858; + this.state = 7854; this.match(PostgreSqlParser.KW_UNLISTEN); - this.state = 7859; + this.state = 7855; this.match(PostgreSqlParser.STAR); } break; @@ -35466,33 +35489,33 @@ export class PostgreSqlParser extends SQLParserBase { } public transactionstmt(): TransactionstmtContext { let localContext = new TransactionstmtContext(this.context, this.state); - this.enterRule(localContext, 830, PostgreSqlParser.RULE_transactionstmt); + this.enterRule(localContext, 832, PostgreSqlParser.RULE_transactionstmt); let _la: number; try { - this.state = 7927; + this.state = 7923; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 720, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 715, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7862; + this.state = 7858; this.match(PostgreSqlParser.KW_ABORT); - this.state = 7864; + this.state = 7860; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 706, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 701, this.context) ) { case 1: { - this.state = 7863; + this.state = 7859; this.opt_transaction(); } break; } - this.state = 7867; + this.state = 7863; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 707, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 702, this.context) ) { case 1: { - this.state = 7866; + this.state = 7862; this.opt_transaction_chain(); } break; @@ -35502,24 +35525,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7869; + this.state = 7865; this.match(PostgreSqlParser.KW_BEGIN); - this.state = 7871; + this.state = 7867; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 708, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 703, this.context) ) { case 1: { - this.state = 7870; + this.state = 7866; this.opt_transaction(); } break; } - this.state = 7874; + this.state = 7870; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 709, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 704, this.context) ) { case 1: { - this.state = 7873; + this.state = 7869; this.transaction_mode_list_or_empty(); } break; @@ -35529,16 +35552,16 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7876; + this.state = 7872; this.match(PostgreSqlParser.KW_START); - this.state = 7877; + this.state = 7873; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 7879; + this.state = 7875; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 710, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 705, this.context) ) { case 1: { - this.state = 7878; + this.state = 7874; this.transaction_mode_list_or_empty(); } break; @@ -35548,24 +35571,24 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7881; + this.state = 7877; this.match(PostgreSqlParser.KW_END); - this.state = 7883; + this.state = 7879; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 711, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 706, this.context) ) { case 1: { - this.state = 7882; + this.state = 7878; this.opt_transaction(); } break; } - this.state = 7886; + this.state = 7882; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 712, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 707, this.context) ) { case 1: { - this.state = 7885; + this.state = 7881; this.opt_transaction_chain(); } break; @@ -35575,74 +35598,74 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7888; + this.state = 7884; this.match(PostgreSqlParser.KW_SAVEPOINT); - this.state = 7889; + this.state = 7885; this.colid(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7890; + this.state = 7886; this.match(PostgreSqlParser.KW_RELEASE); - this.state = 7892; + this.state = 7888; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 713, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 708, this.context) ) { case 1: { - this.state = 7891; + this.state = 7887; this.match(PostgreSqlParser.KW_SAVEPOINT); } break; } - this.state = 7894; + this.state = 7890; this.colid(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7895; + this.state = 7891; this.match(PostgreSqlParser.KW_PREPARE); - this.state = 7896; + this.state = 7892; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 7897; + this.state = 7893; this.sconst(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7898; + this.state = 7894; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 7899; + this.state = 7895; this.match(PostgreSqlParser.KW_PREPARED); - this.state = 7900; + this.state = 7896; this.sconst(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7901; + this.state = 7897; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 7903; + this.state = 7899; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 714, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 709, this.context) ) { case 1: { - this.state = 7902; + this.state = 7898; this.opt_transaction(); } break; } - this.state = 7906; + this.state = 7902; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 715, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 710, this.context) ) { case 1: { - this.state = 7905; + this.state = 7901; this.opt_transaction_chain(); } break; @@ -35652,66 +35675,66 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7908; + this.state = 7904; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 7909; + this.state = 7905; this.match(PostgreSqlParser.KW_PREPARED); - this.state = 7910; + this.state = 7906; this.sconst(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7911; + this.state = 7907; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 7913; + this.state = 7909; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 356 || _la === 380) { { - this.state = 7912; + this.state = 7908; this.opt_transaction(); } } - this.state = 7915; + this.state = 7911; this.match(PostgreSqlParser.KW_TO); - this.state = 7917; + this.state = 7913; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 717, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 712, this.context) ) { case 1: { - this.state = 7916; + this.state = 7912; this.match(PostgreSqlParser.KW_SAVEPOINT); } break; } - this.state = 7919; + this.state = 7915; this.colid(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7920; + this.state = 7916; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 7922; + this.state = 7918; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 718, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 713, this.context) ) { case 1: { - this.state = 7921; + this.state = 7917; this.opt_transaction(); } break; } - this.state = 7925; + this.state = 7921; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 719, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 714, this.context) ) { case 1: { - this.state = 7924; + this.state = 7920; this.opt_transaction_chain(); } break; @@ -35736,12 +35759,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_transaction(): Opt_transactionContext { let localContext = new Opt_transactionContext(this.context, this.state); - this.enterRule(localContext, 832, PostgreSqlParser.RULE_opt_transaction); + this.enterRule(localContext, 834, PostgreSqlParser.RULE_opt_transaction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7929; + this.state = 7925; _la = this.tokenStream.LA(1); if(!(_la === 356 || _la === 380)) { this.errorHandler.recoverInline(this); @@ -35768,53 +35791,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, 834, PostgreSqlParser.RULE_transaction_mode_item); + this.enterRule(localContext, 836, PostgreSqlParser.RULE_transaction_mode_item); try { - this.state = 7941; + this.state = 7937; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 721, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 716, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7931; + this.state = 7927; this.match(PostgreSqlParser.KW_ISOLATION); - this.state = 7932; + this.state = 7928; this.match(PostgreSqlParser.KW_LEVEL); - this.state = 7933; + this.state = 7929; this.iso_level(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7934; + this.state = 7930; this.match(PostgreSqlParser.KW_READ); - this.state = 7935; + this.state = 7931; this.match(PostgreSqlParser.KW_ONLY); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7936; + this.state = 7932; this.match(PostgreSqlParser.KW_READ); - this.state = 7937; + this.state = 7933; this.match(PostgreSqlParser.KW_WRITE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7938; + this.state = 7934; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7939; + this.state = 7935; this.match(PostgreSqlParser.KW_NOT); - this.state = 7940; + this.state = 7936; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; @@ -35836,39 +35859,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, 836, PostgreSqlParser.RULE_transaction_mode_list); + this.enterRule(localContext, 838, PostgreSqlParser.RULE_transaction_mode_list); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7943; + this.state = 7939; this.transaction_mode_item(); - this.state = 7950; + this.state = 7946; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 723, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 718, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7945; + this.state = 7941; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7944; + this.state = 7940; this.match(PostgreSqlParser.COMMA); } } - this.state = 7947; + this.state = 7943; this.transaction_mode_item(); } } } - this.state = 7952; + this.state = 7948; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 723, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 718, this.context); } } } @@ -35888,11 +35911,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, 838, PostgreSqlParser.RULE_transaction_mode_list_or_empty); + this.enterRule(localContext, 840, PostgreSqlParser.RULE_transaction_mode_list_or_empty); try { this.enterOuterAlt(localContext, 1); { - this.state = 7953; + this.state = 7949; this.transaction_mode_list(); } } @@ -35912,24 +35935,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, 840, PostgreSqlParser.RULE_opt_transaction_chain); + this.enterRule(localContext, 842, PostgreSqlParser.RULE_opt_transaction_chain); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7955; + this.state = 7951; this.match(PostgreSqlParser.KW_AND); - this.state = 7957; + this.state = 7953; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7956; + this.state = 7952; this.match(PostgreSqlParser.KW_NO); } } - this.state = 7959; + this.state = 7955; this.match(PostgreSqlParser.KW_CHAIN); } } @@ -35949,61 +35972,61 @@ export class PostgreSqlParser extends SQLParserBase { } public viewstmt(): ViewstmtContext { let localContext = new ViewstmtContext(this.context, this.state); - this.enterRule(localContext, 842, PostgreSqlParser.RULE_viewstmt); + this.enterRule(localContext, 844, PostgreSqlParser.RULE_viewstmt); let _la: number; try { localContext = new CreateViewContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7961; + this.state = 7957; this.match(PostgreSqlParser.KW_CREATE); - this.state = 7964; + this.state = 7960; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 7962; + this.state = 7958; this.match(PostgreSqlParser.KW_OR); - this.state = 7963; + this.state = 7959; this.match(PostgreSqlParser.KW_REPLACE); } } - this.state = 7967; + this.state = 7963; 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 = 7966; + this.state = 7962; this.opttemp(); } } - this.state = 7986; + this.state = 7982; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VIEW: { - this.state = 7969; + this.state = 7965; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7970; + this.state = 7966; this.view_name_create(); - this.state = 7972; + this.state = 7968; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 7971; + this.state = 7967; this.opt_column_list_create(); } } - this.state = 7975; + this.state = 7971; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 7974; + this.state = 7970; this.opt_reloptions(); } } @@ -36012,24 +36035,24 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_RECURSIVE: { - this.state = 7977; + this.state = 7973; this.match(PostgreSqlParser.KW_RECURSIVE); - this.state = 7978; + this.state = 7974; this.match(PostgreSqlParser.KW_VIEW); - this.state = 7979; + this.state = 7975; this.view_name_create(); - this.state = 7980; + this.state = 7976; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7981; + this.state = 7977; this.column_list(); - this.state = 7982; + this.state = 7978; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 7984; + this.state = 7980; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 7983; + this.state = 7979; this.opt_reloptions(); } } @@ -36039,16 +36062,16 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 7988; + this.state = 7984; this.match(PostgreSqlParser.KW_AS); - this.state = 7989; + this.state = 7985; this.selectstmt(); - this.state = 7991; + this.state = 7987; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 731, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 726, this.context) ) { case 1: { - this.state = 7990; + this.state = 7986; this.opt_check_option(); } break; @@ -36071,19 +36094,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, 844, PostgreSqlParser.RULE_opt_check_option); + this.enterRule(localContext, 846, PostgreSqlParser.RULE_opt_check_option); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7993; + this.state = 7989; this.match(PostgreSqlParser.KW_WITH); - this.state = 7995; + this.state = 7991; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151 || _la === 254) { { - this.state = 7994; + this.state = 7990; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -36095,9 +36118,9 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7997; + this.state = 7993; this.match(PostgreSqlParser.KW_CHECK); - this.state = 7998; + this.state = 7994; this.match(PostgreSqlParser.KW_OPTION); } } @@ -36117,13 +36140,13 @@ export class PostgreSqlParser extends SQLParserBase { } public loadstmt(): LoadstmtContext { let localContext = new LoadstmtContext(this.context, this.state); - this.enterRule(localContext, 846, PostgreSqlParser.RULE_loadstmt); + this.enterRule(localContext, 848, PostgreSqlParser.RULE_loadstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8000; + this.state = 7996; this.match(PostgreSqlParser.KW_LOAD); - this.state = 8001; + this.state = 7997; this.file_name(); } } @@ -36143,33 +36166,33 @@ export class PostgreSqlParser extends SQLParserBase { } public createdbstmt(): CreatedbstmtContext { let localContext = new CreatedbstmtContext(this.context, this.state); - this.enterRule(localContext, 848, PostgreSqlParser.RULE_createdbstmt); + this.enterRule(localContext, 850, PostgreSqlParser.RULE_createdbstmt); try { localContext = new CreateDatabaseContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 8003; + this.state = 7999; this.match(PostgreSqlParser.KW_CREATE); - this.state = 8004; + this.state = 8000; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 8005; + this.state = 8001; this.database_name_create(); - this.state = 8007; + this.state = 8003; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 733, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 728, this.context) ) { case 1: { - this.state = 8006; + this.state = 8002; this.opt_with(); } break; } - this.state = 8010; + this.state = 8006; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 734, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 729, this.context) ) { case 1: { - this.state = 8009; + this.state = 8005; this.createdb_opt_list(); } break; @@ -36192,11 +36215,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, 850, PostgreSqlParser.RULE_createdb_opt_list); + this.enterRule(localContext, 852, PostgreSqlParser.RULE_createdb_opt_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 8012; + this.state = 8008; this.createdb_opt_items(); } } @@ -36216,12 +36239,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, 852, PostgreSqlParser.RULE_createdb_opt_items); + this.enterRule(localContext, 854, PostgreSqlParser.RULE_createdb_opt_items); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8015; + this.state = 8011; this.errorHandler.sync(this); alternative = 1; do { @@ -36229,7 +36252,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 8014; + this.state = 8010; this.createdb_opt_item(); } } @@ -36237,9 +36260,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 8017; + this.state = 8013; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 735, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 730, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -36259,41 +36282,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, 854, PostgreSqlParser.RULE_createdb_opt_item); + this.enterRule(localContext, 856, PostgreSqlParser.RULE_createdb_opt_item); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8019; + this.state = 8015; this.createdb_opt_name(); - this.state = 8021; + this.state = 8017; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 8020; + this.state = 8016; this.opt_equal(); } } - this.state = 8026; + this.state = 8022; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 737, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 732, this.context) ) { case 1: { - this.state = 8023; + this.state = 8019; this.signediconst(); } break; case 2: { - this.state = 8024; + this.state = 8020; this.opt_boolean_or_string(); } break; case 3: { - this.state = 8025; + this.state = 8021; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -36316,52 +36339,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, 856, PostgreSqlParser.RULE_createdb_opt_name); + this.enterRule(localContext, 858, PostgreSqlParser.RULE_createdb_opt_name); try { - this.state = 8036; + this.state = 8032; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CONNECTION: this.enterOuterAlt(localContext, 1); { - this.state = 8028; + this.state = 8024; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 8029; + this.state = 8025; this.match(PostgreSqlParser.KW_LIMIT); } break; case PostgreSqlParser.KW_ENCODING: this.enterOuterAlt(localContext, 2); { - this.state = 8030; + this.state = 8026; this.match(PostgreSqlParser.KW_ENCODING); } break; case PostgreSqlParser.KW_LOCATION: this.enterOuterAlt(localContext, 3); { - this.state = 8031; + this.state = 8027; this.match(PostgreSqlParser.KW_LOCATION); } break; case PostgreSqlParser.KW_OWNER: this.enterOuterAlt(localContext, 4); { - this.state = 8032; + this.state = 8028; this.match(PostgreSqlParser.KW_OWNER); } break; case PostgreSqlParser.KW_TABLESPACE: this.enterOuterAlt(localContext, 5); { - this.state = 8033; + this.state = 8029; this.match(PostgreSqlParser.KW_TABLESPACE); } break; case PostgreSqlParser.KW_TEMPLATE: this.enterOuterAlt(localContext, 6); { - this.state = 8034; + this.state = 8030; this.match(PostgreSqlParser.KW_TEMPLATE); } break; @@ -36439,7 +36462,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 7); { - this.state = 8035; + this.state = 8031; this.identifier(); } break; @@ -36463,11 +36486,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_equal(): Opt_equalContext { let localContext = new Opt_equalContext(this.context, this.state); - this.enterRule(localContext, 858, PostgreSqlParser.RULE_opt_equal); + this.enterRule(localContext, 860, PostgreSqlParser.RULE_opt_equal); try { this.enterOuterAlt(localContext, 1); { - this.state = 8038; + this.state = 8034; this.match(PostgreSqlParser.EQUAL); } } @@ -36487,32 +36510,32 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdatabasestmt(): AlterdatabasestmtContext { let localContext = new AlterdatabasestmtContext(this.context, this.state); - this.enterRule(localContext, 860, PostgreSqlParser.RULE_alterdatabasestmt); + this.enterRule(localContext, 862, PostgreSqlParser.RULE_alterdatabasestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8040; + this.state = 8036; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8041; + this.state = 8037; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 8042; + this.state = 8038; this.database_name(); - this.state = 8054; + this.state = 8050; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 742, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 737, this.context) ) { case 1: { - this.state = 8046; + this.state = 8042; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 739, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 734, this.context) ) { case 1: { - this.state = 8043; + this.state = 8039; this.match(PostgreSqlParser.KW_SET); - this.state = 8044; + this.state = 8040; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 8045; + this.state = 8041; this.tablespace_name_create(); } break; @@ -36521,22 +36544,22 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8052; + this.state = 8048; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 741, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 736, this.context) ) { case 1: { - this.state = 8049; + this.state = 8045; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8048; + this.state = 8044; this.match(PostgreSqlParser.KW_WITH); } } - this.state = 8051; + this.state = 8047; this.createdb_opt_list(); } break; @@ -36562,22 +36585,22 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdatabasesetstmt(): AlterdatabasesetstmtContext { let localContext = new AlterdatabasesetstmtContext(this.context, this.state); - this.enterRule(localContext, 862, PostgreSqlParser.RULE_alterdatabasesetstmt); + this.enterRule(localContext, 864, PostgreSqlParser.RULE_alterdatabasesetstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8056; + this.state = 8052; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8057; + this.state = 8053; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 8058; + this.state = 8054; this.database_name(); - this.state = 8060; + this.state = 8056; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 743, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 738, this.context) ) { case 1: { - this.state = 8059; + this.state = 8055; this.setresetclause(); } break; @@ -36600,26 +36623,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, 864, PostgreSqlParser.RULE_drop_option_list); + this.enterRule(localContext, 866, PostgreSqlParser.RULE_drop_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8062; + this.state = 8058; this.drop_option(); - this.state = 8067; + this.state = 8063; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8063; + this.state = 8059; this.match(PostgreSqlParser.COMMA); - this.state = 8064; + this.state = 8060; this.drop_option(); } } - this.state = 8069; + this.state = 8065; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -36641,11 +36664,11 @@ export class PostgreSqlParser extends SQLParserBase { } public drop_option(): Drop_optionContext { let localContext = new Drop_optionContext(this.context, this.state); - this.enterRule(localContext, 866, PostgreSqlParser.RULE_drop_option); + this.enterRule(localContext, 868, PostgreSqlParser.RULE_drop_option); try { this.enterOuterAlt(localContext, 1); { - this.state = 8070; + this.state = 8066; this.match(PostgreSqlParser.KW_FORCE); } } @@ -36665,19 +36688,19 @@ export class PostgreSqlParser extends SQLParserBase { } public altercollationstmt(): AltercollationstmtContext { let localContext = new AltercollationstmtContext(this.context, this.state); - this.enterRule(localContext, 868, PostgreSqlParser.RULE_altercollationstmt); + this.enterRule(localContext, 870, PostgreSqlParser.RULE_altercollationstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8072; + this.state = 8068; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8073; + this.state = 8069; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 8074; + this.state = 8070; this.any_name(); - this.state = 8075; + this.state = 8071; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 8076; + this.state = 8072; this.match(PostgreSqlParser.KW_VERSION); } } @@ -36697,16 +36720,16 @@ export class PostgreSqlParser extends SQLParserBase { } public altersystemstmt(): AltersystemstmtContext { let localContext = new AltersystemstmtContext(this.context, this.state); - this.enterRule(localContext, 870, PostgreSqlParser.RULE_altersystemstmt); + this.enterRule(localContext, 872, PostgreSqlParser.RULE_altersystemstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8078; + this.state = 8074; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8079; + this.state = 8075; this.match(PostgreSqlParser.KW_SYSTEM); - this.state = 8080; + this.state = 8076; _la = this.tokenStream.LA(1); if(!(_la === 313 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -36715,7 +36738,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8081; + this.state = 8077; this.generic_set(); } } @@ -36735,30 +36758,30 @@ export class PostgreSqlParser extends SQLParserBase { } public createdomainstmt(): CreatedomainstmtContext { let localContext = new CreatedomainstmtContext(this.context, this.state); - this.enterRule(localContext, 872, PostgreSqlParser.RULE_createdomainstmt); + this.enterRule(localContext, 874, PostgreSqlParser.RULE_createdomainstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8083; + this.state = 8079; this.match(PostgreSqlParser.KW_CREATE); - this.state = 8084; + this.state = 8080; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 8085; + this.state = 8081; this.any_name(); - this.state = 8087; + this.state = 8083; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8086; + this.state = 8082; this.opt_as(); } } - this.state = 8089; + this.state = 8085; this.typename(); - this.state = 8090; + this.state = 8086; this.colquallist(); } } @@ -36778,77 +36801,77 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdomainstmt(): AlterdomainstmtContext { let localContext = new AlterdomainstmtContext(this.context, this.state); - this.enterRule(localContext, 874, PostgreSqlParser.RULE_alterdomainstmt); + this.enterRule(localContext, 876, PostgreSqlParser.RULE_alterdomainstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8092; + this.state = 8088; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8093; + this.state = 8089; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 8094; + this.state = 8090; this.any_name(); - this.state = 8116; + this.state = 8112; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 748, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 743, this.context) ) { case 1: { - this.state = 8095; + this.state = 8091; this.alter_column_default(); } break; case 2: { - this.state = 8096; + this.state = 8092; this.match(PostgreSqlParser.KW_DROP); - this.state = 8097; + this.state = 8093; this.match(PostgreSqlParser.KW_NOT); - this.state = 8098; + this.state = 8094; this.match(PostgreSqlParser.KW_NULL); } break; case 3: { - this.state = 8099; + this.state = 8095; this.match(PostgreSqlParser.KW_SET); - this.state = 8100; + this.state = 8096; this.match(PostgreSqlParser.KW_NOT); - this.state = 8101; + this.state = 8097; this.match(PostgreSqlParser.KW_NULL); } break; case 4: { - this.state = 8102; + this.state = 8098; this.match(PostgreSqlParser.KW_ADD); - this.state = 8103; + this.state = 8099; this.tableconstraint(); } break; case 5: { - this.state = 8104; + this.state = 8100; this.match(PostgreSqlParser.KW_DROP); - this.state = 8105; + this.state = 8101; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 8107; + this.state = 8103; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 746, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 741, this.context) ) { case 1: { - this.state = 8106; + this.state = 8102; this.opt_if_exists(); } break; } - this.state = 8109; + this.state = 8105; this.name(); - this.state = 8111; + this.state = 8107; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 747, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 742, this.context) ) { case 1: { - this.state = 8110; + this.state = 8106; this.opt_drop_behavior(); } break; @@ -36857,11 +36880,11 @@ export class PostgreSqlParser extends SQLParserBase { break; case 6: { - this.state = 8113; + this.state = 8109; this.match(PostgreSqlParser.KW_VALIDATE); - this.state = 8114; + this.state = 8110; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 8115; + this.state = 8111; this.name(); } break; @@ -36884,11 +36907,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_as(): Opt_asContext { let localContext = new Opt_asContext(this.context, this.state); - this.enterRule(localContext, 876, PostgreSqlParser.RULE_opt_as); + this.enterRule(localContext, 878, PostgreSqlParser.RULE_opt_as); try { this.enterOuterAlt(localContext, 1); { - this.state = 8118; + this.state = 8114; this.match(PostgreSqlParser.KW_AS); } } @@ -36908,21 +36931,21 @@ export class PostgreSqlParser extends SQLParserBase { } public altertsdictionarystmt(): AltertsdictionarystmtContext { let localContext = new AltertsdictionarystmtContext(this.context, this.state); - this.enterRule(localContext, 878, PostgreSqlParser.RULE_altertsdictionarystmt); + this.enterRule(localContext, 880, PostgreSqlParser.RULE_altertsdictionarystmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8120; + this.state = 8116; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8121; + this.state = 8117; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8122; + this.state = 8118; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8123; + this.state = 8119; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 8124; + this.state = 8120; this.any_name(); - this.state = 8125; + this.state = 8121; this.definition(); } } @@ -36942,154 +36965,154 @@ export class PostgreSqlParser extends SQLParserBase { } public altertsconfigurationstmt(): AltertsconfigurationstmtContext { let localContext = new AltertsconfigurationstmtContext(this.context, this.state); - this.enterRule(localContext, 880, PostgreSqlParser.RULE_altertsconfigurationstmt); + this.enterRule(localContext, 882, PostgreSqlParser.RULE_altertsconfigurationstmt); let _la: number; try { - this.state = 8190; + this.state = 8186; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 750, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 745, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8127; + this.state = 8123; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8128; + this.state = 8124; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8129; + this.state = 8125; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8130; + this.state = 8126; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8131; + this.state = 8127; this.any_name(); - this.state = 8132; + this.state = 8128; this.match(PostgreSqlParser.KW_ADD); - this.state = 8133; + this.state = 8129; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8134; + this.state = 8130; this.match(PostgreSqlParser.KW_FOR); - this.state = 8135; + this.state = 8131; this.name_list(); - this.state = 8136; + this.state = 8132; this.any_with(); - this.state = 8137; + this.state = 8133; this.any_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8139; + this.state = 8135; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8140; + this.state = 8136; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8141; + this.state = 8137; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8142; + this.state = 8138; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8143; + this.state = 8139; this.any_name(); - this.state = 8144; + this.state = 8140; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8145; + this.state = 8141; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8146; + this.state = 8142; this.match(PostgreSqlParser.KW_FOR); - this.state = 8147; + this.state = 8143; this.name_list(); - this.state = 8148; + this.state = 8144; this.any_with(); - this.state = 8149; + this.state = 8145; this.any_name_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8151; + this.state = 8147; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8152; + this.state = 8148; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8153; + this.state = 8149; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8154; + this.state = 8150; this.match(PostgreSqlParser.KW_CONFIGURATION); + this.state = 8151; + this.any_name(); + this.state = 8152; + this.match(PostgreSqlParser.KW_ALTER); + this.state = 8153; + this.match(PostgreSqlParser.KW_MAPPING); + this.state = 8154; + this.match(PostgreSqlParser.KW_REPLACE); 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.state = 8157; this.any_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8163; + this.state = 8159; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8164; + this.state = 8160; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8165; + this.state = 8161; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8166; + this.state = 8162; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8167; + this.state = 8163; this.any_name(); - this.state = 8168; + this.state = 8164; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8169; + this.state = 8165; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8170; + this.state = 8166; this.match(PostgreSqlParser.KW_FOR); - this.state = 8171; + this.state = 8167; this.name_list(); - this.state = 8172; + this.state = 8168; this.match(PostgreSqlParser.KW_REPLACE); - this.state = 8173; + this.state = 8169; this.any_name(); - this.state = 8174; + this.state = 8170; this.any_with(); - this.state = 8175; + this.state = 8171; this.any_name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8177; + this.state = 8173; this.match(PostgreSqlParser.KW_ALTER); - this.state = 8178; + this.state = 8174; this.match(PostgreSqlParser.KW_TEXT); - this.state = 8179; + this.state = 8175; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8180; + this.state = 8176; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 8181; + this.state = 8177; this.any_name(); - this.state = 8182; + this.state = 8178; this.match(PostgreSqlParser.KW_DROP); - this.state = 8183; + this.state = 8179; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 8185; + this.state = 8181; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 8184; + this.state = 8180; this.opt_if_exists(); } } - this.state = 8187; + this.state = 8183; this.match(PostgreSqlParser.KW_FOR); - this.state = 8188; + this.state = 8184; this.name_list(); } break; @@ -37111,11 +37134,11 @@ export class PostgreSqlParser extends SQLParserBase { } public any_with(): Any_withContext { let localContext = new Any_withContext(this.context, this.state); - this.enterRule(localContext, 882, PostgreSqlParser.RULE_any_with); + this.enterRule(localContext, 884, PostgreSqlParser.RULE_any_with); try { this.enterOuterAlt(localContext, 1); { - this.state = 8192; + this.state = 8188; this.match(PostgreSqlParser.KW_WITH); } } @@ -37135,38 +37158,38 @@ export class PostgreSqlParser extends SQLParserBase { } public createconversionstmt(): CreateconversionstmtContext { let localContext = new CreateconversionstmtContext(this.context, this.state); - this.enterRule(localContext, 884, PostgreSqlParser.RULE_createconversionstmt); + this.enterRule(localContext, 886, PostgreSqlParser.RULE_createconversionstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8194; + this.state = 8190; this.match(PostgreSqlParser.KW_CREATE); - this.state = 8196; + this.state = 8192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 8195; + this.state = 8191; this.opt_default(); } } - this.state = 8198; + this.state = 8194; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 8199; + this.state = 8195; this.any_name(); - this.state = 8200; + this.state = 8196; this.match(PostgreSqlParser.KW_FOR); - this.state = 8201; + this.state = 8197; this.sconst(); - this.state = 8202; + this.state = 8198; this.match(PostgreSqlParser.KW_TO); - this.state = 8203; + this.state = 8199; this.sconst(); - this.state = 8204; + this.state = 8200; this.match(PostgreSqlParser.KW_FROM); - this.state = 8205; + this.state = 8201; this.any_name(); } } @@ -37186,35 +37209,35 @@ export class PostgreSqlParser extends SQLParserBase { } public clusterstmt(): ClusterstmtContext { let localContext = new ClusterstmtContext(this.context, this.state); - this.enterRule(localContext, 886, PostgreSqlParser.RULE_clusterstmt); + this.enterRule(localContext, 888, PostgreSqlParser.RULE_clusterstmt); let _la: number; try { - this.state = 8225; + this.state = 8221; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 756, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 751, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8207; + this.state = 8203; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 8209; + this.state = 8205; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8208; + this.state = 8204; this.opt_verbose(); } } - this.state = 8211; + this.state = 8207; this.table_name(); - this.state = 8213; + this.state = 8209; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8212; + this.state = 8208; this.cluster_index_specification(); } } @@ -37224,14 +37247,14 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8215; + this.state = 8211; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 8217; + this.state = 8213; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8216; + this.state = 8212; this.opt_verbose(); } } @@ -37241,18 +37264,18 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8219; + this.state = 8215; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 8220; + this.state = 8216; this.opt_verbose_list(); - this.state = 8221; + this.state = 8217; this.table_name(); - this.state = 8223; + this.state = 8219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8222; + this.state = 8218; this.cluster_index_specification(); } } @@ -37277,32 +37300,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, 888, PostgreSqlParser.RULE_opt_verbose_list); + this.enterRule(localContext, 890, PostgreSqlParser.RULE_opt_verbose_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8227; + this.state = 8223; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8228; + this.state = 8224; this.opt_verbose(); - this.state = 8233; + this.state = 8229; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8229; + this.state = 8225; this.match(PostgreSqlParser.COMMA); - this.state = 8230; + this.state = 8226; this.opt_verbose(); } } - this.state = 8235; + this.state = 8231; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 8236; + this.state = 8232; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -37322,13 +37345,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, 890, PostgreSqlParser.RULE_cluster_index_specification); + this.enterRule(localContext, 892, PostgreSqlParser.RULE_cluster_index_specification); try { this.enterOuterAlt(localContext, 1); { - this.state = 8238; + this.state = 8234; this.match(PostgreSqlParser.KW_USING); - this.state = 8239; + this.state = 8235; this.name(); } } @@ -37348,63 +37371,63 @@ export class PostgreSqlParser extends SQLParserBase { } public vacuumstmt(): VacuumstmtContext { let localContext = new VacuumstmtContext(this.context, this.state); - this.enterRule(localContext, 892, PostgreSqlParser.RULE_vacuumstmt); + this.enterRule(localContext, 894, PostgreSqlParser.RULE_vacuumstmt); let _la: number; try { - this.state = 8267; + this.state = 8263; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 765, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 760, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8241; + this.state = 8237; this.match(PostgreSqlParser.KW_VACUUM); - this.state = 8243; + this.state = 8239; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 113) { { - this.state = 8242; + this.state = 8238; this.opt_full(); } } - this.state = 8246; + this.state = 8242; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 112) { { - this.state = 8245; + this.state = 8241; this.opt_freeze(); } } - this.state = 8249; + this.state = 8245; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8248; + this.state = 8244; this.opt_verbose(); } } - this.state = 8252; + this.state = 8248; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 761, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 756, this.context) ) { case 1: { - this.state = 8251; + this.state = 8247; this.opt_analyze(); } break; } - this.state = 8255; + this.state = 8251; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 762, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 757, this.context) ) { case 1: { - this.state = 8254; + this.state = 8250; this.opt_vacuum_relation_list(); } break; @@ -37414,28 +37437,28 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8257; + this.state = 8253; this.match(PostgreSqlParser.KW_VACUUM); - this.state = 8262; + this.state = 8258; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 763, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 758, this.context) ) { case 1: { - this.state = 8258; + this.state = 8254; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8259; + this.state = 8255; this.vac_analyze_option_list(); - this.state = 8260; + this.state = 8256; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 8265; + this.state = 8261; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 764, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 759, this.context) ) { case 1: { - this.state = 8264; + this.state = 8260; this.opt_vacuum_relation_list(); } break; @@ -37460,33 +37483,33 @@ export class PostgreSqlParser extends SQLParserBase { } public analyzestmt(): AnalyzestmtContext { let localContext = new AnalyzestmtContext(this.context, this.state); - this.enterRule(localContext, 894, PostgreSqlParser.RULE_analyzestmt); + this.enterRule(localContext, 896, PostgreSqlParser.RULE_analyzestmt); let _la: number; try { - this.state = 8283; + this.state = 8279; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 769, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 764, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8269; + this.state = 8265; this.analyze_keyword(); - this.state = 8271; + this.state = 8267; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 8270; + this.state = 8266; this.opt_verbose(); } } - this.state = 8274; + this.state = 8270; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 767, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 762, this.context) ) { case 1: { - this.state = 8273; + this.state = 8269; this.opt_vacuum_relation_list(); } break; @@ -37496,20 +37519,20 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8276; + this.state = 8272; this.analyze_keyword(); - this.state = 8277; + this.state = 8273; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8278; + this.state = 8274; this.analyze_options_list(); - this.state = 8279; + this.state = 8275; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8281; + this.state = 8277; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 768, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 763, this.context) ) { case 1: { - this.state = 8280; + this.state = 8276; this.opt_vacuum_relation_list(); } break; @@ -37534,26 +37557,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, 896, PostgreSqlParser.RULE_vac_analyze_option_list); + this.enterRule(localContext, 898, PostgreSqlParser.RULE_vac_analyze_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8285; + this.state = 8281; this.vac_analyze_option_elem(); - this.state = 8290; + this.state = 8286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8286; + this.state = 8282; this.match(PostgreSqlParser.COMMA); - this.state = 8287; + this.state = 8283; this.vac_analyze_option_elem(); } } - this.state = 8292; + this.state = 8288; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -37575,12 +37598,12 @@ export class PostgreSqlParser extends SQLParserBase { } public analyze_keyword(): Analyze_keywordContext { let localContext = new Analyze_keywordContext(this.context, this.state); - this.enterRule(localContext, 898, PostgreSqlParser.RULE_analyze_keyword); + this.enterRule(localContext, 900, PostgreSqlParser.RULE_analyze_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8293; + this.state = 8289; _la = this.tokenStream.LA(1); if(!(_la === 31 || _la === 32)) { this.errorHandler.recoverInline(this); @@ -37607,19 +37630,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, 900, PostgreSqlParser.RULE_vac_analyze_option_elem); + this.enterRule(localContext, 902, PostgreSqlParser.RULE_vac_analyze_option_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8295; + this.state = 8291; this.vac_analyze_option_name(); - this.state = 8297; + this.state = 8293; 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)) & 1946329651) !== 0) || _la === 586) { { - this.state = 8296; + this.state = 8292; this.vac_analyze_option_arg(); } } @@ -37642,7 +37665,466 @@ 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, 902, PostgreSqlParser.RULE_vac_analyze_option_name); + this.enterRule(localContext, 904, PostgreSqlParser.RULE_vac_analyze_option_name); + try { + this.state = 8297; + this.errorHandler.sync(this); + switch (this.tokenStream.LA(1)) { + case PostgreSqlParser.KW_AND: + case PostgreSqlParser.KW_ARRAY: + case PostgreSqlParser.KW_COLLATE: + case PostgreSqlParser.KW_CONSTRAINT: + case PostgreSqlParser.KW_DEFAULT: + case PostgreSqlParser.KW_DO: + case PostgreSqlParser.KW_FETCH: + case PostgreSqlParser.KW_AUTHORIZATION: + case PostgreSqlParser.KW_BINARY: + case PostgreSqlParser.KW_COLLATION: + case PostgreSqlParser.KW_CONCURRENTLY: + case PostgreSqlParser.KW_CROSS: + case PostgreSqlParser.KW_CURRENT_SCHEMA: + case PostgreSqlParser.KW_FREEZE: + case PostgreSqlParser.KW_FULL: + case PostgreSqlParser.KW_ILIKE: + case PostgreSqlParser.KW_INNER: + case PostgreSqlParser.KW_IS: + case PostgreSqlParser.KW_ISNULL: + case PostgreSqlParser.KW_JOIN: + case PostgreSqlParser.KW_LEFT: + case PostgreSqlParser.KW_LIKE: + case PostgreSqlParser.KW_NATURAL: + case PostgreSqlParser.KW_NOTNULL: + case PostgreSqlParser.KW_OUTER: + case PostgreSqlParser.KW_OVER: + case PostgreSqlParser.KW_OVERLAPS: + case PostgreSqlParser.KW_RIGHT: + case PostgreSqlParser.KW_SIMILAR: + case PostgreSqlParser.KW_VERBOSE: + case PostgreSqlParser.KW_ABORT: + case PostgreSqlParser.KW_ABSOLUTE: + case PostgreSqlParser.KW_ACCESS: + case PostgreSqlParser.KW_ACTION: + case PostgreSqlParser.KW_ADD: + case PostgreSqlParser.KW_ADMIN: + case PostgreSqlParser.KW_AFTER: + case PostgreSqlParser.KW_AGGREGATE: + case PostgreSqlParser.KW_ALSO: + case PostgreSqlParser.KW_ALTER: + case PostgreSqlParser.KW_ALWAYS: + case PostgreSqlParser.KW_ASSERTION: + case PostgreSqlParser.KW_ASSIGNMENT: + case PostgreSqlParser.KW_AT: + case PostgreSqlParser.KW_ATTRIBUTE: + case PostgreSqlParser.KW_BACKWARD: + case PostgreSqlParser.KW_BEFORE: + case PostgreSqlParser.KW_BEGIN: + case PostgreSqlParser.KW_BY: + case PostgreSqlParser.KW_CACHE: + case PostgreSqlParser.KW_CALLED: + case PostgreSqlParser.KW_CASCADE: + case PostgreSqlParser.KW_CASCADED: + case PostgreSqlParser.KW_CATALOG: + case PostgreSqlParser.KW_CHAIN: + case PostgreSqlParser.KW_CHARACTERISTICS: + case PostgreSqlParser.KW_CHECKPOINT: + case PostgreSqlParser.KW_CLASS: + case PostgreSqlParser.KW_CLOSE: + case PostgreSqlParser.KW_CLUSTER: + case PostgreSqlParser.KW_COMMENT: + case PostgreSqlParser.KW_COMMENTS: + case PostgreSqlParser.KW_COMMIT: + case PostgreSqlParser.KW_COMMITTED: + case PostgreSqlParser.KW_CONFIGURATION: + case PostgreSqlParser.KW_CONNECTION: + case PostgreSqlParser.KW_CONSTRAINTS: + case PostgreSqlParser.KW_CONTENT: + case PostgreSqlParser.KW_CONTINUE: + case PostgreSqlParser.KW_CONVERSION: + case PostgreSqlParser.KW_COPY: + case PostgreSqlParser.KW_COST: + case PostgreSqlParser.KW_CSV: + case PostgreSqlParser.KW_CURSOR: + case PostgreSqlParser.KW_CYCLE: + case PostgreSqlParser.KW_DATA: + case PostgreSqlParser.KW_DATABASE: + case PostgreSqlParser.KW_DAY: + case PostgreSqlParser.KW_DEALLOCATE: + case PostgreSqlParser.KW_DECLARE: + case PostgreSqlParser.KW_DEFAULTS: + case PostgreSqlParser.KW_DEFERRED: + case PostgreSqlParser.KW_DEFINER: + case PostgreSqlParser.KW_DELETE: + case PostgreSqlParser.KW_DELIMITER: + case PostgreSqlParser.KW_DELIMITERS: + case PostgreSqlParser.KW_DICTIONARY: + case PostgreSqlParser.KW_DISABLE: + case PostgreSqlParser.KW_DISCARD: + case PostgreSqlParser.KW_DOCUMENT: + case PostgreSqlParser.KW_DOMAIN: + case PostgreSqlParser.KW_DOUBLE: + case PostgreSqlParser.KW_DROP: + case PostgreSqlParser.KW_EACH: + case PostgreSqlParser.KW_ENABLE: + case PostgreSqlParser.KW_ENCODING: + case PostgreSqlParser.KW_ENCRYPTED: + case PostgreSqlParser.KW_ENUM: + case PostgreSqlParser.KW_ESCAPE: + case PostgreSqlParser.KW_EVENT: + case PostgreSqlParser.KW_EXCLUDE: + case PostgreSqlParser.KW_EXCLUDING: + case PostgreSqlParser.KW_EXCLUSIVE: + case PostgreSqlParser.KW_EXECUTE: + case PostgreSqlParser.KW_EXPLAIN: + case PostgreSqlParser.KW_EXTENSION: + case PostgreSqlParser.KW_EXTERNAL: + case PostgreSqlParser.KW_FAMILY: + case PostgreSqlParser.KW_FIRST: + case PostgreSqlParser.KW_FOLLOWING: + case PostgreSqlParser.KW_FORCE: + case PostgreSqlParser.KW_FORWARD: + case PostgreSqlParser.KW_FUNCTION: + case PostgreSqlParser.KW_FUNCTIONS: + case PostgreSqlParser.KW_GLOBAL: + case PostgreSqlParser.KW_GRANTED: + case PostgreSqlParser.KW_HANDLER: + case PostgreSqlParser.KW_HEADER: + case PostgreSqlParser.KW_HOLD: + case PostgreSqlParser.KW_HOUR: + case PostgreSqlParser.KW_IDENTITY: + case PostgreSqlParser.KW_IF: + case PostgreSqlParser.KW_IMMEDIATE: + case PostgreSqlParser.KW_IMMUTABLE: + case PostgreSqlParser.KW_IMPLICIT: + case PostgreSqlParser.KW_INCLUDING: + case PostgreSqlParser.KW_INCREMENT: + case PostgreSqlParser.KW_INDEX: + case PostgreSqlParser.KW_INDEXES: + case PostgreSqlParser.KW_INHERIT: + case PostgreSqlParser.KW_INHERITS: + case PostgreSqlParser.KW_INLINE: + case PostgreSqlParser.KW_INSENSITIVE: + case PostgreSqlParser.KW_INSERT: + case PostgreSqlParser.KW_INSTEAD: + case PostgreSqlParser.KW_INVOKER: + case PostgreSqlParser.KW_ISOLATION: + case PostgreSqlParser.KW_KEY: + case PostgreSqlParser.KW_LABEL: + case PostgreSqlParser.KW_LANGUAGE: + case PostgreSqlParser.KW_LARGE: + case PostgreSqlParser.KW_LAST: + case PostgreSqlParser.KW_LEAKPROOF: + case PostgreSqlParser.KW_LEVEL: + case PostgreSqlParser.KW_LISTEN: + case PostgreSqlParser.KW_LOAD: + case PostgreSqlParser.KW_LOCAL: + case PostgreSqlParser.KW_LOCATION: + case PostgreSqlParser.KW_LOCK: + case PostgreSqlParser.KW_MAPPING: + case PostgreSqlParser.KW_MATCH: + case PostgreSqlParser.KW_MATERIALIZED: + case PostgreSqlParser.KW_MAXVALUE: + case PostgreSqlParser.KW_MINUTE: + case PostgreSqlParser.KW_MINVALUE: + case PostgreSqlParser.KW_MODE: + case PostgreSqlParser.KW_MONTH: + case PostgreSqlParser.KW_MOVE: + case PostgreSqlParser.KW_NAME: + case PostgreSqlParser.KW_NAMES: + case PostgreSqlParser.KW_NEXT: + case PostgreSqlParser.KW_NO: + case PostgreSqlParser.KW_NOTHING: + case PostgreSqlParser.KW_NOTIFY: + case PostgreSqlParser.KW_NOWAIT: + case PostgreSqlParser.KW_NULLS: + case PostgreSqlParser.KW_OBJECT: + case PostgreSqlParser.KW_OF: + case PostgreSqlParser.KW_OFF: + case PostgreSqlParser.KW_OIDS: + case PostgreSqlParser.KW_OPERATOR: + case PostgreSqlParser.KW_OPTION: + case PostgreSqlParser.KW_OPTIONS: + case PostgreSqlParser.KW_OWNED: + case PostgreSqlParser.KW_OWNER: + case PostgreSqlParser.KW_PARSER: + case PostgreSqlParser.KW_PARTIAL: + case PostgreSqlParser.KW_PARTITION: + case PostgreSqlParser.KW_PASSING: + case PostgreSqlParser.KW_PASSWORD: + case PostgreSqlParser.KW_PLANS: + case PostgreSqlParser.KW_PRECEDING: + case PostgreSqlParser.KW_PREPARE: + case PostgreSqlParser.KW_PREPARED: + case PostgreSqlParser.KW_PRESERVE: + case PostgreSqlParser.KW_PRIOR: + case PostgreSqlParser.KW_PRIVILEGES: + case PostgreSqlParser.KW_PROCEDURAL: + case PostgreSqlParser.KW_PROCEDURE: + case PostgreSqlParser.KW_PROGRAM: + case PostgreSqlParser.KW_QUOTE: + case PostgreSqlParser.KW_RANGE: + case PostgreSqlParser.KW_READ: + case PostgreSqlParser.KW_REASSIGN: + case PostgreSqlParser.KW_RECHECK: + case PostgreSqlParser.KW_RECURSIVE: + case PostgreSqlParser.KW_REF: + case PostgreSqlParser.KW_REFRESH: + case PostgreSqlParser.KW_REINDEX: + case PostgreSqlParser.KW_RELATIVE: + case PostgreSqlParser.KW_RELEASE: + case PostgreSqlParser.KW_RENAME: + case PostgreSqlParser.KW_REPEATABLE: + case PostgreSqlParser.KW_REPLACE: + case PostgreSqlParser.KW_REPLICA: + case PostgreSqlParser.KW_RESET: + case PostgreSqlParser.KW_RESTART: + case PostgreSqlParser.KW_RESTRICT: + case PostgreSqlParser.KW_RETURNS: + case PostgreSqlParser.KW_REVOKE: + case PostgreSqlParser.KW_ROLE: + case PostgreSqlParser.KW_ROLLBACK: + case PostgreSqlParser.KW_ROWS: + case PostgreSqlParser.KW_RULE: + case PostgreSqlParser.KW_SAVEPOINT: + case PostgreSqlParser.KW_SCHEMA: + case PostgreSqlParser.KW_SCROLL: + case PostgreSqlParser.KW_SEARCH: + case PostgreSqlParser.KW_SECOND: + case PostgreSqlParser.KW_SECURITY: + case PostgreSqlParser.KW_SEQUENCE: + case PostgreSqlParser.KW_SEQUENCES: + case PostgreSqlParser.KW_SERIALIZABLE: + case PostgreSqlParser.KW_SERVER: + case PostgreSqlParser.KW_SESSION: + case PostgreSqlParser.KW_SET: + case PostgreSqlParser.KW_SHARE: + case PostgreSqlParser.KW_SHOW: + case PostgreSqlParser.KW_SIMPLE: + case PostgreSqlParser.KW_SNAPSHOT: + case PostgreSqlParser.KW_STABLE: + case PostgreSqlParser.KW_STANDALONE: + case PostgreSqlParser.KW_START: + case PostgreSqlParser.KW_STATEMENT: + case PostgreSqlParser.KW_STATISTICS: + case PostgreSqlParser.KW_STDIN: + case PostgreSqlParser.KW_STDOUT: + case PostgreSqlParser.KW_STORAGE: + case PostgreSqlParser.KW_STRICT: + case PostgreSqlParser.KW_STRIP: + case PostgreSqlParser.KW_SYSID: + case PostgreSqlParser.KW_SYSTEM: + case PostgreSqlParser.KW_TABLES: + case PostgreSqlParser.KW_TABLESPACE: + case PostgreSqlParser.KW_TEMP: + case PostgreSqlParser.KW_TEMPLATE: + case PostgreSqlParser.KW_TEMPORARY: + case PostgreSqlParser.KW_TEXT: + case PostgreSqlParser.KW_TRANSACTION: + case PostgreSqlParser.KW_TRIGGER: + case PostgreSqlParser.KW_TRUNCATE: + case PostgreSqlParser.KW_TRUSTED: + case PostgreSqlParser.KW_TYPE: + case PostgreSqlParser.KW_TYPES: + case PostgreSqlParser.KW_UNBOUNDED: + case PostgreSqlParser.KW_UNCOMMITTED: + case PostgreSqlParser.KW_UNENCRYPTED: + case PostgreSqlParser.KW_UNKNOWN: + case PostgreSqlParser.KW_UNLISTEN: + case PostgreSqlParser.KW_UNLOGGED: + case PostgreSqlParser.KW_UNTIL: + case PostgreSqlParser.KW_UPDATE: + case PostgreSqlParser.KW_VACUUM: + case PostgreSqlParser.KW_VALID: + case PostgreSqlParser.KW_VALIDATE: + case PostgreSqlParser.KW_VALIDATOR: + case PostgreSqlParser.KW_VARYING: + case PostgreSqlParser.KW_VERSION: + case PostgreSqlParser.KW_VIEW: + case PostgreSqlParser.KW_VOLATILE: + case PostgreSqlParser.KW_WHITESPACE: + case PostgreSqlParser.KW_WITHOUT: + case PostgreSqlParser.KW_WORK: + case PostgreSqlParser.KW_WRAPPER: + case PostgreSqlParser.KW_WRITE: + case PostgreSqlParser.KW_XML: + case PostgreSqlParser.KW_YEAR: + case PostgreSqlParser.KW_YES: + case PostgreSqlParser.KW_ZONE: + case PostgreSqlParser.KW_BETWEEN: + case PostgreSqlParser.KW_BIGINT: + case PostgreSqlParser.KW_BIT: + case PostgreSqlParser.KW_BOOLEAN: + case PostgreSqlParser.KW_CHAR: + case PostgreSqlParser.KW_CHARACTER: + case PostgreSqlParser.KW_COALESCE: + case PostgreSqlParser.KW_DEC: + case PostgreSqlParser.KW_DECIMAL: + case PostgreSqlParser.KW_EXISTS: + case PostgreSqlParser.KW_EXTRACT: + case PostgreSqlParser.KW_FLOAT: + case PostgreSqlParser.KW_GREATEST: + case PostgreSqlParser.KW_INOUT: + case PostgreSqlParser.KW_INT: + case PostgreSqlParser.KW_INTEGER: + case PostgreSqlParser.KW_INTERVAL: + case PostgreSqlParser.KW_LEAST: + case PostgreSqlParser.KW_NATIONAL: + case PostgreSqlParser.KW_NCHAR: + case PostgreSqlParser.KW_NONE: + case PostgreSqlParser.KW_NULLIF: + case PostgreSqlParser.KW_NUMERIC: + case PostgreSqlParser.KW_OVERLAY: + case PostgreSqlParser.KW_POSITION: + case PostgreSqlParser.KW_PRECISION: + case PostgreSqlParser.KW_REAL: + case PostgreSqlParser.KW_ROW: + case PostgreSqlParser.KW_SETOF: + case PostgreSqlParser.KW_SMALLINT: + case PostgreSqlParser.KW_SUBSTRING: + case PostgreSqlParser.KW_TIME: + case PostgreSqlParser.KW_TIMESTAMP: + case PostgreSqlParser.KW_TREAT: + case PostgreSqlParser.KW_TRIM: + case PostgreSqlParser.KW_VALUES: + case PostgreSqlParser.KW_VARCHAR: + case PostgreSqlParser.KW_XMLATTRIBUTES: + case PostgreSqlParser.KW_XMLCONCAT: + case PostgreSqlParser.KW_XMLELEMENT: + case PostgreSqlParser.KW_XMLEXISTS: + case PostgreSqlParser.KW_XMLFOREST: + case PostgreSqlParser.KW_XMLPARSE: + case PostgreSqlParser.KW_XMLPI: + case PostgreSqlParser.KW_XMLROOT: + case PostgreSqlParser.KW_XMLSERIALIZE: + case PostgreSqlParser.KW_CALL: + case PostgreSqlParser.KW_CURRENT: + case PostgreSqlParser.KW_ATTACH: + case PostgreSqlParser.KW_DETACH: + case PostgreSqlParser.KW_EXPRESSION: + case PostgreSqlParser.KW_GENERATED: + case PostgreSqlParser.KW_LOGGED: + case PostgreSqlParser.KW_STORED: + case PostgreSqlParser.KW_INCLUDE: + case PostgreSqlParser.KW_ROUTINE: + case PostgreSqlParser.KW_TRANSFORM: + case PostgreSqlParser.KW_IMPORT: + case PostgreSqlParser.KW_POLICY: + case PostgreSqlParser.KW_METHOD: + case PostgreSqlParser.KW_REFERENCING: + case PostgreSqlParser.KW_NEW: + case PostgreSqlParser.KW_OLD: + case PostgreSqlParser.KW_VALUE: + case PostgreSqlParser.KW_SUBSCRIPTION: + case PostgreSqlParser.KW_PUBLICATION: + case PostgreSqlParser.KW_OUT: + case PostgreSqlParser.KW_ROUTINES: + case PostgreSqlParser.KW_SCHEMAS: + case PostgreSqlParser.KW_PROCEDURES: + case PostgreSqlParser.KW_INPUT: + case PostgreSqlParser.KW_SUPPORT: + case PostgreSqlParser.KW_PARALLEL: + case PostgreSqlParser.KW_SQL: + case PostgreSqlParser.KW_DEPENDS: + case PostgreSqlParser.KW_OVERRIDING: + case PostgreSqlParser.KW_CONFLICT: + case PostgreSqlParser.KW_SKIP: + case PostgreSqlParser.KW_LOCKED: + case PostgreSqlParser.KW_TIES: + case PostgreSqlParser.KW_ROLLUP: + case PostgreSqlParser.KW_CUBE: + case PostgreSqlParser.KW_GROUPING: + case PostgreSqlParser.KW_SETS: + case PostgreSqlParser.KW_TABLESAMPLE: + case PostgreSqlParser.KW_ORDINALITY: + case PostgreSqlParser.KW_XMLTABLE: + case PostgreSqlParser.KW_COLUMNS: + case PostgreSqlParser.KW_XMLNAMESPACES: + case PostgreSqlParser.KW_ROWTYPE: + case PostgreSqlParser.KW_NORMALIZED: + case PostgreSqlParser.KW_WITHIN: + case PostgreSqlParser.KW_FILTER: + case PostgreSqlParser.KW_GROUPS: + case PostgreSqlParser.KW_OTHERS: + case PostgreSqlParser.KW_NFC: + case PostgreSqlParser.KW_NFD: + case PostgreSqlParser.KW_NFKC: + case PostgreSqlParser.KW_NFKD: + case PostgreSqlParser.KW_UESCAPE: + case PostgreSqlParser.KW_VIEWS: + case PostgreSqlParser.KW_NORMALIZE: + case PostgreSqlParser.KW_DUMP: + case PostgreSqlParser.KW_PRINT_STRICT_PARAMS: + case PostgreSqlParser.KW_VARIABLE_CONFLICT: + case PostgreSqlParser.KW_ERROR: + case PostgreSqlParser.KW_USE_VARIABLE: + case PostgreSqlParser.KW_USE_COLUMN: + case PostgreSqlParser.KW_ALIAS: + case PostgreSqlParser.KW_CONSTANT: + case PostgreSqlParser.KW_PERFORM: + case PostgreSqlParser.KW_GET: + case PostgreSqlParser.KW_DIAGNOSTICS: + case PostgreSqlParser.KW_STACKED: + case PostgreSqlParser.KW_ELSIF: + case PostgreSqlParser.KW_REVERSE: + case PostgreSqlParser.KW_SLICE: + case PostgreSqlParser.KW_EXIT: + case PostgreSqlParser.KW_RETURN: + case PostgreSqlParser.KW_QUERY: + case PostgreSqlParser.KW_RAISE: + case PostgreSqlParser.KW_SQLSTATE: + case PostgreSqlParser.KW_DEBUG: + case PostgreSqlParser.KW_LOG: + case PostgreSqlParser.KW_INFO: + case PostgreSqlParser.KW_NOTICE: + case PostgreSqlParser.KW_WARNING: + case PostgreSqlParser.KW_EXCEPTION: + case PostgreSqlParser.KW_ASSERT: + case PostgreSqlParser.KW_OPEN: + case PostgreSqlParser.KW_SKIP_LOCKED: + case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: + case PostgreSqlParser.Identifier: + case PostgreSqlParser.QuotedIdentifier: + case PostgreSqlParser.UnicodeQuotedIdentifier: + case PostgreSqlParser.StringConstant: + case PostgreSqlParser.UnicodeEscapeStringConstant: + case PostgreSqlParser.BeginDollarStringConstant: + case PostgreSqlParser.PLSQLVARIABLENAME: + case PostgreSqlParser.PLSQLIDENTIFIER: + case PostgreSqlParser.EscapeStringConstant: + this.enterOuterAlt(localContext, 1); + { + this.state = 8295; + this.nonreservedword(); + } + break; + case PostgreSqlParser.KW_ANALYSE: + case PostgreSqlParser.KW_ANALYZE: + this.enterOuterAlt(localContext, 2); + { + this.state = 8296; + this.analyze_keyword(); + } + break; + default: + throw new antlr.NoViableAltException(this); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public vac_analyze_option_arg(): Vac_analyze_option_argContext { + let localContext = new Vac_analyze_option_argContext(this.context, this.state); + this.enterRule(localContext, 906, PostgreSqlParser.RULE_vac_analyze_option_arg); try { this.state = 8301; this.errorHandler.sync(this); @@ -37653,7 +38135,10 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CONSTRAINT: case PostgreSqlParser.KW_DEFAULT: case PostgreSqlParser.KW_DO: + case PostgreSqlParser.KW_FALSE: case PostgreSqlParser.KW_FETCH: + case PostgreSqlParser.KW_ON: + case PostgreSqlParser.KW_TRUE: case PostgreSqlParser.KW_AUTHORIZATION: case PostgreSqlParser.KW_BINARY: case PostgreSqlParser.KW_COLLATION: @@ -38070,15 +38555,17 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 1); { this.state = 8299; - this.nonreservedword(); + this.opt_boolean_or_string(); } break; - case PostgreSqlParser.KW_ANALYSE: - case PostgreSqlParser.KW_ANALYZE: + case PostgreSqlParser.PLUS: + case PostgreSqlParser.MINUS: + case PostgreSqlParser.Integral: + case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { this.state = 8300; - this.analyze_keyword(); + this.numericonly(); } break; default: @@ -38099,11 +38586,671 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public vac_analyze_option_arg(): Vac_analyze_option_argContext { - let localContext = new Vac_analyze_option_argContext(this.context, this.state); - this.enterRule(localContext, 904, PostgreSqlParser.RULE_vac_analyze_option_arg); + public opt_analyze(): Opt_analyzeContext { + let localContext = new Opt_analyzeContext(this.context, this.state); + this.enterRule(localContext, 908, PostgreSqlParser.RULE_opt_analyze); try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8303; + this.analyze_keyword(); + } + } + 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 analyze_options_list(): Analyze_options_listContext { + let localContext = new Analyze_options_listContext(this.context, this.state); + this.enterRule(localContext, 910, PostgreSqlParser.RULE_analyze_options_list); + let _la: number; + try { + this.enterOuterAlt(localContext, 1); + { this.state = 8305; + this.analyze_option_elem(); + this.state = 8310; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + while (_la === 6) { + { + { + this.state = 8306; + this.match(PostgreSqlParser.COMMA); + this.state = 8307; + this.analyze_option_elem(); + } + } + this.state = 8312; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + } + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public analyze_option_elem(): Analyze_option_elemContext { + let localContext = new Analyze_option_elemContext(this.context, this.state); + this.enterRule(localContext, 912, PostgreSqlParser.RULE_analyze_option_elem); + try { + this.state = 8316; + this.errorHandler.sync(this); + switch (this.tokenStream.LA(1)) { + case PostgreSqlParser.KW_VERBOSE: + this.enterOuterAlt(localContext, 1); + { + this.state = 8313; + this.opt_verbose(); + } + break; + case PostgreSqlParser.KW_SKIP_LOCKED: + this.enterOuterAlt(localContext, 2); + { + this.state = 8314; + this.opt_skiplock(); + } + break; + case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: + this.enterOuterAlt(localContext, 3); + { + this.state = 8315; + this.opt_buffer_usage_limit(); + } + break; + default: + throw new antlr.NoViableAltException(this); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public opt_verbose(): Opt_verboseContext { + let localContext = new Opt_verboseContext(this.context, this.state); + this.enterRule(localContext, 914, PostgreSqlParser.RULE_opt_verbose); + let _la: number; + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8318; + this.match(PostgreSqlParser.KW_VERBOSE); + this.state = 8320; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 60 || _la === 96) { + { + this.state = 8319; + _la = this.tokenStream.LA(1); + if(!(_la === 60 || _la === 96)) { + this.errorHandler.recoverInline(this); + } + else { + this.errorHandler.reportMatch(this); + this.consume(); + } + } + } + + } + } + 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_skiplock(): Opt_skiplockContext { + let localContext = new Opt_skiplockContext(this.context, this.state); + this.enterRule(localContext, 916, PostgreSqlParser.RULE_opt_skiplock); + let _la: number; + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8322; + this.match(PostgreSqlParser.KW_SKIP_LOCKED); + this.state = 8324; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 60 || _la === 96) { + { + this.state = 8323; + _la = this.tokenStream.LA(1); + if(!(_la === 60 || _la === 96)) { + this.errorHandler.recoverInline(this); + } + else { + this.errorHandler.reportMatch(this); + this.consume(); + } + } + } + + } + } + 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_buffer_usage_limit(): Opt_buffer_usage_limitContext { + let localContext = new Opt_buffer_usage_limitContext(this.context, this.state); + this.enterRule(localContext, 918, PostgreSqlParser.RULE_opt_buffer_usage_limit); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8326; + this.match(PostgreSqlParser.KW_BUFFER_USAGE_LIMIT); + this.state = 8329; + this.errorHandler.sync(this); + switch (this.tokenStream.LA(1)) { + case PostgreSqlParser.PLUS: + case PostgreSqlParser.MINUS: + case PostgreSqlParser.Integral: + case PostgreSqlParser.Numeric: + { + this.state = 8327; + this.numericonly(); + } + break; + case PostgreSqlParser.StringConstant: + case PostgreSqlParser.UnicodeEscapeStringConstant: + case PostgreSqlParser.BeginDollarStringConstant: + case PostgreSqlParser.EscapeStringConstant: + { + this.state = 8328; + this.sconst(); + } + break; + default: + throw new antlr.NoViableAltException(this); + } + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public opt_full(): Opt_fullContext { + let localContext = new Opt_fullContext(this.context, this.state); + this.enterRule(localContext, 920, PostgreSqlParser.RULE_opt_full); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8331; + this.match(PostgreSqlParser.KW_FULL); + } + } + 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_freeze(): Opt_freezeContext { + let localContext = new Opt_freezeContext(this.context, this.state); + this.enterRule(localContext, 922, PostgreSqlParser.RULE_opt_freeze); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8333; + this.match(PostgreSqlParser.KW_FREEZE); + } + } + 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_name_list(): Opt_name_listContext { + let localContext = new Opt_name_listContext(this.context, this.state); + this.enterRule(localContext, 924, PostgreSqlParser.RULE_opt_name_list); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8335; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 8336; + this.column_list(); + this.state = 8337; + 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 vacuum_relation(): Vacuum_relationContext { + let localContext = new Vacuum_relationContext(this.context, this.state); + this.enterRule(localContext, 926, PostgreSqlParser.RULE_vacuum_relation); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8339; + this.table_name(); + this.state = 8341; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 774, this.context) ) { + case 1: + { + this.state = 8340; + this.opt_name_list(); + } + 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 vacuum_relation_list(): Vacuum_relation_listContext { + let localContext = new Vacuum_relation_listContext(this.context, this.state); + this.enterRule(localContext, 928, PostgreSqlParser.RULE_vacuum_relation_list); + let _la: number; + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8343; + this.vacuum_relation(); + this.state = 8348; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + while (_la === 6) { + { + { + this.state = 8344; + this.match(PostgreSqlParser.COMMA); + this.state = 8345; + this.vacuum_relation(); + } + } + this.state = 8350; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + } + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public opt_vacuum_relation_list(): Opt_vacuum_relation_listContext { + let localContext = new Opt_vacuum_relation_listContext(this.context, this.state); + this.enterRule(localContext, 930, PostgreSqlParser.RULE_opt_vacuum_relation_list); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8351; + this.vacuum_relation_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 explainstmt(): ExplainstmtContext { + let localContext = new ExplainstmtContext(this.context, this.state); + this.enterRule(localContext, 932, PostgreSqlParser.RULE_explainstmt); + let _la: number; + try { + this.state = 8371; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 777, this.context) ) { + case 1: + this.enterOuterAlt(localContext, 1); + { + this.state = 8353; + this.match(PostgreSqlParser.KW_EXPLAIN); + this.state = 8354; + this.explainablestmt(); + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 8355; + this.match(PostgreSqlParser.KW_EXPLAIN); + this.state = 8356; + this.analyze_keyword(); + this.state = 8358; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 128) { + { + this.state = 8357; + this.opt_verbose(); + } + } + + this.state = 8360; + this.explainablestmt(); + } + break; + case 3: + this.enterOuterAlt(localContext, 3); + { + this.state = 8362; + this.match(PostgreSqlParser.KW_EXPLAIN); + this.state = 8363; + this.match(PostgreSqlParser.KW_VERBOSE); + this.state = 8364; + this.explainablestmt(); + } + break; + case 4: + this.enterOuterAlt(localContext, 4); + { + this.state = 8365; + this.match(PostgreSqlParser.KW_EXPLAIN); + this.state = 8366; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 8367; + this.explain_option_list(); + this.state = 8368; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 8369; + this.explainablestmt(); + } + 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 explainablestmt(): ExplainablestmtContext { + let localContext = new ExplainablestmtContext(this.context, this.state); + this.enterRule(localContext, 934, PostgreSqlParser.RULE_explainablestmt); + try { + this.state = 8382; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 778, this.context) ) { + case 1: + this.enterOuterAlt(localContext, 1); + { + this.state = 8373; + this.selectstmt(); + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 8374; + this.insertstmt(); + } + break; + case 3: + this.enterOuterAlt(localContext, 3); + { + this.state = 8375; + this.updatestmt(); + } + break; + case 4: + this.enterOuterAlt(localContext, 4); + { + this.state = 8376; + this.deletestmt(); + } + break; + case 5: + this.enterOuterAlt(localContext, 5); + { + this.state = 8377; + this.declarecursorstmt(); + } + break; + case 6: + this.enterOuterAlt(localContext, 6); + { + this.state = 8378; + this.createasstmt(); + } + break; + case 7: + this.enterOuterAlt(localContext, 7); + { + this.state = 8379; + this.creatematviewstmt(); + } + break; + case 8: + this.enterOuterAlt(localContext, 8); + { + this.state = 8380; + this.refreshmatviewstmt(); + } + break; + case 9: + this.enterOuterAlt(localContext, 9); + { + this.state = 8381; + this.executestmt(); + } + 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 explain_option_list(): Explain_option_listContext { + let localContext = new Explain_option_listContext(this.context, this.state); + this.enterRule(localContext, 936, PostgreSqlParser.RULE_explain_option_list); + let _la: number; + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8384; + this.explain_option_elem(); + this.state = 8389; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + while (_la === 6) { + { + { + this.state = 8385; + this.match(PostgreSqlParser.COMMA); + this.state = 8386; + this.explain_option_elem(); + } + } + this.state = 8391; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + } + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public explain_option_elem(): Explain_option_elemContext { + let localContext = new Explain_option_elemContext(this.context, this.state); + this.enterRule(localContext, 938, PostgreSqlParser.RULE_explain_option_elem); + let _la: number; + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 8392; + this.explain_option_name(); + this.state = 8394; + 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)) & 1946329651) !== 0) || _la === 586) { + { + this.state = 8393; + this.explain_option_arg(); + } + } + + } + } + 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 explain_option_name(): Explain_option_nameContext { + let localContext = new Explain_option_nameContext(this.context, this.state); + this.enterRule(localContext, 940, PostgreSqlParser.RULE_explain_option_name); + try { + this.state = 8398; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -38112,10 +39259,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CONSTRAINT: case PostgreSqlParser.KW_DEFAULT: case PostgreSqlParser.KW_DO: - case PostgreSqlParser.KW_FALSE: case PostgreSqlParser.KW_FETCH: - case PostgreSqlParser.KW_ON: - case PostgreSqlParser.KW_TRUE: case PostgreSqlParser.KW_AUTHORIZATION: case PostgreSqlParser.KW_BINARY: case PostgreSqlParser.KW_COLLATION: @@ -38531,682 +39675,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8303; - this.opt_boolean_or_string(); + this.state = 8396; + this.nonreservedword(); } break; - case PostgreSqlParser.PLUS: - case PostgreSqlParser.MINUS: - case PostgreSqlParser.Integral: - case PostgreSqlParser.Numeric: + case PostgreSqlParser.KW_ANALYSE: + case PostgreSqlParser.KW_ANALYZE: this.enterOuterAlt(localContext, 2); - { - this.state = 8304; - this.numericonly(); - } - break; - default: - throw new antlr.NoViableAltException(this); - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public opt_analyze(): Opt_analyzeContext { - let localContext = new Opt_analyzeContext(this.context, this.state); - this.enterRule(localContext, 906, PostgreSqlParser.RULE_opt_analyze); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8307; - this.analyze_keyword(); - } - } - 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 analyze_options_list(): Analyze_options_listContext { - let localContext = new Analyze_options_listContext(this.context, this.state); - this.enterRule(localContext, 908, PostgreSqlParser.RULE_analyze_options_list); - let _la: number; - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8309; - this.analyze_option_elem(); - this.state = 8314; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - while (_la === 6) { - { - { - this.state = 8310; - this.match(PostgreSqlParser.COMMA); - this.state = 8311; - this.analyze_option_elem(); - } - } - this.state = 8316; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - } - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public analyze_option_elem(): Analyze_option_elemContext { - let localContext = new Analyze_option_elemContext(this.context, this.state); - this.enterRule(localContext, 910, PostgreSqlParser.RULE_analyze_option_elem); - try { - this.state = 8320; - this.errorHandler.sync(this); - switch (this.tokenStream.LA(1)) { - case PostgreSqlParser.KW_VERBOSE: - this.enterOuterAlt(localContext, 1); - { - this.state = 8317; - this.opt_verbose(); - } - break; - case PostgreSqlParser.KW_SKIP_LOCKED: - this.enterOuterAlt(localContext, 2); - { - this.state = 8318; - this.opt_skiplock(); - } - break; - case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: - this.enterOuterAlt(localContext, 3); - { - this.state = 8319; - this.opt_buffer_usage_limit(); - } - break; - default: - throw new antlr.NoViableAltException(this); - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public opt_verbose(): Opt_verboseContext { - let localContext = new Opt_verboseContext(this.context, this.state); - this.enterRule(localContext, 912, PostgreSqlParser.RULE_opt_verbose); - let _la: number; - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8322; - this.match(PostgreSqlParser.KW_VERBOSE); - this.state = 8324; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 60 || _la === 96) { - { - this.state = 8323; - _la = this.tokenStream.LA(1); - if(!(_la === 60 || _la === 96)) { - this.errorHandler.recoverInline(this); - } - else { - this.errorHandler.reportMatch(this); - this.consume(); - } - } - } - - } - } - 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_skiplock(): Opt_skiplockContext { - let localContext = new Opt_skiplockContext(this.context, this.state); - this.enterRule(localContext, 914, PostgreSqlParser.RULE_opt_skiplock); - let _la: number; - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8326; - this.match(PostgreSqlParser.KW_SKIP_LOCKED); - this.state = 8328; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 60 || _la === 96) { - { - this.state = 8327; - _la = this.tokenStream.LA(1); - if(!(_la === 60 || _la === 96)) { - this.errorHandler.recoverInline(this); - } - else { - this.errorHandler.reportMatch(this); - this.consume(); - } - } - } - - } - } - 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_buffer_usage_limit(): Opt_buffer_usage_limitContext { - let localContext = new Opt_buffer_usage_limitContext(this.context, this.state); - this.enterRule(localContext, 916, PostgreSqlParser.RULE_opt_buffer_usage_limit); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8330; - this.match(PostgreSqlParser.KW_BUFFER_USAGE_LIMIT); - this.state = 8333; - this.errorHandler.sync(this); - switch (this.tokenStream.LA(1)) { - case PostgreSqlParser.PLUS: - case PostgreSqlParser.MINUS: - case PostgreSqlParser.Integral: - case PostgreSqlParser.Numeric: - { - this.state = 8331; - this.numericonly(); - } - break; - case PostgreSqlParser.StringConstant: - case PostgreSqlParser.UnicodeEscapeStringConstant: - case PostgreSqlParser.BeginDollarStringConstant: - case PostgreSqlParser.EscapeStringConstant: - { - this.state = 8332; - this.sconst(); - } - break; - default: - throw new antlr.NoViableAltException(this); - } - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public opt_full(): Opt_fullContext { - let localContext = new Opt_fullContext(this.context, this.state); - this.enterRule(localContext, 918, PostgreSqlParser.RULE_opt_full); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8335; - this.match(PostgreSqlParser.KW_FULL); - } - } - 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_freeze(): Opt_freezeContext { - let localContext = new Opt_freezeContext(this.context, this.state); - this.enterRule(localContext, 920, PostgreSqlParser.RULE_opt_freeze); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8337; - this.match(PostgreSqlParser.KW_FREEZE); - } - } - 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_name_list(): Opt_name_listContext { - let localContext = new Opt_name_listContext(this.context, this.state); - this.enterRule(localContext, 922, PostgreSqlParser.RULE_opt_name_list); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8339; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8340; - this.column_list(); - this.state = 8341; - 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 vacuum_relation(): Vacuum_relationContext { - let localContext = new Vacuum_relationContext(this.context, this.state); - this.enterRule(localContext, 924, PostgreSqlParser.RULE_vacuum_relation); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8343; - this.table_name(); - this.state = 8345; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 779, this.context) ) { - case 1: - { - this.state = 8344; - this.opt_name_list(); - } - 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 vacuum_relation_list(): Vacuum_relation_listContext { - let localContext = new Vacuum_relation_listContext(this.context, this.state); - this.enterRule(localContext, 926, PostgreSqlParser.RULE_vacuum_relation_list); - let _la: number; - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8347; - this.vacuum_relation(); - this.state = 8352; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - while (_la === 6) { - { - { - this.state = 8348; - this.match(PostgreSqlParser.COMMA); - this.state = 8349; - this.vacuum_relation(); - } - } - this.state = 8354; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - } - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public opt_vacuum_relation_list(): Opt_vacuum_relation_listContext { - let localContext = new Opt_vacuum_relation_listContext(this.context, this.state); - this.enterRule(localContext, 928, PostgreSqlParser.RULE_opt_vacuum_relation_list); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8355; - this.vacuum_relation_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 explainstmt(): ExplainstmtContext { - let localContext = new ExplainstmtContext(this.context, this.state); - this.enterRule(localContext, 930, PostgreSqlParser.RULE_explainstmt); - let _la: number; - try { - this.state = 8375; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 782, this.context) ) { - case 1: - this.enterOuterAlt(localContext, 1); - { - this.state = 8357; - this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8358; - this.explainablestmt(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { - this.state = 8359; - this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8360; - this.analyze_keyword(); - this.state = 8362; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 128) { - { - this.state = 8361; - this.opt_verbose(); - } - } - - this.state = 8364; - this.explainablestmt(); - } - break; - case 3: - this.enterOuterAlt(localContext, 3); - { - this.state = 8366; - this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8367; - this.match(PostgreSqlParser.KW_VERBOSE); - this.state = 8368; - this.explainablestmt(); - } - break; - case 4: - this.enterOuterAlt(localContext, 4); - { - this.state = 8369; - this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 8370; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8371; - this.explain_option_list(); - this.state = 8372; - this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8373; - this.explainablestmt(); - } - 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 explainablestmt(): ExplainablestmtContext { - let localContext = new ExplainablestmtContext(this.context, this.state); - this.enterRule(localContext, 932, PostgreSqlParser.RULE_explainablestmt); - try { - this.state = 8386; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 783, this.context) ) { - case 1: - this.enterOuterAlt(localContext, 1); - { - this.state = 8377; - this.selectstmt(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { - this.state = 8378; - this.insertstmt(); - } - break; - case 3: - this.enterOuterAlt(localContext, 3); - { - this.state = 8379; - this.updatestmt(); - } - break; - case 4: - this.enterOuterAlt(localContext, 4); - { - this.state = 8380; - this.deletestmt(); - } - break; - case 5: - this.enterOuterAlt(localContext, 5); - { - this.state = 8381; - this.declarecursorstmt(); - } - break; - case 6: - this.enterOuterAlt(localContext, 6); - { - this.state = 8382; - this.createasstmt(); - } - break; - case 7: - this.enterOuterAlt(localContext, 7); - { - this.state = 8383; - this.creatematviewstmt(); - } - break; - case 8: - this.enterOuterAlt(localContext, 8); - { - this.state = 8384; - this.refreshmatviewstmt(); - } - break; - case 9: - this.enterOuterAlt(localContext, 9); - { - this.state = 8385; - this.executestmt(); - } - 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 explain_option_list(): Explain_option_listContext { - let localContext = new Explain_option_listContext(this.context, this.state); - this.enterRule(localContext, 934, PostgreSqlParser.RULE_explain_option_list); - let _la: number; - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8388; - this.explain_option_elem(); - this.state = 8393; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - while (_la === 6) { - { - { - this.state = 8389; - this.match(PostgreSqlParser.COMMA); - this.state = 8390; - this.explain_option_elem(); - } - } - this.state = 8395; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - } - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public explain_option_elem(): Explain_option_elemContext { - let localContext = new Explain_option_elemContext(this.context, this.state); - this.enterRule(localContext, 936, PostgreSqlParser.RULE_explain_option_elem); - let _la: number; - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 8396; - this.explain_option_name(); - 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)) & 1946329651) !== 0) || _la === 586) { { this.state = 8397; - this.explain_option_arg(); + this.analyze_keyword(); } - } - + break; + default: + throw new antlr.NoViableAltException(this); } } catch (re) { @@ -39223,9 +39705,9 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public explain_option_name(): Explain_option_nameContext { - let localContext = new Explain_option_nameContext(this.context, this.state); - this.enterRule(localContext, 938, PostgreSqlParser.RULE_explain_option_name); + public explain_option_arg(): Explain_option_argContext { + let localContext = new Explain_option_argContext(this.context, this.state); + this.enterRule(localContext, 942, PostgreSqlParser.RULE_explain_option_arg); try { this.state = 8402; this.errorHandler.sync(this); @@ -39236,7 +39718,10 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CONSTRAINT: case PostgreSqlParser.KW_DEFAULT: case PostgreSqlParser.KW_DO: + case PostgreSqlParser.KW_FALSE: case PostgreSqlParser.KW_FETCH: + case PostgreSqlParser.KW_ON: + case PostgreSqlParser.KW_TRUE: case PostgreSqlParser.KW_AUTHORIZATION: case PostgreSqlParser.KW_BINARY: case PostgreSqlParser.KW_COLLATION: @@ -39653,468 +40138,6 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 1); { this.state = 8400; - this.nonreservedword(); - } - break; - case PostgreSqlParser.KW_ANALYSE: - case PostgreSqlParser.KW_ANALYZE: - this.enterOuterAlt(localContext, 2); - { - this.state = 8401; - this.analyze_keyword(); - } - break; - default: - throw new antlr.NoViableAltException(this); - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public explain_option_arg(): Explain_option_argContext { - let localContext = new Explain_option_argContext(this.context, this.state); - this.enterRule(localContext, 940, PostgreSqlParser.RULE_explain_option_arg); - try { - this.state = 8406; - this.errorHandler.sync(this); - switch (this.tokenStream.LA(1)) { - case PostgreSqlParser.KW_AND: - case PostgreSqlParser.KW_ARRAY: - case PostgreSqlParser.KW_COLLATE: - case PostgreSqlParser.KW_CONSTRAINT: - case PostgreSqlParser.KW_DEFAULT: - case PostgreSqlParser.KW_DO: - case PostgreSqlParser.KW_FALSE: - case PostgreSqlParser.KW_FETCH: - case PostgreSqlParser.KW_ON: - case PostgreSqlParser.KW_TRUE: - case PostgreSqlParser.KW_AUTHORIZATION: - case PostgreSqlParser.KW_BINARY: - case PostgreSqlParser.KW_COLLATION: - case PostgreSqlParser.KW_CONCURRENTLY: - case PostgreSqlParser.KW_CROSS: - case PostgreSqlParser.KW_CURRENT_SCHEMA: - case PostgreSqlParser.KW_FREEZE: - case PostgreSqlParser.KW_FULL: - case PostgreSqlParser.KW_ILIKE: - case PostgreSqlParser.KW_INNER: - case PostgreSqlParser.KW_IS: - case PostgreSqlParser.KW_ISNULL: - case PostgreSqlParser.KW_JOIN: - case PostgreSqlParser.KW_LEFT: - case PostgreSqlParser.KW_LIKE: - case PostgreSqlParser.KW_NATURAL: - case PostgreSqlParser.KW_NOTNULL: - case PostgreSqlParser.KW_OUTER: - case PostgreSqlParser.KW_OVER: - case PostgreSqlParser.KW_OVERLAPS: - case PostgreSqlParser.KW_RIGHT: - case PostgreSqlParser.KW_SIMILAR: - case PostgreSqlParser.KW_VERBOSE: - case PostgreSqlParser.KW_ABORT: - case PostgreSqlParser.KW_ABSOLUTE: - case PostgreSqlParser.KW_ACCESS: - case PostgreSqlParser.KW_ACTION: - case PostgreSqlParser.KW_ADD: - case PostgreSqlParser.KW_ADMIN: - case PostgreSqlParser.KW_AFTER: - case PostgreSqlParser.KW_AGGREGATE: - case PostgreSqlParser.KW_ALSO: - case PostgreSqlParser.KW_ALTER: - case PostgreSqlParser.KW_ALWAYS: - case PostgreSqlParser.KW_ASSERTION: - case PostgreSqlParser.KW_ASSIGNMENT: - case PostgreSqlParser.KW_AT: - case PostgreSqlParser.KW_ATTRIBUTE: - case PostgreSqlParser.KW_BACKWARD: - case PostgreSqlParser.KW_BEFORE: - case PostgreSqlParser.KW_BEGIN: - case PostgreSqlParser.KW_BY: - case PostgreSqlParser.KW_CACHE: - case PostgreSqlParser.KW_CALLED: - case PostgreSqlParser.KW_CASCADE: - case PostgreSqlParser.KW_CASCADED: - case PostgreSqlParser.KW_CATALOG: - case PostgreSqlParser.KW_CHAIN: - case PostgreSqlParser.KW_CHARACTERISTICS: - case PostgreSqlParser.KW_CHECKPOINT: - case PostgreSqlParser.KW_CLASS: - case PostgreSqlParser.KW_CLOSE: - case PostgreSqlParser.KW_CLUSTER: - case PostgreSqlParser.KW_COMMENT: - case PostgreSqlParser.KW_COMMENTS: - case PostgreSqlParser.KW_COMMIT: - case PostgreSqlParser.KW_COMMITTED: - case PostgreSqlParser.KW_CONFIGURATION: - case PostgreSqlParser.KW_CONNECTION: - case PostgreSqlParser.KW_CONSTRAINTS: - case PostgreSqlParser.KW_CONTENT: - case PostgreSqlParser.KW_CONTINUE: - case PostgreSqlParser.KW_CONVERSION: - case PostgreSqlParser.KW_COPY: - case PostgreSqlParser.KW_COST: - case PostgreSqlParser.KW_CSV: - case PostgreSqlParser.KW_CURSOR: - case PostgreSqlParser.KW_CYCLE: - case PostgreSqlParser.KW_DATA: - case PostgreSqlParser.KW_DATABASE: - case PostgreSqlParser.KW_DAY: - case PostgreSqlParser.KW_DEALLOCATE: - case PostgreSqlParser.KW_DECLARE: - case PostgreSqlParser.KW_DEFAULTS: - case PostgreSqlParser.KW_DEFERRED: - case PostgreSqlParser.KW_DEFINER: - case PostgreSqlParser.KW_DELETE: - case PostgreSqlParser.KW_DELIMITER: - case PostgreSqlParser.KW_DELIMITERS: - case PostgreSqlParser.KW_DICTIONARY: - case PostgreSqlParser.KW_DISABLE: - case PostgreSqlParser.KW_DISCARD: - case PostgreSqlParser.KW_DOCUMENT: - case PostgreSqlParser.KW_DOMAIN: - case PostgreSqlParser.KW_DOUBLE: - case PostgreSqlParser.KW_DROP: - case PostgreSqlParser.KW_EACH: - case PostgreSqlParser.KW_ENABLE: - case PostgreSqlParser.KW_ENCODING: - case PostgreSqlParser.KW_ENCRYPTED: - case PostgreSqlParser.KW_ENUM: - case PostgreSqlParser.KW_ESCAPE: - case PostgreSqlParser.KW_EVENT: - case PostgreSqlParser.KW_EXCLUDE: - case PostgreSqlParser.KW_EXCLUDING: - case PostgreSqlParser.KW_EXCLUSIVE: - case PostgreSqlParser.KW_EXECUTE: - case PostgreSqlParser.KW_EXPLAIN: - case PostgreSqlParser.KW_EXTENSION: - case PostgreSqlParser.KW_EXTERNAL: - case PostgreSqlParser.KW_FAMILY: - case PostgreSqlParser.KW_FIRST: - case PostgreSqlParser.KW_FOLLOWING: - case PostgreSqlParser.KW_FORCE: - case PostgreSqlParser.KW_FORWARD: - case PostgreSqlParser.KW_FUNCTION: - case PostgreSqlParser.KW_FUNCTIONS: - case PostgreSqlParser.KW_GLOBAL: - case PostgreSqlParser.KW_GRANTED: - case PostgreSqlParser.KW_HANDLER: - case PostgreSqlParser.KW_HEADER: - case PostgreSqlParser.KW_HOLD: - case PostgreSqlParser.KW_HOUR: - case PostgreSqlParser.KW_IDENTITY: - case PostgreSqlParser.KW_IF: - case PostgreSqlParser.KW_IMMEDIATE: - case PostgreSqlParser.KW_IMMUTABLE: - case PostgreSqlParser.KW_IMPLICIT: - case PostgreSqlParser.KW_INCLUDING: - case PostgreSqlParser.KW_INCREMENT: - case PostgreSqlParser.KW_INDEX: - case PostgreSqlParser.KW_INDEXES: - case PostgreSqlParser.KW_INHERIT: - case PostgreSqlParser.KW_INHERITS: - case PostgreSqlParser.KW_INLINE: - case PostgreSqlParser.KW_INSENSITIVE: - case PostgreSqlParser.KW_INSERT: - case PostgreSqlParser.KW_INSTEAD: - case PostgreSqlParser.KW_INVOKER: - case PostgreSqlParser.KW_ISOLATION: - case PostgreSqlParser.KW_KEY: - case PostgreSqlParser.KW_LABEL: - case PostgreSqlParser.KW_LANGUAGE: - case PostgreSqlParser.KW_LARGE: - case PostgreSqlParser.KW_LAST: - case PostgreSqlParser.KW_LEAKPROOF: - case PostgreSqlParser.KW_LEVEL: - case PostgreSqlParser.KW_LISTEN: - case PostgreSqlParser.KW_LOAD: - case PostgreSqlParser.KW_LOCAL: - case PostgreSqlParser.KW_LOCATION: - case PostgreSqlParser.KW_LOCK: - case PostgreSqlParser.KW_MAPPING: - case PostgreSqlParser.KW_MATCH: - case PostgreSqlParser.KW_MATERIALIZED: - case PostgreSqlParser.KW_MAXVALUE: - case PostgreSqlParser.KW_MINUTE: - case PostgreSqlParser.KW_MINVALUE: - case PostgreSqlParser.KW_MODE: - case PostgreSqlParser.KW_MONTH: - case PostgreSqlParser.KW_MOVE: - case PostgreSqlParser.KW_NAME: - case PostgreSqlParser.KW_NAMES: - case PostgreSqlParser.KW_NEXT: - case PostgreSqlParser.KW_NO: - case PostgreSqlParser.KW_NOTHING: - case PostgreSqlParser.KW_NOTIFY: - case PostgreSqlParser.KW_NOWAIT: - case PostgreSqlParser.KW_NULLS: - case PostgreSqlParser.KW_OBJECT: - case PostgreSqlParser.KW_OF: - case PostgreSqlParser.KW_OFF: - case PostgreSqlParser.KW_OIDS: - case PostgreSqlParser.KW_OPERATOR: - case PostgreSqlParser.KW_OPTION: - case PostgreSqlParser.KW_OPTIONS: - case PostgreSqlParser.KW_OWNED: - case PostgreSqlParser.KW_OWNER: - case PostgreSqlParser.KW_PARSER: - case PostgreSqlParser.KW_PARTIAL: - case PostgreSqlParser.KW_PARTITION: - case PostgreSqlParser.KW_PASSING: - case PostgreSqlParser.KW_PASSWORD: - case PostgreSqlParser.KW_PLANS: - case PostgreSqlParser.KW_PRECEDING: - case PostgreSqlParser.KW_PREPARE: - case PostgreSqlParser.KW_PREPARED: - case PostgreSqlParser.KW_PRESERVE: - case PostgreSqlParser.KW_PRIOR: - case PostgreSqlParser.KW_PRIVILEGES: - case PostgreSqlParser.KW_PROCEDURAL: - case PostgreSqlParser.KW_PROCEDURE: - case PostgreSqlParser.KW_PROGRAM: - case PostgreSqlParser.KW_QUOTE: - case PostgreSqlParser.KW_RANGE: - case PostgreSqlParser.KW_READ: - case PostgreSqlParser.KW_REASSIGN: - case PostgreSqlParser.KW_RECHECK: - case PostgreSqlParser.KW_RECURSIVE: - case PostgreSqlParser.KW_REF: - case PostgreSqlParser.KW_REFRESH: - case PostgreSqlParser.KW_REINDEX: - case PostgreSqlParser.KW_RELATIVE: - case PostgreSqlParser.KW_RELEASE: - case PostgreSqlParser.KW_RENAME: - case PostgreSqlParser.KW_REPEATABLE: - case PostgreSqlParser.KW_REPLACE: - case PostgreSqlParser.KW_REPLICA: - case PostgreSqlParser.KW_RESET: - case PostgreSqlParser.KW_RESTART: - case PostgreSqlParser.KW_RESTRICT: - case PostgreSqlParser.KW_RETURNS: - case PostgreSqlParser.KW_REVOKE: - case PostgreSqlParser.KW_ROLE: - case PostgreSqlParser.KW_ROLLBACK: - case PostgreSqlParser.KW_ROWS: - case PostgreSqlParser.KW_RULE: - case PostgreSqlParser.KW_SAVEPOINT: - case PostgreSqlParser.KW_SCHEMA: - case PostgreSqlParser.KW_SCROLL: - case PostgreSqlParser.KW_SEARCH: - case PostgreSqlParser.KW_SECOND: - case PostgreSqlParser.KW_SECURITY: - case PostgreSqlParser.KW_SEQUENCE: - case PostgreSqlParser.KW_SEQUENCES: - case PostgreSqlParser.KW_SERIALIZABLE: - case PostgreSqlParser.KW_SERVER: - case PostgreSqlParser.KW_SESSION: - case PostgreSqlParser.KW_SET: - case PostgreSqlParser.KW_SHARE: - case PostgreSqlParser.KW_SHOW: - case PostgreSqlParser.KW_SIMPLE: - case PostgreSqlParser.KW_SNAPSHOT: - case PostgreSqlParser.KW_STABLE: - case PostgreSqlParser.KW_STANDALONE: - case PostgreSqlParser.KW_START: - case PostgreSqlParser.KW_STATEMENT: - case PostgreSqlParser.KW_STATISTICS: - case PostgreSqlParser.KW_STDIN: - case PostgreSqlParser.KW_STDOUT: - case PostgreSqlParser.KW_STORAGE: - case PostgreSqlParser.KW_STRICT: - case PostgreSqlParser.KW_STRIP: - case PostgreSqlParser.KW_SYSID: - case PostgreSqlParser.KW_SYSTEM: - case PostgreSqlParser.KW_TABLES: - case PostgreSqlParser.KW_TABLESPACE: - case PostgreSqlParser.KW_TEMP: - case PostgreSqlParser.KW_TEMPLATE: - case PostgreSqlParser.KW_TEMPORARY: - case PostgreSqlParser.KW_TEXT: - case PostgreSqlParser.KW_TRANSACTION: - case PostgreSqlParser.KW_TRIGGER: - case PostgreSqlParser.KW_TRUNCATE: - case PostgreSqlParser.KW_TRUSTED: - case PostgreSqlParser.KW_TYPE: - case PostgreSqlParser.KW_TYPES: - case PostgreSqlParser.KW_UNBOUNDED: - case PostgreSqlParser.KW_UNCOMMITTED: - case PostgreSqlParser.KW_UNENCRYPTED: - case PostgreSqlParser.KW_UNKNOWN: - case PostgreSqlParser.KW_UNLISTEN: - case PostgreSqlParser.KW_UNLOGGED: - case PostgreSqlParser.KW_UNTIL: - case PostgreSqlParser.KW_UPDATE: - case PostgreSqlParser.KW_VACUUM: - case PostgreSqlParser.KW_VALID: - case PostgreSqlParser.KW_VALIDATE: - case PostgreSqlParser.KW_VALIDATOR: - case PostgreSqlParser.KW_VARYING: - case PostgreSqlParser.KW_VERSION: - case PostgreSqlParser.KW_VIEW: - case PostgreSqlParser.KW_VOLATILE: - case PostgreSqlParser.KW_WHITESPACE: - case PostgreSqlParser.KW_WITHOUT: - case PostgreSqlParser.KW_WORK: - case PostgreSqlParser.KW_WRAPPER: - case PostgreSqlParser.KW_WRITE: - case PostgreSqlParser.KW_XML: - case PostgreSqlParser.KW_YEAR: - case PostgreSqlParser.KW_YES: - case PostgreSqlParser.KW_ZONE: - case PostgreSqlParser.KW_BETWEEN: - case PostgreSqlParser.KW_BIGINT: - case PostgreSqlParser.KW_BIT: - case PostgreSqlParser.KW_BOOLEAN: - case PostgreSqlParser.KW_CHAR: - case PostgreSqlParser.KW_CHARACTER: - case PostgreSqlParser.KW_COALESCE: - case PostgreSqlParser.KW_DEC: - case PostgreSqlParser.KW_DECIMAL: - case PostgreSqlParser.KW_EXISTS: - case PostgreSqlParser.KW_EXTRACT: - case PostgreSqlParser.KW_FLOAT: - case PostgreSqlParser.KW_GREATEST: - case PostgreSqlParser.KW_INOUT: - case PostgreSqlParser.KW_INT: - case PostgreSqlParser.KW_INTEGER: - case PostgreSqlParser.KW_INTERVAL: - case PostgreSqlParser.KW_LEAST: - case PostgreSqlParser.KW_NATIONAL: - case PostgreSqlParser.KW_NCHAR: - case PostgreSqlParser.KW_NONE: - case PostgreSqlParser.KW_NULLIF: - case PostgreSqlParser.KW_NUMERIC: - case PostgreSqlParser.KW_OVERLAY: - case PostgreSqlParser.KW_POSITION: - case PostgreSqlParser.KW_PRECISION: - case PostgreSqlParser.KW_REAL: - case PostgreSqlParser.KW_ROW: - case PostgreSqlParser.KW_SETOF: - case PostgreSqlParser.KW_SMALLINT: - case PostgreSqlParser.KW_SUBSTRING: - case PostgreSqlParser.KW_TIME: - case PostgreSqlParser.KW_TIMESTAMP: - case PostgreSqlParser.KW_TREAT: - case PostgreSqlParser.KW_TRIM: - case PostgreSqlParser.KW_VALUES: - case PostgreSqlParser.KW_VARCHAR: - case PostgreSqlParser.KW_XMLATTRIBUTES: - case PostgreSqlParser.KW_XMLCONCAT: - case PostgreSqlParser.KW_XMLELEMENT: - case PostgreSqlParser.KW_XMLEXISTS: - case PostgreSqlParser.KW_XMLFOREST: - case PostgreSqlParser.KW_XMLPARSE: - case PostgreSqlParser.KW_XMLPI: - case PostgreSqlParser.KW_XMLROOT: - case PostgreSqlParser.KW_XMLSERIALIZE: - case PostgreSqlParser.KW_CALL: - case PostgreSqlParser.KW_CURRENT: - case PostgreSqlParser.KW_ATTACH: - case PostgreSqlParser.KW_DETACH: - case PostgreSqlParser.KW_EXPRESSION: - case PostgreSqlParser.KW_GENERATED: - case PostgreSqlParser.KW_LOGGED: - case PostgreSqlParser.KW_STORED: - case PostgreSqlParser.KW_INCLUDE: - case PostgreSqlParser.KW_ROUTINE: - case PostgreSqlParser.KW_TRANSFORM: - case PostgreSqlParser.KW_IMPORT: - case PostgreSqlParser.KW_POLICY: - case PostgreSqlParser.KW_METHOD: - case PostgreSqlParser.KW_REFERENCING: - case PostgreSqlParser.KW_NEW: - case PostgreSqlParser.KW_OLD: - case PostgreSqlParser.KW_VALUE: - case PostgreSqlParser.KW_SUBSCRIPTION: - case PostgreSqlParser.KW_PUBLICATION: - case PostgreSqlParser.KW_OUT: - case PostgreSqlParser.KW_ROUTINES: - case PostgreSqlParser.KW_SCHEMAS: - case PostgreSqlParser.KW_PROCEDURES: - case PostgreSqlParser.KW_INPUT: - case PostgreSqlParser.KW_SUPPORT: - case PostgreSqlParser.KW_PARALLEL: - case PostgreSqlParser.KW_SQL: - case PostgreSqlParser.KW_DEPENDS: - case PostgreSqlParser.KW_OVERRIDING: - case PostgreSqlParser.KW_CONFLICT: - case PostgreSqlParser.KW_SKIP: - case PostgreSqlParser.KW_LOCKED: - case PostgreSqlParser.KW_TIES: - case PostgreSqlParser.KW_ROLLUP: - case PostgreSqlParser.KW_CUBE: - case PostgreSqlParser.KW_GROUPING: - case PostgreSqlParser.KW_SETS: - case PostgreSqlParser.KW_TABLESAMPLE: - case PostgreSqlParser.KW_ORDINALITY: - case PostgreSqlParser.KW_XMLTABLE: - case PostgreSqlParser.KW_COLUMNS: - case PostgreSqlParser.KW_XMLNAMESPACES: - case PostgreSqlParser.KW_ROWTYPE: - case PostgreSqlParser.KW_NORMALIZED: - case PostgreSqlParser.KW_WITHIN: - case PostgreSqlParser.KW_FILTER: - case PostgreSqlParser.KW_GROUPS: - case PostgreSqlParser.KW_OTHERS: - case PostgreSqlParser.KW_NFC: - case PostgreSqlParser.KW_NFD: - case PostgreSqlParser.KW_NFKC: - case PostgreSqlParser.KW_NFKD: - case PostgreSqlParser.KW_UESCAPE: - case PostgreSqlParser.KW_VIEWS: - case PostgreSqlParser.KW_NORMALIZE: - case PostgreSqlParser.KW_DUMP: - case PostgreSqlParser.KW_PRINT_STRICT_PARAMS: - case PostgreSqlParser.KW_VARIABLE_CONFLICT: - case PostgreSqlParser.KW_ERROR: - case PostgreSqlParser.KW_USE_VARIABLE: - case PostgreSqlParser.KW_USE_COLUMN: - case PostgreSqlParser.KW_ALIAS: - case PostgreSqlParser.KW_CONSTANT: - case PostgreSqlParser.KW_PERFORM: - case PostgreSqlParser.KW_GET: - case PostgreSqlParser.KW_DIAGNOSTICS: - case PostgreSqlParser.KW_STACKED: - case PostgreSqlParser.KW_ELSIF: - case PostgreSqlParser.KW_REVERSE: - case PostgreSqlParser.KW_SLICE: - case PostgreSqlParser.KW_EXIT: - case PostgreSqlParser.KW_RETURN: - case PostgreSqlParser.KW_QUERY: - case PostgreSqlParser.KW_RAISE: - case PostgreSqlParser.KW_SQLSTATE: - case PostgreSqlParser.KW_DEBUG: - case PostgreSqlParser.KW_LOG: - case PostgreSqlParser.KW_INFO: - case PostgreSqlParser.KW_NOTICE: - case PostgreSqlParser.KW_WARNING: - case PostgreSqlParser.KW_EXCEPTION: - case PostgreSqlParser.KW_ASSERT: - case PostgreSqlParser.KW_OPEN: - case PostgreSqlParser.KW_SKIP_LOCKED: - case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: - case PostgreSqlParser.Identifier: - case PostgreSqlParser.QuotedIdentifier: - case PostgreSqlParser.UnicodeQuotedIdentifier: - case PostgreSqlParser.StringConstant: - case PostgreSqlParser.UnicodeEscapeStringConstant: - case PostgreSqlParser.BeginDollarStringConstant: - case PostgreSqlParser.PLSQLVARIABLENAME: - case PostgreSqlParser.PLSQLIDENTIFIER: - case PostgreSqlParser.EscapeStringConstant: - this.enterOuterAlt(localContext, 1); - { - this.state = 8404; this.opt_boolean_or_string(); } break; @@ -40124,7 +40147,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 8405; + this.state = 8401; this.numericonly(); } break; @@ -40148,28 +40171,28 @@ export class PostgreSqlParser extends SQLParserBase { } public preparestmt(): PreparestmtContext { let localContext = new PreparestmtContext(this.context, this.state); - this.enterRule(localContext, 942, PostgreSqlParser.RULE_preparestmt); + this.enterRule(localContext, 944, PostgreSqlParser.RULE_preparestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8408; + this.state = 8404; this.match(PostgreSqlParser.KW_PREPARE); - this.state = 8409; + this.state = 8405; this.name(); - this.state = 8411; + this.state = 8407; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8410; + this.state = 8406; this.prep_type_clause(); } } - this.state = 8413; + this.state = 8409; this.match(PostgreSqlParser.KW_AS); - this.state = 8414; + this.state = 8410; this.preparablestmt(); } } @@ -40189,15 +40212,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, 944, PostgreSqlParser.RULE_prep_type_clause); + this.enterRule(localContext, 946, PostgreSqlParser.RULE_prep_type_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8416; + this.state = 8412; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8417; + this.state = 8413; this.type_list(); - this.state = 8418; + this.state = 8414; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -40217,36 +40240,36 @@ export class PostgreSqlParser extends SQLParserBase { } public preparablestmt(): PreparablestmtContext { let localContext = new PreparablestmtContext(this.context, this.state); - this.enterRule(localContext, 946, PostgreSqlParser.RULE_preparablestmt); + this.enterRule(localContext, 948, PostgreSqlParser.RULE_preparablestmt); try { - this.state = 8424; + this.state = 8420; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 789, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 784, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8420; + this.state = 8416; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8421; + this.state = 8417; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8422; + this.state = 8418; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8423; + this.state = 8419; this.deletestmt(); } break; @@ -40268,24 +40291,24 @@ export class PostgreSqlParser extends SQLParserBase { } public executestmt(): ExecutestmtContext { let localContext = new ExecutestmtContext(this.context, this.state); - this.enterRule(localContext, 948, PostgreSqlParser.RULE_executestmt); + this.enterRule(localContext, 950, PostgreSqlParser.RULE_executestmt); try { - this.state = 8445; + this.state = 8441; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EXECUTE: this.enterOuterAlt(localContext, 1); { - this.state = 8426; + this.state = 8422; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8427; + this.state = 8423; this.name(); - this.state = 8429; + this.state = 8425; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 790, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 785, this.context) ) { case 1: { - this.state = 8428; + this.state = 8424; this.execute_param_clause(); } break; @@ -40295,42 +40318,42 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CREATE: this.enterOuterAlt(localContext, 2); { - this.state = 8431; + this.state = 8427; this.create_table_clause(); - this.state = 8433; + this.state = 8429; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 791, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 786, this.context) ) { case 1: { - this.state = 8432; + this.state = 8428; this.opt_if_not_exists(); } break; } - this.state = 8435; + this.state = 8431; this.create_as_target(); - this.state = 8436; + this.state = 8432; this.match(PostgreSqlParser.KW_AS); - this.state = 8437; + this.state = 8433; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8438; + this.state = 8434; this.name(); - this.state = 8440; + this.state = 8436; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 792, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 787, this.context) ) { case 1: { - this.state = 8439; + this.state = 8435; this.execute_param_clause(); } break; } - this.state = 8443; + this.state = 8439; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 793, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 788, this.context) ) { case 1: { - this.state = 8442; + this.state = 8438; this.opt_with_data(); } break; @@ -40357,15 +40380,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, 950, PostgreSqlParser.RULE_execute_param_clause); + this.enterRule(localContext, 952, PostgreSqlParser.RULE_execute_param_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8447; + this.state = 8443; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8448; + this.state = 8444; this.expr_list(); - this.state = 8449; + this.state = 8445; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -40385,23 +40408,23 @@ export class PostgreSqlParser extends SQLParserBase { } public deallocatestmt(): DeallocatestmtContext { let localContext = new DeallocatestmtContext(this.context, this.state); - this.enterRule(localContext, 952, PostgreSqlParser.RULE_deallocatestmt); + this.enterRule(localContext, 954, PostgreSqlParser.RULE_deallocatestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8451; + this.state = 8447; this.match(PostgreSqlParser.KW_DEALLOCATE); - this.state = 8453; + this.state = 8449; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 795, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 790, this.context) ) { case 1: { - this.state = 8452; + this.state = 8448; this.match(PostgreSqlParser.KW_PREPARE); } break; } - this.state = 8457; + this.state = 8453; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -40804,13 +40827,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 8455; + this.state = 8451; this.name(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 8456; + this.state = 8452; this.match(PostgreSqlParser.KW_ALL); } break; @@ -40835,46 +40858,46 @@ export class PostgreSqlParser extends SQLParserBase { } public insertstmt(): InsertstmtContext { let localContext = new InsertstmtContext(this.context, this.state); - this.enterRule(localContext, 954, PostgreSqlParser.RULE_insertstmt); + this.enterRule(localContext, 956, PostgreSqlParser.RULE_insertstmt); let _la: number; try { localContext = new InsertStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 8460; + this.state = 8456; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8459; + this.state = 8455; this.opt_with_clause(); } } - this.state = 8462; + this.state = 8458; this.match(PostgreSqlParser.KW_INSERT); - this.state = 8463; + this.state = 8459; this.match(PostgreSqlParser.KW_INTO); - this.state = 8464; + this.state = 8460; this.insert_target(); - this.state = 8465; + this.state = 8461; this.insert_rest(); - this.state = 8467; + this.state = 8463; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 8466; + this.state = 8462; this.opt_on_conflict(); } } - this.state = 8470; + this.state = 8466; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 8469; + this.state = 8465; this.returning_clause(); } } @@ -40897,21 +40920,21 @@ export class PostgreSqlParser extends SQLParserBase { } public insert_target(): Insert_targetContext { let localContext = new Insert_targetContext(this.context, this.state); - this.enterRule(localContext, 956, PostgreSqlParser.RULE_insert_target); + this.enterRule(localContext, 958, PostgreSqlParser.RULE_insert_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8472; + this.state = 8468; this.table_name(); - this.state = 8475; + this.state = 8471; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8473; + this.state = 8469; this.match(PostgreSqlParser.KW_AS); - this.state = 8474; + this.state = 8470; this.colid(); } } @@ -40934,51 +40957,51 @@ export class PostgreSqlParser extends SQLParserBase { } public insert_rest(): Insert_restContext { let localContext = new Insert_restContext(this.context, this.state); - this.enterRule(localContext, 958, PostgreSqlParser.RULE_insert_rest); + this.enterRule(localContext, 960, PostgreSqlParser.RULE_insert_rest); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8481; + this.state = 8477; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 801, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 796, this.context) ) { case 1: { - this.state = 8477; + this.state = 8473; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8478; + this.state = 8474; this.insert_column_list(); - this.state = 8479; + this.state = 8475; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 8487; + this.state = 8483; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 463) { { - this.state = 8483; + this.state = 8479; this.match(PostgreSqlParser.KW_OVERRIDING); - this.state = 8484; + this.state = 8480; this.override_kind(); - this.state = 8485; + this.state = 8481; this.match(PostgreSqlParser.KW_VALUE); } } - this.state = 8491; + this.state = 8487; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 803, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 798, this.context) ) { case 1: { - this.state = 8489; + this.state = 8485; this.default_values_or_values(); } break; case 2: { - this.state = 8490; + this.state = 8486; this.selectstmt(); } break; @@ -41001,12 +41024,12 @@ export class PostgreSqlParser extends SQLParserBase { } public override_kind(): Override_kindContext { let localContext = new Override_kindContext(this.context, this.state); - this.enterRule(localContext, 960, PostgreSqlParser.RULE_override_kind); + this.enterRule(localContext, 962, PostgreSqlParser.RULE_override_kind); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8493; + this.state = 8489; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 349)) { this.errorHandler.recoverInline(this); @@ -41033,26 +41056,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, 962, PostgreSqlParser.RULE_insert_column_list); + this.enterRule(localContext, 964, PostgreSqlParser.RULE_insert_column_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8495; + this.state = 8491; this.insert_column_item(); - this.state = 8500; + this.state = 8496; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8496; + this.state = 8492; this.match(PostgreSqlParser.COMMA); - this.state = 8497; + this.state = 8493; this.insert_column_item(); } } - this.state = 8502; + this.state = 8498; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41074,13 +41097,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, 964, PostgreSqlParser.RULE_insert_column_item); + this.enterRule(localContext, 966, PostgreSqlParser.RULE_insert_column_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 8503; + this.state = 8499; this.column_name(); - this.state = 8504; + this.state = 8500; this.opt_indirection(); } } @@ -41100,44 +41123,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, 966, PostgreSqlParser.RULE_opt_on_conflict); + this.enterRule(localContext, 968, PostgreSqlParser.RULE_opt_on_conflict); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8506; + this.state = 8502; this.match(PostgreSqlParser.KW_ON); - this.state = 8507; + this.state = 8503; this.match(PostgreSqlParser.KW_CONFLICT); - this.state = 8509; + this.state = 8505; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2 || _la === 80) { { - this.state = 8508; + this.state = 8504; this.opt_conf_expr(); } } - this.state = 8511; + this.state = 8507; this.match(PostgreSqlParser.KW_DO); - this.state = 8519; + this.state = 8515; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 8512; + this.state = 8508; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8513; + this.state = 8509; this.match(PostgreSqlParser.KW_SET); - this.state = 8514; + this.state = 8510; this.set_clause_list(); - this.state = 8516; + this.state = 8512; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8515; + this.state = 8511; this.where_clause(); } } @@ -41146,7 +41169,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_NOTHING: { - this.state = 8518; + this.state = 8514; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -41171,27 +41194,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, 968, PostgreSqlParser.RULE_opt_conf_expr); + this.enterRule(localContext, 970, PostgreSqlParser.RULE_opt_conf_expr); let _la: number; try { - this.state = 8530; + this.state = 8526; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 1); { - this.state = 8521; + this.state = 8517; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8522; + this.state = 8518; this.index_params(); - this.state = 8523; + this.state = 8519; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8525; + this.state = 8521; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8524; + this.state = 8520; this.where_clause(); } } @@ -41201,11 +41224,11 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 2); { - this.state = 8527; + this.state = 8523; this.match(PostgreSqlParser.KW_ON); - this.state = 8528; + this.state = 8524; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 8529; + this.state = 8525; this.name(); } break; @@ -41229,13 +41252,13 @@ export class PostgreSqlParser extends SQLParserBase { } public returning_clause(): Returning_clauseContext { let localContext = new Returning_clauseContext(this.context, this.state); - this.enterRule(localContext, 970, PostgreSqlParser.RULE_returning_clause); + this.enterRule(localContext, 972, PostgreSqlParser.RULE_returning_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8532; + this.state = 8528; this.match(PostgreSqlParser.KW_RETURNING); - this.state = 8533; + this.state = 8529; this.target_list(); } } @@ -41255,53 +41278,53 @@ export class PostgreSqlParser extends SQLParserBase { } public deletestmt(): DeletestmtContext { let localContext = new DeletestmtContext(this.context, this.state); - this.enterRule(localContext, 972, PostgreSqlParser.RULE_deletestmt); + this.enterRule(localContext, 974, PostgreSqlParser.RULE_deletestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8536; + this.state = 8532; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8535; + this.state = 8531; this.opt_with_clause(); } } - this.state = 8538; + this.state = 8534; this.match(PostgreSqlParser.KW_DELETE); - this.state = 8539; + this.state = 8535; this.match(PostgreSqlParser.KW_FROM); - this.state = 8540; + this.state = 8536; this.relation_expr_opt_alias(); - this.state = 8542; + this.state = 8538; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8541; + this.state = 8537; this.using_clause(); } } - this.state = 8545; + this.state = 8541; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8544; + this.state = 8540; this.where_or_current_clause(); } } - this.state = 8548; + this.state = 8544; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 8547; + this.state = 8543; this.returning_clause(); } } @@ -41324,13 +41347,13 @@ export class PostgreSqlParser extends SQLParserBase { } public using_clause(): Using_clauseContext { let localContext = new Using_clauseContext(this.context, this.state); - this.enterRule(localContext, 974, PostgreSqlParser.RULE_using_clause); + this.enterRule(localContext, 976, PostgreSqlParser.RULE_using_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8550; + this.state = 8546; this.match(PostgreSqlParser.KW_USING); - this.state = 8551; + this.state = 8547; this.from_list(); } } @@ -41350,41 +41373,41 @@ export class PostgreSqlParser extends SQLParserBase { } public lockstmt(): LockstmtContext { let localContext = new LockstmtContext(this.context, this.state); - this.enterRule(localContext, 976, PostgreSqlParser.RULE_lockstmt); + this.enterRule(localContext, 978, PostgreSqlParser.RULE_lockstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8553; + this.state = 8549; this.match(PostgreSqlParser.KW_LOCK); - this.state = 8555; + this.state = 8551; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 8554; + this.state = 8550; this.opt_table(); } } - this.state = 8557; + this.state = 8553; this.relation_expr_list(); - this.state = 8559; + this.state = 8555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68) { { - this.state = 8558; + this.state = 8554; this.opt_lock(); } } - this.state = 8562; + this.state = 8558; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 816, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 811, this.context) ) { case 1: { - this.state = 8561; + this.state = 8557; this.opt_nowait(); } break; @@ -41407,15 +41430,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_lock(): Opt_lockContext { let localContext = new Opt_lockContext(this.context, this.state); - this.enterRule(localContext, 978, PostgreSqlParser.RULE_opt_lock); + this.enterRule(localContext, 980, PostgreSqlParser.RULE_opt_lock); try { this.enterOuterAlt(localContext, 1); { - this.state = 8564; + this.state = 8560; this.match(PostgreSqlParser.KW_IN); - this.state = 8565; + this.state = 8561; this.lock_type(); - this.state = 8566; + this.state = 8562; this.match(PostgreSqlParser.KW_MODE); } } @@ -41435,18 +41458,18 @@ export class PostgreSqlParser extends SQLParserBase { } public lock_type(): Lock_typeContext { let localContext = new Lock_typeContext(this.context, this.state); - this.enterRule(localContext, 980, PostgreSqlParser.RULE_lock_type); + this.enterRule(localContext, 982, PostgreSqlParser.RULE_lock_type); let _la: number; try { - this.state = 8580; + this.state = 8576; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ACCESS: this.enterOuterAlt(localContext, 1); { - this.state = 8568; + this.state = 8564; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 8569; + this.state = 8565; _la = this.tokenStream.LA(1); if(!(_la === 201 || _la === 334)) { this.errorHandler.recoverInline(this); @@ -41460,9 +41483,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ROW: this.enterOuterAlt(localContext, 2); { - this.state = 8570; + this.state = 8566; this.match(PostgreSqlParser.KW_ROW); - this.state = 8571; + this.state = 8567; _la = this.tokenStream.LA(1); if(!(_la === 201 || _la === 334)) { this.errorHandler.recoverInline(this); @@ -41476,24 +41499,24 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SHARE: this.enterOuterAlt(localContext, 3); { - this.state = 8572; + this.state = 8568; this.match(PostgreSqlParser.KW_SHARE); - this.state = 8577; + this.state = 8573; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 8573; + this.state = 8569; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8574; + this.state = 8570; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; case PostgreSqlParser.KW_ROW: { - this.state = 8575; + this.state = 8571; this.match(PostgreSqlParser.KW_ROW); - this.state = 8576; + this.state = 8572; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; @@ -41507,7 +41530,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCLUSIVE: this.enterOuterAlt(localContext, 4); { - this.state = 8579; + this.state = 8575; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; @@ -41531,11 +41554,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_nowait(): Opt_nowaitContext { let localContext = new Opt_nowaitContext(this.context, this.state); - this.enterRule(localContext, 982, PostgreSqlParser.RULE_opt_nowait); + this.enterRule(localContext, 984, PostgreSqlParser.RULE_opt_nowait); try { this.enterOuterAlt(localContext, 1); { - this.state = 8582; + this.state = 8578; this.match(PostgreSqlParser.KW_NOWAIT); } } @@ -41555,24 +41578,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, 984, PostgreSqlParser.RULE_opt_nowait_or_skip); + this.enterRule(localContext, 986, PostgreSqlParser.RULE_opt_nowait_or_skip); try { - this.state = 8587; + this.state = 8583; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOWAIT: this.enterOuterAlt(localContext, 1); { - this.state = 8584; + this.state = 8580; this.match(PostgreSqlParser.KW_NOWAIT); } break; case PostgreSqlParser.KW_SKIP: this.enterOuterAlt(localContext, 2); { - this.state = 8585; + this.state = 8581; this.match(PostgreSqlParser.KW_SKIP); - this.state = 8586; + this.state = 8582; this.match(PostgreSqlParser.KW_LOCKED); } break; @@ -41596,55 +41619,55 @@ export class PostgreSqlParser extends SQLParserBase { } public updatestmt(): UpdatestmtContext { let localContext = new UpdatestmtContext(this.context, this.state); - this.enterRule(localContext, 986, PostgreSqlParser.RULE_updatestmt); + this.enterRule(localContext, 988, PostgreSqlParser.RULE_updatestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8590; + this.state = 8586; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8589; + this.state = 8585; this.opt_with_clause(); } } - this.state = 8592; + this.state = 8588; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8593; + this.state = 8589; this.relation_expr_opt_alias(); - this.state = 8594; + this.state = 8590; this.match(PostgreSqlParser.KW_SET); - this.state = 8595; + this.state = 8591; this.set_clause_list(); - this.state = 8597; + this.state = 8593; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 8596; + this.state = 8592; this.from_clause(); } } - this.state = 8600; + this.state = 8596; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8599; + this.state = 8595; this.where_or_current_clause(); } } - this.state = 8603; + this.state = 8599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 8602; + this.state = 8598; this.returning_clause(); } } @@ -41667,26 +41690,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, 988, PostgreSqlParser.RULE_set_clause_list); + this.enterRule(localContext, 990, PostgreSqlParser.RULE_set_clause_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8605; + this.state = 8601; this.set_clause(); - this.state = 8610; + this.state = 8606; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8606; + this.state = 8602; this.match(PostgreSqlParser.COMMA); - this.state = 8607; + this.state = 8603; this.set_clause(); } } - this.state = 8612; + this.state = 8608; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41708,59 +41731,59 @@ export class PostgreSqlParser extends SQLParserBase { } public set_clause(): Set_clauseContext { let localContext = new Set_clauseContext(this.context, this.state); - this.enterRule(localContext, 990, PostgreSqlParser.RULE_set_clause); + this.enterRule(localContext, 992, PostgreSqlParser.RULE_set_clause); try { - this.state = 8631; + this.state = 8627; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 827, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 822, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8613; + this.state = 8609; this.set_target(); - this.state = 8614; + this.state = 8610; this.match(PostgreSqlParser.EQUAL); - this.state = 8615; + this.state = 8611; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8617; + this.state = 8613; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8618; + this.state = 8614; this.set_target_list(); - this.state = 8619; + this.state = 8615; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8620; + this.state = 8616; this.match(PostgreSqlParser.EQUAL); - this.state = 8629; + this.state = 8625; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 826, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 821, this.context) ) { case 1: { - this.state = 8622; + this.state = 8618; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 825, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 820, this.context) ) { case 1: { - this.state = 8621; + this.state = 8617; this.match(PostgreSqlParser.KW_ROW); } break; } - this.state = 8624; + this.state = 8620; this.a_expr(); } break; case 2: { - this.state = 8625; + this.state = 8621; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8626; + this.state = 8622; this.select_clause(); - this.state = 8627; + this.state = 8623; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -41785,13 +41808,13 @@ export class PostgreSqlParser extends SQLParserBase { } public set_target(): Set_targetContext { let localContext = new Set_targetContext(this.context, this.state); - this.enterRule(localContext, 992, PostgreSqlParser.RULE_set_target); + this.enterRule(localContext, 994, PostgreSqlParser.RULE_set_target); try { this.enterOuterAlt(localContext, 1); { - this.state = 8633; + this.state = 8629; this.column_name(); - this.state = 8634; + this.state = 8630; this.opt_indirection(); } } @@ -41811,26 +41834,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, 994, PostgreSqlParser.RULE_set_target_list); + this.enterRule(localContext, 996, PostgreSqlParser.RULE_set_target_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8636; + this.state = 8632; this.set_target(); - this.state = 8641; + this.state = 8637; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8637; + this.state = 8633; this.match(PostgreSqlParser.COMMA); - this.state = 8638; + this.state = 8634; this.set_target(); } } - this.state = 8643; + this.state = 8639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41852,23 +41875,23 @@ export class PostgreSqlParser extends SQLParserBase { } public declarecursorstmt(): DeclarecursorstmtContext { let localContext = new DeclarecursorstmtContext(this.context, this.state); - this.enterRule(localContext, 996, PostgreSqlParser.RULE_declarecursorstmt); + this.enterRule(localContext, 998, PostgreSqlParser.RULE_declarecursorstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 8644; + this.state = 8640; this.match(PostgreSqlParser.KW_DECLARE); - this.state = 8645; + this.state = 8641; this.cursor_name(); - this.state = 8646; + this.state = 8642; this.cursor_options(); - this.state = 8647; + this.state = 8643; this.match(PostgreSqlParser.KW_CURSOR); - this.state = 8648; + this.state = 8644; this.opt_hold(); - this.state = 8649; + this.state = 8645; this.match(PostgreSqlParser.KW_FOR); - this.state = 8650; + this.state = 8646; this.selectstmt(); } } @@ -41888,11 +41911,11 @@ export class PostgreSqlParser extends SQLParserBase { } public cursor_name(): Cursor_nameContext { let localContext = new Cursor_nameContext(this.context, this.state); - this.enterRule(localContext, 998, PostgreSqlParser.RULE_cursor_name); + this.enterRule(localContext, 1000, PostgreSqlParser.RULE_cursor_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 8652; + this.state = 8648; this.name(); } } @@ -41912,42 +41935,42 @@ export class PostgreSqlParser extends SQLParserBase { } public cursor_options(): Cursor_optionsContext { let localContext = new Cursor_optionsContext(this.context, this.state); - this.enterRule(localContext, 1000, PostgreSqlParser.RULE_cursor_options); + this.enterRule(localContext, 1002, PostgreSqlParser.RULE_cursor_options); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8661; + this.state = 8657; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 107 || _la === 240 || _la === 269 || _la === 324) { { - this.state = 8659; + this.state = 8655; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: { - this.state = 8654; + this.state = 8650; this.match(PostgreSqlParser.KW_NO); - this.state = 8655; + this.state = 8651; this.match(PostgreSqlParser.KW_SCROLL); } break; case PostgreSqlParser.KW_SCROLL: { - this.state = 8656; + this.state = 8652; this.match(PostgreSqlParser.KW_SCROLL); } break; case PostgreSqlParser.KW_BINARY: { - this.state = 8657; + this.state = 8653; this.match(PostgreSqlParser.KW_BINARY); } break; case PostgreSqlParser.KW_INSENSITIVE: { - this.state = 8658; + this.state = 8654; this.match(PostgreSqlParser.KW_INSENSITIVE); } break; @@ -41955,7 +41978,7 @@ export class PostgreSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 8663; + this.state = 8659; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -41977,9 +42000,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_hold(): Opt_holdContext { let localContext = new Opt_holdContext(this.context, this.state); - this.enterRule(localContext, 1002, PostgreSqlParser.RULE_opt_hold); + this.enterRule(localContext, 1004, PostgreSqlParser.RULE_opt_hold); try { - this.state = 8669; + this.state = 8665; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: @@ -41991,18 +42014,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 2); { - this.state = 8665; + this.state = 8661; this.match(PostgreSqlParser.KW_WITH); - this.state = 8666; + this.state = 8662; this.match(PostgreSqlParser.KW_HOLD); } break; case PostgreSqlParser.KW_WITHOUT: this.enterOuterAlt(localContext, 3); { - this.state = 8667; + this.state = 8663; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 8668; + this.state = 8664; this.match(PostgreSqlParser.KW_HOLD); } break; @@ -42026,16 +42049,16 @@ export class PostgreSqlParser extends SQLParserBase { } public selectstmt(): SelectstmtContext { let localContext = new SelectstmtContext(this.context, this.state); - this.enterRule(localContext, 1004, PostgreSqlParser.RULE_selectstmt); + this.enterRule(localContext, 1006, PostgreSqlParser.RULE_selectstmt); try { - this.state = 8673; + this.state = 8669; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 832, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 827, this.context) ) { case 1: localContext = new SelectStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 8671; + this.state = 8667; this.select_no_parens(); } break; @@ -42043,7 +42066,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new SelectStatementContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 8672; + this.state = 8668; this.select_with_parens(); } break; @@ -42065,30 +42088,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, 1006, PostgreSqlParser.RULE_select_with_parens); + this.enterRule(localContext, 1008, PostgreSqlParser.RULE_select_with_parens); try { - this.state = 8683; + this.state = 8679; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 833, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 828, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8675; + this.state = 8671; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8676; + this.state = 8672; this.select_no_parens(); - this.state = 8677; + this.state = 8673; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8679; + this.state = 8675; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8680; + this.state = 8676; this.select_with_parens(); - this.state = 8681; + this.state = 8677; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -42110,10 +42133,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, 1008, PostgreSqlParser.RULE_select_no_parens); + this.enterRule(localContext, 1010, PostgreSqlParser.RULE_select_no_parens); let _la: number; try { - this.state = 8714; + this.state = 8710; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -42122,31 +42145,31 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 1); { - this.state = 8685; + this.state = 8681; this.select_clause(); - this.state = 8687; + this.state = 8683; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 8686; + this.state = 8682; this.opt_sort_clause(); } } - this.state = 8697; + this.state = 8693; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 837, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 832, this.context) ) { case 1: { - this.state = 8689; + this.state = 8685; this.for_locking_clause(); - this.state = 8691; + this.state = 8687; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 835, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 830, this.context) ) { case 1: { - this.state = 8690; + this.state = 8686; this.opt_select_limit(); } break; @@ -42155,14 +42178,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8693; + this.state = 8689; this.select_limit(); - this.state = 8695; + this.state = 8691; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 8694; + this.state = 8690; this.opt_for_locking_clause(); } } @@ -42175,33 +42198,33 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 2); { - this.state = 8699; + this.state = 8695; this.with_clause(); - this.state = 8700; + this.state = 8696; this.select_clause(); - this.state = 8702; + this.state = 8698; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 8701; + this.state = 8697; this.opt_sort_clause(); } } - this.state = 8712; + this.state = 8708; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 841, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 836, this.context) ) { case 1: { - this.state = 8704; + this.state = 8700; this.for_locking_clause(); - this.state = 8706; + this.state = 8702; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 839, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 834, this.context) ) { case 1: { - this.state = 8705; + this.state = 8701; this.opt_select_limit(); } break; @@ -42210,14 +42233,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8708; + this.state = 8704; this.select_limit(); - this.state = 8710; + this.state = 8706; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 8709; + this.state = 8705; this.opt_for_locking_clause(); } } @@ -42247,22 +42270,22 @@ export class PostgreSqlParser extends SQLParserBase { } public select_clause(): Select_clauseContext { let localContext = new Select_clauseContext(this.context, this.state); - this.enterRule(localContext, 1010, PostgreSqlParser.RULE_select_clause); + this.enterRule(localContext, 1012, PostgreSqlParser.RULE_select_clause); try { - this.state = 8718; + this.state = 8714; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 843, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 838, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8716; + this.state = 8712; this.simple_select(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8717; + this.state = 8713; this.select_with_parens(); } break; @@ -42284,50 +42307,50 @@ export class PostgreSqlParser extends SQLParserBase { } public simple_select(): Simple_selectContext { let localContext = new Simple_selectContext(this.context, this.state); - this.enterRule(localContext, 1012, PostgreSqlParser.RULE_simple_select); + this.enterRule(localContext, 1014, PostgreSqlParser.RULE_simple_select); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8765; + this.state = 8761; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SELECT: { - this.state = 8720; + this.state = 8716; this.match(PostgreSqlParser.KW_SELECT); - this.state = 8736; + this.state = 8732; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 849, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 844, this.context) ) { case 1: { - this.state = 8722; + this.state = 8718; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 844, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 839, this.context) ) { case 1: { - this.state = 8721; + this.state = 8717; this.opt_all_clause(); } break; } - this.state = 8725; + this.state = 8721; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 845, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 840, this.context) ) { case 1: { - this.state = 8724; + this.state = 8720; this.into_clause(); } break; } - this.state = 8728; + this.state = 8724; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 846, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 841, this.context) ) { case 1: { - this.state = 8727; + this.state = 8723; this.opt_target_list(); } break; @@ -42336,22 +42359,22 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8731; + this.state = 8727; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 847, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 842, this.context) ) { case 1: { - this.state = 8730; + this.state = 8726; this.distinct_clause(); } break; } - this.state = 8734; + this.state = 8730; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 848, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 843, this.context) ) { case 1: { - this.state = 8733; + this.state = 8729; this.target_list(); } break; @@ -42359,62 +42382,62 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8739; + this.state = 8735; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 850, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 845, this.context) ) { case 1: { - this.state = 8738; + this.state = 8734; this.into_clause(); } break; } - this.state = 8742; + this.state = 8738; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 8741; + this.state = 8737; this.from_clause(); } } - this.state = 8745; + this.state = 8741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8744; + this.state = 8740; this.where_clause(); } } - this.state = 8748; + this.state = 8744; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 8747; + this.state = 8743; this.group_clause(); } } - this.state = 8751; + this.state = 8747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 8750; + this.state = 8746; this.having_clause(); } } - this.state = 8754; + this.state = 8750; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 855, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 850, this.context) ) { case 1: { - this.state = 8753; + this.state = 8749; this.window_clause(); } break; @@ -42423,36 +42446,36 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_VALUES: { - this.state = 8756; + this.state = 8752; this.values_clause(); } break; case PostgreSqlParser.KW_TABLE: { - this.state = 8757; + this.state = 8753; this.match(PostgreSqlParser.KW_TABLE); - this.state = 8758; + this.state = 8754; this.relation_expr(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 8759; + this.state = 8755; this.select_with_parens(); - this.state = 8760; + this.state = 8756; this.set_operator_with_all_or_distinct(); - this.state = 8763; + this.state = 8759; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 856, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 851, this.context) ) { case 1: { - this.state = 8761; + this.state = 8757; this.simple_select(); } break; case 2: { - this.state = 8762; + this.state = 8758; this.select_with_parens(); } break; @@ -42462,27 +42485,27 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 8774; + this.state = 8770; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 859, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 854, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8767; + this.state = 8763; this.set_operator_with_all_or_distinct(); - this.state = 8770; + this.state = 8766; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 858, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 853, this.context) ) { case 1: { - this.state = 8768; + this.state = 8764; this.simple_select(); } break; case 2: { - this.state = 8769; + this.state = 8765; this.select_with_parens(); } break; @@ -42490,9 +42513,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 8776; + this.state = 8772; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 859, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 854, this.context); } } } @@ -42512,16 +42535,16 @@ export class PostgreSqlParser extends SQLParserBase { } public set_operator(): Set_operatorContext { let localContext = new Set_operatorContext(this.context, this.state); - this.enterRule(localContext, 1014, PostgreSqlParser.RULE_set_operator); + this.enterRule(localContext, 1016, PostgreSqlParser.RULE_set_operator); try { - this.state = 8780; + this.state = 8776; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UNION: localContext = new UnionContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 8777; + this.state = 8773; this.match(PostgreSqlParser.KW_UNION); } break; @@ -42529,7 +42552,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new IntersectContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 8778; + this.state = 8774; this.match(PostgreSqlParser.KW_INTERSECT); } break; @@ -42537,7 +42560,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ExceptContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 8779; + this.state = 8775; this.match(PostgreSqlParser.KW_EXCEPT); } break; @@ -42561,19 +42584,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, 1016, PostgreSqlParser.RULE_set_operator_with_all_or_distinct); + this.enterRule(localContext, 1018, PostgreSqlParser.RULE_set_operator_with_all_or_distinct); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8782; + this.state = 8778; this.set_operator(); - this.state = 8784; + this.state = 8780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 30 || _la === 56) { { - this.state = 8783; + this.state = 8779; this.all_or_distinct(); } } @@ -42596,23 +42619,23 @@ export class PostgreSqlParser extends SQLParserBase { } public with_clause(): With_clauseContext { let localContext = new With_clauseContext(this.context, this.state); - this.enterRule(localContext, 1018, PostgreSqlParser.RULE_with_clause); + this.enterRule(localContext, 1020, PostgreSqlParser.RULE_with_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8786; + this.state = 8782; this.match(PostgreSqlParser.KW_WITH); - this.state = 8788; + this.state = 8784; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 862, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 857, this.context) ) { case 1: { - this.state = 8787; + this.state = 8783; this.match(PostgreSqlParser.KW_RECURSIVE); } break; } - this.state = 8790; + this.state = 8786; this.cte_list(); } } @@ -42632,30 +42655,30 @@ export class PostgreSqlParser extends SQLParserBase { } public cte_list(): Cte_listContext { let localContext = new Cte_listContext(this.context, this.state); - this.enterRule(localContext, 1020, PostgreSqlParser.RULE_cte_list); + this.enterRule(localContext, 1022, PostgreSqlParser.RULE_cte_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8792; + this.state = 8788; this.common_table_expr(); - this.state = 8797; + this.state = 8793; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 863, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 858, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8793; + this.state = 8789; this.match(PostgreSqlParser.COMMA); - this.state = 8794; + this.state = 8790; this.common_table_expr(); } } } - this.state = 8799; + this.state = 8795; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 863, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 858, this.context); } } } @@ -42675,57 +42698,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, 1022, PostgreSqlParser.RULE_common_table_expr); + this.enterRule(localContext, 1024, PostgreSqlParser.RULE_common_table_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8800; + this.state = 8796; this.name(); - this.state = 8802; + this.state = 8798; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8801; + this.state = 8797; this.opt_name_list(); } } - this.state = 8804; + this.state = 8800; this.match(PostgreSqlParser.KW_AS); - this.state = 8806; + this.state = 8802; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77 || _la === 259) { { - this.state = 8805; + this.state = 8801; this.opt_materialized(); } } - this.state = 8808; + this.state = 8804; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8809; + this.state = 8805; this.preparablestmt(); - this.state = 8810; + this.state = 8806; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 8812; + this.state = 8808; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 866, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 861, this.context) ) { case 1: { - this.state = 8811; + this.state = 8807; this.search_cluase(); } break; } - this.state = 8815; + this.state = 8811; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 867, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 862, this.context) ) { case 1: { - this.state = 8814; + this.state = 8810; this.cycle_cluase(); } break; @@ -42748,14 +42771,14 @@ export class PostgreSqlParser extends SQLParserBase { } public search_cluase(): Search_cluaseContext { let localContext = new Search_cluaseContext(this.context, this.state); - this.enterRule(localContext, 1024, PostgreSqlParser.RULE_search_cluase); + this.enterRule(localContext, 1026, PostgreSqlParser.RULE_search_cluase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8817; + this.state = 8813; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 8818; + this.state = 8814; _la = this.tokenStream.LA(1); if(!(_la === 527 || _la === 528)) { this.errorHandler.recoverInline(this); @@ -42764,15 +42787,15 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8819; + this.state = 8815; this.match(PostgreSqlParser.KW_FIRST); - this.state = 8820; + this.state = 8816; this.match(PostgreSqlParser.KW_BY); - this.state = 8821; + this.state = 8817; this.column_list(); - this.state = 8822; + this.state = 8818; this.match(PostgreSqlParser.KW_SET); - this.state = 8823; + this.state = 8819; this.column_name(); } } @@ -42792,38 +42815,38 @@ export class PostgreSqlParser extends SQLParserBase { } public cycle_cluase(): Cycle_cluaseContext { let localContext = new Cycle_cluaseContext(this.context, this.state); - this.enterRule(localContext, 1026, PostgreSqlParser.RULE_cycle_cluase); + this.enterRule(localContext, 1028, PostgreSqlParser.RULE_cycle_cluase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8825; + this.state = 8821; this.match(PostgreSqlParser.KW_CYCLE); - this.state = 8826; + this.state = 8822; this.column_list(); - this.state = 8827; + this.state = 8823; this.match(PostgreSqlParser.KW_SET); - this.state = 8828; + this.state = 8824; this.column_name(); - this.state = 8834; + this.state = 8830; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 8829; + this.state = 8825; this.match(PostgreSqlParser.KW_TO); - this.state = 8830; + this.state = 8826; this.name(); - this.state = 8831; + this.state = 8827; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 8832; + this.state = 8828; this.name(); } } - this.state = 8836; + this.state = 8832; this.match(PostgreSqlParser.KW_USING); - this.state = 8837; + this.state = 8833; this.column_name(); } } @@ -42843,24 +42866,24 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_materialized(): Opt_materializedContext { let localContext = new Opt_materializedContext(this.context, this.state); - this.enterRule(localContext, 1028, PostgreSqlParser.RULE_opt_materialized); + this.enterRule(localContext, 1030, PostgreSqlParser.RULE_opt_materialized); try { - this.state = 8842; + this.state = 8838; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_MATERIALIZED: this.enterOuterAlt(localContext, 1); { - this.state = 8839; + this.state = 8835; this.match(PostgreSqlParser.KW_MATERIALIZED); } break; case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 8840; + this.state = 8836; this.match(PostgreSqlParser.KW_NOT); - this.state = 8841; + this.state = 8837; this.match(PostgreSqlParser.KW_MATERIALIZED); } break; @@ -42884,11 +42907,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, 1030, PostgreSqlParser.RULE_opt_with_clause); + this.enterRule(localContext, 1032, PostgreSqlParser.RULE_opt_with_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8844; + this.state = 8840; this.with_clause(); } } @@ -42908,26 +42931,26 @@ export class PostgreSqlParser extends SQLParserBase { } public into_clause(): Into_clauseContext { let localContext = new Into_clauseContext(this.context, this.state); - this.enterRule(localContext, 1032, PostgreSqlParser.RULE_into_clause); + this.enterRule(localContext, 1034, PostgreSqlParser.RULE_into_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8846; + this.state = 8842; this.match(PostgreSqlParser.KW_INTO); - this.state = 8851; + this.state = 8847; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 870, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 865, this.context) ) { case 1: { - this.state = 8847; + this.state = 8843; this.opt_strict(); - this.state = 8848; + this.state = 8844; this.opttempTableName(); } break; case 2: { - this.state = 8850; + this.state = 8846; this.into_target(); } break; @@ -42950,11 +42973,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_strict(): Opt_strictContext { let localContext = new Opt_strictContext(this.context, this.state); - this.enterRule(localContext, 1034, PostgreSqlParser.RULE_opt_strict); + this.enterRule(localContext, 1036, PostgreSqlParser.RULE_opt_strict); try { - this.state = 8855; + this.state = 8851; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 871, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 866, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -42964,7 +42987,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8854; + this.state = 8850; this.match(PostgreSqlParser.KW_STRICT); } break; @@ -42986,21 +43009,21 @@ export class PostgreSqlParser extends SQLParserBase { } public opttempTableName(): OpttempTableNameContext { let localContext = new OpttempTableNameContext(this.context, this.state); - this.enterRule(localContext, 1036, PostgreSqlParser.RULE_opttempTableName); + this.enterRule(localContext, 1038, PostgreSqlParser.RULE_opttempTableName); let _la: number; try { - this.state = 8873; + this.state = 8869; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 875, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 870, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8858; + this.state = 8854; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254) { { - this.state = 8857; + this.state = 8853; _la = this.tokenStream.LA(1); if(!(_la === 213 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -43012,7 +43035,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 8860; + this.state = 8856; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -43021,52 +43044,52 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8862; + this.state = 8858; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 8861; + this.state = 8857; this.opt_table(); } } - this.state = 8864; + this.state = 8860; this.table_name_create(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8865; + this.state = 8861; this.match(PostgreSqlParser.KW_UNLOGGED); - this.state = 8867; + this.state = 8863; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 8866; + this.state = 8862; this.opt_table(); } } - this.state = 8869; + this.state = 8865; this.table_name_create(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8870; + this.state = 8866; this.match(PostgreSqlParser.KW_TABLE); - this.state = 8871; + this.state = 8867; this.table_name_create(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8872; + this.state = 8868; this.table_name_create(); } break; @@ -43088,11 +43111,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_table(): Opt_tableContext { let localContext = new Opt_tableContext(this.context, this.state); - this.enterRule(localContext, 1038, PostgreSqlParser.RULE_opt_table); + this.enterRule(localContext, 1040, PostgreSqlParser.RULE_opt_table); try { this.enterOuterAlt(localContext, 1); { - this.state = 8875; + this.state = 8871; this.match(PostgreSqlParser.KW_TABLE); } } @@ -43112,12 +43135,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, 1040, PostgreSqlParser.RULE_all_or_distinct); + this.enterRule(localContext, 1042, PostgreSqlParser.RULE_all_or_distinct); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8877; + this.state = 8873; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 56)) { this.errorHandler.recoverInline(this); @@ -43144,24 +43167,24 @@ export class PostgreSqlParser extends SQLParserBase { } public distinct_clause(): Distinct_clauseContext { let localContext = new Distinct_clauseContext(this.context, this.state); - this.enterRule(localContext, 1042, PostgreSqlParser.RULE_distinct_clause); + this.enterRule(localContext, 1044, PostgreSqlParser.RULE_distinct_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8879; + this.state = 8875; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 8885; + this.state = 8881; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 876, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 871, this.context) ) { case 1: { - this.state = 8880; + this.state = 8876; this.match(PostgreSqlParser.KW_ON); - this.state = 8881; + this.state = 8877; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8882; + this.state = 8878; this.expr_list(); - this.state = 8883; + this.state = 8879; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -43184,11 +43207,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, 1044, PostgreSqlParser.RULE_opt_all_clause); + this.enterRule(localContext, 1046, PostgreSqlParser.RULE_opt_all_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8887; + this.state = 8883; this.match(PostgreSqlParser.KW_ALL); } } @@ -43208,11 +43231,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, 1046, PostgreSqlParser.RULE_opt_sort_clause); + this.enterRule(localContext, 1048, PostgreSqlParser.RULE_opt_sort_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8889; + this.state = 8885; this.sort_clause(); } } @@ -43232,15 +43255,15 @@ export class PostgreSqlParser extends SQLParserBase { } public sort_clause(): Sort_clauseContext { let localContext = new Sort_clauseContext(this.context, this.state); - this.enterRule(localContext, 1048, PostgreSqlParser.RULE_sort_clause); + this.enterRule(localContext, 1050, PostgreSqlParser.RULE_sort_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8891; + this.state = 8887; this.match(PostgreSqlParser.KW_ORDER); - this.state = 8892; + this.state = 8888; this.match(PostgreSqlParser.KW_BY); - this.state = 8893; + this.state = 8889; this.sortby_list(); } } @@ -43260,26 +43283,26 @@ export class PostgreSqlParser extends SQLParserBase { } public sortby_list(): Sortby_listContext { let localContext = new Sortby_listContext(this.context, this.state); - this.enterRule(localContext, 1050, PostgreSqlParser.RULE_sortby_list); + this.enterRule(localContext, 1052, PostgreSqlParser.RULE_sortby_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8895; + this.state = 8891; this.sortby(); - this.state = 8900; + this.state = 8896; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8896; + this.state = 8892; this.match(PostgreSqlParser.COMMA); - this.state = 8897; + this.state = 8893; this.sortby(); } } - this.state = 8902; + this.state = 8898; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -43301,36 +43324,36 @@ export class PostgreSqlParser extends SQLParserBase { } public sortby(): SortbyContext { let localContext = new SortbyContext(this.context, this.state); - this.enterRule(localContext, 1052, PostgreSqlParser.RULE_sortby); + this.enterRule(localContext, 1054, PostgreSqlParser.RULE_sortby); try { this.enterOuterAlt(localContext, 1); { - this.state = 8903; + this.state = 8899; this.column_expr_noparen(); - this.state = 8907; + this.state = 8903; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 878, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 873, this.context) ) { case 1: { - this.state = 8904; + this.state = 8900; this.match(PostgreSqlParser.KW_USING); - this.state = 8905; + this.state = 8901; this.qual_all_op(); } break; case 2: { - this.state = 8906; + this.state = 8902; this.opt_asc_desc(); } break; } - this.state = 8910; + this.state = 8906; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 879, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 874, this.context) ) { case 1: { - this.state = 8909; + this.state = 8905; this.opt_nulls_order(); } break; @@ -43353,23 +43376,23 @@ export class PostgreSqlParser extends SQLParserBase { } public select_limit(): Select_limitContext { let localContext = new Select_limitContext(this.context, this.state); - this.enterRule(localContext, 1054, PostgreSqlParser.RULE_select_limit); + this.enterRule(localContext, 1056, PostgreSqlParser.RULE_select_limit); let _la: number; try { - this.state = 8924; + this.state = 8920; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIMIT: this.enterOuterAlt(localContext, 1); { - this.state = 8912; + this.state = 8908; this.limit_clause(); - this.state = 8914; + this.state = 8910; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 8913; + this.state = 8909; this.offset_clause(); } } @@ -43379,14 +43402,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OFFSET: this.enterOuterAlt(localContext, 2); { - this.state = 8916; + this.state = 8912; this.offset_clause(); - this.state = 8918; + this.state = 8914; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 881, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 876, this.context) ) { case 1: { - this.state = 8917; + this.state = 8913; this.fetch_clause(); } break; @@ -43396,14 +43419,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_FETCH: this.enterOuterAlt(localContext, 3); { - this.state = 8920; + this.state = 8916; this.fetch_clause(); - this.state = 8922; + this.state = 8918; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 8921; + this.state = 8917; this.offset_clause(); } } @@ -43430,11 +43453,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, 1056, PostgreSqlParser.RULE_opt_select_limit); + this.enterRule(localContext, 1058, PostgreSqlParser.RULE_opt_select_limit); try { this.enterOuterAlt(localContext, 1); { - this.state = 8926; + this.state = 8922; this.select_limit(); } } @@ -43454,23 +43477,23 @@ export class PostgreSqlParser extends SQLParserBase { } public limit_clause(): Limit_clauseContext { let localContext = new Limit_clauseContext(this.context, this.state); - this.enterRule(localContext, 1058, PostgreSqlParser.RULE_limit_clause); + this.enterRule(localContext, 1060, PostgreSqlParser.RULE_limit_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8928; + this.state = 8924; this.match(PostgreSqlParser.KW_LIMIT); - this.state = 8929; + this.state = 8925; this.select_limit_value(); - this.state = 8932; + this.state = 8928; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 8930; + this.state = 8926; this.match(PostgreSqlParser.COMMA); - this.state = 8931; + this.state = 8927; this.select_offset_value(); } } @@ -43493,37 +43516,37 @@ export class PostgreSqlParser extends SQLParserBase { } public fetch_clause(): Fetch_clauseContext { let localContext = new Fetch_clauseContext(this.context, this.state); - this.enterRule(localContext, 1060, PostgreSqlParser.RULE_fetch_clause); + this.enterRule(localContext, 1062, PostgreSqlParser.RULE_fetch_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8934; + this.state = 8930; this.match(PostgreSqlParser.KW_FETCH); - this.state = 8935; + this.state = 8931; this.first_or_next(); - this.state = 8949; + this.state = 8945; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 887, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 882, this.context) ) { case 1: { - this.state = 8936; + this.state = 8932; this.select_fetch_first_value(); - this.state = 8937; + this.state = 8933; this.row_or_rows(); - this.state = 8941; + this.state = 8937; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ONLY: { - this.state = 8938; + this.state = 8934; this.match(PostgreSqlParser.KW_ONLY); } break; case PostgreSqlParser.KW_WITH: { - this.state = 8939; + this.state = 8935; this.match(PostgreSqlParser.KW_WITH); - this.state = 8940; + this.state = 8936; this.match(PostgreSqlParser.KW_TIES); } break; @@ -43534,22 +43557,22 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8943; + this.state = 8939; this.row_or_rows(); - this.state = 8947; + this.state = 8943; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ONLY: { - this.state = 8944; + this.state = 8940; this.match(PostgreSqlParser.KW_ONLY); } break; case PostgreSqlParser.KW_WITH: { - this.state = 8945; + this.state = 8941; this.match(PostgreSqlParser.KW_WITH); - this.state = 8946; + this.state = 8942; this.match(PostgreSqlParser.KW_TIES); } break; @@ -43577,26 +43600,26 @@ export class PostgreSqlParser extends SQLParserBase { } public offset_clause(): Offset_clauseContext { let localContext = new Offset_clauseContext(this.context, this.state); - this.enterRule(localContext, 1062, PostgreSqlParser.RULE_offset_clause); + this.enterRule(localContext, 1064, PostgreSqlParser.RULE_offset_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8951; + this.state = 8947; this.match(PostgreSqlParser.KW_OFFSET); - this.state = 8956; + this.state = 8952; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 888, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 883, this.context) ) { case 1: { - this.state = 8952; + this.state = 8948; this.select_fetch_first_value(); - this.state = 8953; + this.state = 8949; this.row_or_rows(); } break; case 2: { - this.state = 8955; + this.state = 8951; this.select_offset_value(); } break; @@ -43619,9 +43642,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, 1064, PostgreSqlParser.RULE_select_limit_value); + this.enterRule(localContext, 1066, PostgreSqlParser.RULE_select_limit_value); try { - this.state = 8960; + this.state = 8956; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -44072,14 +44095,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8958; + this.state = 8954; this.a_expr(); } break; case PostgreSqlParser.KW_ALL: this.enterOuterAlt(localContext, 2); { - this.state = 8959; + this.state = 8955; this.match(PostgreSqlParser.KW_ALL); } break; @@ -44103,11 +44126,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, 1066, PostgreSqlParser.RULE_select_offset_value); + this.enterRule(localContext, 1068, PostgreSqlParser.RULE_select_offset_value); try { this.enterOuterAlt(localContext, 1); { - this.state = 8962; + this.state = 8958; this.a_expr(); } } @@ -44127,26 +44150,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, 1068, PostgreSqlParser.RULE_select_fetch_first_value); + this.enterRule(localContext, 1070, PostgreSqlParser.RULE_select_fetch_first_value); try { - this.state = 8969; + this.state = 8965; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PLUS: this.enterOuterAlt(localContext, 1); { - this.state = 8964; + this.state = 8960; this.match(PostgreSqlParser.PLUS); - this.state = 8965; + this.state = 8961; this.i_or_f_const(); } break; case PostgreSqlParser.MINUS: this.enterOuterAlt(localContext, 2); { - this.state = 8966; + this.state = 8962; this.match(PostgreSqlParser.MINUS); - this.state = 8967; + this.state = 8963; this.i_or_f_const(); } break; @@ -44594,7 +44617,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 3); { - this.state = 8968; + this.state = 8964; this.c_expr(); } break; @@ -44618,22 +44641,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, 1070, PostgreSqlParser.RULE_i_or_f_const); + this.enterRule(localContext, 1072, PostgreSqlParser.RULE_i_or_f_const); try { - this.state = 8973; + this.state = 8969; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Integral: this.enterOuterAlt(localContext, 1); { - this.state = 8971; + this.state = 8967; this.iconst(); } break; case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 8972; + this.state = 8968; this.fconst(); } break; @@ -44657,12 +44680,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, 1072, PostgreSqlParser.RULE_row_or_rows); + this.enterRule(localContext, 1074, PostgreSqlParser.RULE_row_or_rows); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8975; + this.state = 8971; _la = this.tokenStream.LA(1); if(!(_la === 320 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -44689,12 +44712,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, 1074, PostgreSqlParser.RULE_first_or_next); + this.enterRule(localContext, 1076, PostgreSqlParser.RULE_first_or_next); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8977; + this.state = 8973; _la = this.tokenStream.LA(1); if(!(_la === 207 || _la === 268)) { this.errorHandler.recoverInline(this); @@ -44721,25 +44744,25 @@ export class PostgreSqlParser extends SQLParserBase { } public group_clause(): Group_clauseContext { let localContext = new Group_clauseContext(this.context, this.state); - this.enterRule(localContext, 1076, PostgreSqlParser.RULE_group_clause); + this.enterRule(localContext, 1078, PostgreSqlParser.RULE_group_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 8979; + this.state = 8975; this.match(PostgreSqlParser.KW_GROUP); - this.state = 8980; + this.state = 8976; this.match(PostgreSqlParser.KW_BY); - this.state = 8982; + this.state = 8978; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 892, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 887, this.context) ) { case 1: { - this.state = 8981; + this.state = 8977; this.all_or_distinct(); } break; } - this.state = 8984; + this.state = 8980; this.group_by_list(); } } @@ -44759,30 +44782,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, 1078, PostgreSqlParser.RULE_group_by_list); + this.enterRule(localContext, 1080, PostgreSqlParser.RULE_group_by_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8986; + this.state = 8982; this.group_by_item(); - this.state = 8991; + this.state = 8987; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 893, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 888, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8987; + this.state = 8983; this.match(PostgreSqlParser.COMMA); - this.state = 8988; + this.state = 8984; this.group_by_item(); } } } - this.state = 8993; + this.state = 8989; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 893, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 888, this.context); } } } @@ -44802,54 +44825,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, 1080, PostgreSqlParser.RULE_group_by_item); + this.enterRule(localContext, 1082, PostgreSqlParser.RULE_group_by_item); try { - this.state = 9003; + this.state = 8999; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 894, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 889, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8994; + this.state = 8990; this.column_expr_noparen(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8995; + this.state = 8991; this.empty_grouping_set(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8996; + this.state = 8992; this.cube_clause(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8997; + this.state = 8993; this.rollup_clause(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8998; + this.state = 8994; this.grouping_sets_clause(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 8999; + this.state = 8995; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9000; + this.state = 8996; this.column_expr_list_noparen(); - this.state = 9001; + this.state = 8997; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -44871,13 +44894,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, 1082, PostgreSqlParser.RULE_empty_grouping_set); + this.enterRule(localContext, 1084, PostgreSqlParser.RULE_empty_grouping_set); try { this.enterOuterAlt(localContext, 1); { - this.state = 9005; + this.state = 9001; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9006; + this.state = 9002; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44897,17 +44920,17 @@ export class PostgreSqlParser extends SQLParserBase { } public rollup_clause(): Rollup_clauseContext { let localContext = new Rollup_clauseContext(this.context, this.state); - this.enterRule(localContext, 1084, PostgreSqlParser.RULE_rollup_clause); + this.enterRule(localContext, 1086, PostgreSqlParser.RULE_rollup_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9008; + this.state = 9004; this.match(PostgreSqlParser.KW_ROLLUP); - this.state = 9009; + this.state = 9005; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9010; + this.state = 9006; this.column_expr_list_noparen(); - this.state = 9011; + this.state = 9007; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44927,17 +44950,17 @@ export class PostgreSqlParser extends SQLParserBase { } public cube_clause(): Cube_clauseContext { let localContext = new Cube_clauseContext(this.context, this.state); - this.enterRule(localContext, 1086, PostgreSqlParser.RULE_cube_clause); + this.enterRule(localContext, 1088, PostgreSqlParser.RULE_cube_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9013; + this.state = 9009; this.match(PostgreSqlParser.KW_CUBE); - this.state = 9014; + this.state = 9010; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9015; + this.state = 9011; this.column_expr_list_noparen(); - this.state = 9016; + this.state = 9012; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44957,19 +44980,19 @@ export class PostgreSqlParser extends SQLParserBase { } 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); + this.enterRule(localContext, 1090, PostgreSqlParser.RULE_grouping_sets_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9018; + this.state = 9014; this.match(PostgreSqlParser.KW_GROUPING); - this.state = 9019; + this.state = 9015; this.match(PostgreSqlParser.KW_SETS); - this.state = 9020; + this.state = 9016; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9021; + this.state = 9017; this.group_by_list(); - this.state = 9022; + this.state = 9018; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44989,13 +45012,13 @@ export class PostgreSqlParser extends SQLParserBase { } public having_clause(): Having_clauseContext { let localContext = new Having_clauseContext(this.context, this.state); - this.enterRule(localContext, 1090, PostgreSqlParser.RULE_having_clause); + this.enterRule(localContext, 1092, PostgreSqlParser.RULE_having_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9024; + this.state = 9020; this.match(PostgreSqlParser.KW_HAVING); - this.state = 9025; + this.state = 9021; this.a_expr(); } } @@ -45015,26 +45038,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, 1092, PostgreSqlParser.RULE_for_locking_clause); + this.enterRule(localContext, 1094, PostgreSqlParser.RULE_for_locking_clause); try { - this.state = 9031; + this.state = 9027; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 895, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 890, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9027; + this.state = 9023; this.for_locking_items(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9028; + this.state = 9024; this.match(PostgreSqlParser.KW_FOR); - this.state = 9029; + this.state = 9025; this.match(PostgreSqlParser.KW_READ); - this.state = 9030; + this.state = 9026; this.match(PostgreSqlParser.KW_ONLY); } break; @@ -45056,11 +45079,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, 1094, PostgreSqlParser.RULE_opt_for_locking_clause); + this.enterRule(localContext, 1096, PostgreSqlParser.RULE_opt_for_locking_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9033; + this.state = 9029; this.for_locking_clause(); } } @@ -45080,22 +45103,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, 1096, PostgreSqlParser.RULE_for_locking_items); + this.enterRule(localContext, 1098, PostgreSqlParser.RULE_for_locking_items); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9036; + this.state = 9032; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 9035; + this.state = 9031; this.for_locking_item(); } } - this.state = 9038; + this.state = 9034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 62); @@ -45117,28 +45140,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, 1098, PostgreSqlParser.RULE_for_locking_item); + this.enterRule(localContext, 1100, PostgreSqlParser.RULE_for_locking_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 9040; + this.state = 9036; this.for_locking_strength(); - this.state = 9042; + this.state = 9038; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 897, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 892, this.context) ) { case 1: { - this.state = 9041; + this.state = 9037; this.locked_rels_list(); } break; } - this.state = 9045; + this.state = 9041; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 898, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 893, this.context) ) { case 1: { - this.state = 9044; + this.state = 9040; this.opt_nowait_or_skip(); } break; @@ -45161,49 +45184,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, 1100, PostgreSqlParser.RULE_for_locking_strength); + this.enterRule(localContext, 1102, PostgreSqlParser.RULE_for_locking_strength); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9047; + this.state = 9043; this.match(PostgreSqlParser.KW_FOR); - this.state = 9057; + this.state = 9053; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: case PostgreSqlParser.KW_UPDATE: { - this.state = 9050; + this.state = 9046; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 9048; + this.state = 9044; this.match(PostgreSqlParser.KW_NO); - this.state = 9049; + this.state = 9045; this.match(PostgreSqlParser.KW_KEY); } } - this.state = 9052; + this.state = 9048; this.match(PostgreSqlParser.KW_UPDATE); } break; case PostgreSqlParser.KW_KEY: case PostgreSqlParser.KW_SHARE: { - this.state = 9054; + this.state = 9050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 245) { { - this.state = 9053; + this.state = 9049; this.match(PostgreSqlParser.KW_KEY); } } - this.state = 9056; + this.state = 9052; this.match(PostgreSqlParser.KW_SHARE); } break; @@ -45228,13 +45251,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, 1102, PostgreSqlParser.RULE_locked_rels_list); + this.enterRule(localContext, 1104, PostgreSqlParser.RULE_locked_rels_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 9059; + this.state = 9055; this.match(PostgreSqlParser.KW_OF); - this.state = 9060; + this.state = 9056; this.qualified_name_list(); } } @@ -45254,36 +45277,36 @@ export class PostgreSqlParser extends SQLParserBase { } public values_clause(): Values_clauseContext { let localContext = new Values_clauseContext(this.context, this.state); - this.enterRule(localContext, 1104, PostgreSqlParser.RULE_values_clause); + this.enterRule(localContext, 1106, PostgreSqlParser.RULE_values_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9062; + this.state = 9058; this.match(PostgreSqlParser.KW_VALUES); - this.state = 9063; + this.state = 9059; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9064; + this.state = 9060; this.expr_list(); - this.state = 9065; + this.state = 9061; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9073; + this.state = 9069; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9066; + this.state = 9062; this.match(PostgreSqlParser.COMMA); - this.state = 9067; + this.state = 9063; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9068; + this.state = 9064; this.expr_list(); - this.state = 9069; + this.state = 9065; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 9075; + this.state = 9071; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -45305,13 +45328,13 @@ export class PostgreSqlParser extends SQLParserBase { } public from_clause(): From_clauseContext { let localContext = new From_clauseContext(this.context, this.state); - this.enterRule(localContext, 1106, PostgreSqlParser.RULE_from_clause); + this.enterRule(localContext, 1108, PostgreSqlParser.RULE_from_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9076; + this.state = 9072; this.match(PostgreSqlParser.KW_FROM); - this.state = 9077; + this.state = 9073; this.from_list(); } } @@ -45331,30 +45354,30 @@ export class PostgreSqlParser extends SQLParserBase { } public from_list(): From_listContext { let localContext = new From_listContext(this.context, this.state); - this.enterRule(localContext, 1108, PostgreSqlParser.RULE_from_list); + this.enterRule(localContext, 1110, PostgreSqlParser.RULE_from_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9079; + this.state = 9075; this.table_ref(); - this.state = 9084; + this.state = 9080; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 903, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 898, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9080; + this.state = 9076; this.match(PostgreSqlParser.COMMA); - this.state = 9081; + this.state = 9077; this.table_ref(); } } } - this.state = 9086; + this.state = 9082; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 903, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 898, this.context); } } } @@ -45374,49 +45397,49 @@ export class PostgreSqlParser extends SQLParserBase { } public table_ref(): Table_refContext { let localContext = new Table_refContext(this.context, this.state); - this.enterRule(localContext, 1110, PostgreSqlParser.RULE_table_ref); + this.enterRule(localContext, 1112, PostgreSqlParser.RULE_table_ref); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9148; + this.state = 9144; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 918, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 913, this.context) ) { case 1: { - this.state = 9089; + this.state = 9085; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 904, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 899, this.context) ) { case 1: { - this.state = 9087; + this.state = 9083; this.relation_expr(); } break; case 2: { - this.state = 9088; + this.state = 9084; this.view_relation_expr(); } break; } - this.state = 9092; + this.state = 9088; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 905, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 900, this.context) ) { case 1: { - this.state = 9091; + this.state = 9087; this.opt_alias_clause(); } break; } - this.state = 9095; + this.state = 9091; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 472) { { - this.state = 9094; + this.state = 9090; this.tablesample_clause(); } } @@ -45425,14 +45448,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 9097; + this.state = 9093; this.func_table(); - this.state = 9099; + this.state = 9095; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 907, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 902, this.context) ) { case 1: { - this.state = 9098; + this.state = 9094; this.func_alias_clause(); } break; @@ -45441,11 +45464,27 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 9101; + this.state = 9097; this.xmltable(); + this.state = 9099; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 903, this.context) ) { + case 1: + { + this.state = 9098; + this.opt_alias_clause(); + } + break; + } + } + break; + case 4: + { + this.state = 9101; + this.select_with_parens(); this.state = 9103; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 908, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 904, this.context) ) { case 1: { this.state = 9102; @@ -45455,39 +45494,23 @@ export class PostgreSqlParser extends SQLParserBase { } } break; - case 4: + case 5: { this.state = 9105; - this.select_with_parens(); - this.state = 9107; + this.match(PostgreSqlParser.KW_LATERAL); + this.state = 9118; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 909, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 908, this.context) ) { case 1: { this.state = 9106; - this.opt_alias_clause(); - } - break; - } - } - break; - case 5: - { - this.state = 9109; - this.match(PostgreSqlParser.KW_LATERAL); - this.state = 9122; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 913, this.context) ) { - case 1: - { - this.state = 9110; this.xmltable(); - this.state = 9112; + this.state = 9108; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 910, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 905, this.context) ) { case 1: { - this.state = 9111; + this.state = 9107; this.opt_alias_clause(); } break; @@ -45496,14 +45519,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 9114; + this.state = 9110; this.func_table(); - this.state = 9116; + this.state = 9112; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 911, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 906, this.context) ) { case 1: { - this.state = 9115; + this.state = 9111; this.func_alias_clause(); } break; @@ -45512,14 +45535,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 9118; + this.state = 9114; this.select_with_parens(); - this.state = 9120; + this.state = 9116; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 912, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 907, this.context) ) { case 1: { - this.state = 9119; + this.state = 9115; this.opt_alias_clause(); } break; @@ -45531,40 +45554,40 @@ export class PostgreSqlParser extends SQLParserBase { break; case 6: { - this.state = 9124; + this.state = 9120; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9125; + this.state = 9121; this.table_ref(); - this.state = 9142; + this.state = 9138; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CROSS: { - this.state = 9126; + this.state = 9122; this.match(PostgreSqlParser.KW_CROSS); - this.state = 9127; + this.state = 9123; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9128; + this.state = 9124; this.table_ref(); } break; case PostgreSqlParser.KW_NATURAL: { - this.state = 9129; + this.state = 9125; this.match(PostgreSqlParser.KW_NATURAL); - this.state = 9131; + this.state = 9127; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 9130; + this.state = 9126; this.join_type(); } } - this.state = 9133; + this.state = 9129; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9134; + this.state = 9130; this.table_ref(); } break; @@ -45574,21 +45597,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LEFT: case PostgreSqlParser.KW_RIGHT: { - this.state = 9136; + this.state = 9132; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 9135; + this.state = 9131; this.join_type(); } } - this.state = 9138; + this.state = 9134; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9139; + this.state = 9135; this.table_ref(); - this.state = 9140; + this.state = 9136; this.join_qual(); } break; @@ -45597,14 +45620,14 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 9144; + this.state = 9140; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9146; + this.state = 9142; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 917, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 912, this.context) ) { case 1: { - this.state = 9145; + this.state = 9141; this.opt_alias_clause(); } break; @@ -45612,42 +45635,42 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 9168; + this.state = 9164; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 922, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 917, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 9166; + this.state = 9162; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CROSS: { - this.state = 9150; + this.state = 9146; this.match(PostgreSqlParser.KW_CROSS); - this.state = 9151; + this.state = 9147; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9152; + this.state = 9148; this.table_ref(); } break; case PostgreSqlParser.KW_NATURAL: { - this.state = 9153; + this.state = 9149; this.match(PostgreSqlParser.KW_NATURAL); - this.state = 9155; + this.state = 9151; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 9154; + this.state = 9150; this.join_type(); } } - this.state = 9157; + this.state = 9153; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9158; + this.state = 9154; this.table_ref(); } break; @@ -45657,21 +45680,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LEFT: case PostgreSqlParser.KW_RIGHT: { - this.state = 9160; + this.state = 9156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 9159; + this.state = 9155; this.join_type(); } } - this.state = 9162; + this.state = 9158; this.match(PostgreSqlParser.KW_JOIN); - this.state = 9163; + this.state = 9159; this.table_ref(); - this.state = 9164; + this.state = 9160; this.join_qual(); } break; @@ -45680,9 +45703,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 9170; + this.state = 9166; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 922, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 917, this.context); } } } @@ -45702,33 +45725,33 @@ export class PostgreSqlParser extends SQLParserBase { } public alias_clause(): Alias_clauseContext { let localContext = new Alias_clauseContext(this.context, this.state); - this.enterRule(localContext, 1112, PostgreSqlParser.RULE_alias_clause); + this.enterRule(localContext, 1114, PostgreSqlParser.RULE_alias_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9172; + this.state = 9168; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 9171; + this.state = 9167; this.match(PostgreSqlParser.KW_AS); } } - this.state = 9174; + this.state = 9170; this.colid(); - this.state = 9179; + this.state = 9175; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 924, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 919, this.context) ) { case 1: { - this.state = 9175; + this.state = 9171; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9176; + this.state = 9172; this.name_list(); - this.state = 9177; + this.state = 9173; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45751,11 +45774,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, 1114, PostgreSqlParser.RULE_opt_alias_clause); + this.enterRule(localContext, 1116, PostgreSqlParser.RULE_opt_alias_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9181; + this.state = 9177; this.alias_clause(); } } @@ -45775,35 +45798,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, 1116, PostgreSqlParser.RULE_func_alias_clause); + this.enterRule(localContext, 1118, PostgreSqlParser.RULE_func_alias_clause); let _la: number; try { - this.state = 9195; + this.state = 9191; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 927, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 922, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9183; + this.state = 9179; this.alias_clause(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9189; + this.state = 9185; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: { - this.state = 9184; + this.state = 9180; this.match(PostgreSqlParser.KW_AS); - this.state = 9186; + this.state = 9182; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 9185; + this.state = 9181; this.colid(); } } @@ -46210,18 +46233,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9188; + this.state = 9184; this.colid(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 9191; + this.state = 9187; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9192; + this.state = 9188; this.tablefuncelementlist(); - this.state = 9193; + this.state = 9189; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -46243,12 +46266,12 @@ export class PostgreSqlParser extends SQLParserBase { } public join_type(): Join_typeContext { let localContext = new Join_typeContext(this.context, this.state); - this.enterRule(localContext, 1118, PostgreSqlParser.RULE_join_type); + this.enterRule(localContext, 1120, PostgreSqlParser.RULE_join_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9197; + this.state = 9193; _la = this.tokenStream.LA(1); if(!(((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0))) { this.errorHandler.recoverInline(this); @@ -46257,12 +46280,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9199; + this.state = 9195; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 123) { { - this.state = 9198; + this.state = 9194; this.match(PostgreSqlParser.KW_OUTER); } } @@ -46285,30 +46308,30 @@ export class PostgreSqlParser extends SQLParserBase { } public join_qual(): Join_qualContext { let localContext = new Join_qualContext(this.context, this.state); - this.enterRule(localContext, 1120, PostgreSqlParser.RULE_join_qual); + this.enterRule(localContext, 1122, PostgreSqlParser.RULE_join_qual); try { - this.state = 9208; + this.state = 9204; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 1); { - this.state = 9201; + this.state = 9197; this.match(PostgreSqlParser.KW_USING); - this.state = 9202; + this.state = 9198; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9203; + this.state = 9199; this.column_list(); - this.state = 9204; + this.state = 9200; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 2); { - this.state = 9206; + this.state = 9202; this.match(PostgreSqlParser.KW_ON); - this.state = 9207; + this.state = 9203; this.a_expr(); } break; @@ -46332,33 +46355,33 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_expr(): Relation_exprContext { let localContext = new Relation_exprContext(this.context, this.state); - this.enterRule(localContext, 1122, PostgreSqlParser.RULE_relation_expr); + this.enterRule(localContext, 1124, PostgreSqlParser.RULE_relation_expr); let _la: number; try { - this.state = 9231; + this.state = 9227; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 934, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 929, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9211; + this.state = 9207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 9210; + this.state = 9206; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 9213; + this.state = 9209; this.table_name(); - this.state = 9215; + this.state = 9211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 9214; + this.state = 9210; this.match(PostgreSqlParser.STAR); } } @@ -46368,9 +46391,9 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9217; + this.state = 9213; this.match(PostgreSqlParser.KW_ONLY); - this.state = 9223; + this.state = 9219; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -46773,17 +46796,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9218; + this.state = 9214; this.table_name(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 9219; + this.state = 9215; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9220; + this.state = 9216; this.table_name(); - this.state = 9221; + this.state = 9217; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -46795,11 +46818,11 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9225; + this.state = 9221; this.match(PostgreSqlParser.KW_IN); - this.state = 9226; + this.state = 9222; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 9229; + this.state = 9225; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -47202,13 +47225,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9227; + this.state = 9223; this.schema_name(); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: { - this.state = 9228; + this.state = 9224; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -47235,49 +47258,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, 1124, PostgreSqlParser.RULE_view_relation_expr); + this.enterRule(localContext, 1126, PostgreSqlParser.RULE_view_relation_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9234; + this.state = 9230; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 9233; + this.state = 9229; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 9236; + this.state = 9232; this.view_name(); - this.state = 9238; + this.state = 9234; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 936, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 931, this.context) ) { case 1: { - this.state = 9237; + this.state = 9233; this.match(PostgreSqlParser.STAR); } break; } - this.state = 9241; + this.state = 9237; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 937, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 932, this.context) ) { case 1: { - this.state = 9240; + this.state = 9236; this.column_list(); } break; } - this.state = 9244; + this.state = 9240; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 938, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 933, this.context) ) { case 1: { - this.state = 9243; + this.state = 9239; this.where_clause(); } break; @@ -47300,59 +47323,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, 1126, PostgreSqlParser.RULE_publication_relation_expr); + this.enterRule(localContext, 1128, PostgreSqlParser.RULE_publication_relation_expr); let _la: number; try { - this.state = 9279; + this.state = 9275; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 945, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 940, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9246; + this.state = 9242; this.match(PostgreSqlParser.KW_TABLE); - this.state = 9248; + this.state = 9244; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 9247; + this.state = 9243; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 9250; + this.state = 9246; this.table_name(); - this.state = 9252; + this.state = 9248; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 9251; + this.state = 9247; this.match(PostgreSqlParser.STAR); } } - this.state = 9258; + this.state = 9254; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 941, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 936, this.context) ) { case 1: { - this.state = 9254; + this.state = 9250; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9255; + this.state = 9251; this.column_list(); - this.state = 9256; + this.state = 9252; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 9261; + this.state = 9257; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 9260; + this.state = 9256; this.where_clause(); } } @@ -47362,11 +47385,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9263; + this.state = 9259; this.match(PostgreSqlParser.KW_TABLE); - this.state = 9264; + this.state = 9260; this.match(PostgreSqlParser.KW_ONLY); - this.state = 9270; + this.state = 9266; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -47769,17 +47792,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9265; + this.state = 9261; this.table_name(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 9266; + this.state = 9262; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9267; + this.state = 9263; this.table_name(); - this.state = 9268; + this.state = 9264; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -47791,13 +47814,13 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9272; + this.state = 9268; this.match(PostgreSqlParser.KW_TABLES); - this.state = 9273; + this.state = 9269; this.match(PostgreSqlParser.KW_IN); - this.state = 9274; + this.state = 9270; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 9277; + this.state = 9273; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -48200,13 +48223,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9275; + this.state = 9271; this.schema_name(); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: { - this.state = 9276; + this.state = 9272; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -48233,26 +48256,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, 1128, PostgreSqlParser.RULE_relation_expr_list); + this.enterRule(localContext, 1130, PostgreSqlParser.RULE_relation_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9281; + this.state = 9277; this.relation_expr(); - this.state = 9286; + this.state = 9282; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9282; + this.state = 9278; this.match(PostgreSqlParser.COMMA); - this.state = 9283; + this.state = 9279; this.relation_expr(); } } - this.state = 9288; + this.state = 9284; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48274,26 +48297,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, 1130, PostgreSqlParser.RULE_publication_relation_expr_list); + this.enterRule(localContext, 1132, PostgreSqlParser.RULE_publication_relation_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9289; + this.state = 9285; this.publication_relation_expr(); - this.state = 9294; + this.state = 9290; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9290; + this.state = 9286; this.match(PostgreSqlParser.COMMA); - this.state = 9291; + this.state = 9287; this.publication_relation_expr(); } } - this.state = 9296; + this.state = 9292; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48315,29 +48338,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, 1132, PostgreSqlParser.RULE_relation_expr_opt_alias); + this.enterRule(localContext, 1134, PostgreSqlParser.RULE_relation_expr_opt_alias); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9297; + this.state = 9293; this.relation_expr(); - this.state = 9302; + this.state = 9298; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 949, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 944, this.context) ) { case 1: { - this.state = 9299; + this.state = 9295; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 9298; + this.state = 9294; this.match(PostgreSqlParser.KW_AS); } } - this.state = 9301; + this.state = 9297; this.colid(); } break; @@ -48360,26 +48383,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tablesample_clause(): Tablesample_clauseContext { let localContext = new Tablesample_clauseContext(this.context, this.state); - this.enterRule(localContext, 1134, PostgreSqlParser.RULE_tablesample_clause); + this.enterRule(localContext, 1136, PostgreSqlParser.RULE_tablesample_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9304; + this.state = 9300; this.match(PostgreSqlParser.KW_TABLESAMPLE); - this.state = 9305; + this.state = 9301; this.function_name(); - this.state = 9306; + this.state = 9302; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9307; + this.state = 9303; this.expr_list(); - this.state = 9308; + this.state = 9304; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9310; + this.state = 9306; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 950, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 945, this.context) ) { case 1: { - this.state = 9309; + this.state = 9305; this.opt_repeatable_clause(); } break; @@ -48402,17 +48425,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, 1136, PostgreSqlParser.RULE_opt_repeatable_clause); + this.enterRule(localContext, 1138, PostgreSqlParser.RULE_opt_repeatable_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9312; + this.state = 9308; this.match(PostgreSqlParser.KW_REPEATABLE); - this.state = 9313; + this.state = 9309; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9314; + this.state = 9310; this.a_expr(); - this.state = 9315; + this.state = 9311; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -48432,22 +48455,22 @@ export class PostgreSqlParser extends SQLParserBase { } public func_table(): Func_tableContext { let localContext = new Func_tableContext(this.context, this.state); - this.enterRule(localContext, 1138, PostgreSqlParser.RULE_func_table); + this.enterRule(localContext, 1140, PostgreSqlParser.RULE_func_table); try { - this.state = 9329; + this.state = 9325; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 953, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 948, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9317; + this.state = 9313; this.func_expr_windowless(); - this.state = 9319; + this.state = 9315; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 951, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 946, this.context) ) { case 1: { - this.state = 9318; + this.state = 9314; this.opt_ordinality(); } break; @@ -48457,22 +48480,22 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9321; + this.state = 9317; this.match(PostgreSqlParser.KW_ROWS); - this.state = 9322; + this.state = 9318; this.match(PostgreSqlParser.KW_FROM); - this.state = 9323; + this.state = 9319; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9324; + this.state = 9320; this.rowsfrom_list(); - this.state = 9325; + this.state = 9321; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9327; + this.state = 9323; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 952, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 947, this.context) ) { case 1: { - this.state = 9326; + this.state = 9322; this.opt_ordinality(); } break; @@ -48497,19 +48520,19 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsfrom_item(): Rowsfrom_itemContext { let localContext = new Rowsfrom_itemContext(this.context, this.state); - this.enterRule(localContext, 1140, PostgreSqlParser.RULE_rowsfrom_item); + this.enterRule(localContext, 1142, PostgreSqlParser.RULE_rowsfrom_item); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9331; + this.state = 9327; this.func_expr_windowless(); - this.state = 9333; + this.state = 9329; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 9332; + this.state = 9328; this.opt_col_def_list(); } } @@ -48532,26 +48555,26 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsfrom_list(): Rowsfrom_listContext { let localContext = new Rowsfrom_listContext(this.context, this.state); - this.enterRule(localContext, 1142, PostgreSqlParser.RULE_rowsfrom_list); + this.enterRule(localContext, 1144, PostgreSqlParser.RULE_rowsfrom_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9335; + this.state = 9331; this.rowsfrom_item(); - this.state = 9340; + this.state = 9336; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9336; + this.state = 9332; this.match(PostgreSqlParser.COMMA); - this.state = 9337; + this.state = 9333; this.rowsfrom_item(); } } - this.state = 9342; + this.state = 9338; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48573,17 +48596,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, 1144, PostgreSqlParser.RULE_opt_col_def_list); + this.enterRule(localContext, 1146, PostgreSqlParser.RULE_opt_col_def_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 9343; + this.state = 9339; this.match(PostgreSqlParser.KW_AS); - this.state = 9344; + this.state = 9340; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9345; + this.state = 9341; this.tablefuncelementlist(); - this.state = 9346; + this.state = 9342; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -48603,13 +48626,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_ordinality(): Opt_ordinalityContext { let localContext = new Opt_ordinalityContext(this.context, this.state); - this.enterRule(localContext, 1146, PostgreSqlParser.RULE_opt_ordinality); + this.enterRule(localContext, 1148, PostgreSqlParser.RULE_opt_ordinality); try { this.enterOuterAlt(localContext, 1); { - this.state = 9348; + this.state = 9344; this.match(PostgreSqlParser.KW_WITH); - this.state = 9349; + this.state = 9345; this.match(PostgreSqlParser.KW_ORDINALITY); } } @@ -48629,13 +48652,13 @@ export class PostgreSqlParser extends SQLParserBase { } public where_clause(): Where_clauseContext { let localContext = new Where_clauseContext(this.context, this.state); - this.enterRule(localContext, 1148, PostgreSqlParser.RULE_where_clause); + this.enterRule(localContext, 1150, PostgreSqlParser.RULE_where_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9351; + this.state = 9347; this.match(PostgreSqlParser.KW_WHERE); - this.state = 9352; + this.state = 9348; this.column_expr_noparen(); } } @@ -48655,28 +48678,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, 1150, PostgreSqlParser.RULE_where_or_current_clause); + this.enterRule(localContext, 1152, PostgreSqlParser.RULE_where_or_current_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 9354; + this.state = 9350; this.match(PostgreSqlParser.KW_WHERE); - this.state = 9359; + this.state = 9355; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 956, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 951, this.context) ) { case 1: { - this.state = 9355; + this.state = 9351; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 9356; + this.state = 9352; this.match(PostgreSqlParser.KW_OF); - this.state = 9357; + this.state = 9353; this.cursor_name(); } break; case 2: { - this.state = 9358; + this.state = 9354; this.a_expr(); } break; @@ -48699,11 +48722,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opttablefuncelementlist(): OpttablefuncelementlistContext { let localContext = new OpttablefuncelementlistContext(this.context, this.state); - this.enterRule(localContext, 1152, PostgreSqlParser.RULE_opttablefuncelementlist); + this.enterRule(localContext, 1154, PostgreSqlParser.RULE_opttablefuncelementlist); try { this.enterOuterAlt(localContext, 1); { - this.state = 9361; + this.state = 9357; this.tablefuncelementlist(); } } @@ -48723,26 +48746,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tablefuncelementlist(): TablefuncelementlistContext { let localContext = new TablefuncelementlistContext(this.context, this.state); - this.enterRule(localContext, 1154, PostgreSqlParser.RULE_tablefuncelementlist); + this.enterRule(localContext, 1156, PostgreSqlParser.RULE_tablefuncelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9363; + this.state = 9359; this.tablefuncelement(); - this.state = 9368; + this.state = 9364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9364; + this.state = 9360; this.match(PostgreSqlParser.COMMA); - this.state = 9365; + this.state = 9361; this.tablefuncelement(); } } - this.state = 9370; + this.state = 9366; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48764,20 +48787,20 @@ export class PostgreSqlParser extends SQLParserBase { } public tablefuncelement(): TablefuncelementContext { let localContext = new TablefuncelementContext(this.context, this.state); - this.enterRule(localContext, 1156, PostgreSqlParser.RULE_tablefuncelement); + this.enterRule(localContext, 1158, PostgreSqlParser.RULE_tablefuncelement); try { this.enterOuterAlt(localContext, 1); { - this.state = 9371; + this.state = 9367; this.colid(); - this.state = 9372; + this.state = 9368; this.typename(); - this.state = 9374; + this.state = 9370; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 958, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 953, this.context) ) { case 1: { - this.state = 9373; + this.state = 9369; this.opt_collate_clause(); } break; @@ -48800,53 +48823,53 @@ export class PostgreSqlParser extends SQLParserBase { } public xmltable(): XmltableContext { let localContext = new XmltableContext(this.context, this.state); - this.enterRule(localContext, 1158, PostgreSqlParser.RULE_xmltable); + this.enterRule(localContext, 1160, PostgreSqlParser.RULE_xmltable); try { this.enterOuterAlt(localContext, 1); { - this.state = 9376; + this.state = 9372; this.match(PostgreSqlParser.KW_XMLTABLE); - this.state = 9377; + this.state = 9373; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9393; + this.state = 9389; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 959, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 954, this.context) ) { case 1: { - this.state = 9378; + this.state = 9374; this.c_expr(); - this.state = 9379; + this.state = 9375; this.xmlexists_argument(); - this.state = 9380; + this.state = 9376; this.match(PostgreSqlParser.KW_COLUMNS); - this.state = 9381; + this.state = 9377; this.xmltable_column_list(); } break; case 2: { - this.state = 9383; + this.state = 9379; this.match(PostgreSqlParser.KW_XMLNAMESPACES); - this.state = 9384; + this.state = 9380; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9385; + this.state = 9381; this.xml_namespace_list(); - this.state = 9386; + this.state = 9382; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9387; + this.state = 9383; this.match(PostgreSqlParser.COMMA); - this.state = 9388; + this.state = 9384; this.c_expr(); - this.state = 9389; + this.state = 9385; this.xmlexists_argument(); - this.state = 9390; + this.state = 9386; this.match(PostgreSqlParser.KW_COLUMNS); - this.state = 9391; + this.state = 9387; this.xmltable_column_list(); } break; } - this.state = 9395; + this.state = 9391; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -48866,26 +48889,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, 1160, PostgreSqlParser.RULE_xmltable_column_list); + this.enterRule(localContext, 1162, PostgreSqlParser.RULE_xmltable_column_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9397; + this.state = 9393; this.xmltable_column_el(); - this.state = 9402; + this.state = 9398; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9398; + this.state = 9394; this.match(PostgreSqlParser.COMMA); - this.state = 9399; + this.state = 9395; this.xmltable_column_el(); } } - this.state = 9404; + this.state = 9400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48907,14 +48930,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, 1162, PostgreSqlParser.RULE_xmltable_column_el); + this.enterRule(localContext, 1164, PostgreSqlParser.RULE_xmltable_column_el); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9405; + this.state = 9401; this.colid(); - this.state = 9412; + this.state = 9408; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -49338,14 +49361,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9406; + this.state = 9402; this.typename(); - this.state = 9408; + this.state = 9404; 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 - 551)) & ~0x1F) === 0 && ((1 << (_la - 551)) & 100674083) !== 0) || _la === 586) { { - this.state = 9407; + this.state = 9403; this.xmltable_column_option_list(); } } @@ -49354,9 +49377,9 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_FOR: { - this.state = 9410; + this.state = 9406; this.match(PostgreSqlParser.KW_FOR); - this.state = 9411; + this.state = 9407; this.match(PostgreSqlParser.KW_ORDINALITY); } break; @@ -49381,22 +49404,22 @@ 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, 1164, PostgreSqlParser.RULE_xmltable_column_option_list); + this.enterRule(localContext, 1166, PostgreSqlParser.RULE_xmltable_column_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9415; + this.state = 9411; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 9414; + this.state = 9410; this.xmltable_column_option_el(); } } - this.state = 9417; + this.state = 9413; 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 - 551)) & ~0x1F) === 0 && ((1 << (_la - 551)) & 100674083) !== 0) || _la === 586); @@ -49418,42 +49441,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, 1166, PostgreSqlParser.RULE_xmltable_column_option_el); + this.enterRule(localContext, 1168, PostgreSqlParser.RULE_xmltable_column_option_el); try { - this.state = 9427; + this.state = 9423; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 964, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 959, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9419; + this.state = 9415; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 9420; + this.state = 9416; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9421; + this.state = 9417; this.identifier(); - this.state = 9422; + this.state = 9418; this.a_expr(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9424; + this.state = 9420; this.match(PostgreSqlParser.KW_NOT); - this.state = 9425; + this.state = 9421; this.match(PostgreSqlParser.KW_NULL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 9426; + this.state = 9422; this.match(PostgreSqlParser.KW_NULL); } break; @@ -49475,26 +49498,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, 1168, PostgreSqlParser.RULE_xml_namespace_list); + this.enterRule(localContext, 1170, PostgreSqlParser.RULE_xml_namespace_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9429; + this.state = 9425; this.xml_namespace_el(); - this.state = 9434; + this.state = 9430; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 9430; + this.state = 9426; this.match(PostgreSqlParser.COMMA); - this.state = 9431; + this.state = 9427; this.xml_namespace_el(); } } - this.state = 9436; + this.state = 9432; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -49516,28 +49539,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, 1170, PostgreSqlParser.RULE_xml_namespace_el); + this.enterRule(localContext, 1172, PostgreSqlParser.RULE_xml_namespace_el); try { - this.state = 9443; + this.state = 9439; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 966, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 961, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9437; + this.state = 9433; this.b_expr(0); - this.state = 9438; + this.state = 9434; this.match(PostgreSqlParser.KW_AS); - this.state = 9439; + this.state = 9435; this.collabel(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9441; + this.state = 9437; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 9442; + this.state = 9438; this.b_expr(0); } break; @@ -49559,50 +49582,50 @@ export class PostgreSqlParser extends SQLParserBase { } public typename(): TypenameContext { let localContext = new TypenameContext(this.context, this.state); - this.enterRule(localContext, 1172, PostgreSqlParser.RULE_typename); + this.enterRule(localContext, 1174, PostgreSqlParser.RULE_typename); let _la: number; try { - this.state = 9463; + this.state = 9459; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 970, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 965, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9446; + this.state = 9442; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 415) { { - this.state = 9445; + this.state = 9441; this.match(PostgreSqlParser.KW_SETOF); } } - this.state = 9448; + this.state = 9444; this.simpletypename(); - this.state = 9457; + this.state = 9453; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 969, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 964, this.context) ) { case 1: { - this.state = 9449; + this.state = 9445; this.opt_array_bounds(); } break; case 2: { - this.state = 9450; + this.state = 9446; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 9455; + this.state = 9451; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 968, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 963, this.context) ) { case 1: { - this.state = 9451; + this.state = 9447; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 9452; + this.state = 9448; this.iconst(); - this.state = 9453; + this.state = 9449; this.match(PostgreSqlParser.CLOSE_BRACKET); } break; @@ -49615,11 +49638,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9459; + this.state = 9455; this.qualified_name(); - this.state = 9460; + this.state = 9456; this.match(PostgreSqlParser.PERCENT); - this.state = 9461; + this.state = 9457; _la = this.tokenStream.LA(1); if(!(_la === 360 || _la === 477)) { this.errorHandler.recoverInline(this); @@ -49648,39 +49671,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, 1174, PostgreSqlParser.RULE_opt_array_bounds); + this.enterRule(localContext, 1176, PostgreSqlParser.RULE_opt_array_bounds); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9472; + this.state = 9468; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 972, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 967, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9465; + this.state = 9461; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 9467; + this.state = 9463; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 573) { { - this.state = 9466; + this.state = 9462; this.iconst(); } } - this.state = 9469; + this.state = 9465; this.match(PostgreSqlParser.CLOSE_BRACKET); } } } - this.state = 9474; + this.state = 9470; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 972, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 967, this.context); } } } @@ -49700,62 +49723,62 @@ export class PostgreSqlParser extends SQLParserBase { } public simpletypename(): SimpletypenameContext { let localContext = new SimpletypenameContext(this.context, this.state); - this.enterRule(localContext, 1176, PostgreSqlParser.RULE_simpletypename); + this.enterRule(localContext, 1178, PostgreSqlParser.RULE_simpletypename); try { - this.state = 9490; + this.state = 9486; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 975, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 970, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9475; + this.state = 9471; this.generictype(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9476; + this.state = 9472; this.numeric(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9477; + this.state = 9473; this.bit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 9478; + this.state = 9474; this.character(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 9479; + this.state = 9475; this.constdatetime(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 9480; + this.state = 9476; this.constinterval(); - this.state = 9488; + this.state = 9484; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 974, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 969, this.context) ) { case 1: { - this.state = 9482; + this.state = 9478; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 973, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 968, this.context) ) { case 1: { - this.state = 9481; + this.state = 9477; this.opt_interval(); } break; @@ -49764,11 +49787,11 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 9484; + this.state = 9480; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9485; + this.state = 9481; this.iconst(); - this.state = 9486; + this.state = 9482; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -49793,9 +49816,9 @@ export class PostgreSqlParser extends SQLParserBase { } public consttypename(): ConsttypenameContext { let localContext = new ConsttypenameContext(this.context, this.state); - this.enterRule(localContext, 1178, PostgreSqlParser.RULE_consttypename); + this.enterRule(localContext, 1180, PostgreSqlParser.RULE_consttypename); try { - this.state = 9496; + this.state = 9492; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DOUBLE: @@ -49811,14 +49834,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SMALLINT: this.enterOuterAlt(localContext, 1); { - this.state = 9492; + this.state = 9488; this.numeric(); } break; case PostgreSqlParser.KW_BIT: this.enterOuterAlt(localContext, 2); { - this.state = 9493; + this.state = 9489; this.constbit(); } break; @@ -49829,7 +49852,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 3); { - this.state = 9494; + this.state = 9490; this.constcharacter(); } break; @@ -49837,7 +49860,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 4); { - this.state = 9495; + this.state = 9491; this.constdatetime(); } break; @@ -49861,28 +49884,28 @@ export class PostgreSqlParser extends SQLParserBase { } public generictype(): GenerictypeContext { let localContext = new GenerictypeContext(this.context, this.state); - this.enterRule(localContext, 1180, PostgreSqlParser.RULE_generictype); + this.enterRule(localContext, 1182, PostgreSqlParser.RULE_generictype); try { this.enterOuterAlt(localContext, 1); { - this.state = 9498; + this.state = 9494; this.type_function_name(); - this.state = 9500; + this.state = 9496; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 977, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 972, this.context) ) { case 1: { - this.state = 9499; + this.state = 9495; this.attrs(); } break; } - this.state = 9503; + this.state = 9499; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 978, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 973, this.context) ) { case 1: { - this.state = 9502; + this.state = 9498; this.opt_type_modifiers(); } break; @@ -49905,15 +49928,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, 1182, PostgreSqlParser.RULE_opt_type_modifiers); + this.enterRule(localContext, 1184, PostgreSqlParser.RULE_opt_type_modifiers); try { this.enterOuterAlt(localContext, 1); { - this.state = 9505; + this.state = 9501; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9506; + this.state = 9502; this.expr_list(); - this.state = 9507; + this.state = 9503; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -49933,57 +49956,57 @@ export class PostgreSqlParser extends SQLParserBase { } public numeric(): NumericContext { let localContext = new NumericContext(this.context, this.state); - this.enterRule(localContext, 1184, PostgreSqlParser.RULE_numeric); + this.enterRule(localContext, 1186, PostgreSqlParser.RULE_numeric); try { - this.state = 9533; + this.state = 9529; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INT: this.enterOuterAlt(localContext, 1); { - this.state = 9509; + this.state = 9505; this.match(PostgreSqlParser.KW_INT); } break; case PostgreSqlParser.KW_INTEGER: this.enterOuterAlt(localContext, 2); { - this.state = 9510; + this.state = 9506; this.match(PostgreSqlParser.KW_INTEGER); } break; case PostgreSqlParser.KW_SMALLINT: this.enterOuterAlt(localContext, 3); { - this.state = 9511; + this.state = 9507; this.match(PostgreSqlParser.KW_SMALLINT); } break; case PostgreSqlParser.KW_BIGINT: this.enterOuterAlt(localContext, 4); { - this.state = 9512; + this.state = 9508; this.match(PostgreSqlParser.KW_BIGINT); } break; case PostgreSqlParser.KW_REAL: this.enterOuterAlt(localContext, 5); { - this.state = 9513; + this.state = 9509; this.match(PostgreSqlParser.KW_REAL); } break; case PostgreSqlParser.KW_FLOAT: this.enterOuterAlt(localContext, 6); { - this.state = 9514; + this.state = 9510; this.match(PostgreSqlParser.KW_FLOAT); - this.state = 9516; + this.state = 9512; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 979, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 974, this.context) ) { case 1: { - this.state = 9515; + this.state = 9511; this.opt_float(); } break; @@ -49993,23 +50016,23 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DOUBLE: this.enterOuterAlt(localContext, 7); { - this.state = 9518; + this.state = 9514; this.match(PostgreSqlParser.KW_DOUBLE); - this.state = 9519; + this.state = 9515; this.match(PostgreSqlParser.KW_PRECISION); } break; case PostgreSqlParser.KW_DECIMAL: this.enterOuterAlt(localContext, 8); { - this.state = 9520; + this.state = 9516; this.match(PostgreSqlParser.KW_DECIMAL); - this.state = 9522; + this.state = 9518; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 980, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 975, this.context) ) { case 1: { - this.state = 9521; + this.state = 9517; this.opt_type_modifiers(); } break; @@ -50019,14 +50042,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DEC: this.enterOuterAlt(localContext, 9); { - this.state = 9524; + this.state = 9520; this.match(PostgreSqlParser.KW_DEC); - this.state = 9526; + this.state = 9522; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 981, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 976, this.context) ) { case 1: { - this.state = 9525; + this.state = 9521; this.opt_type_modifiers(); } break; @@ -50036,14 +50059,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NUMERIC: this.enterOuterAlt(localContext, 10); { - this.state = 9528; + this.state = 9524; this.match(PostgreSqlParser.KW_NUMERIC); - this.state = 9530; + this.state = 9526; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 982, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 977, this.context) ) { case 1: { - this.state = 9529; + this.state = 9525; this.opt_type_modifiers(); } break; @@ -50053,7 +50076,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BOOLEAN: this.enterOuterAlt(localContext, 11); { - this.state = 9532; + this.state = 9528; this.match(PostgreSqlParser.KW_BOOLEAN); } break; @@ -50077,15 +50100,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_float(): Opt_floatContext { let localContext = new Opt_floatContext(this.context, this.state); - this.enterRule(localContext, 1186, PostgreSqlParser.RULE_opt_float); + this.enterRule(localContext, 1188, PostgreSqlParser.RULE_opt_float); try { this.enterOuterAlt(localContext, 1); { - this.state = 9535; + this.state = 9531; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9536; + this.state = 9532; this.iconst(); - this.state = 9537; + this.state = 9533; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -50105,11 +50128,48 @@ export class PostgreSqlParser extends SQLParserBase { } public bit(): BitContext { let localContext = new BitContext(this.context, this.state); - this.enterRule(localContext, 1188, PostgreSqlParser.RULE_bit); + this.enterRule(localContext, 1190, PostgreSqlParser.RULE_bit); + try { + this.state = 9537; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 979, this.context) ) { + case 1: + this.enterOuterAlt(localContext, 1); + { + this.state = 9535; + this.bitwithlength(); + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 9536; + this.bitwithoutlength(); + } + 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 constbit(): ConstbitContext { + let localContext = new ConstbitContext(this.context, this.state); + this.enterRule(localContext, 1192, PostgreSqlParser.RULE_constbit); try { this.state = 9541; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 984, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 980, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { @@ -50140,67 +50200,30 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public constbit(): ConstbitContext { - let localContext = new ConstbitContext(this.context, this.state); - this.enterRule(localContext, 1190, PostgreSqlParser.RULE_constbit); - try { - this.state = 9545; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 985, this.context) ) { - case 1: - this.enterOuterAlt(localContext, 1); - { - this.state = 9543; - this.bitwithlength(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { - this.state = 9544; - this.bitwithoutlength(); - } - 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 bitwithlength(): BitwithlengthContext { let localContext = new BitwithlengthContext(this.context, this.state); - this.enterRule(localContext, 1192, PostgreSqlParser.RULE_bitwithlength); + this.enterRule(localContext, 1194, PostgreSqlParser.RULE_bitwithlength); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9547; + this.state = 9543; this.match(PostgreSqlParser.KW_BIT); - this.state = 9549; + this.state = 9545; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 374) { { - this.state = 9548; + this.state = 9544; this.opt_varying(); } } - this.state = 9551; + this.state = 9547; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9552; + this.state = 9548; this.expr_list(); - this.state = 9553; + this.state = 9549; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -50220,18 +50243,18 @@ export class PostgreSqlParser extends SQLParserBase { } public bitwithoutlength(): BitwithoutlengthContext { let localContext = new BitwithoutlengthContext(this.context, this.state); - this.enterRule(localContext, 1194, PostgreSqlParser.RULE_bitwithoutlength); + this.enterRule(localContext, 1196, PostgreSqlParser.RULE_bitwithoutlength); try { this.enterOuterAlt(localContext, 1); { - this.state = 9555; + this.state = 9551; this.match(PostgreSqlParser.KW_BIT); - this.state = 9557; + this.state = 9553; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 987, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 982, this.context) ) { case 1: { - this.state = 9556; + this.state = 9552; this.opt_varying(); } break; @@ -50254,22 +50277,22 @@ export class PostgreSqlParser extends SQLParserBase { } public character(): CharacterContext { let localContext = new CharacterContext(this.context, this.state); - this.enterRule(localContext, 1196, PostgreSqlParser.RULE_character); + this.enterRule(localContext, 1198, PostgreSqlParser.RULE_character); try { this.enterOuterAlt(localContext, 1); { - this.state = 9559; + this.state = 9555; this.character_c(); - this.state = 9564; + this.state = 9560; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 988, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 983, this.context) ) { case 1: { - this.state = 9560; + this.state = 9556; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9561; + this.state = 9557; this.iconst(); - this.state = 9562; + this.state = 9558; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -50292,23 +50315,23 @@ export class PostgreSqlParser extends SQLParserBase { } public constcharacter(): ConstcharacterContext { let localContext = new ConstcharacterContext(this.context, this.state); - this.enterRule(localContext, 1198, PostgreSqlParser.RULE_constcharacter); + this.enterRule(localContext, 1200, PostgreSqlParser.RULE_constcharacter); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9566; + this.state = 9562; this.character_c(); - this.state = 9571; + this.state = 9567; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 9567; + this.state = 9563; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9568; + this.state = 9564; this.iconst(); - this.state = 9569; + this.state = 9565; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -50331,10 +50354,10 @@ export class PostgreSqlParser extends SQLParserBase { } public character_c(): Character_cContext { let localContext = new Character_cContext(this.context, this.state); - this.enterRule(localContext, 1200, PostgreSqlParser.RULE_character_c); + this.enterRule(localContext, 1202, PostgreSqlParser.RULE_character_c); let _la: number; try { - this.state = 9583; + this.state = 9579; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CHAR: @@ -50342,7 +50365,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NCHAR: this.enterOuterAlt(localContext, 1); { - this.state = 9573; + this.state = 9569; _la = this.tokenStream.LA(1); if(!(((((_la - 391)) & ~0x1F) === 0 && ((1 << (_la - 391)) & 32771) !== 0))) { this.errorHandler.recoverInline(this); @@ -50351,12 +50374,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9575; + this.state = 9571; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 990, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 985, this.context) ) { case 1: { - this.state = 9574; + this.state = 9570; this.opt_varying(); } break; @@ -50366,16 +50389,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 2); { - this.state = 9577; + this.state = 9573; this.match(PostgreSqlParser.KW_VARCHAR); } break; case PostgreSqlParser.KW_NATIONAL: this.enterOuterAlt(localContext, 3); { - this.state = 9578; + this.state = 9574; this.match(PostgreSqlParser.KW_NATIONAL); - this.state = 9579; + this.state = 9575; _la = this.tokenStream.LA(1); if(!(_la === 391 || _la === 392)) { this.errorHandler.recoverInline(this); @@ -50384,12 +50407,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9581; + this.state = 9577; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 991, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 986, this.context) ) { case 1: { - this.state = 9580; + this.state = 9576; this.opt_varying(); } break; @@ -50416,11 +50439,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_varying(): Opt_varyingContext { let localContext = new Opt_varyingContext(this.context, this.state); - this.enterRule(localContext, 1202, PostgreSqlParser.RULE_opt_varying); + this.enterRule(localContext, 1204, PostgreSqlParser.RULE_opt_varying); try { this.enterOuterAlt(localContext, 1); { - this.state = 9585; + this.state = 9581; this.match(PostgreSqlParser.KW_VARYING); } } @@ -50440,12 +50463,12 @@ export class PostgreSqlParser extends SQLParserBase { } public constdatetime(): ConstdatetimeContext { let localContext = new ConstdatetimeContext(this.context, this.state); - this.enterRule(localContext, 1204, PostgreSqlParser.RULE_constdatetime); + this.enterRule(localContext, 1206, PostgreSqlParser.RULE_constdatetime); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9587; + this.state = 9583; _la = this.tokenStream.LA(1); if(!(_la === 418 || _la === 419)) { this.errorHandler.recoverInline(this); @@ -50454,26 +50477,26 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9592; + this.state = 9588; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 993, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 988, this.context) ) { case 1: { - this.state = 9588; + this.state = 9584; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9589; + this.state = 9585; this.iconst(); - this.state = 9590; + this.state = 9586; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 9595; + this.state = 9591; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 994, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 989, this.context) ) { case 1: { - this.state = 9594; + this.state = 9590; this.opt_timezone(); } break; @@ -50496,11 +50519,11 @@ export class PostgreSqlParser extends SQLParserBase { } public constinterval(): ConstintervalContext { let localContext = new ConstintervalContext(this.context, this.state); - this.enterRule(localContext, 1206, PostgreSqlParser.RULE_constinterval); + this.enterRule(localContext, 1208, PostgreSqlParser.RULE_constinterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 9597; + this.state = 9593; this.match(PostgreSqlParser.KW_INTERVAL); } } @@ -50520,30 +50543,30 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_timezone(): Opt_timezoneContext { let localContext = new Opt_timezoneContext(this.context, this.state); - this.enterRule(localContext, 1208, PostgreSqlParser.RULE_opt_timezone); + this.enterRule(localContext, 1210, PostgreSqlParser.RULE_opt_timezone); try { - this.state = 9605; + this.state = 9601; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 1); { - this.state = 9599; + this.state = 9595; this.match(PostgreSqlParser.KW_WITH); - this.state = 9600; + this.state = 9596; this.match(PostgreSqlParser.KW_TIME); - this.state = 9601; + this.state = 9597; this.match(PostgreSqlParser.KW_ZONE); } break; case PostgreSqlParser.KW_WITHOUT: this.enterOuterAlt(localContext, 2); { - this.state = 9602; + this.state = 9598; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 9603; + this.state = 9599; this.match(PostgreSqlParser.KW_TIME); - this.state = 9604; + this.state = 9600; this.match(PostgreSqlParser.KW_ZONE); } break; @@ -50567,89 +50590,89 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_interval(): Opt_intervalContext { let localContext = new Opt_intervalContext(this.context, this.state); - this.enterRule(localContext, 1210, PostgreSqlParser.RULE_opt_interval); + this.enterRule(localContext, 1212, PostgreSqlParser.RULE_opt_interval); try { - this.state = 9632; + this.state = 9628; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 998, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 993, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9607; + this.state = 9603; this.match(PostgreSqlParser.KW_YEAR); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 9608; + this.state = 9604; this.match(PostgreSqlParser.KW_MONTH); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 9609; + this.state = 9605; this.match(PostgreSqlParser.KW_DAY); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 9610; + this.state = 9606; this.match(PostgreSqlParser.KW_HOUR); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 9611; + this.state = 9607; this.match(PostgreSqlParser.KW_MINUTE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 9612; + this.state = 9608; this.interval_second(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 9613; + this.state = 9609; this.match(PostgreSqlParser.KW_YEAR); - this.state = 9614; + this.state = 9610; this.match(PostgreSqlParser.KW_TO); - this.state = 9615; + this.state = 9611; this.match(PostgreSqlParser.KW_MONTH); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 9616; + this.state = 9612; this.match(PostgreSqlParser.KW_DAY); - this.state = 9617; + this.state = 9613; this.match(PostgreSqlParser.KW_TO); - this.state = 9621; + this.state = 9617; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_HOUR: { - this.state = 9618; + this.state = 9614; this.match(PostgreSqlParser.KW_HOUR); } break; case PostgreSqlParser.KW_MINUTE: { - this.state = 9619; + this.state = 9615; this.match(PostgreSqlParser.KW_MINUTE); } break; case PostgreSqlParser.KW_SECOND: { - this.state = 9620; + this.state = 9616; this.interval_second(); } break; @@ -50661,22 +50684,22 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 9623; + this.state = 9619; this.match(PostgreSqlParser.KW_HOUR); - this.state = 9624; + this.state = 9620; this.match(PostgreSqlParser.KW_TO); - this.state = 9627; + this.state = 9623; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_MINUTE: { - this.state = 9625; + this.state = 9621; this.match(PostgreSqlParser.KW_MINUTE); } break; case PostgreSqlParser.KW_SECOND: { - this.state = 9626; + this.state = 9622; this.interval_second(); } break; @@ -50688,11 +50711,11 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 9629; + this.state = 9625; this.match(PostgreSqlParser.KW_MINUTE); - this.state = 9630; + this.state = 9626; this.match(PostgreSqlParser.KW_TO); - this.state = 9631; + this.state = 9627; this.interval_second(); } break; @@ -50714,22 +50737,22 @@ export class PostgreSqlParser extends SQLParserBase { } public interval_second(): Interval_secondContext { let localContext = new Interval_secondContext(this.context, this.state); - this.enterRule(localContext, 1212, PostgreSqlParser.RULE_interval_second); + this.enterRule(localContext, 1214, PostgreSqlParser.RULE_interval_second); try { this.enterOuterAlt(localContext, 1); { - this.state = 9634; + this.state = 9630; this.match(PostgreSqlParser.KW_SECOND); - this.state = 9639; + this.state = 9635; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 999, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 994, this.context) ) { case 1: { - this.state = 9635; + this.state = 9631; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9636; + this.state = 9632; this.iconst(); - this.state = 9637; + this.state = 9633; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -50752,13 +50775,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_escape(): Opt_escapeContext { let localContext = new Opt_escapeContext(this.context, this.state); - this.enterRule(localContext, 1214, PostgreSqlParser.RULE_opt_escape); + this.enterRule(localContext, 1216, PostgreSqlParser.RULE_opt_escape); try { this.enterOuterAlt(localContext, 1); { - this.state = 9641; + this.state = 9637; this.match(PostgreSqlParser.KW_ESCAPE); - this.state = 9642; + this.state = 9638; this.a_expr(); } } @@ -50778,11 +50801,11 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr(): A_exprContext { let localContext = new A_exprContext(this.context, this.state); - this.enterRule(localContext, 1216, PostgreSqlParser.RULE_a_expr); + this.enterRule(localContext, 1218, PostgreSqlParser.RULE_a_expr); try { this.enterOuterAlt(localContext, 1); { - this.state = 9644; + this.state = 9640; this.a_expr_qual(); } } @@ -50802,18 +50825,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, 1218, PostgreSqlParser.RULE_a_expr_qual); + this.enterRule(localContext, 1220, PostgreSqlParser.RULE_a_expr_qual); try { this.enterOuterAlt(localContext, 1); { - this.state = 9646; + this.state = 9642; this.a_expr_lessless(); - this.state = 9648; + this.state = 9644; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 995, this.context) ) { case 1: { - this.state = 9647; + this.state = 9643; this.qual_op(); } break; @@ -50836,22 +50859,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, 1220, PostgreSqlParser.RULE_a_expr_lessless); + this.enterRule(localContext, 1222, PostgreSqlParser.RULE_a_expr_lessless); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9650; + this.state = 9646; this.a_expr_or(); - this.state = 9655; + this.state = 9651; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1001, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 996, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9651; + this.state = 9647; _la = this.tokenStream.LA(1); if(!(_la === 18 || _la === 19)) { this.errorHandler.recoverInline(this); @@ -50860,14 +50883,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9652; + this.state = 9648; this.a_expr_or(); } } } - this.state = 9657; + this.state = 9653; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1001, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 996, this.context); } } } @@ -50887,30 +50910,30 @@ export class PostgreSqlParser extends SQLParserBase { } 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); + this.enterRule(localContext, 1224, PostgreSqlParser.RULE_a_expr_or); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9658; + this.state = 9654; this.a_expr_and(); - this.state = 9663; + this.state = 9659; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1002, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 997, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9659; + this.state = 9655; this.match(PostgreSqlParser.KW_OR); - this.state = 9660; + this.state = 9656; this.a_expr_and(); } } } - this.state = 9665; + this.state = 9661; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1002, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 997, this.context); } } } @@ -50930,30 +50953,30 @@ export class PostgreSqlParser extends SQLParserBase { } 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); + this.enterRule(localContext, 1226, PostgreSqlParser.RULE_a_expr_and); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9666; + this.state = 9662; this.a_expr_in(); - this.state = 9671; + this.state = 9667; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1003, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 998, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9667; + this.state = 9663; this.match(PostgreSqlParser.KW_AND); - this.state = 9668; + this.state = 9664; this.a_expr_in(); } } } - this.state = 9673; + this.state = 9669; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1003, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 998, this.context); } } } @@ -50973,31 +50996,31 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_in(): A_expr_inContext { let localContext = new A_expr_inContext(this.context, this.state); - this.enterRule(localContext, 1226, PostgreSqlParser.RULE_a_expr_in); + this.enterRule(localContext, 1228, PostgreSqlParser.RULE_a_expr_in); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9674; + this.state = 9670; this.a_expr_unary_not(); - this.state = 9680; + this.state = 9676; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1005, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context) ) { case 1: { - this.state = 9676; + this.state = 9672; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9675; + this.state = 9671; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9678; + this.state = 9674; this.match(PostgreSqlParser.KW_IN); - this.state = 9679; + this.state = 9675; this.in_expr(); } break; @@ -51020,22 +51043,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, 1228, PostgreSqlParser.RULE_a_expr_unary_not); + this.enterRule(localContext, 1230, PostgreSqlParser.RULE_a_expr_unary_not); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9683; + this.state = 9679; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9682; + this.state = 9678; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9685; + this.state = 9681; this.a_expr_isnull(); } } @@ -51055,19 +51078,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, 1230, PostgreSqlParser.RULE_a_expr_isnull); + this.enterRule(localContext, 1232, PostgreSqlParser.RULE_a_expr_isnull); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9687; + this.state = 9683; this.a_expr_is_not(); - this.state = 9689; + this.state = 9685; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1007, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1002, this.context) ) { case 1: { - this.state = 9688; + this.state = 9684; _la = this.tokenStream.LA(1); if(!(_la === 117 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -51097,82 +51120,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, 1232, PostgreSqlParser.RULE_a_expr_is_not); + this.enterRule(localContext, 1234, PostgreSqlParser.RULE_a_expr_is_not); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9691; + this.state = 9687; this.a_expr_compare(); - this.state = 9715; + this.state = 9711; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1011, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1006, this.context) ) { case 1: { - this.state = 9692; + this.state = 9688; this.match(PostgreSqlParser.KW_IS); - this.state = 9694; + this.state = 9690; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9693; + this.state = 9689; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9713; + this.state = 9709; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NULL: { - this.state = 9696; + this.state = 9692; this.match(PostgreSqlParser.KW_NULL); } break; case PostgreSqlParser.KW_TRUE: { - this.state = 9697; + this.state = 9693; this.match(PostgreSqlParser.KW_TRUE); } break; case PostgreSqlParser.KW_FALSE: { - this.state = 9698; + this.state = 9694; this.match(PostgreSqlParser.KW_FALSE); } break; case PostgreSqlParser.KW_UNKNOWN: { - this.state = 9699; + this.state = 9695; this.match(PostgreSqlParser.KW_UNKNOWN); } break; case PostgreSqlParser.KW_DISTINCT: { - this.state = 9700; + this.state = 9696; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 9701; + this.state = 9697; this.match(PostgreSqlParser.KW_FROM); - this.state = 9702; + this.state = 9698; this.a_expr(); } break; case PostgreSqlParser.KW_OF: { - this.state = 9703; + this.state = 9699; this.match(PostgreSqlParser.KW_OF); - this.state = 9704; + this.state = 9700; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9705; + this.state = 9701; this.type_list(); - this.state = 9706; + this.state = 9702; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_DOCUMENT: { - this.state = 9708; + this.state = 9704; this.match(PostgreSqlParser.KW_DOCUMENT); } break; @@ -51182,17 +51205,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NFKC: case PostgreSqlParser.KW_NFKD: { - this.state = 9710; + this.state = 9706; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 15) !== 0)) { { - this.state = 9709; + this.state = 9705; this.unicode_normal_form(); } } - this.state = 9712; + this.state = 9708; this.match(PostgreSqlParser.KW_NORMALIZED); } break; @@ -51220,19 +51243,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, 1234, PostgreSqlParser.RULE_a_expr_compare); + this.enterRule(localContext, 1236, PostgreSqlParser.RULE_a_expr_compare); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9717; + this.state = 9713; this.a_expr_like(); - this.state = 9729; + this.state = 9725; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1013, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1008, this.context) ) { case 1: { - this.state = 9718; + this.state = 9714; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 44237824) !== 0))) { this.errorHandler.recoverInline(this); @@ -51241,32 +51264,32 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9719; + this.state = 9715; this.a_expr_like(); } break; case 2: { - this.state = 9720; + this.state = 9716; this.subquery_Op(); - this.state = 9721; + this.state = 9717; this.sub_type(); - this.state = 9727; + this.state = 9723; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1012, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1007, this.context) ) { case 1: { - this.state = 9722; + this.state = 9718; this.select_with_parens(); } break; case 2: { - this.state = 9723; + this.state = 9719; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9724; + this.state = 9720; this.a_expr(); - this.state = 9725; + this.state = 9721; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -51292,61 +51315,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, 1236, PostgreSqlParser.RULE_a_expr_like); + this.enterRule(localContext, 1238, PostgreSqlParser.RULE_a_expr_like); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9731; + this.state = 9727; this.a_expr_qual_op(); - this.state = 9749; + this.state = 9745; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1013, this.context) ) { case 1: { - this.state = 9733; + this.state = 9729; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9732; + this.state = 9728; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9743; + this.state = 9739; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIKE: { - this.state = 9735; + this.state = 9731; this.match(PostgreSqlParser.KW_LIKE); } break; case PostgreSqlParser.KW_ILIKE: { - this.state = 9736; + this.state = 9732; this.match(PostgreSqlParser.KW_ILIKE); } break; case PostgreSqlParser.KW_SIMILAR: { - this.state = 9737; + this.state = 9733; this.match(PostgreSqlParser.KW_SIMILAR); - this.state = 9738; + this.state = 9734; this.match(PostgreSqlParser.KW_TO); } break; case PostgreSqlParser.KW_BETWEEN: { - this.state = 9739; + this.state = 9735; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 9741; + this.state = 9737; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 91) { { - this.state = 9740; + this.state = 9736; this.match(PostgreSqlParser.KW_SYMMETRIC); } } @@ -51356,14 +51379,14 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 9745; + this.state = 9741; this.a_expr_qual_op(); - this.state = 9747; + this.state = 9743; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1012, this.context) ) { case 1: { - this.state = 9746; + this.state = 9742; this.opt_escape(); } break; @@ -51389,30 +51412,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, 1238, PostgreSqlParser.RULE_a_expr_qual_op); + this.enterRule(localContext, 1240, PostgreSqlParser.RULE_a_expr_qual_op); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9751; + this.state = 9747; this.a_expr_unary_qualop(); - this.state = 9757; + this.state = 9753; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1014, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9752; + this.state = 9748; this.qual_op(); - this.state = 9753; + this.state = 9749; this.a_expr_unary_qualop(); } } } - this.state = 9759; + this.state = 9755; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1014, this.context); } } } @@ -51432,21 +51455,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, 1240, PostgreSqlParser.RULE_a_expr_unary_qualop); + this.enterRule(localContext, 1242, PostgreSqlParser.RULE_a_expr_unary_qualop); try { this.enterOuterAlt(localContext, 1); { - this.state = 9761; + this.state = 9757; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1020, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1015, this.context) ) { case 1: { - this.state = 9760; + this.state = 9756; this.qual_op(); } break; } - this.state = 9763; + this.state = 9759; this.a_expr_add(); } } @@ -51466,22 +51489,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, 1242, PostgreSqlParser.RULE_a_expr_add); + this.enterRule(localContext, 1244, PostgreSqlParser.RULE_a_expr_add); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9765; + this.state = 9761; this.a_expr_mul(); - this.state = 9770; + this.state = 9766; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1016, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9766; + this.state = 9762; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51490,14 +51513,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9767; + this.state = 9763; this.a_expr_mul(); } } } - this.state = 9772; + this.state = 9768; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1016, this.context); } } } @@ -51517,22 +51540,22 @@ export class PostgreSqlParser extends SQLParserBase { } 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); + this.enterRule(localContext, 1246, PostgreSqlParser.RULE_a_expr_mul); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9773; + this.state = 9769; this.a_expr_caret(); - this.state = 9778; + this.state = 9774; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1022, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9774; + this.state = 9770; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 134234624) !== 0))) { this.errorHandler.recoverInline(this); @@ -51541,14 +51564,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9775; + this.state = 9771; this.a_expr_caret(); } } } - this.state = 9780; + this.state = 9776; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1022, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context); } } } @@ -51568,20 +51591,20 @@ export class PostgreSqlParser extends SQLParserBase { } public a_expr_caret(): A_expr_caretContext { let localContext = new A_expr_caretContext(this.context, this.state); - this.enterRule(localContext, 1246, PostgreSqlParser.RULE_a_expr_caret); + this.enterRule(localContext, 1248, PostgreSqlParser.RULE_a_expr_caret); try { this.enterOuterAlt(localContext, 1); { - this.state = 9781; + this.state = 9777; this.a_expr_unary_sign(); - this.state = 9784; + this.state = 9780; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1023, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context) ) { case 1: { - this.state = 9782; + this.state = 9778; this.match(PostgreSqlParser.CARET); - this.state = 9783; + this.state = 9779; this.a_expr(); } break; @@ -51604,17 +51627,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, 1248, PostgreSqlParser.RULE_a_expr_unary_sign); + this.enterRule(localContext, 1250, PostgreSqlParser.RULE_a_expr_unary_sign); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9787; + this.state = 9783; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13) { { - this.state = 9786; + this.state = 9782; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51626,7 +51649,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 9789; + this.state = 9785; this.a_expr_at_time_zone(); } } @@ -51646,24 +51669,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, 1250, PostgreSqlParser.RULE_a_expr_at_time_zone); + this.enterRule(localContext, 1252, PostgreSqlParser.RULE_a_expr_at_time_zone); try { this.enterOuterAlt(localContext, 1); { - this.state = 9791; + this.state = 9787; this.a_expr_collate(); - this.state = 9796; + this.state = 9792; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1025, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1020, this.context) ) { case 1: { - this.state = 9792; + this.state = 9788; this.match(PostgreSqlParser.KW_AT); - this.state = 9793; + this.state = 9789; this.match(PostgreSqlParser.KW_TIME); - this.state = 9794; + this.state = 9790; this.match(PostgreSqlParser.KW_ZONE); - this.state = 9795; + this.state = 9791; this.a_expr(); } break; @@ -51686,20 +51709,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, 1252, PostgreSqlParser.RULE_a_expr_collate); + this.enterRule(localContext, 1254, PostgreSqlParser.RULE_a_expr_collate); try { this.enterOuterAlt(localContext, 1); { - this.state = 9798; + this.state = 9794; this.a_expr_typecast(); - this.state = 9801; + this.state = 9797; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1026, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context) ) { case 1: { - this.state = 9799; + this.state = 9795; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 9800; + this.state = 9796; this.any_name(); } break; @@ -51722,30 +51745,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, 1254, PostgreSqlParser.RULE_a_expr_typecast); + this.enterRule(localContext, 1256, PostgreSqlParser.RULE_a_expr_typecast); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9803; + this.state = 9799; this.c_expr(); - this.state = 9808; + this.state = 9804; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1022, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 9804; + this.state = 9800; this.match(PostgreSqlParser.TYPECAST); - this.state = 9805; + this.state = 9801; this.typename(); } } } - this.state = 9810; + this.state = 9806; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1022, this.context); } } } @@ -51775,25 +51798,25 @@ export class PostgreSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new B_exprContext(this.context, parentState); let previousContext = localContext; - let _startState = 1256; - this.enterRecursionRule(localContext, 1256, PostgreSqlParser.RULE_b_expr, _p); + let _startState = 1258; + this.enterRecursionRule(localContext, 1258, PostgreSqlParser.RULE_b_expr, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 9818; + this.state = 9814; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1028, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1023, this.context) ) { case 1: { - this.state = 9812; + this.state = 9808; this.c_expr(); } break; case 2: { - this.state = 9813; + this.state = 9809; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51802,23 +51825,23 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9814; + this.state = 9810; this.b_expr(9); } break; case 3: { - this.state = 9815; + this.state = 9811; this.qual_op(); - this.state = 9816; + this.state = 9812; this.b_expr(3); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 9859; + this.state = 9855; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1032, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -51826,20 +51849,20 @@ export class PostgreSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 9857; + this.state = 9853; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1031, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1026, this.context) ) { case 1: { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9820; + this.state = 9816; if (!(this.precpred(this.context, 8))) { throw this.createFailedPredicateException("this.precpred(this.context, 8)"); } - this.state = 9821; + this.state = 9817; this.match(PostgreSqlParser.CARET); - this.state = 9822; + this.state = 9818; this.b_expr(9); } break; @@ -51847,11 +51870,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9823; + this.state = 9819; if (!(this.precpred(this.context, 7))) { throw this.createFailedPredicateException("this.precpred(this.context, 7)"); } - this.state = 9824; + this.state = 9820; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 134234624) !== 0))) { this.errorHandler.recoverInline(this); @@ -51860,7 +51883,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9825; + this.state = 9821; this.b_expr(8); } break; @@ -51868,11 +51891,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9826; + this.state = 9822; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 9827; + this.state = 9823; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -51881,7 +51904,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9828; + this.state = 9824; this.b_expr(7); } break; @@ -51889,13 +51912,13 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9829; + this.state = 9825; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 9830; + this.state = 9826; this.qual_op(); - this.state = 9831; + this.state = 9827; this.b_expr(6); } break; @@ -51903,11 +51926,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9833; + this.state = 9829; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 9834; + this.state = 9830; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 44237824) !== 0))) { this.errorHandler.recoverInline(this); @@ -51916,7 +51939,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9835; + this.state = 9831; this.b_expr(5); } break; @@ -51924,13 +51947,13 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9836; + this.state = 9832; if (!(this.precpred(this.context, 10))) { throw this.createFailedPredicateException("this.precpred(this.context, 10)"); } - this.state = 9837; + this.state = 9833; this.match(PostgreSqlParser.TYPECAST); - this.state = 9838; + this.state = 9834; this.typename(); } break; @@ -51938,11 +51961,11 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9839; + this.state = 9835; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 9840; + this.state = 9836; this.qual_op(); } break; @@ -51950,50 +51973,50 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new B_exprContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_b_expr); - this.state = 9841; + this.state = 9837; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 9842; + this.state = 9838; this.match(PostgreSqlParser.KW_IS); - this.state = 9844; + this.state = 9840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 9843; + this.state = 9839; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 9855; + this.state = 9851; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DISTINCT: { - this.state = 9846; + this.state = 9842; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 9847; + this.state = 9843; this.match(PostgreSqlParser.KW_FROM); - this.state = 9848; + this.state = 9844; this.b_expr(0); } break; case PostgreSqlParser.KW_OF: { - this.state = 9849; + this.state = 9845; this.match(PostgreSqlParser.KW_OF); - this.state = 9850; + this.state = 9846; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9851; + this.state = 9847; this.type_list(); - this.state = 9852; + this.state = 9848; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_DOCUMENT: { - this.state = 9854; + this.state = 9850; this.match(PostgreSqlParser.KW_DOCUMENT); } break; @@ -52005,9 +52028,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 9861; + this.state = 9857; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1032, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context); } } } @@ -52027,18 +52050,18 @@ export class PostgreSqlParser extends SQLParserBase { } public c_expr(): C_exprContext { let localContext = new C_exprContext(this.context, this.state); - this.enterRule(localContext, 1258, PostgreSqlParser.RULE_c_expr); + this.enterRule(localContext, 1260, PostgreSqlParser.RULE_c_expr); try { - this.state = 9898; + this.state = 9894; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1035, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1030, this.context) ) { case 1: localContext = new C_expr_existsContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 9862; + this.state = 9858; this.match(PostgreSqlParser.KW_EXISTS); - this.state = 9863; + this.state = 9859; this.select_with_parens(); } break; @@ -52046,20 +52069,20 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 9864; + this.state = 9860; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 9867; + this.state = 9863; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 9865; + this.state = 9861; this.select_with_parens(); } break; case PostgreSqlParser.OPEN_BRACKET: { - this.state = 9866; + this.state = 9862; this.array_expr(); } break; @@ -52072,9 +52095,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 9869; + this.state = 9865; this.match(PostgreSqlParser.PARAM); - this.state = 9870; + this.state = 9866; this.opt_indirection(); } break; @@ -52082,13 +52105,13 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 9871; + this.state = 9867; this.match(PostgreSqlParser.KW_GROUPING); - this.state = 9872; + this.state = 9868; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9873; + this.state = 9869; this.expr_list(); - this.state = 9874; + this.state = 9870; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52096,9 +52119,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 9876; + this.state = 9872; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 9877; + this.state = 9873; this.select_with_parens(); } break; @@ -52106,7 +52129,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 9878; + this.state = 9874; this.aexprconst(); } break; @@ -52114,7 +52137,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 9879; + this.state = 9875; this.plsqlvariablename(); } break; @@ -52122,13 +52145,13 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 9880; + this.state = 9876; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9881; + this.state = 9877; (localContext as C_expr_exprContext)._a_expr_in_parens = this.a_expr(); - this.state = 9882; + this.state = 9878; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 9883; + this.state = 9879; this.opt_indirection(); } break; @@ -52136,7 +52159,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_caseContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 9885; + this.state = 9881; this.case_expr(); } break; @@ -52144,7 +52167,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 9886; + this.state = 9882; this.func_expr(); } break; @@ -52152,14 +52175,14 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 9887; + this.state = 9883; this.select_with_parens(); - this.state = 9889; + this.state = 9885; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1034, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1029, this.context) ) { case 1: { - this.state = 9888; + this.state = 9884; this.indirection(); } break; @@ -52170,7 +52193,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 9891; + this.state = 9887; this.explicit_row(); } break; @@ -52178,7 +52201,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 9892; + this.state = 9888; this.implicit_row(); } break; @@ -52186,11 +52209,11 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 9893; + this.state = 9889; this.row(); - this.state = 9894; + this.state = 9890; this.match(PostgreSqlParser.KW_OVERLAPS); - this.state = 9895; + this.state = 9891; this.row(); } break; @@ -52198,7 +52221,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new C_expr_exprContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 9897; + this.state = 9893; this.columnref(); } break; @@ -52220,11 +52243,11 @@ export class PostgreSqlParser extends SQLParserBase { } public plsqlvariablename(): PlsqlvariablenameContext { let localContext = new PlsqlvariablenameContext(this.context, this.state); - this.enterRule(localContext, 1260, PostgreSqlParser.RULE_plsqlvariablename); + this.enterRule(localContext, 1262, PostgreSqlParser.RULE_plsqlvariablename); try { this.enterOuterAlt(localContext, 1); { - this.state = 9900; + this.state = 9896; this.match(PostgreSqlParser.PLSQLVARIABLENAME); } } @@ -52244,21 +52267,21 @@ export class PostgreSqlParser extends SQLParserBase { } public func_application(): Func_applicationContext { let localContext = new Func_applicationContext(this.context, this.state); - this.enterRule(localContext, 1262, PostgreSqlParser.RULE_func_application); + this.enterRule(localContext, 1264, PostgreSqlParser.RULE_func_application); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 9902; + this.state = 9898; this.function_name(); - this.state = 9928; + this.state = 9924; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1041, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1036, this.context) ) { case 1: { - this.state = 9903; + this.state = 9899; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9925; + this.state = 9921; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -52708,28 +52731,28 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 9904; + this.state = 9900; this.func_arg_list(); - this.state = 9908; + this.state = 9904; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 9905; + this.state = 9901; this.match(PostgreSqlParser.COMMA); - this.state = 9906; + this.state = 9902; this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 9907; + this.state = 9903; this.func_arg_expr(); } } - this.state = 9911; + this.state = 9907; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 9910; + this.state = 9906; this.opt_sort_clause(); } } @@ -52738,16 +52761,16 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_VARIADIC: { - this.state = 9913; + this.state = 9909; this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 9914; + this.state = 9910; this.func_arg_expr(); - this.state = 9916; + this.state = 9912; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 9915; + this.state = 9911; this.opt_sort_clause(); } } @@ -52757,7 +52780,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ALL: case PostgreSqlParser.KW_DISTINCT: { - this.state = 9918; + this.state = 9914; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 56)) { this.errorHandler.recoverInline(this); @@ -52766,14 +52789,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 9919; + this.state = 9915; this.func_arg_list(); - this.state = 9921; + this.state = 9917; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 9920; + this.state = 9916; this.opt_sort_clause(); } } @@ -52782,7 +52805,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.STAR: { - this.state = 9923; + this.state = 9919; this.match(PostgreSqlParser.STAR); } break; @@ -52794,7 +52817,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 9927; + this.state = 9923; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52817,48 +52840,85 @@ export class PostgreSqlParser extends SQLParserBase { } public func_expr(): Func_exprContext { let localContext = new Func_exprContext(this.context, this.state); - this.enterRule(localContext, 1264, PostgreSqlParser.RULE_func_expr); + this.enterRule(localContext, 1266, PostgreSqlParser.RULE_func_expr); try { - this.state = 9941; + this.state = 9937; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1045, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1040, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 9930; + this.state = 9926; this.func_application(); - this.state = 9932; + this.state = 9928; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1042, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1037, this.context) ) { case 1: { - this.state = 9931; + this.state = 9927; this.within_group_clause(); } break; } - this.state = 9935; + this.state = 9931; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1043, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1038, this.context) ) { case 1: { - this.state = 9934; + this.state = 9930; this.filter_clause(); } break; } - this.state = 9938; + this.state = 9934; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1044, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1039, this.context) ) { case 1: { - this.state = 9937; + this.state = 9933; this.over_clause(); } break; } } break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 9936; + this.func_expr_common_subexpr(); + } + 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 func_expr_windowless(): Func_expr_windowlessContext { + let localContext = new Func_expr_windowlessContext(this.context, this.state); + this.enterRule(localContext, 1268, PostgreSqlParser.RULE_func_expr_windowless); + try { + this.state = 9941; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 1041, this.context) ) { + case 1: + this.enterOuterAlt(localContext, 1); + { + this.state = 9939; + this.func_application(); + } + break; case 2: this.enterOuterAlt(localContext, 2); { @@ -52882,88 +52942,51 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public func_expr_windowless(): Func_expr_windowlessContext { - let localContext = new Func_expr_windowlessContext(this.context, this.state); - this.enterRule(localContext, 1266, PostgreSqlParser.RULE_func_expr_windowless); - try { - this.state = 9945; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1046, this.context) ) { - case 1: - this.enterOuterAlt(localContext, 1); - { - this.state = 9943; - this.func_application(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { - this.state = 9944; - this.func_expr_common_subexpr(); - } - 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 func_expr_common_subexpr(): Func_expr_common_subexprContext { let localContext = new Func_expr_common_subexprContext(this.context, this.state); - this.enterRule(localContext, 1268, PostgreSqlParser.RULE_func_expr_common_subexpr); + this.enterRule(localContext, 1270, PostgreSqlParser.RULE_func_expr_common_subexpr); let _la: number; try { - this.state = 10131; + this.state = 10127; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_COLLATION: this.enterOuterAlt(localContext, 1); { - this.state = 9947; + this.state = 9943; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 9948; + this.state = 9944; this.match(PostgreSqlParser.KW_FOR); - this.state = 9949; + this.state = 9945; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9950; + this.state = 9946; this.a_expr(); - this.state = 9951; + this.state = 9947; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_CURRENT_DATE: this.enterOuterAlt(localContext, 2); { - this.state = 9953; + this.state = 9949; this.match(PostgreSqlParser.KW_CURRENT_DATE); } break; case PostgreSqlParser.KW_CURRENT_TIME: this.enterOuterAlt(localContext, 3); { - this.state = 9954; + this.state = 9950; this.match(PostgreSqlParser.KW_CURRENT_TIME); - this.state = 9959; + this.state = 9955; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1047, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1042, this.context) ) { case 1: { - this.state = 9955; + this.state = 9951; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9956; + this.state = 9952; this.iconst(); - this.state = 9957; + this.state = 9953; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52973,18 +52996,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT_TIMESTAMP: this.enterOuterAlt(localContext, 4); { - this.state = 9961; + this.state = 9957; this.match(PostgreSqlParser.KW_CURRENT_TIMESTAMP); - this.state = 9966; + this.state = 9962; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1048, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1043, this.context) ) { case 1: { - this.state = 9962; + this.state = 9958; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9963; + this.state = 9959; this.iconst(); - this.state = 9964; + this.state = 9960; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52994,18 +53017,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LOCALTIME: this.enterOuterAlt(localContext, 5); { - this.state = 9968; + this.state = 9964; this.match(PostgreSqlParser.KW_LOCALTIME); - this.state = 9973; + this.state = 9969; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1049, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1044, this.context) ) { case 1: { - this.state = 9969; + this.state = 9965; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9970; + this.state = 9966; this.iconst(); - this.state = 9971; + this.state = 9967; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -53015,18 +53038,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LOCALTIMESTAMP: this.enterOuterAlt(localContext, 6); { - this.state = 9975; + this.state = 9971; this.match(PostgreSqlParser.KW_LOCALTIMESTAMP); - this.state = 9980; + this.state = 9976; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1050, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1045, this.context) ) { case 1: { - this.state = 9976; + this.state = 9972; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9977; + this.state = 9973; this.iconst(); - this.state = 9978; + this.state = 9974; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -53036,193 +53059,193 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT_ROLE: this.enterOuterAlt(localContext, 7); { - this.state = 9982; + this.state = 9978; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case PostgreSqlParser.KW_CURRENT_USER: this.enterOuterAlt(localContext, 8); { - this.state = 9983; + this.state = 9979; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case PostgreSqlParser.KW_SESSION_USER: this.enterOuterAlt(localContext, 9); { - this.state = 9984; + this.state = 9980; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case PostgreSqlParser.KW_USER: this.enterOuterAlt(localContext, 10); { - this.state = 9985; + this.state = 9981; this.match(PostgreSqlParser.KW_USER); } break; case PostgreSqlParser.KW_CURRENT_CATALOG: this.enterOuterAlt(localContext, 11); { - this.state = 9986; + this.state = 9982; this.match(PostgreSqlParser.KW_CURRENT_CATALOG); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: this.enterOuterAlt(localContext, 12); { - this.state = 9987; + this.state = 9983; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; case PostgreSqlParser.KW_CAST: this.enterOuterAlt(localContext, 13); { - this.state = 9988; + this.state = 9984; this.match(PostgreSqlParser.KW_CAST); - this.state = 9989; + this.state = 9985; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9990; + this.state = 9986; this.a_expr(); - this.state = 9991; + this.state = 9987; this.match(PostgreSqlParser.KW_AS); - this.state = 9992; + this.state = 9988; this.typename(); - this.state = 9993; + this.state = 9989; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_EXTRACT: this.enterOuterAlt(localContext, 14); { - this.state = 9995; + this.state = 9991; this.match(PostgreSqlParser.KW_EXTRACT); - this.state = 9996; + this.state = 9992; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 9998; + this.state = 9994; 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 - 551)) & ~0x1F) === 0 && ((1 << (_la - 551)) & 100674083) !== 0) || _la === 586) { { - this.state = 9997; + this.state = 9993; this.extract_list(); } } - this.state = 10000; + this.state = 9996; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NORMALIZE: this.enterOuterAlt(localContext, 15); { - this.state = 10001; + this.state = 9997; this.match(PostgreSqlParser.KW_NORMALIZE); - this.state = 10002; + this.state = 9998; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10003; + this.state = 9999; this.a_expr(); - this.state = 10006; + this.state = 10002; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 10004; + this.state = 10000; this.match(PostgreSqlParser.COMMA); - this.state = 10005; + this.state = 10001; this.unicode_normal_form(); } } - this.state = 10008; + this.state = 10004; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_OVERLAY: this.enterOuterAlt(localContext, 16); { - this.state = 10010; + this.state = 10006; this.match(PostgreSqlParser.KW_OVERLAY); - this.state = 10011; + this.state = 10007; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10012; + this.state = 10008; this.overlay_list(); - this.state = 10013; + this.state = 10009; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_POSITION: this.enterOuterAlt(localContext, 17); { - this.state = 10015; + this.state = 10011; this.match(PostgreSqlParser.KW_POSITION); - this.state = 10016; + this.state = 10012; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10018; + this.state = 10014; 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)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10017; + this.state = 10013; this.position_list(); } } - this.state = 10020; + this.state = 10016; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_SUBSTRING: this.enterOuterAlt(localContext, 18); { - this.state = 10021; + this.state = 10017; this.match(PostgreSqlParser.KW_SUBSTRING); - this.state = 10022; + this.state = 10018; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10024; + this.state = 10020; 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)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10023; + this.state = 10019; this.substr_list(); } } - this.state = 10026; + this.state = 10022; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_TREAT: this.enterOuterAlt(localContext, 19); { - this.state = 10027; + this.state = 10023; this.match(PostgreSqlParser.KW_TREAT); - this.state = 10028; + this.state = 10024; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10029; + this.state = 10025; this.a_expr(); - this.state = 10030; + this.state = 10026; this.match(PostgreSqlParser.KW_AS); - this.state = 10031; + this.state = 10027; this.typename(); - this.state = 10032; + this.state = 10028; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_TRIM: this.enterOuterAlt(localContext, 20); { - this.state = 10034; + this.state = 10030; this.match(PostgreSqlParser.KW_TRIM); - this.state = 10035; + this.state = 10031; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10037; + this.state = 10033; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39 || _la === 73 || _la === 95) { { - this.state = 10036; + this.state = 10032; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 73 || _la === 95)) { this.errorHandler.recoverInline(this); @@ -53234,111 +53257,111 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 10039; + this.state = 10035; this.trim_list(); - this.state = 10040; + this.state = 10036; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NULLIF: this.enterOuterAlt(localContext, 21); { - this.state = 10042; + this.state = 10038; this.match(PostgreSqlParser.KW_NULLIF); - this.state = 10043; + this.state = 10039; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10044; + this.state = 10040; this.a_expr(); - this.state = 10045; + this.state = 10041; this.match(PostgreSqlParser.COMMA); - this.state = 10046; + this.state = 10042; this.a_expr(); - this.state = 10047; + this.state = 10043; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_COALESCE: this.enterOuterAlt(localContext, 22); { - this.state = 10049; + this.state = 10045; this.match(PostgreSqlParser.KW_COALESCE); - this.state = 10050; + this.state = 10046; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10051; + this.state = 10047; this.expr_list(); - this.state = 10052; + this.state = 10048; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_GREATEST: this.enterOuterAlt(localContext, 23); { - this.state = 10054; + this.state = 10050; this.match(PostgreSqlParser.KW_GREATEST); - this.state = 10055; + this.state = 10051; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10056; + this.state = 10052; this.expr_list(); - this.state = 10057; + this.state = 10053; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_LEAST: this.enterOuterAlt(localContext, 24); { - this.state = 10059; + this.state = 10055; this.match(PostgreSqlParser.KW_LEAST); - this.state = 10060; + this.state = 10056; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10061; + this.state = 10057; this.expr_list(); - this.state = 10062; + this.state = 10058; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLCONCAT: this.enterOuterAlt(localContext, 25); { - this.state = 10064; + this.state = 10060; this.match(PostgreSqlParser.KW_XMLCONCAT); - this.state = 10065; + this.state = 10061; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10066; + this.state = 10062; this.expr_list(); - this.state = 10067; + this.state = 10063; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLELEMENT: this.enterOuterAlt(localContext, 26); { - this.state = 10069; + this.state = 10065; this.match(PostgreSqlParser.KW_XMLELEMENT); - this.state = 10070; + this.state = 10066; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10071; + this.state = 10067; this.match(PostgreSqlParser.KW_NAME); - this.state = 10072; + this.state = 10068; this.collabel(); - this.state = 10078; + this.state = 10074; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 10073; + this.state = 10069; this.match(PostgreSqlParser.COMMA); - this.state = 10076; + this.state = 10072; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1056, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1051, this.context) ) { case 1: { - this.state = 10074; + this.state = 10070; this.xml_attributes(); } break; case 2: { - this.state = 10075; + this.state = 10071; this.expr_list(); } break; @@ -53346,135 +53369,135 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 10080; + this.state = 10076; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLEXISTS: this.enterOuterAlt(localContext, 27); { - this.state = 10082; + this.state = 10078; this.match(PostgreSqlParser.KW_XMLEXISTS); - this.state = 10083; + this.state = 10079; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10084; + this.state = 10080; this.c_expr(); - this.state = 10085; + this.state = 10081; this.xmlexists_argument(); - this.state = 10086; + this.state = 10082; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLFOREST: this.enterOuterAlt(localContext, 28); { - this.state = 10088; + this.state = 10084; this.match(PostgreSqlParser.KW_XMLFOREST); - this.state = 10089; + this.state = 10085; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10090; + this.state = 10086; this.xml_attribute_list(); - this.state = 10091; + this.state = 10087; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPARSE: this.enterOuterAlt(localContext, 29); { - this.state = 10093; + this.state = 10089; this.match(PostgreSqlParser.KW_XMLPARSE); - this.state = 10094; + this.state = 10090; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10095; + this.state = 10091; this.document_or_content(); - this.state = 10096; + this.state = 10092; this.a_expr(); - this.state = 10098; + this.state = 10094; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 292 || _la === 347) { { - this.state = 10097; + this.state = 10093; this.xml_whitespace_option(); } } - this.state = 10100; + this.state = 10096; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPI: this.enterOuterAlt(localContext, 30); { - this.state = 10102; + this.state = 10098; this.match(PostgreSqlParser.KW_XMLPI); - this.state = 10103; + this.state = 10099; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10104; + this.state = 10100; this.match(PostgreSqlParser.KW_NAME); - this.state = 10105; + this.state = 10101; this.collabel(); - this.state = 10108; + this.state = 10104; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 10106; + this.state = 10102; this.match(PostgreSqlParser.COMMA); - this.state = 10107; + this.state = 10103; this.a_expr(); } } - this.state = 10110; + this.state = 10106; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLROOT: this.enterOuterAlt(localContext, 31); { - this.state = 10112; + this.state = 10108; this.match(PostgreSqlParser.KW_XMLROOT); - this.state = 10113; + this.state = 10109; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10114; + this.state = 10110; this.match(PostgreSqlParser.KW_XML); - this.state = 10115; + this.state = 10111; this.a_expr(); - this.state = 10116; + this.state = 10112; this.match(PostgreSqlParser.COMMA); - this.state = 10117; + this.state = 10113; this.xml_root_version(); - this.state = 10119; + this.state = 10115; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 10118; + this.state = 10114; this.opt_xml_root_standalone(); } } - this.state = 10121; + this.state = 10117; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLSERIALIZE: this.enterOuterAlt(localContext, 32); { - this.state = 10123; + this.state = 10119; this.match(PostgreSqlParser.KW_XMLSERIALIZE); - this.state = 10124; + this.state = 10120; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10125; + this.state = 10121; this.document_or_content(); - this.state = 10126; + this.state = 10122; this.a_expr(); - this.state = 10127; + this.state = 10123; this.match(PostgreSqlParser.KW_AS); - this.state = 10128; + this.state = 10124; this.simpletypename(); - this.state = 10129; + this.state = 10125; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -53498,28 +53521,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, 1270, PostgreSqlParser.RULE_xml_root_version); + this.enterRule(localContext, 1272, PostgreSqlParser.RULE_xml_root_version); try { - this.state = 10138; + this.state = 10134; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1057, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10133; + this.state = 10129; this.match(PostgreSqlParser.KW_VERSION); - this.state = 10134; + this.state = 10130; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10135; + this.state = 10131; this.match(PostgreSqlParser.KW_VERSION); - this.state = 10136; + this.state = 10132; this.match(PostgreSqlParser.KW_NO); - this.state = 10137; + this.state = 10133; this.match(PostgreSqlParser.KW_VALUE); } break; @@ -53541,43 +53564,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, 1272, PostgreSqlParser.RULE_opt_xml_root_standalone); + this.enterRule(localContext, 1274, PostgreSqlParser.RULE_opt_xml_root_standalone); try { - this.state = 10150; + this.state = 10146; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1063, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1058, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10140; + this.state = 10136; this.match(PostgreSqlParser.COMMA); - this.state = 10141; + this.state = 10137; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 10142; + this.state = 10138; this.match(PostgreSqlParser.KW_YES); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10143; + this.state = 10139; this.match(PostgreSqlParser.COMMA); - this.state = 10144; + this.state = 10140; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 10145; + this.state = 10141; this.match(PostgreSqlParser.KW_NO); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10146; + this.state = 10142; this.match(PostgreSqlParser.COMMA); - this.state = 10147; + this.state = 10143; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 10148; + this.state = 10144; this.match(PostgreSqlParser.KW_NO); - this.state = 10149; + this.state = 10145; this.match(PostgreSqlParser.KW_VALUE); } break; @@ -53599,17 +53622,17 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_attributes(): Xml_attributesContext { let localContext = new Xml_attributesContext(this.context, this.state); - this.enterRule(localContext, 1274, PostgreSqlParser.RULE_xml_attributes); + this.enterRule(localContext, 1276, PostgreSqlParser.RULE_xml_attributes); try { this.enterOuterAlt(localContext, 1); { - this.state = 10152; + this.state = 10148; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); - this.state = 10153; + this.state = 10149; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10154; + this.state = 10150; this.xml_attribute_list(); - this.state = 10155; + this.state = 10151; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -53629,26 +53652,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, 1276, PostgreSqlParser.RULE_xml_attribute_list); + this.enterRule(localContext, 1278, PostgreSqlParser.RULE_xml_attribute_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10157; + this.state = 10153; this.xml_attribute_el(); - this.state = 10162; + this.state = 10158; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10158; + this.state = 10154; this.match(PostgreSqlParser.COMMA); - this.state = 10159; + this.state = 10155; this.xml_attribute_el(); } } - this.state = 10164; + this.state = 10160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -53670,21 +53693,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, 1278, PostgreSqlParser.RULE_xml_attribute_el); + this.enterRule(localContext, 1280, PostgreSqlParser.RULE_xml_attribute_el); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10165; + this.state = 10161; this.a_expr(); - this.state = 10168; + this.state = 10164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 10166; + this.state = 10162; this.match(PostgreSqlParser.KW_AS); - this.state = 10167; + this.state = 10163; this.collabel(); } } @@ -53707,12 +53730,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, 1280, PostgreSqlParser.RULE_document_or_content); + this.enterRule(localContext, 1282, PostgreSqlParser.RULE_document_or_content); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10170; + this.state = 10166; _la = this.tokenStream.LA(1); if(!(_la === 166 || _la === 188)) { this.errorHandler.recoverInline(this); @@ -53739,26 +53762,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, 1282, PostgreSqlParser.RULE_xml_whitespace_option); + this.enterRule(localContext, 1284, PostgreSqlParser.RULE_xml_whitespace_option); try { - this.state = 10176; + this.state = 10172; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_PRESERVE: this.enterOuterAlt(localContext, 1); { - this.state = 10172; + this.state = 10168; this.match(PostgreSqlParser.KW_PRESERVE); - this.state = 10173; + this.state = 10169; this.match(PostgreSqlParser.KW_WHITESPACE); } break; case PostgreSqlParser.KW_STRIP: this.enterOuterAlt(localContext, 2); { - this.state = 10174; + this.state = 10170; this.match(PostgreSqlParser.KW_STRIP); - this.state = 10175; + this.state = 10171; this.match(PostgreSqlParser.KW_WHITESPACE); } break; @@ -53782,52 +53805,52 @@ export class PostgreSqlParser extends SQLParserBase { } public xmlexists_argument(): Xmlexists_argumentContext { let localContext = new Xmlexists_argumentContext(this.context, this.state); - this.enterRule(localContext, 1284, PostgreSqlParser.RULE_xmlexists_argument); + this.enterRule(localContext, 1286, PostgreSqlParser.RULE_xmlexists_argument); try { - this.state = 10193; + this.state = 10189; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1067, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10178; + this.state = 10174; this.match(PostgreSqlParser.KW_PASSING); - this.state = 10179; + this.state = 10175; this.c_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10180; + this.state = 10176; this.match(PostgreSqlParser.KW_PASSING); - this.state = 10181; + this.state = 10177; this.c_expr(); - this.state = 10182; + this.state = 10178; this.xml_passing_mech(); } break; case 3: this.enterOuterAlt(localContext, 3); { + this.state = 10180; + this.match(PostgreSqlParser.KW_PASSING); + this.state = 10181; + this.xml_passing_mech(); + this.state = 10182; + this.c_expr(); + } + break; + case 4: + this.enterOuterAlt(localContext, 4); + { this.state = 10184; this.match(PostgreSqlParser.KW_PASSING); this.state = 10185; this.xml_passing_mech(); this.state = 10186; this.c_expr(); - } - break; - case 4: - this.enterOuterAlt(localContext, 4); - { - this.state = 10188; - this.match(PostgreSqlParser.KW_PASSING); - this.state = 10189; - this.xml_passing_mech(); - this.state = 10190; - this.c_expr(); - this.state = 10191; + this.state = 10187; this.xml_passing_mech(); } break; @@ -53849,14 +53872,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, 1286, PostgreSqlParser.RULE_xml_passing_mech); + this.enterRule(localContext, 1288, PostgreSqlParser.RULE_xml_passing_mech); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10195; + this.state = 10191; this.match(PostgreSqlParser.KW_BY); - this.state = 10196; + this.state = 10192; _la = this.tokenStream.LA(1); if(!(_la === 304 || _la === 450)) { this.errorHandler.recoverInline(this); @@ -53883,19 +53906,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, 1288, PostgreSqlParser.RULE_within_group_clause); + this.enterRule(localContext, 1290, PostgreSqlParser.RULE_within_group_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10198; + this.state = 10194; this.match(PostgreSqlParser.KW_WITHIN); - this.state = 10199; + this.state = 10195; this.match(PostgreSqlParser.KW_GROUP); - this.state = 10200; + this.state = 10196; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10201; + this.state = 10197; this.sort_clause(); - this.state = 10202; + this.state = 10198; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -53915,19 +53938,19 @@ export class PostgreSqlParser extends SQLParserBase { } public filter_clause(): Filter_clauseContext { let localContext = new Filter_clauseContext(this.context, this.state); - this.enterRule(localContext, 1290, PostgreSqlParser.RULE_filter_clause); + this.enterRule(localContext, 1292, PostgreSqlParser.RULE_filter_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10204; + this.state = 10200; this.match(PostgreSqlParser.KW_FILTER); - this.state = 10205; + this.state = 10201; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10206; + this.state = 10202; this.match(PostgreSqlParser.KW_WHERE); - this.state = 10207; + this.state = 10203; this.a_expr(); - this.state = 10208; + this.state = 10204; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -53947,13 +53970,13 @@ export class PostgreSqlParser extends SQLParserBase { } public window_clause(): Window_clauseContext { let localContext = new Window_clauseContext(this.context, this.state); - this.enterRule(localContext, 1292, PostgreSqlParser.RULE_window_clause); + this.enterRule(localContext, 1294, PostgreSqlParser.RULE_window_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10210; + this.state = 10206; this.match(PostgreSqlParser.KW_WINDOW); - this.state = 10211; + this.state = 10207; this.window_definition_list(); } } @@ -53973,30 +53996,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, 1294, PostgreSqlParser.RULE_window_definition_list); + this.enterRule(localContext, 1296, PostgreSqlParser.RULE_window_definition_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10213; + this.state = 10209; this.window_definition(); - this.state = 10218; + this.state = 10214; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1063, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10214; + this.state = 10210; this.match(PostgreSqlParser.COMMA); - this.state = 10215; + this.state = 10211; this.window_definition(); } } } - this.state = 10220; + this.state = 10216; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1063, this.context); } } } @@ -54016,15 +54039,15 @@ export class PostgreSqlParser extends SQLParserBase { } public window_definition(): Window_definitionContext { let localContext = new Window_definitionContext(this.context, this.state); - this.enterRule(localContext, 1296, PostgreSqlParser.RULE_window_definition); + this.enterRule(localContext, 1298, PostgreSqlParser.RULE_window_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 10221; + this.state = 10217; this.colid(); - this.state = 10222; + this.state = 10218; this.match(PostgreSqlParser.KW_AS); - this.state = 10223; + this.state = 10219; this.window_specification(); } } @@ -54044,18 +54067,18 @@ export class PostgreSqlParser extends SQLParserBase { } public over_clause(): Over_clauseContext { let localContext = new Over_clauseContext(this.context, this.state); - this.enterRule(localContext, 1298, PostgreSqlParser.RULE_over_clause); + this.enterRule(localContext, 1300, PostgreSqlParser.RULE_over_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10225; + this.state = 10221; this.match(PostgreSqlParser.KW_OVER); - this.state = 10228; + this.state = 10224; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 10226; + this.state = 10222; this.window_specification(); } break; @@ -54459,7 +54482,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10227; + this.state = 10223; this.colid(); } break; @@ -54484,54 +54507,54 @@ export class PostgreSqlParser extends SQLParserBase { } public window_specification(): Window_specificationContext { let localContext = new Window_specificationContext(this.context, this.state); - this.enterRule(localContext, 1300, PostgreSqlParser.RULE_window_specification); + this.enterRule(localContext, 1302, PostgreSqlParser.RULE_window_specification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10230; + this.state = 10226; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10232; + this.state = 10228; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1070, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1065, this.context) ) { case 1: { - this.state = 10231; + this.state = 10227; this.opt_existing_window_name(); } break; } - this.state = 10235; + this.state = 10231; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 285) { { - this.state = 10234; + this.state = 10230; this.opt_partition_clause(); } } - this.state = 10238; + this.state = 10234; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 10237; + this.state = 10233; this.opt_sort_clause(); } } - this.state = 10241; + this.state = 10237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 299 || _la === 320 || _la === 481) { { - this.state = 10240; + this.state = 10236; this.opt_frame_clause(); } } - this.state = 10243; + this.state = 10239; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -54551,11 +54574,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, 1302, PostgreSqlParser.RULE_opt_existing_window_name); + this.enterRule(localContext, 1304, PostgreSqlParser.RULE_opt_existing_window_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10245; + this.state = 10241; this.colid(); } } @@ -54575,15 +54598,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, 1304, PostgreSqlParser.RULE_opt_partition_clause); + this.enterRule(localContext, 1306, PostgreSqlParser.RULE_opt_partition_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10247; + this.state = 10243; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 10248; + this.state = 10244; this.match(PostgreSqlParser.KW_BY); - this.state = 10249; + this.state = 10245; this.expr_list(); } } @@ -54603,25 +54626,25 @@ 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, 1306, PostgreSqlParser.RULE_opt_frame_clause); + this.enterRule(localContext, 1308, PostgreSqlParser.RULE_opt_frame_clause); let _la: number; try { - this.state = 10266; + this.state = 10262; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RANGE: this.enterOuterAlt(localContext, 1); { - this.state = 10251; + this.state = 10247; this.match(PostgreSqlParser.KW_RANGE); - this.state = 10252; + this.state = 10248; this.frame_extent(); - this.state = 10254; + this.state = 10250; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 199) { { - this.state = 10253; + this.state = 10249; this.opt_window_exclusion_clause(); } } @@ -54631,16 +54654,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ROWS: this.enterOuterAlt(localContext, 2); { - this.state = 10256; + this.state = 10252; this.match(PostgreSqlParser.KW_ROWS); - this.state = 10257; + this.state = 10253; this.frame_extent(); - this.state = 10259; + this.state = 10255; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 199) { { - this.state = 10258; + this.state = 10254; this.opt_window_exclusion_clause(); } } @@ -54650,16 +54673,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_GROUPS: this.enterOuterAlt(localContext, 3); { - this.state = 10261; + this.state = 10257; this.match(PostgreSqlParser.KW_GROUPS); - this.state = 10262; + this.state = 10258; this.frame_extent(); - this.state = 10264; + this.state = 10260; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 199) { { - this.state = 10263; + this.state = 10259; this.opt_window_exclusion_clause(); } } @@ -54686,28 +54709,28 @@ export class PostgreSqlParser extends SQLParserBase { } public frame_extent(): Frame_extentContext { let localContext = new Frame_extentContext(this.context, this.state); - this.enterRule(localContext, 1308, PostgreSqlParser.RULE_frame_extent); + this.enterRule(localContext, 1310, PostgreSqlParser.RULE_frame_extent); try { - this.state = 10274; + this.state = 10270; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1078, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1073, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10268; + this.state = 10264; this.frame_bound(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10269; + this.state = 10265; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 10270; + this.state = 10266; this.frame_bound(); - this.state = 10271; + this.state = 10267; this.match(PostgreSqlParser.KW_AND); - this.state = 10272; + this.state = 10268; this.frame_bound(); } break; @@ -54729,18 +54752,18 @@ export class PostgreSqlParser extends SQLParserBase { } public frame_bound(): Frame_boundContext { let localContext = new Frame_boundContext(this.context, this.state); - this.enterRule(localContext, 1310, PostgreSqlParser.RULE_frame_bound); + this.enterRule(localContext, 1312, PostgreSqlParser.RULE_frame_bound); let _la: number; try { - this.state = 10283; + this.state = 10279; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1079, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1074, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10276; + this.state = 10272; this.match(PostgreSqlParser.KW_UNBOUNDED); - this.state = 10277; + this.state = 10273; _la = this.tokenStream.LA(1); if(!(_la === 208 || _la === 289)) { this.errorHandler.recoverInline(this); @@ -54754,18 +54777,18 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10278; + this.state = 10274; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 10279; + this.state = 10275; this.match(PostgreSqlParser.KW_ROW); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10280; + this.state = 10276; this.a_expr(); - this.state = 10281; + this.state = 10277; _la = this.tokenStream.LA(1); if(!(_la === 208 || _la === 289)) { this.errorHandler.recoverInline(this); @@ -54794,40 +54817,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, 1312, PostgreSqlParser.RULE_opt_window_exclusion_clause); + this.enterRule(localContext, 1314, PostgreSqlParser.RULE_opt_window_exclusion_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10285; + this.state = 10281; this.match(PostgreSqlParser.KW_EXCLUDE); - this.state = 10292; + this.state = 10288; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURRENT: { - this.state = 10286; + this.state = 10282; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 10287; + this.state = 10283; this.match(PostgreSqlParser.KW_ROW); } break; case PostgreSqlParser.KW_GROUP: { - this.state = 10288; + this.state = 10284; this.match(PostgreSqlParser.KW_GROUP); } break; case PostgreSqlParser.KW_TIES: { - this.state = 10289; + this.state = 10285; this.match(PostgreSqlParser.KW_TIES); } break; case PostgreSqlParser.KW_NO: { - this.state = 10290; + this.state = 10286; this.match(PostgreSqlParser.KW_NO); - this.state = 10291; + this.state = 10287; this.match(PostgreSqlParser.KW_OTHERS); } break; @@ -54852,45 +54875,45 @@ export class PostgreSqlParser extends SQLParserBase { } public row(): RowContext { let localContext = new RowContext(this.context, this.state); - this.enterRule(localContext, 1314, PostgreSqlParser.RULE_row); + this.enterRule(localContext, 1316, PostgreSqlParser.RULE_row); let _la: number; try { - this.state = 10306; + this.state = 10302; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ROW: this.enterOuterAlt(localContext, 1); { - this.state = 10294; + this.state = 10290; this.match(PostgreSqlParser.KW_ROW); - this.state = 10295; + this.state = 10291; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10297; + this.state = 10293; 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)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10296; + this.state = 10292; this.expr_list(); } } - this.state = 10299; + this.state = 10295; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 10300; + this.state = 10296; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10301; + this.state = 10297; this.expr_list(); - this.state = 10302; + this.state = 10298; this.match(PostgreSqlParser.COMMA); - this.state = 10303; + this.state = 10299; this.a_expr(); - this.state = 10304; + this.state = 10300; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -54914,26 +54937,26 @@ export class PostgreSqlParser extends SQLParserBase { } public explicit_row(): Explicit_rowContext { let localContext = new Explicit_rowContext(this.context, this.state); - this.enterRule(localContext, 1316, PostgreSqlParser.RULE_explicit_row); + this.enterRule(localContext, 1318, PostgreSqlParser.RULE_explicit_row); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10308; + this.state = 10304; this.match(PostgreSqlParser.KW_ROW); - this.state = 10309; + this.state = 10305; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10311; + this.state = 10307; 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)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10310; + this.state = 10306; this.expr_list(); } } - this.state = 10313; + this.state = 10309; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -54953,19 +54976,19 @@ export class PostgreSqlParser extends SQLParserBase { } public implicit_row(): Implicit_rowContext { let localContext = new Implicit_rowContext(this.context, this.state); - this.enterRule(localContext, 1318, PostgreSqlParser.RULE_implicit_row); + this.enterRule(localContext, 1320, PostgreSqlParser.RULE_implicit_row); try { this.enterOuterAlt(localContext, 1); { - this.state = 10315; + this.state = 10311; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10316; + this.state = 10312; this.a_expr(); - this.state = 10317; + this.state = 10313; this.match(PostgreSqlParser.COMMA); - this.state = 10318; + this.state = 10314; this.expr_list(); - this.state = 10319; + this.state = 10315; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -54985,12 +55008,12 @@ export class PostgreSqlParser extends SQLParserBase { } public sub_type(): Sub_typeContext { let localContext = new Sub_typeContext(this.context, this.state); - this.enterRule(localContext, 1320, PostgreSqlParser.RULE_sub_type); + this.enterRule(localContext, 1322, PostgreSqlParser.RULE_sub_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10321; + this.state = 10317; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 34 || _la === 90)) { this.errorHandler.recoverInline(this); @@ -55017,15 +55040,15 @@ export class PostgreSqlParser extends SQLParserBase { } public all_op(): All_opContext { let localContext = new All_opContext(this.context, this.state); - this.enterRule(localContext, 1322, PostgreSqlParser.RULE_all_op); + this.enterRule(localContext, 1324, PostgreSqlParser.RULE_all_op); try { - this.state = 10325; + this.state = 10321; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 10323; + this.state = 10319; this.match(PostgreSqlParser.Operator); } break; @@ -55043,7 +55066,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PERCENT: this.enterOuterAlt(localContext, 2); { - this.state = 10324; + this.state = 10320; this.mathop(); } break; @@ -55067,12 +55090,12 @@ export class PostgreSqlParser extends SQLParserBase { } public mathop(): MathopContext { let localContext = new MathopContext(this.context, this.state); - this.enterRule(localContext, 1324, PostgreSqlParser.RULE_mathop); + this.enterRule(localContext, 1326, PostgreSqlParser.RULE_mathop); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10327; + this.state = 10323; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 178517504) !== 0))) { this.errorHandler.recoverInline(this); @@ -55099,28 +55122,28 @@ export class PostgreSqlParser extends SQLParserBase { } public qual_op(): Qual_opContext { let localContext = new Qual_opContext(this.context, this.state); - this.enterRule(localContext, 1326, PostgreSqlParser.RULE_qual_op); + this.enterRule(localContext, 1328, PostgreSqlParser.RULE_qual_op); try { - this.state = 10335; + this.state = 10331; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 10329; + this.state = 10325; this.match(PostgreSqlParser.Operator); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 10330; + this.state = 10326; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 10331; + this.state = 10327; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10332; + this.state = 10328; this.any_operator(); - this.state = 10333; + this.state = 10329; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -55144,9 +55167,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, 1328, PostgreSqlParser.RULE_qual_all_op); + this.enterRule(localContext, 1330, PostgreSqlParser.RULE_qual_all_op); try { - this.state = 10343; + this.state = 10339; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.STAR: @@ -55164,20 +55187,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 10337; + this.state = 10333; this.all_op(); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 10338; + this.state = 10334; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 10339; + this.state = 10335; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10340; + this.state = 10336; this.any_operator(); - this.state = 10341; + this.state = 10337; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -55201,60 +55224,60 @@ export class PostgreSqlParser extends SQLParserBase { } public subquery_Op(): Subquery_OpContext { let localContext = new Subquery_OpContext(this.context, this.state); - this.enterRule(localContext, 1330, PostgreSqlParser.RULE_subquery_Op); + this.enterRule(localContext, 1332, PostgreSqlParser.RULE_subquery_Op); try { - this.state = 10357; + this.state = 10353; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1087, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1082, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10345; + this.state = 10341; this.all_op(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10346; + this.state = 10342; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 10347; + this.state = 10343; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10348; + this.state = 10344; this.any_operator(); - this.state = 10349; + this.state = 10345; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10351; + this.state = 10347; this.match(PostgreSqlParser.KW_LIKE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10352; + this.state = 10348; this.match(PostgreSqlParser.KW_NOT); - this.state = 10353; + this.state = 10349; this.match(PostgreSqlParser.KW_LIKE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10354; + this.state = 10350; this.match(PostgreSqlParser.KW_ILIKE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10355; + this.state = 10351; this.match(PostgreSqlParser.KW_NOT); - this.state = 10356; + this.state = 10352; this.match(PostgreSqlParser.KW_ILIKE); } break; @@ -55276,30 +55299,30 @@ export class PostgreSqlParser extends SQLParserBase { } public expr_list(): Expr_listContext { let localContext = new Expr_listContext(this.context, this.state); - this.enterRule(localContext, 1332, PostgreSqlParser.RULE_expr_list); + this.enterRule(localContext, 1334, PostgreSqlParser.RULE_expr_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10359; + this.state = 10355; this.a_expr(); - this.state = 10364; + this.state = 10360; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1088, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1083, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10360; + this.state = 10356; this.match(PostgreSqlParser.COMMA); - this.state = 10361; + this.state = 10357; this.a_expr(); } } } - this.state = 10366; + this.state = 10362; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1088, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1083, this.context); } } } @@ -55319,26 +55342,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, 1334, PostgreSqlParser.RULE_column_expr_list_noparen); + this.enterRule(localContext, 1336, PostgreSqlParser.RULE_column_expr_list_noparen); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10367; + this.state = 10363; this.column_expr_noparen(); - this.state = 10372; + this.state = 10368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10368; + this.state = 10364; this.match(PostgreSqlParser.COMMA); - this.state = 10369; + this.state = 10365; this.column_expr_noparen(); } } - this.state = 10374; + this.state = 10370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -55360,26 +55383,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, 1336, PostgreSqlParser.RULE_column_expr_list); + this.enterRule(localContext, 1338, PostgreSqlParser.RULE_column_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10375; + this.state = 10371; this.column_expr(); - this.state = 10380; + this.state = 10376; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10376; + this.state = 10372; this.match(PostgreSqlParser.COMMA); - this.state = 10377; + this.state = 10373; this.column_expr(); } } - this.state = 10382; + this.state = 10378; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -55401,24 +55424,61 @@ export class PostgreSqlParser extends SQLParserBase { } public column_expr(): Column_exprContext { let localContext = new Column_exprContext(this.context, this.state); - this.enterRule(localContext, 1338, PostgreSqlParser.RULE_column_expr); + this.enterRule(localContext, 1340, PostgreSqlParser.RULE_column_expr); try { - this.state = 10388; + this.state = 10384; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1086, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 10383; + this.state = 10379; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10384; + this.state = 10380; this.a_expr(); - this.state = 10385; + this.state = 10381; this.match(PostgreSqlParser.CLOSE_PAREN); } } break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 10383; + this.column_name(); + } + 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 column_expr_noparen(): Column_expr_noparenContext { + let localContext = new Column_expr_noparenContext(this.context, this.state); + this.enterRule(localContext, 1342, PostgreSqlParser.RULE_column_expr_noparen); + try { + this.state = 10388; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 1087, this.context) ) { + case 1: + this.enterOuterAlt(localContext, 1); + { + this.state = 10386; + this.a_expr(); + } + break; case 2: this.enterOuterAlt(localContext, 2); { @@ -55442,69 +55502,32 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public column_expr_noparen(): Column_expr_noparenContext { - let localContext = new Column_expr_noparenContext(this.context, this.state); - this.enterRule(localContext, 1340, PostgreSqlParser.RULE_column_expr_noparen); - try { - this.state = 10392; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1092, this.context) ) { - case 1: - this.enterOuterAlt(localContext, 1); - { - this.state = 10390; - this.a_expr(); - } - break; - case 2: - this.enterOuterAlt(localContext, 2); - { - this.state = 10391; - this.column_name(); - } - 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 func_arg_list(): Func_arg_listContext { let localContext = new Func_arg_listContext(this.context, this.state); - this.enterRule(localContext, 1342, PostgreSqlParser.RULE_func_arg_list); + this.enterRule(localContext, 1344, PostgreSqlParser.RULE_func_arg_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10394; + this.state = 10390; this.func_arg_expr(); - this.state = 10399; + this.state = 10395; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1093, 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 = 10395; + this.state = 10391; this.match(PostgreSqlParser.COMMA); - this.state = 10396; + this.state = 10392; this.func_arg_expr(); } } } - this.state = 10401; + this.state = 10397; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1088, this.context); } } } @@ -55524,25 +55547,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, 1344, PostgreSqlParser.RULE_func_arg_expr); + this.enterRule(localContext, 1346, PostgreSqlParser.RULE_func_arg_expr); let _la: number; try { - this.state = 10407; + this.state = 10403; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1094, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1089, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10402; + this.state = 10398; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10403; + this.state = 10399; this.param_name(); - this.state = 10404; + this.state = 10400; _la = this.tokenStream.LA(1); if(!(_la === 20 || _la === 22)) { this.errorHandler.recoverInline(this); @@ -55551,7 +55574,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 10405; + this.state = 10401; this.a_expr(); } break; @@ -55573,26 +55596,26 @@ export class PostgreSqlParser extends SQLParserBase { } public type_list(): Type_listContext { let localContext = new Type_listContext(this.context, this.state); - this.enterRule(localContext, 1346, PostgreSqlParser.RULE_type_list); + this.enterRule(localContext, 1348, PostgreSqlParser.RULE_type_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10409; + this.state = 10405; this.typename(); - this.state = 10414; + this.state = 10410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10410; + this.state = 10406; this.match(PostgreSqlParser.COMMA); - this.state = 10411; + this.state = 10407; this.typename(); } } - this.state = 10416; + this.state = 10412; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -55614,13 +55637,13 @@ export class PostgreSqlParser extends SQLParserBase { } public array_expr(): Array_exprContext { let localContext = new Array_exprContext(this.context, this.state); - this.enterRule(localContext, 1348, PostgreSqlParser.RULE_array_expr); + this.enterRule(localContext, 1350, PostgreSqlParser.RULE_array_expr); try { this.enterOuterAlt(localContext, 1); { - this.state = 10417; + this.state = 10413; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 10420; + this.state = 10416; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -56070,13 +56093,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10418; + this.state = 10414; this.expr_list(); } break; case PostgreSqlParser.OPEN_BRACKET: { - this.state = 10419; + this.state = 10415; this.array_expr_list(); } break; @@ -56085,7 +56108,7 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 10422; + this.state = 10418; this.match(PostgreSqlParser.CLOSE_BRACKET); } } @@ -56105,26 +56128,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, 1350, PostgreSqlParser.RULE_array_expr_list); + this.enterRule(localContext, 1352, PostgreSqlParser.RULE_array_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10424; + this.state = 10420; this.array_expr(); - this.state = 10429; + this.state = 10425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10425; + this.state = 10421; this.match(PostgreSqlParser.COMMA); - this.state = 10426; + this.state = 10422; this.array_expr(); } } - this.state = 10431; + this.state = 10427; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -56146,15 +56169,15 @@ export class PostgreSqlParser extends SQLParserBase { } public extract_list(): Extract_listContext { let localContext = new Extract_listContext(this.context, this.state); - this.enterRule(localContext, 1352, PostgreSqlParser.RULE_extract_list); + this.enterRule(localContext, 1354, PostgreSqlParser.RULE_extract_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 10432; + this.state = 10428; this.extract_arg(); - this.state = 10433; + this.state = 10429; this.match(PostgreSqlParser.KW_FROM); - this.state = 10434; + this.state = 10430; this.a_expr(); } } @@ -56174,64 +56197,64 @@ export class PostgreSqlParser extends SQLParserBase { } public extract_arg(): Extract_argContext { let localContext = new Extract_argContext(this.context, this.state); - this.enterRule(localContext, 1354, PostgreSqlParser.RULE_extract_arg); + this.enterRule(localContext, 1356, PostgreSqlParser.RULE_extract_arg); try { - this.state = 10444; + this.state = 10440; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1098, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10436; + this.state = 10432; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10437; + this.state = 10433; this.match(PostgreSqlParser.KW_YEAR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10438; + this.state = 10434; this.match(PostgreSqlParser.KW_MONTH); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10439; + this.state = 10435; this.match(PostgreSqlParser.KW_DAY); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10440; + this.state = 10436; this.match(PostgreSqlParser.KW_HOUR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10441; + this.state = 10437; this.match(PostgreSqlParser.KW_MINUTE); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 10442; + this.state = 10438; this.match(PostgreSqlParser.KW_SECOND); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 10443; + this.state = 10439; this.sconst(); } break; @@ -56253,12 +56276,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, 1356, PostgreSqlParser.RULE_unicode_normal_form); + this.enterRule(localContext, 1358, PostgreSqlParser.RULE_unicode_normal_form); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10446; + this.state = 10442; _la = this.tokenStream.LA(1); if(!(((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -56285,29 +56308,29 @@ export class PostgreSqlParser extends SQLParserBase { } public overlay_list(): Overlay_listContext { let localContext = new Overlay_listContext(this.context, this.state); - this.enterRule(localContext, 1358, PostgreSqlParser.RULE_overlay_list); + this.enterRule(localContext, 1360, PostgreSqlParser.RULE_overlay_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { + this.state = 10444; + this.a_expr(); + this.state = 10445; + this.match(PostgreSqlParser.KW_PLACING); + this.state = 10446; + this.a_expr(); + this.state = 10447; + this.match(PostgreSqlParser.KW_FROM); this.state = 10448; this.a_expr(); - this.state = 10449; - this.match(PostgreSqlParser.KW_PLACING); - 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 = 10453; + this.state = 10449; this.match(PostgreSqlParser.KW_FOR); - this.state = 10454; + this.state = 10450; this.a_expr(); } } @@ -56330,15 +56353,15 @@ export class PostgreSqlParser extends SQLParserBase { } public position_list(): Position_listContext { let localContext = new Position_listContext(this.context, this.state); - this.enterRule(localContext, 1360, PostgreSqlParser.RULE_position_list); + this.enterRule(localContext, 1362, PostgreSqlParser.RULE_position_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 10457; + this.state = 10453; this.b_expr(0); - this.state = 10458; + this.state = 10454; this.match(PostgreSqlParser.KW_IN); - this.state = 10459; + this.state = 10455; this.b_expr(0); } } @@ -56358,33 +56381,44 @@ export class PostgreSqlParser extends SQLParserBase { } public substr_list(): Substr_listContext { let localContext = new Substr_listContext(this.context, this.state); - this.enterRule(localContext, 1362, PostgreSqlParser.RULE_substr_list); + this.enterRule(localContext, 1364, PostgreSqlParser.RULE_substr_list); try { - this.state = 10488; + this.state = 10484; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1100, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1095, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10461; + this.state = 10457; this.a_expr(); - this.state = 10462; + this.state = 10458; this.match(PostgreSqlParser.KW_FROM); - this.state = 10463; + this.state = 10459; this.a_expr(); - this.state = 10464; + this.state = 10460; this.match(PostgreSqlParser.KW_FOR); - this.state = 10465; + this.state = 10461; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { + this.state = 10463; + this.a_expr(); + this.state = 10464; + this.match(PostgreSqlParser.KW_FOR); + this.state = 10465; + this.a_expr(); + this.state = 10466; + this.match(PostgreSqlParser.KW_FROM); this.state = 10467; this.a_expr(); - this.state = 10468; - this.match(PostgreSqlParser.KW_FOR); + } + break; + case 3: + this.enterOuterAlt(localContext, 3); + { this.state = 10469; this.a_expr(); this.state = 10470; @@ -56393,47 +56427,36 @@ export class PostgreSqlParser extends SQLParserBase { this.a_expr(); } break; - case 3: - this.enterOuterAlt(localContext, 3); + case 4: + this.enterOuterAlt(localContext, 4); { this.state = 10473; this.a_expr(); this.state = 10474; - this.match(PostgreSqlParser.KW_FROM); - this.state = 10475; - this.a_expr(); - } - break; - case 4: - this.enterOuterAlt(localContext, 4); - { - this.state = 10477; - this.a_expr(); - this.state = 10478; this.match(PostgreSqlParser.KW_FOR); - this.state = 10479; + this.state = 10475; this.a_expr(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10481; + this.state = 10477; this.a_expr(); - this.state = 10482; + this.state = 10478; this.match(PostgreSqlParser.KW_SIMILAR); - this.state = 10483; + this.state = 10479; this.a_expr(); - this.state = 10484; + this.state = 10480; this.match(PostgreSqlParser.KW_ESCAPE); - this.state = 10485; + this.state = 10481; this.a_expr(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10487; + this.state = 10483; this.expr_list(); } break; @@ -56455,35 +56478,35 @@ export class PostgreSqlParser extends SQLParserBase { } public trim_list(): Trim_listContext { let localContext = new Trim_listContext(this.context, this.state); - this.enterRule(localContext, 1364, PostgreSqlParser.RULE_trim_list); + this.enterRule(localContext, 1366, PostgreSqlParser.RULE_trim_list); try { - this.state = 10497; + this.state = 10493; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1101, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1096, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10490; + this.state = 10486; this.a_expr(); - this.state = 10491; + this.state = 10487; this.match(PostgreSqlParser.KW_FROM); - this.state = 10492; + this.state = 10488; this.expr_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10494; + this.state = 10490; this.match(PostgreSqlParser.KW_FROM); - this.state = 10495; + this.state = 10491; this.expr_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10496; + this.state = 10492; this.expr_list(); } break; @@ -56505,16 +56528,16 @@ export class PostgreSqlParser extends SQLParserBase { } public in_expr(): In_exprContext { let localContext = new In_exprContext(this.context, this.state); - this.enterRule(localContext, 1366, PostgreSqlParser.RULE_in_expr); + this.enterRule(localContext, 1368, PostgreSqlParser.RULE_in_expr); try { - this.state = 10504; + this.state = 10500; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1102, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1097, this.context) ) { case 1: localContext = new In_expr_selectContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10499; + this.state = 10495; this.select_with_parens(); } break; @@ -56522,11 +56545,11 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new In_expr_listContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10500; + this.state = 10496; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10501; + this.state = 10497; this.expr_list(); - this.state = 10502; + this.state = 10498; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -56548,36 +56571,36 @@ export class PostgreSqlParser extends SQLParserBase { } public case_expr(): Case_exprContext { let localContext = new Case_exprContext(this.context, this.state); - this.enterRule(localContext, 1368, PostgreSqlParser.RULE_case_expr); + this.enterRule(localContext, 1370, PostgreSqlParser.RULE_case_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10506; + this.state = 10502; this.match(PostgreSqlParser.KW_CASE); - this.state = 10508; + this.state = 10504; 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)) & 1950786099) !== 0) || _la === 586) { { - this.state = 10507; + this.state = 10503; this.case_arg(); } } - this.state = 10510; + this.state = 10506; this.when_clause_list(); - this.state = 10512; + this.state = 10508; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 58) { { - this.state = 10511; + this.state = 10507; this.case_default(); } } - this.state = 10514; + this.state = 10510; this.match(PostgreSqlParser.KW_END); } } @@ -56597,22 +56620,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, 1370, PostgreSqlParser.RULE_when_clause_list); + this.enterRule(localContext, 1372, PostgreSqlParser.RULE_when_clause_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10517; + this.state = 10513; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 10516; + this.state = 10512; this.when_clause(); } } - this.state = 10519; + this.state = 10515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -56634,17 +56657,17 @@ export class PostgreSqlParser extends SQLParserBase { } public when_clause(): When_clauseContext { let localContext = new When_clauseContext(this.context, this.state); - this.enterRule(localContext, 1372, PostgreSqlParser.RULE_when_clause); + this.enterRule(localContext, 1374, PostgreSqlParser.RULE_when_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 10521; + this.state = 10517; this.match(PostgreSqlParser.KW_WHEN); - this.state = 10522; + this.state = 10518; this.a_expr(); - this.state = 10523; + this.state = 10519; this.match(PostgreSqlParser.KW_THEN); - this.state = 10524; + this.state = 10520; this.a_expr(); } } @@ -56664,13 +56687,13 @@ export class PostgreSqlParser extends SQLParserBase { } public case_default(): Case_defaultContext { let localContext = new Case_defaultContext(this.context, this.state); - this.enterRule(localContext, 1374, PostgreSqlParser.RULE_case_default); + this.enterRule(localContext, 1376, PostgreSqlParser.RULE_case_default); try { this.enterOuterAlt(localContext, 1); { - this.state = 10526; + this.state = 10522; this.match(PostgreSqlParser.KW_ELSE); - this.state = 10527; + this.state = 10523; this.a_expr(); } } @@ -56690,11 +56713,11 @@ export class PostgreSqlParser extends SQLParserBase { } public case_arg(): Case_argContext { let localContext = new Case_argContext(this.context, this.state); - this.enterRule(localContext, 1376, PostgreSqlParser.RULE_case_arg); + this.enterRule(localContext, 1378, PostgreSqlParser.RULE_case_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 10529; + this.state = 10525; this.a_expr(); } } @@ -56714,18 +56737,18 @@ export class PostgreSqlParser extends SQLParserBase { } public columnref(): ColumnrefContext { let localContext = new ColumnrefContext(this.context, this.state); - this.enterRule(localContext, 1378, PostgreSqlParser.RULE_columnref); + this.enterRule(localContext, 1380, PostgreSqlParser.RULE_columnref); try { this.enterOuterAlt(localContext, 1); { - this.state = 10531; + this.state = 10527; this.colid(); - this.state = 10533; + this.state = 10529; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1106, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1101, this.context) ) { case 1: { - this.state = 10532; + this.state = 10528; this.indirection(); } break; @@ -56748,18 +56771,18 @@ export class PostgreSqlParser extends SQLParserBase { } public indirection_el(): Indirection_elContext { let localContext = new Indirection_elContext(this.context, this.state); - this.enterRule(localContext, 1380, PostgreSqlParser.RULE_indirection_el); + this.enterRule(localContext, 1382, PostgreSqlParser.RULE_indirection_el); let _la: number; try { - this.state = 10552; + this.state = 10548; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.DOT: this.enterOuterAlt(localContext, 1); { - this.state = 10535; + this.state = 10531; this.match(PostgreSqlParser.DOT); - this.state = 10538; + this.state = 10534; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -57252,13 +57275,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10536; + this.state = 10532; this.attr_name(); } break; case PostgreSqlParser.STAR: { - this.state = 10537; + this.state = 10533; this.match(PostgreSqlParser.STAR); } break; @@ -57270,19 +57293,31 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_BRACKET: this.enterOuterAlt(localContext, 2); { - this.state = 10540; + this.state = 10536; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 10549; + this.state = 10545; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1110, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1105, this.context) ) { case 1: { - this.state = 10541; + this.state = 10537; this.a_expr(); } break; case 2: { + this.state = 10539; + 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)) & 1950786099) !== 0) || _la === 586) { + { + this.state = 10538; + this.opt_slice_bound(); + } + } + + this.state = 10541; + this.match(PostgreSqlParser.COLON); this.state = 10543; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); @@ -57293,22 +57328,10 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 10545; - this.match(PostgreSqlParser.COLON); - 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)) & 1950786099) !== 0) || _la === 586) { - { - this.state = 10546; - this.opt_slice_bound(); - } - } - } break; } - this.state = 10551; + this.state = 10547; this.match(PostgreSqlParser.CLOSE_BRACKET); } break; @@ -57332,11 +57355,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, 1382, PostgreSqlParser.RULE_opt_slice_bound); + this.enterRule(localContext, 1384, PostgreSqlParser.RULE_opt_slice_bound); try { this.enterOuterAlt(localContext, 1); { - this.state = 10554; + this.state = 10550; this.a_expr(); } } @@ -57356,12 +57379,12 @@ export class PostgreSqlParser extends SQLParserBase { } public indirection(): IndirectionContext { let localContext = new IndirectionContext(this.context, this.state); - this.enterRule(localContext, 1384, PostgreSqlParser.RULE_indirection); + this.enterRule(localContext, 1386, PostgreSqlParser.RULE_indirection); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10557; + this.state = 10553; this.errorHandler.sync(this); alternative = 1; do { @@ -57369,7 +57392,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 10556; + this.state = 10552; this.indirection_el(); } } @@ -57377,9 +57400,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 10559; + this.state = 10555; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1112, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1107, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -57399,26 +57422,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_indirection(): Opt_indirectionContext { let localContext = new Opt_indirectionContext(this.context, this.state); - this.enterRule(localContext, 1386, PostgreSqlParser.RULE_opt_indirection); + this.enterRule(localContext, 1388, PostgreSqlParser.RULE_opt_indirection); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10564; + this.state = 10560; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1113, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1108, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10561; + this.state = 10557; this.indirection_el(); } } } - this.state = 10566; + this.state = 10562; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1113, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1108, this.context); } } } @@ -57438,11 +57461,11 @@ export class PostgreSqlParser extends SQLParserBase { } 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); + this.enterRule(localContext, 1390, PostgreSqlParser.RULE_opt_target_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 10567; + this.state = 10563; this.target_list(); } } @@ -57462,30 +57485,30 @@ export class PostgreSqlParser extends SQLParserBase { } public target_list(): Target_listContext { let localContext = new Target_listContext(this.context, this.state); - this.enterRule(localContext, 1390, PostgreSqlParser.RULE_target_list); + this.enterRule(localContext, 1392, PostgreSqlParser.RULE_target_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 10569; + this.state = 10565; this.target_el(); - this.state = 10574; + this.state = 10570; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1114, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1109, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10570; + this.state = 10566; this.match(PostgreSqlParser.COMMA); - this.state = 10571; + this.state = 10567; this.target_el(); } } } - this.state = 10576; + this.state = 10572; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1114, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1109, this.context); } } } @@ -57505,31 +57528,31 @@ export class PostgreSqlParser extends SQLParserBase { } public target_el(): Target_elContext { let localContext = new Target_elContext(this.context, this.state); - this.enterRule(localContext, 1392, PostgreSqlParser.RULE_target_el); + this.enterRule(localContext, 1394, PostgreSqlParser.RULE_target_el); try { - this.state = 10585; + this.state = 10581; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1116, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1111, this.context) ) { case 1: localContext = new Target_labelContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10577; + this.state = 10573; this.column_expr_noparen(); - this.state = 10582; + this.state = 10578; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1115, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1110, this.context) ) { case 1: { - this.state = 10578; + this.state = 10574; this.match(PostgreSqlParser.KW_AS); - this.state = 10579; + this.state = 10575; this.collabel(); } break; case 2: { - this.state = 10580; + this.state = 10576; this.identifier(); } break; @@ -57545,7 +57568,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new Target_starContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10584; + this.state = 10580; this.match(PostgreSqlParser.STAR); } break; @@ -57567,26 +57590,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, 1394, PostgreSqlParser.RULE_qualified_name_list); + this.enterRule(localContext, 1396, PostgreSqlParser.RULE_qualified_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10587; + this.state = 10583; this.qualified_name(); - this.state = 10592; + this.state = 10588; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10588; + this.state = 10584; this.match(PostgreSqlParser.COMMA); - this.state = 10589; + this.state = 10585; this.qualified_name(); } } - this.state = 10594; + this.state = 10590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57608,26 +57631,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, 1396, PostgreSqlParser.RULE_table_name_list); + this.enterRule(localContext, 1398, PostgreSqlParser.RULE_table_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10595; + this.state = 10591; this.table_name(); - this.state = 10600; + this.state = 10596; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10596; + this.state = 10592; this.match(PostgreSqlParser.COMMA); - this.state = 10597; + this.state = 10593; this.table_name(); } } - this.state = 10602; + this.state = 10598; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57649,26 +57672,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, 1398, PostgreSqlParser.RULE_schema_name_list); + this.enterRule(localContext, 1400, PostgreSqlParser.RULE_schema_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10603; + this.state = 10599; this.schema_name(); - this.state = 10608; + this.state = 10604; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10604; + this.state = 10600; this.match(PostgreSqlParser.COMMA); - this.state = 10605; + this.state = 10601; this.schema_name(); } } - this.state = 10610; + this.state = 10606; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57690,26 +57713,26 @@ export class PostgreSqlParser extends SQLParserBase { } public database_nameList(): Database_nameListContext { let localContext = new Database_nameListContext(this.context, this.state); - this.enterRule(localContext, 1400, PostgreSqlParser.RULE_database_nameList); + this.enterRule(localContext, 1402, PostgreSqlParser.RULE_database_nameList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10611; + this.state = 10607; this.database_name(); - this.state = 10616; + this.state = 10612; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10612; + this.state = 10608; this.match(PostgreSqlParser.COMMA); - this.state = 10613; + this.state = 10609; this.database_name(); } } - this.state = 10618; + this.state = 10614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57731,26 +57754,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, 1402, PostgreSqlParser.RULE_procedure_name_list); + this.enterRule(localContext, 1404, PostgreSqlParser.RULE_procedure_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10619; + this.state = 10615; this.procedure_name(); - this.state = 10624; + this.state = 10620; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10620; + this.state = 10616; this.match(PostgreSqlParser.COMMA); - this.state = 10621; + this.state = 10617; this.procedure_name(); } } - this.state = 10626; + this.state = 10622; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -57772,12 +57795,48 @@ 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, 1404, PostgreSqlParser.RULE_tablespace_name_create); + this.enterRule(localContext, 1406, PostgreSqlParser.RULE_tablespace_name_create); let _la: number; try { localContext = new TablespaceNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { + this.state = 10623; + this.colid(); + this.state = 10625; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 4 || _la === 11) { + { + this.state = 10624; + this.indirection(); + } + } + + } + } + 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 tablespace_name(): Tablespace_nameContext { + let localContext = new Tablespace_nameContext(this.context, this.state); + this.enterRule(localContext, 1408, PostgreSqlParser.RULE_tablespace_name); + let _la: number; + try { + localContext = new TablespaceNameContext(localContext); + this.enterOuterAlt(localContext, 1); + { this.state = 10627; this.colid(); this.state = 10629; @@ -57806,57 +57865,21 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public tablespace_name(): Tablespace_nameContext { - let localContext = new Tablespace_nameContext(this.context, this.state); - this.enterRule(localContext, 1406, PostgreSqlParser.RULE_tablespace_name); - let _la: number; + public table_name_create(): Table_name_createContext { + let localContext = new Table_name_createContext(this.context, this.state); + this.enterRule(localContext, 1410, PostgreSqlParser.RULE_table_name_create); try { - localContext = new TablespaceNameContext(localContext); + localContext = new TableNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { this.state = 10631; this.colid(); this.state = 10633; this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 4 || _la === 11) { - { - this.state = 10632; - this.indirection(); - } - } - - } - } - 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 table_name_create(): Table_name_createContext { - let localContext = new Table_name_createContext(this.context, this.state); - this.enterRule(localContext, 1408, PostgreSqlParser.RULE_table_name_create); - try { - localContext = new TableNameCreateContext(localContext); - this.enterOuterAlt(localContext, 1); - { - this.state = 10635; - this.colid(); - this.state = 10637; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1124, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1119, this.context) ) { case 1: { - this.state = 10636; + this.state = 10632; this.indirection(); } break; @@ -57879,12 +57902,48 @@ export class PostgreSqlParser extends SQLParserBase { } public table_name(): Table_nameContext { let localContext = new Table_nameContext(this.context, this.state); - this.enterRule(localContext, 1410, PostgreSqlParser.RULE_table_name); + this.enterRule(localContext, 1412, PostgreSqlParser.RULE_table_name); let _la: number; try { localContext = new TableNameContext(localContext); this.enterOuterAlt(localContext, 1); { + this.state = 10635; + this.colid(); + this.state = 10637; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 4 || _la === 11) { + { + this.state = 10636; + this.indirection(); + } + } + + } + } + 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 view_name_create(): View_name_createContext { + let localContext = new View_name_createContext(this.context, this.state); + this.enterRule(localContext, 1414, PostgreSqlParser.RULE_view_name_create); + let _la: number; + try { + localContext = new ViewNameCreateContext(localContext); + this.enterOuterAlt(localContext, 1); + { this.state = 10639; this.colid(); this.state = 10641; @@ -57913,57 +57972,21 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public view_name_create(): View_name_createContext { - let localContext = new View_name_createContext(this.context, this.state); - this.enterRule(localContext, 1412, PostgreSqlParser.RULE_view_name_create); - let _la: number; + public view_name(): View_nameContext { + let localContext = new View_nameContext(this.context, this.state); + this.enterRule(localContext, 1416, PostgreSqlParser.RULE_view_name); try { - localContext = new ViewNameCreateContext(localContext); + localContext = new ViewNameContext(localContext); this.enterOuterAlt(localContext, 1); { this.state = 10643; this.colid(); this.state = 10645; this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 4 || _la === 11) { - { - this.state = 10644; - this.indirection(); - } - } - - } - } - 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 view_name(): View_nameContext { - let localContext = new View_nameContext(this.context, this.state); - this.enterRule(localContext, 1414, PostgreSqlParser.RULE_view_name); - try { - localContext = new ViewNameContext(localContext); - this.enterOuterAlt(localContext, 1); - { - this.state = 10647; - this.colid(); - this.state = 10649; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1127, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1122, this.context) ) { case 1: { - this.state = 10648; + this.state = 10644; this.attrs(); } break; @@ -57986,19 +58009,19 @@ export class PostgreSqlParser extends SQLParserBase { } public qualified_name(): Qualified_nameContext { let localContext = new Qualified_nameContext(this.context, this.state); - this.enterRule(localContext, 1416, PostgreSqlParser.RULE_qualified_name); + this.enterRule(localContext, 1418, PostgreSqlParser.RULE_qualified_name); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10651; + this.state = 10647; this.colid(); - this.state = 10653; + this.state = 10649; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 4 || _la === 11) { { - this.state = 10652; + this.state = 10648; this.indirection(); } } @@ -58021,26 +58044,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, 1418, PostgreSqlParser.RULE_tablespace_name_list); + this.enterRule(localContext, 1420, PostgreSqlParser.RULE_tablespace_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10655; + this.state = 10651; this.tablespace_name(); - this.state = 10660; + this.state = 10656; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10656; + this.state = 10652; this.match(PostgreSqlParser.COMMA); - this.state = 10657; + this.state = 10653; this.tablespace_name(); } } - this.state = 10662; + this.state = 10658; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -58062,26 +58085,26 @@ export class PostgreSqlParser extends SQLParserBase { } public name_list(): Name_listContext { let localContext = new Name_listContext(this.context, this.state); - this.enterRule(localContext, 1420, PostgreSqlParser.RULE_name_list); + this.enterRule(localContext, 1422, PostgreSqlParser.RULE_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10663; + this.state = 10659; this.name(); - this.state = 10668; + this.state = 10664; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10664; + this.state = 10660; this.match(PostgreSqlParser.COMMA); - this.state = 10665; + this.state = 10661; this.name(); } } - this.state = 10670; + this.state = 10666; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -58103,12 +58126,48 @@ 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, 1422, PostgreSqlParser.RULE_database_name_create); + this.enterRule(localContext, 1424, PostgreSqlParser.RULE_database_name_create); let _la: number; try { localContext = new DatabaseNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { + this.state = 10667; + this.colid(); + this.state = 10669; + this.errorHandler.sync(this); + _la = this.tokenStream.LA(1); + if (_la === 11) { + { + this.state = 10668; + this.attrs(); + } + } + + } + } + 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 database_name(): Database_nameContext { + let localContext = new Database_nameContext(this.context, this.state); + this.enterRule(localContext, 1426, PostgreSqlParser.RULE_database_name); + let _la: number; + try { + localContext = new DatabaseNameContext(localContext); + this.enterOuterAlt(localContext, 1); + { this.state = 10671; this.colid(); this.state = 10673; @@ -58137,12 +58196,12 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public database_name(): Database_nameContext { - let localContext = new Database_nameContext(this.context, this.state); - this.enterRule(localContext, 1424, PostgreSqlParser.RULE_database_name); + public schema_name(): Schema_nameContext { + let localContext = new Schema_nameContext(this.context, this.state); + this.enterRule(localContext, 1428, PostgreSqlParser.RULE_schema_name); let _la: number; try { - localContext = new DatabaseNameContext(localContext); + localContext = new SchemaNameContext(localContext); this.enterOuterAlt(localContext, 1); { this.state = 10675; @@ -58173,50 +58232,14 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public schema_name(): Schema_nameContext { - let localContext = new Schema_nameContext(this.context, this.state); - this.enterRule(localContext, 1426, PostgreSqlParser.RULE_schema_name); - let _la: number; - try { - localContext = new SchemaNameContext(localContext); - this.enterOuterAlt(localContext, 1); - { - this.state = 10679; - this.colid(); - this.state = 10681; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - if (_la === 11) { - { - this.state = 10680; - this.attrs(); - } - } - - } - } - 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 routine_name_create(): Routine_name_createContext { let localContext = new Routine_name_createContext(this.context, this.state); - this.enterRule(localContext, 1428, PostgreSqlParser.RULE_routine_name_create); + this.enterRule(localContext, 1430, PostgreSqlParser.RULE_routine_name_create); try { localContext = new RoutineNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10683; + this.state = 10679; this.colid(); } } @@ -58236,12 +58259,12 @@ export class PostgreSqlParser extends SQLParserBase { } public routine_name(): Routine_nameContext { let localContext = new Routine_nameContext(this.context, this.state); - this.enterRule(localContext, 1430, PostgreSqlParser.RULE_routine_name); + this.enterRule(localContext, 1432, PostgreSqlParser.RULE_routine_name); try { localContext = new RoutineNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10685; + this.state = 10681; this.colid(); } } @@ -58261,16 +58284,16 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_name(): Procedure_nameContext { let localContext = new Procedure_nameContext(this.context, this.state); - this.enterRule(localContext, 1432, PostgreSqlParser.RULE_procedure_name); + this.enterRule(localContext, 1434, PostgreSqlParser.RULE_procedure_name); try { - this.state = 10691; + this.state = 10687; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1134, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1129, this.context) ) { case 1: localContext = new ProcedureNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10687; + this.state = 10683; this.type_function_name(); } break; @@ -58278,9 +58301,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ProcedureNameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10688; + this.state = 10684; this.colid(); - this.state = 10689; + this.state = 10685; this.indirection(); } break; @@ -58302,16 +58325,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, 1434, PostgreSqlParser.RULE_procedure_name_create); + this.enterRule(localContext, 1436, PostgreSqlParser.RULE_procedure_name_create); try { - this.state = 10697; + this.state = 10693; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1135, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1130, this.context) ) { case 1: localContext = new ProcedureNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10693; + this.state = 10689; this.type_function_name(); } break; @@ -58319,9 +58342,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ProcedureNameCreateContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10694; + this.state = 10690; this.colid(); - this.state = 10695; + this.state = 10691; this.indirection(); } break; @@ -58343,33 +58366,33 @@ export class PostgreSqlParser extends SQLParserBase { } public column_name(): Column_nameContext { let localContext = new Column_nameContext(this.context, this.state); - this.enterRule(localContext, 1436, PostgreSqlParser.RULE_column_name); + this.enterRule(localContext, 1438, PostgreSqlParser.RULE_column_name); try { let alternative: number; - this.state = 10707; + this.state = 10703; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1137, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1132, this.context) ) { case 1: localContext = new ColumnNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10699; + this.state = 10695; this.colid(); - this.state = 10703; + this.state = 10699; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1136, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1131, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 10700; + this.state = 10696; this.indirection_el(); } } } - this.state = 10705; + this.state = 10701; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1136, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1131, this.context); } } break; @@ -58377,7 +58400,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ColumnNameMatchContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10706; + this.state = 10702; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -58401,12 +58424,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, 1438, PostgreSqlParser.RULE_column_name_create); + this.enterRule(localContext, 1440, PostgreSqlParser.RULE_column_name_create); try { localContext = new ColumnNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10709; + this.state = 10705; this.colid(); } } @@ -58426,11 +58449,11 @@ export class PostgreSqlParser extends SQLParserBase { } public name(): NameContext { let localContext = new NameContext(this.context, this.state); - this.enterRule(localContext, 1440, PostgreSqlParser.RULE_name); + this.enterRule(localContext, 1442, PostgreSqlParser.RULE_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10711; + this.state = 10707; this.colid(); } } @@ -58450,11 +58473,11 @@ export class PostgreSqlParser extends SQLParserBase { } public attr_name(): Attr_nameContext { let localContext = new Attr_nameContext(this.context, this.state); - this.enterRule(localContext, 1442, PostgreSqlParser.RULE_attr_name); + this.enterRule(localContext, 1444, PostgreSqlParser.RULE_attr_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10713; + this.state = 10709; this.collabel(); } } @@ -58474,11 +58497,11 @@ export class PostgreSqlParser extends SQLParserBase { } public file_name(): File_nameContext { let localContext = new File_nameContext(this.context, this.state); - this.enterRule(localContext, 1444, PostgreSqlParser.RULE_file_name); + this.enterRule(localContext, 1446, PostgreSqlParser.RULE_file_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 10715; + this.state = 10711; this.sconst(); } } @@ -58498,16 +58521,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, 1446, PostgreSqlParser.RULE_function_name_create); + this.enterRule(localContext, 1448, PostgreSqlParser.RULE_function_name_create); try { - this.state = 10721; + this.state = 10717; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1138, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1133, this.context) ) { case 1: localContext = new FunctionNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10717; + this.state = 10713; this.type_function_name(); } break; @@ -58515,9 +58538,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new FunctionNameCreateContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10718; + this.state = 10714; this.colid(); - this.state = 10719; + this.state = 10715; this.indirection(); } break; @@ -58539,16 +58562,16 @@ export class PostgreSqlParser extends SQLParserBase { } public function_name(): Function_nameContext { let localContext = new Function_nameContext(this.context, this.state); - this.enterRule(localContext, 1448, PostgreSqlParser.RULE_function_name); + this.enterRule(localContext, 1450, PostgreSqlParser.RULE_function_name); try { - this.state = 10727; + this.state = 10723; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1139, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1134, this.context) ) { case 1: localContext = new FunctionNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 10723; + this.state = 10719; this.type_function_name(); } break; @@ -58556,9 +58579,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new FunctionNameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 10724; + this.state = 10720; this.colid(); - this.state = 10725; + this.state = 10721; this.indirection(); } break; @@ -58580,24 +58603,24 @@ export class PostgreSqlParser extends SQLParserBase { } public usual_name(): Usual_nameContext { let localContext = new Usual_nameContext(this.context, this.state); - this.enterRule(localContext, 1450, PostgreSqlParser.RULE_usual_name); + this.enterRule(localContext, 1452, PostgreSqlParser.RULE_usual_name); try { - this.state = 10733; + this.state = 10729; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1140, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1135, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10729; + this.state = 10725; this.type_usual_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10730; + this.state = 10726; this.colid(); - this.state = 10731; + this.state = 10727; this.indirection(); } break; @@ -58619,53 +58642,53 @@ export class PostgreSqlParser extends SQLParserBase { } public aexprconst(): AexprconstContext { let localContext = new AexprconstContext(this.context, this.state); - this.enterRule(localContext, 1452, PostgreSqlParser.RULE_aexprconst); + this.enterRule(localContext, 1454, PostgreSqlParser.RULE_aexprconst); let _la: number; try { - this.state = 10770; + this.state = 10766; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1145, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1140, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10735; + this.state = 10731; this.iconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10736; + this.state = 10732; this.fconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10737; + this.state = 10733; this.sconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10738; + this.state = 10734; this.bconst(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10739; + this.state = 10735; this.xconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10740; + this.state = 10736; this.function_name(); - this.state = 10750; + this.state = 10746; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -58673,29 +58696,29 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10741; + this.state = 10737; this.sconst(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 10742; + this.state = 10738; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10743; + this.state = 10739; this.func_arg_list(); - this.state = 10745; + this.state = 10741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 10744; + this.state = 10740; this.opt_sort_clause(); } } - this.state = 10747; + this.state = 10743; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 10748; + this.state = 10744; this.sconst(); } break; @@ -58707,18 +58730,18 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 10752; + this.state = 10748; this.consttypename(); - this.state = 10753; + this.state = 10749; this.sconst(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 10755; + this.state = 10751; this.constinterval(); - this.state = 10765; + this.state = 10761; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -58726,14 +58749,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 10756; + this.state = 10752; this.sconst(); - this.state = 10758; + this.state = 10754; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1143, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1138, this.context) ) { case 1: { - this.state = 10757; + this.state = 10753; this.opt_interval(); } break; @@ -58742,13 +58765,13 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 10760; + this.state = 10756; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10761; + this.state = 10757; this.iconst(); - this.state = 10762; + this.state = 10758; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 10763; + this.state = 10759; this.sconst(); } break; @@ -58760,21 +58783,21 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 10767; + this.state = 10763; this.match(PostgreSqlParser.KW_TRUE); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 10768; + this.state = 10764; this.match(PostgreSqlParser.KW_FALSE); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 10769; + this.state = 10765; this.match(PostgreSqlParser.KW_NULL); } break; @@ -58796,11 +58819,11 @@ export class PostgreSqlParser extends SQLParserBase { } public xconst(): XconstContext { let localContext = new XconstContext(this.context, this.state); - this.enterRule(localContext, 1454, PostgreSqlParser.RULE_xconst); + this.enterRule(localContext, 1456, PostgreSqlParser.RULE_xconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10772; + this.state = 10768; this.match(PostgreSqlParser.HexadecimalStringConstant); } } @@ -58820,11 +58843,11 @@ export class PostgreSqlParser extends SQLParserBase { } public bconst(): BconstContext { let localContext = new BconstContext(this.context, this.state); - this.enterRule(localContext, 1456, PostgreSqlParser.RULE_bconst); + this.enterRule(localContext, 1458, PostgreSqlParser.RULE_bconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10774; + this.state = 10770; this.match(PostgreSqlParser.BinaryStringConstant); } } @@ -58844,11 +58867,11 @@ export class PostgreSqlParser extends SQLParserBase { } public fconst(): FconstContext { let localContext = new FconstContext(this.context, this.state); - this.enterRule(localContext, 1458, PostgreSqlParser.RULE_fconst); + this.enterRule(localContext, 1460, PostgreSqlParser.RULE_fconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10776; + this.state = 10772; this.match(PostgreSqlParser.Numeric); } } @@ -58868,11 +58891,11 @@ export class PostgreSqlParser extends SQLParserBase { } public iconst(): IconstContext { let localContext = new IconstContext(this.context, this.state); - this.enterRule(localContext, 1460, PostgreSqlParser.RULE_iconst); + this.enterRule(localContext, 1462, PostgreSqlParser.RULE_iconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10778; + this.state = 10774; this.match(PostgreSqlParser.Integral); } } @@ -58892,18 +58915,18 @@ export class PostgreSqlParser extends SQLParserBase { } public sconst(): SconstContext { let localContext = new SconstContext(this.context, this.state); - this.enterRule(localContext, 1462, PostgreSqlParser.RULE_sconst); + this.enterRule(localContext, 1464, PostgreSqlParser.RULE_sconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 10780; + this.state = 10776; this.anysconst(); - this.state = 10782; + this.state = 10778; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1146, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1141, this.context) ) { case 1: { - this.state = 10781; + this.state = 10777; this.opt_uescape(); } break; @@ -58926,53 +58949,53 @@ export class PostgreSqlParser extends SQLParserBase { } public anysconst(): AnysconstContext { let localContext = new AnysconstContext(this.context, this.state); - this.enterRule(localContext, 1464, PostgreSqlParser.RULE_anysconst); + this.enterRule(localContext, 1466, PostgreSqlParser.RULE_anysconst); let _la: number; try { - this.state = 10795; + this.state = 10791; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 10784; + this.state = 10780; this.match(PostgreSqlParser.StringConstant); } break; case PostgreSqlParser.UnicodeEscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 10785; + this.state = 10781; this.match(PostgreSqlParser.UnicodeEscapeStringConstant); } break; case PostgreSqlParser.BeginDollarStringConstant: this.enterOuterAlt(localContext, 3); { - this.state = 10786; + this.state = 10782; this.match(PostgreSqlParser.BeginDollarStringConstant); - this.state = 10790; + this.state = 10786; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 590) { { { - this.state = 10787; + this.state = 10783; this.match(PostgreSqlParser.DollarText); } } - this.state = 10792; + this.state = 10788; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 10793; + this.state = 10789; this.match(PostgreSqlParser.EndDollarStringConstant); } break; case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 10794; + this.state = 10790; this.match(PostgreSqlParser.EscapeStringConstant); } break; @@ -58996,13 +59019,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_uescape(): Opt_uescapeContext { let localContext = new Opt_uescapeContext(this.context, this.state); - this.enterRule(localContext, 1466, PostgreSqlParser.RULE_opt_uescape); + this.enterRule(localContext, 1468, PostgreSqlParser.RULE_opt_uescape); try { this.enterOuterAlt(localContext, 1); { - this.state = 10797; + this.state = 10793; this.match(PostgreSqlParser.KW_UESCAPE); - this.state = 10798; + this.state = 10794; this.anysconst(); } } @@ -59022,33 +59045,33 @@ export class PostgreSqlParser extends SQLParserBase { } public signediconst(): SignediconstContext { let localContext = new SignediconstContext(this.context, this.state); - this.enterRule(localContext, 1468, PostgreSqlParser.RULE_signediconst); + this.enterRule(localContext, 1470, PostgreSqlParser.RULE_signediconst); try { - this.state = 10805; + this.state = 10801; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Integral: this.enterOuterAlt(localContext, 1); { - this.state = 10800; + this.state = 10796; this.iconst(); } break; case PostgreSqlParser.PLUS: this.enterOuterAlt(localContext, 2); { - this.state = 10801; + this.state = 10797; this.match(PostgreSqlParser.PLUS); - this.state = 10802; + this.state = 10798; this.iconst(); } break; case PostgreSqlParser.MINUS: this.enterOuterAlt(localContext, 3); { - this.state = 10803; + this.state = 10799; this.match(PostgreSqlParser.MINUS); - this.state = 10804; + this.state = 10800; this.iconst(); } break; @@ -59072,11 +59095,11 @@ export class PostgreSqlParser extends SQLParserBase { } public groupname(): GroupnameContext { let localContext = new GroupnameContext(this.context, this.state); - this.enterRule(localContext, 1470, PostgreSqlParser.RULE_groupname); + this.enterRule(localContext, 1472, PostgreSqlParser.RULE_groupname); try { this.enterOuterAlt(localContext, 1); { - this.state = 10807; + this.state = 10803; this.rolespec(); } } @@ -59096,11 +59119,11 @@ export class PostgreSqlParser extends SQLParserBase { } public roleid(): RoleidContext { let localContext = new RoleidContext(this.context, this.state); - this.enterRule(localContext, 1472, PostgreSqlParser.RULE_roleid); + this.enterRule(localContext, 1474, PostgreSqlParser.RULE_roleid); try { this.enterOuterAlt(localContext, 1); { - this.state = 10809; + this.state = 10805; this.rolespec(); } } @@ -59120,9 +59143,9 @@ export class PostgreSqlParser extends SQLParserBase { } public rolespec(): RolespecContext { let localContext = new RolespecContext(this.context, this.state); - this.enterRule(localContext, 1474, PostgreSqlParser.RULE_rolespec); + this.enterRule(localContext, 1476, PostgreSqlParser.RULE_rolespec); try { - this.state = 10816; + this.state = 10812; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -59547,35 +59570,35 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 10811; + this.state = 10807; this.nonreservedword(); } break; case PostgreSqlParser.KW_CURRENT_USER: this.enterOuterAlt(localContext, 2); { - this.state = 10812; + this.state = 10808; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case PostgreSqlParser.KW_CURRENT_ROLE: this.enterOuterAlt(localContext, 3); { - this.state = 10813; + this.state = 10809; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case PostgreSqlParser.KW_SESSION_USER: this.enterOuterAlt(localContext, 4); { - this.state = 10814; + this.state = 10810; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case PostgreSqlParser.KW_PUBLIC: this.enterOuterAlt(localContext, 5); { - this.state = 10815; + this.state = 10811; this.match(PostgreSqlParser.KW_PUBLIC); } break; @@ -59599,26 +59622,26 @@ export class PostgreSqlParser extends SQLParserBase { } public role_list(): Role_listContext { let localContext = new Role_listContext(this.context, this.state); - this.enterRule(localContext, 1476, PostgreSqlParser.RULE_role_list); + this.enterRule(localContext, 1478, PostgreSqlParser.RULE_role_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10818; + this.state = 10814; this.rolespec(); - this.state = 10823; + this.state = 10819; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 10819; + this.state = 10815; this.match(PostgreSqlParser.COMMA); - this.state = 10820; + this.state = 10816; this.rolespec(); } } - this.state = 10825; + this.state = 10821; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -59640,36 +59663,36 @@ export class PostgreSqlParser extends SQLParserBase { } public colid(): ColidContext { let localContext = new ColidContext(this.context, this.state); - this.enterRule(localContext, 1478, PostgreSqlParser.RULE_colid); + this.enterRule(localContext, 1480, PostgreSqlParser.RULE_colid); try { - this.state = 10830; + this.state = 10826; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1152, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1147, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10826; + this.state = 10822; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10827; + this.state = 10823; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10828; + this.state = 10824; this.col_name_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10829; + this.state = 10825; this.plsql_unreserved_keyword(); } break; @@ -59691,11 +59714,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, 1480, PostgreSqlParser.RULE_index_method_choices); + this.enterRule(localContext, 1482, PostgreSqlParser.RULE_index_method_choices); try { this.enterOuterAlt(localContext, 1); { - this.state = 10832; + this.state = 10828; this.identifier(); } } @@ -59715,16 +59738,16 @@ export class PostgreSqlParser extends SQLParserBase { } public exclude_element(): Exclude_elementContext { let localContext = new Exclude_elementContext(this.context, this.state); - this.enterRule(localContext, 1482, PostgreSqlParser.RULE_exclude_element); + this.enterRule(localContext, 1484, PostgreSqlParser.RULE_exclude_element); let _la: number; try { - this.state = 10846; + this.state = 10842; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_WITH: this.enterOuterAlt(localContext, 1); { - this.state = 10834; + this.state = 10830; this.opt_definition(); } break; @@ -59732,31 +59755,31 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 10835; + this.state = 10831; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 10836; + this.state = 10832; this.a_expr(); - this.state = 10837; + this.state = 10833; this.match(PostgreSqlParser.CLOSE_PAREN); } - this.state = 10839; + this.state = 10835; this.identifier(); - this.state = 10841; + this.state = 10837; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 37 || _la === 55) { { - this.state = 10840; + this.state = 10836; this.opt_asc_desc(); } } - this.state = 10844; + this.state = 10840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 10843; + this.state = 10839; this.opt_nulls_order(); } } @@ -59783,29 +59806,29 @@ export class PostgreSqlParser extends SQLParserBase { } public index_paramenters(): Index_paramentersContext { let localContext = new Index_paramentersContext(this.context, this.state); - this.enterRule(localContext, 1484, PostgreSqlParser.RULE_index_paramenters); + this.enterRule(localContext, 1486, PostgreSqlParser.RULE_index_paramenters); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10850; + this.state = 10846; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 10848; + this.state = 10844; this.match(PostgreSqlParser.KW_WITH); - this.state = 10849; + this.state = 10845; this.reloptions(); } } - this.state = 10853; + this.state = 10849; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 10852; + this.state = 10848; this.optconstablespace(); } } @@ -59828,36 +59851,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, 1486, PostgreSqlParser.RULE_type_function_name); + this.enterRule(localContext, 1488, PostgreSqlParser.RULE_type_function_name); try { - this.state = 10859; + this.state = 10855; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1158, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1153, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10855; + this.state = 10851; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10856; + this.state = 10852; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10857; + this.state = 10853; this.plsql_unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10858; + this.state = 10854; this.type_func_name_keyword(); } break; @@ -59879,36 +59902,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, 1488, PostgreSqlParser.RULE_type_usual_name); + this.enterRule(localContext, 1490, PostgreSqlParser.RULE_type_usual_name); try { - this.state = 10865; + this.state = 10861; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1159, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1154, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10861; + this.state = 10857; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10862; + this.state = 10858; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10863; + this.state = 10859; this.plsql_unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10864; + this.state = 10860; this.type_func_name_keyword(); } break; @@ -59930,22 +59953,22 @@ export class PostgreSqlParser extends SQLParserBase { } public nonreservedword_column(): Nonreservedword_columnContext { let localContext = new Nonreservedword_columnContext(this.context, this.state); - this.enterRule(localContext, 1490, PostgreSqlParser.RULE_nonreservedword_column); + this.enterRule(localContext, 1492, PostgreSqlParser.RULE_nonreservedword_column); try { - this.state = 10869; + this.state = 10865; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1160, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1155, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10867; + this.state = 10863; this.column_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10868; + this.state = 10864; this.type_func_name_keyword(); } break; @@ -59967,36 +59990,36 @@ export class PostgreSqlParser extends SQLParserBase { } public nonreservedword(): NonreservedwordContext { let localContext = new NonreservedwordContext(this.context, this.state); - this.enterRule(localContext, 1492, PostgreSqlParser.RULE_nonreservedword); + this.enterRule(localContext, 1494, PostgreSqlParser.RULE_nonreservedword); try { - this.state = 10875; + this.state = 10871; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1161, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1156, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10871; + this.state = 10867; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10872; + this.state = 10868; this.unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10873; + this.state = 10869; this.col_name_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10874; + this.state = 10870; this.type_func_name_keyword(); } break; @@ -60018,50 +60041,50 @@ export class PostgreSqlParser extends SQLParserBase { } public collabel(): CollabelContext { let localContext = new CollabelContext(this.context, this.state); - this.enterRule(localContext, 1494, PostgreSqlParser.RULE_collabel); + this.enterRule(localContext, 1496, PostgreSqlParser.RULE_collabel); try { - this.state = 10883; + this.state = 10879; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1162, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1157, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10877; + this.state = 10873; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10878; + this.state = 10874; this.plsql_unreserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10879; + this.state = 10875; this.unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10880; + this.state = 10876; this.col_name_keyword(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10881; + this.state = 10877; this.type_func_name_keyword(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10882; + this.state = 10878; this.reserved_keyword(); } break; @@ -60083,22 +60106,22 @@ export class PostgreSqlParser extends SQLParserBase { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 1496, PostgreSqlParser.RULE_identifier); + this.enterRule(localContext, 1498, PostgreSqlParser.RULE_identifier); try { - this.state = 10895; + this.state = 10891; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 10885; + this.state = 10881; this.match(PostgreSqlParser.Identifier); - this.state = 10887; + this.state = 10883; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1163, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1158, this.context) ) { case 1: { - this.state = 10886; + this.state = 10882; this.opt_uescape(); } break; @@ -60111,35 +60134,35 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 10889; + this.state = 10885; this.sconst(); } break; case PostgreSqlParser.QuotedIdentifier: this.enterOuterAlt(localContext, 3); { - this.state = 10890; + this.state = 10886; this.match(PostgreSqlParser.QuotedIdentifier); } break; case PostgreSqlParser.UnicodeQuotedIdentifier: this.enterOuterAlt(localContext, 4); { - this.state = 10891; + this.state = 10887; this.match(PostgreSqlParser.UnicodeQuotedIdentifier); } break; case PostgreSqlParser.PLSQLVARIABLENAME: this.enterOuterAlt(localContext, 5); { - this.state = 10892; + this.state = 10888; this.plsqlvariablename(); } break; case PostgreSqlParser.PLSQLIDENTIFIER: this.enterOuterAlt(localContext, 6); { - this.state = 10893; + this.state = 10889; this.plsqlidentifier(); } break; @@ -60208,7 +60231,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OPEN: this.enterOuterAlt(localContext, 7); { - this.state = 10894; + this.state = 10890; this.plsql_unreserved_keyword(); } break; @@ -60232,11 +60255,11 @@ export class PostgreSqlParser extends SQLParserBase { } public plsqlidentifier(): PlsqlidentifierContext { let localContext = new PlsqlidentifierContext(this.context, this.state); - this.enterRule(localContext, 1498, PostgreSqlParser.RULE_plsqlidentifier); + this.enterRule(localContext, 1500, PostgreSqlParser.RULE_plsqlidentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 10897; + this.state = 10893; this.match(PostgreSqlParser.PLSQLIDENTIFIER); } } @@ -60256,12 +60279,12 @@ export class PostgreSqlParser extends SQLParserBase { } public unreserved_keyword(): Unreserved_keywordContext { let localContext = new Unreserved_keywordContext(this.context, this.state); - this.enterRule(localContext, 1500, PostgreSqlParser.RULE_unreserved_keyword); + this.enterRule(localContext, 1502, PostgreSqlParser.RULE_unreserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10899; + this.state = 10895; _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); @@ -60288,365 +60311,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, 1502, PostgreSqlParser.RULE_col_name_keyword); + this.enterRule(localContext, 1504, PostgreSqlParser.RULE_col_name_keyword); try { - this.state = 10952; + this.state = 10948; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1165, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1160, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10901; + this.state = 10897; this.match(PostgreSqlParser.KW_BETWEEN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10902; + this.state = 10898; this.match(PostgreSqlParser.KW_BIGINT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10903; + this.state = 10899; this.bit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10904; + this.state = 10900; this.match(PostgreSqlParser.KW_BOOLEAN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10905; + this.state = 10901; this.match(PostgreSqlParser.KW_CHAR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 10906; + this.state = 10902; this.character(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 10907; + this.state = 10903; this.match(PostgreSqlParser.KW_COALESCE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 10908; + this.state = 10904; this.match(PostgreSqlParser.KW_DEC); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 10909; + this.state = 10905; this.match(PostgreSqlParser.KW_DECIMAL); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 10910; + this.state = 10906; this.match(PostgreSqlParser.KW_EXISTS); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 10911; + this.state = 10907; this.match(PostgreSqlParser.KW_EXTRACT); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 10912; + this.state = 10908; this.match(PostgreSqlParser.KW_FLOAT); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 10913; + this.state = 10909; this.match(PostgreSqlParser.KW_GREATEST); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 10914; + this.state = 10910; this.match(PostgreSqlParser.KW_GROUPING); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 10915; + this.state = 10911; this.match(PostgreSqlParser.KW_INOUT); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 10916; + this.state = 10912; this.match(PostgreSqlParser.KW_INT); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 10917; + this.state = 10913; this.match(PostgreSqlParser.KW_INTEGER); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 10918; + this.state = 10914; this.match(PostgreSqlParser.KW_INTERVAL); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 10919; + this.state = 10915; this.match(PostgreSqlParser.KW_LEAST); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 10920; + this.state = 10916; this.match(PostgreSqlParser.KW_NATIONAL); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 10921; + this.state = 10917; this.match(PostgreSqlParser.KW_NCHAR); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 10922; + this.state = 10918; this.match(PostgreSqlParser.KW_NONE); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 10923; + this.state = 10919; this.match(PostgreSqlParser.KW_NORMALIZE); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 10924; + this.state = 10920; this.match(PostgreSqlParser.KW_NULLIF); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 10925; + this.state = 10921; this.numeric(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 10926; + this.state = 10922; this.match(PostgreSqlParser.KW_OUT); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 10927; + this.state = 10923; this.match(PostgreSqlParser.KW_OVERLAY); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 10928; + this.state = 10924; this.match(PostgreSqlParser.KW_POSITION); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 10929; + this.state = 10925; this.match(PostgreSqlParser.KW_PRECISION); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 10930; + this.state = 10926; this.match(PostgreSqlParser.KW_REAL); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 10931; + this.state = 10927; this.match(PostgreSqlParser.KW_ROW); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 10932; + this.state = 10928; this.match(PostgreSqlParser.KW_SETOF); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 10933; + this.state = 10929; this.match(PostgreSqlParser.KW_SMALLINT); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 10934; + this.state = 10930; this.match(PostgreSqlParser.KW_SUBSTRING); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 10935; + this.state = 10931; this.match(PostgreSqlParser.KW_TIME); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 10936; + this.state = 10932; this.match(PostgreSqlParser.KW_TIMESTAMP); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 10937; + this.state = 10933; this.match(PostgreSqlParser.KW_TREAT); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 10938; + this.state = 10934; this.match(PostgreSqlParser.KW_TRIM); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 10939; + this.state = 10935; this.match(PostgreSqlParser.KW_VALUES); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 10940; + this.state = 10936; this.match(PostgreSqlParser.KW_VARCHAR); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 10941; + this.state = 10937; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 10942; + this.state = 10938; this.match(PostgreSqlParser.KW_XMLCONCAT); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 10943; + this.state = 10939; this.match(PostgreSqlParser.KW_XMLELEMENT); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 10944; + this.state = 10940; this.match(PostgreSqlParser.KW_XMLEXISTS); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 10945; + this.state = 10941; this.match(PostgreSqlParser.KW_XMLFOREST); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 10946; + this.state = 10942; this.match(PostgreSqlParser.KW_XMLNAMESPACES); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 10947; + this.state = 10943; this.match(PostgreSqlParser.KW_XMLPARSE); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 10948; + this.state = 10944; this.match(PostgreSqlParser.KW_XMLPI); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 10949; + this.state = 10945; this.match(PostgreSqlParser.KW_XMLROOT); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 10950; + this.state = 10946; this.match(PostgreSqlParser.KW_XMLSERIALIZE); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 10951; + this.state = 10947; this.match(PostgreSqlParser.KW_XMLTABLE); } break; @@ -60668,12 +60691,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, 1504, PostgreSqlParser.RULE_type_func_name_keyword); + this.enterRule(localContext, 1506, PostgreSqlParser.RULE_type_func_name_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10954; + this.state = 10950; _la = this.tokenStream.LA(1); if(!(((((_la - 106)) & ~0x1F) === 0 && ((1 << (_la - 106)) & 8126463) !== 0) || _la === 472)) { this.errorHandler.recoverInline(this); @@ -60700,12 +60723,12 @@ export class PostgreSqlParser extends SQLParserBase { } public reserved_keyword(): Reserved_keywordContext { let localContext = new Reserved_keywordContext(this.context, this.state); - this.enterRule(localContext, 1506, PostgreSqlParser.RULE_reserved_keyword); + this.enterRule(localContext, 1508, PostgreSqlParser.RULE_reserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10956; + this.state = 10952; _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); @@ -60732,15 +60755,15 @@ export class PostgreSqlParser extends SQLParserBase { } public pl_function(): Pl_functionContext { let localContext = new Pl_functionContext(this.context, this.state); - this.enterRule(localContext, 1508, PostgreSqlParser.RULE_pl_function); + this.enterRule(localContext, 1510, PostgreSqlParser.RULE_pl_function); try { this.enterOuterAlt(localContext, 1); { - this.state = 10958; + this.state = 10954; this.comp_options(); - this.state = 10959; + this.state = 10955; this.pl_block(); - this.state = 10960; + this.state = 10956; this.opt_semi(); } } @@ -60760,22 +60783,22 @@ export class PostgreSqlParser extends SQLParserBase { } public comp_options(): Comp_optionsContext { let localContext = new Comp_optionsContext(this.context, this.state); - this.enterRule(localContext, 1510, PostgreSqlParser.RULE_comp_options); + this.enterRule(localContext, 1512, PostgreSqlParser.RULE_comp_options); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 10965; + this.state = 10961; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 29) { { { - this.state = 10962; + this.state = 10958; this.comp_option(); } } - this.state = 10967; + this.state = 10963; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -60797,63 +60820,63 @@ export class PostgreSqlParser extends SQLParserBase { } public comp_option(): Comp_optionContext { let localContext = new Comp_optionContext(this.context, this.state); - this.enterRule(localContext, 1512, PostgreSqlParser.RULE_comp_option); + this.enterRule(localContext, 1514, PostgreSqlParser.RULE_comp_option); try { - this.state = 10988; + this.state = 10984; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1167, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1162, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10968; + this.state = 10964; this.sharp(); - this.state = 10969; + this.state = 10965; this.match(PostgreSqlParser.KW_OPTION); - this.state = 10970; + this.state = 10966; this.match(PostgreSqlParser.KW_DUMP); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10972; + this.state = 10968; this.sharp(); - this.state = 10973; + this.state = 10969; this.match(PostgreSqlParser.KW_PRINT_STRICT_PARAMS); - this.state = 10974; + this.state = 10970; this.option_value(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10976; + this.state = 10972; this.sharp(); - this.state = 10977; + this.state = 10973; this.match(PostgreSqlParser.KW_VARIABLE_CONFLICT); - this.state = 10978; + this.state = 10974; this.match(PostgreSqlParser.KW_ERROR); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10980; + this.state = 10976; this.sharp(); - this.state = 10981; + this.state = 10977; this.match(PostgreSqlParser.KW_VARIABLE_CONFLICT); - this.state = 10982; + this.state = 10978; this.match(PostgreSqlParser.KW_USE_VARIABLE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 10984; + this.state = 10980; this.sharp(); - this.state = 10985; + this.state = 10981; this.match(PostgreSqlParser.KW_VARIABLE_CONFLICT); - this.state = 10986; + this.state = 10982; this.match(PostgreSqlParser.KW_USE_COLUMN); } break; @@ -60875,11 +60898,11 @@ export class PostgreSqlParser extends SQLParserBase { } public sharp(): SharpContext { let localContext = new SharpContext(this.context, this.state); - this.enterRule(localContext, 1514, PostgreSqlParser.RULE_sharp); + this.enterRule(localContext, 1516, PostgreSqlParser.RULE_sharp); try { this.enterOuterAlt(localContext, 1); { - this.state = 10990; + this.state = 10986; this.match(PostgreSqlParser.Operator); } } @@ -60899,36 +60922,36 @@ export class PostgreSqlParser extends SQLParserBase { } public option_value(): Option_valueContext { let localContext = new Option_valueContext(this.context, this.state); - this.enterRule(localContext, 1516, PostgreSqlParser.RULE_option_value); + this.enterRule(localContext, 1518, PostgreSqlParser.RULE_option_value); try { - this.state = 10996; + this.state = 10992; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1168, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1163, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 10992; + this.state = 10988; this.sconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 10993; + this.state = 10989; this.reserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 10994; + this.state = 10990; this.plsql_unreserved_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 10995; + this.state = 10991; this.unreserved_keyword(); } break; @@ -60950,9 +60973,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_semi(): Opt_semiContext { let localContext = new Opt_semiContext(this.context, this.state); - this.enterRule(localContext, 1518, PostgreSqlParser.RULE_opt_semi); + this.enterRule(localContext, 1520, PostgreSqlParser.RULE_opt_semi); try { - this.state = 11000; + this.state = 10996; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EOF: @@ -60964,7 +60987,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.SEMI: this.enterOuterAlt(localContext, 2); { - this.state = 10999; + this.state = 10995; this.match(PostgreSqlParser.SEMI); } break; @@ -60988,21 +61011,21 @@ export class PostgreSqlParser extends SQLParserBase { } public pl_block(): Pl_blockContext { let localContext = new Pl_blockContext(this.context, this.state); - this.enterRule(localContext, 1520, PostgreSqlParser.RULE_pl_block); + this.enterRule(localContext, 1522, PostgreSqlParser.RULE_pl_block); try { this.enterOuterAlt(localContext, 1); { - this.state = 11002; + this.state = 10998; this.decl_sect(); - this.state = 11003; + this.state = 10999; this.match(PostgreSqlParser.KW_BEGIN); - this.state = 11004; + this.state = 11000; this.proc_sect(); - this.state = 11005; + this.state = 11001; this.exception_sect(); - this.state = 11006; + this.state = 11002; this.match(PostgreSqlParser.KW_END); - this.state = 11007; + this.state = 11003; this.opt_label(); } } @@ -61022,26 +61045,26 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_sect(): Decl_sectContext { let localContext = new Decl_sectContext(this.context, this.state); - this.enterRule(localContext, 1522, PostgreSqlParser.RULE_decl_sect); + this.enterRule(localContext, 1524, PostgreSqlParser.RULE_decl_sect); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11009; + this.state = 11005; this.opt_block_label(); - this.state = 11014; + this.state = 11010; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 11010; + this.state = 11006; this.decl_start(); - this.state = 11012; + this.state = 11008; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1170, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1165, this.context) ) { case 1: { - this.state = 11011; + this.state = 11007; this.decl_stmts(); } break; @@ -61067,11 +61090,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_start(): Decl_startContext { let localContext = new Decl_startContext(this.context, this.state); - this.enterRule(localContext, 1524, PostgreSqlParser.RULE_decl_start); + this.enterRule(localContext, 1526, PostgreSqlParser.RULE_decl_start); try { this.enterOuterAlt(localContext, 1); { - this.state = 11016; + this.state = 11012; this.match(PostgreSqlParser.KW_DECLARE); } } @@ -61091,12 +61114,12 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_stmts(): Decl_stmtsContext { let localContext = new Decl_stmtsContext(this.context, this.state); - this.enterRule(localContext, 1526, PostgreSqlParser.RULE_decl_stmts); + this.enterRule(localContext, 1528, PostgreSqlParser.RULE_decl_stmts); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 11019; + this.state = 11015; this.errorHandler.sync(this); alternative = 1; do { @@ -61104,7 +61127,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 11018; + this.state = 11014; this.decl_stmt(); } } @@ -61112,9 +61135,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 11021; + this.state = 11017; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1172, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1167, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -61134,15 +61157,15 @@ export class PostgreSqlParser extends SQLParserBase { } public label_decl(): Label_declContext { let localContext = new Label_declContext(this.context, this.state); - this.enterRule(localContext, 1528, PostgreSqlParser.RULE_label_decl); + this.enterRule(localContext, 1530, PostgreSqlParser.RULE_label_decl); try { this.enterOuterAlt(localContext, 1); { - this.state = 11023; + this.state = 11019; this.match(PostgreSqlParser.LESS_LESS); - this.state = 11024; + this.state = 11020; this.any_identifier(); - this.state = 11025; + this.state = 11021; this.match(PostgreSqlParser.GREATER_GREATER); } } @@ -61162,29 +61185,29 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_stmt(): Decl_stmtContext { let localContext = new Decl_stmtContext(this.context, this.state); - this.enterRule(localContext, 1530, PostgreSqlParser.RULE_decl_stmt); + this.enterRule(localContext, 1532, PostgreSqlParser.RULE_decl_stmt); try { - this.state = 11030; + this.state = 11026; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1173, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1168, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11027; + this.state = 11023; this.decl_statement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11028; + this.state = 11024; this.match(PostgreSqlParser.KW_DECLARE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11029; + this.state = 11025; this.label_decl(); } break; @@ -61206,55 +61229,55 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_statement(): Decl_statementContext { let localContext = new Decl_statementContext(this.context, this.state); - this.enterRule(localContext, 1532, PostgreSqlParser.RULE_decl_statement); + this.enterRule(localContext, 1534, PostgreSqlParser.RULE_decl_statement); try { this.enterOuterAlt(localContext, 1); { - this.state = 11032; + this.state = 11028; this.decl_varname(); - this.state = 11048; + this.state = 11044; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1174, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1169, this.context) ) { case 1: { - this.state = 11033; + this.state = 11029; this.match(PostgreSqlParser.KW_ALIAS); - this.state = 11034; + this.state = 11030; this.match(PostgreSqlParser.KW_FOR); - this.state = 11035; + this.state = 11031; this.decl_aliasitem(); } break; case 2: { - this.state = 11036; + this.state = 11032; this.decl_const(); - this.state = 11037; + this.state = 11033; this.decl_datatype(); - this.state = 11038; + this.state = 11034; this.decl_collate(); - this.state = 11039; + this.state = 11035; this.decl_notnull(); - this.state = 11040; + this.state = 11036; this.decl_defval(); } break; case 3: { - this.state = 11042; + this.state = 11038; this.opt_scrollable(); - this.state = 11043; + this.state = 11039; this.match(PostgreSqlParser.KW_CURSOR); - this.state = 11044; + this.state = 11040; this.decl_cursor_args(); - this.state = 11045; + this.state = 11041; this.decl_is_for(); - this.state = 11046; + this.state = 11042; this.decl_cursor_query(); } break; } - this.state = 11050; + this.state = 11046; this.match(PostgreSqlParser.SEMI); } } @@ -61274,9 +61297,9 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_scrollable(): Opt_scrollableContext { let localContext = new Opt_scrollableContext(this.context, this.state); - this.enterRule(localContext, 1534, PostgreSqlParser.RULE_opt_scrollable); + this.enterRule(localContext, 1536, PostgreSqlParser.RULE_opt_scrollable); try { - this.state = 11056; + this.state = 11052; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURSOR: @@ -61288,16 +61311,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 2); { - this.state = 11053; + this.state = 11049; this.match(PostgreSqlParser.KW_NO); - this.state = 11054; + this.state = 11050; this.match(PostgreSqlParser.KW_SCROLL); } break; case PostgreSqlParser.KW_SCROLL: this.enterOuterAlt(localContext, 3); { - this.state = 11055; + this.state = 11051; this.match(PostgreSqlParser.KW_SCROLL); } break; @@ -61321,11 +61344,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, 1536, PostgreSqlParser.RULE_decl_cursor_query); + this.enterRule(localContext, 1538, PostgreSqlParser.RULE_decl_cursor_query); try { this.enterOuterAlt(localContext, 1); { - this.state = 11058; + this.state = 11054; this.selectstmt(); } } @@ -61345,9 +61368,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, 1538, PostgreSqlParser.RULE_decl_cursor_args); + this.enterRule(localContext, 1540, PostgreSqlParser.RULE_decl_cursor_args); try { - this.state = 11065; + this.state = 11061; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: @@ -61360,11 +61383,11 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 11061; + this.state = 11057; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11062; + this.state = 11058; this.decl_cursor_arglist(); - this.state = 11063; + this.state = 11059; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -61388,26 +61411,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, 1540, PostgreSqlParser.RULE_decl_cursor_arglist); + this.enterRule(localContext, 1542, PostgreSqlParser.RULE_decl_cursor_arglist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11067; + this.state = 11063; this.decl_cursor_arg(); - this.state = 11072; + this.state = 11068; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11068; + this.state = 11064; this.match(PostgreSqlParser.COMMA); - this.state = 11069; + this.state = 11065; this.decl_cursor_arg(); } } - this.state = 11074; + this.state = 11070; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -61429,13 +61452,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, 1542, PostgreSqlParser.RULE_decl_cursor_arg); + this.enterRule(localContext, 1544, PostgreSqlParser.RULE_decl_cursor_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 11075; + this.state = 11071; this.decl_varname(); - this.state = 11076; + this.state = 11072; this.decl_datatype(); } } @@ -61455,12 +61478,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, 1544, PostgreSqlParser.RULE_decl_is_for); + this.enterRule(localContext, 1546, PostgreSqlParser.RULE_decl_is_for); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11078; + this.state = 11074; _la = this.tokenStream.LA(1); if(!(_la === 62 || _la === 116)) { this.errorHandler.recoverInline(this); @@ -61487,15 +61510,15 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_aliasitem(): Decl_aliasitemContext { let localContext = new Decl_aliasitemContext(this.context, this.state); - this.enterRule(localContext, 1546, PostgreSqlParser.RULE_decl_aliasitem); + this.enterRule(localContext, 1548, PostgreSqlParser.RULE_decl_aliasitem); try { - this.state = 11082; + this.state = 11078; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PARAM: this.enterOuterAlt(localContext, 1); { - this.state = 11080; + this.state = 11076; this.match(PostgreSqlParser.PARAM); } break; @@ -61900,7 +61923,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 11081; + this.state = 11077; this.colid(); } break; @@ -61924,11 +61947,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_varname(): Decl_varnameContext { let localContext = new Decl_varnameContext(this.context, this.state); - this.enterRule(localContext, 1548, PostgreSqlParser.RULE_decl_varname); + this.enterRule(localContext, 1550, PostgreSqlParser.RULE_decl_varname); try { this.enterOuterAlt(localContext, 1); { - this.state = 11084; + this.state = 11080; this.any_identifier(); } } @@ -61948,11 +61971,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_const(): Decl_constContext { let localContext = new Decl_constContext(this.context, this.state); - this.enterRule(localContext, 1550, PostgreSqlParser.RULE_decl_const); + this.enterRule(localContext, 1552, PostgreSqlParser.RULE_decl_const); try { - this.state = 11088; + this.state = 11084; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1179, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1174, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -61962,7 +61985,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11087; + this.state = 11083; this.match(PostgreSqlParser.KW_CONSTANT); } break; @@ -61984,11 +62007,11 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_datatype(): Decl_datatypeContext { let localContext = new Decl_datatypeContext(this.context, this.state); - this.enterRule(localContext, 1552, PostgreSqlParser.RULE_decl_datatype); + this.enterRule(localContext, 1554, PostgreSqlParser.RULE_decl_datatype); try { this.enterOuterAlt(localContext, 1); { - this.state = 11090; + this.state = 11086; this.typename(); } } @@ -62008,9 +62031,9 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_collate(): Decl_collateContext { let localContext = new Decl_collateContext(this.context, this.state); - this.enterRule(localContext, 1554, PostgreSqlParser.RULE_decl_collate); + this.enterRule(localContext, 1556, PostgreSqlParser.RULE_decl_collate); try { - this.state = 11095; + this.state = 11091; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -62026,9 +62049,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_COLLATE: this.enterOuterAlt(localContext, 2); { - this.state = 11093; + this.state = 11089; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 11094; + this.state = 11090; this.any_name(); } break; @@ -62052,9 +62075,9 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_notnull(): Decl_notnullContext { let localContext = new Decl_notnullContext(this.context, this.state); - this.enterRule(localContext, 1556, PostgreSqlParser.RULE_decl_notnull); + this.enterRule(localContext, 1558, PostgreSqlParser.RULE_decl_notnull); try { - this.state = 11100; + this.state = 11096; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -62069,9 +62092,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 11098; + this.state = 11094; this.match(PostgreSqlParser.KW_NOT); - this.state = 11099; + this.state = 11095; this.match(PostgreSqlParser.KW_NULL); } break; @@ -62095,9 +62118,9 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_defval(): Decl_defvalContext { let localContext = new Decl_defvalContext(this.context, this.state); - this.enterRule(localContext, 1558, PostgreSqlParser.RULE_decl_defval); + this.enterRule(localContext, 1560, PostgreSqlParser.RULE_decl_defval); try { - this.state = 11106; + this.state = 11102; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -62111,9 +62134,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 11103; + this.state = 11099; this.decl_defkey(); - this.state = 11104; + this.state = 11100; this.sql_expression(); } break; @@ -62137,23 +62160,23 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_defkey(): Decl_defkeyContext { let localContext = new Decl_defkeyContext(this.context, this.state); - this.enterRule(localContext, 1560, PostgreSqlParser.RULE_decl_defkey); + this.enterRule(localContext, 1562, PostgreSqlParser.RULE_decl_defkey); try { - this.state = 11110; + this.state = 11106; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EQUAL: case PostgreSqlParser.COLON_EQUALS: this.enterOuterAlt(localContext, 1); { - this.state = 11108; + this.state = 11104; this.assign_operator(); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 11109; + this.state = 11105; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -62177,12 +62200,12 @@ export class PostgreSqlParser extends SQLParserBase { } public assign_operator(): Assign_operatorContext { let localContext = new Assign_operatorContext(this.context, this.state); - this.enterRule(localContext, 1562, PostgreSqlParser.RULE_assign_operator); + this.enterRule(localContext, 1564, PostgreSqlParser.RULE_assign_operator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11112; + this.state = 11108; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 20)) { this.errorHandler.recoverInline(this); @@ -62209,26 +62232,26 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_sect(): Proc_sectContext { let localContext = new Proc_sectContext(this.context, this.state); - this.enterRule(localContext, 1564, PostgreSqlParser.RULE_proc_sect); + this.enterRule(localContext, 1566, PostgreSqlParser.RULE_proc_sect); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 11117; + this.state = 11113; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1184, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1179, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 11114; + this.state = 11110; this.proc_stmt(); } } } - this.state = 11119; + this.state = 11115; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1184, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1179, this.context); } } } @@ -62248,185 +62271,185 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_stmt(): Proc_stmtContext { let localContext = new Proc_stmtContext(this.context, this.state); - this.enterRule(localContext, 1566, PostgreSqlParser.RULE_proc_stmt); + this.enterRule(localContext, 1568, PostgreSqlParser.RULE_proc_stmt); try { - this.state = 11147; + this.state = 11143; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1185, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1180, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11120; + this.state = 11116; this.pl_block(); - this.state = 11121; + this.state = 11117; this.match(PostgreSqlParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11123; + this.state = 11119; this.stmt_return(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11124; + this.state = 11120; this.stmt_raise(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 11125; + this.state = 11121; this.stmt_assign(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 11126; + this.state = 11122; this.stmt_if(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 11127; + this.state = 11123; this.stmt_case(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 11128; + this.state = 11124; this.stmt_loop(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 11129; + this.state = 11125; this.stmt_while(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 11130; + this.state = 11126; this.stmt_for(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 11131; + this.state = 11127; this.stmt_foreach_a(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 11132; + this.state = 11128; this.stmt_exit(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 11133; + this.state = 11129; this.stmt_assert(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 11134; + this.state = 11130; this.stmt_execsql(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 11135; + this.state = 11131; this.stmt_dynexecute(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 11136; + this.state = 11132; this.stmt_perform(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 11137; + this.state = 11133; this.stmt_call(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 11138; + this.state = 11134; this.stmt_getdiag(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 11139; + this.state = 11135; this.stmt_open(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 11140; + this.state = 11136; this.stmt_fetch(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 11141; + this.state = 11137; this.stmt_move(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 11142; + this.state = 11138; this.stmt_close(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 11143; + this.state = 11139; this.stmt_null(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 11144; + this.state = 11140; this.stmt_commit(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 11145; + this.state = 11141; this.stmt_rollback(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 11146; + this.state = 11142; this.stmt_set(); } break; @@ -62448,15 +62471,15 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_perform(): Stmt_performContext { let localContext = new Stmt_performContext(this.context, this.state); - this.enterRule(localContext, 1568, PostgreSqlParser.RULE_stmt_perform); + this.enterRule(localContext, 1570, PostgreSqlParser.RULE_stmt_perform); try { this.enterOuterAlt(localContext, 1); { - this.state = 11149; + this.state = 11145; this.match(PostgreSqlParser.KW_PERFORM); - this.state = 11150; + this.state = 11146; this.expr_until_semi(); - this.state = 11151; + this.state = 11147; this.match(PostgreSqlParser.SEMI); } } @@ -62476,30 +62499,30 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_call(): Stmt_callContext { let localContext = new Stmt_callContext(this.context, this.state); - this.enterRule(localContext, 1570, PostgreSqlParser.RULE_stmt_call); + this.enterRule(localContext, 1572, PostgreSqlParser.RULE_stmt_call); try { - this.state = 11169; + this.state = 11165; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CALL: this.enterOuterAlt(localContext, 1); { - this.state = 11153; + this.state = 11149; this.match(PostgreSqlParser.KW_CALL); - this.state = 11154; + this.state = 11150; this.any_identifier(); - this.state = 11160; + this.state = 11156; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1186, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1181, this.context) ) { case 1: { - this.state = 11155; + this.state = 11151; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11156; + this.state = 11152; this.opt_expr_list(); - this.state = 11157; + this.state = 11153; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 11158; + this.state = 11154; this.match(PostgreSqlParser.SEMI); } break; @@ -62509,17 +62532,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DO: this.enterOuterAlt(localContext, 2); { - this.state = 11162; + this.state = 11158; this.match(PostgreSqlParser.KW_DO); - this.state = 11163; + this.state = 11159; this.any_identifier(); - this.state = 11164; + this.state = 11160; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11165; + this.state = 11161; this.opt_expr_list(); - this.state = 11166; + this.state = 11162; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 11167; + this.state = 11163; this.match(PostgreSqlParser.SEMI); } break; @@ -62543,9 +62566,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, 1572, PostgreSqlParser.RULE_opt_expr_list); + this.enterRule(localContext, 1574, PostgreSqlParser.RULE_opt_expr_list); try { - this.state = 11173; + this.state = 11169; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.CLOSE_PAREN: @@ -63002,7 +63025,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 11172; + this.state = 11168; this.expr_list(); } break; @@ -63026,17 +63049,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_assign(): Stmt_assignContext { let localContext = new Stmt_assignContext(this.context, this.state); - this.enterRule(localContext, 1574, PostgreSqlParser.RULE_stmt_assign); + this.enterRule(localContext, 1576, PostgreSqlParser.RULE_stmt_assign); try { this.enterOuterAlt(localContext, 1); { - this.state = 11175; + this.state = 11171; this.assign_var(); - this.state = 11176; + this.state = 11172; this.assign_operator(); - this.state = 11177; + this.state = 11173; this.sql_expression(); - this.state = 11178; + this.state = 11174; this.match(PostgreSqlParser.SEMI); } } @@ -63056,19 +63079,19 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_getdiag(): Stmt_getdiagContext { let localContext = new Stmt_getdiagContext(this.context, this.state); - this.enterRule(localContext, 1576, PostgreSqlParser.RULE_stmt_getdiag); + this.enterRule(localContext, 1578, PostgreSqlParser.RULE_stmt_getdiag); try { this.enterOuterAlt(localContext, 1); { - this.state = 11180; + this.state = 11176; this.match(PostgreSqlParser.KW_GET); - this.state = 11181; + this.state = 11177; this.getdiag_area_opt(); - this.state = 11182; + this.state = 11178; this.match(PostgreSqlParser.KW_DIAGNOSTICS); - this.state = 11183; + this.state = 11179; this.getdiag_list(); - this.state = 11184; + this.state = 11180; this.match(PostgreSqlParser.SEMI); } } @@ -63088,9 +63111,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, 1578, PostgreSqlParser.RULE_getdiag_area_opt); + this.enterRule(localContext, 1580, PostgreSqlParser.RULE_getdiag_area_opt); try { - this.state = 11189; + this.state = 11185; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DIAGNOSTICS: @@ -63102,14 +63125,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT: this.enterOuterAlt(localContext, 2); { - this.state = 11187; + this.state = 11183; this.match(PostgreSqlParser.KW_CURRENT); } break; case PostgreSqlParser.KW_STACKED: this.enterOuterAlt(localContext, 3); { - this.state = 11188; + this.state = 11184; this.match(PostgreSqlParser.KW_STACKED); } break; @@ -63133,26 +63156,26 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_list(): Getdiag_listContext { let localContext = new Getdiag_listContext(this.context, this.state); - this.enterRule(localContext, 1580, PostgreSqlParser.RULE_getdiag_list); + this.enterRule(localContext, 1582, PostgreSqlParser.RULE_getdiag_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11191; + this.state = 11187; this.getdiag_list_item(); - this.state = 11196; + this.state = 11192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11192; + this.state = 11188; this.match(PostgreSqlParser.COMMA); - this.state = 11193; + this.state = 11189; this.getdiag_list_item(); } } - this.state = 11198; + this.state = 11194; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -63174,15 +63197,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, 1582, PostgreSqlParser.RULE_getdiag_list_item); + this.enterRule(localContext, 1584, PostgreSqlParser.RULE_getdiag_list_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 11199; + this.state = 11195; this.getdiag_target(); - this.state = 11200; + this.state = 11196; this.assign_operator(); - this.state = 11201; + this.state = 11197; this.getdiag_item(); } } @@ -63202,11 +63225,11 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_item(): Getdiag_itemContext { let localContext = new Getdiag_itemContext(this.context, this.state); - this.enterRule(localContext, 1584, PostgreSqlParser.RULE_getdiag_item); + this.enterRule(localContext, 1586, PostgreSqlParser.RULE_getdiag_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 11203; + this.state = 11199; this.colid(); } } @@ -63226,11 +63249,11 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_target(): Getdiag_targetContext { let localContext = new Getdiag_targetContext(this.context, this.state); - this.enterRule(localContext, 1586, PostgreSqlParser.RULE_getdiag_target); + this.enterRule(localContext, 1588, PostgreSqlParser.RULE_getdiag_target); try { this.enterOuterAlt(localContext, 1); { - this.state = 11205; + this.state = 11201; this.assign_var(); } } @@ -63250,12 +63273,12 @@ export class PostgreSqlParser extends SQLParserBase { } public assign_var(): Assign_varContext { let localContext = new Assign_varContext(this.context, this.state); - this.enterRule(localContext, 1588, PostgreSqlParser.RULE_assign_var); + this.enterRule(localContext, 1590, PostgreSqlParser.RULE_assign_var); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11209; + this.state = 11205; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -63658,34 +63681,34 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 11207; + this.state = 11203; this.any_name(); } break; case PostgreSqlParser.PARAM: { - this.state = 11208; + this.state = 11204; this.match(PostgreSqlParser.PARAM); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 11217; + this.state = 11213; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 4) { { { - this.state = 11211; + this.state = 11207; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 11212; + this.state = 11208; this.expr_until_rightbracket(); - this.state = 11213; + this.state = 11209; this.match(PostgreSqlParser.CLOSE_BRACKET); } } - this.state = 11219; + this.state = 11215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -63707,27 +63730,27 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_if(): Stmt_ifContext { let localContext = new Stmt_ifContext(this.context, this.state); - this.enterRule(localContext, 1590, PostgreSqlParser.RULE_stmt_if); + this.enterRule(localContext, 1592, PostgreSqlParser.RULE_stmt_if); try { this.enterOuterAlt(localContext, 1); { - this.state = 11220; + this.state = 11216; this.match(PostgreSqlParser.KW_IF); - this.state = 11221; + this.state = 11217; this.expr_until_then(); - this.state = 11222; + this.state = 11218; this.match(PostgreSqlParser.KW_THEN); - this.state = 11223; + this.state = 11219; this.proc_sect(); - this.state = 11224; + this.state = 11220; this.stmt_elsifs(); - this.state = 11225; + this.state = 11221; this.stmt_else(); - this.state = 11226; + this.state = 11222; this.match(PostgreSqlParser.KW_END); - this.state = 11227; + this.state = 11223; this.match(PostgreSqlParser.KW_IF); - this.state = 11228; + this.state = 11224; this.match(PostgreSqlParser.SEMI); } } @@ -63747,28 +63770,28 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_elsifs(): Stmt_elsifsContext { let localContext = new Stmt_elsifsContext(this.context, this.state); - this.enterRule(localContext, 1592, PostgreSqlParser.RULE_stmt_elsifs); + this.enterRule(localContext, 1594, PostgreSqlParser.RULE_stmt_elsifs); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11237; + this.state = 11233; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 502) { { { - this.state = 11230; + this.state = 11226; this.match(PostgreSqlParser.KW_ELSIF); - this.state = 11231; + this.state = 11227; this.a_expr(); - this.state = 11232; + this.state = 11228; this.match(PostgreSqlParser.KW_THEN); - this.state = 11233; + this.state = 11229; this.proc_sect(); } } - this.state = 11239; + this.state = 11235; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -63790,9 +63813,9 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_else(): Stmt_elseContext { let localContext = new Stmt_elseContext(this.context, this.state); - this.enterRule(localContext, 1594, PostgreSqlParser.RULE_stmt_else); + this.enterRule(localContext, 1596, PostgreSqlParser.RULE_stmt_else); try { - this.state = 11243; + this.state = 11239; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_END: @@ -63804,9 +63827,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ELSE: this.enterOuterAlt(localContext, 2); { - this.state = 11241; + this.state = 11237; this.match(PostgreSqlParser.KW_ELSE); - this.state = 11242; + this.state = 11238; this.proc_sect(); } break; @@ -63830,23 +63853,23 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_case(): Stmt_caseContext { let localContext = new Stmt_caseContext(this.context, this.state); - this.enterRule(localContext, 1596, PostgreSqlParser.RULE_stmt_case); + this.enterRule(localContext, 1598, PostgreSqlParser.RULE_stmt_case); try { this.enterOuterAlt(localContext, 1); { - this.state = 11245; + this.state = 11241; this.match(PostgreSqlParser.KW_CASE); - this.state = 11246; + this.state = 11242; this.opt_expr_until_when(); - this.state = 11247; + this.state = 11243; this.case_when_list(); - this.state = 11248; + this.state = 11244; this.opt_case_else(); - this.state = 11249; + this.state = 11245; this.match(PostgreSqlParser.KW_END); - this.state = 11250; + this.state = 11246; this.match(PostgreSqlParser.KW_CASE); - this.state = 11251; + this.state = 11247; this.match(PostgreSqlParser.SEMI); } } @@ -63866,11 +63889,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, 1598, PostgreSqlParser.RULE_opt_expr_until_when); + this.enterRule(localContext, 1600, PostgreSqlParser.RULE_opt_expr_until_when); try { - this.state = 11255; + this.state = 11251; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1195, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1190, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -63880,7 +63903,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11254; + this.state = 11250; this.sql_expression(); } break; @@ -63902,22 +63925,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, 1600, PostgreSqlParser.RULE_case_when_list); + this.enterRule(localContext, 1602, PostgreSqlParser.RULE_case_when_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11258; + this.state = 11254; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11257; + this.state = 11253; this.case_when(); } } - this.state = 11260; + this.state = 11256; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -63939,17 +63962,17 @@ export class PostgreSqlParser extends SQLParserBase { } public case_when(): Case_whenContext { let localContext = new Case_whenContext(this.context, this.state); - this.enterRule(localContext, 1602, PostgreSqlParser.RULE_case_when); + this.enterRule(localContext, 1604, PostgreSqlParser.RULE_case_when); try { this.enterOuterAlt(localContext, 1); { - this.state = 11262; + this.state = 11258; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11263; + this.state = 11259; this.expr_list(); - this.state = 11264; + this.state = 11260; this.match(PostgreSqlParser.KW_THEN); - this.state = 11265; + this.state = 11261; this.proc_sect(); } } @@ -63969,9 +63992,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, 1604, PostgreSqlParser.RULE_opt_case_else); + this.enterRule(localContext, 1606, PostgreSqlParser.RULE_opt_case_else); try { - this.state = 11270; + this.state = 11266; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_END: @@ -63983,9 +64006,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ELSE: this.enterOuterAlt(localContext, 2); { - this.state = 11268; + this.state = 11264; this.match(PostgreSqlParser.KW_ELSE); - this.state = 11269; + this.state = 11265; this.proc_sect(); } break; @@ -64009,13 +64032,13 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_loop(): Stmt_loopContext { let localContext = new Stmt_loopContext(this.context, this.state); - this.enterRule(localContext, 1606, PostgreSqlParser.RULE_stmt_loop); + this.enterRule(localContext, 1608, PostgreSqlParser.RULE_stmt_loop); try { this.enterOuterAlt(localContext, 1); { - this.state = 11272; + this.state = 11268; this.opt_loop_label(); - this.state = 11273; + this.state = 11269; this.loop_body(); } } @@ -64035,17 +64058,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_while(): Stmt_whileContext { let localContext = new Stmt_whileContext(this.context, this.state); - this.enterRule(localContext, 1608, PostgreSqlParser.RULE_stmt_while); + this.enterRule(localContext, 1610, PostgreSqlParser.RULE_stmt_while); try { this.enterOuterAlt(localContext, 1); { - this.state = 11275; + this.state = 11271; this.opt_loop_label(); - this.state = 11276; + this.state = 11272; this.match(PostgreSqlParser.KW_WHILE); - this.state = 11277; + this.state = 11273; this.expr_until_loop(); - this.state = 11278; + this.state = 11274; this.loop_body(); } } @@ -64065,17 +64088,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_for(): Stmt_forContext { let localContext = new Stmt_forContext(this.context, this.state); - this.enterRule(localContext, 1610, PostgreSqlParser.RULE_stmt_for); + this.enterRule(localContext, 1612, PostgreSqlParser.RULE_stmt_for); try { this.enterOuterAlt(localContext, 1); { - this.state = 11280; + this.state = 11276; this.opt_loop_label(); - this.state = 11281; + this.state = 11277; this.match(PostgreSqlParser.KW_FOR); - this.state = 11282; + this.state = 11278; this.for_control(); - this.state = 11283; + this.state = 11279; this.loop_body(); } } @@ -64095,58 +64118,58 @@ export class PostgreSqlParser extends SQLParserBase { } public for_control(): For_controlContext { let localContext = new For_controlContext(this.context, this.state); - this.enterRule(localContext, 1612, PostgreSqlParser.RULE_for_control); + this.enterRule(localContext, 1614, PostgreSqlParser.RULE_for_control); try { this.enterOuterAlt(localContext, 1); { - this.state = 11285; + this.state = 11281; this.for_variable(); - this.state = 11286; + this.state = 11282; this.match(PostgreSqlParser.KW_IN); - this.state = 11302; + this.state = 11298; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1198, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1193, this.context) ) { case 1: { - this.state = 11287; + this.state = 11283; this.cursor_name(); - this.state = 11288; + this.state = 11284; this.opt_cursor_parameters(); } break; case 2: { - this.state = 11290; + this.state = 11286; this.selectstmt(); } break; case 3: { - this.state = 11291; + this.state = 11287; this.explainstmt(); } break; case 4: { - this.state = 11292; + this.state = 11288; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11293; + this.state = 11289; this.a_expr(); - this.state = 11294; + this.state = 11290; this.opt_for_using_expression(); } break; case 5: { - this.state = 11296; + this.state = 11292; this.opt_reverse(); - this.state = 11297; + this.state = 11293; this.a_expr(); - this.state = 11298; + this.state = 11294; this.match(PostgreSqlParser.DOT_DOT); - this.state = 11299; + this.state = 11295; this.a_expr(); - this.state = 11300; + this.state = 11296; this.opt_by_expression(); } break; @@ -64169,9 +64192,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, 1614, PostgreSqlParser.RULE_opt_for_using_expression); + this.enterRule(localContext, 1616, PostgreSqlParser.RULE_opt_for_using_expression); try { - this.state = 11307; + this.state = 11303; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64184,9 +64207,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11305; + this.state = 11301; this.match(PostgreSqlParser.KW_USING); - this.state = 11306; + this.state = 11302; this.expr_list(); } break; @@ -64210,10 +64233,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, 1616, PostgreSqlParser.RULE_opt_cursor_parameters); + this.enterRule(localContext, 1618, PostgreSqlParser.RULE_opt_cursor_parameters); let _la: number; try { - this.state = 11321; + this.state = 11317; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LOOP: @@ -64225,27 +64248,27 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 11310; + this.state = 11306; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11311; + this.state = 11307; this.a_expr(); - this.state = 11316; + this.state = 11312; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11312; + this.state = 11308; this.match(PostgreSqlParser.COMMA); - this.state = 11313; + this.state = 11309; this.a_expr(); } } - this.state = 11318; + this.state = 11314; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 11319; + this.state = 11315; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -64269,11 +64292,11 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_reverse(): Opt_reverseContext { let localContext = new Opt_reverseContext(this.context, this.state); - this.enterRule(localContext, 1618, PostgreSqlParser.RULE_opt_reverse); + this.enterRule(localContext, 1620, PostgreSqlParser.RULE_opt_reverse); try { - this.state = 11325; + this.state = 11321; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1202, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1197, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -64283,7 +64306,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11324; + this.state = 11320; this.match(PostgreSqlParser.KW_REVERSE); } break; @@ -64305,9 +64328,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, 1620, PostgreSqlParser.RULE_opt_by_expression); + this.enterRule(localContext, 1622, PostgreSqlParser.RULE_opt_by_expression); try { - this.state = 11330; + this.state = 11326; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LOOP: @@ -64319,9 +64342,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BY: this.enterOuterAlt(localContext, 2); { - this.state = 11328; + this.state = 11324; this.match(PostgreSqlParser.KW_BY); - this.state = 11329; + this.state = 11325; this.a_expr(); } break; @@ -64345,11 +64368,11 @@ export class PostgreSqlParser extends SQLParserBase { } public for_variable(): For_variableContext { let localContext = new For_variableContext(this.context, this.state); - this.enterRule(localContext, 1622, PostgreSqlParser.RULE_for_variable); + this.enterRule(localContext, 1624, PostgreSqlParser.RULE_for_variable); try { this.enterOuterAlt(localContext, 1); { - this.state = 11332; + this.state = 11328; this.any_name_list(); } } @@ -64369,25 +64392,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, 1624, PostgreSqlParser.RULE_stmt_foreach_a); + this.enterRule(localContext, 1626, PostgreSqlParser.RULE_stmt_foreach_a); try { this.enterOuterAlt(localContext, 1); { - this.state = 11334; + this.state = 11330; this.opt_loop_label(); - this.state = 11335; + this.state = 11331; this.match(PostgreSqlParser.KW_FOREACH); - this.state = 11336; + this.state = 11332; this.for_variable(); - this.state = 11337; + this.state = 11333; this.foreach_slice(); - this.state = 11338; + this.state = 11334; this.match(PostgreSqlParser.KW_IN); - this.state = 11339; + this.state = 11335; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 11340; + this.state = 11336; this.a_expr(); - this.state = 11341; + this.state = 11337; this.loop_body(); } } @@ -64407,9 +64430,9 @@ export class PostgreSqlParser extends SQLParserBase { } public foreach_slice(): Foreach_sliceContext { let localContext = new Foreach_sliceContext(this.context, this.state); - this.enterRule(localContext, 1626, PostgreSqlParser.RULE_foreach_slice); + this.enterRule(localContext, 1628, PostgreSqlParser.RULE_foreach_slice); try { - this.state = 11346; + this.state = 11342; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: @@ -64421,9 +64444,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SLICE: this.enterOuterAlt(localContext, 2); { - this.state = 11344; + this.state = 11340; this.match(PostgreSqlParser.KW_SLICE); - this.state = 11345; + this.state = 11341; this.iconst(); } break; @@ -64447,26 +64470,26 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_exit(): Stmt_exitContext { let localContext = new Stmt_exitContext(this.context, this.state); - this.enterRule(localContext, 1628, PostgreSqlParser.RULE_stmt_exit); + this.enterRule(localContext, 1630, PostgreSqlParser.RULE_stmt_exit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11348; + this.state = 11344; this.exit_type(); - this.state = 11349; + this.state = 11345; this.opt_label(); - this.state = 11351; + this.state = 11347; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 11350; + this.state = 11346; this.opt_exitcond(); } } - this.state = 11353; + this.state = 11349; this.match(PostgreSqlParser.SEMI); } } @@ -64486,12 +64509,12 @@ export class PostgreSqlParser extends SQLParserBase { } public exit_type(): Exit_typeContext { let localContext = new Exit_typeContext(this.context, this.state); - this.enterRule(localContext, 1630, PostgreSqlParser.RULE_exit_type); + this.enterRule(localContext, 1632, PostgreSqlParser.RULE_exit_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11355; + this.state = 11351; _la = this.tokenStream.LA(1); if(!(_la === 167 || _la === 507)) { this.errorHandler.recoverInline(this); @@ -64518,37 +64541,37 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_return(): Stmt_returnContext { let localContext = new Stmt_returnContext(this.context, this.state); - this.enterRule(localContext, 1632, PostgreSqlParser.RULE_stmt_return); + this.enterRule(localContext, 1634, PostgreSqlParser.RULE_stmt_return); try { this.enterOuterAlt(localContext, 1); { - this.state = 11357; + this.state = 11353; this.match(PostgreSqlParser.KW_RETURN); - this.state = 11369; + this.state = 11365; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1207, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1202, this.context) ) { case 1: { - this.state = 11358; + this.state = 11354; this.match(PostgreSqlParser.KW_NEXT); - this.state = 11359; + this.state = 11355; this.sql_expression(); } break; case 2: { - this.state = 11360; + this.state = 11356; this.match(PostgreSqlParser.KW_QUERY); - this.state = 11366; + this.state = 11362; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EXECUTE: { - this.state = 11361; + this.state = 11357; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11362; + this.state = 11358; this.a_expr(); - this.state = 11363; + this.state = 11359; this.opt_for_using_expression(); } break; @@ -64558,7 +64581,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 11365; + this.state = 11361; this.selectstmt(); } break; @@ -64569,12 +64592,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 11368; + this.state = 11364; this.opt_return_result(); } break; } - this.state = 11371; + this.state = 11367; this.match(PostgreSqlParser.SEMI); } } @@ -64594,11 +64617,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, 1634, PostgreSqlParser.RULE_opt_return_result); + this.enterRule(localContext, 1636, PostgreSqlParser.RULE_opt_return_result); try { - this.state = 11375; + this.state = 11371; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1208, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1203, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); // tslint:disable-next-line:no-empty @@ -64608,7 +64631,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11374; + this.state = 11370; this.sql_expression(); } break; @@ -64630,110 +64653,110 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_raise(): Stmt_raiseContext { let localContext = new Stmt_raiseContext(this.context, this.state); - this.enterRule(localContext, 1636, PostgreSqlParser.RULE_stmt_raise); + this.enterRule(localContext, 1638, PostgreSqlParser.RULE_stmt_raise); let _la: number; try { - this.state = 11411; + this.state = 11407; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1213, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1208, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11377; + this.state = 11373; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11379; + this.state = 11375; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0)) { { - this.state = 11378; + this.state = 11374; this.opt_stmt_raise_level(); } } - this.state = 11381; + this.state = 11377; this.sconst(); - this.state = 11382; + this.state = 11378; this.opt_raise_list(); - this.state = 11383; + this.state = 11379; this.opt_raise_using(); - this.state = 11384; + this.state = 11380; this.match(PostgreSqlParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11386; + this.state = 11382; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11388; + this.state = 11384; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1210, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1205, this.context) ) { case 1: { - this.state = 11387; + this.state = 11383; this.opt_stmt_raise_level(); } break; } - this.state = 11390; + this.state = 11386; this.identifier(); - this.state = 11391; + this.state = 11387; this.opt_raise_using(); - this.state = 11392; + this.state = 11388; this.match(PostgreSqlParser.SEMI); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11394; + this.state = 11390; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11396; + this.state = 11392; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0)) { { - this.state = 11395; + this.state = 11391; this.opt_stmt_raise_level(); } } - this.state = 11398; + this.state = 11394; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 11399; + this.state = 11395; this.sconst(); - this.state = 11400; + this.state = 11396; this.opt_raise_using(); - this.state = 11401; + this.state = 11397; this.match(PostgreSqlParser.SEMI); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 11403; + this.state = 11399; this.match(PostgreSqlParser.KW_RAISE); - this.state = 11405; + this.state = 11401; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0)) { { - this.state = 11404; + this.state = 11400; this.opt_stmt_raise_level(); } } - this.state = 11407; + this.state = 11403; this.opt_raise_using(); - this.state = 11408; + this.state = 11404; this.match(PostgreSqlParser.SEMI); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 11410; + this.state = 11406; this.match(PostgreSqlParser.KW_RAISE); } break; @@ -64755,12 +64778,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, 1638, PostgreSqlParser.RULE_opt_stmt_raise_level); + this.enterRule(localContext, 1640, PostgreSqlParser.RULE_opt_stmt_raise_level); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11413; + this.state = 11409; _la = this.tokenStream.LA(1); if(!(((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0))) { this.errorHandler.recoverInline(this); @@ -64787,10 +64810,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, 1640, PostgreSqlParser.RULE_opt_raise_list); + this.enterRule(localContext, 1642, PostgreSqlParser.RULE_opt_raise_list); let _la: number; try { - this.state = 11422; + this.state = 11418; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64803,19 +64826,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.COMMA: this.enterOuterAlt(localContext, 2); { - this.state = 11418; + this.state = 11414; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11416; + this.state = 11412; this.match(PostgreSqlParser.COMMA); - this.state = 11417; + this.state = 11413; this.a_expr(); } } - this.state = 11420; + this.state = 11416; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 6); @@ -64841,9 +64864,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, 1642, PostgreSqlParser.RULE_opt_raise_using); + this.enterRule(localContext, 1644, PostgreSqlParser.RULE_opt_raise_using); try { - this.state = 11427; + this.state = 11423; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64855,9 +64878,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11425; + this.state = 11421; this.match(PostgreSqlParser.KW_USING); - this.state = 11426; + this.state = 11422; this.opt_raise_using_elem_list(); } break; @@ -64881,15 +64904,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, 1644, PostgreSqlParser.RULE_opt_raise_using_elem); + this.enterRule(localContext, 1646, PostgreSqlParser.RULE_opt_raise_using_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 11429; + this.state = 11425; this.identifier(); - this.state = 11430; + this.state = 11426; this.match(PostgreSqlParser.EQUAL); - this.state = 11431; + this.state = 11427; this.a_expr(); } } @@ -64909,26 +64932,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, 1646, PostgreSqlParser.RULE_opt_raise_using_elem_list); + this.enterRule(localContext, 1648, PostgreSqlParser.RULE_opt_raise_using_elem_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11433; + this.state = 11429; this.opt_raise_using_elem(); - this.state = 11438; + this.state = 11434; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11434; + this.state = 11430; this.match(PostgreSqlParser.COMMA); - this.state = 11435; + this.state = 11431; this.opt_raise_using_elem(); } } - this.state = 11440; + this.state = 11436; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -64950,17 +64973,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_assert(): Stmt_assertContext { let localContext = new Stmt_assertContext(this.context, this.state); - this.enterRule(localContext, 1648, PostgreSqlParser.RULE_stmt_assert); + this.enterRule(localContext, 1650, PostgreSqlParser.RULE_stmt_assert); try { this.enterOuterAlt(localContext, 1); { - this.state = 11441; + this.state = 11437; this.match(PostgreSqlParser.KW_ASSERT); - this.state = 11442; + this.state = 11438; this.sql_expression(); - this.state = 11443; + this.state = 11439; this.opt_stmt_assert_message(); - this.state = 11444; + this.state = 11440; this.match(PostgreSqlParser.SEMI); } } @@ -64980,9 +65003,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, 1650, PostgreSqlParser.RULE_opt_stmt_assert_message); + this.enterRule(localContext, 1652, PostgreSqlParser.RULE_opt_stmt_assert_message); try { - this.state = 11449; + this.state = 11445; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -64994,9 +65017,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.COMMA: this.enterOuterAlt(localContext, 2); { - this.state = 11447; + this.state = 11443; this.match(PostgreSqlParser.COMMA); - this.state = 11448; + this.state = 11444; this.sql_expression(); } break; @@ -65020,21 +65043,21 @@ export class PostgreSqlParser extends SQLParserBase { } public loop_body(): Loop_bodyContext { let localContext = new Loop_bodyContext(this.context, this.state); - this.enterRule(localContext, 1652, PostgreSqlParser.RULE_loop_body); + this.enterRule(localContext, 1654, PostgreSqlParser.RULE_loop_body); try { this.enterOuterAlt(localContext, 1); { - this.state = 11451; + this.state = 11447; this.match(PostgreSqlParser.KW_LOOP); - this.state = 11452; + this.state = 11448; this.proc_sect(); - this.state = 11453; + this.state = 11449; this.match(PostgreSqlParser.KW_END); - this.state = 11454; + this.state = 11450; this.match(PostgreSqlParser.KW_LOOP); - this.state = 11455; + this.state = 11451; this.opt_label(); - this.state = 11456; + this.state = 11452; this.match(PostgreSqlParser.SEMI); } } @@ -65054,13 +65077,13 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_execsql(): Stmt_execsqlContext { let localContext = new Stmt_execsqlContext(this.context, this.state); - this.enterRule(localContext, 1654, PostgreSqlParser.RULE_stmt_execsql); + this.enterRule(localContext, 1656, PostgreSqlParser.RULE_stmt_execsql); try { this.enterOuterAlt(localContext, 1); { - this.state = 11458; + this.state = 11454; this.make_execsql_stmt(); - this.state = 11459; + this.state = 11455; this.match(PostgreSqlParser.SEMI); } } @@ -65080,30 +65103,30 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_dynexecute(): Stmt_dynexecuteContext { let localContext = new Stmt_dynexecuteContext(this.context, this.state); - this.enterRule(localContext, 1656, PostgreSqlParser.RULE_stmt_dynexecute); + this.enterRule(localContext, 1658, PostgreSqlParser.RULE_stmt_dynexecute); try { this.enterOuterAlt(localContext, 1); { - this.state = 11461; + this.state = 11457; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11462; + this.state = 11458; this.a_expr(); - this.state = 11470; + this.state = 11466; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1219, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1214, this.context) ) { case 1: { - this.state = 11463; + this.state = 11459; this.opt_execute_into(); - this.state = 11464; + this.state = 11460; this.opt_execute_using(); } break; case 2: { - this.state = 11466; + this.state = 11462; this.opt_execute_using(); - this.state = 11467; + this.state = 11463; this.opt_execute_into(); } break; @@ -65113,7 +65136,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 11472; + this.state = 11468; this.match(PostgreSqlParser.SEMI); } } @@ -65133,9 +65156,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, 1658, PostgreSqlParser.RULE_opt_execute_using); + this.enterRule(localContext, 1660, PostgreSqlParser.RULE_opt_execute_using); try { - this.state = 11477; + this.state = 11473; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -65148,9 +65171,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11475; + this.state = 11471; this.match(PostgreSqlParser.KW_USING); - this.state = 11476; + this.state = 11472; this.opt_execute_using_list(); } break; @@ -65174,26 +65197,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, 1660, PostgreSqlParser.RULE_opt_execute_using_list); + this.enterRule(localContext, 1662, PostgreSqlParser.RULE_opt_execute_using_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11479; + this.state = 11475; this.a_expr(); - this.state = 11484; + this.state = 11480; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11480; + this.state = 11476; this.match(PostgreSqlParser.COMMA); - this.state = 11481; + this.state = 11477; this.a_expr(); } } - this.state = 11486; + this.state = 11482; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -65215,9 +65238,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, 1662, PostgreSqlParser.RULE_opt_execute_into); + this.enterRule(localContext, 1664, PostgreSqlParser.RULE_opt_execute_into); try { - this.state = 11493; + this.state = 11489; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -65230,19 +65253,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_INTO: this.enterOuterAlt(localContext, 2); { - this.state = 11488; + this.state = 11484; this.match(PostgreSqlParser.KW_INTO); - this.state = 11490; + this.state = 11486; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1222, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1217, this.context) ) { case 1: { - this.state = 11489; + this.state = 11485; this.match(PostgreSqlParser.KW_STRICT); } break; } - this.state = 11492; + this.state = 11488; this.into_target(); } break; @@ -65266,25 +65289,25 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_open(): Stmt_openContext { let localContext = new Stmt_openContext(this.context, this.state); - this.enterRule(localContext, 1664, PostgreSqlParser.RULE_stmt_open); + this.enterRule(localContext, 1666, PostgreSqlParser.RULE_stmt_open); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11495; + this.state = 11491; this.match(PostgreSqlParser.KW_OPEN); - this.state = 11513; + this.state = 11509; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1226, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1221, this.context) ) { case 1: { - this.state = 11496; + this.state = 11492; this.cursor_variable(); - this.state = 11497; + this.state = 11493; this.opt_scroll_option(); - this.state = 11498; + this.state = 11494; this.match(PostgreSqlParser.KW_FOR); - this.state = 11504; + this.state = 11500; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -65293,17 +65316,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 11499; + this.state = 11495; this.selectstmt(); } break; case PostgreSqlParser.KW_EXECUTE: { - this.state = 11500; + this.state = 11496; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 11501; + this.state = 11497; this.sql_expression(); - this.state = 11502; + this.state = 11498; this.opt_open_using(); } break; @@ -65314,18 +65337,18 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 11506; + this.state = 11502; this.colid(); - this.state = 11511; + this.state = 11507; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 11507; + this.state = 11503; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11508; + this.state = 11504; this.opt_open_bound_list(); - this.state = 11509; + this.state = 11505; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -65333,7 +65356,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 11515; + this.state = 11511; this.match(PostgreSqlParser.SEMI); } } @@ -65353,26 +65376,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, 1666, PostgreSqlParser.RULE_opt_open_bound_list_item); + this.enterRule(localContext, 1668, PostgreSqlParser.RULE_opt_open_bound_list_item); try { - this.state = 11522; + this.state = 11518; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1227, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1222, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11517; + this.state = 11513; this.colid(); - this.state = 11518; + this.state = 11514; this.match(PostgreSqlParser.COLON_EQUALS); - this.state = 11519; + this.state = 11515; this.a_expr(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11521; + this.state = 11517; this.a_expr(); } break; @@ -65394,26 +65417,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, 1668, PostgreSqlParser.RULE_opt_open_bound_list); + this.enterRule(localContext, 1670, PostgreSqlParser.RULE_opt_open_bound_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11524; + this.state = 11520; this.opt_open_bound_list_item(); - this.state = 11529; + this.state = 11525; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11525; + this.state = 11521; this.match(PostgreSqlParser.COMMA); - this.state = 11526; + this.state = 11522; this.opt_open_bound_list_item(); } } - this.state = 11531; + this.state = 11527; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -65435,9 +65458,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, 1670, PostgreSqlParser.RULE_opt_open_using); + this.enterRule(localContext, 1672, PostgreSqlParser.RULE_opt_open_using); try { - this.state = 11535; + this.state = 11531; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.SEMI: @@ -65449,9 +65472,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 11533; + this.state = 11529; this.match(PostgreSqlParser.KW_USING); - this.state = 11534; + this.state = 11530; this.expr_list(); } break; @@ -65475,9 +65498,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, 1672, PostgreSqlParser.RULE_opt_scroll_option); + this.enterRule(localContext, 1674, PostgreSqlParser.RULE_opt_scroll_option); try { - this.state = 11541; + this.state = 11537; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOR: @@ -65490,9 +65513,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SCROLL: this.enterOuterAlt(localContext, 2); { - this.state = 11538; + this.state = 11534; this.opt_scroll_option_no(); - this.state = 11539; + this.state = 11535; this.match(PostgreSqlParser.KW_SCROLL); } break; @@ -65516,9 +65539,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, 1674, PostgreSqlParser.RULE_opt_scroll_option_no); + this.enterRule(localContext, 1676, PostgreSqlParser.RULE_opt_scroll_option_no); try { - this.state = 11545; + this.state = 11541; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SCROLL: @@ -65530,7 +65553,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 2); { - this.state = 11544; + this.state = 11540; this.match(PostgreSqlParser.KW_NO); } break; @@ -65554,31 +65577,31 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_fetch(): Stmt_fetchContext { let localContext = new Stmt_fetchContext(this.context, this.state); - this.enterRule(localContext, 1676, PostgreSqlParser.RULE_stmt_fetch); + this.enterRule(localContext, 1678, PostgreSqlParser.RULE_stmt_fetch); try { this.enterOuterAlt(localContext, 1); { - this.state = 11547; + this.state = 11543; this.match(PostgreSqlParser.KW_FETCH); - this.state = 11549; + this.state = 11545; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1232, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1227, this.context) ) { case 1: { - this.state = 11548; + this.state = 11544; localContext._direction = this.opt_fetch_direction(); } break; } - this.state = 11551; + this.state = 11547; this.opt_cursor_from(); - this.state = 11552; + this.state = 11548; this.cursor_variable(); - this.state = 11553; + this.state = 11549; this.match(PostgreSqlParser.KW_INTO); - this.state = 11554; + this.state = 11550; this.into_target(); - this.state = 11555; + this.state = 11551; this.match(PostgreSqlParser.SEMI); } } @@ -65598,11 +65621,11 @@ export class PostgreSqlParser extends SQLParserBase { } public into_target(): Into_targetContext { let localContext = new Into_targetContext(this.context, this.state); - this.enterRule(localContext, 1678, PostgreSqlParser.RULE_into_target); + this.enterRule(localContext, 1680, PostgreSqlParser.RULE_into_target); try { this.enterOuterAlt(localContext, 1); { - this.state = 11557; + this.state = 11553; this.expr_list(); } } @@ -65622,9 +65645,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, 1680, PostgreSqlParser.RULE_opt_cursor_from); + this.enterRule(localContext, 1682, PostgreSqlParser.RULE_opt_cursor_from); try { - this.state = 11562; + this.state = 11558; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PARAM: @@ -66035,14 +66058,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_FROM: this.enterOuterAlt(localContext, 2); { - this.state = 11560; + this.state = 11556; this.match(PostgreSqlParser.KW_FROM); } break; case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 3); { - this.state = 11561; + this.state = 11557; this.match(PostgreSqlParser.KW_IN); } break; @@ -66066,76 +66089,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, 1682, PostgreSqlParser.RULE_opt_fetch_direction); + this.enterRule(localContext, 1684, PostgreSqlParser.RULE_opt_fetch_direction); let _la: number; try { - this.state = 11579; + this.state = 11575; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1235, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1230, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11564; + this.state = 11560; this.match(PostgreSqlParser.KW_NEXT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11565; + this.state = 11561; this.match(PostgreSqlParser.KW_PRIOR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 11566; + this.state = 11562; this.match(PostgreSqlParser.KW_FIRST); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 11567; + this.state = 11563; this.match(PostgreSqlParser.KW_LAST); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 11568; + this.state = 11564; this.match(PostgreSqlParser.KW_ABSOLUTE); - this.state = 11569; + this.state = 11565; this.a_expr(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 11570; + this.state = 11566; this.match(PostgreSqlParser.KW_RELATIVE); - this.state = 11571; + this.state = 11567; this.a_expr(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 11572; + this.state = 11568; this.a_expr(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 11573; + this.state = 11569; this.match(PostgreSqlParser.KW_ALL); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 11574; + this.state = 11570; _la = this.tokenStream.LA(1); if(!(_la === 144 || _la === 210)) { this.errorHandler.recoverInline(this); @@ -66144,18 +66167,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 11577; + this.state = 11573; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1234, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1229, this.context) ) { case 1: { - this.state = 11575; + this.state = 11571; this.a_expr(); } break; case 2: { - this.state = 11576; + this.state = 11572; this.match(PostgreSqlParser.KW_ALL); } break; @@ -66180,25 +66203,25 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_move(): Stmt_moveContext { let localContext = new Stmt_moveContext(this.context, this.state); - this.enterRule(localContext, 1684, PostgreSqlParser.RULE_stmt_move); + this.enterRule(localContext, 1686, PostgreSqlParser.RULE_stmt_move); try { this.enterOuterAlt(localContext, 1); { - this.state = 11581; + this.state = 11577; this.match(PostgreSqlParser.KW_MOVE); - this.state = 11583; + this.state = 11579; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1236, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1231, this.context) ) { case 1: { - this.state = 11582; + this.state = 11578; this.opt_fetch_direction(); } break; } - this.state = 11585; + this.state = 11581; this.cursor_variable(); - this.state = 11586; + this.state = 11582; this.match(PostgreSqlParser.SEMI); } } @@ -66218,86 +66241,86 @@ export class PostgreSqlParser extends SQLParserBase { } public mergestmt(): MergestmtContext { let localContext = new MergestmtContext(this.context, this.state); - this.enterRule(localContext, 1686, PostgreSqlParser.RULE_mergestmt); + this.enterRule(localContext, 1688, PostgreSqlParser.RULE_mergestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11589; + this.state = 11585; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 11588; + this.state = 11584; this.with_clause(); } } - this.state = 11591; + this.state = 11587; this.match(PostgreSqlParser.KW_MERGE); - this.state = 11592; + this.state = 11588; this.match(PostgreSqlParser.KW_INTO); - this.state = 11594; + this.state = 11590; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 11593; + this.state = 11589; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 11596; + this.state = 11592; this.table_name(); - this.state = 11598; + this.state = 11594; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 11597; + this.state = 11593; this.match(PostgreSqlParser.STAR); } } - this.state = 11604; + this.state = 11600; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 11601; + this.state = 11597; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 11600; + this.state = 11596; this.match(PostgreSqlParser.KW_AS); } } - this.state = 11603; + this.state = 11599; this.colid(); } } - this.state = 11606; + this.state = 11602; this.match(PostgreSqlParser.KW_USING); - this.state = 11607; + this.state = 11603; this.data_source(); - this.state = 11608; + this.state = 11604; this.match(PostgreSqlParser.KW_ON); - this.state = 11609; + this.state = 11605; this.join_condition(); - this.state = 11611; + this.state = 11607; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11610; + this.state = 11606; this.merge_when_clause(); } } - this.state = 11613; + this.state = 11609; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -66319,34 +66342,34 @@ export class PostgreSqlParser extends SQLParserBase { } public data_source(): Data_sourceContext { let localContext = new Data_sourceContext(this.context, this.state); - this.enterRule(localContext, 1688, PostgreSqlParser.RULE_data_source); + this.enterRule(localContext, 1690, PostgreSqlParser.RULE_data_source); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11626; + this.state = 11622; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1246, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1241, this.context) ) { case 1: { - this.state = 11616; + this.state = 11612; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 11615; + this.state = 11611; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 11618; + this.state = 11614; this.table_name(); - this.state = 11620; + this.state = 11616; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 11619; + this.state = 11615; this.match(PostgreSqlParser.STAR); } } @@ -66355,18 +66378,18 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 11624; + this.state = 11620; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1245, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1240, this.context) ) { case 1: { - this.state = 11622; + this.state = 11618; this.select_no_parens(); } break; case 2: { - this.state = 11623; + this.state = 11619; this.values_clause(); } break; @@ -66374,22 +66397,22 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 11632; + this.state = 11628; 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)) & 1610785331) !== 0) || _la === 586) { { - this.state = 11629; + this.state = 11625; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 11628; + this.state = 11624; this.match(PostgreSqlParser.KW_AS); } } - this.state = 11631; + this.state = 11627; this.colid(); } } @@ -66412,11 +66435,11 @@ export class PostgreSqlParser extends SQLParserBase { } public join_condition(): Join_conditionContext { let localContext = new Join_conditionContext(this.context, this.state); - this.enterRule(localContext, 1690, PostgreSqlParser.RULE_join_condition); + this.enterRule(localContext, 1692, PostgreSqlParser.RULE_join_condition); try { this.enterOuterAlt(localContext, 1); { - this.state = 11634; + this.state = 11630; this.a_expr(); } } @@ -66436,53 +66459,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, 1692, PostgreSqlParser.RULE_merge_when_clause); + this.enterRule(localContext, 1694, PostgreSqlParser.RULE_merge_when_clause); let _la: number; try { - this.state = 11662; + this.state = 11658; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1253, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1248, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11636; + this.state = 11632; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11637; + this.state = 11633; this.match(PostgreSqlParser.KW_MATCHED); - this.state = 11640; + this.state = 11636; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11638; + this.state = 11634; this.match(PostgreSqlParser.KW_AND); - this.state = 11639; + this.state = 11635; this.a_expr(); } } - this.state = 11642; + this.state = 11638; this.match(PostgreSqlParser.KW_THEN); - this.state = 11647; + this.state = 11643; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 11643; + this.state = 11639; this.merge_update(); } break; case PostgreSqlParser.KW_DELETE: { - this.state = 11644; + this.state = 11640; this.match(PostgreSqlParser.KW_DELETE); } break; case PostgreSqlParser.KW_DO: { - this.state = 11645; + this.state = 11641; this.match(PostgreSqlParser.KW_DO); - this.state = 11646; + this.state = 11642; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -66494,40 +66517,40 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11649; + this.state = 11645; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11650; + this.state = 11646; this.match(PostgreSqlParser.KW_NOT); - this.state = 11651; + this.state = 11647; this.match(PostgreSqlParser.KW_MATCHED); - this.state = 11654; + this.state = 11650; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11652; + this.state = 11648; this.match(PostgreSqlParser.KW_AND); - this.state = 11653; + this.state = 11649; this.a_expr(); } } - this.state = 11656; + this.state = 11652; this.match(PostgreSqlParser.KW_THEN); - this.state = 11660; + this.state = 11656; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INSERT: { - this.state = 11657; + this.state = 11653; this.merge_insert(); } break; case PostgreSqlParser.KW_DO: { - this.state = 11658; + this.state = 11654; this.match(PostgreSqlParser.KW_DO); - this.state = 11659; + this.state = 11655; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -66554,35 +66577,35 @@ export class PostgreSqlParser extends SQLParserBase { } public merge_insert(): Merge_insertContext { let localContext = new Merge_insertContext(this.context, this.state); - this.enterRule(localContext, 1694, PostgreSqlParser.RULE_merge_insert); + this.enterRule(localContext, 1696, PostgreSqlParser.RULE_merge_insert); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11664; + this.state = 11660; this.match(PostgreSqlParser.KW_INSERT); - this.state = 11669; + this.state = 11665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 11665; + this.state = 11661; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11666; + this.state = 11662; this.column_list(); - this.state = 11667; + this.state = 11663; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 11674; + this.state = 11670; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 463) { { - this.state = 11671; + this.state = 11667; this.match(PostgreSqlParser.KW_OVERRIDING); - this.state = 11672; + this.state = 11668; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 349)) { this.errorHandler.recoverInline(this); @@ -66591,12 +66614,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 11673; + this.state = 11669; this.match(PostgreSqlParser.KW_VALUE); } } - this.state = 11676; + this.state = 11672; this.default_values_or_values(); } } @@ -66616,50 +66639,50 @@ export class PostgreSqlParser extends SQLParserBase { } public merge_update(): Merge_updateContext { let localContext = new Merge_updateContext(this.context, this.state); - this.enterRule(localContext, 1696, PostgreSqlParser.RULE_merge_update); + this.enterRule(localContext, 1698, PostgreSqlParser.RULE_merge_update); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 11678; + this.state = 11674; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 11679; + this.state = 11675; this.match(PostgreSqlParser.KW_SET); - this.state = 11692; + this.state = 11688; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 11692; + this.state = 11688; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1256, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1251, this.context) ) { case 1: { - this.state = 11680; + this.state = 11676; this.column_name(); - this.state = 11681; + this.state = 11677; this.match(PostgreSqlParser.EQUAL); - this.state = 11682; + this.state = 11678; this.exprofdefault(); } break; case 2: { + this.state = 11680; + this.match(PostgreSqlParser.OPEN_PAREN); + this.state = 11681; + this.column_list(); + this.state = 11682; + this.match(PostgreSqlParser.CLOSE_PAREN); + this.state = 11683; + this.match(PostgreSqlParser.EQUAL); this.state = 11684; 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.state = 11686; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -66669,9 +66692,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 11694; + this.state = 11690; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1257, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1252, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -66691,26 +66714,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, 1698, PostgreSqlParser.RULE_default_values_or_values); + this.enterRule(localContext, 1700, PostgreSqlParser.RULE_default_values_or_values); try { - this.state = 11700; + this.state = 11696; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 1); { - this.state = 11696; + this.state = 11692; this.match(PostgreSqlParser.KW_VALUES); - this.state = 11697; + this.state = 11693; this.exprofdefaultlist(); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 11698; + this.state = 11694; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 11699; + this.state = 11695; this.match(PostgreSqlParser.KW_VALUES); } break; @@ -66734,32 +66757,32 @@ export class PostgreSqlParser extends SQLParserBase { } public exprofdefaultlist(): ExprofdefaultlistContext { let localContext = new ExprofdefaultlistContext(this.context, this.state); - this.enterRule(localContext, 1700, PostgreSqlParser.RULE_exprofdefaultlist); + this.enterRule(localContext, 1702, PostgreSqlParser.RULE_exprofdefaultlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11702; + this.state = 11698; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 11703; + this.state = 11699; this.exprofdefault(); - this.state = 11708; + this.state = 11704; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 11704; + this.state = 11700; this.match(PostgreSqlParser.COMMA); - this.state = 11705; + this.state = 11701; this.exprofdefault(); } } - this.state = 11710; + this.state = 11706; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 11711; + this.state = 11707; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -66779,22 +66802,22 @@ export class PostgreSqlParser extends SQLParserBase { } public exprofdefault(): ExprofdefaultContext { let localContext = new ExprofdefaultContext(this.context, this.state); - this.enterRule(localContext, 1702, PostgreSqlParser.RULE_exprofdefault); + this.enterRule(localContext, 1704, PostgreSqlParser.RULE_exprofdefault); try { - this.state = 11715; + this.state = 11711; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1260, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1255, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11713; + this.state = 11709; this.sortby(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11714; + this.state = 11710; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -66816,15 +66839,15 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_close(): Stmt_closeContext { let localContext = new Stmt_closeContext(this.context, this.state); - this.enterRule(localContext, 1704, PostgreSqlParser.RULE_stmt_close); + this.enterRule(localContext, 1706, PostgreSqlParser.RULE_stmt_close); try { this.enterOuterAlt(localContext, 1); { - this.state = 11717; + this.state = 11713; this.match(PostgreSqlParser.KW_CLOSE); - this.state = 11718; + this.state = 11714; this.cursor_variable(); - this.state = 11719; + this.state = 11715; this.match(PostgreSqlParser.SEMI); } } @@ -66844,13 +66867,13 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_null(): Stmt_nullContext { let localContext = new Stmt_nullContext(this.context, this.state); - this.enterRule(localContext, 1706, PostgreSqlParser.RULE_stmt_null); + this.enterRule(localContext, 1708, PostgreSqlParser.RULE_stmt_null); try { this.enterOuterAlt(localContext, 1); { - this.state = 11721; + this.state = 11717; this.match(PostgreSqlParser.KW_NULL); - this.state = 11722; + this.state = 11718; this.match(PostgreSqlParser.SEMI); } } @@ -66870,24 +66893,24 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_commit(): Stmt_commitContext { let localContext = new Stmt_commitContext(this.context, this.state); - this.enterRule(localContext, 1708, PostgreSqlParser.RULE_stmt_commit); + this.enterRule(localContext, 1710, PostgreSqlParser.RULE_stmt_commit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11724; + this.state = 11720; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 11726; + this.state = 11722; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11725; + this.state = 11721; this.plsql_opt_transaction_chain(); } } - this.state = 11728; + this.state = 11724; this.match(PostgreSqlParser.SEMI); } } @@ -66907,24 +66930,24 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_rollback(): Stmt_rollbackContext { let localContext = new Stmt_rollbackContext(this.context, this.state); - this.enterRule(localContext, 1710, PostgreSqlParser.RULE_stmt_rollback); + this.enterRule(localContext, 1712, PostgreSqlParser.RULE_stmt_rollback); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11730; + this.state = 11726; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 11732; + this.state = 11728; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 11731; + this.state = 11727; this.plsql_opt_transaction_chain(); } } - this.state = 11734; + this.state = 11730; this.match(PostgreSqlParser.SEMI); } } @@ -66944,24 +66967,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, 1712, PostgreSqlParser.RULE_plsql_opt_transaction_chain); + this.enterRule(localContext, 1714, PostgreSqlParser.RULE_plsql_opt_transaction_chain); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11736; + this.state = 11732; this.match(PostgreSqlParser.KW_AND); - this.state = 11738; + this.state = 11734; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 11737; + this.state = 11733; this.match(PostgreSqlParser.KW_NO); } } - this.state = 11740; + this.state = 11736; this.match(PostgreSqlParser.KW_CHAIN); } } @@ -66981,32 +67004,32 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_set(): Stmt_setContext { let localContext = new Stmt_setContext(this.context, this.state); - this.enterRule(localContext, 1714, PostgreSqlParser.RULE_stmt_set); + this.enterRule(localContext, 1716, PostgreSqlParser.RULE_stmt_set); try { - this.state = 11754; + this.state = 11750; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 11742; + this.state = 11738; this.match(PostgreSqlParser.KW_SET); - this.state = 11743; + this.state = 11739; this.any_name(); - this.state = 11744; + this.state = 11740; this.match(PostgreSqlParser.KW_TO); - this.state = 11745; + this.state = 11741; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 11746; + this.state = 11742; this.match(PostgreSqlParser.SEMI); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 11748; + this.state = 11744; this.match(PostgreSqlParser.KW_RESET); - this.state = 11751; + this.state = 11747; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -67409,20 +67432,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 11749; + this.state = 11745; this.any_name(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 11750; + this.state = 11746; this.match(PostgreSqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 11753; + this.state = 11749; this.match(PostgreSqlParser.SEMI); } break; @@ -67446,9 +67469,9 @@ export class PostgreSqlParser extends SQLParserBase { } public cursor_variable(): Cursor_variableContext { let localContext = new Cursor_variableContext(this.context, this.state); - this.enterRule(localContext, 1716, PostgreSqlParser.RULE_cursor_variable); + this.enterRule(localContext, 1718, PostgreSqlParser.RULE_cursor_variable); try { - this.state = 11758; + this.state = 11754; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AND: @@ -67852,14 +67875,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 11756; + this.state = 11752; this.colid(); } break; case PostgreSqlParser.PARAM: this.enterOuterAlt(localContext, 2); { - this.state = 11757; + this.state = 11753; this.match(PostgreSqlParser.PARAM); } break; @@ -67883,9 +67906,9 @@ export class PostgreSqlParser extends SQLParserBase { } public exception_sect(): Exception_sectContext { let localContext = new Exception_sectContext(this.context, this.state); - this.enterRule(localContext, 1718, PostgreSqlParser.RULE_exception_sect); + this.enterRule(localContext, 1720, PostgreSqlParser.RULE_exception_sect); try { - this.state = 11763; + this.state = 11759; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_END: @@ -67897,9 +67920,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCEPTION: this.enterOuterAlt(localContext, 2); { - this.state = 11761; + this.state = 11757; this.match(PostgreSqlParser.KW_EXCEPTION); - this.state = 11762; + this.state = 11758; this.proc_exceptions(); } break; @@ -67923,22 +67946,22 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_exceptions(): Proc_exceptionsContext { let localContext = new Proc_exceptionsContext(this.context, this.state); - this.enterRule(localContext, 1720, PostgreSqlParser.RULE_proc_exceptions); + this.enterRule(localContext, 1722, PostgreSqlParser.RULE_proc_exceptions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11766; + this.state = 11762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 11765; + this.state = 11761; this.proc_exception(); } } - this.state = 11768; + this.state = 11764; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -67960,17 +67983,17 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_exception(): Proc_exceptionContext { let localContext = new Proc_exceptionContext(this.context, this.state); - this.enterRule(localContext, 1722, PostgreSqlParser.RULE_proc_exception); + this.enterRule(localContext, 1724, PostgreSqlParser.RULE_proc_exception); try { this.enterOuterAlt(localContext, 1); { - this.state = 11770; + this.state = 11766; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11771; + this.state = 11767; this.proc_conditions(); - this.state = 11772; + this.state = 11768; this.match(PostgreSqlParser.KW_THEN); - this.state = 11773; + this.state = 11769; this.proc_sect(); } } @@ -67990,26 +68013,26 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_conditions(): Proc_conditionsContext { let localContext = new Proc_conditionsContext(this.context, this.state); - this.enterRule(localContext, 1724, PostgreSqlParser.RULE_proc_conditions); + this.enterRule(localContext, 1726, PostgreSqlParser.RULE_proc_conditions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11775; + this.state = 11771; this.proc_condition(); - this.state = 11780; + this.state = 11776; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 82) { { { - this.state = 11776; + this.state = 11772; this.match(PostgreSqlParser.KW_OR); - this.state = 11777; + this.state = 11773; this.proc_condition(); } } - this.state = 11782; + this.state = 11778; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -68031,24 +68054,24 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_condition(): Proc_conditionContext { let localContext = new Proc_conditionContext(this.context, this.state); - this.enterRule(localContext, 1726, PostgreSqlParser.RULE_proc_condition); + this.enterRule(localContext, 1728, PostgreSqlParser.RULE_proc_condition); try { - this.state = 11786; + this.state = 11782; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1270, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1265, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11783; + this.state = 11779; this.any_identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11784; + this.state = 11780; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 11785; + this.state = 11781; this.sconst(); } break; @@ -68070,9 +68093,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, 1728, PostgreSqlParser.RULE_opt_block_label); + this.enterRule(localContext, 1730, PostgreSqlParser.RULE_opt_block_label); try { - this.state = 11790; + this.state = 11786; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_BEGIN: @@ -68082,6 +68105,47 @@ export class PostgreSqlParser extends SQLParserBase { { } break; + case PostgreSqlParser.LESS_LESS: + this.enterOuterAlt(localContext, 2); + { + this.state = 11785; + this.label_decl(); + } + break; + default: + throw new antlr.NoViableAltException(this); + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } + public opt_loop_label(): Opt_loop_labelContext { + let localContext = new Opt_loop_labelContext(this.context, this.state); + this.enterRule(localContext, 1732, PostgreSqlParser.RULE_opt_loop_label); + try { + this.state = 11790; + this.errorHandler.sync(this); + switch (this.tokenStream.LA(1)) { + case PostgreSqlParser.KW_FOR: + case PostgreSqlParser.KW_WHILE: + case PostgreSqlParser.KW_FOREACH: + case PostgreSqlParser.KW_LOOP: + this.enterOuterAlt(localContext, 1); + // tslint:disable-next-line:no-empty + { + } + break; case PostgreSqlParser.LESS_LESS: this.enterOuterAlt(localContext, 2); { @@ -68107,52 +68171,11 @@ export class PostgreSqlParser extends SQLParserBase { } return localContext; } - public opt_loop_label(): Opt_loop_labelContext { - let localContext = new Opt_loop_labelContext(this.context, this.state); - this.enterRule(localContext, 1730, PostgreSqlParser.RULE_opt_loop_label); - try { - this.state = 11794; - this.errorHandler.sync(this); - switch (this.tokenStream.LA(1)) { - case PostgreSqlParser.KW_FOR: - case PostgreSqlParser.KW_WHILE: - case PostgreSqlParser.KW_FOREACH: - case PostgreSqlParser.KW_LOOP: - this.enterOuterAlt(localContext, 1); - // tslint:disable-next-line:no-empty - { - } - break; - case PostgreSqlParser.LESS_LESS: - this.enterOuterAlt(localContext, 2); - { - this.state = 11793; - this.label_decl(); - } - break; - default: - throw new antlr.NoViableAltException(this); - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } public opt_label(): Opt_labelContext { let localContext = new Opt_labelContext(this.context, this.state); - this.enterRule(localContext, 1732, PostgreSqlParser.RULE_opt_label); + this.enterRule(localContext, 1734, PostgreSqlParser.RULE_opt_label); try { - this.state = 11798; + this.state = 11794; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EOF: @@ -68564,7 +68587,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 11797; + this.state = 11793; this.any_identifier(); } break; @@ -68588,13 +68611,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_exitcond(): Opt_exitcondContext { let localContext = new Opt_exitcondContext(this.context, this.state); - this.enterRule(localContext, 1734, PostgreSqlParser.RULE_opt_exitcond); + this.enterRule(localContext, 1736, PostgreSqlParser.RULE_opt_exitcond); try { this.enterOuterAlt(localContext, 1); { - this.state = 11800; + this.state = 11796; this.match(PostgreSqlParser.KW_WHEN); - this.state = 11801; + this.state = 11797; this.expr_until_semi(); } } @@ -68614,22 +68637,22 @@ export class PostgreSqlParser extends SQLParserBase { } public any_identifier(): Any_identifierContext { let localContext = new Any_identifierContext(this.context, this.state); - this.enterRule(localContext, 1736, PostgreSqlParser.RULE_any_identifier); + this.enterRule(localContext, 1738, PostgreSqlParser.RULE_any_identifier); try { - this.state = 11805; + this.state = 11801; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1274, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1269, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 11803; + this.state = 11799; this.colid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 11804; + this.state = 11800; this.plsql_unreserved_keyword(); } break; @@ -68651,12 +68674,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, 1738, PostgreSqlParser.RULE_plsql_unreserved_keyword); + this.enterRule(localContext, 1740, PostgreSqlParser.RULE_plsql_unreserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11807; + this.state = 11803; _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); @@ -68683,77 +68706,77 @@ export class PostgreSqlParser extends SQLParserBase { } public sql_expression(): Sql_expressionContext { let localContext = new Sql_expressionContext(this.context, this.state); - this.enterRule(localContext, 1740, PostgreSqlParser.RULE_sql_expression); + this.enterRule(localContext, 1742, PostgreSqlParser.RULE_sql_expression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11810; + this.state = 11806; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1275, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1270, this.context) ) { case 1: { - this.state = 11809; + this.state = 11805; this.opt_target_list(); } break; } - this.state = 11813; + this.state = 11809; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 11812; + this.state = 11808; this.into_clause(); } } - this.state = 11816; + this.state = 11812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 11815; + this.state = 11811; this.from_clause(); } } - this.state = 11819; + this.state = 11815; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 11818; + this.state = 11814; this.where_clause(); } } - this.state = 11822; + this.state = 11818; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 11821; + this.state = 11817; this.group_clause(); } } - this.state = 11825; + this.state = 11821; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 11824; + this.state = 11820; this.having_clause(); } } - this.state = 11828; + this.state = 11824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 104) { { - this.state = 11827; + this.state = 11823; this.window_clause(); } } @@ -68776,11 +68799,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, 1742, PostgreSqlParser.RULE_expr_until_then); + this.enterRule(localContext, 1744, PostgreSqlParser.RULE_expr_until_then); try { this.enterOuterAlt(localContext, 1); { - this.state = 11830; + this.state = 11826; this.sql_expression(); } } @@ -68800,11 +68823,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, 1744, PostgreSqlParser.RULE_expr_until_semi); + this.enterRule(localContext, 1746, PostgreSqlParser.RULE_expr_until_semi); try { this.enterOuterAlt(localContext, 1); { - this.state = 11832; + this.state = 11828; this.sql_expression(); } } @@ -68824,11 +68847,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, 1746, PostgreSqlParser.RULE_expr_until_rightbracket); + this.enterRule(localContext, 1748, PostgreSqlParser.RULE_expr_until_rightbracket); try { this.enterOuterAlt(localContext, 1); { - this.state = 11834; + this.state = 11830; this.a_expr(); } } @@ -68848,11 +68871,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, 1748, PostgreSqlParser.RULE_expr_until_loop); + this.enterRule(localContext, 1750, PostgreSqlParser.RULE_expr_until_loop); try { this.enterOuterAlt(localContext, 1); { - this.state = 11836; + this.state = 11832; this.a_expr(); } } @@ -68872,19 +68895,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, 1750, PostgreSqlParser.RULE_make_execsql_stmt); + this.enterRule(localContext, 1752, PostgreSqlParser.RULE_make_execsql_stmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 11838; + this.state = 11834; this.stmt(); - this.state = 11840; + this.state = 11836; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 11839; + this.state = 11835; this.opt_returning_clause_into(); } } @@ -68907,15 +68930,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, 1752, PostgreSqlParser.RULE_opt_returning_clause_into); + this.enterRule(localContext, 1754, PostgreSqlParser.RULE_opt_returning_clause_into); try { this.enterOuterAlt(localContext, 1); { - this.state = 11842; + this.state = 11838; this.match(PostgreSqlParser.KW_INTO); - this.state = 11843; + this.state = 11839; this.opt_strict(); - this.state = 11844; + this.state = 11840; this.into_target(); } } @@ -68936,9 +68959,9 @@ export class PostgreSqlParser extends SQLParserBase { public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { - case 628: + case 629: return this.b_expr_sempred(localContext as B_exprContext, predIndex); - case 718: + case 719: return this.column_name_sempred(localContext as Column_nameContext, predIndex); } return true; @@ -68973,7 +68996,7 @@ export class PostgreSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 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, + 4,1,592,11843,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, @@ -69129,1091 +69152,1091 @@ 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,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, + 7,873,2,874,7,874,2,875,7,875,2,876,7,876,2,877,7,877,1,0,5,0,1758, + 8,0,10,0,12,0,1761,9,0,1,0,1,0,1,1,1,1,1,2,1,2,3,2,1769,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,1888,8,3,1,4,1,4,3,4,1892,8,4,1,5,1,5,1,5,1, + 6,1,6,1,6,1,6,3,6,1901,8,6,1,6,1,6,1,7,1,7,1,8,5,8,1908,8,8,10,8, + 12,8,1911,9,8,1,9,5,9,1914,8,9,10,9,12,9,1917,9,9,1,10,1,10,1,10, + 3,10,1922,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,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,10,1,10,1,10,1,10,1,10,1,10,1,10,3,10,1954,8,10,1,11,1,11,1,11, + 1,11,1,11,1,11,1,11,1,11,1,11,1,11,3,11,1966,8,11,1,12,1,12,1,12, + 1,12,3,12,1972,8,12,1,12,1,12,1,13,1,13,1,13,1,13,3,13,1980,8,13, + 1,13,1,13,1,14,1,14,1,14,1,14,3,14,1988,8,14,1,15,1,15,1,15,1,15, + 3,15,1994,8,15,1,15,1,15,1,15,1,16,1,16,1,16,1,16,3,16,2003,8,16, + 1,16,1,16,1,17,1,17,3,17,2009,8,17,1,17,1,17,1,17,1,17,1,17,1,17, + 1,17,1,17,1,17,1,17,3,17,2021,8,17,1,17,1,17,1,17,1,17,3,17,2027, + 8,17,1,18,1,18,5,18,2031,8,18,10,18,12,18,2034,9,18,1,19,1,19,1, + 19,1,19,3,19,2040,8,19,1,19,1,19,3,19,2044,8,19,1,19,1,19,1,19,3, + 19,2049,8,19,1,19,1,19,3,19,2053,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,2066,8,19,1,19,1,19,1,19,1,19,1, + 19,1,19,1,19,1,19,1,19,3,19,2077,8,19,1,20,1,20,1,20,1,20,3,20,2083, + 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,2099,8,23,1,23,3,23,2102,8,23,1,23,1,23,1,23,3,23, + 2107,8,23,1,23,1,23,1,24,1,24,3,24,2113,8,24,1,25,5,25,2116,8,25, + 10,25,12,25,2119,9,25,1,26,1,26,1,26,1,26,1,26,1,26,3,26,2127,8, + 26,1,27,1,27,3,27,2131,8,27,1,27,1,27,1,28,1,28,1,28,1,28,1,28,1, + 28,1,28,1,28,3,28,2143,8,28,1,29,1,29,3,29,2147,8,29,1,29,3,29,2150, + 8,29,1,29,1,29,3,29,2154,8,29,1,30,1,30,1,30,1,30,1,30,1,30,1,30, + 1,30,1,30,3,30,2165,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,2183,8,30,1,31,1,31, + 1,31,5,31,2188,8,31,10,31,12,31,2191,9,31,1,32,1,32,1,32,5,32,2196, + 8,32,10,32,12,32,2199,9,32,1,33,1,33,3,33,2203,8,33,1,34,1,34,1, + 34,1,34,1,34,3,34,2210,8,34,1,35,1,35,1,35,1,35,3,35,2216,8,35,1, + 36,1,36,1,36,1,36,3,36,2222,8,36,1,37,1,37,1,37,1,37,1,37,3,37,2229, + 8,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,3,37,2240,8,37, + 1,38,1,38,3,38,2244,8,38,1,39,1,39,3,39,2248,8,39,1,40,1,40,3,40, + 2252,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,2265,8,42,1,43,1,43,3,43,2269,8,43,1,44,1,44,1,44,3,44,2274, + 8,44,1,45,1,45,1,45,3,45,2279,8,45,1,46,1,46,1,46,1,46,1,46,1,46, + 1,46,1,46,1,46,1,46,3,46,2291,8,46,1,47,1,47,1,47,1,47,1,47,1,48, + 1,48,3,48,2300,8,48,1,49,1,49,1,50,1,50,1,51,1,51,1,51,1,52,1,52, + 1,52,3,52,2312,8,52,1,52,1,52,1,52,3,52,2317,8,52,1,52,1,52,1,52, + 1,52,1,52,1,52,1,52,1,52,1,52,3,52,2328,8,52,1,52,1,52,1,52,1,52, + 3,52,2334,8,52,1,52,1,52,1,52,3,52,2339,8,52,1,52,1,52,1,52,1,52, + 1,52,1,52,1,52,1,52,3,52,2349,8,52,1,52,1,52,1,52,3,52,2354,8,52, + 1,52,1,52,1,52,1,52,1,52,3,52,2361,8,52,1,52,1,52,1,52,3,52,2366, + 8,52,1,52,1,52,1,52,3,52,2371,8,52,1,52,1,52,1,52,1,52,1,52,1,52, + 1,52,1,52,1,52,3,52,2382,8,52,1,52,1,52,1,52,1,52,3,52,2388,8,52, + 1,52,1,52,1,52,3,52,2393,8,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52, + 2401,8,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,3,52,2410,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, + 2425,8,52,1,52,1,52,1,52,1,52,3,52,2431,8,52,1,52,1,52,1,52,1,52, + 3,52,2437,8,52,1,52,1,52,1,52,3,52,2442,8,52,1,53,1,53,1,53,5,53, + 2447,8,53,10,53,12,53,2450,9,53,1,54,1,54,1,54,1,54,1,54,1,54,1, + 54,1,54,1,54,3,54,2461,8,54,1,55,1,55,1,55,1,55,5,55,2467,8,55,10, + 55,12,55,2470,9,55,1,55,1,55,1,56,1,56,1,56,3,56,2477,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,58,1,58,3,58,2495,8,58,1,59,1,59,1,59,1,59,1,60,1,60,1,60,3,60, + 2504,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,2518,8,60,1,60,1,60,3,60,2522,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,2537,8,60,1,60, + 1,60,1,60,1,60,1,60,1,60,3,60,2545,8,60,1,60,1,60,1,60,1,60,1,60, + 1,60,1,60,1,60,3,60,2555,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, + 1,60,1,60,1,60,1,60,1,60,3,60,2595,8,60,1,60,3,60,2598,8,60,1,60, + 1,60,3,60,2602,8,60,1,60,1,60,3,60,2606,8,60,1,60,3,60,2609,8,60, + 1,60,1,60,1,60,3,60,2614,8,60,1,60,1,60,1,60,1,60,1,60,3,60,2621, + 8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2630,8,60,1,60,1,60, + 1,60,1,60,3,60,2636,8,60,1,60,1,60,3,60,2640,8,60,1,60,1,60,1,60, + 1,60,1,60,1,60,1,60,3,60,2649,8,60,1,60,1,60,1,60,1,60,1,60,1,60, + 3,60,2657,8,60,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2666,8,60, + 1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,2675,8,60,1,60,1,60,3,60, + 2679,8,60,1,60,1,60,1,60,1,60,1,60,3,60,2686,8,60,1,60,1,60,1,60, + 1,60,3,60,2692,8,60,1,60,1,60,3,60,2696,8,60,1,60,1,60,3,60,2700, + 8,60,1,60,1,60,1,60,3,60,2705,8,60,1,60,3,60,2708,8,60,1,60,1,60, + 3,60,2712,8,60,1,60,1,60,1,60,1,60,3,60,2718,8,60,1,61,1,61,1,61, + 1,61,1,61,3,61,2725,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,2741,8,65,1,66,1,66,1,66,1,66, + 1,67,1,67,1,67,1,68,1,68,1,68,5,68,2753,8,68,10,68,12,68,2756,9, + 68,1,69,1,69,1,69,1,69,1,69,1,69,1,69,3,69,2765,8,69,3,69,2767,8, + 69,1,70,4,70,2770,8,70,11,70,12,70,2771,1,71,1,71,3,71,2776,8,71, + 1,71,3,71,2779,8,71,1,71,1,71,1,71,1,71,3,71,2785,8,71,3,71,2787, 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, + 1,72,3,72,2815,8,72,1,73,1,73,1,73,1,74,1,74,1,74,5,74,2823,8,74, + 10,74,12,74,2826,9,74,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,5, + 76,2836,8,76,10,76,12,76,2839,9,76,1,77,1,77,1,77,1,77,3,77,2845, + 8,77,1,77,1,77,1,77,3,77,2850,8,77,1,77,1,77,3,77,2854,8,77,1,77, + 1,77,1,77,1,77,3,77,2860,8,77,1,77,1,77,1,77,3,77,2865,8,77,1,77, + 3,77,2868,8,77,3,77,2870,8,77,1,78,1,78,1,78,3,78,2875,8,78,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,1,79,3,79,2891,8,79,1,79,3,79,2894,8,79,1,79,1,79,3,79, + 2898,8,79,1,79,1,79,1,79,1,79,1,79,1,79,3,79,2906,8,79,1,79,1,79, + 3,79,2910,8,79,1,79,1,79,3,79,2914,8,79,1,80,1,80,1,81,1,81,1,82, + 1,82,1,82,3,82,2923,8,82,1,83,1,83,1,83,1,83,1,83,3,83,2930,8,83, + 1,84,5,84,2933,8,84,10,84,12,84,2936,9,84,1,85,1,85,1,85,1,85,3, + 85,2942,8,85,1,85,1,85,1,85,3,85,2947,8,85,1,85,1,85,1,85,1,85,1, + 85,3,85,2954,8,85,1,85,1,85,1,85,3,85,2959,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, + 85,2977,8,85,1,86,1,86,1,87,3,87,2982,8,87,1,87,1,87,1,87,1,88,1, + 88,1,89,1,89,1,89,5,89,2992,8,89,10,89,12,89,2995,9,89,1,90,1,90, + 3,90,2999,8,90,1,91,1,91,1,91,1,91,1,91,1,91,1,91,3,91,3008,8,91, + 1,92,1,92,1,92,5,92,3013,8,92,10,92,12,92,3016,9,92,1,93,1,93,1, + 94,1,94,3,94,3022,8,94,1,94,1,94,1,94,3,94,3027,8,94,1,94,1,94,5, + 94,3031,8,94,10,94,12,94,3034,9,94,1,94,1,94,1,94,3,94,3039,8,94, + 1,94,3,94,3042,8,94,1,94,3,94,3045,8,94,1,94,3,94,3048,8,94,1,94, + 3,94,3051,8,94,1,94,3,94,3054,8,94,1,94,1,94,1,94,1,94,3,94,3060, + 8,94,1,94,1,94,3,94,3064,8,94,1,94,3,94,3067,8,94,1,94,3,94,3070, + 8,94,1,94,3,94,3073,8,94,1,94,3,94,3076,8,94,3,94,3078,8,94,1,95, + 1,95,1,95,1,95,1,95,1,95,1,95,3,95,3087,8,95,1,96,1,96,3,96,3091, + 8,96,1,96,3,96,3094,8,96,1,96,3,96,3097,8,96,1,96,1,96,1,97,1,97, + 1,97,1,97,1,97,1,97,1,98,1,98,1,98,1,98,1,98,1,98,1,98,3,98,3114, + 8,98,1,99,1,99,1,100,1,100,1,101,1,101,1,101,1,101,1,102,1,102,1, + 102,5,102,3127,8,102,10,102,12,102,3130,9,102,1,103,1,103,1,103, + 5,103,3135,8,103,10,103,12,103,3138,9,103,1,104,1,104,1,104,3,104, + 3143,8,104,1,105,1,105,3,105,3147,8,105,1,106,1,106,1,106,3,106, + 3152,8,106,1,106,3,106,3155,8,106,1,106,3,106,3158,8,106,1,106,1, + 106,3,106,3162,8,106,1,106,1,106,3,106,3166,8,106,1,106,1,106,1, + 107,1,107,1,107,1,108,1,108,1,108,1,108,1,108,1,108,1,108,3,108, + 3180,8,108,1,109,1,109,1,109,3,109,3185,8,109,1,109,1,109,1,110, + 5,110,3190,8,110,10,110,12,110,3193,9,110,1,111,1,111,3,111,3197, + 8,111,1,111,1,111,3,111,3201,8,111,1,111,3,111,3204,8,111,1,111, + 1,111,3,111,3208,8,111,1,111,3,111,3211,8,111,3,111,3213,8,111,1, + 112,1,112,1,112,1,112,1,112,3,112,3220,8,112,1,112,3,112,3223,8, + 112,1,112,1,112,3,112,3227,8,112,1,112,1,112,1,112,1,112,3,112,3233, + 8,112,1,112,3,112,3236,8,112,1,112,1,112,1,112,1,112,1,112,3,112, + 3243,8,112,1,112,1,112,1,112,1,112,1,112,1,112,1,112,3,112,3252, + 8,112,1,112,1,112,1,112,1,112,1,112,3,112,3259,8,112,1,112,1,112, + 1,112,3,112,3264,8,112,1,112,3,112,3267,8,112,1,112,3,112,3270,8, + 112,1,112,3,112,3273,8,112,1,113,1,113,3,113,3277,8,113,1,113,1, + 113,1,114,1,114,1,114,3,114,3284,8,114,1,115,1,115,1,115,3,115,3289, + 8,115,1,116,1,116,1,116,1,117,1,117,1,117,1,117,1,118,1,118,5,118, + 3300,8,118,10,118,12,118,3303,9,118,1,119,1,119,1,120,1,120,1,120, + 1,120,1,120,3,120,3312,8,120,1,121,1,121,1,121,1,121,1,121,1,121, + 1,121,1,121,1,121,1,121,1,121,3,121,3325,8,121,1,121,3,121,3328, + 8,121,1,121,3,121,3331,8,121,1,121,1,121,1,121,1,121,1,121,3,121, + 3338,8,121,1,121,1,121,1,121,1,121,1,121,1,121,3,121,3346,8,121, + 1,121,3,121,3349,8,121,1,121,3,121,3352,8,121,1,121,1,121,1,121, + 1,121,1,121,3,121,3359,8,121,1,121,1,121,3,121,3363,8,121,1,121, + 1,121,1,121,1,121,3,121,3369,8,121,1,121,3,121,3372,8,121,1,121, + 3,121,3375,8,121,1,121,3,121,3378,8,121,1,121,1,121,1,121,1,121, + 1,121,1,121,1,121,1,121,1,121,1,121,3,121,3390,8,121,1,121,3,121, + 3393,8,121,1,121,3,121,3396,8,121,1,121,1,121,3,121,3400,8,121,1, + 122,1,122,1,122,1,123,1,123,1,123,1,123,1,124,1,124,1,124,1,124, + 1,125,1,125,1,125,5,125,3416,8,125,10,125,12,125,3419,9,125,1,126, + 1,126,1,126,5,126,3424,8,126,10,126,12,126,3427,9,126,1,127,1,127, + 1,127,1,127,1,127,1,128,1,128,1,128,1,129,1,129,1,129,5,129,3440, + 8,129,10,129,12,129,3443,9,129,1,130,1,130,1,130,1,130,1,130,1,130, + 1,130,1,130,3,130,3453,8,130,1,131,1,131,1,131,1,131,1,131,1,132, + 1,132,1,132,1,132,1,132,1,132,1,132,1,132,3,132,3468,8,132,1,133, + 1,133,1,133,1,133,1,134,1,134,1,134,1,134,1,135,1,135,1,135,1,135, + 1,135,1,135,1,135,3,135,3485,8,135,3,135,3487,8,135,1,136,1,136, + 1,136,1,136,1,136,1,137,1,137,1,138,1,138,1,138,1,138,1,138,1,138, + 1,138,1,139,1,139,1,139,5,139,3506,8,139,10,139,12,139,3509,9,139, + 1,140,1,140,3,140,3513,8,140,1,140,3,140,3516,8,140,1,140,1,140, + 3,140,3520,8,140,1,140,3,140,3523,8,140,1,140,1,140,1,140,1,140, + 3,140,3529,8,140,1,140,3,140,3532,8,140,3,140,3534,8,140,1,141,1, + 141,1,141,1,142,1,142,1,142,1,142,1,142,1,142,3,142,3545,8,142,1, + 143,1,143,1,143,1,143,1,143,1,143,1,143,3,143,3554,8,143,1,144,1, + 144,1,144,1,145,3,145,3560,8,145,1,145,3,145,3563,8,145,1,145,3, + 145,3566,8,145,1,146,1,146,1,146,1,146,1,146,1,147,1,147,1,147,1, + 147,1,148,1,148,1,148,3,148,3580,8,148,1,148,3,148,3583,8,148,1, + 148,3,148,3586,8,148,1,148,1,148,1,148,3,148,3591,8,148,1,148,1, + 148,1,148,1,149,1,149,1,149,3,149,3599,8,149,1,149,1,149,1,149,1, + 149,1,149,1,150,1,150,3,150,3608,8,150,1,150,1,150,1,150,1,150,3, + 150,3614,8,150,1,151,1,151,3,151,3618,8,151,1,151,3,151,3621,8,151, + 1,151,3,151,3624,8,151,1,151,3,151,3627,8,151,1,151,3,151,3630,8, + 151,1,152,1,152,1,152,1,152,3,152,3636,8,152,1,153,1,153,3,153,3640, + 8,153,1,153,1,153,1,153,3,153,3645,8,153,1,153,1,153,1,153,1,153, + 3,153,3651,8,153,1,154,1,154,3,154,3655,8,154,1,154,3,154,3658,8, + 154,1,154,3,154,3661,8,154,1,154,3,154,3664,8,154,1,155,1,155,1, + 156,1,156,1,156,1,156,3,156,3672,8,156,1,156,1,156,3,156,3676,8, + 156,1,157,1,157,3,157,3680,8,157,1,157,1,157,3,157,3684,8,157,1, + 157,1,157,3,157,3688,8,157,1,158,1,158,1,158,3,158,3693,8,158,1, + 158,1,158,1,158,1,159,1,159,1,160,1,160,1,160,1,160,1,161,4,161, + 3705,8,161,11,161,12,161,3706,1,162,1,162,1,162,1,162,1,162,1,162, + 1,162,3,162,3716,8,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162, + 1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,3,162,3733,8,162, + 1,162,1,162,1,162,3,162,3738,8,162,1,162,3,162,3741,8,162,3,162, + 3743,8,162,1,163,1,163,1,164,1,164,1,164,1,164,1,164,1,164,3,164, + 3753,8,164,1,165,1,165,1,165,5,165,3758,8,165,10,165,12,165,3761, + 9,165,1,166,1,166,3,166,3765,8,166,1,166,3,166,3768,8,166,1,166, + 3,166,3771,8,166,1,166,1,166,1,166,1,166,1,166,3,166,3778,8,166, + 1,166,3,166,3781,8,166,3,166,3783,8,166,1,167,1,167,1,168,1,168, + 3,168,3789,8,168,1,169,1,169,1,169,1,170,1,170,1,170,1,170,3,170, + 3798,8,170,1,171,1,171,1,172,1,172,1,173,1,173,1,173,1,173,3,173, + 3808,8,173,1,173,1,173,1,173,3,173,3813,8,173,1,174,1,174,1,174, + 1,175,1,175,1,175,3,175,3821,8,175,1,175,1,175,3,175,3825,8,175, + 1,175,1,175,1,176,5,176,3830,8,176,10,176,12,176,3833,9,176,1,177, + 1,177,1,177,1,177,1,177,1,177,1,177,3,177,3842,8,177,1,178,1,178, + 1,178,1,178,1,178,1,178,1,179,5,179,3851,8,179,10,179,12,179,3854, + 9,179,1,180,1,180,1,180,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1,181, + 1,181,1,181,1,181,1,181,1,181,1,181,1,181,3,181,3961,8,181,1,182, + 1,182,1,182,1,182,1,182,1,182,3,182,3969,8,182,1,182,3,182,3972, + 8,182,1,183,1,183,1,183,1,183,1,183,1,183,1,183,1,183,3,183,3982, + 8,183,1,184,4,184,3985,8,184,11,184,12,184,3986,1,185,1,185,1,186, + 1,186,1,186,1,186,1,186,1,186,3,186,3997,8,186,1,186,1,186,1,186, + 1,186,1,186,1,186,1,186,1,186,1,186,3,186,4008,8,186,1,187,1,187, + 1,187,1,187,1,187,1,188,1,188,1,188,5,188,4018,8,188,10,188,12,188, + 4021,9,188,1,189,1,189,1,189,1,189,1,189,1,190,1,190,1,190,5,190, + 4031,8,190,10,190,12,190,4034,9,190,1,191,1,191,1,191,1,191,1,191, + 1,191,1,191,3,191,4043,8,191,1,192,1,192,1,192,1,193,1,193,1,194, + 1,194,1,195,1,195,1,195,3,195,4055,8,195,1,195,1,195,3,195,4059, + 8,195,1,195,3,195,4062,8,195,1,195,1,195,1,195,1,195,1,195,3,195, + 4069,8,195,1,196,1,196,1,196,1,197,1,197,1,197,3,197,4077,8,197, + 1,198,1,198,1,199,1,199,1,199,1,199,1,199,1,199,3,199,4087,8,199, + 3,199,4089,8,199,1,200,1,200,1,200,1,200,3,200,4095,8,200,1,200, + 1,200,1,200,3,200,4100,8,200,1,200,1,200,3,200,4104,8,200,1,200, + 1,200,1,200,3,200,4109,8,200,1,200,1,200,1,200,1,200,3,200,4115, + 8,200,1,200,1,200,1,200,1,200,1,200,3,200,4122,8,200,1,200,1,200, + 1,200,1,200,3,200,4128,8,200,3,200,4130,8,200,1,201,1,201,1,201, + 1,201,1,201,3,201,4137,8,201,1,201,1,201,1,201,1,201,1,201,1,201, + 3,201,4145,8,201,1,202,1,202,1,202,3,202,4150,8,202,1,203,1,203, + 1,203,1,203,1,203,1,204,1,204,1,204,1,204,3,204,4161,8,204,1,204, + 1,204,1,204,1,204,1,204,3,204,4168,8,204,1,205,1,205,3,205,4172, + 8,205,1,206,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,3,207,4189,8,207,1,207,3,207,4192, + 8,207,1,207,3,207,4195,8,207,1,207,3,207,4198,8,207,1,207,3,207, + 4201,8,207,1,208,1,208,1,208,1,208,1,208,1,208,3,208,4209,8,208, + 1,208,3,208,4212,8,208,1,208,3,208,4215,8,208,1,209,1,209,1,209, + 1,209,3,209,4221,8,209,1,209,1,209,1,210,1,210,5,210,4227,8,210, + 10,210,12,210,4230,9,210,1,210,3,210,4233,8,210,1,210,1,210,1,210, + 1,210,1,210,1,210,1,210,1,210,1,210,1,210,3,210,4245,8,210,1,210, + 1,210,1,210,1,210,3,210,4251,8,210,1,211,3,211,4254,8,211,1,211, + 1,211,1,211,3,211,4259,8,211,1,211,1,211,3,211,4263,8,211,1,211, + 1,211,1,211,1,211,1,211,3,211,4270,8,211,1,211,1,211,1,211,1,211, + 1,211,1,211,1,211,1,211,1,211,3,211,4281,8,211,1,212,1,212,1,212, + 1,212,1,212,1,213,1,213,1,213,1,213,1,213,1,213,1,214,1,214,1,214, + 1,215,1,215,1,215,1,216,1,216,1,216,1,216,3,216,4304,8,216,1,217, + 1,217,1,217,1,218,1,218,1,219,1,219,1,219,1,219,1,219,1,219,1,219, + 1,219,1,219,1,220,1,220,1,221,1,221,3,221,4324,8,221,1,221,1,221, + 1,221,1,221,1,221,1,221,1,221,3,221,4333,8,221,1,221,3,221,4336, + 8,221,1,221,3,221,4339,8,221,1,221,1,221,1,221,1,221,1,221,1,221, + 1,221,1,221,3,221,4349,8,221,1,221,3,221,4352,8,221,1,221,1,221, + 1,221,1,221,1,221,1,221,1,221,3,221,4361,8,221,1,221,1,221,3,221, + 4365,8,221,1,221,3,221,4368,8,221,1,221,1,221,1,221,1,221,1,221, + 1,221,3,221,4376,8,221,1,222,1,222,1,222,1,222,3,222,4382,8,222, + 1,223,1,223,3,223,4386,8,223,1,223,1,223,1,224,1,224,1,225,1,225, + 1,225,5,225,4395,8,225,10,225,12,225,4398,9,225,1,226,1,226,1,226, + 1,226,1,226,1,226,1,226,3,226,4407,8,226,1,227,1,227,1,227,1,228, + 4,228,4413,8,228,11,228,12,228,4414,1,229,1,229,1,229,3,229,4420, + 8,229,1,229,1,229,1,230,1,230,1,231,1,231,1,232,1,232,1,233,1,233, + 3,233,4432,8,233,1,233,1,233,1,234,1,234,1,235,1,235,1,236,1,236, + 1,236,1,236,1,236,1,237,1,237,1,237,1,237,3,237,4449,8,237,1,238, + 1,238,3,238,4453,8,238,1,238,1,238,5,238,4457,8,238,10,238,12,238, + 4460,9,238,1,239,1,239,1,239,1,239,3,239,4466,8,239,1,240,1,240, + 1,240,1,241,5,241,4472,8,241,10,241,12,241,4475,9,241,1,242,1,242, + 1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,242,3,242,4488, + 8,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,243,1,243,1,243,1,243,1,243,1,243,1,243,1,243,1,243, + 1,243,1,243,1,243,3,243,4514,8,243,1,244,1,244,1,244,5,244,4519, + 8,244,10,244,12,244,4522,9,244,1,245,1,245,1,245,1,245,1,245,1,245, + 1,246,1,246,1,246,5,246,4533,8,246,10,246,12,246,4536,9,246,1,247, + 1,247,1,247,1,247,1,247,1,247,1,248,1,248,3,248,4546,8,248,1,248, + 3,248,4549,8,248,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249, + 1,249,1,250,1,250,3,250,4562,8,250,1,250,1,250,1,250,1,250,1,250, + 1,250,1,250,3,250,4571,8,250,1,250,1,250,1,250,1,250,1,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,250,3,250,4596,8,250,1,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,250,1,250,3,250,4607,8,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250, + 1,250,1,250,1,250,1,250,1,250,1,250,3,250,4649,8,250,1,250,1,250, + 1,250,1,250,1,250,1,250,3,250,4657,8,250,1,250,1,250,1,250,1,250, + 3,250,4663,8,250,1,251,1,251,1,251,1,251,1,252,1,252,1,252,5,252, + 4672,8,252,10,252,12,252,4675,9,252,1,253,1,253,1,253,3,253,4680, + 8,253,1,254,1,254,1,254,1,254,1,254,1,254,3,254,4688,8,254,1,255, + 1,255,1,255,1,255,1,256,1,256,1,256,5,256,4697,8,256,10,256,12,256, + 4700,9,256,1,257,1,257,1,257,1,257,1,258,1,258,1,259,1,259,1,259, + 5,259,4711,8,259,10,259,12,259,4714,9,259,1,260,1,260,1,260,1,260, + 1,260,1,260,3,260,4722,8,260,1,260,1,260,1,260,3,260,4727,8,260, + 1,260,1,260,1,260,1,260,1,260,1,260,1,260,1,260,1,260,3,260,4738, + 8,260,1,261,1,261,1,261,1,261,1,262,1,262,1,262,1,262,1,262,3,262, + 4749,8,262,1,262,1,262,1,262,1,262,1,262,1,262,3,262,4757,8,262, + 1,262,1,262,1,262,1,263,1,263,1,263,5,263,4765,8,263,10,263,12,263, + 4768,9,263,1,264,1,264,1,264,1,264,3,264,4774,8,264,1,264,3,264, + 4777,8,264,1,264,1,264,1,264,1,264,3,264,4783,8,264,1,264,3,264, + 4786,8,264,1,264,1,264,1,264,1,264,1,264,1,264,1,264,1,264,1,264, + 1,264,1,264,1,264,1,264,3,264,4801,8,264,1,265,1,265,1,266,1,266, + 1,266,1,267,1,267,1,267,1,267,1,267,1,267,3,267,4814,8,267,1,268, + 1,268,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,270,1,270,1,270, + 1,270,1,270,1,270,1,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,4843,8,270,1,271,1,271,1,271,5,271, + 4848,8,271,10,271,12,271,4851,9,271,1,272,1,272,1,272,1,272,1,272, + 1,272,1,272,1,272,1,272,1,272,1,272,1,272,3,272,4865,8,272,1,273, + 1,273,1,273,1,273,1,273,1,273,1,273,1,274,1,274,1,274,3,274,4877, + 8,274,1,274,1,274,3,274,4881,8,274,1,274,1,274,1,274,3,274,4886, + 8,274,1,274,1,274,3,274,4890,8,274,1,274,1,274,1,274,3,274,4895, + 8,274,1,274,1,274,3,274,4899,8,274,1,274,1,274,1,274,1,274,3,274, + 4905,8,274,1,274,1,274,3,274,4909,8,274,1,274,1,274,1,274,3,274, + 4914,8,274,1,274,1,274,3,274,4918,8,274,1,274,1,274,1,274,1,274, + 3,274,4924,8,274,1,274,1,274,3,274,4928,8,274,1,274,1,274,1,274, + 3,274,4933,8,274,1,274,1,274,3,274,4937,8,274,1,274,1,274,1,274, + 3,274,4942,8,274,1,274,1,274,3,274,4946,8,274,1,274,1,274,1,274, + 3,274,4951,8,274,1,274,1,274,3,274,4955,8,274,1,274,1,274,1,274, + 1,274,1,274,3,274,4962,8,274,1,274,1,274,3,274,4966,8,274,1,274, + 1,274,1,274,1,274,1,274,3,274,4973,8,274,1,274,1,274,3,274,4977, + 8,274,1,274,1,274,1,274,1,274,1,274,3,274,4984,8,274,1,274,1,274, + 3,274,4988,8,274,1,274,1,274,1,274,1,274,1,274,3,274,4995,8,274, + 1,274,1,274,3,274,4999,8,274,1,274,1,274,1,274,1,274,3,274,5005, + 8,274,1,274,1,274,3,274,5009,8,274,1,274,1,274,1,274,1,274,3,274, + 5015,8,274,1,274,1,274,3,274,5019,8,274,1,274,1,274,1,274,3,274, + 5024,8,274,1,274,1,274,3,274,5028,8,274,1,274,1,274,1,274,1,274, + 1,274,3,274,5035,8,274,1,274,1,274,3,274,5039,8,274,1,274,1,274, + 3,274,5043,8,274,1,274,1,274,3,274,5047,8,274,1,274,1,274,3,274, + 5051,8,274,1,274,1,274,1,274,3,274,5056,8,274,1,274,1,274,3,274, + 5060,8,274,1,274,1,274,1,274,3,274,5065,8,274,1,274,1,274,3,274, + 5069,8,274,1,274,1,274,1,274,3,274,5074,8,274,1,274,1,274,3,274, + 5078,8,274,1,274,1,274,1,274,3,274,5083,8,274,1,274,1,274,1,274, + 1,274,3,274,5089,8,274,1,274,1,274,1,274,3,274,5094,8,274,1,274, + 1,274,1,274,1,274,3,274,5100,8,274,1,274,1,274,1,274,3,274,5105, + 8,274,1,274,1,274,1,274,1,274,3,274,5111,8,274,1,274,1,274,1,274, + 3,274,5116,8,274,1,274,1,274,3,274,5120,8,274,1,274,1,274,1,274, + 3,274,5125,8,274,1,274,1,274,3,274,5129,8,274,1,274,1,274,1,274, + 1,274,3,274,5135,8,274,1,274,1,274,3,274,5139,8,274,1,274,1,274, + 1,274,3,274,5144,8,274,1,274,1,274,1,274,1,274,1,274,1,274,3,274, + 5152,8,274,1,274,1,274,1,274,1,274,3,274,5158,8,274,1,274,1,274, + 1,274,1,274,3,274,5164,8,274,1,274,1,274,1,274,1,274,3,274,5170, + 8,274,1,274,1,274,1,274,1,274,3,274,5176,8,274,1,274,1,274,1,274, + 1,274,1,274,3,274,5183,8,274,1,274,1,274,1,274,3,274,5188,8,274, + 1,274,1,274,3,274,5192,8,274,1,274,1,274,1,274,3,274,5197,8,274, + 1,274,1,274,3,274,5201,8,274,1,274,1,274,1,274,3,274,5206,8,274, + 1,274,1,274,1,274,1,274,3,274,5212,8,274,1,274,1,274,1,274,1,274, + 1,274,3,274,5219,8,274,1,274,1,274,1,274,3,274,5224,8,274,1,274, + 1,274,1,274,1,274,1,274,3,274,5231,8,274,1,274,1,274,1,274,1,274, + 1,274,1,274,1,274,1,274,3,274,5241,8,274,1,274,1,274,3,274,5245, + 8,274,1,274,1,274,1,274,1,274,3,274,5251,8,274,3,274,5253,8,274, + 1,275,1,275,1,275,5,275,5258,8,275,10,275,12,275,5261,9,275,1,276, + 3,276,5264,8,276,1,276,1,276,1,276,3,276,5269,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, - 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,276,1,276,1,276,3,276,5287,8,276,1,277,1,277,1,277,1,277,1,277, + 1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277,3,277,5302,8,277, + 1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277, + 1,277,1,277,1,277,1,277,1,277,3,277,5320,8,277,1,278,1,278,1,279, + 1,279,1,279,5,279,5327,8,279,10,279,12,279,5330,9,279,1,280,1,280, + 1,280,1,280,1,281,1,281,3,281,5338,8,281,1,282,1,282,3,282,5342, + 8,282,1,283,1,283,4,283,5346,8,283,11,283,12,283,5347,1,284,1,284, + 1,284,5,284,5353,8,284,10,284,12,284,5356,9,284,1,285,1,285,3,285, + 5360,8,285,1,285,1,285,1,285,5,285,5365,8,285,10,285,12,285,5368, + 9,285,1,285,1,285,3,285,5372,8,285,1,285,3,285,5375,8,285,1,286, + 3,286,5378,8,286,1,286,1,286,3,286,5382,8,286,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 3,287,5453,8,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287,3,287,5549, + 8,287,1,288,1,288,3,288,5553,8,288,1,289,1,289,1,289,3,289,5558, + 8,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,3,289, + 5569,8,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289, + 3,289,5580,8,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289, + 1,289,3,289,5591,8,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289, + 1,289,1,289,3,289,5602,8,289,1,289,1,289,1,289,1,289,1,289,1,289, + 1,289,1,289,1,289,3,289,5613,8,289,1,289,1,289,1,289,1,289,1,289, + 1,289,1,289,1,289,1,289,1,289,3,289,5625,8,289,1,289,1,289,1,289, + 1,289,1,289,1,289,1,289,1,289,1,289,3,289,5636,8,289,1,289,1,289, + 1,289,1,289,1,289,1,289,1,289,1,289,1,289,3,289,5647,8,289,1,289, + 1,289,1,289,1,289,1,289,1,289,1,289,1,289,3,289,5657,8,289,1,289, + 1,289,1,289,1,289,1,289,3,289,5664,8,289,1,290,1,290,1,290,1,291, + 1,291,3,291,5671,8,291,1,292,1,292,1,292,1,292,3,292,5677,8,292, + 1,293,1,293,1,293,1,293,1,293,1,293,3,293,5685,8,293,1,293,1,293, + 1,293,3,293,5690,8,293,1,293,1,293,1,293,3,293,5695,8,293,1,293, + 1,293,1,293,3,293,5700,8,293,1,293,1,293,1,293,1,293,3,293,5706, + 8,293,1,293,1,293,1,293,1,293,1,293,3,293,5713,8,293,1,293,1,293, + 1,293,1,293,3,293,5719,8,293,1,293,1,293,1,293,1,293,3,293,5725, + 8,293,1,293,1,293,1,293,3,293,5730,8,293,1,293,1,293,1,293,1,293, + 3,293,5736,8,293,1,293,1,293,1,293,1,293,1,293,3,293,5743,8,293, + 1,293,1,293,1,293,3,293,5748,8,293,1,293,1,293,1,293,1,293,3,293, + 5754,8,293,1,293,1,293,1,293,1,293,1,293,3,293,5761,8,293,1,293, + 3,293,5764,8,293,1,294,1,294,1,295,1,295,1,296,1,296,1,296,1,296, + 1,296,1,296,1,296,3,296,5777,8,296,1,297,1,297,1,297,1,297,1,297, + 1,297,1,297,3,297,5786,8,297,1,297,1,297,1,297,1,297,1,297,1,297, + 1,297,1,297,1,297,1,297,3,297,5798,8,297,3,297,5800,8,297,1,298, + 1,298,1,298,1,298,1,298,1,298,1,298,1,298,1,298,1,298,1,298,1,298, + 1,298,1,298,1,298,1,298,3,298,5818,8,298,1,299,1,299,1,299,5,299, + 5823,8,299,10,299,12,299,5826,9,299,1,300,1,300,1,301,1,301,1,301, + 5,301,5833,8,301,10,301,12,301,5836,9,301,1,302,1,302,3,302,5840, + 8,302,1,302,1,302,3,302,5844,8,302,1,302,1,302,3,302,5848,8,302, + 1,302,1,302,3,302,5852,8,302,3,302,5854,8,302,1,303,1,303,1,303, + 1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303, + 1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303, + 1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303, + 1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303, + 1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303, + 3,303,5914,8,303,1,304,1,304,1,304,5,304,5919,8,304,10,304,12,304, + 5922,9,304,1,305,1,305,1,305,3,305,5927,8,305,1,306,1,306,1,306, + 1,306,1,307,1,307,1,307,1,307,1,307,3,307,5938,8,307,1,307,3,307, + 5941,8,307,1,308,1,308,1,308,1,308,1,308,3,308,5948,8,308,1,308, + 3,308,5951,8,308,1,308,1,308,1,308,1,308,1,308,1,308,1,308,1,308, + 3,308,5961,8,308,1,308,3,308,5964,8,308,3,308,5966,8,308,1,309,1, + 309,1,309,1,309,1,310,1,310,1,310,1,310,1,311,1,311,1,311,1,311, + 1,311,1,311,1,312,5,312,5983,8,312,10,312,12,312,5986,9,312,1,313, + 1,313,1,313,1,313,1,313,1,313,1,313,1,313,1,313,3,313,5997,8,313, + 1,314,1,314,1,314,1,314,1,314,1,314,1,314,3,314,6006,8,314,1,314, + 1,314,1,314,1,314,1,314,1,314,1,314,3,314,6015,8,314,1,314,1,314, + 1,314,1,314,1,314,1,314,1,314,1,314,1,314,1,314,3,314,6027,8,314, + 3,314,6029,8,314,1,315,1,315,1,316,1,316,3,316,6035,8,316,1,316, + 1,316,3,316,6039,8,316,1,316,3,316,6042,8,316,1,316,3,316,6045,8, + 316,1,316,1,316,1,316,3,316,6050,8,316,1,316,1,316,1,316,1,316,3, + 316,6056,8,316,1,316,3,316,6059,8,316,1,316,3,316,6062,8,316,1,316, + 3,316,6065,8,316,1,316,3,316,6068,8,316,1,317,1,317,1,318,1,318, + 1,319,1,319,1,320,1,320,1,320,1,321,1,321,1,321,5,321,6082,8,321, + 10,321,12,321,6085,9,321,1,322,3,322,6088,8,322,1,322,3,322,6091, + 8,322,1,322,3,322,6094,8,322,1,322,3,322,6097,8,322,1,322,3,322, + 6100,8,322,1,322,1,322,1,322,3,322,6105,8,322,1,322,3,322,6108,8, + 322,3,322,6110,8,322,1,323,1,323,1,323,1,323,1,323,1,323,1,323,1, + 323,1,323,1,323,1,323,3,323,6123,8,323,1,324,1,324,1,324,1,324,1, + 324,1,325,1,325,1,325,5,325,6133,8,325,10,325,12,325,6136,9,325, + 1,326,1,326,1,326,1,327,1,327,1,328,1,328,1,329,1,329,1,329,1,329, + 3,329,6149,8,329,1,330,1,330,3,330,6153,8,330,1,330,1,330,1,330, + 1,330,3,330,6159,8,330,1,330,1,330,1,330,1,330,1,330,1,330,1,330, + 1,330,3,330,6169,8,330,3,330,6171,8,330,1,330,1,330,1,330,3,330, + 6176,8,330,1,331,1,331,1,331,1,331,5,331,6182,8,331,10,331,12,331, + 6185,9,331,1,331,1,331,1,332,1,332,1,332,1,333,1,333,3,333,6194, + 8,333,1,333,1,333,1,334,1,334,1,334,5,334,6201,8,334,10,334,12,334, + 6204,9,334,1,335,1,335,1,335,5,335,6209,8,335,10,335,12,335,6212, + 9,335,1,336,1,336,1,336,1,336,1,336,1,336,3,336,6220,8,336,3,336, + 6222,8,336,1,337,1,337,1,337,5,337,6227,8,337,10,337,12,337,6230, + 9,337,1,338,1,338,1,338,1,338,1,338,1,338,3,338,6238,8,338,3,338, + 6240,8,338,1,339,1,339,1,339,5,339,6245,8,339,10,339,12,339,6248, + 9,339,1,340,1,340,1,340,1,340,1,340,1,340,3,340,6256,8,340,3,340, + 6258,8,340,1,341,1,341,3,341,6262,8,341,1,341,1,341,1,342,1,342, + 1,342,5,342,6269,8,342,10,342,12,342,6272,9,342,1,343,1,343,3,343, + 6276,8,343,1,343,1,343,1,343,1,343,3,343,6282,8,343,1,343,1,343, + 1,343,3,343,6287,8,343,1,344,1,344,3,344,6291,8,344,1,344,1,344, + 1,344,3,344,6296,8,344,1,345,1,345,1,346,1,346,1,347,1,347,1,347, + 1,347,1,347,1,347,1,347,1,347,1,347,1,347,1,347,1,347,3,347,6314, + 8,347,1,348,1,348,1,348,3,348,6319,8,348,1,349,1,349,1,350,1,350, + 1,350,1,350,1,350,1,350,1,350,1,350,1,350,1,350,1,350,3,350,6334, + 8,350,1,350,1,350,1,351,1,351,1,351,5,351,6341,8,351,10,351,12,351, + 6344,9,351,1,352,1,352,1,352,1,353,1,353,1,353,5,353,6352,8,353, + 10,353,12,353,6355,9,353,1,354,4,354,6358,8,354,11,354,12,354,6359, 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,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,1,355,1,355,1,355,1,355, + 1,355,1,355,3,355,6397,8,355,1,356,1,356,1,356,1,356,1,356,1,356, + 1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,356,1,356, + 1,356,3,356,6417,8,356,1,356,1,356,1,356,1,356,1,356,3,356,6424, + 8,356,1,357,1,357,1,357,1,357,1,357,1,357,1,357,5,357,6433,8,357, + 10,357,12,357,6436,9,357,1,358,1,358,1,358,1,359,1,359,1,359,1,360, + 1,360,1,360,5,360,6447,8,360,10,360,12,360,6450,9,360,1,361,1,361, + 1,361,1,361,3,361,6456,8,361,1,362,1,362,1,362,1,362,1,362,1,362, + 3,362,6464,8,362,1,363,4,363,6467,8,363,11,363,12,363,6468,1,364, + 1,364,1,365,1,365,1,365,3,365,6476,8,365,1,365,1,365,3,365,6480, + 8,365,1,365,1,365,1,365,3,365,6485,8,365,1,365,1,365,3,365,6489, + 8,365,1,365,1,365,1,365,3,365,6494,8,365,1,365,1,365,3,365,6498, + 8,365,3,365,6500,8,365,1,366,1,366,1,366,3,366,6505,8,366,1,366, + 1,366,3,366,6509,8,366,1,367,1,367,1,367,3,367,6514,8,367,1,367, + 1,367,3,367,6518,8,367,1,368,1,368,1,368,1,368,1,368,1,368,1,368, + 1,368,1,368,1,368,1,368,1,368,1,368,1,368,1,368,1,368,1,368,1,368, + 1,368,1,368,1,368,1,368,3,368,6542,8,368,1,369,1,369,1,369,5,369, + 6547,8,369,10,369,12,369,6550,9,369,1,369,1,369,1,370,1,370,1,370, + 5,370,6557,8,370,10,370,12,370,6560,9,370,1,371,1,371,1,371,1,372, + 1,372,1,372,1,373,4,373,6569,8,373,11,373,12,373,6570,1,374,1,374, + 1,374,3,374,6576,8,374,1,375,1,375,1,375,1,375,1,375,1,375,1,375, + 1,375,1,375,1,375,1,375,3,375,6589,8,375,1,375,1,375,1,375,1,375, + 1,375,1,375,1,375,1,375,1,375,1,375,3,375,6601,8,375,1,375,1,375, + 1,375,1,375,1,375,1,375,1,375,1,375,1,375,1,375,3,375,6613,8,375, + 3,375,6615,8,375,1,376,1,376,1,376,1,376,3,376,6621,8,376,1,377, + 1,377,1,377,1,378,1,378,3,378,6628,8,378,1,378,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,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,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,6673,8,379,1,380,1,380, + 1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,380,1,380, + 1,380,1,380,1,380,3,380,6691,8,380,1,381,1,381,3,381,6695,8,381, + 1,381,1,381,1,381,3,381,6700,8,381,1,381,3,381,6703,8,381,1,382, + 1,382,3,382,6707,8,382,1,382,1,382,1,382,3,382,6712,8,382,1,382, + 1,382,1,382,3,382,6717,8,382,1,382,3,382,6720,8,382,1,383,1,383, + 1,383,5,383,6725,8,383,10,383,12,383,6728,9,383,1,384,1,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,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, + 3,385,6744,8,385,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,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,6815,8,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,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,6846,8,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,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,6900,8,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,3,386,6910,8,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,3,386,6920,8,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,3,386,6931,8,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,3,386,6941,8,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,3,386,6952,8,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,3,386,6962,8,386,1,386, + 1,386,1,386,3,386,6967,8,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,3,386,6976,8,386,1,386,1,386,1,386,3,386,6981,8,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,3,386,6991,8,386,1,386, + 1,386,1,386,3,386,6996,8,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,3,386,7005,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,7018,8,386,1,386,1,386,1,386,3,386, + 7023,8,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386,1,386, + 1,386,1,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,7135,8,386,3,386,7137,8,386,1,387,1,387,1,387, + 1,388,1,388,1,388,1,388,3,388,7146,8,388,1,388,1,388,1,388,1,388, + 1,388,1,388,1,388,1,388,1,388,3,388,7157,8,388,1,388,1,388,1,388, + 1,388,1,388,1,388,1,388,1,388,1,388,3,388,7168,8,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,7181, + 8,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, + 3,388,7193,8,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388,1,388, + 1,388,3,388,7204,8,388,1,388,1,388,1,388,1,388,1,388,3,388,7211, + 8,388,1,389,1,389,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,3,390,7301,8,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 3,390,7354,8,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 3,390,7364,8,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,3,390,7375,8,390,1,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,3,390,7386,8,390,1,390,1,390,1,390,1,390,1,390,1,390, + 1,390,1,390,1,390,1,390,1,390,1,390,3,390,7400,8,390,1,391,1,391, + 1,391,1,391,1,391,1,391,1,391,1,391,1,392,1,392,1,392,5,392,7413, + 8,392,10,392,12,392,7416,9,392,1,393,1,393,1,393,1,393,1,393,1,393, + 1,393,1,393,3,393,7426,8,393,1,394,1,394,1,394,1,394,1,394,3,394, + 7433,8,394,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,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,3,396, + 7487,8,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396, + 1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,1,396,3,396,7628, + 8,396,1,397,1,397,1,397,1,397,3,397,7634,8,397,1,397,3,397,7637, + 8,397,1,398,1,398,1,399,1,399,1,399,1,399,1,399,1,399,3,399,7647, + 8,399,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400, + 1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400, + 1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400,1,400, + 1,400,1,400,1,400,1,400,1,400,1,400,3,400,7687,8,400,1,401,1,401, + 1,401,1,401,1,401,1,401,1,401,1,401,3,401,7697,8,401,1,402,1,402, + 1,402,5,402,7702,8,402,10,402,12,402,7705,9,402,1,403,1,403,1,404, + 1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404, + 1,404,1,404,1,404,1,404,1,404,1,404,3,404,7727,8,404,1,404,1,404, + 1,404,1,404,1,404,1,404,1,404,3,404,7736,8,404,1,404,1,404,1,404, + 1,404,1,404,1,404,1,404,3,404,7745,8,404,1,404,1,404,1,404,1,404, + 1,404,1,404,1,404,3,404,7754,8,404,1,404,1,404,1,404,1,404,1,404, + 1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404, + 1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404,1,404, + 1,404,1,404,1,404,1,404,3,404,7787,8,404,1,405,1,405,3,405,7791, + 8,405,1,405,1,405,1,405,1,405,1,405,1,405,1,405,1,405,3,405,7801, + 8,405,1,405,1,405,3,405,7805,8,405,1,405,1,405,1,406,1,406,1,406, + 1,406,1,406,1,406,3,406,7815,8,406,1,407,3,407,7818,8,407,1,407, + 1,407,3,407,7822,8,407,5,407,7824,8,407,10,407,12,407,7827,9,407, + 1,408,1,408,1,408,1,408,1,408,3,408,7834,8,408,1,409,1,409,1,410, + 1,410,1,411,1,411,1,412,1,412,1,412,3,412,7845,8,412,1,413,1,413, + 1,413,1,414,1,414,1,414,1,415,1,415,1,415,1,415,3,415,7857,8,415, + 1,416,1,416,3,416,7861,8,416,1,416,3,416,7864,8,416,1,416,1,416, + 3,416,7868,8,416,1,416,3,416,7871,8,416,1,416,1,416,1,416,3,416, + 7876,8,416,1,416,1,416,3,416,7880,8,416,1,416,3,416,7883,8,416,1, + 416,1,416,1,416,1,416,3,416,7889,8,416,1,416,1,416,1,416,1,416,1, + 416,1,416,1,416,1,416,1,416,3,416,7900,8,416,1,416,3,416,7903,8, + 416,1,416,1,416,1,416,1,416,1,416,3,416,7910,8,416,1,416,1,416,3, + 416,7914,8,416,1,416,1,416,1,416,3,416,7919,8,416,1,416,3,416,7922, + 8,416,3,416,7924,8,416,1,417,1,417,1,418,1,418,1,418,1,418,1,418, + 1,418,1,418,1,418,1,418,1,418,3,418,7938,8,418,1,419,1,419,3,419, + 7942,8,419,1,419,5,419,7945,8,419,10,419,12,419,7948,9,419,1,420, + 1,420,1,421,1,421,3,421,7954,8,421,1,421,1,421,1,422,1,422,1,422, + 3,422,7961,8,422,1,422,3,422,7964,8,422,1,422,1,422,1,422,3,422, + 7969,8,422,1,422,3,422,7972,8,422,1,422,1,422,1,422,1,422,1,422, + 1,422,1,422,3,422,7981,8,422,3,422,7983,8,422,1,422,1,422,1,422, + 3,422,7988,8,422,1,423,1,423,3,423,7992,8,423,1,423,1,423,1,423, + 1,424,1,424,1,424,1,425,1,425,1,425,1,425,3,425,8004,8,425,1,425, + 3,425,8007,8,425,1,426,1,426,1,427,4,427,8012,8,427,11,427,12,427, + 8013,1,428,1,428,3,428,8018,8,428,1,428,1,428,1,428,3,428,8023,8, + 428,1,429,1,429,1,429,1,429,1,429,1,429,1,429,1,429,3,429,8033,8, + 429,1,430,1,430,1,431,1,431,1,431,1,431,1,431,1,431,3,431,8043,8, + 431,1,431,3,431,8046,8,431,1,431,3,431,8049,8,431,3,431,8051,8,431, + 1,432,1,432,1,432,1,432,3,432,8057,8,432,1,433,1,433,1,433,5,433, + 8062,8,433,10,433,12,433,8065,9,433,1,434,1,434,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,3,437,8084,8,437,1,437,1,437,1,437,1,438,1,438,1,438,1,438, + 1,438,1,438,1,438,1,438,1,438,1,438,1,438,1,438,1,438,1,438,1,438, + 3,438,8104,8,438,1,438,1,438,3,438,8108,8,438,1,438,1,438,1,438, + 3,438,8113,8,438,1,439,1,439,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,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441, + 1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441, + 1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441, + 1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441,1,441, + 1,441,1,441,1,441,1,441,3,441,8182,8,441,1,441,1,441,1,441,3,441, + 8187,8,441,1,442,1,442,1,443,1,443,3,443,8193,8,443,1,443,1,443, + 1,443,1,443,1,443,1,443,1,443,1,443,1,443,1,444,1,444,3,444,8206, + 8,444,1,444,1,444,3,444,8210,8,444,1,444,1,444,3,444,8214,8,444, + 1,444,1,444,1,444,1,444,3,444,8220,8,444,3,444,8222,8,444,1,445, + 1,445,1,445,1,445,5,445,8228,8,445,10,445,12,445,8231,9,445,1,445, + 1,445,1,446,1,446,1,446,1,447,1,447,3,447,8240,8,447,1,447,3,447, + 8243,8,447,1,447,3,447,8246,8,447,1,447,3,447,8249,8,447,1,447,3, + 447,8252,8,447,1,447,1,447,1,447,1,447,1,447,3,447,8259,8,447,1, + 447,3,447,8262,8,447,3,447,8264,8,447,1,448,1,448,3,448,8268,8,448, + 1,448,3,448,8271,8,448,1,448,1,448,1,448,1,448,1,448,3,448,8278, + 8,448,3,448,8280,8,448,1,449,1,449,1,449,5,449,8285,8,449,10,449, + 12,449,8288,9,449,1,450,1,450,1,451,1,451,3,451,8294,8,451,1,452, + 1,452,3,452,8298,8,452,1,453,1,453,3,453,8302,8,453,1,454,1,454, + 1,455,1,455,1,455,5,455,8309,8,455,10,455,12,455,8312,9,455,1,456, + 1,456,1,456,3,456,8317,8,456,1,457,1,457,3,457,8321,8,457,1,458, + 1,458,3,458,8325,8,458,1,459,1,459,1,459,3,459,8330,8,459,1,460, + 1,460,1,461,1,461,1,462,1,462,1,462,1,462,1,463,1,463,3,463,8342, + 8,463,1,464,1,464,1,464,5,464,8347,8,464,10,464,12,464,8350,9,464, + 1,465,1,465,1,466,1,466,1,466,1,466,1,466,3,466,8359,8,466,1,466, + 1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,1,466,3,466, + 8372,8,466,1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,467,1,467, + 3,467,8383,8,467,1,468,1,468,1,468,5,468,8388,8,468,10,468,12,468, + 8391,9,468,1,469,1,469,3,469,8395,8,469,1,470,1,470,3,470,8399,8, + 470,1,471,1,471,3,471,8403,8,471,1,472,1,472,1,472,3,472,8408,8, + 472,1,472,1,472,1,472,1,473,1,473,1,473,1,473,1,474,1,474,1,474, + 1,474,3,474,8421,8,474,1,475,1,475,1,475,3,475,8426,8,475,1,475, + 1,475,3,475,8430,8,475,1,475,1,475,1,475,1,475,1,475,3,475,8437, + 8,475,1,475,3,475,8440,8,475,3,475,8442,8,475,1,476,1,476,1,476, + 1,476,1,477,1,477,3,477,8450,8,477,1,477,1,477,3,477,8454,8,477, + 1,478,3,478,8457,8,478,1,478,1,478,1,478,1,478,1,478,3,478,8464, + 8,478,1,478,3,478,8467,8,478,1,479,1,479,1,479,3,479,8472,8,479, + 1,480,1,480,1,480,1,480,3,480,8478,8,480,1,480,1,480,1,480,1,480, + 3,480,8484,8,480,1,480,1,480,3,480,8488,8,480,1,481,1,481,1,482, + 1,482,1,482,5,482,8495,8,482,10,482,12,482,8498,9,482,1,483,1,483, + 1,483,1,484,1,484,1,484,3,484,8506,8,484,1,484,1,484,1,484,1,484, + 1,484,3,484,8513,8,484,1,484,3,484,8516,8,484,1,485,1,485,1,485, + 1,485,3,485,8522,8,485,1,485,1,485,1,485,3,485,8527,8,485,1,486, + 1,486,1,486,1,487,3,487,8533,8,487,1,487,1,487,1,487,1,487,3,487, + 8539,8,487,1,487,3,487,8542,8,487,1,487,3,487,8545,8,487,1,488,1, + 488,1,488,1,489,1,489,3,489,8552,8,489,1,489,1,489,3,489,8556,8, + 489,1,489,3,489,8559,8,489,1,490,1,490,1,490,1,490,1,491,1,491,1, + 491,1,491,1,491,1,491,1,491,1,491,1,491,3,491,8574,8,491,1,491,3, + 491,8577,8,491,1,492,1,492,1,493,1,493,1,493,3,493,8584,8,493,1, + 494,3,494,8587,8,494,1,494,1,494,1,494,1,494,1,494,3,494,8594,8, + 494,1,494,3,494,8597,8,494,1,494,3,494,8600,8,494,1,495,1,495,1, + 495,5,495,8605,8,495,10,495,12,495,8608,9,495,1,496,1,496,1,496, + 1,496,1,496,1,496,1,496,1,496,1,496,3,496,8619,8,496,1,496,1,496, + 1,496,1,496,1,496,3,496,8626,8,496,3,496,8628,8,496,1,497,1,497, + 1,497,1,498,1,498,1,498,5,498,8636,8,498,10,498,12,498,8639,9,498, + 1,499,1,499,1,499,1,499,1,499,1,499,1,499,1,499,1,500,1,500,1,501, + 1,501,1,501,1,501,1,501,5,501,8656,8,501,10,501,12,501,8659,9,501, + 1,502,1,502,1,502,1,502,1,502,3,502,8666,8,502,1,503,1,503,3,503, + 8670,8,503,1,504,1,504,1,504,1,504,1,504,1,504,1,504,1,504,3,504, + 8680,8,504,1,505,1,505,3,505,8684,8,505,1,505,1,505,3,505,8688,8, + 505,1,505,1,505,3,505,8692,8,505,3,505,8694,8,505,1,505,1,505,1, + 505,3,505,8699,8,505,1,505,1,505,3,505,8703,8,505,1,505,1,505,3, + 505,8707,8,505,3,505,8709,8,505,3,505,8711,8,505,1,506,1,506,3,506, + 8715,8,506,1,507,1,507,3,507,8719,8,507,1,507,3,507,8722,8,507,1, + 507,3,507,8725,8,507,1,507,3,507,8728,8,507,1,507,3,507,8731,8,507, + 3,507,8733,8,507,1,507,3,507,8736,8,507,1,507,3,507,8739,8,507,1, + 507,3,507,8742,8,507,1,507,3,507,8745,8,507,1,507,3,507,8748,8,507, + 1,507,3,507,8751,8,507,1,507,1,507,1,507,1,507,1,507,1,507,1,507, + 3,507,8760,8,507,3,507,8762,8,507,1,507,1,507,1,507,3,507,8767,8, + 507,5,507,8769,8,507,10,507,12,507,8772,9,507,1,508,1,508,1,508, + 3,508,8777,8,508,1,509,1,509,3,509,8781,8,509,1,510,1,510,3,510, + 8785,8,510,1,510,1,510,1,511,1,511,1,511,5,511,8792,8,511,10,511, + 12,511,8795,9,511,1,512,1,512,3,512,8799,8,512,1,512,1,512,3,512, + 8803,8,512,1,512,1,512,1,512,1,512,3,512,8809,8,512,1,512,3,512, + 8812,8,512,1,513,1,513,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,3,514,8831,8,514, + 1,514,1,514,1,514,1,515,1,515,1,515,3,515,8839,8,515,1,516,1,516, + 1,517,1,517,1,517,1,517,1,517,3,517,8848,8,517,1,518,1,518,3,518, + 8852,8,518,1,519,3,519,8855,8,519,1,519,1,519,3,519,8859,8,519,1, + 519,1,519,1,519,3,519,8864,8,519,1,519,1,519,1,519,1,519,3,519,8870, + 8,519,1,520,1,520,1,521,1,521,1,522,1,522,1,522,1,522,1,522,1,522, + 3,522,8882,8,522,1,523,1,523,1,524,1,524,1,525,1,525,1,525,1,525, + 1,526,1,526,1,526,5,526,8895,8,526,10,526,12,526,8898,9,526,1,527, + 1,527,1,527,1,527,3,527,8904,8,527,1,527,3,527,8907,8,527,1,528, + 1,528,3,528,8911,8,528,1,528,1,528,3,528,8915,8,528,1,528,1,528, + 3,528,8919,8,528,3,528,8921,8,528,1,529,1,529,1,530,1,530,1,530, + 1,530,3,530,8929,8,530,1,531,1,531,1,531,1,531,1,531,1,531,1,531, + 3,531,8938,8,531,1,531,1,531,1,531,1,531,3,531,8944,8,531,3,531, + 8946,8,531,1,532,1,532,1,532,1,532,1,532,3,532,8953,8,532,1,533, + 1,533,3,533,8957,8,533,1,534,1,534,1,535,1,535,1,535,1,535,1,535, + 3,535,8966,8,535,1,536,1,536,3,536,8970,8,536,1,537,1,537,1,538, + 1,538,1,539,1,539,1,539,3,539,8979,8,539,1,539,1,539,1,540,1,540, + 1,540,5,540,8986,8,540,10,540,12,540,8989,9,540,1,541,1,541,1,541, + 1,541,1,541,1,541,1,541,1,541,1,541,3,541,9000,8,541,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,545,1,545,1,545,1,545,1,545,1,545,1,546,1,546,1,546,1,547,1,547, + 1,547,1,547,3,547,9028,8,547,1,548,1,548,1,549,4,549,9033,8,549, + 11,549,12,549,9034,1,550,1,550,3,550,9039,8,550,1,550,3,550,9042, + 8,550,1,551,1,551,1,551,3,551,9047,8,551,1,551,1,551,3,551,9051, + 8,551,1,551,3,551,9054,8,551,1,552,1,552,1,552,1,553,1,553,1,553, + 1,553,1,553,1,553,1,553,1,553,1,553,5,553,9068,8,553,10,553,12,553, + 9071,9,553,1,554,1,554,1,554,1,555,1,555,1,555,5,555,9079,8,555, + 10,555,12,555,9082,9,555,1,556,1,556,3,556,9086,8,556,1,556,3,556, + 9089,8,556,1,556,3,556,9092,8,556,1,556,1,556,3,556,9096,8,556,1, + 556,1,556,3,556,9100,8,556,1,556,1,556,3,556,9104,8,556,1,556,1, + 556,1,556,3,556,9109,8,556,1,556,1,556,3,556,9113,8,556,1,556,1, + 556,3,556,9117,8,556,3,556,9119,8,556,1,556,1,556,1,556,1,556,1, + 556,1,556,1,556,3,556,9128,8,556,1,556,1,556,1,556,3,556,9133,8, + 556,1,556,1,556,1,556,1,556,3,556,9139,8,556,1,556,1,556,3,556,9143, + 8,556,3,556,9145,8,556,1,556,1,556,1,556,1,556,1,556,3,556,9152, + 8,556,1,556,1,556,1,556,3,556,9157,8,556,1,556,1,556,1,556,1,556, + 5,556,9163,8,556,10,556,12,556,9166,9,556,1,557,3,557,9169,8,557, + 1,557,1,557,1,557,1,557,1,557,3,557,9176,8,557,1,558,1,558,1,559, + 1,559,1,559,3,559,9183,8,559,1,559,3,559,9186,8,559,1,559,1,559, + 1,559,1,559,3,559,9192,8,559,1,560,1,560,3,560,9196,8,560,1,561, + 1,561,1,561,1,561,1,561,1,561,1,561,3,561,9205,8,561,1,562,3,562, + 9208,8,562,1,562,1,562,3,562,9212,8,562,1,562,1,562,1,562,1,562, + 1,562,1,562,3,562,9220,8,562,1,562,1,562,1,562,1,562,3,562,9226, + 8,562,3,562,9228,8,562,1,563,3,563,9231,8,563,1,563,1,563,3,563, + 9235,8,563,1,563,3,563,9238,8,563,1,563,3,563,9241,8,563,1,564,1, + 564,3,564,9245,8,564,1,564,1,564,3,564,9249,8,564,1,564,1,564,1, + 564,1,564,3,564,9255,8,564,1,564,3,564,9258,8,564,1,564,1,564,1, + 564,1,564,1,564,1,564,1,564,3,564,9267,8,564,1,564,1,564,1,564,1, + 564,1,564,3,564,9274,8,564,3,564,9276,8,564,1,565,1,565,1,565,5, + 565,9281,8,565,10,565,12,565,9284,9,565,1,566,1,566,1,566,5,566, + 9289,8,566,10,566,12,566,9292,9,566,1,567,1,567,3,567,9296,8,567, + 1,567,3,567,9299,8,567,1,568,1,568,1,568,1,568,1,568,1,568,3,568, + 9307,8,568,1,569,1,569,1,569,1,569,1,569,1,570,1,570,3,570,9316, + 8,570,1,570,1,570,1,570,1,570,1,570,1,570,3,570,9324,8,570,3,570, + 9326,8,570,1,571,1,571,3,571,9330,8,571,1,572,1,572,1,572,5,572, + 9335,8,572,10,572,12,572,9338,9,572,1,573,1,573,1,573,1,573,1,573, + 1,574,1,574,1,574,1,575,1,575,1,575,1,576,1,576,1,576,1,576,1,576, + 3,576,9356,8,576,1,577,1,577,1,578,1,578,1,578,5,578,9363,8,578, + 10,578,12,578,9366,9,578,1,579,1,579,1,579,3,579,9371,8,579,1,580, + 1,580,1,580,1,580,1,580,1,580,1,580,1,580,1,580,1,580,1,580,1,580, + 1,580,1,580,1,580,1,580,1,580,3,580,9390,8,580,1,580,1,580,1,581, + 1,581,1,581,5,581,9397,8,581,10,581,12,581,9400,9,581,1,582,1,582, + 1,582,3,582,9405,8,582,1,582,1,582,3,582,9409,8,582,1,583,4,583, + 9412,8,583,11,583,12,583,9413,1,584,1,584,1,584,1,584,1,584,1,584, + 1,584,1,584,3,584,9424,8,584,1,585,1,585,1,585,5,585,9429,8,585, + 10,585,12,585,9432,9,585,1,586,1,586,1,586,1,586,1,586,1,586,3,586, + 9440,8,586,1,587,3,587,9443,8,587,1,587,1,587,1,587,1,587,1,587, + 1,587,1,587,3,587,9452,8,587,3,587,9454,8,587,1,587,1,587,1,587, + 1,587,3,587,9460,8,587,1,588,1,588,3,588,9464,8,588,1,588,5,588, + 9467,8,588,10,588,12,588,9470,9,588,1,589,1,589,1,589,1,589,1,589, + 1,589,1,589,3,589,9479,8,589,1,589,1,589,1,589,1,589,3,589,9485, + 8,589,3,589,9487,8,589,1,590,1,590,1,590,1,590,3,590,9493,8,590, + 1,591,1,591,3,591,9497,8,591,1,591,3,591,9500,8,591,1,592,1,592, + 1,592,1,592,1,593,1,593,1,593,1,593,1,593,1,593,1,593,3,593,9513, + 8,593,1,593,1,593,1,593,1,593,3,593,9519,8,593,1,593,1,593,3,593, + 9523,8,593,1,593,1,593,3,593,9527,8,593,1,593,3,593,9530,8,593,1, + 594,1,594,1,594,1,594,1,595,1,595,3,595,9538,8,595,1,596,1,596,3, + 596,9542,8,596,1,597,1,597,3,597,9546,8,597,1,597,1,597,1,597,1, + 597,1,598,1,598,3,598,9554,8,598,1,599,1,599,1,599,1,599,1,599,3, + 599,9561,8,599,1,600,1,600,1,600,1,600,1,600,3,600,9568,8,600,1, + 601,1,601,3,601,9572,8,601,1,601,1,601,1,601,1,601,3,601,9578,8, + 601,3,601,9580,8,601,1,602,1,602,1,603,1,603,1,603,1,603,1,603,3, + 603,9589,8,603,1,603,3,603,9592,8,603,1,604,1,604,1,605,1,605,1, + 605,1,605,1,605,1,605,3,605,9602,8,605,1,606,1,606,1,606,1,606,1, + 606,1,606,1,606,1,606,1,606,1,606,1,606,1,606,1,606,1,606,3,606, + 9618,8,606,1,606,1,606,1,606,1,606,3,606,9624,8,606,1,606,1,606, + 1,606,3,606,9629,8,606,1,607,1,607,1,607,1,607,1,607,3,607,9636, + 8,607,1,608,1,608,1,608,1,609,1,609,1,610,1,610,3,610,9645,8,610, + 1,611,1,611,1,611,5,611,9650,8,611,10,611,12,611,9653,9,611,1,612, + 1,612,1,612,5,612,9658,8,612,10,612,12,612,9661,9,612,1,613,1,613, + 1,613,5,613,9666,8,613,10,613,12,613,9669,9,613,1,614,1,614,3,614, + 9673,8,614,1,614,1,614,3,614,9677,8,614,1,615,3,615,9680,8,615,1, + 615,1,615,1,616,1,616,3,616,9686,8,616,1,617,1,617,1,617,3,617,9691, + 8,617,1,617,1,617,1,617,1,617,1,617,1,617,1,617,1,617,1,617,1,617, + 1,617,1,617,1,617,1,617,3,617,9707,8,617,1,617,3,617,9710,8,617, + 3,617,9712,8,617,1,618,1,618,1,618,1,618,1,618,1,618,1,618,1,618, + 1,618,1,618,3,618,9724,8,618,3,618,9726,8,618,1,619,1,619,3,619, + 9730,8,619,1,619,1,619,1,619,1,619,1,619,1,619,3,619,9738,8,619, + 3,619,9740,8,619,1,619,1,619,3,619,9744,8,619,3,619,9746,8,619,1, + 620,1,620,1,620,1,620,5,620,9752,8,620,10,620,12,620,9755,9,620, + 1,621,3,621,9758,8,621,1,621,1,621,1,622,1,622,1,622,5,622,9765, + 8,622,10,622,12,622,9768,9,622,1,623,1,623,1,623,5,623,9773,8,623, + 10,623,12,623,9776,9,623,1,624,1,624,1,624,3,624,9781,8,624,1,625, + 3,625,9784,8,625,1,625,1,625,1,626,1,626,1,626,1,626,1,626,3,626, + 9793,8,626,1,627,1,627,1,627,3,627,9798,8,627,1,628,1,628,1,628, + 5,628,9803,8,628,10,628,12,628,9806,9,628,1,629,1,629,1,629,1,629, + 1,629,1,629,1,629,3,629,9815,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,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, + 1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629,3,629,9841,8,629, + 1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629,1,629,3,629,9852, + 8,629,5,629,9854,8,629,10,629,12,629,9857,9,629,1,630,1,630,1,630, + 1,630,1,630,3,630,9864,8,630,1,630,1,630,1,630,1,630,1,630,1,630, + 1,630,1,630,1,630,1,630,1,630,1,630,1,630,1,630,1,630,1,630,1,630, + 1,630,1,630,1,630,3,630,9886,8,630,1,630,1,630,1,630,1,630,1,630, + 1,630,1,630,3,630,9895,8,630,1,631,1,631,1,632,1,632,1,632,1,632, + 1,632,1,632,3,632,9905,8,632,1,632,3,632,9908,8,632,1,632,1,632, + 1,632,3,632,9913,8,632,1,632,1,632,1,632,3,632,9918,8,632,1,632, + 1,632,3,632,9922,8,632,1,632,3,632,9925,8,632,1,633,1,633,3,633, + 9929,8,633,1,633,3,633,9932,8,633,1,633,3,633,9935,8,633,1,633,3, + 633,9938,8,633,1,634,1,634,3,634,9942,8,634,1,635,1,635,1,635,1, + 635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,3,635,9956,8, + 635,1,635,1,635,1,635,1,635,1,635,3,635,9963,8,635,1,635,1,635,1, + 635,1,635,1,635,3,635,9970,8,635,1,635,1,635,1,635,1,635,1,635,3, + 635,9977,8,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1, + 635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,3,635,9995,8,635,1, + 635,1,635,1,635,1,635,1,635,1,635,3,635,10003,8,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,3,635,10015,8,635, + 1,635,1,635,1,635,1,635,3,635,10021,8,635,1,635,1,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,1,635,3,635,10034,8,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635, + 1,635,1,635,1,635,3,635,10073,8,635,3,635,10075,8,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,3,635,10095,8,635,1,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,3,635,10105,8,635,1,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,3,635,10116,8,635,1,635,1,635, + 1,635,1,635,1,635,1,635,1,635,1,635,1,635,1,635,3,635,10128,8,635, + 1,636,1,636,1,636,1,636,1,636,3,636,10135,8,636,1,637,1,637,1,637, + 1,637,1,637,1,637,1,637,1,637,1,637,1,637,3,637,10147,8,637,1,638, + 1,638,1,638,1,638,1,638,1,639,1,639,1,639,5,639,10157,8,639,10,639, + 12,639,10160,9,639,1,640,1,640,1,640,3,640,10165,8,640,1,641,1,641, + 1,642,1,642,1,642,1,642,3,642,10173,8,642,1,643,1,643,1,643,1,643, + 1,643,1,643,1,643,1,643,1,643,1,643,1,643,1,643,1,643,1,643,1,643, + 3,643,10190,8,643,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,646,1,646,1,646,1,647,1,647,1,647,1,648, + 1,648,1,648,5,648,10213,8,648,10,648,12,648,10216,9,648,1,649,1, + 649,1,649,1,649,1,650,1,650,1,650,3,650,10225,8,650,1,651,1,651, + 3,651,10229,8,651,1,651,3,651,10232,8,651,1,651,3,651,10235,8,651, + 1,651,3,651,10238,8,651,1,651,1,651,1,652,1,652,1,653,1,653,1,653, + 1,653,1,654,1,654,1,654,3,654,10251,8,654,1,654,1,654,1,654,3,654, + 10256,8,654,1,654,1,654,1,654,3,654,10261,8,654,3,654,10263,8,654, + 1,655,1,655,1,655,1,655,1,655,1,655,3,655,10271,8,655,1,656,1,656, + 1,656,1,656,1,656,1,656,1,656,3,656,10280,8,656,1,657,1,657,1,657, + 1,657,1,657,1,657,1,657,3,657,10289,8,657,1,658,1,658,1,658,3,658, + 10294,8,658,1,658,1,658,1,658,1,658,1,658,1,658,1,658,3,658,10303, + 8,658,1,659,1,659,1,659,3,659,10308,8,659,1,659,1,659,1,660,1,660, + 1,660,1,660,1,660,1,660,1,661,1,661,1,662,1,662,3,662,10322,8,662, + 1,663,1,663,1,664,1,664,1,664,1,664,1,664,1,664,3,664,10332,8,664, + 1,665,1,665,1,665,1,665,1,665,1,665,3,665,10340,8,665,1,666,1,666, + 1,666,1,666,1,666,1,666,1,666,1,666,1,666,1,666,1,666,1,666,3,666, + 10354,8,666,1,667,1,667,1,667,5,667,10359,8,667,10,667,12,667,10362, + 9,667,1,668,1,668,1,668,5,668,10367,8,668,10,668,12,668,10370,9, + 668,1,669,1,669,1,669,5,669,10375,8,669,10,669,12,669,10378,9,669, + 1,670,1,670,1,670,1,670,1,670,3,670,10385,8,670,1,671,1,671,3,671, + 10389,8,671,1,672,1,672,1,672,5,672,10394,8,672,10,672,12,672,10397, + 9,672,1,673,1,673,1,673,1,673,1,673,3,673,10404,8,673,1,674,1,674, + 1,674,5,674,10409,8,674,10,674,12,674,10412,9,674,1,675,1,675,1, + 675,3,675,10417,8,675,1,675,1,675,1,676,1,676,1,676,5,676,10424, + 8,676,10,676,12,676,10427,9,676,1,677,1,677,1,677,1,677,1,678,1, + 678,1,678,1,678,1,678,1,678,1,678,1,678,3,678,10441,8,678,1,679, + 1,679,1,680,1,680,1,680,1,680,1,680,1,680,1,680,3,680,10452,8,680, + 1,681,1,681,1,681,1,681,1,682,1,682,1,682,1,682,1,682,1,682,1,682, + 1,682,1,682,1,682,1,682,1,682,1,682,1,682,1,682,1,682,1,682,1,682, + 1,682,1,682,1,682,1,682,1,682,1,682,1,682,1,682,1,682,3,682,10485, + 8,682,1,683,1,683,1,683,1,683,1,683,1,683,1,683,3,683,10494,8,683, + 1,684,1,684,1,684,1,684,1,684,3,684,10501,8,684,1,685,1,685,3,685, + 10505,8,685,1,685,1,685,3,685,10509,8,685,1,685,1,685,1,686,4,686, + 10514,8,686,11,686,12,686,10515,1,687,1,687,1,687,1,687,1,687,1, + 688,1,688,1,688,1,689,1,689,1,690,1,690,3,690,10530,8,690,1,691, + 1,691,1,691,3,691,10535,8,691,1,691,1,691,1,691,3,691,10540,8,691, + 1,691,1,691,3,691,10544,8,691,3,691,10546,8,691,1,691,3,691,10549, + 8,691,1,692,1,692,1,693,4,693,10554,8,693,11,693,12,693,10555,1, + 694,5,694,10559,8,694,10,694,12,694,10562,9,694,1,695,1,695,1,696, + 1,696,1,696,5,696,10569,8,696,10,696,12,696,10572,9,696,1,697,1, + 697,1,697,1,697,1,697,3,697,10579,8,697,1,697,3,697,10582,8,697, + 1,698,1,698,1,698,5,698,10587,8,698,10,698,12,698,10590,9,698,1, + 699,1,699,1,699,5,699,10595,8,699,10,699,12,699,10598,9,699,1,700, + 1,700,1,700,5,700,10603,8,700,10,700,12,700,10606,9,700,1,701,1, + 701,1,701,5,701,10611,8,701,10,701,12,701,10614,9,701,1,702,1,702, + 1,702,5,702,10619,8,702,10,702,12,702,10622,9,702,1,703,1,703,3, + 703,10626,8,703,1,704,1,704,3,704,10630,8,704,1,705,1,705,3,705, + 10634,8,705,1,706,1,706,3,706,10638,8,706,1,707,1,707,3,707,10642, + 8,707,1,708,1,708,3,708,10646,8,708,1,709,1,709,3,709,10650,8,709, + 1,710,1,710,1,710,5,710,10655,8,710,10,710,12,710,10658,9,710,1, + 711,1,711,1,711,5,711,10663,8,711,10,711,12,711,10666,9,711,1,712, + 1,712,3,712,10670,8,712,1,713,1,713,3,713,10674,8,713,1,714,1,714, + 3,714,10678,8,714,1,715,1,715,1,716,1,716,1,717,1,717,1,717,1,717, + 3,717,10688,8,717,1,718,1,718,1,718,1,718,3,718,10694,8,718,1,719, + 1,719,5,719,10698,8,719,10,719,12,719,10701,9,719,1,719,3,719,10704, + 8,719,1,720,1,720,1,721,1,721,1,722,1,722,1,723,1,723,1,724,1,724, + 1,724,1,724,3,724,10718,8,724,1,725,1,725,1,725,1,725,3,725,10724, + 8,725,1,726,1,726,1,726,1,726,3,726,10730,8,726,1,727,1,727,1,727, + 1,727,1,727,1,727,1,727,1,727,1,727,1,727,3,727,10742,8,727,1,727, + 1,727,1,727,3,727,10747,8,727,1,727,1,727,1,727,1,727,1,727,1,727, + 3,727,10755,8,727,1,727,1,727,1,727,1,727,1,727,3,727,10762,8,727, + 1,727,1,727,1,727,3,727,10767,8,727,1,728,1,728,1,729,1,729,1,730, + 1,730,1,731,1,731,1,732,1,732,3,732,10779,8,732,1,733,1,733,1,733, + 1,733,5,733,10785,8,733,10,733,12,733,10788,9,733,1,733,1,733,3, + 733,10792,8,733,1,734,1,734,1,734,1,735,1,735,1,735,1,735,1,735, + 3,735,10802,8,735,1,736,1,736,1,737,1,737,1,738,1,738,1,738,1,738, + 1,738,3,738,10813,8,738,1,739,1,739,1,739,5,739,10818,8,739,10,739, + 12,739,10821,9,739,1,740,1,740,1,740,1,740,3,740,10827,8,740,1,741, + 1,741,1,742,1,742,1,742,1,742,1,742,1,742,1,742,3,742,10838,8,742, + 1,742,3,742,10841,8,742,3,742,10843,8,742,1,743,1,743,3,743,10847, + 8,743,1,743,3,743,10850,8,743,1,744,1,744,1,744,1,744,3,744,10856, + 8,744,1,745,1,745,1,745,1,745,3,745,10862,8,745,1,746,1,746,3,746, + 10866,8,746,1,747,1,747,1,747,1,747,3,747,10872,8,747,1,748,1,748, + 1,748,1,748,1,748,1,748,3,748,10880,8,748,1,749,1,749,3,749,10884, + 8,749,1,749,1,749,1,749,1,749,1,749,1,749,3,749,10892,8,749,1,750, + 1,750,1,751,1,751,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752, + 1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752, + 1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752, + 1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752, + 1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,1,752,3,752, + 10949,8,752,1,753,1,753,1,754,1,754,1,755,1,755,1,755,1,755,1,756, + 5,756,10960,8,756,10,756,12,756,10963,9,756,1,757,1,757,1,757,1, + 757,1,757,1,757,1,757,1,757,1,757,1,757,1,757,1,757,1,757,1,757, + 1,757,1,757,1,757,1,757,1,757,1,757,3,757,10985,8,757,1,758,1,758, + 1,759,1,759,1,759,1,759,3,759,10993,8,759,1,760,1,760,3,760,10997, + 8,760,1,761,1,761,1,761,1,761,1,761,1,761,1,761,1,762,1,762,1,762, + 3,762,11009,8,762,3,762,11011,8,762,1,763,1,763,1,764,4,764,11016, + 8,764,11,764,12,764,11017,1,765,1,765,1,765,1,765,1,766,1,766,1, + 766,3,766,11027,8,766,1,767,1,767,1,767,1,767,1,767,1,767,1,767, + 1,767,1,767,1,767,1,767,1,767,1,767,1,767,1,767,1,767,3,767,11045, + 8,767,1,767,1,767,1,768,1,768,1,768,1,768,3,768,11053,8,768,1,769, + 1,769,1,770,1,770,1,770,1,770,1,770,3,770,11062,8,770,1,771,1,771, + 1,771,5,771,11067,8,771,10,771,12,771,11070,9,771,1,772,1,772,1, + 772,1,773,1,773,1,774,1,774,3,774,11079,8,774,1,775,1,775,1,776, + 1,776,3,776,11085,8,776,1,777,1,777,1,778,1,778,1,778,3,778,11092, + 8,778,1,779,1,779,1,779,3,779,11097,8,779,1,780,1,780,1,780,1,780, + 3,780,11103,8,780,1,781,1,781,3,781,11107,8,781,1,782,1,782,1,783, + 5,783,11112,8,783,10,783,12,783,11115,9,783,1,784,1,784,1,784,1, + 784,1,784,1,784,1,784,1,784,1,784,1,784,1,784,1,784,1,784,1,784, + 1,784,1,784,1,784,1,784,1,784,1,784,1,784,1,784,1,784,1,784,1,784, + 1,784,1,784,3,784,11144,8,784,1,785,1,785,1,785,1,785,1,786,1,786, + 1,786,1,786,1,786,1,786,1,786,3,786,11157,8,786,1,786,1,786,1,786, + 1,786,1,786,1,786,1,786,3,786,11166,8,786,1,787,1,787,3,787,11170, + 8,787,1,788,1,788,1,788,1,788,1,788,1,789,1,789,1,789,1,789,1,789, + 1,789,1,790,1,790,1,790,3,790,11186,8,790,1,791,1,791,1,791,5,791, + 11191,8,791,10,791,12,791,11194,9,791,1,792,1,792,1,792,1,792,1, + 793,1,793,1,794,1,794,1,795,1,795,3,795,11206,8,795,1,795,1,795, + 1,795,1,795,5,795,11212,8,795,10,795,12,795,11215,9,795,1,796,1, + 796,1,796,1,796,1,796,1,796,1,796,1,796,1,796,1,796,1,797,1,797, + 1,797,1,797,1,797,5,797,11232,8,797,10,797,12,797,11235,9,797,1, + 798,1,798,1,798,3,798,11240,8,798,1,799,1,799,1,799,1,799,1,799, + 1,799,1,799,1,799,1,800,1,800,3,800,11252,8,800,1,801,4,801,11255, + 8,801,11,801,12,801,11256,1,802,1,802,1,802,1,802,1,802,1,803,1, + 803,1,803,3,803,11267,8,803,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,807,1,807,1,807,1,807, + 1,807,1,807,1,807,1,807,1,807,1,807,1,807,1,807,1,807,1,807,1,807, + 1,807,1,807,3,807,11299,8,807,1,808,1,808,1,808,3,808,11304,8,808, + 1,809,1,809,1,809,1,809,1,809,5,809,11311,8,809,10,809,12,809,11314, + 9,809,1,809,1,809,3,809,11318,8,809,1,810,1,810,3,810,11322,8,810, + 1,811,1,811,1,811,3,811,11327,8,811,1,812,1,812,1,813,1,813,1,813, + 1,813,1,813,1,813,1,813,1,813,1,813,1,814,1,814,1,814,3,814,11343, + 8,814,1,815,1,815,1,815,3,815,11348,8,815,1,815,1,815,1,816,1,816, + 1,817,1,817,1,817,1,817,1,817,1,817,1,817,1,817,1,817,3,817,11363, + 8,817,1,817,3,817,11366,8,817,1,817,1,817,1,818,1,818,3,818,11372, + 8,818,1,819,1,819,3,819,11376,8,819,1,819,1,819,1,819,1,819,1,819, + 1,819,1,819,3,819,11385,8,819,1,819,1,819,1,819,1,819,1,819,1,819, + 3,819,11393,8,819,1,819,1,819,1,819,1,819,1,819,1,819,1,819,3,819, + 11402,8,819,1,819,1,819,1,819,1,819,3,819,11408,8,819,1,820,1,820, + 1,821,1,821,1,821,4,821,11415,8,821,11,821,12,821,11416,3,821,11419, + 8,821,1,822,1,822,1,822,3,822,11424,8,822,1,823,1,823,1,823,1,823, + 1,824,1,824,1,824,5,824,11433,8,824,10,824,12,824,11436,9,824,1, + 825,1,825,1,825,1,825,1,825,1,826,1,826,1,826,3,826,11446,8,826, + 1,827,1,827,1,827,1,827,1,827,1,827,1,827,1,828,1,828,1,828,1,829, + 1,829,1,829,1,829,1,829,1,829,1,829,1,829,1,829,3,829,11467,8,829, + 1,829,1,829,1,830,1,830,1,830,3,830,11474,8,830,1,831,1,831,1,831, + 5,831,11479,8,831,10,831,12,831,11482,9,831,1,832,1,832,1,832,3, + 832,11487,8,832,1,832,3,832,11490,8,832,1,833,1,833,1,833,1,833, + 1,833,1,833,1,833,1,833,1,833,3,833,11501,8,833,1,833,1,833,1,833, + 1,833,1,833,3,833,11508,8,833,3,833,11510,8,833,1,833,1,833,1,834, + 1,834,1,834,1,834,1,834,3,834,11519,8,834,1,835,1,835,1,835,5,835, + 11524,8,835,10,835,12,835,11527,9,835,1,836,1,836,1,836,3,836,11532, + 8,836,1,837,1,837,1,837,1,837,3,837,11538,8,837,1,838,1,838,3,838, + 11542,8,838,1,839,1,839,3,839,11546,8,839,1,839,1,839,1,839,1,839, + 1,839,1,839,1,840,1,840,1,841,1,841,1,841,3,841,11559,8,841,1,842, + 1,842,1,842,1,842,1,842,1,842,1,842,1,842,1,842,1,842,1,842,1,842, + 1,842,3,842,11574,8,842,3,842,11576,8,842,1,843,1,843,3,843,11580, + 8,843,1,843,1,843,1,843,1,844,3,844,11586,8,844,1,844,1,844,1,844, + 3,844,11591,8,844,1,844,1,844,3,844,11595,8,844,1,844,3,844,11598, + 8,844,1,844,3,844,11601,8,844,1,844,1,844,1,844,1,844,1,844,4,844, + 11608,8,844,11,844,12,844,11609,1,845,3,845,11613,8,845,1,845,1, + 845,3,845,11617,8,845,1,845,1,845,3,845,11621,8,845,3,845,11623, + 8,845,1,845,3,845,11626,8,845,1,845,3,845,11629,8,845,1,846,1,846, + 1,847,1,847,1,847,1,847,3,847,11637,8,847,1,847,1,847,1,847,1,847, + 1,847,3,847,11644,8,847,1,847,1,847,1,847,1,847,1,847,3,847,11651, + 8,847,1,847,1,847,1,847,1,847,3,847,11657,8,847,3,847,11659,8,847, + 1,848,1,848,1,848,1,848,1,848,3,848,11666,8,848,1,848,1,848,1,848, + 3,848,11671,8,848,1,848,1,848,1,849,1,849,1,849,1,849,1,849,1,849, + 1,849,1,849,1,849,1,849,1,849,1,849,1,849,1,849,4,849,11689,8,849, + 11,849,12,849,11690,1,850,1,850,1,850,1,850,3,850,11697,8,850,1, + 851,1,851,1,851,1,851,5,851,11703,8,851,10,851,12,851,11706,9,851, + 1,851,1,851,1,852,1,852,3,852,11712,8,852,1,853,1,853,1,853,1,853, + 1,854,1,854,1,854,1,855,1,855,3,855,11723,8,855,1,855,1,855,1,856, + 1,856,3,856,11729,8,856,1,856,1,856,1,857,1,857,3,857,11735,8,857, + 1,857,1,857,1,858,1,858,1,858,1,858,1,858,1,858,1,858,1,858,1,858, + 3,858,11748,8,858,1,858,3,858,11751,8,858,1,859,1,859,3,859,11755, + 8,859,1,860,1,860,1,860,3,860,11760,8,860,1,861,4,861,11763,8,861, + 11,861,12,861,11764,1,862,1,862,1,862,1,862,1,862,1,863,1,863,1, + 863,5,863,11775,8,863,10,863,12,863,11778,9,863,1,864,1,864,1,864, + 3,864,11783,8,864,1,865,1,865,3,865,11787,8,865,1,866,1,866,3,866, + 11791,8,866,1,867,1,867,3,867,11795,8,867,1,868,1,868,1,868,1,869, + 1,869,3,869,11802,8,869,1,870,1,870,1,871,3,871,11807,8,871,1,871, + 3,871,11810,8,871,1,871,3,871,11813,8,871,1,871,3,871,11816,8,871, + 1,871,3,871,11819,8,871,1,871,3,871,11822,8,871,1,871,3,871,11825, + 8,871,1,872,1,872,1,873,1,873,1,874,1,874,1,875,1,875,1,876,1,876, + 3,876,11837,8,876,1,877,1,877,1,877,1,877,1,877,0,1,1258,878,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,1754,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, @@ -70246,4055 +70269,4053 @@ export class PostgreSqlParser extends SQLParserBase { 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 + 333,360,360,433,434,477,477,490,502,504,504,506,518,520,520,13164, + 0,1759,1,0,0,0,2,1764,1,0,0,0,4,1766,1,0,0,0,6,1887,1,0,0,0,8,1889, + 1,0,0,0,10,1893,1,0,0,0,12,1896,1,0,0,0,14,1904,1,0,0,0,16,1909, + 1,0,0,0,18,1915,1,0,0,0,20,1953,1,0,0,0,22,1965,1,0,0,0,24,1967, + 1,0,0,0,26,1975,1,0,0,0,28,1987,1,0,0,0,30,1989,1,0,0,0,32,1998, + 1,0,0,0,34,2026,1,0,0,0,36,2028,1,0,0,0,38,2076,1,0,0,0,40,2078, + 1,0,0,0,42,2086,1,0,0,0,44,2093,1,0,0,0,46,2095,1,0,0,0,48,2110, + 1,0,0,0,50,2117,1,0,0,0,52,2126,1,0,0,0,54,2128,1,0,0,0,56,2142, + 1,0,0,0,58,2146,1,0,0,0,60,2182,1,0,0,0,62,2184,1,0,0,0,64,2192, + 1,0,0,0,66,2202,1,0,0,0,68,2209,1,0,0,0,70,2215,1,0,0,0,72,2221, + 1,0,0,0,74,2239,1,0,0,0,76,2243,1,0,0,0,78,2247,1,0,0,0,80,2251, + 1,0,0,0,82,2253,1,0,0,0,84,2264,1,0,0,0,86,2268,1,0,0,0,88,2273, + 1,0,0,0,90,2278,1,0,0,0,92,2280,1,0,0,0,94,2292,1,0,0,0,96,2299, + 1,0,0,0,98,2301,1,0,0,0,100,2303,1,0,0,0,102,2305,1,0,0,0,104,2441, + 1,0,0,0,106,2443,1,0,0,0,108,2460,1,0,0,0,110,2462,1,0,0,0,112,2476, + 1,0,0,0,114,2478,1,0,0,0,116,2494,1,0,0,0,118,2496,1,0,0,0,120,2717, + 1,0,0,0,122,2724,1,0,0,0,124,2726,1,0,0,0,126,2728,1,0,0,0,128,2731, + 1,0,0,0,130,2740,1,0,0,0,132,2742,1,0,0,0,134,2746,1,0,0,0,136,2749, + 1,0,0,0,138,2757,1,0,0,0,140,2769,1,0,0,0,142,2786,1,0,0,0,144,2814, + 1,0,0,0,146,2816,1,0,0,0,148,2819,1,0,0,0,150,2827,1,0,0,0,152,2832, + 1,0,0,0,154,2869,1,0,0,0,156,2871,1,0,0,0,158,2913,1,0,0,0,160,2915, + 1,0,0,0,162,2917,1,0,0,0,164,2922,1,0,0,0,166,2929,1,0,0,0,168,2934, + 1,0,0,0,170,2976,1,0,0,0,172,2978,1,0,0,0,174,2981,1,0,0,0,176,2986, + 1,0,0,0,178,2988,1,0,0,0,180,2996,1,0,0,0,182,3007,1,0,0,0,184,3009, + 1,0,0,0,186,3017,1,0,0,0,188,3019,1,0,0,0,190,3086,1,0,0,0,192,3088, + 1,0,0,0,194,3100,1,0,0,0,196,3113,1,0,0,0,198,3115,1,0,0,0,200,3117, + 1,0,0,0,202,3119,1,0,0,0,204,3123,1,0,0,0,206,3131,1,0,0,0,208,3142, + 1,0,0,0,210,3146,1,0,0,0,212,3148,1,0,0,0,214,3169,1,0,0,0,216,3172, + 1,0,0,0,218,3181,1,0,0,0,220,3191,1,0,0,0,222,3212,1,0,0,0,224,3272, + 1,0,0,0,226,3274,1,0,0,0,228,3283,1,0,0,0,230,3288,1,0,0,0,232,3290, + 1,0,0,0,234,3293,1,0,0,0,236,3301,1,0,0,0,238,3304,1,0,0,0,240,3311, + 1,0,0,0,242,3399,1,0,0,0,244,3401,1,0,0,0,246,3404,1,0,0,0,248,3408, + 1,0,0,0,250,3412,1,0,0,0,252,3420,1,0,0,0,254,3428,1,0,0,0,256,3433, + 1,0,0,0,258,3436,1,0,0,0,260,3444,1,0,0,0,262,3454,1,0,0,0,264,3467, + 1,0,0,0,266,3469,1,0,0,0,268,3473,1,0,0,0,270,3486,1,0,0,0,272,3488, + 1,0,0,0,274,3493,1,0,0,0,276,3495,1,0,0,0,278,3502,1,0,0,0,280,3533, + 1,0,0,0,282,3535,1,0,0,0,284,3544,1,0,0,0,286,3546,1,0,0,0,288,3555, + 1,0,0,0,290,3559,1,0,0,0,292,3567,1,0,0,0,294,3572,1,0,0,0,296,3576, + 1,0,0,0,298,3595,1,0,0,0,300,3605,1,0,0,0,302,3615,1,0,0,0,304,3631, + 1,0,0,0,306,3637,1,0,0,0,308,3652,1,0,0,0,310,3665,1,0,0,0,312,3667, + 1,0,0,0,314,3677,1,0,0,0,316,3689,1,0,0,0,318,3697,1,0,0,0,320,3699, + 1,0,0,0,322,3704,1,0,0,0,324,3742,1,0,0,0,326,3744,1,0,0,0,328,3752, + 1,0,0,0,330,3754,1,0,0,0,332,3762,1,0,0,0,334,3784,1,0,0,0,336,3786, + 1,0,0,0,338,3790,1,0,0,0,340,3797,1,0,0,0,342,3799,1,0,0,0,344,3801, + 1,0,0,0,346,3803,1,0,0,0,348,3814,1,0,0,0,350,3817,1,0,0,0,352,3831, + 1,0,0,0,354,3841,1,0,0,0,356,3843,1,0,0,0,358,3852,1,0,0,0,360,3855, + 1,0,0,0,362,3960,1,0,0,0,364,3962,1,0,0,0,366,3981,1,0,0,0,368,3984, + 1,0,0,0,370,3988,1,0,0,0,372,4007,1,0,0,0,374,4009,1,0,0,0,376,4014, + 1,0,0,0,378,4022,1,0,0,0,380,4027,1,0,0,0,382,4042,1,0,0,0,384,4044, + 1,0,0,0,386,4047,1,0,0,0,388,4049,1,0,0,0,390,4051,1,0,0,0,392,4070, + 1,0,0,0,394,4073,1,0,0,0,396,4078,1,0,0,0,398,4080,1,0,0,0,400,4129, + 1,0,0,0,402,4131,1,0,0,0,404,4149,1,0,0,0,406,4151,1,0,0,0,408,4156, + 1,0,0,0,410,4171,1,0,0,0,412,4173,1,0,0,0,414,4182,1,0,0,0,416,4202, + 1,0,0,0,418,4216,1,0,0,0,420,4250,1,0,0,0,422,4280,1,0,0,0,424,4282, + 1,0,0,0,426,4287,1,0,0,0,428,4293,1,0,0,0,430,4296,1,0,0,0,432,4299, + 1,0,0,0,434,4305,1,0,0,0,436,4308,1,0,0,0,438,4310,1,0,0,0,440,4319, + 1,0,0,0,442,4375,1,0,0,0,444,4381,1,0,0,0,446,4383,1,0,0,0,448,4389, + 1,0,0,0,450,4391,1,0,0,0,452,4406,1,0,0,0,454,4408,1,0,0,0,456,4412, + 1,0,0,0,458,4416,1,0,0,0,460,4423,1,0,0,0,462,4425,1,0,0,0,464,4427, + 1,0,0,0,466,4429,1,0,0,0,468,4435,1,0,0,0,470,4437,1,0,0,0,472,4439, + 1,0,0,0,474,4448,1,0,0,0,476,4452,1,0,0,0,478,4465,1,0,0,0,480,4467, + 1,0,0,0,482,4473,1,0,0,0,484,4487,1,0,0,0,486,4513,1,0,0,0,488,4515, + 1,0,0,0,490,4523,1,0,0,0,492,4529,1,0,0,0,494,4537,1,0,0,0,496,4548, + 1,0,0,0,498,4550,1,0,0,0,500,4662,1,0,0,0,502,4664,1,0,0,0,504,4668, + 1,0,0,0,506,4676,1,0,0,0,508,4687,1,0,0,0,510,4689,1,0,0,0,512,4693, + 1,0,0,0,514,4701,1,0,0,0,516,4705,1,0,0,0,518,4707,1,0,0,0,520,4737, + 1,0,0,0,522,4739,1,0,0,0,524,4743,1,0,0,0,526,4761,1,0,0,0,528,4800, + 1,0,0,0,530,4802,1,0,0,0,532,4804,1,0,0,0,534,4813,1,0,0,0,536,4815, + 1,0,0,0,538,4817,1,0,0,0,540,4842,1,0,0,0,542,4844,1,0,0,0,544,4864, + 1,0,0,0,546,4866,1,0,0,0,548,5252,1,0,0,0,550,5254,1,0,0,0,552,5286, + 1,0,0,0,554,5319,1,0,0,0,556,5321,1,0,0,0,558,5323,1,0,0,0,560,5331, + 1,0,0,0,562,5335,1,0,0,0,564,5339,1,0,0,0,566,5345,1,0,0,0,568,5349, + 1,0,0,0,570,5357,1,0,0,0,572,5377,1,0,0,0,574,5548,1,0,0,0,576,5552, + 1,0,0,0,578,5663,1,0,0,0,580,5665,1,0,0,0,582,5670,1,0,0,0,584,5676, + 1,0,0,0,586,5763,1,0,0,0,588,5765,1,0,0,0,590,5767,1,0,0,0,592,5769, + 1,0,0,0,594,5799,1,0,0,0,596,5817,1,0,0,0,598,5819,1,0,0,0,600,5827, + 1,0,0,0,602,5829,1,0,0,0,604,5853,1,0,0,0,606,5913,1,0,0,0,608,5915, + 1,0,0,0,610,5926,1,0,0,0,612,5928,1,0,0,0,614,5932,1,0,0,0,616,5965, + 1,0,0,0,618,5967,1,0,0,0,620,5971,1,0,0,0,622,5975,1,0,0,0,624,5984, + 1,0,0,0,626,5996,1,0,0,0,628,6028,1,0,0,0,630,6030,1,0,0,0,632,6032, + 1,0,0,0,634,6069,1,0,0,0,636,6071,1,0,0,0,638,6073,1,0,0,0,640,6075, + 1,0,0,0,642,6078,1,0,0,0,644,6109,1,0,0,0,646,6122,1,0,0,0,648,6124, + 1,0,0,0,650,6129,1,0,0,0,652,6137,1,0,0,0,654,6140,1,0,0,0,656,6142, + 1,0,0,0,658,6148,1,0,0,0,660,6150,1,0,0,0,662,6177,1,0,0,0,664,6188, + 1,0,0,0,666,6191,1,0,0,0,668,6197,1,0,0,0,670,6205,1,0,0,0,672,6221, + 1,0,0,0,674,6223,1,0,0,0,676,6239,1,0,0,0,678,6241,1,0,0,0,680,6257, + 1,0,0,0,682,6259,1,0,0,0,684,6265,1,0,0,0,686,6286,1,0,0,0,688,6295, + 1,0,0,0,690,6297,1,0,0,0,692,6299,1,0,0,0,694,6313,1,0,0,0,696,6315, + 1,0,0,0,698,6320,1,0,0,0,700,6322,1,0,0,0,702,6337,1,0,0,0,704,6345, + 1,0,0,0,706,6348,1,0,0,0,708,6357,1,0,0,0,710,6396,1,0,0,0,712,6423, + 1,0,0,0,714,6425,1,0,0,0,716,6437,1,0,0,0,718,6440,1,0,0,0,720,6443, + 1,0,0,0,722,6451,1,0,0,0,724,6463,1,0,0,0,726,6466,1,0,0,0,728,6470, + 1,0,0,0,730,6499,1,0,0,0,732,6501,1,0,0,0,734,6510,1,0,0,0,736,6541, + 1,0,0,0,738,6548,1,0,0,0,740,6553,1,0,0,0,742,6561,1,0,0,0,744,6564, + 1,0,0,0,746,6568,1,0,0,0,748,6575,1,0,0,0,750,6614,1,0,0,0,752,6620, + 1,0,0,0,754,6622,1,0,0,0,756,6625,1,0,0,0,758,6672,1,0,0,0,760,6690, + 1,0,0,0,762,6702,1,0,0,0,764,6719,1,0,0,0,766,6721,1,0,0,0,768,6729, + 1,0,0,0,770,6743,1,0,0,0,772,7136,1,0,0,0,774,7138,1,0,0,0,776,7210, + 1,0,0,0,778,7212,1,0,0,0,780,7399,1,0,0,0,782,7401,1,0,0,0,784,7409, + 1,0,0,0,786,7425,1,0,0,0,788,7432,1,0,0,0,790,7434,1,0,0,0,792,7627, + 1,0,0,0,794,7629,1,0,0,0,796,7638,1,0,0,0,798,7646,1,0,0,0,800,7686, + 1,0,0,0,802,7688,1,0,0,0,804,7698,1,0,0,0,806,7706,1,0,0,0,808,7786, + 1,0,0,0,810,7788,1,0,0,0,812,7814,1,0,0,0,814,7817,1,0,0,0,816,7833, + 1,0,0,0,818,7835,1,0,0,0,820,7837,1,0,0,0,822,7839,1,0,0,0,824,7841, + 1,0,0,0,826,7846,1,0,0,0,828,7849,1,0,0,0,830,7856,1,0,0,0,832,7923, + 1,0,0,0,834,7925,1,0,0,0,836,7937,1,0,0,0,838,7939,1,0,0,0,840,7949, + 1,0,0,0,842,7951,1,0,0,0,844,7957,1,0,0,0,846,7989,1,0,0,0,848,7996, + 1,0,0,0,850,7999,1,0,0,0,852,8008,1,0,0,0,854,8011,1,0,0,0,856,8015, + 1,0,0,0,858,8032,1,0,0,0,860,8034,1,0,0,0,862,8036,1,0,0,0,864,8052, + 1,0,0,0,866,8058,1,0,0,0,868,8066,1,0,0,0,870,8068,1,0,0,0,872,8074, + 1,0,0,0,874,8079,1,0,0,0,876,8088,1,0,0,0,878,8114,1,0,0,0,880,8116, + 1,0,0,0,882,8186,1,0,0,0,884,8188,1,0,0,0,886,8190,1,0,0,0,888,8221, + 1,0,0,0,890,8223,1,0,0,0,892,8234,1,0,0,0,894,8263,1,0,0,0,896,8279, + 1,0,0,0,898,8281,1,0,0,0,900,8289,1,0,0,0,902,8291,1,0,0,0,904,8297, + 1,0,0,0,906,8301,1,0,0,0,908,8303,1,0,0,0,910,8305,1,0,0,0,912,8316, + 1,0,0,0,914,8318,1,0,0,0,916,8322,1,0,0,0,918,8326,1,0,0,0,920,8331, + 1,0,0,0,922,8333,1,0,0,0,924,8335,1,0,0,0,926,8339,1,0,0,0,928,8343, + 1,0,0,0,930,8351,1,0,0,0,932,8371,1,0,0,0,934,8382,1,0,0,0,936,8384, + 1,0,0,0,938,8392,1,0,0,0,940,8398,1,0,0,0,942,8402,1,0,0,0,944,8404, + 1,0,0,0,946,8412,1,0,0,0,948,8420,1,0,0,0,950,8441,1,0,0,0,952,8443, + 1,0,0,0,954,8447,1,0,0,0,956,8456,1,0,0,0,958,8468,1,0,0,0,960,8477, + 1,0,0,0,962,8489,1,0,0,0,964,8491,1,0,0,0,966,8499,1,0,0,0,968,8502, + 1,0,0,0,970,8526,1,0,0,0,972,8528,1,0,0,0,974,8532,1,0,0,0,976,8546, + 1,0,0,0,978,8549,1,0,0,0,980,8560,1,0,0,0,982,8576,1,0,0,0,984,8578, + 1,0,0,0,986,8583,1,0,0,0,988,8586,1,0,0,0,990,8601,1,0,0,0,992,8627, + 1,0,0,0,994,8629,1,0,0,0,996,8632,1,0,0,0,998,8640,1,0,0,0,1000, + 8648,1,0,0,0,1002,8657,1,0,0,0,1004,8665,1,0,0,0,1006,8669,1,0,0, + 0,1008,8679,1,0,0,0,1010,8710,1,0,0,0,1012,8714,1,0,0,0,1014,8761, + 1,0,0,0,1016,8776,1,0,0,0,1018,8778,1,0,0,0,1020,8782,1,0,0,0,1022, + 8788,1,0,0,0,1024,8796,1,0,0,0,1026,8813,1,0,0,0,1028,8821,1,0,0, + 0,1030,8838,1,0,0,0,1032,8840,1,0,0,0,1034,8842,1,0,0,0,1036,8851, + 1,0,0,0,1038,8869,1,0,0,0,1040,8871,1,0,0,0,1042,8873,1,0,0,0,1044, + 8875,1,0,0,0,1046,8883,1,0,0,0,1048,8885,1,0,0,0,1050,8887,1,0,0, + 0,1052,8891,1,0,0,0,1054,8899,1,0,0,0,1056,8920,1,0,0,0,1058,8922, + 1,0,0,0,1060,8924,1,0,0,0,1062,8930,1,0,0,0,1064,8947,1,0,0,0,1066, + 8956,1,0,0,0,1068,8958,1,0,0,0,1070,8965,1,0,0,0,1072,8969,1,0,0, + 0,1074,8971,1,0,0,0,1076,8973,1,0,0,0,1078,8975,1,0,0,0,1080,8982, + 1,0,0,0,1082,8999,1,0,0,0,1084,9001,1,0,0,0,1086,9004,1,0,0,0,1088, + 9009,1,0,0,0,1090,9014,1,0,0,0,1092,9020,1,0,0,0,1094,9027,1,0,0, + 0,1096,9029,1,0,0,0,1098,9032,1,0,0,0,1100,9036,1,0,0,0,1102,9043, + 1,0,0,0,1104,9055,1,0,0,0,1106,9058,1,0,0,0,1108,9072,1,0,0,0,1110, + 9075,1,0,0,0,1112,9144,1,0,0,0,1114,9168,1,0,0,0,1116,9177,1,0,0, + 0,1118,9191,1,0,0,0,1120,9193,1,0,0,0,1122,9204,1,0,0,0,1124,9227, + 1,0,0,0,1126,9230,1,0,0,0,1128,9275,1,0,0,0,1130,9277,1,0,0,0,1132, + 9285,1,0,0,0,1134,9293,1,0,0,0,1136,9300,1,0,0,0,1138,9308,1,0,0, + 0,1140,9325,1,0,0,0,1142,9327,1,0,0,0,1144,9331,1,0,0,0,1146,9339, + 1,0,0,0,1148,9344,1,0,0,0,1150,9347,1,0,0,0,1152,9350,1,0,0,0,1154, + 9357,1,0,0,0,1156,9359,1,0,0,0,1158,9367,1,0,0,0,1160,9372,1,0,0, + 0,1162,9393,1,0,0,0,1164,9401,1,0,0,0,1166,9411,1,0,0,0,1168,9423, + 1,0,0,0,1170,9425,1,0,0,0,1172,9439,1,0,0,0,1174,9459,1,0,0,0,1176, + 9468,1,0,0,0,1178,9486,1,0,0,0,1180,9492,1,0,0,0,1182,9494,1,0,0, + 0,1184,9501,1,0,0,0,1186,9529,1,0,0,0,1188,9531,1,0,0,0,1190,9537, + 1,0,0,0,1192,9541,1,0,0,0,1194,9543,1,0,0,0,1196,9551,1,0,0,0,1198, + 9555,1,0,0,0,1200,9562,1,0,0,0,1202,9579,1,0,0,0,1204,9581,1,0,0, + 0,1206,9583,1,0,0,0,1208,9593,1,0,0,0,1210,9601,1,0,0,0,1212,9628, + 1,0,0,0,1214,9630,1,0,0,0,1216,9637,1,0,0,0,1218,9640,1,0,0,0,1220, + 9642,1,0,0,0,1222,9646,1,0,0,0,1224,9654,1,0,0,0,1226,9662,1,0,0, + 0,1228,9670,1,0,0,0,1230,9679,1,0,0,0,1232,9683,1,0,0,0,1234,9687, + 1,0,0,0,1236,9713,1,0,0,0,1238,9727,1,0,0,0,1240,9747,1,0,0,0,1242, + 9757,1,0,0,0,1244,9761,1,0,0,0,1246,9769,1,0,0,0,1248,9777,1,0,0, + 0,1250,9783,1,0,0,0,1252,9787,1,0,0,0,1254,9794,1,0,0,0,1256,9799, + 1,0,0,0,1258,9814,1,0,0,0,1260,9894,1,0,0,0,1262,9896,1,0,0,0,1264, + 9898,1,0,0,0,1266,9937,1,0,0,0,1268,9941,1,0,0,0,1270,10127,1,0, + 0,0,1272,10134,1,0,0,0,1274,10146,1,0,0,0,1276,10148,1,0,0,0,1278, + 10153,1,0,0,0,1280,10161,1,0,0,0,1282,10166,1,0,0,0,1284,10172,1, + 0,0,0,1286,10189,1,0,0,0,1288,10191,1,0,0,0,1290,10194,1,0,0,0,1292, + 10200,1,0,0,0,1294,10206,1,0,0,0,1296,10209,1,0,0,0,1298,10217,1, + 0,0,0,1300,10221,1,0,0,0,1302,10226,1,0,0,0,1304,10241,1,0,0,0,1306, + 10243,1,0,0,0,1308,10262,1,0,0,0,1310,10270,1,0,0,0,1312,10279,1, + 0,0,0,1314,10281,1,0,0,0,1316,10302,1,0,0,0,1318,10304,1,0,0,0,1320, + 10311,1,0,0,0,1322,10317,1,0,0,0,1324,10321,1,0,0,0,1326,10323,1, + 0,0,0,1328,10331,1,0,0,0,1330,10339,1,0,0,0,1332,10353,1,0,0,0,1334, + 10355,1,0,0,0,1336,10363,1,0,0,0,1338,10371,1,0,0,0,1340,10384,1, + 0,0,0,1342,10388,1,0,0,0,1344,10390,1,0,0,0,1346,10403,1,0,0,0,1348, + 10405,1,0,0,0,1350,10413,1,0,0,0,1352,10420,1,0,0,0,1354,10428,1, + 0,0,0,1356,10440,1,0,0,0,1358,10442,1,0,0,0,1360,10444,1,0,0,0,1362, + 10453,1,0,0,0,1364,10484,1,0,0,0,1366,10493,1,0,0,0,1368,10500,1, + 0,0,0,1370,10502,1,0,0,0,1372,10513,1,0,0,0,1374,10517,1,0,0,0,1376, + 10522,1,0,0,0,1378,10525,1,0,0,0,1380,10527,1,0,0,0,1382,10548,1, + 0,0,0,1384,10550,1,0,0,0,1386,10553,1,0,0,0,1388,10560,1,0,0,0,1390, + 10563,1,0,0,0,1392,10565,1,0,0,0,1394,10581,1,0,0,0,1396,10583,1, + 0,0,0,1398,10591,1,0,0,0,1400,10599,1,0,0,0,1402,10607,1,0,0,0,1404, + 10615,1,0,0,0,1406,10623,1,0,0,0,1408,10627,1,0,0,0,1410,10631,1, + 0,0,0,1412,10635,1,0,0,0,1414,10639,1,0,0,0,1416,10643,1,0,0,0,1418, + 10647,1,0,0,0,1420,10651,1,0,0,0,1422,10659,1,0,0,0,1424,10667,1, + 0,0,0,1426,10671,1,0,0,0,1428,10675,1,0,0,0,1430,10679,1,0,0,0,1432, + 10681,1,0,0,0,1434,10687,1,0,0,0,1436,10693,1,0,0,0,1438,10703,1, + 0,0,0,1440,10705,1,0,0,0,1442,10707,1,0,0,0,1444,10709,1,0,0,0,1446, + 10711,1,0,0,0,1448,10717,1,0,0,0,1450,10723,1,0,0,0,1452,10729,1, + 0,0,0,1454,10766,1,0,0,0,1456,10768,1,0,0,0,1458,10770,1,0,0,0,1460, + 10772,1,0,0,0,1462,10774,1,0,0,0,1464,10776,1,0,0,0,1466,10791,1, + 0,0,0,1468,10793,1,0,0,0,1470,10801,1,0,0,0,1472,10803,1,0,0,0,1474, + 10805,1,0,0,0,1476,10812,1,0,0,0,1478,10814,1,0,0,0,1480,10826,1, + 0,0,0,1482,10828,1,0,0,0,1484,10842,1,0,0,0,1486,10846,1,0,0,0,1488, + 10855,1,0,0,0,1490,10861,1,0,0,0,1492,10865,1,0,0,0,1494,10871,1, + 0,0,0,1496,10879,1,0,0,0,1498,10891,1,0,0,0,1500,10893,1,0,0,0,1502, + 10895,1,0,0,0,1504,10948,1,0,0,0,1506,10950,1,0,0,0,1508,10952,1, + 0,0,0,1510,10954,1,0,0,0,1512,10961,1,0,0,0,1514,10984,1,0,0,0,1516, + 10986,1,0,0,0,1518,10992,1,0,0,0,1520,10996,1,0,0,0,1522,10998,1, + 0,0,0,1524,11005,1,0,0,0,1526,11012,1,0,0,0,1528,11015,1,0,0,0,1530, + 11019,1,0,0,0,1532,11026,1,0,0,0,1534,11028,1,0,0,0,1536,11052,1, + 0,0,0,1538,11054,1,0,0,0,1540,11061,1,0,0,0,1542,11063,1,0,0,0,1544, + 11071,1,0,0,0,1546,11074,1,0,0,0,1548,11078,1,0,0,0,1550,11080,1, + 0,0,0,1552,11084,1,0,0,0,1554,11086,1,0,0,0,1556,11091,1,0,0,0,1558, + 11096,1,0,0,0,1560,11102,1,0,0,0,1562,11106,1,0,0,0,1564,11108,1, + 0,0,0,1566,11113,1,0,0,0,1568,11143,1,0,0,0,1570,11145,1,0,0,0,1572, + 11165,1,0,0,0,1574,11169,1,0,0,0,1576,11171,1,0,0,0,1578,11176,1, + 0,0,0,1580,11185,1,0,0,0,1582,11187,1,0,0,0,1584,11195,1,0,0,0,1586, + 11199,1,0,0,0,1588,11201,1,0,0,0,1590,11205,1,0,0,0,1592,11216,1, + 0,0,0,1594,11233,1,0,0,0,1596,11239,1,0,0,0,1598,11241,1,0,0,0,1600, + 11251,1,0,0,0,1602,11254,1,0,0,0,1604,11258,1,0,0,0,1606,11266,1, + 0,0,0,1608,11268,1,0,0,0,1610,11271,1,0,0,0,1612,11276,1,0,0,0,1614, + 11281,1,0,0,0,1616,11303,1,0,0,0,1618,11317,1,0,0,0,1620,11321,1, + 0,0,0,1622,11326,1,0,0,0,1624,11328,1,0,0,0,1626,11330,1,0,0,0,1628, + 11342,1,0,0,0,1630,11344,1,0,0,0,1632,11351,1,0,0,0,1634,11353,1, + 0,0,0,1636,11371,1,0,0,0,1638,11407,1,0,0,0,1640,11409,1,0,0,0,1642, + 11418,1,0,0,0,1644,11423,1,0,0,0,1646,11425,1,0,0,0,1648,11429,1, + 0,0,0,1650,11437,1,0,0,0,1652,11445,1,0,0,0,1654,11447,1,0,0,0,1656, + 11454,1,0,0,0,1658,11457,1,0,0,0,1660,11473,1,0,0,0,1662,11475,1, + 0,0,0,1664,11489,1,0,0,0,1666,11491,1,0,0,0,1668,11518,1,0,0,0,1670, + 11520,1,0,0,0,1672,11531,1,0,0,0,1674,11537,1,0,0,0,1676,11541,1, + 0,0,0,1678,11543,1,0,0,0,1680,11553,1,0,0,0,1682,11558,1,0,0,0,1684, + 11575,1,0,0,0,1686,11577,1,0,0,0,1688,11585,1,0,0,0,1690,11622,1, + 0,0,0,1692,11630,1,0,0,0,1694,11658,1,0,0,0,1696,11660,1,0,0,0,1698, + 11674,1,0,0,0,1700,11696,1,0,0,0,1702,11698,1,0,0,0,1704,11711,1, + 0,0,0,1706,11713,1,0,0,0,1708,11717,1,0,0,0,1710,11720,1,0,0,0,1712, + 11726,1,0,0,0,1714,11732,1,0,0,0,1716,11750,1,0,0,0,1718,11754,1, + 0,0,0,1720,11759,1,0,0,0,1722,11762,1,0,0,0,1724,11766,1,0,0,0,1726, + 11771,1,0,0,0,1728,11782,1,0,0,0,1730,11786,1,0,0,0,1732,11790,1, + 0,0,0,1734,11794,1,0,0,0,1736,11796,1,0,0,0,1738,11801,1,0,0,0,1740, + 11803,1,0,0,0,1742,11806,1,0,0,0,1744,11826,1,0,0,0,1746,11828,1, + 0,0,0,1748,11830,1,0,0,0,1750,11832,1,0,0,0,1752,11834,1,0,0,0,1754, + 11838,1,0,0,0,1756,1758,3,4,2,0,1757,1756,1,0,0,0,1758,1761,1,0, + 0,0,1759,1757,1,0,0,0,1759,1760,1,0,0,0,1760,1762,1,0,0,0,1761,1759, + 1,0,0,0,1762,1763,5,0,0,1,1763,1,1,0,0,0,1764,1765,3,1510,755,0, + 1765,3,1,0,0,0,1766,1768,3,6,3,0,1767,1769,5,7,0,0,1768,1767,1,0, + 0,0,1768,1769,1,0,0,0,1769,5,1,0,0,0,1770,1888,3,494,247,0,1771, + 1888,3,870,435,0,1772,1888,3,862,431,0,1773,1888,3,864,432,0,1774, + 1888,3,622,311,0,1775,1888,3,876,438,0,1776,1888,3,520,260,0,1777, + 1888,3,356,178,0,1778,1888,3,362,181,0,1779,1888,3,372,186,0,1780, + 1888,3,398,199,0,1781,1888,3,722,361,0,1782,1888,3,42,21,0,1783, + 1888,3,776,388,0,1784,1888,3,780,390,0,1785,1888,3,792,396,0,1786, + 1888,3,782,391,0,1787,1888,3,790,395,0,1788,1888,3,416,208,0,1789, + 1888,3,418,209,0,1790,1888,3,316,158,0,1791,1888,3,872,436,0,1792, + 1888,3,104,52,0,1793,1888,3,770,385,0,1794,1888,3,150,75,0,1795, + 1888,3,800,400,0,1796,1888,3,30,15,0,1797,1888,3,32,16,0,1798,1888, + 3,26,13,0,1799,1888,3,808,404,0,1800,1888,3,298,149,0,1801,1888, + 3,882,441,0,1802,1888,3,880,440,0,1803,1888,3,412,206,0,1804,1888, + 3,896,448,0,1805,1888,3,10,5,0,1806,1888,3,100,50,0,1807,1888,3, + 156,78,0,1808,1888,3,888,444,0,1809,1888,3,574,287,0,1810,1888,3, + 94,47,0,1811,1888,3,158,79,0,1812,1888,3,438,219,0,1813,1888,3,300, + 150,0,1814,1888,3,498,249,0,1815,1888,3,750,375,0,1816,1888,3,886, + 443,0,1817,1888,3,874,437,0,1818,1888,3,350,175,0,1819,1888,3,364, + 182,0,1820,1888,3,390,195,0,1821,1888,3,400,200,0,1822,1888,3,660, + 330,0,1823,1888,3,40,20,0,1824,1888,3,306,153,0,1825,1888,3,524, + 262,0,1826,1888,3,538,269,0,1827,1888,3,794,397,0,1828,1888,3,540, + 270,0,1829,1888,3,414,207,0,1830,1888,3,332,166,0,1831,1888,3,46, + 23,0,1832,1888,3,314,157,0,1833,1888,3,188,94,0,1834,1888,3,802, + 401,0,1835,1888,3,296,148,0,1836,1888,3,346,173,0,1837,1888,3,756, + 378,0,1838,1888,3,442,221,0,1839,1888,3,486,243,0,1840,1888,3,12, + 6,0,1841,1888,3,24,12,0,1842,1888,3,408,204,0,1843,1888,3,850,425, + 0,1844,1888,3,954,477,0,1845,1888,3,998,499,0,1846,1888,3,500,250, + 0,1847,1888,3,974,487,0,1848,1888,3,102,51,0,1849,1888,3,744,372, + 0,1850,1888,3,548,274,0,1851,1888,3,950,475,0,1852,1888,3,932,466, + 0,1853,1888,3,584,292,0,1854,1888,3,592,296,0,1855,1888,3,614,307, + 0,1856,1888,3,1688,844,0,1857,1888,3,402,201,0,1858,1888,3,632,316, + 0,1859,1888,3,956,478,0,1860,1888,3,828,414,0,1861,1888,3,312,156, + 0,1862,1888,3,848,424,0,1863,1888,3,978,489,0,1864,1888,3,824,412, + 0,1865,1888,3,944,472,0,1866,1888,3,546,273,0,1867,1888,3,760,380, + 0,1868,1888,3,732,366,0,1869,1888,3,730,365,0,1870,1888,3,734,367, + 0,1871,1888,3,772,386,0,1872,1888,3,594,297,0,1873,1888,3,616,308, + 0,1874,1888,3,810,405,0,1875,1888,3,578,289,0,1876,1888,3,1006,503, + 0,1877,1888,3,832,416,0,1878,1888,3,570,285,0,1879,1888,3,830,415, + 0,1880,1888,3,988,494,0,1881,1888,3,894,447,0,1882,1888,3,82,41, + 0,1883,1888,3,54,27,0,1884,1888,3,92,46,0,1885,1888,3,844,422,0, + 1886,1888,3,8,4,0,1887,1770,1,0,0,0,1887,1771,1,0,0,0,1887,1772, + 1,0,0,0,1887,1773,1,0,0,0,1887,1774,1,0,0,0,1887,1775,1,0,0,0,1887, + 1776,1,0,0,0,1887,1777,1,0,0,0,1887,1778,1,0,0,0,1887,1779,1,0,0, + 0,1887,1780,1,0,0,0,1887,1781,1,0,0,0,1887,1782,1,0,0,0,1887,1783, + 1,0,0,0,1887,1784,1,0,0,0,1887,1785,1,0,0,0,1887,1786,1,0,0,0,1887, + 1787,1,0,0,0,1887,1788,1,0,0,0,1887,1789,1,0,0,0,1887,1790,1,0,0, + 0,1887,1791,1,0,0,0,1887,1792,1,0,0,0,1887,1793,1,0,0,0,1887,1794, + 1,0,0,0,1887,1795,1,0,0,0,1887,1796,1,0,0,0,1887,1797,1,0,0,0,1887, + 1798,1,0,0,0,1887,1799,1,0,0,0,1887,1800,1,0,0,0,1887,1801,1,0,0, + 0,1887,1802,1,0,0,0,1887,1803,1,0,0,0,1887,1804,1,0,0,0,1887,1805, + 1,0,0,0,1887,1806,1,0,0,0,1887,1807,1,0,0,0,1887,1808,1,0,0,0,1887, + 1809,1,0,0,0,1887,1810,1,0,0,0,1887,1811,1,0,0,0,1887,1812,1,0,0, + 0,1887,1813,1,0,0,0,1887,1814,1,0,0,0,1887,1815,1,0,0,0,1887,1816, + 1,0,0,0,1887,1817,1,0,0,0,1887,1818,1,0,0,0,1887,1819,1,0,0,0,1887, + 1820,1,0,0,0,1887,1821,1,0,0,0,1887,1822,1,0,0,0,1887,1823,1,0,0, + 0,1887,1824,1,0,0,0,1887,1825,1,0,0,0,1887,1826,1,0,0,0,1887,1827, + 1,0,0,0,1887,1828,1,0,0,0,1887,1829,1,0,0,0,1887,1830,1,0,0,0,1887, + 1831,1,0,0,0,1887,1832,1,0,0,0,1887,1833,1,0,0,0,1887,1834,1,0,0, + 0,1887,1835,1,0,0,0,1887,1836,1,0,0,0,1887,1837,1,0,0,0,1887,1838, + 1,0,0,0,1887,1839,1,0,0,0,1887,1840,1,0,0,0,1887,1841,1,0,0,0,1887, + 1842,1,0,0,0,1887,1843,1,0,0,0,1887,1844,1,0,0,0,1887,1845,1,0,0, + 0,1887,1846,1,0,0,0,1887,1847,1,0,0,0,1887,1848,1,0,0,0,1887,1849, + 1,0,0,0,1887,1850,1,0,0,0,1887,1851,1,0,0,0,1887,1852,1,0,0,0,1887, + 1853,1,0,0,0,1887,1854,1,0,0,0,1887,1855,1,0,0,0,1887,1856,1,0,0, + 0,1887,1857,1,0,0,0,1887,1858,1,0,0,0,1887,1859,1,0,0,0,1887,1860, + 1,0,0,0,1887,1861,1,0,0,0,1887,1862,1,0,0,0,1887,1863,1,0,0,0,1887, + 1864,1,0,0,0,1887,1865,1,0,0,0,1887,1866,1,0,0,0,1887,1867,1,0,0, + 0,1887,1868,1,0,0,0,1887,1869,1,0,0,0,1887,1870,1,0,0,0,1887,1871, + 1,0,0,0,1887,1872,1,0,0,0,1887,1873,1,0,0,0,1887,1874,1,0,0,0,1887, + 1875,1,0,0,0,1887,1876,1,0,0,0,1887,1877,1,0,0,0,1887,1878,1,0,0, + 0,1887,1879,1,0,0,0,1887,1880,1,0,0,0,1887,1881,1,0,0,0,1887,1882, + 1,0,0,0,1887,1883,1,0,0,0,1887,1884,1,0,0,0,1887,1885,1,0,0,0,1887, + 1886,1,0,0,0,1888,7,1,0,0,0,1889,1891,5,583,0,0,1890,1892,5,584, + 0,0,1891,1890,1,0,0,0,1891,1892,1,0,0,0,1892,9,1,0,0,0,1893,1894, + 5,433,0,0,1894,1895,3,1264,632,0,1895,11,1,0,0,0,1896,1897,5,46, + 0,0,1897,1898,5,318,0,0,1898,1900,3,1474,737,0,1899,1901,3,14,7, + 0,1900,1899,1,0,0,0,1900,1901,1,0,0,0,1901,1902,1,0,0,0,1902,1903, + 3,16,8,0,1903,13,1,0,0,0,1904,1905,5,105,0,0,1905,15,1,0,0,0,1906, + 1908,3,22,11,0,1907,1906,1,0,0,0,1908,1911,1,0,0,0,1909,1907,1,0, + 0,0,1909,1910,1,0,0,0,1910,17,1,0,0,0,1911,1909,1,0,0,0,1912,1914, + 3,20,10,0,1913,1912,1,0,0,0,1914,1917,1,0,0,0,1915,1913,1,0,0,0, + 1915,1916,1,0,0,0,1916,19,1,0,0,0,1917,1915,1,0,0,0,1918,1921,5, + 287,0,0,1919,1922,3,1464,732,0,1920,1922,5,78,0,0,1921,1919,1,0, + 0,0,1921,1920,1,0,0,0,1922,1954,1,0,0,0,1923,1924,7,0,0,0,1924,1925, + 5,287,0,0,1925,1954,3,1464,732,0,1926,1954,7,1,0,0,1927,1954,7,2, + 0,0,1928,1954,7,3,0,0,1929,1954,7,4,0,0,1930,1954,7,5,0,0,1931,1954, + 7,6,0,0,1932,1954,7,7,0,0,1933,1954,7,8,0,0,1934,1935,5,164,0,0, + 1935,1936,5,74,0,0,1936,1954,3,1470,735,0,1937,1938,5,371,0,0,1938, + 1939,5,368,0,0,1939,1954,3,1464,732,0,1940,1941,5,68,0,0,1941,1942, + 5,318,0,0,1942,1954,3,1422,711,0,1943,1944,5,68,0,0,1944,1945,5, + 66,0,0,1945,1954,3,1422,711,0,1946,1947,5,318,0,0,1947,1954,3,1478, + 739,0,1948,1949,5,134,0,0,1949,1954,3,1422,711,0,1950,1951,5,99, + 0,0,1951,1954,3,1478,739,0,1952,1954,3,1498,749,0,1953,1918,1,0, + 0,0,1953,1923,1,0,0,0,1953,1926,1,0,0,0,1953,1927,1,0,0,0,1953,1928, + 1,0,0,0,1953,1929,1,0,0,0,1953,1930,1,0,0,0,1953,1931,1,0,0,0,1953, + 1932,1,0,0,0,1953,1933,1,0,0,0,1953,1934,1,0,0,0,1953,1937,1,0,0, + 0,1953,1940,1,0,0,0,1953,1943,1,0,0,0,1953,1946,1,0,0,0,1953,1948, + 1,0,0,0,1953,1950,1,0,0,0,1953,1952,1,0,0,0,1954,21,1,0,0,0,1955, + 1966,3,20,10,0,1956,1957,5,348,0,0,1957,1966,3,1462,731,0,1958,1959, + 5,134,0,0,1959,1966,3,1478,739,0,1960,1961,5,318,0,0,1961,1966,3, + 1478,739,0,1962,1963,5,68,0,0,1963,1964,7,9,0,0,1964,1966,3,1478, + 739,0,1965,1955,1,0,0,0,1965,1956,1,0,0,0,1965,1958,1,0,0,0,1965, + 1960,1,0,0,0,1965,1962,1,0,0,0,1966,23,1,0,0,0,1967,1968,5,46,0, + 0,1968,1969,5,99,0,0,1969,1971,3,1474,737,0,1970,1972,3,14,7,0,1971, + 1970,1,0,0,0,1971,1972,1,0,0,0,1972,1973,1,0,0,0,1973,1974,3,16, + 8,0,1974,25,1,0,0,0,1975,1976,5,138,0,0,1976,1977,7,10,0,0,1977, + 1979,3,1476,738,0,1978,1980,3,14,7,0,1979,1978,1,0,0,0,1979,1980, + 1,0,0,0,1980,1981,1,0,0,0,1981,1982,3,18,9,0,1982,27,1,0,0,0,1983, + 1988,1,0,0,0,1984,1985,5,68,0,0,1985,1986,5,175,0,0,1986,1988,3, + 1426,713,0,1987,1983,1,0,0,0,1987,1984,1,0,0,0,1988,29,1,0,0,0,1989, + 1990,5,138,0,0,1990,1993,7,10,0,0,1991,1994,5,30,0,0,1992,1994,3, + 1476,738,0,1993,1991,1,0,0,0,1993,1992,1,0,0,0,1994,1995,1,0,0,0, + 1995,1996,3,28,14,0,1996,1997,3,88,44,0,1997,31,1,0,0,0,1998,1999, + 5,138,0,0,1999,2000,5,442,0,0,2000,2002,3,1432,716,0,2001,2003,3, + 666,333,0,2002,2001,1,0,0,0,2002,2003,1,0,0,0,2003,2004,1,0,0,0, + 2004,2005,3,34,17,0,2005,33,1,0,0,0,2006,2008,3,36,18,0,2007,2009, + 5,315,0,0,2008,2007,1,0,0,0,2008,2009,1,0,0,0,2009,2027,1,0,0,0, + 2010,2011,5,309,0,0,2011,2012,5,94,0,0,2012,2027,3,1430,715,0,2013, + 2014,5,282,0,0,2014,2015,5,94,0,0,2015,2027,3,1476,738,0,2016,2017, + 5,333,0,0,2017,2018,5,323,0,0,2018,2027,3,48,24,0,2019,2021,5,269, + 0,0,2020,2019,1,0,0,0,2020,2021,1,0,0,0,2021,2022,1,0,0,0,2022,2023, + 5,462,0,0,2023,2024,5,80,0,0,2024,2025,5,204,0,0,2025,2027,3,1442, + 721,0,2026,2006,1,0,0,0,2026,2010,1,0,0,0,2026,2013,1,0,0,0,2026, + 2016,1,0,0,0,2026,2020,1,0,0,0,2027,35,1,0,0,0,2028,2032,3,38,19, + 0,2029,2031,3,38,19,0,2030,2029,1,0,0,0,2031,2034,1,0,0,0,2032,2030, + 1,0,0,0,2032,2033,1,0,0,0,2033,37,1,0,0,0,2034,2032,1,0,0,0,2035, + 2077,5,222,0,0,2036,2077,5,338,0,0,2037,2077,5,377,0,0,2038,2040, + 5,77,0,0,2039,2038,1,0,0,0,2039,2040,1,0,0,0,2040,2041,1,0,0,0,2041, + 2077,5,250,0,0,2042,2044,5,205,0,0,2043,2042,1,0,0,0,2043,2044,1, + 0,0,0,2044,2045,1,0,0,0,2045,2046,5,327,0,0,2046,2053,5,243,0,0, + 2047,2049,5,205,0,0,2048,2047,1,0,0,0,2048,2049,1,0,0,0,2049,2050, + 1,0,0,0,2050,2051,5,327,0,0,2051,2053,5,181,0,0,2052,2043,1,0,0, + 0,2052,2048,1,0,0,0,2053,2077,1,0,0,0,2054,2055,5,460,0,0,2055,2077, + 7,11,0,0,2056,2057,5,170,0,0,2057,2077,3,1444,722,0,2058,2059,5, + 320,0,0,2059,2077,3,1442,721,0,2060,2061,5,333,0,0,2061,2062,3,1442, + 721,0,2062,2065,7,12,0,0,2063,2066,3,1442,721,0,2064,2066,5,53,0, + 0,2065,2063,1,0,0,0,2065,2064,1,0,0,0,2066,2077,1,0,0,0,2067,2068, + 5,333,0,0,2068,2069,3,1442,721,0,2069,2070,5,64,0,0,2070,2071,5, + 434,0,0,2071,2077,1,0,0,0,2072,2073,5,313,0,0,2073,2077,3,1442,721, + 0,2074,2075,5,313,0,0,2075,2077,5,30,0,0,2076,2035,1,0,0,0,2076, + 2036,1,0,0,0,2076,2037,1,0,0,0,2076,2039,1,0,0,0,2076,2052,1,0,0, + 0,2076,2054,1,0,0,0,2076,2056,1,0,0,0,2076,2058,1,0,0,0,2076,2060, + 1,0,0,0,2076,2067,1,0,0,0,2076,2072,1,0,0,0,2076,2074,1,0,0,0,2077, + 39,1,0,0,0,2078,2079,5,46,0,0,2079,2080,5,66,0,0,2080,2082,3,1472, + 736,0,2081,2083,3,14,7,0,2082,2081,1,0,0,0,2082,2083,1,0,0,0,2083, + 2084,1,0,0,0,2084,2085,3,16,8,0,2085,41,1,0,0,0,2086,2087,5,138, + 0,0,2087,2088,5,66,0,0,2088,2089,3,1476,738,0,2089,2090,3,44,22, + 0,2090,2091,5,99,0,0,2091,2092,3,1478,739,0,2092,43,1,0,0,0,2093, + 2094,7,13,0,0,2094,45,1,0,0,0,2095,2096,5,46,0,0,2096,2098,5,323, + 0,0,2097,2099,3,522,261,0,2098,2097,1,0,0,0,2098,2099,1,0,0,0,2099, + 2106,1,0,0,0,2100,2102,3,48,24,0,2101,2100,1,0,0,0,2101,2102,1,0, + 0,0,2102,2103,1,0,0,0,2103,2104,5,106,0,0,2104,2107,3,1476,738,0, + 2105,2107,3,48,24,0,2106,2101,1,0,0,0,2106,2105,1,0,0,0,2107,2108, + 1,0,0,0,2108,2109,3,50,25,0,2109,47,1,0,0,0,2110,2112,3,1480,740, + 0,2111,2113,3,566,283,0,2112,2111,1,0,0,0,2112,2113,1,0,0,0,2113, + 49,1,0,0,0,2114,2116,3,52,26,0,2115,2114,1,0,0,0,2116,2119,1,0,0, + 0,2117,2115,1,0,0,0,2117,2118,1,0,0,0,2118,51,1,0,0,0,2119,2117, + 1,0,0,0,2120,2127,3,188,94,0,2121,2127,3,632,316,0,2122,2127,3,314, + 157,0,2123,2127,3,442,221,0,2124,2127,3,592,296,0,2125,2127,3,844, + 422,0,2126,2120,1,0,0,0,2126,2121,1,0,0,0,2126,2122,1,0,0,0,2126, + 2123,1,0,0,0,2126,2124,1,0,0,0,2126,2125,1,0,0,0,2127,53,1,0,0,0, + 2128,2130,5,333,0,0,2129,2131,7,14,0,0,2130,2129,1,0,0,0,2130,2131, + 1,0,0,0,2131,2132,1,0,0,0,2132,2133,3,56,28,0,2133,55,1,0,0,0,2134, + 2135,5,356,0,0,2135,2143,3,838,419,0,2136,2137,5,332,0,0,2137,2138, + 5,154,0,0,2138,2139,5,36,0,0,2139,2140,5,356,0,0,2140,2143,3,838, + 419,0,2141,2143,3,60,30,0,2142,2134,1,0,0,0,2142,2136,1,0,0,0,2142, + 2141,1,0,0,0,2143,57,1,0,0,0,2144,2147,5,30,0,0,2145,2147,3,62,31, + 0,2146,2144,1,0,0,0,2146,2145,1,0,0,0,2147,2149,1,0,0,0,2148,2150, + 7,12,0,0,2149,2148,1,0,0,0,2149,2150,1,0,0,0,2150,2153,1,0,0,0,2151, + 2154,5,53,0,0,2152,2154,3,64,32,0,2153,2151,1,0,0,0,2153,2152,1, + 0,0,0,2153,2154,1,0,0,0,2154,59,1,0,0,0,2155,2156,5,418,0,0,2156, + 2157,5,386,0,0,2157,2183,3,74,37,0,2158,2159,5,152,0,0,2159,2183, + 3,1464,732,0,2160,2161,5,323,0,0,2161,2183,3,1428,714,0,2162,2164, + 5,267,0,0,2163,2165,3,76,38,0,2164,2163,1,0,0,0,2164,2165,1,0,0, + 0,2165,2183,1,0,0,0,2166,2167,5,318,0,0,2167,2183,3,80,40,0,2168, + 2169,5,332,0,0,2169,2170,5,106,0,0,2170,2183,3,80,40,0,2171,2172, + 5,383,0,0,2172,2173,5,279,0,0,2173,2183,3,1282,641,0,2174,2175,5, + 356,0,0,2175,2176,5,337,0,0,2176,2183,3,1464,732,0,2177,2178,3,62, + 31,0,2178,2179,5,64,0,0,2179,2180,5,434,0,0,2180,2183,1,0,0,0,2181, + 2183,3,58,29,0,2182,2155,1,0,0,0,2182,2158,1,0,0,0,2182,2160,1,0, + 0,0,2182,2162,1,0,0,0,2182,2166,1,0,0,0,2182,2168,1,0,0,0,2182,2171, + 1,0,0,0,2182,2174,1,0,0,0,2182,2177,1,0,0,0,2182,2181,1,0,0,0,2183, + 61,1,0,0,0,2184,2189,3,1480,740,0,2185,2186,5,11,0,0,2186,2188,3, + 1480,740,0,2187,2185,1,0,0,0,2188,2191,1,0,0,0,2189,2187,1,0,0,0, + 2189,2190,1,0,0,0,2190,63,1,0,0,0,2191,2189,1,0,0,0,2192,2197,3, + 66,33,0,2193,2194,5,6,0,0,2194,2196,3,66,33,0,2195,2193,1,0,0,0, + 2196,2199,1,0,0,0,2197,2195,1,0,0,0,2197,2198,1,0,0,0,2198,65,1, + 0,0,0,2199,2197,1,0,0,0,2200,2203,3,72,36,0,2201,2203,3,328,164, + 0,2202,2200,1,0,0,0,2202,2201,1,0,0,0,2203,67,1,0,0,0,2204,2205, + 5,300,0,0,2205,2210,7,15,0,0,2206,2207,5,310,0,0,2207,2210,5,300, + 0,0,2208,2210,5,330,0,0,2209,2204,1,0,0,0,2209,2206,1,0,0,0,2209, + 2208,1,0,0,0,2210,69,1,0,0,0,2211,2216,5,96,0,0,2212,2216,5,60,0, + 0,2213,2216,5,80,0,0,2214,2216,3,78,39,0,2215,2211,1,0,0,0,2215, + 2212,1,0,0,0,2215,2213,1,0,0,0,2215,2214,1,0,0,0,2216,71,1,0,0,0, + 2217,2222,5,96,0,0,2218,2222,5,60,0,0,2219,2222,5,80,0,0,2220,2222, + 3,80,40,0,2221,2217,1,0,0,0,2221,2218,1,0,0,0,2221,2219,1,0,0,0, + 2221,2220,1,0,0,0,2222,73,1,0,0,0,2223,2240,3,1464,732,0,2224,2240, + 3,1498,749,0,2225,2226,3,1208,604,0,2226,2228,3,1464,732,0,2227, + 2229,3,1212,606,0,2228,2227,1,0,0,0,2228,2229,1,0,0,0,2229,2240, + 1,0,0,0,2230,2231,3,1208,604,0,2231,2232,5,2,0,0,2232,2233,3,1462, + 731,0,2233,2234,5,3,0,0,2234,2235,3,1464,732,0,2235,2240,1,0,0,0, + 2236,2240,3,328,164,0,2237,2240,5,53,0,0,2238,2240,5,254,0,0,2239, + 2223,1,0,0,0,2239,2224,1,0,0,0,2239,2225,1,0,0,0,2239,2230,1,0,0, + 0,2239,2236,1,0,0,0,2239,2237,1,0,0,0,2239,2238,1,0,0,0,2240,75, + 1,0,0,0,2241,2244,3,1464,732,0,2242,2244,5,53,0,0,2243,2241,1,0, + 0,0,2243,2242,1,0,0,0,2244,77,1,0,0,0,2245,2248,3,1492,746,0,2246, + 2248,3,1464,732,0,2247,2245,1,0,0,0,2247,2246,1,0,0,0,2248,79,1, + 0,0,0,2249,2252,3,1494,747,0,2250,2252,3,1464,732,0,2251,2249,1, + 0,0,0,2251,2250,1,0,0,0,2252,81,1,0,0,0,2253,2254,5,313,0,0,2254, + 2255,3,84,42,0,2255,83,1,0,0,0,2256,2257,5,418,0,0,2257,2265,5,386, + 0,0,2258,2259,5,356,0,0,2259,2260,5,244,0,0,2260,2265,5,251,0,0, + 2261,2262,5,332,0,0,2262,2265,5,106,0,0,2263,2265,3,86,43,0,2264, + 2256,1,0,0,0,2264,2258,1,0,0,0,2264,2261,1,0,0,0,2264,2263,1,0,0, + 0,2265,85,1,0,0,0,2266,2269,5,30,0,0,2267,2269,3,62,31,0,2268,2266, + 1,0,0,0,2268,2267,1,0,0,0,2269,87,1,0,0,0,2270,2271,5,333,0,0,2271, + 2274,3,56,28,0,2272,2274,3,82,41,0,2273,2270,1,0,0,0,2273,2272,1, + 0,0,0,2274,89,1,0,0,0,2275,2276,5,333,0,0,2276,2279,3,60,30,0,2277, + 2279,3,82,41,0,2278,2275,1,0,0,0,2278,2277,1,0,0,0,2279,91,1,0,0, + 0,2280,2290,5,335,0,0,2281,2291,3,62,31,0,2282,2283,5,418,0,0,2283, + 2291,5,386,0,0,2284,2285,5,356,0,0,2285,2286,5,244,0,0,2286,2291, + 5,251,0,0,2287,2288,5,332,0,0,2288,2291,5,106,0,0,2289,2291,5,30, + 0,0,2290,2281,1,0,0,0,2290,2282,1,0,0,0,2290,2284,1,0,0,0,2290,2287, + 1,0,0,0,2290,2289,1,0,0,0,2291,93,1,0,0,0,2292,2293,5,333,0,0,2293, + 2294,5,165,0,0,2294,2295,3,96,48,0,2295,2296,3,98,49,0,2296,95,1, + 0,0,0,2297,2300,5,30,0,0,2298,2300,3,1396,698,0,2299,2297,1,0,0, + 0,2299,2298,1,0,0,0,2300,97,1,0,0,0,2301,2302,7,16,0,0,2302,99,1, + 0,0,0,2303,2304,5,155,0,0,2304,101,1,0,0,0,2305,2306,5,187,0,0,2306, + 2307,7,17,0,0,2307,103,1,0,0,0,2308,2309,5,138,0,0,2309,2311,5,92, + 0,0,2310,2312,3,754,377,0,2311,2310,1,0,0,0,2311,2312,1,0,0,0,2312, + 2313,1,0,0,0,2313,2316,3,1124,562,0,2314,2317,3,106,53,0,2315,2317, + 3,116,58,0,2316,2314,1,0,0,0,2316,2315,1,0,0,0,2317,2442,1,0,0,0, + 2318,2319,5,138,0,0,2319,2320,5,92,0,0,2320,2321,5,30,0,0,2321,2322, + 5,68,0,0,2322,2323,5,351,0,0,2323,2327,3,1408,704,0,2324,2325,5, + 281,0,0,2325,2326,5,147,0,0,2326,2328,3,1478,739,0,2327,2324,1,0, + 0,0,2327,2328,1,0,0,0,2328,2329,1,0,0,0,2329,2330,5,333,0,0,2330, + 2331,5,351,0,0,2331,2333,3,1406,703,0,2332,2334,3,984,492,0,2333, + 2332,1,0,0,0,2333,2334,1,0,0,0,2334,2442,1,0,0,0,2335,2336,5,138, + 0,0,2336,2338,5,92,0,0,2337,2339,3,754,377,0,2338,2337,1,0,0,0,2338, + 2339,1,0,0,0,2339,2340,1,0,0,0,2340,2341,3,1412,706,0,2341,2342, + 5,435,0,0,2342,2343,5,285,0,0,2343,2348,3,1418,709,0,2344,2345,5, + 62,0,0,2345,2346,5,422,0,0,2346,2349,3,108,54,0,2347,2349,5,53,0, + 0,2348,2344,1,0,0,0,2348,2347,1,0,0,0,2349,2442,1,0,0,0,2350,2351, + 5,138,0,0,2351,2353,5,92,0,0,2352,2354,3,754,377,0,2353,2352,1,0, + 0,0,2353,2354,1,0,0,0,2354,2355,1,0,0,0,2355,2356,3,1412,706,0,2356, + 2357,5,436,0,0,2357,2358,5,285,0,0,2358,2360,3,1418,709,0,2359,2361, + 7,18,0,0,2360,2359,1,0,0,0,2360,2361,1,0,0,0,2361,2442,1,0,0,0,2362, + 2363,5,138,0,0,2363,2365,5,226,0,0,2364,2366,3,754,377,0,2365,2364, + 1,0,0,0,2365,2366,1,0,0,0,2366,2367,1,0,0,0,2367,2370,3,1418,709, + 0,2368,2371,3,106,53,0,2369,2371,3,118,59,0,2370,2368,1,0,0,0,2370, + 2369,1,0,0,0,2371,2442,1,0,0,0,2372,2373,5,138,0,0,2373,2374,5,226, + 0,0,2374,2375,5,30,0,0,2375,2376,5,68,0,0,2376,2377,5,351,0,0,2377, + 2381,3,1408,704,0,2378,2379,5,281,0,0,2379,2380,5,147,0,0,2380,2382, + 3,1478,739,0,2381,2378,1,0,0,0,2381,2382,1,0,0,0,2382,2383,1,0,0, + 0,2383,2384,5,333,0,0,2384,2385,5,351,0,0,2385,2387,3,1408,704,0, + 2386,2388,3,984,492,0,2387,2386,1,0,0,0,2387,2388,1,0,0,0,2388,2442, + 1,0,0,0,2389,2390,5,138,0,0,2390,2392,5,328,0,0,2391,2393,3,754, + 377,0,2392,2391,1,0,0,0,2392,2393,1,0,0,0,2393,2394,1,0,0,0,2394, + 2395,3,1418,709,0,2395,2396,3,106,53,0,2396,2442,1,0,0,0,2397,2398, + 5,138,0,0,2398,2400,5,376,0,0,2399,2401,3,754,377,0,2400,2399,1, + 0,0,0,2400,2401,1,0,0,0,2401,2402,1,0,0,0,2402,2403,3,1416,708,0, + 2403,2404,3,106,53,0,2404,2442,1,0,0,0,2405,2406,5,138,0,0,2406, + 2407,5,259,0,0,2407,2409,5,376,0,0,2408,2410,3,754,377,0,2409,2408, + 1,0,0,0,2409,2410,1,0,0,0,2410,2411,1,0,0,0,2411,2412,3,1416,708, + 0,2412,2413,3,106,53,0,2413,2442,1,0,0,0,2414,2415,5,138,0,0,2415, + 2416,5,259,0,0,2416,2417,5,376,0,0,2417,2418,5,30,0,0,2418,2419, + 5,68,0,0,2419,2420,5,351,0,0,2420,2424,3,1408,704,0,2421,2422,5, + 281,0,0,2422,2423,5,147,0,0,2423,2425,3,1478,739,0,2424,2421,1,0, + 0,0,2424,2425,1,0,0,0,2425,2426,1,0,0,0,2426,2427,5,333,0,0,2427, + 2428,5,351,0,0,2428,2430,3,1406,703,0,2429,2431,3,984,492,0,2430, + 2429,1,0,0,0,2430,2431,1,0,0,0,2431,2442,1,0,0,0,2432,2433,5,138, + 0,0,2433,2434,5,63,0,0,2434,2436,5,92,0,0,2435,2437,3,754,377,0, + 2436,2435,1,0,0,0,2436,2437,1,0,0,0,2437,2438,1,0,0,0,2438,2439, + 3,1124,562,0,2439,2440,3,106,53,0,2440,2442,1,0,0,0,2441,2308,1, + 0,0,0,2441,2318,1,0,0,0,2441,2335,1,0,0,0,2441,2350,1,0,0,0,2441, + 2362,1,0,0,0,2441,2372,1,0,0,0,2441,2389,1,0,0,0,2441,2397,1,0,0, + 0,2441,2405,1,0,0,0,2441,2414,1,0,0,0,2441,2432,1,0,0,0,2442,105, + 1,0,0,0,2443,2448,3,120,60,0,2444,2445,5,6,0,0,2445,2447,3,120,60, + 0,2446,2444,1,0,0,0,2447,2450,1,0,0,0,2448,2446,1,0,0,0,2448,2449, + 1,0,0,0,2449,107,1,0,0,0,2450,2448,1,0,0,0,2451,2452,5,68,0,0,2452, + 2461,3,1184,592,0,2453,2454,5,64,0,0,2454,2455,3,110,55,0,2455,2456, + 5,94,0,0,2456,2457,3,110,55,0,2457,2461,1,0,0,0,2458,2459,5,105, + 0,0,2459,2461,3,114,57,0,2460,2451,1,0,0,0,2460,2453,1,0,0,0,2460, + 2458,1,0,0,0,2461,109,1,0,0,0,2462,2463,5,2,0,0,2463,2468,3,112, + 56,0,2464,2465,5,6,0,0,2465,2467,3,112,56,0,2466,2464,1,0,0,0,2467, + 2470,1,0,0,0,2468,2466,1,0,0,0,2468,2469,1,0,0,0,2469,2471,1,0,0, + 0,2470,2468,1,0,0,0,2471,2472,5,3,0,0,2472,111,1,0,0,0,2473,2477, + 3,1184,592,0,2474,2477,5,262,0,0,2475,2477,5,260,0,0,2476,2473,1, + 0,0,0,2476,2474,1,0,0,0,2476,2475,1,0,0,0,2477,113,1,0,0,0,2478, + 2479,5,2,0,0,2479,2480,5,533,0,0,2480,2481,3,328,164,0,2481,2482, + 5,6,0,0,2482,2483,5,534,0,0,2483,2484,3,328,164,0,2484,2485,5,3, + 0,0,2485,115,1,0,0,0,2486,2487,5,435,0,0,2487,2488,5,285,0,0,2488, + 2489,3,1418,709,0,2489,2490,3,144,72,0,2490,2495,1,0,0,0,2491,2492, + 5,436,0,0,2492,2493,5,285,0,0,2493,2495,3,1418,709,0,2494,2486,1, + 0,0,0,2494,2491,1,0,0,0,2495,117,1,0,0,0,2496,2497,5,435,0,0,2497, + 2498,5,285,0,0,2498,2499,3,1418,709,0,2499,119,1,0,0,0,2500,2503, + 5,133,0,0,2501,2502,5,45,0,0,2502,2504,3,1442,721,0,2503,2501,1, + 0,0,0,2503,2504,1,0,0,0,2504,2505,1,0,0,0,2505,2718,3,242,121,0, + 2506,2507,5,138,0,0,2507,2508,5,45,0,0,2508,2509,3,1442,721,0,2509, + 2510,3,482,241,0,2510,2718,1,0,0,0,2511,2512,5,372,0,0,2512,2513, + 5,45,0,0,2513,2718,3,1442,721,0,2514,2515,5,191,0,0,2515,2517,5, + 45,0,0,2516,2518,3,754,377,0,2517,2516,1,0,0,0,2517,2518,1,0,0,0, + 2518,2519,1,0,0,0,2519,2521,3,1442,721,0,2520,2522,3,124,62,0,2521, + 2520,1,0,0,0,2521,2522,1,0,0,0,2522,2718,1,0,0,0,2523,2524,5,333, + 0,0,2524,2525,5,379,0,0,2525,2718,5,277,0,0,2526,2527,5,158,0,0, + 2527,2528,5,80,0,0,2528,2718,3,1442,721,0,2529,2530,5,333,0,0,2530, + 2531,5,379,0,0,2531,2718,5,158,0,0,2532,2533,5,333,0,0,2533,2718, + 7,19,0,0,2534,2536,5,193,0,0,2535,2537,7,20,0,0,2536,2535,1,0,0, + 0,2536,2537,1,0,0,0,2537,2538,1,0,0,0,2538,2718,5,357,0,0,2539,2540, + 5,186,0,0,2540,2544,5,357,0,0,2541,2545,5,30,0,0,2542,2545,5,99, + 0,0,2543,2545,3,1442,721,0,2544,2541,1,0,0,0,2544,2542,1,0,0,0,2544, + 2543,1,0,0,0,2545,2718,1,0,0,0,2546,2547,5,193,0,0,2547,2548,7,20, + 0,0,2548,2549,5,321,0,0,2549,2718,3,1442,721,0,2550,2551,5,186,0, + 0,2551,2552,5,321,0,0,2552,2718,3,1442,721,0,2553,2555,5,269,0,0, + 2554,2553,1,0,0,0,2554,2555,1,0,0,0,2555,2556,1,0,0,0,2556,2557, + 5,228,0,0,2557,2718,3,1418,709,0,2558,2559,5,275,0,0,2559,2718,3, + 564,282,0,2560,2561,5,77,0,0,2561,2718,5,275,0,0,2562,2563,5,282, + 0,0,2563,2564,5,94,0,0,2564,2718,3,1476,738,0,2565,2566,5,333,0, + 0,2566,2567,5,351,0,0,2567,2718,3,1406,703,0,2568,2569,5,333,0,0, + 2569,2718,3,132,66,0,2570,2571,5,313,0,0,2571,2718,3,132,66,0,2572, + 2573,5,312,0,0,2573,2574,5,219,0,0,2574,2718,3,130,65,0,2575,2576, + 5,193,0,0,2576,2577,5,414,0,0,2577,2578,5,251,0,0,2578,2718,5,327, + 0,0,2579,2580,5,186,0,0,2580,2581,5,414,0,0,2581,2582,5,251,0,0, + 2582,2718,5,327,0,0,2583,2584,5,209,0,0,2584,2585,5,414,0,0,2585, + 2586,5,251,0,0,2586,2718,5,327,0,0,2587,2588,5,269,0,0,2588,2589, + 5,209,0,0,2589,2590,5,414,0,0,2590,2591,5,251,0,0,2591,2718,5,327, + 0,0,2592,2594,5,191,0,0,2593,2595,5,44,0,0,2594,2593,1,0,0,0,2594, + 2595,1,0,0,0,2595,2597,1,0,0,0,2596,2598,3,754,377,0,2597,2596,1, + 0,0,0,2597,2598,1,0,0,0,2598,2599,1,0,0,0,2599,2601,3,1438,719,0, + 2600,2602,3,124,62,0,2601,2600,1,0,0,0,2601,2602,1,0,0,0,2602,2718, + 1,0,0,0,2603,2605,5,133,0,0,2604,2606,5,44,0,0,2605,2604,1,0,0,0, + 2605,2606,1,0,0,0,2606,2608,1,0,0,0,2607,2609,3,522,261,0,2608,2607, + 1,0,0,0,2608,2609,1,0,0,0,2609,2610,1,0,0,0,2610,2718,3,212,106, + 0,2611,2613,5,138,0,0,2612,2614,5,44,0,0,2613,2612,1,0,0,0,2613, + 2614,1,0,0,0,2614,2615,1,0,0,0,2615,2616,3,1438,719,0,2616,2617, + 3,122,61,0,2617,2718,1,0,0,0,2618,2620,5,138,0,0,2619,2621,5,44, + 0,0,2620,2619,1,0,0,0,2620,2621,1,0,0,0,2621,2622,1,0,0,0,2622,2623, + 3,1438,719,0,2623,2624,7,21,0,0,2624,2625,5,77,0,0,2625,2626,5,78, + 0,0,2626,2718,1,0,0,0,2627,2629,5,138,0,0,2628,2630,5,44,0,0,2629, + 2628,1,0,0,0,2629,2630,1,0,0,0,2630,2631,1,0,0,0,2631,2632,3,1438, + 719,0,2632,2633,5,191,0,0,2633,2635,5,437,0,0,2634,2636,3,754,377, + 0,2635,2634,1,0,0,0,2635,2636,1,0,0,0,2636,2718,1,0,0,0,2637,2639, + 5,138,0,0,2638,2640,5,44,0,0,2639,2638,1,0,0,0,2639,2640,1,0,0,0, + 2640,2641,1,0,0,0,2641,2642,3,1438,719,0,2642,2643,5,333,0,0,2643, + 2644,5,342,0,0,2644,2645,3,1470,735,0,2645,2718,1,0,0,0,2646,2648, + 5,138,0,0,2647,2649,5,44,0,0,2648,2647,1,0,0,0,2648,2649,1,0,0,0, + 2649,2650,1,0,0,0,2650,2651,3,1438,719,0,2651,2652,7,22,0,0,2652, + 2653,3,132,66,0,2653,2718,1,0,0,0,2654,2656,5,138,0,0,2655,2657, + 5,44,0,0,2656,2655,1,0,0,0,2656,2657,1,0,0,0,2657,2658,1,0,0,0,2658, + 2659,3,1438,719,0,2659,2660,5,333,0,0,2660,2661,5,345,0,0,2661,2662, + 3,1480,740,0,2662,2718,1,0,0,0,2663,2665,5,138,0,0,2664,2666,5,44, + 0,0,2665,2664,1,0,0,0,2665,2666,1,0,0,0,2666,2667,1,0,0,0,2667,2668, + 3,1438,719,0,2668,2669,5,133,0,0,2669,2670,5,438,0,0,2670,2671,3, + 228,114,0,2671,2672,5,36,0,0,2672,2674,5,219,0,0,2673,2675,3,320, + 160,0,2674,2673,1,0,0,0,2674,2675,1,0,0,0,2675,2718,1,0,0,0,2676, + 2678,5,138,0,0,2677,2679,5,44,0,0,2678,2677,1,0,0,0,2678,2679,1, + 0,0,0,2679,2680,1,0,0,0,2680,2681,3,1438,719,0,2681,2682,3,140,70, + 0,2682,2718,1,0,0,0,2683,2685,5,138,0,0,2684,2686,5,44,0,0,2685, + 2684,1,0,0,0,2685,2686,1,0,0,0,2686,2687,1,0,0,0,2687,2688,3,1438, + 719,0,2688,2689,5,191,0,0,2689,2691,5,219,0,0,2690,2692,3,754,377, + 0,2691,2690,1,0,0,0,2691,2692,1,0,0,0,2692,2718,1,0,0,0,2693,2695, + 5,138,0,0,2694,2696,5,44,0,0,2695,2694,1,0,0,0,2695,2696,1,0,0,0, + 2696,2697,1,0,0,0,2697,2699,3,1438,719,0,2698,2700,3,774,387,0,2699, + 2698,1,0,0,0,2699,2700,1,0,0,0,2700,2701,1,0,0,0,2701,2702,5,360, + 0,0,2702,2704,3,1174,587,0,2703,2705,3,126,63,0,2704,2703,1,0,0, + 0,2704,2705,1,0,0,0,2705,2707,1,0,0,0,2706,2708,3,128,64,0,2707, + 2706,1,0,0,0,2707,2708,1,0,0,0,2708,2718,1,0,0,0,2709,2711,5,138, + 0,0,2710,2712,5,44,0,0,2711,2710,1,0,0,0,2711,2712,1,0,0,0,2712, + 2713,1,0,0,0,2713,2714,3,1438,719,0,2714,2715,3,378,189,0,2715,2718, + 1,0,0,0,2716,2718,3,378,189,0,2717,2500,1,0,0,0,2717,2506,1,0,0, + 0,2717,2511,1,0,0,0,2717,2514,1,0,0,0,2717,2523,1,0,0,0,2717,2526, + 1,0,0,0,2717,2529,1,0,0,0,2717,2532,1,0,0,0,2717,2534,1,0,0,0,2717, + 2539,1,0,0,0,2717,2546,1,0,0,0,2717,2550,1,0,0,0,2717,2554,1,0,0, + 0,2717,2558,1,0,0,0,2717,2560,1,0,0,0,2717,2562,1,0,0,0,2717,2565, + 1,0,0,0,2717,2568,1,0,0,0,2717,2570,1,0,0,0,2717,2572,1,0,0,0,2717, + 2575,1,0,0,0,2717,2579,1,0,0,0,2717,2583,1,0,0,0,2717,2587,1,0,0, + 0,2717,2592,1,0,0,0,2717,2603,1,0,0,0,2717,2611,1,0,0,0,2717,2618, + 1,0,0,0,2717,2627,1,0,0,0,2717,2637,1,0,0,0,2717,2646,1,0,0,0,2717, + 2654,1,0,0,0,2717,2663,1,0,0,0,2717,2676,1,0,0,0,2717,2683,1,0,0, + 0,2717,2693,1,0,0,0,2717,2709,1,0,0,0,2717,2716,1,0,0,0,2718,121, + 1,0,0,0,2719,2720,5,333,0,0,2720,2721,5,53,0,0,2721,2725,3,1218, + 609,0,2722,2723,5,191,0,0,2723,2725,5,53,0,0,2724,2719,1,0,0,0,2724, + 2722,1,0,0,0,2725,123,1,0,0,0,2726,2727,7,23,0,0,2727,125,1,0,0, + 0,2728,2729,5,43,0,0,2729,2730,3,564,282,0,2730,127,1,0,0,0,2731, + 2732,5,100,0,0,2732,2733,3,1218,609,0,2733,129,1,0,0,0,2734,2741, + 5,270,0,0,2735,2741,5,113,0,0,2736,2741,5,53,0,0,2737,2738,5,100, + 0,0,2738,2739,5,226,0,0,2739,2741,3,1442,721,0,2740,2734,1,0,0,0, + 2740,2735,1,0,0,0,2740,2736,1,0,0,0,2740,2737,1,0,0,0,2741,131,1, + 0,0,0,2742,2743,5,2,0,0,2743,2744,3,136,68,0,2744,2745,5,3,0,0,2745, + 133,1,0,0,0,2746,2747,5,105,0,0,2747,2748,3,132,66,0,2748,135,1, + 0,0,0,2749,2754,3,138,69,0,2750,2751,5,6,0,0,2751,2753,3,138,69, + 0,2752,2750,1,0,0,0,2753,2756,1,0,0,0,2754,2752,1,0,0,0,2754,2755, + 1,0,0,0,2755,137,1,0,0,0,2756,2754,1,0,0,0,2757,2766,3,1496,748, + 0,2758,2759,5,10,0,0,2759,2767,3,508,254,0,2760,2761,5,11,0,0,2761, + 2764,3,1496,748,0,2762,2763,5,10,0,0,2763,2765,3,508,254,0,2764, + 2762,1,0,0,0,2764,2765,1,0,0,0,2765,2767,1,0,0,0,2766,2758,1,0,0, + 0,2766,2760,1,0,0,0,2766,2767,1,0,0,0,2767,139,1,0,0,0,2768,2770, + 3,142,71,0,2769,2768,1,0,0,0,2770,2771,1,0,0,0,2771,2769,1,0,0,0, + 2771,2772,1,0,0,0,2772,141,1,0,0,0,2773,2778,5,314,0,0,2774,2776, + 3,14,7,0,2775,2774,1,0,0,0,2775,2776,1,0,0,0,2776,2777,1,0,0,0,2777, + 2779,3,328,164,0,2778,2775,1,0,0,0,2778,2779,1,0,0,0,2779,2787,1, + 0,0,0,2780,2784,5,333,0,0,2781,2785,3,324,162,0,2782,2783,5,438, + 0,0,2783,2785,3,228,114,0,2784,2781,1,0,0,0,2784,2782,1,0,0,0,2785, + 2787,1,0,0,0,2786,2773,1,0,0,0,2786,2780,1,0,0,0,2787,143,1,0,0, + 0,2788,2789,5,62,0,0,2789,2790,5,422,0,0,2790,2791,5,105,0,0,2791, + 2792,5,2,0,0,2792,2793,3,148,74,0,2793,2794,5,3,0,0,2794,2815,1, + 0,0,0,2795,2796,5,62,0,0,2796,2797,5,422,0,0,2797,2798,5,68,0,0, + 2798,2799,5,2,0,0,2799,2800,3,1334,667,0,2800,2801,5,3,0,0,2801, + 2815,1,0,0,0,2802,2803,5,62,0,0,2803,2804,5,422,0,0,2804,2805,5, + 64,0,0,2805,2806,5,2,0,0,2806,2807,3,1334,667,0,2807,2808,5,3,0, + 0,2808,2809,5,94,0,0,2809,2810,5,2,0,0,2810,2811,3,1334,667,0,2811, + 2812,5,3,0,0,2812,2815,1,0,0,0,2813,2815,5,53,0,0,2814,2788,1,0, + 0,0,2814,2795,1,0,0,0,2814,2802,1,0,0,0,2814,2813,1,0,0,0,2815,145, + 1,0,0,0,2816,2817,3,1494,747,0,2817,2818,3,1462,731,0,2818,147,1, + 0,0,0,2819,2824,3,146,73,0,2820,2821,5,6,0,0,2821,2823,3,146,73, + 0,2822,2820,1,0,0,0,2823,2826,1,0,0,0,2824,2822,1,0,0,0,2824,2825, + 1,0,0,0,2825,149,1,0,0,0,2826,2824,1,0,0,0,2827,2828,5,138,0,0,2828, + 2829,5,360,0,0,2829,2830,3,564,282,0,2830,2831,3,152,76,0,2831,151, + 1,0,0,0,2832,2837,3,154,77,0,2833,2834,5,6,0,0,2834,2836,3,154,77, + 0,2835,2833,1,0,0,0,2836,2839,1,0,0,0,2837,2835,1,0,0,0,2837,2838, + 1,0,0,0,2838,153,1,0,0,0,2839,2837,1,0,0,0,2840,2841,5,133,0,0,2841, + 2842,5,143,0,0,2842,2844,3,1158,579,0,2843,2845,3,124,62,0,2844, + 2843,1,0,0,0,2844,2845,1,0,0,0,2845,2870,1,0,0,0,2846,2847,5,191, + 0,0,2847,2849,5,143,0,0,2848,2850,3,754,377,0,2849,2848,1,0,0,0, + 2849,2850,1,0,0,0,2850,2851,1,0,0,0,2851,2853,3,1480,740,0,2852, + 2854,3,124,62,0,2853,2852,1,0,0,0,2853,2854,1,0,0,0,2854,2870,1, + 0,0,0,2855,2856,5,138,0,0,2856,2857,5,143,0,0,2857,2859,3,1480,740, + 0,2858,2860,3,774,387,0,2859,2858,1,0,0,0,2859,2860,1,0,0,0,2860, + 2861,1,0,0,0,2861,2862,5,360,0,0,2862,2864,3,1174,587,0,2863,2865, + 3,126,63,0,2864,2863,1,0,0,0,2864,2865,1,0,0,0,2865,2867,1,0,0,0, + 2866,2868,3,124,62,0,2867,2866,1,0,0,0,2867,2868,1,0,0,0,2868,2870, + 1,0,0,0,2869,2840,1,0,0,0,2869,2846,1,0,0,0,2869,2855,1,0,0,0,2870, + 155,1,0,0,0,2871,2874,5,157,0,0,2872,2875,3,1000,500,0,2873,2875, + 5,30,0,0,2874,2872,1,0,0,0,2874,2873,1,0,0,0,2875,157,1,0,0,0,2876, + 2878,5,169,0,0,2877,2879,3,172,86,0,2878,2877,1,0,0,0,2878,2879, + 1,0,0,0,2879,2880,1,0,0,0,2880,2882,3,1412,706,0,2881,2883,3,246, + 123,0,2882,2881,1,0,0,0,2882,2883,1,0,0,0,2883,2884,1,0,0,0,2884, + 2886,3,160,80,0,2885,2887,3,162,81,0,2886,2885,1,0,0,0,2886,2887, + 1,0,0,0,2887,2888,1,0,0,0,2888,2890,3,164,82,0,2889,2891,3,174,87, + 0,2890,2889,1,0,0,0,2890,2891,1,0,0,0,2891,2893,1,0,0,0,2892,2894, + 3,14,7,0,2893,2892,1,0,0,0,2893,2894,1,0,0,0,2894,2895,1,0,0,0,2895, + 2897,3,166,83,0,2896,2898,3,1150,575,0,2897,2896,1,0,0,0,2897,2898, + 1,0,0,0,2898,2914,1,0,0,0,2899,2900,5,169,0,0,2900,2901,5,2,0,0, + 2901,2902,3,948,474,0,2902,2903,5,3,0,0,2903,2905,5,94,0,0,2904, + 2906,3,162,81,0,2905,2904,1,0,0,0,2905,2906,1,0,0,0,2906,2907,1, + 0,0,0,2907,2909,3,164,82,0,2908,2910,3,14,7,0,2909,2908,1,0,0,0, + 2909,2910,1,0,0,0,2910,2911,1,0,0,0,2911,2912,3,166,83,0,2912,2914, + 1,0,0,0,2913,2876,1,0,0,0,2913,2899,1,0,0,0,2914,159,1,0,0,0,2915, + 2916,7,24,0,0,2916,161,1,0,0,0,2917,2918,5,297,0,0,2918,163,1,0, + 0,0,2919,2923,3,1464,732,0,2920,2923,5,343,0,0,2921,2923,5,344,0, + 0,2922,2919,1,0,0,0,2922,2920,1,0,0,0,2922,2921,1,0,0,0,2923,165, + 1,0,0,0,2924,2930,3,168,84,0,2925,2926,5,2,0,0,2926,2927,3,178,89, + 0,2927,2928,5,3,0,0,2928,2930,1,0,0,0,2929,2924,1,0,0,0,2929,2925, + 1,0,0,0,2930,167,1,0,0,0,2931,2933,3,170,85,0,2932,2931,1,0,0,0, + 2933,2936,1,0,0,0,2934,2932,1,0,0,0,2934,2935,1,0,0,0,2935,169,1, + 0,0,0,2936,2934,1,0,0,0,2937,2977,5,107,0,0,2938,2977,5,112,0,0, + 2939,2941,5,183,0,0,2940,2942,3,878,439,0,2941,2940,1,0,0,0,2941, + 2942,1,0,0,0,2942,2943,1,0,0,0,2943,2977,3,1464,732,0,2944,2946, + 5,78,0,0,2945,2947,3,878,439,0,2946,2945,1,0,0,0,2946,2947,1,0,0, + 0,2947,2948,1,0,0,0,2948,2977,3,1464,732,0,2949,2977,5,171,0,0,2950, + 2977,5,216,0,0,2951,2953,5,298,0,0,2952,2954,3,878,439,0,2953,2952, + 1,0,0,0,2953,2954,1,0,0,0,2954,2955,1,0,0,0,2955,2977,3,1464,732, + 0,2956,2958,5,197,0,0,2957,2959,3,878,439,0,2958,2957,1,0,0,0,2958, + 2959,1,0,0,0,2959,2960,1,0,0,0,2960,2977,3,1464,732,0,2961,2962, + 5,209,0,0,2962,2963,5,298,0,0,2963,2977,3,250,125,0,2964,2965,5, + 209,0,0,2965,2966,5,298,0,0,2966,2977,5,9,0,0,2967,2968,5,209,0, + 0,2968,2969,5,77,0,0,2969,2970,5,78,0,0,2970,2977,3,250,125,0,2971, + 2972,5,209,0,0,2972,2973,5,78,0,0,2973,2977,3,250,125,0,2974,2975, + 5,194,0,0,2975,2977,3,1464,732,0,2976,2937,1,0,0,0,2976,2938,1,0, + 0,0,2976,2939,1,0,0,0,2976,2944,1,0,0,0,2976,2949,1,0,0,0,2976,2950, + 1,0,0,0,2976,2951,1,0,0,0,2976,2956,1,0,0,0,2976,2961,1,0,0,0,2976, + 2964,1,0,0,0,2976,2967,1,0,0,0,2976,2971,1,0,0,0,2976,2974,1,0,0, + 0,2977,171,1,0,0,0,2978,2979,5,107,0,0,2979,173,1,0,0,0,2980,2982, + 3,176,88,0,2981,2980,1,0,0,0,2981,2982,1,0,0,0,2982,2983,1,0,0,0, + 2983,2984,5,184,0,0,2984,2985,3,1464,732,0,2985,175,1,0,0,0,2986, + 2987,5,100,0,0,2987,177,1,0,0,0,2988,2993,3,180,90,0,2989,2990,5, + 6,0,0,2990,2992,3,180,90,0,2991,2989,1,0,0,0,2992,2995,1,0,0,0,2993, + 2991,1,0,0,0,2993,2994,1,0,0,0,2994,179,1,0,0,0,2995,2993,1,0,0, + 0,2996,2998,3,1496,748,0,2997,2999,3,182,91,0,2998,2997,1,0,0,0, + 2998,2999,1,0,0,0,2999,181,1,0,0,0,3000,3008,3,72,36,0,3001,3008, + 3,328,164,0,3002,3008,5,9,0,0,3003,3004,5,2,0,0,3004,3005,3,184, + 92,0,3005,3006,5,3,0,0,3006,3008,1,0,0,0,3007,3000,1,0,0,0,3007, + 3001,1,0,0,0,3007,3002,1,0,0,0,3007,3003,1,0,0,0,3008,183,1,0,0, + 0,3009,3014,3,186,93,0,3010,3011,5,6,0,0,3011,3013,3,186,93,0,3012, + 3010,1,0,0,0,3013,3016,1,0,0,0,3014,3012,1,0,0,0,3014,3015,1,0,0, + 0,3015,185,1,0,0,0,3016,3014,1,0,0,0,3017,3018,3,70,35,0,3018,187, + 1,0,0,0,3019,3021,3,192,96,0,3020,3022,3,522,261,0,3021,3020,1,0, + 0,0,3021,3022,1,0,0,0,3022,3023,1,0,0,0,3023,3077,3,1410,705,0,3024, + 3026,5,2,0,0,3025,3027,3,198,99,0,3026,3025,1,0,0,0,3026,3027,1, + 0,0,0,3027,3028,1,0,0,0,3028,3032,5,3,0,0,3029,3031,3,190,95,0,3030, + 3029,1,0,0,0,3031,3034,1,0,0,0,3032,3030,1,0,0,0,3032,3033,1,0,0, + 0,3033,3078,1,0,0,0,3034,3032,1,0,0,0,3035,3036,5,275,0,0,3036,3038, + 3,564,282,0,3037,3039,3,202,101,0,3038,3037,1,0,0,0,3038,3039,1, + 0,0,0,3039,3041,1,0,0,0,3040,3042,3,274,137,0,3041,3040,1,0,0,0, + 3041,3042,1,0,0,0,3042,3044,1,0,0,0,3043,3045,3,282,141,0,3044,3043, + 1,0,0,0,3044,3045,1,0,0,0,3045,3047,1,0,0,0,3046,3048,3,284,142, + 0,3047,3046,1,0,0,0,3047,3048,1,0,0,0,3048,3050,1,0,0,0,3049,3051, + 3,286,143,0,3050,3049,1,0,0,0,3050,3051,1,0,0,0,3051,3053,1,0,0, + 0,3052,3054,3,288,144,0,3053,3052,1,0,0,0,3053,3054,1,0,0,0,3054, + 3078,1,0,0,0,3055,3056,5,285,0,0,3056,3057,5,275,0,0,3057,3059,3, + 1418,709,0,3058,3060,3,202,101,0,3059,3058,1,0,0,0,3059,3060,1,0, + 0,0,3060,3061,1,0,0,0,3061,3063,3,144,72,0,3062,3064,3,274,137,0, + 3063,3062,1,0,0,0,3063,3064,1,0,0,0,3064,3066,1,0,0,0,3065,3067, + 3,282,141,0,3066,3065,1,0,0,0,3066,3067,1,0,0,0,3067,3069,1,0,0, + 0,3068,3070,3,284,142,0,3069,3068,1,0,0,0,3069,3070,1,0,0,0,3070, + 3072,1,0,0,0,3071,3073,3,286,143,0,3072,3071,1,0,0,0,3072,3073,1, + 0,0,0,3073,3075,1,0,0,0,3074,3076,3,288,144,0,3075,3074,1,0,0,0, + 3075,3076,1,0,0,0,3076,3078,1,0,0,0,3077,3024,1,0,0,0,3077,3035, + 1,0,0,0,3077,3055,1,0,0,0,3078,189,1,0,0,0,3079,3087,3,272,136,0, + 3080,3087,3,274,137,0,3081,3087,3,282,141,0,3082,3087,3,284,142, + 0,3083,3087,3,286,143,0,3084,3087,3,288,144,0,3085,3087,3,194,97, + 0,3086,3079,1,0,0,0,3086,3080,1,0,0,0,3086,3081,1,0,0,0,3086,3082, + 1,0,0,0,3086,3083,1,0,0,0,3086,3084,1,0,0,0,3086,3085,1,0,0,0,3087, + 191,1,0,0,0,3088,3090,5,46,0,0,3089,3091,3,196,98,0,3090,3089,1, + 0,0,0,3090,3091,1,0,0,0,3091,3093,1,0,0,0,3092,3094,5,550,0,0,3093, + 3092,1,0,0,0,3093,3094,1,0,0,0,3094,3096,1,0,0,0,3095,3097,5,205, + 0,0,3096,3095,1,0,0,0,3096,3097,1,0,0,0,3097,3098,1,0,0,0,3098,3099, + 5,92,0,0,3099,193,1,0,0,0,3100,3101,5,549,0,0,3101,3102,5,147,0, + 0,3102,3103,5,2,0,0,3103,3104,3,250,125,0,3104,3105,5,3,0,0,3105, + 195,1,0,0,0,3106,3114,5,354,0,0,3107,3114,5,352,0,0,3108,3109,5, + 254,0,0,3109,3114,7,25,0,0,3110,3111,5,213,0,0,3111,3114,7,25,0, + 0,3112,3114,5,367,0,0,3113,3106,1,0,0,0,3113,3107,1,0,0,0,3113,3108, + 1,0,0,0,3113,3110,1,0,0,0,3113,3112,1,0,0,0,3114,197,1,0,0,0,3115, + 3116,3,204,102,0,3116,199,1,0,0,0,3117,3118,3,204,102,0,3118,201, + 1,0,0,0,3119,3120,5,2,0,0,3120,3121,3,206,103,0,3121,3122,5,3,0, + 0,3122,203,1,0,0,0,3123,3128,3,208,104,0,3124,3125,5,6,0,0,3125, + 3127,3,208,104,0,3126,3124,1,0,0,0,3127,3130,1,0,0,0,3128,3126,1, + 0,0,0,3128,3129,1,0,0,0,3129,205,1,0,0,0,3130,3128,1,0,0,0,3131, + 3136,3,210,105,0,3132,3133,5,6,0,0,3133,3135,3,210,105,0,3134,3132, + 1,0,0,0,3135,3138,1,0,0,0,3136,3134,1,0,0,0,3136,3137,1,0,0,0,3137, + 207,1,0,0,0,3138,3136,1,0,0,0,3139,3143,3,212,106,0,3140,3143,3, + 234,117,0,3141,3143,3,240,120,0,3142,3139,1,0,0,0,3142,3140,1,0, + 0,0,3142,3141,1,0,0,0,3143,209,1,0,0,0,3144,3147,3,218,109,0,3145, + 3147,3,240,120,0,3146,3144,1,0,0,0,3146,3145,1,0,0,0,3147,211,1, + 0,0,0,3148,3149,3,1440,720,0,3149,3151,3,1174,587,0,3150,3152,3, + 374,187,0,3151,3150,1,0,0,0,3151,3152,1,0,0,0,3152,3154,1,0,0,0, + 3153,3155,3,216,108,0,3154,3153,1,0,0,0,3154,3155,1,0,0,0,3155,3157, + 1,0,0,0,3156,3158,3,214,107,0,3157,3156,1,0,0,0,3157,3158,1,0,0, + 0,3158,3161,1,0,0,0,3159,3160,5,43,0,0,3160,3162,3,564,282,0,3161, + 3159,1,0,0,0,3161,3162,1,0,0,0,3162,3165,1,0,0,0,3163,3164,5,105, + 0,0,3164,3166,5,280,0,0,3165,3163,1,0,0,0,3165,3166,1,0,0,0,3166, + 3167,1,0,0,0,3167,3168,3,220,110,0,3168,213,1,0,0,0,3169,3170,5, + 543,0,0,3170,3171,3,1480,740,0,3171,215,1,0,0,0,3172,3179,5,345, + 0,0,3173,3180,5,544,0,0,3174,3180,5,205,0,0,3175,3180,5,545,0,0, + 3176,3180,5,546,0,0,3177,3180,5,53,0,0,3178,3180,3,1480,740,0,3179, + 3173,1,0,0,0,3179,3174,1,0,0,0,3179,3175,1,0,0,0,3179,3176,1,0,0, + 0,3179,3177,1,0,0,0,3179,3178,1,0,0,0,3180,217,1,0,0,0,3181,3184, + 3,1440,720,0,3182,3183,5,105,0,0,3183,3185,5,280,0,0,3184,3182,1, + 0,0,0,3184,3185,1,0,0,0,3185,3186,1,0,0,0,3186,3187,3,220,110,0, + 3187,219,1,0,0,0,3188,3190,3,222,111,0,3189,3188,1,0,0,0,3190,3193, + 1,0,0,0,3191,3189,1,0,0,0,3191,3192,1,0,0,0,3192,221,1,0,0,0,3193, + 3191,1,0,0,0,3194,3195,5,45,0,0,3195,3197,3,1442,721,0,3196,3194, + 1,0,0,0,3196,3197,1,0,0,0,3197,3198,1,0,0,0,3198,3200,3,224,112, + 0,3199,3201,3,230,115,0,3200,3199,1,0,0,0,3200,3201,1,0,0,0,3201, + 3203,1,0,0,0,3202,3204,3,232,116,0,3203,3202,1,0,0,0,3203,3204,1, + 0,0,0,3204,3213,1,0,0,0,3205,3207,3,224,112,0,3206,3208,3,230,115, + 0,3207,3206,1,0,0,0,3207,3208,1,0,0,0,3208,3210,1,0,0,0,3209,3211, + 3,232,116,0,3210,3209,1,0,0,0,3210,3211,1,0,0,0,3211,3213,1,0,0, + 0,3212,3196,1,0,0,0,3212,3205,1,0,0,0,3213,223,1,0,0,0,3214,3215, + 5,77,0,0,3215,3273,5,78,0,0,3216,3273,5,78,0,0,3217,3219,5,98,0, + 0,3218,3220,3,716,358,0,3219,3218,1,0,0,0,3219,3220,1,0,0,0,3220, + 3222,1,0,0,0,3221,3223,3,292,146,0,3222,3221,1,0,0,0,3222,3223,1, + 0,0,0,3223,3273,1,0,0,0,3224,3226,5,98,0,0,3225,3227,3,226,113,0, + 3226,3225,1,0,0,0,3226,3227,1,0,0,0,3227,3228,1,0,0,0,3228,3273, + 3,290,145,0,3229,3230,5,85,0,0,3230,3232,5,245,0,0,3231,3233,3,716, + 358,0,3232,3231,1,0,0,0,3232,3233,1,0,0,0,3233,3235,1,0,0,0,3234, + 3236,3,292,146,0,3235,3234,1,0,0,0,3235,3236,1,0,0,0,3236,3273,1, + 0,0,0,3237,3238,5,42,0,0,3238,3239,5,2,0,0,3239,3240,3,1218,609, + 0,3240,3242,5,3,0,0,3241,3243,3,244,122,0,3242,3241,1,0,0,0,3242, + 3243,1,0,0,0,3243,3273,1,0,0,0,3244,3245,5,53,0,0,3245,3273,3,1258, + 629,0,3246,3247,5,438,0,0,3247,3248,3,228,114,0,3248,3258,5,36,0, + 0,3249,3251,5,219,0,0,3250,3252,3,320,160,0,3251,3250,1,0,0,0,3251, + 3252,1,0,0,0,3252,3259,1,0,0,0,3253,3254,5,2,0,0,3254,3255,3,1218, + 609,0,3255,3256,5,3,0,0,3256,3257,5,440,0,0,3257,3259,1,0,0,0,3258, + 3249,1,0,0,0,3258,3253,1,0,0,0,3259,3273,1,0,0,0,3260,3261,5,86, + 0,0,3261,3263,3,1418,709,0,3262,3264,3,246,123,0,3263,3262,1,0,0, + 0,3263,3264,1,0,0,0,3264,3266,1,0,0,0,3265,3267,3,256,128,0,3266, + 3265,1,0,0,0,3266,3267,1,0,0,0,3267,3269,1,0,0,0,3268,3270,3,264, + 132,0,3269,3268,1,0,0,0,3269,3270,1,0,0,0,3270,3273,1,0,0,0,3271, + 3273,3,652,326,0,3272,3214,1,0,0,0,3272,3216,1,0,0,0,3272,3217,1, + 0,0,0,3272,3224,1,0,0,0,3272,3229,1,0,0,0,3272,3237,1,0,0,0,3272, + 3244,1,0,0,0,3272,3246,1,0,0,0,3272,3260,1,0,0,0,3272,3271,1,0,0, + 0,3273,225,1,0,0,0,3274,3276,5,273,0,0,3275,3277,5,77,0,0,3276,3275, + 1,0,0,0,3276,3277,1,0,0,0,3277,3278,1,0,0,0,3278,3279,5,56,0,0,3279, + 227,1,0,0,0,3280,3284,5,139,0,0,3281,3282,5,147,0,0,3282,3284,5, + 53,0,0,3283,3280,1,0,0,0,3283,3281,1,0,0,0,3284,229,1,0,0,0,3285, + 3289,5,54,0,0,3286,3287,5,77,0,0,3287,3289,5,54,0,0,3288,3285,1, + 0,0,0,3288,3286,1,0,0,0,3289,231,1,0,0,0,3290,3291,5,69,0,0,3291, + 3292,7,16,0,0,3292,233,1,0,0,0,3293,3294,5,120,0,0,3294,3295,3,1418, + 709,0,3295,3296,3,236,118,0,3296,235,1,0,0,0,3297,3298,7,26,0,0, + 3298,3300,3,238,119,0,3299,3297,1,0,0,0,3300,3303,1,0,0,0,3301,3299, + 1,0,0,0,3301,3302,1,0,0,0,3302,237,1,0,0,0,3303,3301,1,0,0,0,3304, + 3305,7,27,0,0,3305,239,1,0,0,0,3306,3307,5,45,0,0,3307,3308,3,1442, + 721,0,3308,3309,3,242,121,0,3309,3312,1,0,0,0,3310,3312,3,242,121, + 0,3311,3306,1,0,0,0,3311,3310,1,0,0,0,3312,241,1,0,0,0,3313,3314, + 5,42,0,0,3314,3315,5,2,0,0,3315,3316,3,1218,609,0,3316,3317,5,3, + 0,0,3317,3318,3,482,241,0,3318,3400,1,0,0,0,3319,3337,5,98,0,0,3320, + 3321,5,2,0,0,3321,3322,3,250,125,0,3322,3324,5,3,0,0,3323,3325,3, + 254,127,0,3324,3323,1,0,0,0,3324,3325,1,0,0,0,3325,3327,1,0,0,0, + 3326,3328,3,716,358,0,3327,3326,1,0,0,0,3327,3328,1,0,0,0,3328,3330, + 1,0,0,0,3329,3331,3,292,146,0,3330,3329,1,0,0,0,3330,3331,1,0,0, + 0,3331,3332,1,0,0,0,3332,3333,3,482,241,0,3333,3338,1,0,0,0,3334, + 3335,3,294,147,0,3335,3336,3,482,241,0,3336,3338,1,0,0,0,3337,3320, + 1,0,0,0,3337,3334,1,0,0,0,3338,3400,1,0,0,0,3339,3340,5,85,0,0,3340, + 3358,5,245,0,0,3341,3342,5,2,0,0,3342,3343,3,250,125,0,3343,3345, + 5,3,0,0,3344,3346,3,254,127,0,3345,3344,1,0,0,0,3345,3346,1,0,0, + 0,3346,3348,1,0,0,0,3347,3349,3,716,358,0,3348,3347,1,0,0,0,3348, + 3349,1,0,0,0,3349,3351,1,0,0,0,3350,3352,3,292,146,0,3351,3350,1, + 0,0,0,3351,3352,1,0,0,0,3352,3353,1,0,0,0,3353,3354,3,482,241,0, + 3354,3359,1,0,0,0,3355,3356,3,294,147,0,3356,3357,3,482,241,0,3357, + 3359,1,0,0,0,3358,3341,1,0,0,0,3358,3355,1,0,0,0,3359,3400,1,0,0, + 0,3360,3362,5,199,0,0,3361,3363,3,640,320,0,3362,3361,1,0,0,0,3362, + 3363,1,0,0,0,3363,3364,1,0,0,0,3364,3365,5,2,0,0,3365,3366,3,258, + 129,0,3366,3368,5,3,0,0,3367,3369,3,254,127,0,3368,3367,1,0,0,0, + 3368,3369,1,0,0,0,3369,3371,1,0,0,0,3370,3372,3,716,358,0,3371,3370, + 1,0,0,0,3371,3372,1,0,0,0,3372,3374,1,0,0,0,3373,3375,3,292,146, + 0,3374,3373,1,0,0,0,3374,3375,1,0,0,0,3375,3377,1,0,0,0,3376,3378, + 3,262,131,0,3377,3376,1,0,0,0,3377,3378,1,0,0,0,3378,3379,1,0,0, + 0,3379,3380,3,482,241,0,3380,3400,1,0,0,0,3381,3382,5,63,0,0,3382, + 3383,5,245,0,0,3383,3384,5,2,0,0,3384,3385,3,250,125,0,3385,3386, + 5,3,0,0,3386,3387,5,86,0,0,3387,3389,3,1418,709,0,3388,3390,3,246, + 123,0,3389,3388,1,0,0,0,3389,3390,1,0,0,0,3390,3392,1,0,0,0,3391, + 3393,3,256,128,0,3392,3391,1,0,0,0,3392,3393,1,0,0,0,3393,3395,1, + 0,0,0,3394,3396,3,264,132,0,3395,3394,1,0,0,0,3395,3396,1,0,0,0, + 3396,3397,1,0,0,0,3397,3398,3,482,241,0,3398,3400,1,0,0,0,3399,3313, + 1,0,0,0,3399,3319,1,0,0,0,3399,3339,1,0,0,0,3399,3360,1,0,0,0,3399, + 3381,1,0,0,0,3400,243,1,0,0,0,3401,3402,5,269,0,0,3402,3403,5,228, + 0,0,3403,245,1,0,0,0,3404,3405,5,2,0,0,3405,3406,3,250,125,0,3406, + 3407,5,3,0,0,3407,247,1,0,0,0,3408,3409,5,2,0,0,3409,3410,3,252, + 126,0,3410,3411,5,3,0,0,3411,249,1,0,0,0,3412,3417,3,1438,719,0, + 3413,3414,5,6,0,0,3414,3416,3,1438,719,0,3415,3413,1,0,0,0,3416, + 3419,1,0,0,0,3417,3415,1,0,0,0,3417,3418,1,0,0,0,3418,251,1,0,0, + 0,3419,3417,1,0,0,0,3420,3425,3,1440,720,0,3421,3422,5,6,0,0,3422, + 3424,3,1440,720,0,3423,3421,1,0,0,0,3424,3427,1,0,0,0,3425,3423, + 1,0,0,0,3425,3426,1,0,0,0,3426,253,1,0,0,0,3427,3425,1,0,0,0,3428, + 3429,5,441,0,0,3429,3430,5,2,0,0,3430,3431,3,250,125,0,3431,3432, + 5,3,0,0,3432,255,1,0,0,0,3433,3434,5,258,0,0,3434,3435,7,28,0,0, + 3435,257,1,0,0,0,3436,3441,3,260,130,0,3437,3438,5,6,0,0,3438,3440, + 3,260,130,0,3439,3437,1,0,0,0,3440,3443,1,0,0,0,3441,3439,1,0,0, + 0,3441,3442,1,0,0,0,3442,259,1,0,0,0,3443,3441,1,0,0,0,3444,3445, + 3,646,323,0,3445,3452,5,105,0,0,3446,3453,3,738,369,0,3447,3448, + 5,278,0,0,3448,3449,5,2,0,0,3449,3450,3,738,369,0,3450,3451,5,3, + 0,0,3451,3453,1,0,0,0,3452,3446,1,0,0,0,3452,3447,1,0,0,0,3453,261, + 1,0,0,0,3454,3455,5,103,0,0,3455,3456,5,2,0,0,3456,3457,3,1218,609, + 0,3457,3458,5,3,0,0,3458,263,1,0,0,0,3459,3468,3,266,133,0,3460, + 3468,3,268,134,0,3461,3462,3,266,133,0,3462,3463,3,268,134,0,3463, + 3468,1,0,0,0,3464,3465,3,268,134,0,3465,3466,3,266,133,0,3466,3468, + 1,0,0,0,3467,3459,1,0,0,0,3467,3460,1,0,0,0,3467,3461,1,0,0,0,3467, + 3464,1,0,0,0,3468,265,1,0,0,0,3469,3470,5,80,0,0,3470,3471,5,369, + 0,0,3471,3472,3,270,135,0,3472,267,1,0,0,0,3473,3474,5,80,0,0,3474, + 3475,5,182,0,0,3475,3476,3,270,135,0,3476,269,1,0,0,0,3477,3478, + 5,269,0,0,3478,3487,5,132,0,0,3479,3487,5,315,0,0,3480,3487,5,150, + 0,0,3481,3482,5,333,0,0,3482,3484,7,29,0,0,3483,3485,3,250,125,0, + 3484,3483,1,0,0,0,3484,3485,1,0,0,0,3485,3487,1,0,0,0,3486,3477, + 1,0,0,0,3486,3479,1,0,0,0,3486,3480,1,0,0,0,3486,3481,1,0,0,0,3487, + 271,1,0,0,0,3488,3489,5,238,0,0,3489,3490,5,2,0,0,3490,3491,3,1396, + 698,0,3491,3492,5,3,0,0,3492,273,1,0,0,0,3493,3494,3,276,138,0,3494, + 275,1,0,0,0,3495,3496,5,285,0,0,3496,3497,5,147,0,0,3497,3498,3, + 1480,740,0,3498,3499,5,2,0,0,3499,3500,3,278,139,0,3500,3501,5,3, + 0,0,3501,277,1,0,0,0,3502,3507,3,280,140,0,3503,3504,5,6,0,0,3504, + 3506,3,280,140,0,3505,3503,1,0,0,0,3506,3509,1,0,0,0,3507,3505,1, + 0,0,0,3507,3508,1,0,0,0,3508,279,1,0,0,0,3509,3507,1,0,0,0,3510, + 3512,3,1438,719,0,3511,3513,3,652,326,0,3512,3511,1,0,0,0,3512,3513, + 1,0,0,0,3513,3515,1,0,0,0,3514,3516,3,654,327,0,3515,3514,1,0,0, + 0,3515,3516,1,0,0,0,3516,3534,1,0,0,0,3517,3519,3,1268,634,0,3518, + 3520,3,652,326,0,3519,3518,1,0,0,0,3519,3520,1,0,0,0,3520,3522,1, + 0,0,0,3521,3523,3,654,327,0,3522,3521,1,0,0,0,3522,3523,1,0,0,0, + 3523,3534,1,0,0,0,3524,3525,5,2,0,0,3525,3526,3,1218,609,0,3526, + 3528,5,3,0,0,3527,3529,3,652,326,0,3528,3527,1,0,0,0,3528,3529,1, + 0,0,0,3529,3531,1,0,0,0,3530,3532,3,654,327,0,3531,3530,1,0,0,0, + 3531,3532,1,0,0,0,3532,3534,1,0,0,0,3533,3510,1,0,0,0,3533,3517, + 1,0,0,0,3533,3524,1,0,0,0,3534,281,1,0,0,0,3535,3536,5,100,0,0,3536, + 3537,3,1442,721,0,3537,283,1,0,0,0,3538,3539,5,105,0,0,3539,3545, + 3,132,66,0,3540,3541,5,379,0,0,3541,3545,5,277,0,0,3542,3543,5,105, + 0,0,3543,3545,5,277,0,0,3544,3538,1,0,0,0,3544,3540,1,0,0,0,3544, + 3542,1,0,0,0,3545,285,1,0,0,0,3546,3547,5,80,0,0,3547,3553,5,161, + 0,0,3548,3554,5,191,0,0,3549,3550,5,182,0,0,3550,3554,5,320,0,0, + 3551,3552,5,292,0,0,3552,3554,5,320,0,0,3553,3548,1,0,0,0,3553,3549, + 1,0,0,0,3553,3551,1,0,0,0,3554,287,1,0,0,0,3555,3556,5,351,0,0,3556, + 3557,3,1408,704,0,3557,289,1,0,0,0,3558,3560,3,648,324,0,3559,3558, + 1,0,0,0,3559,3560,1,0,0,0,3560,3562,1,0,0,0,3561,3563,3,1020,510, + 0,3562,3561,1,0,0,0,3562,3563,1,0,0,0,3563,3565,1,0,0,0,3564,3566, + 3,292,146,0,3565,3564,1,0,0,0,3565,3566,1,0,0,0,3566,291,1,0,0,0, + 3567,3568,5,100,0,0,3568,3569,5,226,0,0,3569,3570,5,351,0,0,3570, + 3571,3,1408,704,0,3571,293,1,0,0,0,3572,3573,5,100,0,0,3573,3574, + 5,226,0,0,3574,3575,3,1442,721,0,3575,295,1,0,0,0,3576,3577,5,46, + 0,0,3577,3582,5,342,0,0,3578,3580,3,522,261,0,3579,3578,1,0,0,0, + 3579,3580,1,0,0,0,3580,3581,1,0,0,0,3581,3583,3,564,282,0,3582,3579, + 1,0,0,0,3582,3583,1,0,0,0,3583,3585,1,0,0,0,3584,3586,3,924,462, + 0,3585,3584,1,0,0,0,3585,3586,1,0,0,0,3586,3587,1,0,0,0,3587,3590, + 5,80,0,0,3588,3591,3,1338,669,0,3589,3591,3,1334,667,0,3590,3588, + 1,0,0,0,3590,3589,1,0,0,0,3591,3592,1,0,0,0,3592,3593,5,64,0,0,3593, + 3594,3,1110,555,0,3594,297,1,0,0,0,3595,3596,5,138,0,0,3596,3598, + 5,342,0,0,3597,3599,3,754,377,0,3598,3597,1,0,0,0,3598,3599,1,0, + 0,0,3599,3600,1,0,0,0,3600,3601,3,564,282,0,3601,3602,5,333,0,0, + 3602,3603,5,342,0,0,3603,3604,3,1470,735,0,3604,299,1,0,0,0,3605, + 3607,3,192,96,0,3606,3608,3,522,261,0,3607,3606,1,0,0,0,3607,3608, + 1,0,0,0,3608,3609,1,0,0,0,3609,3610,3,302,151,0,3610,3611,5,36,0, + 0,3611,3613,3,1006,503,0,3612,3614,3,304,152,0,3613,3612,1,0,0,0, + 3613,3614,1,0,0,0,3614,301,1,0,0,0,3615,3617,3,1410,705,0,3616,3618, + 3,248,124,0,3617,3616,1,0,0,0,3617,3618,1,0,0,0,3618,3620,1,0,0, + 0,3619,3621,3,282,141,0,3620,3619,1,0,0,0,3620,3621,1,0,0,0,3621, + 3623,1,0,0,0,3622,3624,3,284,142,0,3623,3622,1,0,0,0,3623,3624,1, + 0,0,0,3624,3626,1,0,0,0,3625,3627,3,286,143,0,3626,3625,1,0,0,0, + 3626,3627,1,0,0,0,3627,3629,1,0,0,0,3628,3630,3,288,144,0,3629,3628, + 1,0,0,0,3629,3630,1,0,0,0,3630,303,1,0,0,0,3631,3635,5,105,0,0,3632, + 3636,5,174,0,0,3633,3634,5,269,0,0,3634,3636,5,174,0,0,3635,3632, + 1,0,0,0,3635,3633,1,0,0,0,3636,305,1,0,0,0,3637,3639,5,46,0,0,3638, + 3640,3,310,155,0,3639,3638,1,0,0,0,3639,3640,1,0,0,0,3640,3641,1, + 0,0,0,3641,3642,5,259,0,0,3642,3644,5,376,0,0,3643,3645,3,522,261, + 0,3644,3643,1,0,0,0,3644,3645,1,0,0,0,3645,3646,1,0,0,0,3646,3647, + 3,308,154,0,3647,3648,5,36,0,0,3648,3650,3,1006,503,0,3649,3651, + 3,304,152,0,3650,3649,1,0,0,0,3650,3651,1,0,0,0,3651,307,1,0,0,0, + 3652,3654,3,1414,707,0,3653,3655,3,248,124,0,3654,3653,1,0,0,0,3654, + 3655,1,0,0,0,3655,3657,1,0,0,0,3656,3658,3,282,141,0,3657,3656,1, + 0,0,0,3657,3658,1,0,0,0,3658,3660,1,0,0,0,3659,3661,3,134,67,0,3660, + 3659,1,0,0,0,3660,3661,1,0,0,0,3661,3663,1,0,0,0,3662,3664,3,288, + 144,0,3663,3662,1,0,0,0,3663,3664,1,0,0,0,3664,309,1,0,0,0,3665, + 3666,5,367,0,0,3666,311,1,0,0,0,3667,3668,5,305,0,0,3668,3669,5, + 259,0,0,3669,3671,5,376,0,0,3670,3672,3,636,318,0,3671,3670,1,0, + 0,0,3671,3672,1,0,0,0,3672,3673,1,0,0,0,3673,3675,3,1416,708,0,3674, + 3676,3,304,152,0,3675,3674,1,0,0,0,3675,3676,1,0,0,0,3676,313,1, + 0,0,0,3677,3679,5,46,0,0,3678,3680,3,196,98,0,3679,3678,1,0,0,0, + 3679,3680,1,0,0,0,3680,3681,1,0,0,0,3681,3683,5,328,0,0,3682,3684, + 3,522,261,0,3683,3682,1,0,0,0,3683,3684,1,0,0,0,3684,3685,1,0,0, + 0,3685,3687,3,1418,709,0,3686,3688,3,318,159,0,3687,3686,1,0,0,0, + 3687,3688,1,0,0,0,3688,315,1,0,0,0,3689,3690,5,138,0,0,3690,3692, + 5,328,0,0,3691,3693,3,754,377,0,3692,3691,1,0,0,0,3692,3693,1,0, + 0,0,3693,3694,1,0,0,0,3694,3695,3,1418,709,0,3695,3696,3,322,161, + 0,3696,317,1,0,0,0,3697,3698,3,322,161,0,3698,319,1,0,0,0,3699,3700, + 5,2,0,0,3700,3701,3,322,161,0,3701,3702,5,3,0,0,3702,321,1,0,0,0, + 3703,3705,3,324,162,0,3704,3703,1,0,0,0,3705,3706,1,0,0,0,3706,3704, + 1,0,0,0,3706,3707,1,0,0,0,3707,323,1,0,0,0,3708,3709,5,36,0,0,3709, + 3743,3,1178,589,0,3710,3711,5,148,0,0,3711,3743,3,328,164,0,3712, + 3743,5,173,0,0,3713,3715,5,225,0,0,3714,3716,3,326,163,0,3715,3714, + 1,0,0,0,3715,3716,1,0,0,0,3716,3717,1,0,0,0,3717,3743,3,328,164, + 0,3718,3719,5,260,0,0,3719,3743,3,328,164,0,3720,3721,5,262,0,0, + 3721,3743,3,328,164,0,3722,3723,5,269,0,0,3723,3743,7,30,0,0,3724, + 3725,5,281,0,0,3725,3726,5,147,0,0,3726,3743,3,1438,719,0,3727,3728, + 5,328,0,0,3728,3729,5,266,0,0,3729,3743,3,564,282,0,3730,3732,5, + 340,0,0,3731,3733,3,14,7,0,3732,3731,1,0,0,0,3732,3733,1,0,0,0,3733, + 3734,1,0,0,0,3734,3743,3,328,164,0,3735,3737,5,314,0,0,3736,3738, + 3,14,7,0,3737,3736,1,0,0,0,3737,3738,1,0,0,0,3738,3740,1,0,0,0,3739, + 3741,3,328,164,0,3740,3739,1,0,0,0,3740,3741,1,0,0,0,3741,3743,1, + 0,0,0,3742,3708,1,0,0,0,3742,3710,1,0,0,0,3742,3712,1,0,0,0,3742, + 3713,1,0,0,0,3742,3718,1,0,0,0,3742,3720,1,0,0,0,3742,3722,1,0,0, + 0,3742,3724,1,0,0,0,3742,3727,1,0,0,0,3742,3730,1,0,0,0,3742,3735, + 1,0,0,0,3743,325,1,0,0,0,3744,3745,5,147,0,0,3745,327,1,0,0,0,3746, + 3753,3,1460,730,0,3747,3748,5,12,0,0,3748,3753,3,1460,730,0,3749, + 3750,5,13,0,0,3750,3753,3,1460,730,0,3751,3753,3,1470,735,0,3752, + 3746,1,0,0,0,3752,3747,1,0,0,0,3752,3749,1,0,0,0,3752,3751,1,0,0, + 0,3753,329,1,0,0,0,3754,3759,3,328,164,0,3755,3756,5,6,0,0,3756, + 3758,3,328,164,0,3757,3755,1,0,0,0,3758,3761,1,0,0,0,3759,3757,1, + 0,0,0,3759,3760,1,0,0,0,3760,331,1,0,0,0,3761,3759,1,0,0,0,3762, + 3764,5,46,0,0,3763,3765,3,664,332,0,3764,3763,1,0,0,0,3764,3765, + 1,0,0,0,3765,3767,1,0,0,0,3766,3768,3,334,167,0,3767,3766,1,0,0, + 0,3767,3768,1,0,0,0,3768,3770,1,0,0,0,3769,3771,3,344,172,0,3770, + 3769,1,0,0,0,3770,3771,1,0,0,0,3771,3772,1,0,0,0,3772,3773,5,247, + 0,0,3773,3782,3,1442,721,0,3774,3775,5,215,0,0,3775,3777,3,336,168, + 0,3776,3778,3,338,169,0,3777,3776,1,0,0,0,3777,3778,1,0,0,0,3778, + 3780,1,0,0,0,3779,3781,3,342,171,0,3780,3779,1,0,0,0,3780,3781,1, + 0,0,0,3781,3783,1,0,0,0,3782,3774,1,0,0,0,3782,3783,1,0,0,0,3783, + 333,1,0,0,0,3784,3785,5,359,0,0,3785,335,1,0,0,0,3786,3788,3,1442, + 721,0,3787,3789,3,566,283,0,3788,3787,1,0,0,0,3788,3789,1,0,0,0, + 3789,337,1,0,0,0,3790,3791,5,239,0,0,3791,3792,3,336,168,0,3792, + 339,1,0,0,0,3793,3794,5,373,0,0,3794,3798,3,336,168,0,3795,3796, + 5,269,0,0,3796,3798,5,373,0,0,3797,3793,1,0,0,0,3797,3795,1,0,0, + 0,3798,341,1,0,0,0,3799,3800,3,340,170,0,3800,343,1,0,0,0,3801,3802, + 5,295,0,0,3802,345,1,0,0,0,3803,3804,5,46,0,0,3804,3805,5,351,0, + 0,3805,3807,3,1408,704,0,3806,3808,3,348,174,0,3807,3806,1,0,0,0, + 3807,3808,1,0,0,0,3808,3809,1,0,0,0,3809,3810,5,255,0,0,3810,3812, + 3,1464,732,0,3811,3813,3,134,67,0,3812,3811,1,0,0,0,3812,3813,1, + 0,0,0,3813,347,1,0,0,0,3814,3815,5,282,0,0,3815,3816,3,1476,738, + 0,3816,349,1,0,0,0,3817,3818,5,46,0,0,3818,3820,5,204,0,0,3819,3821, + 3,522,261,0,3820,3819,1,0,0,0,3820,3821,1,0,0,0,3821,3822,1,0,0, + 0,3822,3824,3,1442,721,0,3823,3825,3,14,7,0,3824,3823,1,0,0,0,3824, + 3825,1,0,0,0,3825,3826,1,0,0,0,3826,3827,3,352,176,0,3827,351,1, + 0,0,0,3828,3830,3,354,177,0,3829,3828,1,0,0,0,3830,3833,1,0,0,0, + 3831,3829,1,0,0,0,3831,3832,1,0,0,0,3832,353,1,0,0,0,3833,3831,1, + 0,0,0,3834,3835,5,323,0,0,3835,3842,3,1428,714,0,3836,3837,5,375, + 0,0,3837,3842,3,80,40,0,3838,3839,5,64,0,0,3839,3842,3,80,40,0,3840, + 3842,5,150,0,0,3841,3834,1,0,0,0,3841,3836,1,0,0,0,3841,3838,1,0, + 0,0,3841,3840,1,0,0,0,3842,355,1,0,0,0,3843,3844,5,138,0,0,3844, + 3845,5,204,0,0,3845,3846,3,1442,721,0,3846,3847,5,369,0,0,3847,3848, + 3,358,179,0,3848,357,1,0,0,0,3849,3851,3,360,180,0,3850,3849,1,0, + 0,0,3851,3854,1,0,0,0,3852,3850,1,0,0,0,3852,3853,1,0,0,0,3853,359, + 1,0,0,0,3854,3852,1,0,0,0,3855,3856,5,94,0,0,3856,3857,3,80,40,0, + 3857,361,1,0,0,0,3858,3859,5,138,0,0,3859,3860,5,204,0,0,3860,3861, + 3,1442,721,0,3861,3862,3,44,22,0,3862,3863,3,554,277,0,3863,3961, + 1,0,0,0,3864,3865,5,138,0,0,3865,3866,5,204,0,0,3866,3867,3,1442, + 721,0,3867,3868,3,44,22,0,3868,3869,3,552,276,0,3869,3961,1,0,0, + 0,3870,3871,5,138,0,0,3871,3872,5,204,0,0,3872,3873,3,1442,721,0, + 3873,3874,3,44,22,0,3874,3875,5,136,0,0,3875,3876,3,704,352,0,3876, + 3961,1,0,0,0,3877,3878,5,138,0,0,3878,3879,5,204,0,0,3879,3880,3, + 1442,721,0,3880,3881,3,44,22,0,3881,3882,5,41,0,0,3882,3883,5,2, + 0,0,3883,3884,3,1174,587,0,3884,3885,5,36,0,0,3885,3886,3,1174,587, + 0,3886,3887,5,3,0,0,3887,3961,1,0,0,0,3888,3889,5,138,0,0,3889,3890, + 5,204,0,0,3890,3891,3,1442,721,0,3891,3892,3,44,22,0,3892,3893,5, + 189,0,0,3893,3894,3,1174,587,0,3894,3961,1,0,0,0,3895,3896,5,138, + 0,0,3896,3897,5,204,0,0,3897,3898,3,1442,721,0,3898,3899,3,44,22, + 0,3899,3900,5,211,0,0,3900,3901,3,680,340,0,3901,3961,1,0,0,0,3902, + 3903,5,138,0,0,3903,3904,5,204,0,0,3904,3905,3,1442,721,0,3905,3906, + 3,44,22,0,3906,3907,5,278,0,0,3907,3908,3,742,371,0,3908,3961,1, + 0,0,0,3909,3910,5,138,0,0,3910,3911,5,204,0,0,3911,3912,3,1442,721, + 0,3912,3913,3,44,22,0,3913,3914,5,278,0,0,3914,3915,5,156,0,0,3915, + 3916,3,564,282,0,3916,3917,5,100,0,0,3917,3918,3,1442,721,0,3918, + 3961,1,0,0,0,3919,3920,5,138,0,0,3920,3921,5,204,0,0,3921,3922,3, + 1442,721,0,3922,3923,3,44,22,0,3923,3924,5,278,0,0,3924,3925,5,206, + 0,0,3925,3926,3,564,282,0,3926,3927,5,100,0,0,3927,3928,3,1442,721, + 0,3928,3961,1,0,0,0,3929,3930,5,138,0,0,3930,3931,5,204,0,0,3931, + 3932,3,1442,721,0,3932,3933,3,44,22,0,3933,3934,5,296,0,0,3934,3935, + 3,676,338,0,3935,3961,1,0,0,0,3936,3937,5,138,0,0,3937,3938,5,204, + 0,0,3938,3939,3,1442,721,0,3939,3940,3,44,22,0,3940,3941,5,442,0, + 0,3941,3942,3,672,336,0,3942,3961,1,0,0,0,3943,3944,5,138,0,0,3944, + 3945,5,204,0,0,3945,3946,3,1442,721,0,3946,3947,3,44,22,0,3947,3948, + 5,443,0,0,3948,3949,5,62,0,0,3949,3950,3,1174,587,0,3950,3951,5, + 247,0,0,3951,3952,3,1442,721,0,3952,3961,1,0,0,0,3953,3954,5,138, + 0,0,3954,3955,5,204,0,0,3955,3956,3,1442,721,0,3956,3957,3,44,22, + 0,3957,3958,5,360,0,0,3958,3959,3,1174,587,0,3959,3961,1,0,0,0,3960, + 3858,1,0,0,0,3960,3864,1,0,0,0,3960,3870,1,0,0,0,3960,3877,1,0,0, + 0,3960,3888,1,0,0,0,3960,3895,1,0,0,0,3960,3902,1,0,0,0,3960,3909, + 1,0,0,0,3960,3919,1,0,0,0,3960,3929,1,0,0,0,3960,3936,1,0,0,0,3960, + 3943,1,0,0,0,3960,3953,1,0,0,0,3961,363,1,0,0,0,3962,3963,5,46,0, + 0,3963,3964,5,63,0,0,3964,3965,5,174,0,0,3965,3966,5,381,0,0,3966, + 3968,3,1442,721,0,3967,3969,3,370,185,0,3968,3967,1,0,0,0,3968,3969, + 1,0,0,0,3969,3971,1,0,0,0,3970,3972,3,374,187,0,3971,3970,1,0,0, + 0,3971,3972,1,0,0,0,3972,365,1,0,0,0,3973,3974,5,215,0,0,3974,3982, + 3,336,168,0,3975,3976,5,269,0,0,3976,3982,5,215,0,0,3977,3978,5, + 373,0,0,3978,3982,3,336,168,0,3979,3980,5,269,0,0,3980,3982,5,373, + 0,0,3981,3973,1,0,0,0,3981,3975,1,0,0,0,3981,3977,1,0,0,0,3981,3979, + 1,0,0,0,3982,367,1,0,0,0,3983,3985,3,366,183,0,3984,3983,1,0,0,0, + 3985,3986,1,0,0,0,3986,3984,1,0,0,0,3986,3987,1,0,0,0,3987,369,1, + 0,0,0,3988,3989,3,368,184,0,3989,371,1,0,0,0,3990,3991,5,138,0,0, + 3991,3992,5,63,0,0,3992,3993,5,174,0,0,3993,3994,5,381,0,0,3994, + 3996,3,1442,721,0,3995,3997,3,370,185,0,3996,3995,1,0,0,0,3996,3997, + 1,0,0,0,3997,3998,1,0,0,0,3998,3999,3,378,189,0,3999,4008,1,0,0, + 0,4000,4001,5,138,0,0,4001,4002,5,63,0,0,4002,4003,5,174,0,0,4003, + 4004,5,381,0,0,4004,4005,3,1442,721,0,4005,4006,3,368,184,0,4006, + 4008,1,0,0,0,4007,3990,1,0,0,0,4007,4000,1,0,0,0,4008,373,1,0,0, + 0,4009,4010,5,280,0,0,4010,4011,5,2,0,0,4011,4012,3,376,188,0,4012, + 4013,5,3,0,0,4013,375,1,0,0,0,4014,4019,3,384,192,0,4015,4016,5, + 6,0,0,4016,4018,3,384,192,0,4017,4015,1,0,0,0,4018,4021,1,0,0,0, + 4019,4017,1,0,0,0,4019,4020,1,0,0,0,4020,377,1,0,0,0,4021,4019,1, + 0,0,0,4022,4023,5,280,0,0,4023,4024,5,2,0,0,4024,4025,3,380,190, + 0,4025,4026,5,3,0,0,4026,379,1,0,0,0,4027,4032,3,382,191,0,4028, + 4029,5,6,0,0,4029,4031,3,382,191,0,4030,4028,1,0,0,0,4031,4034,1, + 0,0,0,4032,4030,1,0,0,0,4032,4033,1,0,0,0,4033,381,1,0,0,0,4034, + 4032,1,0,0,0,4035,4043,3,384,192,0,4036,4037,5,333,0,0,4037,4043, + 3,384,192,0,4038,4039,5,133,0,0,4039,4043,3,384,192,0,4040,4041, + 5,191,0,0,4041,4043,3,384,192,0,4042,4035,1,0,0,0,4042,4036,1,0, + 0,0,4042,4038,1,0,0,0,4042,4040,1,0,0,0,4043,383,1,0,0,0,4044,4045, + 3,386,193,0,4045,4046,3,388,194,0,4046,385,1,0,0,0,4047,4048,3,1496, + 748,0,4048,387,1,0,0,0,4049,4050,3,1464,732,0,4050,389,1,0,0,0,4051, + 4052,5,46,0,0,4052,4054,5,331,0,0,4053,4055,3,522,261,0,4054,4053, + 1,0,0,0,4054,4055,1,0,0,0,4055,4056,1,0,0,0,4056,4058,3,1442,721, + 0,4057,4059,3,392,196,0,4058,4057,1,0,0,0,4058,4059,1,0,0,0,4059, + 4061,1,0,0,0,4060,4062,3,396,198,0,4061,4060,1,0,0,0,4061,4062,1, + 0,0,0,4062,4063,1,0,0,0,4063,4064,5,63,0,0,4064,4065,5,174,0,0,4065, + 4066,5,381,0,0,4066,4068,3,1442,721,0,4067,4069,3,374,187,0,4068, + 4067,1,0,0,0,4068,4069,1,0,0,0,4069,391,1,0,0,0,4070,4071,5,360, + 0,0,4071,4072,3,1464,732,0,4072,393,1,0,0,0,4073,4076,5,375,0,0, + 4074,4077,3,1464,732,0,4075,4077,5,78,0,0,4076,4074,1,0,0,0,4076, + 4075,1,0,0,0,4077,395,1,0,0,0,4078,4079,3,394,197,0,4079,397,1,0, + 0,0,4080,4081,5,138,0,0,4081,4082,5,331,0,0,4082,4088,3,1442,721, + 0,4083,4089,3,378,189,0,4084,4086,3,394,197,0,4085,4087,3,378,189, + 0,4086,4085,1,0,0,0,4086,4087,1,0,0,0,4087,4089,1,0,0,0,4088,4083, + 1,0,0,0,4088,4084,1,0,0,0,4089,399,1,0,0,0,4090,4091,5,46,0,0,4091, + 4092,5,63,0,0,4092,4094,5,92,0,0,4093,4095,3,522,261,0,4094,4093, + 1,0,0,0,4094,4095,1,0,0,0,4095,4096,1,0,0,0,4096,4097,3,1410,705, + 0,4097,4099,5,2,0,0,4098,4100,3,200,100,0,4099,4098,1,0,0,0,4099, + 4100,1,0,0,0,4100,4101,1,0,0,0,4101,4103,5,3,0,0,4102,4104,3,272, + 136,0,4103,4102,1,0,0,0,4103,4104,1,0,0,0,4104,4105,1,0,0,0,4105, + 4106,5,331,0,0,4106,4108,3,1442,721,0,4107,4109,3,374,187,0,4108, + 4107,1,0,0,0,4108,4109,1,0,0,0,4109,4130,1,0,0,0,4110,4111,5,46, + 0,0,4111,4112,5,63,0,0,4112,4114,5,92,0,0,4113,4115,3,522,261,0, + 4114,4113,1,0,0,0,4114,4115,1,0,0,0,4115,4116,1,0,0,0,4116,4117, + 3,1410,705,0,4117,4118,5,285,0,0,4118,4119,5,275,0,0,4119,4121,3, + 1412,706,0,4120,4122,3,202,101,0,4121,4120,1,0,0,0,4121,4122,1,0, + 0,0,4122,4123,1,0,0,0,4123,4124,3,144,72,0,4124,4125,5,331,0,0,4125, + 4127,3,1442,721,0,4126,4128,3,374,187,0,4127,4126,1,0,0,0,4127,4128, + 1,0,0,0,4128,4130,1,0,0,0,4129,4090,1,0,0,0,4129,4110,1,0,0,0,4130, + 401,1,0,0,0,4131,4132,5,444,0,0,4132,4133,5,63,0,0,4133,4134,5,323, + 0,0,4134,4136,3,1428,714,0,4135,4137,3,406,203,0,4136,4135,1,0,0, + 0,4136,4137,1,0,0,0,4137,4138,1,0,0,0,4138,4139,5,64,0,0,4139,4140, + 5,331,0,0,4140,4141,3,1442,721,0,4141,4142,5,71,0,0,4142,4144,3, + 1442,721,0,4143,4145,3,374,187,0,4144,4143,1,0,0,0,4144,4145,1,0, + 0,0,4145,403,1,0,0,0,4146,4147,5,74,0,0,4147,4150,5,94,0,0,4148, + 4150,5,59,0,0,4149,4146,1,0,0,0,4149,4148,1,0,0,0,4150,405,1,0,0, + 0,4151,4152,3,404,202,0,4152,4153,5,2,0,0,4153,4154,3,1130,565,0, + 4154,4155,5,3,0,0,4155,407,1,0,0,0,4156,4157,5,46,0,0,4157,4158, + 5,99,0,0,4158,4160,5,257,0,0,4159,4161,3,522,261,0,4160,4159,1,0, + 0,0,4160,4161,1,0,0,0,4161,4162,1,0,0,0,4162,4163,5,62,0,0,4163, + 4164,3,410,205,0,4164,4165,5,331,0,0,4165,4167,3,1442,721,0,4166, + 4168,3,374,187,0,4167,4166,1,0,0,0,4167,4168,1,0,0,0,4168,409,1, + 0,0,0,4169,4172,3,1476,738,0,4170,4172,5,99,0,0,4171,4169,1,0,0, + 0,4171,4170,1,0,0,0,4172,411,1,0,0,0,4173,4174,5,138,0,0,4174,4175, + 5,99,0,0,4175,4176,5,257,0,0,4176,4177,5,62,0,0,4177,4178,3,410, + 205,0,4178,4179,5,331,0,0,4179,4180,3,1442,721,0,4180,4181,3,378, + 189,0,4181,413,1,0,0,0,4182,4183,5,46,0,0,4183,4184,5,445,0,0,4184, + 4185,3,1442,721,0,4185,4186,5,80,0,0,4186,4188,3,1418,709,0,4187, + 4189,3,432,216,0,4188,4187,1,0,0,0,4188,4189,1,0,0,0,4189,4191,1, + 0,0,0,4190,4192,3,434,217,0,4191,4190,1,0,0,0,4191,4192,1,0,0,0, + 4192,4194,1,0,0,0,4193,4195,3,428,214,0,4194,4193,1,0,0,0,4194,4195, + 1,0,0,0,4195,4197,1,0,0,0,4196,4198,3,424,212,0,4197,4196,1,0,0, + 0,4197,4198,1,0,0,0,4198,4200,1,0,0,0,4199,4201,3,426,213,0,4200, + 4199,1,0,0,0,4200,4201,1,0,0,0,4201,415,1,0,0,0,4202,4203,5,138, + 0,0,4203,4204,5,445,0,0,4204,4205,3,1442,721,0,4205,4206,5,80,0, + 0,4206,4208,3,1418,709,0,4207,4209,3,430,215,0,4208,4207,1,0,0,0, + 4208,4209,1,0,0,0,4209,4211,1,0,0,0,4210,4212,3,424,212,0,4211,4210, + 1,0,0,0,4211,4212,1,0,0,0,4212,4214,1,0,0,0,4213,4215,3,426,213, + 0,4214,4213,1,0,0,0,4214,4215,1,0,0,0,4215,417,1,0,0,0,4216,4217, + 5,138,0,0,4217,4218,5,296,0,0,4218,4220,3,1434,717,0,4219,4221,3, + 666,333,0,4220,4219,1,0,0,0,4220,4221,1,0,0,0,4221,4222,1,0,0,0, + 4222,4223,3,420,210,0,4223,419,1,0,0,0,4224,4228,3,422,211,0,4225, + 4227,3,422,211,0,4226,4225,1,0,0,0,4227,4230,1,0,0,0,4228,4226,1, + 0,0,0,4228,4229,1,0,0,0,4229,4232,1,0,0,0,4230,4228,1,0,0,0,4231, + 4233,5,315,0,0,4232,4231,1,0,0,0,4232,4233,1,0,0,0,4233,4251,1,0, + 0,0,4234,4235,5,309,0,0,4235,4236,5,94,0,0,4236,4251,3,1436,718, + 0,4237,4238,5,282,0,0,4238,4239,5,94,0,0,4239,4251,3,1476,738,0, + 4240,4241,5,333,0,0,4241,4242,5,323,0,0,4242,4251,3,48,24,0,4243, + 4245,5,269,0,0,4244,4243,1,0,0,0,4244,4245,1,0,0,0,4245,4246,1,0, + 0,0,4246,4247,5,462,0,0,4247,4248,5,80,0,0,4248,4249,5,204,0,0,4249, + 4251,3,1442,721,0,4250,4224,1,0,0,0,4250,4234,1,0,0,0,4250,4237, + 1,0,0,0,4250,4240,1,0,0,0,4250,4244,1,0,0,0,4251,421,1,0,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,4263,5,243,0,0,4257,4259,5,205,0,0, + 4258,4257,1,0,0,0,4258,4259,1,0,0,0,4259,4260,1,0,0,0,4260,4261, + 5,327,0,0,4261,4263,5,181,0,0,4262,4253,1,0,0,0,4262,4258,1,0,0, + 0,4263,4281,1,0,0,0,4264,4265,5,333,0,0,4265,4266,3,1442,721,0,4266, + 4269,7,31,0,0,4267,4270,3,1442,721,0,4268,4270,5,53,0,0,4269,4267, + 1,0,0,0,4269,4268,1,0,0,0,4270,4281,1,0,0,0,4271,4272,5,333,0,0, + 4272,4273,3,1442,721,0,4273,4274,5,64,0,0,4274,4275,5,434,0,0,4275, + 4281,1,0,0,0,4276,4277,5,313,0,0,4277,4281,3,1442,721,0,4278,4279, + 5,313,0,0,4279,4281,5,30,0,0,4280,4262,1,0,0,0,4280,4264,1,0,0,0, + 4280,4271,1,0,0,0,4280,4276,1,0,0,0,4280,4278,1,0,0,0,4281,423,1, + 0,0,0,4282,4283,5,100,0,0,4283,4284,5,2,0,0,4284,4285,3,1218,609, + 0,4285,4286,5,3,0,0,4286,425,1,0,0,0,4287,4288,5,105,0,0,4288,4289, + 5,42,0,0,4289,4290,5,2,0,0,4290,4291,3,1218,609,0,4291,4292,5,3, + 0,0,4292,427,1,0,0,0,4293,4294,5,94,0,0,4294,4295,3,1478,739,0,4295, + 429,1,0,0,0,4296,4297,5,94,0,0,4297,4298,3,1478,739,0,4298,431,1, + 0,0,0,4299,4303,5,36,0,0,4300,4304,5,541,0,0,4301,4304,5,542,0,0, + 4302,4304,3,1498,749,0,4303,4300,1,0,0,0,4303,4301,1,0,0,0,4303, + 4302,1,0,0,0,4304,433,1,0,0,0,4305,4306,5,62,0,0,4306,4307,3,436, + 218,0,4307,435,1,0,0,0,4308,4309,7,32,0,0,4309,437,1,0,0,0,4310, + 4311,5,46,0,0,4311,4312,5,131,0,0,4312,4313,5,446,0,0,4313,4314, + 3,1442,721,0,4314,4315,5,360,0,0,4315,4316,3,440,220,0,4316,4317, + 5,215,0,0,4317,4318,3,336,168,0,4318,439,1,0,0,0,4319,4320,7,33, + 0,0,4320,441,1,0,0,0,4321,4323,5,46,0,0,4322,4324,3,664,332,0,4323, + 4322,1,0,0,0,4323,4324,1,0,0,0,4324,4325,1,0,0,0,4325,4326,5,357, + 0,0,4326,4327,3,1442,721,0,4327,4328,3,444,222,0,4328,4329,3,450, + 225,0,4329,4330,5,80,0,0,4330,4332,3,1412,706,0,4331,4333,3,454, + 227,0,4332,4331,1,0,0,0,4332,4333,1,0,0,0,4333,4335,1,0,0,0,4334, + 4336,3,466,233,0,4335,4334,1,0,0,0,4335,4336,1,0,0,0,4336,4338,1, + 0,0,0,4337,4339,3,472,236,0,4338,4337,1,0,0,0,4338,4339,1,0,0,0, + 4339,4340,1,0,0,0,4340,4341,5,202,0,0,4341,4342,3,474,237,0,4342, + 4343,5,2,0,0,4343,4344,3,476,238,0,4344,4345,5,3,0,0,4345,4376,1, + 0,0,0,4346,4348,5,46,0,0,4347,4349,3,664,332,0,4348,4347,1,0,0,0, + 4348,4349,1,0,0,0,4349,4351,1,0,0,0,4350,4352,5,45,0,0,4351,4350, + 1,0,0,0,4351,4352,1,0,0,0,4352,4353,1,0,0,0,4353,4354,5,357,0,0, + 4354,4355,3,1442,721,0,4355,4356,3,444,222,0,4356,4357,3,450,225, + 0,4357,4358,5,80,0,0,4358,4360,3,1412,706,0,4359,4361,3,480,240, + 0,4360,4359,1,0,0,0,4360,4361,1,0,0,0,4361,4362,1,0,0,0,4362,4364, + 3,482,241,0,4363,4365,3,446,223,0,4364,4363,1,0,0,0,4364,4365,1, + 0,0,0,4365,4367,1,0,0,0,4366,4368,3,472,236,0,4367,4366,1,0,0,0, + 4367,4368,1,0,0,0,4368,4369,1,0,0,0,4369,4370,5,202,0,0,4370,4371, + 3,474,237,0,4371,4372,5,2,0,0,4372,4373,3,476,238,0,4373,4374,5, + 3,0,0,4374,4376,1,0,0,0,4375,4321,1,0,0,0,4375,4346,1,0,0,0,4376, + 443,1,0,0,0,4377,4382,5,145,0,0,4378,4382,5,135,0,0,4379,4380,5, + 242,0,0,4380,4382,5,275,0,0,4381,4377,1,0,0,0,4381,4378,1,0,0,0, + 4381,4379,1,0,0,0,4382,445,1,0,0,0,4383,4385,5,62,0,0,4384,4386, + 5,192,0,0,4385,4384,1,0,0,0,4385,4386,1,0,0,0,4386,4387,1,0,0,0, + 4387,4388,3,448,224,0,4388,447,1,0,0,0,4389,4390,7,34,0,0,4390,449, + 1,0,0,0,4391,4396,3,452,226,0,4392,4393,5,82,0,0,4393,4395,3,452, + 226,0,4394,4392,1,0,0,0,4395,4398,1,0,0,0,4396,4394,1,0,0,0,4396, + 4397,1,0,0,0,4397,451,1,0,0,0,4398,4396,1,0,0,0,4399,4407,5,241, + 0,0,4400,4407,5,182,0,0,4401,4407,5,369,0,0,4402,4403,5,369,0,0, + 4403,4404,5,275,0,0,4404,4407,3,250,125,0,4405,4407,5,358,0,0,4406, + 4399,1,0,0,0,4406,4400,1,0,0,0,4406,4401,1,0,0,0,4406,4402,1,0,0, + 0,4406,4405,1,0,0,0,4407,453,1,0,0,0,4408,4409,5,447,0,0,4409,4410, + 3,456,228,0,4410,455,1,0,0,0,4411,4413,3,458,229,0,4412,4411,1,0, + 0,0,4413,4414,1,0,0,0,4414,4412,1,0,0,0,4414,4415,1,0,0,0,4415,457, + 1,0,0,0,4416,4417,3,460,230,0,4417,4419,3,462,231,0,4418,4420,3, + 878,439,0,4419,4418,1,0,0,0,4419,4420,1,0,0,0,4420,4421,1,0,0,0, + 4421,4422,3,464,232,0,4422,459,1,0,0,0,4423,4424,7,35,0,0,4424,461, + 1,0,0,0,4425,4426,7,36,0,0,4426,463,1,0,0,0,4427,4428,3,1480,740, + 0,4428,465,1,0,0,0,4429,4431,5,62,0,0,4430,4432,3,468,234,0,4431, + 4430,1,0,0,0,4431,4432,1,0,0,0,4432,4433,1,0,0,0,4433,4434,3,470, + 235,0,4434,467,1,0,0,0,4435,4436,5,192,0,0,4436,469,1,0,0,0,4437, + 4438,7,34,0,0,4438,471,1,0,0,0,4439,4440,5,102,0,0,4440,4441,5,2, + 0,0,4441,4442,3,1218,609,0,4442,4443,5,3,0,0,4443,473,1,0,0,0,4444, + 4445,5,211,0,0,4445,4449,3,1450,725,0,4446,4447,5,296,0,0,4447,4449, + 3,1434,717,0,4448,4444,1,0,0,0,4448,4446,1,0,0,0,4449,475,1,0,0, + 0,4450,4453,3,478,239,0,4451,4453,1,0,0,0,4452,4450,1,0,0,0,4452, + 4451,1,0,0,0,4453,4458,1,0,0,0,4454,4455,5,6,0,0,4455,4457,3,478, + 239,0,4456,4454,1,0,0,0,4457,4460,1,0,0,0,4458,4456,1,0,0,0,4458, + 4459,1,0,0,0,4459,477,1,0,0,0,4460,4458,1,0,0,0,4461,4466,3,1462, + 731,0,4462,4466,3,1460,730,0,4463,4466,3,1464,732,0,4464,4466,3, + 1496,748,0,4465,4461,1,0,0,0,4465,4462,1,0,0,0,4465,4463,1,0,0,0, + 4465,4464,1,0,0,0,4466,479,1,0,0,0,4467,4468,5,64,0,0,4468,4469, + 3,1418,709,0,4469,481,1,0,0,0,4470,4472,3,484,242,0,4471,4470,1, + 0,0,0,4472,4475,1,0,0,0,4473,4471,1,0,0,0,4473,4474,1,0,0,0,4474, + 483,1,0,0,0,4475,4473,1,0,0,0,4476,4477,5,77,0,0,4477,4488,5,54, + 0,0,4478,4488,5,54,0,0,4479,4480,5,69,0,0,4480,4488,5,221,0,0,4481, + 4482,5,69,0,0,4482,4488,5,180,0,0,4483,4484,5,77,0,0,4484,4488,5, + 371,0,0,4485,4486,5,269,0,0,4486,4488,5,228,0,0,4487,4476,1,0,0, + 0,4487,4478,1,0,0,0,4487,4479,1,0,0,0,4487,4481,1,0,0,0,4487,4483, + 1,0,0,0,4487,4485,1,0,0,0,4488,485,1,0,0,0,4489,4490,5,46,0,0,4490, + 4491,5,198,0,0,4491,4492,5,357,0,0,4492,4493,3,1442,721,0,4493,4494, + 5,80,0,0,4494,4495,3,1496,748,0,4495,4496,5,202,0,0,4496,4497,3, + 474,237,0,4497,4498,5,2,0,0,4498,4499,5,3,0,0,4499,4514,1,0,0,0, + 4500,4501,5,46,0,0,4501,4502,5,198,0,0,4502,4503,5,357,0,0,4503, + 4504,3,1442,721,0,4504,4505,5,80,0,0,4505,4506,3,1496,748,0,4506, + 4507,5,102,0,0,4507,4508,3,488,244,0,4508,4509,5,202,0,0,4509,4510, + 3,474,237,0,4510,4511,5,2,0,0,4511,4512,5,3,0,0,4512,4514,1,0,0, + 0,4513,4489,1,0,0,0,4513,4500,1,0,0,0,4514,487,1,0,0,0,4515,4520, + 3,490,245,0,4516,4517,5,33,0,0,4517,4519,3,490,245,0,4518,4516,1, + 0,0,0,4519,4522,1,0,0,0,4520,4518,1,0,0,0,4520,4521,1,0,0,0,4521, + 489,1,0,0,0,4522,4520,1,0,0,0,4523,4524,3,1480,740,0,4524,4525,5, + 68,0,0,4525,4526,5,2,0,0,4526,4527,3,492,246,0,4527,4528,5,3,0,0, + 4528,491,1,0,0,0,4529,4534,3,1464,732,0,4530,4531,5,6,0,0,4531,4533, + 3,1464,732,0,4532,4530,1,0,0,0,4533,4536,1,0,0,0,4534,4532,1,0,0, + 0,4534,4535,1,0,0,0,4535,493,1,0,0,0,4536,4534,1,0,0,0,4537,4538, + 5,138,0,0,4538,4539,5,198,0,0,4539,4540,5,357,0,0,4540,4541,3,1442, + 721,0,4541,4542,3,496,248,0,4542,495,1,0,0,0,4543,4545,5,193,0,0, + 4544,4546,7,20,0,0,4545,4544,1,0,0,0,4545,4546,1,0,0,0,4546,4549, + 1,0,0,0,4547,4549,5,186,0,0,4548,4543,1,0,0,0,4548,4547,1,0,0,0, + 4549,497,1,0,0,0,4550,4551,5,46,0,0,4551,4552,5,140,0,0,4552,4553, + 3,564,282,0,4553,4554,5,42,0,0,4554,4555,5,2,0,0,4555,4556,3,1218, + 609,0,4556,4557,5,3,0,0,4557,4558,3,482,241,0,4558,499,1,0,0,0,4559, + 4561,5,46,0,0,4560,4562,3,664,332,0,4561,4560,1,0,0,0,4561,4562, + 1,0,0,0,4562,4563,1,0,0,0,4563,4564,5,136,0,0,4564,4565,3,1450,725, + 0,4565,4566,3,700,350,0,4566,4567,3,502,251,0,4567,4663,1,0,0,0, + 4568,4570,5,46,0,0,4569,4571,3,664,332,0,4570,4569,1,0,0,0,4570, + 4571,1,0,0,0,4571,4572,1,0,0,0,4572,4573,5,136,0,0,4573,4574,3,1450, + 725,0,4574,4575,3,510,255,0,4575,4663,1,0,0,0,4576,4577,5,46,0,0, + 4577,4578,5,278,0,0,4578,4579,3,738,369,0,4579,4580,3,502,251,0, + 4580,4663,1,0,0,0,4581,4582,5,46,0,0,4582,4583,5,360,0,0,4583,4584, + 3,564,282,0,4584,4585,3,502,251,0,4585,4663,1,0,0,0,4586,4587,5, + 46,0,0,4587,4588,5,360,0,0,4588,4663,3,564,282,0,4589,4590,5,46, + 0,0,4590,4591,5,360,0,0,4591,4592,3,564,282,0,4592,4593,5,36,0,0, + 4593,4595,5,2,0,0,4594,4596,3,1154,577,0,4595,4594,1,0,0,0,4595, + 4596,1,0,0,0,4596,4597,1,0,0,0,4597,4598,5,3,0,0,4598,4663,1,0,0, + 0,4599,4600,5,46,0,0,4600,4601,5,360,0,0,4601,4602,3,564,282,0,4602, + 4603,5,36,0,0,4603,4604,5,196,0,0,4604,4606,5,2,0,0,4605,4607,3, + 516,258,0,4606,4605,1,0,0,0,4606,4607,1,0,0,0,4607,4608,1,0,0,0, + 4608,4609,5,3,0,0,4609,4663,1,0,0,0,4610,4611,5,46,0,0,4611,4612, + 5,360,0,0,4612,4613,3,564,282,0,4613,4614,5,36,0,0,4614,4615,5,299, + 0,0,4615,4616,3,502,251,0,4616,4663,1,0,0,0,4617,4618,5,46,0,0,4618, + 4619,5,355,0,0,4619,4620,5,325,0,0,4620,4621,5,283,0,0,4621,4622, + 3,564,282,0,4622,4623,3,502,251,0,4623,4663,1,0,0,0,4624,4625,5, + 46,0,0,4625,4626,5,355,0,0,4626,4627,5,325,0,0,4627,4628,5,185,0, + 0,4628,4629,3,564,282,0,4629,4630,3,502,251,0,4630,4663,1,0,0,0, + 4631,4632,5,46,0,0,4632,4633,5,355,0,0,4633,4634,5,325,0,0,4634, + 4635,5,353,0,0,4635,4636,3,564,282,0,4636,4637,3,502,251,0,4637, + 4663,1,0,0,0,4638,4639,5,46,0,0,4639,4640,5,355,0,0,4640,4641,5, + 325,0,0,4641,4642,5,163,0,0,4642,4643,3,564,282,0,4643,4644,3,502, + 251,0,4644,4663,1,0,0,0,4645,4646,5,46,0,0,4646,4648,5,108,0,0,4647, + 4649,3,522,261,0,4648,4647,1,0,0,0,4648,4649,1,0,0,0,4649,4650,1, + 0,0,0,4650,4651,3,564,282,0,4651,4652,3,502,251,0,4652,4663,1,0, + 0,0,4653,4654,5,46,0,0,4654,4656,5,108,0,0,4655,4657,3,522,261,0, + 4656,4655,1,0,0,0,4656,4657,1,0,0,0,4657,4658,1,0,0,0,4658,4659, + 3,564,282,0,4659,4660,5,64,0,0,4660,4661,3,564,282,0,4661,4663,1, + 0,0,0,4662,4559,1,0,0,0,4662,4568,1,0,0,0,4662,4576,1,0,0,0,4662, + 4581,1,0,0,0,4662,4586,1,0,0,0,4662,4589,1,0,0,0,4662,4599,1,0,0, + 0,4662,4610,1,0,0,0,4662,4617,1,0,0,0,4662,4624,1,0,0,0,4662,4631, + 1,0,0,0,4662,4638,1,0,0,0,4662,4645,1,0,0,0,4662,4653,1,0,0,0,4663, + 501,1,0,0,0,4664,4665,5,2,0,0,4665,4666,3,504,252,0,4666,4667,5, + 3,0,0,4667,503,1,0,0,0,4668,4673,3,506,253,0,4669,4670,5,6,0,0,4670, + 4672,3,506,253,0,4671,4669,1,0,0,0,4672,4675,1,0,0,0,4673,4671,1, + 0,0,0,4673,4674,1,0,0,0,4674,505,1,0,0,0,4675,4673,1,0,0,0,4676, + 4679,3,1496,748,0,4677,4678,5,10,0,0,4678,4680,3,508,254,0,4679, + 4677,1,0,0,0,4679,4680,1,0,0,0,4680,507,1,0,0,0,4681,4688,3,694, + 347,0,4682,4688,3,1508,754,0,4683,4688,3,1330,665,0,4684,4688,3, + 328,164,0,4685,4688,3,1464,732,0,4686,4688,5,407,0,0,4687,4681,1, + 0,0,0,4687,4682,1,0,0,0,4687,4683,1,0,0,0,4687,4684,1,0,0,0,4687, + 4685,1,0,0,0,4687,4686,1,0,0,0,4688,509,1,0,0,0,4689,4690,5,2,0, + 0,4690,4691,3,512,256,0,4691,4692,5,3,0,0,4692,511,1,0,0,0,4693, + 4698,3,514,257,0,4694,4695,5,6,0,0,4695,4697,3,514,257,0,4696,4694, + 1,0,0,0,4697,4700,1,0,0,0,4698,4696,1,0,0,0,4698,4699,1,0,0,0,4699, + 513,1,0,0,0,4700,4698,1,0,0,0,4701,4702,3,1498,749,0,4702,4703,5, + 10,0,0,4703,4704,3,508,254,0,4704,515,1,0,0,0,4705,4706,3,518,259, + 0,4706,517,1,0,0,0,4707,4712,3,1464,732,0,4708,4709,5,6,0,0,4709, + 4711,3,1464,732,0,4710,4708,1,0,0,0,4711,4714,1,0,0,0,4712,4710, + 1,0,0,0,4712,4713,1,0,0,0,4713,519,1,0,0,0,4714,4712,1,0,0,0,4715, + 4716,5,138,0,0,4716,4717,5,360,0,0,4717,4718,3,564,282,0,4718,4719, + 5,133,0,0,4719,4721,5,450,0,0,4720,4722,3,522,261,0,4721,4720,1, + 0,0,0,4721,4722,1,0,0,0,4722,4723,1,0,0,0,4723,4726,3,1464,732,0, + 4724,4725,7,37,0,0,4725,4727,3,1464,732,0,4726,4724,1,0,0,0,4726, + 4727,1,0,0,0,4727,4738,1,0,0,0,4728,4729,5,138,0,0,4729,4730,5,360, + 0,0,4730,4731,3,564,282,0,4731,4732,5,309,0,0,4732,4733,5,450,0, + 0,4733,4734,3,1464,732,0,4734,4735,5,94,0,0,4735,4736,3,1464,732, + 0,4736,4738,1,0,0,0,4737,4715,1,0,0,0,4737,4728,1,0,0,0,4738,521, + 1,0,0,0,4739,4740,5,220,0,0,4740,4741,5,77,0,0,4741,4742,5,396,0, + 0,4742,523,1,0,0,0,4743,4744,5,46,0,0,4744,4745,5,278,0,0,4745,4746, + 5,156,0,0,4746,4748,3,564,282,0,4747,4749,3,530,265,0,4748,4747, + 1,0,0,0,4748,4749,1,0,0,0,4749,4750,1,0,0,0,4750,4751,5,62,0,0,4751, + 4752,5,360,0,0,4752,4753,3,1174,587,0,4753,4754,5,100,0,0,4754,4756, + 3,1442,721,0,4755,4757,3,532,266,0,4756,4755,1,0,0,0,4756,4757,1, + 0,0,0,4757,4758,1,0,0,0,4758,4759,5,36,0,0,4759,4760,3,526,263,0, + 4760,525,1,0,0,0,4761,4766,3,528,264,0,4762,4763,5,6,0,0,4763,4765, + 3,528,264,0,4764,4762,1,0,0,0,4765,4768,1,0,0,0,4766,4764,1,0,0, + 0,4766,4767,1,0,0,0,4767,527,1,0,0,0,4768,4766,1,0,0,0,4769,4770, + 5,278,0,0,4770,4771,3,1462,731,0,4771,4773,3,738,369,0,4772,4774, + 3,534,267,0,4773,4772,1,0,0,0,4773,4774,1,0,0,0,4774,4776,1,0,0, + 0,4775,4777,3,536,268,0,4776,4775,1,0,0,0,4776,4777,1,0,0,0,4777, + 4801,1,0,0,0,4778,4779,5,278,0,0,4779,4780,3,1462,731,0,4780,4782, + 3,742,371,0,4781,4783,3,534,267,0,4782,4781,1,0,0,0,4782,4783,1, + 0,0,0,4783,4785,1,0,0,0,4784,4786,3,536,268,0,4785,4784,1,0,0,0, + 4785,4786,1,0,0,0,4786,4801,1,0,0,0,4787,4788,5,211,0,0,4788,4789, + 3,1462,731,0,4789,4790,3,680,340,0,4790,4801,1,0,0,0,4791,4792,5, + 211,0,0,4792,4793,3,1462,731,0,4793,4794,5,2,0,0,4794,4795,3,1348, + 674,0,4795,4796,5,3,0,0,4796,4797,3,680,340,0,4797,4801,1,0,0,0, + 4798,4799,5,345,0,0,4799,4801,3,1174,587,0,4800,4769,1,0,0,0,4800, + 4778,1,0,0,0,4800,4787,1,0,0,0,4800,4791,1,0,0,0,4800,4798,1,0,0, + 0,4801,529,1,0,0,0,4802,4803,5,53,0,0,4803,531,1,0,0,0,4804,4805, + 5,206,0,0,4805,4806,3,564,282,0,4806,533,1,0,0,0,4807,4808,5,62, + 0,0,4808,4814,5,325,0,0,4809,4810,5,62,0,0,4810,4811,5,83,0,0,4811, + 4812,5,147,0,0,4812,4814,3,564,282,0,4813,4807,1,0,0,0,4813,4809, + 1,0,0,0,4814,535,1,0,0,0,4815,4816,5,302,0,0,4816,537,1,0,0,0,4817, + 4818,5,46,0,0,4818,4819,5,278,0,0,4819,4820,5,206,0,0,4820,4821, + 3,564,282,0,4821,4822,5,100,0,0,4822,4823,3,1442,721,0,4823,539, + 1,0,0,0,4824,4825,5,138,0,0,4825,4826,5,278,0,0,4826,4827,5,206, + 0,0,4827,4828,3,564,282,0,4828,4829,5,100,0,0,4829,4830,3,1442,721, + 0,4830,4831,5,133,0,0,4831,4832,3,526,263,0,4832,4843,1,0,0,0,4833, + 4834,5,138,0,0,4834,4835,5,278,0,0,4835,4836,5,206,0,0,4836,4837, + 3,564,282,0,4837,4838,5,100,0,0,4838,4839,3,1442,721,0,4839,4840, + 5,191,0,0,4840,4841,3,542,271,0,4841,4843,1,0,0,0,4842,4824,1,0, + 0,0,4842,4833,1,0,0,0,4843,541,1,0,0,0,4844,4849,3,544,272,0,4845, + 4846,5,6,0,0,4846,4848,3,544,272,0,4847,4845,1,0,0,0,4848,4851,1, + 0,0,0,4849,4847,1,0,0,0,4849,4850,1,0,0,0,4850,543,1,0,0,0,4851, + 4849,1,0,0,0,4852,4853,5,278,0,0,4853,4854,3,1462,731,0,4854,4855, + 5,2,0,0,4855,4856,3,1348,674,0,4856,4857,5,3,0,0,4857,4865,1,0,0, + 0,4858,4859,5,211,0,0,4859,4860,3,1462,731,0,4860,4861,5,2,0,0,4861, + 4862,3,1348,674,0,4862,4863,5,3,0,0,4863,4865,1,0,0,0,4864,4852, + 1,0,0,0,4864,4858,1,0,0,0,4865,545,1,0,0,0,4866,4867,5,301,0,0,4867, + 4868,5,281,0,0,4868,4869,5,147,0,0,4869,4870,3,1478,739,0,4870,4871, + 5,94,0,0,4871,4872,3,1476,738,0,4872,547,1,0,0,0,4873,4874,5,191, + 0,0,4874,4876,5,92,0,0,4875,4877,3,754,377,0,4876,4875,1,0,0,0,4876, + 4877,1,0,0,0,4877,4878,1,0,0,0,4878,4880,3,1398,699,0,4879,4881, + 3,124,62,0,4880,4879,1,0,0,0,4880,4881,1,0,0,0,4881,5253,1,0,0,0, + 4882,4883,5,191,0,0,4883,4885,5,328,0,0,4884,4886,3,754,377,0,4885, + 4884,1,0,0,0,4885,4886,1,0,0,0,4886,4887,1,0,0,0,4887,4889,3,1422, + 711,0,4888,4890,3,124,62,0,4889,4888,1,0,0,0,4889,4890,1,0,0,0,4890, + 5253,1,0,0,0,4891,4892,5,191,0,0,4892,4894,5,376,0,0,4893,4895,3, + 754,377,0,4894,4893,1,0,0,0,4894,4895,1,0,0,0,4895,4896,1,0,0,0, + 4896,4898,3,550,275,0,4897,4899,3,124,62,0,4898,4897,1,0,0,0,4898, + 4899,1,0,0,0,4899,5253,1,0,0,0,4900,4901,5,191,0,0,4901,4902,5,259, + 0,0,4902,4904,5,376,0,0,4903,4905,3,754,377,0,4904,4903,1,0,0,0, + 4904,4905,1,0,0,0,4905,4906,1,0,0,0,4906,4908,3,550,275,0,4907,4909, + 3,124,62,0,4908,4907,1,0,0,0,4908,4909,1,0,0,0,4909,5253,1,0,0,0, + 4910,4911,5,191,0,0,4911,4913,5,226,0,0,4912,4914,3,754,377,0,4913, + 4912,1,0,0,0,4913,4914,1,0,0,0,4914,4915,1,0,0,0,4915,4917,3,1422, + 711,0,4916,4918,3,124,62,0,4917,4916,1,0,0,0,4917,4918,1,0,0,0,4918, + 5253,1,0,0,0,4919,4920,5,191,0,0,4920,4921,5,63,0,0,4921,4923,5, + 92,0,0,4922,4924,3,754,377,0,4923,4922,1,0,0,0,4923,4924,1,0,0,0, + 4924,4925,1,0,0,0,4925,4927,3,1398,699,0,4926,4928,3,124,62,0,4927, + 4926,1,0,0,0,4927,4928,1,0,0,0,4928,5253,1,0,0,0,4929,4930,5,191, + 0,0,4930,4932,5,108,0,0,4931,4933,3,754,377,0,4932,4931,1,0,0,0, + 4932,4933,1,0,0,0,4933,4934,1,0,0,0,4934,4936,3,1422,711,0,4935, + 4937,3,124,62,0,4936,4935,1,0,0,0,4936,4937,1,0,0,0,4937,5253,1, + 0,0,0,4938,4939,5,191,0,0,4939,4941,5,168,0,0,4940,4942,3,754,377, + 0,4941,4940,1,0,0,0,4941,4942,1,0,0,0,4942,4943,1,0,0,0,4943,4945, + 3,1422,711,0,4944,4946,3,124,62,0,4945,4944,1,0,0,0,4945,4946,1, + 0,0,0,4946,5253,1,0,0,0,4947,4948,5,191,0,0,4948,4950,5,342,0,0, + 4949,4951,3,754,377,0,4950,4949,1,0,0,0,4950,4951,1,0,0,0,4951,4952, + 1,0,0,0,4952,4954,3,1422,711,0,4953,4955,3,124,62,0,4954,4953,1, + 0,0,0,4954,4955,1,0,0,0,4955,5253,1,0,0,0,4956,4957,5,191,0,0,4957, + 4958,5,355,0,0,4958,4959,5,325,0,0,4959,4961,5,283,0,0,4960,4962, + 3,754,377,0,4961,4960,1,0,0,0,4961,4962,1,0,0,0,4962,4963,1,0,0, + 0,4963,4965,3,1422,711,0,4964,4966,3,124,62,0,4965,4964,1,0,0,0, + 4965,4966,1,0,0,0,4966,5253,1,0,0,0,4967,4968,5,191,0,0,4968,4969, + 5,355,0,0,4969,4970,5,325,0,0,4970,4972,5,185,0,0,4971,4973,3,754, + 377,0,4972,4971,1,0,0,0,4972,4973,1,0,0,0,4973,4974,1,0,0,0,4974, + 4976,3,1422,711,0,4975,4977,3,124,62,0,4976,4975,1,0,0,0,4976,4977, + 1,0,0,0,4977,5253,1,0,0,0,4978,4979,5,191,0,0,4979,4980,5,355,0, + 0,4980,4981,5,325,0,0,4981,4983,5,353,0,0,4982,4984,3,754,377,0, + 4983,4982,1,0,0,0,4983,4984,1,0,0,0,4984,4985,1,0,0,0,4985,4987, + 3,1422,711,0,4986,4988,3,124,62,0,4987,4986,1,0,0,0,4987,4988,1, + 0,0,0,4988,5253,1,0,0,0,4989,4990,5,191,0,0,4990,4991,5,355,0,0, + 4991,4992,5,325,0,0,4992,4994,5,163,0,0,4993,4995,3,754,377,0,4994, + 4993,1,0,0,0,4994,4995,1,0,0,0,4995,4996,1,0,0,0,4996,4998,3,1422, + 711,0,4997,4999,3,124,62,0,4998,4997,1,0,0,0,4998,4999,1,0,0,0,4999, + 5253,1,0,0,0,5000,5001,5,191,0,0,5001,5002,5,131,0,0,5002,5004,5, + 446,0,0,5003,5005,3,754,377,0,5004,5003,1,0,0,0,5004,5005,1,0,0, + 0,5005,5006,1,0,0,0,5006,5008,3,1422,711,0,5007,5009,3,124,62,0, + 5008,5007,1,0,0,0,5008,5009,1,0,0,0,5009,5253,1,0,0,0,5010,5011, + 5,191,0,0,5011,5012,5,198,0,0,5012,5014,5,357,0,0,5013,5015,3,754, + 377,0,5014,5013,1,0,0,0,5014,5015,1,0,0,0,5015,5016,1,0,0,0,5016, + 5018,3,1422,711,0,5017,5019,3,124,62,0,5018,5017,1,0,0,0,5018,5019, + 1,0,0,0,5019,5253,1,0,0,0,5020,5021,5,191,0,0,5021,5023,5,204,0, + 0,5022,5024,3,754,377,0,5023,5022,1,0,0,0,5023,5024,1,0,0,0,5024, + 5025,1,0,0,0,5025,5027,3,1422,711,0,5026,5028,3,124,62,0,5027,5026, + 1,0,0,0,5027,5028,1,0,0,0,5028,5253,1,0,0,0,5029,5030,5,191,0,0, + 5030,5031,5,63,0,0,5031,5032,5,174,0,0,5032,5034,5,381,0,0,5033, + 5035,3,754,377,0,5034,5033,1,0,0,0,5034,5035,1,0,0,0,5035,5036,1, + 0,0,0,5036,5038,3,1422,711,0,5037,5039,3,124,62,0,5038,5037,1,0, + 0,0,5038,5039,1,0,0,0,5039,5253,1,0,0,0,5040,5042,5,191,0,0,5041, + 5043,3,344,172,0,5042,5041,1,0,0,0,5042,5043,1,0,0,0,5043,5044,1, + 0,0,0,5044,5046,5,247,0,0,5045,5047,3,754,377,0,5046,5045,1,0,0, + 0,5046,5047,1,0,0,0,5047,5048,1,0,0,0,5048,5050,3,1422,711,0,5049, + 5051,3,124,62,0,5050,5049,1,0,0,0,5050,5051,1,0,0,0,5051,5253,1, + 0,0,0,5052,5053,5,191,0,0,5053,5055,5,452,0,0,5054,5056,3,754,377, + 0,5055,5054,1,0,0,0,5055,5056,1,0,0,0,5056,5057,1,0,0,0,5057,5059, + 3,1422,711,0,5058,5060,3,124,62,0,5059,5058,1,0,0,0,5059,5060,1, + 0,0,0,5060,5253,1,0,0,0,5061,5062,5,191,0,0,5062,5064,5,331,0,0, + 5063,5065,3,754,377,0,5064,5063,1,0,0,0,5064,5065,1,0,0,0,5065,5066, + 1,0,0,0,5066,5068,3,1422,711,0,5067,5069,3,124,62,0,5068,5067,1, + 0,0,0,5068,5069,1,0,0,0,5069,5253,1,0,0,0,5070,5071,5,191,0,0,5071, + 5073,5,323,0,0,5072,5074,3,754,377,0,5073,5072,1,0,0,0,5073,5074, + 1,0,0,0,5074,5075,1,0,0,0,5075,5077,3,1400,700,0,5076,5078,3,124, + 62,0,5077,5076,1,0,0,0,5077,5078,1,0,0,0,5078,5253,1,0,0,0,5079, + 5080,5,191,0,0,5080,5082,5,445,0,0,5081,5083,3,754,377,0,5082,5081, + 1,0,0,0,5082,5083,1,0,0,0,5083,5084,1,0,0,0,5084,5085,3,1442,721, + 0,5085,5086,5,80,0,0,5086,5088,3,564,282,0,5087,5089,3,124,62,0, + 5088,5087,1,0,0,0,5088,5089,1,0,0,0,5089,5253,1,0,0,0,5090,5091, + 5,191,0,0,5091,5093,5,321,0,0,5092,5094,3,754,377,0,5093,5092,1, + 0,0,0,5093,5094,1,0,0,0,5094,5095,1,0,0,0,5095,5096,3,1442,721,0, + 5096,5097,5,80,0,0,5097,5099,3,564,282,0,5098,5100,3,124,62,0,5099, + 5098,1,0,0,0,5099,5100,1,0,0,0,5100,5253,1,0,0,0,5101,5102,5,191, + 0,0,5102,5104,5,357,0,0,5103,5105,3,754,377,0,5104,5103,1,0,0,0, + 5104,5105,1,0,0,0,5105,5106,1,0,0,0,5106,5107,3,1442,721,0,5107, + 5108,5,80,0,0,5108,5110,3,564,282,0,5109,5111,3,124,62,0,5110,5109, + 1,0,0,0,5110,5111,1,0,0,0,5111,5253,1,0,0,0,5112,5113,5,191,0,0, + 5113,5115,5,360,0,0,5114,5116,3,754,377,0,5115,5114,1,0,0,0,5115, + 5116,1,0,0,0,5116,5117,1,0,0,0,5117,5119,3,568,284,0,5118,5120,3, + 124,62,0,5119,5118,1,0,0,0,5119,5120,1,0,0,0,5120,5253,1,0,0,0,5121, + 5122,5,191,0,0,5122,5124,5,189,0,0,5123,5125,3,754,377,0,5124,5123, + 1,0,0,0,5124,5125,1,0,0,0,5125,5126,1,0,0,0,5126,5128,3,568,284, + 0,5127,5129,3,124,62,0,5128,5127,1,0,0,0,5128,5129,1,0,0,0,5129, + 5253,1,0,0,0,5130,5131,5,191,0,0,5131,5132,5,226,0,0,5132,5134,5, + 109,0,0,5133,5135,3,754,377,0,5134,5133,1,0,0,0,5134,5135,1,0,0, + 0,5135,5136,1,0,0,0,5136,5138,3,558,279,0,5137,5139,3,124,62,0,5138, + 5137,1,0,0,0,5138,5139,1,0,0,0,5139,5253,1,0,0,0,5140,5141,5,191, + 0,0,5141,5143,5,41,0,0,5142,5144,3,754,377,0,5143,5142,1,0,0,0,5143, + 5144,1,0,0,0,5144,5145,1,0,0,0,5145,5146,5,2,0,0,5146,5147,3,1174, + 587,0,5147,5148,5,36,0,0,5148,5149,3,1174,587,0,5149,5151,5,3,0, + 0,5150,5152,3,124,62,0,5151,5150,1,0,0,0,5151,5152,1,0,0,0,5152, + 5253,1,0,0,0,5153,5154,5,191,0,0,5154,5155,5,278,0,0,5155,5157,5, + 156,0,0,5156,5158,3,754,377,0,5157,5156,1,0,0,0,5157,5158,1,0,0, + 0,5158,5159,1,0,0,0,5159,5160,3,564,282,0,5160,5161,5,100,0,0,5161, + 5163,3,1442,721,0,5162,5164,3,124,62,0,5163,5162,1,0,0,0,5163,5164, + 1,0,0,0,5164,5253,1,0,0,0,5165,5166,5,191,0,0,5166,5167,5,278,0, + 0,5167,5169,5,206,0,0,5168,5170,3,754,377,0,5169,5168,1,0,0,0,5169, + 5170,1,0,0,0,5170,5171,1,0,0,0,5171,5172,3,564,282,0,5172,5173,5, + 100,0,0,5173,5175,3,1442,721,0,5174,5176,3,124,62,0,5175,5174,1, + 0,0,0,5175,5176,1,0,0,0,5176,5253,1,0,0,0,5177,5178,5,191,0,0,5178, + 5179,5,281,0,0,5179,5180,5,147,0,0,5180,5182,3,1478,739,0,5181,5183, + 3,124,62,0,5182,5181,1,0,0,0,5182,5183,1,0,0,0,5183,5253,1,0,0,0, + 5184,5185,5,191,0,0,5185,5187,5,376,0,0,5186,5188,3,754,377,0,5187, + 5186,1,0,0,0,5187,5188,1,0,0,0,5188,5189,1,0,0,0,5189,5191,3,550, + 275,0,5190,5192,3,124,62,0,5191,5190,1,0,0,0,5191,5192,1,0,0,0,5192, + 5253,1,0,0,0,5193,5194,5,191,0,0,5194,5196,5,451,0,0,5195,5197,3, + 754,377,0,5196,5195,1,0,0,0,5196,5197,1,0,0,0,5197,5198,1,0,0,0, + 5198,5200,3,1442,721,0,5199,5201,3,124,62,0,5200,5199,1,0,0,0,5200, + 5201,1,0,0,0,5201,5253,1,0,0,0,5202,5203,5,191,0,0,5203,5205,5,351, + 0,0,5204,5206,3,754,377,0,5205,5204,1,0,0,0,5205,5206,1,0,0,0,5206, + 5207,1,0,0,0,5207,5253,3,1408,704,0,5208,5209,5,191,0,0,5209,5211, + 5,443,0,0,5210,5212,3,754,377,0,5211,5210,1,0,0,0,5211,5212,1,0, + 0,0,5212,5213,1,0,0,0,5213,5214,5,62,0,0,5214,5215,3,1174,587,0, + 5215,5216,5,247,0,0,5216,5218,3,1442,721,0,5217,5219,3,124,62,0, + 5218,5217,1,0,0,0,5218,5219,1,0,0,0,5219,5253,1,0,0,0,5220,5221, + 5,191,0,0,5221,5223,7,38,0,0,5222,5224,3,754,377,0,5223,5222,1,0, + 0,0,5223,5224,1,0,0,0,5224,5225,1,0,0,0,5225,5253,3,1478,739,0,5226, + 5227,5,191,0,0,5227,5228,5,99,0,0,5228,5230,5,257,0,0,5229,5231, + 3,754,377,0,5230,5229,1,0,0,0,5230,5231,1,0,0,0,5231,5232,1,0,0, + 0,5232,5233,5,62,0,0,5233,5234,3,410,205,0,5234,5235,5,331,0,0,5235, + 5236,3,1442,721,0,5236,5253,1,0,0,0,5237,5238,5,191,0,0,5238,5240, + 5,175,0,0,5239,5241,3,754,377,0,5240,5239,1,0,0,0,5240,5241,1,0, + 0,0,5241,5242,1,0,0,0,5242,5250,3,1426,713,0,5243,5245,3,14,7,0, + 5244,5243,1,0,0,0,5244,5245,1,0,0,0,5245,5246,1,0,0,0,5246,5247, + 5,2,0,0,5247,5248,3,866,433,0,5248,5249,5,3,0,0,5249,5251,1,0,0, + 0,5250,5244,1,0,0,0,5250,5251,1,0,0,0,5251,5253,1,0,0,0,5252,4873, + 1,0,0,0,5252,4882,1,0,0,0,5252,4891,1,0,0,0,5252,4900,1,0,0,0,5252, + 4910,1,0,0,0,5252,4919,1,0,0,0,5252,4929,1,0,0,0,5252,4938,1,0,0, + 0,5252,4947,1,0,0,0,5252,4956,1,0,0,0,5252,4967,1,0,0,0,5252,4978, + 1,0,0,0,5252,4989,1,0,0,0,5252,5000,1,0,0,0,5252,5010,1,0,0,0,5252, + 5020,1,0,0,0,5252,5029,1,0,0,0,5252,5040,1,0,0,0,5252,5052,1,0,0, + 0,5252,5061,1,0,0,0,5252,5070,1,0,0,0,5252,5079,1,0,0,0,5252,5090, + 1,0,0,0,5252,5101,1,0,0,0,5252,5112,1,0,0,0,5252,5121,1,0,0,0,5252, + 5130,1,0,0,0,5252,5140,1,0,0,0,5252,5153,1,0,0,0,5252,5165,1,0,0, + 0,5252,5177,1,0,0,0,5252,5184,1,0,0,0,5252,5193,1,0,0,0,5252,5202, + 1,0,0,0,5252,5208,1,0,0,0,5252,5220,1,0,0,0,5252,5226,1,0,0,0,5252, + 5237,1,0,0,0,5253,549,1,0,0,0,5254,5259,3,1416,708,0,5255,5256,5, + 6,0,0,5256,5258,3,1416,708,0,5257,5255,1,0,0,0,5258,5261,1,0,0,0, + 5259,5257,1,0,0,0,5259,5260,1,0,0,0,5260,551,1,0,0,0,5261,5259,1, + 0,0,0,5262,5264,5,63,0,0,5263,5262,1,0,0,0,5263,5264,1,0,0,0,5264, + 5265,1,0,0,0,5265,5266,5,92,0,0,5266,5287,3,1412,706,0,5267,5269, + 5,259,0,0,5268,5267,1,0,0,0,5268,5269,1,0,0,0,5269,5270,1,0,0,0, + 5270,5271,5,376,0,0,5271,5287,3,1416,708,0,5272,5273,5,226,0,0,5273, + 5287,3,564,282,0,5274,5275,5,108,0,0,5275,5287,3,564,282,0,5276, + 5277,5,168,0,0,5277,5287,3,564,282,0,5278,5279,5,342,0,0,5279,5287, + 3,564,282,0,5280,5281,5,328,0,0,5281,5287,3,564,282,0,5282,5283, + 5,355,0,0,5283,5284,5,325,0,0,5284,5285,7,39,0,0,5285,5287,3,564, + 282,0,5286,5263,1,0,0,0,5286,5268,1,0,0,0,5286,5272,1,0,0,0,5286, + 5274,1,0,0,0,5286,5276,1,0,0,0,5286,5278,1,0,0,0,5286,5280,1,0,0, + 0,5286,5282,1,0,0,0,5287,553,1,0,0,0,5288,5289,5,131,0,0,5289,5290, + 5,446,0,0,5290,5320,3,1442,721,0,5291,5292,5,198,0,0,5292,5293,5, + 357,0,0,5293,5320,3,1442,721,0,5294,5295,5,204,0,0,5295,5320,3,1442, + 721,0,5296,5297,5,63,0,0,5297,5298,5,174,0,0,5298,5299,5,381,0,0, + 5299,5320,3,1442,721,0,5300,5302,3,344,172,0,5301,5300,1,0,0,0,5301, + 5302,1,0,0,0,5302,5303,1,0,0,0,5303,5304,5,247,0,0,5304,5320,3,1442, + 721,0,5305,5306,5,452,0,0,5306,5320,3,1442,721,0,5307,5308,5,323, + 0,0,5308,5320,3,1428,714,0,5309,5310,5,331,0,0,5310,5320,3,1442, + 721,0,5311,5312,5,175,0,0,5312,5320,3,1426,713,0,5313,5314,5,318, + 0,0,5314,5320,3,1442,721,0,5315,5316,5,451,0,0,5316,5320,3,1442, + 721,0,5317,5318,5,351,0,0,5318,5320,3,1408,704,0,5319,5288,1,0,0, + 0,5319,5291,1,0,0,0,5319,5294,1,0,0,0,5319,5296,1,0,0,0,5319,5301, + 1,0,0,0,5319,5305,1,0,0,0,5319,5307,1,0,0,0,5319,5309,1,0,0,0,5319, + 5311,1,0,0,0,5319,5313,1,0,0,0,5319,5315,1,0,0,0,5319,5317,1,0,0, + 0,5320,555,1,0,0,0,5321,5322,7,40,0,0,5322,557,1,0,0,0,5323,5328, + 3,564,282,0,5324,5325,5,6,0,0,5325,5327,3,564,282,0,5326,5324,1, + 0,0,0,5327,5330,1,0,0,0,5328,5326,1,0,0,0,5328,5329,1,0,0,0,5329, + 559,1,0,0,0,5330,5328,1,0,0,0,5331,5332,3,562,281,0,5332,5333,5, + 11,0,0,5333,5334,3,1438,719,0,5334,561,1,0,0,0,5335,5337,3,1480, + 740,0,5336,5338,3,566,283,0,5337,5336,1,0,0,0,5337,5338,1,0,0,0, + 5338,563,1,0,0,0,5339,5341,3,1480,740,0,5340,5342,3,566,283,0,5341, + 5340,1,0,0,0,5341,5342,1,0,0,0,5342,565,1,0,0,0,5343,5344,5,11,0, + 0,5344,5346,3,1444,722,0,5345,5343,1,0,0,0,5346,5347,1,0,0,0,5347, + 5345,1,0,0,0,5347,5348,1,0,0,0,5348,567,1,0,0,0,5349,5354,3,1174, + 587,0,5350,5351,5,6,0,0,5351,5353,3,1174,587,0,5352,5350,1,0,0,0, + 5353,5356,1,0,0,0,5354,5352,1,0,0,0,5354,5355,1,0,0,0,5355,569,1, + 0,0,0,5356,5354,1,0,0,0,5357,5359,5,358,0,0,5358,5360,5,92,0,0,5359, + 5358,1,0,0,0,5359,5360,1,0,0,0,5360,5361,1,0,0,0,5361,5366,3,572, + 286,0,5362,5363,5,6,0,0,5363,5365,3,572,286,0,5364,5362,1,0,0,0, + 5365,5368,1,0,0,0,5366,5364,1,0,0,0,5366,5367,1,0,0,0,5367,5371, + 1,0,0,0,5368,5366,1,0,0,0,5369,5370,7,41,0,0,5370,5372,5,219,0,0, + 5371,5369,1,0,0,0,5371,5372,1,0,0,0,5372,5374,1,0,0,0,5373,5375, + 3,124,62,0,5374,5373,1,0,0,0,5374,5375,1,0,0,0,5375,571,1,0,0,0, + 5376,5378,5,81,0,0,5377,5376,1,0,0,0,5377,5378,1,0,0,0,5378,5379, + 1,0,0,0,5379,5381,3,1412,706,0,5380,5382,5,9,0,0,5381,5380,1,0,0, + 0,5381,5382,1,0,0,0,5382,573,1,0,0,0,5383,5384,5,159,0,0,5384,5385, + 5,80,0,0,5385,5386,3,552,276,0,5386,5387,5,116,0,0,5387,5388,3,576, + 288,0,5388,5549,1,0,0,0,5389,5390,5,159,0,0,5390,5391,5,80,0,0,5391, + 5392,5,44,0,0,5392,5393,3,560,280,0,5393,5394,5,116,0,0,5394,5395, + 3,576,288,0,5395,5549,1,0,0,0,5396,5397,5,159,0,0,5397,5398,5,80, + 0,0,5398,5399,3,554,277,0,5399,5400,5,116,0,0,5400,5401,3,576,288, + 0,5401,5549,1,0,0,0,5402,5403,5,159,0,0,5403,5404,5,80,0,0,5404, + 5405,5,360,0,0,5405,5406,3,1174,587,0,5406,5407,5,116,0,0,5407,5408, + 3,576,288,0,5408,5549,1,0,0,0,5409,5410,5,159,0,0,5410,5411,5,80, + 0,0,5411,5412,5,189,0,0,5412,5413,3,1174,587,0,5413,5414,5,116,0, + 0,5414,5415,3,576,288,0,5415,5549,1,0,0,0,5416,5417,5,159,0,0,5417, + 5418,5,80,0,0,5418,5419,5,136,0,0,5419,5420,3,704,352,0,5420,5421, + 5,116,0,0,5421,5422,3,576,288,0,5422,5549,1,0,0,0,5423,5424,5,159, + 0,0,5424,5425,5,80,0,0,5425,5426,5,211,0,0,5426,5427,3,680,340,0, + 5427,5428,5,116,0,0,5428,5429,3,576,288,0,5429,5549,1,0,0,0,5430, + 5431,5,159,0,0,5431,5432,5,80,0,0,5432,5433,5,278,0,0,5433,5434, + 3,742,371,0,5434,5435,5,116,0,0,5435,5436,3,576,288,0,5436,5549, + 1,0,0,0,5437,5438,5,159,0,0,5438,5439,5,80,0,0,5439,5440,5,45,0, + 0,5440,5441,3,1442,721,0,5441,5442,5,80,0,0,5442,5443,3,1412,706, + 0,5443,5444,5,116,0,0,5444,5445,3,576,288,0,5445,5549,1,0,0,0,5446, + 5447,5,159,0,0,5447,5448,5,80,0,0,5448,5449,5,45,0,0,5449,5450,3, + 1442,721,0,5450,5452,5,80,0,0,5451,5453,5,189,0,0,5452,5451,1,0, + 0,0,5452,5453,1,0,0,0,5453,5454,1,0,0,0,5454,5455,3,564,282,0,5455, + 5456,5,116,0,0,5456,5457,3,576,288,0,5457,5549,1,0,0,0,5458,5459, + 5,159,0,0,5459,5460,5,80,0,0,5460,5461,5,445,0,0,5461,5462,3,1442, + 721,0,5462,5463,5,80,0,0,5463,5464,3,564,282,0,5464,5465,5,116,0, + 0,5465,5466,3,576,288,0,5466,5549,1,0,0,0,5467,5468,5,159,0,0,5468, + 5469,5,80,0,0,5469,5470,5,321,0,0,5470,5471,3,1442,721,0,5471,5472, + 5,80,0,0,5472,5473,3,564,282,0,5473,5474,5,116,0,0,5474,5475,3,576, + 288,0,5475,5549,1,0,0,0,5476,5477,5,159,0,0,5477,5478,5,80,0,0,5478, + 5479,5,357,0,0,5479,5480,3,1442,721,0,5480,5481,5,80,0,0,5481,5482, + 3,564,282,0,5482,5483,5,116,0,0,5483,5484,3,576,288,0,5484,5549, + 1,0,0,0,5485,5486,5,159,0,0,5486,5487,5,80,0,0,5487,5488,5,296,0, + 0,5488,5489,3,676,338,0,5489,5490,5,116,0,0,5490,5491,3,576,288, + 0,5491,5549,1,0,0,0,5492,5493,5,159,0,0,5493,5494,5,80,0,0,5494, + 5495,5,442,0,0,5495,5496,3,672,336,0,5496,5497,5,116,0,0,5497,5498, + 3,576,288,0,5498,5549,1,0,0,0,5499,5500,5,159,0,0,5500,5501,5,80, + 0,0,5501,5502,5,443,0,0,5502,5503,5,62,0,0,5503,5504,3,1174,587, + 0,5504,5505,5,247,0,0,5505,5506,3,1442,721,0,5506,5507,5,116,0,0, + 5507,5508,3,576,288,0,5508,5549,1,0,0,0,5509,5510,5,159,0,0,5510, + 5511,5,80,0,0,5511,5512,5,278,0,0,5512,5513,5,156,0,0,5513,5514, + 3,564,282,0,5514,5515,5,100,0,0,5515,5516,3,1442,721,0,5516,5517, + 5,116,0,0,5517,5518,3,576,288,0,5518,5549,1,0,0,0,5519,5520,5,159, + 0,0,5520,5521,5,80,0,0,5521,5522,5,278,0,0,5522,5523,5,206,0,0,5523, + 5524,3,564,282,0,5524,5525,5,100,0,0,5525,5526,3,1442,721,0,5526, + 5527,5,116,0,0,5527,5528,3,576,288,0,5528,5549,1,0,0,0,5529,5530, + 5,159,0,0,5530,5531,5,80,0,0,5531,5532,5,248,0,0,5532,5533,5,274, + 0,0,5533,5534,3,328,164,0,5534,5535,5,116,0,0,5535,5536,3,576,288, + 0,5536,5549,1,0,0,0,5537,5538,5,159,0,0,5538,5539,5,80,0,0,5539, + 5540,5,41,0,0,5540,5541,5,2,0,0,5541,5542,3,1174,587,0,5542,5543, + 5,36,0,0,5543,5544,3,1174,587,0,5544,5545,5,3,0,0,5545,5546,5,116, + 0,0,5546,5547,3,576,288,0,5547,5549,1,0,0,0,5548,5383,1,0,0,0,5548, + 5389,1,0,0,0,5548,5396,1,0,0,0,5548,5402,1,0,0,0,5548,5409,1,0,0, + 0,5548,5416,1,0,0,0,5548,5423,1,0,0,0,5548,5430,1,0,0,0,5548,5437, + 1,0,0,0,5548,5446,1,0,0,0,5548,5458,1,0,0,0,5548,5467,1,0,0,0,5548, + 5476,1,0,0,0,5548,5485,1,0,0,0,5548,5492,1,0,0,0,5548,5499,1,0,0, + 0,5548,5509,1,0,0,0,5548,5519,1,0,0,0,5548,5529,1,0,0,0,5548,5537, + 1,0,0,0,5549,575,1,0,0,0,5550,5553,3,1464,732,0,5551,5553,5,78,0, + 0,5552,5550,1,0,0,0,5552,5551,1,0,0,0,5553,577,1,0,0,0,5554,5555, + 5,327,0,0,5555,5557,5,246,0,0,5556,5558,3,580,290,0,5557,5556,1, + 0,0,0,5557,5558,1,0,0,0,5558,5559,1,0,0,0,5559,5560,5,80,0,0,5560, + 5561,5,44,0,0,5561,5562,3,1438,719,0,5562,5563,5,116,0,0,5563,5564, + 3,582,291,0,5564,5664,1,0,0,0,5565,5566,5,327,0,0,5566,5568,5,246, + 0,0,5567,5569,3,580,290,0,5568,5567,1,0,0,0,5568,5569,1,0,0,0,5569, + 5570,1,0,0,0,5570,5571,5,80,0,0,5571,5572,5,360,0,0,5572,5573,3, + 1174,587,0,5573,5574,5,116,0,0,5574,5575,3,582,291,0,5575,5664,1, + 0,0,0,5576,5577,5,327,0,0,5577,5579,5,246,0,0,5578,5580,3,580,290, + 0,5579,5578,1,0,0,0,5579,5580,1,0,0,0,5580,5581,1,0,0,0,5581,5582, + 5,80,0,0,5582,5583,5,189,0,0,5583,5584,3,1174,587,0,5584,5585,5, + 116,0,0,5585,5586,3,582,291,0,5586,5664,1,0,0,0,5587,5588,5,327, + 0,0,5588,5590,5,246,0,0,5589,5591,3,580,290,0,5590,5589,1,0,0,0, + 5590,5591,1,0,0,0,5591,5592,1,0,0,0,5592,5593,5,80,0,0,5593,5594, + 5,136,0,0,5594,5595,3,704,352,0,5595,5596,5,116,0,0,5596,5597,3, + 582,291,0,5597,5664,1,0,0,0,5598,5599,5,327,0,0,5599,5601,5,246, + 0,0,5600,5602,3,580,290,0,5601,5600,1,0,0,0,5601,5602,1,0,0,0,5602, + 5603,1,0,0,0,5603,5604,5,80,0,0,5604,5605,5,211,0,0,5605,5606,3, + 680,340,0,5606,5607,5,116,0,0,5607,5608,3,582,291,0,5608,5664,1, + 0,0,0,5609,5610,5,327,0,0,5610,5612,5,246,0,0,5611,5613,3,580,290, + 0,5612,5611,1,0,0,0,5612,5613,1,0,0,0,5613,5614,1,0,0,0,5614,5615, + 5,80,0,0,5615,5616,5,248,0,0,5616,5617,5,274,0,0,5617,5618,3,328, + 164,0,5618,5619,5,116,0,0,5619,5620,3,582,291,0,5620,5664,1,0,0, + 0,5621,5622,5,327,0,0,5622,5624,5,246,0,0,5623,5625,3,580,290,0, + 5624,5623,1,0,0,0,5624,5625,1,0,0,0,5625,5626,1,0,0,0,5626,5627, + 5,80,0,0,5627,5628,5,296,0,0,5628,5629,3,676,338,0,5629,5630,5,116, + 0,0,5630,5631,3,582,291,0,5631,5664,1,0,0,0,5632,5633,5,327,0,0, + 5633,5635,5,246,0,0,5634,5636,3,580,290,0,5635,5634,1,0,0,0,5635, + 5636,1,0,0,0,5636,5637,1,0,0,0,5637,5638,5,80,0,0,5638,5639,5,442, + 0,0,5639,5640,3,672,336,0,5640,5641,5,116,0,0,5641,5642,3,582,291, + 0,5642,5664,1,0,0,0,5643,5644,5,327,0,0,5644,5646,5,246,0,0,5645, + 5647,3,580,290,0,5646,5645,1,0,0,0,5646,5647,1,0,0,0,5647,5648,1, + 0,0,0,5648,5649,5,80,0,0,5649,5650,3,552,276,0,5650,5651,5,116,0, + 0,5651,5652,3,582,291,0,5652,5664,1,0,0,0,5653,5654,5,327,0,0,5654, + 5656,5,246,0,0,5655,5657,3,580,290,0,5656,5655,1,0,0,0,5656,5657, + 1,0,0,0,5657,5658,1,0,0,0,5658,5659,5,80,0,0,5659,5660,3,554,277, + 0,5660,5661,5,116,0,0,5661,5662,3,582,291,0,5662,5664,1,0,0,0,5663, + 5554,1,0,0,0,5663,5565,1,0,0,0,5663,5576,1,0,0,0,5663,5587,1,0,0, + 0,5663,5598,1,0,0,0,5663,5609,1,0,0,0,5663,5621,1,0,0,0,5663,5632, + 1,0,0,0,5663,5643,1,0,0,0,5663,5653,1,0,0,0,5664,579,1,0,0,0,5665, + 5666,5,62,0,0,5666,5667,3,80,40,0,5667,581,1,0,0,0,5668,5671,3,1464, + 732,0,5669,5671,5,78,0,0,5670,5668,1,0,0,0,5670,5669,1,0,0,0,5671, + 583,1,0,0,0,5672,5673,5,61,0,0,5673,5677,3,586,293,0,5674,5675,5, + 265,0,0,5675,5677,3,586,293,0,5676,5672,1,0,0,0,5676,5674,1,0,0, + 0,5677,585,1,0,0,0,5678,5764,3,1000,500,0,5679,5680,3,588,294,0, + 5680,5681,3,1000,500,0,5681,5764,1,0,0,0,5682,5684,5,268,0,0,5683, + 5685,3,590,295,0,5684,5683,1,0,0,0,5684,5685,1,0,0,0,5685,5686,1, + 0,0,0,5686,5764,3,1000,500,0,5687,5689,5,293,0,0,5688,5690,3,590, + 295,0,5689,5688,1,0,0,0,5689,5690,1,0,0,0,5690,5691,1,0,0,0,5691, + 5764,3,1000,500,0,5692,5694,5,207,0,0,5693,5695,3,590,295,0,5694, + 5693,1,0,0,0,5694,5695,1,0,0,0,5695,5696,1,0,0,0,5696,5764,3,1000, + 500,0,5697,5699,5,249,0,0,5698,5700,3,590,295,0,5699,5698,1,0,0, + 0,5699,5700,1,0,0,0,5700,5701,1,0,0,0,5701,5764,3,1000,500,0,5702, + 5703,5,130,0,0,5703,5705,3,1470,735,0,5704,5706,3,590,295,0,5705, + 5704,1,0,0,0,5705,5706,1,0,0,0,5706,5707,1,0,0,0,5707,5708,3,1000, + 500,0,5708,5764,1,0,0,0,5709,5710,5,307,0,0,5710,5712,3,1470,735, + 0,5711,5713,3,590,295,0,5712,5711,1,0,0,0,5712,5713,1,0,0,0,5713, + 5714,1,0,0,0,5714,5715,3,1000,500,0,5715,5764,1,0,0,0,5716,5718, + 3,1470,735,0,5717,5719,3,590,295,0,5718,5717,1,0,0,0,5718,5719,1, + 0,0,0,5719,5720,1,0,0,0,5720,5721,3,1000,500,0,5721,5764,1,0,0,0, + 5722,5724,5,30,0,0,5723,5725,3,590,295,0,5724,5723,1,0,0,0,5724, + 5725,1,0,0,0,5725,5726,1,0,0,0,5726,5764,3,1000,500,0,5727,5729, + 5,210,0,0,5728,5730,3,590,295,0,5729,5728,1,0,0,0,5729,5730,1,0, + 0,0,5730,5731,1,0,0,0,5731,5764,3,1000,500,0,5732,5733,5,210,0,0, + 5733,5735,3,1470,735,0,5734,5736,3,590,295,0,5735,5734,1,0,0,0,5735, + 5736,1,0,0,0,5736,5737,1,0,0,0,5737,5738,3,1000,500,0,5738,5764, + 1,0,0,0,5739,5740,5,210,0,0,5740,5742,5,30,0,0,5741,5743,3,590,295, + 0,5742,5741,1,0,0,0,5742,5743,1,0,0,0,5743,5744,1,0,0,0,5744,5764, + 3,1000,500,0,5745,5747,5,144,0,0,5746,5748,3,590,295,0,5747,5746, + 1,0,0,0,5747,5748,1,0,0,0,5748,5749,1,0,0,0,5749,5764,3,1000,500, + 0,5750,5751,5,144,0,0,5751,5753,3,1470,735,0,5752,5754,3,590,295, + 0,5753,5752,1,0,0,0,5753,5754,1,0,0,0,5754,5755,1,0,0,0,5755,5756, + 3,1000,500,0,5756,5764,1,0,0,0,5757,5758,5,144,0,0,5758,5760,5,30, + 0,0,5759,5761,3,590,295,0,5760,5759,1,0,0,0,5760,5761,1,0,0,0,5761, + 5762,1,0,0,0,5762,5764,3,1000,500,0,5763,5678,1,0,0,0,5763,5679, + 1,0,0,0,5763,5682,1,0,0,0,5763,5687,1,0,0,0,5763,5692,1,0,0,0,5763, + 5697,1,0,0,0,5763,5702,1,0,0,0,5763,5709,1,0,0,0,5763,5716,1,0,0, + 0,5763,5722,1,0,0,0,5763,5727,1,0,0,0,5763,5732,1,0,0,0,5763,5739, + 1,0,0,0,5763,5745,1,0,0,0,5763,5750,1,0,0,0,5763,5757,1,0,0,0,5764, + 587,1,0,0,0,5765,5766,7,42,0,0,5766,589,1,0,0,0,5767,5768,3,588, + 294,0,5768,591,1,0,0,0,5769,5770,5,65,0,0,5770,5771,3,596,298,0, + 5771,5772,5,80,0,0,5772,5773,3,606,303,0,5773,5774,5,94,0,0,5774, + 5776,3,608,304,0,5775,5777,3,612,306,0,5776,5775,1,0,0,0,5776,5777, + 1,0,0,0,5777,593,1,0,0,0,5778,5779,5,317,0,0,5779,5780,3,596,298, + 0,5780,5781,5,80,0,0,5781,5782,3,606,303,0,5782,5783,5,64,0,0,5783, + 5785,3,608,304,0,5784,5786,3,124,62,0,5785,5784,1,0,0,0,5785,5786, + 1,0,0,0,5786,5800,1,0,0,0,5787,5788,5,317,0,0,5788,5789,5,65,0,0, + 5789,5790,5,279,0,0,5790,5791,5,62,0,0,5791,5792,3,596,298,0,5792, + 5793,5,80,0,0,5793,5794,3,606,303,0,5794,5795,5,64,0,0,5795,5797, + 3,608,304,0,5796,5798,3,124,62,0,5797,5796,1,0,0,0,5797,5798,1,0, + 0,0,5798,5800,1,0,0,0,5799,5778,1,0,0,0,5799,5787,1,0,0,0,5800,595, + 1,0,0,0,5801,5818,3,602,301,0,5802,5818,5,30,0,0,5803,5804,5,30, + 0,0,5804,5818,5,294,0,0,5805,5806,5,30,0,0,5806,5807,5,2,0,0,5807, + 5808,3,250,125,0,5808,5809,5,3,0,0,5809,5818,1,0,0,0,5810,5811,5, + 30,0,0,5811,5812,5,294,0,0,5812,5813,5,2,0,0,5813,5814,3,250,125, + 0,5814,5815,5,3,0,0,5815,5818,1,0,0,0,5816,5818,3,598,299,0,5817, + 5801,1,0,0,0,5817,5802,1,0,0,0,5817,5803,1,0,0,0,5817,5805,1,0,0, + 0,5817,5810,1,0,0,0,5817,5816,1,0,0,0,5818,597,1,0,0,0,5819,5824, + 3,600,300,0,5820,5821,5,6,0,0,5821,5823,3,600,300,0,5822,5820,1, + 0,0,0,5823,5826,1,0,0,0,5824,5822,1,0,0,0,5824,5825,1,0,0,0,5825, + 599,1,0,0,0,5826,5824,1,0,0,0,5827,5828,7,43,0,0,5828,601,1,0,0, + 0,5829,5834,3,604,302,0,5830,5831,5,6,0,0,5831,5833,3,604,302,0, + 5832,5830,1,0,0,0,5833,5836,1,0,0,0,5834,5832,1,0,0,0,5834,5835, + 1,0,0,0,5835,603,1,0,0,0,5836,5834,1,0,0,0,5837,5839,5,88,0,0,5838, + 5840,3,246,123,0,5839,5838,1,0,0,0,5839,5840,1,0,0,0,5840,5854,1, + 0,0,0,5841,5843,5,86,0,0,5842,5844,3,246,123,0,5843,5842,1,0,0,0, + 5843,5844,1,0,0,0,5844,5854,1,0,0,0,5845,5847,5,46,0,0,5846,5848, + 3,246,123,0,5847,5846,1,0,0,0,5847,5848,1,0,0,0,5848,5854,1,0,0, + 0,5849,5851,3,1480,740,0,5850,5852,3,246,123,0,5851,5850,1,0,0,0, + 5851,5852,1,0,0,0,5852,5854,1,0,0,0,5853,5837,1,0,0,0,5853,5841, + 1,0,0,0,5853,5845,1,0,0,0,5853,5849,1,0,0,0,5854,605,1,0,0,0,5855, + 5914,3,1396,698,0,5856,5857,5,92,0,0,5857,5914,3,1398,699,0,5858, + 5859,5,328,0,0,5859,5914,3,1396,698,0,5860,5861,5,63,0,0,5861,5862, + 5,174,0,0,5862,5863,5,381,0,0,5863,5914,3,1422,711,0,5864,5865,5, + 63,0,0,5865,5866,5,331,0,0,5866,5914,3,1422,711,0,5867,5868,5,211, + 0,0,5868,5914,3,678,339,0,5869,5870,5,296,0,0,5870,5914,3,674,337, + 0,5871,5872,5,442,0,0,5872,5914,3,670,335,0,5873,5874,5,175,0,0, + 5874,5914,3,1402,701,0,5875,5876,5,189,0,0,5876,5914,3,558,279,0, + 5877,5878,5,247,0,0,5878,5914,3,1422,711,0,5879,5880,5,248,0,0,5880, + 5881,5,274,0,0,5881,5914,3,330,165,0,5882,5883,5,323,0,0,5883,5914, + 3,1400,700,0,5884,5885,5,351,0,0,5885,5914,3,1420,710,0,5886,5887, + 5,360,0,0,5887,5914,3,558,279,0,5888,5889,5,30,0,0,5889,5890,5,350, + 0,0,5890,5891,5,68,0,0,5891,5892,5,323,0,0,5892,5914,3,1400,700, + 0,5893,5894,5,30,0,0,5894,5895,5,329,0,0,5895,5896,5,68,0,0,5896, + 5897,5,323,0,0,5897,5914,3,1400,700,0,5898,5899,5,30,0,0,5899,5900, + 5,212,0,0,5900,5901,5,68,0,0,5901,5902,5,323,0,0,5902,5914,3,1400, + 700,0,5903,5904,5,30,0,0,5904,5905,5,457,0,0,5905,5906,5,68,0,0, + 5906,5907,5,323,0,0,5907,5914,3,1400,700,0,5908,5909,5,30,0,0,5909, + 5910,5,455,0,0,5910,5911,5,68,0,0,5911,5912,5,323,0,0,5912,5914, + 3,1400,700,0,5913,5855,1,0,0,0,5913,5856,1,0,0,0,5913,5858,1,0,0, + 0,5913,5860,1,0,0,0,5913,5864,1,0,0,0,5913,5867,1,0,0,0,5913,5869, + 1,0,0,0,5913,5871,1,0,0,0,5913,5873,1,0,0,0,5913,5875,1,0,0,0,5913, + 5877,1,0,0,0,5913,5879,1,0,0,0,5913,5882,1,0,0,0,5913,5884,1,0,0, + 0,5913,5886,1,0,0,0,5913,5888,1,0,0,0,5913,5893,1,0,0,0,5913,5898, + 1,0,0,0,5913,5903,1,0,0,0,5913,5908,1,0,0,0,5914,607,1,0,0,0,5915, + 5920,3,610,305,0,5916,5917,5,6,0,0,5917,5919,3,610,305,0,5918,5916, + 1,0,0,0,5919,5922,1,0,0,0,5920,5918,1,0,0,0,5920,5921,1,0,0,0,5921, + 609,1,0,0,0,5922,5920,1,0,0,0,5923,5927,3,1476,738,0,5924,5925,5, + 66,0,0,5925,5927,3,1476,738,0,5926,5923,1,0,0,0,5926,5924,1,0,0, + 0,5927,611,1,0,0,0,5928,5929,5,105,0,0,5929,5930,5,65,0,0,5930,5931, + 5,279,0,0,5931,613,1,0,0,0,5932,5933,5,65,0,0,5933,5934,3,602,301, + 0,5934,5935,5,94,0,0,5935,5937,3,1478,739,0,5936,5938,3,618,309, + 0,5937,5936,1,0,0,0,5937,5938,1,0,0,0,5938,5940,1,0,0,0,5939,5941, + 3,620,310,0,5940,5939,1,0,0,0,5940,5941,1,0,0,0,5941,615,1,0,0,0, + 5942,5943,5,317,0,0,5943,5944,3,602,301,0,5944,5945,5,64,0,0,5945, + 5947,3,1478,739,0,5946,5948,3,620,310,0,5947,5946,1,0,0,0,5947,5948, + 1,0,0,0,5948,5950,1,0,0,0,5949,5951,3,124,62,0,5950,5949,1,0,0,0, + 5950,5951,1,0,0,0,5951,5966,1,0,0,0,5952,5953,5,317,0,0,5953,5954, + 5,134,0,0,5954,5955,5,279,0,0,5955,5956,5,62,0,0,5956,5957,3,602, + 301,0,5957,5958,5,64,0,0,5958,5960,3,1478,739,0,5959,5961,3,620, + 310,0,5960,5959,1,0,0,0,5960,5961,1,0,0,0,5961,5963,1,0,0,0,5962, + 5964,3,124,62,0,5963,5962,1,0,0,0,5963,5964,1,0,0,0,5964,5966,1, + 0,0,0,5965,5942,1,0,0,0,5965,5952,1,0,0,0,5966,617,1,0,0,0,5967, + 5968,5,105,0,0,5968,5969,5,134,0,0,5969,5970,5,279,0,0,5970,619, + 1,0,0,0,5971,5972,5,214,0,0,5972,5973,5,147,0,0,5973,5974,3,1476, + 738,0,5974,621,1,0,0,0,5975,5976,5,138,0,0,5976,5977,5,53,0,0,5977, + 5978,5,294,0,0,5978,5979,3,624,312,0,5979,5980,3,628,314,0,5980, + 623,1,0,0,0,5981,5983,3,626,313,0,5982,5981,1,0,0,0,5983,5986,1, + 0,0,0,5984,5982,1,0,0,0,5984,5985,1,0,0,0,5985,625,1,0,0,0,5986, + 5984,1,0,0,0,5987,5988,5,68,0,0,5988,5989,5,323,0,0,5989,5997,3, + 1400,700,0,5990,5991,5,62,0,0,5991,5992,5,318,0,0,5992,5997,3,1478, + 739,0,5993,5994,5,62,0,0,5994,5995,5,99,0,0,5995,5997,3,1478,739, + 0,5996,5987,1,0,0,0,5996,5990,1,0,0,0,5996,5993,1,0,0,0,5997,627, + 1,0,0,0,5998,5999,5,65,0,0,5999,6000,3,596,298,0,6000,6001,5,80, + 0,0,6001,6002,3,630,315,0,6002,6003,5,94,0,0,6003,6005,3,608,304, + 0,6004,6006,3,612,306,0,6005,6004,1,0,0,0,6005,6006,1,0,0,0,6006, + 6029,1,0,0,0,6007,6008,5,317,0,0,6008,6009,3,596,298,0,6009,6010, + 5,80,0,0,6010,6011,3,630,315,0,6011,6012,5,64,0,0,6012,6014,3,608, + 304,0,6013,6015,3,124,62,0,6014,6013,1,0,0,0,6014,6015,1,0,0,0,6015, + 6029,1,0,0,0,6016,6017,5,317,0,0,6017,6018,5,65,0,0,6018,6019,5, + 279,0,0,6019,6020,5,62,0,0,6020,6021,3,596,298,0,6021,6022,5,80, + 0,0,6022,6023,3,630,315,0,6023,6024,5,64,0,0,6024,6026,3,608,304, + 0,6025,6027,3,124,62,0,6026,6025,1,0,0,0,6026,6027,1,0,0,0,6027, + 6029,1,0,0,0,6028,5998,1,0,0,0,6028,6007,1,0,0,0,6028,6016,1,0,0, + 0,6029,629,1,0,0,0,6030,6031,7,44,0,0,6031,631,1,0,0,0,6032,6034, + 5,46,0,0,6033,6035,3,634,317,0,6034,6033,1,0,0,0,6034,6035,1,0,0, + 0,6035,6036,1,0,0,0,6036,6038,5,226,0,0,6037,6039,3,636,318,0,6038, + 6037,1,0,0,0,6038,6039,1,0,0,0,6039,6041,1,0,0,0,6040,6042,3,522, + 261,0,6041,6040,1,0,0,0,6041,6042,1,0,0,0,6042,6044,1,0,0,0,6043, + 6045,3,638,319,0,6044,6043,1,0,0,0,6044,6045,1,0,0,0,6045,6046,1, + 0,0,0,6046,6047,5,80,0,0,6047,6049,3,1124,562,0,6048,6050,3,640, + 320,0,6049,6048,1,0,0,0,6049,6050,1,0,0,0,6050,6051,1,0,0,0,6051, + 6052,5,2,0,0,6052,6053,3,642,321,0,6053,6055,5,3,0,0,6054,6056,3, + 648,324,0,6055,6054,1,0,0,0,6055,6056,1,0,0,0,6056,6058,1,0,0,0, + 6057,6059,3,226,113,0,6058,6057,1,0,0,0,6058,6059,1,0,0,0,6059,6061, + 1,0,0,0,6060,6062,3,134,67,0,6061,6060,1,0,0,0,6061,6062,1,0,0,0, + 6062,6064,1,0,0,0,6063,6065,3,288,144,0,6064,6063,1,0,0,0,6064,6065, + 1,0,0,0,6065,6067,1,0,0,0,6066,6068,3,1150,575,0,6067,6066,1,0,0, + 0,6067,6068,1,0,0,0,6068,633,1,0,0,0,6069,6070,5,98,0,0,6070,635, + 1,0,0,0,6071,6072,5,109,0,0,6072,637,1,0,0,0,6073,6074,3,1442,721, + 0,6074,639,1,0,0,0,6075,6076,5,100,0,0,6076,6077,3,1442,721,0,6077, + 641,1,0,0,0,6078,6083,3,646,323,0,6079,6080,5,6,0,0,6080,6082,3, + 646,323,0,6081,6079,1,0,0,0,6082,6085,1,0,0,0,6083,6081,1,0,0,0, + 6083,6084,1,0,0,0,6084,643,1,0,0,0,6085,6083,1,0,0,0,6086,6088,3, + 652,326,0,6087,6086,1,0,0,0,6087,6088,1,0,0,0,6088,6090,1,0,0,0, + 6089,6091,3,654,327,0,6090,6089,1,0,0,0,6090,6091,1,0,0,0,6091,6093, + 1,0,0,0,6092,6094,3,656,328,0,6093,6092,1,0,0,0,6093,6094,1,0,0, + 0,6094,6096,1,0,0,0,6095,6097,3,658,329,0,6096,6095,1,0,0,0,6096, + 6097,1,0,0,0,6097,6110,1,0,0,0,6098,6100,3,652,326,0,6099,6098,1, + 0,0,0,6099,6100,1,0,0,0,6100,6101,1,0,0,0,6101,6102,3,564,282,0, + 6102,6104,3,132,66,0,6103,6105,3,656,328,0,6104,6103,1,0,0,0,6104, + 6105,1,0,0,0,6105,6107,1,0,0,0,6106,6108,3,658,329,0,6107,6106,1, + 0,0,0,6107,6108,1,0,0,0,6108,6110,1,0,0,0,6109,6087,1,0,0,0,6109, + 6099,1,0,0,0,6110,645,1,0,0,0,6111,6112,3,1438,719,0,6112,6113,3, + 644,322,0,6113,6123,1,0,0,0,6114,6115,3,1268,634,0,6115,6116,3,644, + 322,0,6116,6123,1,0,0,0,6117,6118,5,2,0,0,6118,6119,3,1218,609,0, + 6119,6120,5,3,0,0,6120,6121,3,644,322,0,6121,6123,1,0,0,0,6122,6111, + 1,0,0,0,6122,6114,1,0,0,0,6122,6117,1,0,0,0,6123,647,1,0,0,0,6124, + 6125,5,441,0,0,6125,6126,5,2,0,0,6126,6127,3,650,325,0,6127,6128, + 5,3,0,0,6128,649,1,0,0,0,6129,6134,3,646,323,0,6130,6131,5,6,0,0, + 6131,6133,3,646,323,0,6132,6130,1,0,0,0,6133,6136,1,0,0,0,6134,6132, + 1,0,0,0,6134,6135,1,0,0,0,6135,651,1,0,0,0,6136,6134,1,0,0,0,6137, + 6138,5,43,0,0,6138,6139,3,564,282,0,6139,653,1,0,0,0,6140,6141,3, + 564,282,0,6141,655,1,0,0,0,6142,6143,7,45,0,0,6143,657,1,0,0,0,6144, + 6145,5,273,0,0,6145,6149,5,207,0,0,6146,6147,5,273,0,0,6147,6149, + 5,249,0,0,6148,6144,1,0,0,0,6148,6146,1,0,0,0,6149,659,1,0,0,0,6150, + 6152,5,46,0,0,6151,6153,3,664,332,0,6152,6151,1,0,0,0,6152,6153, + 1,0,0,0,6153,6158,1,0,0,0,6154,6155,5,211,0,0,6155,6159,3,1448,724, + 0,6156,6157,5,296,0,0,6157,6159,3,1436,718,0,6158,6154,1,0,0,0,6158, + 6156,1,0,0,0,6159,6160,1,0,0,0,6160,6170,3,682,341,0,6161,6168,5, + 316,0,0,6162,6169,3,692,346,0,6163,6164,5,92,0,0,6164,6165,5,2,0, + 0,6165,6166,3,720,360,0,6166,6167,5,3,0,0,6167,6169,1,0,0,0,6168, + 6162,1,0,0,0,6168,6163,1,0,0,0,6169,6171,1,0,0,0,6170,6161,1,0,0, + 0,6170,6171,1,0,0,0,6171,6172,1,0,0,0,6172,6175,3,708,354,0,6173, + 6174,5,105,0,0,6174,6176,3,662,331,0,6175,6173,1,0,0,0,6175,6176, + 1,0,0,0,6176,661,1,0,0,0,6177,6178,5,2,0,0,6178,6183,3,1480,740, + 0,6179,6180,5,6,0,0,6180,6182,3,1480,740,0,6181,6179,1,0,0,0,6182, + 6185,1,0,0,0,6183,6181,1,0,0,0,6183,6184,1,0,0,0,6184,6186,1,0,0, + 0,6185,6183,1,0,0,0,6186,6187,5,3,0,0,6187,663,1,0,0,0,6188,6189, + 5,82,0,0,6189,6190,5,311,0,0,6190,665,1,0,0,0,6191,6193,5,2,0,0, + 6192,6194,3,668,334,0,6193,6192,1,0,0,0,6193,6194,1,0,0,0,6194,6195, + 1,0,0,0,6195,6196,5,3,0,0,6196,667,1,0,0,0,6197,6202,3,686,343,0, + 6198,6199,5,6,0,0,6199,6201,3,686,343,0,6200,6198,1,0,0,0,6201,6204, + 1,0,0,0,6202,6200,1,0,0,0,6202,6203,1,0,0,0,6203,669,1,0,0,0,6204, + 6202,1,0,0,0,6205,6210,3,672,336,0,6206,6207,5,6,0,0,6207,6209,3, + 672,336,0,6208,6206,1,0,0,0,6209,6212,1,0,0,0,6210,6208,1,0,0,0, + 6210,6211,1,0,0,0,6211,671,1,0,0,0,6212,6210,1,0,0,0,6213,6214,3, + 1432,716,0,6214,6215,3,666,333,0,6215,6222,1,0,0,0,6216,6222,3,1506, + 753,0,6217,6219,3,1480,740,0,6218,6220,3,1386,693,0,6219,6218,1, + 0,0,0,6219,6220,1,0,0,0,6220,6222,1,0,0,0,6221,6213,1,0,0,0,6221, + 6216,1,0,0,0,6221,6217,1,0,0,0,6222,673,1,0,0,0,6223,6228,3,676, + 338,0,6224,6225,5,6,0,0,6225,6227,3,676,338,0,6226,6224,1,0,0,0, + 6227,6230,1,0,0,0,6228,6226,1,0,0,0,6228,6229,1,0,0,0,6229,675,1, + 0,0,0,6230,6228,1,0,0,0,6231,6232,3,1434,717,0,6232,6233,3,666,333, + 0,6233,6240,1,0,0,0,6234,6240,3,1506,753,0,6235,6237,3,1480,740, + 0,6236,6238,3,1386,693,0,6237,6236,1,0,0,0,6237,6238,1,0,0,0,6238, + 6240,1,0,0,0,6239,6231,1,0,0,0,6239,6234,1,0,0,0,6239,6235,1,0,0, + 0,6240,677,1,0,0,0,6241,6246,3,680,340,0,6242,6243,5,6,0,0,6243, + 6245,3,680,340,0,6244,6242,1,0,0,0,6245,6248,1,0,0,0,6246,6244,1, + 0,0,0,6246,6247,1,0,0,0,6247,679,1,0,0,0,6248,6246,1,0,0,0,6249, + 6250,3,1450,725,0,6250,6251,3,666,333,0,6251,6258,1,0,0,0,6252,6258, + 3,1506,753,0,6253,6255,3,1480,740,0,6254,6256,3,1386,693,0,6255, + 6254,1,0,0,0,6255,6256,1,0,0,0,6256,6258,1,0,0,0,6257,6249,1,0,0, + 0,6257,6252,1,0,0,0,6257,6253,1,0,0,0,6258,681,1,0,0,0,6259,6261, + 5,2,0,0,6260,6262,3,684,342,0,6261,6260,1,0,0,0,6261,6262,1,0,0, + 0,6262,6263,1,0,0,0,6263,6264,5,3,0,0,6264,683,1,0,0,0,6265,6270, + 3,696,348,0,6266,6267,5,6,0,0,6267,6269,3,696,348,0,6268,6266,1, + 0,0,0,6269,6272,1,0,0,0,6270,6268,1,0,0,0,6270,6271,1,0,0,0,6271, + 685,1,0,0,0,6272,6270,1,0,0,0,6273,6275,3,688,344,0,6274,6276,3, + 690,345,0,6275,6274,1,0,0,0,6275,6276,1,0,0,0,6276,6277,1,0,0,0, + 6277,6278,3,694,347,0,6278,6287,1,0,0,0,6279,6281,3,690,345,0,6280, + 6282,3,688,344,0,6281,6280,1,0,0,0,6281,6282,1,0,0,0,6282,6283,1, + 0,0,0,6283,6284,3,694,347,0,6284,6287,1,0,0,0,6285,6287,3,694,347, + 0,6286,6273,1,0,0,0,6286,6279,1,0,0,0,6286,6285,1,0,0,0,6287,687, + 1,0,0,0,6288,6290,5,68,0,0,6289,6291,5,453,0,0,6290,6289,1,0,0,0, + 6290,6291,1,0,0,0,6291,6296,1,0,0,0,6292,6296,5,453,0,0,6293,6296, + 5,400,0,0,6294,6296,5,101,0,0,6295,6288,1,0,0,0,6295,6292,1,0,0, + 0,6295,6293,1,0,0,0,6295,6294,1,0,0,0,6296,689,1,0,0,0,6297,6298, + 3,1488,744,0,6298,691,1,0,0,0,6299,6300,3,694,347,0,6300,693,1,0, + 0,0,6301,6314,3,1174,587,0,6302,6303,3,1488,744,0,6303,6304,3,566, + 283,0,6304,6305,5,27,0,0,6305,6306,5,360,0,0,6306,6314,1,0,0,0,6307, + 6308,5,415,0,0,6308,6309,3,1488,744,0,6309,6310,3,566,283,0,6310, + 6311,5,27,0,0,6311,6312,5,360,0,0,6312,6314,1,0,0,0,6313,6301,1, + 0,0,0,6313,6302,1,0,0,0,6313,6307,1,0,0,0,6314,695,1,0,0,0,6315, + 6318,3,686,343,0,6316,6317,7,46,0,0,6317,6319,3,1218,609,0,6318, + 6316,1,0,0,0,6318,6319,1,0,0,0,6319,697,1,0,0,0,6320,6321,3,686, + 343,0,6321,699,1,0,0,0,6322,6333,5,2,0,0,6323,6334,5,9,0,0,6324, + 6334,3,702,351,0,6325,6326,5,83,0,0,6326,6327,5,147,0,0,6327,6334, + 3,702,351,0,6328,6329,3,702,351,0,6329,6330,5,83,0,0,6330,6331,5, + 147,0,0,6331,6332,3,702,351,0,6332,6334,1,0,0,0,6333,6323,1,0,0, + 0,6333,6324,1,0,0,0,6333,6325,1,0,0,0,6333,6328,1,0,0,0,6334,6335, + 1,0,0,0,6335,6336,5,3,0,0,6336,701,1,0,0,0,6337,6342,3,698,349,0, + 6338,6339,5,6,0,0,6339,6341,3,698,349,0,6340,6338,1,0,0,0,6341,6344, + 1,0,0,0,6342,6340,1,0,0,0,6342,6343,1,0,0,0,6343,703,1,0,0,0,6344, + 6342,1,0,0,0,6345,6346,3,1450,725,0,6346,6347,3,700,350,0,6347,705, + 1,0,0,0,6348,6353,3,704,352,0,6349,6350,5,6,0,0,6350,6352,3,704, + 352,0,6351,6349,1,0,0,0,6352,6355,1,0,0,0,6353,6351,1,0,0,0,6353, + 6354,1,0,0,0,6354,707,1,0,0,0,6355,6353,1,0,0,0,6356,6358,3,712, + 356,0,6357,6356,1,0,0,0,6358,6359,1,0,0,0,6359,6357,1,0,0,0,6359, + 6360,1,0,0,0,6360,709,1,0,0,0,6361,6362,5,149,0,0,6362,6363,5,80, + 0,0,6363,6364,5,78,0,0,6364,6397,5,458,0,0,6365,6366,5,316,0,0,6366, + 6367,5,78,0,0,6367,6368,5,80,0,0,6368,6369,5,78,0,0,6369,6397,5, + 458,0,0,6370,6397,5,346,0,0,6371,6397,5,222,0,0,6372,6397,5,338, + 0,0,6373,6397,5,377,0,0,6374,6375,5,205,0,0,6375,6376,5,327,0,0, + 6376,6397,5,181,0,0,6377,6378,5,205,0,0,6378,6379,5,327,0,0,6379, + 6397,5,243,0,0,6380,6381,5,327,0,0,6381,6397,5,181,0,0,6382,6383, + 5,327,0,0,6383,6397,5,243,0,0,6384,6397,5,250,0,0,6385,6386,5,77, + 0,0,6386,6397,5,250,0,0,6387,6388,5,170,0,0,6388,6397,3,328,164, + 0,6389,6390,5,320,0,0,6390,6397,3,328,164,0,6391,6392,5,459,0,0, + 6392,6397,3,564,282,0,6393,6397,3,90,45,0,6394,6395,5,460,0,0,6395, + 6397,3,1480,740,0,6396,6361,1,0,0,0,6396,6365,1,0,0,0,6396,6370, + 1,0,0,0,6396,6371,1,0,0,0,6396,6372,1,0,0,0,6396,6373,1,0,0,0,6396, + 6374,1,0,0,0,6396,6377,1,0,0,0,6396,6380,1,0,0,0,6396,6382,1,0,0, + 0,6396,6384,1,0,0,0,6396,6385,1,0,0,0,6396,6387,1,0,0,0,6396,6389, + 1,0,0,0,6396,6391,1,0,0,0,6396,6393,1,0,0,0,6396,6394,1,0,0,0,6397, + 711,1,0,0,0,6398,6399,5,36,0,0,6399,6400,3,1464,732,0,6400,6401, + 5,6,0,0,6401,6402,3,1464,732,0,6402,6424,1,0,0,0,6403,6404,5,247, + 0,0,6404,6424,3,80,40,0,6405,6406,5,443,0,0,6406,6424,3,714,357, + 0,6407,6424,5,104,0,0,6408,6409,5,333,0,0,6409,6416,3,1480,740,0, + 6410,6411,5,94,0,0,6411,6417,3,1480,740,0,6412,6413,5,10,0,0,6413, + 6417,3,1480,740,0,6414,6415,5,64,0,0,6415,6417,5,434,0,0,6416,6410, + 1,0,0,0,6416,6412,1,0,0,0,6416,6414,1,0,0,0,6417,6424,1,0,0,0,6418, + 6419,5,36,0,0,6419,6424,3,1480,740,0,6420,6424,3,6,3,0,6421,6424, + 3,710,355,0,6422,6424,3,1480,740,0,6423,6398,1,0,0,0,6423,6403,1, + 0,0,0,6423,6405,1,0,0,0,6423,6407,1,0,0,0,6423,6408,1,0,0,0,6423, + 6418,1,0,0,0,6423,6420,1,0,0,0,6423,6421,1,0,0,0,6423,6422,1,0,0, + 0,6424,713,1,0,0,0,6425,6426,5,62,0,0,6426,6427,5,360,0,0,6427,6434, + 3,1174,587,0,6428,6429,5,6,0,0,6429,6430,5,62,0,0,6430,6431,5,360, + 0,0,6431,6433,3,1174,587,0,6432,6428,1,0,0,0,6433,6436,1,0,0,0,6434, + 6432,1,0,0,0,6434,6435,1,0,0,0,6435,715,1,0,0,0,6436,6434,1,0,0, + 0,6437,6438,5,105,0,0,6438,6439,3,502,251,0,6439,717,1,0,0,0,6440, + 6441,3,1438,719,0,6441,6442,3,694,347,0,6442,719,1,0,0,0,6443,6448, + 3,718,359,0,6444,6445,5,6,0,0,6445,6447,3,718,359,0,6446,6444,1, + 0,0,0,6447,6450,1,0,0,0,6448,6446,1,0,0,0,6448,6449,1,0,0,0,6449, + 721,1,0,0,0,6450,6448,1,0,0,0,6451,6452,5,138,0,0,6452,6453,3,724, + 362,0,6453,6455,3,726,363,0,6454,6456,3,728,364,0,6455,6454,1,0, + 0,0,6455,6456,1,0,0,0,6456,723,1,0,0,0,6457,6458,5,211,0,0,6458, + 6464,3,680,340,0,6459,6460,5,296,0,0,6460,6464,3,676,338,0,6461, + 6462,5,442,0,0,6462,6464,3,672,336,0,6463,6457,1,0,0,0,6463,6459, + 1,0,0,0,6463,6461,1,0,0,0,6464,725,1,0,0,0,6465,6467,3,710,355,0, + 6466,6465,1,0,0,0,6467,6468,1,0,0,0,6468,6466,1,0,0,0,6468,6469, + 1,0,0,0,6469,727,1,0,0,0,6470,6471,5,315,0,0,6471,729,1,0,0,0,6472, + 6473,5,191,0,0,6473,6475,5,211,0,0,6474,6476,3,754,377,0,6475,6474, + 1,0,0,0,6475,6476,1,0,0,0,6476,6477,1,0,0,0,6477,6479,3,678,339, + 0,6478,6480,3,124,62,0,6479,6478,1,0,0,0,6479,6480,1,0,0,0,6480, + 6500,1,0,0,0,6481,6482,5,191,0,0,6482,6484,5,296,0,0,6483,6485,3, + 754,377,0,6484,6483,1,0,0,0,6484,6485,1,0,0,0,6485,6486,1,0,0,0, + 6486,6488,3,674,337,0,6487,6489,3,124,62,0,6488,6487,1,0,0,0,6488, + 6489,1,0,0,0,6489,6500,1,0,0,0,6490,6491,5,191,0,0,6491,6493,5,442, + 0,0,6492,6494,3,754,377,0,6493,6492,1,0,0,0,6493,6494,1,0,0,0,6494, + 6495,1,0,0,0,6495,6497,3,670,335,0,6496,6498,3,124,62,0,6497,6496, + 1,0,0,0,6497,6498,1,0,0,0,6498,6500,1,0,0,0,6499,6472,1,0,0,0,6499, + 6481,1,0,0,0,6499,6490,1,0,0,0,6500,731,1,0,0,0,6501,6502,5,191, + 0,0,6502,6504,5,136,0,0,6503,6505,3,754,377,0,6504,6503,1,0,0,0, + 6504,6505,1,0,0,0,6505,6506,1,0,0,0,6506,6508,3,706,353,0,6507,6509, + 3,124,62,0,6508,6507,1,0,0,0,6508,6509,1,0,0,0,6509,733,1,0,0,0, + 6510,6511,5,191,0,0,6511,6513,5,278,0,0,6512,6514,3,754,377,0,6513, + 6512,1,0,0,0,6513,6514,1,0,0,0,6514,6515,1,0,0,0,6515,6517,3,740, + 370,0,6516,6518,3,124,62,0,6517,6516,1,0,0,0,6517,6518,1,0,0,0,6518, + 735,1,0,0,0,6519,6520,5,2,0,0,6520,6521,3,1174,587,0,6521,6522,5, + 3,0,0,6522,6542,1,0,0,0,6523,6524,5,2,0,0,6524,6525,3,1174,587,0, + 6525,6526,5,6,0,0,6526,6527,3,1174,587,0,6527,6528,5,3,0,0,6528, + 6542,1,0,0,0,6529,6530,5,2,0,0,6530,6531,5,407,0,0,6531,6532,5,6, + 0,0,6532,6533,3,1174,587,0,6533,6534,5,3,0,0,6534,6542,1,0,0,0,6535, + 6536,5,2,0,0,6536,6537,3,1174,587,0,6537,6538,5,6,0,0,6538,6539, + 5,407,0,0,6539,6540,5,3,0,0,6540,6542,1,0,0,0,6541,6519,1,0,0,0, + 6541,6523,1,0,0,0,6541,6529,1,0,0,0,6541,6535,1,0,0,0,6542,737,1, + 0,0,0,6543,6544,3,1480,740,0,6544,6545,5,11,0,0,6545,6547,1,0,0, + 0,6546,6543,1,0,0,0,6547,6550,1,0,0,0,6548,6546,1,0,0,0,6548,6549, + 1,0,0,0,6549,6551,1,0,0,0,6550,6548,1,0,0,0,6551,6552,3,1324,662, + 0,6552,739,1,0,0,0,6553,6558,3,742,371,0,6554,6555,5,6,0,0,6555, + 6557,3,742,371,0,6556,6554,1,0,0,0,6557,6560,1,0,0,0,6558,6556,1, + 0,0,0,6558,6559,1,0,0,0,6559,741,1,0,0,0,6560,6558,1,0,0,0,6561, + 6562,3,738,369,0,6562,6563,3,736,368,0,6563,743,1,0,0,0,6564,6565, + 5,57,0,0,6565,6566,3,746,373,0,6566,745,1,0,0,0,6567,6569,3,748, + 374,0,6568,6567,1,0,0,0,6569,6570,1,0,0,0,6570,6568,1,0,0,0,6570, + 6571,1,0,0,0,6571,747,1,0,0,0,6572,6576,3,1464,732,0,6573,6574,5, + 247,0,0,6574,6576,3,80,40,0,6575,6572,1,0,0,0,6575,6573,1,0,0,0, + 6576,749,1,0,0,0,6577,6578,5,46,0,0,6578,6579,5,41,0,0,6579,6580, + 5,2,0,0,6580,6581,3,1174,587,0,6581,6582,5,36,0,0,6582,6583,3,1174, + 587,0,6583,6584,5,3,0,0,6584,6585,5,105,0,0,6585,6586,5,211,0,0, + 6586,6588,3,680,340,0,6587,6589,3,752,376,0,6588,6587,1,0,0,0,6588, + 6589,1,0,0,0,6589,6615,1,0,0,0,6590,6591,5,46,0,0,6591,6592,5,41, + 0,0,6592,6593,5,2,0,0,6593,6594,3,1174,587,0,6594,6595,5,36,0,0, + 6595,6596,3,1174,587,0,6596,6597,5,3,0,0,6597,6598,5,379,0,0,6598, + 6600,5,211,0,0,6599,6601,3,752,376,0,6600,6599,1,0,0,0,6600,6601, + 1,0,0,0,6601,6615,1,0,0,0,6602,6603,5,46,0,0,6603,6604,5,41,0,0, + 6604,6605,5,2,0,0,6605,6606,3,1174,587,0,6606,6607,5,36,0,0,6607, + 6608,3,1174,587,0,6608,6609,5,3,0,0,6609,6610,5,105,0,0,6610,6612, + 5,400,0,0,6611,6613,3,752,376,0,6612,6611,1,0,0,0,6612,6613,1,0, + 0,0,6613,6615,1,0,0,0,6614,6577,1,0,0,0,6614,6590,1,0,0,0,6614,6602, + 1,0,0,0,6615,751,1,0,0,0,6616,6617,5,36,0,0,6617,6621,5,223,0,0, + 6618,6619,5,36,0,0,6619,6621,5,141,0,0,6620,6616,1,0,0,0,6620,6618, + 1,0,0,0,6621,753,1,0,0,0,6622,6623,5,220,0,0,6623,6624,5,396,0,0, + 6624,755,1,0,0,0,6625,6627,5,46,0,0,6626,6628,3,664,332,0,6627,6626, + 1,0,0,0,6627,6628,1,0,0,0,6628,6629,1,0,0,0,6629,6630,5,443,0,0, + 6630,6631,5,62,0,0,6631,6632,3,1174,587,0,6632,6633,5,247,0,0,6633, + 6634,3,1442,721,0,6634,6635,5,2,0,0,6635,6636,3,758,379,0,6636,6637, + 5,3,0,0,6637,757,1,0,0,0,6638,6639,5,64,0,0,6639,6640,5,461,0,0, + 6640,6641,5,105,0,0,6641,6642,5,211,0,0,6642,6643,3,680,340,0,6643, + 6644,5,6,0,0,6644,6645,5,94,0,0,6645,6646,5,461,0,0,6646,6647,5, + 105,0,0,6647,6648,5,211,0,0,6648,6649,3,680,340,0,6649,6673,1,0, + 0,0,6650,6651,5,94,0,0,6651,6652,5,461,0,0,6652,6653,5,105,0,0,6653, + 6654,5,211,0,0,6654,6655,3,680,340,0,6655,6656,5,6,0,0,6656,6657, + 5,64,0,0,6657,6658,5,461,0,0,6658,6659,5,105,0,0,6659,6660,5,211, + 0,0,6660,6661,3,680,340,0,6661,6673,1,0,0,0,6662,6663,5,64,0,0,6663, + 6664,5,461,0,0,6664,6665,5,105,0,0,6665,6666,5,211,0,0,6666,6673, + 3,680,340,0,6667,6668,5,94,0,0,6668,6669,5,461,0,0,6669,6670,5,105, + 0,0,6670,6671,5,211,0,0,6671,6673,3,680,340,0,6672,6638,1,0,0,0, + 6672,6650,1,0,0,0,6672,6662,1,0,0,0,6672,6667,1,0,0,0,6673,759,1, + 0,0,0,6674,6675,5,306,0,0,6675,6691,3,762,381,0,6676,6677,5,306, + 0,0,6677,6691,3,764,382,0,6678,6679,5,306,0,0,6679,6680,5,2,0,0, + 6680,6681,3,766,383,0,6681,6682,5,3,0,0,6682,6683,3,762,381,0,6683, + 6691,1,0,0,0,6684,6685,5,306,0,0,6685,6686,5,2,0,0,6686,6687,3,766, + 383,0,6687,6688,5,3,0,0,6688,6689,3,764,382,0,6689,6691,1,0,0,0, + 6690,6674,1,0,0,0,6690,6676,1,0,0,0,6690,6678,1,0,0,0,6690,6684, + 1,0,0,0,6691,761,1,0,0,0,6692,6694,5,226,0,0,6693,6695,3,636,318, + 0,6694,6693,1,0,0,0,6694,6695,1,0,0,0,6695,6696,1,0,0,0,6696,6703, + 3,1418,709,0,6697,6699,5,92,0,0,6698,6700,3,636,318,0,6699,6698, + 1,0,0,0,6699,6700,1,0,0,0,6700,6701,1,0,0,0,6701,6703,3,1412,706, + 0,6702,6692,1,0,0,0,6702,6697,1,0,0,0,6703,763,1,0,0,0,6704,6706, + 5,323,0,0,6705,6707,3,636,318,0,6706,6705,1,0,0,0,6706,6707,1,0, + 0,0,6707,6708,1,0,0,0,6708,6720,3,1428,714,0,6709,6711,5,349,0,0, + 6710,6712,3,636,318,0,6711,6710,1,0,0,0,6711,6712,1,0,0,0,6712,6713, + 1,0,0,0,6713,6720,3,1442,721,0,6714,6716,5,175,0,0,6715,6717,3,636, + 318,0,6716,6715,1,0,0,0,6716,6717,1,0,0,0,6717,6718,1,0,0,0,6718, + 6720,3,1426,713,0,6719,6704,1,0,0,0,6719,6709,1,0,0,0,6719,6714, + 1,0,0,0,6720,765,1,0,0,0,6721,6726,3,768,384,0,6722,6723,5,6,0,0, + 6723,6725,3,768,384,0,6724,6722,1,0,0,0,6725,6728,1,0,0,0,6726,6724, + 1,0,0,0,6726,6727,1,0,0,0,6727,767,1,0,0,0,6728,6726,1,0,0,0,6729, + 6730,5,128,0,0,6730,769,1,0,0,0,6731,6732,5,138,0,0,6732,6733,5, + 351,0,0,6733,6734,3,1408,704,0,6734,6735,5,333,0,0,6735,6736,3,132, + 66,0,6736,6744,1,0,0,0,6737,6738,5,138,0,0,6738,6739,5,351,0,0,6739, + 6740,3,1408,704,0,6740,6741,5,313,0,0,6741,6742,3,132,66,0,6742, + 6744,1,0,0,0,6743,6731,1,0,0,0,6743,6737,1,0,0,0,6744,771,1,0,0, + 0,6745,6746,5,138,0,0,6746,6747,5,136,0,0,6747,6748,3,704,352,0, + 6748,6749,5,309,0,0,6749,6750,5,94,0,0,6750,6751,3,1442,721,0,6751, + 7137,1,0,0,0,6752,6753,5,138,0,0,6753,6754,5,108,0,0,6754,6755,3, + 564,282,0,6755,6756,5,309,0,0,6756,6757,5,94,0,0,6757,6758,3,1442, + 721,0,6758,7137,1,0,0,0,6759,6760,5,138,0,0,6760,6761,5,168,0,0, + 6761,6762,3,564,282,0,6762,6763,5,309,0,0,6763,6764,5,94,0,0,6764, + 6765,3,1442,721,0,6765,7137,1,0,0,0,6766,6767,5,138,0,0,6767,6768, + 5,175,0,0,6768,6769,3,1426,713,0,6769,6770,5,309,0,0,6770,6771,5, + 94,0,0,6771,6772,3,1424,712,0,6772,7137,1,0,0,0,6773,6774,5,138, + 0,0,6774,6775,5,189,0,0,6775,6776,3,564,282,0,6776,6777,5,309,0, + 0,6777,6778,5,94,0,0,6778,6779,3,1442,721,0,6779,7137,1,0,0,0,6780, + 6781,5,138,0,0,6781,6782,5,189,0,0,6782,6783,3,564,282,0,6783,6784, + 5,309,0,0,6784,6785,5,45,0,0,6785,6786,3,1442,721,0,6786,6787,5, + 94,0,0,6787,6788,3,1442,721,0,6788,7137,1,0,0,0,6789,6790,5,138, + 0,0,6790,6791,5,63,0,0,6791,6792,5,174,0,0,6792,6793,5,381,0,0,6793, + 6794,3,1442,721,0,6794,6795,5,309,0,0,6795,6796,5,94,0,0,6796,6797, + 3,1442,721,0,6797,7137,1,0,0,0,6798,6799,5,138,0,0,6799,6800,5,211, + 0,0,6800,6801,3,680,340,0,6801,6802,5,309,0,0,6802,6803,5,94,0,0, + 6803,6804,3,1448,724,0,6804,7137,1,0,0,0,6805,6806,5,138,0,0,6806, + 6807,5,66,0,0,6807,6808,3,1474,737,0,6808,6809,5,309,0,0,6809,6810, + 5,94,0,0,6810,6811,3,1474,737,0,6811,7137,1,0,0,0,6812,6814,5,138, + 0,0,6813,6815,3,344,172,0,6814,6813,1,0,0,0,6814,6815,1,0,0,0,6815, + 6816,1,0,0,0,6816,6817,5,247,0,0,6817,6818,3,1442,721,0,6818,6819, + 5,309,0,0,6819,6820,5,94,0,0,6820,6821,3,1442,721,0,6821,7137,1, + 0,0,0,6822,6823,5,138,0,0,6823,6824,5,278,0,0,6824,6825,5,156,0, + 0,6825,6826,3,564,282,0,6826,6827,5,100,0,0,6827,6828,3,1442,721, + 0,6828,6829,5,309,0,0,6829,6830,5,94,0,0,6830,6831,3,1442,721,0, + 6831,7137,1,0,0,0,6832,6833,5,138,0,0,6833,6834,5,278,0,0,6834,6835, + 5,206,0,0,6835,6836,3,564,282,0,6836,6837,5,100,0,0,6837,6838,3, + 1442,721,0,6838,6839,5,309,0,0,6839,6840,5,94,0,0,6840,6841,3,1442, + 721,0,6841,7137,1,0,0,0,6842,6843,5,138,0,0,6843,6845,5,445,0,0, + 6844,6846,3,754,377,0,6845,6844,1,0,0,0,6845,6846,1,0,0,0,6846,6847, + 1,0,0,0,6847,6848,3,1442,721,0,6848,6849,5,80,0,0,6849,6850,3,1418, + 709,0,6850,6851,5,309,0,0,6851,6852,5,94,0,0,6852,6853,3,1442,721, + 0,6853,7137,1,0,0,0,6854,6855,5,138,0,0,6855,6856,5,296,0,0,6856, + 6857,3,676,338,0,6857,6858,5,309,0,0,6858,6859,5,94,0,0,6859,6860, + 3,1436,718,0,6860,7137,1,0,0,0,6861,6862,5,138,0,0,6862,6863,5,452, + 0,0,6863,6864,3,1442,721,0,6864,6865,5,309,0,0,6865,6866,5,94,0, + 0,6866,6867,3,1442,721,0,6867,7137,1,0,0,0,6868,6869,5,138,0,0,6869, + 6870,5,442,0,0,6870,6871,3,672,336,0,6871,6872,5,309,0,0,6872,6873, + 5,94,0,0,6873,6874,3,1442,721,0,6874,7137,1,0,0,0,6875,6876,5,138, + 0,0,6876,6877,5,323,0,0,6877,6878,3,1428,714,0,6878,6879,5,309,0, + 0,6879,6880,5,94,0,0,6880,6881,3,48,24,0,6881,7137,1,0,0,0,6882, + 6883,5,138,0,0,6883,6884,5,331,0,0,6884,6885,3,1442,721,0,6885,6886, + 5,309,0,0,6886,6887,5,94,0,0,6887,6888,3,1442,721,0,6888,7137,1, + 0,0,0,6889,6890,5,138,0,0,6890,6891,5,451,0,0,6891,6892,3,1442,721, + 0,6892,6893,5,309,0,0,6893,6894,5,94,0,0,6894,6895,3,1442,721,0, + 6895,7137,1,0,0,0,6896,6897,5,138,0,0,6897,6899,5,92,0,0,6898,6900, + 3,754,377,0,6899,6898,1,0,0,0,6899,6900,1,0,0,0,6900,6901,1,0,0, + 0,6901,6902,3,1124,562,0,6902,6903,5,309,0,0,6903,6904,5,94,0,0, + 6904,6905,3,1410,705,0,6905,7137,1,0,0,0,6906,6907,5,138,0,0,6907, + 6909,5,328,0,0,6908,6910,3,754,377,0,6909,6908,1,0,0,0,6909,6910, + 1,0,0,0,6910,6911,1,0,0,0,6911,6912,3,1418,709,0,6912,6913,5,309, + 0,0,6913,6914,5,94,0,0,6914,6915,3,1442,721,0,6915,7137,1,0,0,0, + 6916,6917,5,138,0,0,6917,6919,5,376,0,0,6918,6920,3,754,377,0,6919, + 6918,1,0,0,0,6919,6920,1,0,0,0,6920,6921,1,0,0,0,6921,6922,3,1416, + 708,0,6922,6923,5,309,0,0,6923,6924,5,94,0,0,6924,6925,3,1414,707, + 0,6925,7137,1,0,0,0,6926,6927,5,138,0,0,6927,6928,5,259,0,0,6928, + 6930,5,376,0,0,6929,6931,3,754,377,0,6930,6929,1,0,0,0,6930,6931, + 1,0,0,0,6931,6932,1,0,0,0,6932,6933,3,1416,708,0,6933,6934,5,309, + 0,0,6934,6935,5,94,0,0,6935,6936,3,1414,707,0,6936,7137,1,0,0,0, + 6937,6938,5,138,0,0,6938,6940,5,226,0,0,6939,6941,3,754,377,0,6940, + 6939,1,0,0,0,6940,6941,1,0,0,0,6941,6942,1,0,0,0,6942,6943,3,1418, + 709,0,6943,6944,5,309,0,0,6944,6945,5,94,0,0,6945,6946,3,1442,721, + 0,6946,7137,1,0,0,0,6947,6948,5,138,0,0,6948,6949,5,63,0,0,6949, + 6951,5,92,0,0,6950,6952,3,754,377,0,6951,6950,1,0,0,0,6951,6952, + 1,0,0,0,6952,6953,1,0,0,0,6953,6954,3,1124,562,0,6954,6955,5,309, + 0,0,6955,6956,5,94,0,0,6956,6957,3,1410,705,0,6957,7137,1,0,0,0, + 6958,6959,5,138,0,0,6959,6961,5,92,0,0,6960,6962,3,754,377,0,6961, + 6960,1,0,0,0,6961,6962,1,0,0,0,6962,6963,1,0,0,0,6963,6964,3,1124, + 562,0,6964,6966,5,309,0,0,6965,6967,5,44,0,0,6966,6965,1,0,0,0,6966, + 6967,1,0,0,0,6967,6968,1,0,0,0,6968,6969,3,1438,719,0,6969,6970, + 5,94,0,0,6970,6971,3,1440,720,0,6971,7137,1,0,0,0,6972,6973,5,138, + 0,0,6973,6975,5,376,0,0,6974,6976,3,754,377,0,6975,6974,1,0,0,0, + 6975,6976,1,0,0,0,6976,6977,1,0,0,0,6977,6978,3,1416,708,0,6978, + 6980,5,309,0,0,6979,6981,5,44,0,0,6980,6979,1,0,0,0,6980,6981,1, + 0,0,0,6981,6982,1,0,0,0,6982,6983,3,1438,719,0,6983,6984,5,94,0, + 0,6984,6985,3,1440,720,0,6985,7137,1,0,0,0,6986,6987,5,138,0,0,6987, + 6988,5,259,0,0,6988,6990,5,376,0,0,6989,6991,3,754,377,0,6990,6989, + 1,0,0,0,6990,6991,1,0,0,0,6991,6992,1,0,0,0,6992,6993,3,1416,708, + 0,6993,6995,5,309,0,0,6994,6996,5,44,0,0,6995,6994,1,0,0,0,6995, + 6996,1,0,0,0,6996,6997,1,0,0,0,6997,6998,3,1438,719,0,6998,6999, + 5,94,0,0,6999,7000,3,1440,720,0,7000,7137,1,0,0,0,7001,7002,5,138, + 0,0,7002,7004,5,92,0,0,7003,7005,3,754,377,0,7004,7003,1,0,0,0,7004, + 7005,1,0,0,0,7005,7006,1,0,0,0,7006,7007,3,1124,562,0,7007,7008, + 5,309,0,0,7008,7009,5,45,0,0,7009,7010,3,1442,721,0,7010,7011,5, + 94,0,0,7011,7012,3,1442,721,0,7012,7137,1,0,0,0,7013,7014,5,138, + 0,0,7014,7015,5,63,0,0,7015,7017,5,92,0,0,7016,7018,3,754,377,0, + 7017,7016,1,0,0,0,7017,7018,1,0,0,0,7018,7019,1,0,0,0,7019,7020, + 3,1124,562,0,7020,7022,5,309,0,0,7021,7023,5,44,0,0,7022,7021,1, + 0,0,0,7022,7023,1,0,0,0,7023,7024,1,0,0,0,7024,7025,3,1438,719,0, + 7025,7026,5,94,0,0,7026,7027,3,1440,720,0,7027,7137,1,0,0,0,7028, + 7029,5,138,0,0,7029,7030,5,321,0,0,7030,7031,3,1442,721,0,7031,7032, + 5,80,0,0,7032,7033,3,1418,709,0,7033,7034,5,309,0,0,7034,7035,5, + 94,0,0,7035,7036,3,1442,721,0,7036,7137,1,0,0,0,7037,7038,5,138, + 0,0,7038,7039,5,357,0,0,7039,7040,3,1442,721,0,7040,7041,5,80,0, + 0,7041,7042,3,1418,709,0,7042,7043,5,309,0,0,7043,7044,5,94,0,0, + 7044,7045,3,1442,721,0,7045,7137,1,0,0,0,7046,7047,5,138,0,0,7047, + 7048,5,198,0,0,7048,7049,5,357,0,0,7049,7050,3,1442,721,0,7050,7051, + 5,309,0,0,7051,7052,5,94,0,0,7052,7053,3,1442,721,0,7053,7137,1, + 0,0,0,7054,7055,5,138,0,0,7055,7056,5,318,0,0,7056,7057,3,1474,737, + 0,7057,7058,5,309,0,0,7058,7059,5,94,0,0,7059,7060,3,1474,737,0, + 7060,7137,1,0,0,0,7061,7062,5,138,0,0,7062,7063,5,99,0,0,7063,7064, + 3,1474,737,0,7064,7065,5,309,0,0,7065,7066,5,94,0,0,7066,7067,3, + 1474,737,0,7067,7137,1,0,0,0,7068,7069,5,138,0,0,7069,7070,5,351, + 0,0,7070,7071,3,1408,704,0,7071,7072,5,309,0,0,7072,7073,5,94,0, + 0,7073,7074,3,1406,703,0,7074,7137,1,0,0,0,7075,7076,5,138,0,0,7076, + 7077,5,342,0,0,7077,7078,3,564,282,0,7078,7079,5,309,0,0,7079,7080, + 5,94,0,0,7080,7081,3,1442,721,0,7081,7137,1,0,0,0,7082,7083,5,138, + 0,0,7083,7084,5,355,0,0,7084,7085,5,325,0,0,7085,7086,5,283,0,0, + 7086,7087,3,564,282,0,7087,7088,5,309,0,0,7088,7089,5,94,0,0,7089, + 7090,3,1442,721,0,7090,7137,1,0,0,0,7091,7092,5,138,0,0,7092,7093, + 5,355,0,0,7093,7094,5,325,0,0,7094,7095,5,185,0,0,7095,7096,3,564, + 282,0,7096,7097,5,309,0,0,7097,7098,5,94,0,0,7098,7099,3,1442,721, + 0,7099,7137,1,0,0,0,7100,7101,5,138,0,0,7101,7102,5,355,0,0,7102, + 7103,5,325,0,0,7103,7104,5,353,0,0,7104,7105,3,564,282,0,7105,7106, + 5,309,0,0,7106,7107,5,94,0,0,7107,7108,3,1442,721,0,7108,7137,1, + 0,0,0,7109,7110,5,138,0,0,7110,7111,5,355,0,0,7111,7112,5,325,0, + 0,7112,7113,5,163,0,0,7113,7114,3,564,282,0,7114,7115,5,309,0,0, + 7115,7116,5,94,0,0,7116,7117,3,1442,721,0,7117,7137,1,0,0,0,7118, + 7119,5,138,0,0,7119,7120,5,360,0,0,7120,7121,3,564,282,0,7121,7122, + 5,309,0,0,7122,7123,5,94,0,0,7123,7124,3,1442,721,0,7124,7137,1, + 0,0,0,7125,7126,5,138,0,0,7126,7127,5,360,0,0,7127,7128,3,564,282, + 0,7128,7129,5,309,0,0,7129,7130,5,143,0,0,7130,7131,3,1442,721,0, + 7131,7132,5,94,0,0,7132,7134,3,1442,721,0,7133,7135,3,124,62,0,7134, + 7133,1,0,0,0,7134,7135,1,0,0,0,7135,7137,1,0,0,0,7136,6745,1,0,0, + 0,7136,6752,1,0,0,0,7136,6759,1,0,0,0,7136,6766,1,0,0,0,7136,6773, + 1,0,0,0,7136,6780,1,0,0,0,7136,6789,1,0,0,0,7136,6798,1,0,0,0,7136, + 6805,1,0,0,0,7136,6812,1,0,0,0,7136,6822,1,0,0,0,7136,6832,1,0,0, + 0,7136,6842,1,0,0,0,7136,6854,1,0,0,0,7136,6861,1,0,0,0,7136,6868, + 1,0,0,0,7136,6875,1,0,0,0,7136,6882,1,0,0,0,7136,6889,1,0,0,0,7136, + 6896,1,0,0,0,7136,6906,1,0,0,0,7136,6916,1,0,0,0,7136,6926,1,0,0, + 0,7136,6937,1,0,0,0,7136,6947,1,0,0,0,7136,6958,1,0,0,0,7136,6972, + 1,0,0,0,7136,6986,1,0,0,0,7136,7001,1,0,0,0,7136,7013,1,0,0,0,7136, + 7028,1,0,0,0,7136,7037,1,0,0,0,7136,7046,1,0,0,0,7136,7054,1,0,0, + 0,7136,7061,1,0,0,0,7136,7068,1,0,0,0,7136,7075,1,0,0,0,7136,7082, + 1,0,0,0,7136,7091,1,0,0,0,7136,7100,1,0,0,0,7136,7109,1,0,0,0,7136, + 7118,1,0,0,0,7136,7125,1,0,0,0,7137,773,1,0,0,0,7138,7139,5,333, + 0,0,7139,7140,5,174,0,0,7140,775,1,0,0,0,7141,7142,5,138,0,0,7142, + 7143,5,211,0,0,7143,7145,3,680,340,0,7144,7146,3,778,389,0,7145, + 7144,1,0,0,0,7145,7146,1,0,0,0,7146,7147,1,0,0,0,7147,7148,5,462, + 0,0,7148,7149,5,80,0,0,7149,7150,5,204,0,0,7150,7151,3,1442,721, + 0,7151,7211,1,0,0,0,7152,7153,5,138,0,0,7153,7154,5,296,0,0,7154, + 7156,3,676,338,0,7155,7157,3,778,389,0,7156,7155,1,0,0,0,7156,7157, + 1,0,0,0,7157,7158,1,0,0,0,7158,7159,5,462,0,0,7159,7160,5,80,0,0, + 7160,7161,5,204,0,0,7161,7162,3,1442,721,0,7162,7211,1,0,0,0,7163, + 7164,5,138,0,0,7164,7165,5,442,0,0,7165,7167,3,672,336,0,7166,7168, + 3,778,389,0,7167,7166,1,0,0,0,7167,7168,1,0,0,0,7168,7169,1,0,0, + 0,7169,7170,5,462,0,0,7170,7171,5,80,0,0,7171,7172,5,204,0,0,7172, + 7173,3,1442,721,0,7173,7211,1,0,0,0,7174,7175,5,138,0,0,7175,7176, + 5,357,0,0,7176,7177,3,1442,721,0,7177,7178,5,80,0,0,7178,7180,3, + 1418,709,0,7179,7181,3,778,389,0,7180,7179,1,0,0,0,7180,7181,1,0, + 0,0,7181,7182,1,0,0,0,7182,7183,5,462,0,0,7183,7184,5,80,0,0,7184, + 7185,5,204,0,0,7185,7186,3,1442,721,0,7186,7211,1,0,0,0,7187,7188, + 5,138,0,0,7188,7189,5,259,0,0,7189,7190,5,376,0,0,7190,7192,3,1416, + 708,0,7191,7193,3,778,389,0,7192,7191,1,0,0,0,7192,7193,1,0,0,0, + 7193,7194,1,0,0,0,7194,7195,5,462,0,0,7195,7196,5,80,0,0,7196,7197, + 5,204,0,0,7197,7198,3,1442,721,0,7198,7211,1,0,0,0,7199,7200,5,138, + 0,0,7200,7201,5,226,0,0,7201,7203,3,1418,709,0,7202,7204,3,778,389, + 0,7203,7202,1,0,0,0,7203,7204,1,0,0,0,7204,7205,1,0,0,0,7205,7206, + 5,462,0,0,7206,7207,5,80,0,0,7207,7208,5,204,0,0,7208,7209,3,1442, + 721,0,7209,7211,1,0,0,0,7210,7141,1,0,0,0,7210,7152,1,0,0,0,7210, + 7163,1,0,0,0,7210,7174,1,0,0,0,7210,7187,1,0,0,0,7210,7199,1,0,0, + 0,7211,777,1,0,0,0,7212,7213,5,269,0,0,7213,779,1,0,0,0,7214,7215, + 5,138,0,0,7215,7216,5,136,0,0,7216,7217,3,704,352,0,7217,7218,5, + 333,0,0,7218,7219,5,323,0,0,7219,7220,3,1428,714,0,7220,7400,1,0, + 0,0,7221,7222,5,138,0,0,7222,7223,5,108,0,0,7223,7224,3,564,282, + 0,7224,7225,5,333,0,0,7225,7226,5,323,0,0,7226,7227,3,1428,714,0, + 7227,7400,1,0,0,0,7228,7229,5,138,0,0,7229,7230,5,168,0,0,7230,7231, + 3,564,282,0,7231,7232,5,333,0,0,7232,7233,5,323,0,0,7233,7234,3, + 1428,714,0,7234,7400,1,0,0,0,7235,7236,5,138,0,0,7236,7237,5,189, + 0,0,7237,7238,3,564,282,0,7238,7239,5,333,0,0,7239,7240,5,323,0, + 0,7240,7241,3,1428,714,0,7241,7400,1,0,0,0,7242,7243,5,138,0,0,7243, + 7244,5,204,0,0,7244,7245,3,1442,721,0,7245,7246,5,333,0,0,7246,7247, + 5,323,0,0,7247,7248,3,1428,714,0,7248,7400,1,0,0,0,7249,7250,5,138, + 0,0,7250,7251,5,211,0,0,7251,7252,3,680,340,0,7252,7253,5,333,0, + 0,7253,7254,5,323,0,0,7254,7255,3,1428,714,0,7255,7400,1,0,0,0,7256, + 7257,5,138,0,0,7257,7258,5,278,0,0,7258,7259,3,742,371,0,7259,7260, + 5,333,0,0,7260,7261,5,323,0,0,7261,7262,3,1428,714,0,7262,7400,1, + 0,0,0,7263,7264,5,138,0,0,7264,7265,5,278,0,0,7265,7266,5,156,0, + 0,7266,7267,3,564,282,0,7267,7268,5,100,0,0,7268,7269,3,1442,721, + 0,7269,7270,5,333,0,0,7270,7271,5,323,0,0,7271,7272,3,1428,714,0, + 7272,7400,1,0,0,0,7273,7274,5,138,0,0,7274,7275,5,278,0,0,7275,7276, + 5,206,0,0,7276,7277,3,564,282,0,7277,7278,5,100,0,0,7278,7279,3, + 1442,721,0,7279,7280,5,333,0,0,7280,7281,5,323,0,0,7281,7282,3,1428, + 714,0,7282,7400,1,0,0,0,7283,7284,5,138,0,0,7284,7285,5,296,0,0, + 7285,7286,3,676,338,0,7286,7287,5,333,0,0,7287,7288,5,323,0,0,7288, + 7289,3,1428,714,0,7289,7400,1,0,0,0,7290,7291,5,138,0,0,7291,7292, + 5,442,0,0,7292,7293,3,672,336,0,7293,7294,5,333,0,0,7294,7295,5, + 323,0,0,7295,7296,3,1428,714,0,7296,7400,1,0,0,0,7297,7298,5,138, + 0,0,7298,7300,5,92,0,0,7299,7301,3,754,377,0,7300,7299,1,0,0,0,7300, + 7301,1,0,0,0,7301,7302,1,0,0,0,7302,7303,3,1124,562,0,7303,7304, + 5,333,0,0,7304,7305,5,323,0,0,7305,7306,3,1428,714,0,7306,7400,1, + 0,0,0,7307,7308,5,138,0,0,7308,7309,5,342,0,0,7309,7310,3,564,282, + 0,7310,7311,5,333,0,0,7311,7312,5,323,0,0,7312,7313,3,1428,714,0, + 7313,7400,1,0,0,0,7314,7315,5,138,0,0,7315,7316,5,355,0,0,7316,7317, + 5,325,0,0,7317,7318,5,283,0,0,7318,7319,3,564,282,0,7319,7320,5, + 333,0,0,7320,7321,5,323,0,0,7321,7322,3,1428,714,0,7322,7400,1,0, + 0,0,7323,7324,5,138,0,0,7324,7325,5,355,0,0,7325,7326,5,325,0,0, + 7326,7327,5,185,0,0,7327,7328,3,564,282,0,7328,7329,5,333,0,0,7329, + 7330,5,323,0,0,7330,7331,3,1428,714,0,7331,7400,1,0,0,0,7332,7333, + 5,138,0,0,7333,7334,5,355,0,0,7334,7335,5,325,0,0,7335,7336,5,353, + 0,0,7336,7337,3,564,282,0,7337,7338,5,333,0,0,7338,7339,5,323,0, + 0,7339,7340,3,1428,714,0,7340,7400,1,0,0,0,7341,7342,5,138,0,0,7342, + 7343,5,355,0,0,7343,7344,5,325,0,0,7344,7345,5,163,0,0,7345,7346, + 3,564,282,0,7346,7347,5,333,0,0,7347,7348,5,323,0,0,7348,7349,3, + 1428,714,0,7349,7400,1,0,0,0,7350,7351,5,138,0,0,7351,7353,5,328, + 0,0,7352,7354,3,754,377,0,7353,7352,1,0,0,0,7353,7354,1,0,0,0,7354, + 7355,1,0,0,0,7355,7356,3,1418,709,0,7356,7357,5,333,0,0,7357,7358, + 5,323,0,0,7358,7359,3,1428,714,0,7359,7400,1,0,0,0,7360,7361,5,138, + 0,0,7361,7363,5,376,0,0,7362,7364,3,754,377,0,7363,7362,1,0,0,0, + 7363,7364,1,0,0,0,7364,7365,1,0,0,0,7365,7366,3,1416,708,0,7366, + 7367,5,333,0,0,7367,7368,5,323,0,0,7368,7369,3,1428,714,0,7369,7400, + 1,0,0,0,7370,7371,5,138,0,0,7371,7372,5,259,0,0,7372,7374,5,376, + 0,0,7373,7375,3,754,377,0,7374,7373,1,0,0,0,7374,7375,1,0,0,0,7375, + 7376,1,0,0,0,7376,7377,3,1416,708,0,7377,7378,5,333,0,0,7378,7379, + 5,323,0,0,7379,7380,3,1428,714,0,7380,7400,1,0,0,0,7381,7382,5,138, + 0,0,7382,7383,5,63,0,0,7383,7385,5,92,0,0,7384,7386,3,754,377,0, + 7385,7384,1,0,0,0,7385,7386,1,0,0,0,7386,7387,1,0,0,0,7387,7388, + 3,1124,562,0,7388,7389,5,333,0,0,7389,7390,5,323,0,0,7390,7391,3, + 1428,714,0,7391,7400,1,0,0,0,7392,7393,5,138,0,0,7393,7394,5,360, + 0,0,7394,7395,3,564,282,0,7395,7396,5,333,0,0,7396,7397,5,323,0, + 0,7397,7398,3,1428,714,0,7398,7400,1,0,0,0,7399,7214,1,0,0,0,7399, + 7221,1,0,0,0,7399,7228,1,0,0,0,7399,7235,1,0,0,0,7399,7242,1,0,0, + 0,7399,7249,1,0,0,0,7399,7256,1,0,0,0,7399,7263,1,0,0,0,7399,7273, + 1,0,0,0,7399,7283,1,0,0,0,7399,7290,1,0,0,0,7399,7297,1,0,0,0,7399, + 7307,1,0,0,0,7399,7314,1,0,0,0,7399,7323,1,0,0,0,7399,7332,1,0,0, + 0,7399,7341,1,0,0,0,7399,7350,1,0,0,0,7399,7360,1,0,0,0,7399,7370, + 1,0,0,0,7399,7381,1,0,0,0,7399,7392,1,0,0,0,7400,781,1,0,0,0,7401, + 7402,5,138,0,0,7402,7403,5,278,0,0,7403,7404,3,742,371,0,7404,7405, + 5,333,0,0,7405,7406,5,2,0,0,7406,7407,3,784,392,0,7407,7408,5,3, + 0,0,7408,783,1,0,0,0,7409,7414,3,786,393,0,7410,7411,5,6,0,0,7411, + 7413,3,786,393,0,7412,7410,1,0,0,0,7413,7416,1,0,0,0,7414,7412,1, + 0,0,0,7414,7415,1,0,0,0,7415,785,1,0,0,0,7416,7414,1,0,0,0,7417, + 7418,3,1496,748,0,7418,7419,5,10,0,0,7419,7420,5,407,0,0,7420,7426, + 1,0,0,0,7421,7422,3,1496,748,0,7422,7423,5,10,0,0,7423,7424,3,788, + 394,0,7424,7426,1,0,0,0,7425,7417,1,0,0,0,7425,7421,1,0,0,0,7426, + 787,1,0,0,0,7427,7433,3,694,347,0,7428,7433,3,1508,754,0,7429,7433, + 3,1330,665,0,7430,7433,3,328,164,0,7431,7433,3,1464,732,0,7432,7427, + 1,0,0,0,7432,7428,1,0,0,0,7432,7429,1,0,0,0,7432,7430,1,0,0,0,7432, + 7431,1,0,0,0,7433,789,1,0,0,0,7434,7435,5,138,0,0,7435,7436,5,360, + 0,0,7436,7437,3,564,282,0,7437,7438,5,333,0,0,7438,7439,5,2,0,0, + 7439,7440,3,784,392,0,7440,7441,5,3,0,0,7441,791,1,0,0,0,7442,7443, + 5,138,0,0,7443,7444,5,136,0,0,7444,7445,3,704,352,0,7445,7446,5, + 282,0,0,7446,7447,5,94,0,0,7447,7448,3,1476,738,0,7448,7628,1,0, + 0,0,7449,7450,5,138,0,0,7450,7451,5,108,0,0,7451,7452,3,564,282, + 0,7452,7453,5,282,0,0,7453,7454,5,94,0,0,7454,7455,3,1476,738,0, + 7455,7628,1,0,0,0,7456,7457,5,138,0,0,7457,7458,5,168,0,0,7458,7459, + 3,564,282,0,7459,7460,5,282,0,0,7460,7461,5,94,0,0,7461,7462,3,1476, + 738,0,7462,7628,1,0,0,0,7463,7464,5,138,0,0,7464,7465,5,175,0,0, + 7465,7466,3,1426,713,0,7466,7467,5,282,0,0,7467,7468,5,94,0,0,7468, + 7469,3,1476,738,0,7469,7628,1,0,0,0,7470,7471,5,138,0,0,7471,7472, + 5,189,0,0,7472,7473,3,564,282,0,7473,7474,5,282,0,0,7474,7475,5, + 94,0,0,7475,7476,3,1476,738,0,7476,7628,1,0,0,0,7477,7478,5,138, + 0,0,7478,7479,5,211,0,0,7479,7480,3,680,340,0,7480,7481,5,282,0, + 0,7481,7482,5,94,0,0,7482,7483,3,1476,738,0,7483,7628,1,0,0,0,7484, + 7486,5,138,0,0,7485,7487,3,344,172,0,7486,7485,1,0,0,0,7486,7487, + 1,0,0,0,7487,7488,1,0,0,0,7488,7489,5,247,0,0,7489,7490,3,1442,721, + 0,7490,7491,5,282,0,0,7491,7492,5,94,0,0,7492,7493,3,1476,738,0, + 7493,7628,1,0,0,0,7494,7495,5,138,0,0,7495,7496,5,248,0,0,7496,7497, + 5,274,0,0,7497,7498,3,328,164,0,7498,7499,5,282,0,0,7499,7500,5, + 94,0,0,7500,7501,3,1476,738,0,7501,7628,1,0,0,0,7502,7503,5,138, + 0,0,7503,7504,5,278,0,0,7504,7505,3,742,371,0,7505,7506,5,282,0, + 0,7506,7507,5,94,0,0,7507,7508,3,1476,738,0,7508,7628,1,0,0,0,7509, + 7510,5,138,0,0,7510,7511,5,278,0,0,7511,7512,5,156,0,0,7512,7513, + 3,564,282,0,7513,7514,5,100,0,0,7514,7515,3,1442,721,0,7515,7516, + 5,282,0,0,7516,7517,5,94,0,0,7517,7518,3,1476,738,0,7518,7628,1, + 0,0,0,7519,7520,5,138,0,0,7520,7521,5,278,0,0,7521,7522,5,206,0, + 0,7522,7523,3,564,282,0,7523,7524,5,100,0,0,7524,7525,3,1442,721, + 0,7525,7526,5,282,0,0,7526,7527,5,94,0,0,7527,7528,3,1476,738,0, + 7528,7628,1,0,0,0,7529,7530,5,138,0,0,7530,7531,5,296,0,0,7531,7532, + 3,676,338,0,7532,7533,5,282,0,0,7533,7534,5,94,0,0,7534,7535,3,1476, + 738,0,7535,7628,1,0,0,0,7536,7537,5,138,0,0,7537,7538,5,442,0,0, + 7538,7539,3,672,336,0,7539,7540,5,282,0,0,7540,7541,5,94,0,0,7541, + 7542,3,1476,738,0,7542,7628,1,0,0,0,7543,7544,5,138,0,0,7544,7545, + 5,323,0,0,7545,7546,3,1428,714,0,7546,7547,5,282,0,0,7547,7548,5, + 94,0,0,7548,7549,3,1476,738,0,7549,7628,1,0,0,0,7550,7551,5,138, + 0,0,7551,7552,5,360,0,0,7552,7553,3,564,282,0,7553,7554,5,282,0, + 0,7554,7555,5,94,0,0,7555,7556,3,1476,738,0,7556,7628,1,0,0,0,7557, + 7558,5,138,0,0,7558,7559,5,351,0,0,7559,7560,3,1408,704,0,7560,7561, + 5,282,0,0,7561,7562,5,94,0,0,7562,7563,3,1476,738,0,7563,7628,1, + 0,0,0,7564,7565,5,138,0,0,7565,7566,5,342,0,0,7566,7567,3,564,282, + 0,7567,7568,5,282,0,0,7568,7569,5,94,0,0,7569,7570,3,1476,738,0, + 7570,7628,1,0,0,0,7571,7572,5,138,0,0,7572,7573,5,355,0,0,7573,7574, + 5,325,0,0,7574,7575,5,185,0,0,7575,7576,3,564,282,0,7576,7577,5, + 282,0,0,7577,7578,5,94,0,0,7578,7579,3,1476,738,0,7579,7628,1,0, + 0,0,7580,7581,5,138,0,0,7581,7582,5,355,0,0,7582,7583,5,325,0,0, + 7583,7584,5,163,0,0,7584,7585,3,564,282,0,7585,7586,5,282,0,0,7586, + 7587,5,94,0,0,7587,7588,3,1476,738,0,7588,7628,1,0,0,0,7589,7590, + 5,138,0,0,7590,7591,5,63,0,0,7591,7592,5,174,0,0,7592,7593,5,381, + 0,0,7593,7594,3,1442,721,0,7594,7595,5,282,0,0,7595,7596,5,94,0, + 0,7596,7597,3,1476,738,0,7597,7628,1,0,0,0,7598,7599,5,138,0,0,7599, + 7600,5,331,0,0,7600,7601,3,1442,721,0,7601,7602,5,282,0,0,7602,7603, + 5,94,0,0,7603,7604,3,1476,738,0,7604,7628,1,0,0,0,7605,7606,5,138, + 0,0,7606,7607,5,198,0,0,7607,7608,5,357,0,0,7608,7609,3,1442,721, + 0,7609,7610,5,282,0,0,7610,7611,5,94,0,0,7611,7612,3,1476,738,0, + 7612,7628,1,0,0,0,7613,7614,5,138,0,0,7614,7615,5,452,0,0,7615,7616, + 3,1442,721,0,7616,7617,5,282,0,0,7617,7618,5,94,0,0,7618,7619,3, + 1476,738,0,7619,7628,1,0,0,0,7620,7621,5,138,0,0,7621,7622,5,451, + 0,0,7622,7623,3,1442,721,0,7623,7624,5,282,0,0,7624,7625,5,94,0, + 0,7625,7626,3,1476,738,0,7626,7628,1,0,0,0,7627,7442,1,0,0,0,7627, + 7449,1,0,0,0,7627,7456,1,0,0,0,7627,7463,1,0,0,0,7627,7470,1,0,0, + 0,7627,7477,1,0,0,0,7627,7484,1,0,0,0,7627,7494,1,0,0,0,7627,7502, + 1,0,0,0,7627,7509,1,0,0,0,7627,7519,1,0,0,0,7627,7529,1,0,0,0,7627, + 7536,1,0,0,0,7627,7543,1,0,0,0,7627,7550,1,0,0,0,7627,7557,1,0,0, + 0,7627,7564,1,0,0,0,7627,7571,1,0,0,0,7627,7580,1,0,0,0,7627,7589, + 1,0,0,0,7627,7598,1,0,0,0,7627,7605,1,0,0,0,7627,7613,1,0,0,0,7627, + 7620,1,0,0,0,7628,793,1,0,0,0,7629,7630,5,46,0,0,7630,7631,5,452, + 0,0,7631,7633,3,1442,721,0,7632,7634,3,796,398,0,7633,7632,1,0,0, + 0,7633,7634,1,0,0,0,7634,7636,1,0,0,0,7635,7637,3,716,358,0,7636, + 7635,1,0,0,0,7636,7637,1,0,0,0,7637,795,1,0,0,0,7638,7639,3,798, + 399,0,7639,797,1,0,0,0,7640,7641,5,62,0,0,7641,7642,5,92,0,0,7642, + 7647,3,1130,565,0,7643,7644,5,62,0,0,7644,7645,5,30,0,0,7645,7647, + 5,350,0,0,7646,7640,1,0,0,0,7646,7643,1,0,0,0,7647,799,1,0,0,0,7648, + 7649,5,138,0,0,7649,7650,5,452,0,0,7650,7651,3,1442,721,0,7651,7652, + 5,333,0,0,7652,7653,3,502,251,0,7653,7687,1,0,0,0,7654,7655,5,138, + 0,0,7655,7656,5,452,0,0,7656,7657,3,1442,721,0,7657,7658,5,133,0, + 0,7658,7659,3,1132,566,0,7659,7687,1,0,0,0,7660,7661,5,138,0,0,7661, + 7662,5,452,0,0,7662,7663,3,1442,721,0,7663,7664,5,333,0,0,7664,7665, + 3,1132,566,0,7665,7687,1,0,0,0,7666,7667,5,138,0,0,7667,7668,5,452, + 0,0,7668,7669,3,1442,721,0,7669,7670,5,191,0,0,7670,7671,3,1132, + 566,0,7671,7687,1,0,0,0,7672,7673,5,138,0,0,7673,7674,5,452,0,0, + 7674,7675,3,1442,721,0,7675,7676,5,282,0,0,7676,7677,5,94,0,0,7677, + 7678,3,1476,738,0,7678,7687,1,0,0,0,7679,7680,5,138,0,0,7680,7681, + 5,452,0,0,7681,7682,3,1442,721,0,7682,7683,5,309,0,0,7683,7684,5, + 94,0,0,7684,7685,3,1442,721,0,7685,7687,1,0,0,0,7686,7648,1,0,0, + 0,7686,7654,1,0,0,0,7686,7660,1,0,0,0,7686,7666,1,0,0,0,7686,7672, + 1,0,0,0,7686,7679,1,0,0,0,7687,801,1,0,0,0,7688,7689,5,46,0,0,7689, + 7690,5,451,0,0,7690,7691,3,1442,721,0,7691,7692,5,164,0,0,7692,7693, + 3,1464,732,0,7693,7694,5,452,0,0,7694,7696,3,804,402,0,7695,7697, + 3,716,358,0,7696,7695,1,0,0,0,7696,7697,1,0,0,0,7697,803,1,0,0,0, + 7698,7703,3,806,403,0,7699,7700,5,6,0,0,7700,7702,3,806,403,0,7701, + 7699,1,0,0,0,7702,7705,1,0,0,0,7703,7701,1,0,0,0,7703,7704,1,0,0, + 0,7704,805,1,0,0,0,7705,7703,1,0,0,0,7706,7707,3,1496,748,0,7707, + 807,1,0,0,0,7708,7709,5,138,0,0,7709,7710,5,451,0,0,7710,7711,3, + 1442,721,0,7711,7712,5,333,0,0,7712,7713,3,502,251,0,7713,7787,1, + 0,0,0,7714,7715,5,138,0,0,7715,7716,5,451,0,0,7716,7717,3,1442,721, + 0,7717,7718,5,164,0,0,7718,7719,3,1464,732,0,7719,7787,1,0,0,0,7720, + 7721,5,138,0,0,7721,7722,5,451,0,0,7722,7723,3,1442,721,0,7723,7724, + 5,305,0,0,7724,7726,5,452,0,0,7725,7727,3,716,358,0,7726,7725,1, + 0,0,0,7726,7727,1,0,0,0,7727,7787,1,0,0,0,7728,7729,5,138,0,0,7729, + 7730,5,451,0,0,7730,7731,3,1442,721,0,7731,7732,5,333,0,0,7732,7733, + 5,452,0,0,7733,7735,3,804,402,0,7734,7736,3,716,358,0,7735,7734, + 1,0,0,0,7735,7736,1,0,0,0,7736,7787,1,0,0,0,7737,7738,5,138,0,0, + 7738,7739,5,451,0,0,7739,7740,3,1442,721,0,7740,7741,5,133,0,0,7741, + 7742,5,452,0,0,7742,7744,3,804,402,0,7743,7745,3,716,358,0,7744, + 7743,1,0,0,0,7744,7745,1,0,0,0,7745,7787,1,0,0,0,7746,7747,5,138, + 0,0,7747,7748,5,451,0,0,7748,7749,3,1442,721,0,7749,7750,5,191,0, + 0,7750,7751,5,452,0,0,7751,7753,3,804,402,0,7752,7754,3,716,358, + 0,7753,7752,1,0,0,0,7753,7754,1,0,0,0,7754,7787,1,0,0,0,7755,7756, + 5,138,0,0,7756,7757,5,451,0,0,7757,7758,3,1442,721,0,7758,7759,5, + 193,0,0,7759,7787,1,0,0,0,7760,7761,5,138,0,0,7761,7762,5,451,0, + 0,7762,7763,3,1442,721,0,7763,7764,5,186,0,0,7764,7787,1,0,0,0,7765, + 7766,5,138,0,0,7766,7767,5,451,0,0,7767,7768,3,1442,721,0,7768,7769, + 5,333,0,0,7769,7770,3,502,251,0,7770,7787,1,0,0,0,7771,7772,5,138, + 0,0,7772,7773,5,451,0,0,7773,7774,3,1442,721,0,7774,7775,5,465,0, + 0,7775,7776,5,2,0,0,7776,7777,3,514,257,0,7777,7778,5,3,0,0,7778, + 7787,1,0,0,0,7779,7780,5,138,0,0,7780,7781,5,451,0,0,7781,7782,3, + 1442,721,0,7782,7783,5,282,0,0,7783,7784,5,94,0,0,7784,7785,3,1476, + 738,0,7785,7787,1,0,0,0,7786,7708,1,0,0,0,7786,7714,1,0,0,0,7786, + 7720,1,0,0,0,7786,7728,1,0,0,0,7786,7737,1,0,0,0,7786,7746,1,0,0, + 0,7786,7755,1,0,0,0,7786,7760,1,0,0,0,7786,7765,1,0,0,0,7786,7771, + 1,0,0,0,7786,7779,1,0,0,0,7787,809,1,0,0,0,7788,7790,5,46,0,0,7789, + 7791,3,664,332,0,7790,7789,1,0,0,0,7790,7791,1,0,0,0,7791,7792,1, + 0,0,0,7792,7793,5,321,0,0,7793,7794,3,1442,721,0,7794,7795,5,36, + 0,0,7795,7796,5,80,0,0,7796,7797,3,820,410,0,7797,7798,5,94,0,0, + 7798,7800,3,1418,709,0,7799,7801,3,1150,575,0,7800,7799,1,0,0,0, + 7800,7801,1,0,0,0,7801,7802,1,0,0,0,7802,7804,5,57,0,0,7803,7805, + 3,822,411,0,7804,7803,1,0,0,0,7804,7805,1,0,0,0,7805,7806,1,0,0, + 0,7806,7807,3,812,406,0,7807,811,1,0,0,0,7808,7815,5,270,0,0,7809, + 7815,3,816,408,0,7810,7811,5,2,0,0,7811,7812,3,814,407,0,7812,7813, + 5,3,0,0,7813,7815,1,0,0,0,7814,7808,1,0,0,0,7814,7809,1,0,0,0,7814, + 7810,1,0,0,0,7815,813,1,0,0,0,7816,7818,3,818,409,0,7817,7816,1, + 0,0,0,7817,7818,1,0,0,0,7818,7825,1,0,0,0,7819,7821,5,7,0,0,7820, + 7822,3,818,409,0,7821,7820,1,0,0,0,7821,7822,1,0,0,0,7822,7824,1, + 0,0,0,7823,7819,1,0,0,0,7824,7827,1,0,0,0,7825,7823,1,0,0,0,7825, + 7826,1,0,0,0,7826,815,1,0,0,0,7827,7825,1,0,0,0,7828,7834,3,1006, + 503,0,7829,7834,3,956,478,0,7830,7834,3,988,494,0,7831,7834,3,974, + 487,0,7832,7834,3,824,412,0,7833,7828,1,0,0,0,7833,7829,1,0,0,0, + 7833,7830,1,0,0,0,7833,7831,1,0,0,0,7833,7832,1,0,0,0,7834,817,1, + 0,0,0,7835,7836,3,816,408,0,7836,819,1,0,0,0,7837,7838,7,47,0,0, + 7838,821,1,0,0,0,7839,7840,7,48,0,0,7840,823,1,0,0,0,7841,7842,5, + 271,0,0,7842,7844,3,1480,740,0,7843,7845,3,826,413,0,7844,7843,1, + 0,0,0,7844,7845,1,0,0,0,7845,825,1,0,0,0,7846,7847,5,6,0,0,7847, + 7848,3,1464,732,0,7848,827,1,0,0,0,7849,7850,5,252,0,0,7850,7851, + 3,1480,740,0,7851,829,1,0,0,0,7852,7853,5,366,0,0,7853,7857,3,1480, + 740,0,7854,7855,5,366,0,0,7855,7857,5,9,0,0,7856,7852,1,0,0,0,7856, + 7854,1,0,0,0,7857,831,1,0,0,0,7858,7860,5,129,0,0,7859,7861,3,834, + 417,0,7860,7859,1,0,0,0,7860,7861,1,0,0,0,7861,7863,1,0,0,0,7862, + 7864,3,842,421,0,7863,7862,1,0,0,0,7863,7864,1,0,0,0,7864,7924,1, + 0,0,0,7865,7867,5,146,0,0,7866,7868,3,834,417,0,7867,7866,1,0,0, + 0,7867,7868,1,0,0,0,7868,7870,1,0,0,0,7869,7871,3,840,420,0,7870, + 7869,1,0,0,0,7870,7871,1,0,0,0,7871,7924,1,0,0,0,7872,7873,5,340, + 0,0,7873,7875,5,356,0,0,7874,7876,3,840,420,0,7875,7874,1,0,0,0, + 7875,7876,1,0,0,0,7876,7924,1,0,0,0,7877,7879,5,454,0,0,7878,7880, + 3,834,417,0,7879,7878,1,0,0,0,7879,7880,1,0,0,0,7880,7882,1,0,0, + 0,7881,7883,3,842,421,0,7882,7881,1,0,0,0,7882,7883,1,0,0,0,7883, + 7924,1,0,0,0,7884,7885,5,322,0,0,7885,7924,3,1480,740,0,7886,7888, + 5,308,0,0,7887,7889,5,322,0,0,7888,7887,1,0,0,0,7888,7889,1,0,0, + 0,7889,7890,1,0,0,0,7890,7924,3,1480,740,0,7891,7892,5,290,0,0,7892, + 7893,5,356,0,0,7893,7924,3,1464,732,0,7894,7895,5,161,0,0,7895,7896, + 5,291,0,0,7896,7924,3,1464,732,0,7897,7899,5,161,0,0,7898,7900,3, + 834,417,0,7899,7898,1,0,0,0,7899,7900,1,0,0,0,7900,7902,1,0,0,0, + 7901,7903,3,842,421,0,7902,7901,1,0,0,0,7902,7903,1,0,0,0,7903,7924, + 1,0,0,0,7904,7905,5,319,0,0,7905,7906,5,291,0,0,7906,7924,3,1464, + 732,0,7907,7909,5,319,0,0,7908,7910,3,834,417,0,7909,7908,1,0,0, + 0,7909,7910,1,0,0,0,7910,7911,1,0,0,0,7911,7913,5,94,0,0,7912,7914, + 5,322,0,0,7913,7912,1,0,0,0,7913,7914,1,0,0,0,7914,7915,1,0,0,0, + 7915,7924,3,1480,740,0,7916,7918,5,319,0,0,7917,7919,3,834,417,0, + 7918,7917,1,0,0,0,7918,7919,1,0,0,0,7919,7921,1,0,0,0,7920,7922, + 3,842,421,0,7921,7920,1,0,0,0,7921,7922,1,0,0,0,7922,7924,1,0,0, + 0,7923,7858,1,0,0,0,7923,7865,1,0,0,0,7923,7872,1,0,0,0,7923,7877, + 1,0,0,0,7923,7884,1,0,0,0,7923,7886,1,0,0,0,7923,7891,1,0,0,0,7923, + 7894,1,0,0,0,7923,7897,1,0,0,0,7923,7904,1,0,0,0,7923,7907,1,0,0, + 0,7923,7916,1,0,0,0,7924,833,1,0,0,0,7925,7926,7,49,0,0,7926,835, + 1,0,0,0,7927,7928,5,244,0,0,7928,7929,5,251,0,0,7929,7938,3,68,34, + 0,7930,7931,5,300,0,0,7931,7938,5,81,0,0,7932,7933,5,300,0,0,7933, + 7938,5,382,0,0,7934,7938,5,54,0,0,7935,7936,5,77,0,0,7936,7938,5, + 54,0,0,7937,7927,1,0,0,0,7937,7930,1,0,0,0,7937,7932,1,0,0,0,7937, + 7934,1,0,0,0,7937,7935,1,0,0,0,7938,837,1,0,0,0,7939,7946,3,836, + 418,0,7940,7942,5,6,0,0,7941,7940,1,0,0,0,7941,7942,1,0,0,0,7942, + 7943,1,0,0,0,7943,7945,3,836,418,0,7944,7941,1,0,0,0,7945,7948,1, + 0,0,0,7946,7944,1,0,0,0,7946,7947,1,0,0,0,7947,839,1,0,0,0,7948, + 7946,1,0,0,0,7949,7950,3,838,419,0,7950,841,1,0,0,0,7951,7953,5, + 33,0,0,7952,7954,5,269,0,0,7953,7952,1,0,0,0,7953,7954,1,0,0,0,7954, + 7955,1,0,0,0,7955,7956,5,153,0,0,7956,843,1,0,0,0,7957,7960,5,46, + 0,0,7958,7959,5,82,0,0,7959,7961,5,311,0,0,7960,7958,1,0,0,0,7960, + 7961,1,0,0,0,7961,7963,1,0,0,0,7962,7964,3,196,98,0,7963,7962,1, + 0,0,0,7963,7964,1,0,0,0,7964,7982,1,0,0,0,7965,7966,5,376,0,0,7966, + 7968,3,1414,707,0,7967,7969,3,248,124,0,7968,7967,1,0,0,0,7968,7969, + 1,0,0,0,7969,7971,1,0,0,0,7970,7972,3,134,67,0,7971,7970,1,0,0,0, + 7971,7972,1,0,0,0,7972,7983,1,0,0,0,7973,7974,5,303,0,0,7974,7975, + 5,376,0,0,7975,7976,3,1414,707,0,7976,7977,5,2,0,0,7977,7978,3,250, + 125,0,7978,7980,5,3,0,0,7979,7981,3,134,67,0,7980,7979,1,0,0,0,7980, + 7981,1,0,0,0,7981,7983,1,0,0,0,7982,7965,1,0,0,0,7982,7973,1,0,0, + 0,7983,7984,1,0,0,0,7984,7985,5,36,0,0,7985,7987,3,1006,503,0,7986, + 7988,3,846,423,0,7987,7986,1,0,0,0,7987,7988,1,0,0,0,7988,845,1, + 0,0,0,7989,7991,5,105,0,0,7990,7992,7,50,0,0,7991,7990,1,0,0,0,7991, + 7992,1,0,0,0,7992,7993,1,0,0,0,7993,7994,5,42,0,0,7994,7995,5,279, + 0,0,7995,847,1,0,0,0,7996,7997,5,253,0,0,7997,7998,3,1446,723,0, + 7998,849,1,0,0,0,7999,8000,5,46,0,0,8000,8001,5,175,0,0,8001,8003, + 3,1424,712,0,8002,8004,3,14,7,0,8003,8002,1,0,0,0,8003,8004,1,0, + 0,0,8004,8006,1,0,0,0,8005,8007,3,852,426,0,8006,8005,1,0,0,0,8006, + 8007,1,0,0,0,8007,851,1,0,0,0,8008,8009,3,854,427,0,8009,853,1,0, + 0,0,8010,8012,3,856,428,0,8011,8010,1,0,0,0,8012,8013,1,0,0,0,8013, + 8011,1,0,0,0,8013,8014,1,0,0,0,8014,855,1,0,0,0,8015,8017,3,858, + 429,0,8016,8018,3,860,430,0,8017,8016,1,0,0,0,8017,8018,1,0,0,0, + 8018,8022,1,0,0,0,8019,8023,3,1470,735,0,8020,8023,3,72,36,0,8021, + 8023,5,53,0,0,8022,8019,1,0,0,0,8022,8020,1,0,0,0,8022,8021,1,0, + 0,0,8023,857,1,0,0,0,8024,8025,5,164,0,0,8025,8033,5,74,0,0,8026, + 8033,5,194,0,0,8027,8033,5,255,0,0,8028,8033,5,282,0,0,8029,8033, + 5,351,0,0,8030,8033,5,353,0,0,8031,8033,3,1498,749,0,8032,8024,1, + 0,0,0,8032,8026,1,0,0,0,8032,8027,1,0,0,0,8032,8028,1,0,0,0,8032, + 8029,1,0,0,0,8032,8030,1,0,0,0,8032,8031,1,0,0,0,8033,859,1,0,0, + 0,8034,8035,5,10,0,0,8035,861,1,0,0,0,8036,8037,5,138,0,0,8037,8038, + 5,175,0,0,8038,8050,3,1426,713,0,8039,8040,5,333,0,0,8040,8041,5, + 351,0,0,8041,8043,3,1406,703,0,8042,8039,1,0,0,0,8042,8043,1,0,0, + 0,8043,8051,1,0,0,0,8044,8046,5,105,0,0,8045,8044,1,0,0,0,8045,8046, + 1,0,0,0,8046,8047,1,0,0,0,8047,8049,3,852,426,0,8048,8045,1,0,0, + 0,8048,8049,1,0,0,0,8049,8051,1,0,0,0,8050,8042,1,0,0,0,8050,8048, + 1,0,0,0,8051,863,1,0,0,0,8052,8053,5,138,0,0,8053,8054,5,175,0,0, + 8054,8056,3,1426,713,0,8055,8057,3,88,44,0,8056,8055,1,0,0,0,8056, + 8057,1,0,0,0,8057,865,1,0,0,0,8058,8063,3,868,434,0,8059,8060,5, + 6,0,0,8060,8062,3,868,434,0,8061,8059,1,0,0,0,8062,8065,1,0,0,0, + 8063,8061,1,0,0,0,8063,8064,1,0,0,0,8064,867,1,0,0,0,8065,8063,1, + 0,0,0,8066,8067,5,209,0,0,8067,869,1,0,0,0,8068,8069,5,138,0,0,8069, + 8070,5,108,0,0,8070,8071,3,564,282,0,8071,8072,5,305,0,0,8072,8073, + 5,375,0,0,8073,871,1,0,0,0,8074,8075,5,138,0,0,8075,8076,5,349,0, + 0,8076,8077,7,22,0,0,8077,8078,3,58,29,0,8078,873,1,0,0,0,8079,8080, + 5,46,0,0,8080,8081,5,189,0,0,8081,8083,3,564,282,0,8082,8084,3,878, + 439,0,8083,8082,1,0,0,0,8083,8084,1,0,0,0,8084,8085,1,0,0,0,8085, + 8086,3,1174,587,0,8086,8087,3,220,110,0,8087,875,1,0,0,0,8088,8089, + 5,138,0,0,8089,8090,5,189,0,0,8090,8112,3,564,282,0,8091,8113,3, + 122,61,0,8092,8093,5,191,0,0,8093,8094,5,77,0,0,8094,8113,5,78,0, + 0,8095,8096,5,333,0,0,8096,8097,5,77,0,0,8097,8113,5,78,0,0,8098, + 8099,5,133,0,0,8099,8113,3,240,120,0,8100,8101,5,191,0,0,8101,8103, + 5,45,0,0,8102,8104,3,754,377,0,8103,8102,1,0,0,0,8103,8104,1,0,0, + 0,8104,8105,1,0,0,0,8105,8107,3,1442,721,0,8106,8108,3,124,62,0, + 8107,8106,1,0,0,0,8107,8108,1,0,0,0,8108,8113,1,0,0,0,8109,8110, + 5,372,0,0,8110,8111,5,45,0,0,8111,8113,3,1442,721,0,8112,8091,1, + 0,0,0,8112,8092,1,0,0,0,8112,8095,1,0,0,0,8112,8098,1,0,0,0,8112, + 8100,1,0,0,0,8112,8109,1,0,0,0,8113,877,1,0,0,0,8114,8115,5,36,0, + 0,8115,879,1,0,0,0,8116,8117,5,138,0,0,8117,8118,5,355,0,0,8118, + 8119,5,325,0,0,8119,8120,5,185,0,0,8120,8121,3,564,282,0,8121,8122, + 3,502,251,0,8122,881,1,0,0,0,8123,8124,5,138,0,0,8124,8125,5,355, + 0,0,8125,8126,5,325,0,0,8126,8127,5,163,0,0,8127,8128,3,564,282, + 0,8128,8129,5,133,0,0,8129,8130,5,257,0,0,8130,8131,5,62,0,0,8131, + 8132,3,1422,711,0,8132,8133,3,884,442,0,8133,8134,3,558,279,0,8134, + 8187,1,0,0,0,8135,8136,5,138,0,0,8136,8137,5,355,0,0,8137,8138,5, + 325,0,0,8138,8139,5,163,0,0,8139,8140,3,564,282,0,8140,8141,5,138, + 0,0,8141,8142,5,257,0,0,8142,8143,5,62,0,0,8143,8144,3,1422,711, + 0,8144,8145,3,884,442,0,8145,8146,3,558,279,0,8146,8187,1,0,0,0, + 8147,8148,5,138,0,0,8148,8149,5,355,0,0,8149,8150,5,325,0,0,8150, + 8151,5,163,0,0,8151,8152,3,564,282,0,8152,8153,5,138,0,0,8153,8154, + 5,257,0,0,8154,8155,5,311,0,0,8155,8156,3,564,282,0,8156,8157,3, + 884,442,0,8157,8158,3,564,282,0,8158,8187,1,0,0,0,8159,8160,5,138, + 0,0,8160,8161,5,355,0,0,8161,8162,5,325,0,0,8162,8163,5,163,0,0, + 8163,8164,3,564,282,0,8164,8165,5,138,0,0,8165,8166,5,257,0,0,8166, + 8167,5,62,0,0,8167,8168,3,1422,711,0,8168,8169,5,311,0,0,8169,8170, + 3,564,282,0,8170,8171,3,884,442,0,8171,8172,3,564,282,0,8172,8187, + 1,0,0,0,8173,8174,5,138,0,0,8174,8175,5,355,0,0,8175,8176,5,325, + 0,0,8176,8177,5,163,0,0,8177,8178,3,564,282,0,8178,8179,5,191,0, + 0,8179,8181,5,257,0,0,8180,8182,3,754,377,0,8181,8180,1,0,0,0,8181, + 8182,1,0,0,0,8182,8183,1,0,0,0,8183,8184,5,62,0,0,8184,8185,3,1422, + 711,0,8185,8187,1,0,0,0,8186,8123,1,0,0,0,8186,8135,1,0,0,0,8186, + 8147,1,0,0,0,8186,8159,1,0,0,0,8186,8173,1,0,0,0,8187,883,1,0,0, + 0,8188,8189,5,105,0,0,8189,885,1,0,0,0,8190,8192,5,46,0,0,8191,8193, + 3,530,265,0,8192,8191,1,0,0,0,8192,8193,1,0,0,0,8193,8194,1,0,0, + 0,8194,8195,5,168,0,0,8195,8196,3,564,282,0,8196,8197,5,62,0,0,8197, + 8198,3,1464,732,0,8198,8199,5,94,0,0,8199,8200,3,1464,732,0,8200, + 8201,5,64,0,0,8201,8202,3,564,282,0,8202,887,1,0,0,0,8203,8205,5, + 158,0,0,8204,8206,3,914,457,0,8205,8204,1,0,0,0,8205,8206,1,0,0, + 0,8206,8207,1,0,0,0,8207,8209,3,1412,706,0,8208,8210,3,892,446,0, + 8209,8208,1,0,0,0,8209,8210,1,0,0,0,8210,8222,1,0,0,0,8211,8213, + 5,158,0,0,8212,8214,3,914,457,0,8213,8212,1,0,0,0,8213,8214,1,0, + 0,0,8214,8222,1,0,0,0,8215,8216,5,158,0,0,8216,8217,3,890,445,0, + 8217,8219,3,1412,706,0,8218,8220,3,892,446,0,8219,8218,1,0,0,0,8219, + 8220,1,0,0,0,8220,8222,1,0,0,0,8221,8203,1,0,0,0,8221,8211,1,0,0, + 0,8221,8215,1,0,0,0,8222,889,1,0,0,0,8223,8224,5,2,0,0,8224,8229, + 3,914,457,0,8225,8226,5,6,0,0,8226,8228,3,914,457,0,8227,8225,1, + 0,0,0,8228,8231,1,0,0,0,8229,8227,1,0,0,0,8229,8230,1,0,0,0,8230, + 8232,1,0,0,0,8231,8229,1,0,0,0,8232,8233,5,3,0,0,8233,891,1,0,0, + 0,8234,8235,5,100,0,0,8235,8236,3,1442,721,0,8236,893,1,0,0,0,8237, + 8239,5,370,0,0,8238,8240,3,920,460,0,8239,8238,1,0,0,0,8239,8240, + 1,0,0,0,8240,8242,1,0,0,0,8241,8243,3,922,461,0,8242,8241,1,0,0, + 0,8242,8243,1,0,0,0,8243,8245,1,0,0,0,8244,8246,3,914,457,0,8245, + 8244,1,0,0,0,8245,8246,1,0,0,0,8246,8248,1,0,0,0,8247,8249,3,908, + 454,0,8248,8247,1,0,0,0,8248,8249,1,0,0,0,8249,8251,1,0,0,0,8250, + 8252,3,930,465,0,8251,8250,1,0,0,0,8251,8252,1,0,0,0,8252,8264,1, + 0,0,0,8253,8258,5,370,0,0,8254,8255,5,2,0,0,8255,8256,3,898,449, + 0,8256,8257,5,3,0,0,8257,8259,1,0,0,0,8258,8254,1,0,0,0,8258,8259, + 1,0,0,0,8259,8261,1,0,0,0,8260,8262,3,930,465,0,8261,8260,1,0,0, + 0,8261,8262,1,0,0,0,8262,8264,1,0,0,0,8263,8237,1,0,0,0,8263,8253, + 1,0,0,0,8264,895,1,0,0,0,8265,8267,3,900,450,0,8266,8268,3,914,457, + 0,8267,8266,1,0,0,0,8267,8268,1,0,0,0,8268,8270,1,0,0,0,8269,8271, + 3,930,465,0,8270,8269,1,0,0,0,8270,8271,1,0,0,0,8271,8280,1,0,0, + 0,8272,8273,3,900,450,0,8273,8274,5,2,0,0,8274,8275,3,910,455,0, + 8275,8277,5,3,0,0,8276,8278,3,930,465,0,8277,8276,1,0,0,0,8277,8278, + 1,0,0,0,8278,8280,1,0,0,0,8279,8265,1,0,0,0,8279,8272,1,0,0,0,8280, + 897,1,0,0,0,8281,8286,3,902,451,0,8282,8283,5,6,0,0,8283,8285,3, + 902,451,0,8284,8282,1,0,0,0,8285,8288,1,0,0,0,8286,8284,1,0,0,0, + 8286,8287,1,0,0,0,8287,899,1,0,0,0,8288,8286,1,0,0,0,8289,8290,7, + 51,0,0,8290,901,1,0,0,0,8291,8293,3,904,452,0,8292,8294,3,906,453, + 0,8293,8292,1,0,0,0,8293,8294,1,0,0,0,8294,903,1,0,0,0,8295,8298, + 3,1494,747,0,8296,8298,3,900,450,0,8297,8295,1,0,0,0,8297,8296,1, + 0,0,0,8298,905,1,0,0,0,8299,8302,3,72,36,0,8300,8302,3,328,164,0, + 8301,8299,1,0,0,0,8301,8300,1,0,0,0,8302,907,1,0,0,0,8303,8304,3, + 900,450,0,8304,909,1,0,0,0,8305,8310,3,912,456,0,8306,8307,5,6,0, + 0,8307,8309,3,912,456,0,8308,8306,1,0,0,0,8309,8312,1,0,0,0,8310, + 8308,1,0,0,0,8310,8311,1,0,0,0,8311,911,1,0,0,0,8312,8310,1,0,0, + 0,8313,8317,3,914,457,0,8314,8317,3,916,458,0,8315,8317,3,918,459, + 0,8316,8313,1,0,0,0,8316,8314,1,0,0,0,8316,8315,1,0,0,0,8317,913, + 1,0,0,0,8318,8320,5,128,0,0,8319,8321,7,52,0,0,8320,8319,1,0,0,0, + 8320,8321,1,0,0,0,8321,915,1,0,0,0,8322,8324,5,547,0,0,8323,8325, + 7,52,0,0,8324,8323,1,0,0,0,8324,8325,1,0,0,0,8325,917,1,0,0,0,8326, + 8329,5,548,0,0,8327,8330,3,328,164,0,8328,8330,3,1464,732,0,8329, + 8327,1,0,0,0,8329,8328,1,0,0,0,8330,919,1,0,0,0,8331,8332,5,113, + 0,0,8332,921,1,0,0,0,8333,8334,5,112,0,0,8334,923,1,0,0,0,8335,8336, + 5,2,0,0,8336,8337,3,250,125,0,8337,8338,5,3,0,0,8338,925,1,0,0,0, + 8339,8341,3,1412,706,0,8340,8342,3,924,462,0,8341,8340,1,0,0,0,8341, + 8342,1,0,0,0,8342,927,1,0,0,0,8343,8348,3,926,463,0,8344,8345,5, + 6,0,0,8345,8347,3,926,463,0,8346,8344,1,0,0,0,8347,8350,1,0,0,0, + 8348,8346,1,0,0,0,8348,8349,1,0,0,0,8349,929,1,0,0,0,8350,8348,1, + 0,0,0,8351,8352,3,928,464,0,8352,931,1,0,0,0,8353,8354,5,203,0,0, + 8354,8372,3,934,467,0,8355,8356,5,203,0,0,8356,8358,3,900,450,0, + 8357,8359,3,914,457,0,8358,8357,1,0,0,0,8358,8359,1,0,0,0,8359,8360, + 1,0,0,0,8360,8361,3,934,467,0,8361,8372,1,0,0,0,8362,8363,5,203, + 0,0,8363,8364,5,128,0,0,8364,8372,3,934,467,0,8365,8366,5,203,0, + 0,8366,8367,5,2,0,0,8367,8368,3,936,468,0,8368,8369,5,3,0,0,8369, + 8370,3,934,467,0,8370,8372,1,0,0,0,8371,8353,1,0,0,0,8371,8355,1, + 0,0,0,8371,8362,1,0,0,0,8371,8365,1,0,0,0,8372,933,1,0,0,0,8373, + 8383,3,1006,503,0,8374,8383,3,956,478,0,8375,8383,3,988,494,0,8376, + 8383,3,974,487,0,8377,8383,3,998,499,0,8378,8383,3,300,150,0,8379, + 8383,3,306,153,0,8380,8383,3,312,156,0,8381,8383,3,950,475,0,8382, + 8373,1,0,0,0,8382,8374,1,0,0,0,8382,8375,1,0,0,0,8382,8376,1,0,0, + 0,8382,8377,1,0,0,0,8382,8378,1,0,0,0,8382,8379,1,0,0,0,8382,8380, + 1,0,0,0,8382,8381,1,0,0,0,8383,935,1,0,0,0,8384,8389,3,938,469,0, + 8385,8386,5,6,0,0,8386,8388,3,938,469,0,8387,8385,1,0,0,0,8388,8391, + 1,0,0,0,8389,8387,1,0,0,0,8389,8390,1,0,0,0,8390,937,1,0,0,0,8391, + 8389,1,0,0,0,8392,8394,3,940,470,0,8393,8395,3,942,471,0,8394,8393, + 1,0,0,0,8394,8395,1,0,0,0,8395,939,1,0,0,0,8396,8399,3,1494,747, + 0,8397,8399,3,900,450,0,8398,8396,1,0,0,0,8398,8397,1,0,0,0,8399, + 941,1,0,0,0,8400,8403,3,72,36,0,8401,8403,3,328,164,0,8402,8400, + 1,0,0,0,8402,8401,1,0,0,0,8403,943,1,0,0,0,8404,8405,5,290,0,0,8405, + 8407,3,1442,721,0,8406,8408,3,946,473,0,8407,8406,1,0,0,0,8407,8408, + 1,0,0,0,8408,8409,1,0,0,0,8409,8410,5,36,0,0,8410,8411,3,948,474, + 0,8411,945,1,0,0,0,8412,8413,5,2,0,0,8413,8414,3,1348,674,0,8414, + 8415,5,3,0,0,8415,947,1,0,0,0,8416,8421,3,1006,503,0,8417,8421,3, + 956,478,0,8418,8421,3,988,494,0,8419,8421,3,974,487,0,8420,8416, + 1,0,0,0,8420,8417,1,0,0,0,8420,8418,1,0,0,0,8420,8419,1,0,0,0,8421, + 949,1,0,0,0,8422,8423,5,202,0,0,8423,8425,3,1442,721,0,8424,8426, + 3,952,476,0,8425,8424,1,0,0,0,8425,8426,1,0,0,0,8426,8442,1,0,0, + 0,8427,8429,3,192,96,0,8428,8430,3,522,261,0,8429,8428,1,0,0,0,8429, + 8430,1,0,0,0,8430,8431,1,0,0,0,8431,8432,3,302,151,0,8432,8433,5, + 36,0,0,8433,8434,5,202,0,0,8434,8436,3,1442,721,0,8435,8437,3,952, + 476,0,8436,8435,1,0,0,0,8436,8437,1,0,0,0,8437,8439,1,0,0,0,8438, + 8440,3,304,152,0,8439,8438,1,0,0,0,8439,8440,1,0,0,0,8440,8442,1, + 0,0,0,8441,8422,1,0,0,0,8441,8427,1,0,0,0,8442,951,1,0,0,0,8443, + 8444,5,2,0,0,8444,8445,3,1334,667,0,8445,8446,5,3,0,0,8446,953,1, + 0,0,0,8447,8449,5,177,0,0,8448,8450,5,290,0,0,8449,8448,1,0,0,0, + 8449,8450,1,0,0,0,8450,8453,1,0,0,0,8451,8454,3,1442,721,0,8452, + 8454,5,30,0,0,8453,8451,1,0,0,0,8453,8452,1,0,0,0,8454,955,1,0,0, + 0,8455,8457,3,1032,516,0,8456,8455,1,0,0,0,8456,8457,1,0,0,0,8457, + 8458,1,0,0,0,8458,8459,5,241,0,0,8459,8460,5,71,0,0,8460,8461,3, + 958,479,0,8461,8463,3,960,480,0,8462,8464,3,968,484,0,8463,8462, + 1,0,0,0,8463,8464,1,0,0,0,8464,8466,1,0,0,0,8465,8467,3,972,486, + 0,8466,8465,1,0,0,0,8466,8467,1,0,0,0,8467,957,1,0,0,0,8468,8471, + 3,1412,706,0,8469,8470,5,36,0,0,8470,8472,3,1480,740,0,8471,8469, + 1,0,0,0,8471,8472,1,0,0,0,8472,959,1,0,0,0,8473,8474,5,2,0,0,8474, + 8475,3,964,482,0,8475,8476,5,3,0,0,8476,8478,1,0,0,0,8477,8473,1, + 0,0,0,8477,8478,1,0,0,0,8478,8483,1,0,0,0,8479,8480,5,463,0,0,8480, + 8481,3,962,481,0,8481,8482,5,450,0,0,8482,8484,1,0,0,0,8483,8479, + 1,0,0,0,8483,8484,1,0,0,0,8484,8487,1,0,0,0,8485,8488,3,1700,850, + 0,8486,8488,3,1006,503,0,8487,8485,1,0,0,0,8487,8486,1,0,0,0,8488, + 961,1,0,0,0,8489,8490,7,53,0,0,8490,963,1,0,0,0,8491,8496,3,966, + 483,0,8492,8493,5,6,0,0,8493,8495,3,966,483,0,8494,8492,1,0,0,0, + 8495,8498,1,0,0,0,8496,8494,1,0,0,0,8496,8497,1,0,0,0,8497,965,1, + 0,0,0,8498,8496,1,0,0,0,8499,8500,3,1438,719,0,8500,8501,3,1388, + 694,0,8501,967,1,0,0,0,8502,8503,5,80,0,0,8503,8505,5,464,0,0,8504, + 8506,3,970,485,0,8505,8504,1,0,0,0,8505,8506,1,0,0,0,8506,8507,1, + 0,0,0,8507,8515,5,57,0,0,8508,8509,5,369,0,0,8509,8510,5,333,0,0, + 8510,8512,3,990,495,0,8511,8513,3,1150,575,0,8512,8511,1,0,0,0,8512, + 8513,1,0,0,0,8513,8516,1,0,0,0,8514,8516,5,270,0,0,8515,8508,1,0, + 0,0,8515,8514,1,0,0,0,8516,969,1,0,0,0,8517,8518,5,2,0,0,8518,8519, + 3,642,321,0,8519,8521,5,3,0,0,8520,8522,3,1150,575,0,8521,8520,1, + 0,0,0,8521,8522,1,0,0,0,8522,8527,1,0,0,0,8523,8524,5,80,0,0,8524, + 8525,5,45,0,0,8525,8527,3,1442,721,0,8526,8517,1,0,0,0,8526,8523, + 1,0,0,0,8527,971,1,0,0,0,8528,8529,5,87,0,0,8529,8530,3,1392,696, + 0,8530,973,1,0,0,0,8531,8533,3,1032,516,0,8532,8531,1,0,0,0,8532, + 8533,1,0,0,0,8533,8534,1,0,0,0,8534,8535,5,182,0,0,8535,8536,5,64, + 0,0,8536,8538,3,1134,567,0,8537,8539,3,976,488,0,8538,8537,1,0,0, + 0,8538,8539,1,0,0,0,8539,8541,1,0,0,0,8540,8542,3,1152,576,0,8541, + 8540,1,0,0,0,8541,8542,1,0,0,0,8542,8544,1,0,0,0,8543,8545,3,972, + 486,0,8544,8543,1,0,0,0,8544,8545,1,0,0,0,8545,975,1,0,0,0,8546, + 8547,5,100,0,0,8547,8548,3,1110,555,0,8548,977,1,0,0,0,8549,8551, + 5,256,0,0,8550,8552,3,1040,520,0,8551,8550,1,0,0,0,8551,8552,1,0, + 0,0,8552,8553,1,0,0,0,8553,8555,3,1130,565,0,8554,8556,3,980,490, + 0,8555,8554,1,0,0,0,8555,8556,1,0,0,0,8556,8558,1,0,0,0,8557,8559, + 3,984,492,0,8558,8557,1,0,0,0,8558,8559,1,0,0,0,8559,979,1,0,0,0, + 8560,8561,5,68,0,0,8561,8562,3,982,491,0,8562,8563,5,263,0,0,8563, + 981,1,0,0,0,8564,8565,5,131,0,0,8565,8577,7,54,0,0,8566,8567,5,414, + 0,0,8567,8577,7,54,0,0,8568,8573,5,334,0,0,8569,8570,5,369,0,0,8570, + 8574,5,201,0,0,8571,8572,5,414,0,0,8572,8574,5,201,0,0,8573,8569, + 1,0,0,0,8573,8571,1,0,0,0,8573,8574,1,0,0,0,8574,8577,1,0,0,0,8575, + 8577,5,201,0,0,8576,8564,1,0,0,0,8576,8566,1,0,0,0,8576,8568,1,0, + 0,0,8576,8575,1,0,0,0,8577,983,1,0,0,0,8578,8579,5,272,0,0,8579, + 985,1,0,0,0,8580,8584,5,272,0,0,8581,8582,5,465,0,0,8582,8584,5, + 466,0,0,8583,8580,1,0,0,0,8583,8581,1,0,0,0,8584,987,1,0,0,0,8585, + 8587,3,1032,516,0,8586,8585,1,0,0,0,8586,8587,1,0,0,0,8587,8588, + 1,0,0,0,8588,8589,5,369,0,0,8589,8590,3,1134,567,0,8590,8591,5,333, + 0,0,8591,8593,3,990,495,0,8592,8594,3,1108,554,0,8593,8592,1,0,0, + 0,8593,8594,1,0,0,0,8594,8596,1,0,0,0,8595,8597,3,1152,576,0,8596, + 8595,1,0,0,0,8596,8597,1,0,0,0,8597,8599,1,0,0,0,8598,8600,3,972, + 486,0,8599,8598,1,0,0,0,8599,8600,1,0,0,0,8600,989,1,0,0,0,8601, + 8606,3,992,496,0,8602,8603,5,6,0,0,8603,8605,3,992,496,0,8604,8602, + 1,0,0,0,8605,8608,1,0,0,0,8606,8604,1,0,0,0,8606,8607,1,0,0,0,8607, + 991,1,0,0,0,8608,8606,1,0,0,0,8609,8610,3,994,497,0,8610,8611,5, + 10,0,0,8611,8612,3,1218,609,0,8612,8628,1,0,0,0,8613,8614,5,2,0, + 0,8614,8615,3,996,498,0,8615,8616,5,3,0,0,8616,8625,5,10,0,0,8617, + 8619,5,414,0,0,8618,8617,1,0,0,0,8618,8619,1,0,0,0,8619,8620,1,0, + 0,0,8620,8626,3,1218,609,0,8621,8622,5,2,0,0,8622,8623,3,1012,506, + 0,8623,8624,5,3,0,0,8624,8626,1,0,0,0,8625,8618,1,0,0,0,8625,8621, + 1,0,0,0,8626,8628,1,0,0,0,8627,8609,1,0,0,0,8627,8613,1,0,0,0,8628, + 993,1,0,0,0,8629,8630,3,1438,719,0,8630,8631,3,1388,694,0,8631,995, + 1,0,0,0,8632,8637,3,994,497,0,8633,8634,5,6,0,0,8634,8636,3,994, + 497,0,8635,8633,1,0,0,0,8636,8639,1,0,0,0,8637,8635,1,0,0,0,8637, + 8638,1,0,0,0,8638,997,1,0,0,0,8639,8637,1,0,0,0,8640,8641,5,178, + 0,0,8641,8642,3,1000,500,0,8642,8643,3,1002,501,0,8643,8644,5,172, + 0,0,8644,8645,3,1004,502,0,8645,8646,5,62,0,0,8646,8647,3,1006,503, + 0,8647,999,1,0,0,0,8648,8649,3,1442,721,0,8649,1001,1,0,0,0,8650, + 8651,5,269,0,0,8651,8656,5,324,0,0,8652,8656,5,324,0,0,8653,8656, + 5,107,0,0,8654,8656,5,240,0,0,8655,8650,1,0,0,0,8655,8652,1,0,0, + 0,8655,8653,1,0,0,0,8655,8654,1,0,0,0,8656,8659,1,0,0,0,8657,8655, + 1,0,0,0,8657,8658,1,0,0,0,8658,1003,1,0,0,0,8659,8657,1,0,0,0,8660, + 8666,1,0,0,0,8661,8662,5,105,0,0,8662,8666,5,217,0,0,8663,8664,5, + 379,0,0,8664,8666,5,217,0,0,8665,8660,1,0,0,0,8665,8661,1,0,0,0, + 8665,8663,1,0,0,0,8666,1005,1,0,0,0,8667,8670,3,1010,505,0,8668, + 8670,3,1008,504,0,8669,8667,1,0,0,0,8669,8668,1,0,0,0,8670,1007, + 1,0,0,0,8671,8672,5,2,0,0,8672,8673,3,1010,505,0,8673,8674,5,3,0, + 0,8674,8680,1,0,0,0,8675,8676,5,2,0,0,8676,8677,3,1008,504,0,8677, + 8678,5,3,0,0,8678,8680,1,0,0,0,8679,8671,1,0,0,0,8679,8675,1,0,0, + 0,8680,1009,1,0,0,0,8681,8683,3,1012,506,0,8682,8684,3,1048,524, + 0,8683,8682,1,0,0,0,8683,8684,1,0,0,0,8684,8693,1,0,0,0,8685,8687, + 3,1094,547,0,8686,8688,3,1058,529,0,8687,8686,1,0,0,0,8687,8688, + 1,0,0,0,8688,8694,1,0,0,0,8689,8691,3,1056,528,0,8690,8692,3,1096, + 548,0,8691,8690,1,0,0,0,8691,8692,1,0,0,0,8692,8694,1,0,0,0,8693, + 8685,1,0,0,0,8693,8689,1,0,0,0,8693,8694,1,0,0,0,8694,8711,1,0,0, + 0,8695,8696,3,1020,510,0,8696,8698,3,1012,506,0,8697,8699,3,1048, + 524,0,8698,8697,1,0,0,0,8698,8699,1,0,0,0,8699,8708,1,0,0,0,8700, + 8702,3,1094,547,0,8701,8703,3,1058,529,0,8702,8701,1,0,0,0,8702, + 8703,1,0,0,0,8703,8709,1,0,0,0,8704,8706,3,1056,528,0,8705,8707, + 3,1096,548,0,8706,8705,1,0,0,0,8706,8707,1,0,0,0,8707,8709,1,0,0, + 0,8708,8700,1,0,0,0,8708,8704,1,0,0,0,8708,8709,1,0,0,0,8709,8711, + 1,0,0,0,8710,8681,1,0,0,0,8710,8695,1,0,0,0,8711,1011,1,0,0,0,8712, + 8715,3,1014,507,0,8713,8715,3,1008,504,0,8714,8712,1,0,0,0,8714, + 8713,1,0,0,0,8715,1013,1,0,0,0,8716,8732,5,88,0,0,8717,8719,3,1046, + 523,0,8718,8717,1,0,0,0,8718,8719,1,0,0,0,8719,8721,1,0,0,0,8720, + 8722,3,1034,517,0,8721,8720,1,0,0,0,8721,8722,1,0,0,0,8722,8724, + 1,0,0,0,8723,8725,3,1390,695,0,8724,8723,1,0,0,0,8724,8725,1,0,0, + 0,8725,8733,1,0,0,0,8726,8728,3,1044,522,0,8727,8726,1,0,0,0,8727, + 8728,1,0,0,0,8728,8730,1,0,0,0,8729,8731,3,1392,696,0,8730,8729, + 1,0,0,0,8730,8731,1,0,0,0,8731,8733,1,0,0,0,8732,8718,1,0,0,0,8732, + 8727,1,0,0,0,8733,8735,1,0,0,0,8734,8736,3,1034,517,0,8735,8734, + 1,0,0,0,8735,8736,1,0,0,0,8736,8738,1,0,0,0,8737,8739,3,1108,554, + 0,8738,8737,1,0,0,0,8738,8739,1,0,0,0,8739,8741,1,0,0,0,8740,8742, + 3,1150,575,0,8741,8740,1,0,0,0,8741,8742,1,0,0,0,8742,8744,1,0,0, + 0,8743,8745,3,1078,539,0,8744,8743,1,0,0,0,8744,8745,1,0,0,0,8745, + 8747,1,0,0,0,8746,8748,3,1092,546,0,8747,8746,1,0,0,0,8747,8748, + 1,0,0,0,8748,8750,1,0,0,0,8749,8751,3,1294,647,0,8750,8749,1,0,0, + 0,8750,8751,1,0,0,0,8751,8762,1,0,0,0,8752,8762,3,1106,553,0,8753, + 8754,5,92,0,0,8754,8762,3,1124,562,0,8755,8756,3,1008,504,0,8756, + 8759,3,1018,509,0,8757,8760,3,1014,507,0,8758,8760,3,1008,504,0, + 8759,8757,1,0,0,0,8759,8758,1,0,0,0,8760,8762,1,0,0,0,8761,8716, + 1,0,0,0,8761,8752,1,0,0,0,8761,8753,1,0,0,0,8761,8755,1,0,0,0,8762, + 8770,1,0,0,0,8763,8766,3,1018,509,0,8764,8767,3,1014,507,0,8765, + 8767,3,1008,504,0,8766,8764,1,0,0,0,8766,8765,1,0,0,0,8767,8769, + 1,0,0,0,8768,8763,1,0,0,0,8769,8772,1,0,0,0,8770,8768,1,0,0,0,8770, + 8771,1,0,0,0,8771,1015,1,0,0,0,8772,8770,1,0,0,0,8773,8777,5,97, + 0,0,8774,8777,5,70,0,0,8775,8777,5,59,0,0,8776,8773,1,0,0,0,8776, + 8774,1,0,0,0,8776,8775,1,0,0,0,8777,1017,1,0,0,0,8778,8780,3,1016, + 508,0,8779,8781,3,1042,521,0,8780,8779,1,0,0,0,8780,8781,1,0,0,0, + 8781,1019,1,0,0,0,8782,8784,5,105,0,0,8783,8785,5,303,0,0,8784,8783, + 1,0,0,0,8784,8785,1,0,0,0,8785,8786,1,0,0,0,8786,8787,3,1022,511, + 0,8787,1021,1,0,0,0,8788,8793,3,1024,512,0,8789,8790,5,6,0,0,8790, + 8792,3,1024,512,0,8791,8789,1,0,0,0,8792,8795,1,0,0,0,8793,8791, + 1,0,0,0,8793,8794,1,0,0,0,8794,1023,1,0,0,0,8795,8793,1,0,0,0,8796, + 8798,3,1442,721,0,8797,8799,3,924,462,0,8798,8797,1,0,0,0,8798,8799, + 1,0,0,0,8799,8800,1,0,0,0,8800,8802,5,36,0,0,8801,8803,3,1030,515, + 0,8802,8801,1,0,0,0,8802,8803,1,0,0,0,8803,8804,1,0,0,0,8804,8805, + 5,2,0,0,8805,8806,3,948,474,0,8806,8808,5,3,0,0,8807,8809,3,1026, + 513,0,8808,8807,1,0,0,0,8808,8809,1,0,0,0,8809,8811,1,0,0,0,8810, + 8812,3,1028,514,0,8811,8810,1,0,0,0,8811,8812,1,0,0,0,8812,1025, + 1,0,0,0,8813,8814,5,325,0,0,8814,8815,7,55,0,0,8815,8816,5,207,0, + 0,8816,8817,5,147,0,0,8817,8818,3,250,125,0,8818,8819,5,333,0,0, + 8819,8820,3,1438,719,0,8820,1027,1,0,0,0,8821,8822,5,173,0,0,8822, + 8823,3,250,125,0,8823,8824,5,333,0,0,8824,8830,3,1438,719,0,8825, + 8826,5,94,0,0,8826,8827,3,1442,721,0,8827,8828,5,53,0,0,8828,8829, + 3,1442,721,0,8829,8831,1,0,0,0,8830,8825,1,0,0,0,8830,8831,1,0,0, + 0,8831,8832,1,0,0,0,8832,8833,5,100,0,0,8833,8834,3,1438,719,0,8834, + 1029,1,0,0,0,8835,8839,5,259,0,0,8836,8837,5,77,0,0,8837,8839,5, + 259,0,0,8838,8835,1,0,0,0,8838,8836,1,0,0,0,8839,1031,1,0,0,0,8840, + 8841,3,1020,510,0,8841,1033,1,0,0,0,8842,8847,5,71,0,0,8843,8844, + 3,1036,518,0,8844,8845,3,1038,519,0,8845,8848,1,0,0,0,8846,8848, + 3,1680,840,0,8847,8843,1,0,0,0,8847,8846,1,0,0,0,8848,1035,1,0,0, + 0,8849,8852,1,0,0,0,8850,8852,5,346,0,0,8851,8849,1,0,0,0,8851,8850, + 1,0,0,0,8852,1037,1,0,0,0,8853,8855,7,56,0,0,8854,8853,1,0,0,0,8854, + 8855,1,0,0,0,8855,8856,1,0,0,0,8856,8858,7,25,0,0,8857,8859,3,1040, + 520,0,8858,8857,1,0,0,0,8858,8859,1,0,0,0,8859,8860,1,0,0,0,8860, + 8870,3,1410,705,0,8861,8863,5,367,0,0,8862,8864,3,1040,520,0,8863, + 8862,1,0,0,0,8863,8864,1,0,0,0,8864,8865,1,0,0,0,8865,8870,3,1410, + 705,0,8866,8867,5,92,0,0,8867,8870,3,1410,705,0,8868,8870,3,1410, + 705,0,8869,8854,1,0,0,0,8869,8861,1,0,0,0,8869,8866,1,0,0,0,8869, + 8868,1,0,0,0,8870,1039,1,0,0,0,8871,8872,5,92,0,0,8872,1041,1,0, + 0,0,8873,8874,7,57,0,0,8874,1043,1,0,0,0,8875,8881,5,56,0,0,8876, + 8877,5,80,0,0,8877,8878,5,2,0,0,8878,8879,3,1334,667,0,8879,8880, + 5,3,0,0,8880,8882,1,0,0,0,8881,8876,1,0,0,0,8881,8882,1,0,0,0,8882, + 1045,1,0,0,0,8883,8884,5,30,0,0,8884,1047,1,0,0,0,8885,8886,3,1050, + 525,0,8886,1049,1,0,0,0,8887,8888,5,83,0,0,8888,8889,5,147,0,0,8889, + 8890,3,1052,526,0,8890,1051,1,0,0,0,8891,8896,3,1054,527,0,8892, + 8893,5,6,0,0,8893,8895,3,1054,527,0,8894,8892,1,0,0,0,8895,8898, + 1,0,0,0,8896,8894,1,0,0,0,8896,8897,1,0,0,0,8897,1053,1,0,0,0,8898, + 8896,1,0,0,0,8899,8903,3,1342,671,0,8900,8901,5,100,0,0,8901,8904, + 3,1330,665,0,8902,8904,3,656,328,0,8903,8900,1,0,0,0,8903,8902,1, + 0,0,0,8903,8904,1,0,0,0,8904,8906,1,0,0,0,8905,8907,3,658,329,0, + 8906,8905,1,0,0,0,8906,8907,1,0,0,0,8907,1055,1,0,0,0,8908,8910, + 3,1060,530,0,8909,8911,3,1064,532,0,8910,8909,1,0,0,0,8910,8911, + 1,0,0,0,8911,8921,1,0,0,0,8912,8914,3,1064,532,0,8913,8915,3,1062, + 531,0,8914,8913,1,0,0,0,8914,8915,1,0,0,0,8915,8921,1,0,0,0,8916, + 8918,3,1062,531,0,8917,8919,3,1064,532,0,8918,8917,1,0,0,0,8918, + 8919,1,0,0,0,8919,8921,1,0,0,0,8920,8908,1,0,0,0,8920,8912,1,0,0, + 0,8920,8916,1,0,0,0,8921,1057,1,0,0,0,8922,8923,3,1056,528,0,8923, + 1059,1,0,0,0,8924,8925,5,74,0,0,8925,8928,3,1066,533,0,8926,8927, + 5,6,0,0,8927,8929,3,1068,534,0,8928,8926,1,0,0,0,8928,8929,1,0,0, + 0,8929,1061,1,0,0,0,8930,8931,5,61,0,0,8931,8945,3,1076,538,0,8932, + 8933,3,1070,535,0,8933,8937,3,1074,537,0,8934,8938,5,81,0,0,8935, + 8936,5,105,0,0,8936,8938,5,467,0,0,8937,8934,1,0,0,0,8937,8935,1, + 0,0,0,8938,8946,1,0,0,0,8939,8943,3,1074,537,0,8940,8944,5,81,0, + 0,8941,8942,5,105,0,0,8942,8944,5,467,0,0,8943,8940,1,0,0,0,8943, + 8941,1,0,0,0,8944,8946,1,0,0,0,8945,8932,1,0,0,0,8945,8939,1,0,0, + 0,8946,1063,1,0,0,0,8947,8952,5,79,0,0,8948,8949,3,1070,535,0,8949, + 8950,3,1074,537,0,8950,8953,1,0,0,0,8951,8953,3,1068,534,0,8952, + 8948,1,0,0,0,8952,8951,1,0,0,0,8953,1065,1,0,0,0,8954,8957,3,1218, + 609,0,8955,8957,5,30,0,0,8956,8954,1,0,0,0,8956,8955,1,0,0,0,8957, + 1067,1,0,0,0,8958,8959,3,1218,609,0,8959,1069,1,0,0,0,8960,8961, + 5,12,0,0,8961,8966,3,1072,536,0,8962,8963,5,13,0,0,8963,8966,3,1072, + 536,0,8964,8966,3,1260,630,0,8965,8960,1,0,0,0,8965,8962,1,0,0,0, + 8965,8964,1,0,0,0,8966,1071,1,0,0,0,8967,8970,3,1462,731,0,8968, + 8970,3,1460,730,0,8969,8967,1,0,0,0,8969,8968,1,0,0,0,8970,1073, + 1,0,0,0,8971,8972,7,58,0,0,8972,1075,1,0,0,0,8973,8974,7,59,0,0, + 8974,1077,1,0,0,0,8975,8976,5,66,0,0,8976,8978,5,147,0,0,8977,8979, + 3,1042,521,0,8978,8977,1,0,0,0,8978,8979,1,0,0,0,8979,8980,1,0,0, + 0,8980,8981,3,1080,540,0,8981,1079,1,0,0,0,8982,8987,3,1082,541, + 0,8983,8984,5,6,0,0,8984,8986,3,1082,541,0,8985,8983,1,0,0,0,8986, + 8989,1,0,0,0,8987,8985,1,0,0,0,8987,8988,1,0,0,0,8988,1081,1,0,0, + 0,8989,8987,1,0,0,0,8990,9000,3,1342,671,0,8991,9000,3,1084,542, + 0,8992,9000,3,1088,544,0,8993,9000,3,1086,543,0,8994,9000,3,1090, + 545,0,8995,8996,5,2,0,0,8996,8997,3,1336,668,0,8997,8998,5,3,0,0, + 8998,9000,1,0,0,0,8999,8990,1,0,0,0,8999,8991,1,0,0,0,8999,8992, + 1,0,0,0,8999,8993,1,0,0,0,8999,8994,1,0,0,0,8999,8995,1,0,0,0,9000, + 1083,1,0,0,0,9001,9002,5,2,0,0,9002,9003,5,3,0,0,9003,1085,1,0,0, + 0,9004,9005,5,468,0,0,9005,9006,5,2,0,0,9006,9007,3,1336,668,0,9007, + 9008,5,3,0,0,9008,1087,1,0,0,0,9009,9010,5,469,0,0,9010,9011,5,2, + 0,0,9011,9012,3,1336,668,0,9012,9013,5,3,0,0,9013,1089,1,0,0,0,9014, + 9015,5,470,0,0,9015,9016,5,471,0,0,9016,9017,5,2,0,0,9017,9018,3, + 1080,540,0,9018,9019,5,3,0,0,9019,1091,1,0,0,0,9020,9021,5,67,0, + 0,9021,9022,3,1218,609,0,9022,1093,1,0,0,0,9023,9028,3,1098,549, + 0,9024,9025,5,62,0,0,9025,9026,5,300,0,0,9026,9028,5,81,0,0,9027, + 9023,1,0,0,0,9027,9024,1,0,0,0,9028,1095,1,0,0,0,9029,9030,3,1094, + 547,0,9030,1097,1,0,0,0,9031,9033,3,1100,550,0,9032,9031,1,0,0,0, + 9033,9034,1,0,0,0,9034,9032,1,0,0,0,9034,9035,1,0,0,0,9035,1099, + 1,0,0,0,9036,9038,3,1102,551,0,9037,9039,3,1104,552,0,9038,9037, + 1,0,0,0,9038,9039,1,0,0,0,9039,9041,1,0,0,0,9040,9042,3,986,493, + 0,9041,9040,1,0,0,0,9041,9042,1,0,0,0,9042,1101,1,0,0,0,9043,9053, + 5,62,0,0,9044,9045,5,269,0,0,9045,9047,5,245,0,0,9046,9044,1,0,0, + 0,9046,9047,1,0,0,0,9047,9048,1,0,0,0,9048,9054,5,369,0,0,9049,9051, + 5,245,0,0,9050,9049,1,0,0,0,9050,9051,1,0,0,0,9051,9052,1,0,0,0, + 9052,9054,5,334,0,0,9053,9046,1,0,0,0,9053,9050,1,0,0,0,9054,1103, + 1,0,0,0,9055,9056,5,275,0,0,9056,9057,3,1396,698,0,9057,1105,1,0, + 0,0,9058,9059,5,422,0,0,9059,9060,5,2,0,0,9060,9061,3,1334,667,0, + 9061,9069,5,3,0,0,9062,9063,5,6,0,0,9063,9064,5,2,0,0,9064,9065, + 3,1334,667,0,9065,9066,5,3,0,0,9066,9068,1,0,0,0,9067,9062,1,0,0, + 0,9068,9071,1,0,0,0,9069,9067,1,0,0,0,9069,9070,1,0,0,0,9070,1107, + 1,0,0,0,9071,9069,1,0,0,0,9072,9073,5,64,0,0,9073,9074,3,1110,555, + 0,9074,1109,1,0,0,0,9075,9080,3,1112,556,0,9076,9077,5,6,0,0,9077, + 9079,3,1112,556,0,9078,9076,1,0,0,0,9079,9082,1,0,0,0,9080,9078, + 1,0,0,0,9080,9081,1,0,0,0,9081,1111,1,0,0,0,9082,9080,1,0,0,0,9083, + 9086,3,1124,562,0,9084,9086,3,1126,563,0,9085,9083,1,0,0,0,9085, + 9084,1,0,0,0,9086,9088,1,0,0,0,9087,9089,3,1116,558,0,9088,9087, + 1,0,0,0,9088,9089,1,0,0,0,9089,9091,1,0,0,0,9090,9092,3,1136,568, + 0,9091,9090,1,0,0,0,9091,9092,1,0,0,0,9092,9145,1,0,0,0,9093,9095, + 3,1140,570,0,9094,9096,3,1118,559,0,9095,9094,1,0,0,0,9095,9096, + 1,0,0,0,9096,9145,1,0,0,0,9097,9099,3,1160,580,0,9098,9100,3,1116, + 558,0,9099,9098,1,0,0,0,9099,9100,1,0,0,0,9100,9145,1,0,0,0,9101, + 9103,3,1008,504,0,9102,9104,3,1116,558,0,9103,9102,1,0,0,0,9103, + 9104,1,0,0,0,9104,9145,1,0,0,0,9105,9118,5,72,0,0,9106,9108,3,1160, + 580,0,9107,9109,3,1116,558,0,9108,9107,1,0,0,0,9108,9109,1,0,0,0, + 9109,9119,1,0,0,0,9110,9112,3,1140,570,0,9111,9113,3,1118,559,0, + 9112,9111,1,0,0,0,9112,9113,1,0,0,0,9113,9119,1,0,0,0,9114,9116, + 3,1008,504,0,9115,9117,3,1116,558,0,9116,9115,1,0,0,0,9116,9117, + 1,0,0,0,9117,9119,1,0,0,0,9118,9106,1,0,0,0,9118,9110,1,0,0,0,9118, + 9114,1,0,0,0,9119,9145,1,0,0,0,9120,9121,5,2,0,0,9121,9138,3,1112, + 556,0,9122,9123,5,110,0,0,9123,9124,5,118,0,0,9124,9139,3,1112,556, + 0,9125,9127,5,121,0,0,9126,9128,3,1120,560,0,9127,9126,1,0,0,0,9127, + 9128,1,0,0,0,9128,9129,1,0,0,0,9129,9130,5,118,0,0,9130,9139,3,1112, + 556,0,9131,9133,3,1120,560,0,9132,9131,1,0,0,0,9132,9133,1,0,0,0, + 9133,9134,1,0,0,0,9134,9135,5,118,0,0,9135,9136,3,1112,556,0,9136, + 9137,3,1122,561,0,9137,9139,1,0,0,0,9138,9122,1,0,0,0,9138,9125, + 1,0,0,0,9138,9132,1,0,0,0,9138,9139,1,0,0,0,9139,9140,1,0,0,0,9140, + 9142,5,3,0,0,9141,9143,3,1116,558,0,9142,9141,1,0,0,0,9142,9143, + 1,0,0,0,9143,9145,1,0,0,0,9144,9085,1,0,0,0,9144,9093,1,0,0,0,9144, + 9097,1,0,0,0,9144,9101,1,0,0,0,9144,9105,1,0,0,0,9144,9120,1,0,0, + 0,9145,9164,1,0,0,0,9146,9147,5,110,0,0,9147,9148,5,118,0,0,9148, + 9163,3,1112,556,0,9149,9151,5,121,0,0,9150,9152,3,1120,560,0,9151, + 9150,1,0,0,0,9151,9152,1,0,0,0,9152,9153,1,0,0,0,9153,9154,5,118, + 0,0,9154,9163,3,1112,556,0,9155,9157,3,1120,560,0,9156,9155,1,0, + 0,0,9156,9157,1,0,0,0,9157,9158,1,0,0,0,9158,9159,5,118,0,0,9159, + 9160,3,1112,556,0,9160,9161,3,1122,561,0,9161,9163,1,0,0,0,9162, + 9146,1,0,0,0,9162,9149,1,0,0,0,9162,9156,1,0,0,0,9163,9166,1,0,0, + 0,9164,9162,1,0,0,0,9164,9165,1,0,0,0,9165,1113,1,0,0,0,9166,9164, + 1,0,0,0,9167,9169,5,36,0,0,9168,9167,1,0,0,0,9168,9169,1,0,0,0,9169, + 9170,1,0,0,0,9170,9175,3,1480,740,0,9171,9172,5,2,0,0,9172,9173, + 3,1422,711,0,9173,9174,5,3,0,0,9174,9176,1,0,0,0,9175,9171,1,0,0, + 0,9175,9176,1,0,0,0,9176,1115,1,0,0,0,9177,9178,3,1114,557,0,9178, + 1117,1,0,0,0,9179,9192,3,1114,557,0,9180,9182,5,36,0,0,9181,9183, + 3,1480,740,0,9182,9181,1,0,0,0,9182,9183,1,0,0,0,9183,9186,1,0,0, + 0,9184,9186,3,1480,740,0,9185,9180,1,0,0,0,9185,9184,1,0,0,0,9186, + 9187,1,0,0,0,9187,9188,5,2,0,0,9188,9189,3,1156,578,0,9189,9190, + 5,3,0,0,9190,9192,1,0,0,0,9191,9179,1,0,0,0,9191,9185,1,0,0,0,9192, + 1119,1,0,0,0,9193,9195,7,60,0,0,9194,9196,5,123,0,0,9195,9194,1, + 0,0,0,9195,9196,1,0,0,0,9196,1121,1,0,0,0,9197,9198,5,100,0,0,9198, + 9199,5,2,0,0,9199,9200,3,250,125,0,9200,9201,5,3,0,0,9201,9205,1, + 0,0,0,9202,9203,5,80,0,0,9203,9205,3,1218,609,0,9204,9197,1,0,0, + 0,9204,9202,1,0,0,0,9205,1123,1,0,0,0,9206,9208,5,81,0,0,9207,9206, + 1,0,0,0,9207,9208,1,0,0,0,9208,9209,1,0,0,0,9209,9211,3,1412,706, + 0,9210,9212,5,9,0,0,9211,9210,1,0,0,0,9211,9212,1,0,0,0,9212,9228, + 1,0,0,0,9213,9219,5,81,0,0,9214,9220,3,1412,706,0,9215,9216,5,2, + 0,0,9216,9217,3,1412,706,0,9217,9218,5,3,0,0,9218,9220,1,0,0,0,9219, + 9214,1,0,0,0,9219,9215,1,0,0,0,9220,9228,1,0,0,0,9221,9222,5,68, + 0,0,9222,9225,5,323,0,0,9223,9226,3,1428,714,0,9224,9226,5,111,0, + 0,9225,9223,1,0,0,0,9225,9224,1,0,0,0,9226,9228,1,0,0,0,9227,9207, + 1,0,0,0,9227,9213,1,0,0,0,9227,9221,1,0,0,0,9228,1125,1,0,0,0,9229, + 9231,5,81,0,0,9230,9229,1,0,0,0,9230,9231,1,0,0,0,9231,9232,1,0, + 0,0,9232,9234,3,1416,708,0,9233,9235,5,9,0,0,9234,9233,1,0,0,0,9234, + 9235,1,0,0,0,9235,9237,1,0,0,0,9236,9238,3,250,125,0,9237,9236,1, + 0,0,0,9237,9238,1,0,0,0,9238,9240,1,0,0,0,9239,9241,3,1150,575,0, + 9240,9239,1,0,0,0,9240,9241,1,0,0,0,9241,1127,1,0,0,0,9242,9244, + 5,92,0,0,9243,9245,5,81,0,0,9244,9243,1,0,0,0,9244,9245,1,0,0,0, + 9245,9246,1,0,0,0,9246,9248,3,1412,706,0,9247,9249,5,9,0,0,9248, + 9247,1,0,0,0,9248,9249,1,0,0,0,9249,9254,1,0,0,0,9250,9251,5,2,0, + 0,9251,9252,3,250,125,0,9252,9253,5,3,0,0,9253,9255,1,0,0,0,9254, + 9250,1,0,0,0,9254,9255,1,0,0,0,9255,9257,1,0,0,0,9256,9258,3,1150, + 575,0,9257,9256,1,0,0,0,9257,9258,1,0,0,0,9258,9276,1,0,0,0,9259, + 9260,5,92,0,0,9260,9266,5,81,0,0,9261,9267,3,1412,706,0,9262,9263, + 5,2,0,0,9263,9264,3,1412,706,0,9264,9265,5,3,0,0,9265,9267,1,0,0, + 0,9266,9261,1,0,0,0,9266,9262,1,0,0,0,9267,9276,1,0,0,0,9268,9269, + 5,350,0,0,9269,9270,5,68,0,0,9270,9273,5,323,0,0,9271,9274,3,1428, + 714,0,9272,9274,5,111,0,0,9273,9271,1,0,0,0,9273,9272,1,0,0,0,9274, + 9276,1,0,0,0,9275,9242,1,0,0,0,9275,9259,1,0,0,0,9275,9268,1,0,0, + 0,9276,1129,1,0,0,0,9277,9282,3,1124,562,0,9278,9279,5,6,0,0,9279, + 9281,3,1124,562,0,9280,9278,1,0,0,0,9281,9284,1,0,0,0,9282,9280, + 1,0,0,0,9282,9283,1,0,0,0,9283,1131,1,0,0,0,9284,9282,1,0,0,0,9285, + 9290,3,1128,564,0,9286,9287,5,6,0,0,9287,9289,3,1128,564,0,9288, + 9286,1,0,0,0,9289,9292,1,0,0,0,9290,9288,1,0,0,0,9290,9291,1,0,0, + 0,9291,1133,1,0,0,0,9292,9290,1,0,0,0,9293,9298,3,1124,562,0,9294, + 9296,5,36,0,0,9295,9294,1,0,0,0,9295,9296,1,0,0,0,9296,9297,1,0, + 0,0,9297,9299,3,1480,740,0,9298,9295,1,0,0,0,9298,9299,1,0,0,0,9299, + 1135,1,0,0,0,9300,9301,5,472,0,0,9301,9302,3,1450,725,0,9302,9303, + 5,2,0,0,9303,9304,3,1334,667,0,9304,9306,5,3,0,0,9305,9307,3,1138, + 569,0,9306,9305,1,0,0,0,9306,9307,1,0,0,0,9307,1137,1,0,0,0,9308, + 9309,5,310,0,0,9309,9310,5,2,0,0,9310,9311,3,1218,609,0,9311,9312, + 5,3,0,0,9312,1139,1,0,0,0,9313,9315,3,1268,634,0,9314,9316,3,1148, + 574,0,9315,9314,1,0,0,0,9315,9316,1,0,0,0,9316,9326,1,0,0,0,9317, + 9318,5,320,0,0,9318,9319,5,64,0,0,9319,9320,5,2,0,0,9320,9321,3, + 1144,572,0,9321,9323,5,3,0,0,9322,9324,3,1148,574,0,9323,9322,1, + 0,0,0,9323,9324,1,0,0,0,9324,9326,1,0,0,0,9325,9313,1,0,0,0,9325, + 9317,1,0,0,0,9326,1141,1,0,0,0,9327,9329,3,1268,634,0,9328,9330, + 3,1146,573,0,9329,9328,1,0,0,0,9329,9330,1,0,0,0,9330,1143,1,0,0, + 0,9331,9336,3,1142,571,0,9332,9333,5,6,0,0,9333,9335,3,1142,571, + 0,9334,9332,1,0,0,0,9335,9338,1,0,0,0,9336,9334,1,0,0,0,9336,9337, + 1,0,0,0,9337,1145,1,0,0,0,9338,9336,1,0,0,0,9339,9340,5,36,0,0,9340, + 9341,5,2,0,0,9341,9342,3,1156,578,0,9342,9343,5,3,0,0,9343,1147, + 1,0,0,0,9344,9345,5,105,0,0,9345,9346,5,473,0,0,9346,1149,1,0,0, + 0,9347,9348,5,103,0,0,9348,9349,3,1342,671,0,9349,1151,1,0,0,0,9350, + 9355,5,103,0,0,9351,9352,5,434,0,0,9352,9353,5,275,0,0,9353,9356, + 3,1000,500,0,9354,9356,3,1218,609,0,9355,9351,1,0,0,0,9355,9354, + 1,0,0,0,9356,1153,1,0,0,0,9357,9358,3,1156,578,0,9358,1155,1,0,0, + 0,9359,9364,3,1158,579,0,9360,9361,5,6,0,0,9361,9363,3,1158,579, + 0,9362,9360,1,0,0,0,9363,9366,1,0,0,0,9364,9362,1,0,0,0,9364,9365, + 1,0,0,0,9365,1157,1,0,0,0,9366,9364,1,0,0,0,9367,9368,3,1480,740, + 0,9368,9370,3,1174,587,0,9369,9371,3,126,63,0,9370,9369,1,0,0,0, + 9370,9371,1,0,0,0,9371,1159,1,0,0,0,9372,9373,5,474,0,0,9373,9389, + 5,2,0,0,9374,9375,3,1260,630,0,9375,9376,3,1286,643,0,9376,9377, + 5,475,0,0,9377,9378,3,1162,581,0,9378,9390,1,0,0,0,9379,9380,5,476, + 0,0,9380,9381,5,2,0,0,9381,9382,3,1170,585,0,9382,9383,5,3,0,0,9383, + 9384,5,6,0,0,9384,9385,3,1260,630,0,9385,9386,3,1286,643,0,9386, + 9387,5,475,0,0,9387,9388,3,1162,581,0,9388,9390,1,0,0,0,9389,9374, + 1,0,0,0,9389,9379,1,0,0,0,9390,9391,1,0,0,0,9391,9392,5,3,0,0,9392, + 1161,1,0,0,0,9393,9398,3,1164,582,0,9394,9395,5,6,0,0,9395,9397, + 3,1164,582,0,9396,9394,1,0,0,0,9397,9400,1,0,0,0,9398,9396,1,0,0, + 0,9398,9399,1,0,0,0,9399,1163,1,0,0,0,9400,9398,1,0,0,0,9401,9408, + 3,1480,740,0,9402,9404,3,1174,587,0,9403,9405,3,1166,583,0,9404, + 9403,1,0,0,0,9404,9405,1,0,0,0,9405,9409,1,0,0,0,9406,9407,5,62, + 0,0,9407,9409,5,473,0,0,9408,9402,1,0,0,0,9408,9406,1,0,0,0,9409, + 1165,1,0,0,0,9410,9412,3,1168,584,0,9411,9410,1,0,0,0,9412,9413, + 1,0,0,0,9413,9411,1,0,0,0,9413,9414,1,0,0,0,9414,1167,1,0,0,0,9415, + 9416,5,53,0,0,9416,9424,3,1218,609,0,9417,9418,3,1498,749,0,9418, + 9419,3,1218,609,0,9419,9424,1,0,0,0,9420,9421,5,77,0,0,9421,9424, + 5,78,0,0,9422,9424,5,78,0,0,9423,9415,1,0,0,0,9423,9417,1,0,0,0, + 9423,9420,1,0,0,0,9423,9422,1,0,0,0,9424,1169,1,0,0,0,9425,9430, + 3,1172,586,0,9426,9427,5,6,0,0,9427,9429,3,1172,586,0,9428,9426, + 1,0,0,0,9429,9432,1,0,0,0,9430,9428,1,0,0,0,9430,9431,1,0,0,0,9431, + 1171,1,0,0,0,9432,9430,1,0,0,0,9433,9434,3,1258,629,0,9434,9435, + 5,36,0,0,9435,9436,3,1496,748,0,9436,9440,1,0,0,0,9437,9438,5,53, + 0,0,9438,9440,3,1258,629,0,9439,9433,1,0,0,0,9439,9437,1,0,0,0,9440, + 1173,1,0,0,0,9441,9443,5,415,0,0,9442,9441,1,0,0,0,9442,9443,1,0, + 0,0,9443,9444,1,0,0,0,9444,9453,3,1178,589,0,9445,9454,3,1176,588, + 0,9446,9451,5,35,0,0,9447,9448,5,4,0,0,9448,9449,3,1462,731,0,9449, + 9450,5,5,0,0,9450,9452,1,0,0,0,9451,9447,1,0,0,0,9451,9452,1,0,0, + 0,9452,9454,1,0,0,0,9453,9445,1,0,0,0,9453,9446,1,0,0,0,9454,9460, + 1,0,0,0,9455,9456,3,1418,709,0,9456,9457,5,27,0,0,9457,9458,7,61, + 0,0,9458,9460,1,0,0,0,9459,9442,1,0,0,0,9459,9455,1,0,0,0,9460,1175, + 1,0,0,0,9461,9463,5,4,0,0,9462,9464,3,1462,731,0,9463,9462,1,0,0, + 0,9463,9464,1,0,0,0,9464,9465,1,0,0,0,9465,9467,5,5,0,0,9466,9461, + 1,0,0,0,9467,9470,1,0,0,0,9468,9466,1,0,0,0,9468,9469,1,0,0,0,9469, + 1177,1,0,0,0,9470,9468,1,0,0,0,9471,9487,3,1182,591,0,9472,9487, + 3,1186,593,0,9473,9487,3,1190,595,0,9474,9487,3,1198,599,0,9475, + 9487,3,1206,603,0,9476,9484,3,1208,604,0,9477,9479,3,1212,606,0, + 9478,9477,1,0,0,0,9478,9479,1,0,0,0,9479,9485,1,0,0,0,9480,9481, + 5,2,0,0,9481,9482,3,1462,731,0,9482,9483,5,3,0,0,9483,9485,1,0,0, + 0,9484,9478,1,0,0,0,9484,9480,1,0,0,0,9485,9487,1,0,0,0,9486,9471, + 1,0,0,0,9486,9472,1,0,0,0,9486,9473,1,0,0,0,9486,9474,1,0,0,0,9486, + 9475,1,0,0,0,9486,9476,1,0,0,0,9487,1179,1,0,0,0,9488,9493,3,1186, + 593,0,9489,9493,3,1192,596,0,9490,9493,3,1200,600,0,9491,9493,3, + 1206,603,0,9492,9488,1,0,0,0,9492,9489,1,0,0,0,9492,9490,1,0,0,0, + 9492,9491,1,0,0,0,9493,1181,1,0,0,0,9494,9496,3,1488,744,0,9495, + 9497,3,566,283,0,9496,9495,1,0,0,0,9496,9497,1,0,0,0,9497,9499,1, + 0,0,0,9498,9500,3,1184,592,0,9499,9498,1,0,0,0,9499,9500,1,0,0,0, + 9500,1183,1,0,0,0,9501,9502,5,2,0,0,9502,9503,3,1334,667,0,9503, + 9504,5,3,0,0,9504,1185,1,0,0,0,9505,9530,5,401,0,0,9506,9530,5,402, + 0,0,9507,9530,5,416,0,0,9508,9530,5,388,0,0,9509,9530,5,413,0,0, + 9510,9512,5,398,0,0,9511,9513,3,1188,594,0,9512,9511,1,0,0,0,9512, + 9513,1,0,0,0,9513,9530,1,0,0,0,9514,9515,5,190,0,0,9515,9530,5,412, + 0,0,9516,9518,5,395,0,0,9517,9519,3,1184,592,0,9518,9517,1,0,0,0, + 9518,9519,1,0,0,0,9519,9530,1,0,0,0,9520,9522,5,394,0,0,9521,9523, + 3,1184,592,0,9522,9521,1,0,0,0,9522,9523,1,0,0,0,9523,9530,1,0,0, + 0,9524,9526,5,409,0,0,9525,9527,3,1184,592,0,9526,9525,1,0,0,0,9526, + 9527,1,0,0,0,9527,9530,1,0,0,0,9528,9530,5,390,0,0,9529,9505,1,0, + 0,0,9529,9506,1,0,0,0,9529,9507,1,0,0,0,9529,9508,1,0,0,0,9529,9509, + 1,0,0,0,9529,9510,1,0,0,0,9529,9514,1,0,0,0,9529,9516,1,0,0,0,9529, + 9520,1,0,0,0,9529,9524,1,0,0,0,9529,9528,1,0,0,0,9530,1187,1,0,0, + 0,9531,9532,5,2,0,0,9532,9533,3,1462,731,0,9533,9534,5,3,0,0,9534, + 1189,1,0,0,0,9535,9538,3,1194,597,0,9536,9538,3,1196,598,0,9537, + 9535,1,0,0,0,9537,9536,1,0,0,0,9538,1191,1,0,0,0,9539,9542,3,1194, + 597,0,9540,9542,3,1196,598,0,9541,9539,1,0,0,0,9541,9540,1,0,0,0, + 9542,1193,1,0,0,0,9543,9545,5,389,0,0,9544,9546,3,1204,602,0,9545, + 9544,1,0,0,0,9545,9546,1,0,0,0,9546,9547,1,0,0,0,9547,9548,5,2,0, + 0,9548,9549,3,1334,667,0,9549,9550,5,3,0,0,9550,1195,1,0,0,0,9551, + 9553,5,389,0,0,9552,9554,3,1204,602,0,9553,9552,1,0,0,0,9553,9554, + 1,0,0,0,9554,1197,1,0,0,0,9555,9560,3,1202,601,0,9556,9557,5,2,0, + 0,9557,9558,3,1462,731,0,9558,9559,5,3,0,0,9559,9561,1,0,0,0,9560, + 9556,1,0,0,0,9560,9561,1,0,0,0,9561,1199,1,0,0,0,9562,9567,3,1202, + 601,0,9563,9564,5,2,0,0,9564,9565,3,1462,731,0,9565,9566,5,3,0,0, + 9566,9568,1,0,0,0,9567,9563,1,0,0,0,9567,9568,1,0,0,0,9568,1201, + 1,0,0,0,9569,9571,7,62,0,0,9570,9572,3,1204,602,0,9571,9570,1,0, + 0,0,9571,9572,1,0,0,0,9572,9580,1,0,0,0,9573,9580,5,423,0,0,9574, + 9575,5,405,0,0,9575,9577,7,63,0,0,9576,9578,3,1204,602,0,9577,9576, + 1,0,0,0,9577,9578,1,0,0,0,9578,9580,1,0,0,0,9579,9569,1,0,0,0,9579, + 9573,1,0,0,0,9579,9574,1,0,0,0,9580,1203,1,0,0,0,9581,9582,5,374, + 0,0,9582,1205,1,0,0,0,9583,9588,7,64,0,0,9584,9585,5,2,0,0,9585, + 9586,3,1462,731,0,9586,9587,5,3,0,0,9587,9589,1,0,0,0,9588,9584, + 1,0,0,0,9588,9589,1,0,0,0,9589,9591,1,0,0,0,9590,9592,3,1210,605, + 0,9591,9590,1,0,0,0,9591,9592,1,0,0,0,9592,1207,1,0,0,0,9593,9594, + 5,403,0,0,9594,1209,1,0,0,0,9595,9596,5,105,0,0,9596,9597,5,418, + 0,0,9597,9602,5,386,0,0,9598,9599,5,379,0,0,9599,9600,5,418,0,0, + 9600,9602,5,386,0,0,9601,9595,1,0,0,0,9601,9598,1,0,0,0,9602,1211, + 1,0,0,0,9603,9629,5,384,0,0,9604,9629,5,264,0,0,9605,9629,5,176, + 0,0,9606,9629,5,218,0,0,9607,9629,5,261,0,0,9608,9629,3,1214,607, + 0,9609,9610,5,384,0,0,9610,9611,5,94,0,0,9611,9629,5,264,0,0,9612, + 9613,5,176,0,0,9613,9617,5,94,0,0,9614,9618,5,218,0,0,9615,9618, + 5,261,0,0,9616,9618,3,1214,607,0,9617,9614,1,0,0,0,9617,9615,1,0, + 0,0,9617,9616,1,0,0,0,9618,9629,1,0,0,0,9619,9620,5,218,0,0,9620, + 9623,5,94,0,0,9621,9624,5,261,0,0,9622,9624,3,1214,607,0,9623,9621, + 1,0,0,0,9623,9622,1,0,0,0,9624,9629,1,0,0,0,9625,9626,5,261,0,0, + 9626,9627,5,94,0,0,9627,9629,3,1214,607,0,9628,9603,1,0,0,0,9628, + 9604,1,0,0,0,9628,9605,1,0,0,0,9628,9606,1,0,0,0,9628,9607,1,0,0, + 0,9628,9608,1,0,0,0,9628,9609,1,0,0,0,9628,9612,1,0,0,0,9628,9619, + 1,0,0,0,9628,9625,1,0,0,0,9629,1213,1,0,0,0,9630,9635,5,326,0,0, + 9631,9632,5,2,0,0,9632,9633,3,1462,731,0,9633,9634,5,3,0,0,9634, + 9636,1,0,0,0,9635,9631,1,0,0,0,9635,9636,1,0,0,0,9636,1215,1,0,0, + 0,9637,9638,5,197,0,0,9638,9639,3,1218,609,0,9639,1217,1,0,0,0,9640, + 9641,3,1220,610,0,9641,1219,1,0,0,0,9642,9644,3,1222,611,0,9643, + 9645,3,1328,664,0,9644,9643,1,0,0,0,9644,9645,1,0,0,0,9645,1221, + 1,0,0,0,9646,9651,3,1224,612,0,9647,9648,7,65,0,0,9648,9650,3,1224, + 612,0,9649,9647,1,0,0,0,9650,9653,1,0,0,0,9651,9649,1,0,0,0,9651, + 9652,1,0,0,0,9652,1223,1,0,0,0,9653,9651,1,0,0,0,9654,9659,3,1226, + 613,0,9655,9656,5,82,0,0,9656,9658,3,1226,613,0,9657,9655,1,0,0, + 0,9658,9661,1,0,0,0,9659,9657,1,0,0,0,9659,9660,1,0,0,0,9660,1225, + 1,0,0,0,9661,9659,1,0,0,0,9662,9667,3,1228,614,0,9663,9664,5,33, + 0,0,9664,9666,3,1228,614,0,9665,9663,1,0,0,0,9666,9669,1,0,0,0,9667, + 9665,1,0,0,0,9667,9668,1,0,0,0,9668,1227,1,0,0,0,9669,9667,1,0,0, + 0,9670,9676,3,1230,615,0,9671,9673,5,77,0,0,9672,9671,1,0,0,0,9672, + 9673,1,0,0,0,9673,9674,1,0,0,0,9674,9675,5,68,0,0,9675,9677,3,1368, + 684,0,9676,9672,1,0,0,0,9676,9677,1,0,0,0,9677,1229,1,0,0,0,9678, + 9680,5,77,0,0,9679,9678,1,0,0,0,9679,9680,1,0,0,0,9680,9681,1,0, + 0,0,9681,9682,3,1232,616,0,9682,1231,1,0,0,0,9683,9685,3,1234,617, + 0,9684,9686,7,66,0,0,9685,9684,1,0,0,0,9685,9686,1,0,0,0,9686,1233, + 1,0,0,0,9687,9711,3,1236,618,0,9688,9690,5,116,0,0,9689,9691,5,77, + 0,0,9690,9689,1,0,0,0,9690,9691,1,0,0,0,9691,9709,1,0,0,0,9692,9710, + 5,78,0,0,9693,9710,5,96,0,0,9694,9710,5,60,0,0,9695,9710,5,365,0, + 0,9696,9697,5,56,0,0,9697,9698,5,64,0,0,9698,9710,3,1218,609,0,9699, + 9700,5,275,0,0,9700,9701,5,2,0,0,9701,9702,3,1348,674,0,9702,9703, + 5,3,0,0,9703,9710,1,0,0,0,9704,9710,5,188,0,0,9705,9707,3,1358,679, + 0,9706,9705,1,0,0,0,9706,9707,1,0,0,0,9707,9708,1,0,0,0,9708,9710, + 5,478,0,0,9709,9692,1,0,0,0,9709,9693,1,0,0,0,9709,9694,1,0,0,0, + 9709,9695,1,0,0,0,9709,9696,1,0,0,0,9709,9699,1,0,0,0,9709,9704, + 1,0,0,0,9709,9706,1,0,0,0,9710,9712,1,0,0,0,9711,9688,1,0,0,0,9711, + 9712,1,0,0,0,9712,1235,1,0,0,0,9713,9725,3,1238,619,0,9714,9715, + 7,67,0,0,9715,9726,3,1238,619,0,9716,9717,3,1332,666,0,9717,9723, + 3,1322,661,0,9718,9724,3,1008,504,0,9719,9720,5,2,0,0,9720,9721, + 3,1218,609,0,9721,9722,5,3,0,0,9722,9724,1,0,0,0,9723,9718,1,0,0, + 0,9723,9719,1,0,0,0,9724,9726,1,0,0,0,9725,9714,1,0,0,0,9725,9716, + 1,0,0,0,9725,9726,1,0,0,0,9726,1237,1,0,0,0,9727,9745,3,1240,620, + 0,9728,9730,5,77,0,0,9729,9728,1,0,0,0,9729,9730,1,0,0,0,9730,9739, + 1,0,0,0,9731,9740,5,120,0,0,9732,9740,5,114,0,0,9733,9734,5,127, + 0,0,9734,9740,5,94,0,0,9735,9737,5,387,0,0,9736,9738,5,91,0,0,9737, + 9736,1,0,0,0,9737,9738,1,0,0,0,9738,9740,1,0,0,0,9739,9731,1,0,0, + 0,9739,9732,1,0,0,0,9739,9733,1,0,0,0,9739,9735,1,0,0,0,9740,9741, + 1,0,0,0,9741,9743,3,1240,620,0,9742,9744,3,1216,608,0,9743,9742, + 1,0,0,0,9743,9744,1,0,0,0,9744,9746,1,0,0,0,9745,9729,1,0,0,0,9745, + 9746,1,0,0,0,9746,1239,1,0,0,0,9747,9753,3,1242,621,0,9748,9749, + 3,1328,664,0,9749,9750,3,1242,621,0,9750,9752,1,0,0,0,9751,9748, + 1,0,0,0,9752,9755,1,0,0,0,9753,9751,1,0,0,0,9753,9754,1,0,0,0,9754, + 1241,1,0,0,0,9755,9753,1,0,0,0,9756,9758,3,1328,664,0,9757,9756, + 1,0,0,0,9757,9758,1,0,0,0,9758,9759,1,0,0,0,9759,9760,3,1244,622, + 0,9760,1243,1,0,0,0,9761,9766,3,1246,623,0,9762,9763,7,68,0,0,9763, + 9765,3,1246,623,0,9764,9762,1,0,0,0,9765,9768,1,0,0,0,9766,9764, + 1,0,0,0,9766,9767,1,0,0,0,9767,1245,1,0,0,0,9768,9766,1,0,0,0,9769, + 9774,3,1248,624,0,9770,9771,7,69,0,0,9771,9773,3,1248,624,0,9772, + 9770,1,0,0,0,9773,9776,1,0,0,0,9774,9772,1,0,0,0,9774,9775,1,0,0, + 0,9775,1247,1,0,0,0,9776,9774,1,0,0,0,9777,9780,3,1250,625,0,9778, + 9779,5,15,0,0,9779,9781,3,1218,609,0,9780,9778,1,0,0,0,9780,9781, + 1,0,0,0,9781,1249,1,0,0,0,9782,9784,7,68,0,0,9783,9782,1,0,0,0,9783, + 9784,1,0,0,0,9784,9785,1,0,0,0,9785,9786,3,1252,626,0,9786,1251, + 1,0,0,0,9787,9792,3,1254,627,0,9788,9789,5,142,0,0,9789,9790,5,418, + 0,0,9790,9791,5,386,0,0,9791,9793,3,1218,609,0,9792,9788,1,0,0,0, + 9792,9793,1,0,0,0,9793,1253,1,0,0,0,9794,9797,3,1256,628,0,9795, + 9796,5,43,0,0,9796,9798,3,564,282,0,9797,9795,1,0,0,0,9797,9798, + 1,0,0,0,9798,1255,1,0,0,0,9799,9804,3,1260,630,0,9800,9801,5,26, + 0,0,9801,9803,3,1174,587,0,9802,9800,1,0,0,0,9803,9806,1,0,0,0,9804, + 9802,1,0,0,0,9804,9805,1,0,0,0,9805,1257,1,0,0,0,9806,9804,1,0,0, + 0,9807,9808,6,629,-1,0,9808,9815,3,1260,630,0,9809,9810,7,68,0,0, + 9810,9815,3,1258,629,9,9811,9812,3,1328,664,0,9812,9813,3,1258,629, + 3,9813,9815,1,0,0,0,9814,9807,1,0,0,0,9814,9809,1,0,0,0,9814,9811, + 1,0,0,0,9815,9855,1,0,0,0,9816,9817,10,8,0,0,9817,9818,5,15,0,0, + 9818,9854,3,1258,629,9,9819,9820,10,7,0,0,9820,9821,7,69,0,0,9821, + 9854,3,1258,629,8,9822,9823,10,6,0,0,9823,9824,7,68,0,0,9824,9854, + 3,1258,629,7,9825,9826,10,5,0,0,9826,9827,3,1328,664,0,9827,9828, + 3,1258,629,6,9828,9854,1,0,0,0,9829,9830,10,4,0,0,9830,9831,7,67, + 0,0,9831,9854,3,1258,629,5,9832,9833,10,10,0,0,9833,9834,5,26,0, + 0,9834,9854,3,1174,587,0,9835,9836,10,2,0,0,9836,9854,3,1328,664, + 0,9837,9838,10,1,0,0,9838,9840,5,116,0,0,9839,9841,5,77,0,0,9840, + 9839,1,0,0,0,9840,9841,1,0,0,0,9841,9851,1,0,0,0,9842,9843,5,56, + 0,0,9843,9844,5,64,0,0,9844,9852,3,1258,629,0,9845,9846,5,275,0, + 0,9846,9847,5,2,0,0,9847,9848,3,1348,674,0,9848,9849,5,3,0,0,9849, + 9852,1,0,0,0,9850,9852,5,188,0,0,9851,9842,1,0,0,0,9851,9845,1,0, + 0,0,9851,9850,1,0,0,0,9852,9854,1,0,0,0,9853,9816,1,0,0,0,9853,9819, + 1,0,0,0,9853,9822,1,0,0,0,9853,9825,1,0,0,0,9853,9829,1,0,0,0,9853, + 9832,1,0,0,0,9853,9835,1,0,0,0,9853,9837,1,0,0,0,9854,9857,1,0,0, + 0,9855,9853,1,0,0,0,9855,9856,1,0,0,0,9856,1259,1,0,0,0,9857,9855, + 1,0,0,0,9858,9859,5,396,0,0,9859,9895,3,1008,504,0,9860,9863,5,35, + 0,0,9861,9864,3,1008,504,0,9862,9864,3,1350,675,0,9863,9861,1,0, + 0,0,9863,9862,1,0,0,0,9864,9895,1,0,0,0,9865,9866,5,28,0,0,9866, + 9895,3,1388,694,0,9867,9868,5,470,0,0,9868,9869,5,2,0,0,9869,9870, + 3,1334,667,0,9870,9871,5,3,0,0,9871,9895,1,0,0,0,9872,9873,5,98, + 0,0,9873,9895,3,1008,504,0,9874,9895,3,1454,727,0,9875,9895,3,1262, + 631,0,9876,9877,5,2,0,0,9877,9878,3,1218,609,0,9878,9879,5,3,0,0, + 9879,9880,3,1388,694,0,9880,9895,1,0,0,0,9881,9895,3,1370,685,0, + 9882,9895,3,1266,633,0,9883,9885,3,1008,504,0,9884,9886,3,1386,693, + 0,9885,9884,1,0,0,0,9885,9886,1,0,0,0,9886,9895,1,0,0,0,9887,9895, + 3,1318,659,0,9888,9895,3,1320,660,0,9889,9890,3,1316,658,0,9890, + 9891,5,125,0,0,9891,9892,3,1316,658,0,9892,9895,1,0,0,0,9893,9895, + 3,1380,690,0,9894,9858,1,0,0,0,9894,9860,1,0,0,0,9894,9865,1,0,0, + 0,9894,9867,1,0,0,0,9894,9872,1,0,0,0,9894,9874,1,0,0,0,9894,9875, + 1,0,0,0,9894,9876,1,0,0,0,9894,9881,1,0,0,0,9894,9882,1,0,0,0,9894, + 9883,1,0,0,0,9894,9887,1,0,0,0,9894,9888,1,0,0,0,9894,9889,1,0,0, + 0,9894,9893,1,0,0,0,9895,1261,1,0,0,0,9896,9897,5,576,0,0,9897,1263, + 1,0,0,0,9898,9924,3,1450,725,0,9899,9921,5,2,0,0,9900,9904,3,1344, + 672,0,9901,9902,5,6,0,0,9902,9903,5,101,0,0,9903,9905,3,1346,673, + 0,9904,9901,1,0,0,0,9904,9905,1,0,0,0,9905,9907,1,0,0,0,9906,9908, + 3,1048,524,0,9907,9906,1,0,0,0,9907,9908,1,0,0,0,9908,9922,1,0,0, + 0,9909,9910,5,101,0,0,9910,9912,3,1346,673,0,9911,9913,3,1048,524, + 0,9912,9911,1,0,0,0,9912,9913,1,0,0,0,9913,9922,1,0,0,0,9914,9915, + 7,57,0,0,9915,9917,3,1344,672,0,9916,9918,3,1048,524,0,9917,9916, + 1,0,0,0,9917,9918,1,0,0,0,9918,9922,1,0,0,0,9919,9922,5,9,0,0,9920, + 9922,1,0,0,0,9921,9900,1,0,0,0,9921,9909,1,0,0,0,9921,9914,1,0,0, + 0,9921,9919,1,0,0,0,9921,9920,1,0,0,0,9922,9923,1,0,0,0,9923,9925, + 5,3,0,0,9924,9899,1,0,0,0,9924,9925,1,0,0,0,9925,1265,1,0,0,0,9926, + 9928,3,1264,632,0,9927,9929,3,1290,645,0,9928,9927,1,0,0,0,9928, + 9929,1,0,0,0,9929,9931,1,0,0,0,9930,9932,3,1292,646,0,9931,9930, + 1,0,0,0,9931,9932,1,0,0,0,9932,9934,1,0,0,0,9933,9935,3,1300,650, + 0,9934,9933,1,0,0,0,9934,9935,1,0,0,0,9935,9938,1,0,0,0,9936,9938, + 3,1270,635,0,9937,9926,1,0,0,0,9937,9936,1,0,0,0,9938,1267,1,0,0, + 0,9939,9942,3,1264,632,0,9940,9942,3,1270,635,0,9941,9939,1,0,0, + 0,9941,9940,1,0,0,0,9942,1269,1,0,0,0,9943,9944,5,108,0,0,9944,9945, + 5,62,0,0,9945,9946,5,2,0,0,9946,9947,3,1218,609,0,9947,9948,5,3, + 0,0,9948,10128,1,0,0,0,9949,10128,5,48,0,0,9950,9955,5,50,0,0,9951, + 9952,5,2,0,0,9952,9953,3,1462,731,0,9953,9954,5,3,0,0,9954,9956, + 1,0,0,0,9955,9951,1,0,0,0,9955,9956,1,0,0,0,9956,10128,1,0,0,0,9957, + 9962,5,51,0,0,9958,9959,5,2,0,0,9959,9960,3,1462,731,0,9960,9961, + 5,3,0,0,9961,9963,1,0,0,0,9962,9958,1,0,0,0,9962,9963,1,0,0,0,9963, + 10128,1,0,0,0,9964,9969,5,75,0,0,9965,9966,5,2,0,0,9966,9967,3,1462, + 731,0,9967,9968,5,3,0,0,9968,9970,1,0,0,0,9969,9965,1,0,0,0,9969, + 9970,1,0,0,0,9970,10128,1,0,0,0,9971,9976,5,76,0,0,9972,9973,5,2, + 0,0,9973,9974,3,1462,731,0,9974,9975,5,3,0,0,9975,9977,1,0,0,0,9976, + 9972,1,0,0,0,9976,9977,1,0,0,0,9977,10128,1,0,0,0,9978,10128,5,49, + 0,0,9979,10128,5,52,0,0,9980,10128,5,89,0,0,9981,10128,5,99,0,0, + 9982,10128,5,47,0,0,9983,10128,5,111,0,0,9984,9985,5,41,0,0,9985, + 9986,5,2,0,0,9986,9987,3,1218,609,0,9987,9988,5,36,0,0,9988,9989, + 3,1174,587,0,9989,9990,5,3,0,0,9990,10128,1,0,0,0,9991,9992,5,397, + 0,0,9992,9994,5,2,0,0,9993,9995,3,1354,677,0,9994,9993,1,0,0,0,9994, + 9995,1,0,0,0,9995,9996,1,0,0,0,9996,10128,5,3,0,0,9997,9998,5,489, + 0,0,9998,9999,5,2,0,0,9999,10002,3,1218,609,0,10000,10001,5,6,0, + 0,10001,10003,3,1358,679,0,10002,10000,1,0,0,0,10002,10003,1,0,0, + 0,10003,10004,1,0,0,0,10004,10005,5,3,0,0,10005,10128,1,0,0,0,10006, + 10007,5,410,0,0,10007,10008,5,2,0,0,10008,10009,3,1360,680,0,10009, + 10010,5,3,0,0,10010,10128,1,0,0,0,10011,10012,5,411,0,0,10012,10014, + 5,2,0,0,10013,10015,3,1362,681,0,10014,10013,1,0,0,0,10014,10015, + 1,0,0,0,10015,10016,1,0,0,0,10016,10128,5,3,0,0,10017,10018,5,417, + 0,0,10018,10020,5,2,0,0,10019,10021,3,1364,682,0,10020,10019,1,0, + 0,0,10020,10021,1,0,0,0,10021,10022,1,0,0,0,10022,10128,5,3,0,0, + 10023,10024,5,420,0,0,10024,10025,5,2,0,0,10025,10026,3,1218,609, + 0,10026,10027,5,36,0,0,10027,10028,3,1174,587,0,10028,10029,5,3, + 0,0,10029,10128,1,0,0,0,10030,10031,5,421,0,0,10031,10033,5,2,0, + 0,10032,10034,7,70,0,0,10033,10032,1,0,0,0,10033,10034,1,0,0,0,10034, + 10035,1,0,0,0,10035,10036,3,1366,683,0,10036,10037,5,3,0,0,10037, + 10128,1,0,0,0,10038,10039,5,408,0,0,10039,10040,5,2,0,0,10040,10041, + 3,1218,609,0,10041,10042,5,6,0,0,10042,10043,3,1218,609,0,10043, + 10044,5,3,0,0,10044,10128,1,0,0,0,10045,10046,5,393,0,0,10046,10047, + 5,2,0,0,10047,10048,3,1334,667,0,10048,10049,5,3,0,0,10049,10128, + 1,0,0,0,10050,10051,5,399,0,0,10051,10052,5,2,0,0,10052,10053,3, + 1334,667,0,10053,10054,5,3,0,0,10054,10128,1,0,0,0,10055,10056,5, + 404,0,0,10056,10057,5,2,0,0,10057,10058,3,1334,667,0,10058,10059, + 5,3,0,0,10059,10128,1,0,0,0,10060,10061,5,425,0,0,10061,10062,5, + 2,0,0,10062,10063,3,1334,667,0,10063,10064,5,3,0,0,10064,10128,1, + 0,0,0,10065,10066,5,426,0,0,10066,10067,5,2,0,0,10067,10068,5,266, + 0,0,10068,10074,3,1496,748,0,10069,10072,5,6,0,0,10070,10073,3,1276, + 638,0,10071,10073,3,1334,667,0,10072,10070,1,0,0,0,10072,10071,1, + 0,0,0,10073,10075,1,0,0,0,10074,10069,1,0,0,0,10074,10075,1,0,0, + 0,10075,10076,1,0,0,0,10076,10077,5,3,0,0,10077,10128,1,0,0,0,10078, + 10079,5,427,0,0,10079,10080,5,2,0,0,10080,10081,3,1260,630,0,10081, + 10082,3,1286,643,0,10082,10083,5,3,0,0,10083,10128,1,0,0,0,10084, + 10085,5,428,0,0,10085,10086,5,2,0,0,10086,10087,3,1278,639,0,10087, + 10088,5,3,0,0,10088,10128,1,0,0,0,10089,10090,5,429,0,0,10090,10091, + 5,2,0,0,10091,10092,3,1282,641,0,10092,10094,3,1218,609,0,10093, + 10095,3,1284,642,0,10094,10093,1,0,0,0,10094,10095,1,0,0,0,10095, + 10096,1,0,0,0,10096,10097,5,3,0,0,10097,10128,1,0,0,0,10098,10099, + 5,430,0,0,10099,10100,5,2,0,0,10100,10101,5,266,0,0,10101,10104, + 3,1496,748,0,10102,10103,5,6,0,0,10103,10105,3,1218,609,0,10104, + 10102,1,0,0,0,10104,10105,1,0,0,0,10105,10106,1,0,0,0,10106,10107, + 5,3,0,0,10107,10128,1,0,0,0,10108,10109,5,431,0,0,10109,10110,5, + 2,0,0,10110,10111,5,383,0,0,10111,10112,3,1218,609,0,10112,10113, + 5,6,0,0,10113,10115,3,1272,636,0,10114,10116,3,1274,637,0,10115, + 10114,1,0,0,0,10115,10116,1,0,0,0,10116,10117,1,0,0,0,10117,10118, + 5,3,0,0,10118,10128,1,0,0,0,10119,10120,5,432,0,0,10120,10121,5, + 2,0,0,10121,10122,3,1282,641,0,10122,10123,3,1218,609,0,10123,10124, + 5,36,0,0,10124,10125,3,1178,589,0,10125,10126,5,3,0,0,10126,10128, + 1,0,0,0,10127,9943,1,0,0,0,10127,9949,1,0,0,0,10127,9950,1,0,0,0, + 10127,9957,1,0,0,0,10127,9964,1,0,0,0,10127,9971,1,0,0,0,10127,9978, + 1,0,0,0,10127,9979,1,0,0,0,10127,9980,1,0,0,0,10127,9981,1,0,0,0, + 10127,9982,1,0,0,0,10127,9983,1,0,0,0,10127,9984,1,0,0,0,10127,9991, + 1,0,0,0,10127,9997,1,0,0,0,10127,10006,1,0,0,0,10127,10011,1,0,0, + 0,10127,10017,1,0,0,0,10127,10023,1,0,0,0,10127,10030,1,0,0,0,10127, + 10038,1,0,0,0,10127,10045,1,0,0,0,10127,10050,1,0,0,0,10127,10055, + 1,0,0,0,10127,10060,1,0,0,0,10127,10065,1,0,0,0,10127,10078,1,0, + 0,0,10127,10084,1,0,0,0,10127,10089,1,0,0,0,10127,10098,1,0,0,0, + 10127,10108,1,0,0,0,10127,10119,1,0,0,0,10128,1271,1,0,0,0,10129, + 10130,5,375,0,0,10130,10135,3,1218,609,0,10131,10132,5,375,0,0,10132, + 10133,5,269,0,0,10133,10135,5,450,0,0,10134,10129,1,0,0,0,10134, + 10131,1,0,0,0,10135,1273,1,0,0,0,10136,10137,5,6,0,0,10137,10138, + 5,339,0,0,10138,10147,5,385,0,0,10139,10140,5,6,0,0,10140,10141, + 5,339,0,0,10141,10147,5,269,0,0,10142,10143,5,6,0,0,10143,10144, + 5,339,0,0,10144,10145,5,269,0,0,10145,10147,5,450,0,0,10146,10136, + 1,0,0,0,10146,10139,1,0,0,0,10146,10142,1,0,0,0,10147,1275,1,0,0, + 0,10148,10149,5,424,0,0,10149,10150,5,2,0,0,10150,10151,3,1278,639, + 0,10151,10152,5,3,0,0,10152,1277,1,0,0,0,10153,10158,3,1280,640, + 0,10154,10155,5,6,0,0,10155,10157,3,1280,640,0,10156,10154,1,0,0, + 0,10157,10160,1,0,0,0,10158,10156,1,0,0,0,10158,10159,1,0,0,0,10159, + 1279,1,0,0,0,10160,10158,1,0,0,0,10161,10164,3,1218,609,0,10162, + 10163,5,36,0,0,10163,10165,3,1496,748,0,10164,10162,1,0,0,0,10164, + 10165,1,0,0,0,10165,1281,1,0,0,0,10166,10167,7,71,0,0,10167,1283, + 1,0,0,0,10168,10169,5,292,0,0,10169,10173,5,378,0,0,10170,10171, + 5,347,0,0,10171,10173,5,378,0,0,10172,10168,1,0,0,0,10172,10170, + 1,0,0,0,10173,1285,1,0,0,0,10174,10175,5,286,0,0,10175,10190,3,1260, + 630,0,10176,10177,5,286,0,0,10177,10178,3,1260,630,0,10178,10179, + 3,1288,644,0,10179,10190,1,0,0,0,10180,10181,5,286,0,0,10181,10182, + 3,1288,644,0,10182,10183,3,1260,630,0,10183,10190,1,0,0,0,10184, + 10185,5,286,0,0,10185,10186,3,1288,644,0,10186,10187,3,1260,630, + 0,10187,10188,3,1288,644,0,10188,10190,1,0,0,0,10189,10174,1,0,0, + 0,10189,10176,1,0,0,0,10189,10180,1,0,0,0,10189,10184,1,0,0,0,10190, + 1287,1,0,0,0,10191,10192,5,147,0,0,10192,10193,7,72,0,0,10193,1289, + 1,0,0,0,10194,10195,5,479,0,0,10195,10196,5,66,0,0,10196,10197,5, + 2,0,0,10197,10198,3,1050,525,0,10198,10199,5,3,0,0,10199,1291,1, + 0,0,0,10200,10201,5,480,0,0,10201,10202,5,2,0,0,10202,10203,5,103, + 0,0,10203,10204,3,1218,609,0,10204,10205,5,3,0,0,10205,1293,1,0, + 0,0,10206,10207,5,104,0,0,10207,10208,3,1296,648,0,10208,1295,1, + 0,0,0,10209,10214,3,1298,649,0,10210,10211,5,6,0,0,10211,10213,3, + 1298,649,0,10212,10210,1,0,0,0,10213,10216,1,0,0,0,10214,10212,1, + 0,0,0,10214,10215,1,0,0,0,10215,1297,1,0,0,0,10216,10214,1,0,0,0, + 10217,10218,3,1480,740,0,10218,10219,5,36,0,0,10219,10220,3,1302, + 651,0,10220,1299,1,0,0,0,10221,10224,5,124,0,0,10222,10225,3,1302, + 651,0,10223,10225,3,1480,740,0,10224,10222,1,0,0,0,10224,10223,1, + 0,0,0,10225,1301,1,0,0,0,10226,10228,5,2,0,0,10227,10229,3,1304, + 652,0,10228,10227,1,0,0,0,10228,10229,1,0,0,0,10229,10231,1,0,0, + 0,10230,10232,3,1306,653,0,10231,10230,1,0,0,0,10231,10232,1,0,0, + 0,10232,10234,1,0,0,0,10233,10235,3,1048,524,0,10234,10233,1,0,0, + 0,10234,10235,1,0,0,0,10235,10237,1,0,0,0,10236,10238,3,1308,654, + 0,10237,10236,1,0,0,0,10237,10238,1,0,0,0,10238,10239,1,0,0,0,10239, + 10240,5,3,0,0,10240,1303,1,0,0,0,10241,10242,3,1480,740,0,10242, + 1305,1,0,0,0,10243,10244,5,285,0,0,10244,10245,5,147,0,0,10245,10246, + 3,1334,667,0,10246,1307,1,0,0,0,10247,10248,5,299,0,0,10248,10250, + 3,1310,655,0,10249,10251,3,1314,657,0,10250,10249,1,0,0,0,10250, + 10251,1,0,0,0,10251,10263,1,0,0,0,10252,10253,5,320,0,0,10253,10255, + 3,1310,655,0,10254,10256,3,1314,657,0,10255,10254,1,0,0,0,10255, + 10256,1,0,0,0,10256,10263,1,0,0,0,10257,10258,5,481,0,0,10258,10260, + 3,1310,655,0,10259,10261,3,1314,657,0,10260,10259,1,0,0,0,10260, + 10261,1,0,0,0,10261,10263,1,0,0,0,10262,10247,1,0,0,0,10262,10252, + 1,0,0,0,10262,10257,1,0,0,0,10263,1309,1,0,0,0,10264,10271,3,1312, + 656,0,10265,10266,5,387,0,0,10266,10267,3,1312,656,0,10267,10268, + 5,33,0,0,10268,10269,3,1312,656,0,10269,10271,1,0,0,0,10270,10264, + 1,0,0,0,10270,10265,1,0,0,0,10271,1311,1,0,0,0,10272,10273,5,362, + 0,0,10273,10280,7,73,0,0,10274,10275,5,434,0,0,10275,10280,5,414, + 0,0,10276,10277,3,1218,609,0,10277,10278,7,73,0,0,10278,10280,1, + 0,0,0,10279,10272,1,0,0,0,10279,10274,1,0,0,0,10279,10276,1,0,0, + 0,10280,1313,1,0,0,0,10281,10288,5,199,0,0,10282,10283,5,434,0,0, + 10283,10289,5,414,0,0,10284,10289,5,66,0,0,10285,10289,5,467,0,0, + 10286,10287,5,269,0,0,10287,10289,5,482,0,0,10288,10282,1,0,0,0, + 10288,10284,1,0,0,0,10288,10285,1,0,0,0,10288,10286,1,0,0,0,10289, + 1315,1,0,0,0,10290,10291,5,414,0,0,10291,10293,5,2,0,0,10292,10294, + 3,1334,667,0,10293,10292,1,0,0,0,10293,10294,1,0,0,0,10294,10295, + 1,0,0,0,10295,10303,5,3,0,0,10296,10297,5,2,0,0,10297,10298,3,1334, + 667,0,10298,10299,5,6,0,0,10299,10300,3,1218,609,0,10300,10301,5, + 3,0,0,10301,10303,1,0,0,0,10302,10290,1,0,0,0,10302,10296,1,0,0, + 0,10303,1317,1,0,0,0,10304,10305,5,414,0,0,10305,10307,5,2,0,0,10306, + 10308,3,1334,667,0,10307,10306,1,0,0,0,10307,10308,1,0,0,0,10308, + 10309,1,0,0,0,10309,10310,5,3,0,0,10310,1319,1,0,0,0,10311,10312, + 5,2,0,0,10312,10313,3,1218,609,0,10313,10314,5,6,0,0,10314,10315, + 3,1334,667,0,10315,10316,5,3,0,0,10316,1321,1,0,0,0,10317,10318, + 7,74,0,0,10318,1323,1,0,0,0,10319,10322,5,29,0,0,10320,10322,3,1326, + 663,0,10321,10319,1,0,0,0,10321,10320,1,0,0,0,10322,1325,1,0,0,0, + 10323,10324,7,75,0,0,10324,1327,1,0,0,0,10325,10332,5,29,0,0,10326, + 10327,5,278,0,0,10327,10328,5,2,0,0,10328,10329,3,738,369,0,10329, + 10330,5,3,0,0,10330,10332,1,0,0,0,10331,10325,1,0,0,0,10331,10326, + 1,0,0,0,10332,1329,1,0,0,0,10333,10340,3,1324,662,0,10334,10335, + 5,278,0,0,10335,10336,5,2,0,0,10336,10337,3,738,369,0,10337,10338, + 5,3,0,0,10338,10340,1,0,0,0,10339,10333,1,0,0,0,10339,10334,1,0, + 0,0,10340,1331,1,0,0,0,10341,10354,3,1324,662,0,10342,10343,5,278, + 0,0,10343,10344,5,2,0,0,10344,10345,3,738,369,0,10345,10346,5,3, + 0,0,10346,10354,1,0,0,0,10347,10354,5,120,0,0,10348,10349,5,77,0, + 0,10349,10354,5,120,0,0,10350,10354,5,114,0,0,10351,10352,5,77,0, + 0,10352,10354,5,114,0,0,10353,10341,1,0,0,0,10353,10342,1,0,0,0, + 10353,10347,1,0,0,0,10353,10348,1,0,0,0,10353,10350,1,0,0,0,10353, + 10351,1,0,0,0,10354,1333,1,0,0,0,10355,10360,3,1218,609,0,10356, + 10357,5,6,0,0,10357,10359,3,1218,609,0,10358,10356,1,0,0,0,10359, + 10362,1,0,0,0,10360,10358,1,0,0,0,10360,10361,1,0,0,0,10361,1335, + 1,0,0,0,10362,10360,1,0,0,0,10363,10368,3,1342,671,0,10364,10365, + 5,6,0,0,10365,10367,3,1342,671,0,10366,10364,1,0,0,0,10367,10370, + 1,0,0,0,10368,10366,1,0,0,0,10368,10369,1,0,0,0,10369,1337,1,0,0, + 0,10370,10368,1,0,0,0,10371,10376,3,1340,670,0,10372,10373,5,6,0, + 0,10373,10375,3,1340,670,0,10374,10372,1,0,0,0,10375,10378,1,0,0, + 0,10376,10374,1,0,0,0,10376,10377,1,0,0,0,10377,1339,1,0,0,0,10378, + 10376,1,0,0,0,10379,10380,5,2,0,0,10380,10381,3,1218,609,0,10381, + 10382,5,3,0,0,10382,10385,1,0,0,0,10383,10385,3,1438,719,0,10384, + 10379,1,0,0,0,10384,10383,1,0,0,0,10385,1341,1,0,0,0,10386,10389, + 3,1218,609,0,10387,10389,3,1438,719,0,10388,10386,1,0,0,0,10388, + 10387,1,0,0,0,10389,1343,1,0,0,0,10390,10395,3,1346,673,0,10391, + 10392,5,6,0,0,10392,10394,3,1346,673,0,10393,10391,1,0,0,0,10394, + 10397,1,0,0,0,10395,10393,1,0,0,0,10395,10396,1,0,0,0,10396,1345, + 1,0,0,0,10397,10395,1,0,0,0,10398,10404,3,1218,609,0,10399,10400, + 3,690,345,0,10400,10401,7,76,0,0,10401,10402,3,1218,609,0,10402, + 10404,1,0,0,0,10403,10398,1,0,0,0,10403,10399,1,0,0,0,10404,1347, + 1,0,0,0,10405,10410,3,1174,587,0,10406,10407,5,6,0,0,10407,10409, + 3,1174,587,0,10408,10406,1,0,0,0,10409,10412,1,0,0,0,10410,10408, + 1,0,0,0,10410,10411,1,0,0,0,10411,1349,1,0,0,0,10412,10410,1,0,0, + 0,10413,10416,5,4,0,0,10414,10417,3,1334,667,0,10415,10417,3,1352, + 676,0,10416,10414,1,0,0,0,10416,10415,1,0,0,0,10416,10417,1,0,0, + 0,10417,10418,1,0,0,0,10418,10419,5,5,0,0,10419,1351,1,0,0,0,10420, + 10425,3,1350,675,0,10421,10422,5,6,0,0,10422,10424,3,1350,675,0, + 10423,10421,1,0,0,0,10424,10427,1,0,0,0,10425,10423,1,0,0,0,10425, + 10426,1,0,0,0,10426,1353,1,0,0,0,10427,10425,1,0,0,0,10428,10429, + 3,1356,678,0,10429,10430,5,64,0,0,10430,10431,3,1218,609,0,10431, + 1355,1,0,0,0,10432,10441,3,1498,749,0,10433,10441,5,384,0,0,10434, + 10441,5,264,0,0,10435,10441,5,176,0,0,10436,10441,5,218,0,0,10437, + 10441,5,261,0,0,10438,10441,5,326,0,0,10439,10441,3,1464,732,0,10440, + 10432,1,0,0,0,10440,10433,1,0,0,0,10440,10434,1,0,0,0,10440,10435, + 1,0,0,0,10440,10436,1,0,0,0,10440,10437,1,0,0,0,10440,10438,1,0, + 0,0,10440,10439,1,0,0,0,10441,1357,1,0,0,0,10442,10443,7,77,0,0, + 10443,1359,1,0,0,0,10444,10445,3,1218,609,0,10445,10446,5,84,0,0, + 10446,10447,3,1218,609,0,10447,10448,5,64,0,0,10448,10451,3,1218, + 609,0,10449,10450,5,62,0,0,10450,10452,3,1218,609,0,10451,10449, + 1,0,0,0,10451,10452,1,0,0,0,10452,1361,1,0,0,0,10453,10454,3,1258, + 629,0,10454,10455,5,68,0,0,10455,10456,3,1258,629,0,10456,1363,1, + 0,0,0,10457,10458,3,1218,609,0,10458,10459,5,64,0,0,10459,10460, + 3,1218,609,0,10460,10461,5,62,0,0,10461,10462,3,1218,609,0,10462, + 10485,1,0,0,0,10463,10464,3,1218,609,0,10464,10465,5,62,0,0,10465, + 10466,3,1218,609,0,10466,10467,5,64,0,0,10467,10468,3,1218,609,0, + 10468,10485,1,0,0,0,10469,10470,3,1218,609,0,10470,10471,5,64,0, + 0,10471,10472,3,1218,609,0,10472,10485,1,0,0,0,10473,10474,3,1218, + 609,0,10474,10475,5,62,0,0,10475,10476,3,1218,609,0,10476,10485, + 1,0,0,0,10477,10478,3,1218,609,0,10478,10479,5,127,0,0,10479,10480, + 3,1218,609,0,10480,10481,5,197,0,0,10481,10482,3,1218,609,0,10482, + 10485,1,0,0,0,10483,10485,3,1334,667,0,10484,10457,1,0,0,0,10484, + 10463,1,0,0,0,10484,10469,1,0,0,0,10484,10473,1,0,0,0,10484,10477, + 1,0,0,0,10484,10483,1,0,0,0,10485,1365,1,0,0,0,10486,10487,3,1218, + 609,0,10487,10488,5,64,0,0,10488,10489,3,1334,667,0,10489,10494, + 1,0,0,0,10490,10491,5,64,0,0,10491,10494,3,1334,667,0,10492,10494, + 3,1334,667,0,10493,10486,1,0,0,0,10493,10490,1,0,0,0,10493,10492, + 1,0,0,0,10494,1367,1,0,0,0,10495,10501,3,1008,504,0,10496,10497, + 5,2,0,0,10497,10498,3,1334,667,0,10498,10499,5,3,0,0,10499,10501, + 1,0,0,0,10500,10495,1,0,0,0,10500,10496,1,0,0,0,10501,1369,1,0,0, + 0,10502,10504,5,40,0,0,10503,10505,3,1378,689,0,10504,10503,1,0, + 0,0,10504,10505,1,0,0,0,10505,10506,1,0,0,0,10506,10508,3,1372,686, + 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,10511,5,454,0,0,10511,1371,1,0,0,0,10512, + 10514,3,1374,687,0,10513,10512,1,0,0,0,10514,10515,1,0,0,0,10515, + 10513,1,0,0,0,10515,10516,1,0,0,0,10516,1373,1,0,0,0,10517,10518, + 5,102,0,0,10518,10519,3,1218,609,0,10519,10520,5,93,0,0,10520,10521, + 3,1218,609,0,10521,1375,1,0,0,0,10522,10523,5,58,0,0,10523,10524, + 3,1218,609,0,10524,1377,1,0,0,0,10525,10526,3,1218,609,0,10526,1379, + 1,0,0,0,10527,10529,3,1480,740,0,10528,10530,3,1386,693,0,10529, + 10528,1,0,0,0,10529,10530,1,0,0,0,10530,1381,1,0,0,0,10531,10534, + 5,11,0,0,10532,10535,3,1444,722,0,10533,10535,5,9,0,0,10534,10532, + 1,0,0,0,10534,10533,1,0,0,0,10535,10549,1,0,0,0,10536,10545,5,4, + 0,0,10537,10546,3,1218,609,0,10538,10540,3,1384,692,0,10539,10538, + 1,0,0,0,10539,10540,1,0,0,0,10540,10541,1,0,0,0,10541,10543,5,8, + 0,0,10542,10544,3,1384,692,0,10543,10542,1,0,0,0,10543,10544,1,0, + 0,0,10544,10546,1,0,0,0,10545,10537,1,0,0,0,10545,10539,1,0,0,0, + 10546,10547,1,0,0,0,10547,10549,5,5,0,0,10548,10531,1,0,0,0,10548, + 10536,1,0,0,0,10549,1383,1,0,0,0,10550,10551,3,1218,609,0,10551, + 1385,1,0,0,0,10552,10554,3,1382,691,0,10553,10552,1,0,0,0,10554, + 10555,1,0,0,0,10555,10553,1,0,0,0,10555,10556,1,0,0,0,10556,1387, + 1,0,0,0,10557,10559,3,1382,691,0,10558,10557,1,0,0,0,10559,10562, + 1,0,0,0,10560,10558,1,0,0,0,10560,10561,1,0,0,0,10561,1389,1,0,0, + 0,10562,10560,1,0,0,0,10563,10564,3,1392,696,0,10564,1391,1,0,0, + 0,10565,10570,3,1394,697,0,10566,10567,5,6,0,0,10567,10569,3,1394, + 697,0,10568,10566,1,0,0,0,10569,10572,1,0,0,0,10570,10568,1,0,0, + 0,10570,10571,1,0,0,0,10571,1393,1,0,0,0,10572,10570,1,0,0,0,10573, + 10578,3,1342,671,0,10574,10575,5,36,0,0,10575,10579,3,1496,748,0, + 10576,10579,3,1498,749,0,10577,10579,1,0,0,0,10578,10574,1,0,0,0, + 10578,10576,1,0,0,0,10578,10577,1,0,0,0,10579,10582,1,0,0,0,10580, + 10582,5,9,0,0,10581,10573,1,0,0,0,10581,10580,1,0,0,0,10582,1395, + 1,0,0,0,10583,10588,3,1418,709,0,10584,10585,5,6,0,0,10585,10587, + 3,1418,709,0,10586,10584,1,0,0,0,10587,10590,1,0,0,0,10588,10586, + 1,0,0,0,10588,10589,1,0,0,0,10589,1397,1,0,0,0,10590,10588,1,0,0, + 0,10591,10596,3,1412,706,0,10592,10593,5,6,0,0,10593,10595,3,1412, + 706,0,10594,10592,1,0,0,0,10595,10598,1,0,0,0,10596,10594,1,0,0, + 0,10596,10597,1,0,0,0,10597,1399,1,0,0,0,10598,10596,1,0,0,0,10599, + 10604,3,1428,714,0,10600,10601,5,6,0,0,10601,10603,3,1428,714,0, + 10602,10600,1,0,0,0,10603,10606,1,0,0,0,10604,10602,1,0,0,0,10604, + 10605,1,0,0,0,10605,1401,1,0,0,0,10606,10604,1,0,0,0,10607,10612, + 3,1426,713,0,10608,10609,5,6,0,0,10609,10611,3,1426,713,0,10610, + 10608,1,0,0,0,10611,10614,1,0,0,0,10612,10610,1,0,0,0,10612,10613, + 1,0,0,0,10613,1403,1,0,0,0,10614,10612,1,0,0,0,10615,10620,3,1434, + 717,0,10616,10617,5,6,0,0,10617,10619,3,1434,717,0,10618,10616,1, + 0,0,0,10619,10622,1,0,0,0,10620,10618,1,0,0,0,10620,10621,1,0,0, + 0,10621,1405,1,0,0,0,10622,10620,1,0,0,0,10623,10625,3,1480,740, + 0,10624,10626,3,1386,693,0,10625,10624,1,0,0,0,10625,10626,1,0,0, + 0,10626,1407,1,0,0,0,10627,10629,3,1480,740,0,10628,10630,3,1386, + 693,0,10629,10628,1,0,0,0,10629,10630,1,0,0,0,10630,1409,1,0,0,0, + 10631,10633,3,1480,740,0,10632,10634,3,1386,693,0,10633,10632,1, + 0,0,0,10633,10634,1,0,0,0,10634,1411,1,0,0,0,10635,10637,3,1480, + 740,0,10636,10638,3,1386,693,0,10637,10636,1,0,0,0,10637,10638,1, + 0,0,0,10638,1413,1,0,0,0,10639,10641,3,1480,740,0,10640,10642,3, + 1386,693,0,10641,10640,1,0,0,0,10641,10642,1,0,0,0,10642,1415,1, + 0,0,0,10643,10645,3,1480,740,0,10644,10646,3,566,283,0,10645,10644, + 1,0,0,0,10645,10646,1,0,0,0,10646,1417,1,0,0,0,10647,10649,3,1480, + 740,0,10648,10650,3,1386,693,0,10649,10648,1,0,0,0,10649,10650,1, + 0,0,0,10650,1419,1,0,0,0,10651,10656,3,1408,704,0,10652,10653,5, + 6,0,0,10653,10655,3,1408,704,0,10654,10652,1,0,0,0,10655,10658,1, + 0,0,0,10656,10654,1,0,0,0,10656,10657,1,0,0,0,10657,1421,1,0,0,0, + 10658,10656,1,0,0,0,10659,10664,3,1442,721,0,10660,10661,5,6,0,0, + 10661,10663,3,1442,721,0,10662,10660,1,0,0,0,10663,10666,1,0,0,0, + 10664,10662,1,0,0,0,10664,10665,1,0,0,0,10665,1423,1,0,0,0,10666, + 10664,1,0,0,0,10667,10669,3,1480,740,0,10668,10670,3,566,283,0,10669, + 10668,1,0,0,0,10669,10670,1,0,0,0,10670,1425,1,0,0,0,10671,10673, + 3,1480,740,0,10672,10674,3,566,283,0,10673,10672,1,0,0,0,10673,10674, + 1,0,0,0,10674,1427,1,0,0,0,10675,10677,3,1480,740,0,10676,10678, + 3,566,283,0,10677,10676,1,0,0,0,10677,10678,1,0,0,0,10678,1429,1, + 0,0,0,10679,10680,3,1480,740,0,10680,1431,1,0,0,0,10681,10682,3, + 1480,740,0,10682,1433,1,0,0,0,10683,10688,3,1488,744,0,10684,10685, + 3,1480,740,0,10685,10686,3,1386,693,0,10686,10688,1,0,0,0,10687, + 10683,1,0,0,0,10687,10684,1,0,0,0,10688,1435,1,0,0,0,10689,10694, + 3,1488,744,0,10690,10691,3,1480,740,0,10691,10692,3,1386,693,0,10692, + 10694,1,0,0,0,10693,10689,1,0,0,0,10693,10690,1,0,0,0,10694,1437, + 1,0,0,0,10695,10699,3,1480,740,0,10696,10698,3,1382,691,0,10697, + 10696,1,0,0,0,10698,10701,1,0,0,0,10699,10697,1,0,0,0,10699,10700, + 1,0,0,0,10700,10704,1,0,0,0,10701,10699,1,0,0,0,10702,10704,4,719, + 8,0,10703,10695,1,0,0,0,10703,10702,1,0,0,0,10704,1439,1,0,0,0,10705, + 10706,3,1480,740,0,10706,1441,1,0,0,0,10707,10708,3,1480,740,0,10708, + 1443,1,0,0,0,10709,10710,3,1496,748,0,10710,1445,1,0,0,0,10711,10712, + 3,1464,732,0,10712,1447,1,0,0,0,10713,10718,3,1488,744,0,10714,10715, + 3,1480,740,0,10715,10716,3,1386,693,0,10716,10718,1,0,0,0,10717, + 10713,1,0,0,0,10717,10714,1,0,0,0,10718,1449,1,0,0,0,10719,10724, + 3,1488,744,0,10720,10721,3,1480,740,0,10721,10722,3,1386,693,0,10722, + 10724,1,0,0,0,10723,10719,1,0,0,0,10723,10720,1,0,0,0,10724,1451, + 1,0,0,0,10725,10730,3,1490,745,0,10726,10727,3,1480,740,0,10727, + 10728,3,1386,693,0,10728,10730,1,0,0,0,10729,10725,1,0,0,0,10729, + 10726,1,0,0,0,10730,1453,1,0,0,0,10731,10767,3,1462,731,0,10732, + 10767,3,1460,730,0,10733,10767,3,1464,732,0,10734,10767,3,1458,729, + 0,10735,10767,3,1456,728,0,10736,10746,3,1450,725,0,10737,10747, + 3,1464,732,0,10738,10739,5,2,0,0,10739,10741,3,1344,672,0,10740, + 10742,3,1048,524,0,10741,10740,1,0,0,0,10741,10742,1,0,0,0,10742, + 10743,1,0,0,0,10743,10744,5,3,0,0,10744,10745,3,1464,732,0,10745, + 10747,1,0,0,0,10746,10737,1,0,0,0,10746,10738,1,0,0,0,10747,10767, + 1,0,0,0,10748,10749,3,1180,590,0,10749,10750,3,1464,732,0,10750, + 10767,1,0,0,0,10751,10761,3,1208,604,0,10752,10754,3,1464,732,0, + 10753,10755,3,1212,606,0,10754,10753,1,0,0,0,10754,10755,1,0,0,0, + 10755,10762,1,0,0,0,10756,10757,5,2,0,0,10757,10758,3,1462,731,0, + 10758,10759,5,3,0,0,10759,10760,3,1464,732,0,10760,10762,1,0,0,0, + 10761,10752,1,0,0,0,10761,10756,1,0,0,0,10762,10767,1,0,0,0,10763, + 10767,5,96,0,0,10764,10767,5,60,0,0,10765,10767,5,78,0,0,10766,10731, + 1,0,0,0,10766,10732,1,0,0,0,10766,10733,1,0,0,0,10766,10734,1,0, + 0,0,10766,10735,1,0,0,0,10766,10736,1,0,0,0,10766,10748,1,0,0,0, + 10766,10751,1,0,0,0,10766,10763,1,0,0,0,10766,10764,1,0,0,0,10766, + 10765,1,0,0,0,10767,1455,1,0,0,0,10768,10769,5,569,0,0,10769,1457, + 1,0,0,0,10770,10771,5,565,0,0,10771,1459,1,0,0,0,10772,10773,5,575, + 0,0,10773,1461,1,0,0,0,10774,10775,5,573,0,0,10775,1463,1,0,0,0, + 10776,10778,3,1466,733,0,10777,10779,3,1468,734,0,10778,10777,1, + 0,0,0,10778,10779,1,0,0,0,10779,1465,1,0,0,0,10780,10792,5,560,0, + 0,10781,10792,5,562,0,0,10782,10786,5,564,0,0,10783,10785,5,590, + 0,0,10784,10783,1,0,0,0,10785,10788,1,0,0,0,10786,10784,1,0,0,0, + 10786,10787,1,0,0,0,10787,10789,1,0,0,0,10788,10786,1,0,0,0,10789, + 10792,5,591,0,0,10790,10792,5,586,0,0,10791,10780,1,0,0,0,10791, + 10781,1,0,0,0,10791,10782,1,0,0,0,10791,10790,1,0,0,0,10792,1467, + 1,0,0,0,10793,10794,5,487,0,0,10794,10795,3,1466,733,0,10795,1469, + 1,0,0,0,10796,10802,3,1462,731,0,10797,10798,5,12,0,0,10798,10802, + 3,1462,731,0,10799,10800,5,13,0,0,10800,10802,3,1462,731,0,10801, + 10796,1,0,0,0,10801,10797,1,0,0,0,10801,10799,1,0,0,0,10802,1471, + 1,0,0,0,10803,10804,3,1476,738,0,10804,1473,1,0,0,0,10805,10806, + 3,1476,738,0,10806,1475,1,0,0,0,10807,10813,3,1494,747,0,10808,10813, + 5,52,0,0,10809,10813,5,49,0,0,10810,10813,5,89,0,0,10811,10813,5, + 524,0,0,10812,10807,1,0,0,0,10812,10808,1,0,0,0,10812,10809,1,0, + 0,0,10812,10810,1,0,0,0,10812,10811,1,0,0,0,10813,1477,1,0,0,0,10814, + 10819,3,1476,738,0,10815,10816,5,6,0,0,10816,10818,3,1476,738,0, + 10817,10815,1,0,0,0,10818,10821,1,0,0,0,10819,10817,1,0,0,0,10819, + 10820,1,0,0,0,10820,1479,1,0,0,0,10821,10819,1,0,0,0,10822,10827, + 3,1498,749,0,10823,10827,3,1502,751,0,10824,10827,3,1504,752,0,10825, + 10827,3,1740,870,0,10826,10822,1,0,0,0,10826,10823,1,0,0,0,10826, + 10824,1,0,0,0,10826,10825,1,0,0,0,10827,1481,1,0,0,0,10828,10829, + 3,1498,749,0,10829,1483,1,0,0,0,10830,10843,3,716,358,0,10831,10832, + 5,2,0,0,10832,10833,3,1218,609,0,10833,10834,5,3,0,0,10834,10835, + 1,0,0,0,10835,10837,3,1498,749,0,10836,10838,3,656,328,0,10837,10836, + 1,0,0,0,10837,10838,1,0,0,0,10838,10840,1,0,0,0,10839,10841,3,658, + 329,0,10840,10839,1,0,0,0,10840,10841,1,0,0,0,10841,10843,1,0,0, + 0,10842,10830,1,0,0,0,10842,10831,1,0,0,0,10843,1485,1,0,0,0,10844, + 10845,5,105,0,0,10845,10847,3,132,66,0,10846,10844,1,0,0,0,10846, + 10847,1,0,0,0,10847,10849,1,0,0,0,10848,10850,3,292,146,0,10849, + 10848,1,0,0,0,10849,10850,1,0,0,0,10850,1487,1,0,0,0,10851,10856, + 3,1498,749,0,10852,10856,3,1502,751,0,10853,10856,3,1740,870,0,10854, + 10856,3,1506,753,0,10855,10851,1,0,0,0,10855,10852,1,0,0,0,10855, + 10853,1,0,0,0,10855,10854,1,0,0,0,10856,1489,1,0,0,0,10857,10862, + 3,1498,749,0,10858,10862,3,1502,751,0,10859,10862,3,1740,870,0,10860, + 10862,3,1506,753,0,10861,10857,1,0,0,0,10861,10858,1,0,0,0,10861, + 10859,1,0,0,0,10861,10860,1,0,0,0,10862,1491,1,0,0,0,10863,10866, + 3,1438,719,0,10864,10866,3,1506,753,0,10865,10863,1,0,0,0,10865, + 10864,1,0,0,0,10866,1493,1,0,0,0,10867,10872,3,1498,749,0,10868, + 10872,3,1502,751,0,10869,10872,3,1504,752,0,10870,10872,3,1506,753, + 0,10871,10867,1,0,0,0,10871,10868,1,0,0,0,10871,10869,1,0,0,0,10871, + 10870,1,0,0,0,10872,1495,1,0,0,0,10873,10880,3,1498,749,0,10874, + 10880,3,1740,870,0,10875,10880,3,1502,751,0,10876,10880,3,1504,752, + 0,10877,10880,3,1506,753,0,10878,10880,3,1508,754,0,10879,10873, + 1,0,0,0,10879,10874,1,0,0,0,10879,10875,1,0,0,0,10879,10876,1,0, + 0,0,10879,10877,1,0,0,0,10879,10878,1,0,0,0,10880,1497,1,0,0,0,10881, + 10883,5,551,0,0,10882,10884,3,1468,734,0,10883,10882,1,0,0,0,10883, + 10884,1,0,0,0,10884,10892,1,0,0,0,10885,10892,3,1464,732,0,10886, + 10892,5,552,0,0,10887,10892,5,556,0,0,10888,10892,3,1262,631,0,10889, + 10892,3,1500,750,0,10890,10892,3,1740,870,0,10891,10881,1,0,0,0, + 10891,10885,1,0,0,0,10891,10886,1,0,0,0,10891,10887,1,0,0,0,10891, + 10888,1,0,0,0,10891,10889,1,0,0,0,10891,10890,1,0,0,0,10892,1499, + 1,0,0,0,10893,10894,5,577,0,0,10894,1501,1,0,0,0,10895,10896,7,78, + 0,0,10896,1503,1,0,0,0,10897,10949,5,387,0,0,10898,10949,5,388,0, + 0,10899,10949,3,1190,595,0,10900,10949,5,390,0,0,10901,10949,5,391, + 0,0,10902,10949,3,1198,599,0,10903,10949,5,393,0,0,10904,10949,5, + 394,0,0,10905,10949,5,395,0,0,10906,10949,5,396,0,0,10907,10949, + 5,397,0,0,10908,10949,5,398,0,0,10909,10949,5,399,0,0,10910,10949, + 5,470,0,0,10911,10949,5,400,0,0,10912,10949,5,401,0,0,10913,10949, + 5,402,0,0,10914,10949,5,403,0,0,10915,10949,5,404,0,0,10916,10949, + 5,405,0,0,10917,10949,5,406,0,0,10918,10949,5,407,0,0,10919,10949, + 5,489,0,0,10920,10949,5,408,0,0,10921,10949,3,1186,593,0,10922,10949, + 5,453,0,0,10923,10949,5,410,0,0,10924,10949,5,411,0,0,10925,10949, + 5,412,0,0,10926,10949,5,413,0,0,10927,10949,5,414,0,0,10928,10949, + 5,415,0,0,10929,10949,5,416,0,0,10930,10949,5,417,0,0,10931,10949, + 5,418,0,0,10932,10949,5,419,0,0,10933,10949,5,420,0,0,10934,10949, + 5,421,0,0,10935,10949,5,422,0,0,10936,10949,5,423,0,0,10937,10949, + 5,424,0,0,10938,10949,5,425,0,0,10939,10949,5,426,0,0,10940,10949, + 5,427,0,0,10941,10949,5,428,0,0,10942,10949,5,476,0,0,10943,10949, + 5,429,0,0,10944,10949,5,430,0,0,10945,10949,5,431,0,0,10946,10949, + 5,432,0,0,10947,10949,5,474,0,0,10948,10897,1,0,0,0,10948,10898, + 1,0,0,0,10948,10899,1,0,0,0,10948,10900,1,0,0,0,10948,10901,1,0, + 0,0,10948,10902,1,0,0,0,10948,10903,1,0,0,0,10948,10904,1,0,0,0, + 10948,10905,1,0,0,0,10948,10906,1,0,0,0,10948,10907,1,0,0,0,10948, + 10908,1,0,0,0,10948,10909,1,0,0,0,10948,10910,1,0,0,0,10948,10911, + 1,0,0,0,10948,10912,1,0,0,0,10948,10913,1,0,0,0,10948,10914,1,0, + 0,0,10948,10915,1,0,0,0,10948,10916,1,0,0,0,10948,10917,1,0,0,0, + 10948,10918,1,0,0,0,10948,10919,1,0,0,0,10948,10920,1,0,0,0,10948, + 10921,1,0,0,0,10948,10922,1,0,0,0,10948,10923,1,0,0,0,10948,10924, + 1,0,0,0,10948,10925,1,0,0,0,10948,10926,1,0,0,0,10948,10927,1,0, + 0,0,10948,10928,1,0,0,0,10948,10929,1,0,0,0,10948,10930,1,0,0,0, + 10948,10931,1,0,0,0,10948,10932,1,0,0,0,10948,10933,1,0,0,0,10948, + 10934,1,0,0,0,10948,10935,1,0,0,0,10948,10936,1,0,0,0,10948,10937, + 1,0,0,0,10948,10938,1,0,0,0,10948,10939,1,0,0,0,10948,10940,1,0, + 0,0,10948,10941,1,0,0,0,10948,10942,1,0,0,0,10948,10943,1,0,0,0, + 10948,10944,1,0,0,0,10948,10945,1,0,0,0,10948,10946,1,0,0,0,10948, + 10947,1,0,0,0,10949,1505,1,0,0,0,10950,10951,7,79,0,0,10951,1507, + 1,0,0,0,10952,10953,7,80,0,0,10953,1509,1,0,0,0,10954,10955,3,1512, + 756,0,10955,10956,3,1522,761,0,10956,10957,3,1520,760,0,10957,1511, + 1,0,0,0,10958,10960,3,1514,757,0,10959,10958,1,0,0,0,10960,10963, + 1,0,0,0,10961,10959,1,0,0,0,10961,10962,1,0,0,0,10962,1513,1,0,0, + 0,10963,10961,1,0,0,0,10964,10965,3,1516,758,0,10965,10966,5,279, + 0,0,10966,10967,5,490,0,0,10967,10985,1,0,0,0,10968,10969,3,1516, + 758,0,10969,10970,5,491,0,0,10970,10971,3,1518,759,0,10971,10985, + 1,0,0,0,10972,10973,3,1516,758,0,10973,10974,5,492,0,0,10974,10975, + 5,493,0,0,10975,10985,1,0,0,0,10976,10977,3,1516,758,0,10977,10978, + 5,492,0,0,10978,10979,5,494,0,0,10979,10985,1,0,0,0,10980,10981, + 3,1516,758,0,10981,10982,5,492,0,0,10982,10983,5,495,0,0,10983,10985, + 1,0,0,0,10984,10964,1,0,0,0,10984,10968,1,0,0,0,10984,10972,1,0, + 0,0,10984,10976,1,0,0,0,10984,10980,1,0,0,0,10985,1515,1,0,0,0,10986, + 10987,5,29,0,0,10987,1517,1,0,0,0,10988,10993,3,1464,732,0,10989, + 10993,3,1508,754,0,10990,10993,3,1740,870,0,10991,10993,3,1502,751, + 0,10992,10988,1,0,0,0,10992,10989,1,0,0,0,10992,10990,1,0,0,0,10992, + 10991,1,0,0,0,10993,1519,1,0,0,0,10994,10997,1,0,0,0,10995,10997, + 5,7,0,0,10996,10994,1,0,0,0,10996,10995,1,0,0,0,10997,1521,1,0,0, + 0,10998,10999,3,1524,762,0,10999,11000,5,146,0,0,11000,11001,3,1566, + 783,0,11001,11002,3,1720,860,0,11002,11003,5,454,0,0,11003,11004, + 3,1734,867,0,11004,1523,1,0,0,0,11005,11010,3,1730,865,0,11006,11008, + 3,1526,763,0,11007,11009,3,1528,764,0,11008,11007,1,0,0,0,11008, + 11009,1,0,0,0,11009,11011,1,0,0,0,11010,11006,1,0,0,0,11010,11011, + 1,0,0,0,11011,1525,1,0,0,0,11012,11013,5,178,0,0,11013,1527,1,0, + 0,0,11014,11016,3,1532,766,0,11015,11014,1,0,0,0,11016,11017,1,0, + 0,0,11017,11015,1,0,0,0,11017,11018,1,0,0,0,11018,1529,1,0,0,0,11019, + 11020,5,18,0,0,11020,11021,3,1738,869,0,11021,11022,5,19,0,0,11022, + 1531,1,0,0,0,11023,11027,3,1534,767,0,11024,11027,5,178,0,0,11025, + 11027,3,1530,765,0,11026,11023,1,0,0,0,11026,11024,1,0,0,0,11026, + 11025,1,0,0,0,11027,1533,1,0,0,0,11028,11044,3,1550,775,0,11029, + 11030,5,496,0,0,11030,11031,5,62,0,0,11031,11045,3,1548,774,0,11032, + 11033,3,1552,776,0,11033,11034,3,1554,777,0,11034,11035,3,1556,778, + 0,11035,11036,3,1558,779,0,11036,11037,3,1560,780,0,11037,11045, + 1,0,0,0,11038,11039,3,1536,768,0,11039,11040,5,172,0,0,11040,11041, + 3,1540,770,0,11041,11042,3,1546,773,0,11042,11043,3,1538,769,0,11043, + 11045,1,0,0,0,11044,11029,1,0,0,0,11044,11032,1,0,0,0,11044,11038, + 1,0,0,0,11045,11046,1,0,0,0,11046,11047,5,7,0,0,11047,1535,1,0,0, + 0,11048,11053,1,0,0,0,11049,11050,5,269,0,0,11050,11053,5,324,0, + 0,11051,11053,5,324,0,0,11052,11048,1,0,0,0,11052,11049,1,0,0,0, + 11052,11051,1,0,0,0,11053,1537,1,0,0,0,11054,11055,3,1006,503,0, + 11055,1539,1,0,0,0,11056,11062,1,0,0,0,11057,11058,5,2,0,0,11058, + 11059,3,1542,771,0,11059,11060,5,3,0,0,11060,11062,1,0,0,0,11061, + 11056,1,0,0,0,11061,11057,1,0,0,0,11062,1541,1,0,0,0,11063,11068, + 3,1544,772,0,11064,11065,5,6,0,0,11065,11067,3,1544,772,0,11066, + 11064,1,0,0,0,11067,11070,1,0,0,0,11068,11066,1,0,0,0,11068,11069, + 1,0,0,0,11069,1543,1,0,0,0,11070,11068,1,0,0,0,11071,11072,3,1550, + 775,0,11072,11073,3,1554,777,0,11073,1545,1,0,0,0,11074,11075,7, + 81,0,0,11075,1547,1,0,0,0,11076,11079,5,28,0,0,11077,11079,3,1480, + 740,0,11078,11076,1,0,0,0,11078,11077,1,0,0,0,11079,1549,1,0,0,0, + 11080,11081,3,1738,869,0,11081,1551,1,0,0,0,11082,11085,1,0,0,0, + 11083,11085,5,497,0,0,11084,11082,1,0,0,0,11084,11083,1,0,0,0,11085, + 1553,1,0,0,0,11086,11087,3,1174,587,0,11087,1555,1,0,0,0,11088,11092, + 1,0,0,0,11089,11090,5,43,0,0,11090,11092,3,564,282,0,11091,11088, + 1,0,0,0,11091,11089,1,0,0,0,11092,1557,1,0,0,0,11093,11097,1,0,0, + 0,11094,11095,5,77,0,0,11095,11097,5,78,0,0,11096,11093,1,0,0,0, + 11096,11094,1,0,0,0,11097,1559,1,0,0,0,11098,11103,1,0,0,0,11099, + 11100,3,1562,781,0,11100,11101,3,1742,871,0,11101,11103,1,0,0,0, + 11102,11098,1,0,0,0,11102,11099,1,0,0,0,11103,1561,1,0,0,0,11104, + 11107,3,1564,782,0,11105,11107,5,53,0,0,11106,11104,1,0,0,0,11106, + 11105,1,0,0,0,11107,1563,1,0,0,0,11108,11109,7,82,0,0,11109,1565, + 1,0,0,0,11110,11112,3,1568,784,0,11111,11110,1,0,0,0,11112,11115, + 1,0,0,0,11113,11111,1,0,0,0,11113,11114,1,0,0,0,11114,1567,1,0,0, + 0,11115,11113,1,0,0,0,11116,11117,3,1522,761,0,11117,11118,5,7,0, + 0,11118,11144,1,0,0,0,11119,11144,3,1634,817,0,11120,11144,3,1638, + 819,0,11121,11144,3,1576,788,0,11122,11144,3,1592,796,0,11123,11144, + 3,1598,799,0,11124,11144,3,1608,804,0,11125,11144,3,1610,805,0,11126, + 11144,3,1612,806,0,11127,11144,3,1626,813,0,11128,11144,3,1630,815, + 0,11129,11144,3,1650,825,0,11130,11144,3,1656,828,0,11131,11144, + 3,1658,829,0,11132,11144,3,1570,785,0,11133,11144,3,1572,786,0,11134, + 11144,3,1578,789,0,11135,11144,3,1666,833,0,11136,11144,3,1678,839, + 0,11137,11144,3,1686,843,0,11138,11144,3,1706,853,0,11139,11144, + 3,1708,854,0,11140,11144,3,1710,855,0,11141,11144,3,1712,856,0,11142, + 11144,3,1716,858,0,11143,11116,1,0,0,0,11143,11119,1,0,0,0,11143, + 11120,1,0,0,0,11143,11121,1,0,0,0,11143,11122,1,0,0,0,11143,11123, + 1,0,0,0,11143,11124,1,0,0,0,11143,11125,1,0,0,0,11143,11126,1,0, + 0,0,11143,11127,1,0,0,0,11143,11128,1,0,0,0,11143,11129,1,0,0,0, + 11143,11130,1,0,0,0,11143,11131,1,0,0,0,11143,11132,1,0,0,0,11143, + 11133,1,0,0,0,11143,11134,1,0,0,0,11143,11135,1,0,0,0,11143,11136, + 1,0,0,0,11143,11137,1,0,0,0,11143,11138,1,0,0,0,11143,11139,1,0, + 0,0,11143,11140,1,0,0,0,11143,11141,1,0,0,0,11143,11142,1,0,0,0, + 11144,1569,1,0,0,0,11145,11146,5,498,0,0,11146,11147,3,1746,873, + 0,11147,11148,5,7,0,0,11148,1571,1,0,0,0,11149,11150,5,433,0,0,11150, + 11156,3,1738,869,0,11151,11152,5,2,0,0,11152,11153,3,1574,787,0, + 11153,11154,5,3,0,0,11154,11155,5,7,0,0,11155,11157,1,0,0,0,11156, + 11151,1,0,0,0,11156,11157,1,0,0,0,11157,11166,1,0,0,0,11158,11159, + 5,57,0,0,11159,11160,3,1738,869,0,11160,11161,5,2,0,0,11161,11162, + 3,1574,787,0,11162,11163,5,3,0,0,11163,11164,5,7,0,0,11164,11166, + 1,0,0,0,11165,11149,1,0,0,0,11165,11158,1,0,0,0,11166,1573,1,0,0, + 0,11167,11170,1,0,0,0,11168,11170,3,1334,667,0,11169,11167,1,0,0, + 0,11169,11168,1,0,0,0,11170,1575,1,0,0,0,11171,11172,3,1590,795, + 0,11172,11173,3,1564,782,0,11173,11174,3,1742,871,0,11174,11175, + 5,7,0,0,11175,1577,1,0,0,0,11176,11177,5,499,0,0,11177,11178,3,1580, + 790,0,11178,11179,5,500,0,0,11179,11180,3,1582,791,0,11180,11181, + 5,7,0,0,11181,1579,1,0,0,0,11182,11186,1,0,0,0,11183,11186,5,434, + 0,0,11184,11186,5,501,0,0,11185,11182,1,0,0,0,11185,11183,1,0,0, + 0,11185,11184,1,0,0,0,11186,1581,1,0,0,0,11187,11192,3,1584,792, + 0,11188,11189,5,6,0,0,11189,11191,3,1584,792,0,11190,11188,1,0,0, + 0,11191,11194,1,0,0,0,11192,11190,1,0,0,0,11192,11193,1,0,0,0,11193, + 1583,1,0,0,0,11194,11192,1,0,0,0,11195,11196,3,1588,794,0,11196, + 11197,3,1564,782,0,11197,11198,3,1586,793,0,11198,1585,1,0,0,0,11199, + 11200,3,1480,740,0,11200,1587,1,0,0,0,11201,11202,3,1590,795,0,11202, + 1589,1,0,0,0,11203,11206,3,564,282,0,11204,11206,5,28,0,0,11205, + 11203,1,0,0,0,11205,11204,1,0,0,0,11206,11213,1,0,0,0,11207,11208, + 5,4,0,0,11208,11209,3,1748,874,0,11209,11210,5,5,0,0,11210,11212, + 1,0,0,0,11211,11207,1,0,0,0,11212,11215,1,0,0,0,11213,11211,1,0, + 0,0,11213,11214,1,0,0,0,11214,1591,1,0,0,0,11215,11213,1,0,0,0,11216, + 11217,5,220,0,0,11217,11218,3,1744,872,0,11218,11219,5,93,0,0,11219, + 11220,3,1566,783,0,11220,11221,3,1594,797,0,11221,11222,3,1596,798, + 0,11222,11223,5,454,0,0,11223,11224,5,220,0,0,11224,11225,5,7,0, + 0,11225,1593,1,0,0,0,11226,11227,5,502,0,0,11227,11228,3,1218,609, + 0,11228,11229,5,93,0,0,11229,11230,3,1566,783,0,11230,11232,1,0, + 0,0,11231,11226,1,0,0,0,11232,11235,1,0,0,0,11233,11231,1,0,0,0, + 11233,11234,1,0,0,0,11234,1595,1,0,0,0,11235,11233,1,0,0,0,11236, + 11240,1,0,0,0,11237,11238,5,58,0,0,11238,11240,3,1566,783,0,11239, + 11236,1,0,0,0,11239,11237,1,0,0,0,11240,1597,1,0,0,0,11241,11242, + 5,40,0,0,11242,11243,3,1600,800,0,11243,11244,3,1602,801,0,11244, + 11245,3,1606,803,0,11245,11246,5,454,0,0,11246,11247,5,40,0,0,11247, + 11248,5,7,0,0,11248,1599,1,0,0,0,11249,11252,1,0,0,0,11250,11252, + 3,1742,871,0,11251,11249,1,0,0,0,11251,11250,1,0,0,0,11252,1601, + 1,0,0,0,11253,11255,3,1604,802,0,11254,11253,1,0,0,0,11255,11256, + 1,0,0,0,11256,11254,1,0,0,0,11256,11257,1,0,0,0,11257,1603,1,0,0, + 0,11258,11259,5,102,0,0,11259,11260,3,1334,667,0,11260,11261,5,93, + 0,0,11261,11262,3,1566,783,0,11262,1605,1,0,0,0,11263,11267,1,0, + 0,0,11264,11265,5,58,0,0,11265,11267,3,1566,783,0,11266,11263,1, + 0,0,0,11266,11264,1,0,0,0,11267,1607,1,0,0,0,11268,11269,3,1732, + 866,0,11269,11270,3,1654,827,0,11270,1609,1,0,0,0,11271,11272,3, + 1732,866,0,11272,11273,5,503,0,0,11273,11274,3,1750,875,0,11274, + 11275,3,1654,827,0,11275,1611,1,0,0,0,11276,11277,3,1732,866,0,11277, + 11278,5,62,0,0,11278,11279,3,1614,807,0,11279,11280,3,1654,827,0, + 11280,1613,1,0,0,0,11281,11282,3,1624,812,0,11282,11298,5,68,0,0, + 11283,11284,3,1000,500,0,11284,11285,3,1618,809,0,11285,11299,1, + 0,0,0,11286,11299,3,1006,503,0,11287,11299,3,932,466,0,11288,11289, + 5,202,0,0,11289,11290,3,1218,609,0,11290,11291,3,1616,808,0,11291, + 11299,1,0,0,0,11292,11293,3,1620,810,0,11293,11294,3,1218,609,0, + 11294,11295,5,24,0,0,11295,11296,3,1218,609,0,11296,11297,3,1622, + 811,0,11297,11299,1,0,0,0,11298,11283,1,0,0,0,11298,11286,1,0,0, + 0,11298,11287,1,0,0,0,11298,11288,1,0,0,0,11298,11292,1,0,0,0,11299, + 1615,1,0,0,0,11300,11304,1,0,0,0,11301,11302,5,100,0,0,11302,11304, + 3,1334,667,0,11303,11300,1,0,0,0,11303,11301,1,0,0,0,11304,1617, + 1,0,0,0,11305,11318,1,0,0,0,11306,11307,5,2,0,0,11307,11312,3,1218, + 609,0,11308,11309,5,6,0,0,11309,11311,3,1218,609,0,11310,11308,1, + 0,0,0,11311,11314,1,0,0,0,11312,11310,1,0,0,0,11312,11313,1,0,0, + 0,11313,11315,1,0,0,0,11314,11312,1,0,0,0,11315,11316,5,3,0,0,11316, + 11318,1,0,0,0,11317,11305,1,0,0,0,11317,11306,1,0,0,0,11318,1619, + 1,0,0,0,11319,11322,1,0,0,0,11320,11322,5,504,0,0,11321,11319,1, + 0,0,0,11321,11320,1,0,0,0,11322,1621,1,0,0,0,11323,11327,1,0,0,0, + 11324,11325,5,147,0,0,11325,11327,3,1218,609,0,11326,11323,1,0,0, + 0,11326,11324,1,0,0,0,11327,1623,1,0,0,0,11328,11329,3,558,279,0, + 11329,1625,1,0,0,0,11330,11331,3,1732,866,0,11331,11332,5,505,0, + 0,11332,11333,3,1624,812,0,11333,11334,3,1628,814,0,11334,11335, + 5,68,0,0,11335,11336,5,35,0,0,11336,11337,3,1218,609,0,11337,11338, + 3,1654,827,0,11338,1627,1,0,0,0,11339,11343,1,0,0,0,11340,11341, + 5,506,0,0,11341,11343,3,1462,731,0,11342,11339,1,0,0,0,11342,11340, + 1,0,0,0,11343,1629,1,0,0,0,11344,11345,3,1632,816,0,11345,11347, + 3,1734,867,0,11346,11348,3,1736,868,0,11347,11346,1,0,0,0,11347, + 11348,1,0,0,0,11348,11349,1,0,0,0,11349,11350,5,7,0,0,11350,1631, + 1,0,0,0,11351,11352,7,83,0,0,11352,1633,1,0,0,0,11353,11365,5,508, + 0,0,11354,11355,5,268,0,0,11355,11366,3,1742,871,0,11356,11362,5, + 509,0,0,11357,11358,5,202,0,0,11358,11359,3,1218,609,0,11359,11360, + 3,1616,808,0,11360,11363,1,0,0,0,11361,11363,3,1006,503,0,11362, + 11357,1,0,0,0,11362,11361,1,0,0,0,11363,11366,1,0,0,0,11364,11366, + 3,1636,818,0,11365,11354,1,0,0,0,11365,11356,1,0,0,0,11365,11364, + 1,0,0,0,11366,11367,1,0,0,0,11367,11368,5,7,0,0,11368,1635,1,0,0, + 0,11369,11372,1,0,0,0,11370,11372,3,1742,871,0,11371,11369,1,0,0, + 0,11371,11370,1,0,0,0,11372,1637,1,0,0,0,11373,11375,5,510,0,0,11374, + 11376,3,1640,820,0,11375,11374,1,0,0,0,11375,11376,1,0,0,0,11376, + 11377,1,0,0,0,11377,11378,3,1464,732,0,11378,11379,3,1642,821,0, + 11379,11380,3,1644,822,0,11380,11381,5,7,0,0,11381,11408,1,0,0,0, + 11382,11384,5,510,0,0,11383,11385,3,1640,820,0,11384,11383,1,0,0, + 0,11384,11385,1,0,0,0,11385,11386,1,0,0,0,11386,11387,3,1498,749, + 0,11387,11388,3,1644,822,0,11388,11389,5,7,0,0,11389,11408,1,0,0, + 0,11390,11392,5,510,0,0,11391,11393,3,1640,820,0,11392,11391,1,0, + 0,0,11392,11393,1,0,0,0,11393,11394,1,0,0,0,11394,11395,5,511,0, + 0,11395,11396,3,1464,732,0,11396,11397,3,1644,822,0,11397,11398, + 5,7,0,0,11398,11408,1,0,0,0,11399,11401,5,510,0,0,11400,11402,3, + 1640,820,0,11401,11400,1,0,0,0,11401,11402,1,0,0,0,11402,11403,1, + 0,0,0,11403,11404,3,1644,822,0,11404,11405,5,7,0,0,11405,11408,1, + 0,0,0,11406,11408,5,510,0,0,11407,11373,1,0,0,0,11407,11382,1,0, + 0,0,11407,11390,1,0,0,0,11407,11399,1,0,0,0,11407,11406,1,0,0,0, + 11408,1639,1,0,0,0,11409,11410,7,84,0,0,11410,1641,1,0,0,0,11411, + 11419,1,0,0,0,11412,11413,5,6,0,0,11413,11415,3,1218,609,0,11414, + 11412,1,0,0,0,11415,11416,1,0,0,0,11416,11414,1,0,0,0,11416,11417, + 1,0,0,0,11417,11419,1,0,0,0,11418,11411,1,0,0,0,11418,11414,1,0, + 0,0,11419,1643,1,0,0,0,11420,11424,1,0,0,0,11421,11422,5,100,0,0, + 11422,11424,3,1648,824,0,11423,11420,1,0,0,0,11423,11421,1,0,0,0, + 11424,1645,1,0,0,0,11425,11426,3,1498,749,0,11426,11427,5,10,0,0, + 11427,11428,3,1218,609,0,11428,1647,1,0,0,0,11429,11434,3,1646,823, + 0,11430,11431,5,6,0,0,11431,11433,3,1646,823,0,11432,11430,1,0,0, + 0,11433,11436,1,0,0,0,11434,11432,1,0,0,0,11434,11435,1,0,0,0,11435, + 1649,1,0,0,0,11436,11434,1,0,0,0,11437,11438,5,518,0,0,11438,11439, + 3,1742,871,0,11439,11440,3,1652,826,0,11440,11441,5,7,0,0,11441, + 1651,1,0,0,0,11442,11446,1,0,0,0,11443,11444,5,6,0,0,11444,11446, + 3,1742,871,0,11445,11442,1,0,0,0,11445,11443,1,0,0,0,11446,1653, + 1,0,0,0,11447,11448,5,519,0,0,11448,11449,3,1566,783,0,11449,11450, + 5,454,0,0,11450,11451,5,519,0,0,11451,11452,3,1734,867,0,11452,11453, + 5,7,0,0,11453,1655,1,0,0,0,11454,11455,3,1752,876,0,11455,11456, + 5,7,0,0,11456,1657,1,0,0,0,11457,11458,5,202,0,0,11458,11466,3,1218, + 609,0,11459,11460,3,1664,832,0,11460,11461,3,1660,830,0,11461,11467, + 1,0,0,0,11462,11463,3,1660,830,0,11463,11464,3,1664,832,0,11464, + 11467,1,0,0,0,11465,11467,1,0,0,0,11466,11459,1,0,0,0,11466,11462, + 1,0,0,0,11466,11465,1,0,0,0,11467,11468,1,0,0,0,11468,11469,5,7, + 0,0,11469,1659,1,0,0,0,11470,11474,1,0,0,0,11471,11472,5,100,0,0, + 11472,11474,3,1662,831,0,11473,11470,1,0,0,0,11473,11471,1,0,0,0, + 11474,1661,1,0,0,0,11475,11480,3,1218,609,0,11476,11477,5,6,0,0, + 11477,11479,3,1218,609,0,11478,11476,1,0,0,0,11479,11482,1,0,0,0, + 11480,11478,1,0,0,0,11480,11481,1,0,0,0,11481,1663,1,0,0,0,11482, + 11480,1,0,0,0,11483,11490,1,0,0,0,11484,11486,5,71,0,0,11485,11487, + 5,346,0,0,11486,11485,1,0,0,0,11486,11487,1,0,0,0,11487,11488,1, + 0,0,0,11488,11490,3,1680,840,0,11489,11483,1,0,0,0,11489,11484,1, + 0,0,0,11490,1665,1,0,0,0,11491,11509,5,520,0,0,11492,11493,3,1718, + 859,0,11493,11494,3,1674,837,0,11494,11500,5,62,0,0,11495,11501, + 3,1006,503,0,11496,11497,5,202,0,0,11497,11498,3,1742,871,0,11498, + 11499,3,1672,836,0,11499,11501,1,0,0,0,11500,11495,1,0,0,0,11500, + 11496,1,0,0,0,11501,11510,1,0,0,0,11502,11507,3,1480,740,0,11503, + 11504,5,2,0,0,11504,11505,3,1670,835,0,11505,11506,5,3,0,0,11506, + 11508,1,0,0,0,11507,11503,1,0,0,0,11507,11508,1,0,0,0,11508,11510, + 1,0,0,0,11509,11492,1,0,0,0,11509,11502,1,0,0,0,11510,11511,1,0, + 0,0,11511,11512,5,7,0,0,11512,1667,1,0,0,0,11513,11514,3,1480,740, + 0,11514,11515,5,20,0,0,11515,11516,3,1218,609,0,11516,11519,1,0, + 0,0,11517,11519,3,1218,609,0,11518,11513,1,0,0,0,11518,11517,1,0, + 0,0,11519,1669,1,0,0,0,11520,11525,3,1668,834,0,11521,11522,5,6, + 0,0,11522,11524,3,1668,834,0,11523,11521,1,0,0,0,11524,11527,1,0, + 0,0,11525,11523,1,0,0,0,11525,11526,1,0,0,0,11526,1671,1,0,0,0,11527, + 11525,1,0,0,0,11528,11532,1,0,0,0,11529,11530,5,100,0,0,11530,11532, + 3,1334,667,0,11531,11528,1,0,0,0,11531,11529,1,0,0,0,11532,1673, + 1,0,0,0,11533,11538,1,0,0,0,11534,11535,3,1676,838,0,11535,11536, + 5,324,0,0,11536,11538,1,0,0,0,11537,11533,1,0,0,0,11537,11534,1, + 0,0,0,11538,1675,1,0,0,0,11539,11542,1,0,0,0,11540,11542,5,269,0, + 0,11541,11539,1,0,0,0,11541,11540,1,0,0,0,11542,1677,1,0,0,0,11543, + 11545,5,61,0,0,11544,11546,3,1684,842,0,11545,11544,1,0,0,0,11545, + 11546,1,0,0,0,11546,11547,1,0,0,0,11547,11548,3,1682,841,0,11548, + 11549,3,1718,859,0,11549,11550,5,71,0,0,11550,11551,3,1680,840,0, + 11551,11552,5,7,0,0,11552,1679,1,0,0,0,11553,11554,3,1334,667,0, + 11554,1681,1,0,0,0,11555,11559,1,0,0,0,11556,11559,5,64,0,0,11557, + 11559,5,68,0,0,11558,11555,1,0,0,0,11558,11556,1,0,0,0,11558,11557, + 1,0,0,0,11559,1683,1,0,0,0,11560,11576,5,268,0,0,11561,11576,5,293, + 0,0,11562,11576,5,207,0,0,11563,11576,5,249,0,0,11564,11565,5,130, + 0,0,11565,11576,3,1218,609,0,11566,11567,5,307,0,0,11567,11576,3, + 1218,609,0,11568,11576,3,1218,609,0,11569,11576,5,30,0,0,11570,11573, + 7,85,0,0,11571,11574,3,1218,609,0,11572,11574,5,30,0,0,11573,11571, + 1,0,0,0,11573,11572,1,0,0,0,11573,11574,1,0,0,0,11574,11576,1,0, + 0,0,11575,11560,1,0,0,0,11575,11561,1,0,0,0,11575,11562,1,0,0,0, + 11575,11563,1,0,0,0,11575,11564,1,0,0,0,11575,11566,1,0,0,0,11575, + 11568,1,0,0,0,11575,11569,1,0,0,0,11575,11570,1,0,0,0,11576,1685, + 1,0,0,0,11577,11579,5,265,0,0,11578,11580,3,1684,842,0,11579,11578, + 1,0,0,0,11579,11580,1,0,0,0,11580,11581,1,0,0,0,11581,11582,3,1718, + 859,0,11582,11583,5,7,0,0,11583,1687,1,0,0,0,11584,11586,3,1020, + 510,0,11585,11584,1,0,0,0,11585,11586,1,0,0,0,11586,11587,1,0,0, + 0,11587,11588,5,525,0,0,11588,11590,5,71,0,0,11589,11591,5,81,0, + 0,11590,11589,1,0,0,0,11590,11591,1,0,0,0,11591,11592,1,0,0,0,11592, + 11594,3,1412,706,0,11593,11595,5,9,0,0,11594,11593,1,0,0,0,11594, + 11595,1,0,0,0,11595,11600,1,0,0,0,11596,11598,5,36,0,0,11597,11596, + 1,0,0,0,11597,11598,1,0,0,0,11598,11599,1,0,0,0,11599,11601,3,1480, + 740,0,11600,11597,1,0,0,0,11600,11601,1,0,0,0,11601,11602,1,0,0, + 0,11602,11603,5,100,0,0,11603,11604,3,1690,845,0,11604,11605,5,80, + 0,0,11605,11607,3,1692,846,0,11606,11608,3,1694,847,0,11607,11606, + 1,0,0,0,11608,11609,1,0,0,0,11609,11607,1,0,0,0,11609,11610,1,0, + 0,0,11610,1689,1,0,0,0,11611,11613,5,81,0,0,11612,11611,1,0,0,0, + 11612,11613,1,0,0,0,11613,11614,1,0,0,0,11614,11616,3,1412,706,0, + 11615,11617,5,9,0,0,11616,11615,1,0,0,0,11616,11617,1,0,0,0,11617, + 11623,1,0,0,0,11618,11621,3,1010,505,0,11619,11621,3,1106,553,0, + 11620,11618,1,0,0,0,11620,11619,1,0,0,0,11621,11623,1,0,0,0,11622, + 11612,1,0,0,0,11622,11620,1,0,0,0,11623,11628,1,0,0,0,11624,11626, + 5,36,0,0,11625,11624,1,0,0,0,11625,11626,1,0,0,0,11626,11627,1,0, + 0,0,11627,11629,3,1480,740,0,11628,11625,1,0,0,0,11628,11629,1,0, + 0,0,11629,1691,1,0,0,0,11630,11631,3,1218,609,0,11631,1693,1,0,0, + 0,11632,11633,5,102,0,0,11633,11636,5,526,0,0,11634,11635,5,33,0, + 0,11635,11637,3,1218,609,0,11636,11634,1,0,0,0,11636,11637,1,0,0, + 0,11637,11638,1,0,0,0,11638,11643,5,93,0,0,11639,11644,3,1698,849, + 0,11640,11644,5,182,0,0,11641,11642,5,57,0,0,11642,11644,5,270,0, + 0,11643,11639,1,0,0,0,11643,11640,1,0,0,0,11643,11641,1,0,0,0,11644, + 11659,1,0,0,0,11645,11646,5,102,0,0,11646,11647,5,77,0,0,11647,11650, + 5,526,0,0,11648,11649,5,33,0,0,11649,11651,3,1218,609,0,11650,11648, + 1,0,0,0,11650,11651,1,0,0,0,11651,11652,1,0,0,0,11652,11656,5,93, + 0,0,11653,11657,3,1696,848,0,11654,11655,5,57,0,0,11655,11657,5, + 270,0,0,11656,11653,1,0,0,0,11656,11654,1,0,0,0,11657,11659,1,0, + 0,0,11658,11632,1,0,0,0,11658,11645,1,0,0,0,11659,1695,1,0,0,0,11660, + 11665,5,241,0,0,11661,11662,5,2,0,0,11662,11663,3,250,125,0,11663, + 11664,5,3,0,0,11664,11666,1,0,0,0,11665,11661,1,0,0,0,11665,11666, + 1,0,0,0,11666,11670,1,0,0,0,11667,11668,5,463,0,0,11668,11669,7, + 53,0,0,11669,11671,5,450,0,0,11670,11667,1,0,0,0,11670,11671,1,0, + 0,0,11671,11672,1,0,0,0,11672,11673,3,1700,850,0,11673,1697,1,0, + 0,0,11674,11675,5,369,0,0,11675,11688,5,333,0,0,11676,11677,3,1438, + 719,0,11677,11678,5,10,0,0,11678,11679,3,1704,852,0,11679,11689, + 1,0,0,0,11680,11681,5,2,0,0,11681,11682,3,250,125,0,11682,11683, + 5,3,0,0,11683,11684,5,10,0,0,11684,11685,5,2,0,0,11685,11686,3,1702, + 851,0,11686,11687,5,3,0,0,11687,11689,1,0,0,0,11688,11676,1,0,0, + 0,11688,11680,1,0,0,0,11689,11690,1,0,0,0,11690,11688,1,0,0,0,11690, + 11691,1,0,0,0,11691,1699,1,0,0,0,11692,11693,5,422,0,0,11693,11697, + 3,1702,851,0,11694,11695,5,53,0,0,11695,11697,5,422,0,0,11696,11692, + 1,0,0,0,11696,11694,1,0,0,0,11697,1701,1,0,0,0,11698,11699,5,2,0, + 0,11699,11704,3,1704,852,0,11700,11701,5,6,0,0,11701,11703,3,1704, + 852,0,11702,11700,1,0,0,0,11703,11706,1,0,0,0,11704,11702,1,0,0, + 0,11704,11705,1,0,0,0,11705,11707,1,0,0,0,11706,11704,1,0,0,0,11707, + 11708,5,3,0,0,11708,1703,1,0,0,0,11709,11712,3,1054,527,0,11710, + 11712,5,53,0,0,11711,11709,1,0,0,0,11711,11710,1,0,0,0,11712,1705, + 1,0,0,0,11713,11714,5,157,0,0,11714,11715,3,1718,859,0,11715,11716, + 5,7,0,0,11716,1707,1,0,0,0,11717,11718,5,78,0,0,11718,11719,5,7, + 0,0,11719,1709,1,0,0,0,11720,11722,5,161,0,0,11721,11723,3,1714, + 857,0,11722,11721,1,0,0,0,11722,11723,1,0,0,0,11723,11724,1,0,0, + 0,11724,11725,5,7,0,0,11725,1711,1,0,0,0,11726,11728,5,319,0,0,11727, + 11729,3,1714,857,0,11728,11727,1,0,0,0,11728,11729,1,0,0,0,11729, + 11730,1,0,0,0,11730,11731,5,7,0,0,11731,1713,1,0,0,0,11732,11734, + 5,33,0,0,11733,11735,5,269,0,0,11734,11733,1,0,0,0,11734,11735,1, + 0,0,0,11735,11736,1,0,0,0,11736,11737,5,153,0,0,11737,1715,1,0,0, + 0,11738,11739,5,333,0,0,11739,11740,3,564,282,0,11740,11741,5,94, + 0,0,11741,11742,5,53,0,0,11742,11743,5,7,0,0,11743,11751,1,0,0,0, + 11744,11747,5,313,0,0,11745,11748,3,564,282,0,11746,11748,5,30,0, + 0,11747,11745,1,0,0,0,11747,11746,1,0,0,0,11748,11749,1,0,0,0,11749, + 11751,5,7,0,0,11750,11738,1,0,0,0,11750,11744,1,0,0,0,11751,1717, + 1,0,0,0,11752,11755,3,1480,740,0,11753,11755,5,28,0,0,11754,11752, + 1,0,0,0,11754,11753,1,0,0,0,11755,1719,1,0,0,0,11756,11760,1,0,0, + 0,11757,11758,5,517,0,0,11758,11760,3,1722,861,0,11759,11756,1,0, + 0,0,11759,11757,1,0,0,0,11760,1721,1,0,0,0,11761,11763,3,1724,862, + 0,11762,11761,1,0,0,0,11763,11764,1,0,0,0,11764,11762,1,0,0,0,11764, + 11765,1,0,0,0,11765,1723,1,0,0,0,11766,11767,5,102,0,0,11767,11768, + 3,1726,863,0,11768,11769,5,93,0,0,11769,11770,3,1566,783,0,11770, + 1725,1,0,0,0,11771,11776,3,1728,864,0,11772,11773,5,82,0,0,11773, + 11775,3,1728,864,0,11774,11772,1,0,0,0,11775,11778,1,0,0,0,11776, + 11774,1,0,0,0,11776,11777,1,0,0,0,11777,1727,1,0,0,0,11778,11776, + 1,0,0,0,11779,11783,3,1738,869,0,11780,11781,5,511,0,0,11781,11783, + 3,1464,732,0,11782,11779,1,0,0,0,11782,11780,1,0,0,0,11783,1729, + 1,0,0,0,11784,11787,1,0,0,0,11785,11787,3,1530,765,0,11786,11784, + 1,0,0,0,11786,11785,1,0,0,0,11787,1731,1,0,0,0,11788,11791,1,0,0, + 0,11789,11791,3,1530,765,0,11790,11788,1,0,0,0,11790,11789,1,0,0, + 0,11791,1733,1,0,0,0,11792,11795,1,0,0,0,11793,11795,3,1738,869, + 0,11794,11792,1,0,0,0,11794,11793,1,0,0,0,11795,1735,1,0,0,0,11796, + 11797,5,102,0,0,11797,11798,3,1746,873,0,11798,1737,1,0,0,0,11799, + 11802,3,1480,740,0,11800,11802,3,1740,870,0,11801,11799,1,0,0,0, + 11801,11800,1,0,0,0,11802,1739,1,0,0,0,11803,11804,7,86,0,0,11804, + 1741,1,0,0,0,11805,11807,3,1390,695,0,11806,11805,1,0,0,0,11806, + 11807,1,0,0,0,11807,11809,1,0,0,0,11808,11810,3,1034,517,0,11809, + 11808,1,0,0,0,11809,11810,1,0,0,0,11810,11812,1,0,0,0,11811,11813, + 3,1108,554,0,11812,11811,1,0,0,0,11812,11813,1,0,0,0,11813,11815, + 1,0,0,0,11814,11816,3,1150,575,0,11815,11814,1,0,0,0,11815,11816, + 1,0,0,0,11816,11818,1,0,0,0,11817,11819,3,1078,539,0,11818,11817, + 1,0,0,0,11818,11819,1,0,0,0,11819,11821,1,0,0,0,11820,11822,3,1092, + 546,0,11821,11820,1,0,0,0,11821,11822,1,0,0,0,11822,11824,1,0,0, + 0,11823,11825,3,1294,647,0,11824,11823,1,0,0,0,11824,11825,1,0,0, + 0,11825,1743,1,0,0,0,11826,11827,3,1742,871,0,11827,1745,1,0,0,0, + 11828,11829,3,1742,871,0,11829,1747,1,0,0,0,11830,11831,3,1218,609, + 0,11831,1749,1,0,0,0,11832,11833,3,1218,609,0,11833,1751,1,0,0,0, + 11834,11836,3,6,3,0,11835,11837,3,1754,877,0,11836,11835,1,0,0,0, + 11836,11837,1,0,0,0,11837,1753,1,0,0,0,11838,11839,5,71,0,0,11839, + 11840,3,1036,518,0,11840,11841,3,1680,840,0,11841,1755,1,0,0,0,1278, + 1759,1768,1887,1891,1900,1909,1915,1921,1953,1965,1971,1979,1987, + 1993,2002,2008,2020,2026,2032,2039,2043,2048,2052,2065,2076,2082, + 2098,2101,2106,2112,2117,2126,2130,2142,2146,2149,2153,2164,2182, + 2189,2197,2202,2209,2215,2221,2228,2239,2243,2247,2251,2264,2268, + 2273,2278,2290,2299,2311,2316,2327,2333,2338,2348,2353,2360,2365, + 2370,2381,2387,2392,2400,2409,2424,2430,2436,2441,2448,2460,2468, + 2476,2494,2503,2517,2521,2536,2544,2554,2594,2597,2601,2605,2608, + 2613,2620,2629,2635,2639,2648,2656,2665,2674,2678,2685,2691,2695, + 2699,2704,2707,2711,2717,2724,2740,2754,2764,2766,2771,2775,2778, + 2784,2786,2814,2824,2837,2844,2849,2853,2859,2864,2867,2869,2874, + 2878,2882,2886,2890,2893,2897,2905,2909,2913,2922,2929,2934,2941, + 2946,2953,2958,2976,2981,2993,2998,3007,3014,3021,3026,3032,3038, + 3041,3044,3047,3050,3053,3059,3063,3066,3069,3072,3075,3077,3086, + 3090,3093,3096,3113,3128,3136,3142,3146,3151,3154,3157,3161,3165, + 3179,3184,3191,3196,3200,3203,3207,3210,3212,3219,3222,3226,3232, + 3235,3242,3251,3258,3263,3266,3269,3272,3276,3283,3288,3301,3311, + 3324,3327,3330,3337,3345,3348,3351,3358,3362,3368,3371,3374,3377, + 3389,3392,3395,3399,3417,3425,3441,3452,3467,3484,3486,3507,3512, + 3515,3519,3522,3528,3531,3533,3544,3553,3559,3562,3565,3579,3582, + 3585,3590,3598,3607,3613,3617,3620,3623,3626,3629,3635,3639,3644, + 3650,3654,3657,3660,3663,3671,3675,3679,3683,3687,3692,3706,3715, + 3732,3737,3740,3742,3752,3759,3764,3767,3770,3777,3780,3782,3788, + 3797,3807,3812,3820,3824,3831,3841,3852,3960,3968,3971,3981,3986, + 3996,4007,4019,4032,4042,4054,4058,4061,4068,4076,4086,4088,4094, + 4099,4103,4108,4114,4121,4127,4129,4136,4144,4149,4160,4167,4171, + 4188,4191,4194,4197,4200,4208,4211,4214,4220,4228,4232,4244,4250, + 4253,4258,4262,4269,4280,4303,4323,4332,4335,4338,4348,4351,4360, + 4364,4367,4375,4381,4385,4396,4406,4414,4419,4431,4448,4452,4458, + 4465,4473,4487,4513,4520,4534,4545,4548,4561,4570,4595,4606,4648, + 4656,4662,4673,4679,4687,4698,4712,4721,4726,4737,4748,4756,4766, + 4773,4776,4782,4785,4800,4813,4842,4849,4864,4876,4880,4885,4889, + 4894,4898,4904,4908,4913,4917,4923,4927,4932,4936,4941,4945,4950, + 4954,4961,4965,4972,4976,4983,4987,4994,4998,5004,5008,5014,5018, + 5023,5027,5034,5038,5042,5046,5050,5055,5059,5064,5068,5073,5077, + 5082,5088,5093,5099,5104,5110,5115,5119,5124,5128,5134,5138,5143, + 5151,5157,5163,5169,5175,5182,5187,5191,5196,5200,5205,5211,5218, + 5223,5230,5240,5244,5250,5252,5259,5263,5268,5286,5301,5319,5328, + 5337,5341,5347,5354,5359,5366,5371,5374,5377,5381,5452,5548,5552, + 5557,5568,5579,5590,5601,5612,5624,5635,5646,5656,5663,5670,5676, + 5684,5689,5694,5699,5705,5712,5718,5724,5729,5735,5742,5747,5753, + 5760,5763,5776,5785,5797,5799,5817,5824,5834,5839,5843,5847,5851, + 5853,5913,5920,5926,5937,5940,5947,5950,5960,5963,5965,5984,5996, + 6005,6014,6026,6028,6034,6038,6041,6044,6049,6055,6058,6061,6064, + 6067,6083,6087,6090,6093,6096,6099,6104,6107,6109,6122,6134,6148, + 6152,6158,6168,6170,6175,6183,6193,6202,6210,6219,6221,6228,6237, + 6239,6246,6255,6257,6261,6270,6275,6281,6286,6290,6295,6313,6318, + 6333,6342,6353,6359,6396,6416,6423,6434,6448,6455,6463,6468,6475, + 6479,6484,6488,6493,6497,6499,6504,6508,6513,6517,6541,6548,6558, + 6570,6575,6588,6600,6612,6614,6620,6627,6672,6690,6694,6699,6702, + 6706,6711,6716,6719,6726,6743,6814,6845,6899,6909,6919,6930,6940, + 6951,6961,6966,6975,6980,6990,6995,7004,7017,7022,7134,7136,7145, + 7156,7167,7180,7192,7203,7210,7300,7353,7363,7374,7385,7399,7414, + 7425,7432,7486,7627,7633,7636,7646,7686,7696,7703,7726,7735,7744, + 7753,7786,7790,7800,7804,7814,7817,7821,7825,7833,7844,7856,7860, + 7863,7867,7870,7875,7879,7882,7888,7899,7902,7909,7913,7918,7921, + 7923,7937,7941,7946,7953,7960,7963,7968,7971,7980,7982,7987,7991, + 8003,8006,8013,8017,8022,8032,8042,8045,8048,8050,8056,8063,8083, + 8103,8107,8112,8181,8186,8192,8205,8209,8213,8219,8221,8229,8239, + 8242,8245,8248,8251,8258,8261,8263,8267,8270,8277,8279,8286,8293, + 8297,8301,8310,8316,8320,8324,8329,8341,8348,8358,8371,8382,8389, + 8394,8398,8402,8407,8420,8425,8429,8436,8439,8441,8449,8453,8456, + 8463,8466,8471,8477,8483,8487,8496,8505,8512,8515,8521,8526,8532, + 8538,8541,8544,8551,8555,8558,8573,8576,8583,8586,8593,8596,8599, + 8606,8618,8625,8627,8637,8655,8657,8665,8669,8679,8683,8687,8691, + 8693,8698,8702,8706,8708,8710,8714,8718,8721,8724,8727,8730,8732, + 8735,8738,8741,8744,8747,8750,8759,8761,8766,8770,8776,8780,8784, + 8793,8798,8802,8808,8811,8830,8838,8847,8851,8854,8858,8863,8869, + 8881,8896,8903,8906,8910,8914,8918,8920,8928,8937,8943,8945,8952, + 8956,8965,8969,8978,8987,8999,9027,9034,9038,9041,9046,9050,9053, + 9069,9080,9085,9088,9091,9095,9099,9103,9108,9112,9116,9118,9127, + 9132,9138,9142,9144,9151,9156,9162,9164,9168,9175,9182,9185,9191, + 9195,9204,9207,9211,9219,9225,9227,9230,9234,9237,9240,9244,9248, + 9254,9257,9266,9273,9275,9282,9290,9295,9298,9306,9315,9323,9325, + 9329,9336,9355,9364,9370,9389,9398,9404,9408,9413,9423,9430,9439, + 9442,9451,9453,9459,9463,9468,9478,9484,9486,9492,9496,9499,9512, + 9518,9522,9526,9529,9537,9541,9545,9553,9560,9567,9571,9577,9579, + 9588,9591,9601,9617,9623,9628,9635,9644,9651,9659,9667,9672,9676, + 9679,9685,9690,9706,9709,9711,9723,9725,9729,9737,9739,9743,9745, + 9753,9757,9766,9774,9780,9783,9792,9797,9804,9814,9840,9851,9853, + 9855,9863,9885,9894,9904,9907,9912,9917,9921,9924,9928,9931,9934, + 9937,9941,9955,9962,9969,9976,9994,10002,10014,10020,10033,10072, + 10074,10094,10104,10115,10127,10134,10146,10158,10164,10172,10189, + 10214,10224,10228,10231,10234,10237,10250,10255,10260,10262,10270, + 10279,10288,10293,10302,10307,10321,10331,10339,10353,10360,10368, + 10376,10384,10388,10395,10403,10410,10416,10425,10440,10451,10484, + 10493,10500,10504,10508,10515,10529,10534,10539,10543,10545,10548, + 10555,10560,10570,10578,10581,10588,10596,10604,10612,10620,10625, + 10629,10633,10637,10641,10645,10649,10656,10664,10669,10673,10677, + 10687,10693,10699,10703,10717,10723,10729,10741,10746,10754,10761, + 10766,10778,10786,10791,10801,10812,10819,10826,10837,10840,10842, + 10846,10849,10855,10861,10865,10871,10879,10883,10891,10948,10961, + 10984,10992,10996,11008,11010,11017,11026,11044,11052,11061,11068, + 11078,11084,11091,11096,11102,11106,11113,11143,11156,11165,11169, + 11185,11192,11205,11213,11233,11239,11251,11256,11266,11298,11303, + 11312,11317,11321,11326,11342,11347,11362,11365,11371,11375,11384, + 11392,11401,11407,11416,11418,11423,11434,11445,11466,11473,11480, + 11486,11489,11500,11507,11509,11518,11525,11531,11537,11541,11545, + 11558,11573,11575,11579,11585,11590,11594,11597,11600,11609,11612, + 11616,11620,11622,11625,11628,11636,11643,11650,11656,11658,11665, + 11670,11688,11690,11696,11704,11711,11722,11728,11734,11747,11750, + 11754,11759,11764,11776,11782,11786,11790,11794,11801,11806,11809, + 11812,11815,11818,11821,11824,11836 ]; private static __ATN: antlr.ATN; @@ -79060,6 +79081,57 @@ export class ColumnCreateTableContext extends CreatestmtContext { public table_column_list(): Table_column_listContext | null { return this.getRuleContext(0, Table_column_listContext); } + public create_table_options(): Create_table_optionsContext[]; + public create_table_options(i: number): Create_table_optionsContext | null; + public create_table_options(i?: number): Create_table_optionsContext[] | Create_table_optionsContext | null { + if (i === undefined) { + return this.getRuleContexts(Create_table_optionsContext); + } + + return this.getRuleContext(i, Create_table_optionsContext); + } + public opttypedtableelementlist(): OpttypedtableelementlistContext | null { + return this.getRuleContext(0, OpttypedtableelementlistContext); + } + public optpartitionspec(): OptpartitionspecContext | null { + return this.getRuleContext(0, OptpartitionspecContext); + } + public table_access_method_clause(): Table_access_method_clauseContext | null { + return this.getRuleContext(0, Table_access_method_clauseContext); + } + public optwith(): OptwithContext | null { + return this.getRuleContext(0, OptwithContext); + } + public oncommitoption(): OncommitoptionContext | null { + return this.getRuleContext(0, OncommitoptionContext); + } + public opttablespace(): OpttablespaceContext | null { + return this.getRuleContext(0, OpttablespaceContext); + } + public override enterRule(listener: PostgreSqlParserListener): void { + if(listener.enterColumnCreateTable) { + listener.enterColumnCreateTable(this); + } + } + public override exitRule(listener: PostgreSqlParserListener): void { + if(listener.exitColumnCreateTable) { + listener.exitColumnCreateTable(this); + } + } + public override accept(visitor: PostgreSqlParserVisitor): Result | null { + if (visitor.visitColumnCreateTable) { + return visitor.visitColumnCreateTable(this); + } else { + return visitor.visitChildren(this); + } + } +} + + +export class Create_table_optionsContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } public optinherit(): OptinheritContext | null { return this.getRuleContext(0, OptinheritContext); } @@ -79081,22 +79153,22 @@ export class ColumnCreateTableContext extends CreatestmtContext { public optdistributed(): OptdistributedContext | null { return this.getRuleContext(0, OptdistributedContext); } - public opttypedtableelementlist(): OpttypedtableelementlistContext | null { - return this.getRuleContext(0, OpttypedtableelementlistContext); + public override get ruleIndex(): number { + return PostgreSqlParser.RULE_create_table_options; } public override enterRule(listener: PostgreSqlParserListener): void { - if(listener.enterColumnCreateTable) { - listener.enterColumnCreateTable(this); + if(listener.enterCreate_table_options) { + listener.enterCreate_table_options(this); } } public override exitRule(listener: PostgreSqlParserListener): void { - if(listener.exitColumnCreateTable) { - listener.exitColumnCreateTable(this); + if(listener.exitCreate_table_options) { + listener.exitCreate_table_options(this); } } public override accept(visitor: PostgreSqlParserVisitor): Result | null { - if (visitor.visitColumnCreateTable) { - return visitor.visitColumnCreateTable(this); + if (visitor.visitCreate_table_options) { + return visitor.visitCreate_table_options(this); } else { return visitor.visitChildren(this); } diff --git a/src/lib/postgresql/PostgreSqlParserListener.ts b/src/lib/postgresql/PostgreSqlParserListener.ts index c921b3c..55459ec 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_optionsContext } from "./PostgreSqlParser.js"; import { Create_table_clauseContext } from "./PostgreSqlParser.js"; import { OptdistributedContext } from "./PostgreSqlParser.js"; import { OpttempContext } from "./PostgreSqlParser.js"; @@ -1854,6 +1855,16 @@ export class PostgreSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitColumnCreateTable?: (ctx: ColumnCreateTableContext) => void; + /** + * Enter a parse tree produced by `PostgreSqlParser.create_table_options`. + * @param ctx the parse tree + */ + enterCreate_table_options?: (ctx: Create_table_optionsContext) => void; + /** + * Exit a parse tree produced by `PostgreSqlParser.create_table_options`. + * @param ctx the parse tree + */ + exitCreate_table_options?: (ctx: Create_table_optionsContext) => void; /** * Enter a parse tree produced by `PostgreSqlParser.create_table_clause`. * @param ctx the parse tree diff --git a/src/lib/postgresql/PostgreSqlParserVisitor.ts b/src/lib/postgresql/PostgreSqlParserVisitor.ts index 35286dd..b963cc1 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_optionsContext } from "./PostgreSqlParser.js"; import { Create_table_clauseContext } from "./PostgreSqlParser.js"; import { OptdistributedContext } from "./PostgreSqlParser.js"; import { OpttempContext } from "./PostgreSqlParser.js"; @@ -1475,6 +1476,12 @@ export class PostgreSqlParserVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `PostgreSqlParser.create_table_options`. + * @param ctx the parse tree + * @return the visitor result + */ + visitCreate_table_options?: (ctx: Create_table_optionsContext) => Result; /** * Visit a parse tree produced by `PostgreSqlParser.create_table_clause`. * @param ctx the parse tree